.accordian:first-child {
  border-top: 0.5px solid #b1b4b7;
}

.card-header, .card {
  background-color: transparent;
  border: 0.5px solid #b1b4b7;
  border-top: 0.25px solid #b1b4b7;
}

.card-header {
  border-radius: 0 !important;
}

.card {
  border: none;
  border-radius: 0;
}

.card-body {
  background-color: #FFF;
  border-bottom: 0.25px solid #b1b4b7;
}

.post-submit {
  display: none;
  color: #50E3C2;
}

.stats-strip {
  background: linear-gradient(90deg, black, #834AFF, #753FFE, #834AFF, black);
}

.hero {
  margin-top: 200px;
  padding: 20px 20px;
  background-image: url("/images/macbook-terminal.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.intro-video {
  min-height: 300px;
}

.home-faq-heading {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  width: 100%;
  background: transparent;
  white-space: normal;
  text-align: left;
}

.home-faq-heading:hover, .home-faq-heading:focus {
  text-decoration: none;
}

.home-faq-text {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
}

.vert-align-middle {
  display: flex;
  align-items: center;
}

.email-input {
  height: 2.5rem;
}

.signup-btn {
  border: 0.125rem solid #fff;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
}

.intro-subtitle {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

#slideshow {
  -webkit-box-shadow: 0px -18px 72px -8px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px -18px 72px -8px rgba(255, 255, 255, 0.1);
  box-shadow: 0px -18px 72px -8px rgba(255, 255, 255, 0.1);
  background-color: #222;
  position: relative;
  width: 280px;
  height: 200px;
  margin: 0 auto;
}

#slideshow > div {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.quad-stat {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03125rem;
  line-height: 1.75rem;
  color: #FFF;
}
.quad-stat span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}

.sub-hero-bar {
  color: #FFF;
  font-weight: 500;
  font-size: 1em;
  background: linear-gradient(97deg, #5e26fd, #190e7a);
  box-shadow: -3px 2px 7px 6px rgba(0, 0, 0, 0.2);
}

.trading-platform-image {
  width: 317px;
  height: 217px;
}

.col-header {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #444141;
  text-transform: uppercase;
}

.pre-registration-title {
  font-family: "Raleway";
  font-weight: normal;
  font-size: 24px;
  line-height: 2.48;
}

.tooltip .tooltip-inner {
  background-color: #fff;
  color: #f00;
}
.tooltip .arrow:before {
  border-bottom-color: #fff;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  visibility: hidden;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 15px;
}

.mirror-img {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .hero {
    padding: 40px 100px;
  }

  .intro-subtitle {
    font-size: 18px;
  }

  #slideshow {
    position: relative;
    width: 600px;
    height: 400px;
    margin: 0 auto;
  }

  .sub-hero-bar {
    font-weight: 600;
    font-size: 1.6em;
  }

  .pre-registration-title {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.6px;
  }

  .icon-wrapper {
    height: 60px;
  }

  .bg-watermark {
    background-size: contain;
  }

  .home-faq-heading {
    font-size: 30px;
  }

  .home-faq-text {
    font-size: 25px;
  }

  .feature-img {
    height: 400px;
  }

  .ul {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 80px 150px;
  }

  .intro-video {
    width: 640px;
    height: 360px;
  }

  .sub-hero-bar {
    font-weight: 600;
    font-size: 2.5em;
  }
}

/*# sourceMappingURL=home.css.map */
