.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #fff;
}
.App-link {
  color: #61dafb;
}
@keyframes App-logo-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slides-container {
  display: flex;
  flex-wrap: nowrap;
}
.slide {
  min-width: 100%;
  transition: transform 2s ease-in-out;
}
.navigation-dots {
  position: relative;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  border-radius: 3rem;
  background: #1e1f22;
  box-shadow: -1px -1px 2px #0000007a inset, 1px 1px 2px #ffffff0f inset;
  margin-top: 2rem;
}
.dot {
  width: 10px;
  height: 10px;
  margin-right: 0.75rem;
  background-color: #ffffff1f;
  border-radius: 50%;
  cursor: pointer;
}
.dot:last-child {
  margin-right: 0 !important;
}
.dot.active {
  background-color: #c5c5c5;
}
@media (max-width: 767px) {
  .navigation-dots {
    display: none;
  }
}
.text-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.highlighted-text:before {
  content: attr(data-text);
  display: inline-block;
  opacity: 0.8;
}
.highlighted-text {
  color: #ede8e8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: clip-path 0.1s ease;
  text-shadow: 0 0 0 #111;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-11 {
  height: 2.75rem;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[280px\] {
  width: 280px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[414px\] {
  max-width: 414px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[424px\] {
  max-width: 424px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[506px\] {
  max-width: 506px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[926px\] {
  max-width: 926px;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-\[\#333333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-\[\#333333\]\/\[\.7\] {
  border-color: #333333b3;
}
.border-\[\#343840\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 56 64 / var(--tw-border-opacity));
}
.border-\[\#343840\]\/\[\.5\] {
  border-color: #34384080;
}
.border-\[\#FFFFFF\]\/\[\.1\] {
  border-color: #ffffff1a;
}
.border-white\/\[\.12\] {
  border-color: #ffffff1f;
}
.border-white\/\[\.1\] {
  border-color: #ffffff1a;
}
.border-white\/\[\.2\] {
  border-color: #fff3;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#0D0E10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 14 16 / var(--tw-bg-opacity));
}
.bg-\[\#0E0F11\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 15 17 / var(--tw-bg-opacity));
}
.bg-\[\#0F1012\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 16 18 / var(--tw-bg-opacity));
}
.bg-\[\#141518\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 21 24 / var(--tw-bg-opacity));
}
.bg-\[\#17181A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 24 26 / var(--tw-bg-opacity));
}
.bg-\[\#17181A\]\/\[\.24\] {
  background-color: #17181a3d;
}
.bg-\[\#18191C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 25 28 / var(--tw-bg-opacity));
}
.bg-\[\#222326\]\/\[\.32\] {
  background-color: #22232652;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white\/\[\.04\] {
  background-color: #ffffff0a;
}
.bg-white\/\[\.07\] {
  background-color: #ffffff12;
}
.bg-white\/\[\.1\] {
  background-color: #ffffff1a;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0D0E10\] {
  --tw-gradient-from: #0d0e10 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 14 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#141517\] {
  --tw-gradient-from: #141517 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 21 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#18191C\] {
  --tw-gradient-from: #18191c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 25 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2C2D30\] {
  --tw-gradient-from: #2c2d30 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(44 45 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#9797FF\] {
  --tw-gradient-from: #9797ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(151 151 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#999999\] {
  --tw-gradient-from: #999999 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 153 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#E8E288\] {
  --tw-gradient-from: #e8e288 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 226 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#0D0E10\] {
  --tw-gradient-to: #0d0e10 var(--tw-gradient-to-position);
}
.to-\[\#18191C\] {
  --tw-gradient-to: #18191c var(--tw-gradient-to-position);
}
.to-\[\#9797FF\]\/\[\.4\] {
  --tw-gradient-to: rgb(151 151 255 / 0.4) var(--tw-gradient-to-position);
}
.to-\[\#999999\]\/\[\.4\] {
  --tw-gradient-to: rgb(153 153 153 / 0.4) var(--tw-gradient-to-position);
}
.to-\[\#E8E288\]\/\[\.4\] {
  --tw-gradient-to: rgb(232 226 136 / 0.4) var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#00EC97\] {
  --tw-text-opacity: 1;
  color: rgb(0 236 151 / var(--tw-text-opacity));
}
.text-\[\#34D399\] {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-\[\#C5C5C5\] {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}
.text-\[\#E8E288\] {
  --tw-text-opacity: 1;
  color: rgb(232 226 136 / var(--tw-text-opacity));
}
.text-\[\#FAFAFA\]\/\[\.7\] {
  color: #fafafab3;
}
.text-\[\#fff\]\/\[\.7\] {
  color: #ffffffb3;
}
.text-\[transparent\] {
  color: transparent;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/\[\.3\] {
  color: #ffffff4d;
}
.text-white\/\[\.5\] {
  color: #ffffff80;
}
.text-white\/\[\.7\] {
  color: #ffffffb3;
}
.text-white\/\[\.8\] {
  color: #fffc;
}
.underline {
  text-decoration-line: underline;
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.delay-150 {
  transition-delay: 0.15s;
}
.duration-150 {
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: GeneralSans-Regular;
  src: url(/fonts/GeneralSans-Regular.woff2) format("woff2"),
    url(/fonts/GeneralSans-Regular.woff) format("woff"),
    url(/fonts/GeneralSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GeneralSans-Medium;
  src: url(/fonts/GeneralSans-Medium.woff2) format("woff2"),
    url(/fonts/GeneralSans-Medium.woff) format("woff"),
    url(/fonts/GeneralSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GeneralSans-Semibold;
  src: url(/fonts/GeneralSans-Semibold.woff2) format("woff2"),
    url(/fonts/GeneralSans-Semibold.woff) format("woff"),
    url(/fonts/GeneralSans-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GeneralSans-Bold;
  src: url(/fonts/GeneralSans-Bold.woff2) format("woff2"),
    url(/fonts/GeneralSans-Bold.woff) format("woff"),
    url(/fonts/GeneralSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body {
  margin: 0;
  font-family: GeneralSans-Regular, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0d0e10;
}
.font-semibold {
  font-family: GeneralSans-Semibold;
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
.font-medium {
  font-family: GeneralSans-Medium;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.btn {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s;
  font-family: GeneralSans-Semibold;
}
.btn-primary {
  background-color: #00ec97;
  color: #0d0e10;
}
.btn-primary:hover,
.btn-primary :focus {
  background-color: #00af6f;
  color: #0d0e10;
  transform: translateY(-0.25rem);
}
.btn-secondary {
  background-color: #fff;
  color: #0d0e10;
}
.btn-gradient {
  background: linear-gradient(to right, #00ec97, #e8e288);
  padding: 1px;
  border-radius: 50rem;
  transition: all 0.3s;
  color: #fff;
  font-family: GeneralSans-Semibold;
}
.btn-gradient:hover {
  transform: translateY(-0.25rem);
}
.btn-gradient .bg {
  background: #0d0e10;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s;
}
.btn-gradient .bg svg {
  transition: all 0.3s;
}
.btn-gradient:hover .bg {
  background: transparent;
  color: #0d0e10;
}
.btn-gradient:hover .bg svg {
  transform: translate(0.5rem);
}
.btn-gradient:hover .bg svg path {
  stroke: #0d0e10;
}
.btn-secondary:hover,
.btn-secondary :focus {
  background-color: #00ec97;
  transform: translateY(-0.25rem);
}
.btn-secondary svg {
  transition: all 0.3s;
  transform: translate(0);
}
.btn-secondary:hover svg,
.btn-secondary :focus svg {
  transform: translate(0.5rem);
}
.btn-secondary-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  padding: 0.75rem 2rem;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #00ec97;
  border: 1px solid #00ec97;
  color: #0d0e10;
  transform: translateY(-0.25rem);
}
.btn-signin {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  border: 1px solid #fff;
  color: #fff;
  z-index: 0;
}
.btn-signin:hover {
  background-color: #00ec97;
  color: #0d0e10;
  transform: translateY(-0.25rem);
  border-color: #00ec97;
}
.btn-signin svg {
  overflow: visible;
}
.btn-signin svg path {
  stroke: #fff;
  transition: all 0.3s;
}
.btn-signin:hover svg path {
  stroke: #0d0e10;
  transform: translate(0.25rem);
}
header,
.video-sec {
  position: relative;
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  background-color: #000;
  opacity: 0.4;
}
.hero-video:after {
  width: 100%;
  height: 100%;
  background: #00ec97;
  position: absolute;
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.6;
  z-index: 10;
  left: 0;
  top: 0;
}
.hero-video video {
  width: 100%;
}
.form-control {
  width: 100%;
  background: #ffffff14;
  color: #c5c5c566;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  text-transform: uppercase;
  transition: all 0.3s;
  outline: 0;
  border: 1px solid #00ec9500;
  border-radius: 3rem;
}
.form-control:focus {
  border: 1px solid #00ec97;
}
.supported-chain-h {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  font-family: GeneralSans-Medium;
}
.supported-chain-h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  font-family: GeneralSans-Medium;
}
.left-img {
  background: url(/images/left-line.svg);
  background-position: right center;
  background-repeat: no-repeat;
  height: 30px;
}
.right-img {
  background: url(/images/right-line.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
}
.community-bg {
  background: url(/images/community-bg.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.footer-links li {
  padding-bottom: 1rem;
}
.footer-links li a:hover,
.footer-b-link a:hover {
  color: #00ec97;
}
.social-links a,
.social-links a svg path,
.footer-links li a,
.tab-sec a,
.footer-b-link a {
  transition: all 0.3s;
}
.social-links a:hover {
  transform: translateY(-0.125rem);
}
.tab-sec-feature .list-sec {
  overflow: auto;
  max-width: 100%;
}
.tab-sec-feature ul {
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.social-links a:hover svg path {
  fill: #00ec97;
}
.video-bg:hover .btn-secondary-outline {
  background-color: #00ec97;
  border: 1px solid #00ec97;
  color: #0d0e10;
  transform: translateY(-0.25rem);
}
@keyframes fadeInLeft {
  0% {
    transform: translate(-10%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.animated-background:hover {
  background-size: 400%;
  animation: animation 3s ease infinite;
}
@keyframes animation {
  0%,
  to {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.fadeInLeft-animation {
  animation: 1.5s fadeInLeft;
}
.rfm-marquee-container {
  position: relative;
}
.rfm-marquee-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0%;
  width: 100%;
  background: linear-gradient(90deg, #0f1012, #fff0, #0f1012);
  z-index: 2;
}
.link-btn,
.gray-box,
.gray-box hr,
.gray-box a svg,
.why-choose,
.why-choose-border,
.why-choose-bg,
.why-choose-bg a,
.why-choose-bg a svg {
  transition: all 0.3s !important;
}
.gray-box:hover a svg,
.why-choose-border:hover a svg {
  transform: translate(0.25rem);
}
.why-choose-border:hover a svg path {
  stroke: #00af6f;
}
.why-choose-border:hover .why-choose-bg {
  box-shadow: inset 0 0 0 200px #0000001a;
}
.link-btn:hover {
  color: #00af6f;
}
.link-btn svg {
  transition: all 0.3s;
}
.link-btn:hover svg {
  transform: translate(0.25rem);
}
.link-btn:hover svg path {
  stroke: #00af6f;
}
.compare-grip {
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  cursor: grab;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.__rcs-handle-line:nth-child(1) {
  background: linear-gradient(0deg, white, transparent) !important;
  width: 1px !important;
}
.__rcs-handle-button + .__rcs-handle-line {
  background: linear-gradient(180deg, white, transparent) !important;
  width: 1px !important;
}
.compare-grip svg {
  height: 100%;
  width: auto;
}
.compared-sec {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #0f1012;
}
.compared-sec-w {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rfm-initial-child-container {
  padding-right: 2rem;
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-\[-16px\]:before {
  content: var(--tw-content);
  left: -16px;
}
.before\:left-\[0\]:before {
  content: var(--tw-content);
  left: 0;
}
.before\:top-\[0\]:before {
  content: var(--tw-content);
  top: 0;
}
.before\:top-\[8px\]:before {
  content: var(--tw-content);
  top: 8px;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:inline-block:before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:h-10:before {
  content: var(--tw-content);
  height: 2.5rem;
}
.before\:h-\[1px\]:before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-full:before {
  content: var(--tw-content);
  width: 100%;
}
.before\:border-l:before {
  content: var(--tw-content);
  border-left-width: 1px;
}
.before\:border-\[\#343840\]\/\[\.5\]:before {
  content: var(--tw-content);
  border-color: #34384080;
}
.before\:bg-\[\#34D399\]:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#00EC97\]\/\[\.2\]:hover {
  background-color: #00ec9733;
}
.hover\:bg-\[\#18191C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 25 28 / var(--tw-bg-opacity));
}
.hover\:text-\[\#00EC97\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 236 151 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:border-white\/\[\.16\] {
  border-color: #ffffff29;
}
.group:hover .group-hover\:text-\[\#00EC97\] {
  --tw-text-opacity: 1;
  color: rgb(0 236 151 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:text-\[56px\] {
    font-size: 56px;
  }
  .md\:text-\[88px\] {
    font-size: 88px;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
