/***
 * ---------- Hero Section ----------
 ***/

.cts__mgold__hero {
    background: url('/assets/images/our-game/magnum_mgold_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__mgold__hero__content {
    padding-top: 40px;
    padding-bottom: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.cts__mgold__hero__content__brand-logo {
    margin-bottom: 24px;
}

.cts__mgold__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-black);
}

.cts__mgold__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__mgold__hero__content__description {
    background: var(--cts__color-white);
    border-radius: 20px;
    padding: 30px 24px;
    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__mgold__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-mgold)
}

.cts__mgold__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__mgold__hero__content__description div:nth-of-type(2) {
    margin-top: 18px;
}

.cts__mgold__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__mgold__hero__content__graphic--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;

    z-index: 90;
}

.cts__mgold__hero__content__graphic--mobile-large {
    display: none;
    min-width: 540px;
}

.cts__mgold__hero__content__graphic--desktop {
    display: none;
}

@media (min-width: 375px) {
    .cts__mgold__hero__content__graphic--mobile {
        display: none;
    }

    .cts__mgold__hero__content__graphic--mobile-large {
        display: block;

        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 540px;
        height: auto;

        z-index: 90;

        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .cts__mgold__hero {
        background-size: 100% auto;
    }
}

@media (min-width: 744px) {
    .cts__mgold__hero {
        background: url('/assets/images/our-game/magnum_mgold_hero_background_desktop.jpg') no-repeat;
        background-size: auto 100%;
        background-position: bottom;
        height: auto;
        padding-top: 0px;
    }

    .cts__mgold__hero__content__brand-logo {
        width: 70px;
        height: 70px;
        margin-bottom: 14px;
    }

    .cts__mgold__hero__content {
        padding-top: 94px;
        padding-bottom: 38px;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .cts__mgold__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__mgold__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__mgold__hero__content__graphic--mobile {
        display: none;
    }

    .cts__mgold__hero__content__graphic--mobile-large {
        display: none;
    }

    .cts__mgold__hero__content__graphic--desktop {
        display: block;

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cts__mgold__hero__content__graphic--desktop img {
        display: block;

        position: absolute;
        bottom: 0;
        right: -240px;

        height: auto;
        width: 160svw;
        max-width: 1400px;
    }

    .cts__mgold__hero__content__description {
        padding: 24px;
        min-width: 264px;
        width: fit-content;
        margin-top: 36px;
    }

    .cts__mgold__hero__content__disclaimer {
        color: var(--cts__color-black);
    }
}

@media (min-width: 1024px) {
    .cts__mgold__hero__content__description {
        padding: 32px 30px;
        width: auto;
    }
}


@media (min-width: 1200px) {

    .cts__mgold__hero__content {
        margin-right: 30dvw;

        min-height: 560px;
    }

    .cts__mgold__hero__content__graphic--desktop img {
        position: absolute;
        left: auto;
        right: -15%;
        bottom: 0;

        height: auto;
        width: 140%;
        max-width: 1920px;
    }
}

/***
 * ---------- "Take Control of The Game" Section ----------
 ***/

.cts__mgold__tab-bar {
    margin-top: 40px;
}

.cts__mgold__overview {
    margin-top: -82px;
    padding-top: 165px;
    padding-bottom: 0px;
    background: linear-gradient(#FFFFFF 0%, #FFFBF8 100%);
}


/***
 * ---------- Prizes Section ----------
 ***/

.cts__mgold__prizes {
    padding-top: 140px;
    padding-bottom: 48px;
    background: #FFFBF8;
}

.cts__prizes__card .cts__prizes__card__header {
    text-align: center;
    width: 200px;
}

.cts__mgold__prizes__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;

    margin-bottom: 32px;

    position: relative;
}

.cts__mgold__prizes__card__coin-1 {
    position: absolute;
    top: 32px;
    right: 28px;
}

.cts__mgold__prizes__card__coin-2 {
    position: absolute;
    top: 18px;
    left: -9px;
}

.cts__prizes__item.top {
    grid-column: 1 / -1;
    background: var(--cts__color-game-mgold);
    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-mgold-orange-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-mgold);
}

.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__mgold__prizes__card__coin-1 {
        width: 32px;
        height: 28px;
        top: 20px;
        right: 20px;
    }

    .cts__mgold__prizes__card__coin-2 {
        width: 36px;
        height: 36px;
        top: 130px;
        left: -24px;
    }

    .cts__mgold__prizes {
        margin-top: -80px;
        padding-top: 172px;
        padding-bottom: 58px;
    }

    .cts__mgold__prizes__grid {
        margin-bottom: 0;
    }

    .cts__prizes__card__header {
        width: 55% !important;
        justify-content: stretch;
    }

    .cts__prizes__description--desktop {}

    .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__mgold__prizes__grid {
        min-width: 332px;
    }

    .cts__mgold__prizes__card__coin-1 {
        width: 64px;
        height: 56px;
        top: 40px;
        right: 32px;
    }

    .cts__mgold__prizes__card__coin-1 {
        width: 64px;
        height: 56px;
        top: 40px;
        right: min(32px, 1.5%);

        z-index: 50;
    }

    .cts__mgold__prizes__card__coin-2 {
        width: 66px;
        height: 66px;
        top: 130px;
        left: -48px;
    }
}

/***
 * ---------- Tutorial Section ----------
 ***/

.cts__mgold__tutorial {
    padding-top: 58px;
    padding-bottom: 68px;
    position: relative;
    background: #FFFBF8;
    overflow: visible;
}

@media (min-width: 1024px) {
    .cts__mgold__tutorial {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


/***
 * ---------- Demo Play Section ----------
 ***/

.cts__mgold__demo-play {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url('/assets/images/our-game/mgold-demo_game_background_mobile.png') center no-repeat, #FFFBF8;
    background-size: 100% auto;
}

.cts__mgold__demo-play__highlight-text {
    margin-bottom: 36px;
}

.cts__highlight-text__wrapper h2 {
    color: var(--cts__color-mgold-orange-20);
}

.cts__mgold__demo-play__stepper {
    width: 80dvw;
    max-width: 312px;
    margin-top: -140px;
    padding-top: 140px;
}

.cts__demo-play__number-dictionary-banner p {
    font-size: var(--cts__font-size-p3);
    font-weight: var(--cts__font-weight-p3);
    line-height: var(--cts__line-height-p3);
    text-wrap: wrap;
}

.cts__mgold__demo-play__step-1__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cts__mgold__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__mgold__demo-play__step-1__footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cts__mgold__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__mgold__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__mgold__demo-play__step-1__footer--filled video {
    width: 106px;
    height: 46px;
}


.cts__mgold__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__mgold__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__mgold__demo-play__price-input {
    display: flex;
    gap: 12px;
    width: 134px;
    height: 74px;
    border: 1px solid var(--cts__color-game-mgold);
    padding-left: 16px;
    padding-right: 24px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cts__mgold__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__mgold__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__mgold__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__mgold__demo-play__step-3 {
    /* margin-left: -12px;
    margin-right: -12px; */
}

.cts__mgold__demo-play__step-3__footer {
    width: 100%;
}

.cts__mgold__demo-play__step-3__footer p {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2-medium);
    line-height: var(--cts__line-height-p2);
    text-align: center;
    color: var(--cts__color-black);
}

.cts__mgold__demo-play__step-3 .cts__demo-play__prizes__balls {
    margin-top: 8px;
    margin-bottom: 96px;
}

.cts__mgold__demo-play__step-4 {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: stretch;
}

.cts__mgold__demo-play__step-4 .cts__demo-play__card__header {
    margin-top: 8px;
}

.cts__mgold__demo-play__step-4__footer {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.cts__mgold__demo-play__step-4__stepper__wrapper {
    display: flex;
    gap: 8px;
    align-items: center;

    flex: 1;
}

.cts__mgold__demo-play__step-4__stepper__wrapper label {
    font-size: var(--cts__font-size-p2);
    font-weight: var(--cts__font-weight-p2);
}

.cts__mgold__demo-play__step-4__footer .cts__number-stepper {
    flex: 1;
}


.cts__mgold__demo-play__step-4 .cts__tab-wrapper {
    width: 100%;
    margin-top: 24px;
}

.cts__mgold__demo-play__step-4 .cts__tab-container {
    flex: 1;
}

#cts__mgold__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: 86px; */
    height: calc(var(--cts__line-height-h5) * 2 + 18px + 16px);
    padding-bottom: 16px;
    padding-top: 18px;

    overflow: visible;

    display: flex;
    align-items: center;
    justify-content: 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__mgold__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__demo-play__prizes__results-banner__content {
    padding-top: 14px;
    padding-bottom: 12px;
}

.cts__mgold__demo-play__step-4 .cts__demo-play__prizes__balls {
    margin-bottom: 42px;
}

#cts__mgold__demo-play__step-4__results-banner__details {
    margin-bottom: 0;
}

.cts__mgold__demo-play__step-final {
    background: var(--cts__color-game-mgold);
    color: var(--cts__color-white);
    /* margin: -24px;
    border-radius: 20px;
    height: calc(100% + 48px);
    min-height: 520px; */
    text-align: center;

    padding: 48px 24px 32px 24px !important;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cts__mgold__demo-play__step-final__img__texts {
    width: 142px;
    height: 40px;
    position: absolute;
    right: 36px;
    top: 96px;
    transform: rotate(12.6deg);

    font-size: 14px;
    color: var(--cts__color-black);
    font-weight: 500;

    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.cts__mgold__demo-play__step-final__img__texts .cts__grid-place-start {
    place-self: start;
}

.cts__mgold__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);
}

.cts__mgold__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__mgold__demo-play {
        background: url('/assets/images/our-game/mgold-demo_game_background_desktop.png') center no-repeat, #FFFBF8;
        background-size: 100% auto;
    }
}

@media (min-width: 1024px) {
    /* .cts__mgold__demo-play__step-4 {
        margin-top: -24px;
        margin-left: -54px;
        margin-right: -54px;
    } */

    .cts__demo-play__number-dictionary-banner {
        width: 318px;
    }

    .cts__mgold__demo-play__step-1__content {
        gap: 36px;
    }
}

/***
 * ---------- Lucky Pick Section ----------
 ***/
.cts__mgold__lucky-pick {
    padding-top: 42px;
    padding-bottom: 72px;
    position: relative;
    background: #FFFBF8;
    /* display: none; */
}

.cts__mgold__lucky-pick .cts__marquee-text {
    margin-bottom: 36px;
}

.cts__mgold__lucky-pick .cts__marquee-text img {
    width: 40px;
    height: 53px;
}

.cts__mgold__lucky-pick__card {
    background: var(--cts__color-mgold-orange-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__mgold__lucky-pick__card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__mgold__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__mgold__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__mgold__lucky-pick__card {
        display: flex;
        padding: 55px 0px 39px 36px;
        max-width: none;
    }

    .cts__mgold__lucky-pick__card__content {
        align-items: start;
    }

    .cts__mgold__lucky-pick__card__deeplink-button {
        margin-top: 40px;
    }

    .cts__mgold__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;
    }
}

@media (min-width: 1024px) {

    .cts__mgold__lucky-pick .cts__marquee-text {
        margin-bottom: 56px;
    }

    .cts__mgold__lucky-pick .cts__marquee-text img {
        width: 55px;
        height: 74px;
    }

    .cts__mgold__lucky-pick__card {
        max-width: 1010px;
        padding: 46px 40px 46px 94px;

        max-width: 1010px;
    }

    .cts__mgold__lucky-pick__card__content {
        align-items: start;
        margin-top: 18px;
        margin-bottom: 18px;
    }
}


/***
 * ---------- Advance Play Section ----------
 ***/

.cts__mgold__advance {
    padding-top: 128px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, #FFFBF8 0%, #FDE8D3 70%);
}

.cts__mgold__advance__content#advanced {
    margin-top: -150px;
    padding-top: 150px;
}

.cts__mgold__advance__highlight-text {
    margin-bottom: 88px;
}

.cts__mgold__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;
}

