@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

body, p {
    padding: 0;
    margin: 0;
}

p {
    font-size: 22px;
    line-height: 1.4em;
    color: #616A7E;
}

*:focus {
    outline: none;
}

.mb80 {
    margin-bottom: 80px !important;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
}

form .loader{
    margin: 20px auto;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #0052FF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

a, span,
form input,
ul li,
p, .text-box,
h1, h2, h3, h4, h5,
.text-button,
button {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 200;
}

h5 {
    font-size: 18px;
    line-height: 1.5em;
    color: #0052FF;
    font-weight: 400;
    margin-bottom: 0;
}


h3 strong {
    font-weight: 700;
}

h4 {
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 700;
    color: #0052FF;
    margin-bottom: 10px;
}

img {
}

.container {
    width: 100%;
    max-width: 1180px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}


/* menu */
#menu {
    display: block;
    position: absolute;
    padding-top: 60px;
    padding-left: 80px;
    left: 0;
    top: 0;
    right: 0;
}

.subpage #menu{
    position:relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#menu .logo {
    float: left;
}

#menu .navigation {
    float: right;
    padding-right: 50px;
}

#menu .navigation a {
    color: #000A22;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding-right: 50px;
}

.menu-white .navigation a {
    color: #000A22!important;
}

.menu-black .navigation a {
    color: #C5C9D2!important;
}

.menu-white{
    background-color: #ffffff;
}

.menu-black{
    background-color: #000A22;
}

/* jumbotron */
#jumbotron {
    display: block;
    width: 100%;
    background-image: url("/img/bg-jumbotron.png");
    background-position: bottom center;
    background-color: #000A22;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 300px;
    text-align: center;
    padding-top: 9%;
}

#jumbotron h1 {
    font-weight: 800;
    font-size: 76px;
    background: #015BF9;
    background: linear-gradient(to right, #015BF9 0%, #18E69C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1em;
    margin-bottom: 40px;
}

#jumbotron h3 {
    color: #ffffff;
}

#jumbotron form,
#launch form {
    margin: 0 auto;
    text-align: center;
    max-width: 370px;
}

#jumbotron img {
    position: relative;
    margin-top: -30%;
    transform: translate(0%, 50%);
    width: 90%;
    height: auto;
}


/* middle */
#middle {
    margin-top: 560px;
    display: block;
    overflow: hidden;
    clear: both;
    padding-bottom: 180px;
}

.blue,
#middle h2 span,
#traders h2 span {
    color: #2D4EFF;
}

#middle p {
    font-size: 21px;
    color: #616A7E;
    line-height: 1.4em;
}

#middle .cols.two > div:last-child {
    text-align: right;
}


/* traders */

#traders {
    background-image: url("/img/bg-traders.png");
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
}

#traders .container {
    position: relative;
    text-align: center;
    padding-top: 260px;
    padding-bottom: 260px
}

#traders h2 {
    line-height: 1.2em;
    color: #ffffff;
}

#traders .text-box {
    font-weight: 300;
    margin: 0 auto;
    display: block;
    font-size: 21px;
    color: #ffffff;
    line-height: 1.6em;
}

#traders .col-box {
    position: relative;
    margin-top: -30%;
    transform: translate(0%, 100%);
}

#traders .col p {
    font-weight: 500;
    margin-top: 30px;
}

#profit-sharing {
    padding-top: 380px;
    padding-bottom: 160px;
}

#profit-sharing .cols.two > div:first-child {
    padding-right: 70px;
}

/* launch */
#launch {
    background-color: #000A22;
    padding: 100px 0;
}

#launch .container {
    color: #ffffff;
    text-align: center;
}

#launch .text-box {
    max-width: 840px;
    margin-bottom: 60px;
}

#launch .text-box p {
    color: #ffffff !important;
}

/* trade */
#trade {
    padding: 200px 0 90px;
    text-align: center;
}

#trade .text-box {
    max-width: 760px;
    margin-bottom: 120px;
}

#trade .steps {
    background: url("/img/bg-trade.png") no-repeat top center;
}


#trade .cols {
    text-align: left;

}

#trade .cols .small-text {
    max-width: 75%;
    display: block;
}

#trade .cols .col-left .small-text {
    float: right;
}


#faq .container {
    background-color: #000A22;
    border-radius: 11px;
    padding: 60px 70px;
}

#faq h4 {
    color: #18E69C;
}


#disclaimer {
    padding: 150px 0;
}

#disclaimer .col-box {
    padding: 40px 40px;
    position: relative;
    overflow: visible;
}

#disclaimer .col-box img {
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -21px;
}

