.home-hero{display:flex;justify-content:center;align-items:center;position:relative;width:100%;overflow:hidden;background-color:transparent;flex-wrap:wrap}@media screen and (min-width: 990px){.home-hero:not(.home-hero--alt){padding:0}}.home-hero__video-wrapper{position:relative;height:100%;width:100%;order:1}@media screen and (min-width: 990px){.home-hero__video-wrapper{order:1;flex:0 0 600px;margin-top:4rem}}.home-hero__media{position:relative;height:100%;width:100%;height:auto;aspect-ratio:1 / 1}.home-hero__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease-out,visibility .5s ease-out;z-index:2;visibility:visible;opacity:1}.home-hero__placeholder img{width:100%;height:100%;object-fit:cover}.home-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.home-hero__video.desktop{display:none!important}@media screen and (min-width: 990px){.home-hero__video.desktop{display:block!important}.home-hero__video.mobile{display:none!important}}.home-hero__content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.home-hero__content-1{order:2;padding:0 2rem}.home-hero__content-2{order:3;flex:0 1 100%}@media screen and (min-width: 990px){.home-hero__content-2{margin:4rem auto}}.home-hero__heading{margin-top:0;margin-bottom:1rem;text-align:center;order:2;max-width:375px}.home-hero__content-header{display:flex;flex-direction:column;gap:1rem;order:2;width:100%}@media screen and (min-width: 990px){.home-hero__heading{order:1;width:375px}.home-hero__subheading{order:2}.home-hero__content-header{order:1;max-width:375px}}.home-hero__text{margin:0 auto;color:rgb(var(--color-foreground-alt))}.home-hero__buttons{margin:3rem 0;display:flex;flex-direction:column;gap:1rem;width:100%;order:1}.home-hero--alt{margin-top:0rem;margin-bottom:4rem}.home-hero--alt .home-hero__background-image{display:none}.home-hero--alt .home-hero__image-mobile{width:100%;display:block;position:relative;margin-bottom:2rem;min-height:400px}.home-hero--alt .home-hero__image-mobile picture{display:block;width:100%;height:auto}.home-hero--alt .home-hero__image-mobile img{width:100%;height:auto;display:block;object-fit:cover}.home-hero--alt .home-hero__text{order:2;max-width:600px}.home-hero--alt .home-hero__buttons{order:3;margin-bottom:0;margin-top:2rem}.home-hero--alt .home-hero__buttons-wrapper{display:flex;flex-direction:column;gap:1rem}.home-hero--alt .home-hero__content{padding:0 4rem}.home-hero--alt .home-hero__content-header{align-items:center}.home-hero--alt .home-hero__content-2{display:flex;flex-direction:column;gap:1rem;order:2;margin-top:2rem;margin-left:auto;margin-right:auto;color:rgb(var(--color-foreground));text-align:center}.home-hero--alt .home-hero__content-2 .home-hero__content-heading{font-size:30px;text-align:center;margin:0 auto}.home-hero--alt .home-hero__content-2 .home-hero__text{margin-bottom:0;margin-top:0}@media screen and (min-width: 990px){.home-hero--alt{margin-top:2rem;margin-bottom:4rem;min-height:600px;position:relative}.home-hero--alt .home-hero__background-image--desktop{display:block!important}.home-hero--alt .home-hero__background-image{position:absolute;top:0;left:0;width:100%;height:100%;min-height:600px}.home-hero--alt .home-hero__image-mobile{display:none}.home-hero--alt .home-hero__background-image-desktop{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.home-hero--alt .home-hero__background-image-desktop picture{position:absolute;top:0;left:0;width:100%;height:100%}.home-hero--alt .home-hero__background-image-desktop img{width:100%;height:100%;object-fit:cover;display:block}.home-hero--alt .home-hero__content{display:flex;flex:0 0 350px;flex-direction:column;justify-content:flex-end;align-items:center;margin-left:auto;color:rgb(var(--color-background));padding:4rem;margin-right:0rem}.home-hero--alt .home-hero__content-2 .home-hero__content-heading{color:rgb(var(--color-background))}.home-hero--alt .home-hero__content-header{text-align:center;align-items:center}.home-hero--alt .home-hero__heading{color:rgb(var(--color-background))}.home-hero--alt .home-hero__text{color:rgb(var(--color-background));max-width:350px}.home-hero--alt .home-hero__buttons{max-width:300px}.home-hero--alt .home-hero__content-2{margin-bottom:0}}.js-hero-buttons.is-sticky{position:fixed;top:var(--header-height, 85px);left:0;right:0;width:100vw;max-width:100vw;z-index:46;background:rgb(var(--color-background));padding:1rem;box-shadow:0 2px 4px #0000001a;transform:translateY(calc(-100% + 1px));transition:transform .3s ease-out;margin-top:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;overflow:hidden}.js-hero-buttons.is-sticky .home-hero__buttons-wrapper{display:flex;flex-direction:row;gap:1rem}.js-hero-buttons.is-sticky .home-hero__button{white-space:nowrap}.js-hero-buttons.is-sticky.is-visible{transform:translateY(-1px)}.js-hero-buttons .home-hero__buttons-headline{display:none}.js-hero-buttons.is-sticky .home-hero__buttons-headline{display:block;flex:1;margin-right:1rem;overflow:hidden;position:relative;min-width:0;max-width:100%;padding-right:1rem}.js-hero-buttons.is-sticky .home-hero__buttons-headline:after{content:"";display:block;position:absolute;top:0;right:0;height:100%;width:1rem;background:linear-gradient(to right,transparent,rgb(var(--color-background)));z-index:1}.js-hero-buttons.is-sticky .home-hero__buttons-headline-text{margin:0;color:rgb(var(--color-foreground));white-space:nowrap;display:inline-block;position:relative;will-change:transform}.js-hero-buttons.is-sticky .home-hero__buttons-headline-text.scrolling{animation-name:hero-headline-scroll;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hero-headline-scroll{0%{transform:translate(0)}10%{transform:translate(0)}45%{transform:translate(var(--scroll-distance))}55%{transform:translate(var(--scroll-distance))}90%{transform:translate(0)}to{transform:translate(0)}}@media screen and (max-width: 989px){.js-hero-buttons.is-sticky .home-hero__buttons-headline{display:none}.js-hero-buttons.is-sticky .home-hero__buttons-wrapper{margin:0 auto}}@media screen and (min-width: 990px){.js-hero-buttons.is-sticky{padding:1rem 2rem}.js-hero-buttons.is-sticky .home-hero__buttons-headline{margin-right:3rem}}.home-hero__tag{position:absolute;top:16px;right:0;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:8px 8px 8px 16px;font-size:12px;line-height:12.32px;text-transform:uppercase;z-index:2;clip-path:polygon(0 0,100% 0,100% 100%,12px 100%,12px 100%);font-weight:600;font-family:var(--font-subheader-family);font-style:var(--font-subheader-style);font-weight:var(--font-subheader-weight)}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-home-hero.css.map */
