.body {
  display: block;
  height: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.3;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.try-item {
  position: relative;
  height: 100%;
  padding: 100px 10px 10px;
  border-right: 3px none #a7a7a7;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

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

.container.live-box {
  background-color: #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.22);
}

.container.container-bg {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.h2-title-key {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #393939;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.float-img {
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
}

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

.content.map-bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/map-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.try-section {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #052748;
}

.why-title {
  position: relative;
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #080808;
  color: #080808;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.what-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: transparent;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
}

.machine-section {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #525252;
  line-height: 1.5;
  text-align: justify;
}

.user-section {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #000;
}

.form-control {
  width: 100%;
  height: 36px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}

.form-control.control-bordered {
  height: 56px;
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 17px;
}

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

.form-control.form-control-bg.email-control {
  height: 50px;
  padding-left: 40px;
  border-color: #000;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
}

.form-control.form-control-bg.pass-control {
  height: 50px;
  padding-left: 35px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px 22px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
}

.form-control.optin-control {
  height: 44px;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #363636;
}

.form-control.name-control {
  height: 50px;
  padding-left: 12px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
}

.form-control.email-control {
  height: 50px;
  padding-left: 12px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
}

.form-control.textarea {
  height: 200px;
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  color: #000;
}

.form-control.checkbox-policy {
  min-width: 18px;
}

.form-control.control-bg {
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: #dfdfdf;
}

.title-wrap {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 1px;
}

.h2-title-white {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.faq-accordion-title {
  position: relative;
  padding: 8px 60px 8px 15px;
  text-align: left;
  cursor: pointer;
}

.why-item {
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #384047;
  line-height: 1.4;
  text-align: justify;
}

.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_1play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: contain;
}

.user-from {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #2d2d2d;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.user-photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.algo-video-container {
  position: relative;
  width: auto;
  height: auto;
  max-height: none;
}

.step-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trade {
  padding-top: 50px;
  padding-bottom: 10px;
  color: #000;
}

.features-wrap {
  padding-left: 100px;
  text-align: justify;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
}

.float-img-right {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.float-img-right.float-img-sm {
  max-width: 280px;
}

.float-img-right.float-img-detail {
  max-width: 170px;
}

.features-item {
  position: relative;
  width: auto;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

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

.members-form {
  position: relative;
  padding: 10px 0px;
}

.members-form.members-form-btn {
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph {
  padding: 0px 15px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.paragraph-4 {
  text-align: center;
}

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

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

.feature-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

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

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

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

.user-desc {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

.try-icon {
  position: absolute;
  left: 50%;
  top: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  -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: 0px;
  background-color: #469d46;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.paragraph-11 {
  margin-bottom: 20px;
  text-align: center;
}

.try-title {
  margin-top: 0px;
  color: #469d46;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.warning-icon {
  display: none;
}

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

.faq-accordion-item {
  margin-bottom: 15px;
  border: 1px solid #b5b5b6;
  background-color: #fff;
  color: #191919;
}

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

.footer-nav-item.footer-nav-last {
  border-style: none;
  border-color: #000;
}

.try-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.main-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  border: 1px solid #000;
  color: #fff;
}

.faq-accordion-wrap {
  display: none;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: justify;
}

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

.features-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: url('../images/bg21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.why-section {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #525252;
}

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

.user-name {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 5px;
  border: 1px none #000;
  color: #27aae0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

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

.step-img {
  max-height: 100%;
}

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

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

.text-center.btn-bottom {
  position: absolute;
  left: 0px;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.text-center.mb-5 {
  margin-top: 40px;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-top: 20px;
  -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;
}

.footer-nav-link {
  display: inline;
  color: #20282f;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

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

.btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 25px 23px;
  border: 1px none #df7a00;
  border-radius: 5px;
  background-color: #27a9df;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #2092c2;
}

.btn.btn-sm {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  text-transform: none;
}

.btn.btn-sm.btn-100 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 14px;
  padding-left: 0px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
}

.btn.btn-sm.btn-100.btn-scam {
  margin-bottom: -40px;
}

.btn.generate-pass {
  display: block;
  width: 100%;
  height: 36px;
  padding: 2px 10px 3px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  white-space: normal;
  cursor: pointer;
}

.btn.btn-login {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 4px;
  background-color: #27aae0;
  box-shadow: none;
  font-size: 22px;
  white-space: normal;
}

.btn.btn-login:hover {
  background-color: #2093c2;
}

.btn.btn-optin {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  white-space: normal;
}

.btn.btn-contact {
  width: auto;
  padding: 11px 10px;
  text-transform: uppercase;
}

.btn.btn-md {
  padding-top: 12px;
  padding-bottom: 14px;
}

.btn.anchor-js {
  background-image: none;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.btn.anchor-js.btn-down {
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.btn.btn-scam {
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 19px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.btn.btn-lg {
  padding-right: 30px;
  padding-left: 30px;
}

.btn.uppercase {
  text-transform: uppercase;
}

.btn.btn-or {
  background-color: #fda621;
}

.btn.btn-or:hover {
  background-color: #e4951b;
}

.user-attr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 108px;
  margin-bottom: 10px;
  padding-left: 115px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soft-icon {
  position: relative;
  left: 0%;
  top: -1px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 124px;
  margin: 0px auto 20px;
  padding: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #27aae0;
  text-align: center;
}

.logo {
  position: static;
  display: block;
  width: auto;
  max-width: 410px;
}

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

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

.form-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 11px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #221f1f;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.75);
}

.form-title.form-title-lg {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.main-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.try-img {
  max-height: 100%;
}

.why-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.quotes-o {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 32px;
  background-image: url('../images/quotes-o_1quotes-o.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 8px;
  background-color: #221f1f;
}

.form-container.form-container-bg {
  padding-bottom: 0px;
  background-image: url('../images/form-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border: 1px solid #001832;
  background-color: transparent;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}

.features-icon {
  position: static;
  left: 10px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 118px;
  height: 118px;
  padding: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #27aae0;
}

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

.feature-cell {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-12 {
  margin-bottom: 0px;
  line-height: 1;
}

.soft-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

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

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

.video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-item {
  position: relative;
  height: 100%;
  padding: 60px 10px 30px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.6%, 0.48);
  border-radius: 5px;
  background-color: #fff;
  color: #525252;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px;
  background-color: transparent;
  color: #27aae0;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 120px;
}

.user-ava {
  position: absolute;
  left: 50%;
  top: -50px;
  overflow: hidden;
  width: 124px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #0c5275;
  border-radius: 8px;
  -webkit-transform: translate(-50%, 0px) translate(0px, 0px);
  -ms-transform: translate(-50%, 0px) translate(0px, 0px);
  transform: translate(-50%, 0px) translate(0px, 0px);
}

.step-num {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #0b0f0f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.soft-item {
  position: static;
  height: 100%;
  padding: 0px 10px 10px;
  border-radius: 4px;
  background-color: #221f1f;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.feature-img {
  max-height: 100%;
}

.step-icon {
  position: absolute;
  left: 50%;
  top: -92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 184px;
  height: 184px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 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;
  border-radius: 8%;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.step-item {
  position: relative;
  height: 100%;
  margin-right: 0px;
  padding: 120px 10px 10px;
  border-radius: 8px;
  background-color: #469d46;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.quotes-c {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 32px;
  background-image: url('../images/quotes-c_1quotes-c.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

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

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

.h2-title-inner {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-span {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
}

.h2-machine {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.user-cell {
  width: 33.33%;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.user-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.try-cell {
  width: 33.333%;
}

.step-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 440px;
  background-color: #052748;
}

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

.h2-title-inner-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.float-img-left {
  width: 100%;
  max-width: 450px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.float-img-left.float-img-sm {
  max-width: 280px;
}

.list {
  padding-left: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.h2-what {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}

.paragraph-13 {
  margin-bottom: 20px;
  text-align: center;
}

.whi-item {
  width: 50%;
}

.why-title-num {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 68px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0%;
  background-color: #27aae0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.h2-features {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 20px;
  text-align: center;
}

.fearure-img {
  max-height: 100%;
}

.paragraph-15 {
  margin-bottom: 20px;
}

.faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.features-cell {
  width: 50%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-cell {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-cell.faq-cell-last {
  padding-right: 0px;
  padding-left: 0px;
}

.faq-item {
  height: 100%;
  padding: 12px 10px 5px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #454545;
  font-size: 19px;
  line-height: 1.4;
  text-align: justify;
}

.faq-list-title {
  position: relative;
  display: block;
  min-height: auto;
  margin-top: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #171f25;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.faq-list-num {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #27aae0;
  color: #fff;
  font-size: 47px;
  font-weight: 500;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #686868;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
}

.faq-acc-num {
  margin-right: 8px;
  color: #f7931a;
}

.container-2 {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.form-control-2 {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.form-control-2.form-control-bg {
  border: 1px none #000;
  background-color: #eee;
}

.form-control-2.form-control-bg.email-control {
  padding-left: 40px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
}

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

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

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

.still-section {
  position: relative;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #392b6e;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.h2-login {
  margin-top: 0px;
  color: #373737;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.intro-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.intro-section.bg-flat {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: url('../images/bg16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-still {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.form-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #e9e9e9;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

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

.text-span-2 {
  color: #013680;
}

.btn-2 {
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #013680;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #002c69;
}

.btn-2.btn-login {
  width: 100%;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
}

.intro-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.form-pre-wrap {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
  border: 2px none #000;
}

.h1-login {
  color: #0c2c52;
  font-size: 32px;
  font-weight: 900;
}

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

.bold-text {
  font-weight: 900;
}

.text-span-3 {
  color: #469d46;
}

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

.h2-contact {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #27aae0;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
}

.form-label {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.contact-section-2 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.form-control-2-copy {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.form-control-2-copy.form-control-bg {
  border: 1px none #000;
  background-color: #eee;
}

.form-control-2-copy.form-control-bg.email-control {
  padding-left: 40px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
}

.form-control-2-copy.form-control-bg.pass-control {
  padding-left: 35px;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px 22px;
  background-repeat: no-repeat;
}

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

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

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

.paragraph-36 {
  margin-bottom: 10px;
  text-align: left;
}

.txt-link {
  color: #007bff;
  text-decoration: none;
}

.ol-list {
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.text-span-4 {
  font-weight: 700;
}

.list-3 {
  margin-bottom: 10px;
}

.lang-box {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0px;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lang {
  margin-right: 5px;
  font-size: 14px;
}

.country-flag {
  width: 20px;
  margin-right: 10px;
}

.select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #392f86;
  color: #fff;
}

.select-list {
  right: 0px;
  display: none;
  width: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.icon {
  right: 8px;
  margin-right: 0px;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -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-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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  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: left;
}

.lang-item {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.lang-item.d-none {
  display: block;
}

.country-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #242424;
}

.bg-box-right {
  position: relative;
  margin-bottom: 20px;
}

.bg-img {
  position: absolute;
  top: 0px;
  right: auto;
  width: 35%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img.bg-img-right {
  right: 0px;
  width: 33%;
}

.bg-img.bg-img-left {
  left: 0px;
  width: 33%;
}

.bg-img-img {
  display: block;
  width: 180px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #595959;
  line-height: 1.4;
  text-align: justify;
}

.bg-txt {
  position: relative;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding-right: 0px;
}

.bg-box-right-2 {
  position: relative;
  margin-bottom: 20px;
}

.h3-about {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
}

.h2-title-inner-3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #013680;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.team-section {
  position: relative;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.h2-team {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
}

.paragraph-37 {
  margin-bottom: 20px;
}

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

.h2-profit {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-38 {
  margin-bottom: 20px;
  text-align: center;
}

.faq-arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 25px;
  height: 15px;
  background-image: url('../images/arrow_1arrow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.lang-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.lang-link-flag {
  width: 22px;
  height: 18px;
  margin-right: 4px;
}

.heading-2 {
  margin-top: 0px;
}

.h3-text {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.h3-features-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-39 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #df7a00;
  text-align: center;
}

.soft {
  padding-top: 50px;
  padding-bottom: 10px;
  background-image: url('../images/soft_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
}

.whylist-paragraph {
  font-size: 16px;
}

.paragraph16 {
  font-size: 17px;
}

.column-14 {
  height: auto;
}

.key-section {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: transparent;
  color: #393939;
}

.key-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.key-item {
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  line-height: 1.4;
  text-align: justify;
}

.kye-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.whylist-paragraph-copy {
  font-size: 16px;
}

.keylist-paragraph {
  padding-top: 10px;
  color: #393939;
  font-size: 16px;
}

.paragraph-key {
  margin-bottom: 20px;
  color: #393939;
  font-size: 22px;
  text-align: center;
}

.key-tittle-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.work-session {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #31336b;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
}

.scam-section {
  padding-top: 10px;
  padding-bottom: 50px;
  background-image: url('../images/bg3.jpg');
  background-position: 100% 50%;
  background-size: 35%;
  background-repeat: no-repeat;
  color: #393939;
  text-align: justify;
}

.image-6 {
  position: absolute;
  left: -49px;
  top: 144px;
  z-index: -1;
  width: 416px;
  height: 471px;
}

.live-section {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.4em;
  text-align: justify;
}

.live-section.r1.r3 {
  position: relative;
  display: none;
  height: 260px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-7 {
  position: absolute;
  top: 144px;
  right: -49px;
  z-index: -1;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-3 {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  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-3.c3 {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 37px 13px rgba(37, 26, 65, 0.1);
}

.heading-7 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

.heading-7.h7 {
  margin-top: 0px;
  padding-top: 39px;
  padding-bottom: 0px;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-7.h3 {
  margin-top: -12px;
  padding-bottom: 57px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.steps-section {
  padding-top: 16px;
  padding-bottom: 10px;
  background-color: #31336b;
  color: #000;
}

.steps-item {
  position: relative;
  height: 100%;
  padding: 80px 15px 20px;
  border-top: 20px solid #27aae0;
  border-bottom: 22px none #3253a6;
  border-radius: 10px;
  background-color: #fff;
  color: #171f25;
  font-size: 17px;
  text-align: center;
}

.soft-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-icon {
  position: absolute;
  left: 50%;
  top: -85px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 150px;
  margin-bottom: 0px;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0%;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

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

.steps-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #27aae0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.users-column {
  height: auto;
  border-bottom: 1px none #000;
}

.users-column.steps-col-center {
  border-right: 1px solid #a1a3bc;
  border-left: 1px solid #a1a3bc;
}

.steps-ph {
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}

.users-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #fff;
}

.users-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.users-item {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding: 0px 0px 5px;
  border-bottom: 15px solid #31336b;
  box-shadow: 6px 1px 15px -1px rgba(0, 0, 0, 0.31);
  color: #000;
  font-size: 16px;
}

.users-img {
  max-height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.users-title {
  margin-top: 0px;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.users-ph {
  padding: 0px 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}

.users-item-top-line {
  width: 50%;
  height: 15px;
  background-color: #31336b;
}

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

.users-item-bottom-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  margin-top: 33px;
  -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;
  background-color: #31336b;
}

.image-8 {
  width: auto;
  height: auto;
}

.users-section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 22px;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.why-h2-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-span-5 {
  color: #e7d67d;
}

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

.paragraph-41 {
  text-align: justify;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  margin-bottom: 21px;
}

.top-warning-p {
  margin-bottom: 0px;
}

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

.steps-title2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.form-title-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.form-container-2 {
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-box-2 {
  margin-bottom: 0px;
}

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

.form-control-3 {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.video-2 {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-3 {
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #469d46;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-3:hover {
  background-color: #3c8b3c;
}

.btn-3.btn-sm {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  text-transform: none;
}

.btn-3.btn-sm.btn-100 {
  width: 100%;
  font-size: 20px;
}

.btn-3.generate-pass {
  height: 40px;
  padding: 4px 10px 3px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}

.columns {
  display: none;
}

.div-block-3 {
  display: block;
}

.div-block-4 {
  display: block;
}

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

.rich-text-block {
  text-align: left;
}

.yellow-text {
  color: #e7d67d;
}

.available-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 88px;
  padding: 10px 20px;
  -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: #f7931a;
  color: #fff;
}

.available-num {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
}

.available-desc {
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.video-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-column {
  width: 66.66%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-column {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

.form-column.d-none {
  display: block;
}

.optin-form {
  padding: 15px 0px;
}

.trade-section {
  padding-top: 140px;
  padding-bottom: 20px;
  text-align: center;
}

.trade-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trade-item {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  padding: 120px 15px 10px;
  border-radius: 0px;
  background-color: #f2f2f2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #616161;
  font-size: 16px;
}

.trade-icon {
  position: absolute;
  left: 50%;
  top: -93px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 186px;
  height: 186px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  -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: #27a9df;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.trade-img {
  max-height: 100%;
}

.bold-text-2 {
  font-size: 20px;
}

.h2-user {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
}

.user-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80%;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.user-ava-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-profit {
  margin-top: 0px;
  color: #f7931a;
  font-size: 20px;
  line-height: 1.3;
}

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

.soft-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.soft-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps-txt {
  margin-bottom: 0px;
}

.steps-num {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-steps {
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-scam {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}

.app-section {
  padding-top: 80px;
  padding-bottom: 30px;
  color: #525252;
  text-align: center;
}

.h2-app {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  text-transform: none;
}

.wrap-bg {
  width: 60%;
  text-align: justify;
}

.h3-scam {
  margin-top: 0px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.scam-txt {
  text-align: justify;
}

.story-section {
  padding-top: 10px;
  padding-bottom: 40px;
  color: #000;
}

.h2-story {
  margin-top: 0px;
  color: #392b6e;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.feature-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.features-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid #27aae0;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
}

.features-head {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-img {
  max-height: 100%;
}

.h3-acc {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.footer-txt {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4d4d4d;
  font-size: 14px;
  text-align: left;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-left: 0px;
}

.checkbox-policy {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  border-radius: 0px;
}

.checkbox-policy.w--redirected-checked {
  background-color: #f7931a;
}

.trade-title {
  margin-top: 0px;
  color: #160c3c;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.chackbox-link {
  color: #f7931a;
  text-decoration: none;
}

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

.text-span-6 {
  color: #f7931a;
  font-size: 50px;
  font-weight: 700;
}

.login-subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.title-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
}

.inner-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
}

.blog-page-list {
  text-align: justify;
}

.blog-page-ltem {
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
}

.blog-page-title {
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.bpog-page-link {
  color: #f7931a;
  text-decoration: none;
}

.bpog-page-link:hover {
  text-decoration: underline;
}

.read-more {
  color: #f7931a;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.blog-title-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 18px;
}

.h1-post {
  margin-top: 0px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}

.h1-post.h1-post-left {
  text-align: left;
}

.post-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subtitle-post.subtitle-post-left {
  text-align: left;
}

.post-section {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #393939;
  text-align: justify;
}

.post-section.post-section-dark {
  background-color: #242222;
  color: #fff;
}

.post-section.post-section-bg {
  position: relative;
  background-color: #242222;
  color: #fff;
}

.h2-conclusion {
  margin-top: 0px;
  font-size: 30px;
  line-height: 1.3;
  text-align: left;
}

.h2-conclusion.title-center {
  text-align: center;
}

.h2-conclusion.shadow {
  text-shadow: 1px 1px 1px #252324;
}

.blog-how-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.risk-section {
  padding-right: 0px;
  padding-bottom: 0px;
}

.blog-how-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-how-item {
  height: 100%;
  padding: 10px 10px 15px;
  background-color: #242222;
  color: #fff;
}

.blog-how-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 104px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 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;
  border-radius: 50%;
  background-color: #fff;
}

.blog-how-title {
  font-size: 22px;
  font-weight: 500;
}

.link {
  color: #007bff;
  text-decoration: none;
}

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

.paragraph-43 {
  text-align: justify;
}

.pros-cons {
  text-align: justify;
}

.h2-pros {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.blog-title-section-2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 22px;
}

.col-8 {
  width: 60%;
}

.paragraph-44 {
  text-align: justify;
}

.paragraph-45 {
  text-align: justify;
}

.p-20 {
  margin-bottom: 20px;
  text-align: justify;
}

.p-20.shadow {
  text-shadow: 1px 1px 1px #252324;
}

.box-center {
  margin-bottom: 20px;
}

.consensus-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.consensus-cell {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.consensus-item {
  position: relative;
  min-height: 108px;
  padding-left: 120px;
  text-align: justify;
}

.consensus-icon {
  position: absolute;
  left: 0px;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  height: 108px;
  padding: 15px;
  -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: #f7931a;
}

.consensus-title {
  margin-top: 0px;
  font-size: 30px;
  line-height: 1.3;
  text-align: left;
}

.consensus-img {
  max-height: 100%;
}

.currency-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.currency-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.currency-item {
  height: 100%;
  padding: 15px 10px;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 16px;
}

.currency-title {
  margin-top: 0px;
  font-size: 25px;
  line-height: 1.3;
}

.post-bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-list {
  padding-left: 20px;
  font-weight: 700;
  text-align: left;
}

.circle-item {
  margin-bottom: 10px;
}

.btn-4 {
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #395b97;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-4:hover {
  background-color: #2f4c7f;
}

.btn-4.btn-logn {
  margin-top: 40px;
  padding: 20px 45px;
  border-radius: 6px;
  text-transform: none;
}

.text-center-2 {
  text-align: center;
}

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

.form-control-4 {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.form-control-4.control-bordered {
  height: 56px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
}

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

.post-section-substrate {
  position: relative;
  color: #fff;
}

.bg-substrate {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-wrap {
  padding: 35px 45px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
}

.blog-wrap-p {
  text-align: left;
}

.blog-wrap-p.mb-4 {
  margin-bottom: 40px;
}

.float-img-2 {
  margin-bottom: 20px;
  text-align: justify;
}

.h3-post {
  margin-top: 0px;
  line-height: 1.3;
  text-align: left;
}

.float-img-right-2 {
  position: static;
  overflow: visible;
  max-width: 400px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.float-img-right-2.float-img-right-max {
  max-width: 500px;
}

.text-left {
  text-align: left;
}

.text-left.mb-2 {
  margin-bottom: 20px;
}

.img-mb-2 {
  margin-bottom: 20px;
}

.c-link {
  color: #f7931a;
  text-decoration: none;
}

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

.paragraph-46 {
  margin-bottom: 20px;
}

.b-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-size: 18px;
  line-height: 1.3;
}

.h-wap-404 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.h1-error {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-47 {
  margin-bottom: 10px;
}

.txt-link-2 {
  color: #007bff;
  text-decoration: none;
}

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

.paragraph-48 {
  text-align: left;
}

.countdown-2 {
  font-weight: 700;
}

.lang-link-txt {
  line-height: 1.1em;
}

.container-upd {
  position: relative;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

.select-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e9d500;
  color: #000;
}

.logo-2 {
  width: 220px;
}

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

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

.lang-box-2 {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.bottom-head-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.icon-2 {
  right: 8px;
  margin-right: 0px;
}

.header-wrap-2 {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #212529;
  font-size: 1rem;
  text-align: left;
}

.lang-box-dropdown {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  width: 20px;
  max-width: none;
  margin-top: 3px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-32 {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-33 {
  display: block;
}

.image-11 {
  position: absolute;
  left: 20px;
  top: 6px;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.icon-3 {
  position: relative;
  margin-left: 0px;
  padding-left: 10px;
  color: #fff;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 10px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  border: 1px solid #dddde1;
  border-radius: 5px;
  background-color: #6c757d;
}

.dropdown-toggle:focus {
  background-color: #545b62;
  color: #fff;
}

.lang-list {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  padding-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
}

.lang-list.w--open {
  left: -50px;
  min-width: 10rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  background-color: #fff;
}

.text-block-5 {
  color: #fff;
  font-size: 14px;
}

.lang-2 {
  display: block;
  max-height: 20px;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  line-height: 20px;
}

.flag-icon {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.flag-icon.country-flag {
  display: block;
}

.select-list-2 {
  right: 0px;
  display: none;
  width: 110px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.select-lang-2 {
  float: left;
}

.select-toggle-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 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;
  border-radius: 5px;
  background-color: #6c757d;
  color: #fff;
}

.lang-box-3 {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: auto;
  display: block;
  min-width: 84px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h1-scam {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 69px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

.early-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #444;
  font-size: 24px;
  text-align: justify;
}

.bg-txt-2 {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.bg-img-2 {
  position: absolute;
  width: 35%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-img-2.bg-img-right {
  top: 0px;
  right: 0px;
}

.bg-img-2.bg-img-right {
  top: 0px;
  right: 0px;
  width: 45%;
}

.bg-text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify;
}

.bg-wrap {
  display: block;
  width: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify;
}

.bg-text-p {
  width: 66%;
}

.paragraph-49 {
  text-align: justify;
}

.bg-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: justify;
}

.what-scam-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/bg19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.h2-what-scam {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.what-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what-cell {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.what-item {
  height: 100%;
  line-height: 1.2em;
}

.what-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 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: #f79319;
}

.trading-section {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.h2-trading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.step-scam-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1c1c19;
  color: #f3f3f3;
  font-size: 24px;
}

.h2-step-scam {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
}

.h3-step-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7931a;
  font-size: 29px;
  line-height: 1.3em;
}

.step-item-2 {
  padding-top: 10px;
  padding-bottom: 5px;
  border: 1px none #000;
  text-align: justify;
}

.h3-step-subtitle {
  margin-top: 0px;
  font-size: 29px;
  line-height: 1.3em;
}

.float-box {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: justify;
}

.float-img-3 {
  width: 255px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  float: right;
}

.float-img-3.float-img-big {
  width: 350px;
}

.content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-item {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 21px;
  text-align: justify;
}

.content-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  margin-bottom: 10px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  height: 86px;
  padding: 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: #f79319;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f79319;
  font-size: 27px;
  line-height: 1.3em;
}

.earn-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #010101;
  font-size: 24px;
  text-align: justify;
}

.h2-earn {
  margin-top: 0px;
  color: #010101;
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
}

.h3-earn {
  margin-top: 0px;
  line-height: 1.3;
  text-align: left;
}

.test-scam-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #191916;
  color: #f3f3f3;
  font-size: 24px;
}

.h2-title {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.h2-title.h2-title-sm {
  font-size: 30px;
  font-weight: 700;
}

.h2-test-scam {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
}

.reivew-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 24px;
  text-align: justify;
}

.h2-review {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
}

.review-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.review-item {
  position: relative;
  height: 100%;
  padding: 30px 10px 15px;
  border-bottom: 10px solid #f79319;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
  color: #32302e;
  font-size: 21px;
}

.review-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0b0e2a;
  font-size: 27px;
  line-height: 1.3;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65%;
  height: 10px;
  background-color: #f79319;
}

.review-quotes {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 41px;
  height: 36px;
  background-image: url('../images/quotes_1quotes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.rev-p {
  text-align: justify;
}

.what-btc-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #1c1c19;
  color: #f3f3f3;
  font-size: 24px;
  text-align: center;
}

.how-work-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 21px;
}

.how-work-subtitle {
  margin-bottom: 20px;
}

.how-step-item {
  margin-bottom: 30px;
  text-align: justify;
}

.how-step-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-step-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  padding: 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: #f79319;
}

.how-step-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b0e2a;
  font-size: 27px;
  line-height: 1.1;
}

.table-list-item {
  margin-bottom: 10px;
}

.table-item {
  width: 50%;
  border-right: 2px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.5);
}

.table-item.table-item-2 {
  border-right-style: none;
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
}

.table-item.table-item-dark {
  border-right-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.table-list {
  margin: 0px 10px;
  padding-top: 10px;
  padding-left: 22px;
  font-size: 21px;
  line-height: 1.15em;
  text-align: left;
}

.h2-other {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
  text-align: center;
}

.other-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0b0c0d;
  color: #fff;
}

.other-section.table-item-2 {
  background-image: url('../images/bg20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-th {
  margin-bottom: 0px;
  padding: 8px 10px 10px;
  background-color: #f7931a;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
}

.pros-cons-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 21px;
}

.feature-title-2 {
  margin-bottom: 20px;
  text-align: center;
}

.feature-num {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -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: #f7931a;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/step_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.feature-t {
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 82px;
  margin-bottom: 10px;
  padding-left: 95px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-item {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 21px;
  text-align: justify;
}

.features-subtitle {
  margin-bottom: 20px;
  font-size: 24px;
}

.conclusion-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
  color: #000;
  font-size: 24px;
  text-align: justify;
}

.content-note {
  font-size: 21px;
}

.mark {
  color: #f7931a;
}

.login-pocess-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #111;
}

.h3-process {
  margin-top: 0px;
  color: #111;
  font-size: 22px;
  line-height: 1.3;
}

.register-process-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/bg24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: justify;
}

.h3-register {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.details-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
}

.h3-subtitle {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.detail-item {
  margin-bottom: 15px;
  padding: 20px 10px 5px;
  border-radius: 3px;
  background-color: #f6f6f6;
}

.detail-title {
  margin-top: 0px;
  color: #f7931a;
  font-size: 22px;
  line-height: 1.3;
}

.bold-text-3 {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.p-earn {
  margin-bottom: 20px;
  text-align: left;
}

.p-bg {
  margin-bottom: 20px;
}

.lefal-p {
  text-align: left;
}

.legal-p {
  text-align: left;
}

.paragraph-2 {
  text-align: left;
}

.bg-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trade-cell {
  width: 33.33%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  color: #392b6e;
  font-size: 79px;
  font-weight: 900;
}

.quotes {
  position: absolute;
  left: 10px;
  top: -20px;
  width: auto;
  height: auto;
}

.quotes.close {
  left: auto;
  top: auto;
  right: 10px;
  bottom: -20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.steps-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps-title-txt {
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.users-cell {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.why-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-title-box {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1-error-2 {
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.bg-txt-3 {
  position: relative;
  margin-bottom: 20px;
  border: 1px none #000;
  text-align: left;
}

.h2-earn-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.bg-text-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-wrap-2 {
  display: block;
  width: 53%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  text-align: justify;
}

.btn-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 15px 23px;
  border: 1px solid #df7a00;
  border-radius: 5px;
  background-color: #f08a0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e98000), color-stop(0%, #e98000), to(#f7931a));
  background-image: linear-gradient(180deg, #e98000, #e98000 0%, #f7931a);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.75);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.75);
}

.btn-5:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7931a), color-stop(0%, #e98000), to(#e98000));
  background-image: linear-gradient(180deg, #f7931a, #e98000 0%, #e98000);
}

.btn-5.btn-contact {
  width: 100%;
  padding: 11px 10px;
  text-transform: uppercase;
}

.form-control-5 {
  width: 100%;
  height: 36px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.form-control-5.name-control {
  height: 50px;
  padding-left: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #e6e6e6;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.form-control-5.email-control {
  height: 50px;
  padding-left: 50px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #e6e6e6;
  background-image: url('../images/mail_1mail.png');
  background-position: 8px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #392b6e;
}

.form-control-5.textarea {
  height: 200px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #e6e6e6;
  font-weight: 500;
}

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

.breadcrumbs {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.q-txt {
  position: static;
  opacity: 0.32;
  font-family: Lato, sans-serif;
  font-size: 305px;
  line-height: 1;
}

.h3-app {
  margin-top: 0px;
  color: #27aae0;
  font-size: 30px;
  line-height: 1.3;
}

.features-title-box {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-50 {
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 22px;
  }

  .why-title {
    font-size: 20px;
  }

  .user-from {
    text-align: center;
  }

  .algo-video-container {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .form-box {
    width: 100%;
  }

  .trade {
    padding-top: 40px;
  }

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

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

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

  .features-item {
    padding-top: 0px;
  }

  .h1 {
    font-size: 40px;
  }

  .feature-title {
    font-size: 20px;
  }

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

  .user-desc {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .user-name {
    text-align: center;
  }

  .text-center.btn-bottom {
    position: absolute;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
  }

  .user-attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo {
    max-width: 300px;
  }

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

  .form-container {
    max-width: none;
    margin-top: 0px;
  }

  .footer {
    text-align: center;
  }

  .features-icon {
    width: 80px;
    height: 80px;
  }

  .feature-cell {
    width: 50%;
    margin-bottom: 50px;
  }

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

  .user-item {
    text-align: center;
  }

  .step-list {
    padding-top: 80px;
  }

  .user-ava {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .step-num {
    font-size: 20px;
  }

  .soft-item {
    height: 100%;
  }

  .step-icon {
    top: -70px;
    width: 140px;
    height: 140px;
  }

  .step-item {
    padding-top: 90px;
  }

  .h2-title-inner {
    text-align: center;
  }

  .user-cell {
    width: 50%;
    margin-bottom: 70px;
  }

  .user-cell.user-last {
    margin-bottom: 0px;
  }

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

  .why-title-num {
    width: 70px;
    height: 70px;
  }

  .faq-list-title {
    font-size: 20px;
  }

  .still-section {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .h2-login {
    font-size: 24px;
  }

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

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

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

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

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

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

  .lang-box {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-wrap {
    height: auto;
    padding: 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;
  }

  .bg-img {
    display: none;
    overflow: visible;
  }

  .bg-img.bg-img-right {
    display: block;
  }

  .bg-img.bg-img-left {
    display: block;
  }

  .bg-img-img {
    padding-right: 0px;
  }

  .bg-txt {
    max-width: none;
  }

  .team-section {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .h2-team {
    font-size: 24px;
  }

  .soft {
    padding-top: 40px;
  }

  .column-14 {
    height: auto;
  }

  .scam-section {
    background-image: none;
    text-align: center;
  }

  .image-6 {
    display: none;
  }

  .live-section {
    padding-bottom: 10px;
  }

  .image-7 {
    display: none;
  }

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

  .container-3.c3 {
    padding-top: 40px;
  }

  .heading-7 {
    margin-top: 0px;
  }

  .heading-7.h7 {
    font-size: 35px;
  }

  .heading-7.h3 {
    font-size: 26px;
  }

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

  .steps-item {
    height: 100%;
    padding-top: 70px;
  }

  .steps-icon {
    top: -75px;
    width: 100px;
    height: 130px;
  }

  .steps-title {
    font-size: 20px;
  }

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

  .users-item {
    height: 100%;
  }

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

  .available-box {
    display: none;
  }

  .video-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-column {
    width: 100%;
  }

  .form-column {
    width: 100%;
  }

  .trade-section {
    padding-top: 100px;
  }

  .trade-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trade-item {
    padding-top: 80px;
  }

  .trade-icon {
    top: -60px;
    width: 120px;
    height: 120px;
  }

  .soft-cell {
    width: 50%;
  }

  .steps-num {
    font-size: 20px;
  }

  .h2-steps {
    margin-bottom: 70px;
  }

  .wrap-bg {
    width: 100%;
    text-align: center;
  }

  .h3-scam {
    text-align: center;
  }

  .scam-txt {
    text-align: center;
  }

  .features-title {
    font-size: 20px;
  }

  .text-span-6 {
    font-size: 40px;
  }

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

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

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

  .blog-page-title {
    font-size: 24px;
  }

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

  .h1-post.h1-post-left {
    text-align: center;
  }

  .subtitle-post.subtitle-post-left {
    text-align: center;
  }

  .blog-title-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col-8 {
    width: 100%;
  }

  .consensus-item {
    padding-left: 90px;
  }

  .consensus-icon {
    width: 80px;
    height: 80px;
  }

  .consensus-title {
    font-size: 24px;
  }

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

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

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

  .float-img-right-2.float-img-right-max {
    max-width: 300px;
  }

  .container-upd {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lang-box-2 {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .header-wrap-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-33.lang-box {
    position: static;
  }

  .dropdown-toggle {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lang-list {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .lang-list.w--open {
    left: -25px;
  }

  .lang-box-3 {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .h1-scam {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .early-section {
    font-size: 20px;
  }

  .bg-img-2.bg-img-right {
    display: none;
  }

  .bg-img-2.bg-img-right {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .bg-text-left {
    display: block;
    text-align: justify;
  }

  .bg-wrap {
    width: 100%;
    text-align: center;
  }

  .bg-text-p {
    width: 64%;
  }

  .bg-text-right {
    text-align: justify;
  }

  .h2-what-scam {
    font-size: 30px;
  }

  .trading-section {
    font-size: 20px;
  }

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

  .step-scam-section {
    font-size: 20px;
  }

  .h2-step-scam {
    font-size: 30px;
  }

  .float-img-3.float-img-big {
    width: 250px;
  }

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

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

  .h2-earn {
    font-size: 30px;
    text-align: center;
  }

  .h2-earn.bg-text-p {
    text-align: left;
  }

  .h3-earn {
    text-align: center;
  }

  .test-scam-section {
    font-size: 20px;
  }

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

  .h2-test-scam {
    font-size: 30px;
  }

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

  .h2-review {
    font-size: 30px;
    text-align: center;
  }

  .review-cell {
    width: 50%;
  }

  .rev-p {
    text-align: center;
  }

  .what-btc-section {
    font-size: 20px;
  }

  .how-step-h3 {
    font-size: 22px;
  }

  .table-item {
    width: 100%;
    margin-bottom: 10px;
    border: 1px none #000;
  }

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

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

  .table-tr {
    border: 1px none #000;
  }

  .p-earn {
    text-align: center;
  }

  .p-bg {
    margin-bottom: 20px;
  }

  .div-block-34 {
    text-align: center;
  }

  .trade-cell {
    width: 50%;
    margin-bottom: 60px;
  }

  .trade-cell.trade-last {
    margin-bottom: 0px;
  }

  .users-cell {
    width: 50%;
    margin-bottom: 70px;
  }

  .users-cell.users-last {
    margin-bottom: 0px;
  }

  .bg-text-left-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-wrap-2 {
    width: 100%;
    text-align: center;
  }

  .paragraph-50 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .try-item {
    margin-bottom: 70px;
    padding-top: 70px;
  }

  .try-item.try-last {
    margin-bottom: 0px;
  }

  .container {
    position: relative;
  }

  .container.live-box {
    height: 100%;
  }

  .h2-title-key {
    font-size: 24px;
  }

  .float-img {
    text-align: center;
  }

  .try-section {
    padding-top: 100px;
  }

  .machine-section {
    text-align: center;
  }

  .h2-title-white {
    font-size: 26px;
  }

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

  .algo-video-container {
    max-width: none;
  }

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

  .trade {
    padding-top: 40px;
  }

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

  .float-img-right.float-img-right-max {
    max-width: 100%;
  }

  .float-img-right.float-img-right-max {
    max-width: 100%;
  }

  .float-img-right.float-img-sm {
    max-width: 100%;
  }

  .float-img-right.float-img-detail {
    max-width: 100%;
  }

  .bottom-head {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-nav-list {
    padding-top: 19px;
  }

  .faq-section {
    padding-bottom: 10px;
  }

  .form-cell {
    width: 100%;
  }

  .try-icon {
    top: -50px;
    width: 180px;
    height: 100px;
  }

  .try-list {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .float-image {
    width: 100%;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .float-image.float-img-containe {
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .why-section {
    padding-bottom: 4px;
  }

  .user-name {
    max-width: none;
  }

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

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

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

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

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

  .btn.btn-optin {
    margin-bottom: 0px;
  }

  .btn.btn-or.btn-or-sm {
    font-size: 16px;
  }

  .user-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .top-warning {
    display: none;
  }

  .feature-cell {
    width: 100%;
  }

  .feature-cell.feature-last {
    margin-bottom: 0px;
  }

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

  .soft-title {
    font-size: 20px;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-item {
    margin-bottom: 0px;
  }

  .faq-title {
    font-size: 24px;
  }

  .step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .soft-item {
    margin-bottom: 0px;
  }

  .soft-item.soft-last {
    margin-bottom: 0px;
  }

  .step-icon {
    top: -50px;
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .step-item {
    margin-bottom: 70px;
    padding-top: 65px;
  }

  .step-item.step-last {
    margin-bottom: 0px;
  }

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

  .text-span {
    font-size: 30px;
  }

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

  .user-cell {
    width: 100%;
  }

  .step-bg {
    display: block;
    height: 100%;
  }

  .h2-step {
    font-size: 28px;
  }

  .h2-title-inner-2 {
    font-size: 22px;
    text-align: center;
  }

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

  .float-img-left.float-img-sm {
    max-width: 100%;
  }

  .list {
    text-align: left;
  }

  .h2-what {
    font-size: 28px;
    text-align: center;
  }

  .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-cell {
    width: 100%;
  }

  .faq-cell {
    width: 100%;
  }

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

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

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

  .form-pre-wrap {
    padding: 0px;
  }

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

  .icon {
    display: block;
  }

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

  .bg-img {
    display: none;
  }

  .bg-img.bg-img-right {
    position: static;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }

  .bg-img.bg-img-left {
    position: static;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .about-section-2 {
    text-align: center;
  }

  .bg-txt {
    width: 100%;
  }

  .h2-title-inner-3 {
    font-size: 22px;
    text-align: center;
  }

  .team-section {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .paragraph-39 {
    font-size: 18px;
  }

  .soft {
    padding-top: 40px;
  }

  .key-section {
    padding-bottom: 18px;
  }

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

  .work-session {
    height: auto;
    text-align: center;
  }

  .image-6 {
    display: none;
  }

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

  .image-7 {
    display: none;
    overflow: visible;
  }

  .container-3 {
    width: 95%;
    margin-bottom: 0px;
  }

  .container-3.c3 {
    width: 100%;
  }

  .heading-7 {
    font-size: 30px;
  }

  .heading-7.h3 {
    margin-bottom: 0px;
    padding-right: 80px;
    padding-bottom: 26px;
    padding-left: 80px;
  }

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

  .steps-item {
    margin-bottom: 0px;
  }

  .steps-item.soft-last {
    margin-bottom: 0px;
  }

  .steps-item.steps-last {
    margin-bottom: 0px;
  }

  .soft-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .users-column {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .users-column.steps-col-center {
    border-right-style: none;
    border-left-style: none;
  }

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

  .users-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .users-item {
    margin-bottom: 0px;
  }

  .users-item.soft-last {
    margin-bottom: 0px;
  }

  .users-section-title {
    font-size: 24px;
  }

  .why-h2-title {
    font-size: 24px;
  }

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

  .steps-title2 {
    font-size: 20px;
  }

  .btn-3.generate-pass {
    font-size: 14px;
  }

  .trade-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trade-item {
    margin-bottom: 0px;
  }

  .h2-user {
    overflow: visible;
    color: #fff;
  }

  .soft-section {
    padding-bottom: 10px;
  }

  .soft-cell {
    width: 100%;
  }

  .features-title {
    font-size: 20px;
  }

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

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

  .h2-conclusion.title-center {
    font-size: 28px;
  }

  .blog-how-cell {
    width: 50%;
  }

  .pros-cons {
    text-align: center;
  }

  .h2-pros {
    font-size: 28px;
  }

  .paragraph-44 {
    text-align: center;
  }

  .p-20 {
    text-align: center;
  }

  .consensus-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consensus-cell {
    width: 100%;
  }

  .currency-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .currency-cell {
    width: 100%;
  }

  .blog-wrap-p.mb-4 {
    text-align: center;
  }

  .float-img-2 {
    text-align: center;
  }

  .h3-post {
    text-align: center;
  }

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

  .float-img-right-2.float-img-right-max {
    max-width: 100%;
  }

  .text-left {
    text-align: center;
  }

  .container-upd {
    font-size: 18px;
  }

  .logo-2 {
    width: 180px;
  }

  .logo-2.w--current {
    max-width: 180px;
  }

  .lang-list {
    display: none;
  }

  .lang-list.w--open {
    left: -50px;
  }

  .bg-text-left {
    text-align: center;
  }

  .bg-text-p {
    width: 100%;
  }

  .bg-text-right {
    text-align: center;
  }

  .what-cell {
    width: 100%;
  }

  .step-item-2 {
    text-align: center;
  }

  .float-box {
    text-align: center;
  }

  .float-img-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .float-img-3.float-img-big {
    width: auto;
  }

  .content-item {
    width: 100%;
  }

  .content-title {
    font-size: 20px;
  }

  .h2-earn.bg-text-p {
    text-align: center;
  }

  .review-cell {
    width: 100%;
  }

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

  .feature-item {
    width: 100%;
  }

  .trade-cell {
    width: 100%;
  }

  .users-cell {
    width: 100%;
  }

  .h2-earn-2 {
    font-size: 28px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .why-title {
    min-height: 45px;
    padding-left: 0px;
    font-size: 20px;
  }

  .user-name {
    max-width: 100%;
    text-align: center;
  }

  .btn {
    padding-right: 15px;
  }

  .btn.generate-pass {
    font-size: 14px;
  }

  .btn.btn-optin {
    padding-right: 15px;
  }

  .btn.anchor-js {
    max-width: 90%;
    padding-right: 15px;
  }

  .btn.uppercase {
    max-width: 90%;
  }

  .btn.uppercase.team-btn {
    margin-top: 40px;
  }

  .btn.btn-or.btn-or-sm {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }

  .user-attr {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soft-icon {
    width: 100px;
    height: 90px;
  }

  .features-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  .soft-title {
    font-size: 20px;
  }

  .user-ava {
    position: absolute;
  }

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

  .why-title-num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .faq-list {
    margin-bottom: 0px;
  }

  .faq-cell.faq-cell-last {
    margin-top: 0px;
    padding-top: 0px;
  }

  .faq-list-title {
    min-height: 50px;
    padding-left: 10px;
    text-align: justify;
  }

  .faq-list-num {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  .heading-7.h3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .steps-item {
    padding-top: 60px;
  }

  .steps-icon {
    top: -50px;
    width: 80px;
    height: 100px;
  }

  .btn-3.generate-pass {
    font-size: 14px;
  }

  .trade-section {
    padding-bottom: 5px;
  }

  .soft-head {
    min-height: auto;
    padding-left: 0px;
  }

  .blog-how-cell {
    width: 100%;
  }

  .consensus-item {
    position: static;
    padding-left: 0px;
    text-align: center;
  }

  .consensus-icon {
    position: static;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .dropdown-link {
    left: 0px;
    text-align: left;
  }

  .image-3 {
    margin-bottom: 3px;
  }

  .div-block-33 {
    width: 100%;
  }

  .div-block-33.lang-box {
    width: auto;
    text-align: right;
  }

  .image-11 {
    left: 20px;
  }

  .icon-3 {
    display: none;
    padding-left: 5px;
  }

  .dropdown-toggle {
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
  }

  .lang-list {
    display: none;
    padding-right: 5px;
  }

  .users-cell {
    margin-bottom: 60px;
  }

  .why-title-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-5 {
    padding-right: 15px;
  }

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

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}