.hb-home-widget_wrapper {
    padding-top: 3.125rem;
    background: url('/img/hb-home-hero-bg.jpg') top center no-repeat transparent;
}

.hb-home-widget_wrapper h1 {
    font-family: 'Open Sans', 'Lato', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.75rem;
}

.hb-home-widget_container {
    background-color: var(--card-section-color);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    margin-bottom: 2.5rem;
}

.hb-home-widget_container-partners img {
    max-width: 8rem;
}

.hb-home-badge_container {
    border-radius: 1rem;
    gap: 1rem;
}

.hb-home-badge_container div {
    flex: 1 1 calc(50%);
}

.hb-home-badge_container img {
    max-width: 3.125rem;
    max-height: 3.125rem;
}

.hb-home-badge_container p {
    font-size: 0.875rem;
}

.hb-home-save-section_offer {
    width: 100%;
    background: radial-gradient(circle at 105% 30%,
            #0058c2 0%,
            #0058c2 85px,
            #2976da 85px,
            #2976da 189px,
            #0058c2 190px);
}

.hb-home-save-section_offer h2 {
    line-height: 2rem;
}

.hb-home-save-section_offer p {
    line-height: 1.125rem;
}

.hb-home-save-section_offer a {
    width: 10rem;
}

.hb-home-save-section_asset {
    width: 60%;
    direction: rtl;
    border-radius: 0 0.25rem 0.25rem 0;
}

.hb-home-save-section_savings {
    width: 125px;
    height: 125px;
    font-size: 2.25rem;
    line-height: 1;
    right: -62px;
    top: calc(50% - 62px);
}

.hb-home-save-section_savings span {
    font-size: 1.5rem;
}

.hb-home-promo-section-container {
    background: url('/img/hb-home-promo-bg.jpg') center bottom no-repeat transparent;
    background-size: cover;
    height: 375px;
}

.hb-home-promo-section-card {
    background-color: var(--card-section-color);
    padding: 1.25rem 3rem;
}

.hb-home-promo-section-card h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.hb-home-promo-section-card a {
    font-size: 1.25rem;
    padding: 0 2rem;
}

.hb-home-destinations-section-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.hb-home-destinations-section-container a {
    border-radius: 1rem;
    max-height: 7.5rem;
}

.hb-home-destinations-section-container a img {
    object-fit: cover;
}

.hb-home-destinations-section-container a span {
    background-color: var(--secondary-color);
    bottom: 0;
}

.hb-home-destinations-section-container a:hover span {
    background-color: var(--primary-color);
}

@media (min-width: 768px) {
    .hb-home-widget_wrapper {
        padding-top: 5.875rem;
    }

    .hb-home-widget_wrapper h1 {
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 1.75rem;
    }

    .hb-home-badge_container div {
        flex-basis: calc(100% / 3);
    }

    .hb-home-badge_container img {
        max-width: 3.5rem;
        max-height: 3.5rem;
    }

    .hb-home-save-section_offer {
        width: 40%;
        background: radial-gradient(circle at 100%,
                #0058c2 0%,
                #0058c2 92px,
                #2976da 92px,
                #2976da 165px,
                #0058c2 165px);
        border-radius: 0.25rem 0 0 0.25rem;
    }

    .hb-home-save-section_offer>* {
        max-width: 17rem;
    }

    .hb-home-save-section_savings {
        position: absolute;
    }

    .hb-home-promo-section-container {
        background-position: center;
        height: auto;
    }

    .hb-home-promo-section-card {
        width: 70%;
        max-width: 700px;
        border-radius: 1rem;
        padding: 3.25rem 2rem;
    }

    .hb-home-promo-section-card h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .hb-home-promo-section-card p {
        font-size: 1.5rem;
        line-height: 1.25rem;
    }

    .hb-home-promo-section-card a {
        font-size: 1.5rem;
        padding: 0 2rem;
    }

    .hb-home-destinations-section-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .hb-home-widget_container {
        padding: 1.5rem 2rem;
        margin-bottom: 4.125rem;
    }

    .hb-home-badge_container {
        padding-top: 2rem;
    }

    .hb-home-badge_container div {
        flex-basis: 20%;
    }

    .hb-home-destinations-section-container {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 1280px) {
    .hb-home-widget_container-partners {
        width: 75%;
    }

    .hb-home-promo-section-card {
        width: 50%;
    }
}
