.hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:35rem;overflow:hidden;padding:2rem 0;position:relative;width:100%}.hero__video{bottom:0;height:100%;left:0;object-fit:cover;top:0;width:100%;z-index:0}.hero__video,.hero__video__mute{background:#000;position:absolute}.hero__video__mute{bottom:32rem}.hero__video__mute,.hero__video__play{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:1.6em;justify-content:center;line-height:1;opacity:1;padding:.2em;right:1.6vw;width:1.6em;z-index:1}.hero__video__play{background:#000;bottom:29rem;position:absolute}.hero__overlay{background:rgba(0,0,0,.3);bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.hero__inner{max-width:960px;position:relative;text-align:center;width:95%}.hero__down-arrow{bottom:1.5rem;display:none;position:absolute;transform:rotate(180deg);width:1.9rem}@media only screen and (max-width:1100px){.hero__video__mute{bottom:75px}.hero__video__play{bottom:40px}}@media only screen and (max-width:900px){.hero__down-arrow{display:flex}.hero{min-height:calc(var(--vh, 1vh)*100 - var(--headerHeight, 57px))}}