.orange-button {
    text-transform: uppercase;
}

.account {
    font-size: var(--fs-16);
    font-weight: 400;
    color: var(--v-black);
    margin: 0px;
    line-height: 1;
}

.log-in {
    color: var(--v-orange);
    text-decoration: underline;
}

.deposit-usdt-banner {
    position: relative;
    overflow: hidden;
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-rebate-banner-bg.webp) center no-repeat;
    background-size: cover;
    max-height: 600px;
}

.deposit-usdt-banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 600px;
    max-width: 1450px;
}

.deposit-usdt-banner .text-box {
    width: 45%;
    position: relative;
    z-index: 10;
    text-align: start;
}

.deposit-usdt-banner .text-box h1 {
    font-size: 48px;
    font-weight: 600;
    color: var(--v-black);
    margin-bottom: 24px;
    line-height: 1.2;
}

.deposit-usdt-banner .text-box h1 span {
    color: var(--v-orange);
}

.deposit-usdt-banner .text-box .orange-button {
    margin-bottom: 10px;
}

.deposit-usdt-banner .text-box .small-txt {
    font-size: var(--fs-14);
    color: var(--v-black);
    margin: 0;
    line-height: 1.5;
}

.deposit-usdt-banner .text-box .small-txt a {
    text-decoration: underline;
    color: #797b7d;
}

.deposit-usdt-banner .img-box {
    flex: 0 0 65.7%;
    margin-inline-start: -185px;
}

html[lang='it-IT'] .deposit-usdt-banner .text-box {
    width: 48%;
}

html[lang='es-ES'] .deposit-usdt-banner .text-box {
    width: 48%;
}

html[lang='ar-AE'] .deposit-usdt-banner {
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-rebate-banner-bg-ar.webp) center no-repeat;
    background-size: cover;
}


html[dir='rtl'] .deposit-usdt-banner {
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-rebate-banner-bg-ar.webp) center no-repeat;
    background-size: cover;
}

html[lang='ar-AE'] .deposit-usdt-banner,
html[lang='ar-AE'] .rebate,
html[lang='ar-AE'] .deposit-bonus-anytime{direction: rtl;}

@media(max-width:1500px) {
    .deposit-usdt-banner .img-box {
        margin-right: -180px;
    }
}

@media(max-width:1240px) {
    .deposit-usdt-banner .text-box h1 {
        font-size: 36px;
    }
}

@media(max-width:768px) {

    html[lang='ar-AE'] .deposit-usdt-banner,
    .deposit-usdt-banner {
        max-height: none;
        background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-rebate-banner-mb-bg.webp) center no-repeat;
        background-size: cover;
    }

    html[dir='rtl'] .deposit-usdt-banner,
    .deposit-usdt-banner {
        max-height: none;
        background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-rebate-banner-mb-bg.webp) center no-repeat;
        background-size: cover;
    }

    .deposit-usdt-banner .inner {
        flex-direction: column;
        align-items: center;
        max-height: none;
    }

    .deposit-usdt-banner .text-box {
        padding: 33px 0 0;
        width: 100%;
        max-width: 330px;
        text-align: center;
    }

    .deposit-usdt-banner .text-box h1 {
        line-height: 1.2;
        margin-bottom: 21px;
        width: 100%;
        font-size: 28px;
    }

    .deposit-usdt-banner .text-box h1 br {
        display: none;
    }

    .deposit-usdt-banner .text-box .orange-button {
        margin-bottom: 10px;
        font-size: var(--fs-20);
        padding-left: 25px;
        padding-right: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .deposit-usdt-banner .img-box img {
        max-width: 440px;
        width: 100%;
    }

}


/* rebate */
.rebate {
    padding: 96px 0;
}

.rebate .title {
    max-width: 835px;
    margin: 0 auto 32px;
    text-align: center;
}



.rebate .title h2 {
    font-size: 48px;
    color: #002329;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.rebate .title h2 span {
    color: var(--v-orange);
}

.rebate .title p {
    font-size: var(--fs-20);
    line-height: 1.3;
    margin-bottom: 55px;
    font-weight: 500;
    color: var(--v-black-light);
}

.rebate .content {
    position: relative;
}

.rebate .content ul {
    display: flex;
    gap: 42px;
    justify-content: center;
}

