@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: LTSuperior;
  color: #fff;
}
.dnone {
  display: none;
}
a {
  text-decoration: none;
}
input,
textarea {
  box-sizing: border-box;
}
.free_img {
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html {
  scroll-behavior: smooth;
}
#root {
  width: 100%;
  max-height: 100dvh;
  overflow: hidden;
  background: #000;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  background: #26f2f6;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #26f2f6cc;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@font-face {
  font-family: LTSuperior;
  src: url(/fonts/LTSuperior-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: LTSuperior;
  src: url(/fonts/LTSuperior-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: LTSuperior;
  src: url(/fonts/LTSuperior-Semibold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: LTSuperior;
  src: url(/fonts/LTSuperior-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
#canvasWrapperPixi {
  height: 100dvh;
  width: 100%;
  position: relative;
}
.App_tgText {
  width: 100% !important;
  align-items: start !important;
  z-index: 10;
}
.App_tgText_inner {
  width: 100%;
  background: linear-gradient(to bottom, #000, #0000);
}
.App_tgText_inner_inner {
  font-size: 20px;
  color: #fff !important;
  padding: 12px;
  text-shadow: 0px 0px 10px #000, 0px 0px 4px #000;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.App_tgText_inner_inner a {
  text-decoration: underline;
}
.App_please_hor {
  width: 100% !important;
  align-items: start !important;
  display: none;
}
@media (max-aspect-ratio: 1/1) {
  .App_please_hor {
    display: flex;
  }
}
.App_please_hor_inner {
  min-height: 100vh;
  width: 100vw;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.App_please_hor_inner img {
  width: 50%;
  max-height: 50vh;
}
.App_tab {
  min-width: 100dvw;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.App_tab_cross {
  width: 100% !important;
  justify-content: right;
}
.App_tab_cross img {
  cursor: pointer;
}
.App_tab_inner {
  width: 100%;
  max-width: 600px;
  padding: 32px;
  border: 2px solid #26f2f6;
  -webkit-backdrop-filter: blur(20px) brightness(0.5);
  backdrop-filter: blur(20px) brightness(0.5);
  max-height: 100vh;
}
@media (max-width: 500px) {
  .App_tab_inner {
    overflow-y: scroll;
  }
}
@media (max-width: 800px) {
  .App_tab_inner {
    padding: 12px;
  }
}
.App_tab_header,
.App_tab_subheader,
.App_tab_p {
  color: #26f2f6;
}
.App_tab_header {
  font-size: 32px;
  font-weight: 900;
}
.App_tab_subheader {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
}
.App_tab_p {
  margin-top: 8px;
  font-size: 16px;
}
.App_tab_wrapper {
  width: 100% !important;
  align-items: start;
  z-index: 999;
}
.App_tab_content {
  margin-top: 24px;
}
.App_tab_content img {
  width: 100%;
}
.App_tab_socials {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.App_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  pointer-events: none;
}
.App_text_inner {
  font-size: 92px;
  font-weight: 900;
  text-shadow: 2px 2px #000;
  transition: 0.5s opacity ease-in-out;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 900px) {
  .App_text_inner {
    font-size: 48px;
  }
}
.App_text_inner_inner {
  transition: translate 0.5s ease-in-out;
  translate: 0px 0px;
}
.App_text_wrapper {
  width: 100% !important;
  pointer-events: none;
  align-items: start;
  position: relative;
  z-index: 8;
}
.App_spaceship {
  height: 100dvh;
  width: 100%;
  background: url(/img/bg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.App_spaceshipClick {
  width: 100%;
  height: 100vh;
}
.App_spaceshipClick img {
  width: 100px;
  filter: drop-shadow(0px 0px 4px #000);
}
@media (max-width: 800px) {
  .App_spaceshipClick img {
    display: none;
  }
}
.App_spaceshipClick_wrapper {
  width: 100% !important;
  z-index: 99999999;
  align-items: start;
  pointer-events: none;
}
.App_spaceship img {
  width: 100%;
  scale: 0;
  animation: poyava 8s 1 forwards ease-out;
  transition: transform 0.2s;
}
@keyframes poyava {
  0% {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
.App_spaceship .canBeClicked:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.App_spaceship_wrapper {
  width: 100% !important;
  align-items: start;
  pointer-events: all;
}
.App_perehod {
  background: #fff;
  height: 100dvh;
  width: 100%;
  z-index: 999999999;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 1;
}
.App_perehod_wrapper {
  width: 100% !important;
  align-items: start;
  pointer-events: all;
}
.App_buysell {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
}
.App_buysell_wrapper {
  width: 100%;
  align-items: start;
  pointer-events: none;
  position: relative;
  z-index: 9;
}
.App_buysell_btns {
  width: 300px;
  -webkit-backdrop-filter: blur(10px) brightness(0.8);
  backdrop-filter: blur(10px) brightness(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  column-gap: 8px;
  pointer-events: all;
  border-radius: 12px 12px 0 0;
}
.App_buysell_btn {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}
.App_buysell_btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.App_buysell_btn_err {
  background-color: red !important;
  color: #fff !important;
}
.App_vids {
  width: 100%;
  height: 100vh;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.App_vids_wrapper {
  width: 100% !important;
  align-items: start;
}
.App_vids video {
  width: 40vh;
  max-width: 50vw;
}
.Faq_nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  width: 200px;
}
@media (max-width: 800px) {
  .Faq_nav {
    row-gap: 12px;
    width: 100px;
  }
}
.Faq_content {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media (max-width: 800px) {
  .Faq_content {
    column-gap: 16px;
  }
}
.Faq_text {
  max-height: 70vh;
  height: 70vh;
  margin-top: 24px;
  width: 100%;
}
.Faq_text a {
  display: block;
  text-decoration: underline;
}
.Faq_header {
  color: #26f2f6;
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 800px) {
  .Faq_header {
    font-size: 24px;
  }
}
.Faq_answer {
  color: #26f2f6;
  margin-top: 24px;
  font-size: 18px;
}
@media (max-width: 800px) {
  .Faq_answer {
    font-size: 18px;
  }
}
.Faq_answer img {
  width: 100%;
  border-radius: 12px;
}
.Tab {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1px;
  cursor: pointer;
}
.Tab_inner {
  background-color: #26f2f61a;
  padding: 12px;
  font-size: 15px;
  width: 178px;
  text-align: center;
  font-weight: 700;
  transition: background-color 0.2s;
}
@media (max-width: 800px) {
  .Tab_inner {
    width: 90px;
    font-size: 10px;
    padding: 8px;
  }
}
.Tab_inner_selected {
  background-color: #26f2f6;
  color: #000;
}
.Tab_inner:hover {
  background-color: #26f2f666;
}
.Tab_left_inner {
  height: 30px;
  border-left: 2px solid #26f2f6;
  border-top: 2px solid #26f2f6;
  border-bottom: 2px solid #26f2f6;
  min-width: 8px;
}
.Tab_right_inner {
  height: 30px;
  border-right: 2px solid #26f2f6;
  border-top: 2px solid #26f2f6;
  border-bottom: 2px solid #26f2f6;
  min-width: 8px;
}
