.noscript {
  display: block;
  overflow: visible;
}

.warning {
  background-color: red;
}

.block {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.warning-ph {
  margin-bottom: 0px;
  font-size: 20px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.container.left {
  color: #000;
  text-align: left;
}

.form-control {
  height: 46px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #767676;
  border-radius: 5px;
  background-color: #ddd;
  color: #1e1e1e;
  font-size: 15px;
}

.form-control.form-control-bg.email-control {
  height: 52px;
  margin-bottom: 0px;
  padding-left: 40px;
  border: 1px solid #090909;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.form-control.form-control-bg.pass-control {
  height: 52px;
  padding-left: 40px;
  border: 1px solid #090909;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.form-control.control-bordered {
  height: 54px;
  border: 1px solid #000;
  border-radius: 0px;
}

.form-control.control-bordered.control-white {
  width: 100%;
  background-color: #fff;
}

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

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

.form-wrap {
  padding-right: 0px;
  padding-left: 0px;
}

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

.warning-icon {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.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;
}

.form-header {
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  background-image: url('../images/bg-transparent.png');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 46px;
  -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: 3px;
  background-color: #4da64d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 900;
  cursor: pointer;
}

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

.main-title {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.video-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 10px none #fff;
}

.video-form-wrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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;
}

.members-form {
  margin-bottom: 40px;
  padding: 15px 35px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #f11;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #c90d0d;
}

.btn-primary.btn-sm {
  padding: 12px 10px;
  font-size: 20px;
}

.btn-primary.btn-sm.btn-100 {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-height: 69px;
  min-width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 17px;
  padding-bottom: 16px;
  border-radius: 6px;
  background-color: #4da64d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 17px;
  letter-spacing: 1px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-primary.btn-sm.btn-100:hover {
  background-color: #e07e04;
}

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

.form-cell.btn-cell {
  width: 45%;
  padding-right: 6px;
}

.form-cell.password-cell {
  width: 55%;
}

.form-group {
  position: relative;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.form-group.login-email-wrapper {
  margin-bottom: 10px;
}

.main-subtitle {
  display: block;
  margin-top: 0px;
  margin-bottom: 55px;
  padding-top: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  white-space: normal;
}

.form-container {
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.form-container.w380 {
  width: 380px;
}

.form-box {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
  background-image: url('../images/bg-transparent.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #2f1808;
  background-image: url('../images/bg-main.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.html-embed-3 {
  width: auto;
  cursor: pointer;
}

.body {
  border-top: 1px solid #f79e43;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 6px none #ff9a33;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0px;
  background-color: transparent;
  color: transparent;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #7136b7;
  text-align: center;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #f79e43 #000 #000;
  background-color: #282d32;
  color: #000;
}

.nav-link {
  padding: 10px 5px;
  color: #969190;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

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

.btn-orange {
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #ff8d00;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-orange.big-btn {
  padding: 25px 60px;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: none;
}

.btn-orange.about-btn {
  font-size: 30px;
  letter-spacing: 1px;
}

.btn-orange.about-btn.mt-50 {
  margin-top: 20px;
}

.btn-orange.team-btn {
  line-height: 38px;
}

.faq-list-num {
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #0d75bb;
  color: #fff;
  font-size: 53px;
  line-height: 85px;
  font-weight: 700;
}

.title-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #312609;
  background-image: url('../images/title-bg.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.intro-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px 40px;
  border-radius: 6px;
  background-color: #f7931a;
  box-shadow: 0 0 0 0 #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 0 #000;
  cursor: pointer;
}

.btn:hover {
  background-color: #d67c0f;
}

.btn.btn-login {
  width: 100%;
  height: 52px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-style: none;
  border-width: 1px 1px 4px;
  border-color: #000 #000 #cab927;
  border-radius: 5px;
  background-color: #125bff;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  text-shadow: none;
}

.btn.btn-login:hover {
  border-bottom-color: #e0a800;
  background-color: #1150dd;
}

.btn.btn-login.btn-orange {
  background-color: #ff8d00;
}

.btn.btn-orange.btn-contact {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 25px 50px;
  border-radius: 5px;
  box-shadow: none;
  font-family: Lato, sans-serif;
  text-shadow: none;
}

.login-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e9e9e9;
  color: #000;
  line-height: 33px;
}

.login-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #373737;
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 1px;
}

.login-subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #ff8d00;
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 1px;
}

.still-section {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 50px solid #e9e9e9;
  background-color: transparent;
  background-image: url('../images/still-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.still-title {
  margin-top: 0px;
  font-size: 40px;
  line-height: 45px;
}

.still-subtitle {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-section {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/map.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form {
  padding-top: 0px;
  padding-bottom: 0px;
}

.textarea {
  height: auto;
  min-height: 160px;
  background-color: #e7e7e7;
}

.textarea.form-control {
  min-height: 260px;
  padding-left: 10px;
}

.form-label {
  font-size: 20px;
}

.form-label.contact-form {
  text-align: left;
}

.contact-cell {
  display: block;
  margin-bottom: 30px;
}

.h2-contact {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #ff8d00;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

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

.about-section {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-img {
  max-width: 638px;
  margin-right: -250px;
  margin-left: 20px;
  float: right;
}

.about-title {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
}

.about-title.orange-text {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8d00;
  text-transform: uppercase;
}

.about-desc {
  margin-bottom: 40px;
  text-align: justify;
}

.team-section {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/team-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.team-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1px;
}

.team-desc {
  letter-spacing: 1px;
}

.team-desc.text-last-center {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.login-form-block {
  width: 380px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
}

.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;
}

.contact-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;
}

.c-col {
  width: 40%;
}

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

.logo-2 {
  display: block;
  width: auto;
  max-height: 90px;
  max-width: 560px;
  margin-right: 15%;
}

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

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.txt-9 {
  position: static;
}

.txt-9.lang-block {
  position: relative;
}

.h-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  padding-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 14px;
}

.h-link {
  padding: 0px 10px;
  border-right: 1px solid #fff;
  color: #00162c;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.h-link:hover {
  text-decoration: underline;
}

.h-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  color: #7136b7;
}

.h-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 32%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
}

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

.disclaimer-txt {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
}

.welcome-section {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: right;
}

.strategies-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.explained-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bg-nums.png');
  background-position: 0px 0px;
  background-size: auto;
}

.explained-big-text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: justify;
}

.soft-desc-copy {
  margin-bottom: 20px;
  color: #525252;
}

.soft-desc-copy.justify {
  margin-bottom: 0px;
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

.float-img-left-wrapper {
  max-width: 45vw;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.float-img-left-wrapper.maxh {
  overflow: hidden;
  max-height: 675px;
}

.float-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.container-3 {
  max-width: 1120px;
  padding: 0px 15px;
  background-color: transparent;
}

.overview-headline {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.overview-text {
  margin-bottom: 30px;
  padding-left: 500px;
  color: #fff;
  line-height: 40px;
  text-align: left;
}

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

.competitors-headline {
  margin: 0px auto 30px;
  font-size: 30px;
  text-align: left;
}

.competitors-text {
  margin-bottom: 20px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.button-3 {
  padding: 30px 80px;
  float: left;
  border-radius: 15px;
  background-color: #56b156;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.ether-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/ether-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-ether {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  background-image: url('../images/ether-transparent.png');
  background-position: 0px 0px;
  background-size: cover;
}

.what-is-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.what-is-text {
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

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

.text-wide {
  width: 1125px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.start-inv-txt1 {
  color: #888;
  line-height: 34px;
  text-align: center;
}

.start-inv-p {
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  color: #888;
  text-align: justify;
}

.button-4 {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 90px;
  border-radius: 15px;
  background-color: #4da64d;
  font-size: 24px;
  font-weight: 700;
}

.strategies-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/strategies-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-5 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 90px;
  border-radius: 15px;
  background-color: #4da64d;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

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

.technology-headline {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.technology-text {
  margin-bottom: 30px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.important-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/ether-bg.png');
  background-position: 0% 0%;
  background-size: cover;
}

.important-text {
  color: #fff;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.risk-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.diversify-header {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 30px;
}

.text-diversify {
  margin-bottom: 45px;
  color: #888;
  line-height: 34px;
}

.button-6 {
  padding: 35px 90px;
  border-radius: 15px;
  background-color: #4ea64e;
  font-size: 24px;
  font-weight: 700;
}

.come-in-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/come-in-bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.come-in-text {
  color: #fff;
  line-height: 30px;
  text-align: justify;
}

.special-headline {
  margin-top: 50px;
  color: #fff;
  font-size: 30px;
}

.special-text {
  color: #fff;
  line-height: 34px;
}

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

.faq-title {
  margin-right: auto;
  margin-left: auto;
  font-size: 35px;
  text-align: center;
}

.faq-subtitle {
  color: #888;
  line-height: 30px;
}

.faq-col-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 25px;
  text-align: left;
}

.faq-col-text {
  margin-bottom: 50px;
  color: #7b7b7b;
  text-align: justify;
}

.open-acc-section {
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../images/open-acc-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.footer-copyright {
  margin-bottom: 25px;
  color: #536266;
  font-size: 15px;
}

.footer-risk-note {
  color: #536266;
  font-size: 15px;
}

.competitors-text-1 {
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.competitors-text-2 {
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.technology-text-1 {
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.technology-text-3 {
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.investing-text1 {
  margin-bottom: 20px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.come-in-text-2 {
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

.come-in-text3 {
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

.float-img-right-wrapper {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
}

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

.welcome-big {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 34px;
  text-align: justify;
}

.welcome-small {
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.explained-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.explained-text {
  margin-bottom: 40px;
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

.explained-text2 {
  color: #fff;
  line-height: 34px;
  text-align: justify;
}

.competitors-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 30px;
  text-align: left;
}

.competitors-text2 {
  margin-bottom: 50px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.competitors-3 {
  margin-bottom: 40px;
  color: #888;
  line-height: 34px;
  text-align: justify;
}

.video-container {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.8);
}

.algo-video-container {
  position: relative;
  background-image: url('../images/banner-upper.png');
  background-position: 0% 0%;
  background-size: cover;
}

.privacy-text {
  color: #000;
}

@media screen and (max-width: 991px) {
  .warning {
    background-color: red;
  }

  .block {
    max-height: 60px;
  }

  .warning-ph {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .container {
    max-width: 720px;
    margin-bottom: 0px;
  }

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

  .video-wrap {
    margin-bottom: 20px;
  }

  .members-form {
    margin-bottom: 30px;
  }

  .main-subtitle {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
  }

  .form-container {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-container.w380 {
    max-width: 100%;
    margin-top: 40px;
  }

  .form-box {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-position: 0px 0px;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-main {
    padding-bottom: 50px;
  }

  .nav-menu {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .btn-orange.big-btn {
    font-size: 25px;
  }

  .btn-orange.about-btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .btn-orange.team-btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .btn {
    font-size: 20px;
  }

  .btn.btn-login.btn-orange {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .login-title {
    font-size: 25px;
  }

  .login-subtitle {
    font-size: 25px;
  }

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

  .still-subtitle {
    font-size: 20px;
  }

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

  .about-img {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }

  .about-title.orange-text {
    text-align: center;
  }

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

  .login-form-block {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .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;
  }

  .c-col {
    width: 48%;
  }

  .logo-2 {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h-link {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    float: none;
    line-height: 16px;
    text-align: left;
  }

  .h-links-wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .explained-section {
    padding-bottom: 0px;
  }

  .explained-big-text {
    width: 450px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .soft-desc-copy.justify {
    width: 700px;
  }

  .float-img-left-wrapper {
    max-width: 250px;
  }

  .container-3 {
    max-width: 738px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .overview-text {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .competitors-text {
    width: 700px;
    margin-bottom: 0px;
  }

  .button-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .text-wide {
    width: 700px;
  }

  .start-inv-p {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .technology-text {
    margin-bottom: 0px;
    text-align: justify;
  }

  .competitors-text-1 {
    width: 450px;
    margin-bottom: 0px;
  }

  .competitors-text-2 {
    width: 450px;
    margin-bottom: 0px;
  }

  .technology-text-1 {
    width: 700px;
    margin-bottom: 0px;
    color: #888;
    line-height: 34px;
    text-align: justify;
  }

  .technology-text-3 {
    width: 700px;
    color: #888;
    line-height: 34px;
    text-align: justify;
  }

  .investing-text1 {
    width: 400px;
    color: #888;
    line-height: 34px;
    text-align: justify;
  }

  .come-in-text-2 {
    width: 700px;
  }

  .come-in-text3 {
    width: 700px;
  }

  .float-img-right-wrapper {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .warning {
    display: none;
  }

  .container {
    margin-bottom: 0px;
  }

  .form-wrap {
    padding-right: 19px;
    padding-left: 19px;
  }

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

  .main-title {
    margin-top: 0px;
    font-size: 40px;
  }

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

  .form-group {
    margin-bottom: 10px;
  }

  .main-subtitle {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }

  .form-container {
    max-width: 700px;
  }

  .form-container.w380 {
    margin-bottom: 20px;
  }

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

  .nav-menu {
    max-width: 100%;
  }

  .footer {
    padding-bottom: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .btn-orange.team-btn {
    font-size: 20px;
    line-height: 25px;
  }

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

  .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 10px;
    font-size: 16px;
  }

  .login-title {
    font-size: 22px;
  }

  .login-subtitle {
    font-size: 22px;
  }

  .still-title {
    line-height: 35px;
  }

  .contact-form {
    padding-top: 0px;
  }

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

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

  .c-col {
    width: 100%;
  }

  .container-2 {
    position: static;
  }

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

  .logo-2.w--current {
    width: auto;
    max-width: none;
  }

  .header-wrap {
    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;
  }

  .logo-img-2 {
    width: 100%;
    max-width: none;
  }

  .strategies-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .explained-big-text {
    width: auto;
  }

  .soft-desc-copy.justify {
    width: auto;
  }

  .float-img-left-wrapper {
    max-width: 100%;
    margin-right: 0px;
    float: none;
    text-align: center;
  }

  .float-image.mob-sm {
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .competitors-text {
    width: auto;
  }

  .text-wide {
    width: auto;
  }

  .start-inv-txt1 {
    margin-bottom: 25px;
    text-align: justify;
  }

  .button-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-diversify {
    text-align: justify;
  }

  .competitors-text-1 {
    width: auto;
  }

  .competitors-text-2 {
    width: auto;
  }

  .technology-text-1 {
    width: auto;
  }

  .technology-text-3 {
    width: auto;
  }

  .investing-text1 {
    width: auto;
  }

  .come-in-text-2 {
    width: auto;
  }

  .come-in-text3 {
    width: auto;
  }

  .column-16 {
    margin-bottom: 30px;
  }

  .float-img-right-wrapper {
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .container-4 {
    position: static;
  }

  .video-container {
    padding: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-title {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 45px;
  }

  .video-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .members-form {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.btn-sm.btn-100 {
    margin-bottom: -5px;
    font-size: 18px;
  }

  .main-subtitle {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 25px;
  }

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

  .btn-orange.big-btn {
    width: 100%;
    padding: 20px 10px;
    font-size: 20px;
  }

  .faq-list-num {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 25px;
    line-height: 50px;
  }

  .btn {
    padding: 15px 10px;
  }

  .btn.btn-orange.btn-contact {
    padding: 20px 10px;
  }

  .login-title {
    font-size: 20px;
    line-height: 25px;
  }

  .login-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .after-form-text.text-last-center {
    line-height: 25px;
  }

  .still-title {
    font-size: 25px;
  }

  .contact-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2-contact {
    font-size: 25px;
  }

  .about-title.orange-text {
    font-size: 25px;
    line-height: 30px;
  }

  .team-title {
    font-size: 25px;
    line-height: 30px;
  }

  .login-form-block {
    width: auto;
    padding: 15px;
  }

  .forms-wrap {
    width: auto;
  }

  .logo-2 {
    max-width: 40vw;
  }

  .logo-2.w--current {
    max-width: 40vw;
  }

  .h-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .explained-big-text {
    text-align: justify;
  }

  .soft-desc-copy.justify {
    text-align: justify;
  }

  .container-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .overview-text {
    text-align: justify;
  }

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

  .competitors-headline {
    text-align: center;
  }

  .button-3 {
    max-width: 100%;
    padding: 20px 10px;
    text-align: center;
  }

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

  .start-inv-txt1 {
    margin-top: 30px;
    font-size: 20px;
    text-align: justify;
  }

  .button-4 {
    padding: 20px 10px;
  }

  .strategies-section {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .button-5 {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    padding: 20px 0px;
    font-size: 16px;
  }

  .technology-section {
    padding-top: 0px;
  }

  .important-text {
    text-align: justify;
  }

  .text-diversify {
    margin-bottom: 10px;
    text-align: justify;
  }

  .button-6 {
    padding: 20px 10px;
  }

  .special-text {
    text-align: justify;
  }

  .faq-subtitle {
    text-align: justify;
  }

  .column-16 {
    margin-bottom: 45px;
  }

  .welcome-big {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .explained-heading {
    margin-bottom: 20px;
  }

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

  .competitors-title {
    margin-bottom: 20px;
  }

  .competitors-text2 {
    margin-bottom: 20px;
  }
}