@media (min-width: 768px) {
    .wvforms-hero {
        padding: 30px 0;
    }
    .wvforms-hero.small-hero {
        padding: 30px 0;
    }
    .wvforms-hero.small-hero.small-hero-only-mobile {
        padding: 80px 0;
    }
}
@media (min-width: 992px), (max-width: 767px) {
    .cnt-slider .wvforms-hero {
        margin-left:-15px;
    }
}

@media (max-width: 767px) {
    .wvforms-hero .wvforms-form {
        margin: 30px auto;
    }
    .wvforms-hero.small-hero .wvforms-form {
        margin: 0px auto;
    }
    .wvforms-hero.small-hero .wvforms-form .forms.stage, .wvforms-hero.small-hero .hero-row > div.col-md-8 {
        padding: 0px;
    }
}

.wvforms-hero .hero-row div[class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wvforms-hero .background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.wvforms-hero .background img {
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.wvforms-hero .forms .body {
    padding: 0;
}*/

/*.container.cnt-slider, main.cnt-slider {
    position: relative;
    padding: 0;
}*/

.wvforms-hero .hero-row {
    display: flex;
}

.wvforms-hero .hero-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wvforms-hero .hero-side img {
    align-self: flex-start;
    width: auto;
}

.wvforms-hero .hero-side p.type-headline-hero {
    font-size: clamp(23px, 2.5vw, 32px);
}

.wvforms-hero .hero-arrow {
    margin: 20px 0;
    display: block;
    max-width: 120px;
}

.wvforms-hero .hero-badge-row {
    display: flex;
    justify-content: space-evenly;
}

.wvforms-hero .hero-badge-row img {
    max-width: 50%;
    align-self: center;
    max-height: 90px;
}

.website-2 .wvforms-hero .hero-badge-row img:last-child, .website-3 .wvforms-hero .hero-badge-row img:last-child {
    max-width: 70%;
}

.wvforms-hero .hero-badge-row-mobile {
    justify-content: space-evenly;
    padding: 0 30px;
    margin-bottom: 1rem;
}

.wvforms-hero .hero-badge-row-mobile img {
    width: 30%;
    max-width: 100px;
    position: relative;
    display: inline-block;
    height: auto;
    margin: 6px;
}

.website-2 .wvforms-hero .hero-badge-row-mobile img:last-child, .website-3 .wvforms-hero .hero-badge-row-mobile img:last-child {
    width: 60%;
    max-width: 300px;
}

@media (max-width: 390px) {
    .wvforms-hero .hero-badge-row-mobile img {
        margin: 0;
    }
}

.wvforms-hero .type-headline-hero {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    margin: 0 0 20px 0;
}
.wvforms-hero.small-hero .type-headline-hero {
    margin: 0 0 0px 0;
}

@media (max-width: 1005px) {
    .wvforms-hero .type-headline-hero {
        font-size: 26px;
    }
}

.wvforms-hero .hero-arrow-mobile, .wvforms-hero .hero-badge-row-mobile {
    display: none;
}

@media (max-width: 767px) {
    .wvforms-hero.small-hero .background {
        display:none;
    }
    .wvforms-hero .hero-row {
        flex-direction: column-reverse;
    }

    .wvforms-hero .hero-side {
        padding: 20px 105px 0 30px;
    }

    .wvforms-hero .hero-arrow, .wvforms-hero .hero-badge-row {
        display: none;
    }

    .wvforms-hero .hero-arrow-mobile {
        display: flex;
    }

    .wvforms-hero .hero-badge-row-mobile {
        display: block;
        text-align: center;
    }

    .wvforms-hero.small-hero .hero-side {
        padding: 30px 0px 0px 0px;
    }

    .wvforms-hero.small-hero .hero-row .hero-side {
        display:none;
    }


    .wvforms-hero.small-hero .hero-badge-row-mobile {
        display: none;
    }

    .wvforms-hero.small-hero.small-hero-with-seals .hero-badge-row-mobile {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

.wvforms-hero .hero-arrow-mobile {
    position: absolute;
    right: 35px;
    bottom: 50px;
    max-width: 20%;
    transform: rotate(
            270deg
    );

}

@media (max-width: 600px) {
    .wvforms-hero .hero-arrow-mobile {
        bottom: 25px;
    }
    .wvforms-hero > .container, .wvforms-hero.is-fullsize-css {
        padding: 0;
    }

    .wvforms-hero.small-hero > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.website-1 .wvforms-hero .hero-row ul.check li, .website-2 .wvforms-hero .hero-row ul.check li, .website-3 .wvforms-hero .hero-row ul.check li, .wvforms-hero .hero-row ul.check li {
    font-size: 1.9rem !important;
    padding-left: 40px;
    position: relative;
    margin-top: 1em;
    color: #373737;
    font-weight: 600;
}

.wvforms-hero .hero-row ul.check li::before {
    top: 0;
}

@media (max-width: 430px) {
    .wvforms-hero .hero-row ul.check li {
        font-size: 1.55rem;
    }

    .wvforms-hero .hero-side p.type-headline-hero {
        margin-right: -80px;
    }
    .wvforms-hero.small-hero .hero-side p.type-headline-hero {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 320px) {

}

.wvforms-hero .hero-row ul.check li:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background-image: url("/assets/addons/wvforms/img/check.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.wvforms-hero .wvforms-form {
    background-color: transparent;
}

.forms[data-theme=iv24_d3] .FormsProgress, .forms[data-theme=iv24_d4] .FormsProgress {
    margin-top: 10px !important;
}

.forms[data-theme=iv24-hero] [data-width=md] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24-hero] [data-width=sm] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24-hero] [data-width=xs] .top .HeroHeader .hero-header--text--small,
.forms[data-theme=iv24_d2] [data-width=md] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24_d2] [data-width=sm] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24_d2] [data-width=xs] .top .HeroHeader .hero-header--text--small{
    font-size: 22px;
    padding-top: 15px;
}
@media(max-width: 767px) {
    .forms[data-theme=iv24-hero] [data-width=md] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24-hero] [data-width=sm] .top .HeroHeader .hero-header--text--small, .forms[data-theme=iv24-hero] [data-width=xs] .top .HeroHeader .hero-header--text--small {
        font-size: 20px;
        line-height: 24px;
        padding-top: 10px;
    }
}

.wvforms-hero .hero-side p.type-headline-hero {
    font-size: 32px !important;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    line-height: 1.46667 !important;
}
@media(max-width: 767px) {
    .wvforms-hero .hero-side p.type-headline-hero {
        font-size: 28px !important;
        padding-top: 15px !important;
        padding-bottom: 5px !important;
        line-height: 32px !important;
    }
}

.website-1 .wvforms-hero .hero-row ul.check li, .website-2 .wvforms-hero .hero-row ul.check li, .website-3 .wvforms-hero .hero-row ul.check li, .wvforms-hero .hero-row ul.check li {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 18px !important;
    font-weight: bold;
    color: #373737;
}
.wvforms-hero .hero-row ul.check li:before {
    top: 0 !important;
}
@media(max-width: 767px) {
    .website-1 .wvforms-hero .hero-row ul.check li, .website-2 .wvforms-hero .hero-row ul.check li, .website-3 .wvforms-hero .hero-row ul.check li,.wvforms-hero .hero-row ul.check li {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-top: 18px !important;
        font-weight: bold;
        color: #373737;
    }
}
.wvforms-hero .forms.stage.has-shadow>.container {
    margin-top: 0;
}

.clickout-bg {
    background-color: #f2f2f2;
    background-color: #ffffff;
}

.rle-flow-hero .rle-flow-hero-badges-mobile ul.check li:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background-image: url(/assets/addons/wvforms/img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.rle-flow-hero .rle-flow-hero-badges-mobile {
    float: none;
    clear: both;
}

.clickout-bg .clickout .rle-flow-hero-badges-mobile {
    text-align: left;
    padding: 0 15px 15px 15px;
}

.clickout-bg .clickout .rle-flow-hero-badges-mobile  ul.check li, .clickout-bg .rle-flow-hero-badges-mobile  ul.check li  {
    font-size: 1.9rem !important;
    color: #373737;
    font-weight: 600;
}
.clickout-bg .clickout .rle-flow-hero-badges-mobile  ul.check li:before, .clickout-bg .rle-flow-hero-badges-mobile  ul.check li:before {
    top: 0 !important;
}

.clickout-bg .rle-flow-hero-badges-mobile ul {
    text-align: left;
    margin-bottom: 20px;
}

.rle-flow-hero .hero-badge-row a img {
    max-width: 100%;
}

.rle-flow-hero.clickout-bg .rle-flow-hero-badges-mobile {
    margin-top: 10px !important;
}