.enter-animation{animation-name:award-enter;animation-duration:.3s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.34,1.56,.64,1)}@keyframes award-enter{0%{transform:scale(0)}to{transform:scale(1)}}.LinkButton{font-weight:600;font-size:1rem;background:transparent;border:0}.LinkButton,.LinkButton-primary{color:var(--main-green)}.LinkButton[disabled]{opacity:.5}.loader,.loader:before,.loader:after{background:#60c6c5;height:100%}.loader--lg,.loader--lg:before,.loader--lg:after{width:1em;animation:lg 1s infinite ease-in-out}.loader--sm,.loader--sm:before,.loader--sm:after{width:.75em;animation:sm 1s infinite ease-in-out}.loader{overflow:visible!important;color:#60c6c5;text-indent:-9999em;margin:0 auto;position:relative;font-size:11px;transform:translateZ(0);animation-delay:-.16s}.loader:before,.loader:after{position:absolute;top:0;content:""}.loader--lg:before{left:-1.5em;animation-delay:-.32s}.loader--lg:after{left:1.5em}.loader--sm:before{left:-1em;animation-delay:-.32s}.loader--sm:after{left:1em}@keyframes lg{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes sm{0%,80%,to{box-shadow:0 0;height:2em}40%{box-shadow:0 -1em;height:2.5em}}@keyframes subEntry{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.LocaleSelector{position:relative;flex:1}.LocaleSelector-options{display:none;top:100%;animation:subEntry .2s cubic-bezier(.175,.885,.32,1.275) both}.LocaleSelector:hover .LocaleSelector-options{display:block}.Paper{background:#fff;box-shadow:0 0 10px #0000001f}@media(max-width:639px){.Paper{box-shadow:none}}.SidebarNavigation{display:flex;flex-direction:column;text-align:left;padding:1rem 0}.SidebarNavigation a{padding:.5rem 1rem;color:#000;text-decoration:none;margin-bottom:.25rem;font-size:1.125rem;border-radius:.5rem;letter-spacing:.25px;transition:background-color .1s ease-in-out;display:flex;align-items:center}.SidebarNavigation a .Navigation-icon{display:flex;align-items:center;justify-content:center;margin-right:.75rem}.SidebarNavigation a .Navigation-icon svg{width:1rem;height:1rem}.SidebarNavigation a .Navigation-icon svg g,.SidebarNavigation a .Navigation-icon svg path{fill:var(--main-green)}.SidebarNavigation a.active{background:var(--main-green);color:#fff}.SidebarNavigation a.active .Navigation-icon svg g,.SidebarNavigation a.active .Navigation-icon svg path{fill:#fff}.Sidebar{grid-area:sidebar;padding:.5rem;text-align:center}.Sidebar-greeting{font-size:1.5rem;margin:1rem auto .5rem;font-weight:700;max-width:10rem}.Sidebar-profile-picture{margin-top:calc(-.5rem - 87.5px);display:flex;justify-content:center;margin-left:1rem;margin-right:1rem}.Sidebar-strava{display:flex;justify-content:center;line-height:1.5rem;color:var(--main-green);font-size:1rem;font-weight:700}.Sidebar-strava svg{height:1.5rem;width:1.5rem;border-radius:1rem;margin-right:.6rem}.Sidebar .Toggle{margin:1rem auto}.FileInput-preview{display:flex;justify-content:center;margin-top:.5rem}.FileInput-preview img{max-width:200px;max-height:200px}.Input-container select{flex:1;font-size:1rem;line-height:1.5;box-sizing:border-box;color:#20222b;font-family:inherit;width:100%;background-color:#fff;border-radius:4px;border-width:1px;border-style:solid;border-color:#e3e6ec;border-image:initial;padding:8px}.Input-container select:focus{border-color:#5b53ff;outline:none;box-shadow:#5b53ff1a 0 0 8px}.Page-title{font-size:2.5rem;font-weight:800;line-height:1;margin:0 0 2rem;display:flex;justify-content:space-between;align-items:center;grid-gap:.5rem;gap:.5rem}@media(max-width:639px){.Page-title{align-items:flex-start;flex-direction:column}}.Page-title a{font-size:1rem}@media(max-width:639px){.Page-header{padding:1rem}}.Page-full{display:flex;flex:1}@media(max-width:639px){.Page-mobile{padding:1rem}}.Distance-unit{text-transform:uppercase}.ActivityDetails{display:flex;flex-direction:column;flex:1}.ActivityDetails-photos{flex:1;display:flex;justify-content:center;align-items:center}.ActivityDetails-photos img{max-width:100%;max-height:100%;object-fit:contain}.ActivityDetails-photo{display:flex;flex:1;justify-content:center;max-width:100%;max-height:100%}.ActivityDetails-map{flex:1;display:flex;justify-content:center;align-items:center}.ActivityDetails-actions{display:flex;justify-content:center;align-items:center}.Modal-scroll{flex:1;max-height:100%;max-height:-webkit-fill-available;z-index:2000;position:relative}.Modal-content{background:#fff;margin:0 auto;max-width:400px;box-shadow:1px 3px 1px #00000017;color:#191e31;max-height:100vh;max-height:-webkit-fill-available;z-index:1800;display:flex;flex-direction:column}.Modal{inset:0;position:fixed;display:flex;width:100%;flex:1;justify-content:center;align-items:center}.Modal-overlay{position:fixed;background:#0009;inset:0;z-index:1750}.Modal-scroll{flex:1;max-height:100%;z-index:2000;position:relative}.Modal-content{background:#fff;margin:0 auto;max-width:46rem;box-shadow:1px 3px 1px #00000017;color:#191e31;max-height:100vh;z-index:1800;display:flex;flex-direction:column}.Modal-header{padding:.5rem 1rem;display:flex;justify-content:space-between;background:var(--main-green);color:#fff;flex:0}.Modal-close{cursor:pointer;display:flex;justify-content:center;align-items:center}.Modal-close svg{width:16px;height:16px}.Modal-title{font-weight:700;font-size:1.5rem;line-height:1.4}.Modal-body{color:#4b586f;line-height:1.33;padding:2rem;overflow:auto}.Modal-body h4{font-size:.95rem;color:#0e203e;margin:0 0 .25rem}.Modal-body p{margin-top:0}.Modal-actions{margin-top:2rem;display:grid;grid-gap:.75rem;grid-auto-flow:column;grid-auto-columns:1fr}.Modal-actions-row{grid-auto-flow:row;grid-auto-rows:1fr}.Modal-size-full .Modal-scroll{display:flex;max-height:100%}.Modal-size-full .Modal-content-container{flex:1;display:flex}.Modal-size-full .Modal-content{max-width:850px;flex:1;display:flex;flex-direction:column;box-sizing:border-box}.Modal-size-full .Modal-body{flex:1 1;min-height:100px}.Modal-size-large .Modal-content{max-width:800px}.Modal-fixed .Modal-scroll,.Modal-fixed .Modal-content{overflow:initial}.SimpleModal{inset:0;position:fixed;display:flex;width:100%;flex:1;justify-content:center;align-items:center}.SimpleModal-content{margin:0 auto;color:#191e31;overflow-y:auto;max-height:100vh;z-index:1800}.ActivitiesPage .Tile{display:flex}@media(max-width:639px){.ActivitiesPage .Tile{padding:0}}.Activities-table{flex:1;border:0;font-weight:400;display:grid;box-sizing:border-box;border-collapse:collapse;margin:0;z-index:0;overflow-x:auto;grid-template-columns:2rem repeat(4,minmax(90px,auto))}@media(max-width:639px){.Activities-table{grid-template-columns:3.5rem repeat(3,minmax(90px,auto))}}.Activities-table-empty td{grid-column:1/-1;text-align:center}.Activities-table tr.highlight td{background:#edf7f7}.Activities-table tbody,.Activities-table tr{display:contents}.Activities-table td,.Activities-table tr,.Activities-table table,.Activities-table th{border:0}.Activities-table td{padding:.5rem 1rem;font-weight:300;color:var(--dark-grey)}@media(max-width:639px){.Activities-table td{padding:.5rem .25rem}}.Activities-table td div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Activities-table-title{font-size:1.1rem}.Activities-table-mapToggle{cursor:pointer}@media(max-width:639px){.Activities-table-mapToggle{grid-column:1/-1;display:flex;justify-content:center;align-items:center;font-size:1.1rem}.Activities-table-mapToggle .Activities-table-title{margin-right:.5rem}}.Activities-table-source{display:flex;justify-content:center;align-items:center;padding:0 0 0 .5rem!important}@media(max-width:639px){.Activities-table-source{padding:0 .5rem!important}}.Activities-table-source.STRAVA svg{border-radius:50px}.Activities-table-source svg,.Activities-table-source img{height:1.25rem;width:1.25rem}.Activities-table-details td{grid-column:1/-1;background:#f9f9f9;height:16rem;display:flex;justify-content:center;flex-direction:column;text-align:center;padding:0 0 1rem}.Activities-table-details-map{display:flex;flex:1;justify-content:center;align-items:center}.Activities-table-details .Strava-link{font-weight:700;margin-top:.5rem;text-decoration:underline}.Tile{padding:1rem;flex-direction:column}@media(max-width:639px){.Tile{padding:1.5rem}.Tile+.Tile{border-top:3px solid #efefef}}.Tile-wrap{flex-wrap:wrap}.Tile-full{grid-column:1/-1}.Tile-title{font-size:1.625rem;line-height:1.75rem;font-weight:900;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.Tile-title-actions{color:var(--main-green);font-size:1rem;font-weight:800;white-space:nowrap}.Tile-title-action{cursor:pointer}.Tile-subtitle{font-weight:500;font-size:1rem;line-height:1rem;margin-top:.5rem}.Tile-content{display:flex}.Tile-column .Tile-content{flex-direction:column}.Tile-title+.Tile-content,.Tile-subtitle+.Tile-content{margin-top:1rem}.Tile-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.Tile-actions a:first-of-type{margin-left:0}.Tile-actions a{margin-left:1rem;font-size:1rem}.Tile-column{flex:1}.Tile .Loader{display:flex;justify-content:center;align-items:center}.ManualUpload h2{margin:0 0 1rem}.ManualUpload .Field-block{margin-bottom:2rem}.ManualUpload .Field-block-row{display:grid;grid-gap:1rem;grid-template-columns:repeat(3,1fr)}@media(max-width:639px){.ManualUpload .Field-block-row{grid-gap:0;grid-template-columns:1fr}}.ManualUpload .Field-block .Input{display:flex;flex-direction:column}.ManualUpload .Field-block .Input-label{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#000;display:flex;align-items:center;line-height:1}.ManualUpload .Field-block .Input-error{font-size:1rem}.ManualUpload .Field-block .Input-container{flex:1;margin:0}.ManualUpload .Field-block-full input{flex:1}.ManualUpload .Field-block label{display:flex}@media(max-width:639px){.ManualUpload .Field-block label{flex-direction:column}}.ManualUpload .Field-block input{font-size:1rem;padding:1rem}.ManualUpload-actions{display:flex;justify-content:flex-end}.CreateActivityPage{display:grid;grid-template-rows:auto 1fr;position:relative}.CreateActivityPage.CreateActivityPage--event .Page-title{margin-bottom:.5rem}.CreateActivityPage .create-activity-event-name{font-size:2rem;font-weight:800;line-height:1;margin:0 0 2rem}.LoginPage{display:flex;flex:1}.LoginPage-content{max-width:400px;margin:0 auto}.LoginPage-tabs{display:flex;justify-content:space-between;align-items:center}.LoginPage-tabs-tab{font-size:1.5rem;line-height:1;margin-bottom:1.5rem;color:var(--main-green)}.LoginPage-tabs-tab.active{font-size:2rem;color:#000}.LoginPage-or{text-align:center;padding:1rem}.LoginPage-actions{display:flex;justify-content:space-between}.LoginPage-terms,.LoginPage-terms a{font-size:.85rem}.LoginPage-footer{margin-top:2rem}.LoginPage-footer img{width:8rem}.LoginPage-submit{display:flex;flex-direction:column;margin-top:2rem}.LoginPage-submit button{height:48px;margin-top:.5rem;border-radius:3px;padding:0}.Social-login{margin-top:2rem}.Social-login h2{margin-bottom:1rem}.Socials{display:flex;flex-wrap:wrap}.Socials .Social{cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1rem;border:0;padding:0;margin-bottom:1.25rem;border-radius:3px;line-height:inherit;min-height:48px;width:100%;background-color:#fff;text-align:center}.Socials .Social svg g,.Socials .Social svg path{transition:fill .15s ease-in-out}.Socials .Social:hover svg g,.Socials .Social:hover svg path{fill:var(--main-green)}.Socials .Social-facebook{color:#fff;margin-bottom:20px;border-color:#3b5998;text-shadow:none;background-color:#3b5998;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB%2FpwA%2BAAAAGFBMVEUAAAD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8jfp1fAAAAB3RSTlMA7D8UYSuqwY7ItgAAAEdJREFUCNdjUCyHAiEGcRizkKEcDiDMQmeGcChTmIGBHcp0YDBVhzIN2OBqgdIYzAIGIDBHMNURTHcktWQzxWHMQgZFGFMIAFerRr2lTcdCAAAAAElFTkSuQmCC);background-position:14px center;background-repeat:no-repeat}.Socials .Social-google{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDojRkJCQzA1O30uc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzRfKTtmaWxsOiNFQTQzMzU7fS5zdDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNl8pO2ZpbGw6IzM0QTg1Mzt9LnN0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF84Xyk7ZmlsbDojNDI4NUY0O308L3N0eWxlPjxkZWZzPjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTU5LjMgMjYuN0g1NiA0NS4xIDMyVjM4aDE1LjdjLTEuNSA3LjItNy42IDExLjMtMTUuNyAxMS4zIC05LjYgMC0xNy4zLTcuNy0xNy4zLTE3LjNTMjIuNCAxNC43IDMyIDE0LjdjNC4xIDAgNy45IDEuNSAxMC44IDMuOWw4LjUtOC41QzQ2LjEgNS41IDM5LjUgMi43IDMyIDIuNyAxNS43IDIuNyAyLjcgMTUuNyAyLjcgMzJTMTUuNyA2MS4zIDMyIDYxLjNjMTQuNyAwIDI4LTEwLjcgMjgtMjkuM0M2MCAzMC4zIDU5LjcgMjguNCA1OS4zIDI2Ljd6Ii8%2BPC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIi8%2BPC9jbGlwUGF0aD48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAgNDkuMyAwIDE0LjcgMjIuNyAzMiAiLz48ZGVmcz48cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik01OS4zIDI2LjdINTYgNDUuMSAzMlYzOGgxNS43Yy0xLjUgNy4yLTcuNiAxMS4zLTE1LjcgMTEuMyAtOS42IDAtMTcuMy03LjctMTcuMy0xNy4zUzIyLjQgMTQuNyAzMiAxNC43YzQuMSAwIDcuOSAxLjUgMTAuOCAzLjlsOC41LTguNUM0Ni4xIDUuNSAzOS41IDIuNyAzMiAyLjcgMTUuNyAyLjcgMi43IDE1LjcgMi43IDMyUzE1LjcgNjEuMyAzMiA2MS4zYzE0LjcgMCAyOC0xMC43IDI4LTI5LjNDNjAgMzAuMyA1OS43IDI4LjQgNTkuMyAyNi43eiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIvPjwvY2xpcFBhdGg%2BPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIwIDE0LjcgMjIuNyAzMiAzMiAyMy45IDY0IDE4LjcgNjQgMCAwIDAgIi8%2BPGRlZnM%2BPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNNTkuMyAyNi43SDU2IDQ1LjEgMzJWMzhoMTUuN2MtMS41IDcuMi03LjYgMTEuMy0xNS43IDExLjMgLTkuNiAwLTE3LjMtNy43LTE3LjMtMTcuM1MyMi40IDE0LjcgMzIgMTQuN2M0LjEgMCA3LjkgMS41IDEwLjggMy45bDguNS04LjVDNDYuMSA1LjUgMzkuNSAyLjcgMzIgMi43IDE1LjcgMi43IDIuNyAxNS43IDIuNyAzMlMxNS43IDYxLjMgMzIgNjEuM2MxNC43IDAgMjgtMTAuNyAyOC0yOS4zQzYwIDMwLjMgNTkuNyAyOC40IDU5LjMgMjYuN3oiLz48L2RlZnM%2BPGNsaXBQYXRoIGlkPSJTVkdJRF82XyI%2BPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iLz48L2NsaXBQYXRoPjxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMCA0OS4zIDQwIDE4LjcgNTAuNSAyMCA2NCAwIDY0IDY0IDAgNjQgIi8%2BPGRlZnM%2BPHBhdGggaWQ9IlNWR0lEXzdfIiBkPSJNNTkuMyAyNi43SDU2IDQ1LjEgMzJWMzhoMTUuN2MtMS41IDcuMi03LjYgMTEuMy0xNS43IDExLjMgLTkuNiAwLTE3LjMtNy43LTE3LjMtMTcuM1MyMi40IDE0LjcgMzIgMTQuN2M0LjEgMCA3LjkgMS41IDEwLjggMy45bDguNS04LjVDNDYuMSA1LjUgMzkuNSAyLjcgMzIgMi43IDE1LjcgMi43IDIuNyAxNS43IDIuNyAzMlMxNS43IDYxLjMgMzIgNjEuM2MxNC43IDAgMjgtMTAuNyAyOC0yOS4zQzYwIDMwLjMgNTkuNyAyOC40IDU5LjMgMjYuN3oiLz48L2RlZnM%2BPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI%2BPHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iLz48L2NsaXBQYXRoPjxwb2x5Z29uIGNsYXNzPSJzdDMiIHBvaW50cz0iNjQgNjQgMjIuNyAzMiAxNy4zIDI4IDY0IDE0LjcgIi8%2BPC9zdmc%2BCg%3D%3D);background-position:14px center;background-repeat:no-repeat;background-size:24px;margin-bottom:20px;text-shadow:none;border:1px solid #e4e4e4}.Socials .Social-strava{min-width:260px;margin-bottom:20px;text-shadow:none;color:#fff;background-color:#fc4c02}.Socials .Social-icon{display:flex;justify-content:center;align-items:center}.Socials .Social-icon svg{width:1rem;height:1rem}.Socials .Social-icon{margin-right:1rem}.SplitPage{display:flex;flex:1}.SplitPage-image{flex:3;overflow:hidden}@media(max-width:600px){.SplitPage-image{display:none}}.SplitPage-image img{object-fit:cover;width:100%;height:100%}.SplitPage-content{flex:5;padding:4rem}.SplitPage-content-body{max-width:400px;margin:0 auto}@media(max-width:600px){.SplitPage-content{padding:2rem}}.SplitPage-content hr{width:50%;text-align:right;margin:4rem 0 2rem auto;right:0;position:relative;height:0px;border:0;background:var(--main-green)}.Tiles{display:grid;grid-auto-rows:minmax(175px,auto);grid-template-columns:repeat(2,1fr);grid-gap:1rem}@media(max-width:639px){.Tiles{grid-template-columns:repeat(1,1fr)!important;grid-gap:0}}@media(min-width:640px)and (max-width:1279px){.Tiles{grid-template-columns:repeat(1,1fr)!important}}.ActivitiesTile h4{margin-bottom:.25rem;color:#797979;text-transform:uppercase}.ActivitiesTile .Tile-content{display:block}.ActivitiesTile .ActivitiesTile-statistics{width:100%;display:grid;grid-template-columns:repeat(3,auto);margin-bottom:2rem}@media(min-width:640px)and (max-width:1279px){.ActivitiesTile .ActivitiesTile-statistics{grid-template-columns:repeat(1,1fr)!important}}@media(max-width:639px){.ActivitiesTile .ActivitiesTile-statistics{grid-template-columns:repeat(1,1fr)!important}}.ActivitiesTile-statistics-value{font-size:2rem;line-height:1;font-weight:800;color:var(--main-green)}.ActivitiesTile-statistics-value .Distance-unit{font-size:1rem;margin-left:.1rem}.ActivitiesTile-statistics-unit{font-size:1rem}.ActivitiesTile-tooltip{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0000004d;padding:8px}.ActivitiesTile-tooltip-distance{color:var(--main-green);font-weight:900}.EventsTile .Tile-content{display:flex;flex-direction:column;justify-content:flex-end}.EventsTile .Event{display:flex;flex-direction:column;justify-content:center;color:#000;text-decoration:none;font-size:1rem;font-weight:500;flex:1}.EventsTile .Event .open-sans{font-size:.9rem}.EventsTile .Event-content{display:flex;align-items:center;justify-content:center;flex:1}.EventsTile .Event-details{display:flex;justify-content:center;flex-direction:column;margin-left:1rem;font-weight:400;flex:1}.EventsTile .Event-actions{display:flex;justify-content:flex-end}.EventsTile .Event .ProfilePicture{width:75px;height:75px}.ProfileTile .Tile-content{display:flex;flex:1}.ProfileTile-greeting{display:flex;align-items:center}.ProfileTile-greeting-text{font-size:1.5rem;display:flex;align-items:center}.ProfileTile-greeting .ProfilePicture{width:80px;height:80px;margin-right:1rem}.ProfileTile-settings{display:flex;flex:1;flex-direction:column}.ProfileTile-settings .Toggle{display:flex;justify-content:flex-end;margin:0 0 .25rem}.ProfileTile-settings .Toggle-slider{width:4rem}.ProfileTile-settings .Toggle-slider-handle{height:1rem;width:1rem}.ProfileTile-settings .Sidebar-strava{margin:0;display:flex;justify-content:flex-start}.TeamsTile .Tile-content{display:flex;flex-direction:column;justify-content:flex-end}.DashboardPage{display:flex;flex-direction:column}.DashboardPage-hero{background:#fff;width:100%;text-align:center;position:relative;overflow:hidden;min-height:20rem}.DashboardPage-hero-image{background-size:cover;background-position:center;position:absolute;inset:0;z-index:1;opacity:.75}.DashboardPage-hero-text{z-index:10;position:absolute;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:4rem;inset:0}.DashboardPage-tiles{display:flex;flex-wrap:wrap;margin:2.5rem auto;position:relative}.DashboardPage-tile{background:#fff;border-radius:20px}.DashboardPage-tile.full{width:100%}.DashboardPage-tile.half{width:50%}.DashboardPage .ProfileTile{display:none}.DashboardPage .StravaIssueTile{background:#ff9fb5;color:#6f240b;margin-bottom:1rem}.DashboardPage .StravaIssueTile .Tile-actions{padding-top:1rem;justify-content:center}.DashboardPage .StravaIssueTile .Button{background:#f45365;border-radius:3px;color:#491707;border:1px solid rgb(248,59,90);box-shadow:0 2px 1px -1px #60293199;padding:.5rem 1rem}@media(max-width:639px){.DashboardPage .StravaIssueTile{margin-bottom:auto}.DashboardPage .Tiles{display:flex;flex-direction:column;grid-gap:0}.DashboardPage .Tiles .Tile{margin-bottom:0rem}.DashboardPage .ProfileTile{display:flex}}.EventLeaderboardOverview-content{display:grid;grid-template-columns:repeat(3,auto);grid-gap:1rem}@media(max-width:639px){.EventLeaderboardOverview-content{grid-template-columns:repeat(2,auto);grid-gap:1rem}.EventLeaderboardOverview-content .Statistics-title{margin-bottom:0}}.EventLeaderboardOverview .Tile-actions{margin-top:1rem}.EventEntrySettingsModal-invite{margin-top:2rem}.EventEntrySettingsModal p{margin-top:.25rem}.EventEntrySettingsModal-targets{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}@media(max-width:639px){.EventEntrySettingsModal-targets{grid-template-columns:1fr}}.EventEntrySettingsModal-target{border:2px solid var(--main-green);padding:1rem;cursor:pointer;text-transform:lowercase}.EventEntrySettingsModal-target.selected{background:var(--main-green);color:#fff}.EventEntrySettingsModal-target input{display:none}.EventEntrySettingsModal-actions{display:flex;align-items:center}.EventEntrySettingsModal-actions button{margin-right:1rem}.EventEntrySettingsModal .Field-block{margin-bottom:2rem}.Input{margin-bottom:10px;display:block;text-align:left;font-size:14px;color:#666a72}.Input-error{color:red;margin-left:.25rem;font-weight:300}.Input-label{display:flex}.Input-container{margin-top:8px;display:flex;flex-direction:column}.Input-container input{flex:1;font-size:1rem;line-height:1.5;box-sizing:border-box;color:#20222b;font-family:inherit;width:100%;background-color:#fff;-webkit-appearance:none;border-radius:4px;border-width:1px;border-style:solid;border-color:#e3e6ec;border-image:initial;padding:8px}.Input-container input:focus{outline:none;box-shadow:#5b53ff1a 0 0 8px}.MuiDialog-root{z-index:99999!important}.EventPage .FindTeam{display:flex;justify-content:center}.EventPage .Tiles{margin-bottom:1rem}.EventPage-description{margin-bottom:2rem}@media(max-width:639px){.EventPage-description{margin-bottom:1rem}}.EventPage-distance a{margin-left:.5rem}.EventPage-privacy{display:flex}.EventPage .Member-actions button{background:#1bb553;border-radius:50px;width:30px;color:#fff;font-size:1rem;font-weight:700;border:0;height:30px;cursor:pointer}.EventPage .Member-actions button:first-of-type{background:#00ce00}.EventPage .Member-actions button:last-of-type{margin-left:.5rem;background:#ff3d11}.Tiles .Events{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;flex:1}@media(max-width:639px){.Tiles .Events{grid-template-columns:repeat(2,1fr)}}.Tiles .Events .Event{display:flex;flex-direction:column;align-items:center;text-align:center;color:#000;text-decoration:none;font-size:1rem;text-transform:uppercase}.Tiles .Events .Event .ProfilePicture{width:75px;height:75px;margin-bottom:.75rem}.InviteMembersModal h2{margin:0 2rem 0 0}.InviteMembersModal-invite{margin-top:2rem}.InviteMembersModal-url{padding:1rem 0;color:var(--main-green)}.InviteMembersModal p{margin-top:.25rem}.InviteMembersModal-copy{color:#fff;background:#000;min-width:200px;margin-right:1rem}.Table{flex:1;text-align:left;box-sizing:border-box;border-collapse:collapse;background-color:#fff;position:relative}.Table-grid{display:grid}.Table-grid tbody,.Table-grid thead,.Table-grid tr{display:contents}.Table-loading{position:absolute;inset:0;display:flex!important;justify-content:center;align-items:flex-start;padding:5rem;background:#ffffffbf}.Table-loading td{flex:1;justify-content:center;text-align:center;padding:0!important;background:transparent!important}.Table-empty td{flex:1;justify-content:center;text-align:center;padding:1rem!important;background:transparent!important;grid-column:1/-1}.Table th{background:var(--main-green);color:#fff;position:relative;height:45px;display:flex;align-items:center;min-width:24px;padding:0 1rem;font-size:.95rem;text-transform:uppercase;-webkit-user-select:none;user-select:none}.Table tbody tr:nth-child(2n) td{background:#e9f8f7}.Table td{min-width:0;min-height:40px;padding:8px 16px;display:flex;align-items:center}.Table td:first-child{padding:8px 0 8px 20px}.Table th a,.Table th div{line-height:1.1;color:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Table td a,.Table td div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Leaderboard{grid-template-columns:auto 1fr repeat(2,minmax(90px,auto))}@media(max-width:639px){.Leaderboard{grid-template-columns:auto 1fr minmax(90px,auto);line-height:1.1}.Leaderboard thead th:first-of-type{padding-right:0}.Leaderboard .Distance-value,.Leaderboard .Distance-unit{font-size:.95rem;text-transform:uppercase}}.Leaderboard.Leaderboard--steps{grid-template-columns:auto 1fr repeat(1,minmax(90px,auto))}.Leaderboard tbody{max-height:500px;overflow:auto}.Leaderboard tr:first-child td{border-radius:0}@media(max-width:639px){.Table .Leaderboard-mobile{padding-right:0}}.Leaderboard-row-picture{min-width:2rem;margin-right:.5rem}.Leaderboard-row-picture .ProfilePicture{width:2rem;height:2rem;font-size:1rem}.Leaderboard-row-name{display:flex;justify-content:center;align-items:center}.Leaderboard-row-highlight td{background:#5fbbc38f!important;color:#294e53f5}.Leaderboard-row-highlight td:first-child{border-top-left-radius:7px;border-bottom-left-radius:7px}.Leaderboard-row-highlight td:last-child{border-top-right-radius:7px;border-bottom-right-radius:7px}.TeamLeaderboard{margin-bottom:3rem}@media(max-width:639px){.TeamLeaderboard{padding:1rem}}.TeamLeaderboard .Leaderboard{margin-top:1rem}.TeamLeaderboard h2{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.TeamLeaderboard-name{display:flex;align-items:center}.TeamLeaderboard-name .ProfilePicture{margin-right:.5rem;width:2rem;height:2rem;font-size:1rem}.JoinTeamModal .error{margin-top:1rem}.TeamSettingsModal h2{margin:0 0 1rem}.TeamSettingsModal-invite{margin-top:2rem}.TeamSettingsModal p{margin-top:.25rem}.TeamSettingsModal-targets{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}@media(max-width:639px){.TeamSettingsModal-targets{grid-template-columns:1fr}}.TeamSettingsModal-target{border:2px solid var(--main-green);padding:1rem;cursor:pointer;text-transform:lowercase}.TeamSettingsModal-target.selected{background:var(--main-green);color:#fff}.TeamSettingsModal-target input{display:none}.TeamSettingsModal-actions{display:flex;align-items:center}.TeamSettingsModal-actions button{margin-right:1rem}.TeamSettingsModal .Field-block{margin-bottom:1rem}.TeamPage-title{flex:1;display:flex;justify-content:space-between}@media(max-width:639px){.TeamPage-title{flex-direction:column}}.TeamPage-overview .Tile-content{display:flex}.TeamPage-overview-image{margin-right:1rem}@media(max-width:639px){.TeamPage-overview-image{display:none}}.TeamPage-overview-image .ProfilePicture{width:100px;height:100px}.TeamPage-overview-details{flex:1}.TeamPage-overview a{display:block;margin:.5rem 0;font-size:1rem;font-weight:700}.TeamPage-settingsButton{display:flex!important;align-items:center}.TeamPage-settingsButton svg{width:16px;height:16px;margin-right:.5rem}.TeamPage-settingsButton svg g,.TeamPage-settingsButton svg path{fill:var(--main-green)}.TeamPage .Members{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;flex:1}@media(min-width:640px)and (max-width:1279px){.TeamPage .Members{grid-template-columns:repeat(3,1fr)}}@media(max-width:639px){.TeamPage .Members{grid-template-columns:repeat(2,1fr)}}.TeamPage .Member{align-items:center;display:flex;flex-direction:column;text-align:center;padding:1rem .5rem .5rem;color:#000;text-decoration:none;font-size:1rem}.TeamPage .Member-name{font-size:1.2rem;margin-bottom:.25rem;word-break:break-word;overflow:hidden}.TeamPage .Member-distance{text-transform:uppercase;color:var(--dark-grey)}.TeamPage .Member .ProfilePicture{width:100px;height:100px;margin-bottom:.75rem}.TeamPage .Member .ProfilePicture img{height:100%}.TeamPage .Member-actions{display:flex;margin-top:.25rem}.TeamPage .Member-actions button{border:0;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0;background:none}.TeamPage .Member-actions button svg{width:30px;height:30px}.TeamPage .Member-actions button:last-of-type{margin-left:1rem}.JoinTeamModal h2{margin-bottom:1rem}.JoinTeamModal-join{margin-top:2rem;color:#fff;background:#000;min-width:200px}.JoinTeamModal-enter{display:inline-block;text-align:center;margin-top:2rem;color:#fff;background:#000;min-width:200px;border:0;font-weight:600;font-size:1rem;padding:1rem}.Tiles .Teams{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;flex:1}@media(max-width:639px){.Tiles .Teams{grid-template-columns:repeat(1,1fr)}}.Tiles .Teams .Team{border:1px solid black;padding:1rem}.Team{display:flex;flex-direction:column;justify-content:center;color:#000;text-decoration:none;font-size:1rem;font-weight:500;flex:1}.Team .open-sans{font-size:.9rem}.Team-content{display:flex;align-items:center;justify-content:center;flex:1}.Team-details{display:flex;justify-content:center;flex-direction:column;margin-left:1rem;font-weight:400;flex:1}.Team-actions{display:flex;justify-content:flex-end}.Team .ProfilePicture{width:75px;height:75px}.Main{display:flex;flex-direction:column}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.Main-hero{height:300px;width:100%;background-position:center;position:relative;overflow:hidden;margin-top:75px}.Main-hero-images{width:100%;height:100%;object-fit:cover;position:relative}.Main-hero img{width:100%;height:100%;position:absolute;object-fit:cover;animation:fade-in .1s linear forwards}.Main-hero:before{display:block;position:absolute;inset:0;background:#000}.Main-content{padding-top:2rem;padding-bottom:2rem}@media(max-width:639px){.Main-content{padding:0 0 calc(75px + 1rem)}@supports (padding: env(safe-area-inset-bottom)){.Main-content{padding:0 0 calc(75px + 1rem + env(safe-area-inset-bottom))}}}.MobileMenu{position:fixed;z-index:20;bottom:0;left:0;right:0;height:75px;background:var(--darker-grey);display:none;grid-template-columns:repeat(4,1fr)}@supports (height: env(safe-area-inset-bottom)){.MobileMenu{height:calc(75px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:639px){.MobileMenu{display:grid}}.MobileMenu-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.5rem;color:#fff;background:transparent;border:0}.MobileMenu-item.active{color:var(--main-green)}.MobileMenu-item.active svg g,.MobileMenu-item.active svg path{fill:var(--main-green)}.MobileMenu-item-icon{display:flex;justify-content:center;align-items:center;flex:1}.MobileMenu-item-icon svg{width:32px;height:32px}.MobileMenu-item-title{white-space:nowrap;text-transform:uppercase;font-size:.8rem}.MobileMenu-options{position:fixed;background:#292929f2;display:none;flex-direction:column;left:0;right:0;bottom:75px;z-index:20;transform:translateY(100%)}@supports (bottom: env(safe-area-inset-bottom)){.MobileMenu-options{bottom:calc(75px + env(safe-area-inset-bottom))}}.MobileMenu-options{transition:transform .1s ease-in-out}@media(max-width:639px){.MobileMenu-options{display:flex}}.MobileMenu-options.active{transform:translateY(0)}.MobileMenu-options .MobileMenu-item{display:flex;flex-direction:row-reverse;align-items:center;text-align:right;padding:1rem}.MobileMenu-options .MobileMenu-item-icon{flex:0;margin-left:1rem}.MobileMenu-options .MobileMenu-item-title{flex:1}.SearchBar{align-items:flex-start;padding:3rem}.SearchBar .SimpleModal-content{box-shadow:none;border-radius:10px;background:#fff;max-height:75vh;overflow:hidden;display:flex;flex-direction:column}.SearchBar-search{outline:none;padding:1rem;font-size:1rem;font-family:"Open Sans",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;border:0;width:500px;border-bottom:1px solid #eeeeee}.SearchBar .Results{padding:1rem;background:#fff;overflow-y:auto}.SearchBar .Results-category{color:#797979;margin-left:.5rem;font-size:.75rem;font-weight:700;font-family:"Open Sans",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-transform:capitalize}.SearchBar .Results .Result{margin-bottom:.1rem;border-radius:10px;display:flex;align-items:center;flex-direction:row;padding:.5rem;color:#191e31;font-weight:400;font-family:"Open Sans",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.9rem}.SearchBar .Results .Result:hover{background:#efefef}.SearchBar .Results .Result+.Results-category{margin-top:.5rem}.SearchBar .Results .Result-type{background:#52bdff;font-size:.7rem;letter-spacing:.05rem;color:#fff;padding:.25rem;line-height:.8rem;border-radius:.25rem;margin-right:.5rem;font-weight:600}.SearchBar .Results .Result-type-TEAM{background:#52bdff}.SearchBar .Results .Result-type-MEMBER{background:#31ee1d}.SearchBar .Results .Result-type-EVENT{background:#dc314f}.SearchBar .Results .Result-description{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:.5rem}.SearchBar .Results .Result-actions{color:#b1afb5;font-size:.7rem;letter-spacing:.05rem;line-height:.8rem;border-radius:.25rem;margin-right:.5rem;font-weight:600}.SearchBar .Results .Result .ProfilePicture{margin-right:.5rem;width:25px;height:25px;font-size:.75rem;display:none}.AccountDetails{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;grid-column-gap:2rem}@media(max-width:639px){.AccountDetails{grid-template-columns:1fr}}.AccountPage-tiles{display:grid;grid-gap:1rem}.AccountPage-tiles .Tile-actions{justify-content:space-between}.AccountPage-socials{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;flex:1}@media(min-width:640px)and (max-width:1279px){.AccountPage-socials{grid-template-columns:repeat(3,1fr)}}@media(max-width:639px){.AccountPage-socials{grid-template-columns:repeat(2,1fr)}}.AccountPage-socials .Social{display:flex;flex-direction:column;align-items:center}.AccountPage-socials .Social-image{flex:1}.AccountPage-socials .Social-image svg{width:75px;height:75px}.AccountPage-delete p{margin-bottom:1rem}.AddressDetailsPage .AddressDetails{flex:1}.AddressDetailsPage .AddressDetails .Flex{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}.CreateAccountPage .error{color:red}.ResetPasswordPage-subline{font-size:.85rem;margin-bottom:1.5rem}.ResetPasswordSuccessPage-subline{font-size:.85rem;margin-top:1.5rem}.ResetPasswordSuccessPage-tryAgain{display:inline-block;margin-top:.5rem}.Breadcrumbs,.Breadcrumbs .Breadcrumb{font-size:1rem;color:var(--main-green)}:root{--main-green: rgb(96, 198, 197);--dark-grey: rgb(54, 54, 54);--darker-grey: rgb(41, 41, 41)}*{box-sizing:border-box}html{line-height:1.5}body{margin:0;font-family:Assistant,sans-serif;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f7;color:var(--dark-grey)}body.Modal-active,body.Modal-active #root,body.Modal-active .Main{overflow:hidden}.open-sans{font-family:"Open Sans",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}html,body,#root{min-height:100vh;display:flex;flex-direction:column;font-size:16px}#modal{z-index:2000}button{cursor:pointer;font-family:Assistant,sans-serif}a{color:var(--main-green)}p.error{color:red;font-size:.9rem;font-weight:500}p.error a{font-size:.9rem}i,p{font-family:"Open Sans",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}i{text-decoration:none;font-style:normal;font-size:.9rem}input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:16px}.color-main-green{color:var(--main-green)}.Mobile-show{display:none!important}@media(max-width:639px){.Mobile-show{display:inherit!important}.Mobile-hide{display:none!important}}.version{display:none}.font-large{font-size:2rem}.font-green{color:var(--main-green)}html{overflow-y:scroll}body{box-shadow:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f7;color:var(--dark-grey)}
