:root {
  --lavender: #e9edef;
  --medium-turquoise: #2cd5d3;
  --medium-violet-red: #b7016c;
  --dim-gray: #505761;
  --medium-aquamarine: #6eb4c4;
  --indian-red: #d44344;
  --tangerine: #f07c20;
  --grey-background: rgba(0, 0, 0, .07);
  --mid-green: #41b52f;
  --medium-aquamarine-2: rgba(110, 180, 196, .27);
  --dark-slate-gray: #3e576d;
  --dark-blue: #223240;
  --medium-aquamarine-3: #65cabf;
  --medium-sea-green: #3e9b8c;
  --goldenrod: #e7950e;
  --sandy-brown: #e8a74e;
  --dim-purple: #635;
  --light-purple: #844975;
  --light-gray: #e6e6e6;
  --crimson: #df2130;
  --dim-gray-2: #505761;
  --deep-pink: #da29b6;
  --slate-gray: #5e738b;
  --dark-slate-gray-2: #2c3e50;
  --orange: #e09924;
  --orange-2: #ffb802;
}

body {
  height: 100%;
  color: #505761;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

h1 {
  height: auto;
  float: none;
  color: #505761;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 50px;
  display: block;
}

h2 {
  color: #505761;
  text-align: center;
  margin: 0 auto 10px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

h3 {
  float: none;
  color: #505761;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #505761;
  text-align: left;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  list-style-type: none;
}

a {
  color: #fff;
  display: block;
}

.hero-section {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border-style: none;
  border-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  width: 30%;
  color: rgba(255, 255, 255, .86);
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, .42);
  margin: 0 auto;
  padding: 13px 10px 0;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.paragraph {
  width: 90%;
  color: #fff;
  text-align: left;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.body {
  color: var(--lavender);
  background-image: url('../images/bot_trading-2.jpeg');
  background-position: 0 0;
  background-size: cover;
  font-size: 20px;
  line-height: 26px;
}

.income-disclaimer-modal {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.income-disclaimer-wrapper {
  width: 80%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

.income-disclaimer-headline {
  color: #fff;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.close-modal-text {
  width: 30%;
  color: #d245ec;
  text-align: center;
  text-transform: uppercase;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 41px;
  left: 0;
  right: 0;
}

.close-modal-text:hover {
  color: #fff;
  transform: scale(1.1);
}

.disclaimer-text-wrapper {
  width: 100%;
  height: 50px;
  background-color: #640b75;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  background-color: rgba(0, 0, 0, .46);
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66));
  border-radius: 4px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 30px 40px 29px;
  display: block;
}

.headline {
  width: 90%;
  color: var(--medium-turquoise);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 62px;
  display: block;
}

.hero-paragraph {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 36px;
  display: block;
}

.text-field {
  width: 90%;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.submit-button {
  width: 90%;
  height: 50px;
  background-color: var(--medium-violet-red);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  transition: background-color .65s;
  display: block;
}

.submit-button:hover {
  background-color: #ee0d91;
}

.spam-text-block {
  width: 80%;
  color: #fff;
  text-align: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.form-popup {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.see-why-button {
  width: 40%;
  background-color: var(--medium-violet-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  transition: background-color .6s;
  display: block;
}

.see-why-button:hover {
  background-color: #f10b92;
}

.form-heading {
  width: 80%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.modal-background {
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(10, 32, 32, .77);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-subheadline {
  width: 80%;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.container-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video_background {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy_block {
  flex: 0 auto;
  font-family: Exo, sans-serif;
  position: absolute;
}

.privacy-_block {
  text-align: left;
  margin-top: 26px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.checkbox-label {
  margin-left: 10px;
}

.checkbox_label {
  width: 100%;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.link {
  margin-left: 5px;
  margin-right: 8px;
}

.checkbox-field {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-link-2 {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer {
  z-index: 1000;
  position: relative;
}

.link-2 {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.link-2:hover {
  opacity: .75;
  text-decoration: underline;
}

.image {
  height: 100px;
}

html.w-mod-js [data-ix="hide-modal"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-modal-onl-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="move-container-up"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  h3 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
  }

  p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-section {
    background-position: 50%;
  }

  .footer-link {
    width: 28%;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .income-disclaimer-wrapper {
    width: 95%;
  }

  .income-disclaimer-headline {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .close-modal-text {
    width: 29%;
    margin-top: 0;
  }

  .container {
    top: 16%;
    left: 0;
    right: 0;
  }

  .headline {
    width: 95%;
    font-size: 40px;
  }

  .hero-paragraph {
    width: 95%;
    font-size: 22px;
  }

  .text-field {
    font-size: 16px;
    line-height: 16px;
  }

  .spam-text-block {
    width: 90%;
  }

  .form-popup {
    width: 85%;
  }

  .see-why-button {
    width: 60%;
  }

  .hero-subheadline {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-bottom: 0;
  }

  h2 {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 49px;
    font-size: 42px;
  }

  h3 {
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 28px;
  }

  .hero-section {
    background-position: 59% 28%;
  }

  .footer-link {
    width: 30%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 11px;
    line-height: 17px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 18px;
  }

  .income-disclaimer-headline {
    font-size: 22px;
    line-height: 27px;
  }

  .close-modal-text {
    width: 35%;
  }

  .container {
    padding-top: 20px;
    display: block;
    top: 6%;
  }

  .headline {
    width: 100%;
    font-size: 40px;
    line-height: 41px;
    position: relative;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .text-field, .submit-button {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .spam-text-block {
    width: 75%;
  }

  .form-popup {
    width: 95%;
  }

  .modal-background {
    display: block;
  }

  .hero-subheadline {
    width: 100%;
    padding-left: 0;
    font-size: 35px;
  }

  .container-wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    margin-top: 0;
    padding-left: 0;
  }

  p {
    font-size: 18px;
  }

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/woman_smartphone_iphone.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .footer-link {
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .paragraph {
    width: 95%;
    font-size: 10px;
    line-height: 16px;
  }

  .income-disclaimer-wrapper {
    width: 101%;
    font-size: 17px;
  }

  .close-modal-text {
    width: 50%;
    margin-top: 0;
    font-size: 12px;
    bottom: 26px;
  }

  .container {
    padding: 0;
    display: block;
    top: 16%;
  }

  .headline {
    padding-top: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .text-field, .submit-button {
    width: 98%;
  }

  .spam-text-block {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .form-popup {
    width: 100%;
    top: 35%;
  }

  .see-why-button {
    width: 100%;
  }

  .form-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .modal-background {
    padding-top: 0;
    display: none;
  }

  .hero-subheadline {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  .container-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .privacy-_block {
    align-items: center;
    padding-left: 0;
  }

  .checkbox_label {
    width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    display: flex;
  }

  .checkbox-field {
    width: 100%;
    justify-content: center;
    margin-left: 5px;
    padding-left: 0;
    display: flex;
  }

  .checkbox {
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: ;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}