h1 span,
p span {
    color: #f79d82;
}
.heading {
    font-weight: 800;
    font-size: 58px;
    line-height: 65px;
    text-transform: uppercase;
}
.heading span {
    color: #f79d82;
}
.heading_contact {
    font-weight: 800;
    font-size: 64px;
    line-height: 65px;
    text-transform: uppercase;
}
.heading_contact span {
    color: #f79d82;
}
.heading_2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
}
.heading_2 span {
    color: #f79d82;
}
.heading_3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
}
.heading_3 span {
    color: #f79d82;
}
.paragraph-big {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.links {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #14151a;
    max-width: 100vw;
    width: 100%;
    overflow-x: hidden;
}

.rev_layout .row {
    flex-direction: row-reverse;
}
.rev_layout .row .img_wrapper {
    padding-left: 0;
    padding-right: 30px;
}
.cta_wrapper {
    display: flex;
    margin-top: 30px;
}
.cta_wrapper a {
    margin-right: 15px;
}
p a {
    color: #f79d82 !important;
    text-decoration: none !important;
}
.btn-primary {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 18px 30px !important;
    background: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #111114 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition-duration: 0.2s !important;
}
.btn-primary._invert {
    background: #111114 !important;
    color: #fff !important;
}
.btn-primary._invert:hover {
    color: #111114 !important;
    outline: 0 !important;
    border: none !important;
    background: linear-gradient(259.65deg, rgba(247, 157, 130, 0.05) 1.57%, rgba(247, 157, 130, 0.4) 101.23%) !important;
    box-shadow: inset 0 0 0 1px rgba(247, 157, 130, 0.25) !important;
}
.btn-primary:hover {
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.btn-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    padding: 18px 30px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    transition-duration: 0.2s;
}
.btn-secondary._invert {
    color: #111114 !important;
    outline: 0 !important;
    border: none !important;
    background: linear-gradient(259.65deg, rgba(247, 157, 130, 0.05) 1.57%, rgba(247, 157, 130, 0.4) 101.23%) !important;
    box-shadow: inset 0 0 0 1px rgba(247, 157, 130, 0.25) !important;
}
.btn-secondary._invert:hover {
    background: #111114 !important;
    color: #fff !important;
}
.btn-secondary:hover {
    background: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #111114 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}
.btn-transparent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center !important;
    padding: 18px 30px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transition-duration: 0.2s;
}
.btn-transparent.active {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    border: none !important;
}
.btn-transparent:hover {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    border: none !important;
}
.container-fluid {
    max-width: 1300px;
}
.container {
    max-width: 1100px;
}
.nav_custom {
    flex-direction: column;
    padding: 30px 0;
}
.nav_custom .top_nav {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.nav_custom .login_buttons_wrapper {
    display: flex;
}
.nav_custom .login_buttons_wrapper a {
    margin-right: 15px;
}
.nav_custom .login_buttons_wrapper a:last-child {
    margin-right: 0;
}
.nav_custom .nav-item {
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.nav_custom .nav-item .nav-link {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
}
.nav_custom .nav-item .nav-link.active,
.nav_custom .nav-item .nav-link:active,
.nav_custom .nav-item .nav-link:focus,
.nav_custom .nav-item .nav-link:hover {
    color: #f79d82 !important;
}
.nav_custom .nav-item:last-child {
    border-right: none;
}
.nav_custom .dropdown-menu[data-bs-popper] {
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
}
.nav_custom .dropdown-menu {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.nav_custom .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    transition-duration: 0.2s;
}
.nav_custom .dropdown-menu .dropdown-item:active,
.nav_custom .dropdown-menu .dropdown-item:focus,
.nav_custom .dropdown-menu .dropdown-item:hover {
    color: #111114;
    background: #fff;
}
.nav_custom .dropdown-menu .dropdown-item:first-child {
    margin-top: 0;
}
.nav_custom .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}
.home .hero {
    overflow: hidden;
}
.home .slider_wrapper {
    border-radius: 25px;
    height: 611px;
    border-radius: 25px;
}
.home .swiper {
    width: 100%;
    height: 100%;
}
.home .hero_slider {
    overflow: visible;
}
.home .swiper-wrapper::after {
    content: "";
    position: absolute;
    height: 280px;
    width: 280px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 500px;
    top: 50px;
    right: -20px;
    transform: translate(40%, -30%);
    z-index: 999;
}
.home .swiper-slide {
    color: #fff;
    width: 100%;
    height: 100%;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 30px;
}
.home .swiper-slide .left {
    flex: 1;
    padding: 70px 0 70px 70px;
    background: url(../img/lines_slider.png);
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.home .swiper-slide .left p {
    max-width: 430px;
}
.home .swiper-slide .left .cta_wrapper {
    display: flex;
    margin-top: 30px;
}
.home .swiper-slide .left .cta_wrapper a {
    margin-right: 15px;
}
.home .swiper-slide .right {
    flex: 1;
    height: 100%;
    max-width: 50%;
}
.home .swiper-slide.swiper-slide-active {
    border-radius: 25px;
}
.home .swiper-slide .slide_1 {
    background-position: right;
    border-radius: 0 25px 25px 0;
    position: relative;
    background: url(../img/slide_1.png);
    transition-duration: 0.2s;
    background-size: cover;
}
.home .swiper-slide .slide_2 {
    background-position: left center;
    border-radius: 0 25px 25px 0;
    position: relative;
    background: url(../img/198d613af2988181d348d9449d97b4e59ac4387c/slide_2.png);
    transition-duration: 0.2s;
    background-size: cover;
}
.home .swiper-slide .slide_3 {
    background-position: left center;
    border-radius: 0 25px 25px 0;
    position: relative;
    background: url(../img/slide_3.png);
    transition-duration: 0.2s;
    background-size: cover;
}
.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .swiper-pagination-bullet {
    width: 55px;
    height: 5px;
    opacity: 1;
    background: #fff;
    border-radius: 0;
}
.home .swiper-pagination-bullet-active {
    color: #fff;
    background: #f79d82;
}
.home .swiper-horizontal > .swiper-pagination-bullets,
.home .swiper-pagination-bullets.swiper-pagination-horizontal,
.home .swiper-pagination-custom,
.home .swiper-pagination-fraction {
    left: 70px;
    width: 100%;
    text-align: left;
    top: 70px;
    height: 5px;
}
.slider_wrapper {
    border-radius: 25px;
    min-height: 390px;
    border-radius: 25px;
}
.instruments_img {
    position: absolute;
    top: 0;
    right: 0;
}
.hero_slide {
    color: #fff;
    width: 100%;
    height: 100%;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 30px;
}
.hero_slide .left {
    flex: 1;
    padding: 60px 0 60px 60px;
    background: url(../img/lines_slider.png);
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.hero_slide .left p {
    max-width: 500px;
}
.hero_slide .left .cta_wrapper {
    display: flex;
    margin-top: 20px;
}
.hero_slide .left .cta_wrapper a {
    margin-right: 15px;
}
.hero_slide .right {
    flex: 1;
    height: 100%;
    border-radius: 0 25px 25px 0;
    position: relative;
    transition-duration: 0.2s;
    background-size: cover;
    background-repeat: no-repeat !important;
}
.hero_slide .right.instruments_slide {
    background: url(../img/instruments_bg.png);
    background-position: left center;
}
.hero_slide .right.instruments_slide img {
    position: absolute;
    right: -42px;
    top: 0;
}
.hero_slide .right.partner_slide {
    background: url(../img/partner_bg.png);
    background-position: left center;
}
.hero_slide .right.partner_slide img {
    position: absolute;
    right: -42px;
    top: 0;
    max-width: 700px;
}
.hero_slide .right.platforms_slide {
    background: url(../img/platforms_bg.png);
    background-position: left bottom;
}
.hero_slide .right.platforms_slide img {
    position: absolute;
    right: -10px;
    bottom: -40px;
    max-width: 600px;
}
.hero_slide .right.about_slide {
    background: url(../img/platforms_bg.png);
    background-position: left bottom;
}
.hero_slide .right.about_slide img {
    position: absolute;
    right: 35px;
    bottom: -130px;
    max-width: 600px;
}
.facts {
    position: relative;
}
.facts::after {
    content: url(../img/965d9bbd419eaba43aecb327a59a5f28b273a325/right_wave.png);
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.facts .facts_wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    justify-content: space-around;
    padding: 30px 0;
    flex-wrap: wrap;
}
.facts .facts_wrapper .fact_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.facts .facts_wrapper p {
    margin-bottom: 0;
    color: #f79d82;
    margin-left: 15px;
}
.markets {
    max-width: 1100px;
    margin: 0 auto;
}
.markets .nav-tabs {
    border-bottom: none !important;
    display: flex;
    justify-content: space-around;
}
.markets .spreads {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}
.markets .spreads .table > :not(:first-child) {
    border: none !important;
}
.markets .spreads .table > :not(caption) > * > * {
    border: none !important;
}
.markets .spreads .table {
    border-bottom: none;
    color: #fff;
}
.markets .spreads .table thead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.markets .spreads .table thead th {
    padding-bottom: 15px;
    padding-top: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.15);
}
.markets .spreads .table thead th:last-child {
    text-align: right;
}
.markets .spreads .table tbody tr:first-child td {
    padding-top: 25px;
}
.markets .spreads .table tbody td:last-child {
    text-align: right;
}
.markets .spreads .table .symbol img {
    border-radius: 5px;
    margin-right: 5px;
}
.markets .spreads .table .buy,
.markets .spreads .table .sell {
    transition-duration: 0.2s;
}
.markets .spreads .table .up {
    color: #6ee75a;
    display: flex;
}
.markets .spreads .table .up::after {
    content: url(../3ec222cec9e8dd19d31d9a7c27069d9fc332cc46/3e9fc/img/arrow-up-short.svg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.markets .spreads .table .down {
    color: #ff6f6f;
    display: flex;
}
.markets .spreads .table .down::after {
    content: url(../e0ddfd1c921534954ce32e60008b1c352943eee4/21469/img/arrow-down-short.svg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.markets .cta_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.markets .cta_wrapper .btn {
    margin-right: 15px;
}
.markets .cta_wrapper .btn:last-child {
    margin-right: 0;
}
.instruments .markets {
    margin-top: 30px;
}
.platforms {
    padding: 100px 0;
    position: relative;
    margin-bottom: 100px;
}
.platforms .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
}
.platforms .left .nav-tabs {
    border-bottom: none !important;
}
.platforms .left .nav-tabs .nav-link {
    background: 0 0 !important;
    color: rgba(255, 255, 255, 0.15);
    border: none !important;
    padding: 0;
    margin: 0 20px;
}
.platforms .left .nav-tabs .nav-link:first-child {
    margin-left: 0;
}
.platforms .left .nav-tabs .nav-link.active {
    color: #fff;
}
.platforms .left .tab-content {
    max-width: 500px;
    padding: 0;
}
.platforms .left .tab-content .tab-pane .content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.platforms .left .tab-content .tab-pane .content_wrapper p {
    padding: 15px 0;
}
.how_to {
    text-align: center;
    position: relative;
}
.how_to::before {
    content: "";
    height: 390px;
    width: 390px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, -30%);
    left: 0;
    top: 0;
    z-index: -2;
}
.how_to .how_wrapper {
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(230px);
    border-radius: 25px;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.how_to .how_wrapper .circle {
    width: 163px;
    height: 163px;
    border-radius: 100%;
    position: absolute;
    top: -100px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.how_to .how_wrapper .heading_wrapper {
    max-width: 740px;
    margin: 0 auto;
}
.how_to .how_wrapper .steps_wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 30px;
}
.how_to .how_wrapper .steps_wrapper .step {
    max-width: 250px;
}
.how_to .how_wrapper .steps_wrapper .step a {
    color: #f79d82;
    text-decoration: none;
}
.how_to .how_wrapper .steps_wrapper .step .icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.how_to .how_wrapper .steps_wrapper .step .icon_wrapper .icon_inner {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 100px;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    backdrop-filter: blur(15px) !important;
}
.how_to .how_wrapper .steps_wrapper .step .icon_wrapper::before {
    content: "02.";
    font-size: 125px;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    font-weight: 800;
    transform: translate(10%, -70%);
}
.how_to .how_wrapper .steps_wrapper .step .icon_wrapper::after {
    content: "";
    display: block;
    height: 48px;
    width: 48px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -15px;
    transform: translateX(-50%);
}
.how_to .how_wrapper .steps_wrapper .step.__00 .icon_wrapper::before {
    content: "01.";
}
.how_to .how_wrapper .steps_wrapper .step.__02 .icon_wrapper::before {
    content: "03.";
}
.how_to .how_wrapper .steps_wrapper .step.__03 .icon_wrapper::before {
    content: "04.";
}
.how_to .how_wrapper .steps_wrapper .step.__04 .icon_wrapper::before {
    content: "05.";
}
.how_to .how_wrapper .steps_wrapper .step.__05 .icon_wrapper::before {
    content: "06.";
}
.how_to .how_wrapper .steps_wrapper .step.__06 .icon_wrapper::before {
    content: "07.";
}
.how_to .how_wrapper .steps_wrapper .step.__07 .icon_wrapper::before {
    content: "08.";
}
.how_to .how_wrapper .steps_wrapper .step.__08 .icon_wrapper::before {
    content: "09.";
}
.how_to .how_wrapper .steps_wrapper .step.__09 .icon_wrapper::before {
    content: "10.";
}
.how_to .how_wrapper .steps_wrapper .step.__10 .icon_wrapper::before {
    content: "11.";
}
.how_to .how_wrapper .steps_wrapper .step.__11 .icon_wrapper::before {
    content: "12.";
}
.how_to .how_wrapper .steps_wrapper .step.__12 .icon_wrapper::before {
    content: "13.";
}
.how_to .how_wrapper .steps_wrapper .step.__13 .icon_wrapper::before {
    content: "14.";
}
.how_to .how_wrapper .steps_wrapper .step.__14 .icon_wrapper::before {
    content: "15.";
}
.how_to .how_wrapper .steps_wrapper .step.__15 .icon_wrapper::before {
    content: "16.";
}
.how_to .how_wrapper .steps_wrapper .step.__16 .icon_wrapper::before {
    content: "17.";
}
.how_to .how_wrapper .steps_wrapper .step.__17 .icon_wrapper::before {
    content: "18.";
}
.how_to .how_wrapper .steps_wrapper .step.__18 .icon_wrapper::before {
    content: "19.";
}
.how_to .how_wrapper .steps_wrapper .step.__19 .icon_wrapper::before {
    content: "20.";
}
.how_to .how_wrapper .steps_wrapper .step.__20 .icon_wrapper::after {
    transform: translateX(50%);
}
.how_to .how_wrapper .steps_wrapper .step.__03 .icon_wrapper::before {
    content: "03.";
}
.how_to .how_wrapper .steps_wrapper .step.__03 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.how_to .how_wrapper .steps_wrapper .step.__04 .icon_wrapper::before {
    content: "04.";
}
.how_to .how_wrapper .steps_wrapper .step.__04 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.how_to .how_wrapper .cta_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_to .how_wrapper .cta_wrapper .btn {
    margin: 0 15px;
}
.instruments .how_to,
.partner .how_to,
.platforms_page .how_to {
    padding-top: 100px;
}
.instruments .how_to .how_wrapper,
.partner .how_to .how_wrapper,
.platforms_page .how_to .how_wrapper {
    background: 0 0 !important;
    backdrop-filter: none !important;
}
.instruments .how_to::before,
.partner .how_to::before,
.platforms_page .how_to::before {
    display: none;
}
.deposit_withdrawal {
    padding: 80px 0;
    position: relative;
}
.deposit_withdrawal::before {
    content: url(../img/39ee5084f64f010ac92480b9cc5649d36a36ab8a/deposit_left_el.png);
    position: absolute;
    bottom: 0;
    transform: translateY(60%);
    left: 0;
    z-index: -2;
}
.deposit_withdrawal::after {
    content: url(../img/965d9bbd419eaba43aecb327a59a5f28b273a325/right_wave.png);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: -2;
}
.deposit_withdrawal .heading_2 {
    padding-bottom: 30px;
}
.deposit_withdrawal .imgs_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.deposit_withdrawal .imgs_wrapper img {
    padding: 10px;
}
.deposit_withdrawal p {
    text-align: right;
    padding-top: 15px;
}
.why_us {
    padding: 0 0 100px 0;
    position: relative;
    margin-top: 50px;
}
.why_us .heading_2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 600px;
}
.why_us .why_box {
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    padding: 25px;
    border-radius: 25px;
    text-align: center;
    padding-top: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-top: 108px;
    height: calc(100% - 108px);
}
.why_us .why_box .content_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.why_us .why_box .icon_wrapper {
    height: 165px;
    width: 165px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.why_us .why_box p {
    flex-grow: 1;
}
.why_us .why_box .btn {
    margin-top: 35px;
    width: 100%;
}
.footer_cta {
    padding: 80px 0;
}
.footer_cta .footer_cta_wrapper {
    background-color: #fff;
    color: #111114;
    padding: 50px 80px;
    border-radius: 25px;
    background-image: url(../img/b5b39d75e8e964b8f9e543d570076b782cc8698b/footer_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    position: relative;
}
.footer_cta .footer_cta_wrapper .img_wrapper {
    position: absolute;
    bottom: -50px;
    z-index: 1;
}
.footer_cta .footer_cta_wrapper .img_wrapper .laptop_before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-30%);
    z-index: -1;
}
.footer_cta .footer_cta_wrapper .cta_wrapper {
    display: flex;
    margin-top: 30px;
}
.footer_cta .footer_cta_wrapper .cta_wrapper a {
    margin-right: 15px;
}
.top_disclaimer {
    margin: 30px 0;
}
.top_disclaimer .inner_disclaimer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    border-radius: 20px;
    backdrop-filter: blur(20px);
}
.top_disclaimer .inner_disclaimer .light_text {
    color: rgba(255, 255, 255, 0.15);
}
.footer {
    padding: 25px;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 250px #111114;
}
.footer p {
    margin-bottom: 0;
}
.footer hr {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.15);
    height: 1px;
    opacity: 1;
}
.footer .top_footer .footer_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    min-height: 100%;
}
.footer .top_footer .footer_links li {
    padding-right: 25px;
}
.footer .top_footer .footer_links li a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}
.footer .top_footer .footer_links li:last-child {
    padding-right: 0;
}
.footer .top_footer hr {
    margin-top: 25px;
}
.footer .disclaimer {
    padding: 25px 0;
}
.footer .disclaimer p {
    color: rgba(255, 255, 255, 0.15);
}
.footer .disclaimer hr {
    margin-top: 25px;
}
.footer .copyright .footer_links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    float: right;
}
.footer .copyright .footer_links li {
    padding-right: 34px;
}
.footer .copyright .footer_links li a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}
.footer .copyright .footer_links li:last-child {
    padding-right: 0;
}
p.color-footer {
    color: rgba(255,255,255,0.8)!important;
}
.links_nav {
    margin-top: 70px;
}
.links_nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.links_nav ul li {
    display: flex;
    padding: 0 60px;
}
.links_nav ul li:first-child {
    padding-left: 0;
}
.links_nav ul li:last-child {
    padding-right: 0;
}
.links_nav ul li a {
    text-decoration: none !important;
    color: #fff !important;
    padding: 28px 10px;
}
.links_nav ul li a.active {
    border-bottom: 4px solid #f79d82;
}
.page-content-container .nav-tabs {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-content-container .nav-tabs button {
    color: #fff !important;
    padding: 28px 10px;
    line-height: 0;
    box-shadow: none !important;
    border: 0 !important;
    background: 0 0 !important;
    transition-duration: 0.2s;
}
.page-content-container .nav-tabs button.active {
    border-bottom: 4px solid #f79d82 !important;
}
.content_section .left {
    margin-top: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}
.content_section .left .content_wrapper {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.content_section .left .content_wrapper::after {
    content: "";
    height: 334px;
    width: 2px;
    display: block;
    position: absolute;
    background: #fff;
    right: -2px;
}
.content_section .right {
    margin-top: 50px;
}
.content_section .right .content_wrapper {
    margin: 0 auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
}
.content_section .right .content_wrapper img {
    border-radius: 20px;
    margin-bottom: 40px;
}
.content_section .right .content_wrapper .checklist_alt {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content_section .right .content_wrapper .checklist_alt li {
    position: relative;
    padding: 2.5 px 0;
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content_section .right .content_wrapper .checklist_alt li p {
    margin: 0;
}
.content_section .right .content_wrapper .checklist_alt li::before {
    content: url(../690502336875d18822b49d35f89d160cf6697a8e/8f741/img/check.svg);
    position: absolute;
    left: 0;
}
.bg_dark {
    background: #2d2e36;
    background: -moz-radial-gradient(center, ellipse cover, #2d2e36 0, #16181d 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #2d2e36 0, #16181d 100%);
    background: radial-gradient(ellipse at center, #2d2e36 0, #16181d 100%);
}
.content_wrap {
    padding: 20px;
}
.page-content-container .page-content .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);
}
.page-content-container .page-content .page-section.bg_dark {
    padding: 50px;
    padding-top: 150px;
    border-radius: 25px;
}
.page-content-container .page-content .page-section p {
    font-size: 16px;
}
.page-content-container .page-content .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;
    padding: 30px;
    border-radius: 25px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.page-content-container .page-content .page-section .market-facts-card .facts-header {
    text-align: center;
    line-height: 35px;
    font-weight: 700;
}
.page-content-container .page-content .page-section .market-facts-card .facts-header .header-label {
    font-size: 20px;
}
.page-content-container .page-content .page-section .market-facts-card .facts-header .header-title {
    font-size: 38px;
}
.page-content-container .page-content .page-section .market-facts-card .facts-items {
    margin: 32px 0;
}
.page-content-container .page-content .page-section .market-facts-card .facts-items .facts-item {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
    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 0;
}
.page-content-container .page-content .page-section .market-facts-card .facts-items .facts-item::before {
    content: url(../ee2954ac4be39a6993c7a04958a3f16d610a07c2/9b671/img/checkmark_list.svg);
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
}
.page-content-container .page-content .page-section .market-facts-card .action-buttons-container {
    width: 100%;
    position: relative;
    text-align: center;
}
.page-content-container .page-content .page-section .first-section {
    position: relative;
    margin-left: 0 !important;
    margin-bottom: -125px !important;
    padding-top: 80px;
}
.page-content-container .page-content .page-section .first-section .page-first-image {
    min-height: 400px;
    background: url(../img/mt4.png) left top no-repeat transparent;
    background-size: contain !important;
}
.page-content-container .page-content .page-section .first-section .mt5 {
    min-height: 400px;
    background: url(../img/mt5.png) left top no-repeat transparent;
    background-size: contain !important;
}
.page-content-container .page-content:not(:first-child) {
    min-height: 300px;
}
.page-content-container.page-meta-trader-4-ios .page-section .first-section .page-first-image {
    background: url(../img/mt4_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.page-content-container.page-meta-trader-4-ios .page-section .first-section .mt5-ios {
    min-height: 400px;
    background: url(../img/mt5_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.page-content-container.page-meta-trader-4-ios .page-section .first-section .mt5-android {
    min-height: 400px;
    background: url(../img/mt5_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.page-content-container.page-ctrader .page-section .first-section .page-first-image {
    background: url(../img/ctrader.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.page-content-container.page-ctrader-ios .page-section .first-section .page-first-image {
    background: url(../img/ctrader_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.page-content-container.page-ctrader-android .page-section .first-section .page-first-image {
    background: url(../img/ctrader_mobile.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.page-content-container.page-ctrader-copy .page-section .first-section .page-first-image {
    background: url(../img/ctrader_copy.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.page-content-container.page-ctrader-algo {
    margin-bottom: 50px;
}
.page-content-container.page-ctrader-algo .blue_block {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #5c9efe;
    background: -moz-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: -webkit-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: linear-gradient(to bottom, #5c9efe 0, #376bff 100%);
    margin: 0;
    margin-bottom: 30px;
    border-radius: 18px;
}
.page-content-container.page-ctrader-algo .blue_block h1 {
    font-size: 25px;
    padding-bottom: 0;
}
.page-content-container.page-ctrader-algo .floated-block {
    position: relative;
    width: 350px;
    float: right;
    margin: 0 40px;
    margin-right: 0;
    border-radius: 18px;
}
.page-content-container.page-ctrader-algo .market-facts-card {
    float: initial !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
.page-content-container.page-ctrader-algo .page-section .first-section {
    margin-bottom: 0 !important;
}
.page-content .page-section {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.highlighted-content {
    padding: 50px 0;
}
.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.checklist li {
    padding: 10px;
    display: flex;
    align-items: center;
}
.checklist li i {
    padding-right: 10px;
    color: #f79d82;
}
.why {
    padding: 50px 0;
}
.why h2 span {
    color: #f79d82;
}
.why .floated-block {
    position: relative;
    width: 300px;
    padding: 31px;
    float: right;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    margin: 0 40px;
    margin-right: 0;
    border-radius: 25px;
}
.why .floated-block h1 {
    font-size: 25px;
    padding-bottom: 0;
}
.why .floated-block.long_col {
    background: 0 0 !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
.why .floated-block.long_col .blue_block {
    position: relative;
    width: 300px;
    padding: 30px;
    background: #5c9efe;
    background: -moz-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: -webkit-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: linear-gradient(to bottom, #5c9efe 0, #376bff 100%);
    margin: 0 40px;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 18px;
}
.why .floated-block.long_col .blue_block h1 {
    font-size: 25px;
    padding-bottom: 0;
}
.why .floated-block.long_col .highlighted_block {
    position: relative;
    width: 300px;
    padding: 30px;
    background: #f8f8f8;
    margin: 0 40px;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 18px;
}
.why .floated-block.long_col .highlighted_block h1 {
    font-size: 25px;
    text-shadow: none !important;
    padding-bottom: 0;
}
.text_block {
    padding: 10px 0;
}
.text_block h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0;
}
.account_table_wrapper_alt {
    padding: 50px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.account_table_wrapper_alt.heading_sm .head h1 {
    font-size: 35px !important;
}
.account_table_wrapper_alt .note_custom {
    font-size: 13px;
    padding: 20px;
    font-weight: 700;
}
.account_table_wrapper_alt::-webkit-scrollbar {
    display: none;
}
.account_table_wrapper_alt .account_table {
    display: flex;
}
.account_table_wrapper_alt .account_table .table_column {
    display: flex;
    flex-direction: column;
}
.account_table_wrapper_alt .account_table .table_column:first-child {
    margin-left: 20px;
}
.account_table_wrapper_alt .account_table .table_column:first-child .body {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px 0 0 20px;
}
.account_table_wrapper_alt .account_table .table_column:first-child .body ul {
    border-right: none !important;
}
.account_table_wrapper_alt .account_table .table_column:first-child .border-bottom {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 0 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15) !important;
    z-index: -1;
}
.account_table_wrapper_alt .account_table .table_column.glass_back {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #111114;
    border-radius: 0;
}
.account_table_wrapper_alt .account_table .table_column.glass_back .body ul {
    border-right: none !important;
}
.account_table_wrapper_alt .account_table .table_column.glass_back.first {
    border-radius: 20px 0 0 0 !important;
}
.account_table_wrapper_alt .account_table .table_column.glass_back:last-child {
    border-radius: 0 20px 20px 0 !important;
}
.account_table_wrapper_alt .account_table .table_column.highlighted {
    position: relative;
    z-index: 1;
    color: #111114 !important;
}
.account_table_wrapper_alt .account_table .table_column.highlighted::after {
    content: "";
    z-index: -1;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    right: 15px;
    background: #fff;
    position: absolute;
    border-radius: 15px;
}
.account_table_wrapper_alt .account_table .table_column.highlighted .body .body_inner ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.account_table_wrapper_alt .account_table .table_column.highlighted .head .head_inner h1 {
    border-bottom: 2px solid rgba(17, 17, 20, 0.15);
}
.account_table_wrapper_alt .account_table .table_column .head {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: flex-end;
}
.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 0 0;
    padding-bottom: 0;
}
.account_table_wrapper_alt .account_table .table_column .head .head_inner h1 {
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    width: 100%;
}
.account_table_wrapper_alt .account_table .table_column .details {
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border: none !important;
}
.account_table_wrapper_alt .account_table .table_column .body {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner {
    flex-grow: 1;
    display: flex;
    padding: 30px 30px;
    align-items: flex-start;
    position: relative;
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner h1 {
    font-size: 50px;
    margin-bottom: 00x;
    padding-bottom: 0;
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner ul li {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner ul li:last-child {
    border-bottom: none !important;
}
.account_table_wrapper_alt .account_table .table_column .body .body_inner ul li i {
    color: #f79d82;
}
.toggle_nav .nav-tabs {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}
.toggle_nav .nav-tabs button {
    color: #fff !important;
    padding: 28px 10px;
    line-height: 0;
    box-shadow: none !important;
    border: 0 !important;
    background: 0 0 !important;
    transition-duration: 0.2s;
    border-radius: 5px !important;
    flex-grow: 1;
}
.toggle_nav .nav-tabs button.active {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: none !important;
}
.tools_page .ct_investors .first-section .page-first-image {
    background-position: bottom center !important;
}
.tools_page .ct_investors .bg_dark {
    padding-top: 90px !important;
}
.tools_page .account_info {
    padding-top: 100px;
}
.features_grid {
    padding: 100px 0;
}
.features_grid .card_wrapper {
    padding-top: 70px;
    height: 100%;
    cursor: pointer;
}
.features_grid .card_wrapper .card {
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    height: 100%;
    padding: 20px 0;
    border-radius: 10px;
}
.features_grid .card_wrapper .card .card-body {
    padding-top: 38px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.features_grid .card_wrapper .card i {
    font-size: 36px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.tools_cards {
    margin-bottom: 50px;
}
.tools_cards .tool_card_wrapper {
    padding: 17px;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 20px;
    transition-duration: 0.5s;
    position: relative;
    margin-top: 175px;
    cursor: pointer;
}
.tools_cards .tool_card_wrapper .accordion-button {
    color: #fff !important;
    background: 0 0;
    outline: 0 !important;
    box-shadow: none !important;
}
.tools_cards .tool_card_wrapper .accordion-button::after {
    background: url(../img/angle-down.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.tools_cards .tool_card_wrapper .image_wrapper {
    position: relative;
    border-radius: 10px;
    height: 120px;
}
.tools_cards .tool_card_wrapper .image_wrapper .image_inner {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tools_cards .tool_card_wrapper .image_wrapper .image_inner img {
    padding: 30px 0;
}
.tools_cards .tool_card_wrapper .image_wrapper .image_inner .play-btn {
    height: 80px;
    width: 80px;
    padding: 0 !important;
    font-size: 24px;
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100% !important;
}
.tools_cards .tool_card_wrapper .image_wrapper .image_inner .play-btn i {
    text-shadow: 0 5px 10px rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
}
.tools_cards .tool_card_wrapper .accordion-item {
    background: 0 0 !important;
}
.tools_cards .tool_card_wrapper .text_wrapper {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.tools_cards .tool_card_wrapper .text_wrapper h1 {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tools_cards .tool_card_wrapper .text_wrapper p {
    flex-grow: 1;
}
.tools_section {
    padding: 30px 0;
}
.tools_section .img_wrapper {
    padding: 30px;
    padding-right: 0;
}
.tools_section .text_block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    height: 100%;
}
.tools_section .text_block h1 {
    font-size: 42px !important;
}
.why_about {
    padding: 50px 0;
}
.why_about .text_block {
    padding: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.why_about .text_block h4 {
    font-size: 20px;
}
.why_about .text_block p {
    font-size: 16px;
}
.why_about .text_block.first {
    padding-left: 0;
}
.why_about .text_block.last {
    padding-right: 0;
    border-right: none;
}
.checklist-ul {
    list-style-type: none;
    padding: 0;
}
.checklist-ul li {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 5px;
}
.checklist-ul li:before {
    position: absolute;
    left: -5px;
    content: "\2713";
    color: #f79d82;
}
.glass_bg_dark {
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(200px);
    border-radius: 25px;
}
.FAQ {
    padding: 80px 0;
    position: relative;
}
.FAQ::before {
    content: url(../img/39ee5084f64f010ac92480b9cc5649d36a36ab8a/deposit_left_el.png);
    position: absolute;
    bottom: 0;
    transform: translateY(60%);
    left: 0;
    z-index: -2;
}
.FAQ::after {
    content: url(../img/e4d74b125c79e88df5bffedd555968d4c4d6498d/deposit_right_el.png);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: -2;
}
.FAQ .accordion-item {
    background: 0 0 !important;
    border: none !important;
    margin: 15px 0;
    transition-duration: 0.3s;
}
.FAQ .accordion-item .accordion-body {
    background: 0 0 !important;
    border-radius: 10px;
}
.FAQ .accordion-button {
    background: 0 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    border-radius: 15px !important;
    justify-content: space-between;
}
.FAQ .accordion-button:hover {
    color: #111114 !important;
    background: #fff !important;
}
.FAQ .accordion-button:hover::after {
    background-image: url(..img/plus_sign.svg);
    background: #111114 !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}
.FAQ .accordion-button::after {
    content: url(../img/plus_sign.svg);
    display: flex;
    padding: 0;
    padding-top: 5px;
    justify-content: center;
    align-items: center;
    background-size: 0.8rem;
    margin-left: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.FAQ .accordion-button:not(.collapsed) {
    color: #111114 !important;
    background: #fff !important;
}
.FAQ .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
    background-image: url(../img/plus_sign.svg);
    background: #111114 !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}
.steps_component {
    text-align: center;
    position: relative;
    padding: 80px 0;
}
.steps_component .steps_wrapper .step {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 35px 0;
}
.steps_component .steps_wrapper .step a {
    color: #f79d82;
    text-decoration: none;
}
.steps_component .steps_wrapper .step .content {
    margin-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.steps_component .steps_wrapper .step::before {
    content: "01.";
    font-size: 125px;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    font-weight: 800;
    transform: translate(88%, -30%);
}
.steps_component .steps_wrapper .step .icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.steps_component .steps_wrapper .step .icon_wrapper .icon_inner {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 100px;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    backdrop-filter: blur(15px) !important;
}
.steps_component .steps_wrapper .step .icon_wrapper::after {
    content: "";
    display: block;
    height: 48px;
    width: 48px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -15px;
    transform: translateX(-50%);
}
.steps_component .steps_wrapper .step.__02::before {
    content: "02.";
}
.steps_component .steps_wrapper .step.__02 .icon_wrapper::after {
    transform: translateX(50%);
}
.steps_component .steps_wrapper .step.__03::before {
    content: "03.";
}
.steps_component .steps_wrapper .step.__03 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_component .steps_wrapper .step.__04::before {
    content: "04.";
}
.steps_component .steps_wrapper .step.__04 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_slider_component {
    text-align: center;
    position: relative;
    padding: 80px 0;
}
.steps_slider_component .steps_wrapper .step {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 35px 0;
}
.steps_slider_component .steps_wrapper .step a {
    color: #f79d82;
    text-decoration: none;
}
.steps_slider_component .steps_wrapper .step .content {
    margin-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.steps_slider_component .steps_wrapper .step::before {
    content: "01.";
    font-size: 125px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0.05;
    font-weight: 800;
    transform: translate(0, -30%);
}
.steps_slider_component .steps_wrapper .step .icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.steps_slider_component .steps_wrapper .step .icon_wrapper .icon_inner {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 100px;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    backdrop-filter: blur(15px) !important;
}
.steps_slider_component .steps_wrapper .step .icon_wrapper::after {
    content: "";
    display: block;
    height: 48px;
    width: 48px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -15px;
    transform: translateX(-50%);
}
.steps_slider_component .steps_wrapper .step.__01::before {
    content: "02.";
}
.steps_slider_component .steps_wrapper .step.__01 .icon_wrapper::after {
    transform: translateX(50%);
}
.steps_slider_component .steps_wrapper .step.__02::before {
    content: "03.";
}
.steps_slider_component .steps_wrapper .step.__02 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_slider_component .steps_wrapper .step.__03::before {
    content: "04.";
}
.steps_slider_component .steps_wrapper .step.__03 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_slider_component .steps_wrapper .step.__04::before {
    content: "05.";
}
.steps_slider_component .steps_wrapper .step.__04 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_slider_component .steps_wrapper .step.__05::before {
    content: "06.";
}
.steps_slider_component .steps_wrapper .step.__05 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.steps_slider_component .steps_wrapper .step.__06::before {
    content: "07.";
}
.steps_slider_component .steps_wrapper .step.__06 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.trading_platform_component {
    min-height: 1100px;
}
.trading_platform_component .container-fluid {
    max-width: 1200px;
}
.trading_platform_component .tab-pane:not(.active) {
    display: none;
}
.trading_platform_component .tabs_wrapper {
    min-height: auto;
    padding: 0;
    position: relative;
    transform: translate(0, -50%);
}
.trading_platform_component .grid_buttons {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
.trading_platform_component .grid_buttons .btn {
    text-align: left;
    padding: 10px 15px !important;
    justify-content: flex-start !important;
}
.trading_platform_component .grid_buttons .btn svg {
    margin-right: 15px;
}
.trading_platform_component .grid_buttons .btn svg * {
    transition-duration: 0.2s;
}
.trading_platform_component .grid_buttons .btn:hover svg * {
    stroke: #fff;
}
.trading_platform_component .left_section.downloads {
    padding-right: 20px;
}
.trading_platform_component .grid {
    display: block;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    border-radius: 20px;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    padding: 10px;
}
.trading_platform_component .grid p {
    margin-bottom: 0;
}
.trading_platform_component .grid .card_wrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
}
.trading_platform_component .grid .card_wrapper h2 {
    line-height: 30px;
}
.trading_platform_component .grid .card_wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #111114;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition-duration: 0.3s;
}
.trading_platform_component .grid .card_wrapper:hover::after {
    opacity: 0.25;
}
.trading_platform_component .grid .card_wrapper .card_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.trading_platform_component .grid .card_wrapper .card_heading {
    padding-left: 20px;
}
.trading_platform_component .grid .card_wrapper .card_heading h1 {
    line-height: 40px;
}
.trading_platform_component .component-content-container .page-content .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);
}
.trading_platform_component .component-content-container .page-content .page-section.bg_dark {
    padding: 50px;
    padding-top: 120px;
    border-radius: 25px;
}
.trading_platform_component .component-content-container .page-content .page-section p {
    font-size: 16px;
    line-height: 25px;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card {
    float: right;
    position: relative;
    z-index: 1;
    width: 350px;
    min-width: 350px;
    min-height: 400px;
    margin: 85px 25px 30px 35px;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts_card {
    padding: 30px;
    border-radius: 25px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .floated-block {
    margin-top: 50px;
    padding: 30px;
    border-radius: 25px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-header {
    text-align: center;
    line-height: 35px;
    font-weight: 700;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-header .header-label {
    font-size: 20px;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-header .header-title {
    font-size: 38px;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-items {
    margin: 32px 0;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-items .facts-item {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
    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 0;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .facts-items .facts-item::before {
    content: url(../ee2954ac4be39a6993c7a04958a3f16d610a07c2/9b671/img/checkmark_list.svg);
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
}
.trading_platform_component .component-content-container .page-content .page-section .market-facts-card .action-buttons-container {
    width: 100%;
    position: relative;
    text-align: center;
}
.trading_platform_component .component-content-container .page-content .page-section .first-section {
    position: relative;
    margin-left: 0 !important;
    margin-bottom: -125px !important;
    padding-top: 80px;
}
.trading_platform_component .component-content-container .page-content .page-section .first-section .page-first-image {
    min-height: 400px;
    background: url(../img/mt4.png) left top no-repeat transparent;
    background-size: contain !important;
}
.trading_platform_component .component-content-container .page-content .page-section .first-section .mt5 {
    min-height: 400px;
    background: url(../img/mt5.png) left top no-repeat transparent;
    background-size: contain !important;
}
.trading_platform_component .component-content-container.page-meta-trader-4-ios .page-section .first-section .page-first-image {
    background: url(../img/mt4_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.trading_platform_component .component-content-container.page-meta-trader-4-ios .page-section .first-section .mt5-ios {
    min-height: 400px;
    background: url(../img/mt5_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.trading_platform_component .component-content-container.page-meta-trader-4-ios .page-section .first-section .mt5-android {
    min-height: 400px;
    background: url(../img/mt5_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
}
.trading_platform_component .component-content-container.page-ctrader .page-section .first-section .page-first-image {
    background: url(../img/ctrader.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.trading_platform_component .component-content-container.page-ctrader-ios .page-section .first-section .page-first-image {
    background: url(../img/ctrader_ios.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.trading_platform_component .component-content-container.page-ctrader-android .page-section .first-section .page-first-image {
    background: url(../img/ctrader_mobile.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.trading_platform_component .component-content-container.page-ctrader-copy .page-section .first-section .page-first-image {
    background: url(../img/ctrader_copy.png) left bottom no-repeat transparent !important;
    background-size: contain !important;
    max-width: 670px;
}
.trading_platform_component .component-content-container.page-ctrader-algo {
    margin-bottom: 50px;
}
.trading_platform_component .component-content-container.page-ctrader-algo .blue_block {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #5c9efe;
    background: -moz-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: -webkit-linear-gradient(top, #5c9efe 0, #376bff 100%);
    background: linear-gradient(to bottom, #5c9efe 0, #376bff 100%);
    margin: 0;
    margin-bottom: 30px;
    border-radius: 18px;
}
.trading_platform_component .component-content-container.page-ctrader-algo .blue_block h1 {
    font-size: 25px;
    padding-bottom: 0;
}
.trading_platform_component .component-content-container.page-ctrader-algo .floated-block {
    position: relative;
    width: 350px;
    float: right;
    margin: 0 40px;
    margin-right: 0;
    border-radius: 18px;
}
.trading_platform_component .component-content-container.page-ctrader-algo .market-facts-card {
    float: initial !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
.trading_platform_component .component-content-container.page-ctrader-algo .page-section .first-section {
    margin-bottom: 0 !important;
}
.trading_platform_component .toggle_nav {
    position: relative;
    height: 80px;
}
.trading_platform_component .toggle_nav .links_nav {
    width: 100%;
    margin: 0;
    bottom: -50%;
}
.trading_platform_component .page-content-container .page-content .page-section.bg_dark {
    padding-bottom: 0;
}
.costs_component {
    position: relative;
    padding: 80px 0;
}
.costs_component .cost_box {
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(230px);
    border-radius: 25px;
    padding: 25px 10px;
    margin: 15px 0;
}
.costs_component .cost_box .text_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.costs_component .table > :not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.costs_component .table {
    text-align: center;
    border-bottom: none;
    color: #fff;
}
.costs_component .table thead th {
    padding-bottom: 15px;
    padding-top: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.15);
}
.costs_component .table thead th:first-child {
    text-align: left;
}
.costs_component .table td {
    border-color: rgba(255, 255, 255, 0.15);
}
.costs_component .table td:first-child {
    text-align: left;
}
.breadcrumb-item a {
    text-decoration: none !important;
    color: #f79d82;
}
.instruments_with_icons {
    padding: 50px 0;
}
.instruments_with_icons .heading_wrapper {
    max-width: 880px;
    margin: 0 auto;
}
.instruments_with_icons .card_wrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 15px 0;
}
.instruments_with_icons .card_wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition-duration: 0.3s;
}
.instruments_with_icons .card_wrapper:hover::after {
    opacity: 1;
}
.instruments_with_icons .card_wrapper .card_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.instruments_with_icons .card_wrapper .card_heading {
    padding-left: 20px;
}
.instruments_with_icons .card_wrapper .card_heading h1 {
    line-height: 40px;
}
.new_to {
    padding: 50px 0;
}
.new_to .button_group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.new_to .link-transparent {
    line-height: 65px;
    text-decoration: none !important;
    color: #fff;
}
.new_to .section_innner_wrapper {
    padding: 0 30px;
    margin: 30px 0;
}
.new_to .section_innner_wrapper.first {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.mw-450 {
    max-width: 450px;
}
.mw-400 {
    max-width: 400px;
}
.mw-650 {
    max-width: 650px;
}
.mw-850 {
    max-width: 850px;
}
.mw-1000 {
    max-width: 1000px;
}
.mw-1300 {
    max-width: 1300px;
}
.account_card {
    padding: 60px 0;
    background: url(../img/at_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.account_card .ac_next,
.account_card .ac_prev {
    transition-duration: 0.5s;
    opacity: 1;
}
.account_card .account_card_carousel {
    max-width: 1300px;
    margin: 0 auto;
}
.account_card .at_card {
    position: relative;
    padding: 30px;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(115px);
    border-radius: 25px;
    margin-top: 80px;
}
.account_card .at_card .heading_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}
.account_card .at_card .heading_wrapper .heading_2 {
    line-height: 50px;
}
.account_card .at_card .heading_wrapper .icon {
    position: relative;
    float: right;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.account_card .at_card .heading_wrapper .icon img {
    position: relative;
}
.account_card .at_card p {
    color: rgba(255, 255, 255, 0.35);
}
.slider_pagination {
    padding-left: 0;
    list-style: none;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slick-arrow {
    cursor: pointer;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 30px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.15;
    transition-duration: 0.5s;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    width: 80px;
    opacity: 1;
}
.slick-arrow {
    transition-duration: 0.5s;
    opacity: 1;
}
.slick-disabled {
    opacity: 0.15 !important;
}
.slick-slide {
    margin: 0 15px;
}
.slider__counter {
    opacity: 0.15;
    display: none;
}
.account_table_carousel .table_column {
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(50px);
    border-radius: 25px;
    padding: 25px;
}
.account_table_carousel .table_column .body .body_inner ul {
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
}
.account_table_carousel .table_column .body .body_inner ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
}
.account_table_carousel .table_column .body .label {
    opacity: 0.15;
}
.account_table_carousel .table_column .head .head_inner h1 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
    text-align: center;
}
.account_table_carousel .table_column.highlighted {
    position: relative;
    z-index: 1;
    color: #111114 !important;
}
.account_table_carousel .table_column.highlighted::after {
    content: "";
    z-index: -1;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    right: 10px;
    background: #fff;
    position: absolute;
    border-radius: 15px;
}
.account_table_carousel .table_column.highlighted .body .body_inner ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.account_table_carousel .table_column.highlighted .head .head_inner h1 {
    border-bottom: 2px solid rgba(17, 17, 20, 0.15);
}
.at_dots {
    padding: 20px;
}
.at_dots .slick-dots li {
    flex-grow: 1;
    position: relative;
}
.at_dots .slick-dots li::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    top: -20px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 5px;
    transition-duration: 0.5s;
}
.at_dots .slick-active .pager__item {
    opacity: 1;
}
.at_dots .slick-active::before {
    opacity: 1 !important;
}
.pager__item {
    text-decoration: none;
    color: #fff !important;
    opacity: 0.15;
    transition-duration: 0.5s;
}
.icon_content {
    padding: 60px 0;
}
.icon_content .content_box_wrapper {
    display: flex;
}
.icon_content .content_box_wrapper .icon {
    position: relative;
    float: left;
    width: 140px;
    z-index: 999;
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon_content .content_box_wrapper .icon::before {
    content: url(../img/lines_iconbox.png);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-90%);
    z-index: -1;
}
.icon_content .content_box_wrapper .icon img {
    width: 358px;
}
.icon_content .content_box_wrapper .content {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(50px);
    border-radius: 20px;
    padding-left: 200px;
}
.icon_content .content_box_wrapper .content a {
    text-decoration: none;
    color: #f79d82 !important;
}
.content_2 {
    padding: 60px 0;
}
.content_2 .checklist_item {
    padding: 10px;
    display: flex;
    align-items: flex-start;
}
.content_2 .checklist_item p {
    margin: 0;
    padding-left: 20px;
}
.content_2 .checklist_item img {
    padding-top: 10px;
}
.content_2 .col-md-6:nth-child(odd) .checklist_item {
    padding-left: 0;
}
.buttons_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.features_1 {
    padding: 60px 0;
    position: relative;
}
.features_1::after {
    content: url(../img/lines_features.png);
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(150px, 370px);
}
.features_1 .slider_pagination {
    justify-content: flex-end;
}
.features_1 .left_section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    margin-top: 40px;
}
.features_1 .pagination_left {
    color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 20px;
    margin-top: 30px;
}
.features_1 .pagination_left p {
    margin: 0;
    padding: 0;
}
.features_1 .features_carousel {
    margin: 0;
        border-radius: 20px;
        background: linear-gradient(46.41deg,#2d2e36 0,#16181d 102.59%);
        padding: 10px;
}
.features_1 .features_carousel .grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    border-radius: 20px;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    padding: 10px;
}
.features_1 .features_carousel .slick-slide {
    margin: 0;
}
.features_1 .features_carousel .card_wrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    vertical-align:top;
}
.features_1 .features_carousel .card_wrapper h2 {
    line-height: 30px;
}
.features_1 .features_carousel .card_wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #111114;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition-duration: 0.3s;
}
.features_1 .features_carousel .card_wrapper:hover::after {
    opacity: 1;
}
.features_1 .features_carousel .card_wrapper .card_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.features_1 .features_carousel .card_wrapper .card_heading {
    padding-left: 20px;
}
.features_1 .features_carousel .card_wrapper .card_heading h1 {
    line-height: 40px;
}
.features_2 {
    padding: 60px 0;
    position: relative;
}
.features_2 .features_inner {
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 20px;
    position: relative;
}
.features_2 .features_inner::before {
    content: "";
    height: 390px;
    width: 390px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(50%, -30%);
    right: 0;
    top: 0;
    z-index: -2;
}
.features_2 .circle {
    width: 163px;
    height: 163px;
    border-radius: 100%;
    position: absolute;
    top: -100px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    right: 10px;
}
.features_2::after {
    content: url(../img/lines_features.png);
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translate(150px, 370px);
}
.features_2 .heading_section {
    padding: 40px;
    padding-bottom: 0;
}
.features_2 .heading_section h3 {
    font-size: 34px;
    max-width: 480px;
}
.features_2 .checklist_item {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.features_2 .checklist_item p {
    margin: 0;
    padding-left: 20px;
}
.features_2 .slider_pagination {
    justify-content: flex-end;
}
.features_2 .left_section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}
.features_2 .pagination_left {
    color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.features_2 .pagination_left p {
    padding-right: 20px;
}
.features_2 .features_carousel_2 {
    margin: 0;
}
.features_2 .features_carousel_2 .grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    padding: 40px;
}
.features_2 .features_carousel_2 .slick-slide {
    margin: 0;
}
.features_3 {
    padding: 60px 0;
    position: relative;
}
.features_3 .features_inner {
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 20px;
    position: relative;
}
.features_3 .circle {
    width: 282px;
    height: 282px;
    border-radius: 100%;
    position: absolute;
    top: 150px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    right: -160px;
}
.features_3 .features_wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-bottom: 30px;
}
.features_3 .features_wrapper .feature {
    max-width: 250px;
}
.features_3 .features_wrapper .feature a {
    color: #f79d82;
    text-decoration: none;
}
.features_3 .features_wrapper .feature .icon_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.features_3 .features_wrapper .feature .icon_wrapper .icon_inner {
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    border-radius: 100px;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    backdrop-filter: blur(15px) !important;
}
.features_3 .features_wrapper .feature .icon_wrapper::before {
    content: "01.";
    font-size: 125px;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    font-weight: 800;
    transform: translate(20%, -35%);
}
.features_3 .features_wrapper .feature .icon_wrapper::after {
    content: "";
    display: block;
    height: 48px;
    width: 48px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    top: -15px;
    transform: translateX(-50%);
}
.features_3 .features_wrapper .feature.__01 .icon_wrapper::before {
    content: "02.";
}
.features_3 .features_wrapper .feature.__01 .icon_wrapper::after {
    transform: translateX(50%);
}
.features_3 .features_wrapper .feature.__02 .icon_wrapper::before {
    content: "03.";
}
.features_3 .features_wrapper .feature.__02 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__03 .icon_wrapper::before {
    content: "04.";
}
.features_3 .features_wrapper .feature.__03 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__04 .icon_wrapper::before {
    content: "05.";
}
.features_3 .features_wrapper .feature.__04 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__05 .icon_wrapper::before {
    content: "06.";
}
.features_3 .features_wrapper .feature.__05 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__06 .icon_wrapper::before {
    content: "07.";
}
.features_3 .features_wrapper .feature.__06 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__07 .icon_wrapper::before {
    content: "08.";
}
.features_3 .features_wrapper .feature.__07 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .features_wrapper .feature.__08 .icon_wrapper::before {
    content: "09.";
}
.features_3 .features_wrapper .feature.__08 .icon_wrapper::after {
    top: -8px;
    transform: translateX(30%);
}
.features_3 .heading_section {
    padding: 90px;
    background: url(../img/fc3_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 19px;
}
.features_3 .heading_section h2,
.features_3 .heading_section p {
    max-width: 840px;
}
.features_3 .slider_pagination {
    justify-content: flex-end;
}
.features_3 .left_section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}
.features_3 .pagination_left {
    color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.features_3 .pagination_left p {
    padding-right: 20px;
}
.features_3 .features_carousel_2 {
    margin: 0;
}
.features_3 .features_carousel_2 .grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    padding: 40px;
}
.features_3 .features_carousel_2 .slick-slide {
    margin: 0;
}
.features_4 {
    padding: 60px 0;
    position: relative;
}
.features_4 .slider_pagination {
    justify-content: space-between;
}
.features_4 .left_section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    margin-top: 40px;
}
.features_4 .pagination_left {
    color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
    border-radius: 20px;
    margin-top: 30px;
}
.features_4 .pagination_left p {
    margin: 0;
    padding: 0;
}
.features_4 .slick-slide {
    margin: 0;
}
.features_4 .card_wrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
}
.features_4 .card_wrapper h2 {
    line-height: 30px;
}
.features_4 .card_wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #111114;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition-duration: 0.3s;
}
.features_4 .card_wrapper:hover::after {
    opacity: 1;
}
.features_4 .card_wrapper .card_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.features_4 .card_wrapper .card_heading {
    padding-left: 20px;
}
.features_4 .card_wrapper .card_heading h1 {
    line-height: 40px;
}
.content_3 {
    z-index: 1;
    position: relative;
    padding: 80px 0;
}
.content_3::before {
    content: url(../img/lines_contentbox.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.content_3::after {
    content: "";
    width: 356px;
    height: 356px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(85%, -20%);
    right: 0;
    top: 0;
    z-index: -2;
}
.content_3 .circle {
    width: 163px;
    height: 163px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    right: -20px;
    backdrop-filter: blur(50px) !important;
}
.content_3 .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 25%;
    top: 0;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(115px);
    border-radius: 20px;
    z-index: -1;
}
.content_3 .img_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_3 .img_wrapper img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.content_3 .wrapper {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.content_3_alt {
    z-index: 1;
    position: relative;
    padding: 80px 0;
}
.content_3_alt::before {
    content: url(../img/lines_contentbox_alt.png);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.content_3_alt::after {
    content: "";
    width: 356px;
    height: 356px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(-85%, -20%);
    left: 0;
    top: 0;
    z-index: -2;
}
.content_3_alt .circle {
    width: 163px;
    height: 163px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    left: -20px;
    backdrop-filter: blur(50px) !important;
}
.content_3_alt .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 25%;
    top: 0;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(115px);
    border-radius: 20px;
    z-index: -1;
}
.content_3_alt .img_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_3_alt .img_wrapper img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.content_3_alt .wrapper {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.content_4 .toggle_nav {
    position: relative;
    z-index: 99;
}
.content_4 .toggle_nav #horizon-next {
    position: absolute;
    right: -5px;
    top: 57px;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(17, 17, 20, 0.25);
    border-radius: 100px;
    background: rgba(17, 17, 20, 0.25);
}
.content_4 .toggle_nav #horizon-prev {
    position: absolute;
    left: -5px;
    top: 57px;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(17, 17, 20, 0.25);
    border-radius: 100px;
    background: rgba(17, 17, 20, 0.25);
}
.content_4 .toggle_nav .links_nav {
    padding: 0 30px;
    transform: translateY(40px);
    z-index: 999;
    margin-top: 0;
    z-index: -1;
    position: relative;
}
.content_4 .toggle_nav .nav-tabs {
    background: #fff !important;
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(259.65deg,rgba(255,255,255,.05) 1.57%,rgba(255,255,255,.4) 101.23%)!important;
}
.content_4 .toggle_nav .nav-tabs button {
    color: #fff!important;
    padding: 28px 10px;
    line-height: 0;
    box-shadow: none !important;
    border: 0 !important;
    background: 0 0 !important;
    transition-duration: 0.2s;
    border-radius: 5px !important;
    flex-grow: 1;
    flex-shrink:0;
}
.content_4 .toggle_nav .nav-tabs button.active {
    background-color: #fff!important;
    color: #111114!important;
    border-bottom: none!important;
}
.content_4 .panel_wrapper {
    padding: 30px;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, #2d2e36 0.01%, #16181d 102.59%);
    backdrop-filter: blur(125px);
    border-radius: 20px;
    padding-top: 110px;
}
.content_4 .wrapper {
    position: relative;
}
.content_4 .wrapper::before {
    content: "";
    width: 356px;
    height: 356px;
    background: #eae1c7;
    background: -moz-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eae1c7 0, #ada381 100%);
    background: radial-gradient(ellipse at center, #eae1c7 0, #ada381 100%);
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: translate(-10%, -10%);
    left: 0;
    top: 0;
    z-index: -1;
}
.content_4 .img_wrapper {
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(46.41deg, rgba(45, 46, 54, 0.5) 0, rgba(45, 46, 54, 0.5) 0.01%, rgba(22, 24, 29, 0.5) 102.59%);
    backdrop-filter: blur(115px);
    position: relative;
}
.content_4 .img_wrapper img {
    border-radius: 15px;
}
.content_4 .content_wrapper {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.features_4 .slick-slide,
.steps_slider_component .slick-slide,
.why_us .slick-slide {
    opacity: 0.25;
    transition-duration: 0.2s;
}
.features_4 .slick-slide.slick-active,
.steps_slider_component .slick-slide.slick-active,
.why_us .slick-slide.slick-active {
    opacity: 1;
}
.features_4 .slick-list,
.steps_slider_component .slick-list,
.why_us .slick-list {
    overflow: visible !important;
}
.w-md-100 {
    width: 100%;
}
@media (max-width: 640px) {
    .features_4 .left_section {
        padding: 0 20px;
        text-align: center;
    }
    .w-md-100 {
        width: auto;
    }
    .downloads {
        text-align: center;
        margin-top: 35px;
        padding-right: 0 !important;
    }
    .trading_platform_component .grid {
        grid-template-columns: auto;
        margin-top: 20px;
    }
    .trading_platform_component .grid_buttons {
        grid-template-columns: auto;
    }
    .w-sm-100 {
        width: 100%;
    }
    .steps_slider_component .steps_wrapper .step {
        flex-direction: column;
        align-items: flex-start;
    }
    .steps_slider_component .steps_wrapper .step .content {
        margin: 0;
        padding-right: 0;
    }
    .content_2 .col-md-6:nth-child(odd) .checklist_item {
        padding-left: 10px;
    }
    .features_1 .features_carousel .card_wrapper {
        padding: 10px;
    }
    .features_1 .features_carousel .card_wrapper .card_header {
        padding-bottom: 0;
    }
    .features_1 .features_carousel .card_wrapper p {
        margin-bottom: 0;
    }
    .content_4 .panel_wrapper {
        padding: 20px;
    }
    .content_4 .content_wrapper {
        padding: 0;
    }
    .content_4 .wrapper::before {
        width: 150px;
        height: 150px;
    }
    .content_4 .img_wrapper {
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 80px;
    }
    .content_4 .toggle_nav .nav-tabs button {
        margin: 5px;
    }
    .content_3 .bg {
        left: 20px;
        width: calc(100% - 40px);
    }
    .content_3 .wrapper {
        padding: 30px;
        text-align: center;
        align-items: center;
    }
    .content_3_alt .bg {
        left: 20px;
        width: calc(100% - 40px);
    }
    .content_3_alt .wrapper {
        padding: 30px;
        text-align: center;
        align-items: center;
    }
    .features_1 .features_carousel .grid {
        grid-template-columns: auto;
    }
    .features_1 .left_section {
        padding-right: 0;
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    .features_3 .circle {
        display: none;
    }
    .features_3 .heading_section {
        padding: 20px;
    }
    .features_3 .features_wrapper {
        flex-direction: column;
        margin-top: 40px !important;
        margin-bottom: 0;
    }
    .features_3 .features_wrapper .feature {
        margin: 0 auto;
        padding: 10px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .features_3 .features_wrapper .feature .heading_3 {
        line-height: 28px;
    }
    .features_3 .features_wrapper .feature .icon_wrapper::before {
        transform: translate(30%, -25%);
    }
    .features_3 .features_wrapper .feature .icon_inner {
        margin-bottom: 10px !important;
    }
    .features_3 .features_wrapper .feature p {
        margin: 0;
    }
    .features_2 .fc2_dots,
    .features_3 .fc3_dots {
        width: 100%;
    }
    .features_2 .fc2_dots .slick-dots,
    .features_3 .fc3_dots .slick-dots {
        padding-bottom: 0;
    }
    .features_2 .fc2_dots .slick-dots li,
    .features_3 .fc3_dots .slick-dots li {
        flex-grow: 1;
    }
    .features_2 .fc2_dots .slick-dots li button,
    .features_3 .fc3_dots .slick-dots li button {
        width: 100%;
    }
    .features_2 .pagination_left,
    .features_3 .pagination_left {
        flex-direction: column-reverse;
    }
    .features_2 .left_section {
        padding-right: 0;
    }
    .features_2 .heading_section {
        padding: 20px;
    }
    .features_2 .features_inner {
        margin-top: 50px;
    }
    .features_2 .features_inner::before {
        height: 250px;
        width: 250px;
        top: 50px;
    }
    .features_2 .circle {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        position: absolute;
        top: -25px;
        right: -40px;
    }
    .features_2 .features_carousel_2 .grid {
        padding: 10px;
        grid-template-columns: auto;
    }
    .buttons_wrapper {
        flex-direction: column;
    }
    .icon_content .content_box_wrapper {
        flex-direction: column;
    }
    .icon_content .content_box_wrapper .icon {
        height: 100px;
        width: 100%;
        justify-content: center;
        margin-top: 120px;
    }
    .icon_content .content_box_wrapper .icon::before {
        display: none;
    }
    .icon_content .content_box_wrapper .content {
        padding: 40px;
        padding-top: 130px;
    }
    .icon_content .content_box_wrapper .content::before {
        right: -80px;
        top: 0;
        left: auto;
        transform: translateY(-70%);
        content: url(../img/lines_iconbox.png);
        position: absolute;
        bottom: 0;
        z-index: -1;
    }
    .content_3 .content_box_wrapper {
        flex-direction: column;
    }
    .content_3 .content_box_wrapper .icon {
        height: 100px;
        width: 100%;
        justify-content: center;
        margin-top: 120px;
    }
    .content_3 .content_box_wrapper .icon::before {
        display: none;
    }
    .content_3 .content_box_wrapper .content {
        padding: 40px;
        padding-top: 130px;
    }
    .content_3 .content_box_wrapper .content::before {
        right: -80px;
        top: 0;
        left: auto;
        transform: translateY(-70%);
        content: url(../img/lines_iconbox.png);
        position: absolute;
        bottom: 0;
        z-index: -1;
    }
    .content_3_alt .content_box_wrapper {
        flex-direction: column;
    }
    .content_3_alt .content_box_wrapper .icon {
        height: 100px;
        width: 100%;
        justify-content: center;
        margin-top: 120px;
    }
    .content_3_alt .content_box_wrapper .icon::before {
        display: none;
    }
    .content_3_alt .content_box_wrapper .content {
        padding: 40px;
        padding-top: 130px;
    }
    .content_3_alt .content_box_wrapper .content::before {
        right: -80px;
        top: 0;
        left: auto;
        transform: translateY(-70%);
        content: url(../img/lines_iconbox.png);
        position: absolute;
        bottom: 0;
        z-index: -1;
    }
    .slider__counter {
        display: block;
    }
    .costs_component .spreads {
        overflow: scroll;
    }
    .new_to .button_group {
        flex-direction: column;
    }
    .new_to .section_innner_wrapper {
        padding: 30px 0;
        margin: 0 30px;
    }
    .new_to .section_innner_wrapper.first {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-right: none !important;
    }
    .why_about .text_block {
        padding: 25px 15px !important;
    }
    .why_about .text_block.first {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .tools_cards .tool_card_wrapper {
        margin-top: 100px !important;
    }
    .hero_slide .left {
        z-index: 1;
    }
    .home .swiper-slide .left {
        padding: 30px;
    }
    .about_page .hero_slide .left,
    .instruments .hero_slide .left,
    .partner .hero_slide .left,
    .platforms .hero_slide .left,
    .tools_page .hero_slide .left {
        text-align: center;
        margin-top: 20px;
    }
    .about_page .hero_slide .right.instruments_slide img,
    .instruments .hero_slide .right.instruments_slide img,
    .partner .hero_slide .right.instruments_slide img,
    .platforms .hero_slide .right.instruments_slide img,
    .tools_page .hero_slide .right.instruments_slide img {
        z-index: 2;
        bottom: 0 !important;
        top: 0;
        right: 0;
        width: 100%;
        border-radius: 0 20px 0 0;
    }
    .about_page .hero_slide .left,
    .about_page .home .swiper-slide .left,
    .instruments .hero_slide .left,
    .instruments .home .swiper-slide .left,
    .partner .hero_slide .left,
    .partner .home .swiper-slide .left,
    .platforms .hero_slide .left,
    .platforms .home .swiper-slide .left,
    .tools_page .hero_slide .left,
    .tools_page .home .swiper-slide .left {
        padding: 30px;
        padding-top: 250px;
    }
    .btn {
        width: 100%;
    }
    .cta_wrapper {
        flex-direction: column;
        width: 100%;
    }
    .cta_wrapper .btn {
        margin-top: 10px !important;
        width: 100%;
        margin-right: 0 !important;
    }
    .home .swiper-slide .right {
        display: none;
    }
    .heading {
        font-size: 46px;
        line-height: 45px;
    }
    .heading_2 {
        font-size: 36px;
        line-height: 35px;
    }
    .account_info .container-fluid {
        padding: 0 !important;
    }
    .account_info .account_table_wrapper .account_table,
    .account_info .account_table_wrapper_alt .account_table {
        margin-right: 20px;
    }
    .login_buttons_wrapper {
        display: none !important;
    }
    .nav_custom {
        padding-bottom: 0;
    }
    .nav_custom .nav-item {
        border-right: 0;
    }
    .nav_custom .nav-item .nav-link {
        font-size: 20px;
        line-height: 24px;
    }
    .nav_custom .navbar-collapse {
        width: 100%;
    }
    .home .slider_wrapper {
        height: 580px;
    }
    .home .swiper-horizontal > .swiper-pagination-bullets,
    .home .swiper-pagination-bullets.swiper-pagination-horizontal,
    .home .swiper-pagination-custom,
    .home .swiper-pagination-fraction {
        width: calc(100% - 40px);
        left: 30px;
        display: flex;
        top: auto;
        bottom: 20px;
    }
    .home .swiper-pagination-bullet {
        width: auto;
        flex-grow: 1;
    }
    .home .swiper-wrapper::after {
        height: 120px;
        width: 120px;
    }
    .facts .container-fluid {
        padding: 0;
    }
    .facts .facts_wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100%;
        overflow: scroll;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    .facts .facts_wrapper .fact_wrapper {
        min-width: 230px;
    }
    .platforms .nav-item {
        flex-grow: 1;
        font-size: 20px;
    }
    .platforms::after {
        display: none;
    }
    .platforms img {
        margin-top: 50px;
    }
    .how_to:before {
        top: 80px;
    }
    .how_to .how_wrapper {
        padding: 30px;
        backdrop-filter: none;
        background: linear-gradient(46.41deg, #2d2e36 0, #16181d 102.59%);
        z-index: 1;
    }
    .how_to .how_wrapper .heading_wrapper {
        margin-top: 50px;
    }
    .how_to .how_wrapper .circle {
        top: -120px;
        right: -80px;
    }
    .how_to .how_wrapper .steps_wrapper {
        flex-direction: column;
        margin-top: 40px !important;
    }
    .how_to .how_wrapper .steps_wrapper .step {
        margin: 0 auto;
        padding-top: 20px;
    }
    .how_to .how_wrapper .steps_wrapper .step .icon_wrapper::before {
        transform: translate(10%, -10%);
    }
    .deposit_withdrawal .imgs_wrapper img {
        max-width: 90px;
    }
    .nav_custom .dropdown-menu[data-bs-popper] {
        transform: translateX(0);
    }
    .footer_cta_wrapper {
        padding: 30px !important;
        padding-top: 70% !important;
        text-align: center;
        z-index: 1;
    }
    .footer_cta_wrapper .container-fluid {
        padding: 0;
    }
    .footer_cta_wrapper .img_wrapper {
        top: 0;
        right: 0;
        z-index: -1 !important;
    }
    .footer {
        text-align: center;
    }
    .footer .top_footer .footer_links {
        margin-top: 20px;
        justify-content: center;
    }
    .footer .top_footer .footer_links li {
        flex-grow: 1;
        padding: 5px 10px;
    }
    .footer .copyright .footer_links {
        float: initial;
        margin-top: 10px;
        justify-content: center;
    }
    .why_us .heading_2 {
        margin-bottom: 0;
    }
    .why_us .why_box {
        padding-top: 75px;
    }
    .why_us .why_box .icon_wrapper {
        height: 100px;
        width: 100px;
    }
    .why_us .why_box .icon_wrapper img {
        max-width: 60px;
    }
    .col_rev {
        flex-direction: column-reverse;
    }
    .nav-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .nav-tabs button {
        min-width: 200px;
    }
    .account_table_wrapper_alt .account_table {
        overflow-x: scroll;
        margin-right: 0 !important;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .account_table_wrapper_alt .account_table .table_column {
        min-width: 280px;
    }
    .account_table_wrapper_alt .account_table .table_column .body .body_inner {
        padding: 30px 20px;
    }
    .hero_slide .right.platforms_slide img {
        max-width: 100%;
        right: initial !important;
    }
    .platforms_page .hero_slide {
        margin-top: 200px !important;
    }
    .platforms_page .left {
        padding: 30px !important;
        padding-top: 65px !important;
    }
    .about_page .hero_slide,
    .tools_page .hero_slide {
        margin-top: 200px !important;
    }
    .about_page .left,
    .tools_page .left {
        padding: 30px !important;
        padding-top: 65px !important;
    }
    .page-content-container .page-content .page-section .market-facts-card {
        width: 300px;
        min-width: 300px;
    }
    .component-content-container .page-content .page-section .market-facts-card {
        width: 300px;
        min-width: 300px;
    }
    .component-content-container .tabs_wrapper {
        min-height: auto;
        padding: 0;
        position: relative;
        transform: translate(0);
    }
    .component-content-container .toggle_nav {
        height: auto !important;
    }
    .component-content-container .toggle_nav .nav-tabs {
        flex-wrap: wrap;
    }
    .page-content-container.page-meta-trader-4-ios .page-content .page-section .first-section {
        padding-top: 0 !important;
    }
    .page-content-container.page-meta-trader-4-ios .page-content .page-section .first-section .page-first-image {
        min-height: 260px !important;
    }
    .why {
        padding: 30px 0;
    }
    .why .floated-block {
        float: initial;
        margin: 20px 20px;
        width: calc(100% - 40px) !important;
    }
    .text_block {
        padding: 10px 20px;
    }
    .text_block h1 {
        font-size: 28px;
    }
    .page-content-container .page-content {
        padding: 0;
    }
    .page-content-container .page-content .page-section .market-facts-card {
        float: initial !important;
        width: calc(100% - 40px) !important;
        margin: 50px 20px !important;
        margin-bottom: 150px !important;
    }
    .page-content-container .page-content .page-section .first-section {
        position: relative;
        padding-top: 120px !important;
    }
    .page-content-container .page-content .page-section .first-section .page-first-image {
        min-height: 300px;
        position: absolute;
        width: 80%;
        left: 10%;
        top: 0;
        transform: translateY(-20%);
    }
    .component-content-container .page-content {
        padding: 0;
    }
    .component-content-container .page-content .page-section .market-facts-card {
        float: initial !important;
        width: calc(100% - 40px) !important;
        margin: 50px 20px !important;
        margin-bottom: 150px !important;
    }
    .component-content-container .page-content .page-section .first-section {
        position: relative;
        padding-top: 120px !important;
    }
    .component-content-container .page-content .page-section .first-section .page-first-image {
        min-height: 300px;
        position: absolute;
        width: 80%;
        left: 10%;
        top: 0;
        transform: translateY(-20%);
    }
    .trading_platform_component .component-content-container .page-content {
        padding: 0;
    }
    .trading_platform_component .component-content-container .page-content .page-section .market-facts-card {
        float: initial !important;
        width: 100% !important;
        margin: 50px 0 !important;
        margin-bottom: 150px !important;
    }
    .trading_platform_component .component-content-container .page-content .page-section .first-section {
        position: relative;
        padding-top: 120px !important;
    }
    .trading_platform_component .component-content-container .page-content .page-section .first-section .page-first-image {
        min-height: 300px;
        position: absolute;
        width: 80%;
        left: 10%;
        top: 0;
        transform: translateY(-20%);
    }
    .hero_slide .right.partner_slide img {
        width: 100%;
        right: initial;
        top: -100px;
        max-height: 300px;
    }
    .partner .hero_slide .left,
    .partner .home .swiper-slide .left {
        padding-top: 200px;
    }
    .partner .hero_slide {
        margin-top: 120px !important;
    }
    .partner .content_section {
        padding: 0 20px;
    }
    .partner .content_section .left .content_wrapper::after {
        display: none;
    }
    .why_us_fx {
        margin-top: 50px;
    }
    .hero_slide .right.about_slide img {
        right: initial;
        bottom: -110px;
        max-width: 100%;
    }
    .account_card .at_card {
        margin-top: 30px;
    }
}
.contact_form {
    margin-top: 35px;
    background: linear-gradient(259.65deg, rgba(255, 255, 255, 0.05) 1.57%, rgba(255, 255, 255, 0.4) 101.23%) !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(150px) !important;
    color: #fff !important;
    align-content: center;
    padding: 30px 0;
    min-height: 381px;
    max-width: 510px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    text-align: center;
}
.contact_form ::placeholder {
    color: #fff;
    opacity: 1;
}
.contact_form_wrapper {
    padding: 20px 40px 50px 0;
}
.form-control {
    background: rgba(17, 17, 20, 0.16);
    margin-top: 5px;
    border: none;
    line-height: 2;
    border-radius: 10px;
    color: #fff;
}
.contact_links {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact_links .contact_link a {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: #fff !important;
    transition-duration: 0.2s;
    border-radius: 15px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px;
}
.contact_links .contact_link a i {
    margin-right: 15px;
    font-size: 24px;
    margin-bottom: 0;
    color: #f79d82;
}
.contact_links .contact_link a:hover {
    outline: 0 !important;
    border: none !important;
    background-color: #111114;
    box-shadow: inset 0 0 0 1px rgba(247, 157, 130, 0.25) !important;
}
.name_box {
    padding-right: 5px;
    padding-bottom: 5px;
}
.name_box_2 {
    padding-left: 5px;
    padding-bottom: 5px;
}

.instruments_with_icons a {
    color: #fff;
    text-decoration: none;
}
.instruments_with_icons .heading_2 {
    font-size: 36px;
}
.how_to-homepage {
    margin: 100px 0 0 0;
}
.navbar.sticky-top {
    background: #14151a;
}
.nav_custom {
    flex-direction: column;
    padding: 30px 0 0 0;
}
.main-nav {
    padding: 30px 0;
}
.text-center {
  text-align:center;
}
.text-center p {
  text-align:center;
}
.why_us {
  text-align:center;
}
.steps_carousel br {
  display:none;
}


.-about-us .platforms {
  padding:0;
}
.content_2 .buttons_wrapper {
  justify-content:center;
}




.usp_carousel .slick-track
{
    display: flex !important;
}

.usp_carousel div {
  height:100%;
}

.usp_carousel .slick-slider, .usp_carousel .slick-list, .usp_carousel .slick-track {
  height: 100% !important;
}

.usp_carousel .slick-slide {
    flex: 1;
    align-self: stretch;
    height:auto;
}

.hero_slide .page-img {
    flex: 1;
    height: 100%;
    border-radius: 0 25px 25px 0;
    position: relative;
    background-position: left bottom;
}
.hero_slide .page-img img {
    position: absolute;
    top: 0;
    right: 0;
}
.new_to .button_group {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 15px;
    margin: 30px 0;
}
.new_to .center_buttons {
    justify-content: center;
}
.new_to .button_group a {
    grid-column: span 6 / span 6;
}
.home .platforms {
  padding:50px 0 0 0;
}
.how_to-homepage {
  margin:150px 0 50px 0;
}
.deposit_withdrawal .heading_2 {
  padding-bottom:0;
}
.home .FAQ {
  padding:0 0 80px 0
}
.why_us {
  max-width:100%;
  overflow:hidden;
}
.new_to .btn-secondary {
  padding:18px 15px !important;
}
.hero_slide {
  margin-bottom:50px !important;
}
.content_4 {
  margin:0 0 50px 0;
}
.account_table_section {
  margin:0 0 50px 0;
}
.why_us {
  padding:50px 0 100px 0;
}
.trading_platform_component .component-content-container .page-content .page-section.bg_dark h2 {

    font-size: 2.5rem;
    margin:1.5rem 0 1rem 0 !important;
}
.trading_platform_component {
  margin-bottom:150px;
}





.mobile-menu .container {
  max-width:640px;
  margin:0 auto;
  position: relative;
  padding-left:0;
  padding-right:0;
}
.mobile_menu {
  position: relative;
  display:none;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: calc(100vh - 112px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 112px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background:#14151a;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 55px;
  background: url("../images/back.png") no-repeat scroll 15px center / 5% auto;
}
.sm_menu_outer .mobile_menu a {
  color: #ffffff;
  display: block;
  font-family:"DIN 2014", sans-serif;
  letter-spacing: 1px;
  font-weight:400;
  padding: 20px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #3f4044;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url("../images/next.png") no-repeat scroll 95% center / 5% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;

    top: 47px;
    right: 25px;
    opacity:0;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
/*Hamburger Animation */
#sm_menu_ham2 {
  cursor: pointer;
  float: right;
  height: 25px;
  position: absolute;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;

    top: 47px;
    right: 25px;
  z-index: 9999;
}
#sm_menu_ham2 span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham2 span:nth-child(1) {
  top: 0;
}
#sm_menu_ham2 span:nth-child(2),
#sm_menu_ham2 span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham2 span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham2.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham2.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 1024px) {
  #sm_menu_ham2,
  .sm_menu_outer {
    display: none;
  }
}


.title_with_content .cta_wrapper {justify-content: center;}



@media (max-width: 640px){
  .page-img img {
    max-width:100% !important;
    top:auto !important;
    bottom: auto!important;
    position:relative !important;
  }
  .hero_slide .left {
    padding:60px 30px;
  }
  .how_to .how_wrapper .circle {
    top: -120px;
    right: 0px;
  }
  .FAQ::after {
    display:none;
  }
  .FAQ::before {
    display:none;
  }
  .content_3::after {
    display:none;
  }
  .steps_slider_component {
    width:100%;
    overflow:hidden;
  }
  .contact_form_wrapper {
    padding:20px;
  }
  .contact_form .container-fluid .name_box,.contact_form .container-fluid .name_box_2 {
    padding-right:12px;
    padding-left:12px;
  }
}


.disclaimer-bar {
  padding:10px 0 10px 0;
  border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
.disclaimer-bar p {
  margin:0;
  padding:0 15px;
  color:rgba(255, 255, 255, 0.25);
  font-size:14px;
}

@media (max-width: 1150px){

}
@media (max-width: 640px){
#sm_menu_ham {
  top:100px;
}
.sm_menu_outer {
  height:calc(100vh - 166px);
  top:166px;
}

.scrolledcontent .sm_menu_outer {
  height:calc(100vh - 112px);
  top:112px;
}
  .disclaimer-bar p {
    font-size:11px;
    text-align:left;
  }
}
@media (max-width: 480px){
  #sm_menu_ham {
    top:115px;
  }
  .sm_menu_outer {
    height:calc(100vh - 182px);
    top:182px;
  }


}
.topgeo-nav {
  list-style:none;
  display:flex;
}
.topgeo-nav li {
  margin:0 10px 0 0;
  font-size:12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding-right:10px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.topgeo-nav li:last-child {
border-right:0;
}
.topgeo-nav li .active {
  font-weight:bold;
  color:#f79d82;
}
.topgeo-nav li a {
  color:#FFF;
  text-decoration:none;
}

@media (max-width: 600px){
.introtext {
  display:none;
}
.topgeo-nav {
  align-items:center;
    justify-content: center;
}
}

.desktop-footer-text {
  width:100%;
  max-width:920px;
  margin:-5px 0 15px -5px;
}
.mobile-footer-text {
  display:none;
}

@media (max-width: 640px){

  .desktop-footer-text {
    display:none;
  }
  .mobile-footer-text {
    display:block;
      width:100%;
      max-width:920px;
  }
}

.geo-popup-consent {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  z-index: 1040;
  display:flex;
  align-items: center;
  vertical-align: middle;
  display:none;
    min-height:100%;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}
.geo-popup-consent .popup-content {
 background-color: #fff;
 border: 1px solid rgba(0,0,0,.2);
 padding:45px 0;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 z-index: 1040;
 position:relative;
 width:90%;
 max-width:800px;
 margin:0 auto;
}
.geo-popup-consent .popup-content h1 {
  font-size:32px;
  color:#000;
  font-weight:300;
  padding:0 60px;
}
.geo-popup-consent .popup-content h1 b {
  font-weight:500;
}
.geo-popup-consent .popup-content p {
  font-size:16px;
  color:#000;
  font-weight:300;
  padding:0 60px;
}
.geo-popup-consent .popup-content h2 {
  font-size:18px;
  color:#000;
  font-weight:300;
  padding:20px 60px;
  background:#EEE;
  margin:0;
}
.geo-popup-consent .popup-content ul {
  font-size:16px;
  color:#000;
  font-weight:300;
  padding:20px 60px;
  margin:0;
  display:flex;
  gap:30px;
  list-style:none;
}
.geo-popup-consent .popup-content ul.m-t-0 {
  padding-top:0;
}
.geo-popup-consent .popup-content ul li {
  margin:0;
  padding:0;
  width:50%;
  display:flex;
  gap:15px;
}
.geo-popup-consent .popup-content ul li svg {
  width:50px;
  height:50px;
  flex-shrink:0;
}
.geo-popup-consent .popup-overlay {
  background:#000;
  opacity:0.5;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
}
.geo-popup-consent .popup-ctas {
  width:100%;
  display:flex;
  margin:20px 0 0 0;
  padding:0;
  list-style:none;
  align-items: center;
  justify-content: center;
  gap:15px;
}
.geo-popup-consent .popup-ctas a {
  color:#FFF;
  background:#000;
  padding:15px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  width:360px;
  text-align:center;
  border:2px solid #FFF;
}
.geo-popup-consent .popup-ctas a.secondary-bttn {
  background:#FFF;
  border:2px solid #000;
  color:#000;
}


@media (max-width: 839px){

  .geo-popup-consent .popup-ctas {
    flex-wrap:wrap;
    padding:0 60px;
  }
.geo-popup-consent .popup-ctas a {
  width:100%;
}

}

@media (max-width: 660px){

  .geo-popup-consent .popup-content {
    height:100vh;
    overflow:scroll;
    width:100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-bottom:100px;
  }
  .geo-popup-consent .popup-content h1,.geo-popup-consent .popup-content p,.geo-popup-consent .popup-ctas {
    padding:0 30px;
  }
  .geo-popup-consent .popup-content h2,.geo-popup-consent .popup-content ul {
    padding:20px 30px;
  }
  .geo-popup-consent .popup-content ul {
    flex-wrap:wrap;
    gap:15px;
  }
    .geo-popup-consent .popup-content ul li {
      width:100%;
      align-items: center;
    }
}

.geo-popup {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  z-index: 1040;
  display:flex;
  align-items: center;
  vertical-align: middle;
  display:none;
}
.geo-popup .popup-content {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  padding:100px 100px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 1040;
  position:relative;
  width:90%;
  max-width:800px;
  margin:0 auto;
}
.geo-popup .popup-content p {
  color:#000;
  font-size:26px;
  text-align:center;
  width:100%;
  margin:0;
  padding:0;
}
.geo-popup .popup-content .popup-cta {
  background:#000 !important;
  max-width:480px;
  margin:25px auto 0 auto;
}
.geo-popup .popup-content .popup-cta:hover {
  color:#FFF !important;
}
.geo-popup .popup-overlay {
  background:#000;
  opacity:0.5;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
}
@media (max-width: 640px){
.geo-popup .popup-content {
  padding:50px 50px;
}
.geo-popup .popup-content p {
  font-size:22px;
}
}
