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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.container {
  height: 75rem;
  display: block;
}

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

.navbar--container.tablet {
  max-width: 1100px;
}

.heading-2 {
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(273deg, #865de2, #a076ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 44px;
  line-height: 130%;
}

.hero {
  background-color: #6535d3;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.global-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partners-wrappar {
  padding-top: 120px;
  padding-bottom: 40px;
}

.button {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #a076ff;
  border-radius: 16px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

.navbar-wrappar {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.market-wrappar {
  padding-top: 120px;
  padding-bottom: 120px;
}

.market-button {
  background-color: #00b500;
  border-radius: 60px;
  padding: 7px 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.market-button.invest {
  color: #fff;
  background-color: #a076ff;
  font-family: Inter, sans-serif;
}

.text-block {
  color: #ffffffba;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 60px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.content-text {
  order: 0;
  width: 60%;
  padding-right: 10px;
}

.content-text.second-invest {
  order: 1;
}

.content-image {
  width: 100%;
  max-width: 294.766px;
  height: 100%;
  max-height: 225.047px;
}

.content-image._2 {
  order: -1;
}

.navbar-brand-logo {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero-contents {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.partners-title-h4 {
  color: #676767;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image {
  border-radius: 16px;
  width: 100%;
  max-width: 295px;
  height: 100%;
  max-height: 225.234px;
}

.partners-content {
  text-align: center;
}

.growth-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.hero-image-wrappar {
  object-fit: fill;
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
}

.navbar-brand {
  object-fit: contain;
  width: 52px;
  height: 50px;
}

.growth {
  background-color: #f5f2ff;
  background-image: linear-gradient(#e7e3f9, #f5f2ff);
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-block-3 {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-3.invest {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.hero-button-wrappar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.market-heading-h1 {
  color: #0f172a;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Sora, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.navbar {
  background-color: #ddd0;
  padding-top: 42px;
  padding-bottom: 42px;
}

.page--wrappar {
  z-index: 100;
  padding-bottom: 0;
  position: relative;
}

.market-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2fff6;
  border-radius: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 8px 16px #3799541a;
}

.market-content.invest {
  background-color: #f5f2ff;
  box-shadow: inset 0 0 4px #f5f2ff, inset 0 0 7px #f5f2ff, inset 0 2px 7px #f5f2ff, inset -4px -4px 12px #fff, inset 4px 4px 12px #dbd4f4, 0 2px 4px #5537991a, 0 4px 16px #5537991a;
}

.heading {
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a076ff, #fff 42%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Sora, sans-serif;
  font-size: 54px;
  line-height: 130%;
}

.top-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.navbar--content {
  z-index: 100;
  background-color: #fff;
  border-radius: 63px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 8px #59595940;
}

.contact {
  display: block;
}

.box-model {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.box-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 28px 23px;
  transition: color .3s linear, box-shadow .3s linear, background-color .3s linear;
  display: flex;
  box-shadow: inset 2px 2px #ffffff73, inset 0 0 4px #fbfaff, 0 0 7px #fbfaff, inset -4px -4px 12px #fff, 0 2px 4px #55379933, inset 4px 4px 12px #ebe8f6;
}

.box-item:hover {
  color: #fff;
  background-color: #a076ff;
  box-shadow: 0 4px 16px #5537991a, 0 2px 4px #5537991a, inset 4px 4px 12px #6b43c4, inset -4px -4px 12px #dbccff, inset 0 0 7px #a076ff, inset 0 0 7px #a076ff, inset 0 0 4px #a076ff, inset 2px 2px #ffffff73, inset 0 0 4px #fbfaff, 0 0 7px #fbfaff, inset -4px -4px 12px #fff, 0 2px 4px #55379933, inset 4px 4px 12px #ebe8f6;
}

.image-2 {
  color: #6f303000;
  background-color: #f000;
}

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

.box-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 29px;
  line-height: 120%;
}

.box-para {
  text-align: center;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline start;
  display: grid;
}

.ride {
  padding-top: 120px;
  padding-bottom: 40px;
}

.ride-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.ride-h1 {
  color: #000;
  letter-spacing: 3px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.ride-content-card {
  justify-content: space-between;
  display: flex;
}

.ride-content-item {
  background-color: #fffef2;
  border-radius: 32px;
  flex-flow: column;
  width: 200px;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 16px #99373900, 0 2px 4px #99373900, inset 4px 4px 12px #0004ff12, inset -4px -4px 12px #fff0, inset 0 0 7px #fffef200, inset 0 0 7px #fffef200, inset 0 0 4px #fffef200;
}

.ride-content-item._01 {
  box-shadow: inset 0 0 4px #fffef2, inset 0 0 7px #fffef2, inset 0 0 7px #fffef2, inset -4px -4px 12px #fff, inset 4px 4px 12px #eae8cd, 0 2px 4px #9937391a, 0 4px 16px #9937391a;
}

.ride-content-item._02 {
  background-color: #f2fff6;
  box-shadow: inset 0 0 4px #f2fff6, inset 0 0 7px #f2fff6, inset 0 0 7px #f2fff6, inset -4px -4px 12px #fff, inset 4px 4px 12px #d4f4de, 0 2px 4px #3799541a, 0 4px 16px #3799541a;
}

.ride-content-item._03 {
  background-color: #f2faff;
  box-shadow: inset 0 0 4px #f2faff, inset 0 0 7px #f2faff, inset 0 0 7px #f2faff, inset -4px -4px 12px #fff, inset 4px 4px 12px #d4e7f4, 0 2px 4px #3770991a, 0 4px 16px #3770991a;
}

.ride-content-item._04 {
  background-color: #f5f2ff;
  box-shadow: inset 0 0 4px #f5f2ff, inset 0 0 7px #f5f2ff, inset 0 0 7px #f5f2ff, inset -4px -4px 12px #fff, inset 4px 4px 12px #dbd4f4, 0 2px 4px #5537991a, 0 4px 16px #5537991a;
}

.item-top-h4 {
  color: #0f172a;
  text-transform: none;
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.text-block-5 {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.money-wrappar {
  padding-top: 40px;
  padding-bottom: 120px;
}

.money-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.money-content-bottom {
  justify-content: space-between;
  display: flex;
}

.money-h1 {
  letter-spacing: 3px;
  text-transform: capitalize;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.text-block-6 {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.money-content-item {
  width: 250px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.traditional-content {
  background-color: #fff2f2;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 4px 16px #9937391a, 0 2px 4px #f5efef, inset 4px 4px 12px #ded3d3, inset -4px -4px 12px #fff, inset 0 0 7px #f5efef, inset 0 0 7px #f5efef, inset 0 0 4px #f5efef, inset 2px 2px #ffffff73;
}

.traditional-top {
  position: static;
}

.traaditional-h1 {
  color: #8f7b7b;
  letter-spacing: 3px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
  position: static;
}

.text-span {
  color: #f8737b;
}

.image-3 {
  position: absolute;
  inset: -95% 0% auto -2%;
}

.traditional-bottom {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.traditional-left {
  width: 49%;
}

.traditional-left-wrappar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.left-inner-h1 {
  color: #f8737b;
  border-bottom-color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.huge-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 85%;
  display: flex;
}

.huge-text.right {
  overflow-wrap: normal;
  width: 80%;
}

.text-traditional {
  color: #8f7b7b;
  border-left: 2px solid #f8737b;
  padding-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.text-traditional.right {
  border-left-color: #00b500;
}

.text-span-2 {
  font-size: 16px;
  font-weight: 700;
}

.traditional-right {
  width: 49%;
}

.traditional-right-wrappar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-3 {
  color: #00b500;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.heading-4 {
  color: #f8737b;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.broken-img {
  position: relative;
}

.span-in {
  color: #a076ff;
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.invest-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.invest-heading-h1 {
  color: #292929;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.invest-button-wrappar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.invest-button {
  text-transform: uppercase;
  background-color: #a076ff;
  border-radius: 16px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.market-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.invest-video {
  background-color: #f5f2ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.invest-video-contents {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.invest-contents-middle {
  border-radius: 32px;
  overflow: hidden;
}

.invest-contest-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.invest-contents-h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(286deg, #000, #865de2 0%, #a076ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sora, sans-serif;
  font-size: 44px;
  line-height: 130%;
}

.invest-contenrs-h6 {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.invest-contents-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fbfaff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 100%;
  min-height: 236px;
  padding: 28px 24px;
  display: flex;
  box-shadow: inset 2px 2px #ffffff73, 0 0 4px #fbfaff, inset 0 0 7px #fbfaff, inset 0 0 7px #fbfaff, inset -4px -4px 12px #fff, inset 4px 4px 12px #ebe8f6, 0 2px 4px #5537991a, 0 4px 16px #5537991a;
}

.invest-contents-item._01 {
  justify-content: center;
  align-items: stretch;
  min-height: 236px;
}

.invest-contents-item._02, .invest-contents-item._03 {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 250px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.invest-inner-text {
  text-align: center;
  border: 2px solid #676767cc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.invest-inner-text._02 {
  flex-flow: column;
}

.icon-text-invest {
  color: #676767;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-weight: 600;
}

.invest-video-contents-inner-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 27px;
  line-height: 120%;
}

.invest-video-contents-inner-h6 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.collection-list-4 {
  justify-content: space-between;
  display: flex;
}

.make_money_para.sl8_para {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.section-2 {
  background-color: #0000;
  width: auto;
  height: auto;
}

.section-2.still_section {
  background-color: #6535d3;
  padding-top: 120px;
  padding-bottom: 120px;
}

.single_money_para.sl8_para2 {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.make_money_category {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.single_make_money_category {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.make_money_heading {
  font-size: 40px;
}

.make_money_heading.sl8_head {
  letter-spacing: 2px;
  font-family: Sora, sans-serif;
  line-height: 130%;
}

.make_money_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.single_money_title.sl8_head2 {
  color: #0f172a;
  font-family: Sora, sans-serif;
  font-size: 21px;
  line-height: 120%;
}

.make_money_image {
  width: 100%;
}

.inner_make_money_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global-container-2 {
  max-width: 1000px;
}

.single_bonus_head {
  color: #ca831f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.get_bonus_cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bonus_etail {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get_bonus_head.sl8_head {
  letter-spacing: 2px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.get_bonus_para.sl8_para {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

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

.bonus_head_title {
  color: #fff;
}

.bonus_head.sl8_head2 {
  color: #0f172a;
  font-family: Sora, sans-serif;
  font-size: 29px;
  line-height: 120%;
}

.inner_get_bonus_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.get_bonus_single_card {
  background-color: #fffef2;
  border-radius: 32px;
  width: 100%;
  padding: 32px 67px 32px 32px;
  box-shadow: inset 8px -8px 5px #998e371a;
}

.single_bonus_para {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.get_bonus_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.single_bonus_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.bonus_head_tag {
  background-color: #ca831f;
  border-radius: 233px;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 6px 11px;
  display: flex;
}

.collection-item-5 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.mask-2 {
  text-align: center;
}

.visionaries_member_slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 500px;
  display: flex;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.single_member_visionaries_mbl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-2 {
  width: 250px;
  overflow: hidden;
}

.visionaries_membere_name {
  color: #0f172a;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.visionaries_intro {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.visionaries_para {
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.visionaries_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.visionaries_member_info {
  color: #a2a2a2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.visionaries_member_country {
  color: #676767;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.inner_visionaries_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.visionaries_member_designation {
  color: #676767;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.icon-2 {
  background-color: #8080801f;
  border-radius: 50%;
}

.visionaries_head {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.visionaries_member_intro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.visionaries_members {
  width: 100%;
  padding-bottom: 50px;
}

.icon-3 {
  background-color: #8080801f;
  border-radius: 50%;
}

.single_visionaries_member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  min-height: 500px;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f2faff;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-regular-2 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-icon-2 {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: none;
}

.faq_intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-border {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #0000;
  border: .5px #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  display: flex;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-gray {
  background-color: #0000;
  padding: 0;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-600 {
  color: #6e828e;
  line-height: 160%;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  color: #0f172a;
  font-family: Sora, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-title-2 {
  z-index: 2;
  background-color: #f2faff;
  flex-flow: column;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.faq {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 32px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 4px #f2faff, inset 0 0 7px #f2faff, inset 0 0 70px #f2faff, inset -4px -4px 12px #fff, inset 4px 4px 12px #fff, 0 2px 4px #3770991a, 0 4px 16px #3770991a;
}

.still_wrapper {
  background-color: #6535d3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.still_subhead {
  opacity: .8;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.still_left_content {
  color: #fff;
}

.still_head {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #000, #a076ff 0%, #fff 53%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sora, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 130%;
}

.stiil_left_content {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 135%;
}

.inner_still_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-4 {
  text-transform: uppercase;
  background-color: #a076ff;
  border-radius: 16px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.still_left {
  width: 384px;
}

.still_divider {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single_footer_link {
  color: #fff;
  text-decoration: none;
  transition: all .4s cubic-bezier(1, 0, 0, 1);
  display: block;
}

.single_footer_link:hover {
  color: #a076ff;
}

.footer_title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.footer_right {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: flex-start;
  width: 550px;
  display: flex;
}

.footer_left2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  display: flex;
}

.inner_footer_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer_wrapper {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 29px;
  display: flex;
}

.footer_links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 25px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  right: -372px;
}

.footer_divider2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq {
  box-shadow: none;
  background-color: #f6f7f900;
  width: auto;
  overflow: visible;
}

.faq-wrappar {
  padding-top: 40px;
  padding-bottom: 60px;
}

.faq_card {
  cursor: pointer;
  background-color: #f2faff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: inset 0 0 4px #f2faff, inset 0 0 7px #f2faff, inset 0 0 7px #f2faff, inset -4px -4px 12px #fff, inset 4px 4px 12px #d4e7f4, 0 2px 4px #3770991a, 0 4px 16px #3770991a;
}

.faq_question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.faq_card-title {
  color: #0c1831;
  font-family: Sora, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.icon-4 {
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
}

.faq_ans-inner {
  display: block;
  overflow: hidden;
}

.faq_ans {
  color: #6e828e;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.collection-list-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.code-embed {
  color: #3d3d3d;
}

.code-embed:hover {
  color: #000;
}

.code-embed-2 {
  color: #ff4343;
}

.contact_wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.inner_contact_wrapper {
  background-color: #5e35b1;
  border-radius: 24px;
  box-shadow: 22px 22px 31px #0003;
}

.section-3 {
  background-color: #0000;
}

.body {
  color: #fff;
  background-color: #673ab700;
  border-radius: 12px;
  box-shadow: 0 0 25px #0003;
}

.form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto auto 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.form_data_title {
  color: #e0e0e0;
  font-size: 16px;
}

.submit-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.form-input {
  color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  min-height: 56px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

.form-input::placeholder {
  color: #bbb;
}

.contact_head {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.contact_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sl8_modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.modal_closer {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.image-39 {
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}

.sl8_modal_bg {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70vw;
  min-width: auto;
  max-width: 700px;
  height: auto;
  min-height: auto;
  max-height: 90vh;
  margin: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: auto;
}

.section-4, .section-5 {
  display: block;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Sora, sans-serif;
  font-weight: 600;
}

.link-2 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.form_input_data {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
}

.success-message {
  background-color: #0000;
}

.text-block-7 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.inner_privacy_wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.privacy_para {
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.privacy_head {
  text-align: center;
  padding-bottom: 20px;
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.privacy_content {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Sora, sans-serif;
  display: flex;
}

.bold-text {
  font-family: Sora, sans-serif;
  font-weight: 600;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 16px;
}

.image-40 {
  background-color: #fff;
}

.footer_right_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Sora, sans-serif;
  display: block;
}

.second_footer_divider {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.second_footer_right {
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.navbar-wrappar-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 60px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.navbar--content-2 {
  background-color: #fff;
  border-radius: 63px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
  display: flex;
  box-shadow: 1px 2px 8px #59595940;
}

.global-container-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terms-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 43px;
  line-height: 130%;
}

.heading-8 {
  color: #000;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-weight: 700;
  line-height: 120%;
}

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

.paragraph {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

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

.terms-content {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.single_visionaries_member_profile {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #1843dc;
}

.button-primary-large.contact-btn {
  background-color: #2b2b2b;
}

.button-primary-large.contact-btn:hover {
  color: #2b2b2b;
  background-color: #fff;
}

.checkbox-label {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-bg-image-wrapper {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1870px;
  height: 395px;
  padding-left: 32px;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.container-small {
  z-index: 2;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  width: 16px;
  height: 16px;
  margin: 2px 10px 2px 2px;
}

.checkbox.w--redirected-checked {
  background-color: #286efb;
  background-image: url('../images/Checkbox-Icon.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #286efb;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-bg-image {
  height: 790px;
}

.noise {
  z-index: 3;
  pointer-events: none;
  background-image: url('../images/Noise-Dark.png');
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-brand {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.h1-heading {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  color: #6d6d6d;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label.text-color-red {
  color: #f42a2a;
}

.marble-background {
  z-index: 0;
  background-image: url('../images/Marble-Texture.webp');
  background-position: 50%;
  background-size: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marble-background.marble-light {
  opacity: .7;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.overlay-light {
  z-index: 1;
  background-image: radial-gradient(circle, #fff0 75%, #fff);
  position: absolute;
  inset: 0%;
}

.badge-outline {
  color: #fff;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #00b500;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form-text-field {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-field:focus {
  border-color: #286efb;
}

.form-text-field::placeholder {
  color: #6d6d6d;
}

.column {
  flex-flow: column;
  display: flex;
}

.section-large {
  background-color: #f6f6f6;
  padding: 96px 3%;
  position: relative;
}

.form-text-area {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 124px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area:focus {
  border-color: #286efb;
}

.form-text-area::placeholder {
  color: #6d6d6d;
}

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

.text-span-3 {
  font-size: 18px;
  font-weight: 700;
}

.link-3 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.text-span-4 {
  font-size: 18px;
  font-weight: 600;
}

.link-4 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link-5 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link-6 {
  color: #0400ff;
  font-weight: 600;
}

.list-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.terms-content-service-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.services-list-text {
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
}

.global-container-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terms-2 {
  font-family: Sora, sans-serif;
}

.terms-content-service-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 24px;
  line-height: 1.5rem;
}

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

.services-lists {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.form-text-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.form-text-field-2:focus {
  border-color: #286efb;
}

.form-text-field-2::placeholder {
  color: #6d6d6d;
}

.row-2x-small-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-text-area-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 124px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.form-text-area-2:focus {
  border-color: #286efb;
}

.form-text-area-2::placeholder {
  color: #6d6d6d;
}

.error-message-2 {
  color: #fff;
  background-color: red;
  border-radius: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.error-text {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 8px;
}

.section-large-2 {
  background-color: #f6f6f6;
  padding: 96px 3%;
  display: block;
  position: relative;
}

.section-large-2.font {
  color: #0006;
  cursor: pointer;
  font-family: Sora, sans-serif;
}

.contact-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #5e35b1;
  border-radius: 16px;
  flex-flow: column;
  padding: 34px;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-size: 16px;
}

.checkbox-label-2 {
  color: #fffc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1-heading-2 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.field-label-2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.field-label-2.text-color-red {
  color: #fff;
  font-size: 14px;
}

.text-link-brand-2 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.column-small-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.div-block {
  width: 50px;
  height: 50px;
}

.invest-item-inner._01, .invest-item-inner._02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.invest-item-inner._03 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single_visionaries_member-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 500px;
  display: flex;
}

.single_member_visionaries_mbl-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.head-sub-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.visionaries_intro-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.visionaries_members-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 50px;
  display: flex;
}

.visionaries_member_info-2 {
  color: #a2a2a2;
  text-align: left;
  font-family: Inter, sans-serif;
  line-height: 130%;
}

.inner_visionaries_wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.icon-5 {
  background-color: #8080801f;
  border-radius: 50%;
}

.global-container-5 {
  max-width: 1000px;
}

.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 (min-width: 1280px) {
  .footer_wrapper {
    height: 56vh;
  }

  .sl8_modal {
    -webkit-backdrop-filter: blur(160px);
    backdrop-filter: blur(160px);
    padding-top: 12px;
    display: none;
  }

  .modal_closer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .sl8_modal_bg {
    width: 80%;
    height: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .error-message {
    color: red;
    text-align: center;
    background-color: #0000;
    width: auto;
  }

  .visionaries_members-2 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .navbar--container.tablet {
    max-width: 900px;
  }

  .global-container {
    max-width: 800px;
  }

  .text-block-4 {
    line-height: 130%;
  }

  .page--wrappar {
    padding-bottom: 0;
  }

  .top-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .navbar--content {
    padding-right: 50px;
  }

  .box-item {
    width: auto;
  }

  .ride-content-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .still_subhead, .still_left_content, .stiil_left_content {
    opacity: .8;
  }

  .single_footer_link {
    text-align: left;
  }

  .inner_footer_wrapper {
    position: relative;
  }

  .footer_wrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_links {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: 40px 16% 0% 0%;
  }

  .collection-item-6 {
    width: 100%;
  }

  .visionaries_members-2 {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .navbar--container.tablet, .global-container {
    max-width: 700px;
  }

  .partners-wrappar {
    padding-top: 60px;
  }

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

  .market {
    padding-bottom: 60px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

  .content-text {
    width: 55%;
  }

  .content-image {
    text-align: right;
    max-width: 250px;
  }

  .image {
    max-width: none;
    max-height: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-wrappar {
    object-fit: contain;
    border-radius: 16px;
    height: auto;
  }

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

  .menu-button {
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    padding: 12px;
  }

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

  .nav-menu {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: #fff;
    border-radius: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-image {
    object-fit: contain;
    height: auto;
  }

  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .market-content {
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .navbar--content {
    padding: 27px 36px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .ride-content-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ride-content-item {
    width: 100%;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .money-wrappar {
    padding-bottom: 60px;
  }

  .money-content-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .money-h1 {
    margin-top: 0;
  }

  .money-content-item {
    width: auto;
  }

  .collection-list-3 {
    grid-template-rows: auto;
  }

  .traditional-top {
    display: block;
  }

  .traaditional-h1 {
    text-align: center;
  }

  .image-3 {
    inset: -94% auto auto 12%;
  }

  .heading-4 {
    margin-right: auto;
    position: relative;
  }

  .broken-img {
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .invest-contest-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .invest-contents-item {
    align-items: stretch;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .invest-video-contents-inner-h1 {
    margin-top: 8px;
    font-size: 25px;
  }

  .collection-list-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    display: flex;
  }

  .section-2 {
    max-width: 100%;
  }

  .inner_make_money_wrapper {
    width: 100%;
  }

  .global-container-2 {
    max-width: 700px;
  }

  .single_bonus_right_image {
    display: block;
  }

  .single_bonus_divider {
    flex-flow: row;
  }

  .inner_get_bonus_wrapper {
    width: 100%;
  }

  .get_bonus_single_card {
    padding-right: 32px;
  }

  .collection-list-wrapper-4, .inner_visionaries_wrapper, .visionaries_members {
    width: 100%;
  }

  .faq_wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 100%;
  }

  .inner_faq_wrapper, .inner_still_wrapper {
    width: 100%;
  }

  .still_left {
    width: 340px;
  }

  .footer_title {
    font-size: 18px;
  }

  .inner_footer_wrapper {
    width: 100%;
  }

  .footer_wrapper {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer_links {
    right: -265px;
  }

  .footer_divider2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .sl8_modal {
    display: none;
  }

  .modal_content {
    width: 80%;
    margin-top: 20px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .navbar--content-2 {
    padding: 27px 36px;
  }

  .global-container-3 {
    max-width: 700px;
  }

  .contact-form {
    order: -1;
  }

  .form-block {
    align-items: center;
  }

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

  .global-container-4 {
    max-width: 700px;
  }

  .section-large-2.font {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .contact-form-2 {
    order: -1;
  }

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

  .div-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .invest-item-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .visionaries_members-2, .inner_visionaries_wrapper-2 {
    width: 100%;
  }

  .global-container-5 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .navbar--container.tablet {
    max-width: 520px;
  }

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

  .global-container {
    justify-content: center;
    align-items: center;
    max-width: 520px;
    overflow: visible;
  }

  .partners-wrappar {
    padding-top: 60px;
  }

  .button {
    font-size: 16px;
    font-weight: 600;
  }

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

  .market {
    padding-bottom: 20px;
  }

  .market-wrappar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-text {
    width: auto;
  }

  .content-image {
    display: none;
  }

  .list {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-wrapper {
    max-width: 520px;
  }

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

  .nav-menu {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .market-content {
    flex-flow: row;
  }

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

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

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

  .box-model {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .box-item {
    width: 240px;
  }

  .ride {
    padding-top: 60px;
  }

  .ride-h1 {
    text-align: center;
  }

  .money-wrappar {
    padding-bottom: 60px;
  }

  .text-block-6, .money-content-item {
    text-align: center;
  }

  .collection-list-3 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-3 {
    left: 0;
  }

  .traditional-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .invest-video {
    padding-top: 60px;
  }

  .invest-contents-middle {
    border-radius: 16px;
  }

  .invest-contest-bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .invest-inner-text {
    display: flex;
  }

  .collection-list-4 {
    flex-flow: column;
  }

  .make_money_para.sl8_para {
    text-align: center;
    font-size: 15px;
  }

  .section-2 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .make_money_category {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .single_make_money_category {
    justify-content: center;
    align-items: center;
  }

  .make_money_heading.sl8_head {
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
  }

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

  .make_money_image {
    text-align: center;
    width: 97%;
    max-width: none;
  }

  .inner_make_money_wrapper {
    justify-content: center;
    align-items: center;
  }

  .global-container-2 {
    max-width: 520px;
  }

  .single_bonus_right {
    display: none;
  }

  .get_bonus_head.sl8_head {
    text-align: center;
    font-size: 29px;
  }

  .get_bonus_para.sl8_para {
    text-align: center;
  }

  .get_bonus_single_card {
    width: 95%;
    box-shadow: inset 8px -8px 5px #998e371a;
  }

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

  .single_bonus_left {
    width: auto;
  }

  .visionaries_member_slider {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 550px;
    display: inline-flex;
  }

  .slider-2 {
    height: 535px;
    overflow: hidden;
  }

  .single_member_visionaries_mbl {
    width: auto;
  }

  .slide-2 {
    width: 251px;
  }

  .visionaries_para {
    text-align: center;
    font-size: 27px;
  }

  .visionaries_member_info {
    text-align: center;
  }

  .visionaries_head {
    text-align: center;
    font-size: 32px;
  }

  .visionaries_members {
    display: none;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .still_wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .still_intro {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .inner_still_wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .still_left {
    width: 182px;
  }

  .footer_title {
    text-align: center;
    font-size: 15px;
  }

  .footer_right {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    display: flex;
  }

  .footer_left2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .inner_footer_wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .footer_wrapper {
    height: auto;
  }

  .footer_links {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-top: 10px;
    position: static;
    left: 3px;
    right: 0;
  }

  .footer_divider2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: space-between;
    width: auto;
  }

  .form-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .form-input {
    min-height: 50px;
  }

  .contact_head {
    font-size: 14px;
    line-height: 19px;
  }

  .form {
    width: 90%;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .modal_closer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .image-39 {
    width: 80%;
    height: 80%;
  }

  .sl8_modal_bg {
    height: 92%;
  }

  .modal_content {
    width: 90%;
    margin-top: 92px;
  }

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

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

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

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-2, .footer-link-2.w--current {
    color: #fff;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider-2 {
    margin-top: 60px;
  }

  .second_footer_divider {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .second_footer_right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .global-container-3 {
    max-width: 520px;
  }

  .contact-bg-image-wrapper {
    display: none;
  }

  .h1-heading {
    font-size: 56px;
  }

  .global-container-4 {
    max-width: 520px;
  }

  .grid-two-column-2 {
    width: 90%;
  }

  .h1-heading-2 {
    font-size: 50px;
  }

  .div-block {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .visionaries_members-2 {
    display: none;
  }

  .visionaries_member_info-2 {
    text-align: center;
  }

  .global-container-5 {
    max-width: 520px;
  }
}

@media screen and (max-width: 479px) {
  .navbar--container.tablet, .global-container {
    max-width: 300px;
  }

  .partners-wrappar {
    padding-top: 40px;
  }

  .button {
    font-weight: 700;
  }

  .market {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

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

  .nav-menu-wrapper {
    max-width: 300px;
  }

  .market-heading-h1 {
    font-size: 20px;
  }

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

  .navbar {
    background-color: #0000;
  }

  .heading {
    font-size: 32px;
    line-height: 130%;
  }

  .navbar--content {
    border-radius: 63px;
    padding: 23px 26px;
  }

  .box-model {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .box-item {
    text-align: center;
    width: auto;
    height: 150px;
    padding: 14px 10px;
  }

  .box-item.card {
    height: auto;
  }

  .box-h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 90%;
  }

  .box-para {
    text-align: center;
    font-size: 15px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: stretch stretch;
  }

  .ride {
    padding-top: 40px;
  }

  .ride-h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }

  .ride-content-card {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .ride-content-item {
    padding: 21px 22px;
  }

  .text-block-5 {
    text-transform: capitalize;
  }

  .collection-list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item {
    display: block;
  }

  .money-wrappar {
    padding-bottom: 40px;
  }

  .money-content-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .money-h1 {
    text-align: center;
    font-size: 28px;
  }

  .text-block-6 {
    margin-top: 17px;
  }

  .traditional-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .traaditional-h1 {
    font-size: 28px;
  }

  .image-3 {
    top: -88%;
    left: -4px;
  }

  .traditional-left-wrappar {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .left-inner-h1 {
    font-size: 16px;
  }

  .huge-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .huge-text.right {
    width: auto;
  }

  .heading-3 {
    font-size: 15px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .invest-heading-h1 {
    text-align: center;
    font-size: 28px;
  }

  .invest-video {
    padding-bottom: 60px;
  }

  .invest-contents-item {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .invest-contents-item._01, .invest-contents-item._02, .invest-contents-item._03 {
    min-height: auto;
  }

  .invest-inner-text {
    display: none;
  }

  .make_money_para.sl8_para {
    text-align: center;
    font-size: 16px;
  }

  .section-2 {
    width: auto;
    height: 100%;
  }

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

  .single_money_para.sl8_para2 {
    text-align: center;
  }

  .make_money_category {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .single_make_money_category {
    justify-content: center;
    align-items: center;
  }

  .make_money_heading.sl8_head {
    text-align: center;
    font-size: 18px;
  }

  .inner_make_money_wrapper {
    width: 100%;
  }

  .global-container-2 {
    max-width: 300px;
  }

  .get_bonus_head.sl8_head {
    font-size: 24px;
  }

  .bonus_head.sl8_head2 {
    font-size: 21px;
  }

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

  .single_bonus_left {
    width: 100%;
  }

  .visionaries_para {
    font-size: 21px;
  }

  .visionaries_head {
    font-size: 25px;
  }

  .faq_wrapper {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-regular-bg.text-weight-bold {
    font-size: 16px;
  }

  .still_subhead {
    font-size: 23px;
    line-height: 104%;
  }

  .still_left_content {
    font-size: 12px;
    line-height: 15px;
  }

  .still_head {
    font-size: 34px;
  }

  .stiil_left_content {
    font-size: 12px;
    line-height: 105%;
  }

  .inner_still_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .still_left {
    width: 140px;
  }

  .single_footer_link {
    font-size: 9px;
  }

  .footer_title {
    text-align: center;
    font-size: 13px;
  }

  .footer_right {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
    width: 300px;
  }

  .footer_left2 {
    width: 100%;
  }

  .footer_wrapper {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer_links {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .footer_divider2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .faq_question {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq_card-title {
    font-size: 1rem;
  }

  .body {
    background-color: #0000;
  }

  .form-container {
    padding: 43px 10px 20px;
  }

  .form_data_title {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .contact_head {
    font-size: 12px;
    line-height: 17px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

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

  .modal_closer {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 0;
  }

  .image-39 {
    width: 70%;
    height: 70%;
  }

  .modal_content {
    margin-top: 80px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 38px;
  }

  .heading-7 {
    font-size: 21px;
  }

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

  .navbar--content-2 {
    border-radius: 63px;
    padding: 23px 26px;
  }

  .global-container-3 {
    max-width: 300px;
  }

  .terms-h1 {
    font-size: 28px;
  }

  .heading-9, .paragraph {
    font-size: 16px;
  }

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

  .terms-content {
    width: 90%;
  }

  .button-primary-large {
    width: 100%;
  }

  .title-center {
    margin-bottom: 40px;
  }

  .h1-heading {
    font-size: 40px;
  }

  .terms-content-service-wrapper {
    padding-top: 10px;
  }

  .services-list-text {
    font-size: 14px;
  }

  .global-container-4 {
    max-width: 90%;
  }

  .terms-content-service-title {
    font-size: 20px;
    line-height: 130%;
  }

  .heading-10 {
    font-size: 16px;
  }

  .form-text-field-2 {
    color: #000;
    min-height: 45px;
  }

  .form-text-area-2 {
    color: #000;
    min-height: 100px;
  }

  .section-large-2.font {
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-form-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding: 24px 20px;
  }

  .grid-two-column-2 {
    width: 100%;
  }

  .h1-heading-2 {
    font-size: 28px;
  }

  .div-block {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .global-container-5 {
    max-width: 300px;
  }
}

#w-node-d4c2b86b-4db9-3bbe-ca80-fb27cbfed2e7-1eaa5a4e, #w-node-d4c2b86b-4db9-3bbe-ca80-fb27cbfed2f0-1eaa5a4e, #w-node-d4c2b86b-4db9-3bbe-ca80-fb27cbfed2fb-1eaa5a4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7d6dfb2f-7f7d-60f1-176e-5891a1ee2c92-9da55cff {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d6dfb2f-7f7d-60f1-176e-5891a1ee2c92-9da55cff {
    order: -9999;
  }
}


