.index_container__BRTUz {
    max-width: 1330px;
    margin: 0 auto;
    padding: 1rem
}

.hey-bao-callout_icon__C7xjH {
    width: 80px;
    height: 80px;
    margin-right: 1rem
}

@media(max-width:767.98px) {

    .hey-bao-callout_icon__C7xjH,
    .hey-bao-callout_icon__C7xjH img {
        width: 3.25rem;
        height: auto
    }
}

.hey-bao-callout_container__vpc2l {
    background-image: url(/images/pb-logo-bg.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 75% 45%;
    background-size: 30%
}

@media(max-width:1199.98px) {
    .hey-bao-callout_container__vpc2l {
        background-position: 65% 45%
    }
}

@media(max-width:991.98px) {
    .hey-bao-callout_container__vpc2l {
        background-position: 55% 40%;
        background-size: 40%
    }
}

@media(max-width:767.98px) {
    .hey-bao-callout_container__vpc2l {
        background-position: 95% 80%;
        background-size: 40%
    }
}

@media(max-width:575.98px) {
    .hey-bao-callout_container__vpc2l {
        background-position: 95% 100%;
        background-size: 40%
    }
}

.hero-carousel_carousel__vEluf {
    height: 20rem;
    background-color: #e9e9ed;
    border-radius: 1.5rem;
    margin: 1rem 0 2rem
}

.hero-carousel_carousel-banner-wrapper__RE_LR {
    display: flex;
    transition: transform .5s ease-out
}

.hero-carousel_carousel-container__N27bZ {
    position: relative;
    height: 100%;
    display: flex;
    overflow: hidden
}

.hero-carousel_carousel-container__N27bZ:hover .hero-carousel_carousel-controls__Us0Gi {
    opacity: 1
}

.hero-carousel_carousel-banner__iZggC {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
    flex: 0 0 100%;
    transition: all .25s;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #e9e9ed
}

.hero-carousel_carousel-banner-image__j3i4n {
    height: 100%;
    position: relative
}

.hero-carousel_carousel-banner-copy__zoB_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 3rem;
    background-color: #e9e9ed
}

.hero-carousel_carousel-banner-copy__zoB_l h2 {
    font-size: 1.5rem;
    font-family: Gilroy-Bold;
    line-height: 1.3;
    color: #0b2b4a
}

@media(min-width:992px) {
    .hero-carousel_carousel-banner-copy__zoB_l h2 {
        font-size: 1.75rem
    }
}

.hero-carousel_carousel-banner-copy__zoB_l p {
    font-size: 1rem;
    font-family: Gilroy-Medium;
    line-height: 1.5;
    margin-top: .75rem;
    min-height: 5rem;
    color: #0b2b4a
}

@media(min-width:992px) {
    .hero-carousel_carousel-banner-copy__zoB_l p {
        font-size: 1.15rem
    }
}

.hero-carousel_carousel-banner-copy__zoB_l button {
    margin-top: .75rem;
    width: auto
}

.hero-carousel_carousel-controls__Us0Gi {
    display: flex;
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    justify-content: space-between;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out
}

.hero-carousel_carousel-controls__Us0Gi button {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100%;
    box-shadow: 0 rgba(13, 13, 14, .08);
    background-color: #fff;
    opacity: .7;
    transition: opacity .25s;
    margin-left: .3rem;
    margin-right: .3rem;
    cursor: pointer
}

.hero-carousel_carousel-controls__Us0Gi button:hover {
    opacity: 1
}

.hero-carousel_carousel-pagination__gGcim {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    gap: .5rem;
    bottom: 0;
    right: 0;
    transform: translateX(0)
}

.hero-carousel_carousel-pagination-indicator__u3Z0S {
    display: none;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #e1e3ea;
    cursor: pointer;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid #6b7790
}

.hero-carousel_carousel-pagination-indicator__u3Z0S.hero-carousel_active__KGYj8 {
    background-color: #3b61eb
}

.hero-carousel_carousel-pagination-pause__JG4oH {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100%;
    background-color: #e1e3ea;
    opacity: .8;
    cursor: pointer
}

.hero-carousel_carousel-pagination-pause__JG4oH:hover {
    opacity: 1
}

@media(max-width:767.98px) {
    .hero-carousel_carousel__vEluf {
        margin: 0 0 1rem;
        height: auto
    }

    .hero-carousel_carousel-banner__iZggC {
        grid-template-columns: none;
        grid-template-rows: auto auto
    }

    .hero-carousel_carousel-banner-image__j3i4n {
        min-height: 10rem;
        order: 1
    }

    .hero-carousel_carousel-banner-copy__zoB_l {
        width: 100%;
        min-height: 13rem;
        justify-content: flex-start;
        padding: 1rem;
        order: 2
    }

    .hero-carousel_carousel-banner-copy__zoB_l h2 {
        font-size: 1.25rem;
        font-family: Gilroy-Bold;
        color: #0b2b4a
    }
}

@media(max-width:767.98px)and (min-width:992px) {
    .hero-carousel_carousel-banner-copy__zoB_l h2 {
        font-size: 1.45rem
    }
}

@media(max-width:767.98px) {
    .hero-carousel_carousel-banner-copy__zoB_l p {
        min-height: 3rem;
        margin-top: .5rem
    }

    .hero-carousel_carousel-controls__Us0Gi {
        display: none
    }

    .hero-carousel_carousel-pagination__gGcim {
        right: 0;
        transform: translateX(0)
    }

    .hero-carousel_carousel-pagination-indicator__u3Z0S {
        display: block;
        width: .5rem;
        height: .3rem;
        border-radius: .5rem;
        aspect-ratio: .5/.2;
        opacity: .5
    }

    .hero-carousel_carousel-pagination-indicator__u3Z0S.hero-carousel_active__KGYj8 {
        background-color: #3b61eb;
        opacity: 1
    }

    .hero-carousel_carousel-pagination-pause__JG4oH {
        width: 2rem;
        height: 2rem
    }
}

/*# sourceMappingURL=9dce5fba06ac05d5.css.map*/