.block-hero .hero-wrapper{background-position:center;padding:8rem 0;color:#ffffff;background-size:cover;background-color:#004b91;text-align:center;}
.block-hero .hero-wrapper.with-bg{position: relative;text-align:left;padding:clamp(10rem, 12vw, 40rem) 0;}
.block-hero .hero-wrapper.with-bg:before{content:'';position:absolute;top:0;left:0;width:90%;height:100%;background:linear-gradient(90deg, rgb(0, 75, 145, 0.9) 30%, transparent);z-index:1;}
.block-hero .hero-wrapper *{color:inherit !important;}

.block-hero .hero-wrapper .hero-content{position:relative;z-index:2;}
#page .block-hero .hero-wrapper .hero-content > *{opacity:0;transform:translateY(50px);}

@media(max-width:1024px){
    .block-hero .hero-wrapper{padding:8rem 0rem !important;text-align:center !important;background-image:unset !important;}
    .block-hero .hero-wrapper .container{max-width:380px}
}