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

.warning {
  background-color: red;
}

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

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

.logo-img {
  width: auto;
  max-height: 75px;
  max-width: none;
  margin: 20px auto;
  text-align: left;
}

.main-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ff8d00;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 900;
  cursor: pointer;
}

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

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

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

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

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

.algo-video-container {
  position: relative;
  background-image: url('../images/videobg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.members-form {
  margin-bottom: 40px;
  padding: 0px 15px 20px;
  text-align: center;
}

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

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

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

.btn-primary.btn-sm.btn-100 {
  background-color: #ff8d00;
  font-size: 25px;
}

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

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

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

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

.form-group {
  font-size: 32px;
}

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

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

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

.form-box {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
}

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

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

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

.form-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 6px none #ff9a33;
  color: #ff8d00;
  font-size: 31px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

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

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

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

.footer-logo {
  width: auto;
  max-height: none;
  max-width: none;
}

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

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

.signal-wrap {
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 20px;
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.75);
}

.signal-wrap.first {
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.signal-wrap.last {
  margin-right: 0px;
  margin-left: 20px;
}

.signal-list-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.signal-list-title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #272725;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.signal-list-desc.text-last-center {
  padding-right: 15px;
  padding-left: 15px;
  color: #616161;
  font-size: 16px;
  text-align: justify;
}

