.bento-grid__header{text-align:center;max-width:80rem;margin:0 auto 4rem}.bento-grid__title{margin-bottom:2rem}.bento-grid__text{margin-bottom:0}.bento-grid__text>*+*{margin-block-start:2.5rem}.bento-grid__grid{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:16.7rem 26.7rem 16.7rem 26.7rem;gap:2px}.bento-grid__item{overflow:hidden;position:relative}.bento-grid__item--1{grid-column:1 / 6;grid-row:1 / 2}.bento-grid__item--2{grid-column:6 / 9;grid-row:1 / 2}.bento-grid__item--3{grid-column:1 / 9;grid-row:2 / 3}.bento-grid__item--4{grid-column:1 / 4;grid-row:3 / 4}.bento-grid__item--5{grid-column:4 / 9;grid-row:3 / 4}.bento-grid__item--6{grid-column:1 / 9;grid-row:4 / 5}.bento-grid__image{display:block;width:100%;height:100%;object-fit:cover}.bento-grid__placeholder{display:block;width:100%;height:100%;background-color:rgba(var(--color-foreground),.05)}.bento-grid__header>*+*{margin-block-start:2.5rem}@media screen and (min-width:750px){.bento-grid__header{margin-bottom:6rem}.bento-grid__grid{grid-template-columns:repeat(24,1fr);grid-template-rows:38.7rem 38.7rem}.bento-grid__item--1{grid-column:1 / 10;grid-row:1 / 2}.bento-grid__item--2{grid-column:10 / 16;grid-row:1 / 2}.bento-grid__item--3{grid-column:16 / 25;grid-row:1 / 2}.bento-grid__item--4{grid-column:1 / 7;grid-row:2 / 3}.bento-grid__item--5{grid-column:7 / 16;grid-row:2 / 3}.bento-grid__item--6{grid-column:16 / 25;grid-row:2 / 3}}.image-columns__grid{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:2px}.image-columns__item{overflow:hidden}.image-columns__image{display:block;width:100%;height:100%;object-fit:cover}.image-columns__placeholder{display:block;width:100%;aspect-ratio:3 / 4;background-color:rgba(var(--color-foreground),.05)}.logo-carousel{display:block;text-align:center;overflow:hidden}.logo-carousel__heading{margin-bottom:4rem!important}.logo-carousel__track-wrapper{overflow:hidden;width:100%}.logo-carousel__track{display:flex;gap:2rem;width:max-content;animation:marquee var(--marquee-duration, 20s) linear infinite}.logo-carousel:hover .logo-carousel__track,.logo-carousel.--paused .logo-carousel__track{animation-play-state:paused}.logo-carousel.--slider-mode .logo-carousel__track{animation:none;transition:transform .5s ease}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-25%)}}.logo-carousel__slide{flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo-carousel__link{display:flex;align-items:center;justify-content:center;height:var(--logo-height)}.logo-carousel__image{max-height:100%;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.logo-carousel__link:hover .logo-carousel__image{filter:grayscale(0%);opacity:1}.logo-carousel__placeholder{width:120px;height:80px;background-color:rgba(var(--color-foreground),.05)}.logo-carousel__navigation{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem}.logo-carousel__pagination{display:flex;gap:1rem}.logo-carousel__pagination-bullet{width:8px;height:8px;border-radius:50%;border:solid 1px currentColor;padding:0;cursor:pointer;transition:opacity .3s ease}.logo-carousel__pagination-bullet.--active{background-color:rgb(var(--color-foreground))}.logo-carousel__arrow{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem}.logo-carousel__arrow svg{width:.8rem;height:1.5rem}.logo-carousel__arrow.--prev svg{transform:rotate(90deg)}.logo-carousel__arrow.--next svg{transform:rotate(-90deg)}@media screen and (min-width:990px){.logo-carousel__track{gap:4rem}}.product-showcase{overflow:hidden}.product-showcase__title{text-align:center;text-transform:uppercase;margin-bottom:8rem}.product-showcase__wrapper{margin-bottom:3rem;margin-left:calc(-1 * var(--page-width-padding-inline, 1.5rem));margin-right:calc(-1 * var(--page-width-padding-inline, 1.5rem))}.product-showcase__slider{opacity:0;animation:fadeIn .3s ease forwards;animation-delay:.1s}@keyframes fadeIn{to{opacity:1}}.product-showcase__slider{display:flex}.product-showcase__slide{width:75%;flex-shrink:0}.product-showcase__footer{display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.product-showcase__description{max-width:65rem}@media screen and (min-width:750px){.product-showcase__wrapper{margin-left:0;margin-right:0}.product-showcase__slider{overflow:visible}.product-showcase__slide{width:calc(33.333% - 2px)}}.product-showcase-drawer{position:fixed;bottom:0;left:0;right:0;background:rgb(var(--color-background));transform:translateY(100%);transition:transform var(--duration-medium) ease;z-index:100;max-height:80vh;overflow-y:auto;box-shadow:0 -4px 20px #00000026}.product-showcase-drawer[open]{transform:translateY(0)}.product-showcase-drawer__overlay{display:block!important;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;visibility:hidden;transition:opacity var(--duration-medium) ease,visibility var(--duration-medium) ease;z-index:99}.product-showcase-drawer__overlay[open]{opacity:1;visibility:visible}.product-showcase-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:2.4rem 1.2rem;border-bottom:1px solid #b2b2b2}.product-showcase-drawer__heading{margin:0;text-transform:uppercase}.product-showcase-drawer__close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem}.product-showcase-drawer__content{padding:2.4rem 1.2rem}.product-showcase-drawer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.product-showcase-drawer__item{display:flex;gap:1rem}.product-showcase-drawer__item>*{flex:1}.product-showcase-drawer__label{font-weight:600}.product-showcase-drawer__value{font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.product-showcase-drawer__footer{padding:0 1.2rem 2.4rem;border-top:1px solid rgb(var(--color-border))}.product-showcase-drawer__cta{width:100%}@media screen and (min-width:750px){.product-showcase-drawer,.product-showcase-drawer__overlay{display:none}}.quote-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.quote-section__container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4rem}.quote-section__logo{display:block;width:auto;height:auto}.quote-section__text{max-width:74ch;font-size:1.8rem;line-height:1.5}.quote-section__text p{margin:0}.quote-section__attribution{margin:0;font-weight:600}@media screen and (min-width:750px){.quote-section__text{font-size:2.4rem}}.services-columns__header{display:flex;flex-direction:column;gap:2.5rem;text-align:center;margin-bottom:4rem}.services-columns__surtitle{margin:0 0 .5rem}.services-columns__title{margin:0}.services-columns__grid{display:none}@media screen and (min-width:750px){.services-columns__header{gap:3rem;margin-bottom:5.5rem}.services-columns__grid{display:grid;grid-template-columns:repeat(2,minmax(0,51.8rem));gap:2px;justify-content:center}.services-columns__grid--full-width{grid-template-columns:repeat(var(--columns-per-row, 2),1fr);justify-content:stretch}.services-columns__slider-wrapper{display:none}}.services-columns__slider-wrapper{--swiper-pagination-bottom: 0;--swiper-pagination-color: rgb(var(--color-foreground));--swiper-pagination-bullet-inactive-color: rgb(var(--color-foreground));--swiper-pagination-bullet-inactive-opacity: .3;margin-inline:-1.5rem;width:calc(100% + 3rem)}.services-columns__slider{padding-bottom:3rem}.services-columns__slide{width:calc(100vw - 3rem)!important;flex-shrink:0}.services-columns__card{display:flex;flex-direction:column;height:100%}.services-columns__image-wrapper{aspect-ratio:16 / 10;overflow:hidden}.services-columns__image{display:block;width:100%;height:100%;object-fit:cover}.services-columns__placeholder{display:block;width:100%;height:100%;background-color:rgba(var(--color-foreground),.05)}.services-columns__content{padding:3.4rem 3rem;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:2.2rem}.services-columns__card-title,.services-columns__text{margin:0}@media screen and (min-width:750px){.services-columns__content{padding:4rem 3rem}}.subscription-form__form,.subscription-form__footer{max-width:65.2rem;margin-inline:auto}.subscription-form__text{max-width:37rem;margin-inline:auto;text-align:center}.subscription-form__container>*+*{margin-block-start:6rem}.subscription-form__header{text-align:center}.subscription-form__header>*+*{margin-block-start:4rem!important}.subscription-form__success{background-color:#d4edda;color:#155724;padding:1.5rem;margin-bottom:2rem;text-align:center}.subscription-form__errors{background-color:#f8d7da;color:#721c24;padding:1.5rem;margin-bottom:2rem}.subscription-form__errors ul{margin:1rem 0 0;padding-left:2rem}.subscription-form__fields{display:flex;flex-direction:column;gap:2.2rem}.subscription-form__field input[type=text],.subscription-form__field input[type=email],.subscription-form__field input[type=tel],.subscription-form__field textarea{width:100%;padding:1.5rem;border:1px solid rgba(var(--color-foreground),.2);background-color:rgb(var(--color-background));font-family:inherit;font-size:1.4rem}.subscription-form__field input::placeholder,.subscription-form__field textarea::placeholder{color:rgba(var(--color-foreground),.6)}.subscription-form__field textarea{resize:vertical;min-height:10rem}.subscription-form__field.--checkbox{padding:.5rem 0}.subscription-form__checkbox-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.subscription-form__checkbox-label input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.subscription-form__checkbox-box{flex-shrink:0;width:2rem;height:2rem;border:1px solid rgba(var(--color-foreground),.3);background-color:rgb(var(--color-background));display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease}.subscription-form__checkbox-label input[type=checkbox]:checked+.subscription-form__checkbox-box{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.subscription-form__checkbox-label input[type=checkbox]:checked+.subscription-form__checkbox-box:after{content:"";width:.6rem;height:1rem;border:solid rgb(var(--color-background));border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:.2rem}.subscription-form__checkbox-text{font-size:1.4rem;line-height:1.4}.subscription-form__field.--submit{margin-top:.5rem}.subscription-form__required-text{text-align:center;margin-top:1.5rem;font-weight:600!important}.subscription-form__footer{margin-top:4rem;color:#999;line-height:1.6}.text-with-button__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem}.text-with-button__heading,.text-with-button__text{max-width:var(--content-max-width);margin:0}.localization-popup__button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;text-decoration:none;line-height:normal!important}.site-menu__utility-links .localization-popup__button{gap:1rem;min-height:5.8rem;padding:1rem var(--menu-padding-inline, 1.2rem);width:100%;text-align:left}.localization-popup__dialog{background:#00000080;border:none;height:100%;left:0;max-width:none;padding:0;position:fixed;top:0;width:100%;z-index:1000}.localization-popup__dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.localization-popup__dialog-content{background:#fff;border-radius:0;box-shadow:0 4px 20px #00000026;left:50%;max-height:90vh;max-width:50rem;padding:3rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 4rem)}.localization-popup__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.localization-popup__title{margin:0}.localization-popup__close{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:2rem;height:3rem;justify-content:center;line-height:1;padding:0;width:3rem}.localization-popup__close:hover{opacity:.7}.localization-popup__instructions{color:#666;font-size:1.4rem;line-height:1.6;margin-bottom:2.5rem}.localization-popup__fields-row{display:flex;gap:2rem;margin-bottom:2rem}.localization-popup__field{flex:1;margin-bottom:0}@media screen and (max-width:749px){.localization-popup__fields-row{flex-direction:column;gap:2rem}.localization-popup__field{margin-bottom:0}}.localization-popup__field-label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:1rem}.localization-popup__country-display-button{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #ddd;border-radius:0;cursor:pointer;font-family:inherit;font-size:1.4rem;padding:1.5rem;text-align:left;width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;color:rgb(var(--color-foreground))}.localization-popup__country-display-button:hover{border-color:#000}.localization-popup__country-display-button--hidden{display:none}.localization-popup__search{border:1px solid #ddd;border-radius:0;font-size:1.4rem;padding:1.5rem;width:100%;font-size:1.6rem}.localization-popup__search--hidden{display:none}.localization-popup__search:focus{outline:none;box-shadow:none}.localization-popup__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;border:1px solid #ddd;border-radius:0;cursor:pointer;font-size:1.4rem;padding:1rem 3rem 1rem 1rem;width:100%}.localization-popup__select:focus{outline:none;box-shadow:none}.localization-popup__search-wrapper{position:relative}.localization-popup__country-list{border:1px solid #ddd;list-style:none;margin:0;max-height:30rem;overflow-y:auto;padding:0}.localization-popup__country-list--dropdown{background:#fff;border:1px solid #ddd;box-shadow:0 4px 12px #00000026;left:0;margin-top:.5rem;max-height:30rem;position:absolute;right:0;top:100%;width:100%;z-index:10}.localization-popup__country-list--dropdown[hidden]{display:none}.localization-popup__country-item{border-bottom:1px solid #eee}.localization-popup__country-item:last-child{border-bottom:none}.localization-popup__country-button{background:none;border:none;cursor:pointer;display:block;font-size:1.4rem;padding:1.5rem;text-align:left;width:100%;color:rgb(var(--color-foreground))}.localization-popup__country-button:hover,.localization-popup__country-button[aria-current=true]{background-color:#f5f5f5}.localization-popup__language-list{border:1px solid #ddd;list-style:none;margin:0;max-height:30rem;min-height:4.8rem;overflow-y:auto;padding:0}.localization-popup__language-item{border-bottom:1px solid #eee}.localization-popup__language-item:last-child{border-bottom:none}.localization-popup__language-item[hidden]{display:none}.localization-popup__language-button{background:none;border:none;cursor:pointer;display:block;font-size:1.4rem;padding:1.5rem;text-align:left;width:100%;color:rgb(var(--color-foreground))}.localization-popup__language-button:hover,.localization-popup__language-button[aria-current=true]{background-color:#f5f5f5}.localization-popup__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:3rem}@media screen and (max-width:749px){.localization-popup__dialog-content{padding:2rem;width:calc(100% - 2rem)}}.offers-eligibility-banner{margin:1.5rem 0;padding:1.5rem 2rem;background-color:rgba(var(--color-background-contrast),.05);border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.4rem}.offers-eligibility-banner__content{display:flex;align-items:flex-start;gap:1.2rem}.offers-eligibility-banner__text{flex:1;display:flex;flex-direction:column;gap:.8rem}.offers-eligibility-banner__message{margin:0;color:rgb(var(--color-foreground))}.offers-loader{text-align:center;width:100%}@media screen and (max-width:749px){.offers-eligibility-banner{margin:1rem 0;padding:1.2rem 1.5rem}}.product-showcase-card{--content-padding: 2rem;display:flex;flex-direction:column;height:100%;aspect-ratio:280 / 450;background:#fff}@media screen and (min-width:750px){.product-showcase-card{--content-padding: 3.5rem;aspect-ratio:438 / 572}}.product-showcase-card__media{position:relative;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--content-padding) var(--content-padding) 0}.product-showcase-card__badge{position:absolute;top:var(--content-padding);left:var(--content-padding);z-index:2;width:6rem;height:6rem}.product-showcase-card__badge-image{width:100%;height:100%;object-fit:contain}.product-showcase-card__image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-showcase-card__image{max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain;object-position:center;transition:max-height .5s ease-out}.product-showcase-card__image--placeholder{background:rgb(var(--color-background-secondary, var(--color-background)))}.product-showcase-card__content{flex-shrink:0;display:flex;flex-direction:column;padding:2rem var(--content-padding) var(--content-padding)}.product-showcase-card__header{text-align:center}.product-showcase-card__title{font-weight:400;margin:0 0 1.5rem!important}.product-showcase-card__subtitle{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:0}.product-showcase-card__info{display:none;flex-direction:column}.product-showcase-card__details{list-style:none;padding:2rem 0 0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem;border-top:solid .1rem #b2b2b2}.product-showcase-card__detail{display:flex;gap:1rem}.product-showcase-card__detail>*{flex:1}.product-showcase-card__detail-label{font-size:1.3rem;font-weight:600}.product-showcase-card__detail-value{font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.product-showcase-card__cta{width:100%}.product-showcase-card__cta--desktop{display:none}.product-showcase-card__cta--mobile{display:block;margin-block-start:1.5rem}@media screen and (min-width:750px){.product-showcase-card__media{transition:flex .5s ease-out}.product-showcase-card__badge{width:8.8rem;height:8.8rem}.product-showcase-card__info{display:flex;max-height:0;overflow:hidden;transition:max-height .5s ease-out}.product-showcase-card__cta--desktop{opacity:0;transition:opacity .4s ease-out}.product-showcase-card__cta--mobile{display:none!important}.product-showcase-card:has(.product-showcase-card__details:not(:empty)):hover .product-showcase-card__info,.product-showcase-card:has(.product-showcase-card__details:not(:empty)):focus-within .product-showcase-card__info{max-height:50rem}.product-showcase-card:has(.product-showcase-card__details:not(:empty)):hover .product-showcase-card__cta--desktop,.product-showcase-card:has(.product-showcase-card__details:not(:empty)):focus-within .product-showcase-card__cta--desktop{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
