.landing-features{background-color:#fff;border-bottom:1px solid #e5e7eb}.landing-features__inner{margin:0 auto;max-width:80rem;padding:1.5rem 0}.landing-features__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.landing-features__grid{grid-template-columns:repeat(3,1fr)}}.landing-feature{align-items:flex-start;display:flex;gap:.75rem}.landing-feature__icon-wrap{background-color:#ffedd5;border-radius:10px;flex-shrink:0;padding:.5rem}.landing-feature__icon{--size:1.25rem;color:#ea580c;display:flex;font-size:1.25rem;font-size:var(--size);height:1.25rem;height:var(--size);line-height:1;width:1.25rem;width:var(--size)}.landing-feature__content{display:flex;flex:1;flex-direction:column;min-width:0}.landing-feature__title{color:#131315;font-weight:500;margin-bottom:.25rem}.landing-feature__desc{color:#131315;font-size:.875rem}.landing-feature__action{align-items:center;color:#ea580c;display:inline-flex;font-size:.875rem;font-weight:500;gap:.35rem;line-height:1.3;margin-top:.875rem;-webkit-text-decoration:none;text-decoration:none;width:-moz-fit-content;width:fit-content}.landing-feature__action:after{content:"arrow_forward";font-family:Material Symbols Outlined;font-size:1rem;line-height:1;transition:transform .18s ease}.landing-feature__action:focus-visible,.landing-feature__action:hover{-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:.18em}.landing-feature__action:focus-visible:after,.landing-feature__action:hover:after{transform:translateX(2px)}.landing-feature.--highlighted{background-color:#fff7ed;border-radius:10px;padding:1rem}.feature-showcase{background-color:#fff;overflow:hidden;padding:3rem 0}.feature-showcase__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.feature-showcase__box{display:grid;grid-template-columns:1fr;position:relative;grid-gap:2rem;background-color:#e07c35;border-radius:10px;gap:2rem;overflow:hidden;padding:1.5rem}@media(min-width:1024px){.feature-showcase__box{gap:0 3rem;grid-template-columns:repeat(2,1fr);padding:5rem}}.feature-showcase__background-shape{background-color:hsla(0,0%,100%,.05);height:100%;position:absolute;right:0;top:0;transform:translateX(8rem) skewX(12deg);width:50%}.feature-showcase__content{position:relative;z-index:2}.feature-showcase__eyebrow{align-items:center;color:hsla(0,0%,100%,.8);display:flex;font-size:.75rem;font-weight:500;gap:.75rem;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.feature-showcase__title{color:#fff;font-size:1.5rem;font-weight:500;line-height:1.25;margin-bottom:1.5rem}@media(min-width:640px){.feature-showcase__title{font-size:2.25rem}}.feature-showcase__description{color:hsla(0,0%,100%,.8);font-size:1.125rem;line-height:1.75;margin-bottom:0}.feature-showcase__description strong{color:#fff}@media(min-width:1024px){.feature-showcase__description{margin-bottom:2rem}}.feature-showcase__stats{display:grid;grid-template-columns:auto;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(min-width:1024px){.feature-showcase__stats{grid-area:2/1;grid-template-columns:repeat(2,auto)}}.feature-showcase__stat{backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.1);border-radius:10px;padding:1rem}.feature-showcase__stat-value{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:.25rem}.feature-showcase__stat-label{color:hsla(0,0%,100%,.6);font-size:.875rem}.feature-showcase__media-wrapper{margin:0 -5rem -5rem;position:relative;z-index:2}@media(min-width:640px){.feature-showcase__media-wrapper{margin:0 auto}}.feature-showcase__image{border:4px solid hsla(0,0%,100%,.1);border-radius:10px;box-shadow:0 25px 50px -24px rgba(0,0,0,.4);width:100%}@media(min-width:640px){.feature-showcase__image{box-shadow:0 25px 50px -12px rgba(0,0,0,.4)}}.split-feature-list{background-color:rgba(232,241,249,.3);padding:3rem 0}.split-feature-list__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.split-feature-list__grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;align-items:center;gap:4rem}@media(min-width:1024px){.split-feature-list__grid{grid-template-columns:1fr 1fr}}.split-feature-list__media-wrapper{position:relative}.split-feature-list__image{border-radius:0;box-shadow:0 25px 50px -12px rgba(0,0,0,.2);height:100%;margin:0 -1.5rem;max-height:520px;max-width:none;-o-object-fit:cover;object-fit:cover;width:calc(100% + 3rem)}@media(min-width:480px){.split-feature-list__image{border-radius:10px;margin:0;width:100%}}.split-feature-list__content{max-width:520px}.split-feature-list__title{color:#131315;font-size:1.5rem;font-weight:500;line-height:1.25;margin-bottom:1.5rem}@media(min-width:640px){.split-feature-list__title{font-size:2.25rem}}.split-feature-list__intro{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.split-feature-list__list{color:#374151;display:flex;flex-direction:column;gap:1rem;list-style:disc;padding-left:1.25rem}.split-feature-list__list li{line-height:1.7}.split-feature-list__list strong{color:#131315}.section-cta{background:linear-gradient(90deg,#e98b39,#f5b043);color:#fff}.section-cta__inner{margin:0 auto;max-width:80rem;padding:4rem 1rem}.section-cta__content{margin:0 auto;max-width:42rem;text-align:center}.section-cta__title{color:#fff;font-size:1.875rem;font-weight:500;margin-bottom:1rem}.section-cta__desc{font-size:1.125rem;margin-bottom:2rem}.section-cta__desc,.section-cta__desc *{color:hsla(0,0%,100%,.9)}.section-cta__desc p{margin:0}.section-cta__desc p+p{margin-top:.5rem}.section-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.section-cta__actions.--single{display:block}.section-cta__button{background-color:#fff;border-radius:9999px;color:#ea580c;font-size:1.125rem;font-weight:500;padding:1rem 2rem;transition:all .2s ease}.section-cta__button:hover{background-color:#f3f4f6}.bs24-accordion{margin-bottom:2rem;margin-top:0}.bs24-accordion__item{--tw-border-opacity:1;border:0 solid #e2e8f0;border-bottom-width:1px;border-color:rgba(226,232,240,var(--tw-border-opacity,1))}.bs24-accordion__item:first-child{border-top-width:1px}.bs24-accordion__item,.bs24-accordion__item .bs24-icon-list__description,.bs24-accordion__item p{line-height:2}.bs24-accordion__item p{margin-bottom:.75rem}.bs24-accordion__item p:last-child{margin-bottom:0}.bs24-accordion__item h3{font-size:14px!important;margin:20px 0 12px!important}.bs24-accordion__delivery-note{font-size:14px;line-height:1.45;margin-bottom:0;margin-top:1.5rem}.bs24-accordion__cta-wrapper{margin-top:1.5rem!important}button.accordion-item__header,button.accordion-item__header:focus,button.accordion-item__header:hover{background-color:transparent}button.accordion-item__header,button.accordion-item__header:focus{outline:2px solid transparent;outline-offset:2px}button.accordion-item__header{align-items:center;color:#131315;display:flex;font-weight:500;justify-content:space-between;padding:1.25rem 0;width:100%}.accordion-item__heading{font-size:16px!important;margin:0!important;text-align:left}.accordion-item__text{padding-bottom:1.5rem}.bs24-materials-panel{font-size:.875rem;line-height:1.25rem}.bs24-materials-panel__status{margin-bottom:0;margin-top:0;padding-bottom:.5rem;padding-top:.5rem}.bs24-materials-panel__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.bs24-materials-panel__tab{border-radius:10px;--tw-bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--tw-bg-opacity,1));padding:.375rem .75rem;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.bs24-materials-panel__tab.--active,.bs24-materials-panel__tab:hover{--tw-text-opacity:1;background-color:#e07c35;color:#fff;color:rgba(255,255,255,var(--tw-text-opacity,1))}.bs24-materials-panel__section{display:none}.bs24-materials-panel__section.--active{display:block}.bs24-materials-panel__section-header.--header{font-size:1rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem;margin-top:1rem}.bs24-materials-panel__section-header.--fabric-name{font-size:1.125rem;font-weight:500;line-height:1.75rem;margin-bottom:.5rem;margin-top:0;--tw-text-opacity:1;color:#1e293b;color:rgba(30,41,59,var(--tw-text-opacity,1))}.bs24-materials-panel__description p:not(:last-child){margin-bottom:.5rem}.bs24-materials-panel__image-container{margin-bottom:.75rem}.bs24-materials-panel__image-container figcaption{font-style:italic;margin-top:.25rem;text-align:center;--tw-text-opacity:1;color:#64748b;color:rgba(100,116,139,var(--tw-text-opacity,1))}.bs24-materials-panel__image{aspect-ratio:1/1;display:block;margin-left:auto;margin-right:auto;-o-object-fit:cover;object-fit:cover}.bs24-materials-panel__attributes-table{margin:0;width:100%}.bs24-materials-panel__attributes-table th{--tw-bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--tw-bg-opacity,1))}.bs24-attributes-panel__list{list-style:disc;margin:0;padding-left:1.25rem}.bs24-attributes-panel__item:not(:last-child){margin-bottom:.5rem}.bs24-attributes-panel__label{font-weight:500;--tw-text-opacity:1;color:#0f172a;color:rgba(15,23,42,var(--tw-text-opacity,1))}.bs24-attributes-panel__dimensions-slot{margin-bottom:1rem}.bs24-attributes-panel__dimensions-slot:empty{margin-bottom:0}.bs24-attributes-panel__dimensions-image-figure{margin:0}.bs24-attributes-panel__dimensions-image{border-radius:10px;display:block;height:auto;width:100%;--tw-bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--tw-bg-opacity,1));-o-object-fit:contain;object-fit:contain}.bs24-warranty-panel{font-size:.875rem;line-height:1.25rem}.bs24-warranty-panel div[class~=warranty_info]{margin-bottom:0;margin-top:0}.stats__value{color:#e07c35;font-size:max(2rem,min(4vw,2.75rem));font-weight:500;line-height:1;margin:0;text-align:center}.benefits__card{background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);flex-direction:column;padding:2rem;text-align:center}.benefits__card,.benefits__icon-wrapper{align-items:center;border-radius:10px;display:flex}.benefits__icon-wrapper{background-color:#ffedd5;color:#e07c35;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.benefits__icon{font-size:2.25rem}.benefits__card-title{color:#131315;font-size:1.25rem;font-weight:500;margin:0 0 1rem}.benefits__text{font-size:1rem;line-height:1.6;width:100%}.benefits__text p{margin:0}.benefits__text p+p{margin-top:.75rem}.benefits__text .bs24-cta-wrapper{margin-top:1.5rem}.payments__logo-link{align-items:center;display:inline-flex;justify-content:center;transform:scale(1);transition:transform .18s ease}.payments__logo-link:focus-visible,.payments__logo-link:hover{transform:scale(1.04)}.payments__logo-image{height:32px;opacity:.9;transition:opacity .2s ease;width:auto}.payments__logo-image:hover{opacity:1}.section-heading__eyebrow{color:#ea580c;font-size:.85rem;font-weight:600;letter-spacing:.12em;margin:0 0 .75rem;text-transform:uppercase}.section-heading__description{font-size:1.125rem;line-height:1.75;margin:1rem 0 0}.section-heading__description p{margin:0}.section-heading__description p+p{margin-top:.75rem}.products-section__title,.section-heading__title{color:#131315;font-size:1.5rem;font-weight:500;line-height:1.25;margin:0}@media(min-width:640px){.products-section__title,.section-heading__title{font-size:2.25rem}}.story__highlight{align-items:center;color:#e07c35;display:flex;font-weight:500;gap:1rem}.story__icon{font-size:2.25rem}.story__highlight-text{color:#e07c35;font-size:1.25rem;font-weight:500;line-height:1.5;margin:0}.landing-hero{background:linear-gradient(90deg,#fff7ed,#fffbeb);border-bottom:1px solid #e5e7eb}.landing-hero--with-background{overflow:hidden;position:relative}.landing-hero__background,.landing-hero__background-image{bottom:0;left:0;position:absolute;right:0;top:0}.landing-hero__background-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.landing-hero__overlay{bottom:0;left:0;position:absolute;right:0;top:0}.landing-hero__inner{margin:0 auto;max-width:80rem;padding:3.25rem 1.5rem;position:relative;z-index:1}.landing-hero__content{max-width:48rem}.landing-hero__heading{align-items:center;color:#e07c35;display:flex;gap:.5rem;margin-bottom:1rem}.landing-hero__icon{color:inherit;flex-shrink:0;height:1.25rem;width:1.25rem}.landing-hero__label{color:inherit;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.landing-hero__title{color:#131315;font-size:3rem;font-weight:500;line-height:1.1;margin-bottom:1.5rem}.landing-hero__desc{color:#131315;font-size:1.25rem;margin-bottom:2rem}.landing-hero__buttons{align-items:center;display:flex;gap:1rem;margin-top:2rem}.landing-hero__meta{margin-top:1rem}.landing-hero .landing-hero__btn{align-items:center;border-radius:9999px;display:flex;flex:0 0 auto;font-weight:500;gap:.5rem;min-width:min(100%,220px);padding:.75rem 1.5rem;transition:all .2s ease}.landing-hero .landing-hero__btn.--primary{background:linear-gradient(135deg,#e07c35,#ea580c);box-shadow:0 16px 30px rgba(234,88,12,.18)}.landing-hero .landing-hero__btn.--primary:focus-visible,.landing-hero .landing-hero__btn.--primary:hover{background:linear-gradient(135deg,#cf6d2f,#d94f08)}.landing-hero .landing-hero__btn.--secondary{background:hsla(0,0%,100%,.75);border:2px solid rgba(224,124,53,.35);color:#131315;padding-bottom:calc(.75rem - 2px);padding-top:calc(.75rem - 2px)}.landing-hero .landing-hero__btn.--secondary:focus-visible,.landing-hero .landing-hero__btn.--secondary:hover{background:#fff;border-color:#e07c35;color:#ea580c}.landing-hero .landing-hero__btn svg{height:1.25rem;width:1.25rem}.landing-hero--anniversary{--landing-hero-anniversary-peek-gap:24px;--landing-hero-anniversary-mobile-peek-gap:16px;--landing-hero-anniversary-desktop-padding-y:max(1.5rem,min(4vh,3rem));--landing-hero-anniversary-max-block:max(0px,calc(100dvh - var(--bs24-header-total-offset) - var(--landing-hero-anniversary-peek-gap)));--landing-hero-anniversary-mobile-image-max-block:max(0px,calc(100dvh - var(--bs24-header-total-offset) - var(--bs24-mobile-bottom-nav-height) - var(--landing-hero-anniversary-mobile-peek-gap)));--landing-hero-anniversary-desktop-content-block:max(0px,calc(var(--landing-hero-anniversary-max-block) - var(--landing-hero-anniversary-desktop-padding-y) - var(--landing-hero-anniversary-desktop-padding-y)));--landing-hero-anniversary-mobile-image-max-inline:max(0px,calc(80dvh - var(--bs24-header-total-offset) - var(--bs24-mobile-bottom-nav-height) - var(--landing-hero-anniversary-mobile-peek-gap)));--landing-hero-anniversary-desktop-image-max-inline:max(0px,calc(80dvh - var(--bs24-header-total-offset) - var(--landing-hero-anniversary-peek-gap) - var(--landing-hero-anniversary-desktop-padding-y) - var(--landing-hero-anniversary-desktop-padding-y)));background:#f8f7f5;border-bottom:1px solid #e5e7eb;overflow:hidden}@media(min-width:1024px){.landing-hero--anniversary{max-height:var(--landing-hero-anniversary-max-block)}}.landing-hero--anniversary .landing-hero__inner{padding-bottom:5rem;padding-top:5rem}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__inner{max-height:var(--landing-hero-anniversary-max-block);padding-bottom:var(--landing-hero-anniversary-desktop-padding-y);padding-top:var(--landing-hero-anniversary-desktop-padding-y)}}.landing-hero--anniversary .landing-hero__grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;align-items:center;gap:4rem}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__grid{gap:max(2rem,min(4vw,3.5rem));grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-height:var(--landing-hero-anniversary-desktop-content-block);min-height:0}}.landing-hero--anniversary .landing-hero__content{max-width:36rem;order:2}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__content{max-height:var(--landing-hero-anniversary-desktop-content-block);order:1}}.landing-hero--anniversary .landing-hero__heading{align-items:center;background:#131315;border-radius:999px;box-shadow:0 10px 25px rgba(19,19,21,.15);color:#fff;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.625rem 1.5rem;width:auto}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__heading{margin-bottom:max(1rem,min(2vh,1.5rem))}}.landing-hero--anniversary .landing-hero__icon{color:#e07c35;height:1rem;width:1rem}.landing-hero--anniversary .landing-hero__label{color:#fff;font-size:.875rem;font-weight:800;letter-spacing:.06em}.landing-hero--anniversary .landing-hero__title{color:#131315;font-size:max(3rem,min(5vw,5rem));font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.5rem}.landing-hero--anniversary .landing-hero__title mark{color:#e07c35;font-weight:700}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__title{font-size:max(2.75rem,min(4.25vw,3rem));margin-bottom:max(.75rem,min(2vh,1.25rem))}}.landing-hero--anniversary .landing-hero__desc{color:#6b7280;font-size:1.125rem;line-height:1.75;margin-bottom:2.75rem;max-width:33rem}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__desc{font-size:max(1rem,min(1.15vw,1.125rem));line-height:1.55;margin-bottom:max(1.25rem,min(2.6vh,2rem))}}.landing-hero--anniversary .landing-hero__coupon{background:#fff;border:2px solid #e07c35;border-radius:1rem;box-shadow:0 10px 40px rgba(224,124,53,.15);display:inline-block;overflow:hidden;padding:1.5rem 2rem;position:relative}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__coupon{padding:max(1rem,min(2vh,1.25rem)) max(1.25rem,min(2vw,1.75rem))}}.landing-hero--anniversary .landing-hero__coupon:before{background:#fff5ee;border-radius:999px;content:"";filter:blur(2rem);height:8rem;position:absolute;right:-2.5rem;top:-2.5rem;width:8rem}.landing-hero--anniversary .landing-hero__coupon-label{color:#6b7280;font-size:.875rem;font-weight:800;letter-spacing:.08em;margin-bottom:.75rem;position:relative;text-transform:uppercase;z-index:1}.landing-hero--anniversary .landing-hero__coupon-code{color:#131315;font-size:max(2rem,min(4vw,3rem));font-weight:900;letter-spacing:.15em;line-height:1;position:relative;z-index:1}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__coupon-code{font-size:max(1.75rem,min(3vw,2.5rem))}}.landing-hero--anniversary .landing-hero__coupon-terms{color:#e07c35;display:inline-flex;font-size:.875rem;font-weight:800;margin-top:.75rem;position:relative;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px;z-index:1}.landing-hero--anniversary .landing-hero__btn.--secondary{background:#fff;border-color:#131315;color:#131315}.landing-hero--anniversary .landing-hero__btn.--secondary:hover{background:#131315;border-color:#131315;color:#fff}.landing-hero--anniversary .landing-hero__media{margin-left:auto;margin-right:auto;order:1;position:relative;width:100%}@media(max-width:1023px){.landing-hero--anniversary .landing-hero__media{max-height:var(--landing-hero-anniversary-mobile-image-max-block);width:min(100%,var(--landing-hero-anniversary-mobile-image-max-block))}}@media(min-width:640px)and (max-width:1023px){.landing-hero--anniversary .landing-hero__media{width:min(100%,var(--landing-hero-anniversary-mobile-image-max-inline))}}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__media{align-items:center;display:flex;justify-content:center;max-height:var(--landing-hero-anniversary-desktop-content-block);min-height:0;order:2;width:min(100%,var(--landing-hero-anniversary-desktop-image-max-inline))}}.landing-hero--anniversary .landing-hero__media-bg{border-radius:2rem;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transform-origin:center}@media(min-width:640px){.landing-hero--anniversary .landing-hero__media-bg{border-radius:3rem}}.landing-hero--anniversary .landing-hero__media-bg.--orange{background:#e07c35;opacity:.1;transform:rotate(4deg) scale(1.025)}@media(min-width:640px){.landing-hero--anniversary .landing-hero__media-bg.--orange{transform:rotate(5deg) scale(1.035)}}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__media-bg.--orange{transform:rotate(6deg) scale(1.04)}}.landing-hero--anniversary .landing-hero__media-bg.--dark{background:#131315;opacity:.05;transform:rotate(-2deg) scale(1.025)}@media(min-width:640px){.landing-hero--anniversary .landing-hero__media-bg.--dark{transform:rotate(-2.5deg) scale(1.035)}}@media(min-width:1024px){.landing-hero--anniversary .landing-hero__media-bg.--dark{transform:rotate(-3deg) scale(1.04)}}.landing-hero--anniversary .landing-hero__image-wrap{aspect-ratio:1/1;border-radius:2rem;box-shadow:0 25px 60px rgba(19,19,21,.18);max-height:inherit;overflow:hidden;position:relative;width:100%}@media(min-width:640px){.landing-hero--anniversary .landing-hero__image-wrap{aspect-ratio:4/5;border-radius:3rem}}.landing-hero--anniversary .landing-hero__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.landing-hero--anniversary .landing-hero__badge{align-items:center;background:hsla(0,0%,100%,.9);border:4px solid #fff;border-radius:999px;box-shadow:0 20px 40px rgba(19,19,21,.18);display:flex;flex-direction:column;height:max(5rem,min(22%,7rem));justify-content:center;position:absolute;right:max(1rem,min(6%,1.5rem));top:max(1rem,min(6%,1.5rem));transform:rotate(12deg);width:max(5rem,min(22%,7rem))}@media(min-width:640px){.landing-hero--anniversary .landing-hero__badge{height:max(6.5rem,min(24%,9rem));right:max(1.25rem,min(7%,2.5rem));top:max(1.25rem,min(7%,2.5rem));width:max(6.5rem,min(24%,9rem))}}.landing-hero--anniversary .landing-hero__badge span{color:#e07c35;font-size:max(1.75rem,min(35%,3rem));font-weight:900;line-height:1}.landing-hero--anniversary .landing-hero__badge small{color:#131315;font-size:.75rem;font-weight:800;letter-spacing:.08em;margin-top:.25rem;text-transform:uppercase}@media(max-width:640px){.landing-hero--anniversary .landing-hero__buttons{align-items:stretch;flex-direction:column}.landing-hero--anniversary .landing-hero__btn{justify-content:center;width:100%}.landing-hero--anniversary .landing-hero__coupon{width:100%}}.story{background-color:#fff;padding:3rem 0}.story__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.story__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;align-items:center;gap:2rem}.story__grid--item+.story__grid--item{margin-top:1.5rem}@media(min-width:1024px){.story__grid{grid-template-columns:repeat(2,1fr)}}.story__media-wrapper{align-items:center;border-radius:10px;display:flex;justify-content:center;overflow:hidden;position:relative}.story__decor-circle{border-radius:50%;height:10rem;left:-2.5rem;opacity:.5;position:absolute;top:-2.5rem;width:10rem;z-index:-1}.story__content{display:flex;flex-direction:column;gap:1.5rem}.story__header{margin:0 auto 2rem;max-width:48rem}.story__title{color:#131315;font-size:1.5rem;font-weight:500;line-height:1.25;margin:0}@media(min-width:640px){.story__title{font-size:2.25rem}}.story__text{font-size:1.125rem;line-height:1.75;margin:0}.story__grid--item{align-items:stretch;padding:1.5rem;--tw-border-opacity:1;border:1px solid #e2e8f0;border-color:rgba(226,232,240,var(--tw-border-opacity,1));border-radius:18px}.story__media-wrapper--panel{align-items:stretch;display:flex;justify-content:stretch;min-height:100%;overflow:visible}.story__logo-panel{align-items:center;border-radius:14px;display:flex;justify-content:center;min-height:12rem;padding:1.5rem;width:100%}.story__content--item{gap:1.25rem;min-width:0}.story__title--item{font-size:1.625rem}.story__footer,.story__richtext{color:#131315;font-size:1rem;line-height:1.75}.story__richtext ol,.story__richtext p,.story__richtext ul{margin:0}.story__richtext ol+ol,.story__richtext ol+p,.story__richtext p+ol,.story__richtext p+p,.story__richtext p+ul,.story__richtext ul+p,.story__richtext ul+ul{margin-top:1rem}.story__richtext ol,.story__richtext ul{padding-left:1.25rem}.story__richtext li+li{margin-top:.75rem}.story__richtext a{color:#e07c35;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.story__richtext--intro p+p{margin-top:.75rem}.story__footer{border-width:0;display:flex;flex-direction:column;margin-top:auto;padding-top:1.25rem;--tw-border-opacity:1;border-top:1px #e2e8f0;border-style:solid;border-top-color:rgba(226,232,240,var(--tw-border-opacity,1))}.story__footer-body+.story__footer-action{margin-top:1rem}.story__footer-action{margin-top:auto}.story__cta-wrapper{width:-moz-fit-content;width:fit-content}.story__cta-btn{font-size:16px;padding:.85rem 1.35rem}.story__supplementary-logo{align-items:center;border-radius:8px;display:inline-flex;height:70px;justify-content:center;padding:.75rem 1rem;width:auto}.story__supplementary-logo img{display:block;height:100%;max-width:100%;width:auto}.story__logo-panel .payments__logo-link{max-width:100%}.story__logo-panel .payments__logo-image{height:auto;max-height:100px;max-width:min(13rem,100%);opacity:1;width:auto}.story__media{overflow:hidden;position:relative;width:100%;--story-v-gap-mobile:80px;--story-v-gap-desktop:120px;aspect-ratio:9/16;max-height:calc(100vh - var(--bs24-mobile-header-height) - 80px);max-height:calc(100vh - var(--bs24-mobile-header-height) - var(--story-v-gap-mobile))}@media(min-width:1024px){.story__media{max-height:calc(100vh - var(--bs24-desktop-header-height) - var(--story-v-gap-desktop))}}.story__media video,.story__media-placeholder{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.story__media-placeholder{position:relative}.story__media-loader{align-items:center;background:rgba(0,0,0,.15);bottom:0;display:grid;justify-items:center;left:0;place-items:center;position:absolute;right:0;top:0}.story__media-loader:after{animation:story-spinner .8s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:32px;width:32px}.story__media-sound{background:rgba(0,0,0,.6);border:none;border-radius:50%;bottom:16px;color:#fff;cursor:pointer;line-height:1;padding:8px;position:absolute;right:16px;z-index:2}@keyframes story-spinner{to{transform:rotate(1turn)}}@media(min-width:1024px){.story__grid--item{gap:1.5rem;grid-template-columns:minmax(180px,240px) minmax(0,1fr)}}@media(max-width:767px){.story__grid--item{padding:1.25rem}.story__header{margin-bottom:1.5rem}.story__logo-panel{min-height:9rem;padding:1.25rem}}.benefits,.cards-grid-section,.process-steps,.stats{padding:3rem 0}.benefits__container,.process-steps__container,.stats__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.benefits__grid{display:grid;grid-template-columns:1fr}.cards-grid-section--gray-background{background-color:#f9fafb}.stats{background-color:#fff}.benefits__header,.process-steps__header,.stats__header{margin-bottom:2rem}.benefits__grid{gap:1.25rem}.process-step-card,.stats__card{background:#fff;border-radius:10px;box-shadow:0 2px 6px rgba(17,19,24,.22);display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1.5rem;text-align:left;transition:box-shadow .3s ease}.process-step-card:hover,.stats__card:hover{box-shadow:0 0 12px 5px rgba(0,0,0,.15)}.process-step-card__title,.stats__label{color:#131315;font-size:1.25rem;font-weight:500;line-height:1.3;margin:0;text-align:center}.process-step-card__description,.stats__description{color:rgba(19,19,21,.82);font-size:1rem;line-height:1.65;margin:0;text-align:center}.process-step-card__description p,.stats__description p{margin:0}.process-steps__actions{display:flex;justify-content:center;margin-top:2rem}.process-steps__button{align-items:center;background:linear-gradient(135deg,#e07c35,#ea580c);border:none;border-radius:9999px;box-shadow:0 0 transparent,0 0 transparent,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;flex:1 1 0%;flex:0 0 auto;font-weight:500;gap:.5rem;justify-content:center;line-height:1.618;min-width:min(100%,220px);padding:.9rem 1.5rem;text-align:center;transition:all .2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.process-steps__button{font-size:14px}}.process-steps__button:focus-visible,.process-steps__button:hover{box-shadow:0 20px 36px rgba(234,88,12,.24);transform:translateY(-1px)}@media(min-width:768px){.process-step-card,.stats__card{padding:1.75rem}.benefits__grid{grid-template-columns:repeat(3,1fr)}}.process-steps__grid{container-type:inline-size;display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(188px,1fr))}@container (width >= calc(188px * 2 + 1.25rem)){.process-steps__grid>*{grid-column:span 2}}@container (calc(188px * 4 + 1.25rem * 3) < width < calc(188px * 6 + 1.25rem * 5)){.process-steps__grid>:last-child:nth-child(odd){grid-column:2/span 2}}@container (calc(188px * 6 + 1.25rem * 5) < width < calc(188px * 8 + 1.25rem * 7)){.process-steps__grid>:nth-child(3n+4):last-child{grid-column:3/5}.process-steps__grid:has(>:nth-child(3n+5):last-child)>:nth-last-child(2){grid-column:2/4}.process-steps__grid:has(>:nth-child(3n+5):last-child)>:last-child{grid-column:4/6}}@container (calc(188px * 8 + 1.25rem * 7) < width < calc(188px * 10 + 1.25rem * 9)){.process-steps__grid>:nth-child(4n+5):last-child{grid-column:4/6}.process-steps__grid:has(>:nth-child(4n+6):last-child)>:nth-last-child(2){grid-column:3/5}.process-steps__grid:has(>:nth-child(4n+6):last-child)>:last-child{grid-column:5/7}.process-steps__grid:has(>:nth-child(4n+7):last-child)>:nth-last-child(3){grid-column:2/4}.process-steps__grid:has(>:nth-child(4n+7):last-child)>:nth-last-child(2){grid-column:4/6}.process-steps__grid:has(>:nth-child(4n+7):last-child)>:last-child{grid-column:6/8}}.stats__grid{container-type:inline-size;display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(188px,1fr))}@container (width >= calc(188px * 2 + 1.25rem)){.stats__grid>*{grid-column:span 2}}@container (calc(188px * 4 + 1.25rem * 3) < width < calc(188px * 6 + 1.25rem * 5)){.stats__grid>:last-child:nth-child(odd){grid-column:2/span 2}}@container (calc(188px * 6 + 1.25rem * 5) < width < calc(188px * 8 + 1.25rem * 7)){.stats__grid>:nth-child(3n+4):last-child{grid-column:3/5}.stats__grid:has(>:nth-child(3n+5):last-child)>:nth-last-child(2){grid-column:2/4}.stats__grid:has(>:nth-child(3n+5):last-child)>:last-child{grid-column:4/6}}@container (calc(188px * 8 + 1.25rem * 7) < width < calc(188px * 10 + 1.25rem * 9)){.stats__grid>:nth-child(4n+5):last-child{grid-column:4/6}.stats__grid:has(>:nth-child(4n+6):last-child)>:nth-last-child(2){grid-column:3/5}.stats__grid:has(>:nth-child(4n+6):last-child)>:last-child{grid-column:5/7}.stats__grid:has(>:nth-child(4n+7):last-child)>:nth-last-child(3){grid-column:2/4}.stats__grid:has(>:nth-child(4n+7):last-child)>:nth-last-child(2){grid-column:4/6}.stats__grid:has(>:nth-child(4n+7):last-child)>:last-child{grid-column:6/8}}.payments{background-color:#fff;padding:3rem 0}.payments__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.payments__content{margin:0 auto;max-width:896px;text-align:center}.payments__header{margin-bottom:3rem}.payments__logos{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.payments__cta-wrapper{margin-top:3rem}.rest{background-color:#fff;border-bottom:1px solid #e8f1f9;padding:3rem 0}.rest__container{margin:0 auto;max-width:896px;padding:0 1.5rem;text-align:center}.rest__icon-wrapper{align-items:center;background-color:rgba(224,124,53,.1);border-radius:9999px;color:#131315;display:flex;height:6rem;justify-content:center;margin:0 auto 2rem;width:6rem}.rest__icon{color:#e07c35;font-size:3.75rem}.rest__title{color:#131315;font-size:1.5rem;font-weight:500;line-height:1.25;margin:0 0 1.5rem}@media(min-width:640px){.rest__title{font-size:2.25rem}}.rest__content{display:flex;flex-direction:column;gap:1.5rem}.rest__quote{font-size:1.25rem;font-style:italic;line-height:1.75;margin:0}.rest__divider{background-color:#e07c35;border-radius:9999px;height:.25rem;margin:0 auto;width:6rem}.rest__tagline{color:#131315;font-size:1.125rem;font-weight:500;letter-spacing:.1em;margin:0;text-transform:uppercase}.faq{padding:3rem 0}.faq__container{margin:0 auto;max-width:768px;padding:0 1.5rem}.faq__header{margin-bottom:1.5rem}.faq__panel{background-color:#fff;border-radius:10px;overflow:hidden}.faq .bs24-accordion{margin:0}.faq .bs24-accordion__item{border-color:#e5e7eb;padding:0 1.5rem}.faq .bs24-accordion__item:first-child{border-top:0}.faq .accordion-item__header{color:#e07c35;padding:1.5rem 0!important}.faq .accordion-item__heading{color:#131315;font-size:1.125rem!important;line-height:1.45}.faq .accordion-item__text{font-size:1rem;line-height:1.6;padding-bottom:1.5rem}.faq .accordion-item__text p{margin-bottom:1rem}.faq .accordion-item__text p:last-child{margin-bottom:0}.faq [data-accordion-content][aria-hidden=false]{max-height:none!important}.faq [data-accordion-content][aria-hidden=true]{max-height:0!important}.page-template-discount-action #primary{margin:0;padding:0}.page-template-discount-action .site-main{margin-bottom:0;overflow:visible;overflow:initial}.page-template-discount-action .material-symbols-outlined{font-size:2.25rem}.page-template-discount-action .landing-hero__icon{font-size:1.25rem}.page-template-discount-action .landing-hero--discount-action{background:linear-gradient(90deg,#fff7ed,#fffbeb);border-bottom:1px solid #e5e7eb}.page-template-discount-action .landing-hero--discount-action .landing-hero__inner{margin:0 auto;max-width:80rem}.page-template-discount-action .landing-hero--discount-action .landing-hero__content{max-width:58rem}.page-template-discount-action .landing-hero--discount-action .landing-hero__title{font-size:1.5rem}.page-template-discount-action .landing-hero--discount-action .landing-hero__desc{font-size:1rem;line-height:1.5;margin-bottom:0;max-width:48rem}.page-template-discount-action .landing-hero--discount-action .landing-hero__background-image{-o-object-position:50% 15%;object-position:50% 15%}@media(max-width:1024px){.page-template-discount-action .landing-hero--discount-action .landing-hero__inner{padding:2rem 5vw 0}}@media(min-width:1024px){.page-template-discount-action .landing-hero--discount-action .landing-hero__title{font-size:3rem}.page-template-discount-action .landing-hero--discount-action .landing-hero__desc{font-size:1.25rem;line-height:1.75}}.page-template-discount-action .landing-features--discount-action{background-color:transparent;border-bottom:0;border-top:1px solid #e07c35;margin-top:0;position:relative}.page-template-discount-action .landing-features--discount-action .landing-features__inner{margin:0 auto;max-width:80rem;padding:2rem 5vw}.page-template-discount-action .landing-features--discount-action .landing-features__grid{gap:1rem}.page-template-discount-action .landing-features--discount-action .landing-feature__icon-wrap{border-radius:10px;line-height:0}.page-template-discount-action .landing-features--discount-action .landing-feature__title{font-size:1.3125rem}.page-template-discount-action .landing-features--discount-action .landing-feature.--highlighted{border-radius:10px}@media(min-width:768px){.page-template-discount-action .landing-features--discount-action .landing-features__grid{gap:1.5rem}}@media(min-width:1024px){.page-template-discount-action .landing-features--discount-action{margin-top:4rem}.page-template-discount-action .landing-features--discount-action .landing-features__inner{padding:1.5rem}}.page-template-discount-action .section-cta--discount-action .section-cta__desc *{color:hsla(0,0%,100%,.9);font-size:1.125rem;margin:0}.page-template-discount-action .section-cta--discount-action .section-cta__desc *+*{margin-top:.25rem}.page-template-discount-action .section-cta--discount-action .section-cta__actions{margin-top:2rem}.page-template-discount-action .section-cta--discount-action .bs24-cta-btn:hover{transform:translateY(-1px)}.page-template-discount-action .products-section.bs24-section{background-color:rgba(232,241,249,.3);padding:3rem 0}.page-template-discount-action .products-section__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.page-template-discount-action .birthday-terms{background-color:#fff;padding:3rem 0}.page-template-discount-action .birthday-terms__container{margin:0 auto;max-width:56rem;padding:0 1.5rem}.page-template-discount-action .birthday-terms__header{margin-bottom:1.5rem;text-align:center}.page-template-discount-action .birthday-terms__eyebrow{color:#c05621;font-size:.875rem;font-weight:600;letter-spacing:0;margin:0 0 .5rem;text-transform:uppercase}.page-template-discount-action .birthday-terms__title{font-size:2rem;font-weight:600;line-height:1.2;margin:0}.page-template-discount-action .birthday-terms__intro{color:#4b5563;font-size:1rem;line-height:1.6;margin:.75rem auto 0;max-width:42rem}.page-template-discount-action .birthday-terms__list{background-color:#fffaf5;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:1rem;line-height:1.65;margin:0;padding:1.5rem 1.5rem 1.5rem 3rem}.page-template-discount-action .birthday-terms__list li+li{margin-top:.75rem}.page-template-discount-action .birthday-terms__list strong{font-weight:700}@media(max-width:1024px){.page-template-discount-action .landing-hero--discount-action,.page-template-discount-action .section-cta--discount-action{margin-left:0;margin-right:0;width:auto}}