.signals-title {
  margin-top: 40px;
  color: #ff9a33;
  font-size: 27px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.signals-desc {
  color: #000;
  font-size: 22px;
}

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

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

.btn-orange.scroll-link.anchor-js {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 32px;
  cursor: pointer;
}

.btn-orange.scroll-link.anchor-js:hover {
  background-color: #e07e04;
}

.btn-orange.scroll-link.anchor-js.big-btn {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

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

.section-step {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0f0c00;
  color: #fff;
}

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

.step-list {
  padding-right: 0px;
  padding-left: 0px;
}

.step-wrap {
  height: 100%;
}

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

.step-content {
  padding-right: 10px;
  padding-left: 10px;
}

.step-content.middle {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 4px solid #f79e43;
  border-left: 4px solid #f79e43;
}

.step-content.first {
  padding-right: 20px;
  padding-left: 0px;
}

.step-content.last {
  padding-right: 0px;
  padding-left: 20px;
}

.step-desc.text-last-center {
  line-height: 26px;
  text-align: justify;
}

.step-list-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.benefit-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ff8d00;
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.benefit-subtitle {
  margin-bottom: 60px;
  font-size: 20px;
}

.benefit-list-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.benefit-list {
  display: block;
  width: 47%;
}

.benefit-wrap {
  height: 100%;
  margin-bottom: 140px;
}

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

.benefit-img {
  height: 158px;
}

.benefit-list-title {
  width: 100%;
  margin-left: 20px;
  padding-bottom: 7px;
  border-bottom: 5px none #fff;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.benefit-list-desc {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: justify;
}

.section-faq {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f79e43;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ff8d00;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list-wrap {
  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;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.faq-list {
  width: 50%;
  padding: 10px;
}

.faq-list.text-center {
  margin-right: auto;
  margin-left: auto;
}

.faq-wrap {
  height: 100%;
  padding: 20px 15px 15px;
  border-radius: 5px;
  box-shadow: 0 0 9px 3px rgba(93, 92, 92, 0.3);
}

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

.faq-list-num {
  width: 85px;
  height: 85px;
  min-width: 85px;
  border-radius: 50%;
  background-color: #ff8d00;
  color: #fff;
  font-size: 53px;
  line-height: 85px;
  font-weight: 700;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  color: #171f25;
  font-size: 27px;
  line-height: 24px;
  font-weight: 900;
  text-align: left;
}

.paragraph {
  margin-top: 15px;
  color: #454545;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.logo {
  position: static;
  left: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.logo.w--current {
  text-align: center;
}

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

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

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

.c-col {
  width: 40%;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  text-align: left;
}

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

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.steps-ph {
  margin-bottom: 0px;
  padding: 0px 15px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
  letter-spacing: 1px;
}

.steps-img {
  max-height: 100%;
  margin-top: -50px;
  margin-bottom: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.steps-icon {
  position: static;
  left: 0%;
  top: -70px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

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

.btn-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13px 40px;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bfad50), to(#f5e58d));
  background-image: linear-gradient(0deg, #bfad50, #f5e58d);
  font-family: 'Open Sans', sans-serif;
  color: #31336b;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.btn-2.anchor-js {
  display: block;
  margin: 30px auto 60px;
  padding: 25px 40px;
  border-radius: 7px;
  background-color: #ff8d00;
  background-image: none;
  color: #fff;
  text-transform: uppercase;
}

.users-column {
  height: auto;
  min-height: 100px;
}

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

.steps-title {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ff8d00;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.steps-item {
  position: relative;
  height: auto;
  min-height: 620px;
  padding: 0px 0px 20px;
  background-color: #f2f2f2;
  box-shadow: 6px 2px 20px -10px #000;
  color: #000;
  font-size: 16px;
}

.text-center-2 {
  max-width: 1140px;
  margin: 20px auto 0px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

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

.heading-10 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.what-is-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.h-link {
  padding: 0px 25px;
  border-right: 1px solid transparent;
  color: #20282f;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

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

.h-link.w--current {
  padding-right: 25px;
  padding-left: 25px;
  color: #285c96;
}

.text-benef {
  margin-bottom: 40px;
}

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

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

.heading-14 {
  margin-bottom: 30px;
  color: #ff8d00;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-51 {
  color: #fff;
}

.heading-15 {
  color: #ff8d00;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.paragraph-52 {
  color: #fff;
}

.paragraph-53 {
  color: #fff;
  text-align: justify;
  text-transform: none;
}

.scam-problem-text {
  margin-bottom: 40px;
  color: #fff;
  text-align: justify;
}

.p {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #11183e;
  font-size: 18px;
  line-height: 1.5;
}

.p.choi-e-text-2 {
  text-transform: uppercase;
}

.choi-e-motto {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #11183e;
  font-size: 18px;
  font-weight: 600;
}

.choi-e-motto.motto-2 {
  text-transform: uppercase;
}

.choi-e-motto.motto-2.left {
  font-size: 20px;
}

.btn-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #fdaa19;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.btn-3:hover {
  background-color: #fdd214;
  opacity: 0.8;
}

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

.choice-section {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #000;
}

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

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

.btn-wrapper {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #11183e;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.title.choi-e-title-2 {
  font-size: 21px;
}

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

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

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

  .div-block {
    max-height: 60px;
  }

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

  .logo-img {
    width: auto;
    max-width: 300px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .signals-list {
    padding-right: 5px;
    padding-left: 5px;
  }

  .signal-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .signal-wrap.first {
    margin-right: 0px;
  }

  .signal-wrap.last {
    margin-left: 0px;
  }

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

  .btn-orange.scroll-link.anchor-js.big-btn {
    width: 100%;
    padding: 20px;
    font-size: 25px;
  }

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

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

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

  .step-img {
    width: 80%;
  }

  .step-content.middle {
    padding-right: 10px;
    padding-left: 10px;
  }

  .step-content.first {
    padding-right: 10px;
  }

  .step-content.last {
    padding-left: 10px;
  }

  .step-list-title {
    font-size: 1.5vw;
  }

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

  .benefit-list {
    width: 49%;
  }

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

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

  .heading {
    font-size: 20px;
  }

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

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

  .btn {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .logo {
    width: 300px;
  }

  .logo.w--current {
    width: 300px;
  }

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

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

  .c-col {
    width: 48%;
  }

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

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

  .steps-item {
    height: 100%;
  }

  .h-links-wrap {
    display: none;
  }

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

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

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

  .btn-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

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

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

  .main-header-wrap {
    min-height: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .footer {
    padding-bottom: 20px;
  }

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

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

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

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

  .btn-orange.scroll-link.anchor-js {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .btn-orange.scroll-link.anchor-js.big-btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

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

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

  .step-img {
    width: 150px;
    margin-bottom: 0px;
  }

  .step-content.middle {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }

  .step-content.first {
    padding-right: 0px;
  }

  .step-content.last {
    padding-left: 0px;
  }

  .step-list-title {
    font-size: 18px;
  }

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

  .benefit-list {
    width: 100%;
  }

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

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

  .faq-list {
    width: 100%;
  }

  .faq-list.text-center {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

  .logo {
    position: static;
    left: 0%;
    width: 217px;
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    text-align: center;
  }

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

  .c-col {
    width: 100%;
  }

  .container-2 {
    position: static;
  }

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

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

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

  .users-column {
    min-height: auto;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .users-column.steps-col-center {
    border-right-style: none;
    border-left-style: none;
  }

  .steps-item {
    min-height: 400px;
    margin-bottom: 70px;
  }

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

  .h-links-wrap {
    display: none;
  }

  .p {
    font-size: 15px;
    text-align: center;
  }

  .choi-e-motto {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
  }

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

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

  .container-4 {
    position: static;
  }

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

  .btn-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .title {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

  .step-list-title {
    line-height: 25px;
  }

  .benefit-header-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .benefit-img {
    width: 80px;
  }

  .benefit-list-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .faq-title {
    line-height: 30px;
  }

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

  .btn {
    padding: 15px 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .logo {
    width: 180px;
    max-width: 180px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .logo.w--current {
    width: 300px;
  }

  .forms-wrap {
    width: auto;
  }

  .btn-2 {
    padding-right: 48px;
  }

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

  .btn-3 {
    padding-right: 48px;
  }

  .btn-wrapper {
    margin: 10px;
    padding-top: 0px;
  }
}

