.bsg-cards__mobile {
    margin: 0 24px;
    padding-top: 24px
}

@media(min-width:1025px) {
    .bsg-cards__mobile {
        display: none
    }
}

.bsg-cards__desktop {
    display: none
}

@media(min-width:1025px) {
    .bsg-cards__desktop {
        display: block
    }
}

.bsg-cards__wrapper--left {
    margin: 0 0 0 24px
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--left {
        margin: 0;
        padding-left: calc(50vw - 500px)
    }
}

@media(min-width:1281px) {
    .bsg-cards__wrapper--left {
        padding-left: calc(50vw - 600px)
    }
}

@media(min-width:1513px) {
    .bsg-cards__wrapper--left {
        padding-left: calc(50vw - 700px)
    }
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--left {
        align-items: center;
        display: flex;
        gap: 96px
    }
}

.bsg-cards__bleed--card.bsg-cards__card {
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px;
    position: relative;
    transition: transform .5s ease-in-out, border-radius .5s ease-in-out;
    width: 25%
}

.bsg-cards__bleed--card.bsg-cards__card:not(.bsg-cards__card--left) {
    min-height: 450px;
    text-align: center
}

@media(min-width:501px) {
    .bsg-cards__bleed--card.bsg-cards__card:not(.bsg-cards__card--left) {
        min-height: 600px
    }
}

.bsg-cards__bleed--card.bsg-cards__card:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out, border-radius .5s ease-in-out;
    width: 100%
}

.bsg-cards__bleed--card.bsg-cards__card.active, .bsg-cards__bleed--card.bsg-cards__card:hover {
    border-radius: 8px;
    transform: scale(1.07);
    z-index: 5
}

[data-bsg-background=white] .bsg-cards__bleed--card.bsg-cards__card.active, [data-bsg-background=white] .bsg-cards__bleed--card.bsg-cards__card:hover {
    color: #fff !important
}

.bsg-cards__bleed--card.bsg-cards__card.active:before, .bsg-cards__bleed--card.bsg-cards__card:hover:before {
    border-radius: 8px;
    opacity: 0
}

@media(min-width:1025px) {
    .bsg-cards__bleed--card.bsg-cards__card {
        border-radius: 0
    }
}

@media(min-width:1513px) {
    .bsg-cards__bleed--card.bsg-cards__card {
        padding: 48px
    }
}

@media(min-width:821px) {
    .bsg-cards__bleed--card .bsg-cards__card--description:not(.bsg-cards__card--description__static) {
        max-height: 0;
        overflow: hidden;
        transition: max-height .75s ease-in-out
    }

    .bsg-cards__bleed--card.active .bsg-cards__card--description, .bsg-cards__bleed--card:hover .bsg-cards__card--description {
        max-height: 100%
    }
}

.bsg-cards__bleed--card.bsg-cards__card--left .bsg-cards__swiper--bleed__show {
    display: block;
    height: 100%;
    left: 0;
    padding: 36px;
    position: absolute;
    text-align: left;
    top: 0
}

.bsg-cards__bleed--card.bsg-cards__card--left .bsg-cards__bleed--card {
    position: relative
}

.bsg-cards__cards--bleed {
    justify-content: space-between;
    margin-left: 24px;
    padding-top: 24px
}

@media(min-width:1025px) {
    .bsg-cards__cards--bleed {
        display: flex;
        margin-left: 0;
        padding-top: 0
    }
}

.bsg-cards__cards--bleed .bsg-cards__card {
    margin-bottom: 0;
    margin-top: 0
}

.bsg-cards__introduction {
    text-align: center
}

.bsg-cards__wrapper--top .bsg-cards__introduction {
    margin-bottom: 24px
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--top .bsg-cards__introduction {
        margin-bottom: 48px
    }
}

.bsg-cards__wrapper--left .bsg-cards__introduction {
    margin-bottom: 24px
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--left .bsg-cards__introduction {
        margin-bottom: 0;
        min-width: 30%;
        text-align: left
    }
}

.bsg-cards__introduction--top {
    text-align: center
}

@media(min-width:1025px) {
    .bsg-cards__introduction--split {
        display: flex;
        gap: 48px;
        text-align: left
    }
}

@media(max-width:1024px) {
    .bsg-cards__introduction--left {
        margin-right: 24px
    }
}

