* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'outfit', sans-serif;
    /*    border:1px solid red;*/
}

.main {
    background-color: #171818
}


.intro-section {
    margin: 0 auto;
    max-width: 1200px !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.intro-left {
    /*    margin: 0 auto;*/
    max-width: 600px;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 2
}

.faq-wrapper {
    padding-bottom: 80px
}

.intro-right {
    max-width: 600px;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 1
}

.affiliate-container-scroll {
    padding-bottom: 8px;
}

.affiliate-container-contact {
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 40px;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.toggle-container {
    background-color: #232329;
    border-radius: 15px;
    padding: 12px;
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.toggle-button {
    padding: 12px 24px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .toggle-button.active {
        background-color: #373b3f;
        color: var(--primary-color);
        font-weight: 500
    }

    .toggle-button.inactive {
        background-color: transparent;
        color: #dcdcdc;
        font-weight: 300
    }



.spacer-40 {
    height: 40px;
}


.intro-section-title {
    font-size: 64px;
    margin-top: unset;
    font-weight: 800;
    text-align: start;
    line-height: 1.1;
}

.intro-section-img {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex
}

.intro-section-subtitle {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 32px;
    text-align: start;
    width: 100%;
}

.intro-section-text {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 200;
    font-size: 20px;
    text-align: start;
    width: 100%;
    color: #dcdcdc;
    line-height: 1.5
}

.trust-section {
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    padding-bottom: 80px;
}

.truast-container {
    padding-top: 80px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center
}

.chips-img {
    padding: 16px;
    width: 196px;
}

.trust-disclaimer {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    color: #b1bab9;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px;
}

.cpa-disclaimer {
    text-align: center;
    margin-top: 12px;
    justify-content: start;
    color: #b1bab9;
    font-size: 16px;
    font-weight: 300;
}

.tournament-disclaimer {
    text-align: start;
    padding-top: 12px;
    justify-content: start;
    color: #b1bab9;
    font-size: 16px;
    font-weight: 300;
}

.our-mission-section {
    margin: 40px auto;
    /* background-color: #292C2F; */
    width: 1200px;
    height: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.our-mission-box {
    padding: 40px;
    width: 1000px;
    /*    margin: 0 auto;*/
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #232629;
    border-radius: 15px;
    display: flex;
    flex-direction: column
}

.our-mission-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    /* width:50%; */
    padding-top: 16px;
    padding-bottom: 16px;
}

.our-mission-subtitle {
    width: 80%;
    text-align: center;
    color: #B1BAB9;
    font-weight: 300;
    font-size: 22px;
}



.spacer-24 {
    height: 24px;
}




.tournament-section {
    width: 100%;
    padding: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
    /*    margin: 0 auto;*/
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #232629;
    display: flex;
    flex-direction: column
}

.wave {
    width: 100%;
    background-color: #232629;
    clip-path: path("M0 0 H100% V58% C 92% 63% 68% 45% 50% 56% C 32% 67% 12% 40% 0 48% Z");
}

.tournament-container {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 80px 16px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tc-disclaimer {
    color: #FFAB00;
    display: flex;
    padding-top: 16px;
    text-align: center;
    margin-top: 8px;
}

.tournament-container-left {
    flex: 2;
    max-width: 750px;
}

.tournament-section-title {
    font-size: 48px;
    line-height: 1.1;
    padding-bottom: 16px;
}

.tournament-section-text {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 16px;
}

.tournament-container-right {
    flex: 1;
    max-width: 450px;
    justify-content: center;
    margin: 0 auto;
    text-align: center
}



/* ====== Cards Carousel ====== */

.cards-section {
    position: relative;
    width: 100%;
    padding: 116px 0 200px 0;
    text-align: center;
}

.cards-title {
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: .2px;
    font-size: 48px;
    padding-bottom: 40px;
}


.cards-row {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-inline: 120px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none;
    scrollbar-width: none;
}

    .cards-row::-webkit-scrollbar {
        display: none;
    }


/* Card */
.card-container {
    flex: 0 0 320px;
    background-color: #232629;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 15px;
}

.card-img {
    width: 64px;
    margin-bottom: 24px;
}

.card-headline {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 16px;
}

.card-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 16px;
}

.card-extra-text {
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin: 0;
}


.carousel-arrow {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    left: auto;
    right: auto;
    border-radius: 999px;
    border: 1px solid #2b2e35;
    background: white;
    color: black;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 18px rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .08s ease, background .2s ease;
}


.cards-row > .carousel-arrow:first-of-type {
    left: 40px;
}
/* ‹ */
.cards-row > .carousel-arrow:last-of-type {
    right: 40px;
}
/* › */

.carousel-arrow:hover {
    background: #1dde8d;
    color: black
}

.carousel-arrow:active {
    transform: translateY(-50%) scale(.98);
}

.carousel-arrow.is-disabled {
    opacity: .35;
    pointer-events: none;
}


.cards-section.is-manual .carousel-arrow {
    opacity: 1;
    pointer-events: auto;
}



.steps-section {
    padding: 16px;
    margin: 0 auto;
    width: 1200px;
    /* height: 300px; */

    align-items: center;
}

.steps-container {
    padding: 16px;
    margin: 0 auto;
    width: 1200px;
    /* height: 300px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: row;
    justify-content: space-evenly;
}

.steps-inner {
    padding: 24px 8px 24px 8px;
    flex: 1;
    height: 350px;
    margin: 16px 8px 48px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}

.step-text {
    text-align: center;
    padding: 0px 16px;
    font-size: 20px;
    font-weight: 300
}

.step-icon {
    margin: 16px 0 16px 0;
    width: 160px !important;
}

.arrow-right {
    padding-bottom: 100px;
}




.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 120px
}

.faq-title {
    /*    font-size: 20px;
    font-weight: 500;*/
    text-align: center;
    margin-bottom: 24px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}





.faq-item .faq-answer.open {
    border-top: 1px solid #373a3c;
    background: #212427;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.faq-answer-headline {
    font-size: 18px;
    font-weight: 500
}

.faq-answer-bullet {
    font-size: 16px;
    font-weight: 300;
    padding-top: 4px;
    text-decoration: none;
    list-style-type: none;
}



.faq-item {
    background: #232629;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-question {
    border-radius: 15px;
    width: 100%;
    padding: 16px;
    background-color: #232629;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: start;
    cursor: pointer;
    transition: background 0.3s ease;
    color: white;
    border: none;
    flex: auto
}

.faq-item .faq-answer.open ~ .faq-question,
.faq-item .faq-question:has(+ .faq-answer.open) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.faq-question:hover {
    background: #464C4D;
}

.faq-question-text {
    text-align: start;
    flex: 18
}

.faq-icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    color: white;
    flex: 1
}

    .faq-icon.rotated {
        transform: rotate(180deg);
    }

.faq-answer {
    display: none;
    padding: 1rem 1rem 1rem;
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 300;
    flex: auto
    /*     background-color: #232629;*/
}

    .faq-answer.open {
        display: block;
    }








.standard-section {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    /* background-color: bisque; */
}



.standard-section-left {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 3
}

.standard-title {
    text-align: start;
    font-size: 48px;
    font-weight: 700;
    /* width:50%; */
    padding-top: 16px;
    padding-bottom: 8px;
}

.standard-subtext {
    font-weight: 400;
    font-size: 22px;
    color: var(--white);
    display: flex;
    text-align: start;
    align-self: center;
    padding-bottom: 16px;
}

.standard-small-text {
    font-weight: 200;
    font-size: 20px;
    color: #dcdcdc;
    text-align: start;
    align-self: center;
    line-height: 1.5
}


.standard-bullet-row {
    display: flex;
    width: 80%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-bottom: 8px;
}



.standard-bullet-icon {
    width: 20px;
    height: auto;
    display: flex;
    align-self: center;
    /*    margin: auto 0;*/
}










.support-button {
    width: 100% !important;
}

.main-button {
    display: flow;
    border-radius: 15px;
    padding: 8px 32px;
    min-height: 50px;
    background-color: var(--primary-color);
    color: var(--primary-background-color);
    flex-direction: column;
    justify-self: start;
    align-self: center;
    align-content: center;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}


.main-button-center {
    display: flow;
    border-radius: 15px;
    padding: 8px 32px;
    min-height: 50px;
    background-color: var(--primary-color);
    color: var(--primary-background-color);
    flex-direction: column;
    justify-self: center;
    align-self: center;
    align-content: center;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}


.main-button-gold {
    display: flow;
    border-radius: 15px;
    padding: 8px 32px;
    min-height: 50px;
    background-color: #FFAB00;
    color: var(--primary-background-color);
    flex-direction: column;
    justify-self: start;
    align-self: center;
    align-content: center;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: none;
}

    .main-button-gold:hover {
        /*        border-radius: 25px;*/

        transform: scale(1.03);
        box-shadow: rgb(7 237 141 / 20%) 0px 4px 12px;
    }

.main-button:hover {
    /*        border-radius: 25px;*/

    transform: scale(1.03);
    box-shadow: rgb(7 237 141 / 20%) 0px 4px 12px;
}

.main-button-center:hover {
    /*        border-radius: 25px;*/

    transform: scale(1.03);
    box-shadow: rgb(7 237 141 / 20%) 0px 4px 12px;
}


.reverce-mobile {
    flex-direction: row !important
}

.standard-section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 24px;
}


.standard-img {
    width: 260px;
    align-items: center;
    display: flex;
}



.trading-view-conatiner {
    margin: 0 auto;
    padding-bottom: 64px;
    padding-top: 80px;
    text-align: center;
    width: 1100px;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.trading-view-img {
    width: 350px;
    margin: 0 auto
}

.trading-view-text {
    font-size: 20px;
    font-family: 'outfit', sans-serif;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    padding: 16px;
    width: 80%
}


/* features///////////// */


.features-section {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    padding: 50px;
    justify-content: space-evenly;
    flex-direction: column;
}

.features-section-inner {
    margin: 50px auto;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.features-section-inner-reverse {
    margin: 50px auto;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
}

.features-title {
    padding-bottom: 16px;
    font-size: 48px;
}

.features-section-text {
    display: flex;
    text-align: start;
    flex-direction: column;
    font-weight: 300;
    font-size: 20px;
    /* background-color: rgb(155, 104, 41); */
}

.features-subtitle {
    font-weight: 300;
    color: #fafafa;
    text-align: start;
    font-size: 22px;
}

.features-section-img {
    display: flex;
    width: 30%;
    padding: 30px;
    justify-content: end;
}


.intrest-title {
    text-align: start
}

.intrest-subtitle {
    text-align: start;
}


/* end features */


.commercial-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 50px;
}

.commercial-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px;
    display: flex;
}

.commercial-left {
    flex: 1;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
    text-align: center
}


.commercial-right {
    flex: 1;
    margin: 0 auto;
    justify-content: center
}

.commercial-img {
    width: 70%;
}

.two-buttons-container {
    padding-top: 32px;
    text-align: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center
}

.download-button-img {
    width: 80%;
    padding: 8px;
    transition: 0.3s
}

    .download-button-img:hover {
        transform: scale(1.03);
    }

.buttons-inner {
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.partnership-contact-disclaimer {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    color: #dcdcdc;
}


@media (max-width: 1080px) {


    .intro-left {
        margin: 0 auto;
        /*        max-width: 50%;*/
        display: flex;
        align-content: center;
        align-items: center;
        flex: 1;
        flex-direction: column;
    }


    .intro-section {
        /*        padding: 16px;*/
        margin: 0 auto;
        width: 100% !important;
        display: flex;
        /* background-color: aqua; */
        flex-direction: row;
        align-content: start;
        align-items: center;
        padding-top: 175px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        font-weight: 600;
        text-align: start;
        color: white;
        width: 100%;
        font-size: 42px;
    }


    .intro-section-subtitle {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        font-size: 24px;
        text-align: start;
        color: #fafafa;
        margin: 0 auto;
        width: 100% !important;
        display: inline-block;
    }

    .standard-bullet-row {
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .standard-subtext {
        font-size: 20px;
        text-align: start;
        padding-left: 8px;
        padding-right: 8px;
    }


    .trust-section {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        padding-bottom: 80px;
    }

    .truast-container {
        padding-top: 80px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        justify-content: center
    }

    .chips-img {
        padding: 16px;
        width: 140px;
    }

    .standard-section {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .reverce-mobile {
        flex-direction: column-reverse !important
    }

    .intro-section-text {
        margin-top: 8px;
        margin-bottom: 24px;
        font-weight: 200;
        font-size: 20px;
        text-align: start;
        width: 100%;
        color: #dcdcdc;
        line-height: 1.5;
        padding-left: 8px;
    }



    .standard-section-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex: 1;
        justify-content: center;
        margin: 0 auto;
        text-align: start;
        padding: 24px
    }

    .standard-section-right {
        width: fit-content;
        margin: 0 auto
    }



    .standard-img {
        width: 160px;
        align-items: center;
        display: flex;
    }

    .standard-title {
        padding-top: 16px;
        text-align: start;
        padding-bottom: 4px;
        font-size: 28px;
    }

    .standard-subtitle {
        text-align: start;
        padding-bottom: 24px;
        font-size: 20px;
    }

    .standard-small-text {
        font-weight: 200;
        font-size: 18px;
        color: #dcdcdc;
        text-align: start;
        align-self: center;
        line-height: 1.5
    }



    .our-mission-section {
        margin: 40px auto;
        /* background-color: #292C2F; */
        width: 95%;
        height: auto;
        padding: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .our-mission-box {
        padding: 40px;
        width: 100%;
        /*    margin: 0 auto;*/
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: #232629;
        border-radius: 15px;
        display: flex;
        flex-direction: column
    }

    .our-mission-title {
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        /* width:50%; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .our-mission-subtitle {
        /*    padding-right: 50px;*/
        text-align: center;
        color: #B1BAB9;
        font-weight: 300;
        font-size: 22px;
    }


    .steps-section {
        width: 100%
    }

    .steps-container {
        width: 100%
    }

    .tournament-container {
        width: 100%;
        flex-direction: column
    }


    .intro-container {
        width: 100%;
        padding-top: 0px;
    }

    .features-section {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 16px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .features-section-img {
        width: 40%
    }

    .commercial-container {
        width: 100%;
        flex-direction: column;
        display: flex;
    }

    .commercial-img {
        padding-top: 36px;
    }

    .trading-view-conatiner {
        margin: 0 auto;
        padding-bottom: 64px;
        padding-top: 24px;
        text-align: center;
        width: 90%;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .trading-view-img {
        width: 400px
    }
}

@media (max-width: 900px) {
}

@media (max-width: 728px) {




    .intro-section {
        /*        padding: 16px;*/
        margin: 0 auto;
        width: 100% !important;
        display: flex;
        /* background-color: aqua; */
        flex-direction: column;
        align-content: start;
        align-items: center;
        padding-top: 175px;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }


    .intro-section-title {
        margin: 0 auto;
        padding-top: 24px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        font-weight: 600;
        text-align: start;
        color: white;
        width: 100%;
        font-size: 42px;
        line-height: 1.1
    }

    .intro-left {
        margin: 0 auto;
        /*        max-width: 50%;*/
        display: flex;
        align-content: center;
        align-items: center;
        flex: 1;
        flex-direction: column;
    }

    .intro-section-subtitle {
        padding-left: 8px;
        padding-right: 8px;
        font-weight: 500;
        font-size: 24px;
        text-align: start;
        color: #fafafa;
        margin: 0 auto;
        width: 100% !important;
        display: inline-block;
    }

    .standard-bullet-row {
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }

    .standard-subtext {
        font-size: 20px;
        text-align: start;
        padding-left: 8px;
        padding-right: 8px;
    }




    .standard-section {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .reverce-mobile {
        flex-direction: column-reverse !important
    }

    .intro-section-text {
        margin-top: 8px;
        margin-bottom: 24px;
        font-weight: 200;
        font-size: 20px;
        text-align: start;
        width: 100%;
        color: #dcdcdc;
        line-height: 1.5;
        padding-left: 8px;
    }



    .standard-section-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex: 1;
        justify-content: center;
        margin: 0 auto;
        text-align: start;
        padding: 0px
    }

    .standard-section-right {
        width: fit-content;
        margin: 0 auto
    }

    .intro-section-img {
        width: 90%;
        margin: 0 auto;
        justify-content: center;
        align-content: center;
        align-items: center;
        display: flex;
        padding-top: 64px;
    }

    .standard-img {
        width: 230px;
        align-items: center;
        display: flex;
    }

    .standard-title {
        padding-top: 16px;
        text-align: start;
        padding-bottom: 8px;
        font-size: 28px;
    }

    .standard-subtitle {
        text-align: start;
        padding-bottom: 24px;
        font-size: 20px;
    }

    .standard-small-text {
        font-weight: 200;
        font-size: 18px;
        color: #dcdcdc;
        text-align: start;
        align-self: center;
        line-height: 1.5
    }


    .trust-section {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        padding-bottom: 80px;
    }

    .truast-container {
        padding-top: 80px;
        padding-bottom: 24px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        text-align: center
    }

    .chips-img {
        padding: 16px;
        width: 180px;
    }

    .tc-disclaimer {
        justify-content: center;
        color: #FFAB00;
        padding-top: 8px;
        text-align: center;
        margin-top: 16px;
        display: flex;
    }

    .our-mission-section {
        margin: 16px auto;
        /* background-color: #292C2F; */
        width: 100%;
        height: auto;
        padding: 24px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .our-mission-box {
        padding: 24px;
        width: 100%;
        /*    margin: 0 auto;*/
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: #232629;
        border-radius: 15px;
        display: flex;
        flex-direction: column
    }

    .our-mission-title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        /* width:50%; */
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .our-mission-subtitle {
        /*    padding-right: 50px;*/
        text-align: center;
        color: #B1BAB9;
        font-weight: 300;
        font-size: 20px;
    }

    .cards-section {
        padding: 16px 0 100px 0;
        text-align: center;
    }


    .cards-title {
        font-size: 28px;
        padding-bottom: 8px;
    }


    .cards-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-inline: 16px;
        overflow-x: visible;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
    }


    .card-container {
        flex: 1 1 auto;
        width: 100%;
        border-radius: 15px;
    }

    .card-img {
        width: 40px
    }

    .card-headline {
        font-size: 22px;
        font-weight: 500;
    }


    .carousel-arrow {
        display: none !important;
    }




    .main-button {
        border-radius: 15px;
        background-color: #1DDE8D;
        color: #171818;
        padding: 14px 48px;
        font-style: normal;
        font-size: 22px;
        font-weight: 600;
        transition: 0.3s;
        border: none;
        text-align: center
    }

        .main-button:hover {
            border-radius: 25px;
            background-color: #1DDE8D;
            color: #171818;
            padding: 14px 48px;
            font-style: normal;
            font-size: 22px;
            font-weight: 600;
            transition: 0.3s;
            transform: scale(1.05);
            text-align: center
        }

    .trading-view-conatiner {
        margin: 0 auto;
        padding-bottom: 64px;
        padding-top: 24px;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column
    }

    .trading-view-text {
        padding: 0px;
        font-weight: 300;
        margin: 0 auto;
        color: #fafafa;
        font-size: 22px;
    }

    .trading-view-img {
        width: 80%;
        margin: 0 auto
    }



    .steps-section {
        width: 100%
    }

    .steps-container {
        width: 100%;
        flex-direction: column
    }


    .step-text {
        font-size: 22px;
        font-weight: 400
    }

    .tournament-section-title {
        font-size: 28px
    }

    .tournament-container {
        width: 100%;
        flex-direction: column
    }

    .tournament-img {
        width: 100%;
        padding-top: 64px;
    }

    .steps-inner {
        padding: 8px
    }

    .arrow-right {
        display: none
    }

    .table-card {
        margin: 0px
    }

    .table-wrap {
        width: 100%;
        overflow-x: hidden;
        border-radius: 14px;
    }

    .cards-title {
        font-size: 28px
    }

    .dk-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        font-size: 14px;
        line-height: 1.45;
    }


        .dk-table col.col-crit {
            width: 34%;
        }

        .dk-table col.col-brand {
            width: 36%;
        }

        .dk-table col.col-notes {
            width: 30%;
        }


        .dk-table th,
        .dk-table td {
            font-size: 16px;
            padding: 8px;
            white-space: normal;
            overflow-wrap: anywhere;
            word-break: normal;
            vertical-align: top;
            text-align: left;
        }


        .dk-table thead th {
            padding: 14px 10px;
        }





    .commercial-section {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .commercial-container {
        width: 100%;
        flex-direction: column;
        display: flex;
    }

    .commercial-left {
        flex: 1;
        margin: 0 auto;
        justify-content: center;
        align-self: center;
        text-align: center
    }

    .commercial-right {
        flex: 1;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .commercial-img {
        padding-top: 42px;
        padding-bottom: 42px;
        margin: 0 auto;
        width: 80%;
    }



    .two-buttons-container {
        padding-top: 32px;
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center
    }

    .download-button-img {
        width: 250px;
        padding: 8px;
        transition: 0.3s
    }

    .buttons-inner {
        padding: 0 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
}
