.section-title span{color:var(--kit-text-title-bright)}body{color:var(--kit-text-primary);font-family:Roboto,sans-serif;line-height:1.375;margin:0;padding:0}body *{box-sizing:border-box}ol,ul{margin:0}ol{padding-left:25px}ul{list-style:none;padding:0}.hidden{display:none!important}.container-lg{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:0 56px;width:100%}@media screen and (max-width:1239px){.container-lg{max-width:768px;padding:0 32px}}@media screen and (max-height:575px),screen and (max-width:767px){.container-lg{padding:0 16px}}@media screen and (max-width:1239px){.container-lg-without-right-space{margin:0 0 0 calc(50% - 384px);max-width:calc(50% + 384px);padding-right:0}}@media screen and (max-height:575px),screen and (max-width:767px){.container-lg-without-right-space{margin:0}}.container-xlg{box-sizing:border-box;margin:0 auto;max-width:1824px;padding:0 8px;width:100%}@media screen and (max-width:1239px){.container-xlg{padding:0 4px}}:root{--kit-text-font-weight-default:400;--kit-text-letter-spacing-default:0}.header__mobile-overlay{background-color:transparent;bottom:0;display:none;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:background-color .3s ease-in-out;z-index:1010}@media screen and (max-width:1536px){.header__mobile-overlay.open{display:block}}.header__mobile-overlay.open{background-color:rgba(17,41,80,.83);pointer-events:auto}.header__mobile-content{background-color:var(--kit-surface-white-background);border-radius:0 0 16px 16px;box-shadow:0 -1px 24px 0 var(--kit-surface-elevation-top),0 16px 24px 0 var(--kit-surface-elevation-bottom);box-sizing:border-box;display:flex;flex-direction:column;gap:24px;max-height:100vh;overflow:hidden;padding:0 32px 32px;transform:translateY(-100%);transition:transform .3s ease-in-out;width:100%}.header__mobile-overlay.open .header__mobile-content{transform:translateY(0)}@media screen and (max-width:576px){.header__mobile-content{border-radius:0;inset:0;max-height:none;padding:0 16px;position:fixed;z-index:1}}.header__mobile-header{align-items:center;background-color:var(--kit-surface-white-background);display:flex;justify-content:space-between;padding-top:32px;position:sticky;top:0;z-index:1}@media screen and (max-height:575px),screen and (max-width:767px){.header__mobile-header{padding-top:16px}}.header__mobile-logo-img{display:block;max-width:120px}.header__mobile-close-btn{align-items:center;background-color:transparent;border:1px solid var(--kit-border-grey-default);border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:12px}.header__mobile-close-btn:hover{border-color:var(--kit-card-border-hover)}.header__mobile-search{position:relative}.header__mobile-search-input{border:1px solid var(--kit-border-grey-default);border-radius:8px;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);height:48px;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);padding:12px 16px 12px 44px;width:100%}.header__mobile-search-input::placeholder{color:var(--kit-text-tertiary)}.header__mobile-search-input:hover{border-color:var(--kit-surface-brand-background-hovered)}.header__mobile-search-input:focus{border-color:var(--kit-border-brand-default);outline:none}.header__mobile-search-icon{color:var(--kit-text-tertiary);left:16px;position:absolute;top:50%;transform:translateY(-50%)}.header__mobile-nav{flex:1;margin-top:-5px;min-height:0;overflow-y:auto}.header__mobile-nav.hidden{display:none}.header__mobile-search-results{display:none;flex:1;overflow-y:auto}.header__mobile-search-results.visible{display:block}.header__mobile-menu{list-style:none;margin:0;padding:0}.header__mobile-menu-link{color:var(--kit-text-primary);display:block;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);padding:8px 0;text-decoration:none}.header__mobile-menu-link:hover{color:var(--kit-text-secondary-blue)}.header__mobile-dropdown-trigger{align-items:center;color:var(--kit-text-primary);cursor:pointer;display:flex;font-size:var(--kit-typography-headings-font-size-sm);font-weight:var(--kit-typography-headings-font-weight-sm);justify-content:space-between;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-sm);padding:8px 0;user-select:none}.header__mobile-dropdown-trigger:hover{color:var(--kit-text-secondary-blue)}.header__mobile-dropdown-chevron{height:12px;width:12px}@media screen and (max-height:575px),screen and (max-width:767px){.header__mobile-dropdown-chevron{margin-right:10px}}.header__mobile-dropdown.open .header__mobile-dropdown-chevron{transform:rotate(180deg)}.header__mobile-dropdown.open .header__mobile-dropdown-menu{max-height:500px;padding:0 0 4px 16px}.header__mobile-dropdown-menu{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease-in-out,padding .3s ease-in-out}.header__mobile-dropdown-link{color:var(--kit-text-tertiary);display:block;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);padding:4px 0;text-decoration:none}.header__mobile-dropdown-link:hover{color:var(--kit-text-secondary-blue)}.header__mobile-actions{display:none;flex-direction:column;flex-shrink:0;gap:8px;padding-top:24px}@media screen and (max-width:576px){.header__mobile-actions{padding-bottom:16px}}@media screen and (max-height:575px),screen and (max-width:767px){.header__mobile-actions{display:flex}}.header__mobile-actions.hidden{display:none!important}.header__mobile-action-btn{width:100%}.sticky-header-wrapper{background-color:var(--kit-surface-white-background);position:sticky;top:0;z-index:1000}.header{border-bottom:1px solid var(--kit-border-grey-default)}.header__container{align-items:center;background-color:var(--kit-surface-white-background);display:flex;justify-content:space-between;padding-bottom:20px;padding-top:20px;position:relative}@media screen and (max-width:1919px){.header__container{padding-left:56px;padding-right:56px}}@media screen and (max-width:1239px){.header__container{padding-left:32px;padding-right:32px}}@media screen and (max-height:575px),screen and (max-width:767px){.header__container{padding-left:16px;padding-right:16px}}.header__logo:focus-visible{outline:none}.header__logo-img{display:block}.header__nav{margin:0 auto}@media screen and (max-width:1536px){.header__nav--menu{display:none}}.header__nav--profile{margin-left:0;margin-right:48px}@media screen and (max-height:575px),screen and (max-width:767px){.header__nav--profile{display:none}}@media screen and (max-width:1536px){.header__nav--profile{margin-left:auto}}.header__menu{display:flex;gap:20px;line-height:normal;list-style:none;padding:0}.header__menu-item,.header__menu-link{color:var(--kit-text-primary)}.header__menu-link{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);text-decoration:none}.header__menu-link:hover{color:var(--kit-text-secondary-blue)}.header__actions{align-items:center;display:flex}.header__search{background:transparent;border:1px solid var(--kit-border-grey-default);border-radius:8px;color:var(--kit-text-primary);cursor:pointer;height:40px;margin-right:8px;width:40px}.header__search:hover{border-color:var(--kit-card-border-hover)}@media screen and (max-width:1536px){.header__search{display:none}}.header__login{margin-left:20px}@media screen and (max-height:575px),screen and (max-width:767px){.header__login,.header__start-btn{display:none!important}}.header__mobile-menu-btn{background-color:transparent;border:1px solid var(--kit-border-grey-default);border-radius:8px;cursor:pointer;display:none;margin-left:24px;padding:13px 10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:1536px){.header__mobile-menu-btn{display:flex}}.header__mobile-menu-btn:hover{border-color:var(--kit-card-border-hover)}.header-dropdown{align-items:center;color:var(--kit-text-primary);cursor:pointer;display:flex;font-size:var(--kit-typography-headings-font-size-sm);font-weight:var(--kit-typography-headings-font-weight-sm);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-sm);position:relative}.header-dropdown.open,.header-dropdown:hover{color:var(--kit-text-secondary-blue)}.header-dropdown.open .header-dropdown__menu{opacity:1;visibility:visible}.header-dropdown.open .header-dropdown__chevron{transform:rotate(180deg)}.header-dropdown__chevron{margin-left:8px;width:10px}.header-dropdown__menu{background-color:var(--kit-surface-white-background);border:1px solid var(--kit-border-grey-default);border-radius:0 0 8px 8px;box-shadow:0 -1px 24px 0 var(--kit-surface-elevation-top),0 16px 24px 0 var(--kit-surface-elevation-bottom);display:flex;flex-direction:column;left:calc(50% - 140px);list-style:none;opacity:0;padding:0;position:absolute;top:52px;transition:visibility .2s ease-in-out,opacity .2s ease-in-out;visibility:hidden;width:280px;z-index:1001}.header-dropdown__item{cursor:default;margin:3px 0 2px;position:relative}.header-dropdown__item:not(:last-child):after{border-bottom:1px solid var(--kit-border-grey-default);bottom:-3px;content:"";left:18px;position:absolute;width:244px}.header-dropdown__link{color:var(--kit-text-primary);display:block;font-size:var(--kit-typography-text-font-size-sm);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-sm);padding:10px 18px;text-decoration:none}.header-dropdown__link:hover{background-color:var(--kit-surface-info-hovered)}.header-dropdown__link--logout{color:var(--kit-text-error);font-size:var(--kit-typography-button-font-size-link);font-weight:var(--kit-typography-button-font-weight-link);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-link);text-decoration:underline}footer{--logo-height:28px;background-color:var(--kit-surface-footer-background-dark);border-radius:16px;box-sizing:content-box;color:var(--kit-text-inverted);display:flex;flex-direction:column;height:471px;justify-content:space-between;padding:42px 24px}@media screen and (max-width:1239px){footer{gap:79px;height:auto;padding:42px 24px}}@media screen and (max-height:575px),screen and (max-width:767px){footer{gap:32px;padding:60px 15px 21px}}footer .footer{display:flex;gap:12%;max-width:1328px;width:100%}@media screen and (max-width:1239px){footer .footer{flex-direction:column;gap:40px}}footer .footer__company{gap:0;width:25%}@media screen and (max-width:1239px){footer .footer__company{width:100%}}footer .footer__company__logo{display:block;height:var(--logo-height)}footer .footer__company__disclaimer{margin-bottom:24px;margin-top:40px}footer .footer__company__disclaimer,footer .footer__company__disclaimer p{font-size:var(--kit-typography-text-font-size-sm);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-sm)}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer__company__disclaimer{margin:16px 0}}footer .footer__content{display:flex;gap:64px;justify-content:space-between}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer__content{flex-direction:column;gap:24px}}footer .footer__socials{cursor:pointer;display:flex;gap:16px}footer .footer__socials a img{display:block;height:24px;width:24px}footer .footer-countries__flags-img{width:24px}footer .footer-countries__items{align-items:baseline;display:flex;gap:18px}footer .footer-countries__title{font-size:var(--kit-typography-headings-font-size-sm);font-weight:var(--kit-typography-headings-font-weight-sm);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-sm);margin-bottom:12px}footer .footer__contacts p{line-height:1.375}footer .copyright hr{background-color:var(--kit-button-tertiary-border-default);display:block;height:1px;margin:0 0 34px;opacity:.2;width:100%}@media screen and (max-height:575px),screen and (max-width:767px){footer .copyright hr{background-color:var(--kit-icon-secondary-blue)}}footer .copyright__content{display:flex;justify-content:space-between}@media screen and (max-height:575px),screen and (max-width:767px){footer .copyright__content{flex-direction:column;gap:16px}}footer .copyright__content ul{flex-direction:row;gap:24px}@media screen and (max-height:575px),screen and (max-width:767px){footer .copyright__content ul{flex-wrap:wrap;gap:4px 16px}}footer .copyright__content ul a{white-space:nowrap}footer .footer-menu{display:flex;flex-direction:column;gap:40px}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer-menu{gap:16px}}footer .footer-menu__title{color:var(--kit-text-inverted);font-size:var(--kit-typography-headings-font-size-sm);font-weight:var(--kit-typography-headings-font-weight-sm);height:var(--logo-height);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-sm);margin-top:0}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer-menu__title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}footer .footer-menu__item{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}footer .footer-menu__icon{display:none;transition:transform .3s ease}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer-menu__icon{display:flex;flex:0 0 16px;height:16px;position:relative;width:16px}}footer .footer-menu__toggle{opacity:0;pointer-events:none;position:absolute}footer .footer-menu__toggle:checked+.footer-menu__title .footer-menu__icon{transform:rotate(180deg)}footer .footer-menu__toggle:checked~.footer-menu__menu{grid-auto-rows:1fr}footer .footer-menu__toggle:checked~.footer-menu__menu .footer-menu__menu-inner{opacity:1}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer-menu__toggle:checked~.footer-menu__menu .footer-menu__menu-inner{padding-bottom:16px}footer .footer-menu__toggle:not(:checked)~.footer-menu__menu .footer-menu__menu-inner{opacity:0}footer .footer-menu__menu{border-bottom:1px solid var(--kit-icon-secondary-blue);display:grid;grid-auto-rows:0fr;overflow:hidden;transition:grid-auto-rows .35s ease}}footer .footer-menu__menu-inner{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);list-style:none;margin:0;max-width:100%;padding:0}@media screen and (max-height:575px),screen and (max-width:767px){footer .footer-menu__menu-inner{min-height:0;opacity:0;transition:opacity .18s ease}}footer ul{display:flex;flex-direction:column;gap:8px;line-height:1.375;margin:0;padding:0}footer ul li{list-style:none}footer ul li p{margin:0}footer ul li a{color:var(--kit-text-inverted);text-decoration:none}footer a:hover{text-decoration:underline}.kit-button{--component-button-primary-surface-default:var(--kit-surface-brand-default);--component-button-primary-surface-disabled:var(--kit-surface-brand-disabled);--component-button-primary-surface-hover:var(--kit-surface-brand-hovered);--component-button-primary-surface-pressed:var(--kit-surface-brand-pressed);--component-button-primary-text-default:var(--kit-button-primary-text-default);--component-button-primary-text-disabled:var(--kit-button-primary-text-disabled);--component-button-primary-icon-default:var(--kit-button-primary-icon-default);--component-button-primary-icon-disabled:var(--kit-button-primary-icon-disabled);--component-button-primary-focus-border:var(--kit-focus-border-brand);--component-button-primary-focus-shadow:var(--kit-focus-shadow-brand);--component-button-secondary-main-border-default:var(--kit-button-secondary-main-border-default);--component-button-secondary-main-focus-border:var(--kit-button-secondary-main-focus-border);--component-button-secondary-main-focus-shadow:var(--kit-button-secondary-main-focus-shadow);--component-button-secondary-main-surface-default:var(--kit-surface-white-background);--component-button-secondary-main-surface-hover:var(--kit-button-secondary-main-surface-hover);--component-button-secondary-main-surface-pressed:var(--kit-button-secondary-main-surface-pressed);--component-button-secondary-main-surface-disabled:var(--kit-surface-grey-disabled);--component-button-secondary-main-text-default:var(--kit-button-secondary-main-text-default);--component-button-secondary-main-text-disabled:var(--kit-text-tertiary);--component-button-secondary-main-icon-default:var(--kit-button-secondary-main-icon-default);--component-button-secondary-main-icon-disabled:var(--kit-icon-disabled-dark);--component-button-secondary-alt-focus-border:var(--kit-button-secondary-alt-focus-border);--component-button-secondary-alt-focus-shadow:var(--kit-button-secondary-alt-focus-shadow);--component-button-secondary-alt-border-default:var(--kit-button-secondary-alt-border-default);--component-button-secondary-alt-surface-default:var(--kit-surface-white-background);--component-button-secondary-alt-surface-hover:var(--kit-button-secondary-alt-surface-hover);--component-button-secondary-alt-surface-pressed:var(--kit-button-secondary-alt-surface-pressed);--component-button-secondary-alt-surface-disabled:var(--kit-surface-grey-disabled);--component-button-secondary-alt-text-default:var(--kit-button-secondary-alt-text-default);--component-button-secondary-alt-text-disabled:var(--kit-text-tertiary);--component-button-secondary-alt-icon-default:var(--kit-button-secondary-alt-icon-default);--component-button-secondary-alt-icon-disabled:var(--kit-icon-disabled-dark);--component-button-tertiary-border-default:var(--kit-border-grey-default);--component-button-tertiary-border-disabled:var(--kit-border-grey-on-disabled);--component-button-tertiary-icon-default:var(--kit-icon-primary);--component-button-tertiary-icon-disabled:var(--kit-icon-disabled-dark);--component-button-tertiary-text-default:var(--kit-text-primary);--component-button-tertiary-text-disabled:var(--kit-text-tertiary);--component-button-tertiary-surface-default:var(--kit-surface-white-background);--component-button-tertiary-surface-hover:var(--kit-button-tertiary-surface-hover);--component-button-tertiary-surface-disabled:var(--kit-surface-grey-disabled);--component-button-tertiary-surface-pressed:var(--kit-button-tertiary-surface-pressed);--component-button-tertiary-focus-border:var(--kit-focus-border-brand);--component-button-tertiary-focus-shadow:var(--kit-focus-shadow-brand);--component-button-ghost-main-surface-hover:var(--kit-button-ghost-main-surface-hover);--component-button-ghost-main-surface-pressed:var(--kit-button-ghost-main-surface-pressed);--component-button-ghost-main-text-default:var(--kit-button-ghost-main-text-default);--component-button-ghost-main-text-disabled:var(--kit-text-disabled);--component-button-ghost-main-icon-default:var(--kit-button-ghost-main-icon-default);--component-button-ghost-main-icon-disabled:var(--kit-icon-disabled-dark);--component-button-ghost-main-focus-border:var(--kit-button-ghost-main-focus-border);--component-button-ghost-main-focus-shadow:var(--kit-button-ghost-main-focus-shadow);--component-button-ghost-alt-surface-hover:var(--kit-button-ghost-alt-surface-hover);--component-button-ghost-alt-surface-pressed:var(--kit-button-ghost-alt-surface-pressed);--component-button-ghost-alt-text-default:var(--kit-button-ghost-alt-text-default);--component-button-ghost-alt-text-disabled:var(--kit-text-disabled);--component-button-ghost-alt-icon-default:var(--kit-button-ghost-alt-icon-default);--component-button-ghost-alt-icon-disabled:var(--kit-icon-disabled-dark);--component-button-ghost-alt-focus-border:var(--kit-button-ghost-alt-focus-border);--component-button-ghost-alt-focus-shadow:var(--kit-button-ghost-alt-focus-shadow);--component-button-ghost-danger-surface-hover:var(--kit-surface-error-hovered);--component-button-ghost-danger-surface-disabled:var(--kit-surface-grey-disabled);--component-button-ghost-danger-surface-pressed:var(--kit-surface-error-pressed);--component-button-ghost-danger-text-default:var(--kit-text-error);--component-button-ghost-danger-text-disabled:var(--kit-text-tertiary);--component-button-ghost-danger-icon-default:var(--kit-icon-error);--component-button-ghost-danger-icon-disabled:var(--kit-icon-disabled-dark);--component-button-ghost-danger-focus-border:var(--kit-button-ghost-danger-focus-border);--component-button-ghost-danger-focus-shadow:var(--kit-button-ghost-danger-focus-shadow);--component-alert-button-general-text-default:var(--kit-text-primary);--component-alert-button-general-text-disabled:var(--kit-text-tertiary);--component-alert-button-general-focus-border:var(--kit-alert-button-general-focus-border);--component-alert-button-general-focus-shadow:var(--kit-alert-button-general-focus-shadow);--component-alert-button-info-border-default:var(--kit-border-info-light);--component-alert-button-info-surface-default:var(--kit-surface-white-background);--component-alert-button-info-surface-hover:var(--kit-surface-info-hovered);--component-alert-button-info-surface-pressed:var(--kit-surface-info-pressed);--component-alert-button-info-surface-disabled:var(--kit-surface-grey-disabled);--component-alert-button-success-border-default:var(--kit-border-success-dark);--component-alert-button-success-surface-default:var(--kit-surface-white-background);--component-alert-button-success-surface-hover:var(--kit-surface-success-hovered);--component-alert-button-success-surface-pressed:var(--kit-surface-success-pressed);--component-alert-button-success-surface-disabled:var(--kit-surface-grey-disabled);--component-alert-button-warning-border-default:var(--kit-border-warning-dark);--component-alert-button-warning-surface-default:var(--kit-surface-white-background);--component-alert-button-warning-surface-hover:var(--kit-surface-warning-hovered);--component-alert-button-warning-surface-pressed:var(--kit-surface-warning-pressed);--component-alert-button-warning-surface-disabled:var(--kit-surface-grey-disabled);--component-alert-button-error-border-default:var(--kit-border-error-dark);--component-alert-button-error-surface-default:var(--kit-surface-white-background);--component-alert-button-error-surface-hover:var(--kit-surface-error-hovered);--component-alert-button-error-surface-pressed:var(--kit-surface-error-pressed);--component-alert-button-error-surface-disabled:var(--kit-surface-grey-disabled);--component-link-button-text-default:var(--kit-text-primary);--component-link-button-disabled:var(--kit-text-disabled);--component-link-button-hovered:var(--kit-link-button-surface-hovered);--component-link-button-surface-pressed:var(--kit-link-button-border-pressed);--component-link-button-border-focused:var(--kit-link-button-border-focused);--component-link-button-shadow-focused:var(--kit-link-button-shadow-focused);--height:64px;--padding:0 24px;--border-width:1px;--background:var(--component-button-primary-surface-default);--color:var(--component-button-primary-text-default);--icon-color:var(--component-button-primary-icon-default);--border-color:var(--component-button-primary-surface-default);--img-size:16px;--box-shadow:none;align-items:center;background:var(--background);border:var(--border-width) solid var(--border-color);border-radius:8px;box-shadow:var(--box-shadow);box-sizing:border-box;color:var(--color);cursor:pointer;display:inline-flex;font-family:var(--kit-font-family);font-size:var(--kit-typography-button-font-size-xl);font-weight:var(--kit-typography-button-font-weight-xl);gap:8px;height:var(--height);justify-content:center;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-xl);outline:none;padding:var(--padding);text-decoration:none}.kit-button img{display:inline-block;height:var(--img-size)}.kit-button svg{fill:var(--icon-color)}.kit-button-primary:hover:not(:disabled){--background:var(--component-button-primary-surface-hover);--border-color:var(--component-button-primary-surface-hover)}.kit-button-primary:focus-visible:not(:disabled){--background:var(--component-button-primary-surface-hover);--border-color:var(--component-button-primary-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-button-primary-focus-border),0px 0px 5px 0px var(--component-button-primary-focus-shadow)}.kit-button-primary.active:not(:disabled),.kit-button-primary:active:not(:disabled){--background:var(--component-button-primary-surface-pressed)}.kit-button-primary:disabled{cursor:default;--background:var(--component-button-primary-surface-disabled);--border-color:var(--component-button-primary-surface-disabled);--color:var(--component-button-primary-text-disabled);--icon-color:var(--component-button-primary-icon-disabled)}.kit-button-secondary{--background:var(--component-button-secondary-main-surface-default);--color:var(--component-button-secondary-main-text-default);--border-color:var(--component-button-secondary-main-border-default);--icon-color:var(--component-button-secondary-main-icon-default)}.kit-button-secondary:hover:not(:disabled){--background:var(--component-button-secondary-main-surface-hover)}.kit-button-secondary:focus-visible:not(:disabled){--background:var(--component-button-secondary-main-surface-hover);--border-color:var(--component-button-secondary-main-text-default);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-button-secondary-main-focus-border),0px 0px 5px 0px var(--component-button-secondary-main-focus-shadow)}.kit-button-secondary.active:not(:disabled),.kit-button-secondary:active:not(:disabled){--background:var(--component-button-secondary-main-surface-pressed)}.kit-button-secondary:disabled{cursor:default;--background:var(--component-button-secondary-main-surface-disabled);--color:var(--component-button-secondary-main-text-disabled);--border-color:var(--component-button-secondary-main-surface-disabled);--icon-color:var(--component-button-secondary-main-icon-disabled)}.kit-button-secondary-alt{--background:var(--component-button-secondary-alt-surface-default);--color:var(--component-button-secondary-alt-text-default);--border-color:var(--component-button-secondary-alt-border-default);--icon-color:var(--component-button-secondary-alt-icon-default)}.kit-button-secondary-alt:hover:not(:disabled){--background:var(--component-button-secondary-alt-surface-hover)}.kit-button-secondary-alt:focus-visible:not(:disabled){--background:var(--component-button-secondary-alt-surface-hover);--border-color:var(--component-button-secondary-alt-border-default);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-button-secondary-alt-focus-border),0px 0px 5px 0px var(--component-button-secondary-alt-focus-shadow)}.kit-button-secondary-alt.active:not(:disabled),.kit-button-secondary-alt:active:not(:disabled){--background:var(--component-button-secondary-alt-surface-pressed)}.kit-button-secondary-alt:disabled{cursor:default;--background:var(--component-button-secondary-alt-surface-disabled);--color:var(--component-button-secondary-alt-text-disabled);--border-color:var(--component-button-secondary-alt-surface-disabled);--icon-color:var(--component-button-secondary-alt-icon-disabled)}.kit-button-tertiary{--background:var(--component-button-tertiary-surface-default);--color:var(--component-button-tertiary-text-default);--border-color:var(--component-button-tertiary-border-default);--icon-color:var(--component-button-tertiary-icon-default)}.kit-button-tertiary:hover:not(:disabled){--background:var(--component-button-tertiary-surface-hover)}.kit-button-tertiary:focus-visible:not(:disabled){--background:var(--component-button-tertiary-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-button-tertiary-focus-border),0 0 5px 0 var(--component-button-tertiary-focus-shadow)}.kit-button-tertiary.active:not(:disabled),.kit-button-tertiary:active:not(:disabled){--background:var(--component-button-tertiary-surface-pressed)}.kit-button-tertiary:disabled{cursor:default;--background:var(--component-button-tertiary-surface-disabled);--color:var(--component-button-tertiary-text-disabled);--border-color:var(--component-button-tertiary-surface-disabled);--icon-color:var(--component-button-tertiary-icon-disabled)}.kit-button-ghost{--background:transparent;--color:var(--component-button-ghost-main-text-default);--border-color:transparent;--icon-color:var(--component-button-ghost-main-icon-default)}.kit-button-ghost:hover:not(:disabled){--background:var(--component-button-ghost-main-surface-hover)}.kit-button-ghost:focus-visible:not(:disabled){--background:var(--component-button-ghost-main-surface-hover);--border-color:var(--kit-border-white);--box-shadow:0 0 0 1px var(--component-button-ghost-main-focus-border),0 0 4px 0 var(--component-button-ghost-main-focus-shadow)}.kit-button-ghost.active:not(:disabled),.kit-button-ghost:active:not(:disabled){--background:var(--component-button-ghost-main-surface-pressed);--icon-color:var(--component-button-ghost-main-icon-disabled)}.kit-button-ghost:disabled{cursor:default;--color:var(--component-button-ghost-main-text-disabled);--background:transparent;--border-color:transparent}.kit-button-ghost-alt{--background:transparent;--color:var(--component-button-ghost-alt-text-default);--border-color:transparent;--icon-color:var(--component-button-ghost-alt-icon-default)}.kit-button-ghost-alt:hover:not(:disabled){--background:var(--component-button-ghost-alt-surface-hover)}.kit-button-ghost-alt:focus-visible:not(:disabled){--background:var(--component-button-ghost-alt-surface-hover);--border-color:var(--kit-border-white);--box-shadow:0 0 0 1px var(--component-button-ghost-alt-focus-border),0 0 4px 0 var(--component-button-ghost-alt-focus-shadow)}.kit-button-ghost-alt.active:not(:disabled),.kit-button-ghost-alt:active:not(:disabled){--background:var(--component-button-ghost-alt-surface-pressed);--icon-color:var(--component-button-ghost-alt-icon-disabled)}.kit-button-ghost-alt:disabled{cursor:default;--color:var(--component-button-ghost-alt-text-disabled);--background:transparent;--border-color:transparent}.kit-button-ghost-danger{--background:transparent;--color:var(--component-button-ghost-danger-text-default);--border-color:transparent;--icon-color:var(--component-button-ghost-danger-icon-default)}.kit-button-ghost-danger:hover:not(:disabled){--background:var(--component-button-ghost-danger-surface-hover)}.kit-button-ghost-danger:focus-visible:not(:disabled){--background:var(--component-button-ghost-danger-surface-hover);--border-color:var(--kit-border-white);--box-shadow:0 0 0 1px var(--component-button-ghost-danger-focus-border),0 0 4px 0 var(--component-button-ghost-danger-focus-shadow)}.kit-button-ghost-danger.active:not(:disabled),.kit-button-ghost-danger:active:not(:disabled){--background:var(--component-button-ghost-danger-surface-pressed)}.kit-button-ghost-danger:disabled{cursor:default;--color:var(--component-button-ghost-danger-text-disabled);--background:transparent;--border-color:transparent;--icon-color:var(--component-button-ghost-danger-icon-disabled)}.kit-button-size-xl{--height:56px}.kit-button-size-lg{--height:48px;font-size:var(--kit-typography-button-font-size-lg);font-weight:var(--kit-typography-button-font-weight-lg);line-height:var(--kit-typography-button-line-height-lg)}.kit-button-size-lg,.kit-button-size-md{letter-spacing:var(--kit-text-letter-spacing-default)}.kit-button-size-md{--height:36px;--padding:0 16px;font-size:var(--kit-typography-button-font-size-md);font-weight:var(--kit-typography-button-font-weight-md);line-height:var(--kit-typography-button-line-height-md)}.kit-button-size-sm{--height:32px;--padding:0 12px;font-size:var(--kit-typography-button-font-size-sm);font-weight:var(--kit-typography-button-font-weight-sm);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-sm);--img-size:14px}.kit-button-size-xs{--height:24px;--padding:0 8px;font-size:var(--kit-typography-button-font-size-xs);font-weight:var(--kit-typography-button-font-weight-xs);letter-spacing:var(--kit-typography-button-letter-spacing-xs);line-height:var(--kit-typography-button-line-height-xs);--img-size:12px}.kit-button-no-padding{--height:auto;min-height:auto;min-width:0;padding:0}.kit-button-alert{--padding:0 8px;font-size:var(--kit-typography-button-font-size-xs);font-weight:var(--kit-typography-button-font-weight-xs);letter-spacing:var(--kit-typography-button-letter-spacing-xs);line-height:var(--kit-typography-button-line-height-xs);--color:var(--component-alert-button-general-text-default);--height:24px}.kit-button-alert-info{--background:var(--component-alert-button-info-surface-default);--border-color:var(--component-alert-button-info-border-default)}.kit-button-alert-info:hover:not(:disabled){--background:var(--component-alert-button-info-surface-hover)}.kit-button-alert-info:focus-visible{--background:var(--component-alert-button-info-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-alert-button-general-focus-border),0 0 5px 0 var(--component-alert-button-general-focus-shadow)}.kit-button-alert-info.active,.kit-button-alert-info:active{--background:var(--component-alert-button-info-surface-pressed)}.kit-button-alert-info:disabled{cursor:default;--background:var(--component-alert-button-info-surface-disabled);--color:var(--component-alert-button-general-text-disabled);--border-color:var(--component-alert-button-info-surface-disabled)}.kit-button-alert-success{--background:var(--component-alert-button-success-surface-default);--border-color:var(--component-alert-button-success-border-default)}.kit-button-alert-success:hover:not(:disabled){--background:var(--component-alert-button-success-surface-hover)}.kit-button-alert-success:focus-visible{--background:var(--component-alert-button-success-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-alert-button-general-focus-border),0 0 5px 0 var(--component-alert-button-general-focus-shadow)}.kit-button-alert-success.active,.kit-button-alert-success:active{--background:var(--component-alert-button-success-surface-pressed)}.kit-button-alert-success:disabled{cursor:default;--background:var(--component-alert-button-success-surface-disabled);--color:var(--component-alert-button-general-text-disabled);--border-color:var(--component-alert-button-success-surface-disabled)}.kit-button-alert-warning{--background:var(--component-alert-button-warning-surface-default);--border-color:var(--component-alert-button-warning-border-default)}.kit-button-alert-warning:hover:not(:disabled){--background:var(--component-alert-button-warning-surface-hover)}.kit-button-alert-warning:focus-visible{--background:var(--component-alert-button-warning-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-alert-button-general-focus-border),0 0 5px 0 var(--component-alert-button-general-focus-shadow)}.kit-button-alert-warning.active,.kit-button-alert-warning:active{--background:var(--component-alert-button-warning-surface-pressed)}.kit-button-alert-warning:disabled{cursor:default;--background:var(--component-alert-button-warning-surface-disabled);--color:var(--component-alert-button-general-text-disabled);--border-color:var(--component-alert-button-warning-surface-disabled)}.kit-button-alert-error{--background:var(--component-alert-button-error-surface-default);--border-color:var(--component-alert-button-error-border-default)}.kit-button-alert-error:hover:not(:disabled){--background:var(--component-alert-button-error-surface-hover)}.kit-button-alert-error:focus-visible{--background:var(--component-alert-button-error-surface-hover);--box-shadow:0 0 0 1px var(--kit-border-white),0 0 0 2px var(--component-alert-button-general-focus-border),0 0 5px 0 var(--component-alert-button-general-focus-shadow)}.kit-button-alert-error.active,.kit-button-alert-error:active{--background:var(--component-alert-button-error-surface-pressed)}.kit-button-alert-error:disabled{cursor:default;--background:var(--component-alert-button-error-surface-disabled);--color:var(--component-alert-button-general-text-disabled);--border-color:var(--component-alert-button-error-surface-disabled)}.kit-button-link{--border-width:0;--background:none;--color:var(--component-link-button-text-default);--icon-color:var(--component-link-button-text-default);--border-color:none;border-radius:4px;outline:none;--img-size:12px}.kit-button-link kit-icon{height:var(--img-size);width:var(--img-size)}.kit-button-link kit-icon svg{display:block;fill:var(--color)}.kit-button-link:hover:not(:disabled){cursor:pointer;--background:var(--component-link-button-hovered)}.kit-button-link:focus-visible:not(:disabled){--box-shadow:0 0 0 1px var(--component-link-button-border-focused),0 0 4px 0 var(--component-link-button-shadow-focused);--background:var(--component-link-button-hovered)}.kit-button-link:active:not(:disabled){--background:var(--component-link-button-surface-pressed)}.kit-button-link:disabled{cursor:default;--color:var(--component-link-button-disabled)}.kit-button-link.kit-button-size-xs{--img-size:10px}.hero-block h1{margin:0}.hero-block__main-wrapper{display:flex}.hero-block__content-section{--header-height:132px;background-color:var(--kit-text-primary);border-radius:16px;display:flex;min-height:412px;overflow:hidden;position:relative;width:100%}@media(max-aspect-ratio:2/1)and (min-width:1239px){.hero-block__content-section{max-height:calc(100vh - var(--header-height))}}.hero-block__content-section video{height:100%;width:100%}@media(max-aspect-ratio:2/1)and (min-width:1239px){.hero-block__content-section video{object-fit:cover;object-position:center}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__content-section video{align-self:end;object-fit:cover;object-position:center bottom}}@media screen and (max-width:576px){.hero-block__content-section video{align-self:normal}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__content-section{height:calc(100vh - var(--header-height))}}@media screen and (max-width:576px){.hero-block__content-section{height:100%}}.hero-block__content-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center;left:0;margin:0 48px;max-width:45%;position:absolute;top:0}@media screen and (max-width:1239px){.hero-block__content-wrapper{margin:0 24px;max-width:70%}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__content-wrapper{display:block;margin:48px 12px;max-width:none}}.hero-block__content-title{color:var(--kit-text-inverted);font-size:var(--kit-typography-headings-font-size-4xl);font-size:48px;font-weight:var(--kit-typography-headings-font-weight-4xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-4xl)}@media screen and (max-width:1239px){.hero-block__content-title{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl)}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__content-title{font-size:var(--kit-typography-headings-font-size-2xl);font-weight:var(--kit-typography-headings-font-weight-2xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-2xl)}}.hero-block__content-subtitle{color:var(--kit-text-inverted);font-size:var(--kit-typography-text-font-size-lg);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-lg);margin-top:24px}@media screen and (max-width:1239px){.hero-block__content-subtitle{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);margin-top:8px}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__content-subtitle{margin-top:16px}}.hero-block__cta-button{align-self:flex-start;font-size:var(--kit-typography-button-font-size-xl);font-weight:var(--kit-typography-button-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-xl);margin-top:56px}@media screen and (max-width:1239px){.hero-block__cta-button{margin-top:24px}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__cta-button{margin-top:32px;width:100%}}@media screen and (max-width:1199px){.hero-block__cta-button-wrapper{align-items:center;display:flex}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__cta-button-wrapper{display:block}}.hero-block__trusted-shops{margin-top:32px}@media screen and (max-width:1199px){.hero-block__trusted-shops{margin-left:24px}}@media screen and (max-height:575px),screen and (max-width:767px){.hero-block__trusted-shops{display:flex;justify-content:center;margin-left:0;margin-top:16px}}.categories__wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;margin-top:-70px;position:relative;z-index:1}@media screen and (max-width:1239px){.categories__wrapper{margin-top:-22px;padding:0 32px;width:100%}}@media screen and (max-height:575px),screen and (max-width:767px){.categories__wrapper{gap:24px;margin-top:-84px;padding:0 16px}}.categories__list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;max-width:820px;padding:0;width:100%}@media screen and (max-width:1239px){.categories__list{gap:8px}}@media screen and (max-height:575px),screen and (max-width:767px){.categories__list{grid-template-columns:1fr}}.categories__item a{align-items:center;background-color:var(--kit-surface-brand-background);border-radius:16px;color:inherit;display:flex;height:112px;justify-content:space-between;padding:0 24px;text-decoration:none;transition:background-color .3s ease}.categories__item a:hover{background-color:var(--kit-surface-brand-background-hovered)}.categories__item a:hover .categories__img{transform:scale(1.2)}.categories__item a:hover .categories__item__arrow{transform:translateX(4px)}.categories__item__inner{display:flex;gap:16px;height:100%}.categories__item__img{align-items:center;display:flex;height:100%;justify-content:center;width:64px}.categories__item__img--28{align-items:start}.categories__item__img--28 .categories__img{transform-origin:top center}.categories__item__img--32{align-items:end}.categories__item__img--32 .categories__img{transform-origin:bottom center}.categories__item__content{align-items:center;display:flex;gap:16px;padding-right:8px}.categories__item__arrow{align-items:center;background-color:var(--kit-button-primary-icon-default);border-radius:50%;color:var(--kit-icon-inverted);display:flex;height:32px;justify-content:center;transition:transform .3s ease;width:32px}.categories__img{object-fit:contain;transition:transform .3s ease;width:80%}@media screen and (max-height:575px),screen and (max-width:767px){.categories__img{max-height:90%;width:100%}}.categories__text{font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);line-height:var(--kit-typography-headings-line-height-md)}.categories__text,.categories__title{color:var(--kit-text-primary);letter-spacing:var(--kit-text-letter-spacing-default)}.categories__title{font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);line-height:var(--kit-typography-headings-line-height-lg);margin:0;text-align:center;text-transform:capitalize}@media screen and (max-height:575px),screen and (max-width:767px){.categories__title{color:var(--kit-text-inverted);font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md);order:-1}}.benefits{background:var(--kit-surface-info-hovered);display:none;overflow:hidden;padding-bottom:16px;padding-top:16px}.home-page .benefits{display:block}@media screen and (max-width:1919px){.benefits-container{padding-left:56px;padding-right:56px}}@media screen and (max-width:1239px){.benefits-container{padding-left:32px;padding-right:32px}}@media screen and (max-height:575px),screen and (max-width:767px){.benefits-container{padding-left:16px;padding-right:16px}}.benefits__wrapper{display:flex;width:100%}.benefits__wrapper[data-animating=true]{gap:80px}.benefits__track{align-items:center;display:flex;gap:80px;justify-content:space-between;width:100%}.benefits__track:nth-child(2){display:none}[data-animating=true]>.benefits__track{flex-shrink:0;justify-content:flex-start;width:auto}[data-animating=true]>.benefits__track:nth-child(2){display:flex}[data-animating=false]>.benefits__track:nth-child(2){display:none}.benefits__item{align-items:center;color:var(--kit-text-primary);display:flex;flex-shrink:0;font-size:var(--kit-typography-headings-font-size-xs);font-weight:var(--kit-typography-headings-font-weight-xs);gap:9px;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xs);white-space:nowrap}.benefits__item-icon{flex-shrink:0}.benefits__item-description{line-height:1}:root{--p1:0%;--p2:40%;--p3:100%;--how-it-works-duration:4.5s}.how-it-works__wrapper{margin-top:104px;position:relative}@media screen and (max-width:1239px){.how-it-works__wrapper{margin-top:80px}.how-it-works__sticky-container{display:block;position:static}}.how-it-works__content-aligner{align-items:center;display:flex}@media screen and (max-width:1239px){.how-it-works__content-aligner{min-height:auto}}.how-it-works__content-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}@media screen and (max-width:1239px){.how-it-works__content-wrapper{display:block}}.how-it-works__image-wrapper{border-radius:16px;display:block;flex-shrink:0;height:592px;position:relative;width:629px}@media screen and (max-width:1239px){.how-it-works__image-wrapper{display:none;margin-top:40px;width:100%}}.how-it-works__image-wrapper img{border-radius:16px;height:100%;width:100%}.how-it-works__frame{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .7s ease;width:100%}.how-it-works__frame:not(.how-it-works__frame--active):first-child{animation:how-it-works-frame-2 var(--how-it-works-duration) infinite;animation-timing-function:linear}.how-it-works__frame:not(.how-it-works__frame--active):nth-child(2){animation:how-it-works-frame-3 var(--how-it-works-duration) infinite;animation-timing-function:linear}.how-it-works__frame:not(.how-it-works__frame--active):nth-child(3){animation:how-it-works-frame-1 var(--how-it-works-duration) infinite;animation-timing-function:linear}@media screen and (max-width:1239px){.how-it-works__frame{opacity:1}}.how-it-works__frame--active{animation:none;opacity:1}.how-it-works__description{margin-left:153px}@media screen and (max-width:1239px){.how-it-works__description{margin-left:0}}.how-it-works__items-block{height:auto;margin-top:40px;position:relative}@media screen and (max-width:1239px){.how-it-works__items-block{margin-top:32px}}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__items-block{display:block}}.how-it-works__title{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin-bottom:0;margin-top:0}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__title{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.how-it-works__progress-bar-wrapper{bottom:0;flex-basis:15px;height:auto;left:0;position:absolute;top:0;width:15px;--scroll-dash-length:8px;--dashes-gap:8px;--dashes-thickness:1px;--dashes-color:#eee;--circles-size:8px;--circles-color:#06336b;--active-scroll-color:#666;--active-circle-size:15px;--active-circle-primary-color:#2f85ff;--active-circle-secondary-color:#cbe0f8}.how-it-works__scroll-bar{background:repeating-linear-gradient(to bottom,var(--dashes-color) 0 calc(var(--scroll-dash-length)),transparent calc(var(--scroll-dash-length)) calc(var(--scroll-dash-length) + var(--dashes-gap)));height:100%;left:calc(50% - var(--dashes-thickness)/2);position:absolute;top:0;width:var(--dashes-thickness)}.how-it-works__scroll-bar:after,.how-it-works__scroll-bar:before{background-color:var(--circles-color);border-radius:calc(var(--circles-size)/2);content:"";height:var(--circles-size);position:absolute;transform:translateX(calc(-50% + var(--dashes-thickness)/2));width:var(--circles-size);z-index:1}.how-it-works__scroll-bar:before{top:0}.how-it-works__scroll-bar:after{bottom:0}.how-it-works__scroll-bar--scrolled{animation:mobile-progressbar var(--how-it-works-duration) infinite;background-color:var(--active-scroll-color);left:calc(50% - var(--dashes-thickness)/2);max-height:calc(100% - var(--circles-size));position:absolute;top:0;transition:height 1.1s ease;width:var(--dashes-thickness);z-index:1}.how-it-works__scroll-bar--scrolled:before{background-color:var(--active-circle-primary-color);border-radius:calc(var(--circles-size)/2);content:"";height:var(--circles-size);position:absolute;top:100%;transform:translateX(calc(-50% + var(--dashes-thickness)/2));width:var(--circles-size);z-index:4}.how-it-works__scroll-bar--scrolled:after{background-color:var(--active-circle-secondary-color);border-radius:calc(var(--active-circle-size)/2);bottom:0;content:"";height:var(--active-circle-size);position:absolute;top:100%;transform:translate(calc(-50% + var(--dashes-thickness)/2),calc(50% - var(--active-circle-size) + var(--circles-size)/2));width:var(--active-circle-size);z-index:3}.how-it-works__steps{height:100%;margin-left:63px}@media screen and (max-width:1239px){.how-it-works__steps{height:auto}}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__steps{margin-left:27px}}.how-it-works__step+.how-it-works__step{margin-top:40px}@media screen and (max-width:1239px){.how-it-works__step+.how-it-works__step{margin-top:32px}}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__step+.how-it-works__step{margin-top:24px}}.how-it-works__step-title-string{align-items:center;display:flex}.how-it-works__step-title-string img{max-height:28px;max-width:28px}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__step-title-string img{max-height:21px;max-width:21px}}.how-it-works__step-title{font-size:18px;font-size:var(--kit-typography-headings-font-size-lg);font-weight:600;font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg);margin-left:18px}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__step-title{font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md)}}.how-it-works__step-description{color:var(--kit-text-tertiary);font-size:var(--kit-typography-text-font-size-lg);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-lg);margin-top:16px}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__step-description{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}}.how-it-works__main-mobile-image{border-radius:8px;display:none;height:100%;margin-top:40px;width:100%}@media screen and (max-width:1239px){.how-it-works__main-mobile-image{display:block}}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__cta-wrapper{display:flex;flex-direction:column-reverse}}.how-it-works__cta-button{align-self:flex-start;font-size:var(--kit-typography-button-font-size-xl);font-weight:var(--kit-typography-button-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-xl);margin-top:68px}@media screen and (max-width:1239px){.how-it-works__cta-button{margin-top:48px}}@media screen and (max-height:575px),screen and (max-width:767px){.how-it-works__cta-button{margin-top:40px;width:100%}}@keyframes mobile-progressbar{0%{height:var(--p1)}15%{height:var(--p1)}31%{height:var(--p2)}46%{height:var(--p2)}66%{height:var(--p3)}82%{height:var(--p3)}to{height:var(--p1)}}@keyframes how-it-works-frame-1{0%{opacity:1}20%{opacity:1}31%{opacity:0}90%{opacity:0}to{opacity:1}}@keyframes how-it-works-frame-2{0%{opacity:0}20%{opacity:0}31%{opacity:1}50%{opacity:1}66%{opacity:0}to{opacity:0}}@keyframes how-it-works-frame-3{0%{opacity:0}50%{opacity:0}66%{opacity:1}86%{opacity:1}to{opacity:0}}.best-treatments__wrapper{--video-height:520px;margin-top:104px}@media screen and (max-width:1239px){.best-treatments__wrapper{margin-top:80px}}.best-treatments__wrapper h2{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl)}@media screen and (max-height:575px),screen and (max-width:767px){.best-treatments__wrapper h2{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.best-treatments__wrapper .section-title{margin-top:0}.best-treatments__content-wrapper{border-radius:16px;display:flex;height:var(--video-height);justify-content:center;overflow:hidden;position:relative}.best-treatments__content-wrapper video{align-self:center;height:var(--video-height);min-width:920px;object-fit:cover;width:100%}.best-treatments__list{bottom:0;margin:0 48px 48px 0;position:absolute;right:0}@media screen and (max-height:575px),screen and (max-width:767px){.best-treatments__list{margin:0 26px 26px 0}}.best-treatments__list-item{display:flex;justify-content:end}.best-treatments__list-item .inner{align-items:center;background-color:var(--kit-surface-info-hovered);border-radius:24px;display:inline-flex;font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);height:48px;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md);margin-top:8px;padding:0 21px}.best-treatments__list-item .inner img{margin-right:8px}.testimonials{margin-top:104px;position:relative}@media screen and (max-width:1239px){.testimonials{margin-top:80px}.testimonials.container-lg{margin:0 0 0 calc(50% - 384px);max-width:calc(50% + 384px);padding-right:0}}.testimonials__title{align-items:center;display:flex;justify-content:space-between;margin:0 0 40px}.testimonials__title h2{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0;max-width:532px;width:100%}@media screen and (max-height:575px),screen and (max-width:767px){.testimonials__title h2{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl);padding-right:16px}}.testimonials__title h2 span{color:var(--kit-focus-border-alt)}.testimonials__title .list-slider__custom-buttons{display:flex}@media screen and (max-width:1239px){.testimonials__title .list-slider__custom-buttons{display:none}}.testimonials__title .list-slider__custom-buttons--prev{align-items:center;background:var(--kit-surface-white-background);border:1px solid var(--kit-border-grey-default);border-radius:8px;display:flex;height:40px;justify-content:center;margin-right:16px;width:40px}.testimonials__title .list-slider__custom-buttons--prev img{height:24px;transform:rotate(180deg);width:24px}.testimonials__title .list-slider__custom-buttons--prev:hover{border-color:var(--kit-surface-warning-pressed);cursor:pointer}.testimonials__title .list-slider__custom-buttons--next{align-items:center;background:var(--kit-surface-white-background);border:1px solid var(--kit-border-grey-default);border-radius:8px;display:flex;height:40px;justify-content:center;width:40px}.testimonials__title .list-slider__custom-buttons--next img{height:24px;width:24px}.testimonials__title .list-slider__custom-buttons--next:hover{border-color:var(--kit-surface-warning-pressed);cursor:pointer}.testimonials__row{display:flex}@media(max-width:576px){.testimonials__row{flex-direction:column}}.testimonials__main-tile{background:var(--kit-border-secondary);border-radius:16px;box-sizing:border-box;color:var(--kit-surface-white-background);flex:1 0 auto;height:254px;margin-right:24px;max-width:314px;padding:32px 24px;text-align:center;text-decoration:none;width:314px}@media screen and (max-width:576px){.testimonials__main-tile{height:243px;margin-bottom:24px;margin-right:16px;max-width:100%;padding:24px 16px;width:calc(100% - 16px)}}.testimonials__main-tile .rating{font-size:40px;font-weight:600;line-height:50px;margin-bottom:4px}.testimonials__main-tile .stars{display:block;height:24px;margin:0 auto 16px;width:136px}.testimonials__main-tile .number{font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.testimonials__main-tile .logo{display:block;height:48px;margin:0 auto;width:117px}.testimonials__tile{background:var(--kit-surface-grey-background);border-radius:16px;box-sizing:content-box;height:190px;padding:32px 24px;width:266px}@media screen and (max-width:576px){.testimonials__tile{height:195px;padding:24px 16px;width:268px}}.testimonials__tile blockquote{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);height:144px;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);margin:0 0 16px;overflow:hidden;text-overflow:ellipsis;width:100%}.testimonials__tile .rating{align-items:center;display:flex}.testimonials__tile .rating .value{font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg);margin-right:4px}.testimonials__tile .rating .star{width:24px}.testimonials list-slider ul{align-items:flex-start;gap:24px;margin:0;padding:0}@media screen and (max-height:575px),screen and (max-width:767px){.testimonials list-slider ul{gap:16px}}.experts{margin-top:104px}.experts .container-lg-without-right-space{padding-right:0}.experts .container-lg-without-right-space .experts__items{overflow-x:auto}@media screen and (max-width:1239px){.experts{margin-top:80px;padding-right:0}}.experts__title{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:40px}@media screen and (max-height:575px),screen and (max-width:767px){.experts__title{margin-bottom:32px;padding-right:16px}}.experts__title h2{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0}@media screen and (max-height:575px),screen and (max-width:767px){.experts__title h2{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.experts__title h2 span{color:var(--kit-focus-border-alt)}@media screen and (max-width:1239px){.experts .show-all{display:none}}.experts .show-all img{padding-left:8px}.experts .show-all-mob{display:none}@media screen and (max-width:1239px){.experts .show-all-mob{display:flex;margin:40px auto 0;width:fit-content}}.experts__items{display:flex;gap:24px}@media screen and (max-width:1239px){.experts__items{overflow-x:scroll;padding-bottom:40px}.experts__items::-webkit-scrollbar{height:4px}.experts__items::-webkit-scrollbar-track{background:var(--kit-surface-grey-default)}.experts__items::-webkit-scrollbar-thumb{border-radius:8px}.experts__items::-webkit-scrollbar-thumb,.experts__items::-webkit-scrollbar-thumb:hover{background:var(--kit-icon-secondary-grey)}}.experts__items .item{text-decoration:none;width:427px}@media screen and (max-height:575px),screen and (max-width:767px){.experts__items .item{width:300px}}.experts__items .item .image{background:var(--kit-surface-info-hovered);border-radius:16px;height:430px;margin-bottom:32px;overflow:hidden}@media screen and (max-height:575px),screen and (max-width:767px){.experts__items .item .image{height:302px}}.experts__items .item .image img{display:block;height:100%;width:auto}.experts__items .item .name{color:var(--kit-text-primary);font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg);margin-bottom:8px}.experts__items .item .description{color:var(--kit-text-tertiary);font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}.experts__items .item:hover .image{background:var(--kit-border-info-light)}@keyframes faq-fade-in{0%{opacity:0}to{opacity:1}}@keyframes faq-fade-out{0%{opacity:1}to{opacity:0}}@keyframes faq-pad-bottom-bounce{0%{padding-bottom:0}65%{padding-bottom:28px}to{padding-bottom:16px}}@keyframes faq-question-close-bounce{0%{padding:24px 0}55%{padding:24px 0 12px}to{padding:24px 0}}.home-faq__wrapper{margin-top:104px}@media screen and (max-width:1239px){.home-faq__wrapper{margin-top:80px}}.home-faq__grid{align-items:start;display:grid;gap:24px;grid-template-columns:calc(50% - 12px) 1fr}.home-faq__title{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0}@media screen and (max-height:575px),screen and (max-width:767px){.home-faq__title{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.home-faq__description{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-text-font-size-lg);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-lg);margin:24px 0 0}@media screen and (max-height:575px),screen and (max-width:767px){.home-faq__description{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}}.home-faq__subtitle{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md);margin:16px 0 0}@media screen and (max-height:575px),screen and (max-width:767px){.home-faq__subtitle{font-size:var(--kit-typography-headings-font-size-sm);font-weight:var(--kit-typography-headings-font-weight-sm);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-sm)}}.home-faq__whatsapp{align-items:center;background:var(--kit-surface-white-background);border:1px solid #008915;border-radius:8px;color:#008915;display:flex;font-family:Roboto,sans-serif;font-size:var(--kit-typography-button-font-size-xl);font-weight:var(--kit-typography-button-font-weight-xl);gap:8px;height:56px;justify-content:center;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-xl);margin:16px 0 0;padding:0 24px;text-decoration:none;width:fit-content}.home-faq__whatsapp:hover:not(:disabled){background:var(--kit-surface-success-hovered);border:1px solid #09864c}.home-faq__whatsapp:active:not(:disabled){background:var(--kit-surface-success-pressed);border:1px solid #09864c}.home-faq__whatsapp:focus-visible:not(:disabled){background:var(--kit-surface-success-hovered);border:1px solid #09864c;box-shadow:0 0 3px 0 #0ba75f;outline:1px solid var(--kit-border-success-dark)}.home-faq__whatsapp:disabled{background:#f0f0f2;border:1px solid #e2e4e9;color:#71768a}.home-faq__items{list-style:none;margin:0;padding:0}.home-faq__item{border-bottom:1px solid var(--kit-border-grey-on-disabled)}.home-faq__item:not(:first-child){margin-top:24px}.home-faq__toggle{opacity:0;pointer-events:none;position:absolute}.home-faq__question{align-items:center;cursor:pointer;display:flex;gap:24px;justify-content:space-between;padding:24px 0;transition:background-color .15s ease,transform .15s ease;user-select:none}.home-faq__question:active{transform:translateY(.5px)}.home-faq__question-text{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md);transition:color .15s ease}.home-faq__question-text:hover{color:var(--kit-text-secondary-blue)}.home-faq__question-text:hover~.home-faq__icon:after,.home-faq__question-text:hover~.home-faq__icon:before{background:var(--kit-text-secondary-blue)}.home-faq__icon{flex:0 0 26px;height:26px;position:relative;width:26px}.home-faq__icon:after,.home-faq__icon:before{background:var(--kit-text-primary);border-radius:2px;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease,background-color .15s ease;width:16.5px}.home-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.home-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;transition-delay:.18s}.home-faq__answer-inner{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);margin:0;max-width:100%;opacity:0;overflow:hidden;padding-bottom:0;transition:opacity .18s ease}.home-faq__answer-inner p{margin:0}.home-faq__toggle:checked+.home-faq__question .home-faq__question-text{color:var(--kit-text-secondary-blue)}.home-faq__toggle:checked+.home-faq__question .home-faq__icon:after,.home-faq__toggle:checked+.home-faq__question .home-faq__icon:before{background:var(--kit-text-secondary-blue)}.home-faq__toggle:checked+.home-faq__question .home-faq__icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.2)}.home-faq__toggle:checked~.home-faq__answer{grid-template-rows:1fr;transition-delay:0s}.home-faq__toggle:checked~.home-faq__answer .home-faq__answer-inner{animation:faq-fade-in .22s ease both,faq-pad-bottom-bounce .5s cubic-bezier(.34,1.56,.64,1) .28s both;opacity:1}.home-faq__toggle:not(:checked)~.home-faq__answer .home-faq__answer-inner{animation:faq-fade-out .18s ease .18s both;opacity:0}.home-faq__toggle:not(:checked)+.home-faq__question{animation:faq-question-close-bounce .38s ease .38s both}@media(prefers-reduced-motion:reduce){.home-faq__answer,.home-faq__answer-inner,.home-faq__toggle:not(:checked)+.home-faq__question{animation:none!important;opacity:1!important;transition:none!important}}@media screen and (max-width:1239px){.home-faq__grid{gap:40px;grid-template-columns:1fr}}.home-knowledge__wrapper{margin-top:104px}@media screen and (max-width:1239px){.home-knowledge__wrapper{margin-top:80px}}.home-knowledge__header{align-items:center;display:flex;justify-content:space-between}.home-knowledge__title{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0}@media screen and (max-height:575px),screen and (max-width:767px){.home-knowledge__title{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.home-knowledge__title-accent{color:var(--kit-focus-border-alt)}.home-knowledge__all-link{align-items:center;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--kit-text-primary);display:inline-flex;font-family:Roboto,sans-serif;font-size:var(--kit-typography-button-font-size-xl);font-weight:var(--kit-typography-button-font-weight-xl);gap:8px;height:56px;letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-button-line-height-xl);padding:0 24px;text-decoration:none}.home-knowledge__all-link:hover:not(:disabled){background:var(--kit-surface-warning-hovered);border:1px solid var(--kit-surface-warning-hovered)}.home-knowledge__all-link:active:not(:disabled){background:var(--kit-surface-warning-pressed);border:1px solid var(--kit-surface-warning-pressed)}.home-knowledge__all-link:focus-visible:not(:disabled){background:var(--kit-surface-warning-hovered);border:1px solid var(--kit-surface-warning-hovered);box-shadow:0 0 3px 0 var(--kit-focus-shadow-brand);outline:1px solid var(--kit-focus-border-brand)}.home-knowledge__all-link:disabled{background:transparent;border:1px solid transparent;color:var(--kit-text-disabled)}@media screen and (max-height:575px),screen and (max-width:767px){.home-knowledge__all-link{display:none}}.home-knowledge__all-link-arrow{background:url(/v2/icons/chevron-right.svg) no-repeat 50%;height:20px;width:20px}.home-knowledge__grid{align-items:start;display:grid;grid-template-columns:auto 1fr auto;margin-top:32px}@media screen and (max-width:1239px){.home-knowledge__grid{grid-template-columns:1fr}}.home-knowledge__featured{border-radius:16px;overflow:hidden;width:652px}@media screen and (max-width:1239px){.home-knowledge__featured{width:100%}}.home-knowledge__featured-link{color:inherit;display:block;text-decoration:none}.home-knowledge__featured-media{border-radius:16px;overflow:hidden}@media screen and (max-height:575px),screen and (max-width:767px){.home-knowledge__featured-media{border-radius:16px 16px 0 0}}.home-knowledge__featured-img{display:block;max-height:400px;object-fit:cover;transform:scale(1);transition:transform .5s ease;width:100%;will-change:transform}@media screen and (max-width:1239px){.home-knowledge__featured-img{height:400px}}@media screen and (max-height:575px),screen and (max-width:767px){.home-knowledge__featured-img{height:211px}}.home-knowledge__featured-link:hover .home-knowledge__featured-img{transform:scale(1.3)}.home-knowledge__featured-body{margin-top:24px}.home-knowledge__featured-title{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-2xl);font-weight:var(--kit-typography-headings-font-weight-2xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-2xl);margin:0}@media screen and (max-width:1239px){.home-knowledge__featured-title{font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg)}}.home-knowledge__featured-preview p{color:var(--kit-text-tertiary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md);margin:16px 0 0}.home-knowledge__divider{background:var(--kit-border-grey-on-disabled);height:100%;justify-self:center;width:1px}@media screen and (max-width:1239px){.home-knowledge__divider{display:none}}.home-knowledge__side{width:538px}@media screen and (max-width:1239px){.home-knowledge__side{display:none}}.home-knowledge__list{list-style:none;margin:0;padding:0}.home-knowledge__item{border-radius:16px}.home-knowledge__item:not(:first-child){margin-top:8px}.home-knowledge__item-link{border-radius:16px;color:inherit;display:block;padding:16px 32px;text-decoration:none}.home-knowledge__item-link:hover{background:var(--kit-surface-grey-background)}.home-knowledge__item-title{color:var(--kit-text-primary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg);margin:0}.home-knowledge__item-preview p{margin:8px 0 0}.home-knowledge__item-preview p,.home-knowledge__meta{color:var(--kit-text-tertiary);font-family:Roboto,sans-serif;font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}.home-knowledge__meta{align-items:center;display:inline-flex;gap:8px;margin-top:16px}.home-knowledge__featured .home-knowledge__meta{margin-top:14px}.home-knowledge__meta-icon{background:url(/v2/icons/clock.svg) no-repeat 50%;height:24px;width:24px}.home-knowledge__all-link--mobile{display:none;justify-content:center;margin-top:32px;width:100%}@media screen and (max-height:575px),screen and (max-width:767px){.home-knowledge__all-link--mobile{display:inline-flex}}.partners{align-items:center;display:flex;flex-direction:column}@media screen and (max-height:575px),screen and (max-width:767px){.partners{padding:0 12px}}.partners-section{margin-bottom:16px;margin-top:104px}@media screen and (max-width:1239px){.partners-section{margin-top:80px}}.partners-wrapper{background:var(--kit-surface-grey-background);border-radius:16px;padding-bottom:104px;padding-top:104px}@media screen and (max-width:1239px){.partners-wrapper{padding-bottom:80px;padding-top:80px}}.partners__title{color:var(--kit-text-primary);font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0;text-align:center}@media screen and (max-height:575px),screen and (max-width:767px){.partners__title{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.partners__logos{align-items:center;border-bottom:1px solid var(--kit-border-grey-default);display:flex;flex-wrap:wrap;gap:32px;justify-content:space-around;list-style:none;margin-top:40px;padding-bottom:30px;width:100%}@media screen and (max-width:1239px){.partners__logos{justify-content:space-between}}@media screen and (max-height:575px),screen and (max-width:767px){.partners__logos{border-bottom:none;justify-content:center;padding-bottom:21px}}.partners__logos-item-img{display:block;height:auto;max-height:42px;max-width:100%;width:auto}.partners__certificates{align-items:center;display:flex;flex-wrap:wrap;gap:32px 16px;justify-content:center;padding-top:30px;width:100%}@media screen and (min-width:1240px){.partners__certificates:has(.partners__certificates-item:nth-child(3)){justify-content:space-between}}@media screen and (max-height:575px),screen and (max-width:767px){.partners__certificates{padding-top:21px}}@media screen and (max-width:1239px){.partners__certificates{justify-content:space-around}}.partners__certificates-item{align-items:center;display:flex;width:375px}@media screen and (max-width:1239px){.partners__certificates-item{width:328px}.partners__certificates-item:nth-child(2){order:2}}@media screen and (max-height:575px),screen and (max-width:767px){.partners__certificates-item{width:100%}.partners__certificates-item:nth-child(2){order:0}}.partners__certificates-link{display:flex}.partners__certificates-img{max-height:70px;width:auto}@media screen and (max-height:575px),screen and (max-width:767px){.partners__certificates-img{height:auto;max-height:none;max-width:70px}}.partners__certificates-text{display:block;padding-left:20px}@media screen and (max-width:1239px){.partners__certificates-text{padding-left:16px}}@media screen and (max-height:575px),screen and (max-width:767px){.partners__certificates-text{padding-left:20px}}.partners__certificates-name{color:#0e0f10;font-size:var(--kit-typography-headings-font-size-md);font-weight:var(--kit-typography-headings-font-weight-md);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-md);margin:0}.partners__certificates-description{color:var(--kit-text-tertiary);font-size:var(--kit-typography-text-font-size-sm);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-sm);margin:4px 0 0;width:224px}@media screen and (max-height:575px),screen and (max-width:767px){.partners__certificates-description{width:100%}}.newsletter-subscription__wrapper{--video-height:582px;margin-top:104px}@media screen and (max-width:1239px){.newsletter-subscription__wrapper{margin-top:80px}}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__wrapper{--video-height:200px}}.newsletter-subscription__content-wrapper{display:flex;height:var(--video-height);justify-content:center;position:relative}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__content-wrapper{border:1px solid var(--kit-border-grey-default);border-radius:16px;display:block;height:auto;overflow:hidden}}.newsletter-subscription__video-wrapper{align-items:center;background-color:var(--kit-text-primary);border-radius:16px;display:flex;overflow:hidden;width:100%}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__video-wrapper{border-radius:0}}.newsletter-subscription__video-wrapper video{align-self:center;height:var(--video-height);min-width:889px;object-fit:cover;width:100%}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__video-wrapper video{min-width:auto}}.newsletter-subscription__form-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__form-wrapper{display:block;height:auto;padding:0;position:static}}.newsletter-subscription__form{background-color:var(--kit-surface-grey-background);border-radius:16px;padding:40px 56px;width:481px}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__form{border-radius:0;padding:24px 16px;width:100%}}.newsletter-subscription__form h2{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0}@media screen and (max-height:575px),screen and (max-width:767px){.newsletter-subscription__form h2{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl)}}.newsletter-subscription__form .checkbox:hover .checkbox__icon:before{border-color:var(--kit-icon-brand)}.newsletter-subscription__form .checkbox.error .checkbox__icon:before{border-color:var(--kit-icon-error)}.newsletter-subscription__form .checkbox__label{align-items:center;display:flex;margin-left:-6px}.newsletter-subscription__form .checkbox__control{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-right:2px;width:32px}.newsletter-subscription__form .checkbox__control:not(.disabled){cursor:pointer}.newsletter-subscription__form .checkbox__control.disabled+.checkbox__text,.newsletter-subscription__form .checkbox__control.disabled+.checkbox__text a{color:var(--kit-text-tertiary)}.newsletter-subscription__form .checkbox__icon--wrapper{display:flex;padding:3px;position:relative}.newsletter-subscription__form .checkbox__icon:before{border:2px solid var(--kit-border-grey-dark);border-radius:3px;box-sizing:border-box;content:"";display:inline-block;float:left;height:16px;transition:all .15s ease-out;width:16px}.newsletter-subscription__form .checkbox__icon:after{content:"";opacity:0;position:absolute;transition:.2s}.newsletter-subscription__form .checkbox input{margin:0;opacity:0;position:absolute;z-index:-1}.newsletter-subscription__form .checkbox input.active+.checkbox__icon--wrapper .checkbox__icon:before,.newsletter-subscription__form .checkbox input:checked+.checkbox__icon--wrapper .checkbox__icon:before{background-color:var(--kit-icon-brand);border-color:var(--kit-icon-brand)}.newsletter-subscription__form .checkbox input.active.disabled+.checkbox__icon--wrapper .checkbox__icon:before,.newsletter-subscription__form .checkbox input.active:disabled+.checkbox__icon--wrapper .checkbox__icon:before,.newsletter-subscription__form .checkbox input:checked.disabled+.checkbox__icon--wrapper .checkbox__icon:before,.newsletter-subscription__form .checkbox input:checked:disabled+.checkbox__icon--wrapper .checkbox__icon:before{background-color:var(--kit-icon-disabled);border-color:var(--kit-icon-disabled)}.newsletter-subscription__form .checkbox input.active+.checkbox__icon--wrapper .checkbox__icon:after,.newsletter-subscription__form .checkbox input:checked+.checkbox__icon--wrapper .checkbox__icon:after{content:url(../../../assets/ui-kit/icons/check-v3.svg);left:50%;line-height:14px;margin-left:-4px;margin-top:-9px;max-height:14px;opacity:1;top:50%;width:14px}.newsletter-subscription__form .checkbox input.disabled+.checkbox__icon--wrapper .checkbox__icon:before,.newsletter-subscription__form .checkbox input:disabled+.checkbox__icon--wrapper .checkbox__icon:before{border-color:var(--kit-icon-disabled)}.newsletter-subscription__form .checkbox input:focus-visible+.checkbox__icon--wrapper{border-color:var(--kit-icon-brand);border-radius:4px;box-shadow:0 0 3px 0 var(--kit-focus-shadow-brand)}.newsletter-subscription__form .checkbox input:focus-visible+.checkbox__icon--wrapper .checkbox__icon:before{border-color:var(--component-selector-icon-hovered)}.newsletter-subscription__form .checkbox__text{color:var(--kit-text-primary);font-size:var(--kit-typography-text-font-size-xs);font-weight:var(--kit-text-font-weight-default);font-weight:300;letter-spacing:var(--kit-text-letter-spacing-default);letter-spacing:.06px;line-height:var(--kit-typography-text-line-height-xs)}.newsletter-subscription__form-subtitle{margin-top:24px}.newsletter-subscription__form-input,.newsletter-subscription__form-subtitle{font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}.newsletter-subscription__form-input{border:1px solid var(--kit-border-grey-default);border-radius:8px;height:48px;margin-top:32px;padding:0 16px;width:100%}.newsletter-subscription__form-input:active:not([disabled]),.newsletter-subscription__form-input:focus:not([disabled]),.newsletter-subscription__form-input:hover{border-color:var(--kit-border-info-dark);outline:0 solid transparent}.newsletter-subscription__form-input.error{border-color:var(--kit-border-error-dark)}.newsletter-subscription__form-button{margin-top:8px;width:100%}.newsletter-subscription__form-error{color:var(--kit-text-error);display:none;font-size:12px;margin:8px 0 8px 4px}.newsletter-subscription__form-error#subscribe-checkbox-error{margin-top:0}.newsletter-subscription__form-error span{margin-left:5px}.trusted-shops__wrapper{align-items:center;color:var(--kit-text-inverted);display:flex}.trusted-shops__logo{height:30px;width:73px}.trusted-shops__mark{font-size:16px;margin-left:24px}.trusted-shops__star{height:20px;margin-left:10px;width:20px}.trusted-shops__marks-count{color:var(--kit-text-inverted);font-size:var(--kit-typography-text-font-size-sm);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-sm);margin-left:8px;text-decoration:none}.experts-page__title{display:flex;margin-bottom:52px}@media screen and (max-height:575px),screen and (max-width:767px){.experts-page__title{flex-direction:column;justify-content:flex-start;margin-bottom:40px}}.experts-page__title h2{font-size:48px;font-weight:600;line-height:60px;margin:0;width:50%}@media screen and (max-height:575px),screen and (max-width:767px){.experts-page__title h2{font-size:var(--kit-typography-headings-font-size-2xl);font-weight:var(--kit-typography-headings-font-weight-2xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-2xl);margin-bottom:16px;width:100%}}.experts-page__title p{font-size:var(--kit-typography-text-font-size-lg);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-lg);margin:0;width:50%}@media screen and (max-height:575px),screen and (max-width:767px){.experts-page__title p{width:100%}}.experts-page__items{display:flex;gap:24px;margin-bottom:60px;overflow-x:auto;padding-bottom:40px}@media screen and (max-height:575px),screen and (max-width:767px){.experts-page__items{margin-bottom:80px}}.experts-page__items::-webkit-scrollbar{height:4px}.experts-page__items::-webkit-scrollbar-track{background:var(--kit-surface-grey-default)}.experts-page__items::-webkit-scrollbar-thumb{background:var(--kit-icon-secondary-grey);border-radius:8px}.experts-page__items::-webkit-scrollbar-thumb:hover{background:var(--kit-icon-secondary-grey)}.experts-page__items .item{flex:1 0 auto;text-decoration:none;width:426px}@media screen and (max-width:576px){.experts-page__items .item{width:300px}}.experts-page__items .item .image{background:var(--kit-surface-info-hovered);border-radius:16px;margin-bottom:32px;overflow:hidden}.experts-page__items .item .image img{display:block;width:100%}.experts-page__items .item .name{color:var(--kit-text-primary);font-size:var(--kit-typography-headings-font-size-lg);font-weight:var(--kit-typography-headings-font-weight-lg);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-lg);margin-bottom:8px}.experts-page__items .item .description{color:var(--kit-text-tertiary);font-size:var(--kit-typography-text-font-size-md);font-weight:var(--kit-text-font-weight-default);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-text-line-height-md)}.experts-page__items .item:hover .image{background:var(--kit-border-info-light)}.experts-page h3{font-size:var(--kit-typography-headings-font-size-3xl);font-weight:var(--kit-typography-headings-font-weight-3xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-3xl);margin:0 0 40px}@media screen and (max-height:575px),screen and (max-width:767px){.experts-page h3{font-size:var(--kit-typography-headings-font-size-xl);font-weight:var(--kit-typography-headings-font-weight-xl);letter-spacing:var(--kit-text-letter-spacing-default);line-height:var(--kit-typography-headings-line-height-xl);margin:0 0 32px}}body:not(.region-nl){--form-input-border-color:#d6e7ff;--form-input-focused-border-color:#5a9eff;--form-input-invalid-border-color:#f85c44;--form-input-hover-border-color:#0951aa;--form-checkbox-border-color:#0951aa;--form-radio-outer-circle-color:#9abce1;--form-radio-outer-active-circle-color:#0951aa;--form-radio-border-color:#d6e7ff;--form-placeholder-color:#707070;--form-validation-color:#f85c44;--form-validation-background-color:#ffebe8;--mdc-outlined-text-field-outline-color:#d6e7ff;--mdc-outlined-text-field-disabled-outline-color:#d6e7ff;--mdc-outlined-text-field-focus-outline-color:#5a9eff;--mdc-outlined-text-field-hover-outline-color:#d6e7ff;--mdc-outlined-text-field-label-text-color:#707070;--mdc-outlined-text-field-focus-label-text-color:#5a9eff;--mdc-outlined-text-field-disabled-label-text-color:#707070;--mdc-outlined-text-field-input-text-placeholder-color:#707070;--mat-select-disabled-trigger-text-color:#707070;--mdc-outlined-text-field-input-text-color:#112950;--mdc-outlined-text-field-disabled-input-text-color:#707070;--mdc-outlined-text-field-error-outline-color:#f85c44;--mdc-outlined-text-field-error-hover-outline-color:#f85c44;--mdc-radio-selected-icon-color:#0951aa;--mdc-radio-selected-focus-icon-color:#0951aa;--mdc-radio-selected-hover-icon-color:#0951aa;--mdc-radio-selected-pressed-icon-color:#0951aa;--mdc-radio-unselected-icon-color:#9abce1;--mat-select-panel-background-color:#fff;--mat-option-selected-state-layer-color:#d6e7ff;--mat-option-hover-state-layer-color:#f6faff;--modal-border-color:#2f85ff;--modal-title-color:#112950;--modal-title-border-color:#a7cbff;--modal-radio-item-border-color:#a7cbff;--modal-radio-item-checked-border-color:#2f85ff;--modal-radio-outer-circle-color:#a7cbff;--modal-radio-checked-color:#0951aa;--modal-button-color:#2f85ff;--modal-button-hover-color:#a7cbff;--modal-button-border-hover-color:#a7cbff;--modal-outlined-button-color:#fff;--modal-outlined-button-hover-color:#f1f8ff;--modal-outlined-button-border-color:#2f85ff;--modal-outlined-button-border-hover-color:#a7cbff;--modal-outlined-button-font-color:#112950;--modal-outlined-button-font-hover-color:#2f85ff;--button-primary-color:#ffa800;--button-primary-hover-color:#ffb933;--button-primary-active-color:#f90;--button-primary-text-color:#fff;--button-orange-color:#ffa800;--button-orange-hover-color:#ffb933;--button-orange-active-color:#f90;--button-orange-text-color:#fff;--button-blue-link-text-color:#0951aa;--button-blue-hover-link-text-color:#0951aa;--button-green-text-color:#fff;--button-green-background-color:#44b759;--button-green-background-darken-color:#3da450;--button-green-hover-background-color:#44b759;--button-green-stroke-text-color:#44b759;--button-green-stroke-border-color:#44b759;--button-green-stroke-background-color:#fff;--button-green-stroke-hover-background-color:#44b759;--button-green-stroke-hover-text-color:#fff;--button-box-shadow:0 3px 30px rgba(255,160,47,.3);--button-profile-background-color:#fff;--button-profile-border-color:#2f85ff;--button-profile-text-color:#112950;--button-profile-icon-color:#2f85ff;--button-profile-hover-background-color:#2f85ff;--button-profile-hover-text-color:#fff;--button-profile-hover-icon-color:#fff;--offline-modal-border-color:#fff;--offline-modal-title-color:#112950;--offline-modal-warning-color:#f20f0f;--offline-modal-text-color:#112950;--offline-modal-link-color:#2f85ff;--checkout-text-color:#112950;--checkout-link-color:#2f85ff;--checkout-border-color:#2f85ff;--checkout-popup-backdrop:rgba(17,41,80,.83);--tooltip-background-color:#112950;--text-default-color:#112950;--text-desc-color:#707070;--text-link-color:#2f85ff;--text-auth-link-color:#2f85ff;--tab-background:#f1f8ff;--tab-active-background:#0951aa;--tab-color:#0951aa;--badge-discount-color:#44b759;--badge-best-value-background-color:#2f85ff;--badge-best-value-border-color:#ffb94c;--badge-best-value-text-color:#fff;--icon-gray-color:#707070;--icon-info-blue-color:#0951aa;--footer-background-color:#f6faff;--footer-icons-color:#a7cbff;--header-progress-title-color:#5e5e5e;--header-progress-color:#d6e7ff;--header-progress-passed-color:#0951aa;--go-back-icon-color:#9abce1;--alert-success-background-color:#e8f6eb;--alert-success-color:#44b759;--back-light-blue-background-color:#f5f8fb;--back-blue-background-color:#2f85ff;--back-grey:#f6faff;--doctors-block-title-color:#0951aa;--doctors-block-button-border-color:#ffa800;--doctors-block-button-background-color:#ffa800;--doctors-block-button-text-color:#ffa800;--footer-contact-text-color:#0951aa;--footer-mobile-marker-color:#569cff;--header-top-background-color:#f5f8fb;--header-contacts-icon-color:#a7cbff;--header-submenu-link-color:#2f85ff;--header-toggler-color:#2f85ff;--header-mobile-back-text-color:#2f85ff;--header-mobile-title-text-color:#112950;--header-mobile-border-gray:#f6faff;--header-mobile-border-white:#fff;--header-mobile-close-color:#a7cbff;--header-mobile-arrow-color:#a7cbff;--quick-product-search-button:#ffa800;--quick-product-palceholder-text-color:#a7cbff;--quick-product-search-top-products-title-text-color:#2f85ff;--quick-product-search-top-products-product-text-color:#112950;--quick-product-search-top-products-arrow-icon-color:#a7cbff;--quick-product-search-hit-products-category-text-color:#0951aa;--quick-product-search-hit-checkbox-icon-color:#44b759;--treatment-sidebar-top-background:#edf6ff;--treatment-sidebar-top-text-color:#0951aa;--treatment-sidebar-link-text-color:#0951aa;--treatment-sidebar-link-hover-text-color:#ffa800;--treatment-sidebar-link-border-color:#d6e7ff;--treatment-sidebar-contact-link-text-color:#0951aa;--category-info-title-text-color:#0951aa;--category-product-title-text-color:#0951aa;--category-product-read-more-text-color:#0951aa;--smart-search-title-text-color:#112950;--smart-search-subtitle-text-color:#112950;--smart-search-input-border-color:#d6e7ff;--smart-search-input-border-color-focus:#2f85ff;--smart-search-input-placeholder-text-color:#a7cbff;--smart-search-button-background-color:linear-gradient(270deg,#fab32d,#fd8e2f);--smart-search-button-icon-color:#fff;--smart-search-reset-button-color:#a7cbff;--smart-search-products-link-border-color:#d6e7ff;--sticky-content-nav-border-color:#f6faff;--sticky-content-nav-active-border-color:#0951aa;--sticky-content-nav-text-color:#112950;--sticky-content-nav-active-text-color:#0951aa;--product-info-product-table-backrgound:#edf6ff;--product-info-product-table-price-text-color:#0951aa;--product-info-product-table-item-text-color:#0951aa;--product-info-product-table-clock-icon-color:#ffa800;--product-info-generic-green-content-background-color:#e8f6eb;--product-info-generic-green-content-text-color:#44b759;--product-info-generic-green-button-border-color:#44b759;--product-info-generic-green-button-background-color:#44b759;--product-info-generic-green-button-text-color:#44b759;--product-modal-button-text-color:#0951aa;--product-modal-button-background-color:#fff;--product-modal-button-border-color:#9abce1;--product-modal-button-hover-text-color:#fff;--product-modal-button-hover-background-color:#2f85ff;--product-modal-button-hover-border-color:#2f85ff;--grid-table-background-color:#f1f8ff;--grid-table-text-color:#0851a9;--account-text-color:#112950;--account-btn-background-color:#2f85ff;--account-btn-background-hover-color:#0951aa;--account-btn-border-hover-color:#a7cbff;--account-sidenav-link-active-text-color:#0951aa;--account-next-refill-text-color:#3085f9;--account-link-text-color:#0951aa;--account-order-table-background:#edf6ff;--account-order-table-row-background:#f6faff;--account-subscription-cancel-reason-chevron-color:#a7cbff;--account-cancel-subscription-border-color:#cbe0f8;--tile-background-color:#f1f8ff;--tile-link-text-color:#0951aa;--type-otc-background-color:rgba(167,203,255,.4);--type-rx-background-color:#eee;--status-badge-background-color-paid:#2f85ff;--status-badge-background-color-processing:#0e8d26;--status-badge-background-color-shipped:#44b759;--status-badge-background-color-completed:#0951aa;--status-badge-background-color-pending-payment:#f7ab08;--status-badge-background-color-pending-shipment:#62bc07;--status-badge-background-color-pending-prescription:#e31b00;--status-badge-background-color-aborted:#707070;--status-badge-background-color-cancelled:#112950;--status-badge-background-color-declined:#bf275c;--status-badge-background-color-returned:#6307b2;--status-badge-background-color-reshipped:#06be70;--status-badge-background-color-waiting-for-prescription:#ff8a00;--status-badge-text-color:#fff;--product-faq-author-text-color:#0951aa;--product-faq-body-text-color:#112950;--product-faq-responded-text-color:#112950;--product-faq-tile-background-color:#f1f8ff;--product-faq-button-text-color:#ffa800;--product-slider-arrow-text-color:#0951aa;--product-slider-arrow-disabled-text-color:#c9c6c6;--similar-products-title-text-color:#0951aa;--similar-products-slider-arrow-color:#a7cbff;--ab-test-disclaimer-background:#f1f8ff;--ab-test-disclaimer-color:#0951aa;--ab-test-disclaimer-paragraph-color:#112950;--ab-test-disclaimer-span-color:#0951aa;--ab-test-disclaimer-border-color:#cbe0f8;--package-selector-line-through-color:#707070;--package-selector-selected-line-through-color:#fff;--package-selector-show-more-color:#0951aa;--package-selector-switch-and-save-background-color:#2f85ff;--radio-rect-color:#112950;--radio-rect-hover-border-color:#0951aa;--radio-rect-selected-color:#fff;--radio-rect-selected-border-color:#0951aa;--radio-rect-selected-background:#0951aa;--radio-rect-green-text:#44b759;--radio-rect-grey-text:#5e5e5e;--radio-rect-blue-text:#0951aa;--otc-recomendations-modal-title-color:#0951aa;--otc-recomendations-modal-button-border-radius:50px;--otc-recomendations-modal-link-color:#0951aa;--otc-recomendations-modal-price-color:#2f85ff;--product-selector-item-border-color:#eee;--product-selector-item-active-border-color:#ffa800;--product-selector-item-hover-border-color:#ffa800;--product-selector-item-recommended-background-color:#f0f0f2;--product-selector-item-active-recommended-background-color:#ffa800;--product-selector-item-active-recommended-text-color:#112950;--choose-modification-sticky-footer-bg:#fff;--choose-modification-sticky-footer-border-color:#eee;--subscroption-progress-bar-background-color:#2f85ff;--subscription-active-tab-background-color:#2f85ff;--subscription-cta-background-color:#2f85ff;--subscription-link-text-color:#2f85ff;--subscription-step-title-text-color:#266ed2;--address-validation-button-background-color:#2f85ff;--payment-button-background-color:#2f85ff;--login-title-text-color:#266ed2;--auth-link-text-color:#1d44a7;--success-leaving-modal-link-text-color:#00e;--success-leaving-modal-button-background-color:#2f85ff;--success-main-info-title-text-color:#2f85ff;--success-order-info-title-text-color:#00e;--auth-page-phone-wrapper-background-color:#fff9ec;--auth-page-phone-wrapper-border-color:#ffe5b3;--auth-page-phone-input-bg-color:#fff;--auth-page-phone-input-border-color:#d6e7ff;--auth-page-phone-input-border-color-focused:#5a9eff;--auth-page-phone-input-text-color:#707070;--checkout-button-background:#0075ff;--checkout-button-background-hover:#3391ff;--checkout-button-background-active:#004699}body:not(.region-nl) .easymeds-loader{display:none}body.region-nl{--form-input-border-color:#71768a;--form-input-focused-border-color:#052da6;--form-input-hover-border-color:#0845fc;--form-input-invalid-border-color:#d92b11;--form-radio-border-color:#c7c9d1;--form-radio-outer-circle-color:#71768a;--form-radio-outer-active-circle-color:#0845fc;--form-checkbox-border-color:#71768a;--form-placeholder-color:#71768a;--form-validation-color:#d92b11;--form-validation-background-color:#fdede7;--mdc-outlined-text-field-outline-color:#71768a;--mdc-outlined-text-field-disabled-outline-color:#71768a;--mdc-outlined-text-field-focus-outline-color:#052da6;--mdc-outlined-text-field-hover-outline-color:#71768a;--mdc-outlined-text-field-label-text-color:#71768a;--mdc-outlined-text-field-focus-label-text-color:#71768a;--mdc-outlined-text-field-disabled-label-text-color:#71768a;--mdc-outlined-text-field-input-text-placeholder-color:#71768a;--mat-select-disabled-trigger-text-color:#71768a;--mdc-outlined-text-field-input-text-color:#112950;--mdc-outlined-text-field-disabled-input-text-color:#71768a;--mdc-outlined-text-field-error-outline-color:#d92b11;--mdc-outlined-text-field-error-hover-outline-color:#d92b11;--mdc-radio-selected-icon-color:#052da6;--mdc-radio-selected-focus-icon-color:#052da6;--mdc-radio-selected-hover-icon-color:#052da6;--mdc-radio-selected-pressed-icon-color:#052da6;--mdc-radio-unselected-icon-color:#71768a;--mdc-checkbox-selected-icon-color:#052da6;--mat-select-panel-background-color:#fff;--mat-option-selected-state-layer-color:#d6e7ff;--mat-option-hover-state-layer-color:#f6faff;--modal-border-color:#052da6;--modal-title-color:#052da6;--modal-title-border-color:#71768a;--modal-radio-item-border-color:#c7c9d1;--modal-radio-item-checked-border-color:#052da6;--modal-radio-outer-circle-color:#71768a;--modal-radio-checked-color:#052da6;--modal-button-color:#052da6;--modal-button-hover-color:#042485;--modal-button-border-hover-color:#042485;--modal-outlined-button-color:#fff;--modal-outlined-button-hover-color:#f5f7ff;--modal-outlined-button-border-color:#052da6;--modal-outlined-button-border-hover-color:#052da6;--modal-outlined-button-font-color:#052da6;--modal-outlined-button-font-hover-color:#052da6;--tooltip-background-color:#052da6;--text-default-color:#2a2c33;--text-desc-color:#4f5361;--text-link-color:#0845fc;--text-auth-link-color:#0845fc;--tab-background:#f5f7ff;--tab-active-background:#052da6;--tab-color:#2a2c33;--badge-discount-color:#11d97c;--badge-best-value-background-color:#d9c011;--badge-best-value-border-color:#d9c011;--badge-best-value-text-color:#2a2c33;--icon-gray-color:#71768a;--icon-info-blue-color:#052da6;--footer-background-color:#f0f0f2;--footer-icons-color:#0845fc;--header-progress-title-color:#5e5e5e;--header-progress-color:#c4d2fd;--header-progress-passed-color:#052da6;--go-back-icon-color:#c4d2fd;--alert-success-background-color:#f0f0f2;--alert-success-color:#2a2c33;--button-primary-color:#11d97c;--button-primary-hover-color:#0fc26f;--button-primary-active-color:#11d97c;--button-primary-text-color:#fff;--button-blue-link-text-color:#052da6;--button-blue-hover-link-text-color:#052da6;--button-green-text-color:#fff;--button-green-background-color:#11d97c;--button-green-background-darken-color:#0fc16e;--button-green-hover-background-color:#11d97c;--button-green-stroke-text-color:#0fc26f;--button-green-stroke-border-color:#11d97c;--button-green-stroke-background-color:#fff;--button-green-stroke-hover-background-color:#11d97c;--button-green-stroke-hover-text-color:#fff;--button-box-shadow:none;--button-profile-background-color:#fff;--button-profile-border-color:#052da6;--button-profile-text-color:#2a2c33;--button-profile-icon-color:#11d97c;--button-profile-hover-background-color:#052da6;--button-profile-hover-text-color:#fff;--button-profile-hover-icon-color:#fff;--offline-modal-border-color:#052da6;--offline-modal-title-color:#2a2c33;--offline-modal-warning-color:#d92b11;--offline-modal-text-color:#2a2c33;--offline-modal-link-color:#0845fc;--checkout-text-color:#2a2c33;--checkout-link-color:#0845fc;--checkout-border-color:#052da6;--checkout-popup-backdrop:rgba(42,44,51,.5);--back-light-blue-background-color:#f0f0f2;--back-blue-background-color:#052da6;--back-grey:#f0f0f2;--doctors-block-title-color:#052da6;--doctors-block-button-border-color:#052da6;--doctors-block-button-background-color:#052da6;--doctors-block-button-text-color:#2a2c33;--footer-contact-text-color:#052da6;--footer-mobile-marker-color:#c7c9d1;--header-top-background-color:#f0f0f2;--header-contacts-icon-color:#0845fc;--header-submenu-link-color:#0845fc;--header-toggler-color:#052da6;--header-mobile-back-text-color:#0845fc;--header-mobile-title-text-color:#052da6;--header-mobile-border-gray:#f0f0f2;--header-mobile-border-white:#fff;--header-mobile-close-color:#71768a;--header-mobile-arrow-color:#71768a;--quick-product-search-button:#11d97c;--quick-product-palceholder-text-color:#71768a;--quick-product-search-top-products-title-text-color:#052da6;--quick-product-search-top-products-product-text-color:#2a2c33;--quick-product-search-top-products-arrow-icon-color:#052da6;--quick-product-search-hit-products-category-text-color:#042485;--quick-product-search-hit-checkbox-icon-color:#052da6;--treatment-sidebar-top-background:#f0f0f2;--treatment-sidebar-top-text-color:#052da6;--treatment-sidebar-link-text-color:#2a2c33;--treatment-sidebar-link-hover-text-color:#052da6;--treatment-sidebar-link-border-color:#c4d2fd;--treatment-sidebar-contact-link-text-color:#052da6;--category-info-title-text-color:#052da6;--category-product-title-text-color:#0845fc;--category-product-read-more-text-color:#0845fc;--smart-search-title-text-color:#2a2c33;--smart-search-subtitle-text-color:#2a2c33;--smart-search-input-border-color:#f0f0f2;--smart-search-input-border-color-focus:#71768a;--smart-search-input-placeholder-text-color:#71768a;--smart-search-button-background-color:#11d97c;--smart-search-button-icon-color:#fff;--smart-search-reset-button-color:#71768a;--smart-search-products-link-border-color:#f0f0f2;--sticky-content-nav-border-color:#f0f0f2;--sticky-content-nav-active-border-color:#052da6;--sticky-content-nav-text-color:#2a2c33;--sticky-content-nav-active-text-color:#052da6;--product-info-product-table-backrgound:#f0f0f2;--product-info-product-table-price-text-color:#052da6;--product-info-product-table-item-text-color:#052da6;--product-info-product-table-clock-icon-color:#11d97c;--product-info-generic-green-content-background-color:#f0f0f2;--product-info-generic-green-content-text-color:#2a2c33;--product-modal-button-text-color:#2a2c33;--product-modal-button-background-color:#fff;--product-modal-button-border-color:#052da6;--product-modal-button-hover-text-color:#fff;--product-modal-button-hover-background-color:#052da6;--product-modal-button-hover-border-color:#052da6;--grid-table-background-color:#f0f0f2;--grid-table-text-color:#2a2c33;--account-text-color:#2a2c33;--account-btn-background-color:#11d97c;--account-btn-background-hover-color:#0fc26f;--account-btn-border-hover-color:#0fc26f;--account-sidenav-link-active-text-color:#052da6;--account-next-refill-text-color:#0845fc;--account-link-text-color:#0845fc;--account-order-table-background:#f0f0f2;--account-order-table-row-background:#f0f0f2;--account-subscription-cancel-reason-chevron-color:#0845fc;--account-cancel-subscription-border-color:#c7c9d1;--tile-background-color:#f0f0f2;--tile-link-text-color:#0845fc;--type-otc-background-color:#11d97c;--type-rx-background-color:rgba(167,203,255,.4);--status-badge-background-color-paid:#2f85ff;--status-badge-background-color-processing:#0e8d26;--status-badge-background-color-shipped:#86d2af;--status-badge-background-color-completed:#0951aa;--status-badge-background-color-pending-payment:#fd9777;--status-badge-background-color-pending-shipment:#92d284;--status-badge-background-color-pending-prescription:#fd9777;--status-badge-background-color-aborted:#707070;--status-badge-background-color-cancelled:#f77e85;--status-badge-background-color-declined:#dc7da5;--status-badge-background-color-returned:#cca3f0;--status-badge-background-color-reshipped:#92d284;--status-badge-background-color-waiting-for-prescription:#ff8a00;--status-badge-text-color:#2a2c33;--product-faq-author-text-color:#052da6;--product-faq-body-text-color:#2a2c33;--product-faq-responded-text-color:#2a2c33;--product-faq-tile-background-color:#f0f0f2;--product-faq-button-text-color:#11d97c;--product-slider-arrow-text-color:#4f5361;--product-slider-arrow-disabled-text-color:#c7c9d1;--similar-products-title-text-color:#052da6;--similar-products-slider-arrow-color:#71768a;--ab-test-disclaimer-background:#f0f0f2;--ab-test-disclaimer-color:#2a2c33;--ab-test-disclaimer-paragraph-color:#2a2c33;--ab-test-disclaimer-span-color:#052da6;--ab-test-disclaimer-border-color:#c7c9d1;--package-selector-line-through-color:#707070;--package-selector-selected-line-through-color:#fff;--package-selector-show-more-color:#2a2c33;--package-selector-switch-and-save-background-color:#052da6;--radio-rect-color:#2a2c33;--radio-rect-hover-border-color:#052da6;--radio-rect-selected-color:#fff;--radio-rect-selected-border-color:#052da6;--radio-rect-selected-background:#052da6;--radio-rect-green-text:#11d97c;--radio-rect-grey-text:#707070;--radio-rect-blue-text:#2a2c33;--otc-recomendations-modal-title-color:#0845fc;--otc-recomendations-modal-button-border-radius:4px;--otc-recomendations-modal-link-color:#0845fc;--otc-recomendations-modal-price-color:#0845fc;--product-selector-item-border-color:rgba(167,203,255,.4);--product-selector-item-active-border-color:#11d97c;--product-selector-item-hover-border-color:#11d97c;--product-selector-item-recommended-background-color:#f0f0f2;--product-selector-item-active-recommended-background-color:#11d97c;--choose-modification-sticky-footer-bg:#fff;--choose-modification-sticky-footer-border-color:#eee;--subscroption-progress-bar-background-color:#0951aa;--subscription-active-tab-background-color:#0951aa;--subscription-cta-background-color:#0951aa;--subscription-link-text-color:#0951aa;--subscription-step-title-text-color:#0951aa;--address-validation-button-background-color:#11d97c;--payment-button-background-color:#11d97c;--login-title-text-color:#0951aa;--auth-link-text-color:#0951aa;--success-leaving-modal-link-text-color:#0951aa;--success-leaving-modal-button-background-color:#11d97c;--success-main-info-title-text-color:#0951aa;--success-order-info-title-text-color:#0951aa;--checkout-button-background:#0075ff}body.region-nl .invalid-address-modal apo-invalid-address-modal img.modal-vector-header-desktop,body.region-nl .invalid-address-modal apo-invalid-address-modal img.modal-vector-header-mobile,body.region-nl .invalid-address-modal apo-suggest-address-modal img.modal-vector-header-desktop,body.region-nl .invalid-address-modal apo-suggest-address-modal img.modal-vector-header-mobile,body.region-nl .suggest-address-modal apo-invalid-address-modal img.modal-vector-header-desktop,body.region-nl .suggest-address-modal apo-invalid-address-modal img.modal-vector-header-mobile,body.region-nl .suggest-address-modal apo-suggest-address-modal img.modal-vector-header-desktop,body.region-nl .suggest-address-modal apo-suggest-address-modal img.modal-vector-header-mobile{display:none}body.region-nl apo-dosage-and-modification-selector .switch-save{background-color:#052da6}body.region-nl apo-dosage-and-modification-selector .show-more{color:#2a2c33}body.region-nl apo-payments-order-information .payment-info{background:#f0f0f2 0 0 no-repeat padding-box}body.region-nl apo-upsale-block{background:#d9e6d6 0 0 no-repeat padding-box}body.region-nl apo-upsale-block .upsell-gift__link,body.region-nl apo-upsale-block .upsell-link{color:var(--text-link-color)!important}body.region-nl apo-upsale-block .upsell-offer__aligned-bottom{color:#052da6}body.region-nl apo-upsale-block .upsell-offer__aligned-bottom--crossed{text-decoration-color:#d92b11}body.region-nl .otc-modal-button span{color:var(--text-link-color)!important}body.region-nl apo-delivery-row{color:var(--text-default-color)}body.region-nl apo-promocode-block .promo-link{color:var(--text-link-color)!important}body.region-nl apo-promocode-block .discount-block{background:#f0f0f2 0 0 no-repeat padding-box}body.region-nl apo-promocode-block .apo-button_grey:hover{background-color:#11d97c!important}body.region-nl apo-order-reservation-hint{background:#f0f0f2}body.region-nl apo-order-reservation-hint i{color:var(--icon-info-blue-color)!important}body.region-nl apo-success-page apo-bank-wire-info,body.region-nl apo-success-page apo-common-order-info,body.region-nl apo-success-page apo-user-info{background:#f0f0f2!important}body.region-nl apo-success-page apo-user-info .actions__item{color:var(--text-link-color)!important}body.region-nl apo-checkout-footer .footer__copyright{color:var(--text-link-color)}body.region-nl .apomeds-loader{display:none}body.region-nl apo-session-expired-modal .info{color:#11d97c!important}body.region-nl apo-alert .alert_success .content{font-size:14px!important;font-weight:500!important}body.region-nl apo-alert .alert_success .content:before{color:#11d97c;font-size:18px}body.region-nl apo-alert .alert_success .alert__close-btn svg path{fill:#11d97c!important}body.region-nl apo-bankwire-payment .icon,body.region-nl apo-order-reservation-hint .toggle{color:#71768a!important}body.region-nl apo-checkbox-wrapper mat-radio-button .bankwire-gray img{filter:invert(46%) sepia(8%) saturate(710%) hue-rotate(191deg) brightness(99%) contrast(95%)}body.region-nl .header-menu{justify-content:flex-start}body.region-nl .header-menu-item{margin-right:40px;padding:18px 0}body.region-nl .main-banner{background:url(/img/home-background-nl.jpg) 50%}body.region-nl .product-tile .btn-primary-stroke{background:#fff;border-color:#052da6;color:#2a2c33}body.region-nl .product-tile .btn-primary-stroke:hover{background:#052da6;color:#fff}body.region-nl .background-content .consultation-nav,body.region-nl .product-info-content .consultation-nav{margin:0 0 55px}body.region-nl .consultation-nav__button.btn-primary-stroke{background:#fff;border-color:#052da6;color:#2a2c33}body.region-nl .consultation-nav__button.btn-primary-stroke:hover{background:#f5f7ff}body.region-nl .product-treatments-slider .btn-primary-stroke{background:#fff;border-color:#052da6;color:#2a2c33}body.region-nl .product-treatments-slider .btn-primary-stroke:hover{background:#f5f7ff}body.region-nl .background-content p{margin:0 0 30px}body.region-nl .generic .content{flex-direction:column}body.region-nl .product-table-title,body.region-nl .product-table-title h3{font-weight:700}body.region-nl .how-it-work-block .how-it-work-step:last-child img{height:72px;margin-right:22px;width:72px}.btn-profile{background:var(--button-profile-background-color);border:1px solid var(--button-profile-border-color);border-radius:2px;box-sizing:border-box;color:var(--button-profile-text-color);display:inline-block;font-family:Roboto,sans-serif;font-size:16px;min-width:175px;padding:7px 15px;text-align:center;text-decoration:none;transition-duration:.5s;white-space:nowrap}.btn-profile i{color:var(--button-profile-icon-color);margin-right:5px;transition-duration:.5s}.btn-profile:hover{background:var(--button-profile-hover-background-color);color:var(--button-profile-hover-text-color);cursor:pointer}.btn-profile:hover i{color:var(--button-profile-hover-icon-color)}.btn-primary{align-items:center;background:var(--button-primary-color);border:none;border-radius:4px;color:var(--button-primary-text-color);display:flex;font-family:Roboto,sans-serif;height:64px;justify-content:center;letter-spacing:1px;padding:0}.btn-primary,.btn-primary-stroke{box-sizing:border-box;font-size:16px;font-weight:700;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition-duration:.3s}.btn-primary-stroke{background:#fff;border:2px solid var(--button-primary-color);border-radius:4px;color:var(--button-primary-color);display:block;padding:12px 10px}.btn-primary-stroke:hover{background:var(--button-primary-color);color:#fff}.btn-primary-stroke--gray{color:hsla(0,0%,44%,.67)}.btn-primary-stroke--gray:hover{color:#fff}@media screen and (max-width:768px){.btn-primary{font-size:16px;height:60px}}.btn-primary:hover{background:var(--button-primary-hover-color);cursor:pointer}.btn-primary:focus{background:var(--button-primary-active-color)}.btn-green{align-items:center;background:var(--button-green-background-color);border:none;border-radius:4px;color:var(--button-green-text-color);display:flex;font-family:Roboto,sans-serif;height:64px;justify-content:center;letter-spacing:1px;padding:0}.btn-green,.btn-green-stroke{box-sizing:border-box;font-size:16px;font-weight:700;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition-duration:.3s}.btn-green-stroke{background:var(--button-green-stroke-background-color);border:2px solid var(--button-green-stroke-border-color);border-radius:4px;color:var(--button-green-stroke-text-color);display:block;padding:0 35px}.btn-green-stroke:hover{background:var(--button-green-stroke-hover-background-color);color:var(--button-green-stroke-hover-text-color)}.btn-green-stroke:not([disabled]):active{background:var(--button-green-background-darken-color)}@media screen and (max-width:768px){.btn-green{font-size:16px;height:60px}}.btn-green:hover{background:var(--button-green-hover-background-color);cursor:pointer}.btn-blue{align-items:center;background:#0951aa;border:none;border-radius:4px;color:#fff;display:flex;font-family:Roboto,sans-serif;justify-content:center;letter-spacing:1px;padding:10px 48px}.btn-blue,.btn-blue-stroke{box-sizing:border-box;font-size:16px;font-weight:700;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition-duration:.3s}.btn-blue-stroke{background:#fff;border:2px solid #0951aa;border-radius:4px;color:#0951aa;display:block;padding:0 35px}.btn-blue-stroke:hover{background:#0951aa;color:#fff}.btn-blue-stroke:not([disabled]):active{background:#084592}.btn-blue-link{background:transparent;border-color:transparent;color:var(--button-blue-link-text-color);font-weight:600}@media screen and (max-width:768px){.btn-blue{font-size:16px}}.btn-blue:hover{background:var(--button-blue-hover-link-text-color);cursor:pointer}.btn-center{margin:0 auto}.btn-arrow:after{content:"";font-family:icomoon;position:absolute;right:20px;top:auto}.btn--no-transform{text-transform:none}.btn-arrow-left{padding-left:50px;padding-right:25px}@media screen and (max-width:480px){.btn-arrow-left{padding-left:36px;padding-right:13px}}.btn-arrow-left:before{content:"";font-family:icomoon;left:20px;position:absolute;top:auto}@media screen and (max-width:480px){.btn-arrow-left:before{left:13px}}.btn-stick:after{content:"";font-family:icomoon;position:absolute;right:20px;top:auto}@keyframes fornInput{0%{font-size:14px;opacity:0;top:calc(50% - 7px)}to{font-size:11px;opacity:1;top:-5px}}.form-item{margin-bottom:15px;position:relative}.form-item .password-eye{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:50px}.form-item .password-eye:after{content:"";font-family:icomoon;font-size:14px;position:absolute}.form-item .password-eye.visible:after{content:""}.form-item .password-eye:hover{cursor:pointer}.form-item.error .form-error{display:block}.form-item.error .form-input{border-color:#f85c44}.form-label--custom{font-size:14px;left:15px;line-height:1;opacity:0;position:absolute;top:calc(50% - 7px);transition-duration:.3s}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #d6e7ff;border-radius:5px;box-sizing:border-box;font-size:16px;outline:none;padding:14px;width:100%}@media screen and (max-width:768px){.form-input{font-size:14px}}.form-input:not(:placeholder-shown)+.form-label{animation:fornInput .3s;background:#fff;color:#2f85ff;font-size:11px;opacity:1;padding:0 2px;top:-5px}.form-input:focus{border:2px solid #2f85ff}.form-input:focus::placeholder{color:transparent;transition-duration:.3s}.form-input:focus+.form-label{animation:fornInput .3s;background:#fff;color:#2f85ff;font-size:11px;opacity:1;padding:0 2px;top:-5px}.form-back-link{background:transparent;border:none;color:#ffa800;display:block;font-size:16px;margin-top:20px;text-decoration:none;width:100%}.form-back-link:hover{cursor:pointer}.form-back-link:before{content:"";font-family:icomoon;font-weight:400;margin-right:5px}.form-error{color:#f85c44;display:none;font-size:12px;line-height:1;margin-top:5px}.form-error.active{display:block}.form-loader{display:none}.form-loader.active{display:block}