.custom-hero{position:relative;display:flex;min-height:65rem;width:100%;overflow:hidden}@media screen and (max-width:749px){.custom-hero{min-height:85vh}}.custom-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(var(--img-scale-desktop, 1)) translate(var(--img-x-desktop, 0%),var(--img-y-desktop, 0%))}@media screen and (min-width:750px)and (max-width:989px){.custom-hero__img{transform:scale(var(--img-scale-tablet, 1)) translate(var(--img-x-tablet, 0%),var(--img-y-tablet, 0%))}}@media screen and (max-width:749px){.custom-hero__img{transform:scale(var(--img-scale-mobile, 1)) translate(var(--img-x-mobile, 0%),var(--img-y-mobile, 0%))}}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.custom-hero__container{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;padding-top:6rem;flex:1}@media screen and (max-width:749px){.custom-hero__container{padding-top:4rem}}.custom-hero__content-wrapper{flex-grow:1;display:flex;width:100%}.custom-hero__box{width:100%;max-width:var(--content-max-width, 650px);display:flex;flex-direction:column}@media screen and (min-width:990px){.pos-desktop--top-left{align-items:flex-start;justify-content:flex-start}.pos-desktop--top-center{align-items:flex-start;justify-content:center}.pos-desktop--top-right{align-items:flex-start;justify-content:flex-end}.pos-desktop--middle-left{align-items:center;justify-content:flex-start}.pos-desktop--middle-center{align-items:center;justify-content:center}.pos-desktop--middle-right{align-items:center;justify-content:flex-end}.pos-desktop--bottom-left{align-items:flex-end;justify-content:flex-start}.pos-desktop--bottom-center{align-items:flex-end;justify-content:center}.pos-desktop--bottom-right{align-items:flex-end;justify-content:flex-end}.align-desktop--left{text-align:left;align-items:flex-start}.align-desktop--center{text-align:center;align-items:center}.align-desktop--right{text-align:right;align-items:flex-end}.align-desktop--left .custom-hero__buttons{justify-content:flex-start}.align-desktop--right .custom-hero__buttons{justify-content:flex-end}}@media screen and (min-width:750px)and (max-width:989px){.pos-tablet--top-left{align-items:flex-start;justify-content:flex-start}.pos-tablet--top-center{align-items:flex-start;justify-content:center}.pos-tablet--middle-center{align-items:center;justify-content:center}.pos-tablet--bottom-center{align-items:flex-end;justify-content:center}.align-tablet--left{text-align:left;align-items:flex-start}.align-tablet--center{text-align:center;align-items:center}.align-tablet--right{text-align:right;align-items:flex-end}.align-tablet--left .custom-hero__buttons{justify-content:flex-start}.align-tablet--right .custom-hero__buttons{justify-content:flex-end}}.custom-hero__heading{font-size:var(--heading-size-desktop, 48px);color:var(--heading-color, #8B1E28);font-family:var(--font-heading-family);margin:0 0 1.6rem;line-height:1.2}.custom-hero__heading strong{font-weight:700}.custom-hero__subheading{font-size:var(--subheading-size-desktop, 24px);color:var(--subheading-color, #1C1C3A);margin:0 0 1.6rem;line-height:1.4}.custom-hero__subheading strong{font-weight:700}.custom-hero__subheading em{font-style:italic}.custom-hero__extra{font-size:var(--paragraph-size-desktop, 16px);color:var(--paragraph-color, #555555);margin:0 0 3.2rem;line-height:1.6}@media screen and (max-width:749px){.custom-hero__heading{font-size:var(--heading-size-mobile, 36px)}.custom-hero__subheading{font-size:var(--subheading-size-mobile, 18px)}.custom-hero__extra{font-size:var(--paragraph-size-mobile, 14px)}}.custom-hero__badges{display:flex;gap:1.2rem;margin-bottom:2.4rem;flex-wrap:wrap;justify-content:var(--badge-justify-desktop, flex-start)}.custom-hero__badge{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;border-radius:3rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.custom-hero__badge svg{width:1.6rem;height:1.6rem;flex-shrink:0}.custom-hero__badge--primary{background-color:#ef4444;color:#fff;border:1px solid #ef4444}.custom-hero__badge--secondary{background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.15)}.custom-hero__buttons{display:flex;gap:1.2rem;margin-bottom:5rem;flex-wrap:wrap;width:100%}@media screen and (max-width:749px){.custom-hero__buttons{flex-direction:column;width:fit-content}.custom-hero__buttons .button{width:100%;min-width:22rem}}.custom-hero__trust{display:grid;gap:2rem 1.6rem;border-top:1px solid rgba(var(--color-foreground),.15);margin-top:var(--trust-margin-top-desktop, 30px);padding-top:var(--trust-padding-top-desktop, 30px);padding-bottom:var(--trust-padding-bottom-desktop, 30px);width:100%}.custom-hero__trust--push-bottom{margin-top:auto!important;margin-bottom:0!important;padding-bottom:0!important}@media screen and (min-width:750px){.trust-desktop-grid--4{grid-template-columns:repeat(4,1fr)}.trust-desktop-grid--2{grid-template-columns:repeat(2,1fr)}.trust-align--left .custom-hero__trust-item{justify-content:flex-start;text-align:left}.trust-align--center .custom-hero__trust-item{justify-content:center;text-align:center}.trust-align--space-between{justify-content:space-between}}.custom-hero__trust-item{display:flex;align-items:center;gap:var(--trust-item-gap, 12px);font-size:1.5rem;font-weight:600;color:rgba(var(--color-foreground),.85)}.custom-hero__trust-item svg{width:var(--trust-icon-size, 24px);height:var(--trust-icon-size, 24px);flex-shrink:0}@media screen and (max-width:749px){.custom-hero__box{align-items:flex-start!important;text-align:left!important;max-width:var(--content-max-width-mobile, 60%)!important}.custom-hero__subheading{max-width:var(--subheading-max-width-mobile, 85%)!important}.custom-hero__heading,.custom-hero__subheading,.custom-hero__extra,.custom-hero__extra p{text-align:left!important;margin-left:0!important}.custom-hero__badges{justify-content:var(--badge-justify-mobile, flex-start)!important}.custom-hero__buttons{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;gap:1.2rem!important;margin-bottom:0!important}.custom-hero__buttons .button{width:auto!important;min-width:220px!important;max-width:100%!important;padding:1.2rem 2.4rem!important;font-size:1.4rem!important;justify-content:center!important;text-align:center!important}.custom-hero__trust{display:grid!important;gap:2.5rem 1rem!important;border-top:1px solid rgba(var(--color-foreground),.15)!important;width:100%!important;margin-top:var(--trust-margin-top-mobile, 30px)!important;padding-top:var(--trust-padding-top-mobile, 25px)!important;padding-bottom:var(--trust-padding-bottom-mobile, 20px)!important}.trust-mobile-grid--4{grid-template-columns:repeat(4,1fr)!important}.trust-mobile-grid--2{grid-template-columns:repeat(2,1fr)!important}.trust-mobile-grid--1{grid-template-columns:1fr!important}.trust-mobile-grid--4 .custom-hero__trust-item{flex-direction:column!important;text-align:center!important;font-size:1.2rem!important;gap:.6rem!important}.custom-hero__trust-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;gap:var(--trust-item-gap, 10px)!important}.custom-hero__trust-item span{font-size:1.3rem!important;line-height:1.3!important;font-weight:600!important}.custom-hero__trust-item svg{width:var(--trust-icon-size, 24px)!important;height:var(--trust-icon-size, 24px)!important;flex-shrink:0!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/section-image-banner.css.map */
