#footer{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;text-align:center;width:100%}.footer-section{flex:1;width:100%;padding:20px 0}.header{z-index:40;position:sticky;top:0;display:flex;flex-flow:row;justify-content:space-between;align-items:center;height:70px;padding:0 15px;background:var(--light-mode-background-translucent);backdrop-filter:var(--blur-effect);-webkit-backdrop-filter:var(--blur-effect);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header.hide{top:-70px}#activee-logo{display:block;width:40px;height:40px}#header-options{display:flex;flex-flow:row;align-items:center;gap:20px}#language-icon{border-radius:50%}.header-icon{height:32px;width:32px;display:block}.header-button{cursor:pointer}.activee-ci{text-decoration:none;display:flex;flex-flow:row;align-items:center;justify-content:center;gap:10px;opacity:1;transition:.3s ease-out}.activee-ci.hide{opacity:0}.activee-name{font-family:var(--logo-typeface);font-size:32px}#options-popup-button{overflow:hidden;border-radius:20px}.options-popup{position:absolute;top:60px;right:12px;background:var(--light-mode-background);box-shadow:var(--light-mode-elevation-4);padding:14px 19px;border-radius:8px;transition:.2s ease-out;z-index:50!important}.popup-backdrop{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:45}.popup-backdrop.darken{background:var(--light-mode-backdrop-translucent-dark)}.options-selection{cursor:pointer;display:flex;width:100%;align-items:center;padding:5px 0;gap:19px}.options-icon{width:24px}.options-divider{margin:8px 0}.profile-selection{position:fixed;left:50%;top:120px;transform:translate(-50%);transition:.2s ease-out;z-index:46;min-width:290px;max-width:420px;width:100%}.profile-selection-container{margin:0 20px;padding:20px;display:flex;flex-flow:column;gap:25px;border-radius:8px;background:var(--light-mode-background);box-shadow:var(--light-mode-elevation-4)}.profile-selection-header{display:flex;justify-content:space-between;align-items:center;font-weight:var(--h2-weight);font-size:var(--h2-size)}.profile-selection-exit{cursor:pointer}.profile-selection-list{display:flex;flex-flow:column}.profile-selection-item{-webkit-appearance:none;display:flex;flex-flow:row;padding:0;width:100%;justify-content:left;align-items:center;gap:17px;background:none;border:none;cursor:pointer}.profile-selection-item-image{flex:0 0 52px;height:52px;border-radius:50%;background:var(--light-mode-cs-disabled)}.profile-selection-item-container{color:var(--light-mode-typeface);flex:1;text-align:left;display:flex;flex-flow:column;gap:3px;min-width:0}.profile-selection-item-name{font-family:var(--text-typeface);font-size:var(--h3-size);font-weight:var(--h3-weight);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-selection-item-type{font-family:var(--text-typeface);font-size:var(--text-size);font-weight:var(--text-weight);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-selection-item-icon{flex:0 0 32px;height:32px}.profile-selection-item-icon.hidden{flex:0 0 32px;height:32px;display:none}.profile-selection-options{display:flex;flex-flow:row wrap;justify-content:center;gap:15px}.activee-button{-webkit-appearance:none;text-decoration:none;box-sizing:border-box;-webkit-box-sizing:border-box;border:none;border-radius:8px;font-family:var(--text-typeface);box-shadow:var(--light-mode-elevation-4);color:var(--light-mode-typeface);padding:10px 15px;cursor:pointer;display:inline-flex;flex-flow:row;justify-content:center;align-items:center;transition:.2s ease-out;height:42px}.activee-button.gap{gap:7px}.activee-button-icon{width:24px}.activee-button.primary{color:var(--light-mode-typeface-inverted);background:var(--light-mode-cs-primary)}.activee-button.primary:active{background:var(--light-mode-cs-secondary)}.activee-button.secondary{color:var(--light-mode-typeface-inverted);background:var(--light-mode-cs-secondary)}.activee-button.secondary:active{background:var(--light-mode-cs-unselected)}.activee-button.unselected{color:var(--light-mode-typeface-inverted);background:var(--light-mode-cs-unselected)}.activee-button.unselected:active{background:var(--light-mode-cs-disabled)}.activee-button.blank{background:var(--light-mode-blank);box-shadow:none}.activee-button.blank:active{background:var(--light-mode-blank-active)}.activee-button.warning{color:var(--light-mode-typeface-inverted);background:var(--light-mode-warning)}.activee-button.warning:active{background:var(--light-mode-warning-active)}.activee-button.outline{background:var(--light-mode-background);border:3px solid var(--light-mode-cs-primary);color:var(--light-mode-cs-primary)}.activee-button.outline:active{border:3px solid var(--light-mode-cs-secondary);color:var(--light-mode-cs-secondary)}.activee-button:disabled{cursor:not-allowed;color:var(--light-mode-typeface-disabled);background:var(--light-mode-cs-disabled)}.activee-button:active:disabled{cursor:not-allowed;color:var(--light-mode-typeface-disabled);background:var(--light-mode-cs-disabled)}.activee-button.register{box-shadow:none;color:var(--light-mode-typeface-inverted);background:var(--light-mode-cs-primary)}.activee-button.register:active{background:var(--light-mode-cs-secondary)}.activee-button.login{background:none;color:var(--light-mode-cs-primary);box-shadow:none;border:3px solid var(--light-mode-cs-primary)}.activee-button.login:active{border:3px solid var(--light-mode-cs-secondary)}.loading-animation-container{width:100%;display:flex;justify-content:center;align-items:center;height:100%;margin:auto}.loading-animation{width:130px}:root{--light-mode-typeface: #1d1d1d;--light-mode-typeface-inverted: var(--light-mode-background);--light-mode-typeface-disabled: #839695;--light-mode-background: #fafafa;--light-mode-background-translucent: rgba(250, 250, 250, .7);--light-mode-background-translucent-invisible: rgba(250, 250, 250, 0);--light-mode-backdrop-translucent-dark: rgba(0, 0, 0, .55);--light-mode-cs-dark: #00838a;--light-mode-cs-primary: #00a5ae;--light-mode-cs-secondary: #26bec3;--light-mode-cs-unselected: #9ad9dc;--light-mode-cs-disabled: #d9f9f8;--light-mode-blank: var(--light-mode-background);--light-mode-blank-active: #f6efe8;--light-mode-warning: #e1786c;--light-mode-warning-active: #f38c80;--light-mode-caution: #ecc300;--light-mode-hr-light: #d0d0d0;--light-mode-elevation-1: 2px 3px 15px -8px rgba(0, 0, 0, .06);--light-mode-elevation-2: 1px 2px 9px -5px rgba(0, 0, 0, .09);--light-mode-elevation-3: 1px 2px 9px -5px rgba(0, 0, 0, .24);--light-mode-elevation-4: 1px 2px 9px -5px rgba(0, 0, 0, .37);--hero-weight: 1000;--h1-weight: 750;--h1-size: 32px;--h1-subtitle-typeface: Inter SemiBold Italic, sans-serif;--h1-subtitle-size: 20px;--h2-weight: 700;--h2-size: 24px;--h3-weight: 700;--h3-size: 20px;--h4-weight: 700;--h4-size: 16px;--text-typeface: Inter, sans-serif;--text-weight: 550;--text-size: 16px;--text-line-height: 24px;--button-weight: 650;--button-size: 16px;--bold-weight: 650;--annotation-weight: 550;--annotation-size: 12px;--logo-typeface: Fredoka One Regular, sans-serif;--blur-effect: blur(12px);--component-spacing: 20px}@font-face{font-family:Inter;src:url(./Inter-GTt1gSYM.ttf) format("truetype-variations");font-weight:100 1000}@font-face{font-family:Inter Light Italic;src:url(./Inter-LightItalic-80FdpWOb.otf)}@font-face{font-family:Inter SemiBold Italic;src:url(./Inter-SemiBoldItalic-SgAP_C2u.otf)}@font-face{font-family:Fredoka One Regular;src:url(./FredokaOne-Regular-4W7s14qz.ttf)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;min-width:320px;margin:0;font-family:var(--text-typeface);font-weight:var(--text-weight);font-size:var(--text-size);color:var(--light-mode-typeface);background:var(--light-mode-background)}h1{font-weight:var(--h1-weight);font-size:var(--h1-size);margin:0}.h1-subtitle{margin:-10px 0 0;font-family:var(--h1-subtitle-typeface);font-size:var(--h1-subtitle-size);display:flex;align-items:center;gap:10px}h2{font-weight:var(--h2-weight);font-size:var(--h2-size);margin:0}h3{font-weight:var(--h3-weight);font-size:var(--h3-size);margin:0}h4{font-weight:var(--h4-weight);font-size:var(--h4-size);margin:0}button{font-weight:var(--button-weight);font-size:var(--button-size)}b{font-weight:var(--bold-weight)}a{text-decoration:none;color:var(--light-mode-typeface)}input{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;min-width:0;width:100%;min-height:39px;display:inline-flex;align-items:center;font-family:var(--text-typeface);font-weight:var(--text-weight);font-size:var(--text-size);color:var(--light-mode-typeface);background:none;border:none;padding:3px 6px;border-bottom:3px solid var(--light-mode-typeface);border-radius:4px;transition:.2s ease-out}.react-select input{min-height:22px!important}textarea{-webkit-appearance:none;min-width:0;width:100%;height:80px;box-sizing:border-box;resize:none;background:none;color:var(--light-mode-typeface);font-family:var(--text-typeface);font-weight:var(--text-weight);font-size:var(--text-size);border:none;padding:6px;border-bottom:3px solid var(--light-mode-typeface);border-radius:4px;transition:.2s ease-out}input:hover,textarea:hover{outline:none;border-bottom:3px solid var(--light-mode-cs-primary);box-shadow:var(--light-mode-elevation-4)}input:focus,textarea:focus{outline:none;border-bottom:3px solid var(--light-mode-cs-primary);box-shadow:var(--light-mode-elevation-4)}input:disabled,textarea:disabled{background:none;border-bottom:3px solid var(--light-mode-typeface-disabled);color:var(--light-mode-typeface-disabled)}input:disabled:hover,textarea:disabled:hover{box-shadow:none}input.warning,textarea.warning{border-bottom:6px solid var(--light-mode-warning-active)}hr{border:0;margin:12px 0;border-top:1px solid var(--light-mode-typeface)}hr.light{border-top:1px solid var(--light-mode-hr-light)}details>summary{list-style-type:none}details>summary::-webkit-details-marker{display:none}#root{min-height:100vh;display:flex;flex-flow:column}#content-body{flex:1;gap:var(--component-spacing);margin:0 12px 25px;display:flex;flex-flow:column}.modal-background{position:absolute;left:0;top:0;width:100vw;height:5000000px;background:#00000080;z-index:45}.login-buttons{display:flex;flex-flow:row wrap;gap:10px;justify-content:center}.login-hero{font-weight:var(--hero-weight);font-size:34px;text-align:center;margin:60px auto}.login-wrapper{background:var(--light-mode-cs-secondary);padding:20px;display:flex;flex-flow:column;gap:20px;border-radius:12px}.login-input-wrapper{display:flex;flex-flow:column;justify-items:center;align-items:center;gap:15px}.login-input{box-sizing:border-box;width:100%;font-family:var(--text-typeface);font-size:var(--text-size);background:var(--light-mode-background);border-bottom:3px solid var(--light-mode-background);padding:6px 8px;border-radius:8px}.login-no-account-wrapper{text-align:center;margin:30px 0}.login-no-account-button{text-decoration:underline}.login-options{padding:10px;border-radius:8px;background:#ffedc1;display:flex;flex-flow:column;gap:10px}.login-option{display:flex;flex-flow:column;gap:5px}.disclaimer-container{visibility:unset;transition:.2s ease-out;width:100%}.disclaimer-container.closable{position:fixed;left:50%;top:30px;transform:translate(-50%);z-index:42}.disclaimer-container.fixed{display:unset}.disclaimer-container.fixed.hidden{display:none}.disclaimer-container.hidden{visibility:hidden;top:-65px}.disclaimer{box-sizing:border-box;padding:12px;display:flex;flex-flow:row;justify-content:center;align-items:center;gap:8px;border-radius:8px;transition:.2s ease-out}.disclaimer.warning{background:var(--light-mode-warning-active)}.disclaimer.confirmed{background:var(--light-mode-cs-unselected)}.disclaimer.closable{box-shadow:var(--light-mode-elevation-4);margin:0 12px}.disclaimer.hidden{display:none}.disclaimer-icon{flex:0 0 32px;width:32px}.disclaimer-icon.pointer{cursor:pointer}.disclaimer-text{flex:1;text-align:center;font-weight:var(--bold-weight)}.caution-disclaimer{font-weight:var(--annotation-weight);font-size:var(--annotation-size);border:2px solid var(--light-mode-caution);border-radius:8px;padding:6px;display:flex;align-items:center;gap:5px}.caution-disclaimer img{flex:0 0 24px;width:24px;height:24px}.caution-disclaimer span{flex:1}.activee-chip{font-family:var(--text-typeface);display:inline-flex;flex-flow:row;align-items:center;text-align:center;min-height:18px;background:var(--light-mode-cs-dark);gap:5px;padding:3px 7px 3px 5px;border-radius:50px}.activee-chip.without-icon{padding:3px 7px}.activee-chip.primary{background:var(--light-mode-cs-primary)}.activee-chip-icon{width:18px;height:18px;border-radius:50%}.activee-chip-text{color:var(--light-mode-typeface-inverted);font-size:12px}.activity-image{height:230px;width:100%;object-fit:cover;border-radius:8px}.activity-header{display:flex;gap:8px;justify-content:space-between;align-items:center;min-width:0}.activity-name{flex:1;overflow:hidden;text-overflow:ellipsis}.activity-edit-link{flex:0 0 32px}.activity-edit-icon{width:32px}.activity-information-tags{display:flex;flex-flow:row wrap;gap:7px 5px}.activity-dates{display:flex;flex-flow:row wrap;gap:15px}.activity-dates-list{line-height:24px}.activity-coach{display:flex;flex-flow:row;align-items:center;gap:15px}.activity-coach-info{min-width:0;flex:1}.activity-coach-name{font-weight:var(--h4-weight)}.activity-coach-email,.activity-coach-phone{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.activity-coach-picture{flex:0 0 50px;width:50px;height:50px;margin:auto;border-radius:50%}.activity-coach-message-button{margin-top:15px}.activity-participants-button{display:flex;justify-content:right}.activity-remember-button{position:sticky;bottom:15px;z-index:39;display:flex;justify-content:right}.time-table{width:100%;overflow:hidden;border-radius:12px;border-collapse:collapse;background:var(--light-mode-cs-unselected);color:var(--light-mode-background);padding:0;box-shadow:var(--light-mode-elevation-4)}.time-table th{border:var(--light-mode-background) solid 1px;flex:1}.time-bracket{border-top:none!important;border-bottom:none!important}.time-bracket-first{border-right:none!important;border-bottom:none!important}.time-day{border-left:none!important;border-right:none!important}.time-table tr{display:none;line-height:28px;padding:0}.time-table tr#table-header{visibility:visible;background:var(--light-mode-cs-primary);display:flex}.time-table tr th:first-child{flex:30px;background:var(--light-mode-cs-primary)}.activee-details-summary{display:flex;flex-flow:row;align-items:center;gap:17px;cursor:pointer}.activee-details-expand-icon{position:relative;flex:0 0 32px;width:32px;height:32px;transition:.2s ease-out;z-index:-1}.activee-details-expand-icon.open{z-index:-1;transform:rotate(180deg)}.required-items{margin-top:var(--component-spacing);display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.required-items-title{flex:1}.required-item{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;padding:10px 15px;background:var(--light-mode-cs-primary)}.required-item-image-container{display:flex;justify-content:center;align-items:center;flex:0 0 24px}.required-item-image{width:24px;height:24px}.required-item-details{margin-top:var(--component-spacing);display:flex;flex-flow:column;gap:10px}.required-item-expanded{font-weight:var(--button-weight);color:var(--light-mode-typeface-inverted);align-items:center;display:flex;padding:10px 15px;background:var(--light-mode-cs-primary);border-radius:8px;gap:15px;min-width:0}.required-item-expanded span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.register-banner{bottom:0;display:flex;flex-flow:column;position:sticky;align-items:center;justify-content:center;gap:15px;border-top:3px solid var(--light-mode-cs-primary);background:var(--light-mode-background);padding:15px 12px 20px;margin:0 -12px}.register-text{text-align:center}.register-cta{margin-bottom:8px}.register-text span{font-family:var(--logo-typeface)}.register-buttons{display:flex;gap:15px}.manage-activity-pop-up{position:fixed;left:0;bottom:0;transition:.1s ease-out;z-index:46;min-width:290px;width:100%;visibility:unset}.manage-activity-pop-up.hidden{visibility:hidden;bottom:-200px}.manage-activity-pop-up-container{padding:20px;display:flex;flex-flow:column;gap:25px;border-radius:8px;background:var(--light-mode-background);box-shadow:var(--light-mode-elevation-4)}.manage-activity-pop-up-header{display:flex;justify-content:space-between;align-items:center;font-weight:var(--h2-weight);font-size:var(--h2-size)}.manage-activity-pop-up-exit{cursor:pointer}.manage-activity-pop-up-list{display:flex;flex-flow:column}.manage-activity-pop-up-item{-webkit-appearance:none;width:100%;display:flex;flex-flow:row;padding:0;justify-content:left;align-items:center;gap:17px;background:none;border:none;cursor:pointer}.manage-activity-pop-up-item-image{flex:0 0 52px;height:52px;border-radius:50%;background:var(--light-mode-cs-disabled)}.manage-activity-pop-up-item-container{color:var(--light-mode-typeface);flex:1;text-align:left;display:flex;flex-flow:column;gap:3px;min-width:0}.manage-activity-pop-up-item-name{font-family:var(--text-typeface);font-weight:var(--h3-weight);font-size:var(--h3-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.manage-activity-pop-up-item-type{font-family:var(--text-typeface);font-weight:var(--text-weight);font-size:var(--text-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.manage-activity-pop-up-item-icon{flex:0 0 32px;height:32px}.manage-activity-pop-up-item-icon.hidden{flex:0 0 32px;height:32px;display:none}.manage-activity-pop-up-options{display:flex;flex-flow:row;justify-content:right;align-items:center;gap:15px}.modify-activity-name{font-weight:var(--h1-weight);font-size:var(--h1-size);min-width:0;width:100%;box-sizing:border-box}.modify-activity-club{font-family:var(--h1-subtitle-typeface);font-size:var(--h1-subtitle-size);margin:10px 0 15px}.modify-activity-general-info{display:flex;flex-flow:column;gap:15px}.modify-activity-general-info-container{display:flex;flex-flow:row;gap:30px;justify-content:space-between}.modify-activity-general-info-container.language{display:flex;flex-flow:column;gap:10px;justify-content:space-between}.modify-activity-general-info-name{font-family:Inter Bold,sans-serif}.modify-activity-general-info-data{flex:1 1;justify-content:right;display:flex;gap:10px}.modify-activity-general-info-data.league{align-items:end;justify-content:right;flex-flow:column}.modify-activity-select{display:inline-block;text-align:left;width:100%}.modify-activity-select.sport,.modify-activity-select.gender{max-width:160px}.modify-activity-select.age-direction{max-width:150px}.modify-activity-select.languages{max-width:320px}.modify-activity-age{max-width:60px}.modify-activity-league{max-width:210px}.modify-activity-count{max-width:60px}.modify-activity-membership-fee{height:64px}.modify-activity-trainer-checkboxes{display:flex;flex-flow:column;margin:10px 0;gap:5px}.modify-activity-button{display:flex;justify-content:right}.date-picker{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:15px}.date-picker-item{width:100%;display:flex;flex-flow:row;align-items:center;justify-content:center;gap:15px}@media only screen and (min-width: 450px){.date-picker-inputs{display:flex;gap:10px;justify-content:left}.date-picker-day{width:100%;max-width:250px}.date-picker-times{flex:0 0 200px;width:100%;min-width:200px}}.date-picker-inputs{max-width:600px;flex:1}.date-picker-times{width:100%;min-width:0;align-items:center;gap:5px;display:flex}.date-picker-time{min-width:0!important}.date-picker-delete{flex:0 0 54px}.address-picker{display:flex;flex-flow:column;min-width:0;width:100%;gap:8px;margin:0}.address-picker>div{display:flex;flex-flow:row;gap:8px}.input-street{flex:1;width:100%;min-width:0}.input-house-number{flex:0 0 60px;min-width:0}.input-zip-code{flex:0 0 80px;min-width:0}.input-city{flex:1;width:100%;min-width:0}.input-distance{width:40px;text-align:center;margin-right:6px}.edit-controls-container{position:sticky;bottom:15px;z-index:5;display:flex;justify-content:center}.edit-controls{background:var(--light-mode-cs-primary);display:inline-flex;flex-flow:row;gap:10px;padding:10px;border-radius:8px;box-shadow:var(--light-mode-elevation-4)}.edit-controls-icon{width:32px;display:block}.edit-controls-link{cursor:pointer}.edit-controls-divider{background:var(--light-mode-typeface-inverted);width:2px;height:32px}.activee-checkbox-container{display:inline-flex;align-items:center;gap:10px}.activee-checkbox-container input{position:absolute;opacity:0;margin:0;padding:0;cursor:pointer;height:0;width:0}.activee-checkbox-wrapper{cursor:pointer;padding:7px}.activee-checkbox{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;flex:0 0 20px;width:20px;height:20px;border-radius:4px;display:flex;justify-content:center;align-items:center;transition:.2s ease-out}.activee-checkbox-wrapper .activee-checkbox.unselected.enabled{border:2px solid var(--light-mode-typeface);background:none}.activee-checkbox-wrapper .activee-checkbox.unselected.disabled{background:none;border:3px solid var(--light-mode-typeface-disabled)}.activee-checkbox-wrapper:hover .activee-checkbox.unselected.enabled{background:var(--light-mode-cs-unselected);border:2px solid var(--light-mode-typeface)}input:focus+.activee-checkbox.unselected.enabled{background:var(--light-mode-cs-unselected);border:2px solid var(--light-mode-typeface)}.activee-checkbox-wrapper:active .activee-checkbox.unselected.enabled{background:none;border:2px solid var(--light-mode-cs-primary)}.activee-checkbox-wrapper .activee-checkbox.selected.enabled{background:var(--light-mode-cs-primary);border:2px solid var(--light-mode-cs-primary)}.activee-checkbox-wrapper .activee-checkbox.selected.disabled{background:var(--light-mode-typeface-disabled);border:2px solid var(--light-mode-typeface-disabled)}.activee-checkbox-wrapper:hover .activee-checkbox.selected.enabled{background:var(--light-mode-cs-secondary);border:2px solid var(--light-mode-cs-secondary)}input:focus+.activee-checkbox.selected.enabled{background:var(--light-mode-cs-secondary);border:2px solid var(--light-mode-cs-secondary)}.activee-checkbox-wrapper:active .activee-checkbox.selected.enabled{background:var(--light-mode-cs-secondary);border:2px solid var(--light-mode-typeface)}.activee-checkmark{width:16px;height:16px;display:none}.activee-checkmark.selected{display:unset}.activee-checkbox-label{color:var(--light-mode-typeface)}.warning-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);transition:.1s ease-out;z-index:46;min-width:290px;max-width:420px;width:100%}.warning-modal-container{margin:0 20px;padding:20px;display:flex;flex-flow:column;gap:25px;border-radius:8px;background:var(--light-mode-background);box-shadow:var(--light-mode-elevation-4)}.warning-modal-header{display:flex;justify-content:space-between;align-items:center;font-weight:var(--h2-weight);font-size:var(--h2-size)}.warning-modal-exit{cursor:pointer}.warning-modal-options{display:flex;flex-flow:row wrap;justify-content:center;gap:15px}.settings-logout{display:flex;width:100%;justify-content:right}.home-sports{display:grid;gap:10px;grid-template-columns:1fr 1fr}.home-add-button{display:flex;align-items:center;justify-content:center}.heading-button{display:flex;gap:10px;align-items:center;cursor:pointer}.heading-icon{flex:0 0 32px;width:32px;height:32px;transform:rotate(-90deg)}.heading-button h2{flex:1}.horizontal-button{flex:1;display:inline-flex;flex-flow:row;justify-content:left;align-items:center;background:var(--light-mode-cs-primary);gap:8px;padding:10px;border-radius:8px;min-width:0;cursor:pointer;transition:.2s ease-out}.horizontal-button.unchecked{background:var(--light-mode-cs-unselected)}.horizontal-button.active{background:var(--light-mode-cs-dark)}.horizontal-button-icon{flex:0 0 24px;height:24px}.horizontal-delete-icon{flex:0 0 24px;cursor:pointer}.horizontal-button-title{flex:1;color:var(--light-mode-background);font-weight:var(--button-weight);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.horizontal-button-edit-mode{flex:1;display:inline-flex;flex-flow:row;justify-content:left;align-items:center;background:var(--light-mode-cs-primary);gap:8px;padding:10px;border-radius:8px}.horizontal-button-data{flex:1;display:inline-flex;flex-flow:row;justify-content:left;align-items:center;gap:8px}.activee-card{display:inline-flex;flex-flow:column;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;min-width:240px;max-width:240px;box-shadow:var(--light-mode-elevation-3);cursor:pointer}.activee-card.compact{min-width:auto;max-width:none}.activee-card-image{height:120px;width:100%;object-fit:cover}.activee-card-image.compact{height:110px}.activee-card-info{min-width:0;box-sizing:border-box;display:flex;align-items:center;background:var(--light-mode-cs-primary);width:100%;padding:10px;gap:8px;color:var(--light-mode-typeface-inverted);font-weight:var(--button-weight);font-size:var(--button-size)}.activee-card-icon{width:24px;height:24px}.activee-card-name{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.activee-scrolling-cards{display:flex;flex-flow:row;overflow-x:scroll;width:100%;gap:15px;margin:0 -12px;padding:0 12px}.no-activities{display:flex;justify-content:center;align-items:center;gap:20px;margin:20px 10px}.no-activities-search{text-decoration:underline}.no-activities-text{display:flex;flex-flow:column;justify-content:center;align-items:center;text-align:center;gap:8px}.general-sports-image{width:70px;height:70px}@media (hover: none) and (pointer: coarse){.activee-scrolling-cards::-webkit-scrollbar{width:0;background:transparent}}.profile-user-info{display:flex;flex-flow:row;justify-content:space-between;align-items:center;background:var(--light-mode-cs-primary);color:var(--light-mode-typeface-inverted);padding:16px;border-radius:12px;box-sizing:content-box;gap:15px}.profile-user-picture{flex:0 0 52px;height:52px;border-radius:50%;background:var(--light-mode-background)}.profile-user-credentials{min-width:0;display:flex;flex-flow:column;justify-content:space-between;flex:1}.profile-user-name{font-weight:var(--h2-weight);font-size:var(--h2-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-user-name.flex{display:flex;gap:10px}.profile-user-email{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-user-edit-link{flex:0 0 32px}.profile-user-edit-icon{width:32px}.profile-general-info{display:flex;flex-flow:column;gap:15px}.profile-general-info-container{display:flex;flex-flow:row;gap:30px;justify-content:space-between}.profile-general-info-container.language{display:flex;flex-flow:column;gap:10px;justify-content:space-between}.profile-general-info-name{font-weight:var(--h4-weight)}.profile-general-info-data{flex:1 1;display:flex;justify-content:right;align-items:center}.profile-general-info-data.address{text-align:right}.profile-general-info-language-icon{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:30px;height:auto;border:3px solid var(--light-mode-cs-primary);border-radius:50%;margin-left:6px}.profile-no-info-disclaimer{font-family:Inter Light Italic,sans-serif;color:var(--light-mode-typeface-disabled)}.profile-input.name{font-weight:var(--h3-weight);background:var(--light-mode-background);font-size:var(--h3-size);width:100%;max-width:200px}.profile-input.birthday,.profile-input.phone{min-width:0;max-width:140px;width:100%}.profile-select.languages{width:100%;min-width:0}.profile-general-address{display:flex;flex-flow:column;gap:10px}.select-box-container{min-width:0}.select-box{min-width:0;display:flex;align-items:center;gap:8px;color:var(--light-mode-typeface-inverted)}.select-box-label{flex:1;overflow:hidden;word-break:break-word;text-overflow:ellipsis}.select-flag,.select-icon{width:20px;height:20px;border-radius:50%}.profile-gender-selection,.profile-transport-selection{display:flex;flex-flow:row;width:100%;gap:10px}.profile-sports-selection{display:grid;gap:10px;grid-template-columns:1fr}@media only screen and (min-width: 400px){.profile-sports-selection{grid-template-columns:1fr 1fr}}.profile-input-distance{width:40px;text-align:center;margin-right:6px}.vertical-button{flex:1;display:inline-flex;flex-flow:column;justify-content:center;align-items:center;background:var(--light-mode-cs-primary);gap:8px;padding:10px 0;border-radius:8px}.vertical-button.unchecked{background:var(--light-mode-cs-unselected)}.vertical-button-icon{width:32px;height:32px}.vertical-button-title{color:var(--light-mode-background);font-weight:var(--button-weight)}@media only screen and (max-width: 375px){.vertical-button{font-size:14px}}.not-found-container{display:flex;flex-flow:column;justify-content:center;align-items:center;text-align:center}.not-found-smiley{margin-top:80px;max-width:320px;padding:20px}.not-found-hero{font-family:Inter Black,sans-serif;font-size:34px;margin:20px auto 10px}.not-found-subtitle{font-family:Inter SemiBold Italic,sans-serif;font-size:20px}.not-found-link{padding:25px;text-decoration:underline}.your-activities-add-button{display:flex;align-items:center;justify-content:center}.sports-list{display:grid;gap:10px;grid-template-columns:1fr 1fr;align-items:center;justify-content:center}.profiles-list{display:flex;flex-flow:column}.profiles-parent,.profiles-child-summary{display:flex;flex-flow:row;align-items:center;gap:17px}.profiles-parent-image,.profiles-child-image{flex:0 0 52px;height:52px;border-radius:50%;background:var(--light-mode-cs-disabled)}.profiles-parent-data{flex:1;display:flex;flex-flow:column;min-width:0;gap:3px}.profiles-parent-name{font-weight:var(--h2-weight);font-size:var(--h2-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profiles-child-data{flex:1;min-width:0}.profiles-child-name{font-weight:var(--h3-weight);font-size:var(--h3-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profiles-child-icon{flex:0 0 32px;width:32px;height:32px}.profiles-details-content{display:flex;flex-flow:row;justify-content:right;margin:10px 0;gap:10px}.profiles-add-button{display:flex;align-items:center;justify-content:center;margin:10px 0}.create-sub-account-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);transition:.2s ease-out;z-index:46;min-width:290px;max-width:420px;width:100%}.create-sub-account-container{margin:0 20px;padding:20px;display:flex;flex-flow:column;gap:25px;border-radius:8px;background:var(--light-mode-background);box-shadow:var(--light-mode-elevation-4)}.create-sub-account-header{display:flex;justify-content:space-between;align-items:center;font-weight:var(--h2-weight);font-size:var(--h2-size)}.create-sub-account-exit{cursor:pointer}.create-sub-account-names{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;gap:10px}.create-sub-account-input{font-weight:var(--h3-weight);font-size:var(--h3-size);width:100%;max-width:200px}.create-sub-account-options{display:flex;flex-flow:row wrap;justify-content:center;gap:15px}.search-bar{display:flex;flex-flow:row;align-items:center;background:var(--light-mode-background-translucent);gap:10px}.search-input{flex:1;border:none;background:var(--light-mode-background);font-family:var(--text-typeface);font-size:var(--text-size);border-radius:20px;height:40px;line-height:40px;width:100%;padding:0 15px;box-shadow:var(--light-mode-elevation-3);transition:.2s ease-out}.search-input:focus{outline:none;border:none;box-shadow:var(--light-mode-elevation-4)}.search-input:hover{outline:none;border:none;box-shadow:var(--light-mode-elevation-4)}.search-input::placeholder{font-family:var(--text-typeface)}.search-button{text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;background:var(--light-mode-cs-primary);box-shadow:var(--light-mode-elevation-3);flex:0 0 40px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:.2s ease-out}.search-button:active{background:var(--light-mode-cs-secondary);box-shadow:var(--light-mode-elevation-4)}.search-button-image{width:24px;height:24px}.search-item{color:var(--light-mode-typeface-inverted);background:var(--light-mode-cs-primary);box-shadow:var(--light-mode-elevation-3);border-radius:8px;cursor:pointer;overflow:hidden}.search-item-image{min-width:0;width:100%;height:120px;object-fit:cover}.search-item-info{padding:10px;display:flex;flex-flow:column;gap:10px}.search-item-primary{display:flex;align-items:center;gap:8px;min-width:0}.search-item-secondary{min-width:0;display:flex;align-items:center;gap:7px}.search-item-club,.search-item-league,.search-item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.search-item-club{font-family:var(--h1-subtitle-typeface)}.search-item-name{font-weight:var(--h2-weight);font-size:var(--h2-size)}.search-item-sport-icon{flex:0 0 24px;width:24px;height:24px}.search-item-detail{display:flex;align-items:center;gap:5px;min-width:0}.search-item-detail span{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.search-item-detail-image{flex:0 0 24px;width:24px;height:24px}.search-no-results{display:flex;flex-flow:column;gap:15px;justify-content:center;align-items:center;text-align:center;margin:0 20px}.search-no-results-image{width:120px}.search-results{display:grid;gap:15px;grid-template-columns:1fr}@media only screen and (min-width: 700px){.search-results{grid-template-columns:1fr 1fr}}.register-type{display:inline-flex;flex-flow:column;justify-content:center;align-items:center;gap:15px}.register-inputs{display:flex;flex-flow:column;gap:20px;margin:10px}.register-names{display:flex;gap:10px}.register-mandatory-disclaimer{font-weight:var(--h4-weight)}.register-button{display:flex;justify-content:center}.activee-banner{margin:25px 0 75px;height:75px;display:flex;flex-flow:row;justify-content:center;align-items:center;gap:15px}.landing-page-activee-logo{width:50px;height:50px}.activee-name-large{font-family:var(--logo-typeface);font-size:60px}.landing-page{display:flex;flex-flow:column;gap:var(--component-spacing);padding:0 10px}.activee-introduction{display:flex;justify-content:space-between}.activee-image-1{width:110px}.activee-desc{max-width:270px;box-sizing:border-box;width:100%;margin-right:90px;display:flex;flex-flow:column;gap:8px;line-height:27px}.activee-pictures{position:absolute;top:136px;right:0;z-index:-5}.action-buttons{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:15px}.landing-page-suggestions{display:flex;flex-flow:column;gap:var(--component-spacing)}.landing-page-suggestions-title{font-weight:var(--bold-weight);font-size:var(--h3-size)}.landing-page-sports{display:grid;gap:10px;grid-template-columns:1fr 1fr}.landing-page-activities{overflow:hidden;padding:0 22px;margin:0 -22px}.landing-page-activities-inner{white-space:nowrap;transition:.2s ease-out;margin:0 -22px}.landing-page-activities-item-container{width:100%;display:inline-flex}.landing-page-activities-item{margin:0 22px;width:100%;display:inline-grid;gap:10px;grid-template-columns:1fr 1fr;align-items:center;justify-content:center;overflow:hidden}.sport-header{display:flex;align-items:center;gap:10px}.sport-header-icon{flex:0 0 32px;height:32px;width:32px}.activity-list{display:grid;gap:10px;grid-template-columns:1fr 1fr;align-items:center;justify-content:center}.sport-instruction,.sport-history{display:flex;flex-direction:column;gap:10px}.sport-description-image{margin-bottom:10px;margin-top:10px;width:100%;border-radius:4px}.sport-description-expand{display:flex;justify-content:center;align-items:center;cursor:pointer}.sport-description-expand-icon{display:block;width:32px;height:32px;transition:.2s ease-out;z-index:-1}.sport-description-expand-icon.expanded{transform:rotate(180deg);z-index:-1}.participants-title{display:flex;justify-content:space-between;align-items:center}.participants-title span{margin:0 10px;font-size:20px}.participant-list{display:flex;flex-flow:column}.participants-data{flex:1;min-width:0}.participants-name{font-weight:var(--h3-weight);font-size:var(--h3-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.participants-image{flex:0 0 52px;height:52px;border-radius:50%;background:var(--light-mode-cs-disabled)}.participants-content{display:flex;flex-flow:column;margin:12px 5px;gap:10px}.participants-content-data{display:flex;flex-flow:column;gap:12px}.participants-content-data-name{font-weight:var(--h4-weight)}.participants-content-data-box{display:flex;flex-flow:row;justify-content:space-between}.participants-empty-disclaimer{margin:0 20px;text-align:center}.about-us-pixels{display:inline-flex;flex-flow:wrap;justify-content:center;align-items:center}.pixel-alex-img,.pixel-bella-img,.pixel-evi-img,.pixel-melli-img,.pixel-michi-img{height:100px}.about-us-text{text-align:center;line-height:25px}.about-us-buttons{display:flex;flex-flow:column;gap:10px;justify-content:center;align-items:center}