.rebate .content ul li {
    width: 24%;
    max-width: 280px;
    height: auto;
    padding-inline-end: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.rebate .content ul li:last-child {

    position: static;
}

.rebate .content ul li .con,
.rebate .content ul li .li-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: start;
}

.rebate .content ul li .li-content .text-box {
    flex: 1;

}

.rebate .content ul li .num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 52px;
    color: var(--v-white);
    margin-bottom: 7px;
    background: var(--v-orange);
    text-align: center;
}

.rebate .content ul li:nth-of-type(3) .num {
    background: #E87B6D;
}

.rebate .content ul li:nth-of-type(4) .num {
    background: #034854;
}

.rebate .content ul li:nth-of-type(4) h3 {
    color: var(--v-green-darker);
}

.rebate .content ul li h3 {
    font-size: var(--fs-20);
    font-weight: 600;
    line-height: 1.193;
    margin-bottom: 13px;
    color: var(--v-orange);
}

.rebate .content ul li p {
    font-size: var(--fs-16);
    line-height: 1.5;
    margin: 0;
    color: var(--v-black);
}

.rebate .content ul li p span.details {
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-reason-details-icon.webp) center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    transform: translateY(2px);
    cursor: pointer;
}

.rebate .content ul li p span.details.after {
    position: relative;
}

.rebate .content ul li p span.details.after::after {
    content: "";
    display: block;
    width: 400%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.rebate .content ul li .button {
    margin-top: 12px;
}

.rebate .content ul li .button.hide {
    display: none;
}

.rebate .content ul li .button a {
    padding: 17px 25px 15px;
    font-size: var(--fs-16);
}

.rebate .content ul li .button a span {
    color: #fce055;
}

.rebate .content ul li::after {
    content: "";
    position: absolute;
    inset-inline-end: 8px;
    top: 23px;
    display: block;
    max-width: 164px;
    width: calc(100% - 100px);
    height: 2px;
    background-image: linear-gradient(to right, var(--v-orange) 0%, var(--v-orange) 50%, transparent 0%);
    background-size: 9px 2px;
    background-repeat: repeat-x;
    background-position: -1px;

}

.rebate .content ul li:nth-of-type(3)::after {
    background-image: linear-gradient(to right, #E87B6D 0%, #E87B6D 50%, transparent 0%);
}

.rebate .content ul li:nth-of-type(4)::after {
    display: none;
}

.rebate .content .table-list {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    padding: 8px 15px 15px;
    background: var(--v-white);
    width: 100%;
    max-width: 352px;
    position: absolute;
    z-index: 2;
    display: none;
}

.rebate .content .table-list .table-wrap {
    margin-bottom: 20px;
}

.rebate .content .table-list .table-wrap .table-con {
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    overflow: hidden;
    margin-bottom: 15px;
}

.rebate .content .table-list .table-wrap .table-con .tb-th {
    background: #404040;
    padding: 5px 20px;
    text-align: center;
    font-size: var(--fs-16);
    font-weight: 600;
    color: #F5F5F5;
    text-transform: uppercase;
}

.rebate .content .table-list .table-wrap .table-con .con {
    padding: 8px 16px 10px;
    background-color: #F5F5F5;
}

.rebate .content .table-list .table-wrap .table-con .con div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--fs-14);
    line-height: 1.16;
    margin-bottom: 11px;
}

.rebate .content .table-list .table-wrap .table-con .con div:last-of-type {
    margin-bottom: 0px;
}

.rebate .content .table-list .table-wrap .table-con .con div p:first-of-type {
    color: #636363;
    margin: 0;
}

.rebate .content .table-list .table-wrap .table-con .con div p:last-of-type {
    color: var(--v-black);
    text-align: right;
    font-weight: 500;
    margin: 0;
    flex: 1;
    margin-inline-start: 10px;
}

.rebate .content .table-list .text-box p {
    color: var(--v-black);
    font-size: var(--fs-12);
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    padding-inline-start: 6px;
}

.rebate .content .table-list .text-box p span {
    font-size: var(--fs-16);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
}

.rebate .content .table-list{text-align: start;}

@media(max-width:1440px) {
    /* .rebate .content ul{flex-wrap: wrap; } */
    /* .rebate .content ul li{width: 32%; max-width: none;} */
}

