.hero{align-items:stretch;display:flex;flex-direction:column}.hero--no-media{align-items:center;justify-content:center}.hero__content-wrapper{display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem;width:100%}.hero--no-media .hero__content-wrapper{max-width:800px;text-align:center}.hero__content{padding-bottom:1rem}.hero--has-media .hero__content{max-width:600px}.hero__lottie-animation{align-items:center;display:flex;justify-content:center;max-width:100%}.hero__buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.hero--no-media .hero__buttons{justify-content:center}.hero__buttons .button{margin:.5rem}.hero__media-wrapper{display:flex;overflow:hidden;position:relative;width:100%}.hero__media-wapper--image{min-height:50vh}.hero__video{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero__video video{display:block;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;z-index:1}.hero__video video,img.hero__image{height:100%;object-fit:cover;position:absolute}img.hero__image{width:100%}@media (max-width:767px){.hero__video{display:none}}@media (min-width:768px){.hero{min-height:75vh}.hero--has-media,.hero--row{flex-direction:row}.hero--row-reverse{flex-direction:row-reverse}.hero--has-media .hero__content-wrapper,.hero--has-media .hero__media-wrapper{width:50%}.hero__media-wrapper{min-height:75vh}}