.bsg-cards__introduction--eyebrow {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .56px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media(min-width:1025px) {
    .bsg-cards__introduction--split .bsg-cards__introduction {
        margin-bottom: 0
    }
}

.bsg-cards__introduction .bsg-cta__wrapper {
    display: inline-block;
    margin-top: 24px
}

@media(min-width:1025px) {
    .bsg-cards__introduction--split .bsg-cards__introduction--container__left {
        min-width: 30%
    }
}

@media(min-width:1513px) {
    .bsg-cards__introduction--split .bsg-cards__introduction--container__left {
        flex-basis: 90%;
        min-width: auto
    }
}

.bsg-cards__introduction--container__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bsg-cards__card {
    align-items: center;
    background-position: 50%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 450px;
    padding: 36px;
    position: relative;
    text-align: center
}

.bsg-cards__card.swiper-slide {
    justify-content: start;
    transition-property: revert
}

.square-corners .bsg-cards__card {
    border-radius: 0
}

.bsg-cards__card.bsg-cards__card--text-position-center .bsg-cards__card--start {
    margin-top: 5rem
}

.bsg-cards__card--left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 48px;
    text-align: left
}

.bsg-cards__card--eyebrow {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    z-index: 5
}

.bsg-cards__card.bsg-cards__card--left{
    min-height: min-content !important;
}

@media(min-width:821px) {
    .bsg-cards__card--eyebrow {
        font-size: 18px;
        font-size: 14px
    }
}

.bsg-cards__card--title {
    font-family: 'Inter-Regular';
    ;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 0;
    position: relative;
    z-index: 5
}

@media(min-width:821px) {
    .bsg-cards__card--title {
        font-size: 32px
    }
}

.bsg-cards__card--title-large {
    font-family: 'Inter-Regular';
    ;
    font-size: 36px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.1;
    line-height: 110%;
    margin-bottom: 24px;
    margin-top: 0;
    position: relative;
    z-index: 5
}

@media(min-width:821px) {
    .bsg-cards__card--title-large {
        font-size: 48px;
        font-size: 80px
    }
}

.bsg-cards__card--description {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6;
    margin-bottom: 24px
}

@media(min-width:821px) {
    .bsg-cards__card--description {
        font-size: 18px
    }
}

.bsg-cards__card--description li, .bsg-cards__card--description p {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6
}

@media(min-width:821px) {
    .bsg-cards__card--description li, .bsg-cards__card--description p {
        font-size: 18px
    }
}

.bsg-cards__card--link {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: 'Inter-Regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 36px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media(min-width:501px) {
    .bsg-cards__card--link {
        width: auto
    }
}

.bsg-cards__card--link:hover {
    background: #d35346;
    border: 1px solid #d35346;
    color: #fff
}

[data-bsg-background=gray] [data-bsg-background=black] .bsg-cards__card--link, [data-bsg-background=white] [data-bsg-background=black] .bsg-cards__card--link {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: 'Inter-Regular';
    font-weight: 500
}

[data-bsg-background=gray] [data-bsg-background=black] .bsg-cards__card--link:hover, [data-bsg-background=white] [data-bsg-background=black] .bsg-cards__card--link:hover {
    background: #d35346;
    border: 1px solid #d35346;
    color: #fff
}

