.hero-image{overflow:hidden;width:100%;margin:0;position:relative;z-index:1;padding-top:var(--section-padding-top, 0);padding-bottom:var(--section-padding-bottom, 0)}.hero-image__wrapper{position:relative;width:100%;margin:0;padding:0}.hero-image__container{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image__container--adapt{height:auto;min-height:400px}@media screen and (max-width: 749px){.hero-image__container--mobile-adapt{height:auto;min-height:300px}}.hero-image__container--small{height:400px}@media screen and (max-width: 749px){.hero-image__container--mobile-small{height:400px}}.hero-image__container--medium{height:500px}@media screen and (max-width: 749px){.hero-image__container--mobile-medium{height:500px}}.hero-image__container--large{height:650px}@media screen and (max-width: 749px){.hero-image__container--mobile-large{height:650px}}.hero-image__container--extra-large{height:800px}@media screen and (max-width: 749px){.hero-image__container--mobile-extra-large{height:800px}}.hero-image__container--full-screen{height:100vh;min-height:400px}@media screen and (max-width: 749px){.hero-image__container--mobile-full-screen{height:100vh;min-height:300px}}.hero-image__container--custom{height:var(--custom-height-desktop)}@media screen and (max-width: 749px){.hero-image__container--mobile-custom{height:var(--custom-height-mobile)}}.hero-image__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image__background--placeholder{background:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.hero-image__background--placeholder .placeholder-svg{width:100%;height:100%;opacity:.3}.hero-image__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image__background--overlay-dark:after,.hero-image__background--overlay-light:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:var(--image-overlay-opacity, 0);z-index:2;pointer-events:none}.hero-image__background--overlay-dark:after{background-color:#000}.hero-image__background--overlay-light:after{background-color:#fff}.hero-image__content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}.hero-image__content-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-image__text-content{display:flex;flex-direction:column;gap:3rem;position:absolute;z-index:3;max-width:80rem}@media screen and (max-width: 749px){.hero-image__text-content{max-width:none;gap:1rem}}@media screen and (min-width: 990px){.hero-image__text-content{max-width:80rem}}.hero-image__text-content--left{text-align:left}.hero-image__text-content--center{text-align:center}.hero-image__text-content--right{text-align:right}.hero-image__text-content--top-left{top:0;left:0}.hero-image__text-content--top-center{top:0;left:50%;transform:translate(-50%)}.hero-image__text-content--top-right{top:0;right:0}.hero-image__text-content--center-left{top:50%;left:0;transform:translateY(-50%)}.hero-image__text-content--center-center{top:50%;left:50%;transform:translate(-50%,-50%)}@media (prefers-reduced-motion: reduce){.hero-image__text-content--center-center{position:static;transform:none;margin:auto}}.hero-image__text-content--center-right{top:50%;right:0;transform:translateY(-50%)}.hero-image__text-content--bottom-left{bottom:0;left:0}.hero-image__text-content--bottom-center{bottom:0;left:50%;transform:translate(-50%)}.hero-image__text-content--bottom-right{bottom:0;right:0}.hero-image__text-content--with-background{border-radius:.8rem;padding:3rem}@media screen and (min-width: 750px){.hero-image__text-content--with-background{padding:4rem}}.hero-image__text-content--bg-light{background-color:rgba(255,255,255,var(--text-bg-opacity))}.hero-image__text-content--bg-dark{background-color:rgba(0,0,0,var(--text-bg-opacity))}.hero-image__text-content--bg-dark .hero-image__heading,.hero-image__text-content--bg-dark .hero-image__text,.hero-image__text-content--bg-dark .hero-image__text p{color:#fff}.hero-image__heading{margin:0 0 1rem;word-wrap:break-word}.hero-image__text{margin:0 0 2rem;color:rgb(var(--color-foreground))}.hero-image__text p:last-child{margin-bottom:0}.hero-image__button-wrapper{display:grid;grid-auto-flow:row;gap:1rem;margin-top:2rem;width:fit-content}@media screen and (min-width: 750px){.hero-image__button-wrapper{grid-auto-flow:column;grid-auto-columns:1fr}}@media screen and (min-width: 990px){.hero-image__button-wrapper{gap:1.5rem}}.hero-image__text-content--center .hero-image__button-wrapper{margin-left:auto;margin-right:auto}.hero-image__text-content--right .hero-image__button-wrapper{margin-left:auto}.hero-image__button-wrapper .button{white-space:nowrap}.hero-image__button-wrapper .button:last-child{margin-bottom:0}.hero-image__icon-row{width:100%;margin:2rem 0}.hero-image__icon-grid{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;max-width:800px;margin:0 auto}@media screen and (max-width: 749px){.hero-image__icon-grid{gap:.75rem;max-width:100%}}.hero-image__icon-box{display:flex;align-items:center;justify-content:center;width:calc(var(--icon-width, 80px) + 3rem);height:calc(var(--icon-width, 80px) + 3rem);padding:1.5rem;border-radius:8px;transition:transform .2s ease;flex-shrink:0}@media screen and (max-width: 749px){.hero-image__icon-box{width:calc(var(--icon-width, 80px) * .8 + 2rem);height:calc(var(--icon-width, 80px) * .8 + 2rem);padding:1rem}}.hero-image__icon-box--with-bg{background-color:var(--icon-bg-color, transparent)}.hero-image__icon-img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}@media screen and (max-width: 749px){.hero-image__icon-img{max-width:100%;max-height:100%}}.hero-image__overlay{position:absolute;z-index:4;pointer-events:none;width:var(--overlay-width-mobile)}@media screen and (min-width: 750px){.hero-image__overlay{width:var(--overlay-width-desktop)}}@media (prefers-reduced-motion: reduce){.hero-image__overlay{transform:none}}.hero-image__overlay-content{position:relative;width:100%;height:100%}.hero-image__overlay-img{width:100%;height:auto;display:block}.hero-image__overlay--top-left{top:0;left:0}.hero-image__overlay--top-center{top:0;left:50%;transform:translate(-50%)}.hero-image__overlay--top-right{top:0;right:0}.hero-image__overlay--center-left{top:50%;left:0;transform:translateY(-50%)}.hero-image__overlay--center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image__overlay--center-right{top:50%;right:0;transform:translateY(-50%)}.hero-image__overlay--bottom-left{bottom:0;left:0}.hero-image__overlay--bottom-center{bottom:0;left:50%;transform:translate(-50%)}.hero-image__overlay--bottom-right{bottom:0;right:0}.rotating-word-wrapper{display:inline-block;position:relative;vertical-align:baseline;text-align:center;min-width:100%}.rotating-word{display:inline-block;opacity:0;position:absolute;left:50%;top:0;transform:translate(-50%);transition:opacity .5s ease-in-out;white-space:nowrap}.rotating-word.active{opacity:1;position:relative;left:auto;transform:none}
/*# sourceMappingURL=/cdn/shop/t/135/assets/section-hero-image.css.map */
