.copy-me {
  min-height: 100%;
  background-color: #070c29;
  font-family: Outfit, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  background-color: #070c29;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar.smaller {
  height: 100px;
  padding-top: 10px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

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

.menu-dropdown {
  padding: 16px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 18px;
  text-align: center;
  cursor: default;
}

.menu-dropdown:hover {
  opacity: 0.6;
}

.menu-dropdown.w--open:hover {
  opacity: 0.6;
}

.nav-dropdown {
  z-index: 900;
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
}

.navbar-cta-btn {
  width: 146px;
  margin-left: 41px;
  padding: 16px 20px 15px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #070c29;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.navbar-cta-btn:hover {
  opacity: 0.8;
}

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

.dropdown-list.w--open {
  overflow: hidden;
  min-width: 300px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 #000;
  opacity: 1;
}

.nav-dropdonw-link {
  width: 100%;
  padding: 28px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #050505;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
}

.nav-dropdonw-link:hover {
  background-color: #f6f6f6;
}

.nav-dropdonw-link.w--current {
  background-color: #f6f6f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #00df9a;
}

.nav-link-title {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.text-black {
  color: #050505;
}

.nav-dropdown-link-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.main {
  opacity: 1;
}

.home-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-hero-text-wrapper {
  max-width: 731px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.embed {
  position: relative;
  display: inline-block;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 600;
}

.h-after {
  color: #c4c4c4;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
}

.page-subtitle {
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
}

.inline-block {
  display: inline-block;
}

.icon-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px 14px;
  -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;
  border-radius: 8px;
  background-color: #0075fe;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), #0075fe);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
  
.l-btn {
  background-color: #0075fe;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), #0075fe);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.icon-btn:hover {
  background-color: #034492;
}

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

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

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

.track-wrapper {
  margin-top: 80px;
}

.track {
  z-index: 2;
}

.hero-card-frame {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-card-wrapper {
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#070c29), color-stop(90%, #141a20), to(#141a20));
  background-image: linear-gradient(180deg, #070c29, #141a20 90%, #141a20);
}

.hero-card-mask {
  position: relative;
  z-index: 2;
}

.payout-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #070c29;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.jb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-6 {
  width: 100%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.feature-text-wrapper {
  width: 100%;
  max-width: 510px;
  margin-right: auto;
}

.feature-text-wrapper.right {
  margin-right: 0px;
  margin-left: auto;
}

.large-heading {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 61px;
  line-height: 1.1;
  font-weight: 600;
}

.large-heading._w-70 {
  width: 100%;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.large-heading.mb-20 {
  margin-bottom: 20px;
}

.large-subtitle {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

.text-white {
  color: #fff;
}

.card-w {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 55%;
  border-radius: 20px;
  background-color: #051337;
  box-shadow: 0 18px 40px 0 #000;
}

.bank-card {
  position: relative;
  left: 6%;
  width: 100%;
  max-width: 25%;
  border-radius: 20px;
  box-shadow: 1px 1px 30px 0 #000;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-greenbtn {
  width: 100%;
  max-width: 551px;
  margin-right: auto;
}

.testimonial-section {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #0f0f0f;
}

.testimonial-section-header {
  width: 100%;
  max-width: 600px;
  margin-bottom: 90px;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 700;
}

.testimonial-carousel-wrapper {
  position: relative;
  left: 50%;
  height: 100%;
  margin-bottom: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.testimonial-carousel-wrapper.d-none {
  display: none;
}

.div-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 66.5%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image {
  position: relative;
}

.div-block-2 {
  width: 100%;
  text-align: center;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.owl-item-slide {
  height: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.mask-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 25%;
  padding-bottom: 40px;
}

.arrow {
  position: -webkit-sticky;
  position: sticky;
  display: none;
}

.arrow-left {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  padding: 1px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #181818;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-left:hover {
  background-color: #333;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: -30px;
  padding: 1px 6px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #181818;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-right:hover {
  background-color: #333;
}

.testimonial-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 310px;
  padding: 50px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 72, 114, 0.05);
  border-radius: 10px;
  background-color: #070c29;
  box-shadow: 0 6px 15px 0 rgba(5, 5, 5, 0.5);
}

.logo-img {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonial-text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 20px;
}

.testimonial-author-wrapper {
  min-height: 56px;
}

.testimonial-author-inner {
  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;
  font-size: 15px;
  line-height: 19px;
}

.testimonial-author-img {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 4px;
}

.object-fit-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-title {
  font-weight: 500;
}

.trading-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #050505;
}

.section-heading {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  text-align: center;
}

.section-subtitle {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
}

.trading-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trading-tab-link {
  padding: 12px 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 19px;
  font-weight: 400;
}

.trading-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.churn-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0f0f0f;
}

.section-heading-wrapper {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  text-align: center;
}

.churn-img-wrapper {
  width: 100%;
  max-width: 932px;
  margin-right: auto;
  margin-left: auto;
}

.integrate-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

.integrate-panels-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.panel-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #050505;
}

.panel-text-wrapper {
  width: 100%;
  max-width: 400px;
}

.panel-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 600;
}

.description {
  width: 100%;
  max-width: 70%;
  margin-bottom: 16px;
  color: #8a8f98;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.panel-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.description-auto {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.less-work {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0f0f0f;
}

.large-img-wrapper {
  width: 100%;
  max-width: 800px;
}

.lottie-extra {
  border-radius: 25px;
}

.cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.cta-text-wrapper {
  position: relative;
  text-align: center;
}

.cta-subtitle {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 50px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

.cta-img {
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: -1;
  width: 100%;
  max-width: 174px;
}

.footer {
  padding-top: 0px;
  padding-bottom: 32px;
  background-color: #070c29;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#070c29), to(#05081c));
  background-image: linear-gradient(0deg, #070c29, #05081c);
}

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

.footer-brand {
  width: 100%;
  max-width: 107px;
  margin-bottom: 20px;
}

.footer-lline {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-col.mr0 {
  margin-right: 0px;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer-nav-link {
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.footer-nav-link:hover {
  opacity: 0.7;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.links-wrapper {
  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;
  font-size: 12px;
  line-height: 14px;
}

.footer-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 400;
}

.footer-legal-link {
  margin-left: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-legal-link:hover {
  border-bottom-color: #fff;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.6;
}

.footer-legal {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.footer-baner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.lottie-for {
  width: 100%;
  max-width: 380px;
}

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 16px 15px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.nav-link.last {
  margin-right: 0px;
  padding-right: 0px;
}

.logo-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -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;
  color: #fff;
}

.lottie-wrapper {
  padding: 7% 7% 0%;
  border-radius: 30px;
  background-color: #3685fe;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(0, 117, 254, 0.5), hsla(0, 0%, 100%, 0.01)), radial-gradient(circle farthest-corner at 100% 50%, rgba(255, 56, 116, 0.8), rgba(255, 56, 116, 0)), radial-gradient(circle farthest-corner at 50% 0%, #006ee8, #070c29);
}

.lottie-animation-2 {
  border-radius: 20px 20px 0px 0px;
  background-color: #070c29;
}

.lottie-animation-3 {
  border-radius: 40px;
  background-image: linear-gradient(135deg, #070c29, #034492);
}

.fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: linear-gradient(225deg, rgba(7, 12, 41, 0.2) 52%, rgba(7, 12, 41, 0.75));
}

.relative {
  position: relative;
  width: 100%;
}

.trigger-text {
  margin-top: 12px;
  color: #aab0bb;
  font-size: 12px;
  font-weight: 300;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-left: 8px;
  -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;
}

.slide-nav {
  bottom: 0%;
  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;
  font-size: 0.7rem;
}

.arrow-link {
  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;
  color: #057a73;
  font-weight: 500;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial-info-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 2em;
  padding-top: 1em;
  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;
  grid-template-rows: auto;
  border-top: 1px solid #f0f0f5;
}

.home_testimonial-image-wrapper {
  position: relative;
  width: 13rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonial-headshot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-size-small {
  font-size: 0.875em;
}

.right-arrow {
  left: 120px;
  top: auto;
  right: 0px;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.testimonial-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  min-width: 600px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-slider {
  height: 100%;
  padding-bottom: 150px;
  background-color: transparent;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.testimonial-logo {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 3.5em;
  height: 3.5em;
  border-radius: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow {
  left: 0px;
  top: auto;
  right: 120px;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  -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-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonial-slide {
  display: block;
  overflow: hidden;
  min-height: 350px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1rem;
  background-color: #070c29;
}

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

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 10rem 1fr;
  grid-template-columns: 10rem 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.test-size-medium {
  font-size: 1.25em;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.youtube {
  width: 100vw;
  max-width: 1000px;
}

.text-field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-wrapper.margin-left {
  width: 97.5%;
  margin-right: 2.5%;
}

.input-label {
  position: relative;
  left: 8px;
  bottom: -7px;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #070c29;
  font-size: 1em;
  line-height: 17px;
  font-weight: 600;
}

.relative-2 {
  position: relative;
  width: 100%;
}

.form-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input {
  height: 48px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #070c29;
  border-radius: 6px;
  background-color: #070c29;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.input:hover {
  border-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 1px 4px 0 rgba(220, 220, 229, 0.9);
}

.input:focus {
  border: 1px solid #fff;
}

.input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.footer-flex-container {
  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;
  text-align: left;
}

.grey-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 300;
}

.flex-row-center {
  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;
  text-align: center;
}

.short-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 50%;
  padding-bottom: 100px;
  padding-left: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070c29;
  color: #fff;
  font-size: 15px;
}

.form-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link {
  color: #0075fe;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.show-hide {
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  background-color: #070c29;
  color: #fff;
  font-size: 1em;
}

.show-hide:hover {
  color: #0075fe;
}

.show-hide.w--current {
  display: none;
}

.tooltip-close {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #3f3e46;
}

.tooltip-close:hover {
  background-color: rgba(0, 43, 255, 0.1);
}

.flex-stack-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-header {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  margin-right: 4px;
  -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;
}

.hide {
  display: none;
}

.show-hide-wrap {
  position: absolute;
  left: auto;
  top: 7px;
  right: 3%;
  bottom: auto;
  z-index: 4;
}

.flex-row-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.ms-iframe-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 180px;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ms-iframe-footer-embed {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #000), to(#fff));
  background-image: linear-gradient(180deg, #000 72%, #fff);
}

.delete-me {
  display: block;
}

.ms-iframe {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.forgot-password {
  width: 100%;
  height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0075fe;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.forgot-password:hover {
  color: #fff;
}

.html-embed {
  overflow: hidden;
  width: 40vw;
  margin-top: 23px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 hsla(0, 0%, 100%, 0.4), 0 10px 20px 0 rgba(93, 41, 211, 0.1), 0 40px 50px 0 rgba(55, 66, 82, 0.5);
}

.input-border {
  width: 100%;
  padding: 1px;
  border-radius: 6px;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(7, 12, 41, 0.9), rgba(7, 12, 41, 0) 18%), radial-gradient(circle farthest-corner at 0% 0%, rgba(7, 12, 41, 0.9), rgba(7, 12, 41, 0) 80%);
}

.extra-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 25vw;
  background-color: #0075fe;
  background-image: url('../images/pexels-anni-roenkae-3109820-1.jpg');
  background-position: 100% 0%;
  background-size: cover;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image-2 {
  max-width: 41%;
}

.image-3 {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 70px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.navbar-container {
    padding-right: 24px;
  }

  .logo {
    width: auto;
    height: 100%;
  }

  .logo.w--current {
    z-index: 2;
    height: 25px;
  }

  .navbar-cta-btn {
    margin-top: 15px;
    margin-left: 0px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: #070c29;
  }

  .embed {
    margin-bottom: 24px;
  }

  .h1 {
    margin-bottom: 0px;
    font-size: 48px;
  }

  .h-after {
    font-size: 48px;
  }

  .page-subtitle {
    font-size: 20px;
    line-height: 1.3;
  }

  .payout-section {
    padding-bottom: 70px;
  }

  .col-6 {
    margin-bottom: 30px;
  }

  .large-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .large-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .card-w {
    max-width: 60%;
  }

  .bank-card {
    max-width: 35%;
  }

  .feature-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 15px;
  }

  .testimonial-section-header {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1;
  }

  .div-block {
    max-width: 90%;
  }

  .mask-wrapper {
    max-width: 50%;
  }

  .testimonial-card {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .testimonial-author-wrapper {
    min-height: 50px;
  }

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

  .section-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

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

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

  .panel {
    min-height: auto;
  }

  .panel-left-col {
    padding: 50px;
  }

  .panel-heading {
    font-size: 22px;
  }

  .less-work {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lottie-extra {
    height: auto;
  }

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

  .cta-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
  }

  .cta-img {
    right: 0%;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-nav {
    margin-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-col {
    margin-right: 30px;
  }

  .footer-baner {
    margin-bottom: 15px;
  }

  .menu-btn {
    padding: 0px;
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .footer-logo {
    width: 100%;
    max-width: 260px;
  }

  .top-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .middle-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .last-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #fff;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .short-page-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  .home-hero-section {
    padding-top: 120px;
  }

  .embed {
    margin-bottom: 12px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .h-after {
    font-size: 32px;
  }

  .page-subtitle {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px;
  }

  .icon-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .track-wrapper {
    margin-top: 60px;
  }

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

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .row.reverse-on-3 {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .col-6 {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-6.mb0 {
    margin-bottom: 0px;
  }

  .feature-text-wrapper {
    max-width: 100%;
  }

  .feature-text-wrapper.right {
    max-width: 100%;
  }

  .large-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .large-heading._w-70 {
    max-width: 100%;
  }

  .large-heading.mb-20 {
    margin-bottom: 10px;
  }

  .large-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .card-w {
    max-width: 50%;
  }

  .bank-card {
    left: 12%;
  }

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

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .testimonial-section-header {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.3;
  }

  .owl-item-slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-card {
    padding: 40px 15px 15px;
    box-shadow: 0 7px 20px 0 rgba(5, 5, 5, 0.4);
  }

  .logo-img {
    width: 50px;
    height: 50px;
  }

  .testimonial-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-author-wrapper {
    min-height: auto;
  }

  .author-title {
    font-size: 13px;
  }

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

  .section-heading {
    margin-bottom: 40px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .trading-tab-link {
    padding: 10px 15px;
    font-size: 16px;
  }

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

  .section-heading-wrapper {
    margin-bottom: 30px;
  }

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

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

  .panel-left-col {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    border-bottom: 1px solid #000;
  }

  .panel-text-wrapper {
    max-width: 100%;
  }

  .panel-heading {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .description {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .panel-right-col {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .panel-right-col.padd {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .less-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .footer-nav {
    margin-left: 0px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .footer-nav-link {
    margin-bottom: 8px;
  }

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

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

  .footer-copyright {
    margin-bottom: 16px;
  }

  .social-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-legal {
    line-height: 16px;
    text-align: center;
  }

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

  .footer-logo {
    max-width: 260px;
    margin-bottom: 30px;
  }

  .legal-link {
    margin-bottom: 20px;
    text-align: center;
  }

  .home_testimonial-image-wrapper {
    width: 6rem;
    height: 6rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .testimonial-headshot {
    border-radius: 0.75rem;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .testimonial-quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-mask {
    width: 80%;
    min-width: auto;
  }

  .testimonial-slider {
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .testimonial-logo {
    display: none;
  }

  .testimonial-slide {
    min-height: auto;
  }

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

  .testimonial-content {
    margin-top: 1rem;
    padding: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .short-page-wrapper {
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .extra-section {
    width: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .logo {
    width: 94%;
  }

  .menu-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-hero-section {
    min-height: 54vh;
  }

  .embed {
    line-height: 1;
  }

  .h1 {
    font-size: 26px;
  }

  .h-after {
    font-size: 30px;
  }

  .page-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .icon-btn {
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .track-wrapper {
    margin-top: 40px;
  }

  .payout-section {
    padding-top: 30px;
  }

  .col-6 {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .col-6.pbnone {
    margin-bottom: 0px;
  }

  .feature-text-wrapper {
    margin-bottom: 20px;
  }

  .large-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }

  .large-heading.mb-20 {
    overflow: hidden;
    line-height: 1.3;
  }

  .large-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

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

  .feature-section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }

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

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

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

  .section-heading {
    margin-bottom: 30px;
  }

  .section-subtitle {
    font-size: 16px;
    text-align: left;
  }

  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .trading-tab-link {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .trading-tab-link.w--current {
    text-align: center;
  }

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

  .section-heading-wrapper {
    margin-bottom: 30px;
  }

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

  .integrate-panels-wrapper {
    grid-row-gap: 20px;
  }

  .panel-left-col {
    margin-bottom: 10px;
    padding: 20px;
  }

  .panel-heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.25;
  }

  .description-auto {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .less-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lottie-extra {
    height: auto;
  }

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

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

  .cta-subtitle {
    font-size: 16px;
    text-align: left;
  }

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

  .footer-nav {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .footer-nav-link {
    margin-bottom: 8px;
  }

  .footer-nav-link.w--current {
    margin-bottom: 8px;
    font-size: 12px;
  }

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

  .footer-legal-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 18px;
  }

  .right-arrow {
    right: 16%;
    bottom: 6.5%;
  }

  .testimonial-mask {
    padding-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .left-arrow {
    left: 17%;
    bottom: 6.5%;
  }

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

  .footer-column {
    margin-top: 20px;
  }

  .short-page-wrapper {
    padding-left: 0vw;
  }

  .extra-section {
    display: none;
  }
}

