.hero{align-content:center;align-items:center;display:flex;flex-wrap:wrap;justify-items:stretch;position:relative}.hero:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero__content{padding:4rem 2rem;position:relative;width:50%;z-index:2}.hero__content p{font-size:clamp(1.3em,3vw,2.2em);line-height:1.2;margin:15px 0}.hero__content span+h1{margin-top:20px}.hero--flex-end .hero__content{padding-left:0}.hero--flex-start .hero__content{padding-right:0}.hero__title{font-weight:500;line-height:1.2}.hero__img{height:100%;left:0;margin:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-2}.hero__img img{height:100%;min-height:100%;object-fit:cover;opacity:1;width:100%}.hero__link{display:flex;gap:20px;margin-top:30px}.hero--flex-start{justify-content:flex-start}.hero--center{justify-content:center}.hero--flex-end{justify-content:flex-end}@media (min-width:768px){.hero--flex-end .hero__content{padding-right:max(2rem,calc(50vw - 570px))}.hero--flex-start .hero__content{padding-left:max(2rem,calc(50vw - 570px))}}@media (max-width:768px){.hero{height:auto!important}.hero__content{padding:2rem!important;text-align:center;width:100%}}