.s-hero-image{font-family:var(--font-body);overflow:hidden;position:relative;width:100%}.s-hero-image__text{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding-block:2rem 3rem;position:relative;width:var(--text-width-mobile);z-index:2}.s-hero-image__text .c-buttons{margin-top:.5rem}.s-hero-image__text.t-center{align-items:center;margin-inline:auto}.s-hero-image__text.t-center .b-button{margin-inline:auto}.s-hero-image__text.t-right{align-items:flex-end;margin-inline:auto 0}.s-hero-image__text.t-right .b-button{margin-inline:auto 0}.s-hero-image__overlay{background-color:var(--neutral-black);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.s-hero-image__overlay.s-hero-image__overlay--left{background:linear-gradient(90deg,rgba(0,0,0,.9) 0,transparent);mix-blend-mode:multiply}.s-hero-image__overlay.s-hero-image__overlay--right{background:linear-gradient(90deg,transparent 10%,rgba(0,0,0,.9));mix-blend-mode:multiply}@media only screen and (min-width:48em){.s-hero-image__container{display:flex;flex-direction:row}.s-hero-image__container .s-hero-image__image,.s-hero-image__container .s-hero-image__text{width:50%}.s-hero-image__container .s-hero-image__image{bottom:0;left:50%;position:absolute;top:0}.s-hero-image__text{padding-block:4rem;padding-right:var(--container-horizontal-padding)}.s-hero-image__image-desktop{height:100%}.s-hero-image__image-desktop img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}@media only screen and (min-width:64em){.s-hero-image__container .s-hero-image__text{padding-right:3rem;width:60%}.s-hero-image__container .s-hero-image__image{left:60%;width:40%}.s-hero-image__text{padding-block:5rem;padding-right:3rem}.s-hero-image__text>*{max-width:35.625rem}.s-hero-image__text .b-button{min-width:17.5rem}}@media only screen and (max-width:calc(48em - 1px)){.s-hero-image{background-color:var(--surface-dark);color:var(--text-on-dark)}.s-hero-image__text .b-button{width:-moz-max-content;width:max-content}.s-hero-image__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}