@font-face {
  font-family: Macan;
  src: url('../fonts/Macan-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Macan;
  src: url('../fonts/Macan-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---bg--general: var(--dark);
  --_fonts---font-family: var(--font-family);
  --_theme---text--general: var(--light);
  --_fonts---size: var(--_adaptive---h1);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  --_theme---border--general: var(--dark-secondary);
  --_theme---bg--accent-secondary: #ffa3c833;
  --_theme---text--accent: var(--accent);
  --_theme---bg--accent: var(--accent);
  --dark-secondary: #241747;
  --_theme---button--text: var(--dark-secondary);
  --_theme---text--third: var(--light-third);
  --_theme---button--bg: var(--accent);
  --_theme---button--bg-hover: #fd71dd;
  --_theme---button--text-hover: var(--dark-secondary);
  --_theme---button--disable--bg: var(--dark-secondary);
  --_theme---button--disable--text: var(--light);
  --_theme---border--accent: var(--accent);
  --_theme---bg--secondary: var(--dark-secondary);
  --_theme---text--secondary: var(--light-secondary);
  --_theme---text--yellow: var(--yellow);
  --_theme---text--green: var(--green);
  --_theme---text--red: var(--red);
  --_theme---text--gradient-start: #fcfaff;
  --_theme---text--gradient-end: #d3c2ff;
  --green: #34d399;
  --dark: #09001a;
  --_adaptive---h1: 3rem;
  --_adaptive---h2: 2.5rem;
  --accent: #ffa3c8;
  --_adaptive---h3: 2rem;
  --yellow: #ffb546;
  --_adaptive---h4: 1.5rem;
  --_adaptive---h5: 1.25rem;
  --red: #f87171;
  --_adaptive---h6: 1.125rem;
  --_adaptive---body-middle: 1.125rem;
  --_theme---button--border: var(--accent);
  --_adaptive---body: 1rem;
  --light-main: #dbbdff;
  --_theme---button--border-hover: var(--light-main);
  --light: #eee0ff;
  --light-secondary: #eee0ffb3;
  --_adaptive---body-small: .875rem;
  --light-third: #eee0ff80;
  --white: white;
  --_adaptive---link: var(--_adaptive---body-middle);
  --font-family: Macan, Arial, sans-serif;
}

body {
  background-color: var(--_theme---bg--general);
  font-family: var(--_fonts---font-family);
  color: var(--_theme---text--general);
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---body);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

h1 {
  font-family: var(--_fonts---font-family);
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h1);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h2);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h3);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h4);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h5);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h6);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 10px;
}

a {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---link);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  color: inherit;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, cubic-bezier(.165, .84, .44, 1);
}

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

strong {
  color: var(--_theme---text--general);
  font-weight: 700;
}

