@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.icon-link{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;list-style:none;color:inherit;width:100%;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.icon-link:visited,.icon-link:hover,.icon-link:active,.icon-link:focus{color:inherit;text-decoration:none}.icon-link:hover{background-color:#24b5de14;transform:translate(4px);box-shadow:0 2px 8px #24b5de26}.icon-link:hover .icon-link__icon img{filter:brightness(0) saturate(100%) invert(67%) sepia(93%) saturate(1352%) hue-rotate(168deg) brightness(104%) contrast(91%);transform:scale(1.1)}.icon-link__icon{height:24px;width:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.icon-link__icon img{object-fit:contain;width:100%;height:100%;filter:brightness(0);transition:filter .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.icon-link__icon-admin{height:24px;width:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.icon-link__icon-admin img{object-fit:contain;width:100%;height:100%;filter:brightness(0) saturate(100%) invert(67%) sepia(93%) saturate(1352%) hue-rotate(168deg) brightness(104%) contrast(91%);transition:filter .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.grid-layout{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:center;width:100%;gap:0}.grid-layout.force-mobile .grid__tab-labels__tab{font-size:16px;width:250px}.grid-layout.force-mobile .grid__table__body__row__cell{font-size:8px}.grid-layout .grid{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:center;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 8px 8px #00000014;overflow:hidden;padding:0}.grid-layout .grid__tab-labels{display:flex;justify-content:start;height:auto;width:100%;align-items:start;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0;margin:0}@media screen and (max-width: 1025px){.grid-layout .grid__tab-labels__tab{font-size:12px}}@media screen and (max-width: 770px){.grid-layout .grid__tab-labels__tab{font-size:8px}}.grid-layout .grid__tab-labels__tab{padding:12px 24px;font-size:14px;font-weight:500;color:#6c757d;background-color:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease;position:relative}.grid-layout .grid__tab-labels__tab:hover{color:#495057;background-color:#00000005}.grid-layout .grid__tab-labels__tab.active{color:#212529;font-weight:600;border-bottom-color:#be5907;background-color:#fff}.grid-layout .grid__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:center;width:100%;background-color:#fff;min-height:650px;padding:0}.grid-layout .grid__content__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;min-height:650px}.grid-layout .grid__content__loading__spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#666;border-radius:50%;animation:grid-spin 1s linear infinite}.grid-layout .grid__content__loading__text{margin:0;color:#666;font-size:14px}.grid-layout .grid__content.force-mobile{min-height:250px}.grid-layout .grid__content.force-mobile .grid__table{display:flex;flex-direction:column;width:100%}.grid-layout .grid__content.force-mobile .grid__table .grid__table__header{display:none}.grid-layout .grid__content.force-mobile .grid__table__body__row{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:space-between;width:100%;gap:5px;padding:12px;border-bottom:1px solid #e9ecef}.grid-layout .grid__content__scroll-container{width:100%;overflow-x:auto;overflow-y:visible}.grid-layout .grid__content__scroll-container::-webkit-scrollbar{height:6px}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-track{background:#f8f9fa}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:4px}.grid-layout .grid__content__scroll-container::-webkit-scrollbar-thumb:hover{background:#adb5bd}.grid-layout .grid__table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff}@media screen and (max-width: 770px){.grid-layout .grid__table{display:block;width:100%}}.grid-layout .grid__table__header{position:sticky;top:0;z-index:10;background-color:#f8f9fa}.grid-layout .grid__table__header__row__column{padding:12px 16px;text-align:left;vertical-align:middle;font-size:12px;position:relative;-webkit-user-select:none;user-select:none;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef;background-color:#f8f9fa;min-width:120px;white-space:nowrap}.grid-layout .grid__table__header__row__column.resizable{cursor:default}.grid-layout .grid__table__header__row__column__resize-handle{position:absolute;top:0;right:0;width:4px;height:100%;cursor:col-resize;z-index:1;background-color:transparent;transition:background-color .15s ease}.grid-layout .grid__table__header__row__column__resize-handle:hover{background-color:#be5907}.grid-layout .grid__table__header__row__column__resize-handle:active{background-color:#8d4205}.grid-layout .grid__table__header__row__column.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.grid-layout .grid__table__header__row__column.sortable:hover{background-color:#e9ecef}.grid-layout .grid__table__header__row__column.sortable .header-content{display:flex;justify-content:space-between;align-items:center;gap:8px}.grid-layout .grid__table__header__row__column.sortable .header-content span:first-child{flex:1}.grid-layout .grid__table__header__row__column.sortable .header-content .sort-icon{font-size:12px;color:#6c757d;opacity:.6;transition:all .2s ease}.grid-layout .grid__table__header__row__column.sortable .header-content:hover .sort-icon{opacity:1;color:#495057}.grid-layout .grid__table__header__row__column:not(.sortable) .header-content{display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width: 770px){.grid-layout .grid__table__body{display:block;width:100%}}.grid-layout .grid__table__body__row{border-bottom:1px solid #f1f3f5;transition:background-color .15s ease;background-color:#fff}.grid-layout .grid__table__body__row:hover{background-color:#e7f3ff;cursor:pointer}.grid-layout .grid__table__body__row:last-child{border-bottom:none}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row{display:flex;flex-direction:column;gap:8px;padding:12px;border-bottom:1px solid #e9ecef;width:100%;box-sizing:border-box}}.grid-layout .grid__table__body__row__cell{padding:12px 16px;font-size:13px;color:#212529;text-align:left;vertical-align:middle;min-width:fit-content;white-space:nowrap;border-right:1px solid #f1f3f5}.grid-layout .grid__table__body__row__cell:last-child{border-right:none}.grid-layout .grid__table__body__row__cell a{color:#be5907;text-decoration:none;transition:color .15s ease}.grid-layout .grid__table__body__row__cell a:hover{color:#8d4205;text-decoration:underline}.grid-layout .grid__table__body__row__cell p{margin:0;color:#212529;line-height:1.5}.grid-layout .grid__table__body__row__cell__mobile{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px}.grid-layout .grid__table__body__row__cell__mobile .strong{font-weight:600!important;font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;min-width:120px}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row__cell__mobile .strong{min-width:auto;width:100%}}.grid-layout .grid__table__body__row__cell__mobile a{display:flex;width:100%;justify-content:flex-end}@media screen and (max-width: 770px){.grid-layout .grid__table__body__row__cell{display:flex;justify-content:space-between;align-items:flex-start;padding:0;border-right:none;width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-width:0}}.grid-layout .grid__pagination{display:flex;justify-content:space-around;height:auto;width:100%;align-items:center;padding:16px 24px;background-color:#f8f9fa;border-top:1px solid #e9ecef}.grid-layout .grid__pagination__button{font-size:13px;font-weight:500;padding:8px 16px;border-radius:4px;border:1px solid #dee2e6;white-space:nowrap;cursor:pointer;background:#fff;color:#495057;transition:all .15s ease}.grid-layout .grid__pagination__button:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd;color:#212529}.grid-layout .grid__pagination__button:active:not(:disabled){background-color:#dee2e6}.grid-layout .grid__pagination__button:disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa}@media screen and (max-width: 770px){.grid-layout .grid__pagination__button{padding:4px 12px;font-size:12px}}.grid-layout .grid__pagination__info{font-size:13px;color:#6c757d;font-weight:500}.grid--iccc .grid__content__loading__spinner{border-top-color:#24b5de}.grid--dispensary .grid__content__loading__spinner{border-top-color:#be5907}.grid--fx .grid__content__loading__spinner{border-top-color:#6c757d}@keyframes grid-spin{to{transform:rotate(360deg)}}.grid__sub-tabs{display:flex;justify-content:flex-start;height:auto;width:100%;align-items:center;gap:8px;padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.grid__sub-tabs__sub-tab{padding:8px 16px;border:none;background-color:transparent;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;border-radius:0}.grid__sub-tabs__sub-tab:hover{color:#495057;background-color:#00000005}.grid__sub-tabs__sub-tab--active{color:#212529;font-weight:600;border-bottom-color:#be5907;background-color:#fff}.grid__search-bar{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px 24px;width:100%;box-sizing:border-box}.grid__search-bar__content{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;gap:16px;width:100%}.grid__search-bar__input-wrapper{position:relative;width:100%;display:flex;align-items:center}.grid__search-bar__input-wrapper__icon{position:absolute;left:10px;width:20px;height:20px;z-index:1;pointer-events:none}.grid__search-bar__input-wrapper__icon img{object-fit:contain}.grid__search-bar__filter-inputs{display:flex;flex-wrap:wrap;gap:16px;width:100%;align-items:center}@media screen and (max-width: 770px){.grid__search-bar__filter-inputs{flex-direction:column}}.grid__search-bar__filter-input{flex:1;min-width:150px}.grid__search-bar__filter-input .input{margin-bottom:0}.grid__search-bar__filter-input__wrapper{position:relative;display:flex;align-items:center;width:auto;min-width:fit-content}.grid__search-bar__filter-input__clear{position:absolute;right:18px;background:none;border:none;cursor:pointer;font-size:1.5rem;line-height:1;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:all .2s ease;z-index:2}.grid__search-bar__filter-input__clear:hover{background-color:#0000001a;color:#000}.grid__search-bar__filter-input__clear:active{background-color:#0003}.grid__search-bar__filter-input__wrapper .grid-search-filter__input{width:100%;min-width:150px;padding-right:12px;padding-left:12px}.grid__search-bar__filter-input__wrapper.has-value .grid-search-filter__input{padding-right:40px}.grid__search-bar__filter-input__date-range{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.grid__search-bar__filter-input__date-range__label{font-size:clamp(.75rem,1vw,1rem);font-weight:500;color:#333;white-space:nowrap;text-align:left}.grid__search-bar__filter-input__date-range__inputs{display:flex;align-items:center;gap:8px;width:100%}.grid__search-bar__filter-input__date-range__separator{font-size:clamp(.75rem,1vw,1rem);color:#666;white-space:nowrap;padding:0 4px}.grid__search-bar__filter-input__date-range .grid-search-filter__input{flex:1;min-width:150px;padding-left:12px;padding-right:12px}.grid__search-bar__filter-input__date-range .grid__search-bar__filter-input__clear{position:absolute;right:-30px}.grid__search-bar__checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;width:100%;margin-top:8px}@media screen and (max-width: 770px){.grid__search-bar__checkboxes{grid-template-columns:1fr}}.grid-search-filter__input{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px 0 34px;font-size:clamp(.75rem,1vw,1rem);border:none;border-radius:8px;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.grid-search-filter__input:focus{outline:none;box-shadow:none}.grid-search-filter__input[type=date]{color-scheme:light;height:44px;line-height:44px}.grid-search-filter__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.grid-search-filter__input[type=date]::-webkit-datetime-edit-fields-wrapper,.grid-search-filter__input[type=date]::-webkit-datetime-edit-text,.grid-search-filter__input[type=date]::-webkit-datetime-edit-month-field,.grid-search-filter__input[type=date]::-webkit-datetime-edit-day-field,.grid-search-filter__input[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.grid__search-bar--iccc .grid-search-filter__input{background-color:#def4fa!important}.grid__search-bar--iccc .grid-search-filter__input[type=date]{background-color:#def4fa!important;color:#000}.grid__search-bar--dispensary .grid-search-filter__input{background-color:#f5f5f0!important}.grid__search-bar--dispensary .grid-search-filter__input[type=date]{background-color:#be5907!important;color:#fff}.grid__search-bar--fx-clinic .grid-search-filter__input{background-color:#f8f9fa!important}.grid__search-bar--fx-clinic .grid-search-filter__input[type=date]{background-color:#6c757d!important;color:#fff}.badge-checkbox{padding:8px 16px;border:2px solid #e0e0e0;border-radius:16px;background-color:#f5f5f5;color:#757575;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-checkbox:hover{border-color:#bdbdbd;background-color:#eee}.badge-checkbox--checked{background-color:#66bb6a;color:#fff;border-color:#66bb6a;font-weight:600}.badge-checkbox--checked:hover{background-color:#54b359;border-color:#54b359}.form-section{display:flex;flex-direction:column;width:100%;gap:10px}.form-section__header{display:flex;flex-direction:column;gap:10px}.form-section__header h2{color:#000;font-weight:600;font-size:1.5rem}.form-section__header p{color:#000}.form-section__inputs{display:flex;flex-direction:column}.form-section__inputs__main{display:flex;gap:10px}.form-section__inputs__main__column{display:flex;flex-direction:column;gap:10px}.center{align-items:center!important}.left{align-items:flex-start!important;margin-left:20px}.multi-step-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-shadow:0 0 10px #0003;width:100%;padding:20px;border-radius:10px;box-sizing:border-box;flex:1}.multi-step-form__progress-container{width:100%;padding:48px 0 32px;background:linear-gradient(180deg,#fafafa,#fff);position:relative;overflow:hidden}@media screen and (max-width: 768px){.multi-step-form__progress-container{padding:24px 0 20px;overflow-x:visible;overflow-y:visible}}.multi-step-form__progress-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e8e8e8 20%,#e8e8e8 80%,transparent 100%)}.multi-step-form__progress-container__steps{display:flex;justify-content:space-between;margin-bottom:24px;position:relative;padding:24px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.multi-step-form__progress-container__steps::-webkit-scrollbar{display:none}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps{justify-content:center;margin-bottom:16px}}.multi-step-form__progress-container__steps:before{content:"";position:absolute;top:47px;left:24px;right:24px;height:2px;background:#efefef;z-index:0}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps:before{display:none}}.multi-step-form__progress-container__steps__line{position:absolute;top:47px;left:24px;height:2px;background:linear-gradient(90deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);transition:width .6s cubic-bezier(.16,1,.3,1);z-index:1;box-shadow:0 0 20px #ff6b6b66}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__line{display:none}}.multi-step-form__progress-container__steps__step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:0 0 auto}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step{min-width:60px;flex-shrink:0;scroll-snap-align:center}}.multi-step-form__progress-container__steps__step__step-circle{width:48px;height:48px;min-width:48px;min-height:48px;aspect-ratio:1;border-radius:50%;background:#fff;border:2px solid #e8e8e8;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#bbb;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;flex-shrink:0;overflow:visible;box-sizing:border-box}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step__step-circle{width:40px;height:40px;min-width:40px;min-height:40px;font-size:14px}}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-circle{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);border:none;color:var(--step-active-font);transform:scale(1.15);border-radius:50%;overflow:visible;box-shadow:0 8px 24px #ff6b6b59,0 4px 12px #ff6b6b40;z-index:10}.multi-step-form__progress-container__steps__step__step-circle:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53),var(--step-active-primary, #ff6b6b));opacity:0;transition:opacity .4s ease;z-index:-1}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-circle:before{opacity:.2;animation:pulse 2s ease-in-out infinite}.multi-step-form__progress-container__steps__step__step-label{margin-top:14px;font-size:13px;font-weight:600;color:#bbb;transition:all .3s ease;letter-spacing:.3px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}@media screen and (max-width: 768px){.multi-step-form__progress-container__steps__step__step-label{font-size:10px;margin-top:8px;max-width:60px;line-height:1.2}}@media screen and (max-width: 480px){.multi-step-form__progress-container__steps__step__step-label{display:none}}.multi-step-form__progress-container__steps__step.step-active .multi-step-form__progress-container__steps__step__step-label{color:var(--step-active-font, #333)}.multi-step-form__progress-container__steps__step.step-completed .multi-step-form__progress-container__steps__step__step-circle{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);border:none;color:var(--step-active-font, white);transform:scale(1)}.multi-step-form__progress-container__steps__step.step-completed .multi-step-form__progress-container__steps__step__step-label{color:var(--step-active-font, #333)}.multi-step-form__progress-container__steps__step.step-clickable{cursor:pointer}.multi-step-form__form{width:100%;display:flex;flex-direction:column;gap:24px}.multi-step-form__section{width:100%;padding:32px 48px;min-height:300px;transition:all .3s ease;border-radius:8px;margin-bottom:24px}.multi-step-form__section--active{background:#fafafa;border:2px solid transparent;border-left:4px solid var(--step-active-primary, #ff6b6b);box-shadow:0 2px 8px #0000000d}.multi-step-form__section--error{border-left-color:#dc3545!important;border-color:#dc35454d!important;background:#fff5f5;animation:shake .4s ease-in-out}.multi-step-form__section--completed{opacity:.7;background:#f9f9f9;border:1px solid #e8e8e8}.multi-step-form__section--completed .form-section__header h2:after{content:" ✓";color:var(--step-active-primary, #ff6b6b);font-weight:700}.multi-step-form__section--upcoming{opacity:.5;background:#fafafa;border:1px dashed #e8e8e8;pointer-events:none}.multi-step-form__section--upcoming input,.multi-step-form__section--upcoming select,.multi-step-form__section--upcoming textarea,.multi-step-form__section--upcoming button{pointer-events:none;opacity:.5}.multi-step-form__navigation{display:flex;justify-content:space-between;align-items:center;padding:24px 48px 32px;gap:16px;border-top:1px solid #e8e8e8}.multi-step-form__navigation__button{padding:12px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.multi-step-form__navigation__button--previous{background:#fff;color:#666;border-color:#e8e8e8}.multi-step-form__navigation__button--previous:hover{background:#f5f5f5;border-color:#ddd}.multi-step-form__navigation__button--next{background:linear-gradient(135deg,var(--step-active-secondary, #ff8e53) 0%,var(--step-active-primary, #ff6b6b) 100%);color:var(--step-active-font, white);border:none;box-shadow:0 4px 12px #00000026}.multi-step-form__navigation__button--next:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.multi-step-form__navigation__button--next:active{transform:translateY(0)}.multi-step-form__error{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;margin-top:20px;background:#fee;border:1px solid #fcc;border-radius:8px;border-left:4px solid #dc3545;animation:slideIn .3s ease-out}.multi-step-form__error__icon{font-size:20px;color:#000;flex-shrink:0;line-height:1.2}.multi-step-form__error__message{color:#000;font-size:14px;font-weight:500;line-height:1.5;flex:1}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.3);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;width:100%;font-family:var(--font-primary),serif}.input__add-input{display:flex;justify-content:flex-start;height:auto;align-items:center;margin-top:10px;width:100%;gap:10px;transition:all 1s ease}.input__add-input img{height:20px;width:20px;border:solid black 1px;border-radius:50%}.input__add-input img:hover{cursor:pointer;scale:1.1}.input__button{display:flex;justify-content:flex-start;height:auto;width:100%;align-items:flex-start;color:#fff;height:44px;margin-bottom:10px}.input__button button{width:100%;height:100%;border:none;background-color:#000;cursor:pointer;font-family:inherit;font-size:clamp(.75rem,1vw,1rem);color:#fff;text-align:left;padding:0 12px;margin:0}@media screen and (max-width: 1025px){.input__button button{text-align:center!important}}.input__info{display:flex;flex-direction:column;justify-content:flex-start;height:auto;align-items:flex-start;margin-top:10px;width:100%;gap:10px;transition:all 1s ease}.input__label{font-size:clamp(.75rem,1vw,1rem)}.input__label__required{color:#000;margin-left:2px}.input__container{position:relative;width:100%}.input__input{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.input__input:focus{outline:none;box-shadow:none}.input__input[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input[type=date]::-webkit-datetime-edit-text,.input__input[type=date]::-webkit-datetime-edit-month-field,.input__input[type=date]::-webkit-datetime-edit-day-field,.input__input[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__input-box{font-family:var(--font-primary),serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border-style:solid;border-color:#fff;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:0}.input__input-box:focus{outline:none;box-shadow:none}.input__input-box[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input-box[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input-box[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input-box[type=date]::-webkit-datetime-edit-text,.input__input-box[type=date]::-webkit-datetime-edit-month-field,.input__input-box[type=date]::-webkit-datetime-edit-day-field,.input__input-box[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__input-box-icon{font-family:var(--font-primary),serif;background-image:url(../../../../assets/icons/email-64.png);background-size:20px;background-repeat:no-repeat;background-position:10px center;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;color:#000;text-indent:30px}.input__input-box-icon:focus{outline:none;box-shadow:none}.input__input-box-icon[type=date]{color-scheme:light;background-color:transparent;color:gray;height:44px;line-height:44px}.input__input-box-icon[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.input__input-box-icon[type=date]::-webkit-datetime-edit-fields-wrapper,.input__input-box-icon[type=date]::-webkit-datetime-edit-text,.input__input-box-icon[type=date]::-webkit-datetime-edit-month-field,.input__input-box-icon[type=date]::-webkit-datetime-edit-day-field,.input__input-box-icon[type=date]::-webkit-datetime-edit-year-field{padding:0;margin:0}.input__select{font-family:var(--font-primary),serif,sans-serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:none;border-bottom:1px solid grey;background-color:transparent;line-height:44px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.input__select:focus{outline:none}.input__select-box{font-family:var(--font-primary),serif,sans-serif;width:100%;height:44px;padding:0 12px;font-size:clamp(.75rem,1vw,1rem);border:solid white 2px;background-color:transparent;line-height:44px;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.input__select-box:focus{outline:none}.input gmp-place-autocomplete{display:block;width:100%;height:44px;padding:0 12px;border:none;border-bottom:1px solid grey;background-color:transparent;font-family:var(--font-primary),serif;font-size:clamp(.75rem,1vw,1rem);color:#000;line-height:44px;box-sizing:border-box}.input gmp-place-autocomplete input{width:100%;height:100%;border:none;background-color:transparent;outline:none;font-family:var(--font-primary),serif;font-size:inherit;color:inherit;line-height:inherit;padding:0;margin:0}.input gmp-place-autocomplete button,.input gmp-place-autocomplete button[aria-label=Clear],.input gmp-place-autocomplete button[type=button]{color:gray;background:transparent;border:none;outline:none;cursor:pointer}.input gmp-place-autocomplete button:hover,.input gmp-place-autocomplete button[aria-label=Clear]:hover,.input gmp-place-autocomplete button[type=button]:hover{color:#666}.input__text-area-input{font-family:var(--font-primary),serif;width:100%;min-height:88px;font-size:clamp(.75rem,1vw,1rem);padding:10px 12px;background-color:#fff;border-radius:12px;border:1px solid grey;resize:vertical;box-sizing:border-box}.input__text-area-input-box{font-family:var(--font-primary),serif;width:100%;min-height:88px;font-size:clamp(.75rem,1vw,1rem);padding:10px 12px;background-color:#fff;border:solid white 2px;resize:vertical;box-sizing:border-box}.input__icons{position:absolute;right:0;bottom:9px;height:44px;display:flex;align-items:center;gap:4px;padding-right:4px}.input__icon{cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.input__icon--file img{width:20px;height:20px;opacity:.7;transition:opacity .2s ease}.input__icon--file:hover img{opacity:1}.input__icon--clear{background-color:#000;border-radius:50%;width:15px;height:15px;color:#fff}.input__icon--clear:hover{background-color:#ff00001a}.input__icon--clear .input__clear-icon{font-size:18px;font-weight:700;color:#fff;line-height:1;transition:color .2s ease}.input__icon--clear:hover .input__clear-icon{color:red}.input__checkbox-container{display:flex;justify-content:space-between;height:auto;align-items:center;font-family:var(--font-primary),serif;padding:5px 0;width:100%;border:none;background-color:transparent;gap:5px}.input__checkbox-container__description{font-size:clamp(.5rem,.5vw,.75rem)}.input__checkbox-container__label{font-size:clamp(.75rem,1vw,1rem)}.input__checkbox-container__label__required{color:orange;margin-left:2px}.input__checkbox-container__box{height:25px;width:25px;accent-color:black}.input__checkbox-container__box:checked{accent-color:black}.input__checkbox-container__box:hover{cursor:pointer}.disable-input{cursor:not-allowed;opacity:.5}.reverse{flex-flow:row-reverse;justify-content:flex-end;gap:20px}.medium{height:40px!important;width:40px!important}.card-number-input__error{color:red}.card-number-input__input-wrapper{position:relative;width:100%}.card-number-input__input{border:none!important;border-bottom:1px solid grey!important;background-color:transparent!important;padding-right:60px!important;padding-left:12px!important}.card-number-input__img{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:25px;pointer-events:none;z-index:1;border-radius:4px;overflow:hidden}.card-number-input__img img{width:100%;height:100%;object-fit:contain;display:block}.expiry-date-input{width:100%;position:relative}.expiry-date-input__error{color:red;font-size:12px;margin-top:5px;min-height:16px;font-family:poppins,sans-serif}.expiry-date-input .input__input{letter-spacing:.05em;font-variant-numeric:tabular-nums}.radio-input{display:flex;flex-direction:column;justify-content:start;height:50px;align-items:start;width:100%}@media screen and (max-width: 1025px){.radio-input{display:flex;flex-direction:column;justify-content:start;height:auto;align-items:start;width:100%}}.radio-input__container{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.radio-input__container__label{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:start;width:auto}.radio-input__container__label label{font-family:poppinsSemibold,sans-serif;font-size:20px}.radio-input__container__label p{font-family:poppins,sans-serif;font-size:12px}.radio-input__container__value{display:flex;flex-direction:column;justify-content:end;height:100%;align-items:center;width:auto}.radio-input__container__value p{font-family:poppinsBold,sans-serif;font-size:24px;line-height:1}.radio-input__container input[type=radio]{opacity:0;position:absolute;left:0;top:0;width:20px;height:20px;margin:0;z-index:2;cursor:pointer}.radio-input__container input[type=radio]:checked+.checkmark{background:#222;border-color:#222}.radio-input__container input[type=radio]:checked+.checkmark:after{content:"";display:block;position:absolute;left:8px;top:3px;width:6px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.radio-input__container .checkmark{margin-top:5px;width:30px;height:30px;border:2px solid #222;background:#fff;margin-right:12px;display:inline-block;position:relative;z-index:1}.radio-input--disabled{opacity:.5;pointer-events:none}.radio-input__main{display:flex;align-items:flex-start}.radio-input__container__label{display:flex;flex-direction:column;justify-content:flex-start;margin-left:8px}.radio-input__container__value{margin-left:16px;font-weight:700}.radio-input__label-group{display:flex;flex-direction:column;justify-content:center;margin-left:8px}.radio-input__label-group .main-label{font-family:poppinsSemibold,sans-serif;font-size:20px;justify-content:start;align-items:start;text-align:start}.radio-input__label-group .description{font-family:poppins,sans-serif;font-size:12px}.radio-input__container__value{display:flex;align-items:center;font-weight:700;font-size:22px;margin-left:16px}.grid__empty-state{height:100%;padding:64px 24px;min-height:650px;color:#757575;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.grid__empty-state__icon{font-size:48px;margin-bottom:16px;opacity:.5}.grid__empty-state__message{font-size:16px;font-weight:500;color:#424242;margin:0 0 8px;text-align:center}.grid__empty-state__hint{font-size:14px;color:#9e9e9e;margin:0;text-align:center}.grid-button-cell{font-size:12px;font-weight:500;padding:8px 12px;border-radius:4px;border:1px solid #dee2e6;white-space:nowrap;cursor:pointer;background:#fff;color:#495057;transition:all .15s ease;font-family:inherit}.grid-button-cell:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd;color:#212529}.grid-button-cell:active:not(:disabled){background-color:#dee2e6}.grid-button-cell:disabled{opacity:.5;cursor:not-allowed;background-color:#f8f9fa}.grid-button-cell--primary{background:#fff;color:#495057;border-color:#dee2e6}.grid-button-cell--primary:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}.grid-button-cell--danger{background:#fff;color:#dc3545;border-color:#dc3545}.grid-button-cell--danger:hover:not(:disabled){background-color:#dc3545;color:#fff}.grid-button-cell--secondary{background:#fff;color:#be5907;border-color:#be5907}.grid-button-cell--secondary:hover:not(:disabled){background-color:#be5907;color:#fff}.grid-button-cell--success{background:#fff;color:#28a745;border-color:#28a745}.grid-button-cell--success:hover:not(:disabled){background-color:#28a745;color:#fff}.grid-checkbox-cell{display:flex;justify-content:center;align-items:center;width:100%}.grid-checkbox-cell input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#000000;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #6c757d;border-radius:3px;position:relative;transition:all .15s ease}.grid-checkbox-cell input[type=checkbox]:hover{border-color:#000}.grid-checkbox-cell input[type=checkbox]:checked{background-color:#000;border-color:#000}.grid-checkbox-cell input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:11px;border:solid #ffffff;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.grid-checkbox-cell input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.grid-toggle-cell{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.grid-toggle-cell .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.grid-toggle-cell .toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.grid-toggle-cell .toggle-switch input[type=checkbox]:checked+.toggle-slider{background-color:#000}.grid-toggle-cell .toggle-switch input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.grid-toggle-cell .toggle-switch input[type=checkbox]:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.grid-toggle-cell .toggle-switch input[type=checkbox]:focus+.toggle-slider{box-shadow:0 0 1px #000}.grid-toggle-cell .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.grid-toggle-cell .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.grid-toggle-cell .toggle-switch .toggle-slider:hover:not(:disabled){background-color:#b3b3b3}.boolean-badge-cell-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.boolean-badge-cell{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap}.boolean-badge-cell--true{background-color:#e3f2fd;color:#1976d2;border:1px solid #bbdefb}.boolean-badge-cell--false{background-color:#fce4ec;color:#ad1457;border:1px solid #f8bbd9}.styled-text-cell{margin:0}.badge-cell-wrapper{display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width: 770px){.badge-cell-wrapper{justify-content:flex-end}}.badge-cell{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.badge-cell--default{background-color:#f5f5f5;color:#757575;border:1px solid #e0e0e0}.badge-cell--primary{background-color:#e3f2fd;color:#1976d2;border:1px solid #bbdefb}.badge-cell--success{background-color:#e8f5e8;color:#2e7d32;border:1px solid #a5d6a7}.badge-cell--warning{background-color:#fff3e0;color:#f57c00;border:1px solid #ffcc80}.badge-cell--danger{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}.badge-cell--info{background-color:#e0f2f1;color:#00695c;border:1px solid #80cbc4}.icon-cell{display:flex;align-items:center;justify-content:center;width:100%}.icon-cell__button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;transition:all .2s ease;border-radius:0;box-shadow:none}.icon-cell__button:hover{opacity:.7}.icon-cell__button:active{opacity:.5}.icon-cell__button img{width:20px;height:20px;display:block;transition:filter .2s ease;margin:0 auto;filter:brightness(0)}.icon-cell__button--iccc:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(166deg) brightness(104%) contrast(97%)}.icon-cell__button--smith:hover img{filter:brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(3000%) hue-rotate(5deg) brightness(.9) contrast(1.2)}.facility-header{display:flex;height:50px;width:100%;box-shadow:10px 2px 10px #00000080;align-self:flex-start;box-sizing:border-box;padding:12px;background-color:#fafafa}.facility-header__dashboard-menu{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.facility-header__dashboard-menu__settings{display:flex;justify-content:center;align-items:center;gap:10px;flex:1}.facility-header__dashboard-menu__settings__icon{display:flex;height:100%;align-items:center;justify-content:center;flex:1}.facility-header__dashboard-menu__settings__icon img{object-fit:contain;height:30px;width:30px}.facility-header__dashboard-menu__settings__icon:hover{cursor:pointer}.facility-header__dashboard-menu__search-container{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.facility-header__dashboard-menu__search-container__text{margin-right:10px;background-color:#d3f0f8;padding:4px 12px;color:#24b5de;border-radius:8px}.facility-header__dashboard-menu__search-container__text p{margin:0;font-size:clamp(12px,1.2vw,16px);white-space:nowrap}.facility-header__dashboard-menu__search-container__text-admin{margin-right:10px;padding:4px 12px;color:#fff}.facility-header__dashboard-menu__search-container__text-admin p{margin:0;font-size:clamp(12px,1.2vw,16px);white-space:nowrap}.facility-header__dashboard-menu__search-container__skeleton{width:clamp(200px,60vw,1000px);margin-left:24px;flex-shrink:1;min-width:0}.facility-header__dashboard-menu__search-container__skeleton__input-wrapper{position:relative;display:flex;align-items:center;width:100%}.facility-header__dashboard-menu__search-container__skeleton__icon{position:absolute;left:10px;width:16px;height:16px;z-index:1;pointer-events:none}@media screen and (max-width: 770px){.facility-header__dashboard-menu__search-container__skeleton__icon{left:5px;width:14px;height:14px}}.facility-header__dashboard-menu__search-container__skeleton__icon img{object-fit:contain}.facility-header__dashboard-menu__search-container__skeleton input{font-family:var(--font-primary),serif;width:100%;background-color:#ecebeb;border-radius:16px;border:none;outline:none;box-shadow:none;padding:5px 5px 5px 35px;margin:0;font-size:14px}@media screen and (max-width: 1025px){.facility-header__dashboard-menu__search-container__skeleton input{padding:4px 4px 4px 28px;font-size:12px}}@media screen and (max-width: 770px){.facility-header__dashboard-menu__search-container__skeleton input{padding:4px 4px 4px 28px;border-radius:12px;font-size:12px}}.facility-header__dashboard-menu__options-menu{display:flex;align-items:center;gap:10px;margin-left:24px;flex-shrink:0}@media screen and (max-width: 1025px){.facility-header__dashboard-menu__options-menu{display:none}}.facility-header__dashboard-menu__options-menu__icon{display:flex;height:100%;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;border-radius:4px;padding:4px;position:relative}.facility-header__dashboard-menu__options-menu__icon img{object-fit:contain;height:30px;width:30px;transition:filter .2s ease;filter:brightness(0)}.facility-header__dashboard-menu__options-menu__icon:hover{cursor:pointer;background-color:#24b5de1a;transform:scale(1.1)}.facility-header__dashboard-menu__options-menu__icon:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(166deg) brightness(104%) contrast(97%)}.facility-header__dashboard-menu__options-menu__icon:active{transform:scale(1.05)}.result-tile{display:flex;width:100%;max-width:275px;height:100px;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 0 10px #00000080;border-radius:16px}.result-tile__icon{display:flex;background-color:#bde9f5;height:100%;width:40%;justify-content:center;align-items:center;border-radius:16px 0 0 16px}.result-tile__icon img{max-width:60%;max-height:60%;object-fit:contain}.result-tile__icon__colored{max-width:60%;max-height:60%}.result-tile__content{display:flex;flex-direction:column;justify-content:center;width:60%;background-color:#fff;gap:5px}.result-tile__content h2{display:flex;line-height:1;padding:0;margin:0;font-size:1rem;justify-content:flex-end;width:90%}.result-tile__content p{display:flex;width:90%;justify-content:flex-end;line-height:1;padding:0;margin:0;font-size:3rem}.result-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto;justify-items:center;align-items:center;gap:16px;width:95%;padding:16px 0}.dashboard-tile{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 0 10px #00000080;width:100%;min-width:200px;height:200px;position:relative}.dashboard-tile__icon{display:flex;position:absolute;background-color:#bde9f5;padding:4px;border-radius:4px;top:20px;right:20px;width:40px;height:35px;justify-content:center;align-items:center;box-shadow:0 0 5px #0003}.dashboard-tile__icon img{max-width:60%;max-height:60%;object-fit:contain}.dashboard-tile__icon__colored{max-width:60%;max-height:60%}.dashboard-tile__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100%;padding:24px;box-sizing:border-box}.dashboard-tile__content h3{font-weight:500;font-size:clamp(1rem,1.25vw,1.25rem)}.dashboard-tile__content__value-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:0;margin:0}.dashboard-tile__content__value-container__value{font-size:3rem;font-weight:600;padding:0;margin:0}.dashboard-tile__content__value-container__description{font-size:.7rem;text-align:left;font-weight:400;padding:0;margin:0}.dashboard-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-template-rows:auto;justify-items:flex-start;align-items:center;gap:16px;width:95%;padding:16px 0}.popup-dialog{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}.popup-dialog__content{background-color:#fff;border-radius:8px;padding:40px;max-width:500px;width:90%;max-height:75vh;overflow-y:auto;box-shadow:0 16px 48px #00000026;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 1025px){.popup-dialog__content{width:95%;padding:24px;border-radius:8px}}.popup-dialog__close-button{position:absolute;top:16px;right:16px;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#000;cursor:pointer;width:40px;height:40px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:1;line-height:0;font-size:1.375rem;font-weight:var(--font-weight-bold)}.popup-dialog__close-button:hover{background-color:#0000001a;transform:scale(1.1)}.popup-dialog__close-button:active{transform:scale(.95)}.actions{display:flex;justify-content:center;gap:10px}.actions button{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;background-color:#24b5de;color:#fff;border:none;padding:8px 20px;border-radius:16px;cursor:pointer;box-shadow:0 4px 8px #0000001a;font-size:1rem;font-weight:var(--font-weight-semibold);font-family:var(--font-primary),sans-serif;transition:all .3s ease;text-align:center}.actions button:hover{color:#000;transform:scale(1.05)}.actions button:active{transform:scale(1.02)}.review-dialog{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.review-dialog__card{background-color:#fff;border-radius:12px;width:100%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 48px #0003;overflow:hidden}.review-dialog__header{padding:24px 28px 16px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.review-dialog__header h3{margin:0 0 8px;font-size:1.5rem;color:#000}.review-dialog__header p{margin:0;color:#000;opacity:.7}.review-dialog__body{padding:20px 28px 24px;overflow-y:auto}.review-dialog__section{margin-bottom:20px}.review-dialog__section h4{margin:0 0 12px;font-size:1.1rem;color:#000}.review-dialog__section dl{margin:0}.review-dialog__row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:12px 16px;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.review-dialog__row dt{margin:0;font-weight:600;color:#000}.review-dialog__row dd{margin:0;color:#000}.review-dialog__actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 28px 24px;border-top:1px solid rgba(0,0,0,.08)}.review-dialog__button{border:none;border-radius:8px;padding:12px 20px;font-size:.95rem;cursor:pointer;transition:all .2s ease}.review-dialog__button--primary{background-color:#000;color:#fff}.review-dialog__button--primary:hover{background-color:#222}.review-dialog__button--secondary{background-color:transparent;color:#000;border:1px solid #000000}.review-dialog__button--secondary:hover{background-color:#000;color:#fff}@media screen and (max-width: 1025px){.review-dialog__card{max-height:90vh}.review-dialog__row{grid-template-columns:1fr}.review-dialog__actions{flex-direction:column-reverse;align-items:stretch}}.line-graph{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border-radius:8px;padding:24px;background:#fff;box-shadow:0 0 10px #00000080}.line-graph__title{margin:0 0 20px;font-size:18px;font-weight:600;color:#333;text-align:left}.line-graph__container{flex-direction:row;width:100%;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative;min-height:400px;max-height:400px}.line-graph__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;min-height:400px}.line-graph__loading__spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#64b5f6;border-radius:50%;animation:line-graph-spin 1s linear infinite}.line-graph__loading__text{margin:0;color:#666;font-size:14px}.line-graph__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:60px 20px;min-height:200px}.line-graph__empty__text{margin:0;color:#999;font-size:14px;text-align:center}.line-graph svg{display:block;width:100%;height:100%;max-height:400px;font-family:inherit;overflow:visible}.line-graph .line-path{transition:stroke-width .2s ease}.line-graph .dot{cursor:pointer;transition:r .2s ease,fill-opacity .2s ease}.line-graph .dot:hover{r:6;fill-opacity:.8}.line-graph .axis-x .tick line,.line-graph .axis-y .tick line{display:none}@keyframes line-graph-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-file-input__drag-and-drop{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:200px;border:2px dashed rgba(0,0,0,.25);border-radius:12px;background-color:#00000005;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.image-file-input__drag-and-drop:hover{border-color:#0006;background-color:#0000000a}.image-file-input__drag-and-drop:focus{outline:2px solid #24B5DE;outline-offset:2px}.image-file-input__drag-and-drop--dragging{border-color:#24b5de;background-color:#24b5de0f;border-style:solid}.image-file-input__drag-and-drop__icon{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;box-sizing:border-box;gap:8px}.image-file-input__drag-and-drop__icon p{margin:0;padding:0;font-size:14px;color:#0000008c;text-align:center}.image-file-input__drag-and-drop__icon__hint{font-size:12px;color:#00000059}.image-file-input__drag-and-drop__preview{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:12px;box-sizing:border-box;position:relative}.image-file-input__drag-and-drop__preview img{max-width:100%;max-height:160px;object-fit:contain;border-radius:4px}.image-file-input__drag-and-drop__preview__file{display:flex;flex-direction:column;align-items:center;gap:8px}.image-file-input__drag-and-drop__preview__file span{font-size:13px;color:#0009;word-break:break-all;text-align:center;max-width:240px}.image-file-input__drag-and-drop__preview__clear{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;border:none;background-color:#00000014;color:#00000080;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.image-file-input__drag-and-drop__preview__clear:hover{background-color:#00000026;color:#000c}.image-file-input__drag-and-drop__error{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:12px;color:#d32f2f;background-color:#d32f2f14;padding:4px 12px;border-radius:4px;white-space:nowrap}.promo-bar{background-color:#000;color:#fff;border-radius:12px;padding:16px 19px;width:100%}@media screen and (min-width: 1025px){.promo-bar{padding:40px 50px}}.promo-bar--iccc{background-color:#0f4585}.promo-bar--iccc .promo-bar__group__cta{color:#fff}.promo-bar--iccc .promo-bar__group__cta:hover{color:#add8e6}.promo-bar__group{display:flex;justify-content:space-between;height:100%;width:100%;align-items:normal}.promo-bar__group a{text-decoration:none;color:#fff}.promo-bar__group a:hover{color:#be5907}.promo-bar__group__title,.promo-bar__group__cta{font-family:inherit;font-size:18px}@media screen and (min-width: 1025px){.promo-bar__group__title,.promo-bar__group__cta{font-size:24px}}.promo-bar__group__description{font-size:18px;display:none}@media screen and (min-width: 1025px){.promo-bar__group__description{display:block}}.promo-bar__description{text-align:center;font-size:10px;margin:16px 0 0}@media screen and (min-width: 1025px){.promo-bar__description{display:none}}.info-cards-container{padding:0 14px;margin:0 0 40px;flex:1}@media screen and (min-width: 1025px){.info-cards-container{padding:0;margin:0 0 56px}}.info-cards-container__box{border-radius:12px;padding:8px 14px;border:1px solid #000000}@media screen and (min-width: 1025px){.info-cards-container__box{padding:50px 52px}}.info-cards-container__box__title{margin:0 0 28px}.info-cards-container__box__description{font-size:14px;max-width:525px}@media screen and (min-width: 1025px){.info-cards-container__box__description{margin-bottom:64px;font-size:18px}}.info-cards-container__box__children{display:grid;gap:12px;margin:25px -25px -40px;opacity:0;animation:slideIn .5s ease-in-out forwards}@media screen and (min-width: 770px){.info-cards-container__box__children{grid-template-columns:repeat(2,1fr)}}.info-cards-container__box__children div:last-child:nth-child(2n-1){grid-column:span 2;min-height:auto}@media screen and (min-width: 1025px){.info-cards-container__box__children div:last-child:nth-child(2n-1){grid-column:span 1}}@media screen and (min-width: 1025px){.info-cards-container__box__children{grid-template-columns:repeat(3,270px);margin:0 0 -100px;justify-content:center;gap:20px}.info-cards-container__box__children.full{grid-template-columns:repeat(5,270px)}.info-cards-container__box__children .image-card-item-container{display:none}}.number-card-item-container{background-color:#000;color:#fff;border-radius:18px;padding:12px}@media screen and (min-width: 1025px){.number-card-item-container{border-radius:24px;padding:16px}}.number-card-item-container__box{padding:8px;border-radius:12px;border:1px solid #ffffff;height:100%;min-height:250px}.number-card-item-container__box__header{display:flex;gap:16px;margin:12px 0 6px 5px;border-bottom:1px solid #ffffff;padding-bottom:6px}.number-card-item-container__box__number{font-size:43px;line-height:1}@media screen and (min-width: 1025px){.number-card-item-container__box__number{font-size:60px}}.number-card-item-container__box__title{font-family:main;font-size:14px;text-transform:uppercase}@media screen and (min-width: 1025px){.number-card-item-container__box__title{font-size:20px}}@media screen and (min-width: 1025px){.number-card-item-container__box{border-radius:16px;padding:16px}}.number-card-item-container__box__description{font-size:12px;padding:5px;line-height:1.3;width:auto}@media screen and (min-width: 1025px){.number-card-item-container__box__description{font-size:14px}}.image-card-item-container{display:flex;border-radius:18px;overflow:hidden;height:100%;min-height:200px;position:relative}@media screen and (min-width: 1025px){.image-card-item-container{min-height:auto}}.image-card-item-container--loading{background:linear-gradient(90deg,#f5f5f5 25%,#ddd,#f5f5f5 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.image-card-item-container.hideOnMobile{display:none}@media screen and (min-width: 1025px){.image-card-item-container.hideOnMobile{display:flex}}.image-card-item-container img{width:100%;height:100%;object-fit:cover}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-spinner-backdrop{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-height:300px;padding:32px}.loading-spinner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;max-width:400px}.loading-spinner-container__spinner{position:relative;width:80px;height:80px;display:flex;justify-content:center;align-items:center}.loading-spinner-container__spinner__ring{position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#be5907;animation:spinner-rotate 1.2s cubic-bezier(.5,0,.5,1) infinite;box-shadow:0 0 10px #be590733}.loading-spinner-container__spinner__ring:nth-child(1){width:80px;height:80px;border-width:4px;animation-delay:0s;border-top-color:#be5907}.loading-spinner-container__spinner__ring:nth-child(2){width:60px;height:60px;border-width:3px;animation-delay:-.15s;border-top-color:#e56b08;top:10px;left:10px}.loading-spinner-container__spinner__ring:nth-child(3){width:40px;height:40px;border-width:2.5px;animation-delay:-.3s;border-top-color:#f77d1b;top:20px;left:20px}.loading-spinner-container--iccc .loading-spinner-container__spinner__ring{border-top-color:#0f4585;box-shadow:0 0 10px #0f458533}.loading-spinner-container--iccc .loading-spinner-container__spinner__ring:nth-child(1){border-top-color:#0f4585}.loading-spinner-container--iccc .loading-spinner-container__spinner__ring:nth-child(2){border-top-color:#1358aa}.loading-spinner-container--iccc .loading-spinner-container__spinner__ring:nth-child(3){border-top-color:#1769ca}.loading-spinner-container__text{text-align:center;margin-top:8px}.loading-spinner-container__text p{font-size:14px;font-weight:500;color:#424242;margin:0;letter-spacing:.5px;text-transform:uppercase}@media screen and (max-width: 770px){.loading-spinner-container__text p{font-size:12px}}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sp-button{background-color:#fff;border-radius:16px;color:#be5907;border:white;font-size:12px;font-family:main;text-align:center;justify-content:center;transition:.25s ease-in-out}.sp-button-reverse{background-color:#000;border-radius:16px;border:white;font-size:12px;font-family:main;text-align:center;justify-content:center;transition:.25s ease-in-out}.sp-button-reverse:hover{cursor:pointer;scale:1.1;color:#be5907;background-color:#000}.sp-button:hover{cursor:pointer;scale:1.1;color:#000}@media screen and (max-width: 770px){.sp-button{padding:12px 0}}.product-grid-container{border:1px solid #000000;border-radius:12px;padding:24px;flex:1;display:flex;flex-direction:column;max-width:100%;overflow:hidden;min-height:500px}.product-grid-container__header{display:flex;justify-content:flex-end;width:100%;margin-bottom:20px}@media screen and (max-width: 1025px){.product-grid-container__header{justify-content:center}}.product-grid-container__grid{display:grid;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(125px,1fr));gap:33px 16px;justify-items:center}@media screen and (min-width: 1025px){.product-grid-container__grid{grid-template-columns:repeat(3,minmax(190px,1fr));padding:54px 42px;gap:40px 30px}}.product-grid-container__grid>*{width:100%;max-width:125px}@media screen and (min-width: 1025px){.product-grid-container__grid>*{max-width:190px}}@media screen and (min-width: 1025px){.product-grid-container__grid--compact{gap:20px 20px}}@media screen and (min-width: 1025px){.product-grid-container__grid--spacious{gap:40px 30px}}.product-grid-container__load-more{width:100%;margin:24px auto}@media screen and (min-width: 1025px){.product-grid-container__load-more{width:50%}}.product-grid-container__pagination{display:flex;justify-content:center;height:100%;width:100%;align-items:center}@media screen and (max-width: 1025px){.product-grid-container__pagination{margin-top:25px}}.product-grid-container__pagination__buttons{display:flex;justify-content:space-between;height:100%;width:80%;align-items:center}@media screen and (max-width: 1025px){.product-grid-container__pagination__buttons{width:60%}}@media screen and (max-width: 770px){.product-grid-container__pagination__buttons{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:center;gap:15px;width:80%}}.product-grid-container__pagination__buttons button{width:auto;padding:12px 50px}@media screen and (max-width: 1025px){.product-grid-container__pagination__buttons button{padding:10px 40px}}.product-grid-container__pagination__buttons button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-grid-upload-button{width:auto;padding:13px 24px}.product-grid-upload-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}@media screen and (max-width: 1025px){.product-grid-upload-button{font-size:13px}}.error-state{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:100%}.error-state img{filter:invert(1)}.error-state h3{text-align:center}.error-state p{font-size:large;margin-top:10px}.error-state__search{display:flex;flex-direction:column;justify-content:center;height:auto;align-items:center;width:100%;margin-top:20px}.product-card{position:relative;font-family:poppinsSemibold,sans-serif;font-size:12px;display:flex;flex-direction:column;justify-content:start;height:auto;align-items:center;width:100%}@media screen and (min-width: 1025px){.product-card{font-size:14px}}.product-card__data{display:flex;flex-direction:column;justify-content:start;height:auto;align-items:space-between;width:100%;text-align:left;font-family:inherit}@media screen and (max-width: 1025px){.product-card__data{min-height:90px}}.product-card__description{font-size:10px}.product-card a{color:#000;text-decoration:none}.product-card a:hover .product-card__image__product{transition:all 2s ease;transform:scale(1.1)}.product-card a:hover .product-card__title,.product-card a:hover .product-card__image__background{transition:all .2s ease;color:#be5907}.product-card__image{position:relative;display:flex;align-items:center;justify-content:center;width:130px;height:130px;margin:0 auto}@media screen and (min-width: 1025px){.product-card__image{width:160px;height:160px}}.product-card__image .product-icon{width:100%;height:100%}.product-card__image .product-icon__image{width:100%;height:100%;object-fit:contain}.product-card__image__background{position:absolute;width:110px;top:52px;left:55%;transform:translate(-50%);transition:all .8s ease}@media screen and (min-width: 1025px){.product-card__image__background{width:190px;top:11px;left:50%}}.product-card__image__background svg{transform:scale(.6);transform-origin:-20px -72px}@media screen and (min-width: 1025px){.product-card__image__background svg{transform:scale(1);transform-origin:0}}.product-card__image__icon{display:flex;flex-direction:column;justify-content:start;height:169px;align-items:center;width:100%;border:solid red 1px}.product-card__image__product{z-index:1;position:relative;width:90px;margin:auto;transition:all .8s ease}@media screen and (min-width: 1025px){.product-card__image__product{width:155px}}.product-card__icons{display:flex;gap:2px;margin:20px 0 8px 9px}@media screen and (min-width: 1025px){.product-card__icons{margin:27px 0 10px;gap:8px}}.product-card__icons img{width:18px}@media screen and (min-width: 1025px){.product-card__icons img{width:auto}}.product-card__title{font-family:poppinsSemibold,sans-serif;font-size:16px;transition:all .8s ease}@media screen and (min-width: 1025px){.product-card__title{font-size:24px}}.product-card__type{margin-bottom:9px}.product-card__text-group{display:flex;justify-content:space-between;gap:8px;min-height:22px;text-align:left;font-family:inherit}.product-card__text-group__label{min-width:60px}.product-card__button-wrapper{position:relative;width:100%;margin-top:11px}.product-card button{width:100%}.product-card button.button--disabled{cursor:not-allowed;opacity:.6}.product-card button.button--disabled:hover{background-color:initial;transform:none}.product-card__tooltip{position:fixed;transform:translate(-50%,calc(-100% - 12px));background-color:#000000e6;color:#fff;padding:10px 16px;border-radius:8px;font-size:12px;font-family:poppins,sans-serif;max-width:250px;word-wrap:break-word;white-space:normal;text-align:center;z-index:10000;pointer-events:none;box-shadow:0 4px 12px #0000004d;animation:tooltipFadeIn .2s ease-in-out}@media screen and (min-width: 1025px){.product-card__tooltip{font-size:13px;padding:12px 18px;max-width:300px}}.product-card__tooltip-arrow{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.9)}.product-card--iccc button{text-transform:uppercase}.product-card--iccc a:hover .product-card__image__background{color:#24b5de}.product-card--unavailable{opacity:.75}.product-card--unavailable a{pointer-events:none}.product-card__ribbon{position:absolute;top:48px;right:-13px;width:150px;text-align:center;transform:rotate(45deg);z-index:1;overflow:hidden}@media screen and (min-width: 1025px){.product-card__ribbon{top:25px;right:-40px;width:180px}}.product-card__ribbon span{display:block;padding:8px 0;background:linear-gradient(135deg,#b8860b,#daa520);color:#fff;font-size:10px;font-family:poppinsSemibold,sans-serif;text-transform:uppercase;letter-spacing:1px;box-shadow:0 3px 10px #0000004d;position:relative}@media screen and (min-width: 1025px){.product-card__ribbon span{font-size:11px;padding:10px 0}}.product-card__ribbon span:before,.product-card__ribbon span:after{content:"";position:absolute;top:0;width:100%;height:100%;background:#ffffff1a}.product-card__ribbon span:before{left:-100%}.product-card__ribbon span:after{right:-100%}.product-card__ribbon--iccc span{background:linear-gradient(135deg,#0f4585,#24b5de)!important}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% - 17px))}to{opacity:1;transform:translate(-50%,calc(-100% - 12px))}}.product-icon,.product-icon__image{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:100%}.cart-overlay-background{background-color:#00000080;z-index:2;height:100vh;width:100vw;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;transition:opacity .3s ease-in-out}.cart-overlay-background .cart-overlay{display:flex;flex-direction:column;justify-content:space-between;height:auto;align-items:center;width:100%;position:fixed;box-shadow:0 1px 10px 2px #d3d3d3;min-height:60vh;max-height:85vh;width:90%;max-width:900px;z-index:3;background-color:#fff;border-radius:12px;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);overflow:hidden;transition:transform .3s ease-in-out,opacity .3s ease-in-out;font-family:inherit}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay{max-height:80vh}}.cart-overlay-background .cart-overlay__cart-active{display:flex}.cart-overlay-background .cart-overlay__cart-inactive{display:none}.cart-overlay-background .cart-overlay__top-bar{display:flex;justify-content:center;height:auto;width:100%;align-items:center;background-color:#000;padding:20px 30px;min-height:80px}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__top-bar{padding:20px 30px;min-height:60px}}.cart-overlay-background .cart-overlay__top-bar__message{display:flex;justify-content:flex-start;height:auto;width:75%;align-items:center;border-top-left-radius:16px 16px 16px 16px;margin-left:10px;font-weight:700;color:#fff;font-size:20px;letter-spacing:2px;text-transform:uppercase}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__top-bar__message{font-size:16px;letter-spacing:1px}}.cart-overlay-background .cart-overlay__top-bar__message p{margin:0}.cart-overlay-background .cart-overlay__top-bar__x-button{display:flex;justify-content:flex-end;height:auto;width:25%;align-items:center;margin-right:10px}.cart-overlay-background .cart-overlay__top-bar__x-button img{display:flex;justify-content:flex-end;height:20px;width:20px;align-items:center;filter:brightness(0) saturate(100%) invert(100%)}.cart-overlay-background .cart-overlay__top-bar__x-button img:hover{scale:1.1;cursor:pointer;opacity:.8;transition:.3s ease-in-out}.cart-overlay-background .cart-overlay__table-header{display:grid;grid-template-columns:1fr 1fr 1fr 140px 1fr;padding:20px 30px 15px;background-color:#fff;font-weight:700;font-size:14px;color:#000;gap:16px;align-items:center;width:100%;position:relative}.cart-overlay-background .cart-overlay__table-header:after{content:"";position:absolute;bottom:0;left:30px;right:30px;height:2px;background-color:#e0e0e0}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__table-header{display:none}}.cart-overlay-background .cart-overlay__table-header__product{text-align:left;min-width:0}.cart-overlay-background .cart-overlay__table-header__col{text-align:center;white-space:nowrap}.cart-overlay-background .cart-overlay__items{display:flex;flex-direction:column;justify-content:start;height:auto;align-items:center;width:100%;flex:1;overflow-y:auto;padding:16px 0}.cart-overlay-background .cart-overlay__items__placeholder{color:#666;font-size:16px;padding:30px}.cart-overlay-background .cart-overlay__item-wrapper{position:relative;width:100%}.cart-overlay-background .cart-overlay__item-wrapper--removing{animation:fadeOutSlideUp .4s ease-out forwards;overflow:hidden}.cart-overlay-background .cart-overlay__item-remove{position:absolute;top:12px;right:16px;width:26px;height:26px;min-width:26px;min-height:26px;border:1px solid rgba(0,0,0,.2);background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1;box-shadow:0 1px 4px #0000001a;padding:0}.cart-overlay-background .cart-overlay__item-remove img{width:10px;height:10px;filter:brightness(0);opacity:.45;display:block;flex-shrink:0}.cart-overlay-background .cart-overlay__item-remove:hover{background:#000;border-color:#000;box-shadow:0 2px 8px #0003}.cart-overlay-background .cart-overlay__item-remove:hover img{filter:brightness(0) invert(1);opacity:1}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__item-remove{top:8px;right:10px;width:22px;height:22px;min-width:22px;min-height:22px}.cart-overlay-background .cart-overlay__item-remove img{width:8px;height:8px}}.cart-overlay-background .cart-overlay__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 30px;border-top:2px solid #e0e0e0;background-color:#fff;width:100%;flex-shrink:0}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__footer{flex-wrap:wrap;padding:20px 30px;gap:20px;justify-content:flex-start}}.cart-overlay-background .cart-overlay__footer__btn{flex-shrink:0;width:auto;min-width:220px;padding:12px 24px;font-size:14px}.cart-overlay-background .cart-overlay__footer__btn:first-child{margin-right:16px}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__footer__btn{flex:0 0 auto;min-width:120px;padding:10px 16px;font-size:12px}.cart-overlay-background .cart-overlay__footer__btn:first-child{margin-right:8px}}.cart-overlay-background .cart-overlay__footer__info{display:flex;flex-direction:row;align-items:center;gap:32px;margin-left:auto}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__footer__info{flex:1 0 100%;margin-left:0;justify-content:space-between;gap:16px}}.cart-overlay-background .cart-overlay__footer__info__items{color:#000;margin:0;white-space:nowrap;font-family:inherit;font-weight:700;font-size:16px}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__footer__info__items{font-size:14px}}.cart-overlay-background .cart-overlay__footer__info__subtotal{color:#be5907;margin:0;font-family:inherit;font-weight:700;font-size:16px;white-space:nowrap}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay__footer__info__subtotal{font-size:14px}}.cart-overlay--iccc .cart-overlay__top-bar{background-color:#0f4585}.cart-overlay--iccc .cart-overlay__footer__info__subtotal{color:#24b5de}.cart-overlay--iccc .cart-overlay__item-remove:hover{background:#0f4585;border-color:#0f4585}.cart-overlay--iccc .cart-card__quantity-btn:hover:not(:disabled){background:#0f4585;border-color:#0f4585}.cart-active{display:flex;opacity:1;pointer-events:auto}.cart-inactive{display:none;opacity:0;pointer-events:none}.cart-inactive .cart-overlay{transform:translate(-50%,-50%) scale(.95)}@media screen and (max-width: 1025px){.cart-overlay-background .cart-overlay{width:85%;max-width:800px}}@media screen and (max-width: 770px){.cart-overlay-background .cart-overlay{width:95%;max-width:450px}}.cart-card{display:grid;grid-template-columns:1fr 1fr 1fr 140px 1fr;gap:16px;padding:20px 30px;align-items:center;width:100%}@media screen and (max-width: 770px){.cart-card{grid-template-columns:auto 1fr;grid-template-rows:auto;gap:12px;padding:20px 30px}}.cart-card__image{display:flex;align-items:center;justify-content:center}.cart-card__image img{height:80px;width:80px;transition:all .8s ease}@media screen and (max-width: 770px){.cart-card__image img{height:80px;width:80px}}@media screen and (max-width: 770px){.cart-card__image{grid-column:1;grid-row:1/-1;align-self:start}}.cart-card__product{display:flex;flex-direction:column;gap:8px;min-width:0;overflow-wrap:break-word;word-wrap:break-word}@media screen and (max-width: 770px){.cart-card__product{grid-column:2;grid-row:1}}.cart-card__product__title{font-weight:700;font-size:16px;margin:0;color:#000;white-space:normal;line-height:1.4;overflow-wrap:break-word;word-break:break-word}@media screen and (max-width: 770px){.cart-card__product__title{font-size:14px}}.cart-card__product__details{font-size:12px;color:#666}.cart-card__product__details p{margin:4px 0;line-height:1.4}@media screen and (max-width: 770px){.cart-card__product__details{font-size:12px}}.cart-card__price{display:flex;flex-direction:column;gap:4px;text-align:center;justify-content:center;align-items:center}@media screen and (max-width: 770px){.cart-card__price{grid-column:2;grid-row:2;justify-content:flex-start;align-items:flex-start;text-align:left;flex-direction:row;gap:8px}}.cart-card__price__current{font-weight:700;font-size:16px;color:#000;white-space:nowrap}@media screen and (max-width: 770px){.cart-card__price__current{font-size:14px}}.cart-card__quantity{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 770px){.cart-card__quantity{grid-column:2;grid-row:3;justify-content:flex-start}}.cart-card__total{text-align:center;font-weight:700;font-size:16px;color:#000;white-space:nowrap}@media screen and (max-width: 770px){.cart-card__total{grid-column:2;grid-row:4;text-align:left;font-size:14px}.cart-card__total:before{content:"Total: ";font-weight:600;margin-right:4px}}.cart-card__quantity-controls{display:flex;align-items:center;justify-content:center;gap:8px}.cart-card__quantity-btn{width:32px;height:32px;border:1px solid #ddd;background:#f5f5f5;color:#000;cursor:pointer;border-radius:8px;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.cart-card__quantity-btn:hover:not(:disabled){background:#000;color:#fff;border-color:#000;box-shadow:0 2px 6px #0003}.cart-card__quantity-btn:active:not(:disabled){transform:scale(.95)}.cart-card__quantity-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}@media screen and (max-width: 770px){.cart-card__quantity-btn{width:28px;height:28px;font-size:16px}}.cart-card__quantity-value{min-width:32px;text-align:center;font-size:16px;font-weight:600;color:#000}@media screen and (max-width: 770px){.cart-card__quantity-value{font-size:14px;min-width:24px}}.cart-card__quantity-label{font-size:14px;color:#000;font-weight:500;margin:0}@media screen and (max-width: 770px){.cart-card__quantity-label{font-size:12px}}.strike-through{text-decoration:line-through;color:#be5907;font-size:12px;margin-right:8px;white-space:nowrap}.cart-card--iccc .strike-through{color:#0f458580}.item-title{font-weight:700;color:#000}.cart-grid{width:100%;margin-top:30px}.cart-grid__title{font-size:32px;font-weight:700;color:#000;margin:0 0 30px;text-align:left}@media screen and (max-width: 770px){.cart-grid__title{font-size:24px;margin:0 0 20px}}.cart-grid__header{display:grid;grid-template-columns:200px 1fr 150px;gap:40px;padding:20px 30px;font-weight:700;font-size:14px;color:#000}@media screen and (max-width: 770px){.cart-grid__header{display:none}}.cart-grid__header__col--empty{width:200px}.cart-grid__header__col--product{text-align:left}.cart-grid__header__col--price{text-align:center}.cart-grid__empty{padding:30px;text-align:center;color:#666;font-size:16px}.cart-grid__empty p{margin:0}.cart-grid__row{display:grid;grid-template-columns:200px 1fr 150px;gap:40px;padding:20px 30px;border-top:4px solid #ccc;align-items:start;text-align:left}@media screen and (max-width: 770px){.cart-grid__row{grid-template-columns:1fr;gap:10px;padding:10px 20px;border-top:2px solid #ccc}}.cart-grid__row--removing{animation:fadeOutSlideUp .4s ease-out forwards;overflow:hidden}.cart-grid__row__image{width:200px;height:200px;display:flex;align-items:center;justify-content:center;background-color:#fff}@media screen and (max-width: 770px){.cart-grid__row__image{width:80px;height:80px;margin:0 auto}}.cart-grid__row__image img{width:100%;height:100%}.cart-grid__row--iccc .cart-grid__row__image{border:1px solid rgba(36,181,222,.25);border-radius:12px;background:linear-gradient(145deg,#0f45850d,#24b5de14),#fff;box-shadow:0 2px 10px #0f45851f;overflow:hidden}.cart-grid__row__product{display:flex;flex-direction:column;gap:8px;min-width:0}@media screen and (max-width: 770px){.cart-grid__row__product{gap:4px;text-align:center}}.cart-grid__row__product__title{font-weight:700;font-size:28px;color:#000;margin:0;line-height:1.4}@media screen and (max-width: 770px){.cart-grid__row__product__title{font-size:16px}}.cart-grid__row__product__description{font-size:16px;color:#000;margin:0;line-height:1.4}@media screen and (max-width: 770px){.cart-grid__row__product__description{font-size:12px}}.cart-grid__row__product__actions{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:12px}@media screen and (max-width: 770px){.cart-grid__row__product__actions{justify-content:center;flex-wrap:wrap;gap:8px}}.cart-grid__row__price{display:flex;align-items:center;justify-content:center;align-self:center;text-align:center;font-weight:700;font-size:20px;color:#000;white-space:nowrap}@media screen and (max-width: 770px){.cart-grid__row__price{font-size:16px;order:10;margin-top:8px}}.cart-grid__row__quantity{display:flex;align-items:center;gap:8px}.cart-grid__row__quantity--with-controls{border:2px solid #ffffff;padding:4px}@media screen and (max-width: 770px){.cart-grid__row__quantity--with-controls{border:1px solid #ccc}}.cart-grid__row__quantity-btn{width:24px;height:24px;border:1px solid #ddd;background:transparent;color:#000;cursor:pointer;border-radius:4px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media screen and (max-width: 770px){.cart-grid__row__quantity-btn{width:20px;height:20px;font-size:12px}}.cart-grid__row__quantity-btn:hover:not(:disabled){background:#000;color:#fff;border-color:#000}.cart-grid__row__quantity-btn:active:not(:disabled){transform:scale(.95)}.cart-grid__row__quantity-btn:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5;color:#999;border-color:#ddd}.cart-grid__row__quantity-value{font-size:16px;font-weight:500;color:#000;min-width:60px;text-align:center}@media screen and (max-width: 770px){.cart-grid__row__quantity-value{font-size:12px;min-width:50px}}.cart-grid__row__quantity-label{font-size:16px;font-weight:500;color:#000}@media screen and (max-width: 770px){.cart-grid__row__quantity-label{font-size:14px}}.cart-grid__row__remove,.cart-grid__row__save{background:none;border:none;padding:0;font-family:inherit;font-size:16px;color:#000;cursor:pointer;transition:all .3s ease-in-out}@media screen and (max-width: 770px){.cart-grid__row__remove,.cart-grid__row__save{font-size:14px}}.cart-grid__row__remove:hover,.cart-grid__row__save:hover{opacity:.7}.cart-grid__row__divider{font-size:16px;color:#999;margin:0 4px}@media screen and (max-width: 770px){.cart-grid__row__divider{font-size:12px;margin:0 4px}}.cart-grid__row__save{color:#666}.accessories-grid{position:relative;border:1px solid black;border-radius:12px;padding:24px;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;min-height:300px}.accessories-grid .error-state{flex:1}.accessories-grid__grid{position:relative;z-index:1;display:grid;width:100%;gap:33px 16px;justify-content:center;justify-items:center;align-content:center;grid-template-columns:repeat(4,20%)}@media screen and (max-width: 1025px){.accessories-grid__grid{grid-template-columns:repeat(3,30%);padding:54px 42px}}@media screen and (max-width: 770px){.accessories-grid__grid{grid-template-columns:repeat(2,auto)}}@media screen and (max-width: 500px){.accessories-grid__grid{grid-template-columns:repeat(1,80%);padding:0}}.accessories-grid__load-more{position:relative;z-index:1;width:100%;margin:24px auto}@media screen and (min-width: 1025px){.accessories-grid__load-more{width:50%}}.accessories-grid__pagination{position:relative;z-index:1;display:flex;justify-content:center;height:100%;width:100%;align-items:center}@media screen and (max-width: 1025px){.accessories-grid__pagination{margin-top:25px}}.accessories-grid__pagination__buttons{display:flex;justify-content:space-between;height:100%;width:100%;align-items:center;padding:24px}@media screen and (max-width: 1025px){.accessories-grid__pagination__buttons{width:60%}}@media screen and (max-width: 770px){.accessories-grid__pagination__buttons{display:flex;flex-direction:column;justify-content:space-between;height:100%;align-items:center;gap:15px;width:80%}}.accessories-grid__pagination__buttons button{width:auto;padding:12px 50px}@media screen and (max-width: 1025px){.accessories-grid__pagination__buttons button{padding:10px 40px}}.accessory-card{position:relative;font-size:12px;max-width:250px;border-radius:12px;padding:20px;justify-content:space-between;border:1px solid rgba(0,0,0,.15);box-shadow:0 4px 16px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff}@media screen and (min-width: 1025px){.accessory-card{font-size:14px;display:flex;flex-direction:column}}@media screen and (max-width: 500px){.accessory-card{max-width:100%}}.accessory-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000002e}.accessory-card__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;z-index:0;border-radius:12px;pointer-events:none}.accessory-card--iccc{background:linear-gradient(145deg,#0f458514,#24b5de1f),#fff;border-color:#24b5de66}.accessory-card--iccc button{background:linear-gradient(135deg,#0f4585,#24b5de);text-transform:uppercase}.accessory-card--dispensary{background:transparent}.accessory-card a{color:#000;text-decoration:none}.accessory-card a:hover .accessory-card__image__product{transition:all 2s ease;transform:scale(1.1)}.accessory-card a:hover .accessory-card__title,.accessory-card a:hover .accessory-card__price,.accessory-card a:hover .accessory-card__image__background{transition:all .2s ease;color:#be5907}.accessory-card--iccc a:hover .accessory-card__title,.accessory-card--iccc a:hover .accessory-card__price,.accessory-card--iccc a:hover .accessory-card__image__background{color:#24b5de}.accessory-card__content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1025px){.accessory-card__content{display:block}}.accessory-card__content__texts{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:100%;text-align:center}@media screen and (min-width: 1025px){.accessory-card__content__texts{max-width:230px;margin:auto}}.accessory-card__image{position:relative}.accessory-card__image__background{position:absolute;width:110px;top:52px;left:55%;transform:translate(-50%);transition:all .8s ease}@media screen and (min-width: 1025px){.accessory-card__image__background{width:190px;top:35px;left:50%}}.accessory-card__image__background svg{transform:scale(.6);transform-origin:-20px -72px}@media screen and (min-width: 1025px){.accessory-card__image__background svg{transform:scale(1);transform-origin:0}}.accessory-card__image__product{z-index:1;position:relative;width:100px;margin:auto;transition:all .8s ease}@media screen and (min-width: 1025px){.accessory-card__image__product{width:180px}}.accessory-card__icons{display:flex;gap:4px;margin:20px 0 8px 9px}@media screen and (min-width: 1025px){.accessory-card__icons{margin:27px 0 10px;gap:8px}}.accessory-card__icons img{width:18px}@media screen and (min-width: 1025px){.accessory-card__icons img{width:auto}}.accessory-card__title{font-family:poppinsBold,sans-serif;font-size:clamp(24px,1rem,2rem);transition:all .8s ease;min-height:60px;margin-bottom:8px;text-transform:uppercase;line-height:1}@media screen and (min-width: 1025px){.accessory-card__title{font-size:24px}}.accessory-card__type{margin-bottom:9px}.accessory-card__weight{padding:0 0 8px}.accessory-card__price{font-size:24px;margin-bottom:16px}.accessory-card__textGroup{display:flex;gap:8px}.accessory-card__textGroup__label{font-family:main,sans-serif;width:60px;line-height:1}.accessory-card__button{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.accessory-card button{margin-top:11px;text-transform:uppercase}@media screen and (min-width: 1025px){.accessory-card button{max-width:230px;margin:auto}}.tittle-box{background-color:#000;color:#fff;padding:15px 18px;border-radius:12px}@media screen and (min-width: 1025px){.tittle-box{background-color:#000;color:#fff;padding:36px 52px;border-radius:24px}}.tittle-box--iccc{background-color:#0f4585}@media screen and (min-width: 1025px){.tittle-box--iccc{background-color:#0f4585}}.tittle-box__group{justify-content:space-between;align-items:flex-end}@media screen and (min-width: 1025px){.tittle-box__group{display:flex}}.tittle-box__group__left{flex:0 0 700px;text-align:left}.tittle-box__group__left__tittle{font-size:36px;max-width:690px}@media screen and (min-width: 1025px){.tittle-box__group__left__tittle{font-size:80px}}@media screen and (min-width: 1025px){.tittle-box__group__left__tittle.small-tittle{font-size:50px}}.tittle-box__group__left__description{font-size:14px;line-height:1.3;margin-top:16px}@media screen and (min-width: 1025px){.tittle-box__group__left__description{font-size:16px;line-height:1.4;margin-top:28px}}.tittle-box__group__right{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:348px;text-align:right}@media screen and (max-width: 1025px){.tittle-box__group__right{height:150px;flex-flow:row-reverse}}@media screen and (max-width: 770px){.tittle-box__group__right{height:150px;flex-flow:row-reverse}}.tittle-box__group__right__icon{width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end;gap:15px}.tittle-box__group__right__icon__image{width:auto;height:auto;background-color:transparent;display:flex;align-items:center;justify-content:flex-end}.tittle-box__group__right__icon__image img{width:auto;height:auto;width:100px;height:100px;object-fit:contain}@media screen and (max-width: 770px){.tittle-box__group__right__icon__image img{width:75px;height:75px}}.tittle-box__group__right__right-description{max-width:400px;font-size:16px;line-height:1}@media screen and (min-width: 1025px){.tittle-box__group__right__right-description{padding:20px 29px}}.tittle-box__group button{margin-top:31px}@media screen and (min-width: 1025px){.tittle-box__group button{width:100%}}.summary-container{background:#fff;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:16px;align-items:normal}@media screen and (min-width: 1025px){.summary-container{flex-direction:row;align-items:center}}.summary-container__header{flex:1;text-align:left}.summary-container__data{flex:1;display:flex;flex-direction:column;align-items:flex-end;text-align:right}.summary-container__data h3{margin:0;padding:0}.summary-container__data button{margin-top:16px}.summary-container--iccc{background:linear-gradient(135deg,#0f458508,#24b5de0f);box-shadow:0 2px 12px #0f458514,0 0 0 1px #0f458514;font-family:inherit}.summary-container--iccc .summary-container__header h2{color:#0f4585;font-family:inherit;font-weight:700}.summary-container--iccc button.full{background-color:#24b5de;color:#fff;border:none;border-radius:24px;padding:12px 32px;font-family:inherit;font-weight:600;cursor:pointer;transition:transform .2s ease}.summary-container--iccc button.full:hover{transform:scale(1.03)}.summary-item{gap:5px}.summary-item:nth-child(1){font-size:22px;margin-bottom:16px}.summary-item:nth-child(5){font-size:20px;margin-bottom:32px}button.full{margin-top:24px}.promo-code-section{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:start;width:100%;margin-top:20px}.promo-code-section p{margin-top:12px}.promo-code-section .invalid{color:red!important}.promo-code-section .valid{color:green}@media screen and (max-width: 770px){.promo-code-section{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:start;width:100%}}.promo-code-section__applied{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:start;width:100%}.promo-code-section__applied ul{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:start;width:100%;padding:12px;list-style:none;box-sizing:border-box}.promo-code-section__applied ul li{text-decoration:none;gap:10px}.promo-code-section__applied ul .applied-promo-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee;box-sizing:border-box}.promo-code-section__applied ul .applied-promo-item:last-child{border-bottom:none}.promo-code-section__applied ul .applied-promo-item span{display:flex;align-items:center}.promo-code-section__applied ul .applied-promo-item .remove-promo-btn{background:#be5907;color:#fff;padding:0;border:none;border-radius:50%;margin:0!important;width:24px!important;height:24px!important;min-width:24px!important;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:center;transition:background-color .2s}.promo-code-section__applied ul .applied-promo-item .remove-promo-btn svg{display:block}.promo-code-section__applied ul .applied-promo-item .remove-promo-btn:hover{background:#c33}.promo-code-section__applied ul .applied-promo-item .remove-promo-btn:focus{outline:2px solid #ff4444;outline-offset:2px}.promo-code-section--iccc .promo-code-section__applied .applied-promo-item .remove-promo-btn{background:#0f4585}.promo-code-section--iccc .promo-code-section__applied .applied-promo-item .remove-promo-btn:hover{background:#24b5de}.promo-code-section--iccc .promo-code-section__applied .applied-promo-item .remove-promo-btn:focus{outline-color:#24b5de}.promo-code-section__items{display:flex;justify-content:start;height:100%;width:100%;align-items:center;gap:10px}@media screen and (max-width: 770px){.promo-code-section__items{display:flex;flex-direction:column;justify-content:start;height:100%!important;align-items:start;width:100%}}.promo-code-section__items .item{display:flex;justify-content:start;height:100%;width:40%;align-items:center}@media screen and (max-width: 770px){.promo-code-section__items .item{display:flex;justify-content:left;height:100%;width:100%;align-items:center}}.promo-code-section__message{display:flex;justify-content:start;height:24px;width:100%;align-items:center}@media screen and (max-width: 770px){.promo-code-section__message{display:flex;justify-content:start;height:48px;width:100%;align-items:center}}.promo-code-section__message div p{display:flex;justify-content:start;height:100%;width:100%;align-items:center}.promo-code-section__message .invalid{color:red!important}.promo-code-section__message .valid{color:green}.animation-button{display:flex;flex-direction:column;justify-content:center;height:40px;align-items:center;width:100px;min-width:100px}@media screen and (max-width: 770px){.animation-button{justify-content:flex-start;align-items:flex-start;width:100%}}.animation-button button:hover{background-color:#000!important;cursor:pointer!important}.animation-button__button{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:100%;text-align:center;font-family:main,sans-serif;color:#fff;cursor:pointer!important}.animation-button__button__disabled{border-color:#dee2e6!important;cursor:not-allowed!important;transition:all .3s ease-in-out;opacity:.5}.animation-button__button__disabled:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px);cursor:not-allowed!important}.ellipsis-animation{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:100%;position:relative}.ellipsis-animation:after{display:flex;flex-direction:column;justify-content:center;height:100%;align-items:center;width:auto;animation:dotty steps(1,end) 1s infinite;content:"";font-size:1.5rem;position:absolute;left:0;right:0;top:-5px;bottom:0}.summary-item{flex:1;display:flex;justify-content:space-between}.accordion-container{width:100%;max-width:max-content;padding:16px;border:1px solid #000000;border-radius:12px}@media screen and (min-width: 1025px){.accordion-container{padding:40px}}.accordion-container__item{margin-top:inherit;margin-bottom:16px}.accordion-container__item__header{all:unset!important;display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:100%!important;font-size:18px!important;font-weight:700!important;color:#000!important;text-align:left!important;cursor:pointer!important;box-sizing:border-box!important}@media screen and (min-width: 1025px){.accordion-container__item__header{font-size:18px!important}}.accordion-container__item__header:before{display:none!important}.accordion-container__item__header:hover,.accordion-container__item__header:active{background:transparent!important;transform:none!important;box-shadow:none!important;color:#000!important}.accordion-container__item__header__icon{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.accordion-container__item__header__icon .chevron-up{display:inline-block;border-left:2px solid #000000;border-bottom:2px solid #000000;width:10px;height:10px;transform:rotate(-45deg);transition:transform .3s ease}.accordion-container__item__header__icon .chevron-up.active{transform:rotate(135deg)}.accordion-container__item__content{max-height:0;overflow:hidden}.accordion-container__item__content--open{max-height:300px;opacity:1}.accordion-container__item__content__text{margin-top:7px;font-size:12px;color:#000;line-height:1.4;text-align:left}@media screen and (min-width: 1025px){.accordion-container__item__content__text{margin:20px 0 24px;font-size:16px}}.hash-menu-container{margin:32px 0 50px;display:flex;gap:8px;justify-content:center}@media screen and (min-width: 1025px){.hash-menu-container{gap:16px}}.hash-menu-container__item{display:flex;gap:8px;align-items:center}@media screen and (min-width: 1025px){.hash-menu-container__item{gap:16px}}.hash-menu-container__item a{text-decoration:none;color:#000;font-size:14px;text-align:center}@media screen and (min-width: 1025px){.hash-menu-container__item a{font-size:16px}}@media screen and (max-width: 770px){.hash-menu-container__item a{font-size:10px}}.hash-menu-container__item a.active{font-family:inherit;font-weight:600}.hash-menu-container__item__separator{display:block;width:20px;height:1px;background-color:#000}@media screen and (min-width: 1025px){.hash-menu-container__item__separator{width:70px}}.hash-menu-container__item:last-child .hash-menu-container__item__separator{display:none}.help-summary-container{background:#d3d3d3;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:16px;font-family:inherit}@media screen and (min-width: 1025px){.help-summary-container{flex-direction:column;align-items:start}}.help-summary-container__header{flex:1}.help-summary-container__header h2{font-family:inherit;font-weight:700}.help-summary-container__data{flex:1}.help-summary-container__data a{font-family:inherit;color:inherit}.help-summary-container--iccc{background:linear-gradient(135deg,#0f458508,#24b5de0f);box-shadow:0 2px 12px #0f458514,0 0 0 1px #0f458514}.help-summary-container--iccc .help-summary-container__header h2{color:#0f4585}.help-summary-container--iccc .help-summary-container__data a{color:#24b5de;text-decoration:none;font-weight:600;transition:opacity .2s ease}.help-summary-container--iccc .help-summary-container__data a:hover{opacity:.8;text-decoration:underline}.sp-payment-form{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:center;width:100%}.sp-payment-form .field-group{padding:5px}.sp-payment-form .frame-field{border:1px solid #333333;background-color:#fefefe;height:1.4em;padding:.1em;border-radius:5px}.sp-payment-form .frame-field.is-focused{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.sp-payment-form .frame-field.is-invalid{border-color:#dc3545}.sp-payment-form .frame-field.is-valid{border-color:#28a745}.shipping-box{background-color:#fff;border:2px solid #000000;padding:16px;margin-bottom:32px;border-radius:8px}.shipping-box__content{display:flex}.shipping-box__content__main-label{font-family:inherit;font-weight:600}.shipping-box__content__main{display:flex;flex-direction:column;justify-content:flex-start;height:100%;align-items:normal;width:100%}.shipping-box__content__main__form__cold-chain-notice{width:100%;padding:12px;margin-bottom:8px;border:1px solid #2c5282;border-radius:8px;background:#ebf8ff;color:#2c5282}.shipping-box__content__main__form__cold-chain-notice__title{font-weight:600;margin:0 0 8px;font-size:14px}.shipping-box__content__main__form__cold-chain-notice__body{margin:0;font-size:12px;line-height:1.45}.shipping-box__content__main__form__radio-group{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:center;width:100%;gap:16px}.shipping-box__content__main__form__radio-group__pickup-group{display:flex;flex-direction:column;justify-content:start;height:100%;align-items:center;width:100%;margin-left:100px;gap:16px}@media screen and (max-width: 770px){.shipping-box__content__main__form__radio-group__pickup-group{margin-left:90px}}.shipping-box__content .checkboxGroup{flex:1}.shipping-box__content__price{font-family:inherit;font-weight:700;font-size:24px;line-height:1}.location-warning{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin-bottom:16px;display:flex;gap:12px;align-items:flex-start}.location-warning__icon{font-size:20px;flex-shrink:0;margin-top:2px}.location-warning__content{flex:1}.location-warning__content h4{font-family:inherit;font-weight:600;margin:0 0 8px;color:#856404;font-size:16px}.location-warning__content p{margin:0 0 8px;font-size:14px;line-height:1.4;color:#856404}.location-warning__content p:last-child{margin-bottom:0}.location-warning__content__note{font-size:13px;font-style:italic;background-color:#ffffff80;padding:8px;border-radius:4px;border-left:3px solid #856404}.address form{display:flex;flex-direction:column;gap:16px}.address__inline{display:flex;gap:16px}@media screen and (max-width: 770px){.address__inline{flex-direction:column;gap:0}}.additional-info-container{display:flex;flex-direction:column;justify-content:center;height:auto;align-items:center;width:100%}.additional-info-container__label{display:flex;justify-content:start;height:auto;width:100%;align-items:center;font-family:inherit;font-weight:600;font-size:clamp(.75rem,1vw,1rem);position:relative;padding:4px 0}.additional-info-container__input{display:flex;justify-content:start;height:auto;width:100%;align-items:flex-start;border-radius:16px;background-color:#e0e0d5;border:2px solid black;padding:16px 28px;text-indent:4px;transition:.25s ease-in-out;font-family:inherit;margin-bottom:32px}.additional-info-container--iccc .additional-info-container__input{border-color:#0f4585;background-color:#0f458505}.additional-info-container--iccc .additional-info-container__input:focus{outline:none;border-color:#24b5de;box-shadow:0 0 0 2px #24b5de26}.additional-info-container--iccc button.full{background-color:#24b5de;color:#fff;border:none;border-radius:24px;padding:12px 32px;font-family:inherit;font-weight:600;cursor:pointer;transition:transform .2s ease}.additional-info-container--iccc button.full:hover{transform:scale(1.03)}.background-video{display:block;width:100%;height:100%;position:relative}.background-video__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.background-video__still{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0}.background-video__still--solo{z-index:1}.background-video__content{position:absolute;top:70%;left:20%;max-width:1000px;transform:translate3d(-25%,-25%,0);font-size:clamp(2rem,4vw,4rem);font-weight:300;text-align:center;z-index:2;text-transform:uppercase;text-align:left;pointer-events:auto;text-shadow:0 1px 2px rgba(0,0,0,.55),0 2px 16px rgba(0,0,0,.35)}@media screen and (max-width: 1025px){.background-video__content{left:45%;transform:translate3d(-50%,-50%,0);top:75%;width:80%}}.background-video__logo-container{display:flex;position:absolute;justify-content:flex-end;align-items:flex-end;top:90%;left:85%;transform:translate3d(-50%,-50%,0);gap:12px;height:40px;z-index:3;pointer-events:auto}@media screen and (max-width: 1025px){.background-video__logo-container{top:95%;left:27%}}.background-video__logo-container__logo{position:relative;z-index:1;border-radius:10px}.background-video__logo-container__logo img{width:100%;height:100%;object-fit:cover}.background-video__logo-container__text{font-size:clamp(1.25rem,1.5vw,2rem);font-weight:300;text-align:left;color:#fff;height:100%;justify-content:center;align-items:center;display:flex;text-shadow:0 1px 2px rgba(0,0,0,.55),0 2px 12px rgba(0,0,0,.35)}@media screen and (max-width: 1025px){.background-video__logo-container__text{font-weight:200}}.video-player{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;pointer-events:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.card-carousel{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;justify-content:center;align-items:center}.card-carousel__heading{display:flex;flex-direction:column;gap:20px;width:100%;max-width:1200px;height:100%;justify-content:center;align-items:center}@media (max-width: 1025px){.card-carousel__heading{margin-bottom:50px}}.card-carousel__heading h1{font-size:clamp(2rem,5vw,4rem)}.card-carousel__heading p{font-size:clamp(1rem,2vw,1.25rem);text-align:center}.card-carousel__actions{display:flex;flex-direction:row;gap:20px;width:100%;justify-content:center}@media (max-width: 1025px){.card-carousel__actions{display:none}}.card-carousel__actions button{background-color:#f1f1f1!important;border:none!important;transition:all .3s ease;text-transform:none;justify-content:center;align-items:center;text-align:center;font-size:clamp(1rem,2vw,1rem)}.card-carousel__actions button:hover{color:#fff159!important}.card-carousel__actions .active{background-color:#fff159!important}.card-carousel__actions .active:hover{background-color:#000!important;color:#fff159!important}.card-carousel__stack{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1000px;box-sizing:border-box;align-items:stretch}.card-carousel__stack .carousel-card--stack:first-child,.card-carousel__stack .carousel-card--stack:first-child .carousel-card__content{background-color:#fff159}.card-carousel__stack .carousel-card--stack:not(:first-child){background-color:#f1f1f1}.card-carousel__stack .carousel-card--stack:not(:first-child) .carousel-card__content{background-color:#f1f1f1}.card-carousel__cards{display:flex;width:100%;height:100%;justify-content:center;align-items:center;box-sizing:border-box;padding:150px}@media (max-width: 1025px){.card-carousel__cards{padding:0}}.card-carousel__cards .swiper{height:100%;width:100%}.card-carousel__cards .swiper-slide{display:flex;justify-content:center;align-items:center;box-sizing:border-box}.card-carousel--desktop-peek .card-carousel__cards .swiper{overflow:visible}.card-carousel--desktop-peek .card-carousel__cards .swiper-wrapper{align-items:stretch}.card-carousel--desktop-peek .card-carousel__cards .swiper-slide{align-items:stretch;height:auto;transition:opacity .35s ease}.card-carousel--desktop-peek .card-carousel__cards .swiper-slide:not(.swiper-slide-active){opacity:.88}.card-carousel--desktop-peek .card-carousel__cards .swiper-slide:not(.swiper-slide-active) .carousel-card{background-color:#f1f1f1}.card-carousel--desktop-peek .card-carousel__cards .swiper-slide:not(.swiper-slide-active) .carousel-card .carousel-card__content{background-color:#f1f1f1}.card-carousel--desktop-peek .card-carousel__cards .swiper-slide .carousel-card{width:100%;max-width:1000px}.carousel-card{display:flex;flex-direction:row;width:min(100%,1000px);height:650px;justify-content:center;align-items:center;box-sizing:border-box;background-color:#fff159;border-radius:24px;overflow:hidden}@media (max-width: 1025px){.carousel-card{flex-direction:column;align-items:stretch;height:auto;min-height:min(700px,88vh)}}.carousel-card__content{display:flex;flex:0 0 60%;flex-direction:column;gap:10px;width:auto;max-width:60%;height:100%;min-width:0;padding:48px;box-sizing:border-box;justify-content:space-between;align-items:flex-start}@media (max-width: 1025px){.carousel-card__content{flex:1 1 auto;max-width:none;width:100%;height:auto;min-height:clamp(320px,35vh,520px);padding:36px 24px 40px}.carousel-card__content__description-section{width:100%}}.carousel-card__content h1{font-size:clamp(2rem,5vw,4rem);width:100%;font-weight:400}.carousel-card__content__description-section{display:flex;flex-direction:column;gap:30px;width:75%}.carousel-card__content__description-section h2{font-size:clamp(1rem,2vw,2rem);font-weight:300;text-transform:none}.carousel-card__content__description-section p{font-size:clamp(1rem,1vw,1.2rem);font-weight:300}.carousel-card__content__button{display:flex;width:100%;justify-content:flex-start;align-items:center}.carousel-card__content__button a{text-decoration:none;color:#fff;background-color:#000;padding:10px 20px;border-radius:24px;transition:all .3s ease}.carousel-card__content__button a:hover{background-color:#f1f1f1;color:#000}@media (max-width: 1025px){.carousel-card__content__button a{display:block;width:100%;box-sizing:border-box;text-align:center}}.carousel-card__image{display:flex;flex:0 0 40%;max-width:40%;min-width:0;height:100%;box-sizing:border-box;justify-content:center;align-items:center}@media (max-width: 1025px){.carousel-card__image{flex:0 0 clamp(200px,34vh,260px);max-width:none;align-self:stretch;width:100%;height:auto;max-height:min(260px,42vh);overflow:hidden;border-radius:0}}.carousel-card__image img{width:100%;height:100%;object-fit:cover;object-position:top center}@media (max-width: 1025px){.carousel-card__image img{border-radius:0;display:block}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.assessment-page{padding:100px 0 50px}.assessment-page__wrapper{display:flex;flex-direction:row;align-items:flex-start;margin:0 40px;gap:40px}@media screen and (max-width: 1025px){.assessment-page__wrapper{flex-direction:column;margin:0 12px}}.assessment-page__left{flex:1;padding-left:20px}@media screen and (max-width: 1025px){.assessment-page__left{width:100%;padding-left:0;text-align:center}}.assessment-page__left__heading{font-size:56px;font-weight:600;color:#000;text-transform:uppercase;margin:0 0 10px;line-height:1.1}@media screen and (max-width: 1025px){.assessment-page__left__heading{font-size:32px}}.assessment-page__left__sub{font-size:32px;font-weight:700;color:#000;margin:0 0 10px;line-height:1.3}@media screen and (max-width: 1025px){.assessment-page__left__sub{font-size:28px}}.assessment-page__left__desc{font-size:24px;font-weight:400;color:#000;margin:0 0 10px;line-height:1.6}@media screen and (max-width: 1025px){.assessment-page__left__desc{font-size:24px}}.assessment-page__left__desc a{color:#000;text-decoration:none;position:relative;padding:4px;border-radius:5px}.assessment-page__left__desc a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:100%;background-color:#fff159;transition:width .5s ease;border-radius:5px;z-index:-1}.assessment-page__left__desc a:hover:after{width:100%}.assessment-page__right{flex:1}@media screen and (max-width: 1025px){.assessment-page__right{width:100%}}.assessment-page .input__label{color:#1a1a1a;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.assessment-page .fx-input{border-radius:100px;border:1px solid #000000;background:#fff}.assessment-page .fx-input[type=number]{-webkit-appearance:none;-moz-appearance:textfield;appearance:textfield}.assessment-page .fx-input[type=number]::-webkit-inner-spin-button,.assessment-page .fx-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.assessment-page__form{border:1px solid #000000;border-radius:25px;padding:40px;display:flex;flex-direction:column;gap:20px;background-color:#fff}@media screen and (max-width: 1025px){.assessment-page__form{padding:40px 24px}}.assessment-page__form__treatments{display:flex;flex-direction:column;gap:8px}.assessment-page__form__treatments__label{font-size:14px;font-weight:700;color:#000;font-family:Arial,Helvetica,sans-serif}.assessment-page__form__treatments__required{color:red;margin-left:4px}.assessment-page__form__treatments__options{display:flex;flex-direction:column;gap:8px;margin-top:4px}.assessment-page__form__treatments__option{display:flex;align-items:center;gap:8px;font-size:16px;font-family:Arial,Helvetica,sans-serif;cursor:pointer;font-weight:400}.assessment-page__form__treatments__option input[type=checkbox]{width:20px;height:20px;cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid #3490FF;border-radius:5px;background:#fff;position:relative}.assessment-page__form__treatments__option input[type=checkbox]:checked{background-color:#3490ff;border-color:#3490ff}.assessment-page__form__treatments__option input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:4px;width:4px;height:8px;border:2px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg)}.assessment-page__form__treatments__error{color:red;font-size:.75rem;margin-top:4px;font-family:Arial,Helvetica,sans-serif}.assessment-page__form__required-note{font-size:14px;color:#666;margin:0;font-family:Arial,Helvetica,sans-serif}.assessment-page__form__submit{margin-top:8px}.assessment-page__form__submit__btn{width:100%;background-color:#fff159;color:#000;font-weight:700;font-size:16px;font-family:Arial,Helvetica,sans-serif;border:none;border-radius:100px;justify-content:center;padding:10px 40px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:opacity .2s ease}.assessment-page__form__submit__btn:hover{opacity:.8}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-input{font-family:Inter,sans-serif;padding:10px 12px;width:100%;border:1px solid #f1f1f1;border-radius:5px;background-color:#fff;font-size:14px;transition:all .3s ease;box-sizing:border-box;height:40px}.fx-input::placeholder{color:#999;font-size:13px}.fx-input:focus{outline:none;border-color:#fff159;box-shadow:0 0 0 2px #feff5933;background-color:#fff}.fx-input:hover:not(:focus){border-color:#0006}.fx-input[type=date],.fx-input[type=month]{color-scheme:light;background-color:#fff;color:#000;cursor:pointer}.fx-input[type=date]::-webkit-calendar-picker-indicator,.fx-input[type=month]::-webkit-calendar-picker-indicator{color:#000;cursor:pointer;padding:4px;border-radius:5px;transition:background-color .2s ease}.fx-input[type=date]::-webkit-calendar-picker-indicator:hover,.fx-input[type=month]::-webkit-calendar-picker-indicator:hover{background-color:#f1f1f1}.fx-input[type=date]::-webkit-datetime-edit,.fx-input[type=month]::-webkit-datetime-edit{font-family:Inter,sans-serif;color:#000;font-size:16px}.fx-input[type=date]::-webkit-datetime-edit-fields-wrapper,.fx-input[type=month]::-webkit-datetime-edit-fields-wrapper{background:transparent}.fx-input[type=date]::-webkit-datetime-edit-text,.fx-input[type=month]::-webkit-datetime-edit-text{color:#000}.fx-input[type=date]::-webkit-datetime-edit-month-field,.fx-input[type=date]::-webkit-datetime-edit-day-field,.fx-input[type=date]::-webkit-datetime-edit-year-field,.fx-input[type=month]::-webkit-datetime-edit-month-field,.fx-input[type=month]::-webkit-datetime-edit-day-field,.fx-input[type=month]::-webkit-datetime-edit-year-field{color:#000;padding:2px}.fx-select{font-family:Inter,sans-serif;padding:10px 30px 10px 12px;width:100%;border:1px solid #f1f1f1;border-radius:5px;background-color:#fff;font-size:14px;transition:all .3s ease;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23000' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}@media (max-width: 767px){.fx-select{font-size:18px;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;height:48px;padding:12px 30px 12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}}.fx-select:focus{outline:none;border-color:#fff159;box-shadow:0 0 0 2px #feff5933}.fx-select:hover:not(:focus){border-color:#0006}.fx-select option{padding:8px;background-color:#fff;color:#000;font-size:14px}@media (max-width: 767px){.fx-select option{font-size:28px!important;padding:18px!important;min-height:56px!important;line-height:1.4!important;-webkit-text-size-adjust:none!important;text-size-adjust:none!important}}@media (max-width: 767px){* option,* select option{font-size:20px!important;padding:16px!important;min-height:50px!important;line-height:1.5!important;-webkit-text-size-adjust:none!important;text-size-adjust:none!important;background-color:#fff!important;color:#000!important}select{font-size:18px!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}select option,.input select option,select[name=title] option,select[name=sex] option{font-size:28px!important;padding:18px!important;min-height:56px!important;line-height:1.4!important}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.header{width:100%;height:150px;background-color:transparent;position:fixed;top:0;left:0;right:0;z-index:100000;display:flex;position:sticky;justify-content:center;align-items:center;box-sizing:border-box;padding:10px}@media screen and (max-width: 1025px){.header{height:100px}}.header__container{background-color:#fff;box-shadow:0 0 10px #00000080;padding:10px;height:75px;width:90%;border-radius:48px;top:0;left:0;right:0;z-index:100000;position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}@media screen and (max-width: 1025px){.header__container{width:100%;height:60px}}.header__container__logo{display:flex;height:100%;width:80px;justify-content:center;align-items:center;margin-left:25px;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit}@media screen and (max-width: 1025px){.header__container__logo{margin-left:10px;width:50px}}.header__container__logo img{display:flex;object-fit:cover;height:100%;width:100%;background-color:#fff159;padding:5px}.header__container__menu{display:flex;justify-content:center;align-items:center;gap:20px;width:auto;margin-right:50px}@media screen and (max-width: 1025px){.header__container__menu{margin-right:10px}}.header__container__menu__links{display:none;align-items:center;gap:20px}@media screen and (min-width: 1025px){.header__container__menu__links{display:flex}}.header__container__menu__toggle{display:block;position:relative;z-index:10000;top:2px;-webkit-user-select:none;user-select:none}@media screen and (min-width: 1025px){.header__container__menu__toggle{display:none}}.header__container__menu__toggle input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:10002}.header__container__menu__toggle span{display:block;width:24px;height:4px;margin-bottom:4px;background:#000;border-radius:3px;position:relative;z-index:10001;transform-origin:4px 0px;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.header__container__menu__toggle span:first-child{transform-origin:0% 0%}.header__container__menu__toggle span:nth-last-child(2){transform-origin:0% 100%}.header__container__menu__toggle input:checked~span{opacity:1;transform:rotate(45deg) translateY(2px);background:#000}.header__container__menu__toggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2)}.header__container__menu__toggle input:checked~span:nth-last-child(2){opacity:1;transform:rotate(-45deg) translateY(-1px)}.header__container__menu__toggle__panel{position:absolute;z-index:9999;width:250px;margin:-100px 0 0;padding:125px 40px 40px;right:-30px;background:#f1f1f1;list-style-type:none;border-bottom-left-radius:25px;transform-origin:0% 0%;transform:translate(100%);transition:transform .5s cubic-bezier(.77,.2,.05,1)}.header__container__menu__toggle__panel li{margin-bottom:16px}.header__container__menu__toggle__panel li a{font-size:16px;text-decoration:none;color:#000;position:relative;display:inline-block;padding-bottom:2px;transition:color .3s ease}.header__container__menu__toggle__panel li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.header__container__menu__toggle__panel li a:hover:after{width:100%}.header__container__menu__toggle__panel li .main-action{padding:8px 16px;right:20px}.header__container__menu__toggle input:checked~ul{transform:scale(1);opacity:1}.link{text-decoration:none;color:#000;cursor:pointer;position:relative;transition:color .3s ease}.link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.link:hover{color:#000}.link:hover:after{width:100%}.link a{line-height:28px}.main-action{background-color:#000;color:#fff!important;font-family:Inter;text-decoration:none!important;padding:10px 20px;border-radius:24px;position:relative;white-space:nowrap;justify-content:center;align-items:center;display:flex}.main-action:after{display:none!important}.main-action:hover{background-color:#fff;color:#000!important;border:solid #000000 1px}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-dropdown{position:relative;display:inline-flex;align-items:center}.fx-dropdown__title{text-decoration:none;color:#000;cursor:pointer;position:relative;transition:color .3s ease}.fx-dropdown__arrow{cursor:pointer}.fx-dropdown__container{background-color:#f1f1f1;border:1px solid black;border-radius:10px;position:absolute;top:175%;z-index:9999;right:0;width:300px;box-shadow:0 4px 12px #00000026;overflow:hidden;opacity:0;transform:translateY(-10px);animation:dropdownFadeIn .3s ease forwards}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.fx-dropdown__container__item{border:1px solid #ffffff;padding:10px;transition:background-color .2s ease,border-color .2s ease}.fx-dropdown__container__item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.fx-dropdown__container__item:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.fx-dropdown__container__item:hover{background-color:#0000000d;border-bottom:solid black 2px;cursor:pointer}.fx-dropdown__container__highlight{cursor:pointer}.fx-dropdown__container__text{font-size:16px;transition:color .2s ease}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.page-wrapper-v2{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;background-color:transparent!important}.page-wrapper-v2__content{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden;overscroll-behavior-y:none;background-color:transparent!important}.page-wrapper-v2__content__header-offset{flex-shrink:0;height:170px;pointer-events:none}@media screen and (max-width: 1025px){.page-wrapper-v2__content__header-offset{height:100px}}.page-wrapper-v2__content--below-header>.page-wrapper-v2__content__header-offset+*{margin-top:-150px;padding-top:150px;box-sizing:border-box}@media screen and (max-width: 1025px){.page-wrapper-v2__content--below-header>.page-wrapper-v2__content__header-offset+*{margin-top:-100px;padding-top:100px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-footer{background-color:#fff159;border-radius:10px;margin:12px;padding:12px;bottom:0;border-top:1px solid rgba(0,0,0,.1)}@media screen and (min-width: 1025px){.fx-footer{border-radius:25px;margin:40px;padding:40px}}@media screen and (min-width: 1025px){.fx-footer__primary{display:flex;justify-content:space-between;align-items:flex-end}}.fx-footer__primary__left{display:flex;justify-content:space-between}@media screen and (min-width: 1025px){.fx-footer__primary__left{justify-content:space-between;align-items:flex-end;gap:80px}}.fx-footer__primary__left img{width:70px}@media screen and (min-width: 1025px){.fx-footer__primary__left img{width:auto}}.fx-footer__primary__left ul{list-style:none}.fx-footer__primary__left ul li a{text-decoration:none;color:#000}.fx-footer__primary__left ul li a:hover{text-decoration:underline}.fx-footer__primary__right form{padding:24px 0;display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1025px){.fx-footer__primary__right form{padding:0}}.fx-footer__primary__right__input{display:flex;gap:16px;flex-direction:column;align-items:flex-start}@media screen and (min-width: 1025px){.fx-footer__primary__right__input{flex-direction:row;align-items:center}}@media screen and (min-width: 1025px){.fx-footer__primary__right__input input{min-width:350px}}@media screen and (min-width: 1025px){.fx-footer__primary__right__input p{display:none}}.fx-footer__secondary{border-top:1px solid #000000;padding:24px 0 0}@media screen and (min-width: 1025px){.fx-footer__secondary{margin:40px 0 0}}.fx-footer__secondary ul{list-style:none;margin-bottom:24px;display:flex}@media screen and (min-width: 1025px){.fx-footer__secondary ul{gap:40px}}.fx-footer__secondary ul li a{text-decoration:none;color:#000}.fx-footer__secondary ul li a:hover{text-decoration:underline}@media screen and (min-width: 1025px){.fx-footer__secondary ul span{width:1px;height:20px;background-color:#000;display:block}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-pages__coming-soon{min-height:100vh;display:flex;flex-direction:column}.fx-pages__coming-soon__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.fx-pages__coming-soon__content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333}.fx-pages__coming-soon__content p{font-size:1.2rem;color:#666;max-width:500px;margin-bottom:2rem}.fx-pages__coming-soon__content__cta{margin-top:1rem}.fx-pages__coming-soon__content__cta__button{display:inline-block;background-color:#fff159;color:#333;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease}.fx-pages__coming-soon__content__cta__button:hover{background-color:#ffed26;transform:translateY(-2px)}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.contact-page{padding:100px 0 50px}.contact-page__wrapper{display:flex;flex-direction:row;align-items:flex-start;margin:0 40px;gap:40px}@media screen and (max-width: 1025px){.contact-page__wrapper{flex-direction:column;margin:0 12px}}.contact-page__left{flex:1;padding-left:20px}@media screen and (max-width: 1025px){.contact-page__left{width:100%;padding-left:0;text-align:center}}.contact-page__left__heading{font-size:56px;font-weight:600;color:#000;text-transform:uppercase;margin:0 0 10px;line-height:1.1}@media screen and (max-width: 1025px){.contact-page__left__heading{font-size:32px}}.contact-page__left__sub{font-size:32px;font-weight:700;color:#000;margin:0 0 10px;line-height:1.3}@media screen and (max-width: 1025px){.contact-page__left__sub{font-size:28px}}.contact-page__right{flex:1}@media screen and (max-width: 1025px){.contact-page__right{width:100%}}.contact-page .input__label{color:#1a1a1a;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.contact-page .fx-input{border-radius:100px;border:1px solid #000000;background:#fff}.contact-page textarea.fx-input{min-height:10rem;height:auto;resize:vertical;padding-top:10px;padding-bottom:10px;border-radius:10px}.contact-page__form{border:1px solid #000000;border-radius:25px;padding:40px;display:flex;flex-direction:column;gap:20px;background-color:#fff}@media screen and (max-width: 1025px){.contact-page__form{padding:40px 24px}}.contact-page__form__required-note{font-size:14px;color:#666;margin:0;font-family:Arial,Helvetica,sans-serif}.contact-page__form__submit{margin-top:8px}.contact-page__form__submit__btn{width:100%;background-color:#fff159;color:#000;font-weight:700;font-size:16px;font-family:Arial,Helvetica,sans-serif;border:none;border-radius:100px;justify-content:center;padding:10px 40px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:opacity .2s ease}.contact-page__form__submit__btn:hover{opacity:.8}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.media-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 40px;box-sizing:border-box}@media screen and (max-width: 770px){.media-page{justify-content:start;align-items:start;padding:0 12px}}.media-page__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%}@media screen and (max-width: 770px){.media-page__content{height:auto;justify-content:start;padding:48px 0}}.media-page__content__text{display:flex;text-align:left;flex-direction:column;align-items:start;justify-content:center;padding:48px;box-sizing:border-box}.media-page__content__text h1{font-size:clamp(24px,3vw,3vw);font-weight:700;padding:12px 0}.media-page__content__text h2{font-size:clamp(20px,1.5vw,1.5vw)}.media-page__content__text p{font-size:clamp(16px,1vw,1vw);padding:12px 0}@media screen and (max-width: 770px){.media-page__content__text{padding:24px 0}}.media-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center;padding:48px;box-sizing:border-box;height:70vh}.media-page__empty h1{font-size:clamp(24px,3vw,3vw);font-weight:700}.media-page__empty p{font-size:16px;color:#666}.media-page__empty a{padding:10px 25px;border-radius:45px;background-color:#fff159;color:#000!important;line-height:24px;border:1px solid #fff159;text-decoration:none!important;text-transform:uppercase}.media-page__empty a:hover{background-color:#000;color:#fff159;color:#fff159!important;transition:all .2s ease}.media-page video{display:block;width:70vw;max-width:960px;aspect-ratio:16/9;border-radius:16px;object-fit:cover;box-shadow:0 8px 32px #0003}@media screen and (max-width: 770px){.media-page video{width:100%;max-width:100%;aspect-ratio:4/3;border-radius:10px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-pages__not-found{min-height:100vh;display:flex;flex-direction:column}.fx-pages__not-found__header{padding:16px 12px 0 24px;display:flex;align-items:center;background-color:#fff;position:sticky;top:0;z-index:1000}@media screen and (min-width: 1025px){.fx-pages__not-found__header{padding:28px 40px 0}}.fx-pages__not-found__header__logo{width:68px}@media screen and (min-width: 1025px){.fx-pages__not-found__header__logo{width:150px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes heroTextReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;padding:12px;animation:heroFadeIn .5s ease forwards}@media screen and (min-width: 1025px){.hero{padding:0 0 0 40px;min-height:700px;display:flex;flex-direction:column;justify-content:space-between}}.hero h1{margin-top:20px;opacity:0;animation:heroSlideUp .6s cubic-bezier(.25,.46,.45,.94) .1s forwards}@media screen and (min-width: 1025px){.hero h1{margin:90px 0 0 40px;max-width:950px}}@media screen and (max-width: 1465px){.hero h1{max-width:650px}}@media screen and (max-width: 1133px){.hero h1{max-width:340px;margin:12px 0 0 24px;font-size:50px}}.hero img{height:276px;position:relative;display:block;margin:12px 0 -60px auto;max-width:calc(100% - 24px);z-index:2;opacity:0;animation:heroSlideIn .7s cubic-bezier(.25,.46,.45,.94) .2s forwards}@media screen and (min-width: 1025px){.hero img{height:700px;position:absolute;right:0;top:auto;bottom:0;margin:0;max-width:none;z-index:2}}.hero__text{background-color:#fff159;border-radius:10px;padding:7rem 32px 40px 24px;display:flex;align-items:flex-end;margin:-100px 0 0;position:relative;z-index:1;opacity:0;animation:heroTextReveal .6s cubic-bezier(.25,.46,.45,.94) .3s forwards}@media screen and (min-width: 1025px){.hero__text{margin:0 40px 0 0;padding:40px;border-radius:25px;min-height:315px;position:relative;z-index:1}}@media screen and (min-width: 1025px){.hero__text p{max-width:590px}}@media screen and (max-width: 1465px){.hero__text p{max-width:390px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.privacy-policy{width:100%;padding:2rem 1rem;line-height:1.6}.privacy-policy__header{margin-bottom:2rem;text-align:center}.privacy-policy__main-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.privacy-policy__introduction{margin-bottom:3rem;padding:12px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #000}@media screen and (min-width: 1025px){.privacy-policy__introduction{padding:40px}}.privacy-policy__introduction-title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem}.privacy-policy__introduction-paragraph{font-size:1.1rem;color:#555;margin-bottom:1rem}.privacy-policy__introduction-bullets{margin-left:1.5rem;color:#555}.privacy-policy__introduction-bullet{margin-bottom:.5rem;font-size:1rem}.privacy-policy__items{margin-bottom:2rem}.privacy-policy__section{margin-bottom:2.5rem;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}@media screen and (min-width: 1025px){.privacy-policy__section{padding:40px}}.privacy-policy__section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.privacy-policy__section-list{padding-left:0;list-style-type:none}.privacy-policy__section-item{margin-bottom:1rem;font-size:1rem;color:#555;padding-left:1rem}.privacy-policy__section-item:first-child{list-style-type:none;padding-left:0}.privacy-policy__item-bullet{font-weight:600;color:#333;margin-right:.5rem}.privacy-policy__item-text{color:#555}.privacy-policy__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e9ecef;text-align:center}.privacy-policy__last-updated{font-size:.9rem;color:#666;font-style:italic}.privacy-policy__no-data{text-align:center;padding:3rem 1rem;font-size:1.1rem;color:#666}@media (max-width: 768px){.privacy-policy{padding:1rem .5rem}.privacy-policy__main-title{font-size:2rem}.privacy-policy__introduction,.privacy-policy__section{padding:1rem}.privacy-policy__introduction-title,.privacy-policy__section-title{font-size:1.3rem}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-section-cta{margin:0 0 40px;padding:0 12px;width:100%}@media screen and (min-width: 1025px){.fx-section-cta{padding:0 40px}}.fx-section-cta__content{background-color:#000;border-radius:24px;padding:40px 24px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;gap:24px;align-items:flex-start}@media screen and (min-width: 1025px){.fx-section-cta__content{flex-direction:row;justify-content:space-between;align-items:center;padding:40px 100px;gap:80px}}.fx-section-cta__title{font-size:28px;font-weight:700;line-height:1.2;color:#fff;margin:0;letter-spacing:.02em;text-transform:uppercase;white-space:pre-line}@media screen and (min-width: 1025px){.fx-section-cta__title{font-size:40px;flex-shrink:0;margin-right:auto;padding-right:24px}}@media screen and (min-width: 1200px){.fx-section-cta__title{font-size:48px}}.fx-section-cta__right{display:flex;flex-direction:column;gap:20px;align-items:flex-start}@media screen and (min-width: 1025px){.fx-section-cta__right{flex-direction:row;align-items:center;gap:24px}}.fx-section-cta__subtitle{font-size:18px;font-weight:500;line-height:1.4;color:#fff159;margin:0;letter-spacing:.01em}@media screen and (min-width: 1025px){.fx-section-cta__subtitle{font-size:20px}}@media screen and (min-width: 1200px){.fx-section-cta__subtitle{font-size:22px}}.fx-section-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background-color:#fff159;color:#000;font-size:14px;font-weight:600;text-decoration:none;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 4px 12px #fff1594d;flex-shrink:0}@media screen and (min-width: 1025px){.fx-section-cta__button{padding:14px 32px;font-size:15px}}.fx-section-cta__button:hover{background-color:#ffee30;transform:translateY(-2px);box-shadow:0 6px 16px #fff15980}.fx-section-cta__button:active{transform:translateY(0)}.fx-section-cta--banner .fx-section-cta__content{padding:30px;gap:80px}@media screen and (min-width: 1025px){.fx-section-cta--banner .fx-section-cta__content{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;padding:50px}}.fx-section-cta--banner .fx-section-cta__title{font-size:32px;font-weight:500;line-height:1.3;flex-shrink:1;word-spacing:100vw}@media screen and (min-width: 1025px){.fx-section-cta--banner .fx-section-cta__title{font-size:56px;font-weight:600;line-height:1.1;word-spacing:normal;padding-right:0;margin-right:0}}.fx-section-cta--banner .fx-section-cta__right{flex-shrink:0;align-self:flex-end}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.faq-section{margin:0 0 40px;padding:24px 12px 0;background-color:#fff}@media screen and (min-width: 1025px){.faq-section{padding:40px 40px 0}}.faq-section__layout{display:flex;flex-direction:column;gap:10px;position:relative}@media screen and (min-width: 1025px){.faq-section__layout{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"header  .  right" "left    .  right";gap:24px;min-height:650px}}.faq-section__header{order:1;position:relative;z-index:1}@media screen and (min-width: 1025px){.faq-section__header{grid-area:header;align-self:start;order:unset}}.faq-section__title{font-size:40px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;margin:0;line-height:normal}@media screen and (min-width: 1025px){.faq-section__title{font-size:56px}}.faq-section__divider{border:none;border-top:1px solid #000000;margin:20px 0}@media screen and (min-width: 1025px){.faq-section__divider{max-width:400px}}.faq-section__subtitle{font-size:16px;font-weight:400;font-style:normal;color:#000;margin:0 0 24px;line-height:1.5}.faq-section__cta{display:inline-block;padding:12px 24px;background-color:#fff159;color:#000!important;font-size:14px;font-weight:600;text-decoration:none!important;text-transform:uppercase;border-radius:50px;transition:all .2s ease;letter-spacing:.5px;margin-bottom:50px}@media screen and (min-width: 1025px){.faq-section__cta{margin-bottom:0}}.faq-section__cta:hover{background-color:#000;color:#fff159!important}.faq-section__bubbles{display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.faq-section__bubbles--mobile{order:2;align-items:center}@media screen and (min-width: 1025px){.faq-section__bubbles--mobile{display:none}}.faq-section__bubbles--right{display:none;align-items:center}@media screen and (min-width: 1025px){.faq-section__bubbles--right{display:flex;grid-area:right;align-self:center;align-items:flex-start}.faq-section__bubbles--right .faq-section__bubble:nth-child(2n){margin-left:auto}}.faq-section__bubbles--left{display:none;align-items:center}@media screen and (min-width: 1025px){.faq-section__bubbles--left{display:flex;grid-area:left;align-self:center;align-items:flex-start}.faq-section__bubbles--left .faq-section__bubble:nth-child(2n){margin-left:auto}}.faq-section__bubble{display:inline-block!important;width:fit-content;padding:16px 24px!important;background-color:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:16px!important;min-width:unset!important;font-size:20px;font-weight:500;font-style:normal;color:#000!important;text-transform:none!important;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #0000001f}@media screen and (min-width: 1025px){.faq-section__bubble{text-align:left}}.faq-section__bubble:hover{border-color:#0000004d!important;box-shadow:0 4px 12px #0000001a;background-color:#fff!important;color:#000!important}@media screen and (min-width: 1025px){.faq-section__bubble{font-size:18px}}.faq-section__typing{display:inline-block;padding:12px 20px;background-color:#f1f1f1;border-radius:16px;font-size:16px;font-weight:400;color:#0006;align-self:center;width:fit-content}@media screen and (min-width: 1025px){.faq-section__typing{align-self:flex-end}}.faq-section__image-wrapper{display:flex;justify-content:center;align-items:flex-end;order:4}@media screen and (min-width: 1025px){.faq-section__image-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;order:unset;pointer-events:none;display:flex;justify-content:center;align-items:flex-end}}.faq-section__image{display:block;max-height:400px;width:auto;object-fit:contain}@media screen and (min-width: 1025px){.faq-section__image{height:100%;max-height:none;object-fit:contain;object-position:center bottom}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.landing-hero{margin:0 0 40px;display:flex;flex-direction:column;padding:24px 12px 60px;background-color:#fff;gap:24px;overflow:visible}@media screen and (min-width: 1025px){.landing-hero{padding:40px;gap:40px}}.landing-hero__header{display:flex;flex-direction:column;gap:15px}@media screen and (min-width: 1025px){.landing-hero__header{gap:20px}}.landing-hero__title{font-size:36px;font-weight:500;line-height:1.1;color:#000;margin:0;text-transform:uppercase;letter-spacing:.02em;text-align:center}@media screen and (min-width: 1025px){.landing-hero__title{font-size:56px;text-align:left}}.landing-hero__subtitle{font-size:24px;font-weight:500;line-height:1.2;color:#000;margin:0;text-transform:none;text-align:center}@media screen and (min-width: 1025px){.landing-hero__subtitle{font-size:32px;text-align:left}}.landing-hero__description{font-size:18px;font-weight:100;line-height:1.5;color:#000;opacity:.6;margin:0;text-align:center}@media screen and (min-width: 1025px){.landing-hero__description{font-size:24px;text-align:left}}.landing-hero__card{position:relative;overflow:visible;display:flex;flex-direction:column}.landing-hero__bullets{background-color:#f1f1f1;border-radius:25px;padding:24px;display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.landing-hero__bullets{padding:40px 45% 40px 40px;min-height:200px}}.landing-hero__bullet{display:flex;align-items:center;gap:15px;font-size:16px;line-height:1.5;color:#000}@media screen and (min-width: 1025px){.landing-hero__bullet{font-size:18px}}.landing-hero__bullet-icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:60px;height:40px;min-width:60px;aspect-ratio:59/40;border-radius:12px;background-color:#fff159;position:relative}.landing-hero__bullet-icon--lock:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:12px;height:10px;border:2.5px solid #000000;border-radius:6px 6px 0 0;border-bottom:none}.landing-hero__bullet-icon--lock:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:18px;height:14px;background-color:#000;border-radius:3px}.landing-hero__bullet-icon--medical:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:6px;background-color:#000;border-radius:1px}.landing-hero__bullet-icon--medical:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:16px;background-color:#000;border-radius:1px}.landing-hero__bullet-icon--delivery:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:14px;border:2.5px solid #000000;border-radius:2px}.landing-hero__bullet-icon--delivery:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-75%);width:10px;height:6px;border-bottom:2.5px solid #000000;border-left:2.5px solid #000000;border-right:2.5px solid #000000;border-radius:0;border-top:none}.landing-hero__image-container{position:relative;display:flex;justify-content:center;margin-top:-15px;margin-bottom:20px;order:-1}@media screen and (min-width: 1025px){.landing-hero__image-container{position:absolute;right:24px;bottom:0;width:40%;margin-top:0;margin-bottom:0;order:unset}}.landing-hero__image{width:100%;max-width:400px;height:350px;object-fit:contain;object-position:bottom}@media screen and (min-width: 1025px){.landing-hero__image{max-width:100%;height:450px}}.landing-hero__tags{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (min-width: 1025px){.landing-hero__tags{bottom:-40px}}.landing-hero__tag{display:flex;align-items:center;gap:10px;background-color:#000;color:#fff;padding:15px 20px;border-radius:12px;font-size:16px;font-weight:500;white-space:nowrap;z-index:2}@media screen and (min-width: 1025px){.landing-hero__tag{font-size:18px}}.landing-hero__tag--top{transform:rotate(-5deg)}.landing-hero__tag--bottom{transform:rotate(5deg);white-space:normal}@media screen and (min-width: 1025px){.landing-hero__tag--bottom{white-space:nowrap}}.landing-hero__tag-dot{flex-shrink:0;width:12px;height:12px;min-width:12px;border-radius:50%;background-color:#fff159}.landing-hero__cta{display:inline-block;width:fit-content;padding:12px 30px;border-radius:45px;background-color:#000;color:#fff!important;font-size:16px;font-weight:500;text-decoration:none!important;text-transform:uppercase;line-height:24px;border:1px solid #000000;cursor:pointer;text-align:center;transition:all .2s ease}.landing-hero__cta:hover{background-color:#fff;color:#000!important;border-color:#000}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.trust-bar{background-color:#fff159;overflow:hidden;padding:12px 0 0;position:relative}.trust-bar__track{display:flex;align-items:center;gap:60px;width:max-content;animation:scroll-left 25s linear infinite}@media screen and (min-width: 1025px){.trust-bar__track{gap:80px}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-bar__item{display:flex;align-items:center;gap:15px;flex-shrink:0}.trust-bar__item-image{width:50px;height:50px;object-fit:contain;border-radius:8px}.trust-bar__item-text{font-size:18px;font-weight:500;color:#000;white-space:nowrap;line-height:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.doctor-card{position:relative;background-image:url(/assets/doctor-card-bg-DkPc67sO.webp);background-size:cover;background-position:center;padding:40px 12px;margin:0 0 20px;overflow:hidden}@media screen and (min-width: 1025px){.doctor-card{margin:0;padding:60px 40px;min-height:720px;display:flex;align-items:center}}.doctor-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000008c;z-index:0}.doctor-card__content{position:relative;z-index:1;width:100%}@media screen and (min-width: 1025px){.doctor-card__content{max-width:1200px;margin:0 auto}}.doctor-card__heading{font-size:28px;font-weight:500;font-style:normal;color:#fff;text-transform:uppercase;margin:50px 0 24px;letter-spacing:.8px;line-height:normal;text-align:center}@media screen and (min-width: 1025px){.doctor-card__heading{font-size:40px;text-align:left;margin:0 0 40px}}.doctor-card__body{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.doctor-card__body{flex-direction:row;gap:120px;align-items:stretch}}.doctor-card__stats{background-color:#fff159;border-radius:25px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;flex-shrink:0}@media screen and (min-width: 1025px){.doctor-card__stats{flex:1;height:400px}}.doctor-card__stats-icons{display:flex;align-items:flex-end;gap:16px;margin-bottom:15px}.doctor-card__person{display:flex;align-items:flex-end}.doctor-card__person img{display:block;height:auto}.doctor-card__stats-title{font-size:24px;font-weight:400;color:#000;text-transform:uppercase;text-align:center;margin:0;letter-spacing:.64px;line-height:normal;font-style:normal}@media screen and (min-width: 1025px){.doctor-card__stats-title{font-size:32px}}.doctor-card__stats-subtitle{font-size:14px;font-weight:500;font-style:normal;color:#000;text-align:center;margin:0;letter-spacing:.32px;line-height:normal}@media screen and (min-width: 1025px){.doctor-card__stats-subtitle{font-size:16px}}.doctor-card__doctor{display:flex;flex-direction:column;gap:20px;background-color:#f5f5f5;padding:30px;border-radius:25px}@media screen and (min-width: 1025px){.doctor-card__doctor{flex:1;height:400px;min-height:400px;max-height:400px;overflow:hidden}}.doctor-card__doctor-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding-top:100px;padding-bottom:20px;border-bottom:1px solid black;flex-shrink:0}@media screen and (min-width: 1025px){.doctor-card__doctor-header{flex-direction:row;align-items:center;text-align:left;padding-top:0}}.doctor-card__doctor-photo{box-sizing:border-box;width:160px;flex-shrink:0;align-self:center;display:flex;align-items:center;justify-content:center;line-height:0;border-radius:10px;box-shadow:0 1px 5px #0000001f;overflow:hidden}@media screen and (min-width: 1025px){.doctor-card__doctor-photo{width:80px}}.doctor-card__doctor-photo img{flex:0 1 auto;min-width:0;min-height:0;display:block;max-width:100%;max-height:100%;width:auto;height:auto}.doctor-card__doctor-name{font-size:18px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;margin:0;letter-spacing:.4px;line-height:normal}@media screen and (min-width: 1025px){.doctor-card__doctor-name{font-size:20px}}.doctor-card__doctor-role{font-size:clamp(14px,.8vw,14px);font-weight:400;font-style:normal;color:#000;margin:4px 0 0;letter-spacing:.32px;line-height:normal}.doctor-card__doctor-bio{white-space:pre-line;font-size:clamp(12px,1vw,14px);font-weight:400;font-style:normal;line-height:1.5;color:#000;margin:0;padding-bottom:24px}@media screen and (min-width: 1025px){.doctor-card__doctor-bio{flex:1 1 0;min-height:0;padding-bottom:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;clip-path:inset(0 0 1px 0)}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.descriptive-section{margin:0;padding:24px 12px;background-color:#fff}@media screen and (min-width: 1025px){.descriptive-section{margin-bottom:40px;padding:40px}}.descriptive-section__content{background-color:#fff159;background-image:linear-gradient(180deg,#f1f1f100 35.54%,#f1f1f1f2 61.57%);border-radius:25px;border:none;padding:20px;overflow:hidden}@media screen and (min-width: 1025px){.descriptive-section__content{position:relative;padding:40px}}.descriptive-section__hero{position:relative;background-color:transparent;border-radius:25px;padding:0;min-height:auto;overflow:visible;margin-bottom:24px}@media screen and (min-width: 1025px){.descriptive-section__hero{position:relative;padding:20px 0 0;min-height:400px;margin-bottom:40px}}.descriptive-section__hero-title{font-size:32px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;letter-spacing:.64px;line-height:normal;margin:0}@media screen and (min-width: 1025px){.descriptive-section__hero-title{font-size:40px;letter-spacing:.8px;max-width:45%}}.descriptive-section__hero-image-wrapper{position:relative;display:flex;justify-content:center;width:100%;margin-bottom:-40px;mask-image:linear-gradient(to bottom,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}@media screen and (min-width: 1025px){.descriptive-section__hero-image-wrapper{position:absolute;left:50%;transform:translate(-50%);top:40px;bottom:0;width:48%;margin-bottom:0;pointer-events:none;mask-image:linear-gradient(180deg,black 0%,black 65%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,black 0%,black 65%,transparent 100%)}}.descriptive-section__hero-image{width:100%;max-width:400px;height:auto;object-fit:contain;object-position:bottom}@media screen and (min-width: 1025px){.descriptive-section__hero-image{max-width:100%;height:100%;object-fit:contain;object-position:center}}.descriptive-section__title-row{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;position:relative;z-index:1}@media screen and (min-width: 1025px){.descriptive-section__title-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.descriptive-section__title-block{display:flex;flex-direction:column;gap:15px}.descriptive-section__label{font-size:20px;font-weight:100;font-style:normal;color:#000;line-height:normal}@media screen and (min-width: 1025px){.descriptive-section__label{font-size:24px}}.descriptive-section__title{font-size:24px;font-weight:600;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.descriptive-section__title{font-size:20px}}.descriptive-section__ctas{display:flex;gap:15px;flex-shrink:0}.descriptive-section__cta{display:inline-block;padding:10px 24px;border-radius:45px;font-size:14px;font-weight:500;text-decoration:none!important;text-transform:uppercase;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media screen and (min-width: 1025px){.descriptive-section__cta{font-size:16px}}.descriptive-section__cta--outline{background-color:#fff159;color:#000!important;border:1px solid #fff159}.descriptive-section__cta--outline:hover{background-color:#000;color:#fff!important;border-color:#000}.descriptive-section__divider{border:none;border-top:1px solid rgba(0,0,0,.15);margin:0 0 24px}@media screen and (min-width: 1025px){.descriptive-section__divider{margin-bottom:40px}}.descriptive-section__columns{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.descriptive-section__columns{flex-direction:row;gap:40px}}.descriptive-section__column{flex:1;display:flex;flex-direction:column;gap:15px}.descriptive-section__column-title{font-size:20px;font-weight:600;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.descriptive-section__column-title{font-size:20px}}.descriptive-section__column-text{font-size:16px;font-weight:400;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.descriptive-section__column-text{font-size:16px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.how-it-works{margin:0 0 40px;padding:24px 12px;background-color:#fff}@media screen and (min-width: 1025px){.how-it-works{padding:40px}}.how-it-works__card{display:flex;flex-direction:column;border-radius:0 25px 25px;overflow:hidden}@media screen and (min-width: 1025px){.how-it-works__card{flex-direction:row;min-height:600px;border-radius:0 25px 25px}}.how-it-works__image-side{position:relative;overflow:hidden;min-height:300px;background-color:#fff}@media screen and (min-width: 1025px){.how-it-works__image-side{width:50%;min-height:auto}}.how-it-works__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.how-it-works__image{display:block;position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center bottom}.how-it-works__content{background-color:#f1f1f1;padding:24px;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 1025px){.how-it-works__content{width:50%;padding:40px 60px}}.how-it-works__title{font-size:28px;font-weight:600;font-style:normal;color:#000;text-transform:uppercase;margin:0;line-height:normal}@media screen and (min-width: 1025px){.how-it-works__title{font-size:32px}}.how-it-works__divider{border:none;border-top:1px solid rgba(0,0,0,.2);margin:20px 0}.how-it-works__subtitle{font-size:16px;font-weight:400;font-style:normal;color:#000;margin:0 0 40px;line-height:normal}.how-it-works__steps{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.how-it-works__step{display:flex;align-items:flex-start;gap:20px}.how-it-works__step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;background-color:#000;color:#fff159;font-size:20px;font-weight:700;border-radius:10px}.how-it-works__step-text{display:flex;flex-direction:column;gap:4px}.how-it-works__step-title{font-size:20px;font-weight:500;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.how-it-works__step-title{font-size:24px}}.how-it-works__step-desc{font-size:16px;font-weight:400;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.how-it-works__step-desc{font-size:18px}}.how-it-works__cta{display:block;width:100%;padding:16px;background-color:#fff159;color:#000!important;font-size:16px;font-weight:600;text-decoration:none!important;text-transform:uppercase;text-align:center;border-radius:45px;border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}@media screen and (min-width: 1025px){.how-it-works__cta{font-size:18px}}.how-it-works__cta:hover{background-color:#000;color:#fff159!important}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.why-choose{margin:0 0 40px;padding:24px 12px;background-color:#fff}@media screen and (min-width: 1025px){.why-choose{padding:40px}}.why-choose__title{font-size:28px;font-weight:600;font-style:normal;color:#000;text-transform:uppercase;text-align:center;margin:0 0 40px;line-height:normal;letter-spacing:.56px}.why-choose__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (min-width: 1025px){.why-choose__grid{grid-template-columns:repeat(6,1fr);gap:24px}}.why-choose__item{display:flex;flex-direction:column;align-items:center;gap:15px}.why-choose__card{display:flex;align-items:center;justify-content:center;background-color:#fff159;border-radius:25px;aspect-ratio:71/48;width:100%;gap:10px}.why-choose__icon{width:48px;height:48px;object-fit:contain}@media screen and (min-width: 1025px){.why-choose__icon{width:56px;height:56px}}.why-choose__text{font-size:20px;font-weight:600;font-style:normal;color:#000;text-align:center;margin:0;line-height:24px;letter-spacing:.48px;min-height:48px}@media screen and (min-width: 1025px){.why-choose__text{font-size:24px}}.why-choose__description{font-size:16px;font-weight:400;color:#666;text-align:center;margin:0;line-height:1.4}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.success-stories{margin:0 0 40px;padding:24px 12px;background-color:#fff}@media screen and (min-width: 1025px){.success-stories{padding:40px}}.success-stories__title{font-size:28px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;text-align:left;margin:0;line-height:normal;letter-spacing:.56px;max-width:70%}@media screen and (min-width: 1025px){.success-stories__title{text-align:center;max-width:none}}.success-stories__subtitle{font-size:18px;font-weight:400;font-style:normal;color:#000;text-align:left;margin:15px 0 40px;line-height:normal;letter-spacing:.32px}@media screen and (min-width: 1025px){.success-stories__subtitle{text-align:center}}.success-stories__grid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 1025px){.success-stories__grid{grid-template-columns:repeat(2,1fr)}}.success-stories__card{display:flex;flex-direction:column;background-color:#f1f1f1;border-radius:16px;padding:40px 30px 30px}@media screen and (min-width: 1025px){.success-stories__card{padding:40px}}.success-stories__card-title{font-size:20px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;margin:0;line-height:normal;letter-spacing:.4px}.success-stories__stars{font-size:28px;color:#000;margin:20px 0;letter-spacing:4px;line-height:1}@media screen and (min-width: 1025px){.success-stories__stars{font-size:32px}}.success-stories__quote{font-size:16px;font-weight:400;font-style:normal;color:#000;margin:0;line-height:normal;letter-spacing:.32px;flex-grow:1}.success-stories__quote:before{content:'"'}.success-stories__quote:after{content:'"'}.success-stories__author{font-size:14px;font-weight:500;font-style:normal;color:#000;margin:40px 0 0;text-align:right;line-height:normal;letter-spacing:.28px}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.price-section{flex:1}.price-section__card{border:1px solid rgba(0,0,0,.2);border-radius:25px;padding:80px 24px 24px}@media screen and (min-width: 1025px){.price-section__card{padding:40px}}.price-section__prices{display:flex;gap:40px;margin-bottom:40px}.price-section__price-item{display:flex;flex-direction:column;gap:4px}.price-section__label{font-size:16px;font-weight:500;font-style:normal;color:#000;line-height:normal}.price-section__amount{font-size:56px;font-weight:500;font-style:normal;color:#000;line-height:100%;text-transform:uppercase}@media screen and (min-width: 1025px){.price-section__amount{font-size:64px}}.price-section__includes{margin-bottom:40px}.price-section__includes-label{font-size:16px;font-weight:500;font-style:normal;color:#000;line-height:normal}.price-section__checklist{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:15px}.price-section__checklist-item{display:flex;align-items:center;gap:15px;font-size:18px;font-weight:500;font-style:normal;color:#000;line-height:150%}.price-section__check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:8px;border-radius:50%;background-color:#fff159;flex-shrink:0}.price-section__cta{display:block;width:100%;padding:16px;background-color:#000;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none!important;text-transform:uppercase;text-align:center;border-radius:50px;border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.5px}.price-section__cta:hover{background-color:#fff159;color:#000!important}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.consultation-section{flex:1}.consultation-section__image-wrapper{border-radius:16px;overflow:hidden;margin-bottom:40px;width:100%}@media screen and (min-width: 1025px){.consultation-section__image-wrapper{width:75%;margin-left:auto}}.consultation-section__image{display:block;width:100%;height:auto;object-fit:cover}.consultation-section__title{font-size:32px;font-weight:500;font-style:normal;color:#000;text-transform:uppercase;margin:0 0 20px;line-height:100%}@media screen and (min-width: 1025px){.consultation-section__title{font-size:56px;text-align:right}}.consultation-section__description{font-size:18px;font-weight:400;font-style:normal;color:#000;margin:0;line-height:normal}@media screen and (min-width: 1025px){.consultation-section__description{font-size:16px;text-align:right}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.descriptive-page__price-consultation{margin:0 0 40px;padding:24px 12px;background-color:#fff;display:flex;flex-direction:column;gap:80px}@media screen and (min-width: 1025px){.descriptive-page__price-consultation{padding:40px;flex-direction:row;align-items:flex-end;gap:24px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.medicine-portal{box-sizing:border-box;width:100%;display:flex;padding-inline:12px}@media screen and (min-width: 1025px){.medicine-portal{padding-inline:40px}}.medicine-portal__login{display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem) 0 4rem;width:100%}.medicine-portal__login-inner{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);width:100%;max-width:920px;margin-inline:auto;align-items:stretch;justify-content:center}@media (min-width: 880px){.medicine-portal__login-inner{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);max-width:960px}}.medicine-portal__login-aside{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0}@media (min-width: 880px){.medicine-portal__login-aside{border-left:4px solid #fff159;padding-left:2rem}}.medicine-portal__login-eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00000073}.medicine-portal__login-title{margin:0 0 1rem;font-family:Inter,sans-serif;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;line-height:1.15;color:#000;letter-spacing:-.02em;text-transform:none}.medicine-portal__login-lead{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#000000c7;line-height:1.4}.medicine-portal__login-copy{margin:0;font-size:.98rem;line-height:1.65;color:#0000008c;max-width:36rem}.medicine-portal__login-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.07);box-shadow:0 1px #fffc inset,0 24px 48px -24px #0000001f}.medicine-portal__login-form{display:flex;flex-direction:column;gap:1.25rem;padding:clamp(1.75rem,4vw,2.5rem)}.medicine-portal__login-form-title{margin:0;font-size:1.35rem;font-weight:700;color:#000}.medicine-portal__login-form-hint{margin:-.35rem 0 0;font-size:.9rem;line-height:1.5;color:#00000085}.medicine-portal__login-fields{display:flex;flex-direction:column;gap:1rem}.medicine-portal__login-submit{margin-top:.25rem;display:flex;justify-content:center;align-items:center;width:100%;padding:.95rem 1.5rem;border:2px solid #000000;border-radius:12px;background:#fff159;color:#000;font-size:.9375rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.medicine-portal__login-submit:hover{background:#000;color:#fff159;border-color:#000;box-shadow:0 8px 24px #0000002e;transform:translateY(-1px)}.medicine-portal__login-submit:active{transform:translateY(0)}.medicine-portal__dashboard{flex:1;width:100%;max-width:none;margin:0;padding:clamp(1rem,2vw,1.5rem) 0 2.5rem;box-sizing:border-box}.medicine-portal__dashboard-header{margin-bottom:1.25rem}.medicine-portal__dashboard-eyebrow{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0006}.medicine-portal__dashboard-title{margin:0 0 .35rem;font-family:Inter,sans-serif;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700;letter-spacing:-.02em;color:#000;text-transform:none;line-height:1.2}.medicine-portal__dashboard-sub{margin:0;font-size:.95rem;color:#00000080;max-width:40rem;line-height:1.5}.medicine-portal__dashboard-panel{width:100%;background:#fff;box-shadow:0 0 10px #0003;border-radius:24px;overflow:hidden;box-sizing:border-box}.medicine-portal__dashboard-empty{padding:3rem 1.5rem;text-align:center;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06)}.medicine-portal__dashboard-empty p{margin:0;font-size:1rem;color:#0000008c}.medicine-portal__grid-container{width:100%;margin:0}.medicine-portal__grid-container .grid-layout{width:100%;max-width:100%;align-items:stretch}.medicine-portal__grid-container .grid-layout .grid{width:100%;max-width:100%;border-radius:0;box-shadow:none}.medicine-portal__grid-container .grid-layout .grid__table__body__row__cell p{font-size:.9rem;line-height:1.4;white-space:normal}.medicine-portal__grid-container .medicine-portal__ingredient-badges{display:flex;flex-wrap:wrap;gap:.35rem .5rem;max-width:100%}.medicine-portal__grid-container .medicine-portal__ingredient-badge{display:inline-block;padding:.2rem .55rem;font-size:.8rem;line-height:1.35;font-weight:500;color:#1a1a1a;background:#fff15959;border:1px solid rgba(0,0,0,.08);border-radius:999px;white-space:nowrap}.medicine-portal__grid-container .medicine-portal__ingredient-empty{font-size:.9rem;color:#888}.medicine-portal__cost-cell{color:#15803d;font-weight:600;font-variant-numeric:tabular-nums}@media (max-width: 879px){.medicine-portal__login-aside{text-align:center;border-left:none;padding-left:0;padding-bottom:.5rem;border-bottom:3px solid #fff159}.medicine-portal__login-copy{margin-left:auto;margin-right:auto}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.hero-v2{padding:40px;gap:40px}.hero-v2__header{margin-top:50px;margin-bottom:50px}.hero-v2__header h1{font-size:clamp(2rem,5vw,4rem);font-weight:300}@media screen and (max-width: 1025px){.hero-v2{padding:20px}}.hero-v2__card{display:flex;flex-direction:column;justify-content:flex-start;position:relative;min-height:350px;background-color:#fff159;border-radius:25px}@media screen and (max-width: 1025px){.hero-v2__card{min-height:575px}}.hero-v2__card__image{position:absolute;bottom:-4px;right:100px}@media screen and (max-width: 1025px){.hero-v2__card__image{right:20px}.hero-v2__card__image img{max-height:275px}}.hero-v2__card__content{display:flex;flex-direction:column;justify-content:flex-start;padding:40px;height:100%;box-sizing:border-box}.hero-v2__card__content__text p{font-size:clamp(1rem,2vw,1.5rem);line-height:1.25;margin:0;font-weight:300}.hero-v2__card__content__bullets{display:flex;flex-direction:column;justify-content:flex-start;gap:12px;margin-top:25px;margin-bottom:25px}.hero-v2__card__content__bullets__bullet{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center}.hero-v2__card__content__bullets__bullet__icon{display:flex;justify-content:center;align-items:center}.hero-v2__card__content__bullets__bullet__text p{font-size:clamp(.75rem,1vw,1rem);line-height:1.25;font-weight:200;margin:0}.hero-v2__card__content__cta__button{background-color:#000;color:#fff}.hero-v2__card__content__cta__button:hover{color:#fff}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.mens-health__hero-container{height:84vh;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1025px){.mens-health__hero-container{height:auto}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.icon-bar{display:flex;height:100px;justify-content:center;align-items:center;background-color:#f1f1f1}@media screen and (max-width: 1025px){.icon-bar{flex-direction:column;height:auto}}.icon-bar__container{display:flex;width:90%;justify-content:space-between;align-items:flex-start;padding:20px 0}@media screen and (max-width: 1025px){.icon-bar__container{flex-direction:column;height:auto}}.icon-bar__container__icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;list-style:none;color:inherit}.icon-bar__container__icon__image{display:flex;width:60px;height:60px;background-color:#fff159;padding:10px;box-sizing:border-box;border-radius:15px;justify-content:center;align-items:center}.icon-bar__container__icon__image img{width:100%;height:100%;object-fit:contain}.icon-bar__container__icon__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px}.icon-bar__container__icon__content__heading{font-size:clamp(1rem,2vw,1.5rem);font-weight:300;color:#000}.icon-bar__container__icon__content__description{font-size:clamp(.75rem,.8vw,.9rem);font-weight:200;color:#000}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.cta-action-row{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:80px;gap:20px}@media screen and (max-width: 1025px){.cta-action-row{padding:80px 20px}}.cta-action-row__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;box-sizing:border-box}.cta-action-row__header h1{font-size:clamp(1.5rem,2vw,2rem);font-weight:300;color:#000;margin:0;padding:0}.cta-action-row__items{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;width:100%;box-sizing:border-box;gap:15px}@media screen and (max-width: 1025px){.cta-action-row__items{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.cta-action-row__items{grid-template-columns:1fr}}.cta-action-row__items__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;border-radius:10px;padding:20px;box-sizing:border-box;box-shadow:0 0 10px #0000001a;transition:all .3s ease;cursor:pointer}.cta-action-row__items__item:hover{transform:scale(1.05);box-shadow:0 0 10px #0003}.cta-action-row__items__item p{font-size:clamp(.8rem,1vw,1rem);font-weight:300}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-introduction{padding:40px}@media screen and (max-width: 1025px){.fx-introduction{padding:20px}}.fx-introduction__title{text-align:center;margin-bottom:80px;margin-top:40px}.fx-introduction__title h1{font-size:clamp(2rem,3vw,4rem);font-weight:400}.fx-introduction__cards{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:40px;padding:20px}@media screen and (max-width: 1025px){.fx-introduction__cards{grid-template-columns:repeat(1,1fr);padding:0}}.introduction__card{background-color:#f1f1f1;padding:40px 40px 280px;border-radius:10px;display:flex;flex-direction:column;gap:40px;position:relative;overflow:hidden;height:100%}.introduction__card__image{position:absolute;bottom:0}.introduction__card__image img{display:block;max-height:260px;object-fit:contain}@media screen and (max-width: 1025px){.introduction__card__image img{max-width:350px}}.introduction__card__content{display:flex;flex-direction:column;gap:40px}.introduction__card__content__title{display:flex}.introduction__card__content__description{display:flex;width:70%}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.service-cta-cards{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px}@media screen and (max-width: 1025px){.service-cta-cards{padding:20px}}.service-cta-cards__cards{width:100%;margin-top:30px}.service-cta-cards__cards .swiper{width:100%;padding-bottom:40px}.service-cta-cards__cards .swiper-slide{display:flex;width:500px;height:400px;padding:20px;box-sizing:border-box;justify-content:center;align-items:center}.service-cta-cards__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:15px}.service-cta-cards__header h2{font-size:clamp(2rem,5vw,3rem)}.service-cta-cards__header p{font-size:clamp(1rem,1vw,1rem)}.service-cta-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;text-align:left;width:100%;height:100%;text-align:center;background-color:#fff159;border-radius:12px;padding:40px}.service-cta-card__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;gap:10px}.service-cta-card__content h3{text-align:left;font-size:clamp(1rem,1vw,1rem);font-weight:300;margin-bottom:20px}.service-cta-card__content h4{text-align:left;font-size:clamp(1.25rem,2vw,2rem);font-weight:100}.service-cta-card__cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;gap:10px}.service-cta-card__cta p{text-align:left;font-size:clamp(.75rem,.5vw,.5rem);font-weight:300}.service-cta-card__cta button{background-color:transparent;color:#000;border:black 1px solid}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.text-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:50%;margin-top:50px;margin-bottom:50px;padding:40px}@media screen and (max-width: 1025px){.text-container{margin-top:100px;margin-bottom:100px;width:100%;justify-content:center;align-items:center;padding:20px;text-align:center}}.text-container h2{font-weight:300}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.doctor-panel{display:flex;flex-direction:column;gap:40px;padding:40px;width:100%;height:500px;margin-bottom:100px}@media screen and (min-width: 1025px){.doctor-panel{flex-direction:row;align-items:flex-end;gap:60px}}.doctor-panel__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:1;align-self:flex-start}.doctor-panel__title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;text-transform:uppercase;line-height:1.1;margin:0}.doctor-panel__description{font-size:clamp(.9rem,1.2vw,1rem);line-height:1.6;margin:0;max-width:380px}.doctor-panel__cta{background-color:#fff159;color:#000;border:none;padding:12px 24px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;border-radius:25px}.doctor-panel__cta:hover{opacity:.85}.doctor-panel__doctors{display:flex;gap:20px;flex-shrink:0}.doctor-panel__doctor{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.doctor-panel__image-wrapper{background-color:#fff159;border-radius:25px;overflow:hidden;width:280px;height:300px}@media screen and (max-width: 1025px){.doctor-panel__image-wrapper{width:150px;height:180px}}.doctor-panel__image{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.doctor-panel__doctor-name{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;margin:0}.doctor-panel__doctor-title{font-size:.8rem;color:#555;margin:0}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes slide-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.serious-banner{display:flex;flex-direction:column;gap:30px;background-color:#fff159;padding:50px 40px;width:100%;min-height:300px}@media screen and (min-width: 1025px){.serious-banner{flex-direction:row;align-items:flex-end;justify-content:space-between;padding:60px 80px;min-height:380px}}.serious-banner__title{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;text-transform:uppercase;line-height:1.1;margin:0;max-width:400px;align-self:flex-start;animation:slide-in-left .6s ease both}.serious-banner__right{display:flex;flex-direction:column;position:relative;justify-content:center;gap:6px;min-width:400px;height:250px;align-self:flex-end;margin-bottom:-20px;margin-right:-20px;animation:slide-in-right .6s ease .2s both}@media screen and (max-width: 400px){.serious-banner__right{min-width:0;width:100%;margin-right:0;height:auto;min-height:200px}}@media screen and (min-width: 1025px){.serious-banner__right{min-width:400px}}.serious-banner__icon-row{display:flex;align-items:center;width:100%}.serious-banner__icon-row--top{justify-content:flex-start;position:absolute;top:0}@media screen and (max-width: 400px){.serious-banner__icon-row--top{right:30px}}.serious-banner__icon-row--bottom{justify-content:flex-end;position:absolute;bottom:0}@media screen and (max-width: 400px){.serious-banner__icon-row--bottom{bottom:-20px;left:30px}}.serious-banner__points{list-style:none;margin:0;padding:0;text-align:center;font-weight:300}.serious-banner__points li{font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:300;font-family:Inter;animation:fade-in-up .5s ease both}.serious-banner__points li:nth-child(1){animation-delay:.5s}.serious-banner__points li:nth-child(2){animation-delay:.6s}.serious-banner__points li:nth-child(3){animation-delay:.7s}.serious-banner__points li:nth-child(4){animation-delay:.8s}.serious-banner__icon{height:100px;width:100px;animation:float 3s ease-in-out infinite}@media screen and (max-width: 400px){.serious-banner__icon{height:75px;width:75px}}.serious-banner__icon-row--bottom .serious-banner__icon{animation-delay:1.5s}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes richTextFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rich-text-container{padding:12px;margin:12px 0;opacity:0;animation:richTextFadeIn .6s cubic-bezier(.25,.46,.45,.94) .2s forwards}@media screen and (min-width: 1025px){.rich-text-container{padding:40px;margin:40px 0}}.rich-text-container.bordered{background-color:#f1f1f1;border-radius:10px;border:1px solid #000000;margin:12px;padding:12px}@media screen and (min-width: 1025px){.rich-text-container.bordered{border-radius:25px;padding:40px;margin:40px}}.rich-text-container--dark{background-color:#000;color:#fff}.rich-text-container--dark.bordered{background-color:#000;border-color:#fff159}.rich-text-container--dark .rich-text-container__eyebrow,.rich-text-container--dark .rich-text-container__content__left__tittle,.rich-text-container--dark .rich-text-container__content__left__description{color:#fff}.rich-text-container--dark .rich-text-container__content__left .button,.rich-text-container--dark .rich-text-container__content__left input[type=submit],.rich-text-container--dark .rich-text-container__content__left .secondary{background:#fff159;border-color:#fff159;color:#000!important}.rich-text-container--dark .rich-text-container__content__left .button:hover,.rich-text-container--dark .rich-text-container__content__left input[type=submit]:hover,.rich-text-container--dark .rich-text-container__content__left .secondary:hover{background-color:#f1f1f1;border-color:#f1f1f1;color:#000!important}.rich-text-container__eyebrow{display:block;font-weight:700;margin-bottom:16px}.rich-text-container__content{width:100%}.rich-text-container__content__left{width:100%;box-sizing:border-box}@media screen and (min-width: 1025px){.rich-text-container__content__left h2{max-width:1000px}}.rich-text-container__content__left__description{margin:20px 44px 24px 0;max-width:900px;white-space:pre-line}@media screen and (min-width: 1025px){.rich-text-container__content__left__description{margin:32px 0 44px;max-width:1000px}}.rich-text-container__content__left .button,.rich-text-container__content__left input[type=submit],.rich-text-container__content__left .secondary{display:inline-flex!important;width:auto;min-width:auto;max-width:none;margin-top:16px;cursor:pointer}.rich-text-container__cta-wrap{display:flex;width:100%;margin-top:16px}.rich-text-container__cta-wrap--left{justify-content:flex-start}.rich-text-container__cta-wrap--center{justify-content:center}.rich-text-container__cta-wrap--right{justify-content:flex-end}.rich-text-container__cta-wrap .button,.rich-text-container__cta-wrap input[type=submit],.rich-text-container__cta-wrap .secondary{margin-top:0}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes enableHover{0%,99%{pointer-events:none}to{pointer-events:auto}}.section-hero{margin:0 0 40px;display:grid;padding:0 12px;background-color:#fff;gap:0;position:relative;isolation:isolate;min-height:675px;overflow:visible;grid-template-columns:1fr;grid-template-rows:auto auto}@media screen and (min-width: 1025px){.section-hero{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:0;padding:0 40px;row-gap:24px}}.section-hero__title{grid-row:1;grid-column:1;font-size:36px;font-weight:400;line-height:1.2;color:#000;margin:40px 0 64px;letter-spacing:.02em;text-align:left}@media screen and (min-width: 1025px){.section-hero__title{grid-column:1/-1;font-size:56px;font-weight:500;margin-top:16px;margin-bottom:40px;text-align:left;position:relative;z-index:1}}@media screen and (min-width: 1200px){.section-hero__title{font-size:64px}}.section-hero__subblock{grid-row:2;grid-column:1;background:linear-gradient(180deg,#efefef,#efefef4d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.1);border-radius:30px;padding:15rem 2rem 1.5rem;margin:0;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff3;animation:enableHover .8s;transition:background .5s ease,box-shadow .3s ease;position:relative;overflow:visible;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:16px}.section-hero__subblock:hover{background:linear-gradient(180deg,#efefeffa,#efefef59);box-shadow:0 12px 40px #00000026,inset 0 1px 2px #fff3;transform:translateY(-4px) scale(1.01);transition:background .5s ease,box-shadow .3s ease,transform .3s ease}.section-hero__subblock--yellow{background:linear-gradient(180deg,#fff159,#fff1594d)}.section-hero__subblock--yellow:hover{background:linear-gradient(180deg,#fff159,#fff1594d);transform:none;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff3}@media screen and (min-width: 1025px){.section-hero__subblock{grid-row:2;grid-column:1/-1;border-radius:50px;padding:2rem 2.5rem;display:flex;flex-direction:column;position:relative;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 6px 24px #0000001a,inset 0 1px 2px #fff3;animation:enableHover .8s;transition:box-shadow .3s ease;overflow:visible;z-index:2;min-height:500px}.section-hero__subblock:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#efefef,#efefef4d);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50px;overflow:hidden;pointer-events:none;z-index:-1;transition:background .5s ease}.section-hero__subblock--yellow:before{background:linear-gradient(180deg,#fff159,#fff1594d)}.section-hero__subblock:hover{box-shadow:0 16px 56px #0000002e,inset 0 1px 2px #fff3;transform:translateY(-6px) scale(1.01);transition:box-shadow .3s ease,transform .3s ease}.section-hero__subblock:hover:before{background:linear-gradient(180deg,#efefeffa,#efefef59)}.section-hero__subblock--yellow:hover{transform:none;box-shadow:0 6px 24px #0000001a,inset 0 1px 2px #fff3}.section-hero__subblock--yellow:hover:before{background:linear-gradient(180deg,#fff159,#fff1594d)}}.section-hero__subblock h2{font-size:22px;font-weight:400;line-height:1.3;color:#000;opacity:.9;margin:0;text-transform:uppercase;letter-spacing:.02em;grid-row:1;grid-column:1}@media screen and (min-width: 1025px){.section-hero__subblock h2{font-size:40px;max-width:50%;margin-top:0;margin-bottom:30px}}@media screen and (min-width: 1200px){.section-hero__subblock h2{font-size:44px}}.section-hero__subblock .text-area{grid-row:2;grid-column:1;margin-top:0}@media screen and (min-width: 1025px){.section-hero__subblock .text-area{width:75%;border:1.5px solid #000000;border-radius:25px;padding:1.5rem 2rem;margin-bottom:0;background:#ffffff40;-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);box-shadow:0 8px 32px #0000000f,0 1px #fffc inset,0 -1px #fff3 inset;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease;cursor:pointer}.section-hero__subblock .text-area:hover{border-color:#fff;background:#ffffff59;box-shadow:0 12px 48px #0000001a,0 1px #ffffffe6 inset,0 -1px #ffffff4d inset}.section-hero__subblock .text-area:hover p{transform:scale(1.02)}}.section-hero__subblock .text-area p{font-size:16px;line-height:1.6;color:#000;opacity:.8;margin:0 0 1rem;transition:transform .3s ease}.section-hero__subblock .text-area p:last-child{margin-bottom:0}@media screen and (min-width: 1025px){.section-hero__subblock .text-area p{font-size:16px;line-height:1.7;max-width:66.67%;margin-bottom:1.25rem}}@media screen and (min-width: 1200px){.section-hero__subblock .text-area p{font-size:17px}}@media screen and (min-width: 1025px){.section-hero__subblock--yellow .text-area,.section-hero__subblock--yellow .text-area:hover{background:#ffffffe6}}.section-hero__image{position:absolute;top:-4rem;right:0;width:75%;margin:0;overflow:visible;border-radius:0;display:block;z-index:2}@media screen and (min-width: 1025px){.section-hero__image{position:absolute;right:0;top:auto;bottom:0;transform:none;width:43%;max-width:none;margin:0;border-radius:50px;z-index:3;height:auto;display:flex;align-items:flex-end}}.section-hero__image img{width:100%;height:auto;display:block;border-radius:inherit}@media screen and (min-width: 1025px){.section-hero__image img{height:100%;max-height:700px;object-fit:contain;object-position:bottom}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.treatment-methods{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media screen and (min-width: 1025px){.section-hero__image{top:-11rem}}.mens-health__form-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}@media screen and (max-width: 1025px){.mens-health__form-container{padding:12px}}.treatment-card{justify-content:center;align-items:center;display:flex;flex-direction:column;gap:16px;border:1.5px solid rgba(0,0,0,.1);border-radius:10px;padding:24px 20px;box-sizing:border-box;width:100%;min-height:280px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a}.treatment-card:not(.treatment-card--expanded):hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f,0 4px 8px #00000014;border-color:#0003}.treatment-card--has-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--background-image-url);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;z-index:0;transition:opacity .4s ease,transform .4s ease}.treatment-card--has-background:hover:before{opacity:.35;transform:scale(1.03)}.treatment-card__content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.treatment-card h3{font-size:clamp(20px,2.5vw,32px);font-weight:500;margin:0;color:#000;letter-spacing:.02em;line-height:1.3;text-transform:uppercase;transition:color .3s ease}.treatment-card:hover h3{color:#000000d9}.treatment-card img{max-width:100%;height:auto;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease,filter .3s ease}.treatment-card:hover img{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.treatment-card--expanded{min-height:auto}.treatment-card__drawer{overflow:hidden;width:100%}.treatment-card__drawer-content{padding:16px 20px 24px;display:flex;flex-direction:column;gap:12px;text-align:left}.treatment-card__drawer-content h4{font-size:clamp(16px,1vw,20px);font-weight:600;margin:0;color:#000;letter-spacing:.01em;line-height:1.4;text-transform:none}.treatment-card__drawer-content p{font-size:clamp(12px,1.8vw,16px);line-height:1.6;color:#000c;margin:10px 0 0;white-space:pre-line}.treatment-card .button{margin-top:8px;padding:8px 20px;font-size:clamp(12px,1.5vw,16px);border-radius:20px;border:1.5px solid #000000;background-color:#fff;color:#000;cursor:pointer;text-transform:uppercase;font-weight:500;letter-spacing:.05em;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;text-align:center}.treatment-card .button:hover{background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.treatment-card .button:active{transform:translateY(0)}.treatments-grid{display:grid;grid-template-rows:auto;justify-items:center;align-items:center;grid-template-columns:repeat(3,1fr);gap:24px;padding:48px 40px;box-sizing:border-box}@media screen and (max-width: 1025px){.treatments-grid{display:grid;grid-template-rows:auto;justify-items:center;align-items:center;grid-template-columns:repeat(1,1fr);gap:16px;padding:16px 12px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.treatment-actions{margin:0 0 40px;padding:0 12px;width:100%}@media screen and (min-width: 1025px){.treatment-actions{padding:0 40px}}.treatment-actions__content{width:100%}.treatment-actions__content__title h2{text-align:center;font-size:clamp(2rem,3vw,3rem);margin:96px}@media screen and (max-width: 1025px){.treatment-actions__content__title h2{margin:48px}}.treatment-actions__grid{display:grid;grid-template-columns:1fr;gap:16px;margin:0 auto}@media screen and (min-width: 1025px){.treatment-actions__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.treatment-actions__button{display:flex;align-items:center;justify-content:center;padding:20px 24px;font-size:clamp(16px,1.5vw,20px);font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-align:center;min-height:56px;box-shadow:0 2px 8px #00000014}@media screen and (min-width: 1025px){.treatment-actions__button{padding:20px 32px;min-height:60px}}.treatment-actions__button--primary{background-color:#fff159;color:#000;border:1.5px solid #fff159}.treatment-actions__button--primary:hover{background-color:#ffee30;transform:translateY(-3px);box-shadow:0 6px 16px #fff15966}.treatment-actions__button--primary:active{transform:translateY(-1px)}.treatment-actions__button--secondary{background-color:#000;color:#fff;border:1.5px solid #000000}.treatment-actions__button--secondary:hover{background-color:#000000d9;transform:translateY(-3px);box-shadow:0 6px 16px #00000040}.treatment-actions__button--secondary:active{transform:translateY(-1px)}.treatment-actions__button--outline{background-color:transparent;color:#000;border:1.5px solid #000000}.treatment-actions__button--outline:hover{background-color:#000;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #0003}.treatment-actions__button--outline:active{transform:translateY(-1px)}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.mens-health-form-container{width:100%}.mens-health-form-header{margin-bottom:24px;text-align:center}.mens-health-form-header h2{font-size:clamp(32px,3vw,48px);font-weight:600;margin-bottom:16px;text-transform:uppercase}.mens-health-form-header p{font-size:clamp(16px,1.5vw,20px);line-height:1.6;color:#000c}.mens-health-form-wrapper{width:100%}.mens-health-form{background:#fff;padding:5% 10%;border-radius:25px;box-shadow:0 4px 20px #00000014;width:100%;margin-top:30px}@media (max-width: 768px){.mens-health-form{padding:20px 5%;border-radius:10px;box-shadow:none;width:100%}}.mens-health-form__content{display:flex;flex-direction:column;gap:30px}.mens-health-form__content .form-section:last-child{margin-bottom:20px}.mens-health-form__actions{display:flex;justify-content:center;align-items:center;margin-top:40px}.mens-health-form__actions .button,.mens-health-form__actions input[type=submit],.mens-health-form__actions .secondary{padding:20px 100px;font-size:1.1rem;font-weight:600;min-width:200px}.mens-health-form__error{background-color:#ff00001a;border:1px solid #ff0000;border-radius:5px;padding:16px 20px;margin-bottom:24px;color:#c00}.mens-health-form__error p{margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.fx-input--error,.fx-select--error{border-color:red!important}.fx-input--error:focus,.fx-select--error:focus{border-color:red!important;box-shadow:0 0 0 2px #f003!important}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.regenerative-health-consent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.regenerative-health-consent__content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding:80px 48px;min-height:60vh}.regenerative-health-consent__content__message{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center;margin-bottom:48px}.regenerative-health-consent__content__message h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#000}.regenerative-health-consent__content__message p{font-size:1.125rem;color:#555;max-width:600px;line-height:1.6}.regenerative-health-consent__content__form-authentication{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.regenerative-health-consent__content__form-authentication form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:420px;gap:1.25rem;padding:40px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06)}.regenerative-health-consent__content__form-authentication form .form-header{text-align:center;margin-bottom:.5rem}.regenerative-health-consent__content__form-authentication form .form-header h4{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem}.regenerative-health-consent__content__form-authentication form .form-header p{font-size:.9375rem;color:#666;line-height:1.5}.regenerative-health-consent__content__form-authentication form .form-fields{display:flex;flex-direction:column;gap:1rem;width:100%}.regenerative-health-consent__content__form-authentication form .submit-button{margin-top:.5rem;display:flex;justify-content:center;align-items:center;background:#fff159;border:2px solid #fff159;padding:14px 32px;text-align:center;font-size:14px;border-radius:50px;width:100%;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .3s ease;color:#000;font-weight:700}.regenerative-health-consent__content__form-authentication form .submit-button:hover{background-color:#000;border-color:#000;color:#fff159;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.regenerative-health-consent__content__form-authentication form .submit-button:active{transform:translateY(0)}.regenerative-health-consent__content__no-data{text-align:center;padding:3rem 1rem;font-size:1.1rem;color:#666}.regenerative-health-consent__content__loading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:3rem 1rem;gap:1.5rem}.regenerative-health-consent__content__loading p{font-size:1.1rem;color:#666;margin:0}.regenerative-health-consent__form{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;line-height:1.6}.regenerative-health-consent__form__header{margin-bottom:2rem;text-align:center}.regenerative-health-consent__form__main-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem}@media (max-width: 768px){.regenerative-health-consent__form__main-title{font-size:2rem}}.regenerative-health-consent__form__last-updated{font-size:.9rem;color:#666;font-style:italic;margin-top:.5rem}.regenerative-health-consent__form__sections{margin-bottom:2rem}.regenerative-health-consent__form__section{margin-bottom:2.5rem;padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}@media screen and (min-width: 1025px){.regenerative-health-consent__form__section{padding:40px}}@media (max-width: 768px){.regenerative-health-consent__form__section{padding:1rem}}.regenerative-health-consent__form__section-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}@media (max-width: 768px){.regenerative-health-consent__form__section-title{font-size:1.3rem}}.regenerative-health-consent__form__section-content{font-size:1.1rem;color:#555;margin-bottom:1rem;line-height:1.7}.regenerative-health-consent__form__section-bullets{margin-left:1.5rem;margin-top:1rem;color:#555;padding-left:0;list-style-type:disc}.regenerative-health-consent__form__section-bullet{margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:#555}.regenerative-health-consent__form__no-data{text-align:center;padding:3rem 1rem;font-size:1.1rem;color:#666}.regenerative-health-consent__form__consent-section{margin-top:3rem;padding:12px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #fff159;border-top:1px solid #e9ecef;border-right:1px solid #e9ecef;border-bottom:1px solid #e9ecef}@media screen and (min-width: 1025px){.regenerative-health-consent__form__consent-section{padding:40px}}@media (max-width: 768px){.regenerative-health-consent__form__consent-section{padding:1.5rem}}.regenerative-health-consent__form__consent-section__content{margin-bottom:1.5rem}.regenerative-health-consent__form__consent-section__content .input .input__checkbox-container{align-items:flex-start;gap:.75rem}.regenerative-health-consent__form__consent-section__content .input .input__checkbox-container__label{font-size:1rem;font-weight:500;color:#000;line-height:1.5;cursor:pointer}.regenerative-health-consent__form__consent-section__actions{display:flex;justify-content:center;align-items:center;width:100%}.regenerative-health-consent__form__consent-section__submit-button{display:flex;justify-content:center;align-items:center;background:#fff159;border:2px solid #fff159;padding:14px 32px;text-align:center;font-size:16px;border-radius:50px;min-width:200px;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .3s ease;color:#000;font-weight:700}.regenerative-health-consent__form__consent-section__submit-button:hover:not(:disabled){background-color:#000;border-color:#000;color:#fff159;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.regenerative-health-consent__form__consent-section__submit-button:active:not(:disabled){transform:translateY(0)}.regenerative-health-consent__form__consent-section__submit-button:disabled{opacity:.5;cursor:not-allowed;background:#ccc;border-color:#ccc;color:#666}@media (max-width: 768px){.regenerative-health-consent__content{padding:48px 24px}.regenerative-health-consent__content__message h3{font-size:1.5rem}.regenerative-health-consent__content__message p{font-size:1rem}.regenerative-health-consent__content__form-authentication form{padding:32px 24px;max-width:100%}}.fx-loading-animation{display:flex;width:250px;height:20px;background-color:#e0e0e0;border-radius:10px;overflow:hidden;box-shadow:0 2px 5px #0003}.fx-loading-animation__progress-bar{width:0%;height:100%;background-color:#000;animation:loading 2s ease-in-out infinite;transition:width .3s ease-in-out;border-radius:10px}.regenerative-health{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box;padding:48px;min-height:100vh}.regenerative-health__message{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:48px 0;margin-top:48px;margin-bottom:48px}.regenerative-health__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.regenerative-health__form .required-fields-note{font-size:.875rem;color:#666;margin-bottom:1.5rem;font-weight:400;width:100%}.regenerative-health__form .required-fields-note .required-asterisk{color:#000}.rh-quiz{font-family:Inter,sans-serif!important;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:7rem 1.5rem 2rem;box-sizing:border-box;position:relative;overflow:hidden}.rh-quiz *,.rh-quiz *:before,.rh-quiz *:after{font-family:inherit!important}@media (max-width: 600px){.rh-quiz{padding:6.5rem 1rem 2rem}}.rh-quiz__header{position:fixed;top:0;left:0;width:100%;z-index:101;display:flex;align-items:center;padding:.875rem 1.5rem;box-sizing:border-box;background:#fff159;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #efefef;box-shadow:0 4px 8px #0000001a}@media (max-width: 600px){.rh-quiz__header{padding:.75rem 1rem}}.rh-quiz__header__logo{height:58px;border:solid 1px black}.rh-quiz__header__logo:hover{cursor:pointer}@media (max-width: 600px){.rh-quiz__header__logo{height:22px}}.rh-quiz__progress{width:100%;max-width:1000px;margin:0 auto;padding:.75rem 1.5rem;box-sizing:border-box}@media (max-width: 600px){.rh-quiz__progress{padding:.625rem 1rem}}.rh-quiz__progress__bar{width:100%;height:30px;background:#efefef;border-radius:16px;overflow:hidden}.rh-quiz__progress__fill{height:100%;background:#fff159;border-radius:4px;transition:width .6s cubic-bezier(.16,1,.3,1)}.rh-quiz__progress__label{margin-top:.375rem;text-align:right;font-size:.9375rem;color:#757575;letter-spacing:.3px}.rh-quiz__slide-container{width:100%;max-width:620px;display:flex;flex-direction:column;justify-content:center;flex:1}.rh-quiz__slide{width:100%}.rh-quiz__slide__title{font-size:2.25rem;font-weight:800;color:#000;margin-bottom:.5rem;line-height:1.2;letter-spacing:-.5px}@media (max-width: 600px){.rh-quiz__slide__title{font-size:1.625rem}}.rh-quiz__slide__subtitle{font-size:1.0625rem;color:#757575;margin-bottom:2.5rem;line-height:1.5;font-weight:400}.rh-quiz__slide__fields{display:flex;flex-direction:column;gap:1.5rem}.rh-quiz .input__label{font-size:.9375rem;color:#424242;margin-bottom:.375rem}.rh-quiz .input__input,.rh-quiz .input__input[type=date]{height:48px;line-height:48px;padding:0 1rem;font-size:.9375rem;border:1.5px solid #efefef;border-radius:10px;background:#fff!important;color:#000;transition:border-color .2s ease,box-shadow .2s ease}.rh-quiz .input__input::placeholder,.rh-quiz .input__input[type=date]::placeholder{color:#999}.rh-quiz .input__input:focus,.rh-quiz .input__input[type=date]:focus{outline:none;box-shadow:none}.rh-quiz .input__select{height:48px;line-height:48px;padding:0 2.5rem 0 1rem;font-size:.9375rem;border:1.5px solid #efefef;border-radius:10px;background:#fff!important;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:border-color .2s ease,box-shadow .2s ease}.rh-quiz .input__select:focus{outline:none;box-shadow:none}.rh-quiz .input__text-area-input{padding:.75rem 1rem;font-size:.9375rem;border:1.5px solid #efefef;border-radius:10px;background:#fff!important;color:#000;resize:none;transition:border-color .2s ease,box-shadow .2s ease}.rh-quiz .input__text-area-input::placeholder{color:#999}.rh-quiz .input__text-area-input:focus{outline:none;border-color:transparent;box-shadow:none}.rh-quiz .input__checkbox-container__label{font-size:.9375rem;color:#424242}.rh-quiz .input__checkbox-container__box{height:20px;width:20px;accent-color:#000000;border-radius:4px}.rh-quiz .input__error{font-size:.8125rem!important;font-weight:500;color:#dc3545!important;margin-top:.375rem!important}.rh-quiz gmp-place-autocomplete{border:1.5px solid #efefef!important;border-radius:10px!important;background:#fff!important;padding:0 1rem!important;height:48px!important;transition:border-color .2s ease,box-shadow .2s ease;color:#000!important}.rh-quiz gmp-place-autocomplete input{font-size:.9375rem;background:transparent!important;color:#000!important}.rh-quiz__nav{width:100%;max-width:620px;display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1rem;gap:1rem}.rh-quiz__nav__back{padding:.875rem 1.75rem;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;text-align:center;justify-content:center;align-items:center;background:transparent;color:#424242;border:2px solid #efefef;transition:all .25s ease}.rh-quiz__nav__back:hover{background:#fff;border-color:#ccc;transform:translate(-2px)}.rh-quiz__nav__next{padding:.875rem 2.5rem;border-radius:50px;font-size:.9375rem;font-weight:700;cursor:pointer;background:#fff159;color:#000;border:2px solid #fff159;transition:all .3s cubic-bezier(.16,1,.3,1);margin-left:auto;letter-spacing:.3px}.rh-quiz__nav__next:hover{background:#000;border-color:#000;color:#fff159;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.rh-quiz__nav__next:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.rh-quiz__key-hint{position:fixed;bottom:24px;right:24px;font-size:.75rem;color:#757575;display:flex;align-items:center;gap:.375rem;opacity:.6}.rh-quiz__key-hint kbd{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;background:#fff;border:1px solid #ccc;border-radius:4px;font-size:.6875rem;font-family:inherit;box-shadow:0 1px 2px #0000000f}@media (max-width: 600px){.rh-quiz__key-hint{display:none}}.rh-quiz__confirmation{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:100vh;width:100%;padding:2rem;box-sizing:border-box;background:linear-gradient(160deg,#fafafa,#f0f0e8,#fafafa)}.rh-quiz__confirmation__icon{width:88px;height:88px;border-radius:50%;background:#fff159;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #fff15966}.rh-quiz__confirmation__title{font-size:2.25rem;font-weight:800;color:#000;margin-bottom:1rem;letter-spacing:-.5px}.rh-quiz__confirmation__text{font-size:1.125rem;color:#424242;line-height:1.7;max-width:480px}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes swiperFadeIn{0%{opacity:0}to{opacity:1}}.services__content__services{padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-top:25px;width:100%}@media screen and (max-width: 1025px){.services__content__services{padding:12px}}@media screen and (max-width: 770px){.services__content__services{padding:12px}}.services__content__services__swiper{width:100%;padding:0 1rem}.services__content__services__swiper .swiper{width:100%;height:100%}.services__content__services__swiper .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;height:auto;width:auto}.services__content__services__swiper .swiper-slide .service-card{width:100%;height:auto;margin:0;min-height:400px}.services__content__services__swiper .swiper-pagination{margin-top:1rem;opacity:0;animation:swiperFadeIn .5s ease .8s forwards}.services__content__services__swiper .swiper-pagination-bullet{background:#fff159;opacity:.5;transition:all .3s ease}.services__content__services__swiper .swiper-pagination-bullet-active{opacity:1;transform:scale(1.2)}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes serviceCardFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.service-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:25px;height:100%;min-height:400px;padding:32px 24px;opacity:0;overflow:hidden;background:#f1f1f1;box-shadow:0 4px 8px #0000004d;border:1px solid black;animation:serviceCardFadeIn .6s cubic-bezier(.25,.46,.45,.94) forwards;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94),border-color .3s ease}@media screen and (max-width: 770px){.service-card{min-height:360px;padding:24px 20px;border-radius:10px}}.service-card:hover{cursor:pointer;transform:translateY(-6px);box-shadow:0 16px 32px #0000001a;border-color:#fff15966}.service-card:hover .service-card__image img,.service-card:hover .service-card__background{transform:scale(1.05)}.service-card:hover .service-card__cta .button,.service-card:hover .service-card__cta input[type=submit],.service-card:hover .service-card__cta .secondary{background:#000;color:#fff159}.service-card:hover .service-card__cta .button:after,.service-card:hover .service-card__cta input[type=submit]:after,.service-card:hover .service-card__cta .secondary:after{transform:translate(4px)}.service-card__background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.service-card__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000c,#0000008c 35%,#00000059 60%,#000000a6)}.service-card--with-bg{justify-content:center;align-items:center;gap:20px;padding:24px;background:transparent}@media screen and (max-width: 770px){.service-card--with-bg{padding:20px}}.service-card--with-bg .service-card__content{position:relative;z-index:1;width:100%;max-width:100%;flex:0 0 auto;align-items:flex-start;text-align:left;gap:8px}.service-card--with-bg .service-card__content h3{color:#fff;font-size:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}@media screen and (max-width: 770px){.service-card--with-bg .service-card__content h3{font-size:1.25rem}}.service-card--with-bg .service-card__content__subtitle{color:#ffffffb3}.service-card--with-bg .service-card__content p{color:#ffffffd9;font-size:.9rem;line-height:1.6;max-width:100%}@media screen and (max-width: 770px){.service-card--with-bg .service-card__content p{font-size:.8rem}}.service-card--with-bg .service-card__cta{position:relative;z-index:1;margin-top:0;padding-top:0}.service-card--with-bg:hover{border-color:#fff15999}.service-card__image{position:relative;width:140px;height:140px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 770px){.service-card__image{width:120px;height:120px;margin-bottom:20px}}.service-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.service-card__content{display:flex;flex-direction:column;align-items:center;flex:1;gap:12px;max-width:280px}@media screen and (max-width: 770px){.service-card__content{gap:8px;max-width:100%}}.service-card__content h3{font-size:1.5rem;font-weight:700;margin:0;color:#000;line-height:1.2;letter-spacing:-.02em}@media screen and (max-width: 770px){.service-card__content h3{font-size:1.25rem}}.service-card__content__subtitle{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#00000080;margin-top:-4px}.service-card__content p{font-size:.9rem;line-height:1.7;margin:0;color:#0009}@media screen and (max-width: 770px){.service-card__content p{font-size:.85rem;line-height:1.6}}.service-card__dots{display:flex;gap:8px;margin-top:20px}.service-card__dots span{width:10px;height:10px;border-radius:50%;background:#00000026;transition:background .3s ease}.service-card__dots span.active{background:#fff159}.service-card__cta{margin-top:auto;padding-top:20px}.service-card__cta .button,.service-card__cta input[type=submit],.service-card__cta .secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;background:#fff159;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.service-card__cta .button:after,.service-card__cta input[type=submit]:after,.service-card__cta .secondary:after{content:"";display:inline-block;width:14px;height:14px;background-color:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;transition:transform .3s ease}.service-card__cta .button:hover,.service-card__cta input[type=submit]:hover,.service-card__cta .secondary:hover{background:#000;color:#fff159}.service-card--animate{opacity:1;transform:translateY(0)}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.service-card-grid{--grid-columns: 3;--grid-gap: 20px;--card-min-height: 400px;display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gap)}@media screen and (max-width: 1025px){.service-card-grid{grid-template-columns:1fr}}@media screen and (max-width: 770px){.service-card-grid{grid-template-columns:1fr}}.service-card-grid__card{animation-delay:calc(var(--card-index, 0) * .1s);height:var(--card-height, auto);min-height:var(--card-min-height)}.service-card-grid__card .service-card{width:100%;height:100%;min-height:var(--card-min-height)}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fx-section-cards{margin:0 0 40px;display:grid;grid-template-columns:1fr;gap:24px;padding:0 12px;width:100%}@media screen and (min-width: 770px){.fx-section-cards{grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (min-width: 1025px){.fx-section-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 40px;gap:40px}}@media screen and (min-width: 1200px){.fx-section-cards{gap:2.5rem}}.fx-section-card{position:relative;height:400px;border-radius:24px;overflow:hidden;transition:all .3s cubic-bezier(.25,.1,.25,1);cursor:pointer;box-shadow:0 8px 24px #00000014;opacity:0;transform:translateY(20px)}@media screen and (min-width: 1025px){.fx-section-card{height:450px}}.fx-section-cards--visible .fx-section-card{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.fx-section-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px #00000026}.fx-section-card:hover .fx-section-card__background{transform:scale(1.05)}.fx-section-card:hover .fx-section-card__cta{background-color:#ffee30;transform:scale(1.05);box-shadow:0 6px 16px #fff15966}.fx-section-card__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .5s cubic-bezier(.25,.1,.25,1)}.fx-section-card__background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.fx-section-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:20px;padding:24px}@media screen and (min-width: 1025px){.fx-section-card__content{padding:40px;gap:24px}}.fx-section-card__title{font-size:28px;font-weight:400;line-height:1.3;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);max-width:80%}@media screen and (min-width: 1025px){.fx-section-card__title{font-size:32px}}@media screen and (min-width: 1200px){.fx-section-card__title{font-size:36px}}.fx-section-card__cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:12px 24px;background-color:#fff159;color:#000;font-size:14px;font-weight:500;text-decoration:none;border-radius:20px;transition:all .3s ease;box-shadow:0 4px 12px #00000026;text-transform:capitalize;letter-spacing:.02em}@media screen and (min-width: 1025px){.fx-section-card__cta{padding:14px 28px;font-size:15px;border-radius:22px}}.fx-section-card__cta:hover{background-color:#ffee30;transform:scale(1.05);box-shadow:0 6px 16px #fff15966}.fx-section-card__cta:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInImg{0%{opacity:0}to{opacity:1}}@keyframes gradient-slide{0%{background-position:0% 0%}to{background-position:100% 0%}}@keyframes color-fill{0%{background-size:0% 100%}to{background-size:100% 100%}}@keyframes gradient-paint{0%{background-size:0% 100%;background-position:0% 0%}50%{background-size:100% 100%;background-position:50% 0%}to{background-size:0% 100%;background-position:100% 0%}}@keyframes gradient-scroll{0%{background-position:0% 0%}to{background-position:-100% 0%}}@keyframes gradient-bounce{0%{background-position:0% 0%}to{background-position:-100% 0%}}@keyframes loading{0%{width:0%}50%{width:50%}to{width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:"..."}}@keyframes fadeOutSlideUp{0%{opacity:1;transform:translateY(0);max-height:500px}to{opacity:0;transform:translateY(-20px);max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-width:0}}.smoking-cessation{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:48px}.smoking-cessation__message{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:48px 0;margin-top:48px;margin-bottom:48px}.smoking-cessation__form{width:100%;margin-top:48px;margin-bottom:48px}.smoking-cessation__form .required-fields-note{font-size:.875rem;color:#666;margin-bottom:1.5rem;font-weight:400;width:100%}.smoking-cessation__form .required-fields-note .required-asterisk{color:#000}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.signup-richtext-wrapper{width:100%}.signup-richtext-wrapper .sp-richText-container.bordered{margin:0;padding:40px}@media (max-width: 768px){.signup-richtext-wrapper .sp-richText-container.bordered{margin:0;padding:20px}}.signup{position:relative;min-height:100vh}.signup__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto}.signup__container__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto;padding:40px;background-color:#fff}@media (max-width: 768px){.signup__container__form{padding:20px 16px 40px}}.signup__container__form__container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media (max-width: 768px){.signup__container__form__container{width:100%}}.required-fields-note{font-size:.875rem;color:#666;margin-bottom:1.5rem;font-weight:400}.required-fields-note .required-asterisk{color:red}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.signup-form{background:#fff;padding:5% 10%;border-radius:25px;box-shadow:0 4px 20px #00000014;width:100%;margin-top:30px}@media (max-width: 768px){.signup-form{padding:20px 5%;border-radius:10px;box-shadow:none;width:100%}}.signup-form__content{display:flex;flex-direction:column;gap:30px}.signup-form__content .form-section:last-child{margin-bottom:20px}.signup-form__actions{display:flex;justify-content:center;align-items:center;margin-top:40px}.signup-form__actions .button,.signup-form__actions input[type=submit],.signup-form__actions .secondary{padding:20px 100px;font-size:1.1rem;font-weight:600;min-width:200px}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.thank-you-page{padding:60px 0 40px}.thank-you-page__wrapper{display:flex;align-items:flex-end;margin:0 40px;padding-right:40px;height:650px}@media screen and (max-width: 1025px){.thank-you-page__wrapper{flex-direction:column;align-items:center;margin:0;padding:0 12px;height:auto}}.thank-you-page__doctor{display:block;aspect-ratio:1856/2464;height:720px;width:auto;object-fit:contain;object-position:bottom;flex-shrink:0;margin-right:-220px;position:relative;left:-10px;z-index:1}@media screen and (max-width: 1025px){.thank-you-page__doctor{height:350px;margin-right:0;margin-bottom:-40px}}.thank-you-page__card{flex:1;height:450px;background-color:#fff159;border-radius:25px;padding:40px 100px 40px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left}@media screen and (max-width: 1025px){.thank-you-page__card{padding:60px 24px 40px;width:100%}}.thank-you-page__card__content{max-width:400px;text-align:left}.thank-you-page__card h1{font-size:56px;font-weight:600;color:#000;margin:0 0 10px;line-height:normal;text-transform:uppercase}@media screen and (max-width: 1025px){.thank-you-page__card h1{font-size:40px;text-align:center}}.thank-you-page__card p{font-size:24px;font-weight:400;color:#000;margin:0;line-height:normal}.thank-you-page__card p a{color:#000;font-size:24px;font-weight:400;text-decoration:none;position:relative;isolation:isolate;padding:4px;border-radius:5px}.thank-you-page__card p a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:100%;background-color:#fff;transition:width .5s ease;border-radius:5px;z-index:-1}.thank-you-page__card p a:hover:after{width:100%}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{left:-80%}to{left:120%}}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.payment-page{position:relative;height:100vh;overflow:hidden}.payment-scroll{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:scroll;overflow-x:hidden;overscroll-behavior-y:none}.payment{display:flex;min-height:100vh;font-family:Inter,sans-serif}.payment h1,.payment h2,.payment h3,.payment h4,.payment p{font-family:inherit;text-transform:none}.payment__left{flex:1;background-color:#fff;display:flex;flex-direction:column;padding:40px 40px 24px;min-height:100vh;animation:slideInLeft .55s cubic-bezier(.22,1,.36,1) both}.payment__left__inner{flex-shrink:0}.payment__order-summary-wrapper{flex:1;display:flex;flex-direction:column;align-items:center}.payment__logo{margin-bottom:0;padding-bottom:24px}.payment__logo img{height:52px;width:auto}.payment__hero{margin-bottom:40px}.payment__hero__title{font-size:52px;font-weight:700;text-transform:uppercase;line-height:1;letter-spacing:-1px;margin:0 0 10px;color:#000}.payment__hero__subtitle{font-size:clamp(1.75vw,.75vw,.75rem);font-weight:400;color:#000;margin:0;line-height:1.4}.payment__section-heading{font-size:clamp(1vw,2vw,2rem);font-weight:400;text-transform:none;letter-spacing:0;margin-top:80px;margin-bottom:50px;color:#000;line-height:1}.payment__appointment__rows{display:grid;grid-template-columns:max-content 1fr;row-gap:15px;column-gap:20px}.payment__appointment__row{display:contents}.payment__appointment__label{font-size:22px;font-weight:400;color:#000;white-space:nowrap}.payment__appointment__value{font-size:22px;font-weight:700;color:#000}.payment__divider{border:none;border-top:1px solid black;margin:40px 0}.payment__order-summary{width:90%}.payment__order-summary__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.payment__order-summary__row--total{padding-top:12px}.payment__order-summary__divider{border:none;border-top:2px solid #000000;margin:10px 0}.payment__order-summary__label,.payment__order-summary__amount{font-size:22px;font-weight:400;color:#000}.payment__order-summary__total-label{font-size:16px;font-weight:700;color:#000}.payment__order-summary__total-amount{font-size:28px;font-weight:700;color:#000;transition:color .3s ease,transform .3s ease}.payment__footer{display:flex;align-items:center;gap:15px;padding-top:24px}.payment__footer__link{font-size:14px;font-weight:400;color:#000;text-decoration:none;text-transform:uppercase;letter-spacing:.5px}.payment__footer__link:hover{text-decoration:underline}.payment__footer__separator{font-size:14px;color:#000}.payment__right{flex:1;background-color:#f1f1f1;padding:80px;display:flex;flex-direction:column;gap:72px;justify-content:flex-start;align-items:center;min-height:100vh;animation:slideInRight .55s cubic-bezier(.22,1,.36,1) both}.payment__section{min-width:500px;opacity:0;animation:fadeSlideUp .5s cubic-bezier(.22,1,.36,1) forwards}.payment__section:nth-child(1){animation-delay:.15s}.payment__section:nth-child(2){animation-delay:.25s}.payment__section:nth-child(3){animation-delay:.35s}.payment__section-title{font-size:32px;font-weight:400;text-transform:none;letter-spacing:0;margin:0 0 12px;color:#000;line-height:1}.payment__card{background-color:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:20px;border:solid black 1px;transition:box-shadow .25s ease,transform .25s ease}.payment__card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.payment__card .input__input,.payment__card .card-number-input__input{border:1px solid #f1f1f1!important;border-radius:5px!important;background-color:#fff!important;height:48px!important;font-size:14px!important;font-family:Inter,sans-serif!important;padding:0 12px!important;box-sizing:border-box!important;transition:border-color .2s ease,box-shadow .2s ease!important}.payment__card .input__input::placeholder,.payment__card .card-number-input__input::placeholder{color:#999!important}.payment__card .input__input:focus,.payment__card .card-number-input__input:focus{outline:none!important;border-color:#000!important;box-shadow:0 0 0 2px #00000014!important}.payment__card .input__input:hover:not(:focus),.payment__card .card-number-input__input:hover:not(:focus){border-color:#0006!important}.payment__card .card-number-input__input{padding-right:80px!important}.payment__card .card-number-input__error{font-size:12px!important;margin:5px 0 0!important}.payment__card .input__label{font-size:13px!important;font-weight:400!important;color:#1a1a1a!important;font-family:Inter,sans-serif!important}.payment__card .fx-select,.payment__card .fx-select option{font-family:Inter,sans-serif!important}.payment__field-row .input{width:100%}.payment__field{display:flex;flex-direction:column;gap:6px}.payment__field__label{font-size:13px;font-weight:400;color:#1a1a1a;line-height:1}.payment__field__label--secondary{font-weight:400;color:#666;margin-left:4px}.payment__field__input{width:100%;height:48px;padding:0 12px;border:1px solid #f1f1f1;border-radius:5px;background-color:#fff;font-size:22px;font-family:Inter,sans-serif;color:#000;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.payment__field__input::placeholder{color:#999}.payment__field__input:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #00000014}.payment__field__input:hover:not(:focus){border-color:#0006}.payment__field__input-wrapper{position:relative;display:flex;align-items:center}.payment__field__input-wrapper .payment__field__input{padding-right:90px}.payment__field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.payment__card-brands{position:absolute;right:12px;display:flex;align-items:center;gap:4px;pointer-events:none}.payment__card-brand{font-size:10px;font-weight:700;padding:2px 5px;border-radius:3px;border:1px solid #f1f1f1;letter-spacing:.5px}.payment__card-brand--visa{color:#1a1f71;background-color:#fff}.payment__card-brand--mc{color:#eb001b;background-color:#fff}.payment__card-brand--jcb{color:#003087;background-color:#fff}.payment__promo{display:flex;gap:15px;align-items:center}.payment__promo .input{flex:1;width:auto}.payment__promo__label{font-size:13px;font-weight:400;color:#000;display:block;margin-bottom:6px}.payment__promo__input{flex:1;margin:0}.payment__promo__apply{height:40px;padding:0 24px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:22px;font-family:Inter,sans-serif;font-weight:500;text-transform:none;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;justify-content:center;align-items:center;min-width:100px}.payment__promo__apply:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.payment__promo__apply:active{transform:translateY(0);box-shadow:none}.payment__promo__apply:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.payment__promo__message{font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin:0;line-height:1.4}.payment__promo__message--valid{color:#2e7d32}.payment__promo__message--invalid{color:#c62828}.payment__applied-codes{display:flex;flex-direction:column;gap:8px;margin-top:12px}.payment__applied-codes__item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background-color:#f5f5f5;border-radius:5px;border:1px solid #e0e0e0}.payment__applied-codes__info{display:flex;align-items:center;gap:24px}.payment__applied-codes__code{font-family:Inter,sans-serif;font-size:22px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.payment__applied-codes__discount{font-family:Inter,sans-serif;font-size:22px;font-weight:500;color:#2e7d32}.payment__applied-codes__remove{background:none;border:none;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#c62828;justify-content:center;align-items:center;text-align:center;cursor:pointer;padding:4px 8px;border-radius:5px;transition:background-color .15s ease}.payment__applied-codes__remove:hover{background-color:#c6282814}.payment__pay-button{height:60px;background-color:#000;color:#fff;border:none;border-radius:45px;font-size:16px;font-family:Inter,sans-serif;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,transform .18s ease,box-shadow .2s ease;margin-top:10px;text-align:center;justify-content:center;align-items:center;min-width:500px;position:relative;overflow:hidden;opacity:0;animation:fadeSlideUp .5s cubic-bezier(.22,1,.36,1) .45s forwards}.payment__pay-button:after{content:"";position:absolute;top:0;left:-80%;width:60%;height:100%;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.12) 50%,transparent 80%);transform:skew(-20deg);pointer-events:none}.payment__pay-button:hover{background-color:#222;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.payment__pay-button:hover:after{animation:shimmer .6s ease forwards}.payment__pay-button:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.payment__pay-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.payment__pay-button:disabled:hover{background-color:#ccc;transform:none;box-shadow:none}.payment__pay-button:disabled:after{display:none}.payment__processing-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#00000073;animation:fadeInBackdrop .2s ease forwards}.payment__processing-modal{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:40px 100px;max-width:400px;width:100%;background-color:#fff;border-radius:25px;box-shadow:0 16px 48px #0000002e;animation:fadeSlideUp .25s ease forwards}.payment__processing-spinner{width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin .7s linear infinite}.payment__processing-message{font-size:22px;font-weight:500;color:#000;margin:0;letter-spacing:.3px;text-align:center;max-width:100%}.payment__error-banner{background-color:#fef2f2;border:1px solid #fca5a5;border-radius:5px;padding:12px 20px;min-width:500px;animation:fadeSlideUp .3s ease forwards}.payment__error-banner__message{font-size:22px;font-weight:500;color:#b91c1c;margin:0;text-align:center}.payment__secured{font-size:14px;color:#666;text-align:center;margin:0;font-weight:400;line-height:1;opacity:0;animation:fadeSlideUp .4s ease .55s forwards}.payment__already-paid{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:40px 24px;margin:auto}.payment__already-paid p{font-size:22px;line-height:1.6;color:#666}.payment__already-paid a{color:#000;text-decoration:underline}.payment__skeleton{background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:5px}.payment__skeleton--title{height:52px;width:70%;margin-bottom:10px}.payment__skeleton--subtitle{height:14px;width:55%}.payment__skeleton--heading{height:28px;width:45%;margin-top:80px;margin-bottom:50px}.payment__skeleton--row-label{height:14px;width:120px}.payment__skeleton--row-value{height:14px;width:180px}.payment__skeleton--divider{height:1px;width:100%;margin:40px 0}.payment__skeleton--summary-label{height:14px;width:120px}.payment__skeleton--summary-amount{height:14px;width:60px}.payment__skeleton--total-amount{height:28px;width:80px}.payment__skeleton--input{height:48px;width:100%;border-radius:20px}.payment__skeleton--button{height:60px;width:100%;min-width:500px;border-radius:45px}@media (max-width: 1025px){.payment{flex-direction:column}.payment__left,.payment__right{width:100%;flex:none}.payment__left{min-height:unset;padding:40px 24px 24px}.payment__right{padding:40px 24px;gap:48px}.payment__section,.payment__pay-button{min-width:unset;width:100%}.payment__order-summary-wrapper{flex:unset;justify-content:flex-start}.payment__hero__title{font-size:36px}.payment__section-heading{font-size:20px;margin-top:40px;margin-bottom:24px}}@media (max-width: 770px){.payment__left{padding:24px 20px}.payment__right{padding:24px 20px;gap:24px}.payment__hero__title{font-size:26px}.payment__hero__subtitle{font-size:14px}.payment__section-heading{font-size:18px;margin-top:24px;margin-bottom:20px}.payment__section-title{font-size:18px}.payment__field-row{grid-template-columns:1fr}.payment__card{padding:20px}.payment__appointment__label,.payment__appointment__value{font-size:13px}.payment__order-summary{width:100%}.payment__order-summary__total-amount{font-size:22px}.payment__pay-button{height:52px;font-size:13px}.payment__logo img{height:40px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes checkPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #00000026}50%{box-shadow:0 0 0 12px #0000}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.payment-success{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f1f1f1;font-family:Inter,sans-serif;padding:40px}.payment-success__container{max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeUp .5s ease both}.payment-success__logo{height:48px;margin-bottom:80px}.payment-success__icon{width:64px;height:64px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:24px;animation:checkPop .5s cubic-bezier(.22,1,.36,1) .2s both}.payment-success__icon svg{width:32px;height:32px}.payment-success__icon--processing{animation:checkPop .5s cubic-bezier(.22,1,.36,1) .2s both,pulseGlow 2.5s ease-in-out .7s infinite}.payment-success__title{font-size:36px;font-weight:700;text-transform:uppercase;letter-spacing:-.5px;margin:0 0 10px;color:#000}.payment-success__subtitle{font-size:22px;color:#000;margin:0 0 40px;line-height:1.5}.payment-success__receipt{width:100%;background-color:#fff;border:1px solid #000000;border-radius:20px;padding:24px;margin-bottom:40px;text-align:left;animation:fadeUp .5s ease .3s both}.payment-success__receipt__heading{font-size:32px;font-weight:400;margin:0 0 20px;color:#000}.payment-success__receipt__rows{display:flex;flex-direction:column;gap:15px}.payment-success__receipt__row{display:flex;justify-content:space-between;align-items:center}.payment-success__receipt__row--total{padding-top:10px}.payment-success__receipt__row--total .payment-success__receipt__value{font-size:22px;font-weight:700}.payment-success__receipt__divider{border:none;border-top:2px solid #000000;margin:10px 0}.payment-success__receipt__label{font-size:22px;color:#000}.payment-success__receipt__value{font-size:22px;font-weight:600;color:#000}.payment-success__note{font-size:14px;color:#000;line-height:1.6;margin:0 0 40px}.payment-success__note a{color:#000;text-decoration:underline}.payment-success__button{height:52px;padding:0 80px;background-color:#000;color:#fff;border:none;justify-content:center;align-items:center;text-align:center;border-radius:45px;font-size:22px;font-family:Inter,sans-serif;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,transform .18s ease,box-shadow .2s ease}.payment-success__button:hover{background-color:#222;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.payment-success__button:active{transform:translateY(0)}@media (max-width: 770px){.payment-success{padding:24px 20px}.payment-success__title{font-size:26px}.payment-success__receipt{padding:20px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.home{display:flex;flex-direction:column;align-items:stretch;width:100%;background-color:transparent}.home__hero{display:flex;height:100vh;width:100%}.home__discover-services{display:flex;flex:1 1 auto;width:100%;padding:100px}@media (max-width: 1025px){.home__discover-services{padding:48px;margin-top:50px}}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}.fx-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:100001;display:flex;justify-content:center;align-items:center}.fx-loading-overlay__container{background-color:#fff159;width:90%;max-width:500px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px}@media screen and (max-width: 1025px){.fx-loading-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-loading-overlay__container{border-radius:25px}}.fx-loading-overlay__container__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-loading-overlay__container__logo__loading{width:100%;display:flex;justify-content:center;align-items:center}.fx-loading-overlay__container__logo__text{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-loading-overlay__container__logo__text h3{font-size:18px;font-weight:500;color:#000;text-transform:none;margin:0;line-height:1.5}.fx-loading-overlay__container__logo svg{width:80px;height:60px}.fx-loading-overlay__container__logo h1{font-size:24px;font-weight:600;margin:0;color:#000}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}@keyframes errorFadeIn{0%{opacity:0}to{opacity:1}}@keyframes errorSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes errorIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.fx-error-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;justify-content:center;align-items:center;animation:errorFadeIn .2s ease-out backwards}.fx-error-overlay__container{background-color:#fff159;width:90%;max-width:500px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px;box-shadow:0 16px 48px #00000026,0 8px 24px #0000001a;animation:errorSlideUp .3s ease-out backwards}@media screen and (max-width: 1025px){.fx-error-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-error-overlay__container{border-radius:25px}}.fx-error-overlay__container__logo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-error-overlay__container__logo__content{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-error-overlay__container__logo__content p{font-size:18px;font-weight:400;margin:0;padding:0 20px;line-height:1.5;color:#000}.fx-error-overlay__container__logo__actions{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}.fx-error-overlay__container__logo__actions .fx-error-close{border:none;padding:12px 24px;text-align:center;justify-content:center;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;min-width:100px;background:#000;color:#fff}.fx-error-overlay__container__logo__actions .fx-error-close:hover{background:#333}.fx-error-overlay__container__logo h1{font-size:24px;font-weight:600;margin:0;color:#000}.fx-error-icon{width:56px;height:56px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;animation:errorIconPulse 1.5s ease-in-out 1}.fx-error-icon span{color:#fff159;font-size:28px;font-weight:700;line-height:1}.error-message{white-space:pre-line}.error-message-nested{width:100%;text-align:center}.error-message-nested .error-intro{font-size:16px;font-weight:600;margin:0 0 1.5rem;color:#000;line-height:1.5}.error-message-nested .error-list{list-style:disc;text-align:left;padding-left:1.5rem;margin:0}.error-message-nested .error-list .error-category-item{font-size:15px;color:#000;margin-bottom:1rem;line-height:1.5}.error-message-nested .error-list .error-category-item:last-child{margin-bottom:0}.error-message-nested .error-list .error-category-item strong{font-weight:600;display:block;margin-bottom:.5rem}.error-message-nested .error-list .error-category-item .error-field-list{list-style:circle;padding-left:1.5rem;margin:0}.error-message-nested .error-list .error-category-item .error-field-list li{font-size:14px;font-weight:400;color:#000;line-height:1.6;margin-bottom:.25rem}.error-message-nested .error-list .error-category-item .error-field-list li:last-child{margin-bottom:0}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}html.popup-open{overflow-y:scroll!important}html.popup-open body{overflow:hidden!important;position:fixed;width:100%}.fx-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:9999;display:flex;justify-content:center;align-items:center}.fx-popup-overlay__container{background-color:#fff159;width:90%;max-width:700px;min-height:300px;border-radius:10px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:40px}@media screen and (max-width: 1025px){.fx-popup-overlay__container{width:95%;min-height:250px;padding:24px}}@media screen and (min-width: 1025px){.fx-popup-overlay__container{border-radius:25px}}.fx-popup-overlay__container--descriptive{background-color:#fff}.fx-popup-overlay__container--descriptive .fx-popup-overlay__container__content{padding:40px;gap:40px}.fx-popup-overlay__container--descriptive .fx-popup-overlay__container__content__header h1{text-decoration:underline}.fx-popup-overlay__container--descriptive .fx-popup-action.fx-popup-action--primary{background:#fff159!important;color:#000!important;border-radius:25px!important;transition:all .3s ease!important}.fx-popup-overlay__container--descriptive .fx-popup-action.fx-popup-action--primary:hover{background:#000!important;color:#fff!important}.fx-popup-overlay__container .fx-popup-overlay__close{position:absolute;top:20px;right:20px;background:none!important;border:none!important;padding:0!important;min-width:unset!important;border-radius:0!important;font-size:28px;color:#000;cursor:pointer;width:36px;height:36px;display:flex!important;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease;line-height:1}.fx-popup-overlay__container .fx-popup-overlay__close:hover{opacity:.6}.fx-popup-overlay__container__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:24px}.fx-popup-overlay__container__content__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.fx-popup-overlay__container__content__header__icon{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:22px;font-weight:700}.fx-popup-overlay__container__content__header svg{width:80px;height:60px}.fx-popup-overlay__container__content__header h1{font-size:24px;font-weight:600;margin:0;color:#000}.fx-popup-overlay__container__content__message{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.fx-popup-overlay__container__content__message p{font-size:18px;font-weight:400;margin:0;padding:0 20px;line-height:1.5;color:#000}.fx-popup-overlay__container__content__actions{width:100%;display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.fx-popup-overlay__container__content__actions .fx-popup-action{border:none;padding:12px 24px;text-align:center;justify-content:center;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:all .3s ease;min-width:100px}.fx-popup-overlay__container__content__actions .fx-popup-action--primary{background:#000;color:#fff}.fx-popup-overlay__container__content__actions .fx-popup-action--primary:hover{background:#333}.fx-popup-overlay__container__content__actions .fx-popup-action--secondary{background:transparent;color:#000;border:2px solid #000000}.fx-popup-overlay__container__content__actions .fx-popup-action--secondary:hover{background:#000;color:#fff}@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:block}h1{font-size:50px;font-family:Inter;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h1{font-size:110px}}h2{font-size:32px;font-family:Inter;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h2{font-size:70px}}h3{font-size:22px;font-family:Inter;text-transform:uppercase;line-height:1;font-weight:100}@media screen and (min-width: 1025px){h3{font-size:50px}}h4{font-size:14px;font-family:Inter;line-height:1;letter-spacing:-1px}@media screen and (min-width: 1025px){h4{font-size:32px}}p{font-size:16px;font-family:Inter;line-height:1;font-weight:100}@media screen and (min-width: 1025px){p{font-size:24px}}p.small{font-size:12px}@media screen and (min-width: 1025px){p.small{font-size:16px}}:root{--color-white: $white;--color-black: $black;--color-fx-yellow: $fx-yellow;--color-fx-red: $fx-red;--color-charcoal-100: $charcoal-100;--color-light-gray: $light-gray;--color-light-blue: $light-blue;--color-charcoal-200: $charcoal-200}.chevron-up{display:inline-block;border-left:1px solid #000000;border-bottom:1px solid #000000;width:10px;height:10px;transform:rotate(-225deg)}.chevron-down{display:inline-block;border-left:1px solid #000000;border-bottom:1px solid #000000;width:10px;height:10px;transform:rotate(-45deg)}.button,input[type=submit],.secondary,button{display:flex!important;background:#fff159;border:1px solid #fff159;padding:10px 25px;text-align:center;font-size:14px;border-radius:45px;min-width:145px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .8s ease;color:#000;display:inline-block}.button:hover,input[type=submit]:hover,.secondary:hover,button:hover{background-color:#000;color:#fff159;transition:all .2s ease}input[type=submit],.secondary{background-color:#000;color:#fff159;border:1px solid #000000}input[type=submit]:hover,.secondary:hover{color:#000;background:#fff159}input[type=text],input[type=number],input[type=password]{background:transparent;padding:16px 28px;border:1px solid #000000;font-size:16px;width:100%}:export{navigationBreakpointTablet:1025px;navigationBreakpointMobile:770px}:root{--font-primary: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{margin:0;padding:0;overflow-y:auto;overflow-x:hidden;font-family:Inter,sans-serif}@media screen and (min-width: 1025px){html{overflow-y:auto;overflow-x:hidden}}body{margin:0;padding:0;overflow-x:hidden;font-family:Inter,sans-serif;overscroll-behavior-y:none}
