.hs-hero{display:flex;justify-content:center;overflow:hidden;position:relative}.hs-hero img{object-fit:cover;width:100%}.hs-hero:before{bottom:0;content:"";display:block;left:0;opacity:.2;position:absolute;right:0;top:0}.hs-hero__content{padding:0 1em;position:absolute;width:100%;z-index:1}.hs-hero__content main{font-size:1.8em}.hs-hero__content--center{text-align:center}.hs-hero__content--right{text-align:right}.hs-hero__content h2{font-size:20px;font-weight:400;letter-spacing:.1em;text-transform:uppercase}@media only screen and (min-width:768px){.hs-hero{height:calc(100vh - 250px)}.hs-hero__content{max-width:1240px;top:10%}.hs-hero h1{font-size:80px;line-height:1.1em}.hero-cta a.cta_button{margin-top:60px}.mobile{display:none}}@media only screen and (max-width:768px){.hs-hero h1{font-size:30px}.hs-hero img{min-height:400px;object-fit:cover;width:100%}.hs-hero__content{align-items:flex-end;bottom:0;display:flex;text-align:center;top:0}.hero-cta a.cta_button{margin:30px auto}.bubble,.desktop{display:none}.hs-hero__content h2{font-size:16px}}@keyframes softmove{0%{transform:rotate(0deg) scale(.7)}50%{transform:rotate(30deg) scale(1)}to{transform:rotate(0deg) scale(.7)}}.bubble{animation-duration:60s;animation-iteration-count:infinite;animation-name:softmove;bottom:-150px;left:-200px;position:absolute}@keyframes softmove2{0%{transform:rotate(45deg) scale(1)}50%{transform:rotate(0deg) scale(1.2)}to{transform:rotate(45deg) scale(1)}}.bubble.top{animation-duration:80s;animation-iteration-count:infinite;animation-name:softmove2;left:auto;position:absolute;right:-100px;top:-50px}