.dark {
    color: #001928;
}

.primary {
    color: #02C2F1;
}

.secondary {
    color: #458EA6;
}

.white {
    color: #FFFFFF;
}

.accent1 {
    color: #6BAEC4;
}

.accent2 {
    color: #aad0da;
}

.accent3 {
    color: #F2F4FC;
}

.darkbg {
    background: #001928;
}

.primarybg {
    background: #02C2F1;
}

.secondarybg {
    background: #458EA6;
}

.whitebg {
    background: #FFFFFF;
}

.accent1bg {
    background: #6BAEC4;
}

.accent2bg {
    background: #aad0da;
}

.accent3bg {
    background: #F2F4FC;
}

@font-face {
    font-family: 'DIN 2014';
    src: url("../fonts/DIN2014-DemiBold.woff2") format("woff2"), url("../fonts/DIN2014-DemiBold.woff") format("woff");
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    /*(For Firefox)*/
    -webkit-font-smoothing: antialiased;
    /*(For Chrome and Safari)*/
}

@font-face {
    font-family: 'DIN 2014';
    src: url("../fonts/DIN2014-Bold.woff2") format("woff2"), url("../fonts/DIN2014-Bold.woff") format("woff");
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    /*(For Firefox)*/
    -webkit-font-smoothing: antialiased;
    /*(For Chrome and Safari)*/
}

@font-face {
    font-family: 'DIN 2014';
    src: url("../fonts/DIN2014-ExtraBold.woff2") format("woff2"), url("../fonts/DIN2014-ExtraBold.woff") format("woff");
    font-weight: 800;
    -moz-osx-font-smoothing: grayscale;
    /*(For Firefox)*/
    -webkit-font-smoothing: antialiased;
    /*(For Chrome and Safari)*/
}

body {
    font-family: 'DIN 2014';
}

