.page-hero {
    padding: 90px 20px 190px 20px;
    position: relative;
}

.page-hero p {
    color: var(--yellow);
    margin: 0 0;
}

.page-hero p.hero-label {
    font-size: 14px;
    letter-spacing: 3.08px;
    text-transform: uppercase;
    line-height: 13.72px;
    margin: 14px 0 10px 0;
    font-weight: 800;
}

.page-hero p.hero-sub-title {
    font-family: 'Pacifico Regular', sans-serif;
    font-size: 33.3px;
    line-height: normal;
}

.page-hero h1 {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 83.2px;
    font-weight: 400;
    line-height: 81.54px;
    text-transform: uppercase;
}

.page-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../../../library/images/mask-group.svg') center / cover no-repeat;
}

.page-hero img.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-hero p.hero_content {
    color: rgba(255, 255, 255, 0.94);
    font-size: 16.5px;
    font-weight: 500;
    line-height: 28px;
    margin: 16px 0 28px 0;
    max-width: 520px;
}

.page-hero .btn-orange::before {
    background: linear-gradient(130deg, #F47A4A 0%, #E8461C 100%);
    box-shadow: 0 12px 26px 0 rgba(232, 79, 37, 0.38), 0 1px 0 0 rgba(255, 255, 255, 0.28) inset;
}

.page-hero .btn-orange:hover:before {
    box-shadow: none;
}

.page-hero .hero_ctas {
    justify-content: left;
    gap: 15.99px;
    margin-top: 28px;
}

.single_banner_highlights {
    gap: 26px;
    margin-top: 30px;
}

.single_banner_highlights p {
    gap: 7px;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    font-weight: 800;
}

.hero-form .form-bg {
    padding: 28px 28px 26px 28px;
    max-width: 500px;
    margin: 0 auto;
}

.hero-form p.form_title,
.hero-form p.form_des,
.hero-form p.form_subtitle {
    text-align: center;
}

.hero-form p.form_title {
    color: var(--blue);
    font-family: 'Thadonce', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.hero-form p.form_des,
.hero-form p.form_subtitle {
    color: #6B7682;
    line-height: normal;
}

.hero-form p.form_des {
    font-size: 12px;
}

.hero-form p.form_subtitle {
    font-size: 15px;
    max-width: 340px;
    margin: 6px auto 11px auto;
}

.hero-form .form-wrap {
    margin: 11px 0;
}

@media(max-width:1200px) {
    .single_banner_highlights {
        gap: 15px
    }
}

@media(max-width:992px) {

    .hero-form .row .col-md-7,
    .hero-form .row .col-md-5 {
        width: 100%;
    }

    .hero-form .row {
        gap: 48px;
    }

    .page-hero {
        padding: 60px 20px 120px 20px
    }

    .hero-form .form-bg {
        margin-left: 0;
    }

    .page-hero h1 {
        font-size: 40px;
        line-height: 41.2px;
    }

    .form .gform-theme--foundation .gform_fields {
        row-gap: 15px !important;
    }

}

@media(max-width:767px) {

    .page-hero .hero_ctas {
        flex-direction: column;
        align-items: flex-start;
    }

    .single_banner_highlights p {
        line-height: normal;
    }
}