.intl-tel-input {
  width: 100%;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
}

/* items del menu */

#menu ul li {
  background-color:none;
}

/* enlaces del menu */

#menu ul a {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:400;
  font-size:15px;
  padding:8px;
  font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* items del menu */

#menu ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

/* efecto al pasar el ratón por los items del menu */

#menu ul li:hover {
  background:none;
}

#menu ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:none;
  padding:0;
  margin-left: -42px;
}

/* items del menu desplegable */

#menu ul ul li {
  float:none;
  width:150px
}

/* enlaces de los items del menu desplegable */

#menu ul ul a {
  line-height:120%;
  padding: 8px 8px;
}

/* items del menu desplegable al pasar el ratón */

#menu ul li:hover > ul {
  display:block;
}

.criptologo {
  float: right;
}

.container-idioma{
  margin-left: 230px;
}

.cabecera-principal{
  margin-bottom: 150px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {

  .criptologo {
    float: none;
  }

  .container-idioma{
    margin-left:80px;
    margin-right:0;
    display:block;
  }

  .cabecera-principal{
    margin-bottom: 80px;
  }
}


.popup > p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popup > ul > li {
  margin-left: 25px;
}

.cc-window {
    font-size: 12px;
}

.is-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333%;
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
  width: 8.333%;
}

.is-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.667%;
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  width: 16.667%;
}

.is-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

.is-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
}

.is-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.667%;
  -ms-flex: 0 0 41.667%;
  flex: 0 0 41.667%;
  width: 41.667%;
}

.is-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.is-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333%;
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  width: 58.333%;
}

.is-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.667%;
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  width: 66.667%;
}

.is-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
}

.is-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333%;
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  width: 83.333%;
}

.is-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.667%;
  -ms-flex: 0 0 91.667%;
  flex: 0 0 91.667%;
  width: 91.667%;
}

.is-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.u-block {
  display: block !important;
}

.u-visible {
  display: initial !important;
}

.u-hidden {
  display: none !important;
}

.embed-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  height: auto;
  min-height: 100%;
  font-size: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 88.75rem;
  margin: auto;
  padding: 0 10px;
}

@media (max-width: 87.438em) {
  .container {
    padding: 0 0.625rem;
  }
}

.section-title {
  font-size: 38px;
  font-size: 2.375rem;
  color: #1d2025;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4.75rem;
  font-weight: 400;
}

