/***
 * ---------- Hero Section ----------
 ***/

.cts__4d-jackpot__hero {
    background: url('/assets/images/our-game/magnum_jackpot_hero_background_mobile.jpg') no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: clip;
    position: relative;
    height: 787px;
    margin-top: -56px;
    padding-top: 56px;
}

.cts__4d-jackpot__hero__content {
    padding-top: 40px;
    padding-bottom: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cts__4d-jackpot__hero__content__brand-logo {
    margin-bottom: 24px;
}

.cts__4d-jackpot__hero__content__title {
    font-weight: var(--cts__font-weight-h3);
    font-size: var(--cts__font-size-h3);
    line-height: var(--cts__line-height-h3);
    text-align: center;

    position: relative;
    z-index: 100;

    color: var(--cts__color-white);
}

.cts__4d-jackpot__hero__content__title h1 {
    font-weight: var(--cts__font-weight-h1);
    font-size: var(--cts__font-size-h1);
    line-height: var(--cts__line-height-h1);
}

.cts__4d-jackpot__hero__content__description {
    background: var(--cts__color-white);
    border-radius: 20px;
    padding: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: auto;

    position: relative;
    z-index: 100;

    font-size: var(--cts__font-size-h4);
    font-weight: var(--cts__font-weight-h4);
    line-height: var(--cts__line-height-h4);
    color: var(--cts__color-black);
}

.cts__4d-jackpot__hero__content__description .accented {
    font-size: var(--cts__font-size-h4);
    font-weight: var(--cts__font-weight-h4);
    line-height: var(--cts__line-height-h4);
    color: var(--cts__color-game-4d-jackpot)
}

.cts__4d-jackpot__hero__content__description div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    white-space: nowrap;

    color: #000000;
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1);
}

.cts__4d-jackpot__hero__content__description div:nth-of-type(2) {
    margin-top: 18px;
}

.cts__4d-jackpot__hero__content__disclaimer {
    margin-top: 16px;

    font-size: var(--cts__font-size-p3);
    font-weight: var(--cts__font-weight-p3);
    line-height: var(--cts__line-height-p3);

    color: var(--cts__color-white);

    position: relative;
    z-index: 100;
}

.cts__4d-jackpot__hero__content__graphic--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;

    z-index: 90;
}

.cts__4d-jackpot__hero__content__graphic--mobile-large {
    display: none;
    min-width: 540px;
}

.cts__4d-jackpot__hero__content__graphic--desktop {
    display: none;
}

@media (min-width: 375px) {
    .cts__4d-jackpot__hero__content__graphic--mobile {
        display: none;
    }

    .cts__4d-jackpot__hero__content__graphic--mobile-large {
        display: block;

        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 540px;
        height: auto;
        margin-bottom: 32px;

        z-index: 90;
    }
}

@media (min-width: 480px) {
    .cts__4d-jackpot__hero {
        background-size: 100% auto;
    }
}

