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

.nav-content {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1020;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.main-button {
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-family: degular, sans-serif;
  color: #6436fe;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.main-button:hover {
  box-shadow: 0 0 20px 10px rgba(100, 54, 254, 0.54);
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
}

.main-button.big {
  padding-top: 16px;
  padding-bottom: 16px;
  background-image: linear-gradient(45deg, #6436fe, #4966ff);
  color: #fff;
  font-size: 18px;
}

.main-button.big.white {
  background-image: none;
  color: #6436fe;
}

.body {
  background-color: #100c1b;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6436fe;
  background-image: url('../images/wiggle-22.svg');
  background-position: 0% 67%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: 1;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  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-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;
}

.content-wrapper.medium {
  position: relative;
  overflow: hidden;
  width: 90%;
  height: 500px;
  padding: 32px 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #6436fe;
  background-image: radial-gradient(circle farthest-side at 0% 0%, #a149ff, #6436fe);
}

.left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: degular-display, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
}

.hero-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Relative, sans-serif;
  color: #e8e1ff;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.right-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.right-wrapper.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 325px;
  height: 700px;
  border: 10px solid #202020;
  border-radius: 32px 32px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.phone.hero {
  position: relative;
  width: 350px;
  border-radius: 32px;
}

.features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-title {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: degular, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-paragraph {
  width: 60%;
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Relative, sans-serif;
  color: #e8e1ff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

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

.grid-wrapper {
  width: 100%;
  height: auto;
  margin-top: 42px;
  margin-bottom: 42px;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-item-card {
  width: 100%;
  height: 250px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}

.grid-item-card:hover {
  box-shadow: 0 0 20px 0 rgba(100, 54, 254, 0.3);
}

.grid-item-card.no-shadow {
  box-shadow: none;
}

.grid-item-card.coming-soon {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.03);
}

.grid-item-card.soon {
  opacity: 0.45;
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  opacity: 1;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Relative, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.feature-desc {
  margin-top: 4px;
  margin-bottom: 8px;
  background-color: transparent;
  font-family: Relative, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.coming-soon-badge {
  display: none;
  width: 125px;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 8px;
  background-color: #6436fe;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.coming-soon-badge.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(121deg, #6436fe, #4966ff);
}

.money-section {
  position: static;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6436fe;
}

.block-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-item-card {
  width: 335px;
  height: 200px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  text-align: center;
}

.block-item-card.no-shadow {
  box-shadow: none;
}

.div-block-2 {
  width: 400px;
  height: 1px;
  border: 2px dashed #6436fe;
  background-color: transparent;
}

.lottie-animation {
  width: 400px;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1020;
  width: 100%;
  height: 100px;
  background-color: transparent;
}

.navbar-button {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Relative, sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.navbar-button:hover {
  background-color: hsla(0, 0%, 100%, 0.07);
}

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

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

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Relative, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Relative, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  text-decoration: none;
}

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-left: 12px;
}

.social {
  width: 26px;
  height: 26px;
  margin-right: 12px;
  margin-left: 12px;
}

.banner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.banner-title {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: degular, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.rig {
  width: 40%;
  height: auto;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    width: 90%;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .phone {
    width: 250px;
    height: 500px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-wrapper {
    width: 90%;
  }

  .section-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .block-stack {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-item-card {
    width: 500px;
    padding: 12px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-button {
    padding-bottom: 12px;
  }

  .hero-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper.medium {
    height: 350px;
  }

  .left-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    text-align: center;
  }

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

  .right-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-wrapper.centered.hide {
    display: none;
  }

  .phone.hide {
    display: none;
  }

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

  .section-paragraph {
    width: 80%;
  }

  .section-paragraph.left {
    text-align: center;
  }

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

  .lottie-animation {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .centered-buttons {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-image {
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-3 {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

@media screen and (max-width: 479px) {
  .nav-content {
    width: 90%;
  }

  .main-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .main-button.big.white {
    text-align: center;
  }

  .body {
    overflow: visible;
    height: 100%;
  }

  .hero-heading {
    width: 100%;
    font-size: 42px;
    line-height: 42px;
  }

  .phone {
    width: 300px;
    height: 600px;
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .phone.hero {
    width: 325px;
  }

  .features-section {
    overflow: hidden;
  }

  .section-title {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .section-paragraph {
    width: 100%;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: minmax(200px, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .money-section {
    overflow: hidden;
  }

  .block-item-card {
    width: 100%;
  }

  .html-embed {
    position: relative;
    z-index: 1020;
    width: 100%;
    height: 100%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 120px;
  }

  .footer-heading {
    margin-top: 20px;
    font-family: Relative, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link {
    font-family: Relative, sans-serif;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 20px;
  }

  .text-block {
    font-family: Relative, sans-serif;
  }

  .div-block-3 {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner-section {
    overflow: hidden;
  }

  .banner-title {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a5dbd3f2-d838-7a5a-a4c0-670ddaf37e5b-927d4238 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c72512fa-6f51-b363-1e3b-7610c8f5d08f-927d4238 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Relative';
  src: url('../fonts/60a5a9bff8c791cc9e035f62_Relative-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/60a5a9bff8c7911b77035f63_Relative-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/60a5a9bff8c7911b18035f61_Relative-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}