:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  white-space: normal;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  line-height: 28px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin-left: 40px;
  margin-right: auto;
  display: inline-block;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #ccc;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #e91010;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.mobile {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-primary.nav-button {
  padding-top: 8px;
  padding-bottom: 8px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.navbar {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.navbar-logo {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo.shadow-three {
  z-index: auto;
  background-color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 500px;
  grid-row-gap: 500px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.body {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  font-family: JetBrains Mono, sans-serif;
  font-size: 20px;
}

.heading {
  font-size: 48px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.features {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  color: #ccc;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
}

.heading-3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.roadmap {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #303030;
  border-radius: 8px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.time {
  color: #929292;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.integrated-platform {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  max-width: 30%;
}

.image-2, .image-3 {
  max-width: 80%;
}

.image-4 {
  max-width: 50%;
}

.text-block {
  color: #ccc;
  text-align: center;
  width: auto;
  padding-top: 10px;
  font-size: 16px;
}

.image-5 {
  padding-right: 60px;
}

.wallet {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.coming-soon {
  color: #ccc;
  text-align: center;
  width: auto;
  padding-top: 4px;
  font-size: 16px;
}

.supported-wallet, .footer {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.image-6 {
  max-width: none;
  display: inline-block;
}

.heading-4 {
  color: #fff;
  width: 500px;
  margin-bottom: 100px;
}

.paragraph {
  color: #fff;
  width: 500px;
  height: auto;
  margin-bottom: 20px;
  line-height: 28px;
}

.section {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #000 0%), url('../images/pattern-white.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 128px;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 2000px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.image-7 {
  position: absolute;
  top: -48px;
  bottom: 0%;
  left: 500px;
  right: 0%;
}

.block2 {
  position: absolute;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 120px;
  font-size: 43px;
  line-height: 1.4em;
}

.line2 {
  position: absolute;
  top: 260px;
}

.block1 {
  position: absolute;
}

.block {
  position: absolute;
  top: 257px;
  left: 80px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.list-item {
  color: #fff;
  padding-bottom: 40px;
  font-size: 16px;
}

.list-item-2 {
  color: #fff;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.4em;
}

.list {
  padding-left: 0;
}

.container-5 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-size: 28px;
}

.text-block-2 {
  color: #929292;
  padding-bottom: 40px;
  font-size: 16px;
}

.container-6, .container-7, .container-8 {
  width: 360px;
}

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

.mungkorn {
  z-index: 1;
  width: 80%;
  min-width: 856px;
  max-width: 900px;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 3%;
  overflow: hidden;
}

.horizontal-line {
  position: absolute;
  top: 40%;
  left: 0;
  overflow: auto;
}

.roadmap-box {
  justify-content: space-between;
  align-items: stretch;
  max-width: 940px;
  display: flex;
}

.hero-section {
  z-index: 2;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.horizontal-line-2 {
  position: absolute;
  top: 58%;
  left: 0;
}

.horizontal-line-3 {
  position: absolute;
  top: 30px;
  left: 0;
}

.block-2 {
  position: absolute;
  top: 346px;
  left: 80px;
}

.image-10, .vertical, .vertical-line {
  position: absolute;
  top: -804px;
  left: 82px;
}

.vertical-line-2 {
  position: absolute;
  top: -804px;
  left: 1080px;
}

.vertical-line-3 {
  position: absolute;
  top: -804px;
  left: 82px;
}

.image-11 {
  position: absolute;
  top: -804px;
  left: 456px;
}

.vertical-line-4 {
  position: absolute;
  top: -804px;
  left: 460px;
}

.vertical-line-5 {
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 88%;
  right: auto;
}

.div-block {
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -4px;
}

.div-block-hero {
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 48.5%;
  bottom: auto;
  left: 6.7%;
  right: auto;
}

.div-block-hero-2 {
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 62.5%;
  bottom: auto;
  left: 6.7%;
  right: auto;
}

.container-10 {
  z-index: 5;
  position: relative;
}

.text-block-3 {
  font-size: 14px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: block;
  position: relative;
  overflow: visible;
}

.glowing {
  z-index: 1;
  filter: blur(120px);
  background-color: red;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-2 {
  background-color: #111;
  width: 78px;
}

.absolute100per {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.absolute100per.bgpattern {
  opacity: .05;
}

.absolute100per.bg {
  z-index: 3;
  overflow: hidden;
}

.absolute100per.glow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 60px;
  line-height: 1.4em;
}

.text-block-5 {
  text-align: center;
}

.container-11 {
  z-index: 5;
  position: relative;
}

.div-block-3-copy {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.patternbg {
  background-image: url('../images/pattern-white.png');
  background-position: 0 0;
  background-size: 140px;
  width: 100%;
  height: 100%;
}

.h-line {
  object-fit: fill;
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h-line.block2 {
  top: 49%;
}

.h-line.block3 {
  top: 63%;
}

.v-line {
  object-fit: fill;
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.v-line.block2 {
  top: 40%;
}

.v-line.block3 {
  top: 58%;
}

.v-line.block4 {
  top: 0%;
  left: 39.5%;
}

.v-line.block5 {
  top: 0%;
  left: 88%;
}

.h-line-copy {
  opacity: .22;
  -webkit-text-stroke-width: 5px;
  object-fit: fill;
  background-color: #fff;
  border: .2px solid #fff;
  max-width: 100%;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h-line-copy.block2 {
  top: 40%;
}

.h-line-copy.block3 {
  top: 58%;
}

.image-15 {
  width: auto;
  height: 40px;
}

.sectionfeatures {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.featuresitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #000;
  border-bottom-color: #333;
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: visible;
}

.featuresitem.last {
  border-style: solid none none;
  border-color: #000;
}

.featurescontainer {
  z-index: 2;
  flex-direction: column;
  display: block;
  position: relative;
}

.featurestitle {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
}

.featuresdescription {
  color: #ccc;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.featuresbigtextdiv {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 70%;
  right: auto;
}

.featuresbigtext {
  color: rgba(255, 255, 255, .08);
  -webkit-text-stroke-color: rgba(255, 255, 255, .1);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 230px;
  font-weight: 700;
  line-height: 1.4em;
}

.roadmapitemtitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4em;
}

.roadmapitem {
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex: 1;
  padding: 50px 40px 160px 44px;
  position: relative;
}

.roadmapitem.last {
  border-right-style: none;
}

.roadmapbulletdot {
  background-color: #303030;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.roadmapbulletdot._2dot {
  margin-left: 20px;
}

.roadmapbullet {
  margin-top: 32px;
  position: relative;
}

.roadmapbullet.new {
  margin-top: 10px;
}

.roadmaptitle {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
}

.roadmaptitlediv {
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex: 1;
  order: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.roadmaptitlediv.last {
  border-right-style: none;
}

.sectionroadmap {
  background-image: url('../images/roadmapbg.png');
  background-position: 50% 100%;
  background-size: cover;
}

.roadmaphead {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.dot {
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -4px;
}

.containerroadmap {
  justify-content: flex-start;
  display: flex;
}

.roadmapbullettext {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.roadmapbullettext._2bullet {
  padding-bottom: 0;
  padding-left: 20px;
}

.roadmapitemdate {
  color: #929292;
  font-size: 16px;
}

.sectionshowcase {
  padding-top: 180px;
  padding-bottom: 180px;
}

.sectionshowcase.first {
  padding-bottom: 20px;
}

.sectionshowcase.last {
  padding-top: 20px;
}

.showcasetitle {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
}

.showcasecontent {
  flex-direction: row;
  margin-top: 80px;
  display: flex;
}

.showcasecontent.community {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
}

.showcaseitem {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.showcaseitem.community {
  flex: none;
}

.integratedimage {
  height: 60px;
}

.showcasecomingsoon {
  color: #505050;
  margin-top: 10px;
  font-size: 14px;
}

.walletimage {
  height: 60px;
}

.showcasetext {
  margin-top: 10px;
  font-weight: 500;
}

.image-14 {
  height: 60px;
}

.communitylink {
  color: #fff;
  text-decoration: none;
  transition: transform .2s;
}

.communitylink:hover {
  transform: translate(0, -8px);
}

.communitylink.telegram {
  cursor: not-allowed;
}

.sectoinfooter {
  background-image: url('../images/footer-1.png');
  background-position: 50% 0;
  background-size: cover;
}

.footercontent {
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.footerlogo {
  height: 32px;
}

.footermenu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  padding-left: 60px;
  display: flex;
}

.footerlink {
  color: #929292;
  text-decoration: none;
  transition: color .2s;
}

.footerlink:hover {
  color: #fff;
}

.footerlink.telegram {
  cursor: not-allowed;
}

.footerlinktext {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.text-block-6 {
  font-size: 14px;
}

.stickynavbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  transition: background-color .2s;
  display: flex;
  position: fixed;
}

.navcontainer {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navmenutext {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.navmenutext.w--current {
  color: #fff;
}

.navmenutext.navsoon {
  cursor: not-allowed;
}

.text-span {
  color: #929292;
  font-size: 10px;
}

.nav-menu {
  flex: 1;
  margin-left: 20px;
}

.div-block-3 {
  line-height: 0;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 44px;
    line-height: 1.4em;
  }

  .mungkorn {
    width: 80%;
    max-width: 920px;
    top: 80px;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .hero-section {
    padding-top: 140px;
  }

  .div-block-hero, .div-block-hero-2 {
    left: 6.7%;
  }

  .container-10 {
    max-width: 1060px;
  }

  .glowing {
    filter: blur(160px);
    width: 400px;
  }

  .v-line {
    left: 7%;
  }

  .featurescontainer, .containerroadmap, .containershowcase {
    max-width: 1160px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo.shadow-three {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .navbar-wrapper {
    max-width: 2000px;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    max-width: 1080px;
  }

  .clients-title {
    padding-bottom: 40px;
  }

  .clients-wrapper {
    max-width: 1080px;
  }

  .text-block {
    padding-top: 20px;
  }

  .wallet {
    flex-direction: column;
  }

  .paragraph {
    font-size: 28px;
    line-height: 1.4em;
  }

  .section {
    background-image: linear-gradient(#000, #000 0%), url('../images/pattern-white.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 128px;
    top: -790px;
  }

  .image-7 {
    top: -1px;
  }

  .block2 {
    position: absolute;
    top: 360px;
  }

  .heading-5 {
    width: 600px;
    margin-top: 0;
    margin-bottom: 140px;
    font-size: 52px;
    line-height: 1.4em;
  }

  .line2 {
    position: absolute;
    top: 260px;
  }

  .image-8 {
    position: absolute;
    top: -785px;
    right: 1210px;
  }

  .image-9 {
    position: absolute;
    top: 354px;
    left: 220px;
  }

  .block1 {
    position: absolute;
    top: 360px;
  }

  .block {
    position: absolute;
    top: 354px;
    left: 224px;
  }

  .block-1 {
    position: absolute;
    top: 254px;
    left: 224px;
  }

  .section-2 {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-item {
    color: #fff;
    -webkit-text-stroke-color: rgba(255, 184, 0, 0);
    padding-bottom: 40px;
    font-size: 16px;
  }

  .list-item-2 {
    -webkit-text-stroke-color: rgba(255, 184, 0, 0);
    padding-bottom: 40px;
    font-size: 16px;
  }

  .list {
    -webkit-text-stroke-color: rgba(255, 184, 0, 0);
    width: 300px;
    padding-left: 20px;
    list-style-type: disc;
  }

  .container-5 {
    max-width: 1080px;
    display: flex;
  }

  .heading-6 {
    width: 300px;
    margin-top: 10px;
    font-size: 28px;
  }

  .text-block-2 {
    color: #929292;
    padding-bottom: 40px;
    font-size: 16px;
  }

  .container-6, .container-7, .container-8 {
    padding-right: 10px;
  }

  .container-9 {
    max-width: 1080px;
  }

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

  .mungkorn {
    max-width: 1000px;
    top: 55px;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .horizontal-line {
    position: absolute;
    top: 40%;
  }

  .roadmap-box {
    max-width: 1080px;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#000, #000 0%), url('../images/pattern-white.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 128px;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 120px;
    display: flex;
  }

  .horizontal-line-2 {
    position: absolute;
    top: 4%;
  }

  .horizontal-line-3 {
    position: absolute;
    top: 60%;
  }

  .block-2 {
    position: absolute;
    top: 354px;
    left: 224px;
  }

  .vertical-line-4 {
    left: 38.5%;
  }

  .div-block-hero {
    top: 43.5%;
    left: 9.8%;
  }

  .div-block-hero-2 {
    top: 59.5%;
    left: 9.8%;
  }

  .container-10 {
    width: 100%;
    max-width: 1220px;
    margin-left: 170px;
    margin-right: 100px;
  }

  .glowing {
    filter: blur(140px);
  }

  .absolute100per.bg {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .h-line {
    top: 10%;
  }

  .h-line.block2 {
    top: 44%;
  }

  .h-line.block3 {
    top: 60%;
  }

  .v-line {
    left: 10%;
  }

  .featuresbigtext {
    white-space: nowrap;
  }

  .roadmapitem {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .containerroadmap {
    min-width: 1300px;
    max-width: 1360px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    text-align: center;
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .header {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-logo.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .feature {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 44px;
  }

  .mungkorn {
    width: 100%;
    min-width: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-hero {
    left: 2.6%;
  }

  .div-block-hero-2 {
    top: 61.5%;
    left: 2.6%;
  }

  .container-10 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .h-line.block3 {
    top: 62%;
  }

  .v-line {
    left: 3%;
  }

  .v-line.block4 {
    left: 44%;
  }

  .image-15 {
    padding-top: 8px;
  }

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

  .showcasecontent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  .showcaseitem {
    flex: 0 200px;
  }

  .integratedimage {
    max-width: none;
  }

  .nav-menu {
    background-color: #000;
  }

  .navlogo {
    flex: 1;
  }

  .menu-button-2 {
    margin-left: 10px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 60px 15px;
  }

  .navbar-logo {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .features, .roadmap {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .integrated-platform {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .supported-wallet, .footer {
    padding: 60px 15px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 44px;
  }

  .mungkorn {
    width: 110%;
    max-width: none;
    top: auto;
    bottom: 0%;
    left: -6%;
    right: 0%;
  }

  .container-10 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .roadmapitem {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right-style: none;
    padding-bottom: 80px;
  }

  .roadmaptitlediv {
    border-right-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sectionroadmap, .roadmaphead {
    overflow: visible;
  }

  .dot {
    display: none;
  }

  .containerroadmap {
    flex-direction: column;
  }

  .footercontent {
    justify-content: space-between;
  }

  .footermenu {
    display: none;
  }

  .navcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    margin-left: 10px;
  }

  .button-primary {
    display: block;
  }

  .button-primary.mobile {
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .button-primary.nav-button {
    display: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph {
    width: auto;
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-5 {
    width: auto;
    margin-bottom: 100px;
    font-size: 44px;
    line-height: 1.4em;
  }

  .mungkorn {
    z-index: 1;
    width: 190%;
    max-width: none;
    height: auto;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -12%;
  }

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

  .div-block-hero {
    z-index: auto;
    top: 9.5%;
    left: 2.1%;
  }

  .div-block-hero-2 {
    z-index: auto;
    top: 9.5%;
    left: 43%;
  }

  .container-10 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
  }

  .absolute100per.bg {
    max-width: 100%;
  }

  .h-line {
    top: 10%;
  }

  .h-line.block2 {
    top: 28%;
  }

  .h-line.block3 {
    top: 46%;
  }

  .featuresitem {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .featurescontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featurestitle {
    font-size: 36px;
  }

  .featuresdescription {
    font-size: 16px;
  }

  .roadmapitemtitle {
    font-size: 32px;
  }

  .roadmapitem {
    padding: 40px 20px 60px 40px;
  }

  .roadmapbullet {
    margin-top: 28px;
  }

  .roadmaptitle {
    font-size: 36px;
  }

  .roadmapitemdate {
    font-size: 16px;
  }

  .sectionshowcase {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .showcasetitle {
    font-size: 36px;
  }

  .showcasecontent {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .showcaseitem {
    flex-basis: 120px;
  }

  .integratedimage {
    height: 50px;
  }

  .showcasecomingsoon {
    margin-top: 4px;
    font-size: 12px;
  }

  .walletimage {
    height: 50px;
  }

  .showcasetext {
    font-size: 16px;
  }
}

#w-node-_182118fc-dbf7-2a21-2f75-f748429d7b04-ba8ba519, #w-node-_58a3e3e8-8174-b23b-68f3-438b3ab58e02-ba8ba519, #w-node-_09b496fb-7500-183a-f505-aae736785244-ba8ba519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


