:root {
  --blue: #2e8ff6;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.nav-menu-wrapper {
  color: #fff;
}

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

.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: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.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 {
  color: #fff;
  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-button-wrapper {
  color: #000;
  margin-left: 120px;
}

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

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

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

.button-primary.footer-form-button {
  color: #fff;
  background-color: #000;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
}

.about {
  background-color: #f5f7fa00;
  border-bottom: 0 solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.tokenomics {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  filter: brightness(150%);
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.footer {
  border-bottom: 0 #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-social-link-three {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-divider-two {
  background-color: #2e8ff6;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.body {
  background-color: #000;
  margin: auto;
}

.text-block,
.image,
.text-block-2,
.heading {
  color: #fff;
}

.hero {
  background-color: #f5f7fa00;
  border: 1px #000;
  border-bottom-width: 0;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(
    210deg,
    #8a8a8a,
    #fff 22%,
    #b6b3b3 45%,
    #c7c7c7 55%,
    #c9c9c9 73%,
    #fff
  );
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.2s;
  display: block;
}

.button-primary-2:hover {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #32343a;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1.4);
}

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

.heading-2 {
  filter: brightness(150%);
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff30;
  background-image: url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
}

.bold-text {
  border-bottom: 2px solid #2e8ff6;
  position: static;
}

.column {
  background-color: #2c2c2c00;
  border: 2px solid #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.column:hover {
  background-image: linear-gradient(#000c, #000c),
    url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-color: #2e8ff6;
  transform: scale(1.1);
}

.column-2 {
  -webkit-text-fill-color: inherit;
  background-color: #2c2c2c00;
  background-image: linear-gradient(#000000cf, #000000cf);
  background-clip: padding-box;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.column-2:hover {
  background-color: #2e8ff61a;
  background-image: linear-gradient(#000000cf, #000000cf),
    url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  border-color: #2e8ff6;
  transform: scale(1.1);
}

.column-3 {
  background-color: #2c2c2c00;
  border: 2px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.column-3:hover {
  background-image: linear-gradient(#000c, #000c),
    url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-color: #2e8ff6;
  transform: scale(1.1);
}

.heading-3,
.paragraph {
  color: #fff;
  text-align: center;
}

.text-span {
  color: #2d8ff6;
}

.text-span-2 {
  border-bottom: 2px solid var(--blue);
}

.text-block-3,
.text-block-4,
.text-block-5 {
  color: #fff;
}

.link-block {
  margin-top: 40px;
  display: block;
}

.column-4 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000059;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: block;
}

.column-4:hover {
  border-color: #2e8ff6;
  transform: scale(1.1);
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.paragraph-2:hover {
  filter: brightness(150%);
  -webkit-text-fill-color: transparent;
  background-image: url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 25% 250%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  transform: scale(1);
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: #fff;
}

.text-block-6 {
  filter: brightness(82%);
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    210deg,
    #dfdfdf,
    silver 13%,
    #fff 31%,
    #a09c9c 51%,
    #fff 72%,
    #c9c9c9 88%,
    #fff
  );
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
}

.bg-image {
  z-index: -1;
  vertical-align: baseline;
  position: absolute;
  inset: auto 15% 0% auto;
}

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

.text-span-3 {
  filter: brightness(150%);
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: transparent;
  background-image: url("../images/Flag-Of-Us-Wallpaper-4722x3176.jpg");
  background-position: 0%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.latestcoverage {
  background-color: #fff0;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.centered-heading-2 {
  color: #fff;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}

.centered-subheading-2 {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  border: 2px solid #fff;
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-slide-wrapper:hover {
  border-color: var(--blue);
}

.testimonial-card {
  background-color: #2c2c2c80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.text-span-4 {
  border-bottom: 2px solid var(--blue);
}

.paragraph-3 {
  max-width: 50%;
}

.features-list {
  border-bottom: 2px none var(--blue);
  padding: 40px 30px 20px;
  position: relative;
}

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: 0;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-5 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  text-decoration: none;
}

.paragraph-5,
.paragraph-6 {
  color: #fff;
}

.link-block-2,
.link-block-3,
.link-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  color: #fff;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-3:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transform: scale(1.3);
}

.image-4 {
  color: #fff;
}

.howtobuy {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

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

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

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

.list {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.code-embed {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 20px 0 0;
  display: block;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-block-7 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.div-block-4 {
  letter-spacing: 2px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    210deg,
    #fff,
    #bcbcbc 16%,
    #e7e3e3 33%,
    #bebebe 54%,
    #e6e6e6 72%,
    #cacaca 86%,
    #fff
  );
  background-clip: border-box;
  border-radius: 20px;
  padding: 12px 25px;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.div-block-4:hover {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1.4);
}

.image-5 {
  transition: transform 0.2s;
}

.image-5:hover {
  transform: scale(1.3);
}

.image-6 {
  transition: transform 0.2s;
}

.image-6:hover {
  transform: scale(1.3);
}

.image-7 {
  transition: transform 0.2s;
}

.image-7:hover {
  transform: scale(1.3);
}

.image-8 {
  transition: transform 0.2s;
}

.image-8:hover {
  transform: scale(1.3);
}

.div-block-2-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper {
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .hero {
    padding-bottom: 40px;
  }

  .hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    box-shadow: none;
    max-width: 100%;
  }

  .button-primary-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 39px;
  }

  .paragraph {
    font-size: 13px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .latestcoverage {
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: 728px;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .features-list {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-wrapper-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features-left {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
  }

  .features-right {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin: 0 100px;
  }

  .features-image {
    border-radius: 50px;
  }

  .div-block {
    margin-left: 40px;
  }

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

  .hero-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .hero-split-3 {
    max-width: 100%;
    margin: 20px 40px 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list {
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed {
    flex-flow: row;
    max-width: 100%;
    display: none;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 #0000000d;
  }

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

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

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

  .hero-stack {
    padding: 60px 15px;
  }

  .container {
    display: block;
  }

  .about {
    padding: 20px 15px;
  }

  .centered-subheading {
    padding-left: 0;
  }

  .tokenomics {
    padding: 20px 15px 60px;
  }

  .features-wrapper {
    flex-flow: row;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .columns {
    flex-flow: column;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .hero {
    padding: 10px 15px 60px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .shadow-two {
    max-width: 50%;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .button-primary-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    font-size: 45px;
  }

  .paragraph {
    font-size: 12px;
  }

  .bg-image {
    bottom: 10%;
  }

  .hero-split-2 {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .latestcoverage {
    padding: 60px 15px 20px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .features-list {
    padding: 60px 15px 20px;
  }

  .features-right {
    margin-left: 60px;
    margin-right: 60px;
  }

  .howtobuy {
    padding: 20px 15px 60px;
  }

  .list {
    margin-bottom: 0;
  }

  .div-block-2-2 {
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .container {
    text-align: left;
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .tokenomics {
    padding-bottom: 20px;
  }

  .features-wrapper {
    flex-flow: column;
  }

  .features-title {
    font-size: 60px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-social-block-three {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    display: flex;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .hero {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .hero-split {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .button-primary-2 {
    margin-right: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 50px;
    line-height: 65px;
  }

  .bold-text {
    font-size: 30px;
  }

  .column-4 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }

  .paragraph-2 {
    margin-left: 0;
    font-size: 10px;
    overflow: visible;
  }

  .container-2 {
    text-align: center;
    flex-flow: column;
  }

  .hero-split-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .latestcoverage {
    padding-top: 20px;
  }

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

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .features-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-left {
    flex-flow: column;
    align-items: stretch;
  }

  .features-right {
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .paragraph-4,
  .paragraph-5,
  .paragraph-6 {
    text-align: left;
  }

  .link-block-2 {
    flex-flow: row;
  }

  .link-block-3,
  .link-block-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .howtobuy {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-wrapper-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    margin-left: 30px;
    margin-right: 20px;
  }

  .code-embed {
    display: none;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .text-block-7 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }

  .div-block-4 {
    border-radius: 20px;
    padding: 12px 25px;
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .div-block-4:hover {
    letter-spacing: 3px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transform: scale(1.4);
  }

  .div-block-2-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

#w-node-_3887dd47-fdfa-828a-460c-6f47badcc6df-0d5c2339 {
  align-self: start;
}
