.basic-btn {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 320px;
    height: 48px;
    overflow: hidden;
    border-radius: 15px;
}
.start-trading {
    color: #fff;
    transition: 0.5s;
    background: var(--Blue, #235cec);
    border: 2px solid #235cec;
}
.start-trading:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #235cec;
}
.title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}
.subtitle {
    color: var(--grey, #cfd0d0);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.description {
    color: #5e2aa3;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.blue-color {
    color: #235cec;
}
* {
    font-family: "Inter", sans-serif;
}
body {
    background: #161616 !important;
}
.row {
    --bs-gutter-x: 0;
}
.p60-0 {
    padding: 40px 0;
}
.container {
    max-width: 1530px !important;
    margin: 0 auto !important;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-heading------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.heading-title {
    color: var(--whte, #f5f3ec);
    font-size: 30px;
    font-weight: 600;
    line-height: 120%; /* 36px */
    margin-bottom: 24px;
}
.heading-description {
    color: var(--grey, #cfd0d0);
    font-size: 16px;
    line-height: 120%; /* 19.2px */
    margin-bottom: 40px;
}
.heading-subtitle {
    color: var(--whte, #f5f3ec);
    font-size: 18px;
    line-height: 140%; /* 25.2px */
    padding: 20px;
    background: var(--card_bg, #2c2c2c);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-stat------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.stat > div {
    background: var(--card_bg, #2c2c2c);
}
.stat h4 {
    color: var(--Blue, #235cec);
    font-size: 40px;
    font-weight: 600;
    line-height: 100%; /* 40px */
    margin-bottom: 8px;
}
.stat p {
    color: var(--grey, #cfd0d0);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-advantages------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.advantages-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.advantages-content > div {
    background: var(--card_bg, #2c2c2c);
    padding: 20px;
}
.advantages-content img {
    margin-bottom: 24px;
}
.advantages-content h4 {
    color: var(--Blue, #235cec);
    font-size: 26px;
    font-weight: 700;
    line-height: 100%; /* 26px */
    margin-bottom: 12px;
}
.advantages-content p {
    color: var(--grey, #cfd0d0);
    font-size: 18px;
    line-height: 160%; /* 28.8px */
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-about------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.about > div {
    background: var(--card_bg, #2c2c2c);
    padding-left: 20px;
    padding-right: 20px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-document-links------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.document-links-content {
    padding: 20px 0;
    background: var(--black);
    border: 1px solid var(--stroke);
    border-radius: 12px;
}
.document-links-content a {
    display: flex;
    column-gap: 24px;
    max-width: 355px;
    border: 3px solid #2c2c2c;
    background: var(--card_bg, #2c2c2c);
    text-decoration: none;
    padding: 20px;
    transition: 0.5s;
}
.document-links-content .counter {
    color: var(--main, #235cec);
    font-size: 36px;
    font-weight: 700;
}
.document-links-content a > div {
    width: 100%;
}
.document-links-content a:hover {
    background: transparent;
}
.document-links-content a:hover h4,
.document-links-content a:hover p {
}
.document-links-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #235cec;
}
.document-links-content p {
    font-weight: 500;
    font-size: 20px;
    color: #cfd0d0;
    margin-top: 12px;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-partners------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.partners-content > div {
    padding: 60px 0;
    background: var(--card_bg, #2c2c2c);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-innovations------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.innovatons > div {
    background: var(--card_bg, #2c2c2c);
}
.innovatons > div > div > div > div > div {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--whte, #f5f3ec);
    font-size: 24px;
}
.innovatons > div > div > div > div > div p {
    margin-bottom: 0;
}
.rectangle {
    width: 24px;
    height: 24px;
    background: var(--Blue, #235cec);
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-choose-acc------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.account:hover {
    cursor: pointer;
}
.account:hover .choose-account {
    display: flex;
}
.account:hover {
    border-color: #235cec;
}
.accounts > div {
    max-width: 342px;
    border: 2px solid #2c2c2c;
    background: #2c2c2c;
}
.accouts-popular {
    font-size: 0.7em;
    color: #fff;
    background: #a98bcc;
    border-radius: 18px;
    max-width: 84px;
}
.accounts-content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px 28px 45px;
    color: #fff;
}
.accounts-content-wrap > div > h4 {
    font-weight: 800;
    font-size: 28px;
    font-family: "Raleway", sans-serif;
}
.accounts-content-wrap > div > p.subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.accounts-content-wrap > ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
}
.accounts-content-wrap > ul > li {
    font-size: 14px;
    margin-bottom: 11px;
}
.accounts-content-confirmed {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accounts-content-rejected {
    color: #7f8082;
}
.fa-check-circle {
    font-size: 20px;
    color: #4053e2;
}
.fa-minus-circle {
    font-size: 20px;
    color: #2a2b2e;
}
.choose-account {
    display: none;
    background: #235cec;
    border-radius: 0;
}
.choose-account > p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-platfrom------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.platfrom a {
    display: block;
    background: #2c2c2c;
    padding-left: 18px;
    padding-right: 18px;
    transition: 0.5s;
}
.platfrom a:hover{
    background: #235CEC;
}
/* --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------index-contact-us------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
.contact-us {
    overflow: hidden;
}
.contact-us > div {
    background: var(--card_bg, #2c2c2c);
}
.contact-us-content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.contact-us-content p.subtitle {
    color: #777;
}
.contact-us-content input {
    color: #777;
    padding: 14px 19px;
    width: 100%;
    background: #161616;
    border: 2px solid #161616;
    border-radius: 15px;
}
.contact-us-content input::placeholder {
    color: #777;
}
.contact-us-content button {
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    overflow: hidden;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 15px;
    background: #235cec;
    transition: 0.5s;
    width: 100%;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-advantages------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .advantages-content {
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }
    .advantages-content > div {
        width: 33.3%;
        padding: 36px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-document-links------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .document-links-content a {
        width: 47%;
        max-width: 50%;
    }
    .document-links-content a {
        padding: 36px;
    }
    .document-links-content .counter {
        font-size: 70px;
    }
    .document-links-content h4 {
        font-size: 28px;
    }
    .document-links-content p {
        font-size: 24px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47%;
    }
}
@media (min-width: 1200px) {
    .title {
        font-size: 50px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-heading------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .heading-title {
        font-size: 60px;
        margin-bottom: 42px;
    }
    .heading-description {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .heading-subtitle {
        font-size: 24px;
        padding: 36px;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-stat------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .stat h4 {
        font-size: 70px;
        margin-bottom: 24px;
    }
}
@media (min-width: 1400px) {
    .p60-0 {
        padding: 80px 0;
    }
    /* --------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------index-partners------------------------------------------------- */
    /* --------------------------------------------------------------------------------------------------- */
    .partners-content > div {
        width: 23%;
    }
}