[data-bsg-background=gray] .bsg-cards__card--link, [data-bsg-background=white] .bsg-cards__card--link {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

[data-bsg-background=gray] .bsg-cards__card--link:hover, [data-bsg-background=white] .bsg-cards__card--link:hover {
    background: #d35346;
    border: 1px solid #d35346;
    color: #fff
}

[data-bsg-background=gray] [data-bsg-background=rubine] .bsg-cards__card--link:hover, [data-bsg-background=rubine] .bsg-cards__card--link [data-bsg-background=white] [data-bsg-background=rubine] .bsg-cards__card--link:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

[data-bsg-background=white] .bsg-cards__card--link {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

[data-bsg-background=black] .bsg-cards__card--link {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.bsg-cards__card--split {
    align-items: flex-start;
    background: #000;
    color: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left
}

.bsg-cards__card--split--bg-white {
    background: #fff;
    border: 1px solid rgba(29, 25, 37, .38);
    color: #000
}

.bsg-cards__card--split__title-large {
    font-size: 24px;
    line-height: 1.2
}

@media(min-width:821px) {
    .bsg-cards__card--split__title-large {
        font-size: 32px
    }
}

.bsg-cards__card--split__title-large {
    font-family: 'Inter-Regular';
    ;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.1;
    margin-bottom: 16px;
    margin-top: 0
}

@media(min-width:821px) {
    .bsg-cards__card--split__title-large {
        font-size: 24px
    }
}

.bsg-cards__card--split__description {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6
}

@media(min-width:821px) {
    .bsg-cards__card--split__description {
        font-size: 18px
    }
}

.bsg-cards__card--split__description li, .bsg-cards__card--split__description p {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6
}

@media(min-width:821px) {
    .bsg-cards__card--split__description li, .bsg-cards__card--split__description p {
        font-size: 18px
    }
}

[data-bsg-background=black] .bsg-cards__card--split {
    background: #fff;
    color: #000
}

[data-bsg-background=black] .bsg-cards__card--split .bsg-cards__link-svg__circle, [data-bsg-background=black] .bsg-cards__card--split .bsg-cards__link-svg__play {
    fill: #000
}

[data-bsg-background=black] .bsg-cards__card--split .bsg-cards__link-svg__arrow {
    fill: #fff
}

.bsg-cards__card--split__content {
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: space-between;
    padding: 20px 36px;
    width: 100%
}

.bsg-cards__card--split__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.bsg-cards__card--split__bottom .bsg-cards__link-svg {
    height: 50px;
    width: 50px
}

.bsg-cards__card--split__bottom .bsg-cards__link-svg .circle {
    fill: #fff
}

.bsg-cards__card--split--bg-white .bsg-cards__card--split__bottom .bsg-cards__link-svg .circle, .bsg-cards__card--split__bottom .bsg-cards__link-svg .arrow, [data-bsg-background=black] .bsg-cards__card--split__bottom .bsg-cards__link-svg .circle {
    fill: #000
}

.bsg-cards__card--split--bg-white .bsg-cards__card--split__bottom .bsg-cards__link-svg .arrow, [data-bsg-background=black] .bsg-cards__card--split__bottom .bsg-cards__link-svg .arrow {
    fill: #fff
}

.bsg-cards__card--split__image {
    background-position: 50%;
    background-size: cover;
    min-height: 250px;
    width: 100%
}

.bsg-cards__card--split__image--same {
    background-repeat: no-repeat;
    background-size: contain
}

.bsg-cards__card--split .bsg-cards__card--title {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6
}

@media(min-width:821px) {
    .bsg-cards__card--split .bsg-cards__card--title {
        font-size: 18px
    }
}

.bsg-cards__card--split .bsg-cards__card--title li, .bsg-cards__card--split .bsg-cards__card--title p {
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6
}

@media(min-width:821px) {
    .bsg-cards__card--split .bsg-cards__card--title li, .bsg-cards__card--split .bsg-cards__card--title p {
        font-size: 18px
    }
}

.bsg-cards__card--split__link {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: 100%
}

.bsg-cards__card--hover {
    padding-top: 94px;
    transition: padding-top .75s ease-in-out, padding-bottom .75s ease-in-out
}

@media(min-width:821px) {
    .bsg-cards__card--hover .bsg-cards__card--description {
        max-height: 0;
        min-height: unset;
        overflow: hidden;
        transition: max-height .75s ease-in-out
    }

    .bsg-cards__card--hover .bsg-cards__link {
        opacity: 0;
        transition: opacity .75s ease-in-out
    }

    .bsg-cards__card--hover .bsg-cards__card--assist .bsg-cards__card--description {
        max-height: 100%
    }
}

.bsg-cards__card--hover:hover {
    padding-bottom: 58px;
    padding-top: 36px
}

@media(min-width:821px) {
    .bsg-cards__card--hover:hover .bsg-cards__card--description {
        max-height: 100%
    }

    .bsg-cards__card--hover:hover .bsg-cards__link {
        opacity: 1
    }
}

.bsg-cards__card--flip {
    overflow: visible;
    padding: 0;
    perspective: 1000px
}

@media(min-width:821px) {
    .bsg-cards__card--flip {
        background: transparent !important
    }
}

.bsg-cards__card--flip__inner {
    border-radius: 8px;
    height: 100%;
    position: relative;
    width: 100%
}

@media(min-width:821px) {
    .bsg-cards__card--flip__inner {
        transform-style: preserve-3d;
        transition: transform .8s
    }
}

.bsg-cards__card--flip__assist {
    height: 100%;
    padding: 36px
}

@media(min-width:821px) {
    .bsg-cards__card--flip__assist {
        visibility: hidden
    }
}

.bsg-cards__card--flip__back, .bsg-cards__card--flip__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    display: none;
    height: 100%;
    padding: 36px;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:821px) {
    .bsg-cards__card--flip__back, .bsg-cards__card--flip__front {
        display: block
    }
}

.bsg-cards__card--flip__front {
    background-size: cover;
    padding-top: calc(36px + 20%)
}

.bsg-cards__card--flip__back {
    transform: rotateY(180deg)
}

[data-bsg-background=black] .bsg-cards__card--flip__back, [data-bsg-background=gray] .bsg-cards__card--flip__back {
    background: #fff !important;
    color: #000
}

[data-bsg-background=black] .bsg-cards__card--flip__back .bsg-cards__link-svg__circle, [data-bsg-background=black] .bsg-cards__card--flip__back .bsg-cards__link-svg__play, [data-bsg-background=gray] .bsg-cards__card--flip__back .bsg-cards__link-svg__circle, [data-bsg-background=gray] .bsg-cards__card--flip__back .bsg-cards__link-svg__play {
    fill: #000
}

[data-bsg-background=black] .bsg-cards__card--flip__back .bsg-cards__link-svg__arrow, [data-bsg-background=gray] .bsg-cards__card--flip__back .bsg-cards__link-svg__arrow {
    fill: #fff
}

[data-bsg-background=white] .bsg-cards__card--flip__back {
    background: #000 !important;
    color: #fff
}

@media(min-width:821px) {
    .bsg-cards__card--flip:hover .bsg-cards__card--flip__inner {
        transform: rotateY(180deg)
    }
}

.bsg-cards__link {
    min-height: 60px
}

.bsg-cards__link-svg__circle {
    fill: #fff
}

.bsg-cards__link-svg__arrow {
    fill: #000
}

.bsg-cards__bleed--card .bsg-cards__link {
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.bsg-cards__bleed--card.active .bsg-cards__link, .bsg-cards__bleed--card:hover .bsg-cards__link {
    opacity: 1
}

.bsg-cards__swiper--bleed__assist {
    display: none
}

@media(min-width:1025px) {
    .bsg-cards__swiper--bleed__assist {
        display: block;
        height: 100%;
        padding: 36px 0;
        visibility: hidden
    }
}

.bsg-cards__swiper--bleed__show {
    align-items: center;
    display: flex;
    gap: 18px;
    text-align: left
}

@media(min-width:1025px) {
    .bsg-cards__swiper--bleed__show {
        display: block;
        text-align: center
    }
}

.bsg-cards__card--left .bsg-cards__swiper--bleed__show {
    display: block
}

.bsg-cards__swiper--flip.swiper {
    padding-bottom: 48px;
    padding-top: 48px
}

.bsg-cards__swiper--wrapper {
    align-items: stretch
}

.bsg-cards__swiper--controls {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 24px 24px 24px 0
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--left .bsg-cards__swiper--controls {
        justify-content: flex-start
    }
}

.bsg-cards__swiper--pagination.swiper-pagination {
    padding: 0 24px;
    position: relative;
    top: -5px;
    width: auto !important
}

.bsg-cards__swiper--nav {
    cursor: pointer
}

.bsg-cards__swiper--nav svg circle {
    fill: #fff;
    stroke: #000
}

[data-bsg-background=gray] .bsg-cards__swiper--nav svg circle {
    fill: #f4f4f4
}

[data-bsg-background=black] .bsg-cards__swiper--nav svg circle {
    fill: #000;
    stroke: #fff
}

.bsg-cards__swiper--nav svg:hover circle {
    fill: #d35346;
    stroke: #fff
}

.bsg-cards__swiper--nav svg:hover path {
    fill: #fff
}

.bsg-cards__wrapper--top .bsg-cards__swiper--standard {
    margin: 0 0 0 24px
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--top .bsg-cards__swiper--standard {
        margin: 0;
        padding-left: calc(50vw - 500px)
    }
}

@media(min-width:1281px) {
    .bsg-cards__wrapper--top .bsg-cards__swiper--standard {
        padding-left: calc(50vw - 600px)
    }
}

@media(min-width:1513px) {
    .bsg-cards__wrapper--top .bsg-cards__swiper--standard {
        padding-left: calc(50vw - 700px)
    }
}

@media(min-width:1025px) {
    .bsg-cards__wrapper--left .bsg-cards__swiper--standard {
        max-width: calc(65% - 96px)
    }

    .bsg-cards__swiper--standard.centralized .bsg-cards__swiper {
        margin: 0 -10px
    }
}

@media(max-width:1024px) {
    .bsg-cards__swiper--standard.centralized {
        margin: 0 0 0 24px !important
    }
}

@media(min-width:1025px) {
    .bsg-cards__swiper--standard.centralized .bsg-cards__card {
        flex: 1;
        margin: 0 10px
    }

    .bsg-cards__swiper--standard.centralized .bsg-cards__card--3 {
        flex: 0 0 calc(33.336% - 36px);
        margin: 0 18px;
        width: calc(33.336% - 36px)
    }

    .bsg-cards__swiper--standard.centralized .bsg-cards__card--4 {
        flex: 0 0 calc(25% - 20px);
        margin: 0 10px;
        width: calc(25% - 20px)
    }
}