.bundle-list-main {
    width: 100%;
    overflow-x: hidden;
}
.bundle-list-section-hero .row {
    --bs-gutter-x: 0rem;
}
.bundle-list-section-hero .col-left .col-left-content {
    margin-left: auto;
    width: 100%;
    padding-right: 2rem;
}
.bundle-list-section-hero .col-left {
    background-color: var(--midnight-blue);
    color: var(--white);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    height: 100%;
}
.bundle-list-section-hero .col-right {
    background-color: var(--midnight-blue);
    height: 100%;
    display: flex;
}
.bundle-list-section-hero .title {
    font-size: 3.5rem;
    line-height: 1.2;
}
.bundle-list-section-hero .paragraph {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    color: var(--white-80);
    max-width: 522px;
    width: 100%;
    line-height:1.35
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 1rem;
    column-gap: 2.25rem;
}
.check-list-item span {
    display: flex;
}
.check-list-item .icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    margin-right: .5rem;
}
.check-list-item {
    display: flex;
    align-items: center;
}
.check-list-item .label {
    color: var(--white-80);
}
.bundle-list-section-hero .col-right .image-wrapper {
    aspect-ratio: 720/572;
    max-width: 720px;
    width: 100%;
    display: flex;
}
.bundle-list-section-hero .col-right .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
}
.filter-item {
    padding: 1rem 4.625rem;
    background-color: var(--white);
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid var(--gray-color);
    transition: all ease .3s;
    position: relative;
    justify-content: center;
}
.filter-item::after {
    content: '';
    background-color: var(--lime-green-color);
    transition: all ease .3s;
    display: flex;
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    transform: scale(0.7);
    pointer-events: none;
    opacity: 0;
    /* z-index: 2; */
}
.filter-item .icon {
    width: 1rem;
    max-width: 1.25rem;
    max-height: 1.1875rem;
    height: 1rem;
    margin-right: 1rem;
    display: flex;
    position: relative;
    z-index: 2;
}
.filter-item.active::after {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    /* left: 0;
    right: 0; */
}
.filter-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.filter-item .label {
    font-size: 1.125rem;
    position: relative;
    z-index: 2;
}
.wfhb-section .switch {
    margin: 0 1rem;
    transform: scaleX(-1);
}
.wfhb-grid-wrapper .section-title-container .title {
    transition: all ease .3s;
}
.wfhb-grid-wrapper .section-title-container .title.title-1 {
    color: var(--black-40);
}
.wfhb-grid-wrapper.is-active .section-title-container .title.title-1 {
    color: var(--black);
}
.wfhb-grid-wrapper.is-active .section-title-container .title.title-2 {
    color: var(--black-40);
}
.wfhb-grid-content {
    display: flex;
    margin-top: 1.5rem;
}
.wfhb-grid-content .col-left {
    width: 796px;
    max-width: 100%;
    font-size: 1.125rem;
    color: var(--black-80);
}
.wfhb-grid-content .col-left p {
    line-height: 1.45;
}
.wfhb-grid-content .col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.wfhb-grid-content .price {
    font-family: var(--haeding-font);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.cta-banner-compact {
    display: flex;
    align-items: center;
    background-color: #EDC94E;
    padding: 4rem 0;
    padding-left: 4rem;
    padding-right: 84px;
    position: relative;
}
.cta-banner-compact .col-left {
    flex: 1;
    margin-right: 2rem;
}
.cta-banner-compact .col-left .title {
    font-size: 2rem;
    font-family: var(--haeding-font);
    line-height: 1.25;
}
.cta-banner-compact .col-left .description {
    margin: 0;
    font-size: 1.125rem;
    column-rule-color: var(--black-80);
    margin-top: .5rem;
}
.cta-banner-compact .image-overlay {
    position: absolute;
    display: flex;
    pointer-events: none;
}
.cta-banner-compact .image-overlay.top-left {
    top: 0;
    left: 0;
    height: 3.75rem;
}
.cta-banner-compact .image-overlay.absolute-fill {
    inset: 1.25rem;
}
.cta-banner-compact .image-overlay.absolute-fill img {
    width: 100%;
    height: 100%;
}
.wfh-grid-item {
    width: 243px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.wfh-grid-item .image-container {
    display: flex;
    aspect-ratio: 1/1;
    max-width: 100%;
    margin-bottom: .75rem;
}
.wfh-grid-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wfh-grid-item .title {
    font-size: 1.125rem;
    font-family: var(--haeding-font);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.wfh-grid-item .title::after {
    content: '';
    display: flex;
    width: 13px;
    height: 10px;
    filter: brightness(0);
    margin-left: .5rem;
    background-image: url(../images/wfhb-section/arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .3s;
}
.wfh-grid-item .link-overlay {
    /* background-color: red; */
}
.wfh-grid-item:hover .link-overlay ~ .title::after {
    transform: translateX(20px);
    transition: all ease 1s;
}
@media (min-width: 992px) {
    .bundle-list-section-hero .col-left .col-left-content {
        max-width: 470px;
    }
    .py-md-80 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1200px) {
    .bundle-list-section-hero .col-left .col-left-content {
        max-width: 560px;
    }
}
@media (min-width: 1400px) {
    .bundle-list-section-hero .col-left .col-left-content {
        max-width: 646px;
    }
}
@media (max-width: 1199.98px) {
    .filter-item {
        padding: 1rem 2.625rem;
    }
    .wfhb-grid-content .col-right {
        margin-left: 2rem;
    }
}
@media (max-width: 991.98px) {
    .bundle-list-section-hero .col-left .col-left-content {
        padding-left: .75rem;
    }
}
@media (max-width: 767.98px) {
    .bundle-list-section-hero .col-left {
        padding: 3rem 0;
    }
    .wfhb-grid-content {
        flex-direction: column;
    }
    .wfhb-grid-content .col-right {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .bundle-list-section-hero .title {
        font-size: 2.75rem;
    }
    .bundle-list-section-hero .paragraph {
        font-size: 1rem;
    }
    .check-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.25rem;
    }
    .check-list-item {
        align-items: flex-start;
    }
    .filter-item {
        padding: 0.75rem 1.5rem;
    }
    .filter-item {
        margin-right: .75rem;
        margin-bottom: .75rem;
    }
    .filter-container {
        margin-right: -.75rem;
    }
    .section-title-container .col-right {
        margin-left: 0;
    }
}