.cts__4d-classic {
    background: #FFFFFF;
}

/***
 * ---------- Hero Section ----------
 ***/

.cts__4d-classic__hero {
    background: url('/assets/images/our-game/magnum_classic_hero_background_mobile.jpg') no-repeat;
    background-position: center;
    position: relative;
    overflow: clip;
    position: relative;
    height: 787px;
    margin-top: -56px;
    padding-top: 56px;
}

.cts__4d-classic__hero__content {
    padding-top: 40px;
    padding-bottom: 48px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cts__4d-classic__hero__content__brand-logo {
    margin-bottom: 24px;
}

.cts__4d-classic__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: 1;

    color: var(--cts__color-black);
}

.cts__4d-classic__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-classic__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: 1;

    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-classic__hero__content__description .accented {
    font-weight: 700;
    color: var(--cts__color-magnum-yellow);
}

.cts__4d-classic__hero__content__graphic--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;

    z-index: 1;
}

.cts__4d-classic__hero__content__graphic--mobile-large {
    display: none;
    min-width: 540px;
}

.cts__4d-classic__hero__content__graphic--desktop {
    display: none;
}

@media (min-width: 375px) {
    .cts__4d-classic__hero__content__graphic--mobile {
        display: none;
    }

    .cts__4d-classic__hero__content__graphic--mobile-large {
        display: block;

        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 540px;
        height: auto;

        z-index: 1;
    }
}

@media (min-width: 480px) {
    .cts__4d-classic__hero {
        background-size: 100% auto;
    }
}

@media (min-width: 744px) {
    .cts__4d-classic__hero {
        background: url('/assets/images/our-game/magnum_classic_hero_background_desktop.jpg') no-repeat;
        background-size: auto 100%;
        background-position: center;
        height: auto;
        padding-top: 0px;
    }

    .cts__4d-classic__hero__content__brand-logo {
        width: 70px;
        height: 70px;
        margin-bottom: 14px;
    }

    .cts__4d-classic__hero__content {
        padding-top: 94px;
        padding-bottom: 40px;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;

        min-height: 416px;
    }

    .cts__4d-classic__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-classic__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-classic__hero__content__graphic--mobile {
        display: none;
    }

    .cts__4d-classic__hero__content__graphic--mobile-large {
        display: none;
    }

    .cts__4d-classic__hero__content__graphic--desktop {
        display: block;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cts__4d-classic__hero__content__graphic--desktop img {
        display: block;

        position: absolute;
        bottom: 0;
        right: -240px;

        height: auto;
        width: 160svw;
        max-width: 1400px;
    }

    .cts__4d-classic__hero__content__description {
        padding: 24px;
        min-width: 264px;
        width: fit-content;
        margin-top: 36px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-classic__hero__content__graphic--desktop img {
        display: block;

        position: absolute;
        left: auto;
        right: -240px;
        bottom: 0;
    }
}

@media (min-width: 1200px) {

    .cts__4d-classic__hero__content {
        margin-right: 30dvw;
        min-height: 560px;
    }


    .cts__4d-classic__hero__content__description {
        padding: 32px 72px;
        width: auto;
    }

    .cts__4d-classic__hero__content__graphic--desktop img {
        position: absolute;
        left: auto;
        right: -15%;
        bottom: 0;

        height: auto;
        width: 140%;
        max-width: 1920px;
    }
}

/***
 * ---------- "Kickstart the Fun!" Section ----------
 ***/

.cts__4d-classic__tab-bar {
    margin-top: 40px;
}

.cts__4d-classic__overview {
    margin-top: -82px;
    padding-top: 165px;
    padding-bottom: 0px;
    background: linear-gradient(#FFFFFF 0%, #FFFDF5 100%);
}


/***
 * ---------- Prizes Section ----------
 ***/

.cts__4d-classic__prizes {
    padding-top: 140px;
    padding-bottom: 48px;
    background: #FFFDF5;
}

.cts__prizes__card .cts__prizes__card__header {
    text-align: center;
}

.cts__4d-classic__prizes__switch {
    width: 220px;
    margin-bottom: 40px;
}

.cts__4d-classic__prizes__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;

    margin-bottom: 32px;

    position: relative;
}

.cts__4d-classic__prizes__grid__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 296px;
}

.cts__4d-classic__prizes__card__coin-1 {
    position: absolute;
    top: 32px;
    right: 28px;
}

.cts__4d-classic__prizes__card__coin-2 {
    position: absolute;
    top: -12px;
    left: -9px;
}


.cts__prizes__item.top {
    grid-column: 1 / -1;
    background: var(--cts__color-magnum-yellow-60);
}

.cts__prizes__item.filled {
    background: var(--cts__color-magnum-yellow-60);
}

.cts__prizes__item {
    background: var(--cts__color-grey-5);
    transition: background-color 0.2s ease-in-out;
}

.cts__prizes__item.column dt {
    color: var(--cts__color-grey-1);
}

@media (min-width: 744px) {

    .cts__4d-classic__prizes__card__coin-1,
    .cts__4d-classic__prizes__card__coin-2 {
        display: none;
    }

    .cts__4d-classic__prizes {
        margin-top: -80px;
        padding-top: 172px;
        padding-bottom: 58px;
    }

    .cts__4d-classic__prizes header {
        width: 264px !important;
    }

    .cts__prizes__card .cts__prizes__card__header {
        text-align: center;
        width: 50%;
        text-wrap: balance;
    }

    .cts__4d-classic__prizes__switch {
        width: 264px;
    }

    .cts__4d-classic__prizes__grid {
        margin-bottom: 0;
    }

    .cts__prizes__card {
        background-image: url('/assets/images/our-game/4d_classic_prize_header_tablet.png');
        background-size: 694px auto;
        background-position: right;
    }

}

@media (min-width: 1024px) {
    .cts__prizes__card {
        background-image: url('/assets/images/our-game/4d_classic_prize_header_desktop.png');
        background-size: 460px auto;
        background-position: right;
    }

    .cts__prizes__card__header {
        width: 360px !important;
    }

}

@media (min-width: 1200px) {
    .cts__4d-classic__prizes__grid {
        width: 400px;
    }

    .cts__prizes__card {
        background-size: 620px auto;
    }
}

/***
 * ---------- Tutorial Section ----------
 ***/

.cts__4d-classic__tutorial {
    padding-top: 58px;
    padding-bottom: 68px;
    position: relative;
    background: #FFFDF5;
    overflow: visible;
}

@media (min-width: 1024px) {
    .cts__4d-classic__tutorial {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

/***
 * ---------- Demo Play Section ----------
 ***/

.cts__4d-classic__demo-play {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('/assets/images/our-game/4d-classic-demo_game_background_mobile.png') center no-repeat, #FFFDF5;
    background-size: 100% auto;
}

.cts__4d-classic__demo-play__highlight-text {
    margin-bottom: 36px;
}

.cts__highlight-text__wrapper h2 {
    color: var(--cts__color-magnum-yellow-40);

    margin-left: 32px;
    margin-right: 32px;
}

.cts__4d-classic__demo-play__stepper {
    width: 80dvw;
    max-width: 312px;
    margin-top: -140px;
    padding-top: 140px;
}

.cts__4d-classic__demo-play__step-1__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cts__4d-classic__demo-play__step-1__footer {
    width: 100%;
}

.cts__4d-classic__demo-play__step-1__footer div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
}

.cts__4d-classic__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);
    text-align: center;
}

