section.block-hero{
    padding: 0 0 0 60px;
    border: none;
}
section.dark{
    background-color: var(--wp--preset--color--grey-04);
}
section.light{
    background-color: var(--wp--preset--color--grey-03);
}
section.block-hero.hero-type_1{
    padding-bottom: 90px;
}
section.block-hero.hero-type_2{
    background-position: calc(((100vw - var(--wp--custom--layout--content-size))/2) + var(--wp--custom--layout--content-size)/2) center;
    background-repeat: no-repeat;
    background-size: 66.5rem;
}
.inner-hero{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48.25rem;
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
section.block-hero.hero-type_2 .inner-hero{
    min-height: 42rem;
}
section.block-hero.hero-type_1 .inner-hero{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 47.625rem;
}
.inner-hero > div{
    max-width: 628px;
}
@media (min-width: 921px) and (max-width: 1440px) {
    section.block-hero.hero-type_1 .inner-hero {
        background-position: right top;
        background-size: 39.25rem;
        min-height: 47.25rem;
    }
    .inner-hero > div {
        max-width: 465px;
    }
}
@media (max-width: 920px) {
    .inner-hero {
        align-items: flex-start;
        background-image: none !important;
        min-height: auto !important;
    }
    section.block-hero.hero-type_2{
        background-image: none !important;
        min-height: auto !important;
    }
    .inner-hero img {
        padding-top: 32px;
    }
    section.block-hero.hero-type_1, section.block-hero.hero-type_2{
         padding-bottom: 50px;
     }
    .image-type2-mvl{
        min-height: 298px;
        background-repeat: no-repeat;
        background-size: 140%;
        background-position-x: -10px;
        margin-top: 32px;
    }
}
@media (min-width: 1700px){
    section.block-hero {
        padding-left: 0;
    }
}