*{box-sizing:border-box}.hero-video{padding:0;height:calc(100vh - 2.375rem);min-height:25rem;overflow:hidden}.hero-video .video-container{top:0;left:0}.hero-video .video-container video{width:100%;height:100%;object-fit:cover}.hero-video .video-overlay{top:0;left:0;z-index:1}.hero-video .video-overlay.overlay-light{background:rgba(0,0,0,.2)}.hero-video .video-overlay.overlay-medium{background:rgba(0,0,0,.4)}.hero-video .video-overlay.overlay-dark{background:rgba(0,0,0,.6)}.hero-video .content-wrap{padding:10rem .9375rem 3.75rem}.hero-video .content-wrap,.hero-video .copy{position:relative;z-index:2}.hero-video .copy h1,.hero-video .copy h2{font-size:1.875rem;margin-bottom:0}.hero-video .copy h1 sup,.hero-video .copy h2 sup{top:-.3125rem}.hero-video .buttons{position:relative;z-index:2;margin-top:5rem}.hero-video .video-play-pause{position:absolute;bottom:1.25rem;left:1.25rem;z-index:3;width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(0,0,0,.5);border:.125rem solid hsla(0,0%,100%,.8);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:background .2s ease;padding:0}.hero-video .video-play-pause:focus-visible,.hero-video .video-play-pause:hover{background:rgba(0,0,0,.75);outline:.125rem solid #ffd503;outline-offset:.125rem}.hero-video .video-play-pause svg{width:.875rem;height:.875rem;fill:#fff;display:block}.hero-video .video-play-pause .icon-play{display:none;margin-left:.125rem}.hero-video .video-play-pause.is-paused .icon-pause{display:none}.hero-video .video-play-pause.is-paused .icon-play{display:block}@media screen and (min-width:768px){.hero-video .content-wrap{padding:6.25rem .9375rem}}