.cts__4d-classic__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);
    margin-bottom: 30px;
}

.cts__4d-classic__demo-play__step-1__footer--filled video {
    width: 106px;
    height: 46px;
}


.cts__4d-classic__demo-play__step-2__content {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: auto;
    align-items: center;
    justify-content: center;
}

.cts__4d-classic__demo-play__price-input__wrapper {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.cts__4d-classic__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-classic__demo-play__price-input {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 74px;
    border: 1px solid var(--cts__color-game-4d-classic);
    padding-left: 16px;
    padding-right: 24px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cts__4d-classic__demo-play__price-input small {
    font-weight: var(--cts__font-weight-p1);
    font-size: var(--cts_-font-size-p1);
    line-height: var(--cts__line-height-p1);
    color: var(--cts__color-black);

    width: auto;
}

.cts__4d-classic__demo-play__price-input input {
    font-weight: var(--cts__font-weight-h4);
    font-size: var(--cts__font-size-h4);
    line-height: var(--cts__line-height-h4);
    color: var(--cts__color-black);

    border: none;
    outline: none;
    width: 85%;
    text-align: right;
}

.cts__4d-classic__demo-play__price-input input::placeholder {
    color: var(--cts__color-grey-5);
}

.cts__4d-classic__demo-play__rules {
    border-radius: 20px;
    background: var(--cts__color-magnum-yellow-20);
    width: 100%;
    height: 100%;

    background-image: url('/assets/images/lightbulb-2.png');
    background-position: top 12px right 12px;
    background-repeat: no-repeat;
    background-size: 27px 37px;

    padding: 20px 16px 18px 16px;
}

.cts__4d-classic__demo-play__step-2__footer {
    margin-top: 16px;
    width: 100%;
    height: 50%;
    min-height: fit-content;
}

.cts__demo-play__number-dictionary-banner p {
    white-space: nowrap;
    text-wrap: nowrap;
}

.cts__4d-classic__demo-play__rules h4 {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1-medium);
    line-height: var(--cts__line-height-p1);
    margin-bottom: 8px;
}

.cts__4d-classic__demo-play__rules ul li p {
    transform: translateY(-2px);
}

.cts__4d-classic__demo-play__rules ul li::marker {
    color: var(--cts__color-game-4d-classic);
}

.cts__4d-classic__demo-play__rules li:not(:first-of-type) {
    margin-top: 6px;
}

.cts__4d-classic__demo-play__input-message__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    height: 100%;
    overflow-x: clip;

    padding: 24px 0;
    border-radius: 20px;
    background: var(--cts__color-magnum-yellow-20);
}

