.module-hero{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.module-hero .module-hero__overlay{bottom:0;left:0;right:0;top:0;z-index:2}.module-hero .module-hero__overlay,.module-hero .module-hero__video{align-items:center;display:flex;justify-content:center;position:absolute}.module-hero .module-hero__video{height:100%;height:100vh;overflow:hidden;width:100%;z-index:1}.module-hero .module-hero__video .simpleParallax{height:100%;width:100%}.module-hero .module-hero__video .simpleParallax img,.module-hero .module-hero__video img,.module-hero .module-hero__video video{height:100%;object-fit:cover;width:100%}.module-hero .module-hero__content{height:calc(100% - 130px);max-width:1280px;padding-left:1rem;padding-right:1rem;position:relative;z-index:3}.module-hero .module-hero__content .module-hero__title{max-width:800px}.module-hero .module-hero__content.align-items-end .module-hero__title,.module-hero .module-hero__content.align-items-start .module-hero__title{max-width:650px}.module-hero .module-hero__content.align-items-center .module-hero__description{max-width:700px}.module-hero .module-hero__content.align-items-end .module-hero__description,.module-hero .module-hero__content.align-items-start .module-hero__description{max-width:600px}.module-hero .module-hero__content.align-items-start .module-hero__description,.module-hero .module-hero__content.align-items-start .module-hero__title{text-align:left}.module-hero .module-hero__content.align-items-center .module-hero__description,.module-hero .module-hero__content.align-items-center .module-hero__title{text-align:center}.module-hero .module-hero__content.align-items-end .module-hero__description,.module-hero .module-hero__content.align-items-end .module-hero__title{text-align:right}.module-hero__video-controls{bottom:1rem;left:1rem;position:absolute;z-index:100}.module-hero__video-controls button{border:0;display:block;padding:0}.module-hero__video-controls button,.module-hero__video-controls button svg{height:var(--spacing-40);width:var(--spacing-40)}.module-hero__video-controls button svg path{stroke:var(--white);stroke-width:1px}.module-hero__video-controls button:hover svg path{stroke:var(--secondary)}.module-hero__video-controls button .module-hero__pause,.module-hero__video-controls button.playing .module-hero__play{display:none}.module-hero__video-controls button.playing .module-hero__pause{display:block}