.hero_with_bg_wrapper{display:flex;flex-direction:column;height:fit-content;justify-content:center;min-height:var(--module-min-h);padding:60px 20px;position:relative;width:100%}.hero_with_bg_photo{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.hero_with_bg_photo img{height:100%!important;object-fit:cover;object-position:var(--desk-img-h-pos) var(--desk-img-v-pos);overflow:hidden;width:100%!important}.hero_with_bg_content{margin:0 auto;max-width:var(--content-max-w);padding:0;position:relative;width:100%;z-index:2}.hero_with_bg_content h1{line-height:1;text-transform:uppercase}.hero_with_bg_content>:last-child{margin-bottom:0}.hero_with_bg_content a.button{text-decoration:none}@media (max-width:1300px){.hero_with_bg_photo img{object-position:var(--tabl-img-h-pos) var(--tabl-img-v-pos)}.hero_with_bg_wrapper{min-height:calc(var(--module-min-h)*.8)}}@media (max-width:900px){.hero_with_bg_wrapper{display:flex;flex-direction:column;min-height:164px;padding:0}.hero_with_bg_photo{display:block;height:164px;position:relative}.hero_with_bg_content{background-color:var(--mobl-content-bg);display:flex;flex-direction:column;justify-content:center;min-height:97px;padding:30px 20px}.hero_with_bg_content h1{font-size:25px!important;margin-bottom:15px!important}.hero_with_bg_content p{font-size:20px!important;margin-bottom:20px}}