.s-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;min-height:100vh;background:var(--color-black);color:var(--color-white)}.s-hero--sm{max-height:41.66rem}@media only screen and (max-width:987px){.s-hero--sm{max-height:none}}.s-hero .s__media{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;pointer-events:none}.s-hero .s__media:before{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;background:rgba(0,0,0,.5);content:""}.s-hero .s__media video,.s-hero .s__media img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.s-hero .s__content{display:flex;flex-direction:column;align-items:normal;justify-content:center;padding:8rem 0}@media only screen and (max-width:1440px){.s-hero .s__content{padding:7.5rem 0}}@media only screen and (max-width:987px){.s-hero .s__content{padding:8rem 0}}@media only screen and (max-width:767px){.s-hero .s__content{padding:8rem 0}}.s-hero .s__content>*{max-width:100%}.s-hero .s__content--v-center{justify-content:center}.s-hero .s__content--v-end{justify-content:flex-end}.s-hero .s__content--h-left{text-align:left}.s-hero .s__content--h-center{align-items:center;text-align:center}.s-hero .s__title{font:500 var(--font-size-h-2xl)/1.2 var(--font-heading)}.s-hero .s__text{font:400 var(--font-size-h-sm)/1.3 var(--font-text);margin:1rem 0 0}.s-hero .s__cta{margin:2rem 0 0}@media only screen and (max-width:987px){.s-hero .s__cta{margin:1.5rem 0 0}}.s-hero-cols--2 .s__container{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding-left:calc(var(--container-offset)/2);width:100%;max-width:var(--container-max-width)}@media only screen and (max-width:1280px){.s-hero-cols--2 .s__container{flex-wrap:wrap;width:calc(100% - var(--container-offset))}}.s-hero-cols--2 .s__content{flex:0 0 50%;padding-right:1rem;max-width:40.44rem}@media only screen and (max-width:1280px){.s-hero-cols--2 .s__content{flex:0 0 100%;height:auto}}@media only screen and (max-width:987px){.s-hero-cols--2 .s__content{max-width:100%}}.s-hero-cols--2 .s__media{position:relative;flex-grow:1}@media only screen and (max-width:1280px){.s-hero-cols--2 .s__media{height:20rem}}.s-hero-cols--2 .s__media img{position:relative}.s-hero .scroll-down{position:absolute;bottom:3.2rem;left:50%;z-index:1;transform:translateX(-50%)}@media only screen and (max-width:1440px){.s-hero .scroll-down{bottom:2.5rem}}@media only screen and (max-width:767px){.s-hero .scroll-down{bottom:2rem}}.s-hero .scroll-down .scroll-down__icon{display:block;width:100%;max-width:30px}@media only screen and (max-width:767px){.s-hero .scroll-down .scroll-down__icon{max-width:20px}}.s-hero .scroll-down .scroll-down__icon img{display:block;width:auto;max-width:100%}