section.cta .block_background_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

section.cta .container {
    position: relative;
    max-width: 1300px !important;
}

section.cta h2 {
    font-size: 4rem;
    line-height: 4rem;
}

section.cta .cta--text {
    max-width: 450px;
}
section.cta .cta--form {
}

.cta--form .nf-field-label {
    position: absolute;
    left: -9999px;
}

.cta--form .field-wrap.checkbox-wrap .nf-field-label {
    position: initial;
}
.cta--form .field-wrap.checkbox-wrap .nf-field-label label {
    margin-left: 15px;
}

.cta--form .ninja-forms-field[type="checkbox"] {
    width: auto;
}

.cta--form .field-wrap.checkbox-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 15px;
    align-items: center;
    color: gray;
    margin: 10px 0;
}

.checkbox-container {
    margin-bottom: 10px;
    display: block;
}

.nf-form-title {
    display: none;
}

nf-field {
}
.cta--form input {
    width: 100%;
    background-color: #f3f3f3;
    padding: 15px;
    border: 1px solid #f3f3f3;
    margin: 5px 0;
}

.nf-after-form-content {
    display: none;
}

@media (max-width: 900px) {
    .cta .container .row {
        padding: 2rem 0 !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 769px) {
    #ninja_forms_required_items,
    .nf-field-container {
        margin-bottom: 15px !important;
    }
    .checkbox-container {
        background-color: #f3f3f3;
        padding: 0px;
    }
    .checkbox-container label {
        font-weight: 400;
        margin-left: 0 !important;
    }
    .nf-field-label {
        padding-left: 0.5rem !important;
    }
    .nf-field-element {
        order: none !important;
    }
}
