*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
:after,
:before {
  --tw-content: '';
}
/*  */
.burger {
  /* display: none; */
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.burger span {
  height: 3px;
  background: #f3c47d;
  border-radius: 2px;
}
.mobile-menu a {
  color: #000;
  font-weight: 700 !important;
  font-size: 16px;
  text-decoration: none;
}
.mobile-menu:not(.active) a {
  pointer-events: none;
}
.mobile-menu {
  /* display: none; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #fff;
  opacity: 0;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  padding: 0;
}

.mobile-menu.active {
  padding: 1rem 0;
  opacity: 1;
  max-height: 1000px;
}
.Header_headerRight__1HNAh {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .desktop-menu {
    display: none !important;
  }

  .burger {
    display: flex;
  }
}
/*  */
html {
  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, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  line-height: inherit;
}
.main-title {
  font-size: 48px;
  line-height: 32px;
  letter-spacing: -0.4px;
  font-style: italic;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
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,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  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-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role='button'],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --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: ;
}
::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: ;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.h-\[405px\] {
  height: 405px;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-52 {
  width: 13rem;
}
.w-\[445px\] {
  width: 445px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#0d49cc\] {
  --tw-text-opacity: 1;
  color: rgb(13 73 204 / var(--tw-text-opacity));
}
.text-\[\#263238\] {
  --tw-text-opacity: 1;
  color: rgb(38 50 56 / var(--tw-text-opacity));
}
.text-\[\#36CFFF\] {
  --tw-text-opacity: 1;
  color: rgb(54 207 255 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#c4c4c4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-gray50 {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url('../fonts/Inter-Regular.ttf');
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  src: url('../fonts/Inter-SemiBold.ttf');
}
@font-face {
  font-family: Inter;
  font-weight: 900;
  src: url('../fonts/Inter-Black.ttf');
}
body,
html {
  padding: 0;
  margin: 0;
  background: #060810;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.homepage {
  overflow: hidden;
}
a {
  cursor: pointer;
  transition: transform 0.3s;
  display: inline-block;
}
a:hover {
  transform: translateY(-2px);
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
.container {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  margin: 0 auto;
}
.section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #000;
}
.section-title .highlight {
  color: #1421ff;
}
.section-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ff8b14;
  margin-bottom: 20px;
}
.section-desc {
  font-size: 20px;
  line-height: 30px;
  color: #858585;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 40px;
    line-height: 52px;
  }
  .section-desc,
  .section-subtitle {
    font-size: 18px;
  }
  .section-desc {
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.btn-trans {
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000;
  padding: 15px 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-blue,
.btn-trans {
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
}
.btn-blue {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 30px;
  display: inline-block;
  background: #1421ff;
  box-shadow: 0 20px 40px -10px rgba(20, 33, 255, 0.3);
}
.btn-blue,
.doc-page {
  color: #fff;
}
.doc-page .page-title {
  margin: 60px 0;
  font-weight: 800;
  font-size: 36px;
  line-height: 54px;
}
.doc-page .block {
  margin-bottom: 60px;
}
.doc-page .block h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.doc-page .block p {
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}
.doc-page .block p:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .doc-page .page-title {
    margin: 44px 0;
    font-size: 28px;
    line-height: 36px;
  }
  .doc-page .block {
    margin-bottom: 44px;
  }
  .doc-page .block h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .doc-page .block p {
    font-size: 14px;
    line-height: 24px;
  }
  .doc-page .block p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.mint-banner {
  font-family: Inter;
  background: url(../img//mint-banner-bg.png) no-repeat 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-direction: column;
  color: #fff;
}
.mint-banner .title1 {
  margin-top: 76px;
  font-size: 53px;
  letter-spacing: 5px;
}
.mint-banner .title1,
.mint-banner .title2 {
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 21px;
}
.mint-banner .title2 {
  font-size: 108px;
  text-align: center;
}
.mint-banner .title3 {
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  margin-bottom: 40px;
}
.mint-banner .btn-mint {
  width: 600px;
}
@media (max-width: 992px) {
  .mint-banner .title1 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 10px;
    margin-bottom: 24px;
  }
  .mint-banner .title2 {
    font-size: 36px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .mint-banner .btn-mint {
    width: 240px;
  }
}
@media (max-width: 576px) {
  .mint-banner .title1 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 4px;
    margin-bottom: 24px;
  }
  .mint-banner .title2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.city-banner {
  background: url('../img//city-banner-bg.png') no-repeat 50%;
  text-align: center;
  background-size: cover;
  padding: 130px 0;
  color: #fff;
}
.city-banner .title1 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.4px;
  font-style: italic;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 20px;
}
.city-banner .title2 {
  margin: 20px auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.city-banner .city-banner-img {
  max-width: 700px;
}
.city-banner .btn-check {
  background: #ffdda9;
  border-radius: 28px;
  padding: 15px 90px;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.36px;
  color: #12022f;
  text-decoration: none;
}
@media (max-width: 768px) {
  .city-banner {
    padding: 100px 20px;
  }
  .city-banner .title1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .city-banner .title2 {
    margin: 16px auto;
    font-size: 20px;
    line-height: 28px;
  }
  .city-banner .city-banner-img {
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
  .city-banner .btn-check {
    border-radius: 20px;
    padding: 14px 44px;
  }
}
.spirit-banner {
  font-family: Inter;
  background: url(../img//spirit-banner-bg.png) no-repeat 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  flex-direction: column;
}
.spirit-banner .title1 {
  margin-top: 76px;
  font-weight: 400;
  color: #fff;
  font-size: 39px;
  line-height: 100%;
  letter-spacing: 30px;
  margin-bottom: 40px;
}
.spirit-banner .title2 {
  font-weight: 900;
  font-size: 74px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 6px;
  color: #fff;
}
.spirit-banner .title3 {
  color: #ffe176;
  margin-bottom: 40px;
}
.spirit-banner .start-btn {
  background: #fc803b;
  border-radius: 28px;
  width: 350px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.36px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .spirit-banner .title1 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 10px;
    margin-bottom: 24px;
  }
  .spirit-banner .title2 {
    font-size: 36px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .spirit-banner .start-btn {
    font-size: 16px;
    padding: 10px 0;
    width: 300px;
  }
}
@media (max-width: 576px) {
  .spirit-banner .title1 {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }
  .spirit-banner .title2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .spirit-banner .start-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .btn-blue,
  .btn-trans {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .paragraph {
    padding-left: 12px;
  }
  .paragraph p {
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
}
/*
     FILE ARCHIVED ON 13:08:52 Sep 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:11:14 Apr 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.593
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 29.958
  LoadShardBlock: 391.048 (3)
  PetaboxLoader3.datanode: 130.205 (4)
  PetaboxLoader3.resolve: 381.241 (3)
  load_resource: 140.251
*/
