.hero{align-items:flex-end;display:flex;font-size:2rem;min-height:50rem;padding:4rem 2rem 7.8rem}.hero,.hero h1{color:var(--white)}.hero .content-wrapper{align-items:center;display:flex;gap:2rem;justify-content:space-between;width:100%;z-index:1}.hero-vid{height:calc(100vh - 178px);overflow:hidden;position:relative}.hero-vid video{height:100%;left:0;object-fit:cover;position:absolute;top:0;inset:0;width:100%;z-index:-1}.hero-controls{align-items:center;display:flex;gap:2rem;position:absolute;right:2rem;top:2rem}.hero-controls img{filter:brightness(0) invert(1);opacity:.8;transition:opacity .2s ease}.hero-controls img:hover{cursor:pointer;opacity:1}.hero-controls__pause-play img{height:2.2rem}.hero-controls__mute-unmute img{height:1.6rem}.hero__bg{height:100%;left:0;position:absolute;top:0;width:100%}.hero__bg img{height:100%!important;object-fit:cover;object-position:center center;width:100%!important}@media(min-width:992px){.hero-controls{position:relative;right:auto;top:auto}}@media (max-width:800px){.hero.hero-vid{aspect-ratio:16/9;height:auto;min-height:auto}.hero.hero-vid:after{top:80%}}