.rsg-hero-banner {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.rsg-hero-top {
    border-radius: 0 0 0 188px;
    background: linear-gradient(90deg, #0059A8 0%, #34415C 158.62%);
}

.rsg-hero-btm-button-wrap {
    margin-top: 20px;
}
.rsg-hero-container,
.rsg-hero-bottom-container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
}

.rsg-hero-container {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
    gap: 80px;
    z-index: 3;
}

.rsg-hero-content-wrap {
    padding: 80px 0 105px;
}

.rsg-hero-eyebrow {
    color: #FFF !important;
    font-family: Lato;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 900;
    line-height: normal !important;
}

.rsg-hero-heading {
    margin-bottom: 25px !important;
    color: rgba(255, 221, 0, 1) !important;
    font-family: Lato !important;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: normal !important;
}

.rsg-hero-description {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.rsg-hero-button-wrap {
    margin-top: 54px;
}



.rsg-hero-button:hover,
.rsg-hero-button:focus {
    background: #fff;
    color: #34415C;
}

.rsg-hero-media-wrap {
    position: relative;
    width: 100%;
    max-width: 492px;
    margin-top: 138px;
    margin-left: auto;
    margin-bottom: -116px;
    z-index: 4;
}

.rsg-hero-image {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 64.4px 0 rgba(52, 65, 92, 0.46) !important;
}

.rsg-hero-shape {
    position: absolute;
    display: block;
    border: 5px solid #ffd800;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.rsg-hero-shape-one {
    width: 392px;
    height: 392px;
    top: -128px;
    right: -188px;
}

.rsg-hero-shape-two {
    width: 196px;
    height: 196px;
    left: -68px;
    bottom: -90px;
    z-index: 3;
}

.rsg-hero-bottom {
    position: relative;
    background: #fff;
}

.rsg-hero-bottom-container {
    position: relative;
    padding: 76px 0 86px;
    z-index: 4;
}

.rsg-hero-bottom-heading {
    /*max-width: 610px;*/
    margin: 0 0 28px !important;
    color: #34415C !important;
    font-family: Lato !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
}

.rsg-hero-bottom-description {
    /*max-width: 650px;*/
    color: #34415C;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* Responsive */
@media (max-width: 1200px) {
    .rsg-hero-container {
        gap: 44px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    }

    .rsg-hero-media-wrap {
        max-width: 470px;
    }
}

@media (max-width: 991px) {
    .rsg-hero-top {
        min-height: auto;
        border-bottom-left-radius: 110px;
    }

    .rsg-hero-container {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: auto;
    }

    .rsg-hero-content-wrap {
        max-width: 100%;
        padding: 62px 0 0;
    }

    .rsg-hero-media-wrap {
        max-width: 560px;
        margin: 0 auto -82px;
    }

    .rsg-hero-image {
        height: 440px !important;
    }

    .rsg-hero-bottom-container {
        padding-top: 122px;
    }

    .rsg-hero-shape-one {
        width: 300px;
        height: 300px;
        top: -120px;
        right: -160px;
    }
}

@media (max-width: 767px) {
    .rsg-hero-container,
    .rsg-hero-bottom-container {
        width: min(100% - 32px, 1220px);
    }

    .rsg-hero-top {
        border-bottom-left-radius: 76px;
    }

    .rsg-hero-content-wrap {
        padding-top: 48px;
    }

    .rsg-hero-eyebrow {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .rsg-hero-heading {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -0.8px;
    }

    .rsg-hero-description {
        margin-top: 20px;
        font-size: 17px;
    }

    .rsg-hero-button-wrap {
        margin-top: 32px;
    }

    .rsg-hero-button {
        min-height: 58px;
        padding: 16px 24px;
        font-size: 18px;
    }

    .rsg-hero-media-wrap {
        margin-bottom: -58px;
    }

    .rsg-hero-image {
        height: 340px !important;
    }

    .rsg-hero-shape-two {
        width: 138px;
        height: 138px;
        left: -36px;
        bottom: -52px;
        border-width: 4px;
    }

    .rsg-hero-bottom-container {
        padding-top: 96px;
        padding-bottom: 58px;
    }


}

@media (max-width: 480px) {
    .rsg-hero-heading {
        font-size: 36px;
    }

    .rsg-hero-image {
        height: 270px !important;
    }

    .rsg-hero-shape-one {
        width: 230px;
        height: 230px;
        top: -96px;
        right: -132px;
    }

    .rsg-hero-bottom-heading {
        font-size: 30px;
    }
}