.module-hero{display:flex;padding-top:60px;position:relative;align-items:flex-end;padding-bottom:120px;height:390px;background-size:cover;background-position:center center;background-repeat:no-repeat}.module-hero .row{max-width:calc(1120px + calc(2 * var(--gutter-size)))}.module-hero-content{position:relative;z-index:1;width:100%}.module-hero h1{font-weight:200;margin-bottom:0;font-size:2.5rem;color:var(--color-white)}.module-hero-media{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position-x:50%;background-repeat:no-repeat}.module-hero-media:after,.module-hero-media:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(19,30,41,.3);content:""}.module-hero-media:after{background:linear-gradient(45deg,rgba(19,30,41,.2) 0%,rgba(18,31,41,.2) 70%,rgba(158,0,126,.53) 100%)}.module-hero-media img,.module-hero-media video{width:100%;height:100%;object-fit:cover}.module-hero-title .letters{position:relative;display:inline-block}.module-hero-title .letters strong{white-space:nowrap;font-weight:inherit}.module-hero-title .letters span{opacity:0;display:inline-block;line-height:1em}.module-hero-title .letters span.active{opacity:1;transition:opacity 0.6s ease-out 0.1s}@media screen and (min-width:768px){.module-hero{height:600px;padding-bottom:200px}.module-hero h1{font-size:50px}.module-hero-media:after{background:linear-gradient(to right,rgba(19,30,41,.2) 0%,rgba(18,31,41,.2) 80%,rgba(158,0,126,.53) 100%)}}@media screen and (min-width:1025px){.module-hero{height:700px;padding-bottom:270px}}