.page-wrapper {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.main-wrapper {
  flex: 1;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.section--nav {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.section--hero {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.section--marquee {
  z-index: 1;
  mix-blend-mode: lighten;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section--cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee {
  justify-content: center;
  align-items: center;
  min-height: 8.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.marquee--security {
  min-height: auto;
}

.marquee_list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  animation: 40s linear infinite marquee;
  display: flex;
}

.marquee_item {
  margin-right: 3.75rem;
}

.container {
  width: calc(100% - 5rem);
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container.container--cta {
  z-index: 1;
  border: 1px solid var(--_theme---border--general);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 35rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.css {
  display: none;
}

.hero-wrapper {
  flex-flow: column;
  min-height: calc(100vh - 5rem);
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.nav__top {
  margin-right: auto;
}

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

.logo__image {
  width: 8.5rem;
}

.logo_label {
  background-color: var(--_theme---bg--accent-secondary);
  color: var(--_theme---text--accent);
  border-radius: .3125rem;
  margin-bottom: -.3rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
}

.nav__bottom {
  display: contents;
}

.nav__list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .25rem;
  list-style-type: none;
  display: flex;
  position: static;
}

.nav__list-item {
  pointer-events: auto;
  color: var(--_theme---text--accent);
}

.nav__menu-link {
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  min-height: 1.5625rem;
  padding: .25rem .5rem;
  display: inline-flex;
}

.nav__menu-link:hover {
  background-color: var(--_theme---bg--accent);
  color: var(--dark-secondary);
}

.nav__menu-link.w--current {
  background-color: var(--_theme---bg--accent);
  color: var(--_theme---button--text);
}

.nav__actions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__link {
  color: var(--_theme---text--third);
}

.nav__link:hover {
  color: var(--_theme---text--accent);
}

.button {
  background-color: var(--_theme---button--bg);
  font-family: var(--_fonts---font-family);
  color: var(--_theme---button--text);
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  text-align: center;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---link);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  display: inline-flex;
  overflow: hidden;
}

.button:hover {
  background-color: var(--_theme---button--bg-hover);
  color: var(--_theme---button--text-hover);
}

.button.button--nav {
  padding: .75rem 1.5rem;
}

.button.button--disable {
  background-color: var(--_theme---button--disable--bg);
  color: var(--_theme---button--disable--text);
}

.button.button--cta {
  z-index: 2;
  border-radius: 5rem;
  position: relative;
  transform: scale(1.3);
}

.hero {
  border: 1px solid var(--_theme---border--general);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__content {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__title {
  letter-spacing: -.07em;
  margin-bottom: 1rem;
}

.hero__subtitle.h5.color-third {
  margin-bottom: 2rem;
}

.hero__link.color-third {
  margin-top: 2rem;
  text-decoration: underline;
}

.win-everywhere {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.win-everywhere__tabs {
  width: 100%;
}

.tabs {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs__nav {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-bottom: 1.2rem;
  display: flex;
  overflow: hidden;
}

.tabs__nav-item {
  color: var(--_theme---text--third);
  background-color: #0000;
  border-bottom: 5px solid #0000;
  flex: 1;
  min-height: 4rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.tabs__nav-item:hover {
  background-color: var(--_theme---bg--accent-secondary);
}

.tabs__nav-item.active {
  border-bottom-color: var(--_theme---border--accent);
  background-color: var(--_theme---bg--accent-secondary);
  color: var(--_theme---text--accent);
}

.tabs__content {
  margin-bottom: 2rem;
}

.tabs__panel {
  width: 100%;
}

.feature-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--_theme---border--general);
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 33rem;
  display: grid;
  overflow: hidden;
}

.feature-layout__sidebar {
  border-right: 1px solid var(--_theme---border--general);
  flex-flow: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.feature-layout__sidebar.swiper {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.feature-layout__sidebar-item {
  border-bottom: 1px solid var(--_theme---border--general);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 2.5rem;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.feature-layout__sidebar-item.active {
  background-color: var(--_theme---bg--accent-secondary);
}

.feature-layout__sidebar-item.feature-layout__sidebar-item--liquidity {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.feature-layout__sidebar-item.swiper-slide {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-layout__sidebar-item.swiper-slide.feature-layout__sidebar-unclic {
  cursor: wait;
}

.tab-progress {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.feature-list__title.h4.color-gradient {
  margin-bottom: .5rem;
}

.feature-list__description {
  max-height: 2.4em;
  margin-bottom: 0;
  transition: max-height 50ms cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.feature-list__description.color-third {
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
}

.feature-layout__content {
  overflow: hidden;
}

.feature-layout__content.swiper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-content__item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-content__item.feature-content__item--earn {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding: 1rem 3rem;
}

.feature-content__item.swiper-slide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-list__title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.feature-list__title-label {
  background-color: var(--_theme---bg--secondary);
  color: var(--_theme---text--third);
  border-radius: 0 0 0 .3rem;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  position: absolute;
  top: 0;
  right: 0;
}

.h1 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h1);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.h2 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h2);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.h3 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h3);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.h4 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h4);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.h5 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h5);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.h6 {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  letter-spacing: -.07em;
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h6);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.txt-middle {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---body-middle);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.txt-small {
  font-size: var(--_fonts---size);
  line-height: var(--_fonts---line-height);
  font-weight: var(--_fonts---weight);
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---body-small);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.marquee_image {
  opacity: .5;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 2.5rem;
}

.marquee__overlay {
  background-image: linear-gradient(90deg, var(--_theme---bg--general), #09001a00);
  width: 9.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
}

.marquee__overlay.marquee__overlay--right {
  background-image: linear-gradient(270deg, var(--_theme---bg--general), #09001a00);
  left: auto;
  right: 0;
}

.color-accent {
  color: var(--_theme---text--accent);
}

.color-secondary {
  color: var(--_theme---text--secondary);
}

.color-third {
  color: var(--_theme---text--third);
}

.color-yellow {
  color: var(--_theme---text--yellow);
}

.color-green {
  color: var(--_theme---text--green);
}

.color-red {
  color: var(--_theme---text--red);
}

.video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.video-bg.video-bg--hero {
  opacity: .5;
}

.video-bg.video-bg--lend {
  aspect-ratio: 1;
  opacity: .08;
  mix-blend-mode: lighten;
  width: 80%;
  height: auto;
  top: auto;
  left: auto;
}

.color-gradient {
  background-image: linear-gradient(180deg, var(--_theme---text--gradient-start), var(--_theme---text--gradient-end));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.natively-cross-chain-image {
  z-index: 1;
  max-width: none;
  height: 86%;
  animation: 120s linear infinite rotate;
  position: relative;
  overflow: visible;
}

.natively-cross-chain-logo {
  mix-blend-mode: lighten;
  width: 17%;
  max-width: 7.5rem;
  position: absolute;
}

.title-wrapper {
  margin-bottom: 3rem;
}

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

.title-wrapper.title-wrapper--cta {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 36rem;
  display: flex;
}

.ghost {
  aspect-ratio: 14.5 / 6.75;
  border: 1px solid var(--_theme---border--general);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ghost__content {
  z-index: 1;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  text-align: center;
  background-color: #24174740;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ghost__bg {
  opacity: .5;
  mix-blend-mode: lighten;
  background-image: url('../images/ghoust.gif');
  background-position: 0 0;
  background-size: 9.09091%;
  width: 100%;
  height: calc(100% + 3.75rem);
  position: absolute;
  top: -1.875rem;
  bottom: -1.875rem;
  left: 0%;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-wrapper.button-wrapper--centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.rewards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(21.875rem, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rewards__card {
  border: 1px solid var(--_theme---border--general);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1.25rem;
  padding: 0;
}

.rewards__card.rewards__card--horizontal {
  display: flex;
}

.rewards__card.rewards__card--prize {
  text-align: center;
  background-image: url('../images/prize-bg.jpg');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.rewards__card-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.rewards__card-visual {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.rewards__title-icon {
  width: 3rem;
}

.rewards__title-icon.rewards__title-icon--big {
  width: 3.7rem;
}

.rewards__title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.rewards__title.rewards__title--big {
  margin-bottom: 4rem;
}

.rewards__title-text.rewards__title-text--big {
  font-size: 4rem;
}

.rewards__card-visual-50m {
  width: 100%;
  max-width: 29.1875rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rewards__card-visual-referal {
  aspect-ratio: 15.62 / 9;
  mix-blend-mode: lighten;
  width: 100%;
  max-width: 26.25rem;
  height: auto;
}

.progress-badges {
  grid-row-gap: 3.5rem;
  grid-column-gap: calc(((100% - (8.25rem * 3)) / 2));
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 38.0625rem;
  display: grid;
}

.progress-badges__item {
  border-radius: .25rem;
  max-width: 8.25rem;
  padding: .5rem;
  position: relative;
}

.progress-badges__item:hover {
  background-color: var(--_theme---bg--secondary);
}

.progress-badges__image {
  width: 100%;
}

.progress-badges__label {
  background-color: var(--_theme---bg--accent-secondary);
  opacity: 0;
  transform-origin: 50% 100%;
  color: var(--_theme---text--accent);
  border-radius: .25rem;
  padding: .25rem .75rem .4rem;
  transition: all .35s cubic-bezier(.275, 1.749, .327, .931);
  position: absolute;
  top: 0%;
  right: -1rem;
  transform: scale(.3)rotate(-20deg);
}

.cash-out {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cash-out__item {
  border: 1px solid var(--_theme---border--general);
  text-align: center;
  background-color: #24174780;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.cash-out__item-image {
  border-radius: .25rem;
  width: 100%;
  max-width: 6.25rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.cash-out__item-label {
  background-color: var(--_theme---bg--accent-secondary);
  color: var(--_theme---text--accent);
  border-radius: .25rem;
  margin-bottom: .5rem;
  padding: .3rem .7rem .4rem;
}

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

.vs__column {
  text-align: center;
  flex: 1;
}

.vs__column.vs__column--first {
  text-align: left;
  flex: none;
}

.vs__cell {
  border-right: 1px solid var(--_theme---border--general);
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 1.5rem;
  display: flex;
}

.vs__cell.vs__cell--header {
  background-color: var(--_theme---bg--secondary);
  color: var(--_theme---text--secondary);
  border-right-style: none;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.vs__cell.vs__cell--header.h4.vs__cell--accent {
  color: var(--_theme---text--general);
}

.vs__cell.vs__cell--header.h4.vs__cell--header--last {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.vs__cell.vs__cell--header.vs__cell--header--left {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.vs__cell.vs__cell--first {
  border-bottom: 1px solid var(--_theme---border--general);
  border-left: 1px solid var(--_theme---border--general);
  justify-content: flex-start;
  align-items: center;
}

.vs__cell.vs__cell--first-cell {
  border-top: 1px solid var(--_theme---border--general);
  margin-top: -1px;
}

.vs__cell.vs__cell--last-cell {
  border-bottom-color: var(--_theme---border--general);
}

.vs__cell.vs__cell--first-last {
  border-bottom: 1px solid var(--_theme---border--general);
  border-left: 1px solid var(--_theme---border--general);
  border-bottom-left-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
}

.vs__cell.vs__cell--first-first {
  border-top: 1px solid var(--_theme---border--general);
  border-bottom: 1px solid var(--_theme---border--general);
  border-left: 1px solid var(--_theme---border--general);
  border-radius: .25rem 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
}

.vs__cell.vs__cell--last-right-cell {
  border-bottom-color: var(--_theme---border--general);
  border-bottom-right-radius: .25rem;
}

.vs__cell.vs__cell--first-right-cell {
  border-top: 1px solid var(--_theme---border--general);
  border-top-right-radius: .25rem;
  margin-top: -1px;
}

.vs__cell-text {
  border-radius: .25rem;
  padding: .2rem 1rem .35rem;
}

.vs__cell-text.vs__cell-text--green-accent {
  background-color: var(--green);
  color: var(--dark-secondary);
}

.vs__cell-text.vs__cell-text--red {
  color: var(--_theme---text--red);
  background-color: #f8717133;
}

.vs__cell-text.vs__cell-text--green {
  color: var(--_theme---text--green);
  background-color: #34d39933;
}

.vs__cell-text.vs__cell-text--yellow {
  color: var(--_theme---text--yellow);
  background-color: #ffb54633;
}

.liquidity__image {
  mix-blend-mode: lighten;
  width: 13.75rem;
  margin-top: 3rem;
}

.liquidity__logo {
  width: 15.25rem;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  display: block;
}

.earn__top {
  z-index: 1;
  text-align: center;
  position: relative;
}

.earn__label {
  z-index: 1;
  opacity: .5;
  text-align: center;
  max-width: 22rem;
  font-size: .875rem;
  position: relative;
}

.earn__value {
  font-size: 2rem;
  font-weight: 500;
}

.earn__value.earn__value--accent {
  color: var(--_theme---text--accent);
}

.earn__visual {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.earn__visual-bg {
  pointer-events: none;
  width: 68.75rem;
  max-width: none;
  animation: 120s linear infinite rotate;
  position: absolute;
}

.earn__with, .earn__bottom {
  z-index: 1;
  text-align: center;
  position: relative;
}

.earn__text-small {
  opacity: .5;
  margin-top: 1rem;
  font-size: .5rem;
}

.earn__visual-dollar {
  mix-blend-mode: lighten;
  height: 5.625rem;
}

.lend__grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  display: grid;
}

.lend__item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.lend__item-icon {
  width: 6rem;
}

.lend__item-label {
  background-color: var(--_theme---bg--secondary);
  border-radius: .3rem;
  margin-top: 1rem;
  padding: .2rem .8rem .4rem;
}

.security {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.security__card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_theme---border--general);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 30rem;
  padding: 2.5rem 2rem;
  display: flex;
  overflow: hidden;
}

.security__card-icon {
  width: 10.375rem;
  margin-top: auto;
  margin-bottom: auto;
}

.security__card-icon.security__card-icon--big {
  width: 12rem;
}

.security__card-title.security__card-title--big {
  font-size: 4rem;
}

.security__card-text {
  margin-bottom: 0;
}

.security__card-content {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.security__card-content.security__card-content--big {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
}

.security__card-wrapper {
  padding-top: 6.25rem;
}

.link-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-icon__arrow {
  width: 1em;
}

.security__card-wrapper-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 16.5rem;
  margin-bottom: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.faq {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq__wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.faq__list {
  border-top: 1px solid var(--_theme---border--general);
  width: 100%;
}

.faq__item {
  border-bottom: 1px solid var(--_theme---border--general);
}

.faq__item-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: grid;
}

.icon {
  flex: none;
  width: 1.5rem;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.faq__item-bottom_content {
  overflow: hidden;
}

.rich-text.rich-text--faq {
  padding-bottom: 1.5rem;
}

.faq__item-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq__item-top:hover {
  color: var(--_theme---bg--accent);
}

.faq__rich {
  padding-bottom: 2rem;
}

.faq__rich a {
  color: var(--_theme---text--accent);
}

.faq__rich a:hover {
  color: var(--_theme---text--gradient-end);
}

.cta__title {
  --_fonts---font-family: var(--font-family);
  --_fonts---size: var(--_adaptive---h1);
  --_fonts---line-height: 1.2;
  --_fonts---weight: 500;
}

.cta__title.color-gradient {
  margin-bottom: .5rem;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-logo {
  color: #ffa3c8;
  width: 2em;
}

.footer-title {
  color: #eee0ff;
  font-weight: 500;
}

.footer-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5em;
  display: flex;
}

.footer-link {
  color: #eee0ff80;
}

.footer-link:hover, .footer-link.w--current {
  color: #eee0ff;
}

.cta-icon {
  mix-blend-mode: lighten;
  width: 17%;
  max-width: 7.5rem;
  margin-bottom: 2rem;
}

.nav__menu {
  display: none;
}

.tabs-wrapper, .tabs-wrapper.swiper-wrapper {
  display: contents;
}

.swiper-nav {
  display: none;
}

.nav-bg {
  z-index: -1;
  border-bottom: 1px solid var(--_theme---border--general);
  background-color: var(--_theme---bg--general);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.natively-text {
  max-width: 37rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.natively {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--_theme---border--general);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-spacer {
  height: 0;
  transition: height .3s cubic-bezier(.165, .84, .44, 1);
}

.prize-image {
  width: 14rem;
  margin-top: -4rem;
  margin-bottom: 0;
}

.prize-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.prize-image-decor {
  transform-origin: 100% 80%;
  width: 18.4375rem;
  margin-top: -4rem;
}

.prize-image-decor.prize-image-decor--right {
  transform-origin: 0 80%;
}

.feature-list__description-wrapper {
  width: 100%;
  min-height: 2.4em;
  position: relative;
}

.feature-list__description-next {
  max-height: 0;
  margin-bottom: 0;
  transition: max-height .2s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.tabs-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  body {
    --_adaptive---h1: 2.5rem;
    --_adaptive---h2: 2.25rem;
    --_adaptive---h3: 1.5rem;
    --_adaptive---h4: 1.35rem;
    --_adaptive---h5: 1.25rem;
    --_adaptive---h6: 1.125rem;
    --_adaptive---body-middle: 1.125rem;
    --_adaptive---body: 1rem;
    --_adaptive---body-small: .875rem;
    --_adaptive---link: var(--_adaptive---body-middle);
  }

  .logo__image {
    width: 7rem;
  }

  .logo_label {
    font-size: .7rem;
  }

  .nav__menu-link {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
    min-width: 4.5rem;
  }

  .nav__link {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
  }

  .button.button--nav {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
    padding: .4rem .75rem;
  }

  .feature-layout__sidebar-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video-bg.video-bg--lend {
    pointer-events: none;
  }

  .natively-cross-chain-image {
    width: 50%;
    height: auto;
  }

  .title-wrapper {
    margin-bottom: 2rem;
  }

  .ghost__content {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 5vw;
  }

  .ghost__title.h2.color-gradient {
    font-size: 5vw;
  }

  .ghost__description.h4.color-gradient {
    font-size: 2.42vw;
  }

  .ghost__bg {
    background-size: 12.5%;
    height: calc(100% + 4vw);
    top: -2vw;
    bottom: -3vw;
  }

  .rewards {
    grid-template-rows: minmax(17.5rem, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .rewards__card.rewards__card--horizontal {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .rewards__card-content {
    z-index: 1;
    max-width: 35rem;
    padding: 2rem;
    position: relative;
  }

  .rewards__card-visual {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rewards__card-visual.rewards__card-visual--big {
    flex: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .rewards__title-icon, .rewards__title-icon.rewards__title-icon--big {
    width: 2.5rem;
  }

  .rewards__title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rewards__title.rewards__title--big {
    margin-bottom: 1rem;
  }

  .rewards__title-text.rewards__title-text--big.color-gradient, .rewards__title-text.color-gradient.h2 {
    font-size: 2rem;
  }

  .progress-badges {
    grid-row-gap: 0rem;
  }

  .cash-out {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vs__cell {
    height: 3rem;
    padding: .5rem;
    font-size: .8rem;
  }

  .vs__cell.vs__cell--header.h4 {
    font-size: var(--_fonts---size);
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---h6);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
  }

  .vs__cell.vs__cell--first, .vs__cell.vs__cell--first-last, .vs__cell.vs__cell--first-first {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vs__cell-text {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lend__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav__menu {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    margin-left: auto;
    display: flex;
    position: relative;
  }

  .nav__menu-open {
    color: #191f4f;
  }

  .nav__menu-close {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .prize-image {
    width: 10rem;
  }

  .prize-image-decor {
    width: 14rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 10vw);
  }

  .container.container--cta {
    min-height: 50vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav__bottom {
    border: 1px solid var(--_theme---border--general);
    background-color: var(--_theme---bg--general);
    border-radius: .5rem;
    padding: 1rem;
    display: block;
    position: absolute;
    top: 3.85rem;
    right: 0%;
  }

  .nav__list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .nav__actions {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav__link {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body-middle);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tabs__nav {
    z-index: 2;
    position: sticky;
    top: 3.8rem;
  }

  .tabs__nav-item {
    background-color: var(--_theme---bg--general);
  }

  .tabs__nav-item.active {
    background-color: #3a213d;
  }

  .tabs__panel.tabs__panel--one {
    border: 1px solid var(--_theme---border--general);
    border-radius: .5rem;
  }

  .feature-layout {
    border-style: none;
    border-width: 0;
    flex-flow: column;
    align-items: stretch;
    min-height: auto;
    display: flex;
  }

  .feature-layout__sidebar {
    border-right-style: none;
    flex-flow: row;
    align-items: stretch;
    display: block;
  }

  .feature-layout__sidebar.swiper {
    border: 1px solid var(--_theme---border--general);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .feature-layout__sidebar-item {
    flex: none;
    width: 100%;
  }

  .feature-layout__sidebar-item.active {
    color: inherit;
    background-color: inherit;
  }

  .feature-layout__sidebar-item.feature-layout__sidebar-item--liquidity {
    border-bottom-style: none;
  }

  .feature-layout__sidebar-item.swiper-slide {
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .tab-progress, .feature-list__description.color-third {
    display: none;
  }

  .feature-list__description.color-third.feature-list__description--mob {
    display: block;
  }

  .feature-layout__content {
    flex-flow: row;
    align-items: stretch;
    display: flex;
  }

  .feature-layout__content.swiper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--_theme---border--general);
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .feature-content__item {
    background-color: var(--_theme---bg--general);
    flex: none;
    height: auto;
  }

  .feature-content__item.feature-content__item--earn.swiper-slide {
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .feature-content__item.swiper-slide {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .natively-cross-chain-image {
    width: 71%;
  }

  .ghost {
    aspect-ratio: 10 / 8.9;
    overflow: hidden;
  }

  .ghost__title.h2.color-gradient {
    font-size: 2rem;
  }

  .ghost__description.h4.color-gradient {
    font-size: var(--_fonts---size);
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body-middle);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
  }

  .ghost__bg {
    background-size: 20%;
  }

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

  .rewards__card.rewards__card--horizontal {
    flex-flow: column;
  }

  .rewards__card-content {
    padding: 1rem;
  }

  .rewards__card-visual {
    order: -1;
    padding: 1rem 1rem 0;
    overflow: visible;
  }

  .rewards__card-visual.rewards__card-visual--big {
    order: -1;
    padding: 0;
    position: static;
  }

  .rewards__card-visual.rewards__card-visual--scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .rewards__title {
    margin-bottom: .5rem;
  }

  .rewards__card-description.color-secondary.txt-middle, .rewards__card-description.h4.color-third {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
  }

  .rewards__title-text.rewards__title-text--big.color-gradient, .rewards__title-text.color-gradient.h2 {
    font-size: 1.5rem;
  }

  .rewards__card-visual-50m {
    margin-left: auto;
    position: static;
  }

  .progress-badges__item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .progress-badges__item:hover {
    background-color: #0000;
  }

  .progress-badges__label {
    opacity: 100;
    text-align: center;
    font-size: .7rem;
    position: static;
    transform: none;
  }

  .cash-out {
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow-x: auto;
  }

  .vs {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow-x: auto;
  }

  .liquidity__image {
    margin-top: 0;
    display: none;
  }

  .lend__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lend__item-icon {
    width: 4.3rem;
  }

  .security {
    grid-template-columns: 1fr 1fr;
  }

  .security__card {
    min-height: 24rem;
    padding: 1.5rem 1rem;
  }

  .security__card-title.security__card-title--big {
    font-size: 2.5rem;
  }

  .security__card-wrapper {
    padding-top: 4rem;
  }

  .faq {
    margin-top: 2rem;
  }

  .faq__wrapper {
    border-top: 1px solid #110f1229;
  }

  .faq__question {
    ---mode--collection-80c60656-3b3a-d4f2-f76b-f66fc6d93712: mode-64a091f8-694c-2bac-7ab1-9e9f777702fb;
  }

  .faq__item-bottom {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq__item-top {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav__menu-open {
    color: var(--_theme---text--general);
  }

  .tabs-wrapper.swiper-wrapper {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .swiper-nav {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .swiper-button {
    background-color: var(--_theme---bg--accent-secondary);
    color: var(--_theme---text--accent);
    border-radius: .5rem;
    flex: none;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
  }

  .swiper-nav-p {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .swiper-nav-p.swiper-pagination {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .swiper-pagination-bullet {
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
    padding: 0;
    background-color: var(--_theme---bg--secondary) !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--_theme---bg--accent) !important;
  }

  .natively {
    aspect-ratio: 10 / 8.9;
    overflow: hidden;
  }

  .tabs-spacer {
    display: none;
  }

  .feature-list__description-next {
    color: var(--_theme---text--third);
    max-height: none;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .container.container--cta {
    min-height: 70vw;
  }

  .button.button--cta {
    transform: scale(1);
  }

  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__content {
    width: 80vw;
  }

  .hero__link.color-third {
    --_fonts---font-family: var(--font-family);
    --_fonts---size: var(--_adaptive---body);
    --_fonts---line-height: 1.2;
    --_fonts---weight: 500;
  }

  .ghost__content {
    padding: 1rem 2rem;
  }

  .ghost__title.h2.color-gradient {
    font-size: 8.5vw;
  }

  .ghost__description.h4.color-gradient {
    font-size: 4.5vw;
  }

  .ghost__bg {
    background-size: 25%;
  }

  .lend__grid {
    grid-template-columns: 1fr 1fr;
  }

  .security {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .security__card-wrapper {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .security__card-wrapper-content {
    order: 1;
    max-width: none;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .cta-icon {
    width: auto;
    max-width: 5rem;
  }

  .prize-image {
    width: 7rem;
  }

  .prize-image-decor {
    width: 10rem;
  }
}

#w-node-_55cb7a3b-a777-73b5-830a-0d645b89b068-8be1a035 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cc335a7c-be40-969c-e6e2-c7e3e67f3d0a-8be1a035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3f893eb-e372-9453-8177-1630398f868b-8be1a035 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8422ab0c-2890-54a4-f1e1-3b93342b932d-8be1a035, #w-node-_60dc312e-a95e-e005-e474-efdf0bdfa0d9-8be1a035 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9bb7ff8b-cb06-2d2b-27b9-b4875fc57950-8be1a035 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96f16fa1-c239-bfbc-66f3-3b3788f8756d-8be1a035 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7dea71ed-7e62-0eef-c320-be7268d70d8a-8be1a035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dea71ed-7e62-0eef-c320-be7268d70dba-8be1a035 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_55cb7a3b-a777-73b5-830a-0d645b89b068-8be1a035 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cc335a7c-be40-969c-e6e2-c7e3e67f3d0a-8be1a035, #w-node-c3f893eb-e372-9453-8177-1630398f868b-8be1a035 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8422ab0c-2890-54a4-f1e1-3b93342b932d-8be1a035, #w-node-_60dc312e-a95e-e005-e474-efdf0bdfa0d9-8be1a035 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7dea71ed-7e62-0eef-c320-be7268d70d8a-8be1a035, #w-node-_7dea71ed-7e62-0eef-c320-be7268d70dba-8be1a035 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9bb7ff8b-cb06-2d2b-27b9-b4875fc57950-8be1a035 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dea71ed-7e62-0eef-c320-be7268d70d8a-8be1a035, #w-node-_7dea71ed-7e62-0eef-c320-be7268d70dba-8be1a035 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Macan';
  src: url('../fonts/Macan-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Macan';
  src: url('../fonts/Macan-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}