.page-about-heading {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .page-about-heading {
    height: 86px;
  }
}

.loading-spinner__background {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #0e2659;
  stroke-width: 4;
}

.loading-spinner__gradient {
  color: #00eb8a;
}

.full-screen-loading-spinner {
  position: fixed;
  z-index: 100;
  background-color: rgba(14, 38, 89, 0.9);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.Page_page__31inP {
  position: absolute;
  z-index: 1;
  top: 62px;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100 - 62px);
}

@media (min-width: 576px) {
  .Page_page__31inP {
    top: 86px;
    height: calc(var(--vh, 1vh) * 100 - 86px);
  }
}

.Page_page--regular__1FjJn {
  background-color: #1f408c;
}

.Page_page--dark__3nKy9 {
  background-color: #0e2659;
}

.Page_page--scrollable__3Nb-p {
  overflow-y: auto;
  overflow-y: overlay;
}

.PageWrapper_page-wrapper__oeCzT {
  position: relative;
  z-index: 0;
  min-height: calc(var(--vh, 1vh) * 100 - 62px);
  width: 1200px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .PageWrapper_page-wrapper__oeCzT {
    min-height: calc(var(--vh, 1vh) * 100 - 86px);
  }
}

.PageWrapper_page-wrapper--full-page__34sbT {
  width: 100vw;
}

.PageWrapper_page-wrapper--minimized__38LuY {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .PageWrapper_page-wrapper--minimized__38LuY {
    border-radius: 32px 32px 0 0;
    padding: 50px 0 20px;
    overflow: hidden;
  }
}

.About_content___shS- {
  position: relative;
  z-index: 0;
  background-color: #000758;
}

.About_sections__1vUIa {
  position: relative;
  z-index: 3;
}

.About_footer__2Cvzv {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 20px;
  width: 100%;
  height: 289px;
  background-color: #000430;
}

@media (min-width: 768px) {
  .About_footer__2Cvzv {
    height: 372px;
    padding: 0 20px;
  }
}

.About_footer__2Cvzv p {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

@media (min-width: 768px) {
  .About_footer__2Cvzv p {
    flex-direction: row;
    font-size: 36px;
  }
}

.About_footer__2Cvzv p:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .About_footer__2Cvzv p:not(:last-child) {
    margin-bottom: 66px;
  }
}

.About_footer__2Cvzv button {
  font-family: Roboto Condensed;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 32px;
  border: 2px solid #00eb8a;
  margin-left: 20px;
  margin-top: 14px;
  height: 52px;
  width: 228px;
  padding: 5px 12px;
  background: none;
}

@media (min-width: 768px) {
  .About_footer__2Cvzv button {
    margin-top: 0;
    font-size: 24px;
    height: 64px;
    width: 250px;
  }
}

.About_footer__2Cvzv button:hover {
  transition: transform 0.2s;
  cursor: pointer;
}

.About_footer__2Cvzv img {
  height: 43px;
}

@media (min-width: 768px) {
  .About_footer__2Cvzv img {
    height: 63px;
  }
}

.About_nft-portal-link__v_riv {
  position: relative;
}

.About_nft-portal-link__v_riv:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 32px;
  opacity: 0;
  background-color: #00eb8a;
  transition: opacity 0.4s ease;
}

.About_nft-portal-link__v_riv:hover:before {
  opacity: 1;
}

.AboutBanner_banner__BK6Jg {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 62px);
}

@media (min-width: 768px) {
  .AboutBanner_banner__BK6Jg {
    height: calc(100vh - 86px);
  }
}

@media (min-width: 1170px) {
  .AboutBanner_banner__BK6Jg {
    max-height: 1024px;
  }
}

.AboutBanner_banner__BK6Jg:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 47, 152, 0) 40%, #0f2f98);
}

@media (min-width: 1170px) {
  .AboutBanner_banner__BK6Jg:before {
    height: calc(100% + 200px);
  }
}

.AboutBanner_logo-main__1Pfuy {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  width: 607px;
}

@media (min-width: 1170px) {
  .AboutBanner_logo-main__1Pfuy {
    bottom: 20px;
    width: 607px;
  }
}

.AboutBanner_banner-image__1_G-U {
  position: absolute;
  z-index: 1;
  left: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  object-position: top center;
}

@media (min-width: 1170px) {
  .AboutBanner_banner-image__1_G-U {
    height: calc(100% + 200px);
  }
}

.AboutBanner_banner-video__3AMBE {
  position: absolute;
  z-index: 2;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: top center;
}

@media (min-width: 1170px) {
  .AboutBanner_banner-video__3AMBE {
    height: calc(100% + 200px);
  }
}

