body {
  font-family: Lato, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 1.3em;
  text-align: justify;
  letter-spacing: 1px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.logo-img {
  display: inline-block;
  max-height: 90px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.text-center.d-none {
  display: none;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-control {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 12px;
  border: 1px solid #dededc;
  border-radius: 5px;
  background-color: #ebeae9;
  box-shadow: inset 0 0 3px 2px #dededc;
  font-family: Poppins, sans-serif;
  color: #848483;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}

.form-control.email-control {
  padding-left: 35px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.form-control.pass-control {
  padding-left: 35px;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.form-control.control-bordered {
  border: 1px solid #000;
  background-color: #e7e7e7;
}

.form-control.textarea {
  min-height: 120px;
}

.form-control.textarea.control-bordered {
  min-height: 200px;
}

.div-block-5 {
  position: static;
}

.warning-icon {
  display: none;
}

.footer-logo {
  max-width: 250px;
  text-align: center;
}

.footer-logo.w--current {
  max-width: 250px;
}

.warning {
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 0px;
}

.top-warning {
  padding: 7px 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.footer-nav-link {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 18px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav-link.dark {
  color: #212529;
}

.form-cell {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-cell.pass-cell {
  width: 55%;
  padding-right: 0px;
}

.form-cell.gen-cell {
  width: 44%;
  padding: 0px 0px 0px 5px;
}

.footer-img {
  max-width: 100%;
}

.container {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #04c5b8;
  border-radius: 7px;
  background-color: #05d3a7;
  background-image: -webkit-gradient(linear, left top, right top, from(#05d3a7), to(#01b4ca));
  background-image: linear-gradient(90deg, #05d3a7, #01b4ca);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
}

.btn:hover {
  background-color: #e0a800;
  -webkit-filter: hue-rotate(-20deg);
  filter: hue-rotate(-20deg);
}

.btn.btn-submit {
  display: block;
  width: 100%;
  min-height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 12px;
  white-space: normal;
}

.btn.btn-submit:hover {
  opacity: 0.9;
}

.btn.btn-submit.wide {
  width: 100%;
  min-height: 38px;
  text-transform: uppercase;
}

.btn.btn-submit.mb {
  margin-bottom: 0px;
}

.btn.signup-btn {
  font-size: 32px;
  letter-spacing: 2px;
}

.btn.btn-login {
  width: 100%;
  min-height: 50px;
  padding: 6px 12px;
  border-style: none;
  border-color: #000;
  background-color: #ff9c00;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  white-space: normal;
}

.btn.what-btn {
  font-size: 24px;
  font-weight: 900;
}

.btn.team-btn {
  font-size: 18px;
  font-weight: 900;
}

.btn.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffa200;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.btn.generate-pass:hover {
  background-color: #ffc107;
}

.footer-nav-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0px;
  border-left: 1px none #fff;
}

.footer-nav-item.about {
  display: none;
}

.logo {
  display: block;
  width: auto;
  max-height: 90px;
  max-width: 452px;
  margin-right: 0%;
  text-align: center;
}

.logo.w--current {
  width: auto;
}

.prefix-cell {
  width: 35%;
  padding-right: 0px;
  padding-left: 5px;
}

.form-title-box.old {
  background-color: transparent;
}

.steps-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #080807;
  color: #000;
}

.footer {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-style: solid none none;
  border-width: 1px;
  border-color: #ebebe9 #000 #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer.white {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #141412;
  background-image: url('../images/main-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.form-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #191919;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.form-title.pt {
  padding-top: 0px;
}

.phone-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-row-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.phone-cell {
  width: 65%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-box {
  width: 100%;
  margin: 10px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.bottom-head {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: left;
}

.form-container {
  height: auto;
  min-height: 424px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px;
  border-radius: 5px;
  background-color: #f7f7fb;
}

.form-container.w380 {
  width: 380px;
  min-height: 0px;
  padding: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.form-container.signup-container {
  width: 430px;
  max-width: 100%;
  min-height: 0px;
  padding: 25px 20px 20px;
  background-color: #f7f7fb;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.form-group {
  position: relative;
  margin-bottom: 8px;
}

.paragraph-49 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 400;
}

.h2-still {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
}

.form-section {
  padding-top: 20px;
  padding-bottom: 75px;
  font-weight: 300;
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.form-pre-wrap {
  width: 380px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  border: 1px none #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.intro-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #171717;
  background-image: url('../images/main-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.still-section {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #25200d;
  background-image: url('../images/signup-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.about-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.team-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #040301;
  background-image: url('../images/about_bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.legal-section {
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.3em;
}

.h2-contact {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.contact-cell {
  margin-bottom: 10px;
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.b-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-h {
  margin-top: 0px;
  line-height: 1.3;
  text-align: center;
}

.pop-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.video-container {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 5px;
  background-image: url('../images/main_vid.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.algo-video-container {
  position: relative;
}

.algo-video-play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url('../images/play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: contain;
}

.video {
  height: 100%;
  min-height: 100%;
  padding-bottom: 0px;
}

.title {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.title.faq-title {
  margin-bottom: 30px;
  color: #111a28;
  font-size: 36px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title.steps-title {
  color: #fff;
}

.title.signup-title {
  margin-bottom: 41px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  text-transform: capitalize;
}

.body {
  font-size: 16px;
  letter-spacing: 0px;
}

.forms-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-col {
  padding-right: 20px;
  padding-left: 20px;
}

.intro-title {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.2em;
  text-transform: capitalize;
}

.main-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.75);
}

.h1.main-title {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.form-col {
  width: 32%;
}

.h2 {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 0 6px #000;
}

.h2.main-subtitle {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: none;
}

.video-col {
  width: 66.5%;
}

.flex-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-cols.trade-cols {
  margin-top: 0px;
}

.flex-cols.steps-cols {
  padding-top: 90px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.trade-item {
  position: relative;
  display: block;
  width: 33.33%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px none #000;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 0 3px 0 rgba(3, 3, 3, 0.6);
  color: #000;
  font-size: 16px;
}

.trade-icon {
  position: static;
  left: 0px;
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  min-width: 180px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.trade-img {
  max-height: 100%;
  margin-bottom: 0px;
}

.trade-item-title {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}

.trade-text {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.3px;
}

.p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #191919;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
}

.faq-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: transparent;
}

.text-block {
  letter-spacing: 0px;
}

.step-name {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #02b7c9;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.step {
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 90px 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 13.5px 0 rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 16px;
}

.step-header {
  position: absolute;
  left: 50%;
  top: -85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  min-width: 150px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #05ba93;
  background-image: -webkit-gradient(linear, left top, right top, from(#05ba93), to(#01b5c9));
  background-image: linear-gradient(90deg, #05ba93, #01b5c9);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.step-img {
  margin-top: 10px;
  margin-bottom: 0px;
}

.step-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.step-text {
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.trade-section {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #030303;
  background-image: url('../images/trade-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.accordion-wrapper {
  display: block;
  overflow: visible;
}

.accordion-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0px;
  border: 1px none #dadada;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  white-space: normal;
}

.accordion-item.d-none {
  display: none;
}

.question-item {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 4px;
  background-color: #f1f5f1;
  cursor: pointer;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13px 0px 10px;
  font-family: Lato, sans-serif;
  color: #6d6d6d;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.question-arrow {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-bottom: 0rem;
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  border-color: #212529;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
  color: #6d6d6d;
  text-align: center;
}

.answer-dropdown {
  position: static;
  display: none;
  border-style: none;
  border-width: 1px;
  border-color: #000 #ddd #000 #ddd;
  background-color: #fff;
}

.answer {
  display: block;
  overflow: visible;
  height: auto;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: justify;
}

.faq-accordion-answer {
  display: block;
  margin: 5px 10px 15px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 13.5px 0 rgba(0, 0, 0, 0.16);
  color: #444;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0px;
}

.signup-section {
  max-height: 450px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #0c1117;
  background-image: url('../images/signup-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lgn-form-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #212529;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0px;
}

.lgn-form-subtitle {
  margin-bottom: 50px;
  color: #212529;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0px;
}

.lgn-form-text {
  margin-top: 40px;
  color: #272529;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0px;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.about-text {
  margin-bottom: 0px;
  text-align: center;
}

.team-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3em;
}

.team-text {
  margin-bottom: 20px;
}

.offer-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.offer-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 900;
}

.offer-text {
  margin-bottom: 20px;
  color: #000;
}

.form-subtitle {
  color: #0070ba;
  text-align: center;
}

.main-text {
  padding: 15px 30px;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
}

.founder-section {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.founder-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-text-col {
  width: 66%;
}

.a-text-col.col-60 {
  width: 60%;
}

.a-text-col.col-55 {
  width: 55%;
}

.fo-img-col {
  width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

.fo-img-col.col-40 {
  width: 40%;
}

.founder-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #ffa200;
  font-size: 36px;
  line-height: 1.33em;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.founder-img {
  margin-top: -40px;
}

.founder-text {
  color: #444;
  font-size: 24px;
  line-height: 1.2em;
}

.app-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.app-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-img-col {
  width: 33%;
}

.a-img-col.col-40 {
  width: 40%;
}

.app-text {
  color: #191919;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.questin-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.footer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #121310;
}

.trade-line {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 2px;
  height: 330px;
  background-color: #fff;
}

.trade-line.last {
  display: none;
}

.q-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  color: #6d6d6d;
  font-size: 24px;
}

.empty-block {
  height: 170px;
}

@media screen and (max-width: 991px) {
  .logo {
    max-width: 250px;
    margin-right: 10px;
  }

  .steps-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: center;
  }

  .main-section {
    padding-top: 30px;
  }

  .form-box {
    width: auto;
  }

  .header-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .form-container {
    max-width: 400px;
    margin-top: 33px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  .form-container.w380 {
    margin-top: 40px;
  }

  .form-section {
    font-size: 18px;
  }

  .intro-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-contact {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .forms-wrap {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-title {
    font-size: 40px;
  }

  .main-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    font-size: 40px;
  }

  .h1.main-title {
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-shadow: none;
  }

  .form-col {
    width: 100%;
  }

  .h2 {
    font-size: 22px;
  }

  .h2.main-subtitle {
    color: #fff;
    text-align: center;
    text-shadow: none;
  }

  .video-col {
    width: 100%;
    min-height: 100%;
  }

  .flex-cols.trade-cols {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-cols.steps-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trade-item {
    height: auto;
    max-width: 100%;
    margin-bottom: 70px;
  }

  .trade-item-title {
    font-size: 22px;
  }

  .step {
    width: 80%;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .step-item-title {
    min-height: 0px;
    font-size: 20px;
  }

  .step-text {
    padding-bottom: 10px;
  }

  .trade-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .accordion-wrapper {
    display: block;
  }

  .accordion-item {
    display: block;
  }

  .question {
    white-space: normal;
  }

  .founder-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-text-col.col-60 {
    width: 60%;
  }

  .a-text-col.col-55 {
    width: 60%;
  }

  .founder-title {
    font-size: 30px;
  }

  .founder-img {
    margin-top: 0px;
  }

  .founder-text {
    font-size: 24px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: auto;
    max-width: 100%;
    margin-right: 15px;
  }

  .text-center {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .footer-nav-list {
    padding-top: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-warning {
    display: none;
  }

  .footer-nav-link {
    font-size: 16px;
  }

  .form-cell {
    width: 100%;
  }

  .container {
    position: static;
  }

  .btn {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .btn.generate-pass {
    margin-bottom: 0px;
  }

  .logo {
    width: 100%;
    margin-right: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo.w--current {
    width: auto;
    max-width: 250px;
  }

  .steps-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .footer {
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .main-section {
    padding-top: 20px;
  }

  .paragraph-49 {
    font-size: 20px;
  }

  .h2-still {
    font-size: 30px;
  }

  .still-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-section {
    padding-bottom: 0px;
    text-align: center;
  }

  .team-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .legal-section {
    padding-top: 15px;
  }

  .contact-cell.textarea-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-section {
    padding-bottom: 20px;
  }

  .pop-h {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-p {
    font-size: 16px;
    line-height: 20px;
  }

  .video-container {
    padding: 0px;
    border-width: 5px;
  }

  .title {
    font-size: 24px;
    text-align: center;
  }

  .title.signup-title {
    font-size: 27px;
  }

  .h2.main-subtitle {
    font-size: 24px;
  }

  .flex-cols {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trade-item {
    width: 80%;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
  }

  .trade-icon {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }

  .trade-img {
    max-height: 70%;
    max-width: 70%;
  }

  .trade-text {
    font-size: 18px;
  }

  .p {
    font-size: 16px;
  }

  .faq-section {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .step-name {
    font-size: 27px;
  }

  .step {
    width: 80%;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-top: 60px;
  }

  .step-header {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-bottom: 35px;
  }

  .step-img {
    width: 60px;
    height: 60px;
    min-height: 60px;
    margin-top: 11px;
  }

  .trade-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .question-item {
    height: auto;
  }

  .question {
    height: auto;
    font-size: 20px;
  }

  .question-arrow {
    width: 14px;
    height: 14px;
  }

  .signup-section {
    padding-bottom: 220px;
  }

  .lgn-form-title {
    font-size: 25px;
  }

  .lgn-form-subtitle {
    font-size: 20px;
  }

  .lgn-form-text {
    font-size: 16px;
  }

  .about-title {
    font-size: 22px;
    text-align: center;
  }

  .offer-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .main-text {
    font-size: 22px;
  }

  .founder-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .a-text-col {
    width: 100%;
  }

  .a-text-col.col-60 {
    width: 100%;
  }

  .a-text-col.col-55 {
    width: 100%;
  }

  .fo-img-col {
    width: 100%;
    text-align: center;
  }

  .fo-img-col.col-40 {
    width: 100%;
  }

  .founder-title {
    font-size: 26px;
  }

  .founder-img {
    width: 60%;
    margin-top: 10px;
  }

  .founder-text {
    font-size: 20px;
    text-align: center;
  }

  .app-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .a-img-col {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .a-img-col.col-40 {
    width: 100%;
  }

  .app-text {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .app-img {
    width: 70%;
  }

  .trade-line {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .form-title {
    font-size: 20px;
  }

  .form-container.w380 {
    width: auto;
    max-width: 100%;
  }

  .form-container.signup-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .form-pre-wrap {
    width: auto;
  }

  .intro-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .legal-section {
    padding-top: 10px;
  }

  .pop-h {
    font-size: 28px;
  }

  .video-container {
    border-radius: 10px;
  }

  .algo-video-play-btn {
    width: 60px;
    height: 60px;
  }

  .forms-wrap {
    width: auto;
  }

  .intro-title {
    font-size: 32px;
  }

  .h1.main-title {
    font-size: 40px;
  }

  .h2.main-subtitle {
    font-size: 20px;
    line-height: 1.2em;
  }

  .trade-item {
    width: 97%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .trade-icon {
    margin-top: 0px;
  }

  .trade-text {
    font-size: 16px;
  }

  .faq-section {
    padding-top: 40px;
  }

  .step {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .step-header {
    margin-top: 0px;
  }

  .step-text {
    line-height: 1.5em;
  }

  .question-item {
    height: 100%;
  }

  .question {
    white-space: pre-wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .signup-section {
    padding-bottom: 350px;
  }

  .founder-img {
    width: 80%;
  }

  .app-text {
    margin-bottom: 0px;
  }

  .app-img {
    width: 90%;
  }
}

