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

a {
  cursor: pointer;
  text-decoration: underline;
}

.body {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #090c13;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Golos Text, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  overflow: visible;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 100svh;
  padding: 9em 2em 6em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 6;
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 70%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.hero-title-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 538px;
  height: 100%;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1;
}

.paragraph-s {
  flex: 1;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-s.black {
  color: #000;
}

.button {
  background-color: #384cff;
  border-radius: .625em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1.125em 1.5em;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  background-color: #2031ca;
}

.button.open-modal {
  text-align: center;
  transition-property: all;
  display: flex;
}

.button.open-modal:hover {
  box-shadow: .5em .5em 3em #2031ca99;
}

.button-text {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.hero-solana-column {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 401px;
  height: 100%;
  display: flex;
}

.solana-image {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 401px;
  display: flex;
}

.token-info-wrapper {
  background-color: #1d222f80;
  border: 1px solid #ffffff1a;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.header {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: .75em;
  justify-content: space-between;
  align-items: center;
  height: 5em;
  margin-top: 1.5em;
  margin-left: 2em;
  margin-right: 2em;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.left-header {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 1em;
  text-decoration: none;
  display: flex;
}

.logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.logo:hover {
  opacity: .8;
}

.link-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1em;
  text-decoration: none;
  display: none;
}

.link {
  color: #fff;
  font-size: .8em;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .5;
}

.right-header {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: .5em;
  text-decoration: none;
  display: none;
}

.language-text {
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: opacity .2s;
}

.language-text:hover {
  opacity: .5;
}

.header-buttons-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.header-button {
  cursor: pointer;
  border: 0 solid #ffffff1a;
  border-left-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.header-button:hover {
  opacity: .5;
}

.section {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1088px;
  padding: 2em 2em 6em;
  display: flex;
  position: relative;
}

.section-title-wrapper-m {
  z-index: 10;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 544px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  font-weight: 500;
  line-height: 110%;
}

.section-content-wrapper {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #1d222f80;
  border: 1px solid #ffffff1a;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4em;
  display: flex;
}

.column-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.column-wrapper.center.small {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  height: 100%;
  padding: 2em;
}

.column-wrapper.cta2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.logo-solana {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.icon-68 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 68px;
  text-decoration: none;
  display: flex;
}

.numbers {
  color: #fff;
  flex: none;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 120%;
}

.h5 {
  color: #384cff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.h5.grey {
  color: #fff6;
}

.icon-42 {
  justify-content: center;
  align-items: center;
  width: 42px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.paragraph-l {
  flex: 1;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-l.black {
  color: #000;
}

.section-title-wrapper-l {
  z-index: 10;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 704px;
  display: flex;
  position: relative;
}

.icon-68-round {
  width: 68px;
}

.icon-68-box {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 68px;
  height: 68px;
  text-decoration: none;
  display: flex;
}

.paragraph-wrapper-m {
  z-index: 10;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
  position: relative;
}

.paragraph-l-2 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.section-fullscreen {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -8em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.scheme-img {
  background-color: #090c13;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8em;
  display: flex;
  position: relative;
}

.scheme-img-2 {
  object-fit: cover;
}

.line-wrapper {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.validator-item {
  grid-row-gap: 1em;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1d222f80;
  border: 1px solid #ffffff1a;
  border-radius: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 244px;
  height: 244px;
  padding: 1em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.validator-item:hover {
  background-image: linear-gradient(-135deg, #11eeaa4d, #1ea0 38%);
}

.validator-item._2 {
  left: -3em;
}

.validator-item._3 {
  left: -6em;
}

.validator-item._4 {
  left: -9em;
}

.validator-item._5 {
  left: -12em;
}

.icon-42-white {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 42px;
  text-decoration: none;
}

.paragraph-l-mini {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.paragrpah-xs {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.paragrpah-xs.left {
  text-align: left;
}

.section-title-wrapper-s {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 416px;
  display: flex;
  position: relative;
}

.h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-s-mini {
  opacity: .5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.service-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 122px;
  text-decoration: none;
  display: flex;
}

.sevice-image {
  background-color: #1d222f80;
  border: 1px solid #ffffff1a;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.card-tag {
  grid-column-gap: 8px;
  background-color: #ffffff1a;
  border-radius: 6em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 6px 4px 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #384cff;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.column-title-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-color {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 14px;
  height: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 14px;
  display: flex;
}

.text-2 {
  color: #ca33b2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.undertitle-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #46b64b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.button-general {
  z-index: 10;
  background-color: #384cff;
  border-radius: .625em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75em 1.125em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-general:hover {
  background-color: #2031ca;
  box-shadow: .5em .5em 3em #384cff99;
}

.button-general.open-modal {
  text-align: center;
  cursor: pointer;
}

.button-general.m {
  padding: 1.125em 1.5em;
}

.button-text-s {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.icon-42-colored {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.expense-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.income-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.income-share-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.income-shore-item-title {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.income-share-item-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-wrapper-images {
  background-color: #1d222f80;
  border: 1px solid #ffffff1a;
  border-radius: 1.25em;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 496px;
  height: 660px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrapper-xl {
  z-index: 10;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 896px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375em;
  font-weight: 400;
  line-height: 120%;
}

.messengers-wrapper-xl {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.messanger-card {
  aspect-ratio: 1;
  background-color: #1d222f4d;
  border: 1px solid #ffffff1a;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 164px;
  display: flex;
  position: relative;
}

.messanger-card.small {
  width: auto;
}

.footer {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.line-footer {
  z-index: 10;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.paragraph-xxs {
  opacity: .5;
  color: #fff;
  font-size: .75em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.paragraph-xxs.messangers {
  position: absolute;
  inset: auto auto 1.5em 1.5em;
}

.paragraph-xxs.fixed {
  text-align: center;
  width: 90%;
  height: 44px;
  font-size: .75em;
}

.h1-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #16e8ac, #c932f7);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625em;
  font-weight: 500;
  line-height: 100%;
}

.h1-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-m {
  color: #fff;
  font-size: 1.625em;
  font-weight: 500;
}

.paragraph-m.blue {
  color: #384cff;
  font-size: 1.625em;
}

.row-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.paddings {
  z-index: 10;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-image: linear-gradient(#1d222f 70%, #1d222f00);
  border-radius: 1.25em;
  flex-flow: column;
  margin-bottom: auto;
  padding: 4em;
  display: flex;
  position: relative;
}

.blue-line-correct {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2px;
  display: flex;
  position: absolute;
  inset: -2px auto auto;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1088px;
  padding: 6em 2em;
  display: flex;
  position: relative;
}

.section-2.line {
  border-top: 2px solid #ffffff1a;
}

.lightning-stroke {
  position: absolute;
  inset: 0%;
}

.bg-grid {
  z-index: 1;
  opacity: .35;
  background-image: url('../images/grid-unit.png');
  background-position: 0 0;
  background-size: 96px;
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #090c13 15%, #090c1300 30%);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-video {
  z-index: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.pink-lightning {
  z-index: 3;
  opacity: .8;
  background-image: url('../images/pink-lightning.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 40% auto 0%;
}

.pink-lightning._2 {
  z-index: 4;
  opacity: .6;
  background-position: 50%;
  background-size: auto;
  display: block;
  top: 0%;
}

.mint-lightning {
  z-index: 3;
  opacity: .8;
  background-image: url('../images/mint-lightning-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 30% auto 0%;
}

.mint-lightning._2 {
  z-index: 2;
  display: block;
  top: -30%;
}

.blue-lightning-down {
  z-index: 3;
  opacity: .6;
  background-image: url('../images/blue-lightning-down-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: -15% auto 0%;
}

.blue-lightning {
  z-index: 3;
  opacity: .6;
  background-image: url('../images/blue-lightning-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: -20% auto 0%;
}

.blue-lightning-down-left {
  z-index: 3;
  opacity: .4;
  background-image: url('../images/blue-lightninh-down-left-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.mint-lightning-hero {
  z-index: 3;
  opacity: .8;
  background-image: url('../images/mint-lightning-hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: -40% -30% auto auto;
}

.bg-shade {
  z-index: 1;
  opacity: .3;
  background-color: #090c13;
  background-image: radial-gradient(circle farthest-side at 100% 0, #43bbbf 40%, #43bbbf00 69%);
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.video {
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.descript {
  color: #fff;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: linear-gradient(90deg, #16e8ac, #c932f7);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .9em;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.descript:hover {
  opacity: .5;
}

.navbar {
  background-color: #ddd0;
  padding-right: 1em;
}

.nav-link {
  color: #fff;
  height: 100%;
  padding: 1em;
  font-size: .8em;
}

.messenger-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

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

.icons-messenger {
  aspect-ratio: 1;
  width: 2.125em;
}

.button-xs {
  text-align: center;
  background-color: #384cff00;
  border: 1px solid #384cff;
  border-radius: .625em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75em 1.125em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-xs:hover {
  background-color: #2031ca;
}

.solana-image-mob {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 401px;
  height: 334px;
  display: none;
}

.icon-messenger-24 {
  width: 1.5em;
}

.line-wrapper-footer {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-4 {
  flex: none;
  position: absolute;
  inset: auto 20% 0% auto;
}

.popup-content {
  z-index: 10;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 440px;
  padding: 3em;
  display: flex;
  position: relative;
}

.submit-button {
  text-transform: uppercase;
  background-color: #384cff;
  border-radius: .625em;
  padding: 1.125em 1.5em;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2031ca;
}

.form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.popup-bg {
  z-index: 0;
  background-color: #0009;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: none;
  position: fixed;
}

.text-block {
  color: #000;
}

.text-block-2 {
  color: #be6f6f;
}

.image-5 {
  opacity: .5;
  width: 24px;
  position: absolute;
  inset: 4% 4% auto auto;
}

.image-5.close-modal {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
  }

  .hero-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .h1 {
    font-size: 1.6em;
  }

  .paragraph-s {
    flex: 1;
  }

  .hero-solana-column {
    min-width: 40%;
  }

  .left-header {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .section-content-wrapper {
    flex-flow: column;
  }

  .section-content-wrapper.icons {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    justify-content: space-between;
  }

  .section-content-wrapper.images {
    flex-flow: row;
  }

  .column-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 3em;
    display: grid;
  }

  .column-wrapper.center {
    grid-template-columns: 1fr 4fr;
  }

  .column-wrapper.center.small {
    grid-template-columns: 1fr 4fr;
    display: flex;
  }

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

  .column-wrapper.cta2 {
    display: flex;
  }

  .paragraph-l {
    flex: none;
    font-size: 1.8em;
  }

  .section-fullscreen {
    margin-bottom: -18em;
  }

  .scheme-img {
    width: 100%;
    margin-top: -18em;
    overflow: hidden;
  }

  .scheme-img-2 {
    object-fit: contain;
    align-self: center;
    max-width: 120%;
  }

  .line-wrapper {
    justify-content: space-around;
  }

  .validator-item {
    max-width: 170px;
    height: 170px;
  }

  .paragraph-l-mini {
    font-size: 1.1em;
  }

  .income-item {
    justify-content: flex-start;
    align-items: center;
  }

  .column-wrapper-images {
    height: 560px;
  }

  .paragraph-xxs.fixed {
    display: none;
  }

  .h1-gradient {
    font-size: 3em;
  }

  .paragraph-m, .paragraph-m.blue {
    font-size: 1.4rem;
  }

  .paddings {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding: 3em;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    height: auto;
  }

  .image-2 {
    flex: none;
  }

  .button-xs {
    border-style: none;
  }

  .image-4 {
    right: 8%;
  }

  .menu-button {
    float: none;
    border-radius: .75em;
    padding: 1em;
  }

  .menu-button.w--open {
    z-index: 51;
    background-color: #c8c8c800;
    padding: 1em;
  }

  .nav-menu {
    z-index: 50;
    background-color: #bebfc4;
    border-radius: .75em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .container {
    border-radius: .75em;
    width: 100%;
    position: relative;
  }

  .icon-69 {
    font-size: 1em;
  }

  .nav-link-wrapper-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 2em;
    display: flex;
  }

  .header-section {
    width: 100%;
    position: relative;
  }

  .navbar-real-container {
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 12px;
  }

  .hero-title-wrapper {
    height: 390px;
  }

  .h1 {
    font-size: 1.5em;
  }

  .paragraph-s {
    font-size: 1.1em;
  }

  .hero-solana-column {
    height: 390px;
  }

  .logo {
    width: 9em;
  }

  .section-title-wrapper-m.fullscreen {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-content-wrapper.icons {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .numbers {
    text-align: center;
  }

  .paragraph-l {
    font-size: 1.6em;
  }

  .section-fullscreen {
    margin-bottom: -28em;
  }

  .scheme-img {
    margin-top: -28em;
  }

  .line-wrapper {
    grid-column-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .validator-item._2, .validator-item._3, .validator-item._4, .validator-item._5 {
    left: auto;
  }

  .income-item {
    justify-content: flex-start;
    align-items: center;
  }

  .column-wrapper-images {
    height: 480px;
  }

  .line-wrapper-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .image-4 {
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 10px;
  }

  .hero-content {
    flex-flow: column;
  }

  .hero-title-wrapper {
    height: auto;
  }

  .paragraph-s {
    font-size: 1.2em;
  }

  .button {
    width: 100%;
  }

  .button-text {
    font-size: 1.2em;
  }

  .hero-solana-column {
    height: auto;
  }

  .solana-image {
    display: none;
  }

  .logo {
    width: 10em;
  }

  .section-title-wrapper-m.fullscreen {
    padding-left: 2em;
    padding-right: 2em;
  }

  .h2 {
    font-size: 2.6em;
  }

  .section-content-wrapper {
    width: 100%;
  }

  .section-content-wrapper.icons {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-content-wrapper.images {
    flex-flow: column;
  }

  .column-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .h5 {
    font-size: 1em;
  }

  .section-fullscreen {
    margin-bottom: -38em;
  }

  .scheme-img {
    margin-top: -38em;
  }

  .scheme-img-2 {
    max-width: 140%;
  }

  .line-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    display: flex;
    bottom: -6em;
  }

  .validator-item._2 {
    top: -3em;
  }

  .validator-item._3 {
    top: -6em;
  }

  .validator-item._4 {
    top: -9em;
  }

  .validator-item._5 {
    top: -12em;
  }

  .paragrpah-xs {
    font-size: 1.2em;
  }

  .text {
    font-size: 1em;
  }

  .column-title-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-color {
    display: none;
  }

  .text-2, .text-3 {
    font-size: 1em;
  }

  .button-text-s {
    font-size: 1.2em;
  }

  .messengers-wrapper-xl {
    flex-flow: column;
    width: 100%;
  }

  .messanger-card {
    width: 100%;
    height: 50px;
  }

  .paragraph-xxs, .paragraph-xxs.messangers {
    font-size: 1em;
  }

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

  .descript {
    font-size: 1em;
  }

  .messenger-wrapper {
    display: none;
  }

  .button-xs {
    background-color: #384cff00;
    border-style: none;
  }

  .line-wrapper-footer {
    flex-flow: column;
  }

  .image-4 {
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c1624ad5-d191-78c9-3721-b7dd916d240b-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d240e-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d241b-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d2426-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d242c-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d24ca-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d24d5-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d24d7-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d24da-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d24e7-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d24e9-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1624ad5-d191-78c9-3721-b7dd916d2418-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d2419-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d243e-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d2446-b73476a8, #w-node-c1624ad5-d191-78c9-3721-b7dd916d244e-b73476a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d2456-b73476a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-c1624ad5-d191-78c9-3721-b7dd916d245e-b73476a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}