#footer {
    background-color: #F0F2F6;
    padding: 40px 0 60px;
    overflow: hidden;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10%;
    padding-right: 20px;
}

#footer ul h5{
    color: #99a4af;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer ul li {
    display: block;
    margin-bottom: 10px;
}

#footer ul li > a{
    margin-right: 10px;
}

#footer ul li a {
    color: #616878;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul.right {
    float: right;
    color: #99a4af;
}

#footer ul li span {
    font-size: 14px;
}

#cookies {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    height: 100%;
    width: 100%;
}

#cookies .box-popup {
    position: absolute;
    top: 15%;
    max-width: 420px;
    background: #ffffff;
    z-index: 100;
    padding: 40px 40px;
    transform: translate(-50%, 0%);
    left: 50%;
    border-radius: 25px;
}

#cookies .box-popup p {
    font-size: 1em;
}

#cookies .box-popup h5 {
    color: #000A22;
    margin-bottom: 20px;
    font-weight: 600;
}

#cookies .box-popup .box-inline {
    display: block;
    clear: both;
    margin: 40px 0 0;
    overflow: hidden;
}

#cookies .box-popup .box-inline > button:first-child {
    float: left;
}

#cookies .box-popup .box-inline > button:last-child {
    float: right;
}

.newsletter-box {
    box-sizing: border-box;
    border: 1px solid #0052FF;
    border-radius: 35px;


    display: flex;
    align-items: center;
    padding-right: 4px;
    padding-left: 4px;
}

.newsletter-box .btn-primary {
    width: 115px;
    height: 36px;
    white-space: nowrap;
}

.newsletter-box .form-control {
    color: #FFFFFF;
    background-color:transparent !important;
    border:none !important;
}

.newsletter-box textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: unset!important;
    box-shadow: unset!important;
    outline: 0 none;
}


#trader-hero {
    display: block;
    width: 100%;
    background-image: url("/img/trader-program/bg-hero.png");
    background-position: center center;
    background-origin: border-box;
    background-repeat: no-repeat;
}

#trader-hero .col-left {
    padding-right: 0px!important;
}

#trader-hero h2 {
    color: #000A22;
    font-size: 76px;
}

#trader-hero p {
    color: #616A7E;
    font-weight: 200;
    font-size: 21px;
}

#trader-program-disclaimer {
    padding: 150px 0;
}

#trader-program-disclaimer .container {
    text-align: center;
}

#trader-program-disclaimer .col-box {
    background: rgba(0, 0, 0, 0.01) url("/img/trader-program/bg-disclaimer.png") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: visible;
    border-radius: 160px;
    max-width: 1000px;
}

#trader-program-disclaimer .container h2 {
    color: #0052FF;
    font-size: 40px;
}

#trader-program-disclaimer .container .col-box .text-box {
    max-width: 690px;
    display: block;
    color: #000A22;
}

#trader-program-disclaimer .container .col-box .text-box a {
    color: #0052FF;
    text-decoration: none;
    font-weight: 500;
}

#trader-program-benefits {
    padding: 60px 0 200px;
}

#trader-program-benefits .container {
    text-align: center;
}

.trader-benefits-container {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 380px 380px 380px;
    gap: 75px;
    padding: 60px 10px 90px;
}

.trader-benefits-container .item {
    text-align: center;
    padding: 20px 0;
    font-size: 21px;
    line-height: 28px;
    min-height: 150px;
}

.trader-benefits-container .item p {
    padding-top: 20px;
}

#trader-program-compensation {
    display: block;
    background-image: url("/img/trader-program/bg-traders-compensation.png");
    background-color: #f9f9fa;
    background-position: bottom center;
    background-origin: border-box;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

#trader-program-compensation h2{
    color: #000A22;
}

#trader-program-compensation .text-box{
    padding-top: 20px;
    color: #616A7E;
    font-size: 21px;
    max-width: 540px;
}

#trader-program-compensation .col-right {
    padding-left: 60px;
}

#trade-with-shard {
    background: url("/img/trader-program/bg-trade.png") no-repeat center center ;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

#trade-with-shard .container{
    padding-top: 280px;
    padding-bottom: 280px;
    color: #FFFFFF;
}

.btn-become-trader {
    box-sizing: border-box;
    border: 1px solid #0052FF;
    background-color: #0052FF;
    border-radius: 35px;
    color: #ffffff;
    width: 300px;
    height: 40px;
    white-space: nowrap;
    cursor:pointer;
}

.btn-become-trader:hover {
    background-color: #ffffff;
    box-shadow: 0px 15px 20px rgba(0, 83, 255, 0.4);
    color: #0052FF;
}

.mt-2 {
    margin-top: 20px;
}

.mt-4 {
    margin-top: 40px;
}