.cts__4d-classic__demo-play__input-message__wrapper p {
    font-size: var(--cts__font-size-p1);
    font-weight: var(--cts__font-weight-p1-medium);
    line-height: 24px;
    text-align: center;
    color: var(--cts__color-black);
    margin: 24px 20px auto 20px;
}

.cts__4d-classic__demo-play__ingots {
    height: auto;
}

.cts__4d-classic__demo-play__step-3 {
    /* margin-left: -12px;
    margin-right: -12px; */
}

.cts__4d-classic__demo-play__step-3__footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 180px;
}

.cts__4d-classic__demo-play__step-4 {
    padding-left: 0;
    padding-right: 0;
    justify-content: stretch;
}

.cts__4d-classic__demo-play__step-4 .cts__demo-play__card__header {
    margin-top: 8px;
}

.cts__4d-classic__demo-play__step-4__footer {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.cts__4d-classic__demo-play__step-4__stepper__wrapper {
    display: flex;
    gap: 8px;
    align-items: center;

    flex: 1;
}

.cts__4d-classic__demo-play__step-4__stepper__wrapper label {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2);
}

.cts__4d-classic__demo-play__step-4__footer .cts__number-stepper {
    flex: 1;
}

.cts__4d-classic__demo-play__step-final {
    background: var(--cts__color-game-4d-classic);

    /* 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-classic__demo-play__step-final__img__texts {
    width: 140px;
    height: 40px;
    position: absolute;
    right: 26px;
    top: 84px;
    transform: rotate(12.6deg);

    font-size: 14px;
    color: var(--cts__color-black);

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 2px;
}

.cts__4d-classic__demo-play__step-final__img__texts b {
    font-weight: 600;
}

.cts__4d-classic__demo-play__step-final__img__texts .cts__grid-place-start {
    place-self: center start;
}

.cts__4d-classic__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-classic__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;
}

.cts__4d-classic__demo-play__step-4 .cts__tab-wrapper {
    width: 100%;
    margin-top: 24px;
}

.cts__4d-classic__demo-play__step-4 .cts__tab-container {
    flex: 1;
}

@media (min-width: 744px) {
    .cts__4d-classic__demo-play {
        background: url('/assets/images/our-game/4d-classic-demo_game_background_desktop.png') center no-repeat, #FFFDF5;
        background-size: 100% auto;
    }
}

@media (min-width: 1024px) {

    .cts__4d-classic__demo-play__step-1__footer--filled video {
        width: 160px;
        height: 69px;
    }

    .cts__4d-classic__demo-play__step-2__content {
        gap: 32px;
        padding-right: 36px;
        padding-left: 36px;
    }

    .cts__4d-classic__demo-play__rules {
        /* margin-left: -16px;
        width: calc(100% + 32px);
        margin-right: -16px; */
        height: fit-content;
        padding: 18px 24px 22px 24px;

        background-position: top 8px right 16px;
        background-size: 32px 40px;
    }

    .cts__4d-classic__demo-play__rules ul li p {
        display: inline;
    }

    /* 
    .cts__4d-classic__demo-play__step-4 {
        padding: 0 0;
    } */

    /* .cts__4d-classic__demo-play__step-4 .cts__tab-content {
        padding: 0px 30px;
    } */

    .cts__4d-classic__demo-play__step-final {
        min-height: 560px;
    }

    .cts__4d-classic__demo-play__step-final h4 {
        margin-top: 12px;
    }

    .cts__4d-classic__demo-play__step-3__footer {
        height: 216px;
    }
}

/***
 * ---------- Lucky Pick Section ----------
 ***/
.cts__4d-classic__lucky-pick {
    padding-top: 42px;
    padding-bottom: 72px;
    position: relative;
    background: #FFFDF5;
}