@media(max-width:1024px) {

    .rebate .title h2 {
        font-size: 36px;
    }

    .rebate .content ul {
        flex-wrap: wrap;
    }

    .rebate .content ul li {
        width: 45%;
        max-width: none;
    }


    
    .rebate .content ul li::after {
        display: none;
    }


}

@media(max-width:768px) {

    .rebate .content ul li p span.details {
        transform: translateY(4px);
    }

    .rebate {
        padding: 48px 0;
    }

    .rebate .title {
        margin-bottom: 16px;
    }

    .rebate .title h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .rebate .content ul {
        gap: 24px;
    }

    .rebate .content ul li .num {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }

    .rebate .content ul li .button a {
        padding: 10px 18px 9px;
        font-size: var(--fs-14);
    }

    .rebate .content .table-list {
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 8px;
        padding: 8px 15px 12px;
        background: var(--v-white);
        width: 100%;
        max-width: 300px;
        position: absolute;
        z-index: 2;
        display: none;

    }

    .rebate .content .table-list .table-wrap {
        margin-bottom: 17px;
    }

    .rebate .content .table-list .table-wrap .table-con .tb-th {
        padding: 4px 36px;
    }

    .rebate .content .table-list .table-wrap .table-con .con {
        padding: 10px 16px;
    }


}

@media(max-width:560px) {
    .rebate {
        padding: 32px 0;
    }

    .rebate .title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .rebate .title p {
        max-width: 75%;
        margin: 0 auto;
        font-size: var(--fs-18);
        margin-bottom: 25px;
    }

    .rebate .content ul {
        flex-direction: column;
        gap: 12px;

    }

    .rebate .content ul li {
        background: transparent;
        text-align: left;
        justify-content: center;
        padding: 0;
        width: 92%;
    }

    .rebate .content ul li .con {
        display: flex;
        gap: 8px;
        flex-direction: row;
    }

    .rebate .content ul li .num {
        font-size: 14px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        margin: 0 0 8px;
        text-align: center;
    }

    .rebate .content ul li:nth-of-type(4) .num {
        margin-top: 7px;
    }

    .rebate .content ul li .li-content {
        flex: 1
    }

    .rebate .content ul li h3 {
        margin-bottom: 8px;
    }

    .rebate .content ul li .button {
        margin-top: 2px;
    }

    .rebate .content ul li::after {
        right: unset;
        inset-inline-start: 11px;
        top: 24px;
        display: block;
        width: 2px;
        height: calc(100% - 13px);
        background-image: linear-gradient(to top, var(--v-orange) 0%, var(--v-orange) 50%, transparent 0%);
        background-size: 2px 4px;
        background-repeat: repeat-y;

    }

    .rebate .content ul li:nth-of-type(3)::after {
        background-image: linear-gradient(to top, #E87B6D 0%, #E87B6D 50%, transparent 0%);
    }

    .rebate .content .table-list {
        max-width: 255px;
    }

    html[lang='de-DE'] .rebate .content .table-list {
        max-width: 290px;
    }
}


.row_video {
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-rebate-video-bg.webp?v=2) center no-repeat;
    background-size: cover;
    padding: 96px 0 100px;
}

.row_video h2 {
    text-align: center;
    color: #002329;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 32px;
}

.row_video h2 span {
    color: var(--v-orange);
}

.row_video .video_box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: -32px 20px 60px 0px #00000040;
    border-radius: 8px;
    max-height: 675px;
}

.row_video .video_con {
    box-shadow: 0px 4px 10px 0px #00000040 inset;
    position: relative;
    cursor: pointer;
    aspect-ratio: 1200 / 675;
    overflow: hidden;
}

.row_video .video_con video {
    width: 100%;
}

@media (max-width: 1024px) {
    .row_video h2 {
        font-size: var(--fs-56);
    }
}

@media (max-width: 768px) {
    .row_video {
        padding: 30px 0;
        background: #E8E9ED;
    }

    .row_video h2 {
        margin-bottom: 22px;
        font-size: var(--fs-50);
    }
}

