.lp-section--hero-reg {
    background: url(../img/hb_aiup-opt.jpg?1775035632) center no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.975);
    min-height: 300px;
}

.lp-wrapper--hero-reg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.lp-hero-reg__layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-column-gap: 60px;
}

.lp-hero__overlay {
    background: rgba(0, 0, 0, 0.1);
}

/* region "Start content" */

.lp-hero-reg__logos {
    width: 480px;
    height: auto;
    margin-bottom: 50px;
}

.lp-hero-reg__title {
    font-size: 22px;
    font-weight: 700;
    border-bottom: solid #fff 1px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}

.lp-hero-reg__description {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}

.lp-hero-reg__description small {
    display: inline-block;
    font-weight: 400;
    margin-top: 18px;
    font-size: 14px;
}

/* endregion */

/* region "End content" */

.form--hero-reg {
    border: solid #28ff52 4px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
}

.lp-hero-reg__form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.form--hero-reg .form__lb__checkbox {
    font-size: 12px !important;
}

.form--hero-reg a {
    color: #fff !important;
}

.form__btn--hero-reg {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 60px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.lp-hero-reg__accession-notice {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}

/* endregion */

@media all and (max-width: 1100px) {
    .lp-hero-reg__layout {
        grid-template-columns: 1fr 360px;
        grid-column-gap: 40px;
    }
}

@media all and (max-width: 960px) {
    .lp-hero-reg__layout {
        grid-template-columns: 100%;
        grid-row-gap: 50px;
        grid-column-gap: 0;
    }
}

@media all and (max-width: 560px) {
    .lp-hero-reg__logos {
        display: block;
        width: 100%;
    }
}
