.container-flex {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1170px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.section2-d-bttns {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  -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;
}

.image {
  position: absolute;
  z-index: 1;
}

.text-block-84-copy {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.wrapper-2 {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-image-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.hero-image {
  display: block;
}

.d-59-shine-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 35px;
  padding-left: 35px;
  -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;
  background-color: #c46f2b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 203, 123, 0.8)), to(#75dfff));
  background-image: linear-gradient(180deg, rgba(48, 203, 123, 0.8), #75dfff);
}

.brand-4 {
  height: 100%;
  padding-top: 20px;
}

.hero-image-wrap {
  display: block;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-5 {
  position: relative;
  z-index: 999;
  display: block;
  width: 16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0em;
}

.text-span-3 {
  color: #0cf;
}

.v4 {
  height: 110vh;
  background-color: rgba(3, 196, 161, 0.8);
}

.nav-bar-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.android {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.android:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.d-67-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin: 5px;
  -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-image: none;
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.link-block-4 {
  position: relative;
  z-index: 999;
  display: block;
  width: 16%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.v3 {
  height: 110vh;
  background-color: rgba(198, 42, 136, 0.8);
}

.div-block-24 {
  position: relative;
  width: 757em;
  height: 426px;
}

.section-1 {
  height: 100vh;
}

.wrapper-phone {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 412px;
  -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-span-2 {
  color: #f3cfb2;
}

.lottie-animation {
  display: none;
}

.html-embed {
  display: none;
}

.hero-h1-2 {
  max-width: 580px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.div-block-27 {
  position: fixed;
  left: 35px;
  top: 0%;
  right: 35px;
  bottom: auto;
  display: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 35px;
  padding-left: 35px;
  -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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9030cb), to(#3e17dc));
  background-image: linear-gradient(180deg, #9030cb, #3e17dc);
}

.phone-background {
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 400px;
  border-radius: 30px;
  background-color: #c96b6b;
  background-image: linear-gradient(74deg, #9030cb, #3e17dc);
  background-position: 0px 0px;
  background-size: auto;
}

.image-3 {
  width: 50%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-text {
  position: relative;
  z-index: 999;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.demo-wrapper {
  position: relative;
  display: none;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.scroll-snap-wrapper {
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  max-width: 1920px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: hsla(0, 0%, 94.1%, 0);
}

.text-block-84 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.container-flex-2 {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1170px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-67-image-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 100vh;
}

.lottie-animation-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 7%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  opacity: 0.1;
}

.image-2 {
  width: 45%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.logo-text {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.v2 {
  height: 110vh;
  background-color: rgba(89, 9, 149, 0.8);
}

.d-67-3d-wrapper-3 {
  display: block;
  height: 580px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.hero-app-buttons {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  -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;
}

.info-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  background-color: transparent;
}

.text-block-97 {
  position: relative;
  z-index: 999;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.v1 {
  height: 110vh;
  background-color: rgba(21, 4, 133, 0.8);
}

.hero-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.ios {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ios:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.d-67-moving-line {
  display: none;
  width: 25%;
  height: 5px;
  border: 1px none #000;
  background-color: #fff;
}

.d-67-moving-line.bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.d-67-moving-line.top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 5px;
  height: 25%;
}

.d-67-moving-line.top-left {
  width: 5px;
  height: 25%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  max-width: 1170px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  width: 52%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-4:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-5 {
  width: 45%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-block {
  font-size: 12px;
  text-decoration: none;
}

.image-6 {
  width: 16%;
}

.div-block-20--mobile {
  display: none;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-98 {
  color: #666;
  font-size: 12px;
}

.footer-links:hover {
  color: #832ccd;
  text-decoration: underline;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 20px;
  -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;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1170px;
  -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;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 1170px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-18 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  -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;
}

.text-block-90 {
  color: #666;
  font-size: 12px;
}

.text-block-90:hover {
  color: #842ccd;
}

.heading-4 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 35px;
  padding-left: 35px;
  -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;
  background-color: #ffdd45;
  -o-object-fit: none;
  object-fit: none;
}

.hterms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -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;
}

.heading-5 {
  color: #999;
  text-align: center;
}

.heading-6 {
  padding-bottom: 20px;
  color: #999;
  text-align: center;
}

.text-block-95 {
  color: #999;
  font-size: 17px;
}

.text-block-96 {
  color: #999;
  font-size: 17px;
  line-height: 24px;
}

.list {
  color: #999;
}

.text-block-94 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
  font-size: 17px;
}

.body-2 {
  background-color: #000;
}

@media screen and (min-width: 1920px) {
  .container-flex {
    max-width: 1600px;
  }

  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#862dcd), to(#531fd8));
    background-image: linear-gradient(180deg, #862dcd, #531fd8);
  }

  .div-block-25 {
    width: 100vw;
    max-width: 100vw;
  }

  .section2-d-bttns {
    position: relative;
    z-index: 999;
    display: block;
    width: 90%;
    padding-bottom: 40px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-84-copy {
    font-size: 24px;
    line-height: 27px;
  }

  .hero-image-wrap2 {
    width: 50%;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px;
    padding-left: 35px;
    -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;
    background-color: rgba(196, 112, 43, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 203, 123, 0.8)), to(#75dfff));
    background-image: linear-gradient(180deg, rgba(48, 203, 123, 0.8), #75dfff);
  }

  .brand-4 {
    left: 140px;
  }

  .hero-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }

  .link-block-5 {
    width: 11%;
  }

  .hero-h1 {
    max-width: 100%;
    font-size: 110px;
  }

  .link-block-4 {
    width: 12%;
  }

  .div-block-24 {
    width: 25%;
  }

  .section-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 100vw;
    -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;
  }

  .wrapper-phone {
    top: 140px;
    z-index: 10;
    width: 200px;
    height: 420px;
  }

  .hero-h1-2 {
    max-width: 100%;
    font-size: 100px;
  }

  .div-block-27 {
    left: auto;
    right: auto;
    display: none;
    width: 1920px;
    max-width: 1920px;
    -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;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px;
    padding-left: 35px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9030cb), to(#3e17dc));
    background-image: linear-gradient(180deg, #9030cb, #3e17dc);
  }

  .phone-background {
    width: 200px;
    height: 410px;
    background-image: linear-gradient(74deg, #9030cb, #3e17dc);
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-3 {
    width: 50%;
  }

  .sub-text {
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 300;
  }

  .scroll-snap-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .text-block-84 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-flex-2 {
    max-width: 1600px;
  }

  .lottie-animation-3 {
    display: none;
    opacity: 0.1;
  }

  .image-2 {
    width: 45%;
  }

  .hero-app-buttons {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-wrap {
    position: fixed;
    display: block;
  }

  .text-block-97 {
    padding-bottom: 40px;
    font-size: 5em;
    font-weight: 700;
  }

  .hero-text {
    z-index: 999;
    width: 100%;
  }

  .image-4 {
    width: 35%;
  }

  .image-5 {
    width: 30%;
  }

  .text-block-98 {
    font-size: 12px;
  }

  .image-7 {
    width: 6%;
  }

  .div-block-19 {
    width: 30%;
    padding-bottom: 20px;
  }

  .div-block-21 {
    max-width: 1170px;
  }

  .div-block-20 {
    width: 400px;
  }

  .div-block-18 {
    width: 60%;
  }

  .text-block-90 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }

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

  .section-4 {
    max-width: 100vw;
    background-color: #ffdd45;
  }

  .hterms {
    max-width: 1920px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .text-block-95 {
    font-size: 17px;
    line-height: 30px;
  }

  .text-block-96 {
    font-size: 17px;
    line-height: 30px;
  }

  .text-block-94 {
    font-size: 17px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .container-flex {
    width: 768px;
    max-width: 768px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section2-d-bttns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-image-wrap2 {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-image-wrap {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-h1 {
    font-size: 48px;
  }

  .hero-content {
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-h1-2 {
    font-size: 48px;
  }

  .demo-wrapper {
    margin-top: 0px;
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-flex-2 {
    width: 768px;
    max-width: 768px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-app-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .footer {
    width: 70%;
    max-width: 768px;
  }

  .div-block-21 {
    width: 70%;
    max-width: 768px;
  }

  .div-block-20 {
    width: 400px;
    max-width: 768px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

@media screen and (max-width: 479px) {
  .container-flex {
    width: 300px;
    max-width: 320px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block-84-copy {
    color: #fff;
  }

  .wrapper-2 {
    width: 100vh;
    height: 90%;
    max-width: 100vw;
    padding-top: 100px;
  }

  .hero-image-wrap2 {
    width: 80%;
  }

  .hero-image {
    padding-top: 20px;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .brand-4 {
    height: auto;
    padding-top: 0px;
  }

  .hero-image-wrap {
    width: 80%;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .hero-h1 {
    font-size: 23px;
  }

  .android {
    display: none;
    width: 40%;
  }

  .hero-content {
    max-width: 320px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .section-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-phone {
    width: 100px;
    height: 210px;
  }

  .hero-h1-2 {
    font-size: 26px;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .phone-background {
    width: 100px;
    height: 210px;
    border: 1px dashed #000;
    border-radius: 20px;
  }

  .image-3 {
    display: none;
    width: 40%;
  }

  .sub-text {
    font-size: 12px;
  }

  .demo-wrapper {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-flex-2 {
    width: 280px;
    height: auto;
    max-width: 320px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .image-2 {
    display: none;
    width: 40%;
  }

  .logo-text {
    font-size: 20px;
  }

  .hero-app-buttons {
    display: none;
  }

  .text-block-97 {
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: rgba(63, 243, 224, 0);
  }

  .ios {
    display: none;
    width: 40%;
  }

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

  .image-4 {
    display: none;
    width: 40%;
  }

  .image-5 {
    display: none;
    width: 40%;
  }

  .div-block-26 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-6 {
    width: 50%;
  }

  .div-block-20--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    -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;
  }

  .div-block-21 {
    max-width: 320px;
  }

  .div-block-20 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    padding-top: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 4px;
  }

  .hterms {
    min-height: 500px;
    padding-top: 20px;
  }
}