.cts__4d-classic__lucky-pick .cts__marquee-text {
    margin-bottom: 36px;
}

.cts__4d-classic__lucky-pick .cts__marquee-text img {
    width: 40px;
    height: 53px;
}

.cts__4d-classic__lucky-pick__card {
    background: #FADD6D;
    border-radius: 20px;
    padding: 56px 30px 47px 30px;
    overflow: clip;

    max-width: var(--cts__card-max-width);

    margin-left: auto;
    margin-right: auto;

    position: relative;
    z-index: 10;
}

.cts__4d-classic__lucky-pick__card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__4d-classic__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-classic__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-classic__lucky-pick__card {
        display: flex;
        padding: 55px 0px 39px 36px;
        max-width: none;

    }

    .cts__4d-classic__lucky-pick__card__content {
        align-items: start;
    }

    .cts__4d-classic__lucky-pick__card__deeplink-button {
        margin-top: 40px;
    }

    .cts__4d-classic__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-classic__lucky-pick .cts__marquee-text {
        margin-bottom: 56px;
    }

    .cts__4d-classic__lucky-pick .cts__marquee-text img {
        width: 55px;
        height: 74px;
    }

    .cts__4d-classic__lucky-pick__card {
        max-width: 1010px;
        padding: 46px 40px 46px 94px;

        max-width: 1010px;
    }

    .cts__4d-classic__lucky-pick__card__content {
        align-items: start;
        margin-top: 18px;
        margin-bottom: 18px;
    }
}


/***
 * ---------- Advance Play Section ----------
 ***/

.cts__4d-classic__advance {
    padding-top: 128px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, #FFFDF4 0%, #FFF2CC 35%);
}

.cts__4d-classic__advance__content#advanced {
    margin-top: -150px;
    padding-top: 150px;
}

.cts__4d-classic__advance__highlight-text {
    margin-bottom: 88px;
}

.cts__4d-classic__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-classic__advance .cts__pill {
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-classic__advance ul li::marker {
    color: var(--cts__color-game-4d-classic);
}

.cts__4d-classic__advance li .highlighted {
    color: var(--cts__color-game-4d-classic);
    font-weight: 700;
}

.cts__4d-classic__advance__content:not(:first-of-type) {
    margin-top: 128px;
}


.cts__4d-classic__advance__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__4d-classic__advance__cards .cts__advance-play__card__wrapper {
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-classic__advance__cards .cts__advance-play__card__wrapper:not(:first-of-type) {
    margin-top: 62px;
}

@media (min-width: 744px) {
    .cts__4d-classic__advance__cards .cts__advance-play__card__wrapper {
        position: sticky;
        top: 104px;
    }

    .cts__4d-classic__advance__cards .cts__advance-play__card__wrapper:not(:first-of-type) {
        margin-top: 160px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-classic__advance__content#advanced {
        margin-top: -180px;
        padding-top: 180px;
    }


    .cts__4d-classic__advance__highlight-text {
        margin-bottom: 138px;
    }

    .cts__4d-classic__advance header h3 {
        margin-bottom: 56px;

        font-weight: 400;
        font-size: var(--cts__font-size-h2);
        line-height: var(--cts__line-height-h2);
    }
}

/**
 * ---------- mbox pricing section ----------
 **/
.cts__4d-classic__mbox-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-classic__mbox-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: 24px;
}

.cts__4d-classic__mbox-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-classic__mbox-pricing__card .cts__carousel-data__container {
    margin-left: 0px;
    margin-right: -20px;
}

.cts__4d-classic__mbox-pricing__card .cts__carousel-data__column:last-child {
    padding-right: 24px !important;
    box-sizing: content-box;
}

@media (min-width: 744px) {
    .cts__4d-classic__mbox-pricing__card {
        max-width: none;
    }

    .cts__4d-classic__mbox-pricing__card header h2 {
        margin-bottom: 14px;
    }
}

@media (min-width: 1024px) {
    .cts__4d-classic__mbox-pricing__card header h2 {
        margin-bottom: 24px;
    }

    .cts__4d-classic__mbox-pricing__card header p {
        margin-bottom: 72px;
    }

    .cts__4d-classic__mbox-pricing__card {
        max-width: 1248px;

        padding: 68px 48px 60px 48px;
    }

    .cts__4d-classic__mbox-pricing__card .cts__carousel-data__container {
        margin-left: 0;
        margin-right: 0;

        /* padding-left: 20px; */
    }

    .cts__4d-classic__advance__cards {
        display: block;
    }

    .cts__4d-classic__mbox-pricing__card .cts__carousel-data__column:last-child {
        padding-right: 0px !important;
    }
}

/***
 * ---------- Tutorial 2 Section ----------
 ***/
.cts__4d-classic__tutorial-2 {
    padding-top: 34px;
    padding-bottom: 64px;
    position: relative;
    background: #FFF2CC;
    overflow: visible;
}

.cts__4d-classic__tutorial-2__cta {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.cts__4d-classic__tutorial-2__background--mobile {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cts__4d-classic__tutorial-2__background--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .cts__4d-classic__tutorial-2 {
        padding-top: 92px;
        padding-bottom: 200px;
    }
}

/***
 * ---------- Lucky Pick Randomizer ----------
 ***/

.cts__4d-classic__lucky-pick-randomizer {
    padding-top: 118px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #FFF2CC 0%, #FFFFFF 100%);
}

.cts__4d-classic__lucky-pick-randomizer .cts__marquee-text img {
    width: 38px;
    height: 38px;
}

.cts__4d-classic__lucky-pick-randomizer__card {
    background:
        url('/assets/images/our-game/4d-classic-lucky-pick-randomizer-bg-mobile-top.png') top right no-repeat,
        url('/assets/images/our-game/4d-classic-lucky-pick-randomizer-bg-mobile-bottom.png') bottom left no-repeat,
        radial-gradient(circle, #FFD966 0%, #FFE699 100%);
    background-size: 327px auto, 327px auto, auto;
    border-radius: 100px 0;
    padding: 108px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.cts__4d-classic__lucky-pick-randomizer__card header {
    cursor: pointer;
}

.cts__4d-classic__lucky-pick-randomizer__card h2,
.cts__4d-classic__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);
    color: var(--cts__color-black);
}

.cts__4d-classic__lucky-pick-randomizer__number__wrapper {
    margin-top: 12px;
    margin-bottom: 12px;

    display: flex;
    gap: 12px;

    justify-content: center;
    align-items: center;
}

.cts__4d-classic__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);
    color: var(--cts__color-grey-1);
    text-align: center;

    margin-top: 28px;
    margin-bottom: 28px;
}