p {
    font-size: 1rem;
    font-family: 'DIN 2014';
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p span {
    color: #02C2F1;
}

a,
.link {
    font-size: 1rem;
    font-family: 'DIN 2014';
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

a span,
.link span {
    color: #02C2F1;
}

h4,
.subheading {
    font-size: 1.125rem;
    font-family: 'DIN 2014';
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h4 span,
.subheading span {
    color: #02C2F1;
}

h1 {
    font-size: 5rem;
    font-family: 'DIN 2014';
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h1 span {
    color: #02C2F1;
}

h2 {
    font-size: 3.75rem;
    font-family: 'DIN 2014';
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 span {
    color: #02C2F1;
}

h3 {
    font-size: 2.25rem;
    font-family: 'DIN 2014';
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h3 span {
    color: #02C2F1;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 2.75rem;
    }
}

.btn {
    display: inline-flex;
    padding: 1.25rem 2.1875rem;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0px;
    border: none !important;
}

.btn-primary {
    background: #02C2F1 !important;
    color: #FFFFFF !important;
    border: 1px solid #02c2f1 !important;
}

.btn-primary:hover {
    background: #01B0EC !important;
}

.btn-secondary {
    background: #001928 !important;
    color: #FFFFFF !important;
    border: 1px solid #001928 !important;
}

.btn-secondary:hover {
    background: #001928 !important;
}

.btn-white {
    background: #FFFFFF !important;
    color: #001928 !important;
    border: 1px solid rgba(2, 194, 241, 0.35) !important;
}

.btn-white:hover {
    background: #FFFFFF !important;
}

.btn-ghost {
    background: transparent !important;
    color: #001928 !important;
    border: 1px solid rgba(2, 194, 241, 0) !important;
}

.btn-ghost:hover {
    background: transparent !important;
}

.btn-glass {
    background: rgba(0, 25, 40, 0.15) !important;
    border: 1px solid rgba(2, 194, 241, 0.05) !important;
    color: #FFFFFF !important;
    backdrop-filter: blur(7.5px);
}

.btn-glass:hover {
    background: rgba(0, 25, 40, 0.15) !important;
}

body {
    color: #001928;
}

.split-parent {
    overflow: hidden;
}

.split-child {
    display: inline-block;
}

.container-fluid {
    max-width: 1240px;
    margin: 0 auto;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.button_wrapper {
    display: inline-flex;
    align-items: flex-start;
    gap: 1rem;
}

.navigation {
    border-bottom: 1px solid rgba(0, 25, 40, 0.15);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    transition-duration: 0.2s;
    z-index: 999999;
}

.navigation .navbar {
    transition-duration: 0.2s;
    max-width: 100%;
    background: transparent;
}

.navigation .navbar .navbar-brand {
    transition-duration: 0.2s;
    padding-left: 0rem;
}

.navigation .navbar .navbar-brand .lightnav {
    display: none;
}

.navigation .navbar .navbar-brand .darknav {
    display: block;
}

.navigation .navbar .nav-link {
    color: #FFFFFF;
}

.navigation .navbar .nav-link.active {
    color: #02C2F1;
}

.stickyNav {
    position: fixed;
    top: 0;
    z-index: 999999;
    background: transparent;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border: 0px;
    margin-top: 1.5rem;
}

.stickyNav .navbar {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #F2F4FC;
    max-width: 1240px;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    margin: 0 auto !important;
    padding: 0.8rem 0rem;
    box-shadow: 0rem 1rem 2rem rgba(2, 194, 241, 0.08);
}

.stickyNav .navbar .navbar-brand {
    padding-left: 0.5rem;
}

.stickyNav .navbar .navbar-brand .lightnav {
    display: block;
}

.stickyNav .navbar .navbar-brand .darknav {
    display: none;
}

.stickyNav .navbar .btn-glass {
    background: #001928 !important;
    color: #FFFFFF !important;
    border: 1px solid #001928 !important;
}

.stickyNav .navbar .btn-glass:hover {
    background: #001928 !important;
}

.stickyNav .navbar .nav-link {
    color: #001928;
}

.slick-dotted.slick-slider {
    margin: 0px;
}

.hero {
    background-image: url('/assets/images/mineimage/hero_home.png');
    background-size: cover;
    min-height: 36.1875rem;
    color: #FFFFFF;
    background-color: #001928;
    background-repeat: no-repeat;
    position: relative;
}

.hero.inner .lines_hero {
    position: absolute;
    bottom: 0px;
    left: 1rem;
}

.hero.inner::after {
    position: absolute;
    z-index: 999;
    right: 1.75rem;
    bottom: -21rem;
}

.hero.about {
    background-image: url('/assets/images/mineimage/about.png');
    background-size: cover;
    min-height: 33rem;
}

.hero.products {
    background-image: url('/assets/images/mineimage/markets_bg.png');
    background-size: cover;
    min-height: 33rem;
}

.hero.platform {
    background-image: url('/assets/images/mineimage/markets_bg.png');
    background-size: cover;
    min-height: 33rem;
}

.hero.platform::after {
    content: '';
    position: absolute;
    z-index: 999;
    right: 1.75rem;
    bottom: -21rem;
}

.hero.contact {
    background-image: url('/assets/images/mineimage/markets_bg.png');
    background-size: cover;
    min-height: 23rem;
}

.hero.contact::after {
    display: none;
}

.hero .hero_carousel {
    position: relative;
}

.hero .hero_carousel .Dots {
    position: absolute;
    top: 50%;
    left: -10rem;
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    transform: translateY(-50%);
}

.hero .hero_carousel .Dots button {
    display: none;
}

.hero .hero_carousel .Dots li::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #FFFFFF;
    cursor: pointer;
    transition-duration: 0.2s;
}

.hero .hero_carousel .Dots .slick-active::after {
    width: 50px;
    height: 4px;
    background: #02C2F1;
}

.hero .hero_carousel .Dots li::marker {
    content: '';
}

.hero .hero_content {
    margin-top: 10.97rem;
    padding-bottom: 5.28rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    z-index: 9999;
    position: relative;
}

.hero .hero_content .content_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 767px;
    gap: 1rem;
}

.hero .hero_content .content_inner .subheading {
    max-width: 410px;
}

.hero .hero_content p {
    max-width: 635px;
}

.facts {
    background: #001928;
    color: #FFFFFF;
}

.facts .facts_wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.facts .facts_wrapper .fact {
    padding: 2.5rem 0rem;
}

.facts h4 {
    color: #02C2F1;
}

.marketfacts {
    position: relative;
    padding: 8.4rem 0rem;
}

.marketfacts .marketfacts_inner {
    display: flex;
    flex-direction: column;
    gap: 5.62rem;
}

.marketfacts .heading_wrapper {
    max-width: 600px;
}

.marketfacts .heading_wrapper p {
    max-width: 480px;
}

.marketfacts .facts_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.marketfacts .facts_wrapper .facts_card {
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    gap: 3.06rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(2, 194, 241, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    cursor: pointer;
}

.marketfacts .facts_wrapper .facts_card .overlay {
    position: absolute;
    width: 100%;
    height: 0%;
    background: #001928;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    transition-duration: 0.5s;
}

.marketfacts .facts_wrapper .facts_card h1 {
    transition-duration: 0.2s;
}

.marketfacts .facts_wrapper .facts_card h4 {
    color: #02C2F1;
}

.marketfacts .facts_wrapper .facts_card:hover h1 {
    color: #FFFFFF;
}

.marketfacts .facts_wrapper .facts_card:hover .overlay {
    height: 100%;
}

.marketfacts .lines {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.marketfacts .lines .lines .circle {
    cy: 200;
}

.products .heading_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 700px;
    margin: 5rem 0rem;
    position: relative;
    margin-left: 22.25rem;
}

.products .heading_wrapper .products_img {
    position: absolute;
    z-index: -1;
    max-width: 407px;
    transform: translateX(-100%);
    left: -3.5rem;
}

.products .product_cards_wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    padding: 0.47rem 0rem;
}

.products .product_cards_wrapper .card_wrapper {
    color: #001928 !important;
    padding: 3.12rem;
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(2, 194, 241, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition-duration: 0.2s;
}

.products .product_cards_wrapper .card_wrapper .card_header {
    display: flex;
    gap: 1.25rem;
}

.products .product_cards_wrapper .card_wrapper p {
    text-transform: none !important;
}

.products .product_cards_wrapper .card_wrapper:hover {
    background: rgba(2, 194, 241, 0.15);
}

.markets .heading_wrapper {
    text-align: center;
    max-width: 43rem;
    margin: 0 auto;
    margin-top: 7.5rem;
    margin-bottom: 3.75rem;
}

.markets .nav-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    border: none !important;
}

.markets .nav-tabs .active {
    background: #02C2F1 !important;
    color: #FFFFFF !important;
    border: 1px solid #02c2f1 !important;
}

.markets .nav-tabs .active:hover {
    background: #01B0EC !important;
}

.markets .spreads .table thead {
    color: #6BAEC4;
}

.markets .spreads .table thead th {
    font-weight: 600;
    padding: 1.25rem 0rem;
    border-bottom: 1px solid #F2F4FC;
}

.markets .spreads .table .symbol_row {
    cursor: pointer;
    transition-duration: 0.2s;
}

.markets .spreads .table .symbol_row:hover {
    background: rgba(242, 244, 252, 0.35);
}

.markets .spreads .table .symbol_row .name {
    padding-left: 2rem;
    font-weight: 800;
}

.markets .spreads .table td {
    font-weight: 600;
    padding: 1.25rem 0rem;
    border-bottom: 1px solid #F2F4FC;
}

.markets .spreads .table .name {
    padding-left: 2rem;
}

.markets .spreads .table .spread {
    color: #02C2F1;
}

.markets .button_wrapper {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 7.5rem;
    justify-content: center;
}

.account_table_section .account_table_wrapper_alt {
    padding: 50px 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.account_table_section .account_table_wrapper_alt.heading_sm .head h1 {
    font-size: 35px !important;
}

.account_table_section .account_table_wrapper_alt .note_custom {
    font-size: 13px;
    padding: 20px;
    font-weight: 700;
}

.account_table_section .account_table_wrapper_alt::-webkit-scrollbar {
    display: none;
}

.account_table_section .account_table_wrapper_alt .account_table {
    display: flex;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column {
    display: flex;
    flex-direction: column;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column:first-child {
    margin-left: 20px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column:first-child .body {
    border-top: 2px solid rgba(2, 194, 241, 0.35);
    border-left: 2px solid rgba(2, 194, 241, 0.35);
    border-radius: 20px 0px 0px 20px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column:first-child .body ul {
    border-right: none !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column:first-child .border-bottom {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 0px 0px 20px;
    border-bottom: 2px solid rgba(2, 194, 241, 0.35) !important;
    z-index: -1;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column.highlighted {
    /* @include glass(); */
    background: rgba(2, 194, 241, 0.35) !important;
    color: #001928;
    border-radius: 0px 0px 0px 0px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column.highlighted .body {
    border-top: 2px solid rgba(2, 194, 241, 0.35);
}

.account_table_section .account_table_wrapper_alt .account_table .table_column.highlighted .body ul {
    border-right: none !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column.highlighted.first {
    border-radius: 20px 0px 0px 0px !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column.highlighted:last-child {
    border-radius: 0px 20px 20px 0px !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .head {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: flex-end;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .head .head_inner {
    flex-grow: 1;
    display: flex;
    padding: 40px;
    align-items: flex-end;
    border-radius: 20px 20px 0px 0px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .head .head_inner h1 {
    font-size: 50px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .details {
    background: linear-gradient(46.41deg, #2D2E36 0%, #16181D 102.59%);
    border: none !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body {
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid rgba(2, 194, 241, 0.35);
    height: 100%;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner {
    flex-grow: 1;
    display: flex;
    padding: 30px 40px;
    align-items: flex-start;
    position: relative;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner h1 {
    font-size: 50px;
    margin-bottom: 00x;
    padding-bottom: 0px;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner ul li {
    padding: 12px;
    border-bottom: 1px solid rgba(2, 194, 241, 0.35);
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner ul li:last-child {
    border-bottom: none !important;
}

.account_table_section .account_table_wrapper_alt .account_table .table_column .body .body_inner ul li i {
    color: #02C2F1;
}

.heading_wrapper h2 {
    margin-bottom: 1rem;
}

.accounts_table_section {
    padding: 7.5rem 0rem;
    background-image: url('/assets/images/mineimage/accounts_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #001928;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.accounts_table_section.white_bg {
    background: #FFFFFF;
    color: #001928;
}

.accounts_table_section.white_bg .accounts_table .table_column {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.accounts_table_section.white_bg .accounts_table .table_column:first-child {
    background: #02C2F1;
}

.accounts_table_section .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 4.38rem;
}

.accounts_table_section .heading_wrapper {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accounts_table_section .accounts_table {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.accounts_table_section .accounts_table .table_column {
    background: rgba(2, 194, 241, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(2, 194, 241, 0.35);
}

.accounts_table_section .accounts_table .table_column:first-child {
    background: #458EA6;
    margin-top: 4.8rem;
    border: none;
}

.accounts_table_section .accounts_table .table_column:first-child .column_inner {
    border-right: none;
}

.accounts_table_section .accounts_table .table_column:nth-child(2) {
    border-right: none;
}

.accounts_table_section .accounts_table .table_column:nth-child(3) {
    border-right: none;
    border-left: none;
}

.accounts_table_section .accounts_table .table_column:last-child {
    border-left: none;
}

.accounts_table_section .accounts_table .table_column:last-child .column_inner {
    border-right: none;
}

.accounts_table_section .accounts_table .table_column .column_inner {
    border-right: 1px solid rgba(2, 194, 241, 0.15);
    padding: 0rem 1.5rem;
    margin: 1.5rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.accounts_table_section .accounts_table .table_column .column_inner .column_rows {
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
}

.accounts_table_section .accounts_table .table_column ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.accounts_table_section .accounts_table .table_column ul li {
    padding: 0.94rem 0rem;
    border-bottom: 1px solid rgba(2, 194, 241, 0.15);
}

.accounts_table_section .accounts_table .table_column ul li:last-child {
    border-bottom: none;
}

.accounts_table_section .button_wrapper {
    margin-top: 2rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.accounts_table_section .lines {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.withdrawals {
    background: #02C2F1;
    color: #FFFFFF;
}

.withdrawals span {
    color: #001928;
}

.withdrawals .heading_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.withdrawals .heading_wrapper p {
    max-width: 45rem;
}

.withdrawals .withdrawals_wrapper {
    padding: 5rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
}

.withdrawals .withdrawals_wrapper .logos_wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.withdrawals .withdrawals_wrapper .logos_wrapper .logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta {
    background: #001928;
    color: #FFFFFF;
}

.cta .cta_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta .cta_wrapper .heading_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.footer .footer_top,
.footer .disclaimer {
    padding: 1.6rem 0rem;
    border-bottom: 1px solid rgba(2, 194, 241, 0.35);
}

.footer .top_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .top_wrapper ul {
    margin: 0px;
    margin-left: auto;
    list-style: none;
    display: flex;
    gap: 2rem;
}

.footer .top_wrapper ul li a {
    margin: 0px;
    padding: 0px;
    color: #001928;
    transition-duration: 0.2s;
}

.footer .top_wrapper ul li a:hover {
    color: #02C2F1;
}

.footer .disclaimer p {
    font-size: 0.8rem;
}

.footer .copyright {
    padding: 1.5rem 0rem;
}

.footer .copyright .copyright_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright .copyright_wrapper ul {
    margin: 0px;
    margin-left: auto;
    list-style: none;
    display: flex;
    gap: 2rem;
}

.footer .copyright .copyright_wrapper ul li a svg {
    margin: 0px;
    padding: 0px;
}

.footer .copyright .copyright_wrapper ul li a svg path {
    transition-duration: 0.2s;
    fill: #6BAEC4;
}

.footer .copyright .copyright_wrapper ul li a svg:hover path {
    fill: #001928;
}

.about_content {
    padding: 3.8rem 0rem;
}

.about_content .heading_wrapper {
    margin-right: 25rem;
}

.about_content .heading_wrapper h3 {
    margin-bottom: 0.5rem;
}

.about_content .usp_container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 3.8rem;
    position: relative;
}

.about_content .usp_container::after {
    position: absolute;
    content: url("../img/bg_about_usp.png");
    display: block;
    width: 100%;
    z-index: -1;
    top: 0;
    transform: translateY(-30%);
}

.about_content .usp_container .usp_card {
    display: flex;
    padding: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border: 1px solid rgba(2, 194, 241, 0.15);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.why_content {
    padding: 4rem 0rem;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.why_content::before {
    content: url("../img/dots_why.svg");
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.why_content .inner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.5rem;
}

.why_content .arrows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why_content .arrows .slick-arrow {
    padding: 1rem;
    border: 1px solid rgba(107, 174, 196, 0.35);
    border-right: none;
    transition-duration: 0.2s;
    cursor: pointer;
}

.why_content .arrows .slick-arrow:last-child {
    border-right: 1px solid rgba(107, 174, 196, 0.35);
}

.why_content .arrows .slick-arrow svg path {
    transition-duration: 0.2s;
}

.why_content .arrows .slick-arrow[aria-disabled="false"] svg path {
    fill: #001928;
}

.why_content .arrows .slick-arrow:hover svg path {
    fill: #02C2F1;
}

.why_content .why_carousel {
    margin-top: 65px;
}

.why_content .why_carousel .slick-slide {
    margin: 0 10px;
}

.why_content .why_carousel .slick-list {
    overflow: visible;
    margin: 0 -10px;
}

.why_content .why_carousel .card_wrapper .carousel_card {
    display: flex;
    padding: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border: 1px solid rgba(2, 194, 241, 0.15);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.why_content .why_carousel .card_wrapper .carousel_card p {
    color: #aad0da;
}

.customer_service {
    padding: 7.5rem 0rem;
    background-color: #001928;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.customer_service .heading_wrapper {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.customer_service .support_inner {
    display: grid;
    margin-top: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.customer_service .support_inner .support_card {
    background: rgba(2, 194, 241, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(2, 194, 241, 0.35);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.customer_service .lines {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.customer_service .lines .lines .circle {
    cy: 200;
}

.platform_wrapper {
    position: relative;
    padding-bottom: 10rem;
}

.platform_wrapper .page-section {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto;
    max-width: 1200px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.platform_wrapper .page-section.bg_dark {
    padding: 50px;
    padding-top: 150px;
    border-radius: 25px;
}

.platform_wrapper .page-section p {
    font-size: 16px;
}

.platform_wrapper .page-section .market-facts-card {
    float: right;
    position: relative;
    z-index: 1;
    width: 350px;
    min-width: 350px;
    min-height: 400px;
    margin: 85px 25px 50px 65px;
}

.platform_wrapper .page-section .market-facts-card .facts_card {
    padding: 30px;
    background: #02C2F1;
    color: #FFFFFF;
}

.platform_wrapper .page-section .market-facts-card .floated-block {
    margin-top: 50px;
    padding: 30px;
    background: #001928;
    color: #FFFFFF;
}

.platform_wrapper .page-section .market-facts-card .floated-block p {
    color: #aad0da;
    margin-top: 0.5rem;
}

.platform_wrapper .page-section .market-facts-card .facts-header {
    text-align: center;
    line-height: 35px;
    font-weight: 700;
}

.platform_wrapper .page-section .market-facts-card .facts-items {
    margin: 32px 0;
}

.platform_wrapper .page-section .market-facts-card .facts-items .facts-item {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0px;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 45px;
    margin: 5px 0px;
}

.platform_wrapper .page-section .market-facts-card .facts-items .facts-item::before {
    content: url("../img/checkmark_list.svg");
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0px;
}

.platform_wrapper .page-section .market-facts-card .action-buttons-container {
    width: 100%;
    position: relative;
    text-align: center;
}

.platform_wrapper .highlighted-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(2, 194, 241, 0.35);
    z-index: -1;
}

.platform_wrapper .first-section {
    position: relative;
    margin-left: 0 !important;
    margin-bottom: -125px !important;
    padding-top: 80px;
}

.platform_wrapper .first-section .page-first-image {
    min-height: 400px;
    background-image: url('/assets/images/mineimage/mt5.png');
    background-size: contain !important;
    z-index: 1;
    position: relative;
}

.platform_wrapper .lines {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.download_mt5 {
    background: #F2F4FC;
    padding: 4.3rem 0rem;
}

.download_mt5 .img_wrapper {
    position: relative;
}

.download_mt5 .img_wrapper img {
    position: absolute;
    top: 0px;
    transform: translateY(-30%);
    max-width: 270px;
    width: 100%;
}

.inquiries {
    margin-top: 80px;
}

.inquiries .inquiries_content {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiries .inquiries_content .image {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.inquiries .inquiries_content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inquiries .inquiries_content .inquiry_card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 70px;
    background: #FFFFFF;
    padding: 36px;
    justify-content: space-between;
}

.inquiries .inquiries_content .inquiry_card .p_s {
    line-height: 200%;
}

.inquiries .inquiries_content .inquiry_card a {
    text-decoration: none;
    color: #02C2F1 !important;
}

.inquiries .inquiries_content .content {
    height: 100%;
}

.inquiries .inquiries_content .content .inner_content {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inquiries .inquiries_content .content .inner_content h3 {
    margin-bottom: 0px;
}

.contact_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(2, 194, 241, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact_form input,
.contact_form textarea {
    border-radius: 0px;
    font-family: 'Aeonik';
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 20px;
    background: #F2F4FC;
}

.contact_form label {
    font-weight: 400;
    font-size: 14px;
}

.content_section .partner_content {
    padding-top: 6rem;
}

.content_section .how_to {
    margin-top: 4rem;
}

.content_section .toggle_nav {
    position: relative;
}

.content_section .toggle_nav .links_nav {
    position: absolute;
    top: -2rem;
    z-index: 99999;
    width: 100%;
}

.content_section .toggle_nav .links_nav .nav-tabs {
    background: #FFFFFF;
    border: 1px solid #F2F4FC;
    max-width: 45rem;
    display: grid;
    padding: 1rem;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #F2F4FC;
    box-shadow: 1rem 1rem 2rem rgba(107, 174, 196, 0.15);
}

.content_section .toggle_nav .links_nav .nav-tabs .nav-link {
    padding: 1rem 2rem;
    color: #001928;
    border: none !important;
    border-radius: 0rem;
}

.content_section .toggle_nav .links_nav .nav-tabs .nav-link.active {
    border: none !important;
    background: #02C2F1;
    color: #FFFFFF;
}

.content_section .toggle_nav .links_nav .nav-tabs .nav-link:hover {
    border: none !important;
}

@media (max-width: 575.98px) {
    .inquiries .inquiries_content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .hero.inner::after {
        display: none;
    }
    .about_content .heading_wrapper {
        margin-right: 0px;
    }
    .navbar-collapse {
        padding-top: 2rem;
    }
    .navbar .btn-glass {
        width: 100%;
        margin-top: 2rem;
    }
    .button_wrapper {
        flex-direction: column;
        width: 100%;
    }
    .button_wrapper .btn {
        width: 100%;
    }
    .facts .facts_wrapper {
        grid-template-columns: auto;
    }
    .marketfacts .facts_wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .products .heading_wrapper {
        margin-left: 0px;
    }
    .products .heading_wrapper .products_img {
        display: none;
    }
    .products .product_cards_wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .accounts_table_wrapper {
        max-width: 100%;
        overflow: scroll;
    }
    .accounts_table_section .accounts_table {
        min-width: 1100px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .withdrawals .withdrawals_wrapper .logos_wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }
    .cta {
        padding: 2rem 0px;
        text-align: center;
    }
    .cta .cta_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer .top_wrapper {
        flex-direction: column;
    }
    .footer .top_wrapper ul {
        text-align: center;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        padding-top: 2rem;
    }
    .lines_wrapper line:nth-child(odd) {
        display: none;
    }
    .about_content .usp_container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .about_content .usp_container::after {
        display: none;
    }
    .customer_service .support_inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .platform_wrapper .page-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .platform_wrapper .page-section .market-facts-card {
        float: none;
        width: 100%;
        margin: 2rem 0rem;
        max-width: 100%;
    }
    .platform_wrapper .page-section.bg_dark {
        padding: 2rem;
        padding-top: 5rem;
    }
    .platform_wrapper .first-section .page-first-image {
        min-height: 265px;
    }
    .download_mt5 .img_wrapper {
        display: none;
        justify-content: center;
        align-items: center;
        max-width: 200px;
        margin-bottom: 2rem;
    }
    .download_mt5 .img_wrapper img {
        position: relative;
        transform: translateY(0%);
    }
}

/*# sourceMappingURL=main.css.map */