.rsg-hero-banner {
    position: relative;
    background: linear-gradient(90deg, rgb(11, 181, 231) 0%, rgb(9, 90, 200) 100%);
    overflow: hidden;
}

.rsg-hero-left-side {
    padding: 50px 0;
}

.rsg-hero-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0px auto;
    gap: 50px;
    padding: 0px;
}
.rsg-hero-image-wrap {
    height: 100%;
}
@media only screen and (min-width: 1024px) {
    .rsg-hero-content {
        width: 79%;
        max-width: 100%;
        margin-right: 0px !important;
        margin-left: auto !important;
    }
}

.rsg-hero-eyebrow {
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.rsg-hero-heading {
    margin-bottom: 0 !important;
    font-size: clamp(42px, 4vw, 78px);
    color: rgb(10, 12, 153);
    font-style: normal;
    font-weight: 758;
    line-height: normal;
    font-family: var(--font-heading);
}

.rsg-hero-description {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.rsg-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 758;
    font-family: var(--font-heading);
    padding: 12px 26px;
    border-radius: 999px;
    background: rgb(10, 12, 153);
    text-decoration: none;
    transition: 0.25s;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.rsg-hero-button:hover {
    background: #ffffff;
    color: #070096;
}

.rsg-hero-image-wrap {
    clip-path: ellipse(95% 95% at 100% 50%);
    height: 100%;
    width: 100%;
}
.rsg-hero-image {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
    border-radius: 0px !important;
}

.rsg-hero-bottom-bar {
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    background-color: #5856e8;
    color: #fff !important;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 20px;
}

@media (max-width: 900px) {
    .rsg-hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 45px 0 35px;
    }

    .rsg-hero-content {
        max-width: 100%;
    }

    .rsg-hero-image {
        border-radius: 40px;
    }
}



@media (max-width: 600px) {
	.rsg-hero-image-wrap {
    clip-path: none;
	}
    .rsg-hero-container {
        width: min(100% - 28px, 1200px);
    }

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

    .rsg-hero-description {
        font-size: 16px;
    }

    .rsg-hero-bottom-bar {
        font-size: 14px;
    }
}

span.rsg-hero-offer-icon {
    vertical-align: middle;
}

.rsg-hero-offer-wrap {
    display: block;
    width: 81%;
    position: relative;
    margin-top: 40px;
}
.rsg-hero-offer-button {
    background: #00BEEC;
    border: none;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0 100%);
    padding: 13px 70px 8px 30px;
    display: block;
    text-align: right;
    color: #FFF;
    font-family: "Helvetica Neue";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}