.section-title::before, .section-title::after {
  position: absolute;
  content: '';
  background-color: #b4b9be;
  height: 3px;
  width: 498px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title::after {
  background-color: #69a5d9;
  width: 207px;
}

.section-title span {
  color: #2e6595;
}

@media (max-width: 53.375em) {
  .section-title {
    font-size: 4.2vw;
  }
}

@media (max-width: 42.625em) {
  .section-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 25em) {
  .section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 33em) {
  .section-title::before {
    width: 90%;
  }
  .section-title::after {
    width: 35%;
  }
}

.vti__dropdown {
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  color: #002240;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 1.125rem 0.313rem 1.125rem 3.125rem;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
}

.input-name,
.input-email,
.input-password,
.input-submit {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.688rem;
}

.input-phone-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.input-name {
  position: relative;
}

.input-name span {
  display: block;
  background: url(../images/input-name.png) no-repeat center;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 18px;
  left: 12px;
  z-index: 2;
}

.input-email {
  position: relative;
}

.input-email span {
  display: block;
  background: url(../images/input-email.png) no-repeat center;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 18px;
  left: 12px;
  z-index: 2;
}

.input-phone-wrapper {
  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;
}

.input-phone-wrapper > input {
  width: 20%;
  padding-left: 0.938rem;
  margin-right: 0.313rem;
}

.input-phone {
  position: relative;
  width: 100%;
}

.input-password {
  position: relative;
}

.input-password span {
  display: block;
  background: url(../images/input-password.png) no-repeat center;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 18px;
  left: 12px;
  z-index: 2;
}

.input-pass2 {
  background-color: #f5f5f5;
  border-radius: 0;
  border-width: 0;
  box-shadow: inset 1px 1px 1px #bfbfbf;
  box-sizing: border-box;
  font-size: 14px;
  text-indent: 5px;
  height: 57px;
  width: 100%;
}

.input-button  {
  width: 100%;
  background: #F2CA2E;
  border-radius: 5px;
  border: 0;
  height: 57px;
  color: #1F4E79;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: .688rem;
}

.input-tos-checkbox {
  padding: 10px;
  font-size: 9px;
  color: #000000;
  text-align: left;
}

.input-submit {
  position: relative;
}

.input-submit button {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  padding: 1.125rem 0.938rem 1.125rem 0.188rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(126, 89, 0, 0.7);
  text-shadow: 0.382px 1.963px 0px rgba(126, 89, 0, 0.9);
  background-color: #1cbef0;
  border:none;
  box-shadow:0 0 4px 0 rgba(0,0,0,.4);
}

.input-submit button:hover{
  background: linear-gradient(to top, #ffe254 0, #ffc414 50%, #eaa639 100%);
}

.input-submit[disabled="disabled"] {

}

@media (max-width: 22.375em) {
  .input-submit button {
    font-size: 17px;
    font-size: 1.063rem;
  }
}

.input-submit span {
  display: block;
  background: url("../images/input-submit.png") no-repeat center;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 22px;
  right: 12px;
  /*z-index: 2;*/
}

@media (max-width: 22.375em) {
  .input-submit span {
    top: 20px;
  }
}

@media (max-width: 36em) {
  .input-submit span {
    right: 5px;
  }
}

.columns {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns:not(:last-child) {
  margin-bottom: 0.625rem;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  background: url("../images/hero-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 1.75rem 0 0;
}

.hero .logo {
  margin: auto;
  margin-bottom: 3.75rem;
  display: block;
  text-align: center;
}

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

@media (max-width: 46em) {
  .hero .logo {
    margin-bottom: 1.875rem;
  }
}

.hero h1 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #5eb0f6;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero h1 span {
  color: #fff;
}

@media (max-width: 61.25em) {
  .hero h1 {
    font-size: 5.2vw;
  }
}

@media (max-width: 42.625em) {
  .hero h1 {
    font-size: 35px;
    font-size: 2.188rem;
  }
}

@media (max-width: 25em) {
  .hero h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hero h2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.hero h2 span {
  color: #5eb0f6;
}

@media (max-width: 61.25em) {
  .hero h2 {
    font-size: 2.6vw;
  }
}

@media (max-width: 54.688em) {
  .hero h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 25em) {
  .hero h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 46em) {
  .hero h2 {
    margin-bottom: 1.875rem;
  }
}

.hero .signup-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
}

@media (max-width: 55em) {
  .hero .signup-box {
    display: block;
  }
}

.hero .hero-video {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.hero .hero-form {
  background-color: #2e6595;
  padding: 1.25rem 1.063rem 1.188rem;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  position: relative; /* For splash */
}

.hero .hero-form__title {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #3675ab;
  padding-bottom: 1.25rem;
  margin-bottom: 0.75rem;
}

.hero .hero-form__title--main {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.hero .hero-form__title--sub {
  font-size: 21px;
  font-size: 1.313rem;
  font-weight: 400;
  color: #00fff0;
}

.hero .hero-form__form {
  border-bottom: 3px solid #3675ab;
  padding-bottom: 0.938rem;
  margin-bottom: 0.75rem;
}

.hero .hero-form__text {
  margin-top: 10px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.hero .hero-form__text h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 400;
  max-width: 17.5rem;
}

.hero .hero-form__text h4 span {
  color: #00fff0;
}

.hero .tickercontainer {
  height: 80px !important;
}

.hero #stock-ticker {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.625rem 0 !important;
  display: none;
}

.hero #stock-ticker li {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.hero #stock-ticker li:not(:last-child) {
  position: relative;
}

.hero #stock-ticker li:not(:last-child)::after {
  position: absolute;
  background-color: #2a4059;
  content: '';
  width: 1px;
  height: 40px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero #stock-ticker .ticker__name {
  font-size: 19px;
  font-size: 1.188rem;
  font-weight: 700;
}

.hero #stock-ticker .ticker__name--down, .hero #stock-ticker .ticker__name--up {
  position: relative;
}

.hero #stock-ticker .ticker__name--down::after, .hero #stock-ticker .ticker__name--up::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 9px;
}

.hero #stock-ticker .ticker__name--down::after {
  background: url("../images/stock-down.png") no-repeat center;
}

.hero #stock-ticker .ticker__name--up::after {
  background: url("../images/stock-up.png") no-repeat center;
}