.benefits {
    padding: 96px 0 65px;
    background: url(https://d21u74ttq7jqzf.cloudfront.net/image/deposit-usdc-10-rebate-benefits-bg.webp) center no-repeat;
    background-size: cover;
}

.benefits .inner .title {
    margin-bottom: 55px;
}

.benefits .inner .title h2 {
    color: #002329;
    font-size: 48px;
    line-height: 1.17;
    text-align: center;
    font-weight: 600;
}

.benefits .inner .title h2 span {
    color: var(--v-orange);
}

.benefits .inner .content ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 32px;
}

.benefits .inner .content ul li {
    width: 30%;
    max-width: 360px;
    background: var(--v-white);
    border-radius: 8px;
    padding: 22px 35px 40px;
    text-align: center;
    transition: .3s;
    min-height: 440px;

}

.benefits .inner .content ul li:nth-child(1) {
    background-color: var(--v-orange);
}

.benefits .inner .content ul li:nth-child(2) {
    background-color: var(--v-black-light);
}

.benefits .inner .content ul li:nth-child(3) {
    background-color: #DADBE0;
}

.benefits .inner .content ul li .img-box {
    position: relative;
    margin: 0 auto 8px;
    width: fit-content;
    min-height: 132px;
    display: flex;
    align-items: center;
}

.benefits .inner .content ul li:hover .img-box {
    transform: translateY(-8px);
}

.benefits .inner .content ul li .text-box {
    transition: all .2s linear;
}

.benefits .inner .content ul li:hover .text-box {
    transform: translateY(-24px);
}


.benefits .inner .content ul li .text-box h3 {
    font-size: 28px;
    color: var(--v-white);
    line-height: 1.2;
    margin-bottom: 17px;
}

.benefits .inner .content ul li .text-box p {
    font-size: var(--fs-16);
    color: var(--v-white);
    line-height: 1.5;
    margin: 0;
}

.benefits .inner .content ul li:nth-child(3) .text-box h3,
.benefits .inner .content ul li:nth-child(3) .text-box p {
    color: var(--v-black-light);
}



@media(max-width:1400px) {
    .benefits .inner .content ul li {
        padding: 22px 20px 40px;
    }

    .benefits .inner .content ul li .text-box h3 {
        font-size: var(--fs-26);
    }
}

@media(max-width:1150px) {
    .benefits .inner .content ul {
        flex-wrap: wrap;
    }

    .benefits .inner .content ul li {
        min-width: 320px;
        min-height: unset;
    }

}

@media(max-width:1024px) {

    .benefits .inner .title h2 {
        font-size: 36px;
    }



}

@media(max-width:768px) {

    .benefits {
        background: transparent;
        padding: 48px 0;
    }

    .benefits .inner .title {
        margin-bottom: 32px;
    }

    .benefits .inner .title h2 {
        font-size: 24px;
    }

    .benefits .inner .content ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .benefits .inner .content ul li {
        width: 100%;
        max-width: none;
        padding: 30px 30px;
        display: flex;
        gap: 12px;
        border-radius: 4px;
    }

    .benefits .inner .content ul li:hover .img-box {
        transform: translateY(0px);
    }

    .benefits .inner .content ul li:hover .text-box {
        transform: translateY(0px);
    }

    .benefits .inner .content ul li .img-box {
        width: 96px;
        margin: 0;
        min-height: 96px;
        display: flex;
        align-items: center;
    }

    .benefits .inner .content ul li:nth-child(2) .img-box {
        padding: 0 10px;
    }

    .benefits .inner .content ul li:nth-child(3) .img-box {
        padding: 0 8px;
    }

    .benefits .inner .content ul li .text-box {
        flex: 1;
    }

    .benefits .inner .content ul li .text-box h3 {
        text-align: start;
        margin-bottom: 3px;
        font-size: var(--fs-20);
    }

    .benefits .inner .content ul li .text-box h3 br {
        display: none;
    }

    .benefits .inner .content ul li .text-box p {
        text-align: start;
        font-weight: 400;
    }

}

@media(max-width:560px) {
    .benefits {
        padding: 34px 0 32px;
    }

    .benefits .inner .title h2 {
        font-size: 20px;
    }

    .benefits .inner .title {
        margin-bottom: 22px;
    }

    .benefits .inner .content ul {
        gap: 8px;

    }

    .benefits .inner .content ul li {
        padding: 15px 10px 13px;
    }
}