.cts__mgold__advance .cts__pill {
    margin-left: auto;
    margin-right: auto;
}

.cts__mgold__advance ul li::marker {
    color: var(--cts__color-game-mgold);
}

.cts__mgold__advance li .highlighted {
    color: var(--cts__color-game-mgold);
    font-weight: 700;
}

.cts__mgold__advance__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cts__advance-play__card__wrapper {
    margin-left: auto;
    margin-right: auto;
}

@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;
    } */
}

@media (min-width: 1024px) {
    .cts__mgold__advance__content#advanced {
        margin-top: -180px;
        padding-top: 180px;
    }


    .cts__mgold__advance__highlight-text {
        margin-bottom: 138px;
    }

    .cts__mgold__advance header h3 {
        margin-bottom: 56px;

        font-weight: 400;
        font-size: var(--cts__font-size-h2);
        line-height: var(--cts__line-height-h2);
    }

    #cts__mgold__msystem-play__card {
        margin-top: 180px;
    }
}

/***
 * ---------- Tutorial 2 Section ----------
 ***/
.cts__mgold__tutorial-2 {
    padding-top: 34px;
    padding-bottom: 64px;
    position: relative;
    background: #FDE8D3;
    overflow: visible;
}

.cts__mgold__tutorial-2__cta {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.cts__mgold__tutorial-2__background--mobile {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cts__mgold__tutorial-2__background--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .cts__mgold__tutorial-2 {
        padding-top: 92px;
        padding-bottom: 200px;
    }
}


/***
 * ---------- Lucky Pick Randomizer ----------
 ***/

.cts__mgold__lucky-pick-randomizer {
    padding-top: 118px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #FDE7D3 0%, #FFFFFF 100%);
}

.cts__mgold__lucky-pick-randomizer .cts__marquee-text img {
    width: 38px;
    height: 38px;
}

.cts__mgold__lucky-pick-randomizer__card {
    background:
        url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-mobile-top.png') top right no-repeat,
        url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-mobile-top.png') top right no-repeat,
        url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-mobile-bottom.png') bottom left no-repeat,
        url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-mobile-bottom.png') bottom left no-repeat,
        radial-gradient(circle, #F58921 0%, #F7A14D 100%);
    background-size: 327px auto, 327px auto, 327px auto, 327px auto, auto;
    background-blend-mode: normal, multiply, normal, multiply, normal;
    border-radius: 100px 0;
    padding: 70px 12px 146px 12px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.cts__mgold__lucky-pick-randomizer__card header {
    cursor: pointer;
}

.cts__mgold__lucky-pick-randomizer__card h2 {
    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__mgold__lucky-pick-randomizer__number__wrapper {
    margin-top: 32px;

    display: flex;
    gap: 6px;

    justify-content: center;
    align-items: center;
}

.cts__mgold__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-black);
    text-align: center;

    margin-top: 28px;
    margin-bottom: 28px;
}

.cts__mgold__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__mgold__lucky-pick-randomizer__buttons__wrapper button {
    width: auto;
}

@media (min-width: 744px) {
    .cts__mgold__lucky-pick-randomizer .cts__marquee-text img {
        width: 60px;
        height: 60px;
    }

    .cts__mgold__lucky-pick-randomizer__card {
        background:
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-desktop-left.png') bottom 12px left no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-desktop-left.png') bottom 12px left no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-desktop-right.png') bottom 12px right no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-desktop-right.png') bottom 12px right no-repeat,
            radial-gradient(circle, #F58921 0%, #F7A14D 100%);
        background-size: 100% auto, 100% auto, 100% auto, 100% auto, auto;
        background-blend-mode: normal, multiply, normal, multiply, normal;

        border-radius: 88px 0;
        padding: 72px 90px;

        max-width: 1248px;
    }

    .cts__mgold__lucky-pick-randomizer__number__wrapper {
        margin-top: 32px;

        display: flex;
        gap: 6px;

        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .cts__mgold__lucky-pick-randomizer__card {
        background:
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-desktop-left.png') bottom 12px left no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-desktop-left.png') bottom 12px left no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-desktop-right.png') bottom 12px right no-repeat,
            url('/assets/images/our-game/mgold-lucky-pick-randomizer-bg-shadow-desktop-right.png') bottom 12px right no-repeat,
            radial-gradient(circle, #F58921 0%, #F7A14D 100%);
        background-size: 100% auto, 100% auto, 100% auto, 100% auto, auto;
        background-blend-mode: normal, multiply, normal, multiply, normal;
        padding: 104px 20px 88px 20px;
    }

    .cts__mgold__lucky-pick-randomizer__card h2,
    .cts__mgold__lucky-pick-randomizer__card h3 {
        font-weight: 700;
        font-size: 56px;
        line-height: 85px;
        text-align: center;
    }

    .cts__mgold__lucky-pick-randomizer__description {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        max-width: 374px;

        margin-top: 24px;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .cts__mgold__lucky-pick-randomizer__number__wrapper {
        gap: 12px;
    }

    .cts__mgold__lucky-pick-randomizer__buttons__wrapper {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
}


/***
 * ---------- FAQ ----------
 ***/
.cts__mgold__faq {
    margin-top: 60px;
    margin-bottom: 94px;

    background: #FFFFFF;
}

.cts__mgold__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__mgold__faq #accordion {
    margin-bottom: 56px;
}

.cts__mgold__faq__cta {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 744px) {
    .cts__mgold__faq__cta {
        margin-left: 0;
        margin-right: none;
    }

}

@media (min-width: 1024px) {
    .cts__mgold__faq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: start start;
        gap: 40px;
    }

    .cts__mgold__faq h2 {
        width: 440px;
    }


    .cts__mgold__faq #accordion {
        margin-bottom: 48px;
    }
}

/***
 * ---------- Explore ----------
 ***/
.cts__mgold__explore {
    background: var(--cts__color-bg-light-grey);
    padding-top: 86px;
    padding-bottom: 86px;

    margin: 0 auto;
}

.cts__mgold__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;
}