.hero-banner-container-wrap {
    position: relative;
}

.hero-banner-bg-mobile {
    background: linear-gradient(201.78deg, #1a78db 0%, #1a78db 50%, #1a78db 100%), #CCE5FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-banner-container {
    max-width: 1140px;

    padding: 50px 0;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.hero-banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * (100vw - 1140px) / 2);
    height: 100%;
    width: calc((100vw - 1140px) / 2);
    /* Calculate width based on viewport width */
    background: #2075CE;
    /* Set the background color */
    background: linear-gradient(201.78deg, #1a78db 0%, #1a78db 50%, #1a78db 100%), #CCE5FF;
    z-index: -1;
    /* Move the pseudo-element behind the container */
}

.hero-banner-container-wrap .hero-bg {
    display: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.p-t40-b40 {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-banner-container .hero-banner-column {
    position: relative;
    min-height: 1px;
    display: flex;
    padding: 0 20px;
}

.hero-banner-container .hero-banner-cta {
    position: relative;
    display: inline-block;
    left: 3px;
    box-sizing: border-box;
    padding: 9px 50px;
    text-align: center;
    border-radius: 6px;
    max-width: 380px;
    width: 98%;
    margin-bottom: 16px;

    font-size: 16px;
    line-height: 21px;
    font-weight: 600;

    color: #000000;
    background: #FECB1A;
    background: linear-gradient(92.91deg, #FECB1A -5.25%, #FDD344 100.39%);

    flex: none;
    order: 0;
    flex-grow: 0;

    transition: all 0.2s ease;
}

.hero-banner-container .hero-banner-cta:before {
    content: '';
    border-radius: 6px;
    background-image: linear-gradient(271.55deg, #E7B50A -1.96%, #FFDA5C 100.17%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    top: -3px;
    left: -3px;
    position: absolute;
    z-index: -1;
}

.hero-banner-container .hero-banner-cta:hover {
    color: #000000;
    background: #FDD344;
    background: linear-gradient(92.91deg, #FDD344 -5.25%, #FECB1A 100.39%);
}

.hero-banner-container .hero-banner-column-50 {
    width: 50%;
}

div.hero-banner-content h1 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0;
}

div.hero-banner-content .sub-heading {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

div.hero-banner-content h1,
.recognitions {
    color: #ffffff;
}

.hero-banner-container .no-credit-card {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 18px;
}

.recognitions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.recognitions .rating {
    max-width: none;
    text-align: center;
    position: relative;
    width: 50%;
}

.recognitions .rating:first-child {
    padding-right: 24px;
    margin-right: 0;
}

.recognitions .rating:last-child {
    padding-left: 24px;
}

.recognitions .rating:first-child:after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 94%;
    margin: 4px 0;
}

.recognitions .rating img {
    max-width: 90px;
    margin: 0 auto;
}

.recognitions .rating-info {
    font-size: 12px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.hero-banner-container .align-content-center {
    display: flex;
    align-content: center;

    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.hero-banner-image-mobile {
    display: block;
    margin: 0 auto;
}

div.hero-banner-image-mobile img {
    margin: 40px auto 0;
    max-width: 280px;
}

.hero-banner-image-desktop {
    max-width: 350px;
}

@media (max-width: 1024px) {
    .hero-banner-container {
        flex-wrap: wrap;
        max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .hero-banner-container {
        max-width: 767px;
    }
    .hero-banner-container .hero-banner-column {
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 440px) {
    .recognitions {
        margin-top: 48px;
    }

    .recognitions .rating {
        max-width: 170px;
        width: auto;
    }

    .recognitions .rating img {
        max-width: 120px;
        margin: 0 auto;
    }

    .recognitions .rating:first-child {
        margin-right: 9px;
    }

    .recognitions .rating:last-child {
        padding-left: 0;
    }

    .hero-banner-column-wrap .hero-banner-image {
        margin: 0 auto 0 0;
    }
}

@media screen and (min-width: 576px) {
    div.hero-banner-content h1 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    div.hero-banner-content .sub-heading {
        margin-bottom: 29px;
    }

    .p-t40-b40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {        
    .hero-banner-image-desktop {
        max-width: initial;
    }
    .hero-banner-image-desktop {
        margin: 0 -50px;
    }
    .hero-banner-container-wrap,
    .hero-banner-bg-mobile {
        background: none;
    }

    .hero-banner-bg-mobile,
    .hero-banner-image-mobile {
        display: none;
    }

    .hero-banner-container-wrap .hero-bg {
        display: block;
    }

    .hero-banner-container-wrap .hero-bg {
        background-position: calc(((100vw - 1140px) / 2) - 80px) center;
    }

    .hero-banner-container .no-credit-card {
        font-size: 16px;
        line-height: 20.8px;
    }

    .p-t40-b40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-banner-content {
        max-width: 500px;
    }

    .hero-banner-container .hero-banner-cta {
        font-size: 16px;
        line-height: 21px;
        padding: 9px 80px;
        border-radius: 8px;
        max-width: 488px;
        width: auto;
    }

    .hero-banner-container .hero-banner-cta:before {
        border-radius: 8px;
    }
}

@media screen and (min-width: 892px) {
    div.hero-banner-content h1 {
        font-size: 47px;
        line-height: 61.1px;
        margin-bottom: 20px;
    }

    div.hero-banner-content .sub-heading {
        font-size: 16px;
        line-height: 20.8px;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 992px) {

    .hero-banner-container-wrap .hero-bg {
        background-position: calc(((100vw - 1140px) / 2) - 150px) center;
    }
}

@media screen and (min-width: 1100px) {
    .hero-banner-content {
        max-width: 100%;
    }

    .hero-banner-container-wrap .hero-bg {
        background-position: calc(((100vw - 1140px) / 2) - 200px) center;
    }

    .hero-banner-container .hero-banner-cta {
        font-size: 18px;
        line-height: 23.4px;
        font-weight: 600;
        padding: 11px 90px;
        border-radius: 8px;
        max-width: 488px;
        width: auto;
    }

    .hero-banner-container .hero-banner-cta:before {
        border-radius: 8px;
    }
}

@media screen and (min-width: 1400px) {
    .hero-banner-container-wrap .hero-bg {
        background-position: calc(((100vw - 1140px) / 2) - 200px) center;
    }
}

@media screen and (min-width: 1492px) {
    .hero-banner-container-wrap .hero-bg {
        background-size: contain;
    }
}