@media (min-width: 744px) {
    .cts__4d-jackpot__hero {
        background: url('/assets/images/our-game/magnum_jackpot_hero_background_desktop.jpg') no-repeat;
        background-size: auto 100%;
        background-position: bottom;
        height: auto;
        padding-top: 0px;
    }

    .cts__4d-jackpot__hero__content__brand-logo {
        width: 70px;
        height: 70px;
        margin-bottom: 14px;
    }

    .cts__4d-jackpot__hero__content {
        padding-top: 94px;
        padding-bottom: 40px;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;

        min-height: 416px;
    }

    .cts__4d-jackpot__hero__content__title {
        font-weight: var(--cts__font-weight-h3);
        font-size: var(--cts__font-size-h3);
        line-height: var(--cts__line-height-h3);
        text-align: start;
    }

    .cts__4d-jackpot__hero__content__title h1 {
        font-weight: var(--cts__font-weight-h1);
        font-size: var(--cts__font-size-h1);
        line-height: var(--cts__line-height-h1);
        text-align: start;
    }

    .cts__4d-jackpot__hero__content__graphic--mobile {
        display: none;
    }

    .cts__4d-jackpot__hero__content__graphic--mobile-large {
        display: none;
    }

    .cts__4d-jackpot__hero__content__graphic--desktop {
        display: block;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cts__4d-jackpot__hero__content__graphic--desktop img {
        display: block;

        position: absolute;
        bottom: 0;
        right: -240px;

        height: auto;
        width: 160svw;
        max-width: 1400px;
    }

    .cts__4d-jackpot__hero__content__description {
        padding: 24px;
        min-width: 264px;
        width: fit-content;
        margin-top: 36px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__hero__content__description {
        padding: 32px 30px;
        width: auto;
    }
}


@media (min-width: 1200px) {

    .cts__4d-jackpot__hero__content {
        margin-right: 30dvw;

        min-height: 560px;
    }

    .cts__4d-jackpot__hero__content__graphic--desktop img {
        position: absolute;
        left: auto;
        right: -15%;
        bottom: 0;

        height: auto;
        width: 140%;
        max-width: 1920px;
    }
}

/***
 * ---------- "Understand the Game" Section ----------
 ***/

.cts__4d-jackpot__tab-bar {
    margin-top: 40px;
}

.cts__4d-jackpot__overview {
    margin-top: -82px;
    padding-top: 165px;
    padding-bottom: 0px;
    background: linear-gradient(#FFFFFF 0%, #F4FBFE 100%);
}


/***
 * ---------- Prizes Section ----------
 ***/

.cts__4d-jackpot__prizes {
    padding-top: 140px;
    padding-bottom: 48px;
    background: linear-gradient(#F4FBFE 0%, #EFF9FD 100%);
}

.cts__prizes__card .cts__prizes__card__header {
    text-align: center;
    width: 200px;
}

.cts__4d-jackpot__prizes__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 12px;

    margin-bottom: 32px;

    position: relative;
}

.cts__4d-jackpot__prizes__card__coin-1 {
    position: absolute;
    top: 32px;
    right: 28px;
}

.cts__4d-jackpot__prizes__card__coin-2 {
    position: absolute;
    top: 18px;
    left: -9px;
}

.cts__4d-jackpot__prizes__card__coin-4 {
    position: absolute;
    top: 196px;
    right: -8px;
}

.cts__prizes__item.top {
    grid-column: 1 / -1;
    background: var(--cts__color-game-4d-jackpot);
    color: var(--cts__color-white) !important;
    gap: 4px;
    padding: 16px 46px;
}

.cts__prizes__item.top .disclaimer {
    font-size: var(--cts__font-size-p3);
    font-weight: var(--cts__font-weight-p3);
    line-height: var(--cts__line-height-p3);
    text-wrap: nowrap;
    white-space: nowrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cts__prizes__item.top .disclaimer.disclaimer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cts__prizes__item {
    background: var(--cts__color-blue-10);
    padding: 16px 14px;
}

.cts__prizes__item.column:not(.top) {
    padding: 16px 0px;
}

.cts__prizes__item.column.top dt {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1);
    line-height: var(--cts__line-height-p1);
}

.cts__prizes__item.column.top dd {
    font-size: var(--cts__font-size-h3);
    font-weight: var(--cts__font-weight-h3);
    line-height: var(--cts__line-height-h3);
}


.cts__prizes__item:not(.top) dt {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2);
    line-height: var(--cts__line-height-p2);

    color: var(--cts__color-grey-1);
}

.cts__prizes__item:not(.top) dd {
    color: var(--cts__color-game-4d-jackpot);
}

.cts__prizes__button--mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

.cts__prizes__button--mobile a {
    width: 100%;
}

@media (min-width: 744px) {
    .cts__prizes__card {
        gap: 12px;
    }

    .cts__prizes__button--mobile {
        display: none;
    }

    .cts__prizes__button--desktop {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 16px;
        margin-top: auto;
    }

    .cts__prizes__button--desktop a {
        width: 100%;
    }

    .cts__4d-jackpot__prizes__card__coin-1 {
        width: 32px;
        height: 28px;
        top: 20px;
        right: 20px;
    }

    .cts__4d-jackpot__prizes__card__coin-2 {
        width: 36px;
        height: 36px;
        top: 130px;
        left: -24px;
    }

    .cts__4d-jackpot__prizes__card__coin-4 {
        display: none;
    }

    .cts__4d-jackpot__prizes {
        margin-top: -80px;
        padding-top: 172px;
        padding-bottom: 58px;
    }

    .cts__4d-jackpot__prizes__grid {
        margin-bottom: 0;
    }

    .cts__prizes__card__header {
        width: 55% !important;
        justify-content: stretch;
    }

    .cts__prizes__description--desktop {
        text-wrap: balance;
    }

    .cts__prizes__item.top {
        padding: 26px 46px;
    }

}

@media (min-width: 1024px) {
    .cts__prizes__button--desktop {
        display: flex;
        flex-direction: row;
        gap: 16px;
        margin-top: auto;
    }

    .cts__prizes__button--desktop a {
        width: 100%;
    }

    .cts__4d-jackpot__prizes__grid {
        min-width: 332px;
    }

    .cts__4d-jackpot__prizes__card__coin-1 {
        width: 64px;
        height: 56px;
        top: 40px;
        right: min(32px, 1.5%);

        z-index: 50;
    }

    .cts__4d-jackpot__prizes__card__coin-2 {
        width: 66px;
        height: 66px;
        top: 130px;
        left: -48px;
    }
}

/***
 * ---------- Did you know banner ----------
 ***/

.cts__4d-jackpot__did-you-know__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__4d-jackpot__did-you-know__banner {
    margin-top: 108px;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 14px 115px 14px;
    max-width: var(--cts__card-max-width);

    border-radius: 40px 0;

    background: url('/assets/images/our-game/4d_jackpot_money_falling_mobile.png') no-repeat var(--cts__color-blue-20);
    background-size: 100% auto;
    background-position: bottom;
}

.cts__4d-jackpot__did-you-know__subtitle {
    margin-top: 12px;

    color: var(--cts__color-grey-1);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;

}

.cts__4d-jackpot__did-you-know__title {
    margin-top: 8px;

    text-align: center;

    font-size: 24px;
    line-height: 32px;
    font-weight: 500;

    color: var(--cts__color-black);
}

.cts__4d-jackpot__did-you-know__banner a {
    margin-left: auto;
    margin-right: auto;
    height: min-content;
    margin-top: 24px !important;
}

@media (min-width: 744px) {
    .cts__4d-jackpot__did-you-know__banner {
        padding: 36px 54px 44px 54px;
        background: url('/assets/images/our-game/4d_jackpot_money_falling_desktop.png') no-repeat var(--cts__color-blue-20);
        background-size: 100% auto;
        background-position: bottom;

        max-width: none;

        border-radius: 100px 0;

        display: flex;
        gap: 24px;
        align-items: stretch;
        justify-content: space-between;
    }

    .cts__4d-jackpot__did-you-know__banner a {
        margin-right: 0;
        margin-top: auto !important;
    }

    .cts__4d-jackpot__did-you-know__content {
        align-items: start;
    }

    .cts__4d-jackpot__did-you-know__subtitle {
        margin-top: 14px;
    }

    .cts__4d-jackpot__did-you-know__title {
        text-align: start;
    }

    .cts__4d-jackpot__did-you-know__banner button {
        margin-top: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__did-you-know__banner {
        padding: 36px 114px 44px 106px;
    }

    .cts__4d-jackpot__did-you-know__banner {
        margin-top: 80px;
    }


    .cts__4d-jackpot__did-you-know__title {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
    }
}


/***
 * ---------- Tutorial Section ----------
 ***/

.cts__4d-jackpot__tutorial {
    padding-top: 58px;
    padding-bottom: 68px;
    position: relative;
    background: #EFF9FD;
    overflow: visible;
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__tutorial {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


/***
 * ---------- Demo Play Section ----------
 ***/

.cts__4d-jackpot__demo-play {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('/assets/images/our-game/4d-jackpot-demo_game_background_mobile.png') center no-repeat, #EFF9FD;
    background-size: 100% auto;
}

.cts__4d-jackpot__demo-play__highlight-text {
    margin-bottom: 36px;
}

.cts__highlight-text__wrapper h2 {
    color: var(--cts__color-blue-40);
}

.cts__4d-jackpot__demo-play__stepper {
    width: 80dvw;
    max-width: 312px;
    margin-top: -140px;
    padding-top: 140px;
}

.cts__4d-jackpot__demo-play__step-1__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cts__4d-jackpot__demo-play__step-1__otp-separator {
    font-size: var(--cts__font-size-h4);
    font-weight: var(--cts__font-weight-h4);
    line-height: var(--cts__line-height-h4);
    color: var(--cts__color-black);

    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.cts__4d-jackpot__demo-play__step-1__footer {
    margin-top: 32px;
}

.cts__4d-jackpot__demo-play__step-1__footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cts__4d-jackpot__demo-play__step-1__footer--no-fill p {
    font-size: var(--cts__font-size-p3);
    font-weight: var(--cts__font-weight-p3);
    line-height: var(--cts__line-height-p3);
    color: var(--cts__color-grey-1);
}

.cts__4d-jackpot__demo-play__step-1__footer--filled p {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1-medium);
    line-height: var(--cts__line-height-p1);
    text-align: center;
    color: var(--cts__color-black);
}

.cts__4d-jackpot__demo-play__step-1__footer--filled video {
    width: 106px;
    height: 46px;
}


.cts__4d-jackpot__demo-play__step-2__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: auto;
    align-items: center;
    justify-content: start;
    height: 60%;
}

.cts__4d-jackpot__demo-play__price-input__wrapper {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cts__4d-jackpot__demo-play__price-input__wrapper label {
    font-size: var(--cts__font-size-h5);
    font-weight: var(--cts__font-weight-h5);
    line-height: var(--cts__line-height-h5);
    color: var(--cts__color-black);
}

.cts__4d-jackpot__demo-play__price-input {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 133px;
    height: 74px;

    border: 1px solid var(--cts__color-grey-4);
    background: var(--cts__color-grey-5);
    color: var(--cts__color-black);

    padding-left: 16px;
    padding-right: 24px;
    border-radius: 16px;

    cursor: not-allowed;
}

.cts__4d-jackpot__demo-play__price-input small {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.cts__4d-jackpot__demo-play__price-input span {
    font-size: var(--cts__font-size-h4);
    font-weight: var(--cts__font-weight-h4);
    line-height: var(--cts__line-height-h4);
}

.cts__4d-jackpot__demo-play__step-2__description {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1-medium);
    line-height: var(--cts__line-height-p1);
    text-align: center;
}

.cts__demo-play__number-dictionary-banner p {
    white-space: nowrap;
    text-wrap: nowrap;
}

.cts__4d-jackpot__demo-play__step-3 {
    /* margin-left: -12px;
    margin-right: -12px; */
}

.cts__4d-jackpot__demo-play__step-3__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 180px;
}

.cts__4d-jackpot__demo-play__step-4 {
    padding-left: 0;
    padding-right: 0;
    justify-content: stretch;
}

.cts__4d-jackpot__demo-play__step-4 .cts__demo-play__card__header {
    margin-top: 8px;
}

.cts__4d-jackpot__demo-play__step-4__footer {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.cts__4d-jackpot__demo-play__step-4__stepper__wrapper {
    display: flex;
    gap: 8px;
    align-items: center;

    flex: 1;
}

.cts__4d-jackpot__demo-play__step-4__stepper__wrapper label {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2);
}

.cts__4d-jackpot__demo-play__step-4__footer .cts__number-stepper {
    flex: 1;
}


.cts__4d-jackpot__demo-play__step-4 .cts__tab-wrapper {
    width: 100%;
    margin-top: 24px;
}

.cts__4d-jackpot__demo-play__step-4 .cts__tab-container {
    flex: 1;
}

#cts__4d-jackpot__demo-play__step-4__winning-rules {
    font-size: var(--cts__font-size-h5);
    font-weight: var(--cts__font-weight-h5);
    line-height: var(--cts__line-height-h5);
    text-align: center;

    height: 52px;
    margin-bottom: 12px;

    display: grid;
    place-items: center;
}

.cts__demo-play__prizes__results-banner__content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cts__demo-play__prizes__results-banner__content p {
    margin-top: 0px !important;
}

.cts__4d-jackpot__demo-play__step-4__disclaimer {
    font-size: var(--cts__font-size-p3);
    font-weight: var(--cts__font-weight-p3);
    color: var(--cts__color-grey-1);
    text-align: center;

    margin-top: 12px;
}

.cts__tab-container {
    padding-top: 16px;
    padding-bottom: 0px;
    margin-bottom: -26px;
}


.cts__4d-jackpot__demo-play__step-final {
    background: var(--cts__color-game-4d-jackpot);
    color: var(--cts__color-white);
    /* margin: -24px;
    border-radius: 20px;
    height: calc(100% + 48px);
    min-height: 520px; */
    text-align: center;

    padding: 32px 24px !important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cts__4d-jackpot__demo-play__step-final__img__texts {
    width: 142px;
    height: 40px;
    position: absolute;
    right: 34px;
    top: 92px;
    transform: rotate(12.6deg);

    font-size: 14px;
    color: var(--cts__color-black);
    font-weight: 500;

    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.cts__4d-jackpot__demo-play__step-final__img__texts .cts__grid-place-start {
    place-self: start;
}

.cts__4d-jackpot__demo-play__step-final h3 {
    font-size: var(--cts__font-size-h2);
    font-weight: var(--cts__font-weight-h2);
    line-height: var(--cts__line-height-h2);
    text-wrap: balance;
}

.cts__4d-jackpot__demo-play__step-final h4 {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2);
    line-height: var(--cts__line-height-p2);

    margin-top: 8px;
}

@media (min-width: 744px) {
    .cts__4d-jackpot__demo-play {
        background: url('/assets/images/our-game/4d-jackpot-demo_game_background_desktop.png') center no-repeat, #EFF9FD;
        background-size: 100% auto;
    }
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__demo-play__step-1__footer {
        margin-top: 48px;
    }

    .cts__4d-jackpot__demo-play__step-4 {
        /* margin-top: -24px; */
        /* margin-left: -54px;
        margin-right: -54px; */
    }

    #cts__4d-jackpot__demo-play__step-4__winning-rules {
        height: 58px;
    }

    .cts__4d-jackpot__demo-play__step-3__footer {
        height: 216px;
    }
}

/***
 * ---------- Lucky Pick Section ----------
 ***/
.cts__4d-jackpot__lucky-pick {
    padding-top: 42px;
    padding-bottom: 72px;
    position: relative;
    background: #EFF9FD;
}

.cts__4d-jackpot__lucky-pick .cts__marquee-text {
    margin-bottom: 36px;
}

.cts__4d-jackpot__lucky-pick .cts__marquee-text img {
    width: 40px;
    height: 53px;
}

.cts__4d-jackpot__lucky-pick__card {
    background: var(--cts__color-blue-20);
    border-radius: 20px;
    padding: 56px 30px 47px 30px;
    overflow: clip;

    max-width: var(--cts__card-max-width);

    margin-left: auto;
    margin-right: auto;
}

.cts__4d-jackpot__lucky-pick__card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__4d-jackpot__lucky-pick__card__content h3 {
    color: var(--cts__color-black);
    font-weight: var(--cts__font-weight-h3);
    font-size: var(--cts__font-size-h3);
    line-height: var(--cts__line-height-h3);
    text-align: left;
    width: 100%;

    margin-bottom: 16px;
}

.cts__4d-jackpot__lucky-pick__card__content p {
    color: var(--cts__color-grey-1);
    font-weight: var(--cts__font-weight-p1);
    line-height: var(--cts__line-height-p1);
    font-size: var(--cts__font-size-p1);
}

@media (min-width: 744px) {
    .cts__4d-jackpot__lucky-pick__card {
        display: flex;
        padding: 55px 0px 39px 36px;
        max-width: none;
    }

    .cts__4d-jackpot__lucky-pick__card__content {
        align-items: start;
    }

    .cts__4d-jackpot__lucky-pick__card__deeplink-button {
        margin-top: 40px;
    }

    .cts__4d-jackpot__lucky-pick__card__content p {
        font-size: var(--cta__font-size-p1);
        font-weight: var(--cts__font-weight-p1);
        line-height: var(--cts__line-height-p1);
        margin-bottom: auto;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {

    .cts__4d-jackpot__lucky-pick .cts__marquee-text {
        margin-bottom: 56px;
    }

    .cts__4d-jackpot__lucky-pick .cts__marquee-text img {
        width: 55px;
        height: 74px;
    }

    .cts__4d-jackpot__lucky-pick__card {
        max-width: 1010px;
        padding: 46px 40px 46px 94px;

        max-width: 1010px;
    }

    .cts__4d-jackpot__lucky-pick__card__content {
        align-items: start;
        margin-top: 18px;
        margin-bottom: 18px;
    }
}


/***
 * ---------- Advance Play Section ----------
 ***/

.cts__4d-jackpot__advance {
    padding-top: 128px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, #EFF9FD 0%, #C7EFFF 35%);
}

.cts__4d-jackpot__advance__content#advanced {
    margin-top: -150px;
    padding-top: 150px;
}

.cts__4d-jackpot__advance__highlight-text {
    margin-bottom: 88px;
}

.cts__4d-jackpot__advance header h3 {
    margin-top: 32px;
    margin-bottom: 40px;

    font-weight: 400;
    font-size: var(--cts__font-size-h1);
    line-height: var(--cts__line-height-h1);
    text-align: center;
    text-wrap: balance;
}

.cts__4d-jackpot__advance .cts__pill {
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-jackpot__advance ul li::marker {
    color: var(--cts__color-game-4d-jackpot);
}

.cts__4d-jackpot__advance li .highlighted {
    color: var(--cts__color-game-4d-jackpot);
    font-weight: 700;
}

.cts__4d-jackpot__advance__content:not(:first-of-type) {
    margin-top: 128px;
}


.cts__4d-jackpot__advance__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__advance-play__card__wrapper {
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-jackpot__advance__cards .cts__advance-play__card__wrapper:not(:first-of-type) {
    margin-top: 62px;
}

.cts__4d-jackpot__advance__did-you-know__banner {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;

    max-width: var(--cts__card-max-width);
    background: #FAFAFA;
    padding: 39px 20px 48px 20px;
    border-radius: 40px 0;
}

.cts__4d-jackpot__did-you-know__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__4d-jackpot__advance__did-you-know__subtitle {
    margin-top: 12px;

    color: var(--cts__color-grey-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

}

.cts__4d-jackpot__advance__did-you-know__title {
    margin-top: 8px;

    color: var(--cts__color-black);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;

    text-align: center;
    text-wrap: balance;
}

.cts__4d-jackpot__advance__did-you-know__graphic {
    margin-top: 40px;
}

.cts__advance-play__card.muted {
    background: var(--cts__color-blue-10);
}

.cts__4d-jackpot__system-play-pricing__cta {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

#cts__4d-jackpot__msystem-play__card {
    margin-top: 120px;
}

@media (min-width: 744px) {
    .cts__advance-play__card__wrapper {
        width: 100%;
    }

    .cts__advance-play__card__wrapper.sticky {
        position: sticky;
        top: 104px;
    }

    .cts__advance-play__card__wrapper:not(:first-of-type) {
        margin-top: 160px;
    }

    .cts__4d-jackpot__advance__did-you-know__banner {
        margin-top: 48px;
        padding: 24px 40px 52px 40px;

        display: flex;
        flex-direction: row;
        max-width: none;
        gap: 24px;
        align-items: end;
        justify-content: space-between;
    }

    .cts__4d-jackpot__advance__did-you-know__title {
        text-align: left;
    }

    .cts__4d-jackpot__did-you-know__content {
        align-items: start;
    }

    .cts__4d-jackpot__advance__did-you-know__graphic {
        width: 80%;
        height: auto;
        max-width: 366px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__advance__content#advanced {
        margin-top: -180px;
        padding-top: 180px;
    }


    .cts__4d-jackpot__advance__highlight-text {
        margin-bottom: 138px;
    }

    .cts__4d-jackpot__advance header h3 {
        margin-bottom: 56px;

        font-weight: 400;
        font-size: var(--cts__font-size-h2);
        line-height: var(--cts__line-height-h2);
    }

    .cts__4d-jackpot__advance__did-you-know__banner {
        max-width: 1248px;
        gap: 64px;
        padding: 24px 106px 52px 106px;
    }

    .cts__4d-jackpot__advance__did-you-know__title {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
    }

    #cts__4d-jackpot__msystem-play__card {
        margin-top: 180px;
    }
}


/**
 * ---------- mbox pricing section ----------
 **/
.cts__4d-jackpot__system-play-pricing__card {
    border-radius: 20px;
    padding: 46px 20px 40px 20px;
    background: var(--cts__color-white);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;

    max-width: var(--cts__card-max-width);
}

.cts__4d-jackpot__system-play-pricing__card header h2 {
    font-size: var(--cts__font-size-h3);
    font-weight: var(--cts__font-weight-h3);
    line-height: var(--cts__line-height-h3);
    color: var(--cts__color-black);
    text-align: center;

    margin-bottom: 36px;
}

.cts__4d-jackpot__system-play-pricing__card header p {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1);
    line-height: var(--cts__line-height-p1);
    color: var(--cts__color-grey-1);
    text-align: center;

    margin-bottom: 48px;
}

.cts__4d-jackpot__system-play-pricing__card .cts__carousel-data__container {
    margin-left: 0px;
    margin-right: -20px;
}

.cts__4d-jackpot__system-play-pricing__card .cts__carousel-data__column:last-child {
    padding-right: 16px !important;
    box-sizing: content-box;
}

@media (min-width: 744px) {
    .cts__4d-jackpot__system-play-pricing__card {
        max-width: none;
        width: 100%;
    }

    .cts__4d-jackpot__system-play-pricing__card header h2 {
        margin-bottom: 46px;
    }
}

@media (min-width: 1024px) {

    .cts__4d-jackpot__system-play-pricing__card header p {
        margin-bottom: 72px;
    }

    .cts__4d-jackpot__system-play-pricing__card {
        max-width: 1248px;

        padding: 68px 48px 60px 48px;
    }

    .cts__4d-jackpot__system-play-pricing__card .cts__carousel-data__container {
        margin-left: 0;
        margin-right: 0;

        /* padding-left: 20px; */
    }

    /* 
    .cts__4d-jackpot__advance__cards {
        display: block;
    } */

    .cts__4d-jackpot__system-play-pricing__card .cts__carousel-data__column:last-child {
        padding-right: 0px !important;
    }
}

/***
 * ---------- Tutorial 2 Section ----------
 ***/
.cts__4d-jackpot__tutorial-2 {
    padding-top: 34px;
    padding-bottom: 64px;
    position: relative;
    background: #C7EFFF;
    overflow: visible;
}

.cts__4d-jackpot__tutorial-2__cta {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-jackpot__tutorial-2__background--mobile {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cts__4d-jackpot__tutorial-2__background--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__tutorial-2 {
        padding-top: 92px;
        padding-bottom: 200px;
    }
}

/***
 * ---------- Lucky Pick Randomizer ----------
 ***/

.cts__4d-jackpot__lucky-pick-randomizer {
    padding-top: 118px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #C7EFFF 0%, #FFFFFF 100%);
}

.cts__4d-jackpot__lucky-pick-randomizer .cts__marquee-text img {
    width: 38px;
    height: 38px;
}

.cts__4d-jackpot__lucky-pick-randomizer__card {
    background: url('/assets/images/our-game/4d-jackpot-lucky-pick-randomizer-bg-mobile-top.png') top 16px right no-repeat, url('/assets/images/our-game/4d-jackpot-lucky-pick-randomizer-bg-mobile-bottom.png') bottom 4px left no-repeat, radial-gradient(circle, #00A3E3 0%, #33B5E9 100%);
    background-size: 104px auto, 152px auto, auto;
    border-radius: 100px 0;
    padding: 100px 24px 116px 24px;
    color: var(--cts__color-white);

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.cts__4d-jackpot__lucky-pick-randomizer__number__divider {
    font-size: var(--cts__font-size-h3);
    line-height: var(--cts__line-height-h3);
    font-weight: var(--cts__font-weight-h3);
}

.cts__4d-jackpot__lucky-pick-randomizer__card header {
    cursor: pointer;
}

.cts__4d-jackpot__lucky-pick-randomizer__card h2,
.cts__4d-jackpot__lucky-pick-randomizer__card h3 {
    font-size: var(--cts__font-size-h1);
    font-weight: var(--cts__font-weight-h1);
    line-height: var(--cts__line-height-h1);
}

.cts__4d-jackpot__lucky-pick-randomizer__numbers {
    margin-top: 32px;
}

.cts__4d-jackpot__lucky-pick-randomizer__number__wrapper {
    display: flex;
    gap: 12px;

    justify-content: center;
    align-items: center;
}

.cts__4d-jackpot__lucky-pick-randomizer__description {
    font-size: var(--cts__font-size-h5);
    font-weight: var(--cts__font-weight-h5);
    line-height: var(--cts__line-height-h5);
    text-align: center;

    margin-top: 28px;
    margin-bottom: 28px;
}

.cts__4d-jackpot__lucky-pick-randomizer__buttons__wrapper {
    margin-top: 28px;
    margin-left: 30px;
    margin-right: 30px;

    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 16px;
}

.cts__4d-jackpot__lucky-pick-randomizer__buttons__wrapper button {
    width: auto;
}


.cts__number-item {
    font-size: var(--cts__font-size-h3);
    font-weight: var(--cts__font-weight-h3);
    line-height: var(--cts__line-height-h3);
}

@media (min-width: 744px) {
    .cts__4d-jackpot__lucky-pick-randomizer .cts__marquee-text img {
        width: 60px;
        height: 60px;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__card {
        background:
            url('/assets/images/our-game/4d-jackpot-lucky-pick-randomizer-bg-desktop-left.png') bottom 38px left -20px no-repeat,
            url('/assets/images/our-game/4d-jackpot-lucky-pick-randomizer-bg-desktop-right.png') top 46px right -32px no-repeat,
            radial-gradient(circle, #00A3E3 0%, #33B5E9 100%);
        background-size: auto 22%, auto 35%, auto;

        border-radius: 88px 0;
        padding: 74px 60px;

        max-width: 1248px;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__numbers {
        display: flex;
        align-items: center;
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-jackpot__lucky-pick-randomizer__card {
        background-size: auto 35%, auto 50%, auto;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__card h2,
    .cts__4d-jackpot__lucky-pick-randomizer__card h3 {
        font-weight: 700;
        font-size: 56px;
        line-height: 85px;
        text-align: center;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__description {
        text-wrap: balance;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--cts__color-white);

        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__buttons__wrapper {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .cts__4d-jackpot__lucky-pick-randomizer__numbers {
        display: flex;
        align-items: center;
        gap: 28px;
    }
}


/***
 * ---------- FAQ ----------
 ***/
.cts__4d-jackpot__faq {
    margin-top: 60px;
    margin-bottom: 94px;

    background: #FFFFFF;
}

.cts__4d-jackpot__faq h2 {
    margin-bottom: 24px;

    font-size: var(--cts__font-size-h2);
    font-weight: var(--cts__font-weight-h2);
    line-height: var(--cts__line-height-h2);
    text-align: left;
    width: 100%;
    color: var(--cts__color-black);
}

.cts__4d-jackpot__faq #accordion {
    margin-bottom: 56px;
}

.cts__4d-jackpot__faq__cta {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 744px) {
    .cts__4d-jackpot__faq__cta {
        margin-left: 0;
        margin-right: none;
    }

}

@media (min-width: 1024px) {
    .cts__4d-jackpot__faq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: start start;
        gap: 40px;
    }

    .cts__4d-jackpot__faq h2 {
        width: 440px;
    }


    .cts__4d-jackpot__faq #accordion {
        margin-bottom: 48px;
    }
}

/***
 * ---------- Explore ----------
 ***/
.cts__4d-jackpot__explore {
    background: var(--cts__color-bg-light-grey);
    padding-top: 86px;
    padding-bottom: 86px;

    margin: 0 auto;
}

.cts__4d-jackpot__explore h2 {
    font-size: var(--cts__font-size-h2);
    font-weight: var(--cts__font-weight-h2);
    line-height: var(--cts__line-height-h2);
    text-align: center;
    color: var(--cts__color-black);
    margin-bottom: 40px;
}