/* reason */
.reason {
    background-color: var(--v-grey-light1);
    padding-top: 96px;
    padding-bottom: 120px;
}

.reason .title-box h2 {
    font-size: 48px;
    color: var(--v-black-light);
    font-weight: 600;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.2;
}

.reason .title-box h2 span {
    color: #E35728;
}

.reason .content ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 23px;
}

.reason .content ul li {
    padding: 22px 15px;
    background: #f1f3f5;
    text-align: center;
    border-radius: 8px;
    width: 20%;
    height: auto;
    max-width: 220px;
    background-color: var(--v-white);
    transition: all .2s linear;
}

.reason .content ul li:hover {
    transform: translateY(-8px);
}

.reason .content ul li .img-box {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    transition: all .2s linear;
}

.reason .content ul li h3 {
    color: var(--v-black-light);
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.reason .content ul li .mb-more {
    font-size: var(--fs-12);
    color: var(--v-orange);
    border-bottom: 1px solid var(--v-orange);
    line-height: 1.4;
    display: none;
}

.reason .content ul li p {
    color: var(--v-black);
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}


@media(max-width:1024px) {
    .reason .title-box h2 {
        font-size: var(--fs-50);

    }

    .reason .content ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reason .content ul li {
        max-width: 100%;
        width: 30%;
    }
}

@media(max-width:768px) {
    .reason .content ul li:hover {
        transform: translateY(0px);
    }

    .reason {
        padding: 48px 0;
    }

    .reason .title-box h2 {
        margin-bottom: 22px;
    }

    .reason .content ul li h3 {
        margin-bottom: 10px;
    }

    .reason .content ul li .mb-more {
        display: inline;
    }

    .reason .content ul li p {
        display: none;
    }

    .reason .content ul::after {
        content: "";
        display: block;
        width: 45%;

    }

    .reason .content ul li .img-box {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 7px;
    }

    .reason .content ul {
        gap: 16px;
    }

    .reason .content ul li {
        width: 45%;
        padding: 22px 15px 18px;
    }
}

@media(max-width:510px) {
    .reason {
        padding: 48px 0;
        padding: 32px 0;
    }
}





.deposit-bonus-anytime {
    background: var(--v-white);
}

.deposit-bonus-anytime .inner {
    padding-top: 96px;
    padding-bottom: 96px;
    max-width: 1430px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.deposit-bonus-anytime h2 {
    text-align: start;
    margin-bottom: 7px;
    font-size: 48px;
    font-weight: 600;
    color: var(--v-black-light);
    line-height: 1.2;
}

.deposit-bonus-anytime h2 span {
    color: var(--v-orange);
}

.deposit-bonus-anytime h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--v-black-light);
    margin-bottom: 16px;
    line-height: 1.2;
}

.deposit-bonus-anytime p {
    color: var(--v-black);
    margin-bottom: 32px;
}

.deposit-bonus-anytime .img-box {
    width: 420px;
    max-width: 36%;
}

.deposit-bonus-anytime .text-box {
    width: 750px;
    max-width: 62%;
    text-align: start;
}

.deposit-bonus-anytime .link-box {
    display: flex;
    gap: 20px;
}


@media(max-width:1240px) {

    .deposit-bonus-anytime .inner {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media(max-width:1024px) {

    .deposit-bonus-anytime .link-box {
        gap: 12px;
    }

    .deposit-bonus-anytime .link-box a {
        width: 142px;
    }
}


@media(max-width:768px) {
    .deposit-bonus-anytime .inner {
        padding-top: 18px;
        padding-bottom: 32px;
        flex-direction: column;
    }

    .deposit-bonus-anytime .img-box {
        width: 210px;
        max-width: 100%;
        margin: 0 auto;
    }

    .deposit-bonus-anytime .text-box {
        width: 360px;
        max-width: 100%;
        margin: 0 auto;
    }

    .deposit-bonus-anytime h2 {
        text-align: center;
        font-size: 20px;
    }

    .deposit-bonus-anytime h4 {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .deposit-bonus-anytime p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .deposit-bonus-anytime .link-box {
        justify-content: center;
    }

}

/* ! vantagemarekts|2026-04-24 17:50:00 ! */