@font-face{font-family:Aeonik;font-style:normal;font-weight:100;src:url("aeonik-air.woff2") format("woff2"),url("aeonik-air.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:200;src:url("aeonik-thin.woff2") format("woff2"),url("aeonik-thin.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:300;src:url("aeonik-light.woff2") format("woff2"),url("aeonik-light.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:400;src:url("aeonik-regular.woff2") format("woff2"),url("aeonik-regular.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:500;src:url("aeonik-medium.woff2") format("woff2"),url("aeonik-medium.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:700;src:url("aeonik-bold.woff2") format("woff2"),url("aeonik-bold.woff") format("woff")}@font-face{font-family:Aeonik;font-style:normal;font-weight:900;src:url("aeonik-black.woff2") format("woff2"),url("aeonik-black.woff") format("woff")}*{font-feature-settings:"salt"}.material-icons--primary{color:var(--orange-500)}.material-icons--dark{color:var(--gray-950)}.material-icons--light{color:var(--gray-100)}.material-icons--small{font-size:24px;height:24px}.material-icons--medium{font-size:28px}.material-icons--large{font-size:32px}.display--d1{font-size:64px;line-height:64px}.display--d2{font-size:56px;line-height:56px}@media(min-width: 750px){.display--d1{font-size:96px;line-height:96px}.display--d2{font-size:80px;line-height:80px}}.heading{font-weight:500}.hxxl,h1,.heading--h1{font-size:44px;letter-spacing:0;line-height:48px}.hxl,h2,.heading--h2{font-size:36px;letter-spacing:0;line-height:40px}.h0,h3,.heading--h3{font-size:30px;letter-spacing:0;line-height:36px}.h1,h4,.heading--h4{font-size:24px;letter-spacing:0;line-height:32px}.h2,h5,.heading--h5{font-size:20px;-webkit-font-smoothing:antialiased;font-weight:500;letter-spacing:0;line-height:28px}.heading--h6{font-size:18px;line-height:24px}@media(min-width: 750px){.hxxl,h1,.heading--h1{font-size:60px;line-height:60px}.hxl,h2,.heading--h2{font-size:48px;line-height:48px}.h0,h3,.heading--h3{font-size:40px;line-height:44px}.h1,h4,.heading--h4{font-size:32px;line-height:40px}.h2,h5,.heading--h5{font-size:24px;line-height:32px}.heading--h6{font-size:20px;line-height:24px}}.body--lg{font-size:16px;line-height:24px}.body--md{font-size:14px;line-height:24px}.body--sm{font-size:12px;line-height:16px}.body--xs{font-size:10px;line-height:16px}@media(min-width: 750px){.body--lg{font-size:18px;line-height:28px}.body--md{font-size:16px;line-height:24px}.body--sm{font-size:14px;line-height:20px}.body--xs{font-size:12px;line-height:16px}}.bold{font-weight:bold}.button{align-self:flex-start;border-radius:100px;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto}.button::before,.button::after{display:none}.button--small{line-height:20px;padding:8px 16px}.button--medium{padding:12px 24px}.button--large{padding:16px 32px}.button--dark{background-color:var(--gray-950);color:var(--core-white)}.button--light{background-color:var(--gray-100);color:var(--gray-950)}.button--bordered-light{background-color:rgba(0,0,0,0);border:1px solid var(--gray-100);color:var(--core-black)}.button--bordered-dark{background-color:rgba(0,0,0,0);border:1px solid var(--core-black);color:var(--core-black)}.button--icon{align-items:center;border-radius:50%;display:inline-flex;justify-content:center;min-height:40px;min-width:40px;padding:8px}.button--icon-medium{min-height:48px;min-width:48px}.button--icon-large{min-height:56px;min-width:56px}.button--labeled-icon span{display:flex;flex-direction:column;justify-content:center;text-align:center}.button--labeled-icon .button__label{font-size:16px;line-height:24px;margin:16px 0}.button--list{background:none;border-radius:0;color:var(--core-black);justify-content:normal;padding:16px 24px;width:100%}.button--list:hover{background-color:var(--gray-100)}.button:disabled,.button[aria-disabled=true],.button.disabled{background-color:var(--gray-500);cursor:not-allowed}.customer button:disabled,.customer button[aria-disabled=true],.customer button.disabled{background-color:var(--gray-500);cursor:not-allowed}.quantity__button.disabled{background-color:var(--gray-500);cursor:not-allowed}.button-with-label{align-items:center;color:var(--gray-950);-moz-column-gap:16px;column-gap:16px;display:flex}.link--primary{color:var(--orange-500)}.form-field{display:flex;flex-direction:column;grid-row-gap:4px;margin-bottom:16px}.form-field__label{font-size:16px;line-height:24px}.form-field__control{background-color:var(--core-white);border:1px solid var(--gray-200);border-radius:8px;font-size:16px;line-height:22px;padding:12px 16px;transition:border-color .3s}.form-field__control:focus{border-color:var(--gray-400);outline:none}.form-field__error-text{color:#d92626;font-size:16px}.form-field--input .form-field__control,.form-field--textarea .form-field__control,.form-field--select .form-field__control{background-color:var(--core-white)}.form-field--error .form-field__control{border-color:#d92626}.form-field--error .form-field__error-text{display:block}.form-field--textarea .form-field__control{min-height:96px;resize:vertical}.form-field--select .form-field__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml,%0A%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.59 0.589996L6 5.17L1.41 0.589996L0 2L6 8L12 2L10.59 0.589996Z" fill="%230F141A"/%3E%3C/svg%3E%0A');background-position:right 22px center;background-repeat:no-repeat;cursor:pointer}.field__input{background-color:var(--gray-100)}.field__label--search{left:60px}.store-selector{display:none;grid-column-gap:12px;padding:12px 24px;position:relative}.store-selector__label{background-color:var(--core-white);color:var(--gray-600);left:52px;padding:4px 8px;position:absolute;top:-10px;font-size:10px;line-height:16px}@media screen and (width >= 750px){.store-selector__label{font-size:12px;line-height:16px}}.store-selector__current{color:var(--core-black);font-weight:bold;text-decoration:underline;text-underline-offset:3px}.store-selector__data{align-items:center;display:flex;grid-column-gap:8px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-selector__data{font-size:16px;line-height:24px}}.store-selector__status{background-color:var(--other-second-cycle);border-radius:50%;display:block;height:12px;width:12px}.store-selector__status--close{background-color:var(--orange-500)}.store-selector__list{background:var(--core-white);border-radius:12px;box-shadow:rgba(0,0,0,.0509803922) 0 10px 20px;display:none;flex-direction:column;left:0;list-style:none;margin:1px 0 0;overflow:hidden;padding:8px 0;position:absolute;top:100%;width:100%}.store-selector__list.open{display:flex}.store-selector__stores{list-style:none;margin:0;padding:0}.store-selector__header{border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;padding:24px}.store-selector__header h3{font-weight:500;margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.store-selector__header h3{font-size:32px;line-height:40px}}.store-selector__heading{display:flex;justify-content:space-between}.store-selector__input{min-height:48px;padding:12px 52px;background-color:var(--gray-100);border:0;border-radius:100px;letter-spacing:.5px;font-size:14px;line-height:24px}.store-selector__input::before,.store-selector__input::after{display:none}.store-selector__input::-moz-placeholder{color:var(--gray-600)}.store-selector__input::placeholder{color:var(--gray-600)}@media screen and (width >= 750px){.store-selector__input{font-size:16px;line-height:24px}}.store-selector__input:not(:-moz-placeholder){padding:12px 52px}.store-selector__input:not(:placeholder-shown),.store-selector__input:focus{padding:12px 52px}.store-selector__field-label{color:var(--gray-600);left:52px !important;top:12px}.store-selector__button{left:6px;top:2px}.store-selector__form{display:flex;flex-direction:column;gap:16px}.store-selector__info{color:var(--gray-600);display:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-selector__info{font-size:16px;line-height:24px}}.store-selector__info b{color:var(--core-black);font-weight:500}.store-selector__search-by-location{align-items:center;color:var(--core-black);display:flex;font-size:24px;height:24px;justify-content:center;position:absolute;right:12px;text-decoration:none;top:12px;width:24px}.store-selector__change{color:var(--core-black);font-weight:700;margin-left:auto;font-size:12px;line-height:16px}@media screen and (width >= 750px){.store-selector__change{font-size:14px;line-height:20px}}.store-selector--row{border-bottom:1px solid var(--gray-200);display:grid;grid-column:1/4;grid-column-gap:8px;grid-row-start:1;grid-template-columns:40px 1fr;padding:8px 16px;width:100%;z-index:9}.store-selector--row .store-selector__label{grid-column-start:2;left:0;padding:0;position:relative;top:0}.store-selector--row .store-selector__data{font-size:12px;line-height:16px}@media screen and (width >= 750px){.store-selector--row .store-selector__data{font-size:14px;line-height:20px}}.store-selector--row .store-selector__status{height:8px;width:8px}.store-selector--row .store-selector__icon{align-items:center;display:flex;grid-row:1/3;height:100%;justify-content:center}.store-selector--section{z-index:3}@media screen and (width >= 990px){.store-selector--row{display:none}.store-selector__current{text-underline-offset:5px}.store-selector--widget{border:1px solid var(--gray-200);border-radius:100px;display:flex}.store-selector--section{display:none}}.store-item__link{border-bottom:1px solid var(--gray-200);border-left:4px solid rgba(0,0,0,0);display:flex;flex-direction:column;padding:16px 80px 16px 24px;position:relative;text-decoration:none;transition:border .3s}.store-item__link:hover,.store-item__link--current{border-left:4px solid var(--orange-500)}.store-item__description{color:var(--gray-800)}.store-item__name{color:var(--core-black);font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-item__name{font-size:18px;line-height:28px}}.store-item__address{color:var(--gray-600);font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-item__address{font-size:16px;line-height:24px}}.store-item__distance{color:var(--gray-800);font-size:12px;line-height:16px}@media screen and (width >= 750px){.store-item__distance{font-size:14px;line-height:20px}}.store-item__current{align-items:center;background-color:var(--orange-500);border-radius:50%;bottom:0;color:var(--core-white);display:flex !important;height:40px;justify-content:center;margin:auto;position:absolute;right:24px;top:0;width:40px}.store-drawer{height:100%;max-width:520px;position:fixed;width:100vw}.store-drawer__overlay{inset:0;position:fixed}.store-drawer__overlay:empty{display:block}.menu-drawer-container{display:flex}.list-menu{grid-gap:0 40px;list-style:none;margin:0;padding:0}.list-menu--inline{display:inline-flex;flex-wrap:wrap}.list-menu__item{align-items:center;display:flex}.mega-menu__wrapper{display:grid;grid-gap:40px 20px;grid-template-columns:1fr 325px;justify-content:space-between;padding:40px}.mega-menu__wrapper .button{padding-right:12px}.mega-menu__list{display:grid;grid-gap:40px 20px;padding:0}.mega-menu__list--2{grid-template-columns:repeat(2, 1fr)}.mega-menu__list--3{grid-template-columns:repeat(3, 1fr)}.mega-menu__list--4{grid-template-columns:repeat(4, 1fr)}.mega-menu__list .list-unstyled{display:flex;flex-direction:column;grid-gap:4px}.mega-menu__link--active{text-decoration:none}.mega-menu__link--level-2{font-weight:500;margin-bottom:16px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.mega-menu__link--level-2{font-size:16px;line-height:24px}}.mega-menu__link--level-3{font-weight:500;font-size:20px;line-height:28px}@media screen and (width >= 750px){.mega-menu__link--level-3{font-size:24px;line-height:32px}}.mega-menu__link--second-cycle{color:var(--other-second-cycle)}.mega-menu__link span{color:var(--orange-500)}.mega-menu__link--non-clickable{cursor:default;pointer-events:none}.mega-menu__link--non-clickable:hover{text-decoration:none}.mega-menu__actions{grid-row-start:2}.header__menu-item{position:relative}.header__menu-item:hover{text-decoration:none}.header__menu-item:hover::after{background-color:var(--orange-500);bottom:0;content:"";display:block;height:5px;left:0;position:absolute;width:100%}details[open] .header__menu-item{position:relative;text-decoration:none}details[open] .header__menu-item::after{background-color:var(--orange-500);bottom:0;content:"";display:block;height:5px;left:0;position:absolute;width:100%}.mega-menu__content .mega-menu__link:hover{text-decoration:underline}.menu-drawer__navigation-container{height:calc(100% - 104px)}.menu-drawer__controls{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;padding:0}.menu-drawer__heading{align-items:baseline;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;font-size:24px;line-height:32px;margin:0 0 24px -24px;padding:24px;width:100%;width:calc(100% + 48px);font-size:24px;line-height:32px}@media screen and (width >= 750px){.menu-drawer__heading{font-size:32px;line-height:40px}}.menu-drawer__shop-all{color:var(--core-black);text-decoration:none;font-size:16px;line-height:24px}@media screen and (width >= 750px){.menu-drawer__shop-all{font-size:18px;line-height:28px}}.menu-drawer__menu{display:flex;flex-direction:column;gap:8px;min-height:100%;padding:100px 24px 48px}.menu-drawer__menu .svg-wrapper{display:none}.menu-drawer__menu--gradient{background:linear-gradient(180deg, var(--core-white) 0%, var(--gray-200) 100%)}.menu-drawer__menu-item{font-weight:500;gap:8px;padding:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.menu-drawer__menu-item{font-size:32px;line-height:40px}}.menu-drawer__menu-item--highlighted{color:var(--orange-500)}.menu-drawer__menu-item--second-cycle{color:var(--other-second-cycle)}.menu-drawer__menu-item--sub{font-size:20px;line-height:28px}@media screen and (width >= 750px){.menu-drawer__menu-item--sub{font-size:24px;line-height:32px}}.menu-drawer__menu-item span{color:var(--orange-500)}.menu-drawer__link-heading{align-items:center;display:flex;gap:8px}.menu-drawer__link-heading span{color:var(--orange-500)}.menu-drawer__link-heading--highlighted{color:var(--orange-500)}.menu-drawer__subheading{display:block;font-weight:500;margin-top:32px;min-height:32px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.menu-drawer__subheading{font-size:16px;line-height:24px}}.menu-drawer__top+.menu-drawer__subheading{margin-top:0}.menu-drawer__bottom{margin:auto 0 0}.menu-drawer__utility-links{padding:0}.menu-drawer__localization .localization-form__select{font-weight:500;font-size:16px;line-height:24px}@media screen and (width >= 750px){.menu-drawer__localization .localization-form__select{font-size:18px;line-height:28px}}.menu-drawer__localization .localization-form__select.link{text-decoration:underline}.utility-menu{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 32px;padding:0}.utility-menu__separator{display:block;height:8px}.utility-menu__item{display:flex;gap:12px}.utility-menu__link{color:var(--core-black);font-weight:500;text-decoration:none;font-size:16px;line-height:24px}@media screen and (width >= 750px){.utility-menu__link{font-size:18px;line-height:28px}}.complementary-menu{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.complementary-menu__item{color:var(--core-black);font-weight:500;font-size:16px;line-height:24px}@media screen and (width >= 750px){.complementary-menu__item{font-size:18px;line-height:28px}}.complementary-menu__link{color:var(--gray-500);text-decoration:none}.banenr__box{color:var(--color-text)}.banner-boxed{align-items:end;background-image:var(--image);background-size:cover;border-radius:8px;display:flex;height:325px;padding:8px;width:325px}.banner-boxed__stack{background-color:var(--core-white);border-radius:4px;display:flex;flex-direction:column;grid-row-gap:16px;max-width:80%;padding:16px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.banner-boxed__stack{font-size:16px;line-height:24px}}.banner-boxed__stack a.button{align-self:flex-start}.banner-boxed__text p{margin:0}.banenr__card{color:var(--color-text)}.banner-card{border-radius:8px;color:var(--core-black);display:flex;flex-direction:column;overflow:hidden;text-decoration:none;width:100%}.banner-card__image{display:flex}.banner-card__image img{width:100%}.banner-card__stack{background-color:var(--core-white);display:flex;flex-wrap:wrap;grid-row-gap:16px;justify-content:space-between;padding:20px}.banner-card__text p{margin:0}.dropdown-menu__separator,.dropdown-menu__list--separated li::after{background-color:var(--gray-200);display:block;height:1px;margin:auto;width:80%}.dropdown-menu__list{background:var(--core-white);border-radius:12px;box-shadow:rgba(0,0,0,.0509803922) 0 10px 20px;display:none;flex-direction:column;left:0;list-style:none;margin:1px 0 0;max-width:240px;min-width:240px;overflow:hidden;padding:8px 0;position:absolute;top:100%;width:100%}.dropdown-menu__list--right{left:auto;right:0}.dropdown-menu__list--separated li::after{content:""}.dropdown-menu__list--separated li:first-child::after,.dropdown-menu__list--separated li:last-child::after{display:none}.dropdown-menu__list.open{display:flex}.dropdown-menu__heading{font-weight:700;padding:16px 24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.dropdown-menu__heading{font-size:16px;line-height:24px}}.header{display:flex;flex-wrap:wrap;padding:0}.header__heading-link{padding:0}.header__heading-logo-wrapper{display:flex}.header__logo-wrapper{align-items:center;display:flex;gap:16px;max-width:50%;padding:12px 0 12px 16px}.header__column{align-items:center;display:flex;flex-wrap:wrap;grid-column-gap:40px}.header__inline-menu .button{align-self:center}.header__active-menu-item{text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.header__active-menu-item{font-size:16px;line-height:24px}}.header__menu-item{color:inherit;font-weight:bold;height:100%;padding:24px 0;text-decoration:none}.header__menu-item--highlighted{color:var(--orange-500)}.header__menu-item--highlighted span{color:var(--orange-500)}.header__menu-item:hover .header__active-menu-item{text-decoration:none}.header__icons{align-items:center;grid-column-gap:20px;grid-row-start:2;margin:0 0 0 auto;max-width:50%;padding-right:16px}.header__icons .searchanise-search__open-button-mobile{height:24px;padding:0;width:24px}.header__icon{height:24px;width:24px}.header__icon .icon{height:24px;width:24px}.header__wishlist .wishlist-hero-items-count{font-size:12px;line-height:16px}@media screen and (width >= 750px){.header__wishlist .wishlist-hero-items-count{font-size:14px;line-height:20px}}.header__account-context,.header__support-context{position:relative}.header__appointment-button{-webkit-font-smoothing:antialiased;font-weight:500;margin:auto 0;align-self:flex-start;border-radius:100px;display:flex;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto;text-decoration:none;padding:14px 24px;background-color:var(--gray-100);color:var(--gray-950);font-size:14px;line-height:24px}.header__appointment-button::before,.header__appointment-button::after{display:none}@media screen and (width >= 750px){.header__appointment-button{font-size:16px;line-height:24px}}.header .link{text-decoration:none}.header .search__button{left:14px;right:auto}.header .search__input.snippet-bar{padding:12px 24px 12px 60px}.header .search-bar{display:none;max-width:360px;width:100%}.header .search-bar form{width:100%}.header .icon-hamburger{height:40px;width:40px}@media screen and (width >= 990px){.header{display:grid;padding:0 40px}.header__column{row-gap:.8rem}.header__logo-wrapper{display:inherit;gap:0;max-width:none;padding:0}.header__icons{grid-column-gap:8px;grid-row-start:inherit;max-width:none;overflow:inherit;padding-right:0}.header__icon{height:40px;width:40px}.header__icon .icon{height:40px;width:40px}.header__inline-menu{align-items:center;display:flex;justify-content:space-between;margin:0}.header .search-bar{display:flex}}.footer{color:var(--gray-500);padding:6px 0}.footer__content-top{display:block;padding:0 16px}.footer__content-bottom{border-top:1px solid var(--gray-900);display:flex;justify-content:space-between;margin-top:48px;padding:16px}.footer__content-bottom-wrapper{align-items:center;gap:24px;order:1}.footer__content-bottom-wrapper--end{display:flex;justify-content:flex-end;order:0}.footer__row{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__column{max-width:50%;width:100%}.footer__column--primary{max-width:440px}.footer .list-menu__item{align-items:center;color:var(--gray-500);display:flex;text-decoration:none}.footer__menu--primary .list-menu__item{color:var(--core-white);font-size:20px;line-height:28px}@media screen and (width >= 750px){.footer__menu--primary .list-menu__item{font-size:24px;line-height:32px}}.footer__menu--primary li:last-child a{color:var(--orange-500)}.footer__menu--primary li:nth-last-child(2) a{color:var(--other-second-cycle)}.footer__menu--list{display:flex;flex-direction:column;grid-gap:4px}.footer .list-social{grid-gap:20px}.footer .svg-wrapper{height:24px;width:24px}.footer .klaviyo-form button{-webkit-font-smoothing:antialiased;font-weight:500;min-width:105px}.footer .klaviyo-form input{border-width:0 0 2px !important}.footer .klaviyo-form input:hover,.footer .klaviyo-form input:focus,.footer .klaviyo-form input:focus-within,.footer .klaviyo-form input:focus-visible{border-width:0 0 2px !important;outline:none !important}.footer .policies{display:flex;gap:24px;text-transform:capitalize;font-size:12px;line-height:16px}@media screen and (width >= 750px){.footer .policies{font-size:14px;line-height:20px}}.footer .policies__link{color:var(--gray-500);-webkit-font-smoothing:antialiased;font-weight:500;text-decoration:none}.footer .policies__link:hover{color:var(--core-white);text-decoration:underline}.footer .copyright__content{color:var(--gray-500);font-size:12px;line-height:16px}@media screen and (width >= 750px){.footer .copyright__content{font-size:14px;line-height:20px}}.footer__localization{line-height:normal}.footer__localization .link{color:var(--gray-500);font-size:12px;line-height:16px}@media screen and (width >= 750px){.footer__localization .link{font-size:14px;line-height:20px}}@media screen and (width >= 990px){.footer__content-top{display:flex;flex-direction:column;gap:60px;padding:0 40px}.footer__content-bottom{margin-top:60px;padding:20px 40px}.footer__content-bottom-wrapper{order:0}.footer__content-bottom-wrapper--end{order:1}.footer__menu--primary .list-menu__item{font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.footer__menu--primary .list-menu__item{font-size:32px;line-height:40px}}@media screen and (width >= 990px){.footer__column{max-width:210px;width:100%}.footer__column--primary{max-width:440px}}.footer-block__heading{-webkit-font-smoothing:antialiased;font-weight:700;font-size:14px;line-height:24px}@media screen and (width >= 750px){.footer-block__heading{font-size:16px;line-height:24px}}.footer-block__heading--social{display:none}.footer-block__newsletter{width:100%}@media screen and (width >= 990px){.footer-block__heading--social{display:block}}.searchanise-search{position:relative;width:100%;z-index:10}.searchanise-search::before{background-color:rgba(28,33,41,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}.searchanise-search__label{display:block;position:relative;width:100%;z-index:10}.searchanise-search__label::before{background:var(--core-white);border-radius:16px 16px 0 0;height:calc(100% + 16px);left:-25px;position:absolute;top:-8px;width:calc(100% + 48px);z-index:-1}.searchanise-search__label-clear{background:0 0;border:0;color:var(--core-black);cursor:pointer;left:calc(100% - 25rem);opacity:0;position:absolute;top:50%;transform:translateY(-50%)}.searchanise-search__label-icon{color:var(--core-black);left:2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.searchanise-search__label-text{color:var(--gray-400);left:6rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);font-size:14px;line-height:24px}@media screen and (width >= 750px){.searchanise-search__label-text{font-size:16px;line-height:24px}}.searchanise-search__input{background-color:var(--gray-100);border:0;border-radius:100px;color:var(--core-black);cursor:pointer;display:block;max-width:380px;padding:1.5rem 2rem 1.5rem 6rem;transition:max-width .3s ease;width:100%;font-size:14px;line-height:24px}@media screen and (width >= 750px){.searchanise-search__input{font-size:16px;line-height:24px}}.searchanise-search__input:focus{max-width:100%}.searchanise-search__input:focus-visible{box-shadow:none;outline:none}.searchanise-search__input::-moz-placeholder{opacity:0}.searchanise-search__input::placeholder{opacity:0}.searchanise-search__input:not(:-moz-placeholder)~.searchanise-search__label-text{opacity:0}.searchanise-search__input:not(:placeholder-shown)~.searchanise-search__label-text{opacity:0}.searchanise-search__input::-webkit-search-cancel-button{display:none}.searchanise-search__dropdown{background-color:var(--core-white);border-radius:16px;box-shadow:0 2px 4px rgba(0,0,0,.1);left:-25px;max-height:720px;opacity:0;overflow-y:auto;padding:7.6rem 2.4rem 1.6rem;position:absolute;top:calc(100% - 62px);transform:translateY(-20%);transition:transform .3s ease;width:calc(100% + 48px);z-index:9}.searchanise-search__dropdown.visible{opacity:1;transform:translateY(0)}.searchanise-search__dropdown--visible{display:block}.searchanise-search__dropdown-content{max-width:714px;overflow:hidden}.searchanise-search__content-wrapper{border-top:1px solid var(--gray-100);padding:1.6rem 0;position:relative}.searchanise-search__content-wrapper::before{border-top:1px solid var(--gray-100);height:0;left:-24px;position:absolute;top:-1px;width:calc(100% + 48px)}.searchanise-search__content-wrapper.visible::before{content:""}.searchanise-search__footer{display:none;opacity:0;padding:1.6rem 0 0;position:relative}.searchanise-search__footer::before{border-top:1px solid var(--gray-100);content:"";height:0;left:-24px;position:absolute;top:-1px;width:calc(100% + 48px)}.searchanise-search__footer.visible{display:block;opacity:1}.searchanise-search__heading{color:var(--core-black);display:block;font-weight:500;font-size:14px;line-height:24px}@media screen and (width >= 750px){.searchanise-search__heading{font-size:16px;line-height:24px}}.searchanise-search__heading-error{font-size:12px;line-height:16px}@media screen and (width >= 750px){.searchanise-search__heading-error{font-size:14px;line-height:20px}}.searchanise-search__heading .count{color:var(--gray-400);margin-left:.8rem;text-decoration:none;font-size:12px;line-height:16px}@media screen and (width >= 750px){.searchanise-search__heading .count{font-size:14px;line-height:20px}}.searchanise-search__heading .count:focus-visible{box-shadow:none;outline:none}.searchanise-search__content-list{display:flex;gap:1.6rem;list-style:none;margin:0;overflow:hidden;overflow-x:auto;padding:.8rem 0 0}.searchanise-search__list-item{align-content:center;align-items:center;display:flex;padding:1rem 1.6rem;font-size:12px;line-height:16px}@media screen and (width >= 750px){.searchanise-search__list-item{font-size:14px;line-height:20px}}.searchanise-search__list-item>span{display:block}.searchanise-search__list-item.suggestions-item{border:1px solid var(--gray-100);border-radius:100px;cursor:pointer;padding:1rem 1.6rem;white-space:nowrap}.searchanise-search__list-item.suggestions-item>span{cursor:pointer}.searchanise-search__list-item.products-item{display:block;max-width:200px;min-width:180px}.searchanise-search__list-item.products-item .products-item__image{border-radius:8px;display:block;height:100%;-o-object-fit:scale-down;object-fit:scale-down;overflow:hidden;position:relative;width:100%}.searchanise-search__list-item.products-item .products-item__image--placeholder{-o-object-fit:contain;object-fit:contain}.searchanise-search__list-item.products-item .products-item__link{color:var(--core-black);display:flex;flex-direction:column;height:100%;text-decoration:none}.searchanise-search__list-item.products-item .products-item__link:hover{color:var(--core-black);text-decoration:underline}.searchanise-search__list-item.products-item .products-item__title{color:var(--core-black);display:block;margin:.8rem 0 0;font-size:12px;line-height:16px}@media screen and (width >= 750px){.searchanise-search__list-item.products-item .products-item__title{font-size:14px;line-height:20px}}.searchanise-search__search-by{border:0;border-radius:100px;color:var(--core-black);cursor:pointer;padding:1rem 1.6rem;white-space:nowrap}.searchanise-search.visible::before{content:""}.searchanise-search.visible .searchanise-search__label::before{content:""}.searchanise-search.visible .searchanise-search__input{max-width:100%}.searchanise-search.visible .searchanise-search__label-clear{left:calc(100% - 4.6rem);opacity:1}.searchanise-search__open-button-mobile{align-items:center;background:0 0;border:0;color:var(--core-black);cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}@media screen and (width >= 990px){.searchanise-search{display:block;max-width:calc(100% - 200px);min-width:340px}}@media screen and (width > 1440px){.searchanise-search{max-width:714px}}@media screen and (width < 990px){.searchanise-search{left:0;opacity:0;pointer-events:none;position:fixed;top:0;transform:translateY(-100%);transition:transform .3s ease,opacity .2s ease;width:100%}.searchanise-search::before{content:"";height:100dvh}.searchanise-search__label{padding:1.6rem}.searchanise-search__label::before{content:""}.searchanise-search__label-icon{left:3.5rem}.searchanise-search__label-text{left:8rem}.searchanise-search__input{max-width:100%}.searchanise-search__footer{padding:1.6rem 1.6rem 0}.searchanise-search__content-wrapper:not(:empty){padding:1.6rem}.searchanise-search__content-wrapper:not(:empty)::before{left:0;width:100%}.searchanise-search.visible{opacity:1;pointer-events:all;transform:translateY(0);transition:transform .3s ease,opacity 0s ease}.searchanise-search.visible .searchanise-search__label-clear{left:calc(100% - 6.5rem)}}@media screen and (width >= 990px){.header__searchanise-search{display:none}}.collection-list-wrapper{margin-left:16px;margin-right:16px;max-width:100%;padding-left:0;padding-right:0}.collection-list{align-items:stretch;flex-wrap:wrap;padding:0;row-gap:16px}.collection-list__title{color:var(--color-text);margin-bottom:16px;margin-top:48px;font-size:30px;line-height:36px}@media screen and (width >= 750px){.collection-list__title{font-size:40px;line-height:44px}}.collection-list__description{margin-bottom:40px;max-width:555px}.collection-list__description p{color:var(--color-text);margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.collection-list__description p{font-size:18px;line-height:28px}}.collection-list__item{border-radius:8px;flex:1 1 100%;max-width:none;overflow:hidden;width:auto}.collection-list--bordered{border-top:1px solid var(--color-border)}.collection-list .card{position:relative}.collection-list .card__inner{background:rgba(0,0,0,0) !important;border:0;border-radius:8px;height:100%;z-index:2}.collection-list .card__media img,.collection-list .card__media video{border-radius:10px;-o-object-fit:cover;object-fit:cover}.collection-list .card__content{align-items:var(--collection-list-card-align-items);display:flex;text-align:var(--collection-list-card-text-align)}.collection-list .card__content::before{background:rgba(var(--color-shadow));content:" ";height:100%;left:0;opacity:var(--collection-list-card-overlay);position:absolute;top:0;width:100%;z-index:1}.collection-list .card__information{z-index:2}.collection-list .card__heading{color:var(--color-text);margin-bottom:8px;font-size:20px;line-height:28px}@media screen and (width >= 750px){.collection-list .card__heading{font-size:24px;line-height:32px}}.collection-list .card__caption{color:var(--color-text);margin-bottom:24px;margin-top:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.collection-list .card__caption{font-size:16px;line-height:24px}}.collection-list .card__link{background:rgb(var(--color-button));border-radius:100px;color:rgb(var(--color-button-text));display:inline-block;padding:12px 24px;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.collection-list .card__link{font-size:16px;line-height:24px}}.collection-list .card__link .material-icons{margin-right:4px;vertical-align:middle}.collection-list .card__link-secondary{background:rgb(var(--color-complementary-button));color:rgb(var(--color-complementary-button-text));margin-bottom:8px}.section-collection-list .gradient{background-color:rgb(var(--color-background))}.section-collection-list--simple_cards{border-top:1px solid var(--gray-200);padding:40px 16px}.section-collection-list--simple_cards .collection-list-wrapper{display:flex;flex-direction:column;gap:16px;margin:0}.section-collection-list--simple_cards .card-wrapper .card__content{min-height:398px}.section-collection-list--simple_cards .card-wrapper .card__heading{font-size:24px;line-height:32px}@media screen and (width >= 750px){.section-collection-list--simple_cards .card-wrapper .card__heading{font-size:32px;line-height:40px}}.section-collection-list--simple_cards .card-wrapper .card__caption{margin-bottom:24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.section-collection-list--simple_cards .card-wrapper .card__caption{font-size:16px;line-height:24px}}.section-collection-list--simple_cards .card-wrapper .card__inner{height:400px}.section-collection-list--simple_cards .card-wrapper .card__link span{padding:0}.section-collection-list--simple_cards h2{-webkit-font-smoothing:antialiased;font-weight:500;margin:0;font-size:44px;line-height:48px}@media screen and (width >= 750px){.section-collection-list--simple_cards h2{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.section-collection-list--simple_cards{padding:80px 40px}.section-collection-list--simple_cards .collection-list-wrapper{gap:40px}.section-collection-list--simple_cards .card-wrapper .card__content{height:auto}.section-collection-list--simple_cards .card-wrapper .card__caption{max-width:310px}.section-collection-list--simple_cards .card-wrapper .card__inner{min-height:670px}}@media screen and (width >= 990px){.collection-list-wrapper{margin-left:40px;margin-right:40px}.collection-list{-moz-column-gap:20px;column-gap:20px;flex-wrap:nowrap}.collection-list__title{margin-top:40px}.collection-list .card__link-secondary{margin-bottom:0;margin-right:8px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.grid-carousel{display:block;padding:48px 0}.grid-carousel__heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;padding:0 16px}.grid-carousel__title{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.grid-carousel__title{font-size:40px;line-height:44px}}.grid-carousel__controls{align-items:center;display:flex;gap:8px}.grid-carousel__navigation{min-height:32px;min-width:32px;padding:4px;align-items:center;border-radius:50%;display:inline-flex;justify-content:center;background-color:var(--gray-100);color:var(--gray-950)}.grid-carousel__button{line-height:20px;padding:6px 16px;background-color:var(--gray-100);color:var(--gray-950)}.grid-carousel__item{align-items:center;aspect-ratio:1/1;border:1px solid var(--gray-200);border-width:1px 1px 1px 0;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;justify-content:center;margin-bottom:-1px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.grid-carousel__item{font-size:16px;line-height:24px}}.grid-carousel__item img{aspect-ratio:1/1;height:auto;-o-object-fit:contain;object-fit:contain;width:50%}.grid-carousel__block{align-items:center;color:var(--core-black);display:flex;flex-direction:column;height:100%;justify-content:center;text-decoration:none;width:100%}.grid-carousel__label{display:var(--display-label);padding:0 4px;text-align:center}.grid-carousel__pagination{display:flex;justify-content:center;margin-top:24px}.grid-carousel__pagination .swiper-pagination-bullet{background-color:var(--gray-200);opacity:1}.grid-carousel__pagination .swiper-pagination-bullet-active{background-color:var(--core-black)}.grid-carousel .swiper-wrapper{border-bottom:1px solid var(--gray-200)}@media screen and (width >= 990px){.grid-carousel{padding:40px 0}.grid-carousel__title{font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.grid-carousel__title{font-size:32px;line-height:40px}}@media screen and (width >= 990px){.grid-carousel__heading{margin-bottom:40px;padding:0 40px}.grid-carousel__navigation{min-height:48px;min-width:48px;padding:12px}.grid-carousel__button{padding:14px 24px}.grid-carousel__label{padding:0 8px}}.image-with-text__content{padding:48px 16px}.image-with-text__heading{font-weight:500;margin:0 0 32px}.image-with-text__heading.hxxl{font-size:30px;line-height:36px}@media screen and (width >= 750px){.image-with-text__heading.hxxl{font-size:40px;line-height:44px}}.image-with-text__text{color:var(--color-text);font-weight:500}.image-with-text__text.caption-with-letter-spacing--large{margin:0 0 8px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.image-with-text__text.caption-with-letter-spacing--large{font-size:18px;line-height:28px}}.image-with-text__media video{-o-object-fit:cover;object-fit:cover}@media screen and (width >= 990px){.image-with-text__content{padding:0}.image-with-text__content--between .image-with-text__text{margin:auto 0 0}.image-with-text__heading.hxxl{font-size:36px;line-height:40px}}@media screen and (width >= 990px)and (width >= 750px){.image-with-text__heading.hxxl{font-size:48px;line-height:48px}}@media screen and (width >= 990px){.image-with-text__text.caption-with-letter-spacing--large{margin:0 0 20px}}.rounded.image-with-text{border-bottom:1px solid var(--gray-200)}.rounded.image-with-text .image-with-text__grid{gap:20px;padding:24px 16px}.rounded.image-with-text .image-with-text__media{min-height:398px;padding-bottom:0}.rounded.image-with-text .image-with-text__media.media img{border-radius:8px;-o-object-fit:cover;object-fit:cover}.rounded.image-with-text .image-with-text__text p{font-size:16px;line-height:24px}@media screen and (width >= 750px){.rounded.image-with-text .image-with-text__text p{font-size:18px;line-height:28px}}.rounded.image-with-text .image-with-text__content{gap:24px;margin-left:auto;margin-right:auto;padding:0}.rounded.image-with-text .image-with-text__content h2,.rounded.image-with-text .image-with-text__content h3,.rounded.image-with-text .image-with-text__content h4,.rounded.image-with-text .image-with-text__content h5,.rounded.image-with-text .image-with-text__content h6{margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.rounded.image-with-text .image-with-text__content h2,.rounded.image-with-text .image-with-text__content h3,.rounded.image-with-text .image-with-text__content h4,.rounded.image-with-text .image-with-text__content h5,.rounded.image-with-text .image-with-text__content h6{font-size:32px;line-height:40px}}.rounded.image-with-text .image-with-text__content a{margin:0}@media screen and (width >= 990px){.rounded.image-with-text .image-with-text__grid{padding:80px 40px}.rounded.image-with-text .image-with-text__text-item{flex:2}.rounded.image-with-text .image-with-text__media-item{flex:2;height:400px}.rounded.image-with-text .image-with-text__content{justify-content:center;max-width:440px}}.rich-text{color:var(--color-text);padding:0 16px}.rich-text h1{font-weight:500}.rich-text__text{-webkit-font-smoothing:antialiased;font-weight:500}.rich-text__text--xmall{font-size:10px;line-height:16px}@media screen and (width >= 750px){.rich-text__text--xmall{font-size:12px;line-height:16px}}.rich-text__text--small{font-size:12px;line-height:16px}@media screen and (width >= 750px){.rich-text__text--small{font-size:14px;line-height:20px}}.rich-text__text--medium{font-size:14px;line-height:24px}@media screen and (width >= 750px){.rich-text__text--medium{font-size:16px;line-height:24px}}.rich-text__text--large{font-size:16px;line-height:24px}@media screen and (width >= 750px){.rich-text__text--large{font-size:18px;line-height:28px}}@media screen and (width >= 990px){.rich-text{padding:0 40px}.rich-text__blocks{max-width:var(--desktop-max-width)}}.recent-articles{background:rgb(var(--color-background));border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:32px;padding:48px 16px}.recent-articles__heading{align-items:center;display:flex;justify-content:space-between;padding:0}.recent-articles__button{color:rgb(var(--color-link));text-underline-offset:8px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.recent-articles__button{font-size:18px;line-height:28px}}.recent-articles__title{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.recent-articles__title{font-size:40px;line-height:44px}}.recent-articles__count{font-size:30px;line-height:36px}@media screen and (width >= 750px){.recent-articles__count{font-size:40px;line-height:44px}}.recent-articles__grid{display:grid;gap:32px 20px;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.recent-articles__view-all{margin-top:2rem;text-align:center}.recent-articles--all .recent-articles__grid{grid-template-columns:repeat(auto-fit, minmax(100%, 1fr))}@media screen and (width >= 990px){.recent-articles{gap:40px;padding:120px 40px}.recent-articles--all .recent-articles__grid{grid-template-columns:repeat(3, 1fr);justify-content:start}}.article-card{display:flex;flex-direction:column;gap:16px;text-decoration:none}.article-card__title{-webkit-font-smoothing:antialiased;font-weight:500;margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.article-card__title{font-size:24px;line-height:32px}}.article-card__image{border-radius:8px;overflow:hidden;padding-top:75%;position:relative}.article-card__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.article-card__content{display:flex;flex-direction:column}.article-card__tags{display:flex;flex-wrap:wrap;gap:8px;left:0;padding:8px;position:absolute;top:0;z-index:1}.article-card__tag{background-color:var(--core-white);border-radius:100px;color:var(--core-black);padding:8px 16px 8px 32px;position:relative;font-size:12px;line-height:16px}@media screen and (width >= 750px){.article-card__tag{font-size:14px;line-height:20px}}.article-card__tag::before{background-color:var(--core-black);border-radius:50%;bottom:0;content:"";display:block;height:8px;left:16px;margin:auto;position:absolute;top:0;width:8px}@media screen and (width >= 990px){.article-card__tags{gap:20px;padding:20px}}.articles-paginate{padding-top:64px;text-align:center}.articles-paginate__content{margin:0 0 24px;text-align:center;font-size:30px;line-height:36px}@media screen and (width >= 750px){.articles-paginate__content{font-size:40px;line-height:44px}}.articles-paginate__button{background:var(--orange-500);border:0;border-radius:100px;color:var(--core-white);display:inline-block;padding:12px 24px;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.articles-paginate__button{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.articles-paginate{padding-top:120px}.articles-paginate__content{margin:0 0 40px}.articles-paginate__button{padding:16px 32px}}.all-articles{padding-left:0;padding-right:0}.all-articles__grid,.all-articles__heading{padding-left:16px;padding-right:16px}@media screen and (width >= 990px){.all-articles__grid,.all-articles__heading{padding-left:40px;padding-right:40px}}.blog-filters{align-items:center;border:0;border-bottom:1px solid var(--gray-200);border-left:0;border-right:0;border-top:1px solid var(--gray-200);display:grid;grid-template-columns:1fr 1fr;padding:0}.blog-filters--mobile{align-items:center;display:flex;gap:8px;justify-content:center;padding:10px}.blog-filters--mobile label{color:var(--gray-600);font-size:14px;line-height:24px}@media screen and (width >= 750px){.blog-filters--mobile label{font-size:16px;line-height:24px}}.blog-filters--mobile select{border:0;color:var(--core-black);font-size:14px;line-height:24px}@media screen and (width >= 750px){.blog-filters--mobile select{font-size:16px;line-height:24px}}.blog-filters--mobile select:focus,.blog-filters--mobile select:focus-visible{border:0;box-shadow:unset;outline:none}.blog-filters--desktop{border:0;display:none;margin:0;padding:0}.blog-filters__tags{align-items:center;display:flex;list-style:none;margin:0;padding:0}.blog-filters__tags a{color:var(--core-black);padding-left:28px;position:relative;text-decoration:none;font-size:14px;line-height:24px}.blog-filters__tags a::after{border:1px solid var(--core-black);border-radius:100px;content:"";height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:16px}.blog-filters__tags a.active::after{background:var(--core-black)}@media screen and (width >= 750px){.blog-filters__tags a{font-size:16px;line-height:24px}}.blog-filters__tags li{border-right:1px solid var(--gray-200);padding:24px}.blog-filters__sort{align-items:center;border-left:1px solid var(--gray-200);display:flex;gap:8px;height:100%;justify-content:center;padding:10px}.blog-filters__sort label{color:var(--gray-600);font-size:14px;line-height:24px}@media screen and (width >= 750px){.blog-filters__sort label{font-size:16px;line-height:24px}}.blog-filters__sort select{border:0;color:var(--core-black);font-size:14px;line-height:24px}@media screen and (width >= 750px){.blog-filters__sort select{font-size:16px;line-height:24px}}.blog-filters__sort select:focus,.blog-filters__sort select:focus-visible{border:0;box-shadow:unset;outline:none}@media screen and (width >= 990px){.blog-filters{grid-template-columns:1fr auto}.blog-filters--desktop{display:block}.blog-filters--mobile{display:none}.blog-filters__sort{padding:24px 40px}}.slideshow-component{position:relative}.slideshow-component .banner img,.slideshow-component .banner video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.slideshow-component .banner__box{height:100%;justify-content:flex-end;padding:32px 16px}.slideshow-component .banner__title{margin-bottom:16px}.slideshow-component .banner__title p{color:var(--core-white);margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.slideshow-component .banner__title p{font-size:40px;line-height:44px}}.slideshow-component .banner__text{margin-bottom:24px;margin-top:0}.slideshow-component .banner__text p{color:var(--core-white);margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.slideshow-component .banner__text p{font-size:18px;line-height:28px}}.slideshow-component .banner__buttons{margin:0}.slideshow-component .banner__buttons .button{background:var(--core-white);border-radius:100px;color:var(--gray-950);padding:12px 24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.slideshow-component .banner__buttons .button{font-size:16px;line-height:24px}}.slideshow-component .slider-buttons{background-color:rgba(0,0,0,0);border:0;bottom:32px;display:flex;position:absolute;right:16px;z-index:3}.slideshow-component .slider-button{background:var(--core-white);border:0;border-radius:100px;height:48px;width:48px}.slideshow-component .slider-button--prev{margin-right:8px}.slideshow-component .slider-button--next{margin-left:8px}.slideshow-component .slider-button--autoplay{display:none}.slideshow-component .slider-counter{background-color:var(--core-white);border:0;border-radius:100px;display:none;height:48px;margin:0;padding:20px;width:80px}.slideshow-component .slider-counter__link{padding:4px}.slideshow-component .slider-counter__link--active .dot{background-color:var(--core-black);border-color:var(--core-black)}.slideshow-component .slider-counter__link .dot{background-color:var(--gray-300);border-color:var(--gray-300)}.slideshow-component .slider-counter .slideshow__control-wrapper{align-items:center;justify-content:center}.slideshow-component .slideshow{z-index:2}.slideshow-component .slideshow::before{background:linear-gradient(180deg, rgba(15, 20, 26, 0) 0%, var(--fade-color, #0f141a) 100%);bottom:0;content:"";height:50%;left:0;position:absolute;width:100%;z-index:1}@media screen and (width >= 990px){.slideshow-component .banner__content{max-width:100%;padding:60px 40px}.slideshow-component .banner__box{height:auto;justify-content:unset;max-width:670px;padding:0}.slideshow-component .banner__title p{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.slideshow-component .banner__title p{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.slideshow-component .slider-buttons{bottom:60px;right:32px}.slideshow-component .slider-counter{display:flex}}.announcement-bar-section{z-index:3}.utility-bar__grid{background-color:rgb(var(--color-background));margin:0;min-width:100%;padding:8px 40px}.announcement-bar{color:var(--color-text)}.announcement-bar .icon-arrow{display:none}.announcement-bar__message{color:var(--color-text);line-height:1;margin:0;min-height:auto;padding:0;font-size:12px;line-height:16px}@media screen and (width >= 750px){.announcement-bar__message{font-size:14px;line-height:20px}}.announcement-bar__message,.announcement-bar__message:active,.announcement-bar__message:visited{text-decoration:none}.announcement-bar .slider-button{height:auto}.announcement-bar .svg-wrapper{color:var(--color-text)}.drawer__content{width:100%}.drawer__header{display:flex;flex-direction:column;padding:0}.drawer__title{display:flex;padding:16px;width:100%}.drawer__inner-empty-hader{display:flex;padding:16px}.drawer__heading{align-items:center;display:flex;-webkit-font-smoothing:antialiased;font-weight:500;gap:8px;justify-content:center;margin:0;text-align:center;width:100%;font-size:14px;line-height:24px}@media screen and (width >= 750px){.drawer__heading{font-size:16px;line-height:24px}}.drawer__heading span{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.drawer__footer{padding:0}.drawer__discount{border:1px solid var(--gray-200);border-width:1px 0;display:flex;justify-content:space-between;padding:16px}.drawer__bottom{padding:16px}.drawer__links{display:grid;gap:24px 16px;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0 16px}.drawer__link{color:var(--core-black);display:flex;flex-direction:column;gap:8px;text-decoration:none}.drawer__link span{-webkit-font-smoothing:antialiased;font-weight:500;text-align:left;font-size:16px;line-height:24px}@media screen and (width >= 750px){.drawer__link span{font-size:18px;line-height:28px}}.drawer__image{border-radius:8px;overflow:hidden;padding-top:75%;position:relative}.drawer__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.drawer__empty-controls{margin:auto 0 0;padding:16px}.drawer__empty-button{width:100%;padding:14px 24px;background-color:var(--gray-950);color:var(--core-white)}@media screen and (width >= 990px){.drawer__title{padding:16px 24px}.drawer__inner-empty-hader{padding:16px 24px}.drawer__links{padding:0 24px}.drawer__empty-controls{padding:24px}.drawer__discount{padding:16px 24px}.drawer__bottom{padding:24px}}.cart__empty-text{display:flex;flex-direction:column;gap:8px;margin:0;padding:48px 16px 40px}.cart__empty-text h5{margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.cart__empty-text h5{font-size:24px;line-height:32px}}.cart__empty-text p{color:var(--gray-600);margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.cart__empty-text p{font-size:16px;line-height:24px}}.cart__ctas{margin-top:16px}@media screen and (width >= 990px){.cart__empty-text{padding:48px 24px 40px}}.cart-quantity{background-color:var(--gray-100)}.totals__total{-webkit-font-smoothing:antialiased;font-weight:700;font-size:14px;line-height:24px}@media screen and (width >= 750px){.totals__total{font-size:16px;line-height:24px}}.totals__total-value{font-size:14px;line-height:24px}@media screen and (width >= 750px){.totals__total-value{font-size:16px;line-height:24px}}.gamification{background-color:var(--gray-100);border:1px solid var(--gray-200);border-width:1px 0;display:flex;flex-direction:column;gap:12px;padding:16px 24px;width:100%}.gamification__progress-container{background-color:var(--gray-200);border-radius:4px;margin:0;overflow:hidden;width:100%}.gamification__progress-bar{background-color:var(--core-black);border-radius:4px;display:block;height:8px;transition:width .3s ease}.gamification__progress-bar:empty{display:block}.gamification__message{font-size:12px;line-height:16px}@media screen and (width >= 750px){.gamification__message{font-size:14px;line-height:20px}}.discount-form{color:var(--core-black);display:grid;gap:16px;grid-template-columns:20px 1fr auto;width:100%}.discount-form__field{border:0;box-shadow:none;outline:none;width:100%;font-size:14px;line-height:24px}@media screen and (width >= 750px){.discount-form__field{font-size:16px;line-height:24px}}.discount-form__field::-moz-placeholder{color:var(--gray-600)}.discount-form__field::placeholder{color:var(--gray-600)}.discount-form__button{background:none;border:0;cursor:pointer;font-size:14px;line-height:24px}@media screen and (width >= 750px){.discount-form__button{font-size:16px;line-height:24px}}.cart-drawer{max-width:430px;width:100%}.cart-drawer__empty-content{display:flex;flex-direction:column;height:100%}.cart-drawer .totals{margin:0}.cart-drawer .tax-note{color:var(--gray-600);margin:0;font-size:12px;line-height:16px}@media screen and (width >= 750px){.cart-drawer .tax-note{font-size:14px;line-height:20px}}.cart-drawer .cart-items dl{margin:0}.cart-drawer .cart-items .cart-item{border-bottom:1px solid var(--gray-200);display:grid;grid-template:1fr/90px 1fr;padding:0;position:relative}.cart-drawer .cart-items .cart-item__prices{display:flex;flex-wrap:wrap;justify-content:end}.cart-drawer .cart-items .cart-item__prices .price{font-size:14px;line-height:24px}@media screen and (width >= 750px){.cart-drawer .cart-items .cart-item__prices .price{font-size:16px;line-height:24px}}.cart-drawer .cart-items .cart-item__loader{display:block;height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.cart-drawer .cart-items .cart-item__loader .loading__spinner{align-items:center;bottom:0;display:flex;justify-content:center;margin:auto;padding:0;right:-24px;top:0}.cart-drawer .cart-items .cart-item__controls{display:flex;justify-content:space-between}.cart-drawer .cart-items .cart-item__controls .cart-item__prices{display:none}.cart-drawer .cart-items .cart-item__data{display:flex;flex-direction:column;gap:12px;padding:16px}.cart-drawer .cart-items .cart-item__details{display:flex;flex-direction:column;gap:4px;grid-column:inherit}.cart-drawer .cart-items .cart-item__content{display:grid;gap:16px;grid-template-columns:1fr 80px;padding-right:40px}.cart-drawer .cart-items .cart-item__options{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.cart-drawer .cart-items .cart-item .cart-remove-button{position:absolute;right:16px;top:16px}.cart-drawer .cart-items .cart-item .cart-remove-button button{align-items:center;border:0;border-radius:50px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;width:24px}.cart-drawer .cart-items .cart-item .cart-remove-button span{font-size:16px}.cart-drawer .cart-items .cart-item__remove{position:absolute;right:16px;top:16px}.cart-drawer .cart-items .cart-item__media{grid-row:inherit;line-height:0;order:0;width:90px}.cart-drawer .cart-items .cart-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:130px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.cart-drawer .cart-items .cart-item__name{font-size:16px;line-height:24px}}.cart-drawer .cart-items .cart-item__wrapper{display:flex;flex-wrap:wrap;padding:24px;width:100%}.cart-drawer .cart-items .cart-item__image{-o-object-fit:contain;object-fit:contain;padding:20px}.cart-drawer .cart-items .cart-item__totals{align-items:center;flex-direction:column;gap:12px;grid-column:inherit;grid-row:inherit;justify-content:normal;order:2;padding-bottom:0;padding-right:0;padding-top:16px}.cart-drawer .cart-items .cart-item__quantity{display:flex;flex-direction:column;justify-content:center;order:3;padding:0 0 16px}.cart-drawer .cart-items .cart-item .quantity{min-height:32px;width:100px}.cart-drawer .cart-items .cart-item .quantity__button{box-sizing:content-box;display:flex;height:16px;padding:8px 0 8px 16px;width:16px}.cart-drawer .cart-items .cart-item .quantity__button--plus{padding:8px 16px 8px 0}.cart-drawer .cart-items .cart-item .quantity__input{opacity:1;padding:0;font-size:12px;line-height:16px}@media screen and (width >= 750px){.cart-drawer .cart-items .cart-item .quantity__input{font-size:14px;line-height:20px}}.cart-drawer .cart-items .cart-item .quantity__error{margin:0}.cart-drawer .cart-items .cart-item .product-option{color:var(--gray-600);font-size:12px;line-height:16px}.cart-drawer .cart-items .cart-item .product-option.product-option--original-price{color:rgb(var(--color-foreground));font-size:clamp(14px,3vw,16px);line-height:inherit}@media screen and (width >= 750px){.cart-drawer .cart-items .cart-item .product-option{font-size:14px;line-height:20px}}@media screen and (width >= 430px){.cart-drawer .cart-items .cart-item{grid-template:1fr/120px 1fr}.cart-drawer .cart-items .cart-item__media{width:120px}.cart-drawer .cart-items .cart-item__name{width:150px}}@media screen and (width >= 990px){.cart-drawer{max-width:520px}.cart-drawer .cart-items .cart-item{grid-template:1fr/144px 1fr}.cart-drawer .cart-items .cart-item__prices{align-items:center;gap:12px}.cart-drawer .cart-items .cart-item__prices .cart-item__price-wrapper{order:2}.cart-drawer .cart-items .cart-item__data{padding:24px}.cart-drawer .cart-items .cart-item__content{display:flex;width:100%}.cart-drawer .cart-items .cart-item__prices-wrapper{display:none}.cart-drawer .cart-items .cart-item__name{max-width:285px;width:100%}.cart-drawer .cart-items .cart-item__media{width:144px}.cart-drawer .cart-items .cart-item__details{order:inherit}.cart-drawer .cart-items .cart-item__quantity{order:inherit;padding-bottom:24px;padding-left:24px}.cart-drawer .cart-items .cart-item__totals{order:inherit}.cart-drawer .cart-items .cart-item__controls .cart-item__prices{display:flex}.cart-drawer .cart-items .cart-item .quantity{min-height:36px}.cart-drawer .cart-items .cart-item .quantity__button{padding:10px 0 10px 16px}.cart-drawer .cart-items .cart-item .quantity__button--plus{padding:10px 16px 10px 0}.cart-drawer .cart-items .cart-item .cart-remove-button{right:24px;top:24px}}.localization-form .disclosure__link{text-decoration:none;font-size:12px;line-height:16px}@media screen and (width >= 750px){.localization-form .disclosure__link{font-size:14px;line-height:20px}}.store-hours{display:flex;flex-direction:column;gap:8px}.store-hours__status{display:flex;-webkit-font-smoothing:antialiased;font-weight:700;justify-content:space-between;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-hours__status{font-size:16px;line-height:24px}}.store-hours__status-text{display:flex;gap:8px}.store-hours__status--open{color:#23b620}.store-hours__status--closed{color:#d92626}.store-hours__status--arrow{transition:transform .3s ease}.store-hours__status--arrow.rotated{transform:rotate(180deg)}.store-hours__hours-details{align-items:flex-start;display:flex;flex-direction:column;gap:4px;overflow:hidden;transition:height .3s ease,opacity .3s ease;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-hours__hours-details{font-size:16px;line-height:24px}}.store-hours__hours-details--hidden{display:none;pointer-events:none}.store-hours__detail{display:flex;gap:8px;justify-content:space-between}.store-hours__detail:last-child{margin-bottom:0}.store-hours__day{color:var(--gray-600);font-weight:500;min-width:100px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-hours__day{font-size:16px;line-height:24px}}.store-hours__hours{display:grid;font-weight:500;gap:12px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-hours__hours{font-size:16px;line-height:24px}}.store-hours__time{flex-shrink:0}.store-hours__arrow--hidden{display:none}@media screen and (width >= 990px){.store-hours__status--arrow{display:none}}.media-carousel__main{padding:20px;position:relative}.media-carousel__controls{align-items:center;bottom:50%;display:flex;gap:8px;justify-content:space-between;left:0;padding:0 10px;position:absolute;right:0;z-index:2}.media-carousel__navigation{min-height:40px;min-width:40px;padding:4px;align-items:center;border-radius:50%;display:inline-flex;justify-content:center;background-color:var(--gray-100);color:var(--gray-950)}@media screen and (width >= 990px){.media-carousel__navigation{min-height:48px;min-width:48px}}@media screen and (width >= 990px){.media-carousel{position:sticky;top:0}.media-carousel__main{padding:0 80px}}.media-carousel--simple-media .media-carousel__main{height:418px;padding:0}.media-carousel--simple-media .media-carousel__main .swiper-wrapper{height:418px;max-width:100%;width:100%}.media-carousel--simple-media .media-image{height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media screen and (width >= 990px){.media-carousel--simple-media .media-carousel img{width:100%}.media-carousel--simple-media .media-carousel__main{height:600px;padding:0}.media-carousel--simple-media .media-carousel__main .swiper-wrapper{height:600px}}.thumbs-carousel{border:1px solid var(--gray-200);border-width:1px 0}.thumbs-carousel__item{border-right:1px solid var(--gray-200);cursor:pointer;max-width:48px;padding:16px}.thumbs-carousel__item img{display:flex;height:100%;left:0;position:relative;top:0;width:100%}.thumbs-carousel__item.swiper-slide-thumb-active::after{background-color:var(--gray-100);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;width:100%}@media screen and (width >= 990px){.thumbs-carousel__item{max-width:80px;padding:20px}}.thumbs-carousel--simple-media .thumbs-carousel{border-bottom:0}.thumbs-carousel--simple-media .thumbs-carousel__item{height:120px;min-width:120px;padding:0}.thumbs-carousel--simple-media .thumbs-carousel__item img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.store-detail__container{border-bottom:1px solid var(--gray-200);border-top:1px solid var(--gray-200);padding:0}.store-detail__info-container{color:var(--core-black);padding:24px 16px}.store-detail__title{-webkit-font-smoothing:antialiased;font-weight:500;font-size:36px;line-height:40px}@media screen and (width >= 750px){.store-detail__title{font-size:48px;line-height:48px}}.store-detail__info{display:flex;flex-direction:column;gap:16px}.store-detail__location{display:flex;flex-direction:column;gap:8px}.store-detail__subtitle{display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;font-weight:500;gap:8px;font-size:20px;line-height:28px}@media screen and (width >= 750px){.store-detail__subtitle{font-size:24px;line-height:32px}}.store-detail__store-detail__line{font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-detail__store-detail__line{font-size:18px;line-height:28px}}.store-detail__address{display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;font-weight:500;gap:4px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-detail__address{font-size:18px;line-height:28px}}.store-detail__directions{color:var(--gray-600);display:flex;flex-direction:column;font-weight:500;gap:4px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-detail__directions{font-size:16px;line-height:24px}}.store-detail__directions-links{display:flex;gap:8px}.store-detail__link{background-color:var(--gray-100);border-radius:100px;color:var(--gray-950);max-height:48px;padding:12px;text-decoration:none}.store-detail__hours{display:flex;flex-direction:column;gap:8px}.store-detail__button{border-radius:100px;display:flex;font-weight:500;justify-content:center;max-width:165px;text-align:center;text-decoration:none;width:100%;padding:14px 24px;background-color:var(--gray-100);color:var(--gray-950);font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-detail__button{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.store-detail__container{display:flex;flex-direction:inherit}.store-detail__gallery{max-width:64.8%;width:64.8%}.store-detail__info-container{padding:32px;width:36.2%}.store-detail__info{gap:24px}.store-detail__title{font-weight:500;font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.store-detail__title{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.store-detail__button{max-width:177px}}.store-map__container{border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;padding:24px 16px}.store-map__title{-webkit-font-smoothing:antialiased;font-weight:500;font-size:24px;line-height:32px}@media screen and (width >= 750px){.store-map__title{font-size:32px;line-height:40px}}.store-map__description{font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-map__description{font-size:18px;line-height:28px}}.store-map__info{display:flex;flex-direction:column;gap:24px}.store-map__info p{margin:0}.store-map__iframe{border-radius:16px;min-height:398px;overflow:hidden}.store-map__iframe iframe{border:none;min-height:inherit;width:100%}@media screen and (width >= 990px){.store-map__container{display:flex;flex-direction:row;gap:24px;justify-content:space-between;min-height:796px;padding:64px 40px}.store-map__info-container{align-items:center;align-self:center;display:flex;flex:2;justify-content:center}.store-map__info{align-content:center;gap:24px;max-width:440px}.store-map__iframe{border-radius:16px;flex:2;max-width:50%;min-height:668px;overflow:hidden}}.store-services__header{align-items:baseline;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:40px 16px}.store-services__title{font-weight:500;margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.store-services__title{font-size:48px;line-height:48px}}.store-services__link{color:var(--orange-500);text-decoration:none}.store-services__content{display:grid;grid-template-columns:1fr}.store-services__block{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:16px;padding:24px 16px;text-align:center}.store-services__image{align-self:flex-start;border-radius:8px;max-width:184px;min-height:184px;-o-object-fit:cover;object-fit:cover;width:100%}.store-services__item-container{display:flex;flex-direction:column;gap:24px;max-width:440px;text-align:left}.store-services__item-content{display:flex;flex-direction:column;gap:8px}.store-services__item-title{font-weight:500;margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.store-services__item-title{font-size:32px;line-height:40px}}.store-services__item-description{margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-services__item-description{font-size:18px;line-height:28px}}.store-services__button button{font-weight:500;background-color:var(--gray-100);color:var(--gray-950)}@media screen and (width >= 990px){.store-services__header{padding:80px 40px 64px}.store-services__block{border-left:1px solid var(--gray-200);flex-direction:row;gap:24px;padding:40px}.store-services__image{max-width:120px;min-height:120px}.store-services__content{grid-template-columns:1fr 1fr}}.store-reviews__header{align-items:flex-start;display:flex;flex-direction:column;gap:16px;padding:40px 16px}.store-reviews__title{font-weight:500;margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.store-reviews__title{font-size:48px;line-height:48px}}.store-reviews__subtitle{color:var(--gray-500);display:flex;gap:24px;margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-reviews__subtitle{font-size:18px;line-height:28px}}.store-reviews__content{display:grid;grid-template-columns:1fr}.store-reviews__block{align-items:flex-start;border-left:1px solid var(--gray-200);border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;padding:24px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.store-reviews__block{font-size:18px;line-height:28px}}.store-reviews__profile-image{border-radius:50%;height:64px;-o-object-fit:cover;object-fit:cover;width:64px}.store-reviews__info{display:flex;flex-direction:column;gap:8px}.store-reviews__name{font-weight:500}.store-reviews__date{color:var(--gray-500)}.store-reviews__comment{display:flex;flex-direction:column;gap:16px}.store-reviews__stars{font-size:1.2em;letter-spacing:2px}.store-reviews__star--filled{color:var(--core-black)}.store-reviews__description{font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-reviews__description{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.store-reviews__header{gap:40px;padding:80px 40px 64px}.store-reviews__content{grid-template-columns:repeat(3, 1fr)}.store-reviews__block{padding:40px}}.store-blocks__header{align-items:baseline;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:40px 16px}.store-blocks__location{display:flex;flex-direction:column;gap:8px}.store-blocks__title{font-weight:500;margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.store-blocks__title{font-size:48px;line-height:48px}}.store-blocks__link{color:var(--orange-500);font-weight:500;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-blocks__link{font-size:16px;line-height:24px}}.store-blocks__block{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:20px;padding:32px 24px;width:100%}.store-blocks__image-wrapper{border-radius:8px;overflow:hidden;padding-top:75%;position:relative;width:100%}.store-blocks__image{border-radius:8px;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.store-blocks__content-main{display:flex;flex-direction:column;gap:24px;width:100%}.store-blocks__store-title{margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.store-blocks__store-title{font-size:24px;line-height:32px}}.store-blocks__address{color:var(--gray-600);font-weight:500;margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-blocks__address{font-size:16px;line-height:24px}}.store-blocks__hours{display:flex;flex-direction:column;gap:4px}.store-blocks__hours-label{font-weight:600;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-blocks__hours-label{font-size:16px;line-height:24px}}.store-blocks__hours-details{display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-blocks__hours-details{font-size:16px;line-height:24px}}.store-blocks__button{background-color:var(--orange-500);border-radius:100px;color:var(--core-white);display:flex;font-weight:500;justify-content:center;max-width:-moz-max-content;max-width:max-content;text-align:center;text-decoration:none;width:100%;padding:14px 24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.store-blocks__button{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.store-blocks{display:flex;flex-direction:column;gap:20px}.store-blocks__header{padding:80px 40px 0}.store-blocks__content{border-top:1px solid var(--gray-200);display:grid;grid-template-columns:repeat(3, 1fr)}.store-blocks__block{border-left:1px solid var(--gray-200);gap:24px;padding:40px}}.our-team{display:flex;flex-direction:column;gap:48px;padding:48px 0}.our-team__header{display:flex;padding:0 16px;text-align:left}.our-team__header-text,.our-team p{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.our-team__header-text,.our-team p{font-size:40px;line-height:44px}}.our-team__card{align-items:flex-start;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:16px;padding:32px 16px;text-align:left}.our-team__image{align-self:center;border-radius:8px;height:398px;max-width:398px;-o-object-fit:cover;object-fit:cover;width:100%}.our-team__name-wrapper{display:flex;flex-direction:column}.our-team__position{color:var(--orange-500);font-weight:500;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-team__position{font-size:16px;line-height:24px}}.our-team__name{font-weight:500;font-size:24px;line-height:32px}@media screen and (width >= 750px){.our-team__name{font-size:32px;line-height:40px}}.our-team__description{-webkit-font-smoothing:antialiased;font-weight:500;font-size:12px;line-height:16px}@media screen and (width >= 750px){.our-team__description{font-size:14px;line-height:20px}}.our-team__careers{padding:0 16px}.our-team__careers-header{display:flex;flex-direction:column;gap:28px}.our-team__careers-title{font-weight:500;font-size:24px;line-height:32px}@media screen and (width >= 750px){.our-team__careers-title{font-size:32px;line-height:40px}}.our-team__careers-button a{padding:14px 24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-team__careers-button a{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.our-team{gap:80px;padding:120px 0}.our-team__header{max-width:780px;padding:0 40px}.our-team__header-text,.our-team p{margin:0;font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.our-team__header-text,.our-team p{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.our-team__cards{border-bottom:1px solid var(--gray-200);display:grid;grid-template-columns:repeat(4, 1fr)}.our-team__card{border-right:1px solid var(--gray-200);border-top:1px solid var(--gray-200);gap:20px;padding:40px}.our-team__image{height:100%;max-height:280px;max-width:280px;width:100%}.our-team__careers{border-top:none;padding:0 40px}.our-team__careers-title{max-width:670px;font-size:30px;line-height:36px}}@media screen and (width >= 990px)and (width >= 750px){.our-team__careers-title{font-size:40px;line-height:44px}}.multicolumn__wrapper--full-width{margin:0;max-width:100%;padding:0;width:100%}.multicolumn .multicolumn-list{gap:0;padding:0}.multicolumn .multicolumn-list__item{align-items:baseline;border-top:1px solid var(--gray-200);display:flex;justify-content:center;max-width:50%;padding:48px 16px;width:50%}.multicolumn .multicolumn-list__item:nth-child(odd){border-right:1px solid var(--gray-200)}.multicolumn .multicolumn-list .multicolumn-card{border:0}.multicolumn .multicolumn-list .multicolumn-card__image-wrapper{height:64px;margin:0 auto 24px;padding:0;width:64px}.multicolumn .multicolumn-list .multicolumn-card__info{display:flex;flex-direction:column;padding:0}.multicolumn .multicolumn-list .multicolumn-card__info .inline-richtext{margin-bottom:8px;font-size:18px;line-height:24px}@media screen and (width >= 750px){.multicolumn .multicolumn-list .multicolumn-card__info .inline-richtext{font-size:20px;line-height:24px}}.multicolumn .multicolumn-list .multicolumn-card__info .rte p{font-size:14px;line-height:24px}@media screen and (width >= 750px){.multicolumn .multicolumn-list .multicolumn-card__info .rte p{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.multicolumn .multicolumn-list__item{max-width:25%;padding:60px 59px;width:25%}.multicolumn .multicolumn-list__item:nth-child(even){border-right:1px solid var(--gray-200)}.multicolumn .multicolumn-list__item:last-child{border-right:0}}.featured-products{display:block;padding:48px 0}.featured-products__slide{width:320px}.featured-products__heading{display:flex;flex-direction:column;gap:24px;justify-content:space-between;margin-bottom:24px;padding:0 16px}.featured-products__heading--no-filters{flex-direction:row}.featured-products__title{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.featured-products__title{font-size:40px;line-height:44px}}.featured-products__view-link{align-self:center;color:var(--core-black);font-size:14px;line-height:24px}@media screen and (width >= 750px){.featured-products__view-link{font-size:16px;line-height:24px}}.featured-products__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:80px}.featured-products__controls--hidden{display:none}.featured-products__buttons{display:flex;gap:8px;overflow:auto}.featured-products__arrows{display:flex;gap:8px}.featured-products__navigation{min-height:32px;min-width:32px;padding:4px;align-items:center;border-radius:50%;display:inline-flex;justify-content:center;background-color:var(--gray-100);color:var(--gray-950)}.featured-products__button{line-height:20px;padding:6px 16px;background-color:var(--gray-100);color:var(--gray-950)}.featured-products__button--active{background-color:var(--orange-500);color:var(--core-white)}.featured-products__item{align-items:center;border:1px solid var(--gray-200);border-width:0 1px 0 0;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:center;margin-bottom:-1px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.featured-products__item{font-size:16px;line-height:24px}}.featured-products__item img{aspect-ratio:1/1;height:auto;-o-object-fit:contain;object-fit:contain;width:50%}.featured-products__block{align-items:center;color:var(--core-black);display:flex;flex-direction:column;height:100%;justify-content:center;text-decoration:none;width:100%}.featured-products__collection-card{background-color:var(--core-black);border-radius:8px;color:var(--core-white);display:flex;flex-direction:column;gap:16px;height:100%;padding:40px;width:100%}.featured-products__collection-card__link{color:var(--core-white);margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.featured-products__collection-card__link{font-size:48px;line-height:48px}}.featured-products__collection-card__heading{color:var(--core-white);margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.featured-products__collection-card__heading{font-size:24px;line-height:32px}}.featured-products__collection-card a{margin-top:auto}.featured-products__label{display:var(--display-label)}.featured-products__pagination{display:flex;justify-content:center;margin-top:24px}.featured-products__pagination .swiper-pagination-bullet{background-color:var(--gray-200);opacity:1}.featured-products__pagination .swiper-pagination-bullet-active{background-color:var(--core-black)}.featured-products--no-controls .featured-products__heading{flex-direction:inherit}.featured-products--bordered{border-bottom:1px solid var(--gray-200)}.featured-products--bordered .featured-products__container{border-top:1px solid var(--gray-200)}@media screen and (width >= 990px){.featured-products{padding:40px 0}.featured-products__slide{width:440px}.featured-products__title{font-size:36px;line-height:40px}}@media screen and (width >= 990px)and (width >= 750px){.featured-products__title{font-size:48px;line-height:48px}}@media screen and (width >= 990px){.featured-products__heading{margin-bottom:40px;padding:0 40px}.featured-products__navigation{min-height:48px;min-width:48px;padding:12px}.featured-products__button{padding:14px 24px}}.card-product{padding:16px;width:100%}.card-product__swatches{align-content:flex-start;display:flex;flex-wrap:wrap;gap:8px;margin-top:.5rem;position:relative;width:100%;z-index:2}.card-product__swatch{border:.5px solid var(--gray-300);border-radius:50%;cursor:pointer;display:inline-block;height:20px;position:relative;width:20px}.card-product__swatch--active::before{background-color:rgba(0,0,0,0);border:2px solid var(--core-black);border-radius:50%;content:"";height:28px;position:absolute;transform:translate(-4.5px, -4.5px);width:28px}.card-product__vendor{color:var(--gray-600);font-size:14px;line-height:24px}@media screen and (width >= 750px){.card-product__vendor{font-size:16px;line-height:24px}}.card-product .card__inner.gradient:has(.card__media img){background-color:rgba(0,0,0,0)}.card-product .card__heading{font-weight:700;font-size:14px;line-height:24px}@media screen and (width >= 750px){.card-product .card__heading{font-size:16px;line-height:24px}}.card-product .card__heading a::before,.card-product .card__heading a::after{display:none}.card-product .card__content{padding:0}.card-product .card__content .price{margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.card-product .card__content .price{font-size:16px;line-height:24px}}.card-product .card__information{display:flex;flex-direction:column;gap:4px}@media screen and (width >= 990px){.card-product{padding:40px}}.badge{padding:8px 16px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.badge{font-size:16px;line-height:24px}}.brand-spotlight{border-top:1px solid var(--gray-200);display:none;padding:0 0 60px 40px}.brand-spotlight__title{font-weight:500;margin:60px 0 32px;font-size:30px;line-height:36px}@media screen and (width >= 750px){.brand-spotlight__title{font-size:40px;line-height:44px}}.brand-spotlight .swiper-wrapper{margin-right:20px}@media screen and (width >= 990px){.brand-spotlight{display:block}}.brand-card{margin-right:20px;max-width:440px;width:30.556vw}.brand-card:last-child{margin-right:40px}.brand-card__image-wrapper{border-radius:0;overflow:hidden;position:relative}.brand-card__image{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.brand-card__overlay{background:rgba(0, 0, 0, var(--spotlight-card-overlay));display:block;height:100%;inset:0;position:absolute;width:100%}.brand-card__overlay:empty{display:block}.brand-card__logo{align-items:center;display:flex;height:auto;justify-content:center;margin:0;padding:0;position:relative;width:var(--brand-width, 150px)}.brand-card__content{position:relative}.brand-card__title{color:var(--core-white);margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.brand-card__title{font-size:16px;line-height:24px}}.brand-card__img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.brand-card__button{align-items:center;background:var(--core-white);border-radius:50px;color:var(--core-black);display:inline-flex;gap:8px;justify-content:center;padding:10px 16px;text-decoration:none;font-size:12px;line-height:16px}@media screen and (width >= 750px){.brand-card__button{font-size:14px;line-height:20px}}.brand-card__button-img{display:block;-o-object-fit:cover;object-fit:cover}.brand-card__data{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:20px;position:absolute;top:0;width:100%}.custom-blog-section{background:rgb(var(--color-background));display:block;padding:48px 16px}.custom-blog-section__title{color:rgb(var(--color-text));margin:0 0 32px;text-align:left;font-size:30px;line-height:36px}@media screen and (width >= 750px){.custom-blog-section__title{font-size:40px;line-height:44px}}.custom-blog-section__swiper{width:100%}.custom-blog-section__slide{display:inline-flex;justify-content:center;max-width:80%}.custom-blog-section__card{color:inherit;display:block;max-width:100%;text-align:center;text-decoration:none}.custom-blog-section__card img{border-radius:10px;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.custom-blog-section__card-title{color:rgb(var(--color-text));margin:17px 0 0;text-align:left;font-size:18px;line-height:24px}@media screen and (width >= 750px){.custom-blog-section__card-title{font-size:20px;line-height:24px}}@media screen and (width >= 990px){.custom-blog-section{padding:80px 40px}}.breadcrumbs{margin:0;padding:0}.breadcrumbs__list{align-items:center;border:1px solid var(--gray-200);display:flex;gap:8px;list-style:none;margin:0;padding:16px}.breadcrumbs__item{align-items:center;color:var(--gray-600);display:flex;gap:8px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.breadcrumbs__item{font-size:16px;line-height:24px}}.breadcrumbs__link{color:var(--core-black);text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.breadcrumbs__link{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.breadcrumbs__list{padding:16px 40px}.breadcrumbs__item{font-size:12px;line-height:16px}}@media screen and (width >= 990px)and (width >= 750px){.breadcrumbs__item{font-size:14px;line-height:20px}}@media screen and (width >= 990px){.breadcrumbs__link{font-size:12px;line-height:16px}}@media screen and (width >= 990px)and (width >= 750px){.breadcrumbs__link{font-size:14px;line-height:20px}}.summary-content{background-color:rgb(var(--color-background));color:var(--color-text);display:flex;flex-direction:column;gap:16px;padding:48px 16px}.summary-content__header{max-width:785px}.summary-content__header--right{margin-left:auto;text-align:right}.summary-content__title{margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.summary-content__title{font-size:40px;line-height:44px}}.summary-content__text{font-size:16px;margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.summary-content__text{font-size:16px;line-height:24px}}.summary-content__text p{margin:0}.summary-content__container-text--centered{text-align:center}@media screen and (width >= 990px){.summary-content{gap:32px;padding:120px 40px}.summary-content--pushed{gap:80px}.summary-content__title{font-weight:500;font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.summary-content__title--h1{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title--h1{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.summary-content__title--h2{font-size:36px;line-height:40px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title--h2{font-size:48px;line-height:48px}}@media screen and (width >= 990px){.summary-content__title--h3{font-size:30px;line-height:36px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title--h3{font-size:40px;line-height:44px}}@media screen and (width >= 990px){.summary-content__title--h4{font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title--h4{font-size:32px;line-height:40px}}@media screen and (width >= 990px){.summary-content__title--h5{font-size:20px;line-height:28px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__title--h5{font-size:24px;line-height:32px}}@media screen and (width >= 990px){.summary-content__text{max-width:785px;font-size:20px;line-height:28px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content__text{font-size:24px;line-height:32px}}@media screen and (width >= 990px){.summary-content--pushed .summary-content__text{margin-left:345px;font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.summary-content--pushed .summary-content__text{font-size:32px;line-height:40px}}@media screen and (width >= 1280px){.summary-content__text{max-width:785px}.summary-content--pushed .summary-content__text{margin-left:345px}.summary-content__container-text--centered>.summary-content__text{margin:auto}}.headline-text{display:flex;flex-direction:column;gap:16px;padding:0 16px 48px}.headline-text--huge-padding{padding:80px 40px}.headline-text__container{align-items:stretch;display:flex;flex-direction:column;gap:20px;justify-content:center}.headline-text__image{flex:1 1 0}.headline-text__image .headline-text__img{border-radius:8px;display:block;height:auto;max-width:100%}.headline-text__content-container{align-items:center;display:flex;flex:1 1 0;justify-content:center}.headline-text__content-container.border-top{border-top:1px solid var(--gray-200)}.headline-text__content{display:flex;flex-direction:column;gap:16px;max-width:440px}@media screen and (width >= 750px){.headline-text__content{align-items:center;gap:24px}}.headline-text__heading{margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.headline-text__heading{font-size:40px;line-height:44px}}.headline-text__text{margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.headline-text__text{font-size:18px;line-height:28px}}.headline-text__text p{margin:0}@media screen and (width >= 990px){.headline-text{padding:0 40px 120px}.headline-text--huge-padding{padding:80px 40px}.headline-text__container{flex-direction:row}}@media screen and (width >= 750px){.headline-text__text{font-size:20px}}@media screen and (width < 750px){.headline-text__heading{font-size:24px;line-height:32px}}@media screen and (width < 750px)and (width >= 750px){.headline-text__heading{font-size:32px;line-height:40px}}@media screen and (width < 750px){.headline-text__text{font-size:14px;line-height:24px}}@media screen and (width < 750px)and (width >= 750px){.headline-text__text{font-size:16px;line-height:24px}}@media screen and (width < 750px){.headline-text--image--position--right .headline-text__container{flex-flow:column-reverse}}.shopify-section:has(.headline-text--huge-padding):not(:last-of-type){border-bottom:1px solid var(--gray-200)}.hero-split{background:var(--core-black);overflow:hidden;position:relative;width:100%}.hero-split__container{border:none;display:flex;height:auto;min-height:430px;padding:0;position:relative;width:100%}.hero-split__left{background:var(--core-black);display:flex;width:50%;z-index:1}.hero-split__left::before{background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.hero-split__grid-bg{height:100%;pointer-events:none;position:absolute;width:50%;z-index:2}.hero-split__grid-svg{display:block;height:100%;width:100%}.hero-split__grid-svg--mobile{display:block}.hero-split__grid-svg--desktop{display:none}.hero-split__right{overflow:hidden;position:relative;width:50%;z-index:1}.hero-split__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.hero-split__content{align-items:flex-end;display:flex;height:100%;position:absolute;width:100%;z-index:3}.hero-split__content--left{justify-content:left;text-align:left}.hero-split__content--right{justify-content:right;text-align:right}.hero-split__title{color:var(--core-white);-webkit-font-smoothing:antialiased;font-weight:500;margin:0;padding:32px 16px;font-size:36px;line-height:40px}@media screen and (width >= 750px){.hero-split__title{font-size:48px;line-height:48px}}.hero-split__title-accent{color:var(--orange-500);font-weight:500}@media screen and (width >= 990px){.hero-split__container{height:720px;min-height:720px}.hero-split__content{padding-left:0}.hero-split__title{padding:80px 40px;font-size:56px;line-height:56px}}@media screen and (width >= 990px)and (width >= 750px){.hero-split__title{font-size:80px;line-height:80px}}@media screen and (width >= 990px){.hero-split__grid-svg--mobile{display:none}.hero-split__grid-svg--desktop{display:block}}.timeline{background:var(--core-black);width:100%}.timeline__block{display:flex;flex-direction:column;gap:24px}.timeline__container{display:flex;flex-direction:column;gap:20px;padding:48px 16px;position:relative}.timeline__content{align-items:flex-start;display:flex;flex:1;flex-direction:column-reverse;gap:24px}.timeline__description{color:var(--gray-500);-webkit-font-smoothing:antialiased;font-weight:500;font-size:14px;line-height:24px}@media screen and (width >= 750px){.timeline__description{font-size:16px;line-height:24px}}.timeline__divider{border-bottom:1px solid var(--gray-700)}.timeline__image{background:var(--gray-900);border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%}.timeline__image-container{align-items:flex-start;display:flex;justify-content:flex-start;max-width:440px}.timeline__spacer{display:none}.timeline__text-container{display:flex;flex-direction:column;gap:20px;justify-content:center}.timeline__title{color:var(--core-white);font-weight:500;font-size:30px;line-height:36px}@media screen and (width >= 750px){.timeline__title{font-size:40px;line-height:44px}}.timeline__year{background:var(--core-black);color:var(--core-white);font-weight:500;justify-self:left;font-size:30px;line-height:36px}@media screen and (width >= 750px){.timeline__year{font-size:40px;line-height:44px}}.timeline__year-container{margin-bottom:0;position:relative;width:210px}@media screen and (width >= 990px){.timeline__block{display:flex;flex-direction:row;gap:20px;padding:20px 0}.timeline__container{display:flex;flex-direction:column;gap:20px;padding:80px 40px;position:relative}.timeline__container::before{background:var(--gray-700);content:"";height:100%;left:140px;position:absolute;top:0;width:1px;z-index:0}.timeline__content{align-items:flex-start;display:flex;flex:1;flex-direction:row;gap:20px;justify-content:space-between;padding:20px 0}.timeline__image{background:var(--gray-900);border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%}.timeline__image-container{align-items:flex-start;display:flex;flex:0 0 440px;justify-content:flex-start;max-width:440px}.timeline__spacer{display:block;flex-shrink:0;max-width:95px;min-width:0;width:95px}.timeline__year{justify-self:center;padding:20px 0;position:sticky;top:20%;z-index:1;font-size:56px;line-height:56px}}@media screen and (width >= 990px)and (width >= 750px){.timeline__year{font-size:80px;line-height:80px}}@media screen and (width >= 990px){.timeline__year-container{margin-bottom:0;width:210px}.timeline__divider{align-self:end;border-bottom:1px solid var(--gray-700);width:calc(100% - 345px)}}.image-banner{align-items:stretch;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;width:100%}.image-banner__logo{margin:0;padding:0;width:190px}.image-banner__media{display:none}.image-banner__image-container{display:block;position:relative;width:100%}.image-banner__image{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.image-banner__gradient{display:block;height:100%;width:100%}.image-banner__content{display:flex;flex-direction:column;height:100%;width:100%}.image-banner__text-wrapper{align-items:flex-start;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;justify-content:center;padding:48px 16px 24px;width:100%}.image-banner__text{display:flex;flex-direction:column;gap:8px;text-decoration:none}.image-banner__heading{color:var(--core-black);font-size:44px;line-height:48px}@media screen and (width >= 750px){.image-banner__heading{font-size:60px;line-height:60px}}.image-banner__description{color:var(--core-black)}.image-banner__buttons-wrapper{width:100%}.image-banner__buttons{display:flex;gap:16px;max-width:100%;-webkit-overflow-scrolling:touch;overflow-x:auto}.image-banner__button{min-width:-moz-fit-content;min-width:fit-content}.image-banner__button.button--selected{background-color:var(--orange-500);border:0;color:var(--core-white)}@media screen and (width >= 990px){.image-banner__media{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.image-banner__text-wrapper{align-items:flex-start;border-top:none;display:flex;flex-direction:column;gap:40px;justify-content:center;padding:80px 40px 40px;width:100%}.image-banner__text-wrapper.left{align-items:flex-start}.image-banner__text-wrapper.right{align-items:flex-end}.image-banner__text-wrapper.center{align-items:center}.image-banner__text-wrapper.top{margin-top:0}.image-banner__text-wrapper.middle{margin-bottom:auto;margin-top:auto}.image-banner__text-wrapper.bottom{margin-top:auto}.image-banner__image{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.image-banner__image-container::before{background:linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.image-banner__text{gap:20px}.image-banner__content{position:absolute}.image-banner__heading{color:var(--core-white);font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.image-banner__heading{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.image-banner__description{color:var(--text-color, var(--core-white));max-width:440px;font-size:14px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.image-banner__description{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.image-banner__description *{color:var(--text-color, var(--core-white))}.image-banner__buttons{display:flex;flex-wrap:wrap;max-width:none;overflow-x:visible}.image-banner--brand .image-banner__text-wrapper{height:100%;justify-content:end;padding:80px 40px 40px}.image-banner--no-cover .image-banner__content{position:relative}.image-banner--no-cover .image-banner__text-wrapper{height:100%;justify-content:end;padding:40px 40px 0}.image-banner--no-cover .image-banner__description{margin:0}.image-banner--no-image{min-height:220px}.image-banner--no-image .image-banner__text,.image-banner--no-image .image-banner__heading{color:var(--core-black);gap:0}.image-banner--no-image .image-banner__text-wrapper{gap:0;padding:80px 40px}.image-banner--no-image .image-banner__content{position:relative}}.blog-hero__wrapper{position:relative}.blog-hero__image-container{display:block;height:432px}.blog-hero__image-container::after{background-color:rgb(0, 0, 0, var(--image-overlay));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.blog-hero__image{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.blog-hero__content{bottom:32px;left:16px;position:absolute}.blog-hero__tag{align-items:center;border:1px solid var(--core-white);border-radius:100px;display:inline-flex;gap:8px;line-height:1;margin-bottom:16px;padding:8px 16px}.blog-hero__tag-icon{align-items:center;display:flex;justify-content:center}.blog-hero__tag-category{color:var(--core-white);font-size:12px;line-height:16px}@media screen and (width >= 750px){.blog-hero__tag-category{font-size:14px;line-height:20px}}.blog-hero__title{color:var(--core-white);-webkit-font-smoothing:antialiased;font-weight:500;margin:0 0 24px;font-size:30px;line-height:36px}@media screen and (width >= 750px){.blog-hero__title{font-size:40px;line-height:44px}}.blog-hero__read-more{background:var(--orange-500);border-radius:100px;color:var(--core-white);display:inline-block;padding:12px 24px;text-decoration:none}@media screen and (width >= 990px){.blog-hero__image-container{height:0;padding-top:50%}.blog-hero__content{bottom:60px;left:40px;max-width:780px}.blog-hero__title{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.blog-hero__title{font-size:60px;line-height:60px}}.search-articles{display:none}.search-articles__wrapper{align-items:stretch;display:flex;height:72px;padding:0 40px}.search-articles__counter{flex:1 1 100%}.search-articles__count{color:var(--core-black);font-size:14px;line-height:24px}@media screen and (width >= 750px){.search-articles__count{font-size:16px;line-height:24px}}.search-articles__counter,.search-articles__form{align-items:center;display:flex}.search-articles__form{flex:1 1 auto;position:relative}.search-articles__form .search-articles__input{align-items:center;border-left:1px solid var(--gray-200);display:flex;gap:8px;height:100%;padding-left:40px}.search-articles__form form{border:0;margin:0;padding:0}.search-articles__form input{border:0;color:var(--gray-600);font-size:14px;line-height:24px}@media screen and (width >= 750px){.search-articles__form input{font-size:16px;line-height:24px}}.search-articles__form input:focus,.search-articles__form input:focus-visible{border:0;box-shadow:unset;outline:none}.search-articles__results{background:var(--core-white);box-shadow:1px 8px 11px rgba(0,0,0,.2);max-width:700px;min-width:400px;position:absolute;right:-30px;top:35px;width:100%}.search-articles__results ul{list-style:none;margin:0;padding:0}.search-articles__results li{padding:10px 16px;transition:all ease 350ms}.search-articles__results li:hover{background:var(--gray-100)}.search-articles__results a{color:var(--core-black);display:block;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.search-articles__results a{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.search-articles{display:block}}.hero-banner-simple__title{font-weight:500;margin:0;font-size:44px;line-height:48px}@media screen and (width >= 750px){.hero-banner-simple__title{font-size:60px;line-height:60px}}.hero-banner-simple__media{position:relative !important}.hero-banner-simple__media::before{background:linear-gradient(180deg, rgba(16, 21, 26, 0) 0%, rgba(16, 21, 26, 0.7) 100%);position:relative;z-index:1}@media screen and (width < 990px){.hero-banner-simple__media .desktop-image-banner:has(+.mobile-image-banner){display:none !important}}@media screen and (width >= 990px){.hero-banner-simple__media .mobile-image-banner{display:none !important}}.hero-banner-simple__tag{border:1px solid var(--core-white);border-radius:100px;color:var(--core-white);padding:8px 16px 8px 32px;position:relative;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:16px}@media screen and (width >= 750px){.hero-banner-simple__tag{font-size:14px;line-height:20px}}.hero-banner-simple__tag::before{background-color:var(--core-white);border-radius:50%;bottom:0;content:"";display:block;height:8px;left:16px;margin:auto;position:absolute;top:0;width:8px}.hero-banner-simple__tag--hidden{display:none}.hero-banner-simple__content{display:flex;flex-flow:column;gap:16px;height:100%;justify-content:flex-end;max-width:587px;padding:80px 40px 40px;position:absolute;width:100%;z-index:2}@media screen and (width >= 990px){.hero-banner-simple__content{gap:32px}}.hero-banner-simple__heading{color:var(--core-white);margin:0;font-size:44px;line-height:48px}@media screen and (width >= 750px){.hero-banner-simple__heading{font-size:60px;line-height:60px}}.hero-banner-simple__text{color:var(--core-white);font-size:20px;line-height:28px}@media screen and (width >= 750px){.hero-banner-simple__text{font-size:24px;line-height:32px}}.hero-banner-simple__text p{margin:0}.hero-banner-simple__simple-text{color:var(--core-white);margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.hero-banner-simple__simple-text{font-size:16px;line-height:24px}}.hero-banner-simple__buttons{display:flex;gap:16px}.hero-banner-simple__button{border-radius:100px;display:inline-block;font-weight:500;letter-spacing:normal;text-align:center;text-decoration:none;padding:16px 32px;background-color:var(--gray-100);color:var(--gray-950);font-size:14px;line-height:24px}@media screen and (width >= 750px){.hero-banner-simple__button{font-size:16px;line-height:24px}}.hero-banner-simple__button--secondary{background-color:var(--orange-500);border:0;color:var(--core-white)}.hero-banner-simple__button .material-icons{margin-right:4px;vertical-align:middle}@media screen and (width >= 990px){.hero-banner-simple__title{font-weight:500;font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.hero-banner-simple__title{font-size:60px;line-height:60px}}.hero-banner-simple--boxed{border-top:1px solid var(--gray-200);padding:40px 16px}.hero-banner-simple--boxed .hero-banner-simple__title{margin-bottom:16px}.hero-banner-simple--boxed .hero-banner-simple__content{padding:40px 20px}.hero-banner-simple--boxed .hero-banner-simple__media{border-radius:8px}.hero-banner-simple--boxed .hero-banner-simple__heading{font-size:24px;line-height:32px}@media screen and (width >= 750px){.hero-banner-simple--boxed .hero-banner-simple__heading{font-size:32px;line-height:40px}}.hero-banner-simple--boxed .hero-banner-simple__text{font-size:14px;line-height:24px}@media screen and (width >= 750px){.hero-banner-simple--boxed .hero-banner-simple__text{font-size:16px;line-height:24px}}.hero-banner-simple--boxed .hero-banner-simple__button{padding:14px 24px}@media screen and (width >= 990px){.hero-banner-simple--boxed{padding:80px 40px}.hero-banner-simple--boxed .hero-banner-simple__title{margin-bottom:40px}.hero-banner-simple--boxed .hero-banner-simple__tag{display:flex}.hero-banner-simple--boxed .hero-banner-simple__content{max-width:785px}.hero-banner-simple--boxed .hero-banner-simple__heading{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.hero-banner-simple--boxed .hero-banner-simple__heading{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.hero-banner-simple--boxed .hero-banner-simple__text{max-width:602px;font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.hero-banner-simple--boxed .hero-banner-simple__text{font-size:18px;line-height:28px}}.hero-banner-simple--compact .hero-banner-simple__content{gap:24px;padding:32px 16px}.hero-banner-simple--compact .hero-banner-simple__text-container{display:flex;flex-direction:column;gap:16px}.hero-banner-simple--compact .hero-banner-simple__heading{font-size:30px;line-height:36px}@media screen and (width >= 750px){.hero-banner-simple--compact .hero-banner-simple__heading{font-size:40px;line-height:44px}}@media screen and (width >= 990px){.hero-banner-simple--compact .hero-banner-simple__text-container{display:flex;flex-direction:column;gap:20px}.hero-banner-simple--compact .hero-banner-simple__content{gap:40px;max-width:100%;padding:60px 40px}.hero-banner-simple--compact .hero-banner-simple__heading{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.hero-banner-simple--compact .hero-banner-simple__heading{font-size:60px;line-height:60px}}.icon-block{background-color:var(--gray-100);border-top:1px solid var(--gray-200);padding:96px 40px}@media screen and (width < 750px){.icon-block{padding:40px}}.icon-block__container{display:flex;gap:16px;justify-content:center;text-align:center}@media screen and (width < 750px){.icon-block__container{flex-wrap:wrap}}.icon-block__item{flex:1 1 0}@media screen and (width < 750px){.icon-block__item{display:inline-block;flex:1 1 auto;max-width:29.333%}}.icon-block__icon{margin-bottom:24px}.icon-block__icon img{display:block;margin:auto}.icon-block__heading{color:var(--core-black);margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.icon-block__heading{font-size:18px;line-height:28px}}.icon-block__text{color:var(--gray-500);margin-top:8px;font-size:12px;line-height:16px}.icon-block__text p{margin:0}@media screen and (width >= 750px){.icon-block__text{font-size:14px;line-height:20px}}.values-blocks{background-color:var(--gray-950);color:var(--core-white);padding:96px 40px}.values-blocks__heading{color:var(--core-white);margin:0;margin-bottom:16px;font-size:44px;line-height:48px}@media screen and (width >= 750px){.values-blocks__heading{font-size:60px;line-height:60px}}.values-blocks__subheading{margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.values-blocks__subheading{font-size:18px;line-height:28px}}.values-blocks__subheading p{margin:0}.values-blocks__list{margin-top:60px}.values-blocks__item{border-top:1px solid hsla(0,0%,100%,.1);display:grid;gap:16px;grid-template-columns:488px 400px;justify-content:space-between;padding:40px 0}.values-blocks__heading-item{display:grid;gap:16px;grid-template-columns:72px 400px}.values-blocks__number{font-size:44px;line-height:48px}@media screen and (width >= 750px){.values-blocks__number{font-size:60px;line-height:60px}}.values-blocks__title{color:var(--core-white);margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.values-blocks__title{font-size:40px;line-height:44px}}.values-blocks__description{margin:0;text-align:left;font-size:16px;line-height:24px}@media screen and (width >= 750px){.values-blocks__description{font-size:18px;line-height:28px}}.values-blocks__description p{margin:0}@media screen and (width < 990px){.values-blocks{padding:40px 16px}.values-blocks__list{margin-top:32px}.values-blocks__item{gap:20px;grid-template-columns:1fr;padding:16px 0}.values-blocks__heading-item{gap:24px;grid-template-columns:53px auto}}@media screen and (width >= 1440px){.values-blocks__item{grid-template-columns:488px 800px}.values-blocks__heading-item{gap:24px;grid-template-columns:72px auto}}@media screen and (width >= 1920px){.values-blocks__item{grid-template-columns:600px 800px}}.video-gallery{padding:80px 40px}.video-gallery__wrapper{display:grid;gap:20px 24px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.video-gallery__item{align-items:center;display:grid;gap:24px}.video-gallery__item--player{height:100%;position:relative}.video-gallery__item--custom-video{border-radius:8px;display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.video-gallery__item--play-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:80px;z-index:2}.video-gallery__item--title{color:var(--core-black);margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.video-gallery__item--title{font-size:40px;line-height:44px}}@media screen and (width >= 990px){.video-gallery__item{grid-template-columns:calc(49% - 12px) calc(51% - 12px)}.video-gallery__item:nth-child(1){display:block;grid-row:span 2;position:relative}.video-gallery__item:nth-child(1) .video-gallery__item--player{height:100%;position:relative}.video-gallery__item:nth-child(1) .video-gallery__item--title{bottom:16px;color:var(--core-white);left:16px;position:absolute}.video-gallery__item:nth-child(2){grid-column:2;grid-row:1}.video-gallery__item:nth-child(3){grid-column:2;grid-row:2}}@media screen and (width < 990px){.video-gallery{padding:32px 16px}.video-gallery__wrapper{gap:24px;grid-template-columns:1fr;grid-template-rows:auto}.video-gallery__item{gap:12px}}.featured-brands-hero{display:grid;grid-template-columns:1fr;position:relative}.featured-brands-hero__image{display:block;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}.featured-brands-hero__content{padding:32px 12px}.featured-brands-hero__title{color:var(--core-black);margin:0 0 16px;font-size:30px;line-height:36px}@media screen and (width >= 750px){.featured-brands-hero__title{font-size:40px;line-height:44px}}.featured-brands-hero__description{color:var(--core-black);margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.featured-brands-hero__description{font-size:18px;line-height:28px}}.featured-brands-hero__description p{margin:0}.featured-brands-hero__content-wrapper{z-index:1}@media screen and (width >= 990px){.featured-brands-hero{display:block}.featured-brands-hero::after{background:linear-gradient(180deg, rgba(15, 20, 26, 0) 0%, rgba(15, 20, 26, 0.5019607843) 100%);bottom:0;content:"";height:250px;left:0;position:absolute;width:100%;z-index:0}.featured-brands-hero__title{color:var(--core-white);margin:0 0 20px;font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.featured-brands-hero__title{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.featured-brands-hero__description{color:var(--core-white);max-width:440px}.featured-brands-hero__content{padding:0}.featured-brands-hero__content-wrapper{bottom:40px;left:40px;padding:0;position:absolute}}.featured-brands__container{padding:80px 16px}.featured-brands__group{border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;padding:16px 0 64px}.featured-brands__group:first-child{border-top:none}.featured-brands__heading{margin:0;font-size:18px;line-height:24px}@media screen and (width >= 750px){.featured-brands__heading{font-size:20px;line-height:24px}}.featured-brands__grid{display:grid;gap:16px;grid-template-columns:repeat(2, 1fr)}.featured-brands__directory{position:relative}.featured-brands__directory::after{background:linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);content:"";height:68px;pointer-events:none;position:absolute;right:0;top:1px;width:150px}.featured-brands__nav{border:1px solid var(--gray-200);border-width:1px 0;display:flex;justify-content:space-between;list-style:none;margin:0;overflow:scroll;-ms-overflow-style:none;padding:10px 16px;position:relative;scrollbar-width:none}.featured-brands__nav::-webkit-scrollbar{display:none}.featured-brands__nav-link{align-items:center;border-radius:50%;color:var(--core-black);display:flex;height:48px;justify-content:center;padding:12px;text-align:center;text-decoration:none;width:48px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.featured-brands__nav-link{font-size:16px;line-height:24px}}.featured-brands__nav-link:hover{background-color:var(--gray-100)}.featured-brands__image-wrapper{border-radius:8px;overflow:hidden;padding-bottom:100%;position:relative}.featured-brands__image-wrapper::after{background:rgba(0,0,0,.5019607843);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:100%}.featured-brands__logo{height:auto;inset:0;margin:auto;opacity:0;position:absolute;transition:opacity .3s;width:200px;z-index:3}.featured-brands__item{color:inherit;display:block;text-decoration:none}.featured-brands__item:hover{color:var(--orange-500)}.featured-brands__item:hover .featured-brands__image-wrapper::after{opacity:1}.featured-brands__item:hover .featured-brands__logo{opacity:1}.featured-brands__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.featured-brands__info{-webkit-font-smoothing:antialiased;font-weight:500;padding-top:16px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.featured-brands__info{font-size:18px;line-height:28px}}.featured-brands__title{font-weight:bold;margin-right:.25rem}.featured-brands__count{color:var(--color-foreground-secondary)}.featured-brands__others{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}.featured-brands__others-link{color:var(--core-black);text-underline-offset:6px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.featured-brands__others-link{font-size:18px;line-height:28px}}.featured-brands__others-link:hover{color:var(--orange-500)}@media screen and (width >= 990px){.featured-brands__container{padding:80px 40px}.featured-brands__directory::after{display:none}.featured-brands__group{gap:32px;padding:16px 0 80px}.featured-brands__grid{gap:20px;grid-template-columns:repeat(4, 1fr)}.featured-brands__nav{padding:10px 40px}.featured-brands__info{font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.featured-brands__info{font-size:32px;line-height:40px}}.hero-split-color{background:var(--background);display:flex;flex-direction:column;overflow:hidden}.hero-split-color__logo{margin:0}.hero-split-color__logo img{display:block;height:auto;max-width:100px}.hero-split-color__title{color:var(--core-black);font-weight:500;margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.hero-split-color__title{font-size:48px;line-height:48px}}.hero-split-color__content{align-items:flex-start;background:inherit;display:flex;flex-direction:column;gap:48px;justify-content:flex-start;padding:48px 16px}.hero-split-color__image{align-items:center;display:flex;justify-content:center;width:100%}.hero-split-color__image img{display:block;max-height:430px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (width >= 990px){.hero-split-color{flex-direction:row;height:720px;min-height:720px}.hero-split-color__logo img{max-width:130px}.hero-split-color__title{font-size:56px;line-height:56px}}@media screen and (width >= 990px)and (width >= 750px){.hero-split-color__title{font-size:80px;line-height:80px}}@media screen and (width >= 990px){.hero-split-color__content{background:inherit;display:flex;flex:1 1 0;flex-direction:column;justify-content:space-between;padding:80px 40px}.hero-split-color__image{align-items:center;background:var(--core-white);display:flex;flex:1 1 0;justify-content:center;min-width:200px}.hero-split-color__image img{display:block;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}}.cards-section{border-top:1px solid var(--gray-200);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;gap:32px;padding:48px 16px}.cards-section__container{display:flex;flex-direction:column;gap:32px}.cards-section__title{color:var(--core-black);font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.cards-section__title{font-size:40px;line-height:44px}}.cards-section__blocks{display:flex;flex-direction:column;gap:16px}.cards-section__description{color:var(--core-black);font-weight:500;margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.cards-section__description{font-size:24px;line-height:32px}}@media screen and (width >= 990px){.cards-section{gap:60px;padding:120px 40px}.cards-section__title{font-size:36px;line-height:40px}}@media screen and (width >= 990px)and (width >= 750px){.cards-section__title{font-size:48px;line-height:48px}}@media screen and (width >= 990px){.cards-section__description{max-width:785px}.cards-section__container{gap:60px}.cards-section__blocks{flex-direction:row;gap:20px;justify-content:center}.cards-section__block-list{gap:16px}}.card-block{align-items:flex-start;background:var(--background);border-radius:8px;display:flex;flex-direction:column;gap:32px;padding:32px 16px;text-align:left}.card-block__icon{align-items:center;background:var(--core-white);border-radius:50%;display:inline-flex;justify-content:center;min-height:64px;min-width:64px;padding:16px}.card-block__icon img{display:block;height:32px;-o-object-fit:contain;object-fit:contain;width:32px}.card-block__text{display:flex;flex-direction:column;gap:8px;width:100%}.card-block__title{color:var(--core-black);font-weight:500;font-size:20px;line-height:28px}@media screen and (width >= 750px){.card-block__title{font-size:24px;line-height:32px}}.card-block__description{color:var(--core-black);font-weight:500;gap:8px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.card-block__description{font-size:18px;line-height:28px}}.card-block__description p{margin:0}.card-block__list{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0;width:100%}.card-block__list-item{border-top:1px solid hsla(0,0%,100%,.2);color:var(--core-black);display:flex;flex-direction:row;font-weight:500;gap:8px;padding:6px 0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.card-block__list-item{font-size:18px;line-height:28px}}.card-block__list-item::before{content:"•"}.card-block--light-text .card-block__title,.card-block--light-text .card-block__description,.card-block--light-text .card-block__list-item{color:var(--core-white)}@media screen and (width >= 990px){.card-block{align-items:flex-start;flex:1 1 0;gap:40px;min-width:0;padding:40px;text-align:left}.card-block__text{gap:16px}.card-block__title{font-size:20px;line-height:28px}}@media screen and (width >= 990px)and (width >= 750px){.card-block__title{font-size:24px;line-height:32px}}@media screen and (width >= 990px){.card-block__description{font-size:14px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.card-block__description{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.card-block__list-item{padding:8px 0}}.general-steps{border-top:1px solid var(--gray-200);-webkit-font-smoothing:antialiased;padding:48px 16px 0}.general-steps__container{display:flex;flex-direction:column;gap:32px}.general-steps__title{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.general-steps__title{font-size:40px;line-height:44px}}.general-steps__blocks{display:flex;flex-direction:column;gap:40px}.general-steps__block{background:var(--core-white);border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:0 0 32px}.general-steps__block:last-child{border-bottom:none}.general-steps__image{align-items:center;background:none;display:flex;justify-content:center;width:100%}.general-steps__image img{border-radius:8px;display:block;height:auto;margin:0 auto;width:100%}.general-steps__content-container{display:flex;flex-direction:column;gap:12px}.general-steps__content{display:flex;flex-direction:column;gap:24px}.general-steps__step{font-weight:500;font-size:14px;line-height:24px;align-self:flex-start;border-radius:100px;display:flex;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto;text-decoration:none;line-height:20px;padding:8px 16px;background-color:var(--gray-100);color:var(--gray-950)}@media screen and (width >= 750px){.general-steps__step{font-size:16px;line-height:24px}}.general-steps__step::before,.general-steps__step::after{display:none}.general-steps__block-title{font-weight:500;margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.general-steps__block-title{font-size:32px;line-height:40px}}.general-steps__block-description{font-weight:500;margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.general-steps__block-description{font-size:18px;line-height:28px}}@media screen and (width >= 990px){.general-steps{gap:80px;padding:120px 80px 0 40px}.general-steps__container{display:flex;flex-direction:column;gap:80px}.general-steps__title{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.general-steps__title{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.general-steps__blocks{flex-direction:column;gap:80px}.general-steps__block{align-items:center;background:var(--core-white);flex-direction:row;gap:20px;min-height:670px;padding:0 0 80px}.general-steps__image{flex:1 1 0;width:100%}.general-steps__content-container{align-items:center;display:flex;flex:1 1 0;flex-direction:column}.general-steps__content{display:flex;flex-direction:column;gap:24px;max-width:440px}.general-steps__block-title{font-weight:500;font-size:24px;line-height:32px}}@media screen and (width >= 990px)and (width >= 750px){.general-steps__block-title{font-size:32px;line-height:40px}}.our-stores__grid{background-color:var(--gray-200);display:grid;grid-gap:1px;grid-template-columns:repeat(1, 1fr)}.our-stores__grid:first-child{border-top:1px solid var(--gray-200)}.our-stores__card{background-color:var(--core-white);display:grid;gap:24px;padding:16px}.our-stores__button{align-content:center;border-radius:100px;font-weight:500;text-align:center;text-decoration:none;width:100%;font-size:14px;line-height:24px;padding:14px 24px;background-color:var(--gray-100);color:var(--gray-950)}@media screen and (width >= 750px){.our-stores__button{font-size:16px;line-height:24px}}.our-stores__button:last-child{background-color:var(--orange-500);color:var(--core-white)}.our-stores__button--current{align-items:center;display:flex;gap:6px;background-color:rgba(0,0,0,0);border:1px solid var(--gray-100);color:var(--core-black)}.our-stores__content{display:flex;flex-direction:column;gap:4px}.our-stores__image-wrapper{border-radius:8px;overflow:hidden;padding-top:75%;position:relative}.our-stores__image{border-radius:8px;gap:8px;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.our-stores__text{font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__text{font-size:16px;line-height:24px}}.our-stores__title{margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.our-stores__title{font-size:24px;line-height:32px}}.our-stores__address{color:var(--gray-600);font-weight:500;margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__address{font-size:16px;line-height:24px}}.our-stores__link{color:var(--orange-500);font-weight:500;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__link{font-size:16px;line-height:24px}}.our-stores__status{display:flex;-webkit-font-smoothing:antialiased;font-weight:700;justify-content:space-between;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__status{font-size:16px;line-height:24px}}.our-stores__status-text{display:flex;gap:8px}.our-stores__status--open{color:#23b620}.our-stores__status--closed{color:#d92626}.our-stores__status--arrow{transition:transform .3s ease}.our-stores__status--arrow.rotated{transform:rotate(180deg)}.our-stores__hours-details{align-items:flex-start;display:flex;flex-direction:column;gap:4px;overflow:hidden;transition:height .3s ease,opacity .3s ease;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__hours-details{font-size:16px;line-height:24px}}.our-stores__hours-details--hidden{display:none;pointer-events:none}.our-stores__detail{display:flex;gap:8px;justify-content:space-between}.our-stores__detail:last-child{margin-bottom:0}.our-stores__day{color:var(--gray-600);font-weight:500;min-width:100px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__day{font-size:16px;line-height:24px}}.our-stores__hours{display:grid;font-weight:500;gap:12px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.our-stores__hours{font-size:16px;line-height:24px}}.our-stores__time{flex-shrink:0}.our-stores__button-wrapper{display:flex;gap:8px;justify-content:space-between}@media screen and (width >= 990px){.our-stores__grid{background-color:var(--gray-200);border-top:1px solid var(--gray-200);grid-gap:1px;grid-template-columns:repeat(3, 1fr)}.our-stores__card{display:flex;flex-direction:column;height:100%;padding:40px}.our-stores__button-wrapper{margin-top:auto}.our-stores__status--arrow{display:none}.our-stores__table-row{align-items:center}}.featured-pages{display:flex;flex-direction:column;gap:32px;padding:40px 16px}.featured-pages__heading{align-items:center;display:flex;justify-content:space-between;padding:0}.featured-pages__title{font-weight:500;margin:0;font-size:44px;line-height:48px}@media screen and (width >= 750px){.featured-pages__title{font-size:60px;line-height:60px}}.featured-pages__grid{display:grid;gap:32px 20px;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}@media screen and (width >= 990px){.featured-pages{gap:60px;padding:80px 40px}}.page-card{display:flex;flex-direction:column;gap:16px;text-decoration:none}.page-card__title{color:var(--core-black);-webkit-font-smoothing:antialiased;font-weight:500;margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.page-card__title{font-size:24px;line-height:32px}}.page-card__image{border-radius:8px;overflow:hidden;padding-top:100%;position:relative}.page-card__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.page-card__content{display:flex;flex-direction:column;gap:4px}.page-card__tags{display:flex;flex-wrap:wrap;gap:8px;left:0;padding:8px;position:absolute;top:0;z-index:1}.page-card__tag{background-color:var(--core-white);border-radius:100px;color:var(--core-black);padding:8px 16px 8px 32px;position:relative;font-size:12px;line-height:16px}@media screen and (width >= 750px){.page-card__tag{font-size:14px;line-height:20px}}.page-card__tag::before{background-color:var(--core-black);border-radius:50%;bottom:0;content:"";display:block;height:8px;left:16px;margin:auto;position:absolute;top:0;width:8px}.page-card__description{color:var(--core-black);font-size:14px;line-height:24px}@media screen and (width >= 750px){.page-card__description{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.page-card__tags{gap:20px;padding:20px}.page-card__image{padding-top:56.25%}}.general-media-feature{background:var(--background);border-top:1px solid var(--gray-200);-webkit-font-smoothing:antialiased;padding:48px 16px}.general-media-feature__container{display:flex;flex-direction:column;gap:16px}.general-media-feature__container--reverse-mobile{flex-direction:column-reverse}.general-media-feature__media{align-items:center;background:none;display:flex;justify-content:center;width:100%}@media screen and (width <= 990px){.general-media-feature__media--hide-mobile{display:none !important}}.general-media-feature__img,.general-media-feature__video{border-radius:8px;display:block;height:auto;margin:0 auto;width:100%}.general-media-feature__content-container{align-items:center;display:flex;flex:1 1 0;flex-direction:column;gap:24px}.general-media-feature__content{color:var(--text-color, inherit);display:flex;flex-direction:column;gap:24px}.general-media-feature__icon{margin-bottom:12px}.general-media-feature__icon-img{display:block;height:auto;max-width:160px;-o-object-fit:contain;object-fit:contain}.general-media-feature__title{color:var(--text-color, inherit);font-weight:500;margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.general-media-feature__title{font-size:32px;line-height:40px}}.general-media-feature__text{font-weight:500;margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.general-media-feature__text{font-size:18px;line-height:28px}}.general-media-feature__text--muted{color:var(--gray-700)}.general-media-feature__text p{margin:0}.general-media-feature__button{align-items:center;display:inline-flex;font-weight:500;text-decoration:none;align-self:flex-start;border-radius:100px;display:flex;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto;text-decoration:none;padding:14px 24px;background-color:var(--orange-500);border:0;color:var(--core-white)}.general-media-feature__button::before,.general-media-feature__button::after{display:none}.general-media-feature__button .material-icons{font-size:20px;vertical-align:middle}.general-media-feature__feature-cards{align-items:center;display:flex;flex-direction:column;gap:16px;margin-left:auto;margin-right:0;max-width:400px;width:100%}.general-media-feature__feature-card{border:1px solid var(--gray-200);border-radius:16px;display:flex;flex-direction:column;gap:24px;max-width:428px;padding:24px;position:relative}.general-media-feature__feature-card p,.general-media-feature__feature-card ul{margin:0}.general-media-feature__feature-card-title{color:var(--text-color, inherit);font-weight:500;margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.general-media-feature__feature-card-title{font-size:32px;line-height:40px}}.general-media-feature__feature-card-tag{align-self:end;background:var(--other-second-cycle);border-radius:100px;color:var(--core-white);font-weight:500;padding:8px 16px;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:24px}@media screen and (width >= 750px){.general-media-feature__feature-card-tag{font-size:16px;line-height:24px}}.general-media-feature__feature-card-text{color:var(--text-color, inherit);font-size:16px;line-height:24px}.general-media-feature__feature-card-text a{color:var(--text-color, inherit)}@media screen and (width >= 750px){.general-media-feature__feature-card-text{font-size:18px;line-height:28px}}.general-media-feature__feature-card-price{color:var(--orange-500);font-weight:500;margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.general-media-feature__feature-card-price{font-size:24px;line-height:32px}}@media screen and (width >= 990px){.general-media-feature{gap:80px;padding:64px 40px}.general-media-feature__container{flex-direction:row;gap:24px}.general-media-feature__media{flex:1 1 0;width:100%}.general-media-feature__content-container{align-items:center;align-self:center;display:flex;flex:1 1 0;flex-direction:column}.general-media-feature__content{display:flex;flex-direction:column;gap:24px;max-width:100%}.general-media-feature__content--narrow{max-width:490px}.general-media-feature__feature-cards{flex:0 0 50%;gap:20px;max-width:50%}}.faq-section{border-top:1px solid var(--gray-200);display:flex;flex-direction:column;padding:48px 16px}.faq-section__container{display:flex;flex-direction:column;gap:48px}.faq-section__main{display:flex;flex:1 1 0;flex-direction:column;gap:24px}.faq-section__faqs{display:flex;flex-direction:column;gap:60px}.faq-section__category{display:flex;flex-direction:column;gap:20px}.faq-section__qa{display:flex;flex-direction:column;gap:8px}.faq-section__category-title{margin:0;font-size:24px;line-height:32px}@media screen and (width >= 750px){.faq-section__category-title{font-size:32px;line-height:40px}}@media screen and (width >= 990px){.faq-section{gap:60px;padding:80px 40px}.faq-section__container{align-items:flex-start;flex-direction:row;gap:135px}.faq-section__main{flex:2 1 0}.faq-section__help-box{flex:1 1 0;margin-top:0;max-width:300px;position:sticky;top:calc(var(--header-height) + 10px)}}.help-box{background:var(--core-black);border-radius:8px;color:var(--core-white);display:flex;flex-direction:column;gap:24px;padding:24px 24px 16px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.help-box{font-size:18px;line-height:28px}}.help-box__title{color:var(--core-white);margin:0;font-size:18px;line-height:24px}@media screen and (width >= 750px){.help-box__title{font-size:20px;line-height:24px}}.help-box__links{list-style:none;margin:0;padding:0}.help-box__links li{align-items:center;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;padding:12px 0;position:relative}.help-box__links li span{font-size:1em}.help-box__links a{color:var(--core-white);text-decoration:none;font-size:14px;line-height:24px}.help-box__links a::after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media screen and (width >= 750px){.help-box__links a{font-size:16px;line-height:24px}}.faq-accordion{background:var(--gray-100);border-radius:8px;overflow:hidden}.faq-accordion__question{align-items:center;background:none;border:none;color:var(--core-black);cursor:pointer;display:flex;font-weight:500;justify-content:space-between;outline:none;padding:16px;position:relative;text-align:left;transition:background .2s;width:100%}.faq-accordion__question::after{content:"+";font-size:1.5em;line-height:1;margin-left:8px;transition:content .2s}.faq-accordion__question[aria-expanded=true]::after{content:"–"}.faq-accordion__question-text{font-weight:500;max-width:318px;font-size:18px;line-height:24px}@media screen and (width >= 750px){.faq-accordion__question-text{font-size:20px;line-height:24px}}.faq-accordion__icon{font-size:1.5em;line-height:1}.faq-accordion__answer{animation:fade-in .2s;color:var(--gray-800);padding:0 16px 16px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.faq-accordion__answer{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.faq-accordion__question{padding:24px}.faq-accordion__question-text{max-width:unset}.faq-accordion__answer{padding:0 64px 24px 24px}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.table-section{padding:40px 16px}.table-section__container{align-items:center;display:flex;flex-direction:column;gap:16px}.table-section__table-block{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:736px;width:100%}.table-section__table-title{font-weight:500;margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.table-section__table-title{font-size:48px;line-height:48px}}.table-section__table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;padding-bottom:80px;width:100%}.table-section__table-wrapper table{border-collapse:collapse;border-style:inherit;box-shadow:none;font-size:12px;line-height:16px}@media screen and (width >= 750px){.table-section__table-wrapper table{font-size:14px;line-height:20px}}.table-section__table-wrapper table .table-heading{border:none;font-weight:500;padding:16px 24px;text-align:center;font-size:12px;line-height:16px}@media screen and (width >= 750px){.table-section__table-wrapper table .table-heading{font-size:14px;line-height:20px}}.table-section__table-wrapper table thead th,.table-section__table-wrapper table thead td{border:none}.table-section__table-wrapper table tbody{border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}.table-section__table-wrapper table tbody td{border:1px solid var(--gray-200);text-align:center}.table-section__table-wrapper table tbody td:nth-child(even){background-color:var(--gray-50)}.table-section__table-wrapper table tbody td:nth-child(1){text-align:left}.table-section__table-wrapper table .green-cell{color:#40b541}.table-section__text-block{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:670px;width:100%}.table-section__text-title{font-weight:500;margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.table-section__text-title{font-size:40px;line-height:44px}}.table-section__text-content{font-size:16px;line-height:24px}@media screen and (width >= 750px){.table-section__text-content{font-size:18px;line-height:28px}}.table-section__text-content a{color:inherit}@media(width >= 990px){.table-section{padding:64px 40px}.table-section__container{gap:80px}.table-section__table-wrapper{padding-bottom:80px}}.article-template .blog-hero__title{margin-bottom:0}.article-template__share{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:row;gap:8px;justify-content:space-between}.article-template__share-minutes{padding:0 16px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.article-template__share-minutes{font-size:16px;line-height:24px}}.article-template__share-wrapper{align-items:center;display:flex;flex-direction:row;gap:8px}.article-template__share-buttons{align-items:center;display:flex;flex-direction:row;gap:16px;padding:12px 16px}.article-template__share-icon-wrap{align-items:center;background-color:var(--gray-100);border-radius:100px;color:var(--gray-950);display:flex;height:100%;justify-content:center;max-height:40px;max-width:40px;padding:12px;text-decoration:none}.article-template__share-icon-wrap svg{min-height:20px;min-width:20px}.article-template__share-label{font-size:14px;line-height:24px}@media screen and (width >= 750px){.article-template__share-label{font-size:16px;line-height:24px}}.article-template__container{display:flex;flex-direction:column;justify-content:center}.article-template__content{display:block;justify-items:center;max-width:990px;padding:48px 16px;width:100%}.article-template__content h3{margin-bottom:0}.article-template__content p,.article-template__content h1,.article-template__content h2,.article-template__content h3,.article-template__content h4,.article-template__content h5,.article-template__content h6,.article-template__content ol,.article-template__content ul,.article-template__content .featured-product-container{max-width:670px;padding-left:0;width:100%}.article-template__content .featured-product-container{border:1px solid var(--gray-200);border-radius:8px;padding:16px}.article-template__content .featured-product-container .card-media img{min-width:unset}.article-template__index-container{padding:24px 16px}.article-template .card-wrapper .card:not(.ratio){height:auto}@media screen and (width >= 990px){.article-template__share-buttons{border-left:1px solid var(--gray-200);padding:12px 40px}.article-template__share-icon-wrap{max-height:48px;max-width:100%}.article-template__share-icon-wrap svg{min-height:24px;min-width:24px}.article-template__share-minutes{padding:0 40px}.article-template__content{max-width:670px}.article-template__content img{max-width:100%;min-width:990px}.article-template__content p,.article-template__content h1,.article-template__content h2,.article-template__content h3,.article-template__content h4,.article-template__content h5,.article-template__content h6,.article-template__content ol,.article-template__content ul{max-width:100%}.article-template__container{flex-direction:row;padding:80px 40px}.article-template__content--index{max-width:670px}.article-template__content--index img{min-width:670px}.article-template--index .article-template__container{padding:0 40px}.article-template--index .article-template__content{padding:80px 0}.article-template__index-container{align-self:flex-start;border-right:1px solid var(--gray-200);height:-moz-fit-content;height:fit-content;max-width:360px;padding:80px 40px;position:sticky;top:60px;z-index:2}.article-template .card__media img{min-width:unset}}.article-index__title{display:none}.article-index__title-mobile{color:var(--core-black);display:flex;font-weight:500;margin:0;padding-bottom:16px;font-size:18px;line-height:24px}@media screen and (width >= 750px){.article-index__title-mobile{font-size:20px;line-height:24px}}.article-index__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--gray-200);border-radius:8px;gap:8px;padding:16px;width:100%;font-size:16px;line-height:24px}@media screen and (width >= 750px){.article-index__select{font-size:18px;line-height:28px}}@media screen and (width >= 990px){.article-index__title{display:block;margin:0;padding-bottom:24px}.article-index__title-mobile{display:none}.article-index__list{list-style:none;margin:0;padding:0}.article-index__item{border-left:2px solid var(--gray-200);margin-bottom:0;padding:0}.article-index__link{border-left:1px solid var(--gray-200);color:var(--gray-950);display:block;font-weight:600;padding:18px 0 18px 24px;text-decoration:none;transition:border-color .2s,border-width .2s}.article-index__link--active{border-left:6px solid var(--orange-500);color:var(--orange-500)}}.subscribe-section{align-items:flex-start;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:24px;padding:48px 16px}.subscribe-section__header{flex:1 1 100%}.subscribe-section__title{color:var(--core-black);margin:0;font-size:20px;line-height:28px}@media screen and (width >= 750px){.subscribe-section__title{font-size:24px;line-height:32px}}.subscribe-section__subtitle{color:var(--gray-500);margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.subscribe-section__subtitle{font-size:16px;line-height:24px}}.subscribe-section__check-list{display:flex;flex:2 1 100%;flex-direction:column}.subscribe-section__check-item{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;gap:16px;padding:16px 0}.subscribe-section__check-item:last-child{border-bottom:none}.subscribe-section__check-icon{align-items:center;background:var(--gray-100);border-radius:100px;color:var(--core-black);display:flex;font-size:24px;justify-content:center;min-height:40px;min-width:40px}.subscribe-section__check-text{color:var(--core-black);font-weight:500;font-size:16px;line-height:24px}@media screen and (width >= 750px){.subscribe-section__check-text{font-size:18px;line-height:28px}}@media screen and (width >= 990px){.subscribe-section{flex-direction:column;gap:24px;padding:48px 16px}.subscribe-section__header{margin-bottom:24px}.subscribe-section__title{font-size:44px;line-height:48px}}@media screen and (width >= 990px)and (width >= 750px){.subscribe-section__title{font-size:60px;line-height:60px}}@media screen and (width >= 990px){.subscribe-section__content{display:flex;flex-direction:row;gap:24px;width:100%}.subscribe-section__box{margin-bottom:24px;max-width:400px;width:100%}.subscribe-section__check-list{display:flex;flex-direction:column;gap:16px;margin-left:0;max-width:100%}.subscribe-section__check-item{padding:16px 0}.subscribe-section__check-icon{font-size:20px;height:32px;margin-right:8px;width:32px}.subscribe-section__check-text{max-width:400px;font-size:14px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.subscribe-section__check-text{font-size:16px;line-height:24px}}.videos-section{border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:16px;padding:40px 16px}.videos-section__header{gap:16px}.videos-section__title{margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.videos-section__title{font-size:40px;line-height:44px}}.videos-section__subtitle{font-size:20px;line-height:28px}@media screen and (width >= 750px){.videos-section__subtitle{font-size:24px;line-height:32px}}.videos-section__grid{display:grid;gap:16px;grid-template-columns:1fr}.videos-section__item{align-items:flex-start;color:var(--core-black);display:flex;flex-direction:column;gap:16px;justify-content:flex-start;text-decoration:none}.videos-section__thumb{align-items:center;border-radius:8px;display:flex;flex-shrink:0;max-height:238px;max-width:398px;overflow:hidden;position:relative;width:100%}.videos-section__thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.videos-section__play{align-items:center;background-color:var(--core-black);border:none;border-radius:50%;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:60px}.videos-section__play span{color:var(--core-white);font-size:80px}.videos-section__caption{align-content:center;text-decoration:none;font-size:30px;line-height:36px}@media screen and (width >= 750px){.videos-section__caption{font-size:40px;line-height:44px}}@media screen and (width >= 990px){.videos-section{gap:24px;padding:80px 40px}.videos-section__grid{gap:20px;grid-template-columns:1fr 1fr}.videos-section__item{align-items:center;display:flex;flex-direction:row;gap:24px}.videos-section__thumb{max-height:188px;max-width:315px;position:relative;width:50%}.videos-section__caption{aspect-ratio:16/9;width:50%}}.careers-section__container{background:var(--background);display:flex;flex-direction:column;gap:32px;padding:40px 16px}.careers-section__title{margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.careers-section__title{font-size:48px;line-height:48px}}.careers-section__group{display:flex;flex-direction:column;gap:24px}.careers-section__category{margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.careers-section__category{font-size:16px;line-height:24px}}.careers-section__list{list-style:none;margin:0;padding:0}.careers-section__item{align-items:center;border-top:1px solid var(--gray-200);display:flex;padding:16px 0}.careers-section__role{font-size:36px;line-height:40px}@media screen and (width >= 750px){.careers-section__role{font-size:48px;line-height:48px}}.careers-section__arrow{font-size:36px;line-height:40px}@media screen and (width >= 750px){.careers-section__arrow{font-size:48px;line-height:48px}}.careers-section__link{align-items:center;color:inherit;display:flex;gap:20px;justify-content:space-between;text-decoration:none;width:100%}@media screen and (width >= 990px){.careers-section__container{gap:60px;padding:80px 40px}.careers-section__item{padding:28px 0}.careers-section__link{justify-content:left}}.role-detail__container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px;padding:32px 16px 16px}.role-detail__back-link{align-self:flex-start}.role-detail__back-link-icon{font-size:14px;line-height:24px}@media screen and (width >= 750px){.role-detail__back-link-icon{font-size:16px;line-height:24px}}.role-detail__back-link-text{color:var(--gray-600);display:flex;gap:8px;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.role-detail__back-link-text{font-size:16px;line-height:24px}}.role-detail__hero{display:flex;flex-direction:column;gap:16px}.role-detail__title{margin:0;font-size:44px;line-height:48px}@media screen and (width >= 750px){.role-detail__title{font-size:60px;line-height:60px}}.role-detail__description{margin:0 auto;max-width:800px;font-size:20px;line-height:28px}@media screen and (width >= 750px){.role-detail__description{font-size:24px;line-height:32px}}.role-detail__info{padding:24px 16px}.role-detail__info-grid{display:grid;gap:24px;grid-template-columns:repeat(2, 1fr)}.role-detail__info-item{display:flex;flex-direction:column;gap:8px}.role-detail__info-label{color:var(--gray-600);font-weight:700;font-size:16px;line-height:24px}@media screen and (width >= 750px){.role-detail__info-label{font-size:18px;line-height:28px}}.role-detail__info-value{color:var(--core-black);font-weight:700;font-size:16px;line-height:24px}@media screen and (width >= 750px){.role-detail__info-value{font-size:18px;line-height:28px}}.role-detail__content{display:flex;flex-direction:column;gap:40px}.role-detail__section{display:flex;flex-direction:column;gap:24px}.role-detail__section-title{color:var(--gray-900);margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.role-detail__section-title{font-size:40px;line-height:44px}}.role-detail__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.role-detail__list-item{border-top:1px solid var(--gray-200);padding:16px 0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.role-detail__list-item{font-size:16px;line-height:24px}}@media screen and (width >= 990px){.role-detail__container{gap:20px;padding:80px 0 40px}.role-detail__hero{gap:24px}.role-detail__info{padding:40px 0}.role-detail__info-grid{gap:16px;grid-template-columns:repeat(4, 1fr)}.role-detail__content{gap:56px;margin:0 auto;max-width:900px}.role-detail__section{gap:32px}.role-detail__apply{padding-top:48px}}.custom-breadcrumbs{border-bottom:1px solid var(--gray-200);border-top:1px solid var(--gray-200);display:block;overflow:hidden;overflow-x:auto;padding:1.6rem}.custom-breadcrumbs[data-template=product] .custom-breadcrumbs__item:last-child>a{color:var(--gray-600)}.custom-breadcrumbs.empty{border:0;display:none;height:0;margin:0;padding:0;width:0}.custom-breadcrumbs__nav{margin:0;padding:0;width:-moz-max-content;width:max-content}.custom-breadcrumbs__list{align-items:center;display:flex;gap:8px;list-style:none;margin:0;padding:0}.custom-breadcrumbs__item{align-items:center;color:var(--gray-600);display:flex;font-weight:500;gap:8px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.custom-breadcrumbs__item{font-size:16px;line-height:24px}}.custom-breadcrumbs__item:last-child span.material-icons{display:none}.custom-breadcrumbs__link{align-items:center;color:var(--core-black);display:flex;gap:8px;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.custom-breadcrumbs__link{font-size:16px;line-height:24px}}.custom-breadcrumbs__chevron{color:var(--gray-400)}@media screen and (width >= 990px){.custom-breadcrumbs{padding:1.6rem 4rem}.custom-breadcrumbs__item{font-size:12px;line-height:16px}}@media screen and (width >= 990px)and (width >= 750px){.custom-breadcrumbs__item{font-size:14px;line-height:20px}}@media screen and (width >= 990px){.custom-breadcrumbs__link{font-size:12px;line-height:16px}}@media screen and (width >= 990px)and (width >= 750px){.custom-breadcrumbs__link{font-size:14px;line-height:20px}}.product-faq{display:flex;flex-direction:row;gap:32px;padding:48px 16px;width:100%}@media(width >= 990px){.product-faq{padding:80px 64px}.product-faq .product-faq__heading{flex:0 0 320px;width:auto}.product-faq .product-faq__container{flex:1 1 0;width:auto}}.product-faq__heading{color:var(--core-black);font-weight:500;margin:0;width:100%;font-size:30px;line-height:36px}@media screen and (width >= 750px){.product-faq__heading{font-size:40px;line-height:44px}}.product-faq__container{display:flex;flex-direction:column;width:100%}.product-faq__item{background:var(--gray-100);border-radius:8px;margin-bottom:8px;overflow:hidden;transition:all .3s ease}.product-faq__icon{margin-left:auto;transition:transform .3s ease}.product-faq__item.open .product-faq__icon{transform:rotate(45deg)}.product-faq__question{align-items:center;background:rgba(0,0,0,0);border:none;color:var(--core-black);cursor:pointer;display:flex;font-weight:500;gap:32px;padding:32px;text-align:left;width:100%;font-size:18px;line-height:24px}@media screen and (width >= 750px){.product-faq__question{font-size:20px;line-height:24px}}.product-faq__title{color:var(--core-black);font-weight:500;margin:0;font-size:18px;line-height:24px}@media screen and (width >= 750px){.product-faq__title{font-size:20px;line-height:24px}}.product-faq__content{color:var(--gray-800);font-weight:500;letter-spacing:.24px;max-height:0;overflow:hidden;padding:0 64px 0 32px;transition:max-height .3s ease;font-size:14px;line-height:24px}@media screen and (width >= 750px){.product-faq__content{font-size:16px;line-height:24px}}.product-faq__item.open .product-faq__content{max-height:1000px;padding-bottom:32px}@media(width < 990px){.product-faq{flex-direction:column;gap:32px;padding:48px 16px}.product-faq__heading{font-size:24px;line-height:32px}}@media screen and (width < 990px)and (width >= 750px){.product-faq__heading{font-size:32px;line-height:40px}}@media(width < 990px){.product-faq__question{padding:24px;font-size:18px;line-height:24px}}@media screen and (width < 990px)and (width >= 750px){.product-faq__question{font-size:20px;line-height:24px}}@media(width < 990px){.product-faq__title{font-size:18px;line-height:24px}}@media screen and (width < 990px)and (width >= 750px){.product-faq__title{font-size:20px;line-height:24px}}@media(width < 990px){.product-faq__content{letter-spacing:.21px;padding:0 24px;font-size:14px;line-height:24px}}@media screen and (width < 990px)and (width >= 750px){.product-faq__content{font-size:16px;line-height:24px}}@media(width < 990px){.product-faq__item.open .product-faq__content{padding-bottom:24px}}.product-quick-links{align-items:center;border-bottom:1px solid var(--gray-200);border-top:1px solid var(--gray-200);display:flex;justify-content:flex-start;-ms-overflow-style:none;overflow-x:auto;padding:32px 24px;position:relative;scroll-behavior:smooth;scrollbar-width:none;white-space:nowrap;width:100%}.product-quick-links::-webkit-scrollbar{display:none}.product-quick-links__tabs{display:inline-flex;flex-shrink:0;gap:32px;list-style:none;margin:0;padding:0;white-space:nowrap}.product-quick-links__tab{align-items:center;border-bottom:1px solid;display:flex;flex-shrink:0;gap:16px;justify-content:center;padding:0}.product-quick-links__tab.active{border-bottom:1px solid var(--core-black)}.product-quick-links__tab-link{align-items:center;color:var(--core-black);display:flex;font-weight:500;gap:16px;justify-content:center;letter-spacing:.21px;padding:0;text-decoration:none;font-size:14px;line-height:24px}@media screen and (width >= 750px){.product-quick-links__tab-link{font-size:16px;line-height:24px}}@media(width >= 990px){.product-quick-links{padding:64px}.product-quick-links__tabs{gap:64px}.product-quick-links__tab-link{letter-spacing:.24px;font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.product-quick-links__tab-link{font-size:18px;line-height:28px}}.product__details-group{display:flex;flex-direction:column;gap:0;width:100%}.product-specs{background:var(--gray-100);display:flex;flex-direction:column;gap:48px;padding:48px 16px;width:100%}.product-specs__section{display:flex;flex-direction:column;gap:16px;width:100%}.product-specs__title{color:var(--core-black);font-family:Aeonik,sans-serif;font-weight:500;font-size:24px;line-height:32px}@media screen and (width >= 750px){.product-specs__title{font-size:32px;line-height:40px}}.product-specs__rows{display:flex;flex-direction:column}.product-specs__row{align-items:flex-start;border-top:1px solid var(--gray-200);display:inline-flex;gap:24px;padding:16px 0}.product-specs__label{color:var(--gray-700);font-family:Aeonik,sans-serif;font-weight:500;letter-spacing:.24px;width:auto;font-size:14px;line-height:24px}@media screen and (width >= 750px){.product-specs__label{font-size:16px;line-height:24px}}.product-specs__disclaimer{color:var(--gray-300);font-family:Aeonik,sans-serif;font-weight:400;letter-spacing:.24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.product-specs__disclaimer{font-size:16px;line-height:24px}}.product-specs__loader{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:60px 20px;width:100%}.product-specs__loader .product-specs__spinner{height:40px;width:40px}.product-specs__loader .product-specs__spinner .spinner{animation:rotator 1.4s linear infinite;height:100%;width:100%}.product-specs__loader .product-specs__spinner .path{animation:dash 1.4s ease-in-out infinite;fill:none;stroke:var(--gray-600);stroke-dasharray:280;stroke-dashoffset:0;stroke-linecap:round;stroke-width:6;transform-origin:center}.product-specs__loader p{color:var(--gray-600);font-family:Aeonik,sans-serif;font-weight:400;letter-spacing:.24px;margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.product-specs__loader p{font-size:18px;line-height:28px}}.product-specs__value{color:var(--core-black);flex:1 1 0;font-family:Aeonik,sans-serif;font-weight:500;letter-spacing:.24px;font-size:14px;line-height:24px}@media screen and (width >= 750px){.product-specs__value{font-size:16px;line-height:24px}}.product-specs__value[data-loading=true]{align-items:center;display:flex;justify-content:center;min-height:24px}.product-specs__value[data-loading=true] .product-specs__spinner{height:20px;width:20px}.product-specs__value[data-loading=true] .product-specs__spinner .spinner{animation:rotator 1.4s linear infinite;height:100%;width:100%}.product-specs__value[data-loading=true] .product-specs__spinner .path{animation:dash 1.4s ease-in-out infinite;fill:none;stroke:var(--gray-600);stroke-dasharray:140;stroke-dashoffset:0;stroke-linecap:round;stroke-width:4;transform-origin:center}.product-specs__no-data{color:var(--gray-600);font-family:Aeonik,sans-serif;font-weight:400;letter-spacing:.24px;margin:0;padding:60px 20px;text-align:center;width:100%;font-size:16px;line-height:24px}@media screen and (width >= 750px){.product-specs__no-data{font-size:18px;line-height:28px}}@media(width >= 990px){.product-specs{display:grid;gap:40px;grid-template-columns:repeat(2, 1fr);padding:80px 64px;place-content:flex-start flex-start}.product-specs__section{gap:24px;width:auto}.product-specs__title{font-size:30px;line-height:36px}}@media screen and (width >= 990px)and (width >= 750px){.product-specs__title{font-size:40px;line-height:44px}}@media(width >= 990px){.product-specs__row{gap:20px;padding:24px 0}.product-specs__label,.product-specs__value{letter-spacing:.24px}.product-specs__label{width:210px;font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.product-specs__label{font-size:18px;line-height:28px}}@media(width >= 990px){.product-specs__value{font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.product-specs__value{font-size:18px;line-height:28px}}.product-description{border-top:1px solid var(--gray-200);padding:48px 24px}.product-description__container{display:flex;flex-direction:column;gap:32px}.product-description__heading{color:var(--core-black);font-family:Aeonik,sans-serif;font-weight:500;letter-spacing:.24px;font-size:16px;line-height:24px}@media screen and (width >= 750px){.product-description__heading{font-size:18px;line-height:28px}}.product-description__highlight{color:var(--core-black);font-family:Aeonik,sans-serif;font-weight:500;font-size:24px;line-height:32px}@media screen and (width >= 750px){.product-description__highlight{font-size:32px;line-height:40px}}.product-description__detail{color:var(--core-black);font-family:Aeonik,sans-serif;font-weight:500;letter-spacing:.21px;font-size:14px;line-height:24px}.product-description__detail p{margin:0;padding:0}@media screen and (width >= 750px){.product-description__detail{font-size:16px;line-height:24px}}@media(width >= 990px){.product-description{padding:80px 64px}.product-description__container{gap:48px}.product-description__heading{letter-spacing:.27px;font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.product-description__heading{font-size:18px;line-height:28px}}@media(width >= 990px){.product-description__highlight{max-width:900px;font-size:30px;line-height:36px}}@media screen and (width >= 990px)and (width >= 750px){.product-description__highlight{font-size:40px;line-height:44px}}@media(width >= 990px){.product-description__detail{letter-spacing:.27px;max-width:670px;font-size:16px;line-height:24px}}@media screen and (width >= 990px)and (width >= 750px){.product-description__detail{font-size:18px;line-height:28px}}.error-404-section__container{display:flex;flex-direction:column;gap:24px;padding:40px 16px}.error-404-section__hero{display:flex;flex-direction:column;gap:24px;text-align:center}.error-404-section__image img{height:auto;max-width:100%}.error-404-section__title{margin:0;font-size:36px;line-height:40px}@media screen and (width >= 750px){.error-404-section__title{font-size:48px;line-height:48px}}.error-404-section__description{margin:0;font-size:16px;line-height:24px}@media screen and (width >= 750px){.error-404-section__description{font-size:18px;line-height:28px}}.error-404-section__button{align-self:center;border-radius:100px;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto;padding:14px 24px;background-color:var(--orange-500);border:0;color:var(--core-white)}.error-404-section__blocks{display:grid;gap:24px;grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr))}.error-404-section__block{align-items:center;border:1px solid var(--gray-200);border-radius:16px;display:flex;flex-direction:column;gap:24px;justify-content:space-between;max-width:428px;padding:24px}.error-404-section__block-title{margin:0;font-size:30px;line-height:36px}@media screen and (width >= 750px){.error-404-section__block-title{font-size:40px;line-height:44px}}.error-404-section__block-subtitle{margin:0;font-size:14px;line-height:24px}@media screen and (width >= 750px){.error-404-section__block-subtitle{font-size:16px;line-height:24px}}.error-404-section__block-button{align-self:center;border-radius:100px;grid-column-gap:12px;line-height:24px;min-height:auto;min-width:auto;padding:14px 24px;background-color:var(--orange-500);border:0;color:var(--core-white)}@media screen and (width >= 990px){.error-404-section__container{gap:60px;padding:80px 40px}.error-404-section__hero{gap:24px}.error-404-section__blocks{gap:16px;justify-items:center}.error-404-section__block{max-width:430px;padding:24px;width:100%}}[class*=iframe_iframe__]{z-index:10}