.hero #stock-ticker .ticker__data {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.hero #stock-ticker .ticker__data span {
  color: #32749d;
}

.hero #stock-ticker p {
  color: #fff;
}

.syotimer {
  text-align: center;
}

.syotimer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.syotimer-cell_type_day {
  display: none !important;
}

.syotimer-cell_type_second .syotimer-cell__value::after {
  left: 6px !important;
}

.syotimer-cell {
  text-align: center;
}

.syotimer-cell:not(:last-child) {
  margin-right: 2.188rem;
}

@media (max-width: 36em) {
  .syotimer-cell:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.syotimer-cell__value {
  font-size: 32px;
  font-size: 2rem;
  padding: 1.25rem;
  position: relative;
  color: #90ffda;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  z-index: 22;
  display: block;
}

.syotimer-cell__value::after {
  position: absolute;
  content: '';
  background: url("../images/countdown-bg.png") no-repeat center;
  width: 76px;
  height: 76px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
}

.syotimer-cell__unit {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.testimonials {
  background: #fff url("../images/testimonials-bg.jpg") no-repeat top;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 3.875rem 0 1.875rem;
  overflow: hidden;
}

@media (max-width: 60.875em) {
  .testimonials {
    padding: 1.875rem 0;
  }
}

@media (max-width: 36em) {
  .testimonials .section-title {
    margin-bottom: 3.125rem;
  }
}

.testimonials .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
  padding: 0 0.625rem;
}

@media (max-width: 84.25em) {
  .testimonials .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 51.875em) {
  .testimonials .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
}

.testimonials .testimonial-box {
  border: 1px solid #dadee1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0.191px 0.982px 0px 0px rgba(176, 176, 176, 0.4);
  box-shadow: 0.191px 0.982px 0px 0px rgba(176, 176, 176, 0.4);
  max-width: 448px;
  min-height: 472px;
  background-color: #fff;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (max-width: 84.25em) {
  .testimonials .testimonial-box {
    max-width: none;
  }
}

@media (max-width: 36em) {
  .testimonials .testimonial-box {
    margin-bottom: 2.5rem;
  }
}

.testimonials .testimonial-head {
  background-color: #eaf5ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 24.375em) {
  .testimonials .testimonial-head {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 36em) {
  .testimonials .testimonial-head img {
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonials .testimonial-head__info {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.875rem 4.625rem 0.875rem 1.375rem;
  width: 100%;
}

.testimonials .testimonial-head .testimonial-info {
  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;
  border-bottom: 1px solid #d5d8da;
  padding-bottom: 0.625rem;
  margin-bottom: 0.563rem;
}

@media (max-width: 32.125em) {
  .testimonials .testimonial-head .testimonial-info {
    display: block;
  }
}

.testimonials .testimonial-head .testimonial-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.testimonials .testimonial-head .testimonial-info--value span {
  font-weight: 900;
  color: #fd0c00;
}

.testimonials .testimonial-text {
  font-size: 16px;
  font-size: 1rem;
  padding: 1.188rem;
  font-weight: 300;
  line-height: 1.4;
}

.testimonials .testimonial-graph {
  display: block;
  margin: 0 auto;
}

.testimonials .testimonial-graph img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dadee1;
  max-width: 100%;
  padding: 0 0.313rem;
}

.statistics {
  background: url("../images/statistics-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.875rem 0 2.375rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 48em) {
  .statistics {
    padding: 1.25rem 0 0.625rem;
  }
}

@media (max-width: 89.25em) {
  .statistics .container {
    padding-left: 2.5rem;
  }
}

@media (max-width: 50em) {
  .statistics .container {
    padding-left: 0.625rem;
  }
}

.statistics h2 {
  font-size: 38px;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 50em) {
  .statistics h2 {
    text-align: center;
  }
}

@media (max-width: 36em) {
  .statistics h2 {
    font-size: 6.5vw;
  }
}

.statistics h3 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 300;
  max-width: 30rem;
  position: relative;
  margin-bottom: 3.125rem;
  line-height: 1.1;
}

.statistics h3::before, .statistics h3::after {
  position: absolute;
  content: '';
  background-color: #377bb6;
  height: 3px;
  width: 498px;
  bottom: -22px;
  left: 0;
}

.statistics h3::after {
  background-color: #7db8ec;
  width: 207px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 50em) {
  .statistics h3 {
    text-align: center;
    max-width: none;
  }
  .statistics h3::before {
    width: 90%;
  }
  .statistics h3::after {
    width: 40%;
  }
  .statistics h3::before, .statistics h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 36em) {
  .statistics h3 {
    font-size: 6.5vw;
  }
}

.statistics .percents {
  position: relative;
}

.statistics .percent {
  margin-bottom: 1.25rem;
}

.statistics .percent__number {
  font-size: 53px;
  font-size: 3.313rem;
  color: #90ffda;
  font-weight: 900;
  z-index: 6;
  margin-bottom: -0.625rem;
}

@media (max-width: 36em) {
  .statistics .percent__number {
    font-size: 9vw;
    margin-bottom: 0rem;
  }
}

.statistics .percent__number span {
  display: inline-block;
  position: relative;
}

.statistics .percent__number span::before {
  position: absolute;
  content: '';
  border: 1px solid #7db8ec;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: 0;
  -webkit-transform: translateX(158%);
  -ms-transform: translateX(158%);
  transform: translateX(158%);
  bottom: 0.625rem;
  z-index: 3;
}

.statistics .percent__number span::after {
  position: absolute;
  content: '';
  height: 1px;
  background: #7db8ec;
  width: 513px;
  left: 0;
  bottom: 1.25rem;
  -webkit-transform: translateX(27%);
  -ms-transform: translateX(27%);
  transform: translateX(27%);
  z-index: 3;
}

@media (max-width: 50em) {
  .statistics .percent__number span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .statistics .percent__number span::before, .statistics .percent__number span::after {
    display: none;
  }
}

.statistics .percent__text {
  font-size: 37px;
  font-size: 2.313rem;
  color: #95ceff;
  z-index: 6;
  position: relative;
}

@media (max-width: 50em) {
  .statistics .percent__text {
    text-align: center;
  }
}

@media (max-width: 36em) {
  .statistics .percent__text {
    font-size: 6vw;
  }
}

.statistics .bitcoin-float {
  position: absolute;
  right: -250px;
  top: -223px;
  z-index: 4;
}

@media (max-width: 82.875em) {
  .statistics .bitcoin-float {
    right: -160px;
  }
}

@media (max-width: 75.625em) {
  .statistics .bitcoin-float {
    right: -360px;
  }
}

@media (max-width: 63.75em) {
  .statistics .bitcoin-float {
    right: -430px;
  }
}

@media (max-width: 59.25em) {
  .statistics .bitcoin-float {
    right: -600px;
  }
}

@media (max-width: 50em) {
  .statistics .bitcoin-float {
    display: none;
  }
}

.best-trading {
  background: #fff url("../images/testimonials-bg.jpg") no-repeat top;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 3.875rem 0 1.875rem;
  overflow: hidden;
}

@media (max-width: 36em) {
  .best-trading {
    padding: 1.25rem 0;
  }
}

.best-trading h2 {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.813rem;
}

.best-trading h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  max-width: 43.75rem;
  margin: 0 auto;
  margin-bottom: 3.75rem;
}

@media (max-width: 36em) {
  .best-trading h3 {
    margin-bottom: 1.875rem;
  }
}

.best-trading .columns {
  margin-bottom: 2.5rem;
}

.best-trading .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 36em) {
  .best-trading .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.best-trading .best-list {
  padding: 0 0.625rem;
}

.best-trading .best-list--2 .list-item__icon::after {
  left: 0;
}

@media (max-width: 81.25em) {
  .best-trading .best-list--2 .list-item__icon::after {
    left: 110px;
  }
}

.best-trading .list-item {
  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;
  margin-bottom: 2.813rem;
}

@media (max-width: 81.25em) {
  .best-trading .list-item {
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 36em) {
  .best-trading .list-item {
    margin-bottom: 1.25rem;
    display: block;
  }
  .best-trading .list-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
    width: 20%;
  }
  .best-trading .list-item__icon::after {
    display: none;
  }
  .best-trading .list-item__text {
    text-align: center;
  }
}

.best-trading .list-item__icon {
  margin-right: 1.25rem;
  position: relative;
}

.best-trading .list-item__icon::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 510px;
  background-color: #ddd;
  bottom: -30px;
  left: 110px;
}

@media (max-width: 75.125em) {
  .best-trading .list-item__icon::after {
    width: 500%;
  }
}

@media (max-width: 81.25em) {
  .best-trading .list-item__icon::after {
    bottom: -10px;
  }
}

.best-trading .list-item__text {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 31.875rem;
}

@media (max-width: 81.25em) {
  .best-trading .list-item__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

@media (max-width: 101.875em) {
  .logos img {
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
}

@media (max-width: 59.875em) {
  .logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 59.875em) {
  .logos img {
    display: block;
    margin: 0 auto;
  }
}

.logos img:not(:last-child) {
  margin-right: 3.125rem;
}

@media (max-width: 59.875em) {
  .logos img:not(:last-child) {
    margin-right: auto;
    padding: 0 0.313rem;
  }
}

.logos--member {
  padding: 2.5rem 0;
}

.press {
  background: url("../images/press-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.813rem 0 3.438rem;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.press .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}

@media (max-width: 89.125em) {
  .press .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 45em) {
  .press .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.press .press-box {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}

.press .press-box__logo {
  text-align: center;
  margin-bottom: 1.25rem;
}

.press .press-box__logo img {
  margin-left: auto;
  margin-right: auto;
}

.press .press-box__screenshot {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 9px solid #a5bcd0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0.191px 0.982px 0px 0px rgba(176, 176, 176, 0.4), 0.191px 0.982px 54px 0px rgba(43, 95, 140, 0.45);
  box-shadow: 0.191px 0.982px 0px 0px rgba(176, 176, 176, 0.4), 0.191px 0.982px 54px 0px rgba(43, 95, 140, 0.45);
}

.press .press-box__screenshot img {
  max-width: 100%;
}

.faq {
  background: url("../images/faq-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.813rem 0 3.438rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 36em) {
  .faq {
    padding-bottom: 0.938rem;
  }
}

.faq h2 {
  color: #fff;
  margin-bottom: 5rem;
  z-index: 6;
}

@media (max-width: 36em) {
  .faq h2 {
    margin-bottom: 3.125rem;
  }
}

.faq .section-title::before {
  background-color: #3f7baf;
}

.faq .section-title::after {
  background-color: #6fa9dd;
}

.faq .container {
  z-index: 2;
}

.faq .columns {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 36em) {
  .faq .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.faq .faq-list {
  padding: 0 0.625rem;
  z-index: 6;
}

.faq .faq-box {
  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;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(22, 66, 105, 0.7);
  -webkit-box-shadow: 0.191px 0.982px 0px 0px rgba(13, 53, 90, 0.9);
  box-shadow: 0.191px 0.982px 0px 0px rgba(13, 53, 90, 0.9);
  padding: 1rem 1.5rem;
  margin-bottom: 1.563rem;
  max-width: 689px;
  min-height: 97px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 36em) {
  .faq .faq-box {
    padding: 0.313rem 0.625rem;
  }
}

.faq .faq-box__question-icon {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  font-style: italic;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #3c85c4;
  background-color: #fff;
  padding: 5px 15px;
  margin-right: 1.25rem;
}

@media (max-width: 36em) {
  .faq .faq-box__question-icon {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 0.75rem;
  }
}

.faq .faq-box__question {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
  color: #90ffda;
  max-width: 27.188rem;
}

@media (max-width: 36em) {
  .faq .faq-box__question {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 10.625rem;
  }
}

.faq .faq-box::after {
  position: absolute;
  content: '';
  background: url("../images/down-arrow.png") no-repeat center;
  right: 30px;
  bottom: 50%;
  width: 31px;
  height: 23px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (max-width: 36em) {
  .faq .faq-box::after {
    right: 10px;
  }
}

.faq .faq-answer {
  background-color: rgba(22, 66, 105, 0.7);
  margin-bottom: 1.563rem;
  margin-top: -1.563rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.625rem 0.938rem;
  color: #fff;
  line-height: 1.4;
  display: none;
  z-index: 6;
}

.faq .faq-answer p {
  z-index: 6;
}

.faq .faq-answer--visible {
  display: block;
}

.faq .ethereum-float {
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media (max-width: 36em) {
  .faq .ethereum-float {
    top: 60px;
  }
}

.faq .bitcoin-float {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer {
  background: url("../images/footer-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.813rem 0 5rem;
  color: #a2c2dd;
}

@media (max-width: 60.875em) {
  .footer {
    padding: 1.25rem 0;
  }
}

@media (max-width: 36em) {
  .footer {
    padding-bottom: 0.625rem;
  }
}

.footer .links {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.938rem;
}

@media (max-width: 39.75em) {
  .footer .links {
    display: block;
    text-align: center;
  }
  .footer .links li {
    margin-bottom: 0.5rem;
  }
}

.footer .links li,
.footer .links li a:link,
.footer .links li a:visited {
  font-size: 16px;
  font-size: 1rem;
  color: #90ffda;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .links li:not(:last-child),
.footer .links li a:link:not(:last-child),
.footer .links li a:visited:not(:last-child) {
  margin-right: 1.25rem;
}

@media (max-width: 45.875em) {
  .footer .links li,
  .footer .links li a:link,
  .footer .links li a:visited {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer p {
  text-align: center;
}

.footer p:not(:last-child) {
  margin-bottom: 1.563rem;
}

@media (max-width: 36em) {
  .footer p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.signup-float {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #2e6595;
  height: 150px;
  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;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  z-index: 999;
  -webkit-transform: translateY(188px);
  -ms-transform: translateY(188px);
  transform: translateY(188px);
}

.signup-float--visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 36em) {
  .signup-float {
    height: auto;
  }
}

.signup-float .signup-float-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.signup-float__text {
  margin-right: 1.563rem;
}

@media (max-width: 76.25em) {
  .signup-float__text {
    margin-bottom: 0.313rem;
  }
}

@media (max-width: 36em) {
  .signup-float__text {
    display: none;
  }
}

.signup-float__text--mobile {
  display: none;
}

@media (max-width: 36em) {
  .signup-float__text--mobile {
    display: block;
  }
}

.signup-float__text h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.signup-float__text h2 span {
  color: #00fff0;
}

@media (max-width: 36em) {
  .signup-float__text h2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }
}

.signup-float__text--2 h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900 !important;
}

.signup-float h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #00fff0;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 36em) {
  .signup-float h3 {
    font-size: 15px;
    font-size: 0.938rem;
    text-align: center;
  }
}

.signup-float .arrow {
  width: 71px;
  height: 38px;
  margin-right: 1.563rem;
}

@media (max-width: 82.25em) {
  .signup-float .arrow {
    display: none;
  }
}

.signup-float .arrow path {
  fill: #90ffda;
}

.signup-float .arrow--small {
  width: 39px;
  height: 38px;
}

@media (max-width: 87.813em) {
  .signup-float .arrow--small {
    display: none;
  }
}

.signup-float form {
  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;
}

@media (max-width: 36em) {
  .signup-float form {
    display: block;
  }
}

.signup-float form input {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
}

.signup-float form .input-name,
.signup-float form .input-email {
  -webkit-flex-basis: 32.5%;
  -ms-flex-preferred-size: 32.5%;
  flex-basis: 32.5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: auto;
  margin-right: 0.625rem;
}

@media (max-width: 36em) {
  .signup-float form .input-name,
  .signup-float form .input-email {
    display: inline-block;
    width: 49.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.313rem;
  }
}

.signup-float form .input-name span,
.signup-float form .input-email span {
  top: 10px;
}

.signup-float form .input-submit {
  width: auto;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

@media (max-width: 36em) {
  .signup-float form .input-submit {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
    width: 100%;
  }
}

.signup-float form .input-submit span {
  top: 11px;
}

.signup-float form .input-submit button {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.signup-float form .input-submit--2 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.signup-float form .input-submit--2 span {
  top: 16.5px;
}

.signup-float form .input-submit--2 button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.875rem 2.875rem;
}

.signup-float .syotimer-cell {
  text-align: center;
  margin-right: 1.813rem;
}

.signup-float .syotimer-cell__value {
  font-size: 24px;
  font-size: 1.5rem;
}

.signup-float .syotimer-cell__value::after {
  background: url("../images/countdown-bg-small.png") no-repeat center;
  width: 58px;
  height: 59px;
  left: 4px;
  top: 4px;
}

.signup-float .syotimer-cell__unit {
  font-size: 12.5px;
  font-size: 0.781rem;
}

@media (max-width: 83.813em) {
  .signup-float-members {
    height: 188px;
  }
}

@media (max-width: 48.938em) {
  .signup-float-members {
    height: 108px;
  }
}

@media (max-width: 35.188em) {
  .signup-float-members {
    height: 160px;
  }
}

@media (max-width: 83.813em) {
  .signup-float-members .signup-float-wrapper {
    display: block;
  }
}

@media (max-width: 48.938em) {
  .signup-float-members .signup-float-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.signup-float-members .countdown {
  margin-bottom: 0.313rem;
}

@media (max-width: 48.938em) {
  .signup-float-members .countdown {
    margin-bottom: 0;
  }
}

@media (max-width: 35.813em) {
  .signup-float-members .countdown {
    margin-bottom: 0.313rem;
  }
}

.signup-float-members .signup-float__text--2 {
  margin-bottom: 0.313rem;
}

@media (max-width: 48.938em) {
  .signup-float-members .signup-float__text--2 {
    display: none;
  }
}

.members-hero {
  overflow: hidden;
}

.members-hero h1 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

@media (max-width: 62em) {
  .members-hero h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 25em) {
  .members-hero h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.members-hero h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #5eb0f6;
}

@media (max-width: 66.438em) {
  .members-hero h2 {
    font-size: 3.8vw;
  }
}

@media (max-width: 52em) {
  .members-hero h2 {
    font-size: 31px;
    font-size: 1.938rem;
  }
}

@media (max-width: 25em) {
  .members-hero h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.members-hero .hero-form__title--main {
  font-size: 19px;
  font-size: 1.188rem;
  font-weight: 600;
  color: #fff;
}

.members-hero .hero-form__title--sub {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  color: #00fff0;
}

.members-hero .hero-form button {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}

.members-hero .press-logos {
  background-color: rgba(0, 0, 0, 0.412);
  min-height: 99px;
}

.members-hero .press-logos .container {
  padding-top: 30px;
}

.members-hero .press-logos .logos-wrapper {
  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;
}

@media (max-width: 47em) {
  .members-hero .press-logos .logos-wrapper {
    display: block;
  }
}

.members-hero .press-logos .logos-wrapper img {
  margin-right: 2.813rem;
}

.members-hero .press-logos .news-logos,
.members-hero .press-logos .security-logos {
  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;
  -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;
}

@media (max-width: 83em) {
  .members-hero .press-logos .news-logos img,
  .members-hero .press-logos .security-logos img {
    margin-bottom: 0.938rem;
  }
}

@media (max-width: 47em) {
  .members-hero .press-logos .security-logos {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.members-hero .press-logos .security-logos img {
  margin-right: 1.25rem;
}

.steps {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 87.5em) {
  .steps {
    display: block;
  }
}

.steps .step-box {
  height: 570px;
  padding-top: 1.25rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  text-align: center;
  position: relative;
}

@media (max-width: 44.375em) {
  .steps .step-box {
    padding-top: 0.625rem;
    height: 510px;
  }
}

.steps .step-box--1 {
  background: url("../images/step1-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.steps .step-box--2 {
  background: url("../images/step2-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.steps .step-box--3 {
  background: url("../images/step3-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.steps .step-box__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  max-width: 25.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.688rem;
  position: relative;
}

.steps .step-box__title::before, .steps .step-box__title::after {
  position: absolute;
  content: '';
  background-color: #b4b9be;
  height: 2px;
  width: 363px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.steps .step-box__title::after {
  background-color: #69a5d9;
  width: 187px;
}

.steps .step-box__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  max-width: 25.375rem;
  margin-left: auto;
  margin-right: auto;
}

.steps .step-box__number {
  display: block;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  right: 16px;
  z-index: 2;
}

.steps .step-box__number::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 100px solid #d19400;
  border-left: 100px solid transparent;
  bottom: -5px;
  right: -16px;
  z-index: -1;
}

.crypto-robot {
  background: url("../images/cryptorobot-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3.625rem 0 4.438rem;
  position: relative;
  overflow: hidden;
}

.crypto-robot h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
  z-index: 6;
}

@media (max-width: 35em) {
  .crypto-robot h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 25em) {
  .crypto-robot h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.crypto-robot h2::before, .crypto-robot h2::after {
  position: absolute;
  content: '';
  background-color: #377bb6;
  height: 2px;
  width: 498px;
  bottom: -16px;
  left: 0;
}

.crypto-robot h2::after {
  background-color: #7db8ec;
  width: 207px;
}

@media (max-width: 50em) {
  .crypto-robot h2 {
    text-align: center;
  }
  .crypto-robot h2::before, .crypto-robot h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.crypto-robot p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 2.5rem;
  max-width: 33.375rem;
  z-index: 6;
  position: relative;
}

@media (max-width: 50em) {
  .crypto-robot p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.crypto-robot ul {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  list-style: none;
  margin-top: 3.125rem;
  z-index: 6;
  position: relative;
}

@media (max-width: 50em) {
  .crypto-robot ul {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.crypto-robot ul li {
  position: relative;
  padding-left: 49px;
  margin-bottom: 1.875rem;
}

.crypto-robot ul li::before {
  position: absolute;
  content: '';
  background: url("../images/check.png") no-repeat center;
  height: 31px;
  width: 33px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crypto-robot .bitcoin-float {
  position: absolute;
  top: 0;
  right: 10%;
}

@media (max-width: 109.375em) {
  .crypto-robot .bitcoin-float {
    right: 0;
  }
}

@media (max-width: 87.5em) {
  .crypto-robot .bitcoin-float {
    right: -200px;
  }
}

@media (max-width: 75em) {
  .crypto-robot .bitcoin-float {
    right: -400px;
  }
}

@media (max-width: 62.5em) {
  .crypto-robot .bitcoin-float {
    right: -500px;
  }
}

@media (max-width: 56.25em) {
  .crypto-robot .bitcoin-float {
    right: -600px;
  }
}

@media (max-width: 50em) {
  .crypto-robot .bitcoin-float {
    display: none;
  }
}

.crypto-logos {
  overflow: hidden;
}

.testimonials-members {
  background: url("../images/members-testimonials-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 7rem 0 3.125rem;
  overflow: hidden;
}

.testimonials-members .section-title {
  margin-bottom: -0.625rem;
}

@media (max-width: 46.25em) {
  .testimonials-members .section-title {
    margin-bottom: 3.125rem;
  }
}

.testimonials-members .social-icons {
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: -2.5rem;
}

@media (max-width: 46.25em) {
  .testimonials-members .social-icons {
    display: none;
  }
}

.testimonials-members .testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 46.25em) {
  .testimonials-members .testimonials-wrapper {
    display: block;
  }
}

.testimonials-members .facebook-testimonials {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 1.5rem;
}

@media (max-width: 46.25em) {
  .testimonials-members .facebook-testimonials {
    margin-right: 0;
  }
}

.testimonials-members .testimonial-box {
  min-height: 189px;
  background-color: #fff;
  padding: 1.063rem 3.25rem 1.063rem 0.75rem;
  -webkit-box-shadow: 0.191px 0.982px 0px 0px rgba(185, 204, 219, 0.4);
  box-shadow: 0.191px 0.982px 0px 0px rgba(185, 204, 219, 0.4);
}

@media (max-width: 88.625em) {
  .testimonials-members .testimonial-box {
    min-height: 214px;
  }
}

@media (max-width: 62.688em) {
  .testimonials-members .testimonial-box {
    min-height: 233px;
  }
}

@media (max-width: 50.938em) {
  .testimonials-members .testimonial-box {
    min-height: 252px;
  }
}

.testimonials-members .testimonial-box:not(:last-child) {
  margin-bottom: 0.938rem;
}

.testimonials-members .testimonial-box--twitter .testimonial-head {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonials-members .testimonial-box--twitter .testimonial-head .testimonial-head__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.testimonials-members .testimonial-box--twitter .testimonial-head .testimonial-head__details h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 0.313rem;
  color: #444a52;
}

.testimonials-members .testimonial-box--twitter .testimonial-head .testimonial-head__details p {
  color: #92a0af;
}

.testimonials-members .testimonial-box--twitter .testimonial-text {
  border-bottom: 0;
}

.testimonials-members .testimonial-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;
  margin-bottom: 0.938rem;
}

.testimonials-members .testimonial-head img {
  margin-right: 0.625rem;
}

.testimonials-members .testimonial-head__details {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.testimonials-members .testimonial-head__details h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #3871d1;
  margin-bottom: 0.188rem;
}

.testimonials-members .testimonial-head__details p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ababab;
}

.testimonials-members .testimonial-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #444a52;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.25rem;
}

.testimonials-members .testimonial-functions {
  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;
  padding-top: 10px;
}

.testimonials-members .testimonial-function {
  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;
  margin-right: 1.875rem;
}

.testimonials-members .testimonial-function img {
  margin-right: 0.313rem;
}

.testimonials-members .twitter-testimonials {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

input[type=tel]  {
  padding-left: 1rem;
}