.BokehAnimationBox_bokeh-animation-box__5fSSm {
  display: block;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:first-child {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #0428a0;
  top: 240px;
  left: 260px;
  transform-origin: -12px -10px;
  box-shadow: 40px 0 5.6402717544px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:first-child {
  color: rgba(188, 231, 215, 0.8117647058823529);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(2) {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  color: #1a7dff;
  top: 260px;
  left: 180px;
  transform-origin: -4px -6px;
  box-shadow: -46px 0 6.2975441664px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(2) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(3) {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  color: #64a0ff;
  top: 20px;
  left: 280px;
  transform-origin: 0 -4px;
  box-shadow: 38px 0 6.1438855556px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(3) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(4) {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #0428a0;
  top: 380px;
  left: 20px;
  transform-origin: -8px -16px;
  box-shadow: -44px 0 3.1745628625px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(4) {
  color: rgba(154, 243, 210, 0.5882352941176471);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(5) {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  color: #0428a0;
  top: 240px;
  left: 160px;
  transform-origin: -4px -14px;
  box-shadow: -42px 0 2.9544250324px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(5) {
  color: rgba(195, 245, 227, 0.7529411764705882);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(6) {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  color: #b8d3ff;
  top: 400px;
  left: 140px;
  transform-origin: -14px -10px;
  box-shadow: 48px 0 6.646371114px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(6) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(7) {
  width: 21px;
  height: 21px;
  border-radius: 21px;
  color: #1a7dff;
  top: 100px;
  left: 140px;
  transform-origin: -14px -6px;
  box-shadow: 42px 0 3.9268934781px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(7) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(8) {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  color: #0428a0;
  top: 140px;
  left: 260px;
  transform-origin: -6px -2px;
  box-shadow: 38px 0 4.6120972387px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(8) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(9) {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #1a7dff;
  top: 220px;
  left: 260px;
  transform-origin: -14px -2px;
  box-shadow: -44px 0 4.3652019119px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(9) {
  color: rgba(154, 243, 210, 0.5882352941176471);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(10) {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  color: #b8d3ff;
  top: 340px;
  left: 200px;
  transform-origin: -14px -10px;
  box-shadow: 48px 0 3.3204322927px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(10) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(11) {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  color: #64a0ff;
  top: 200px;
  left: 40px;
  transform-origin: -12px -10px;
  box-shadow: -36px 0 3.819087657px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(11) {
  color: rgba(195, 245, 227, 0.7529411764705882);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(12) {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  color: #0428a0;
  top: 360px;
  left: 300px;
  transform-origin: -12px -14px;
  box-shadow: -32px 0 2.3063136976px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(12) {
  color: rgba(154, 243, 210, 0.5882352941176471);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(13) {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #1a7dff;
  top: 100px;
  left: 60px;
  transform-origin: -12px 0;
  box-shadow: -40px 0 1.9013539111px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(13) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(14) {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  color: #0428a0;
  top: 80px;
  left: 200px;
  transform-origin: -16px -4px;
  box-shadow: -36px 0 5.50969833px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(14) {
  color: rgba(195, 245, 227, 0.7529411764705882);
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span:nth-child(15) {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #b8d3ff;
  top: 360px;
  left: 20px;
  transform-origin: -6px -16px;
  box-shadow: 44px 0 7.0177962715px currentColor;
}

.BokehAnimationBox_bokeh-animation-box__5fSSm span.BokehAnimationBox_secondary__2nnby:nth-child(15) {
  color: rgba(100, 249, 194, 0.4392156862745098);
}

.ScrollInAnimationItem_container__2Dm6R {
  transform: translateZ(0);
}

.ScrollInAnimationItem_slide-in-top__1KIMX {
  opacity: 0;
  transform: translateY(-40px);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_slide-in-top--animate-in__2tvp3 {
  opacity: 1;
  transform: translateY(0);
}

.ScrollInAnimationItem_slide-in-bottom__2haWM {
  opacity: 0;
  transform: translateY(40px);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_slide-in-bottom--animate-in__MVNzS {
  opacity: 1;
  transform: translateY(0);
}

.ScrollInAnimationItem_slide-in-bottom-without-fade__3Wibk {
  transform: scaleY(0);
  transition-timing-function: ease;
  transition-property: transform;
  will-change: transform;
}

.ScrollInAnimationItem_slide-in-bottom-without-fade--animate-in__2nqbQ {
  transform: scaleY(1);
}

.ScrollInAnimationItem_slide-in-left__21kq6 {
  opacity: 0;
  transform: translateX(-40px);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_slide-in-left--animate-in__28go1 {
  opacity: 1;
  transform: translateX(0);
}

.ScrollInAnimationItem_slide-in-right__3MF2E {
  opacity: 0;
  transform: translateX(-40px);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_slide-in-right--animate-in__2URxZ {
  opacity: 1;
  transform: translateX(0);
}

.ScrollInAnimationItem_fade-in__MjbOc {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_fade-in--animate-in__12wyR {
  opacity: 1;
}

.ScrollInAnimationItem_scale-in__chPVq {
  opacity: 0;
  transform: scale(0.5);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  will-change: transform, opacity;
}

.ScrollInAnimationItem_scale-in--animate-in__3E-d2 {
  opacity: 1;
  transform: scale(1);
}

.AboutTextBox_box__lyU9p {
  position: relative;
  padding: 21px 25px;
}

@media (min-width: 768px) {
  .AboutTextBox_box__lyU9p {
    padding: 39px;
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_box__lyU9p {
    padding: 56px 56px 60px;
  }
}

.AboutTextBox_box__lyU9p:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: radial-gradient(94.62% 94.62% at 50% 50%, rgba(47, 148, 211, 0.8) 0, rgba(47, 148, 211, 0) 100%),
    rgba(67, 117, 197, 0.9);
  clip-path: polygon(
    42.5px calc(100% - 3px),
    37.5px calc(100% - 8px),
    20.5px calc(100% - 8px),
    3px calc(100% - 25.5px),
    3px 20.5px,
    20.5px 3px,
    calc(100% - 20.5px) 3px,
    calc(100% - 3px) 20.5px,
    calc(100% - 3px) calc(100% - 20.5px),
    calc(100% - 22px) calc(100% - 1.5px)
  );
  -webkit-clip-path: polygon(
    42.5px calc(100% - 3px),
    37.5px calc(100% - 8px),
    20.5px calc(100% - 8px),
    3px calc(100% - 25.5px),
    3px 20.5px,
    20.5px 3px,
    calc(100% - 20.5px) 3px,
    calc(100% - 3px) 20.5px,
    calc(100% - 3px) calc(100% - 20.5px),
    calc(100% - 22px) calc(100% - 1.5px)
  );
}

@media (min-width: 768px) {
  .AboutTextBox_box__lyU9p:before {
    clip-path: polygon(
      73.5px calc(100% - 5px),
      66.5px calc(100% - 12px),
      35.5px calc(100% - 12px),
      5px calc(100% - 44.5px),
      5px 37.5px,
      35.5px 5px,
      calc(100% - 35.5px) 5px,
      calc(100% - 5px) 37.5px,
      calc(100% - 5px) calc(100% - 37.5px),
      calc(100% - 38px) calc(100% - 2.5px)
    );
    -webkit-clip-path: polygon(
      73.5px calc(100% - 5px),
      66.5px calc(100% - 12px),
      35.5px calc(100% - 12px),
      5px calc(100% - 44.5px),
      5px 37.5px,
      35.5px 5px,
      calc(100% - 35.5px) 5px,
      calc(100% - 5px) 37.5px,
      calc(100% - 5px) calc(100% - 37.5px),
      calc(100% - 38px) calc(100% - 2.5px)
    );
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_box__lyU9p:before {
    clip-path: polygon(
      109px calc(100% - 6px),
      98px calc(100% - 17px),
      53px calc(100% - 17px),
      6px calc(100% - 64px),
      6px 53px,
      53px 6px,
      calc(100% - 53px) 6px,
      calc(100% - 6px) 53px,
      calc(100% - 6px) calc(100% - 53px),
      calc(100% - 56px) calc(100% - 3px)
    );
    -webkit-clip-path: polygon(
      109px calc(100% - 6px),
      98px calc(100% - 17px),
      53px calc(100% - 17px),
      6px calc(100% - 64px),
      6px 53px,
      53px 6px,
      calc(100% - 53px) 6px,
      calc(100% - 6px) 53px,
      calc(100% - 6px) calc(100% - 53px),
      calc(100% - 56px) calc(100% - 3px)
    );
  }
}

.AboutTextBox_box--dark__uPzVa:before {
  background: radial-gradient(88.79% 86.89% at 46.92% 45.92%, rgba(47, 148, 211, 0.3) 0, rgba(47, 148, 211, 0) 100%),
    rgba(122, 193, 255, 0.1);
}

.AboutTextBox_border--top__1d8Q6 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(98.01deg, #07e88d 1.86%, #26bdeb 99.69%);
  clip-path: polygon(
    100% 70px,
    calc(100% - 3px) 73px,
    calc(100% - 3px) 20.5px,
    calc(100% - 20.5px) 3px,
    37px 3px,
    40px 0,
    calc(100% - 19px) 0,
    100% 19px
  );
  -webkit-clip-path: polygon(
    100% 70px,
    calc(100% - 3px) 73px,
    calc(100% - 3px) 20.5px,
    calc(100% - 20.5px) 3px,
    37px 3px,
    40px 0,
    calc(100% - 19px) 0,
    100% 19px
  );
}

@media (min-width: 768px) {
  .AboutTextBox_border--top__1d8Q6 {
    clip-path: polygon(
      100% 105px,
      calc(100% - 5px) 110px,
      calc(100% - 5px) 37.5px,
      calc(100% - 35.5px) 5px,
      65px 5px,
      70px 0,
      calc(100% - 33px) 0,
      100% 35px
    );
    -webkit-clip-path: polygon(
      100% 105px,
      calc(100% - 5px) 110px,
      calc(100% - 5px) 37.5px,
      calc(100% - 35.5px) 5px,
      65px 5px,
      70px 0,
      calc(100% - 33px) 0,
      100% 35px
    );
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_border--top__1d8Q6 {
    clip-path: polygon(
      100% 110px,
      calc(100% - 6px) 116px,
      calc(100% - 6px) 53px,
      calc(100% - 53px) 6px,
      144px 6px,
      150px 0,
      calc(100% - 50px) 0,
      100% 50px
    );
    -webkit-clip-path: polygon(
      100% 110px,
      calc(100% - 6px) 116px,
      calc(100% - 6px) 53px,
      calc(100% - 53px) 6px,
      144px 6px,
      150px 0,
      calc(100% - 50px) 0,
      100% 50px
    );
  }
}

.AboutTextBox_border--bottom__2tMEk {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(97.72deg, #07e88d -2.97%, #26bdeb 90.04%);
  clip-path: polygon(
    calc(100% - 40px) 100%,
    calc(100% - 37px) calc(100% - 3px),
    42.5px calc(100% - 3px),
    37.5px calc(100% - 8px),
    20.5px calc(100% - 8px),
    3px calc(100% - 25.5px),
    3px calc(100% - 70px),
    0 calc(100% - 67px),
    0 calc(100% - 24px),
    19px calc(100% - 5px),
    36px calc(100% - 5px),
    41px 100%
  );
  -webkit-clip-path: polygon(
    calc(100% - 40px) 100%,
    calc(100% - 37px) calc(100% - 3px),
    42.5px calc(100% - 3px),
    37.5px calc(100% - 8px),
    20.5px calc(100% - 8px),
    3px calc(100% - 25.5px),
    3px calc(100% - 70px),
    0 calc(100% - 67px),
    0 calc(100% - 24px),
    19px calc(100% - 5px),
    36px calc(100% - 5px),
    41px 100%
  );
}

@media (min-width: 768px) {
  .AboutTextBox_border--bottom__2tMEk {
    clip-path: polygon(
      calc(100% - 70px) 100%,
      calc(100% - 65px) calc(100% - 5px),
      73.5px calc(100% - 5px),
      66.5px calc(100% - 12px),
      35.5px calc(100% - 12px),
      5px calc(100% - 44.5px),
      5px calc(100% - 105px),
      0 calc(100% - 100px),
      0 calc(100% - 42px),
      33px calc(100% - 7px),
      64px calc(100% - 7px),
      71px 100%
    );
    -webkit-clip-path: polygon(
      calc(100% - 70px) 100%,
      calc(100% - 65px) calc(100% - 5px),
      73.5px calc(100% - 5px),
      66.5px calc(100% - 12px),
      35.5px calc(100% - 12px),
      5px calc(100% - 44.5px),
      5px calc(100% - 105px),
      0 calc(100% - 100px),
      0 calc(100% - 42px),
      33px calc(100% - 7px),
      64px calc(100% - 7px),
      71px 100%
    );
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_border--bottom__2tMEk {
    clip-path: polygon(
      calc(100% - 150px) 100%,
      calc(100% - 144px) calc(100% - 6px),
      109px calc(100% - 6px),
      98px calc(100% - 17px),
      53px calc(100% - 17px),
      6px calc(100% - 64px),
      6px calc(100% - 110px),
      0 calc(100% - 104px),
      0 calc(100% - 61px),
      50px calc(100% - 11px),
      95px calc(100% - 11px),
      106px 100%
    );
    -webkit-clip-path: polygon(
      calc(100% - 150px) 100%,
      calc(100% - 144px) calc(100% - 6px),
      109px calc(100% - 6px),
      98px calc(100% - 17px),
      53px calc(100% - 17px),
      6px calc(100% - 64px),
      6px calc(100% - 110px),
      0 calc(100% - 104px),
      0 calc(100% - 61px),
      50px calc(100% - 11px),
      95px calc(100% - 11px),
      106px 100%
    );
  }
}

.AboutTextBox_wrapper__qIK8I {
  position: relative;
  z-index: 2;
}

.AboutTextBox_caption__20YVI {
  font-family: 'Rajdhani';
  padding-bottom: 8px;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  .AboutTextBox_caption__20YVI {
    font-size: 40px;
    line-height: 34px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_caption__20YVI {
    font-size: 62px;
    line-height: 52px;
    padding-bottom: 30px;
  }
}

.AboutTextBox_caption__20YVI b {
  color: #6dfbff;
}

.AboutTextBox_content__-oTV8 {
  position: relative;
  z-index: 3;
  font-family: Roboto Condensed;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .AboutTextBox_content__-oTV8 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_content__-oTV8 {
    font-size: 22px;
    line-height: 34px;
  }
}

.AboutTextBox_content__-oTV8 p:not(:last-child) {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .AboutTextBox_content__-oTV8 p:not(:last-child) {
    padding-bottom: 20px;
  }
}

@media (min-width: 1170px) {
  .AboutTextBox_content__-oTV8 p:not(:last-child) {
    padding-bottom: 30px;
  }
}

.AboutCollectionSection_section__3h89G {
  position: relative;
  z-index: 2;
  padding: 30px 22px 0;
}

@media (min-width: 768px) {
  .AboutCollectionSection_section__3h89G {
    padding: 60px 22px 0;
  }
}

@media (min-width: 1170px) {
  .AboutCollectionSection_section__3h89G {
    padding: 60px 38px 0;
  }
}

.AboutCollectionSection_content__1m0JI {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  gap: 50px;
  width: 1375px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1170px) {
  .AboutCollectionSection_content__1m0JI {
    flex-direction: row;
    grid-gap: 100px;
    gap: 100px;
  }
}

@media (min-width: 1170px) {
  .AboutCollectionSection_section-images-container__3xrbN,
  .AboutCollectionSection_textbox-container__3IQrX {
    width: calc(50% - 50px);
  }
}

.AboutCollectionSection_section-images-container__3xrbN {
  position: relative;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
}

@media (min-width: 1170px) {
  .AboutCollectionSection_section-images-container__3xrbN {
    display: block;
    order: unset;
  }
}

.AboutCollectionSection_bokeh__3-OPw {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -20px;
  height: 320px;
  width: auto;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .AboutCollectionSection_bokeh__3-OPw {
    height: 600px;
  }
}

.AboutCollectionSection_bokeh-animation-box__26Ey5 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 320px;
}

@media (min-width: 768px) {
  .AboutCollectionSection_bokeh-animation-box__26Ey5 {
    height: 400px;
    width: 300px;
  }
}

.AboutCollectionSection_section-images-container__3xrbN .AboutCollectionSection_bokeh-animation-box__26Ey5 span {
  width: 15px;
  height: 15px;
}

.AboutCollectionSection_section-image-gradient__2x-LW {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 250px;
  height: 250px;
  background-color: #00ffa3;
  filter: blur(100px);
}

@media (min-width: 768px) {
  .AboutCollectionSection_section-image-gradient__2x-LW {
    width: 420px;
    height: 420px;
  }
}

@media (min-width: 1170px) {
  .AboutCollectionSection_section-image-gradient__2x-LW {
    right: 80px;
    top: 10px;
    left: unset;
    width: 420px;
    height: 420px;
    transform: unset;
  }
}

.AboutCollectionSection_section-image__3hEJN {
  position: relative;
  z-index: 1;
  width: 606px;
  max-width: 100%;
  height: auto;
}

.AboutLandmarksSection_section__1QhBh {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 680px;
  padding: 50px 22px 125px;
}

@media (min-width: 576px) {
  .AboutLandmarksSection_section__1QhBh {
    padding: 50px 22px 200px;
  }
}

@media (min-width: 768px) {
  .AboutLandmarksSection_section__1QhBh {
    height: 850px;
  }
}

@media (min-width: 1170px) {
  .AboutLandmarksSection_section__1QhBh {
    height: 880px;
    padding: 50px 38px 280px;
  }
}

.AboutLandmarksSection_section__1QhBh:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(rgba(26, 83, 173, 0), #1a53ad 35%, #1a53ad);
}

@media (min-width: 1170px) {
  .AboutLandmarksSection_section__1QhBh:after {
    height: 100%;
    background: linear-gradient(rgba(26, 83, 173, 0) 42.9%, #1a53ad 85.81%);
  }
}

.AboutLandmarksSection_background-image__HvzcW {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 100%;
  height: 55%;
  object-fit: cover;
  object-position: 64% center;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .AboutLandmarksSection_background-image__HvzcW {
    height: 69%;
  }
}

@media (min-width: 1170px) {
  .AboutLandmarksSection_background-image__HvzcW {
    height: 100%;
    object-position: 48% center;
  }
}

@media (min-width: 1500px) {
  .AboutLandmarksSection_background-image__HvzcW {
    object-position: 35% center;
  }
}

.AboutLandmarksSection_scroll-canvas__2VBqr {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  object-fit: cover;
  object-position: 64% center;
}

@media (min-width: 576px) {
  .AboutLandmarksSection_scroll-canvas__2VBqr {
    height: 69%;
  }
}

@media (min-width: 1170px) {
  .AboutLandmarksSection_scroll-canvas__2VBqr {
    height: 100%;
    object-position: 48% center;
  }
}

@media (min-width: 1500px) {
  .AboutLandmarksSection_scroll-canvas__2VBqr {
    object-position: 35% center;
  }
}

.AboutLandmarksSection_content__2JY9F {
  position: relative;
  z-index: 3;
  width: 1375px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1170px) {
  .AboutLandmarksSection_textbox-container__1t2H0 {
    width: calc(50% - 50px);
  }
}

.AboutMainSection_section__hzPck {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 22px 50px;
  text-align: center;
  background: #0f2f98;
}

@media (min-width: 768px) {
  .AboutMainSection_section__hzPck {
    padding: 40px 38px 116px;
  }
}

@media (min-width: 1170px) {
  .AboutMainSection_section__hzPck {
    background: linear-gradient(rgba(15, 47, 152, 0), #0f2f98 200px, #0f2f98);
  }
}

.AboutMainSection_caption__8xjPX {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 48px;
  font-family: Rajdhani;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 1px #6dfbff;
  text-shadow: -4px 4px 0 #0f2f98, -8px 7px 0 rgba(109, 251, 255, 0.5), -4px 4px 2px rgba(15, 35, 83, 0.25);
}

@media (min-width: 1170px) {
  .AboutMainSection_caption__8xjPX {
    -webkit-text-stroke: 2px #6dfbff;
    font-size: 98px;
    line-height: 90px;
  }
}

.AboutMainSection_caption__8xjPX span {
  text-transform: uppercase;
}

.AboutMainSection_arrow__1ByTe {
  margin-bottom: 60px;
  max-width: 100%;
}

.AboutMainSection_content__3PfnW {
  width: 1038px;
  max-width: 100%;
}

.AboutMainSection_main-text__2_2Gp {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .AboutMainSection_main-text__2_2Gp {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1170px) {
  .AboutMainSection_main-text__2_2Gp {
    font-size: 24px;
    line-height: 34px;
  }
}

.AboutMainSection_hint__319rY {
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6dfbff;
  text-shadow: -2px 2px 2px rgba(15, 35, 83, 0.2);
}

@media (min-width: 1170px) {
  .AboutMainSection_hint__319rY {
    font-size: 56px;
    line-height: 62px;
    font-size: 62px;
    line-height: 72px;
  }
}

.AboutMainSection_bokeh-left-container__2gUqV,
.AboutMainSection_bokeh-right-container__1QKTd {
  position: absolute;
  z-index: 2;
  bottom: -200px;
}

@media (min-width: 768px) {
  .AboutMainSection_bokeh-left-container__2gUqV,
  .AboutMainSection_bokeh-right-container__1QKTd {
    bottom: -100px;
  }
}

.AboutMainSection_bokeh-left-container__2gUqV {
  left: 0;
  display: none;
}

@media (min-width: 768px) {
  .AboutMainSection_bokeh-left-container__2gUqV {
    display: block;
  }
}

.AboutMainSection_bokeh-right-container__1QKTd {
  right: 0;
}

.AboutMainSection_bokeh-animation-box-left__3eniB,
.AboutMainSection_bokeh-animation-box-right__3kTc1 {
  opacity: 0.3;
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: -40px;
  height: 320px;
}

@media (min-width: 768px) {
  .AboutMainSection_bokeh-animation-box-left__3eniB,
  .AboutMainSection_bokeh-animation-box-right__3kTc1 {
    height: 600px;
    width: 300px;
  }
}

.AboutMainSection_bokeh-animation-box-right__3kTc1 {
  left: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .AboutMainSection_bokeh-animation-box-right__3kTc1 {
    right: -40px;
    left: unset;
  }
}

.DownloadApp_download-button__DyF7f {
  display: block;
}

.AboutPlayersSection_section__soRmS {
  position: relative;
  z-index: 3;
  padding: 0 22px;
}

@media (min-width: 1170px) {
  .AboutPlayersSection_section__soRmS {
    padding: 0 38px;
  }
}

.AboutPlayersSection_content__20prU {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 50px;
  gap: 50px;
  width: 1375px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1170px) {
  .AboutPlayersSection_content__20prU {
    flex-direction: row;
    grid-gap: 100px;
    gap: 100px;
  }
}

@media (min-width: 1170px) {
  .AboutPlayersSection_section-image-container__228PY,
  .AboutPlayersSection_textbox-container__2MdRq {
    width: calc(50% - 50px);
  }
}

.AboutPlayersSection_section-image__Q03Ka {
  width: 500px;
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .AboutPlayersSection_section-image__Q03Ka {
    width: 761px;
  }
}

.AboutPlayersSection_stores__YbFrT {
  position: absolute;
  left: 50%;
  bottom: 2%;
  display: flex;
  grid-gap: 7px;
  gap: 7px;
  width: 45%;
  transform: translateX(-50%);
}

.AboutPlayersSection_stores__download__1Vzys {
  flex-grow: 1;
  flex-basis: 0;
}

.AboutPlayersSection_stores__download__1Vzys img {
  width: 100%;
}

.AboutRoyaltiesDistributionSection_section__1aAsq {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 22px;
}

@media (min-width: 768px) {
  .AboutRoyaltiesDistributionSection_section__1aAsq {
    padding: 0px 38px 38px;
  }
}

.AboutRoyaltiesDistributionSection_section__1aAsq h2 {
  font-family: Rajdhani;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  -webkit-text-stroke: 2px #6dfbff;
  text-shadow: -4px 4px 0 #0f2f98, -8px 7px 0 rgba(109, 251, 255, 0.5), -4px 4px 2px rgba(15, 35, 83, 0.25);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_section__1aAsq h2 {
    font-size: 98px;
    line-height: 0.9;
  }
}

.AboutRoyaltiesDistributionSection_section__1aAsq:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -320px;
  width: 100%;
  height: 470px;
  background: #07e88d;
  transform: translateX(-50%);
  filter: blur(200px);
}

.AboutRoyaltiesDistributionSection_title-container__1XNrb {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_title-container__1XNrb {
    gap: 260px;
  }
}

.AboutRoyaltiesDistributionSection_arrow-container__21znz:first-of-type {
  text-align: left;
}
.AboutRoyaltiesDistributionSection_arrow-container__21znz:last-of-type {
  text-align: right;
}

@media (min-width: 768px) {
  .AboutRoyaltiesDistributionSection_arrow-container__21znz {
    display: block;
  }
}

.AboutRoyaltiesDistributionSection_arrow-container--right__2p7Ox {
  right: 0;
}

.AboutRoyaltiesDistributionSection_arrow-container--right__2p7Ox img {
  transform: translateX(0) translateY(0);
}

.AboutRoyaltiesDistributionSection_arrow-container--left__15HQg {
  left: 0;
}

.AboutRoyaltiesDistributionSection_arrow-container--left__15HQg img {
  transform: translateX(0) translateY(0);
}

.AboutRoyaltiesDistributionSection_arrow-mobile-container__2D3p0 {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .AboutRoyaltiesDistributionSection_arrow-mobile-container__2D3p0 {
    display: none;
  }
}

.AboutRoyaltiesDistributionSection_content__2rfF9 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 1375px;
  max-width: 100%;
  margin: 25px auto 0;
  font-family: 'Rajdhani';
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_content__2rfF9 {
    min-height: 700px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.AboutRoyaltiesDistributionSection_arrowText,
.AboutRoyaltiesDistributionSection_content__2rfF9 h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_arrowText,
  .AboutRoyaltiesDistributionSection_content__2rfF9 h3 {
    font-size: 38px;
    line-height: 48px;
  }
}

.AboutRoyaltiesDistributionSection_arrowText h3 span,
.AboutRoyaltiesDistributionSection_content__2rfF9 h3 span {
  color: #6dfbff;
}

.AboutRoyaltiesDistributionSection_content__2rfF9 ul {
  padding: 0;
  list-style: none;
}

.AboutRoyaltiesDistributionSection_content__2rfF9 > div {
  flex-grow: 1;
  flex-basis: 0;
}

.AboutRoyaltiesDistributionSection_image-section__2LT98 {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3;
  justify-content: flex-end;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_image-section__2LT98 {
    order: unset;
  }
}

.AboutRoyaltiesDistributionSection_fly-money-image__2zS6j {
  width: 274px;
  min-height: 300px;
  height: auto;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_fly-money-image__2zS6j {
    width: 513px;
    margin-right: 30px;
  }
}

.AboutRoyaltiesDistributionSection_nft-card-wrapper__Enuyk {
  min-height: 200px;
}

.AboutRoyaltiesDistributionSection_nft-card__y_kG- {
  width: 300px;
  height: auto;
  margin-top: -30px;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_nft-card__y_kG- {
    margin-top: -170px;
  }
}

.AboutRoyaltiesDistributionSection_royalties-item__2UiWw {
  position: relative;
  display: flex;
  min-width: 265px;
  margin: 15px 0;
  padding: 10px 20px;
  border-radius: 20px;
  background: rgba(67, 117, 197, 0.1);
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_royalties-item__2UiWw {
    padding: 20px 30px;
    border-radius: 30px;
  }
}

.AboutRoyaltiesDistributionSection_royalties-item__value__225ai {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-right: 15px;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_royalties-item__value__225ai {
    font-size: 62px;
    line-height: 52px;
  }
}

.AboutRoyaltiesDistributionSection_royalties-item__title__24vHT {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6dfbff;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_royalties-item__title__24vHT {
    font-size: 30px;
    line-height: 24px;
  }
}

.AboutRoyaltiesDistributionSection_royalties-item__2UiWw:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(
    120.18deg,
    rgba(65, 149, 210, 0) -0.05%,
    #4195d2 19.74%,
    rgba(65, 149, 210, 0) 42.14%,
    #4195d2 69.22%,
    rgba(65, 149, 210, 0) 99.95%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (min-width: 1170px) {
  .AboutRoyaltiesDistributionSection_royalties-item__2UiWw:after {
    border-radius: 30px;
  }
}

.AboutRoyaltiesDistributionSection_money-pile-container__2t8LN {
  position: absolute;
  height: 640px;
  z-index: 3;
  bottom: -425px;
}

.AboutRoyaltiesDistributionSection_money-pile__3s9FP {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.AboutRoyaltiesPlayersSection_section__X9DuX {
  position: relative;
  padding: 30px 0 120px;
  z-index: 2;
}

@media (min-width: 768px) {
  .AboutRoyaltiesPlayersSection_section__X9DuX {
    padding: 60px 0 150px;
  }
}

@media (min-width: 1170px) {
  .AboutRoyaltiesPlayersSection_section__X9DuX {
    padding: 175px 0 300px;
  }
}

.AboutRoyaltiesPlayersSection_section__X9DuX:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: -260px;
  height: calc(100% + 260px);
  width: 100%;
  background: linear-gradient(
    315deg,
    rgba(2, 93, 204, 0.4),
    rgba(2, 93, 204, 0) 25%,
    rgba(2, 93, 204, 0) 40%,
    rgba(2, 93, 204, 0.3) 50%,
    rgba(2, 93, 204, 0) 60%,
    rgba(2, 93, 204, 0) 75%,
    rgba(2, 93, 204, 0.4)
  );
  opacity: 0.6;
  filter: blur(100px);
}

.AboutRoyaltiesPlayersSection_section-background-container__1c1af {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.AboutRoyaltiesPlayersSection_section-background__QNu6T {
  position: absolute;
  left: 50%;
  top: -120px;
  width: 100%;
  min-width: 600px;
  height: auto;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .AboutRoyaltiesPlayersSection_section-background__QNu6T {
    top: -180px;
    min-width: 1000px;
  }
}

@media (min-width: 1170px) {
  .AboutRoyaltiesPlayersSection_section-background__QNu6T {
    top: -260px;
    min-width: 1920px;
    max-width: 2100px;
  }
}

.AboutTokenRoyaltiesSection_section__19X87 {
  position: relative;
  padding: 50px 0;
  z-index: 2;
}

@media (min-width: 1170px) {
  .AboutTokenRoyaltiesSection_section__19X87 {
    padding: 175px 0 50px;
  }
}

.AboutTokenRoyaltiesSection_section__19X87:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: -260px;
  height: calc(100% + 260px);
  width: 100%;
  background: linear-gradient(
    315deg,
    rgba(2, 93, 204, 0.4),
    rgba(2, 93, 204, 0) 25%,
    rgba(2, 93, 204, 0) 40%,
    rgba(2, 93, 204, 0.3) 50%,
    rgba(2, 93, 204, 0) 60%,
    rgba(2, 93, 204, 0) 75%,
    rgba(2, 93, 204, 0.4)
  );
  opacity: 0.6;
  filter: blur(100px);
}

.AboutTokenRoyaltiesSection_section-background-container__1Io14 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.AboutTokenRoyaltiesSection_section-background__2cJXg {
  position: absolute;
  left: 50%;
  top: -80px;
  width: 100%;
  min-width: 600px;
  height: auto;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .AboutTokenRoyaltiesSection_section-background__2cJXg {
    top: -120px;
    min-width: 1000px;
  }
}

@media (min-width: 1170px) {
  .AboutTokenRoyaltiesSection_section-background__2cJXg {
    top: -200px;
    min-width: 1920px;
  }
}

.AboutVideosCollectionsSection_section__QogTJ {
  position: relative;
  padding: 50px 0 100px;
  z-index: 2;
  background-color: #0f2f98;
}

@media (min-width: 768px) {
  .AboutVideosCollectionsSection_section__QogTJ {
    padding: 50px 0 300px;
  }
}

.AboutVideosCollectionsSection_section__QogTJ:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: -120px;
  height: calc(100% + 260px);
  width: 100%;
  background: linear-gradient(
    315deg,
    rgba(37, 196, 244, 0.6),
    rgba(37, 196, 244, 0) 25%,
    rgba(37, 196, 244, 0) 40%,
    rgba(37, 196, 244, 0.6) 50%,
    rgba(37, 196, 244, 0) 60%,
    rgba(37, 196, 244, 0) 75%,
    rgba(37, 196, 244, 0.6)
  );
  opacity: 0.5;
  filter: blur(100px);
}

@media (min-width: 768px) {
  .AboutVideosCollectionsSection_section__QogTJ:before {
    top: -150px;
  }
}

@media (min-width: 1170px) {
  .AboutVideosCollectionsSection_section__QogTJ:before {
    top: -130px;
  }
}

@media (min-width: 1500px) {
  .AboutVideosCollectionsSection_section__QogTJ:before {
    top: -260px;
  }
}

.AboutVideosCollectionsSection_section-background-container__3X18p {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.AboutVideosCollectionsSection_section-background__16fJn {
  position: absolute;
  right: 0;
  top: -120px;
  width: 100%;
  height: auto;
  min-width: 800px;
}

@media (min-width: 768px) {
  .AboutVideosCollectionsSection_section-background__16fJn {
    right: unset;
    left: 50%;
    top: -170px;
    min-width: 1000px;
    transform: translateX(-50%);
  }
}

@media (min-width: 1170px) {
  .AboutVideosCollectionsSection_section-background__16fJn {
    top: -340px;
    min-width: 1920px;
  }
}

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji';
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: initial;
}

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

hr {
  width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 12px;
  height: 12px;
  width: 12px;
}

.slick-dots li.slick-active button:before {
  color: #6dfbff;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  overflow: hidden;
  background-color: #0e2659;
}

* {
  scrollbar-color: #0e2659 transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(14, 38, 89, 0.5);
  border-radius: 3px;
  width: 6px;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar:horizontal {
  height: 6px;
}

a {
  text-decoration: none;
}

canvas {
  display: block;
}

.app {
  height: calc(var(--vh, 1vh) * 100);
}

.map-route-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  background: #005ce8;
}

.mapboxgl-control-container {
  display: none !important;
}

.hided {
  opacity: 0 !important;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(31, 64, 140, 0.75);
}

@media (min-width: 680px) and (min-height: 680px) {
  .overlay {
    border-radius: 32px;
  }
}

.relative {
  position: relative;
}

.expand-hoover {
  z-index: 10;
  transition: all 0.25s ease-in;
}

.expand-hoover:hover {
  transform: scale(1.1);
}

.grecaptcha-badge {
  z-index: 10;
}

.mobile-overlay {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100) !important;
  background-image: url(/static/media/mobile_overlay.8395c63b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (min-width: 485px) {
  .mobile-overlay {
    background-image: url(/static/media/mobile_overlay_tablet.9266856a.jpg);
    background-size: cover;
  }
}

.mobile-overlay__navigate-button {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(300px, 80vw);
}

.mobile-overlay__navigate-button:not(:only-child) {
  display: none !important;
}

.header {
  margin: 0;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 1280px) {
  .header {
    font-size: 26px;
  }
}

.description {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #4987ff;
  line-height: 19px;
}

@media (max-width: 1280px) {
  .description {
    font-size: 14px;
    line-height: 16px;
    overflow: auto;
  }
}

.map-container {
  top: 62px;
  height: calc(100% - 62px);
  width: 100%;
  position: relative;
}

@media (min-width: 576px) {
  .map-container {
    top: 86px;
    height: calc(100% - 86px);
  }
}

.map-container .mapboxgl-control-container .mapboxgl-ctrl.mapboxgl-ctrl {
  background: none;
}

.map-container .mapboxgl-control-container .mapboxgl-ctrl.mapboxgl-ctrl button {
  display: none;
}

.map-container .mapboxgl-control-container .mapboxgl-ctrl.mapboxgl-ctrl a {
  color: #fff;
}

.map-route-page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  background: linear-gradient(180deg, #0e2659 -25%, transparent 20%, transparent 80%, #0e2659 125%);
}

.map-route-container {
  position: relative;
}

.map-route-container-wrapper {
  overflow: hidden;
}

.map-route-container .page-wrapper {
  position: absolute;
  left: 0;
  z-index: 3;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 1116px;
  width: 100vw;
}

@media (min-width: 680px) {
  .map-route-container .page-wrapper {
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    width: calc(100vw - 40px);
    padding-top: 20px;
  }
}

@media (min-width: 1280px) {
  .map-route-container .page-wrapper {
    height: calc(var(--vh, 1vh) * 100 - 86px);
    padding-top: 50px;
  }
}

.map-route-container .page-wrapper--fullscreen {
  max-width: unset;
}

@media (min-width: 680px) {
  .map-route-container .page-wrapper--fullscreen {
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    width: calc(100vw - 40px);
    padding-top: 20px;
  }
}

.map-route-container .page-wrapper .content {
  padding: 0 0 0 38px;
}

@media (min-width: 680px) {
  .map-route-container .page-wrapper .content {
    padding: 0 0 0 64px;
  }
}

.map-route-container__top {
  margin-top: 7px;
}

@media (min-width: 680px) and (min-height: 680px) {
  .map-route-container__top {
    margin-top: 0;
  }
}

.map-route-container__middle {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 5vh;
}

@media (min-width: 992px) {
  .map-route-container__middle {
    margin-bottom: 10vh;
  }
}

.map-route-container__middle .venue-card {
  position: absolute;
  right: 0;
  display: none;
  margin: 0;
  top: auto;
  bottom: auto;
  transform-origin: top right;
}

@media (min-width: 680px) {
  .map-route-container__middle .venue-card {
    display: flex;
  }
}

@media (max-height: 500px) {
  .map-route-container__middle .venue-card {
    right: 20px;
    margin-top: 20px;
    transform: scale(0.4) !important;
  }
}

.map-route-container__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  margin-bottom: 16px;
}

.map-route-container__bottom-golem-logo,
.map-route-container__bottom-logo {
  width: 140px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .map-route-container__bottom-golem-logo,
  .map-route-container__bottom-logo {
    width: 200px;
  }
}

.venue_icon_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-64px, -64px);
  margin: auto;
  width: 128px;
  height: 128px;
}

.map-filters {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  max-width: 567px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.map-filters__filter-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}

.button {
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  min-width: 144px;
}

.button p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .button p {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .button {
    min-width: 120px;
    padding: 8px 15px;
  }
}

.component.button-default {
  background: transparent;
  border: 2px solid #fff;
}

.component.button_regular {
  min-width: 144px;
  background: linear-gradient(180deg, #01e48a, #00ab64);
}

.component.button_regular:disabled {
  background: #afbaca;
}

.component.button_regular_smaller {
  cursor: pointer;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: none;
  min-width: 80px;
  background: linear-gradient(180deg, #01e48a, #00ab64);
}

@media (max-width: 1280px) {
  .component.button_regular_smaller {
    min-width: 120px;
    padding: 8px 15px;
  }
}

.component.button_regular_smaller .button_regular_mini_text {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .component.button_regular_smaller .button_regular_mini_text {
    font-size: 18px;
  }
}

.component.button_regular_smaller:disabled {
  background: #afbaca;
}

.component.back_button {
  position: absolute;
  z-index: 10;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 40px;
  background: #0e2659;
  cursor: pointer;
  height: inherit;
}

@media (min-width: 680px) {
  .component.back_button {
    width: 64px;
  }
}

@media (min-width: 680px) and (min-height: 680px) {
  .component.back_button {
    border-radius: 32px 0 0 32px;
  }
}

.component.back_button:hover {
  background: #143478;
}

button.component.button-negative {
  background: linear-gradient(180deg, #ffd600, #f77901) !important;
}

button.component.button-red {
  background: linear-gradient(180deg, #f83a56, #c1243b) !important;
}

button.component.button-full-width {
  width: 100%;
}

.button--styleless {
  background-color: initial;
  border: 0;
  outline-width: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.button--styleless:focus {
  outline-width: 0;
}

.button--styleless:focus-visible {
  outline-width: 1px;
}

.input_regular {
  background-color: #0e2659;
  color: #fff;
  height: 48px;
  font-size: 16px;
  border-radius: 16px;
  padding: 14px;
  border-radius: 8px;
  border: none;
}

.input_regular::placeholder {
  color: #4987ff;
}

.input_regular:focus {
  outline: 1px solid #4987ff;
  outline-offset: -1px;
}

.youtube-video {
  overflow: hidden;
  position: relative;
  height: calc(39.6vw - 91px);
}

.youtube-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.form-field {
  position: relative;
  padding-bottom: 20px;
}

.form-field input:disabled {
  color: #4987ff;
}

.form-field .error-message {
  position: absolute;
  bottom: 0;
  margin-top: 5px;
  margin-bottom: 0;
  color: #f83a56;
}

.form-field__label {
  position: relative;
  display: block;
}

.form-field__label p {
  margin-bottom: 0;
  color: #4987ff;
  font-weight: 700;
}

.form-field__label input {
  height: 48px;
  width: 100%;
  margin-top: 10px;
  font-size: 24px;
}

.form-field__prefix + input {
  padding-left: 50px;
}

.form-field__suffix + input {
  padding-right: 50px;
}

.form-field__prefix,
.form-field__suffix {
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 28px;
  width: 28px;
  color: #fff;
}

.form-field__suffix {
  bottom: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
}

.form-field__prefix {
  top: 10px;
  left: 10px;
}

.text_and_value_wrap,
.value_and_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.value_and_icon {
  position: absolute;
}

.value_and_icon_value {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.text_and_value_description {
  font-size: 14px;
  color: #4987ff;
  font-weight: 400;
  margin-right: 10px;
}

.value_and_icon_icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}

.horizontal_line {
  height: 1px;
  background-color: #4987ff;
  margin: 5px 0;
}

.fade-animation {
  opacity: 0;
  transform: scale(0.8);
  will-change: transform, opacity;
}

.fade-animation.enter-done {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fade-animation.enter-done,
.fade-animation.exit {
  opacity: 1;
  transform: scale(1);
}

.fade-animation.exit-active {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.scale-in-hover {
  will-change: transform;
  transition: transform 0.2s ease;
}

.scale-in-hover:hover {
  transform: scale(1.03);
}

.about-page {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0e2659;
}

.about-page .about-background-image {
  width: 100%;
}

.about-page .socials-bar {
  z-index: 1;
}

.about-page_heading {
  position: relative;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  background-color: #000;
}

@media (min-width: 680px) {
  .about-page_heading {
    margin-bottom: 35px;
  }
}

@media (min-width: 1381px) {
  .about-page_heading {
    margin-bottom: 0;
  }
}

.about-page_heading > img {
  max-width: 100%;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .about-page_heading > img {
    height: 100%;
    object-fit: fill;
  }
}

.about-page_heading-middle-section,
.about-page_heading .about-white-paper-wrapper,
.about-page_heading .about_heading-middle-section-logo,
.about-page_heading .middle-section-counter,
.about-page_heading .reality-nft-logo {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100%;
  height: 100%;
}

.about-page_heading-middle-section-board,
.about-page_heading-middle-section-venue-card,
.about-page_heading-middle-section .about-white-paper-wrapper > div,
.about-page_heading-middle-section .cloud-label,
.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
.about-page_heading-middle-section .reality-nft-logo img {
  display: none;
  transform: scale(0.25);
}

@media (min-width: 900px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    display: inline;
    transform: scale(0.25);
  }
}

@media (min-width: 1100px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(0.35);
  }
}

@media (min-width: 1250px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(0.45);
  }
}

@media (min-width: 1400px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(0.55);
  }
}

@media (min-width: 1658px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(0.65);
  }
}

@media (min-width: 2116px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(0.85);
  }
}

@media (min-width: 2800px) {
  .about-page_heading-middle-section-board,
  .about-page_heading-middle-section-venue-card,
  .about-page_heading-middle-section .about-white-paper-wrapper > div,
  .about-page_heading-middle-section .cloud-label,
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper,
  .about-page_heading-middle-section .reality-nft-logo img {
    transform: scale(1);
  }
}

.about-page_heading-middle-section-board {
  bottom: 25.3%;
  left: 10vw;
  z-index: 2;
  transform-origin: left bottom;
  background-size: 100% 100%;
  padding: 25px;
  position: absolute;
  width: 570px;
  height: 670px;
}

@media (min-width: 1250px) {
  .about-page_heading-middle-section-board {
    right: 13vw;
  }
}

.about-page_heading-middle-section-board p {
  margin: 40px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #74fbff;
  text-shadow: 0 0 16px #09ceff;
  font-size: 50px;
  line-height: 58px;
}

.about-page_heading-middle-section .reality-nft-logo img {
  transform-origin: center bottom;
  width: 500px;
  position: absolute;
  left: calc(50% - 250px);
  bottom: 29%;
}

@media (max-width: 899px) {
  .about-page_heading-middle-section .reality-nft-logo img {
    display: inline;
    transform: scale(0.4);
  }
}

.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper {
  transform-origin: center bottom;
  width: 700px;
  position: absolute;
  left: calc(50% - 350px);
  bottom: 21%;
}

@media (max-width: 899px) {
  .about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper {
    display: inline;
    transform: scale(0.4);
  }
}

.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper .counter-label {
  font-size: 40px;
  width: 100%;
}

.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper .counter {
  height: 150px;
  border-radius: 100px;
}

.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper .counter .value {
  font-size: 80px;
  line-height: 80px;
}

.about-page_heading-middle-section .middle-section-counter .sale-counter-wrapper .counter .label {
  font-size: 25px;
  line-height: 25px;
}

.about-page_heading-middle-section .about-white-paper-wrapper > div {
  transform-origin: center bottom;
  width: 700px;
  position: absolute;
  left: calc(50% - 350px);
  bottom: 8%;
  display: flex;
  justify-content: center;
}

@media (max-width: 899px) {
  .about-page_heading-middle-section .about-white-paper-wrapper > div {
    display: flex !important;
    transform: scale(0.4);
  }
}

.about-page_heading-middle-section .about-white-paper-wrapper > div p {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4987ff;
}

.about-page_heading-middle-section .about-white-paper-wrapper > div button {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #4987ff;
  border-radius: 30px;
  border: 3px solid #4987ff;
  margin-left: 30px;
  padding: 12px 18px;
  background-color: #000;
}

.about-page_heading-middle-section .about-white-paper-wrapper > div button:hover {
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
}

.about-page_heading-middle-section .cloud-label {
  transform-origin: center bottom;
  position: absolute;
  left: calc(50% - 154px);
  width: 310px;
  min-height: 150px;
}

@media (max-width: 899px) {
  .about-page_heading-middle-section .cloud-label {
    bottom: 76.5%;
    display: flex;
    transform: scale(0.4);
  }
}

@media (min-width: 900px) {
  .about-page_heading-middle-section .cloud-label {
    bottom: 81%;
    display: flex;
  }
}

.about-page_heading-middle-section .cloud-label .cloud-label__heading div {
  margin-top: 10px;
  font-size: 35px;
}

.about-page_heading-middle-section .cloud-label .text_and_value_wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.about-page_heading-middle-section .cloud-label .text_and_value_wrap .value_and_icon_value {
  font-size: 40px !important;
}

.about-page_heading-middle-section .cloud-label .text_and_value_wrap .value_and_icon_icon {
  width: 50px;
  height: 50px;
}

.about-page_heading-middle-section .cloud-label .cloud-label__arrow {
  top: 80%;
  width: 50px;
  height: 50px;
  -webkit-clip-path: polygon(80% 0, 80% 0, 100% 100%, 0 80%);
  clip-path: polygon(80% 0, 80% 0, 100% 100%, 0 80%);
}

.about-page_heading-middle-section-venue-card {
  position: absolute;
  bottom: 27%;
  right: 10vw;
  z-index: 2;
  transform-origin: right bottom;
}

@media (min-width: 1250px) {
  .about-page_heading-middle-section-venue-card {
    right: 13vw;
  }
}

.about-page_heading-middle-section-venue-card:after {
  content: 'DISCLAIMER: NOT ACTUAL NUMBERS, IT MAY VARY ONCE LAUNCHED';
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0.75;
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.about-page_sections > div section {
  margin-top: -32px;
}

.about-page_sections > div section:first-child {
  background-color: #0e2659;
  z-index: 1;
  margin-top: -36px;
}

.about-page_sections > div section:nth-child(2) {
  background-color: #143478;
  z-index: 2;
}

.about-page_sections > div section:nth-child(2) > div:first-child {
  position: static;
}

.about-page_sections > div section:nth-child(2) > div:first-child .about_downloads {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
  padding-bottom: 16px;
}

@media (min-width: 1381px) {
  .about-page_sections > div section:nth-child(2) > div:first-child .about_downloads {
    padding-bottom: 0;
  }
}

.about-page_sections > div section:nth-child(2) > div:first-child .about_downloads img {
  max-width: 160px;
  max-height: 48px;
}

.about-page_sections > div section:nth-child(3) {
  background-color: #1f408c;
  z-index: 3;
}

.about-page_sections > div section:nth-child(4) {
  background-color: #143478;
  z-index: 4;
}

.about-page_sections > div section:nth-child(5) {
  background-color: #0e2659;
  z-index: 5;
}

.about-page_sections > div section:last-of-type h1 {
  margin-bottom: 0.83em;
}

.about-page_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 100%;
  padding: 20px 20px 20px 39px;
}

@media (min-width: 680px) {
  .about-page_footer {
    padding-left: 62px;
  }
}

@media (min-width: 1381px) {
  .about-page_footer {
    -webkit-clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
    height: 220px;
    z-index: 9;
  }
}

.about-page_footer p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.about-page_footer button,
.about-page_footer p {
  font-family: Roboto Condensed;
  font-style: normal;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4987ff;
}

.about-page_footer button {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #4987ff;
  margin-left: 30px;
  padding: 5px 12px;
  background-color: #000;
}

.about-page_footer button:hover {
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
}

.about-page_footer img {
  width: 128px;
  height: 78px;
}

.profile .content {
  height: 100%;
  width: 100%;
  padding: 0 20px 0 64px !important;
}

.profile .content .profile_scroll {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.profile .content .profile_scroll .left_wrap {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 20px 0;
  background-color: #143478;
  height: 100%;
}

.profile .content .profile_scroll .left_wrap .profile_data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.profile .content .profile_scroll .left_wrap .profile_data .avatar {
  position: relative;
  height: 117px;
  width: 117px;
  border-radius: 117px;
  background-image: linear-gradient(-45deg, #0a159b, #3668ff 38.49%, #5ab0ff 76.32%, #a2d9ff);
  background-size: contain;
}

.profile .content .profile_scroll .left_wrap .profile_data .avatar .refresh_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  bottom: -5px;
  right: -5px;
  background: linear-gradient(180deg, #01e48a, #00ab64);
}

.profile .content .profile_scroll .left_wrap .profile_data .inputs_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  width: 100%;
}

.profile .content .profile_scroll .left_wrap .profile_data .inputs_wrap .profile_input {
  margin: 5px 0;
  width: 100%;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 50px;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_mask_connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 20px;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_wallet_data {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_wallet_data .meta_key_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_wallet_data .meta_key_wrap .wallet_key {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_wallet_data .meta_currency_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile .content .profile_scroll .left_wrap .wallet_wrap .meta_wallet_data .meta_currency_wrap .meta_currency {
  width: 50%;
}

.profile
  .content
  .profile_scroll
  .left_wrap
  .wallet_wrap
  .meta_wallet_data
  .meta_currency_wrap
  .meta_currency
  .input_currency {
  width: calc(100% - 20px);
}

.profile .content .profile_scroll .right_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding-top: 20px;
}

.profile .content .profile_scroll .right_wrap .collection_wrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.landlord-go {
  overflow: hidden;
}

@media (max-width: 1381px) {
  .landlord-go .glowing-flare {
    display: none;
  }
}

.landlord-go .landlord-go_content {
  position: relative;
  z-index: 0;
}

.landlord-go_heading {
  position: relative;
}

@media (max-width: 900px) {
  .landlord-go_heading {
    min-height: 500px;
  }
}

.landlord-go_heading .play-button-container {
  opacity: 1;
  transition: opacity;
}

.landlord-go_heading .play-button-container.playing {
  transition: opacity;
  opacity: 0;
}

.landlord-go_heading .play-button-container a {
  position: absolute;
  bottom: 20%;
  left: calc(50% - 70px);
  z-index: 2;
  background: linear-gradient(180deg, #3fe09b, #10a966);
  border-radius: 25px;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.7rem;
  text-align: center;
  font-family: Roboto;
  letter-spacing: 1px;
  text-shadow: 0 0 5px #000;
  width: 150px;
  height: 25px;
  box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.7);
  display: block;
}

@media (min-width: 899px) {
  .landlord-go_heading .play-button-container a {
    display: none;
  }
}

.landlord-go_heading .landlord-go_main-image img {
  z-index: 1;
  position: absolute;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .landlord-go_heading .landlord-go_main-image img {
    min-height: 500px;
    object-fit: cover;
  }
}

.landlord-go_stores {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 90px;
  grid-gap: 14px;
  gap: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: -5px;
}

@media (min-width: 1381px) {
  .landlord-go_stores {
    bottom: -30px;
  }
}

.landlord-go_stores img {
  width: 107.5px;
  height: 32px;
}

@media (min-width: 1381px) {
  .landlord-go_stores img {
    width: 215px;
    height: 64px;
  }
}

.landlord-go_sections section {
  margin-top: -32px;
}

.landlord-go_sections section:first-child {
  background-color: #0e2659;
  z-index: 1;
  margin-top: -50px;
}

.landlord-go_sections section:nth-child(2) {
  background-color: #143478;
  z-index: 2;
}

.landlord-go_sections section:nth-child(3) {
  background-color: #1f408c;
  z-index: 3;
}

.landlord-go_sections section:nth-child(4) {
  background-color: #143478;
  z-index: 4;
}

.landlord-go_sections section:nth-child(5) {
  background-color: #0e2659;
  z-index: 5;
}

.landlord-go_sections section:nth-child(6) {
  background-color: #010f2f;
  z-index: 6;
}

.landlord-go_sections section:nth-child(7) {
  background-color: #0e2659;
  z-index: 7;
}

.landlord-go_sections section:nth-child(8) {
  background-color: #143478;
  z-index: 8;
}

.landlord-go_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px;
  width: 100%;
  height: 240px;
  background-color: #000;
}

@media (680px) {
  .landlord-go_footer {
    padding: 0 0 45px;
    height: 240px;
  }
}

@media (min-width: 1381px) {
  .landlord-go_footer {
    height: 300px;
    -webkit-clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 32px, 100% 0, 100% 100%, 0 100%);
    margin-top: -32px;
    z-index: 9;
  }
}

.landlord-go_footer p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.landlord-go_footer button,
.landlord-go_footer p {
  font-family: Roboto Condensed;
  font-style: normal;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4987ff;
}

.landlord-go_footer button {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #4987ff;
  margin-left: 30px;
  padding: 5px 12px;
  background-color: #000;
}

.landlord-go_footer button:hover {
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
}

.landlord-go_footer img {
  width: 91px;
  height: 27px;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 70px;
  width: 100%;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  padding-left: 5px;
  cursor: pointer;
  display: none;
}

@media (min-width: 900px) {
  .play-button {
    display: flex;
  }
}

.play-button > div {
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 100% 50%, 0 100%);
}

.white-paper .content {
  overflow: initial;
}

.white-paper__sections {
  margin: 16px;
  display: flex;
  flex-direction: column;
}

.white-paper__sections-inner {
  margin-left: 16px;
}

.white-paper__sections li,
.white-paper__sections p,
.white-paper__sections ul {
  font-size: 16px;
  line-height: 18.4px;
}

@media (min-width: 1380px) {
  .white-paper__sections li,
  .white-paper__sections p,
  .white-paper__sections ul {
    font-size: 24px;
    line-height: 32px;
  }
}

.white-paper__sections ul {
  padding-left: 20px;
  font-size: 16px;
}

.white-paper__sections h2 {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 1380px) {
  .white-paper__sections h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

.white-paper__sections img:not(.collapse__caption-arrow) {
  display: flex;
  margin: 0 auto;
  border-radius: 28px;
}

.white-paper__sections img + img {
  margin: 16px auto !important;
}

.white-paper__sections .white-papper-game-stats span {
  color: #c1243b;
}

.contact {
  background-color: #1f408c;
}

@media (min-width: 680px) {
  .contact .contact_inner_content {
    padding: 60px 90px;
  }
}

.contact .offices_header {
  margin: 0;
  padding: 16px;
}

.contact .offices {
  padding: 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

.contact .offices .contact-office-card {
  flex: 1 1 100%;
}

@media (min-width: 1061px) {
  .contact .offices {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 16;
    gap: 16;
    justify-content: space-between;
  }

  .contact .offices .contact-office-card {
    flex: 0 0 32%;
  }
}

.contact_form-contact-container {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1061px) {
  .contact_form-contact-container {
    flex-direction: row;
  }
}

.contact .subpage_header_wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1061px) {
  .contact .subpage_header_wrapper:after {
    border-radius: 100%;
    position: absolute;
    background-color: #1f408c;
    right: 0;
    left: 0;
    bottom: 0;
    top: 115px;
    width: 100%;
    content: '';
    z-index: 0;
  }
}

.contact .header_highlighted_text {
  text-align: center;
  font-size: 130px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  -webkit-text-stroke: 1px #86fbff;
  text-shadow: 0 0 15px #86fbff;
  position: absolute;
  bottom: 1.5vw;
  transform: rotate(-3deg);
  width: 100%;
  z-index: 1;
}

@media (max-width: 1380px) {
  .contact .header_highlighted_text {
    font-size: 90px;
  }
}

@media (max-width: 786px) {
  .contact .header_highlighted_text {
    font-size: 50px;
  }
}

.contact .contact_background_image {
  width: 100%;
  min-height: 180px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  object-fit: cover;
}

@media (min-width: 1061px) {
  .contact .contact_background_image {
    object-fit: fill;
    flex-direction: row;
  }
}

.contact .contact_form_wrapper {
  align-items: center;
  position: relative;
  padding: 16px 16px 0;
}

.contact .form_error {
  bottom: 40px;
  color: #ff4d4d;
  margin: 5px 0;
}

.contact .contact_form_header {
  font-size: 54px;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  margin-top: 0;
}

.contact .contact_form {
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  flex-wrap: wrap;
  padding: 16px 0;
  width: 100%;
}

.contact .contact_form .regular_input {
  background-color: #0e2659;
  border-radius: 8px;
  border: none;
  color: #fff;
}

.contact .contact_form .regular_input::placeholder {
  color: #4987ff;
}

.contact .contact_form .contact-input,
.contact .contact_form .select {
  flex: 0 0 100%;
}

@media (min-width: 680px) {
  .contact .contact_form .contact-input,
  .contact .contact_form .select {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
  }
}

.contact .contact_form .contact_textarea {
  width: 100%;
  height: 96px;
  padding: 14px;
  resize: none;
}

.contact .contact_form .contact_form_btn_wrapper {
  width: 100%;
}

.contact .contact_form .contact_form_submit {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  width: 96px;
  height: 32px;
  border-radius: 8px;
  background-color: initial;
  border: 2px solid;
  color: #4987ff;
  text-transform: uppercase;
  transition: 0.3s;
}

.contact .contact_form .contact_form_submit:hover {
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  border-color: #fff;
}

.contact .content {
  position: relative;
}

.contact .content,
.contact .content .bg {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.contact .content .bg {
  background-size: 100% auto;
}

.contact .content .text {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 128px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  transform-origin: 0 0;
  transform: rotate(-4deg);
  text-shadow: 0 0 16px #09ceff;
  margin: 0;
}

@media (max-width: 1380px) {
  .contact .content .text {
    font-size: 80px;
  }
}

.contact .pr_contact_wrapper {
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

.contact .pr_contact_wrapper img {
  border-radius: 16px;
}

.contact .pr_contact_wrapper .press_kit_button {
  top: 10px;
  right: 0;
  height: 32px;
  border-radius: 32px;
  outline: 2px solid #fff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.contact .pr_contact_wrapper .press_kit_button:hover {
  transition: 0.2s;
  color: #4987ff;
  background-color: #fff;
}

.contact .pr_contact_wrapper .contact_details_wrapper {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}

.contact .pr_contact_wrapper .contact_details_wrapper .pr_contact_photo {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
}

.contact .pr_contact_wrapper .contact_details_wrapper .personal_details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.contact .pr_contact_wrapper .contact_details_wrapper .personal_details .name {
  color: #fff;
  font-size: 24px;
  flex: 1 1 auto;
}

.contact .pr_contact_wrapper .contact_details_wrapper .personal_details .mail,
.contact .pr_contact_wrapper .contact_details_wrapper .personal_details .phone_number {
  color: #4987ff;
  font-size: 18px;
}

.lootboxes .lootbox_content {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  position: relative;
}

.lootboxes .lootbox_content .bg {
  height: 100%;
  width: 100%;
  background: url(/static/media/img_lootboxes.3bb55074.png) no-repeat top;
  background-size: 100% auto;
}

.lootboxes .lootbox_content .text {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 128px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
  transform-origin: 0 0;
  transform: rotate(-4deg);
  text-shadow: 0 0 16px #09ceff;
  margin: 0;
}

@media (max-width: 1380px) {
  .lootboxes .lootbox_content .text {
    font-size: 80px;
  }
}

@font-face {
  font-family: 'Rajdhani';
  src: url(./media/Rajdhani-Medium.69a9f7bc.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Rajdhani';
  src: url(./media/Rajdhani-Bold.a5a831c1.ttf);
  font-weight: 700;
}

/*# sourceMappingURL=main.a080d8d7.chunk.css.map */