.cts__4d-classic__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-classic__lucky-pick-randomizer__buttons__wrapper button {
    width: auto;
}

@media (min-width: 744px) {
    .cts__4d-classic__lucky-pick-randomizer .cts__marquee-text img {
        width: 60px;
        height: 60px;
    }

    .cts__4d-classic__lucky-pick-randomizer__card {
        background:
            url('/assets/images/our-game/4d-classic-lucky-pick-randomizer-bg-desktop-left.png') bottom left no-repeat,
            url('/assets/images/our-game/4d-classic-lucky-pick-randomizer-bg-desktop-right.png') top right no-repeat,
            radial-gradient(circle, #FFD966 0%, #FFE699 100%);
        background-size: auto 70%, auto 70%, auto;

        border-radius: 88px 0;
        padding: 74px 60px;

        max-width: 1248px;
    }

    .cts__4d-classic__lucky-pick-randomizer__description {
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (min-width: 1024px) {
    .cts__4d-classic__lucky-pick-randomizer__card {
        background-size: auto 100%, auto 100%, auto;
    }

    .cts__4d-classic__lucky-pick-randomizer__card h2,
    .cts__4d-classic__lucky-pick-randomizer__card h3 {
        font-weight: 700;
        font-size: 56px;
        line-height: 85px;
        text-align: center;
    }

    .cts__4d-classic__lucky-pick-randomizer__description {
        text-wrap: balance;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--cts__color-grey-1);
        max-width: 374px;

        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .cts__4d-classic__lucky-pick-randomizer__buttons__wrapper {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
}

/***
 * ---------- FAQ ----------
 ***/
.cts__4d-classic__faq {
    margin-top: 60px;
    margin-bottom: 94px;

    background: #FFFFFF;
}

.cts__4d-classic__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-classic__faq #accordion {
    margin-bottom: 56px;
}

.cts__4d-classic__faq__cta {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 744px) {
    .cts__4d-classic__faq__cta {
        margin-left: 0;
        margin-right: none;
    }

}

@media (min-width: 1024px) {
    .cts__4d-classic__faq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: start start;
        gap: 40px;
    }

    .cts__4d-classic__faq h2 {
        width: 440px;
    }


    .cts__4d-classic__faq #accordion {
        margin-bottom: 48px;
    }
}

/***
 * ---------- Explore ----------
 ***/
.cts__4d-classic__explore {
    background: var(--cts__color-bg-light-grey);
    padding-top: 86px;
    padding-bottom: 86px;

    margin: 0 auto;
}

.cts__4d-classic__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;
}