@font-face {
  font-family: One Mobile Pop;
  src: url('../fonts/ONE-Mobile-POP.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.background-video {
  width: 100%;
  height: 100%;
}

.container {
  background-color: #0000004d;
  background-image: url('../images/bg_dimmed.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image {
  order: -1;
  width: 500px;
  margin-left: auto;
  padding-top: 52px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 85vh;
  display: flex;
}

.container-3 {
  background-color: #000000b3;
  background-image: radial-gradient(circle at 50% 100%, #332052, #311e4e);
  flex-flow: row;
  order: -1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 70px;
  display: flex;
  position: fixed;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  margin-left: 40px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 20px;
  line-height: 20px;
}

.link {
  margin-right: 10px;
}

.link-2 {
  color: #fff;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  align-self: center;
  height: 40px;
}

.image-3 {
  height: 40px;
  margin-bottom: 10px;
}

.image-4 {
  height: 40px;
}

.container-4 {
  order: 1;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.image-5 {
  display: block;
}

.button {
  width: 250px;
  height: 60px;
  color: var(--black);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #fff;
  border: 0 #000;
  border-radius: 13px;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  box-shadow: 2px 2px 5px #00000087;
}

.div-block-3 {
  background-image: url('../images/partners_bg.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.logo {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 100%;
  max-height: 600px;
  margin-top: 60px;
  display: grid;
}

.logoimage {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.subtitle {
  color: #fff;
  font-family: Red Rose, sans-serif;
  font-size: 48px;
}

.div-block-4 {
  margin-top: 0;
  padding: 0;
}

.logoimageh {
  max-width: none;
  height: 100%;
  max-height: 120px;
}

.logoimageozys {
  width: 100%;
  max-width: 130px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.link-3 {
  color: #fff;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: 1;
  justify-content: center;
  padding-bottom: 40px;
}

.teaserlinktext {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.teaserlinkbox {
  text-align: center;
  background-color: #0006;
  border: 1px solid #7e7e7e;
  border-radius: 15px;
  width: 120px;
  padding: 40px 20px;
  text-decoration: none;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
}

.paragraph-3 {
  margin-bottom: 0;
}

.link-block-3 {
  height: 20px;
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
}

.image-6 {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
}

.image-8 {
  margin-left: -10px;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div_introduce {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-10 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap {
  background-image: url('../images/bg_main.png');
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
}

.footer {
  background-color: #31204e;
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.image-10.myterybox {
  z-index: 5;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-10.myterybox.active {
  z-index: 20;
  opacity: 1;
}

.image-11 {
  flex: 0 auto;
}

.div-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-logo.w--current {
  max-width: 126px;
}

.image-28 {
  width: 30px;
}

.image-36 {
  flex: 1;
  order: 1;
}

.image-36.reverse {
  flex: none;
  transition: all .5s;
}

.header {
  z-index: 50;
  background-color: #31204e;
  flex-flow: row;
  order: -1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 93px;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0 auto auto 0;
}

.div_flex_4 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_bundle {
  background-color: #dfd2ff;
  border: 1px solid #000;
  max-height: none;
  padding: 0;
  transition: max-height .5s;
  overflow: hidden;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.image-37 {
  flex: 0 auto;
  align-self: center;
  min-width: 100%;
  height: 90.51px;
}

.div_90 {
  flex-flow: column;
  justify-content: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq_title {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin: 10px 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main_bottom_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-9 {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

.div-block-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 151px;
  font-size: 30px;
  font-style: normal;
  display: flex;
}

.div-block-8.flex_1 {
  flex: 1;
  width: 100%;
  font-family: Inter, sans-serif;
  position: relative;
}

.text-block {
  margin-left: 0;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  display: inline;
}

.navigation {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-left: 26px;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div_flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

.div_flex.slick_preview_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
  overflow: visible;
}

.image-32 {
  width: 169px;
  height: auto;
}

.background-video-2 {
  z-index: 10;
  color: #0000;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_sub {
  color: #fff;
  max-width: none;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button-2 {
  color: #000;
  background-color: #0000;
  width: 100%;
  padding: 16px 35px 10px 17px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div_faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.budle_section_title {
  z-index: 15;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.budle_section_title.pb-60 {
  padding-bottom: 60px;
}

.link-block-4 {
  width: 170px;
  height: 60.39px;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in;
  display: flex;
  position: relative;
  transform: translate(0);
}

.link-block-4.hover_flip {
  width: auto;
  height: auto;
  transition: none;
  display: block;
  transform: none;
}

.image-38 {
  flex: none;
  order: 1;
  transition: all .5s;
}

.link-4 {
  color: #fff;
  flex-flow: row;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-4.link-h2 {
  text-shadow: 2px 2px #000;
  font-family: Bowlby One SC, sans-serif;
  font-size: 30px;
  display: none;
  position: static;
  inset: 0% auto 0% 0%;
}

.img_mystery {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-30 {
  width: 30px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
}

.div-link-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.section_title {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 0;
  font-family: Bowlby One SC, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.nav_toggle {
  display: none;
}

.div_content_wrapper {
  background-color: #fff;
  border: 1px solid #000;
  margin: 15px 13px;
  padding: 27px 10px 50px;
  display: block;
}

.div-block-20 {
  max-width: 1400px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.image-40 {
  position: absolute;
  inset: -186px 0% auto auto;
}

.div-block-11 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.div_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.text-block-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
  transition: opacity .5s;
  display: flex;
}

.text-block-2.reverse {
  text-align: center;
  padding-top: 0;
}

.swiper.swiper-movies {
  height: 480px;
  margin-bottom: 18px;
  padding-top: 32px;
  padding-bottom: 48px;
  overflow: hidden;
}

.main_bottom_container {
  z-index: 20;
  background-color: #0000004d;
  background-image: url('../images/bg_dimmed.png');
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: static;
}

.div_flex_5 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-9 {
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-left: 0;
  display: flex;
}

.section-2 {
  background-color: #31204e;
  background-image: url('../images/bg_faq.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  transition: max-height .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.section_mysterybox {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section-2.main, .section-2.main.video_main {
  background-color: #31204e;
}

.section-2.section_preview {
  background-color: #0000;
  display: none;
  position: relative;
}

.section-2.section_partners {
  background-color: #0000;
  position: relative;
}

.section-2.section_intro {
  background-color: #0000;
  display: none;
  position: relative;
}

.section-2.section_faq {
  background-color: #0000;
  min-width: 0;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.section-2.section_gamemode {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: visible;
}

.section-2.imsi {
  background-color: #31204e;
}

.image-7 {
  flex: 0 auto;
  margin-top: 0;
  display: none;
}

.image-31 {
  z-index: 5;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
}

.image-31.back {
  z-index: 1;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg)translateZ(36.59px);
}

.image-31.front {
  backface-visibility: hidden;
  width: 300px;
  height: auto;
  transform-style: preserve-3d;
  position: relative;
  top: 0;
  left: 0;
  transform: translateZ(5px);
}

.image-29 {
  width: 30px;
}

.faq_contents {
  background-color: #0000;
  border: 1px #000;
  border-top-style: solid;
  max-height: 300px;
  margin: 0;
  padding: 0;
  display: block;
}

.max_w_900 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.div_position_left {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto auto 0%;
}

.div_position_left.myterybox_left {
  width: auto;
  bottom: 30px;
  left: 90px;
}

.div-block-18 {
  flex: 1;
}

.div-block-18.reverse {
  flex-flow: column;
  order: 0;
  align-items: center;
  display: flex;
}

.div-block-18.reverse.div_mode {
  transition: width .5s;
}

.div-block-18.div_mode {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  min-height: auto;
  display: flex;
}

.navigation_left {
  z-index: 20;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #424040c4;
  border-radius: 100px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding: 25px 20px;
  display: flex;
  position: fixed;
  inset: 50% 30px auto auto;
  overflow: visible;
  transform: translateY(-50%);
}

.div_bg {
  background-image: url('../images/bg_intro_1.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  max-width: 1226px;
  max-height: 519px;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div_bg.div_gamemode {
  background-image: url('../images/bg_partners.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  max-width: 1181px;
  max-height: 853px;
}

.div_bg.div_mysterybox {
  background-image: url('../images/bg_mysterybox.png');
  max-height: 630px;
}

.div_bg.div_preview {
  background-image: url('../images/bg_preview.png');
  max-width: 1145px;
  max-height: 793px;
}

.div_bg.div_partners {
  background-image: url('../images/bg_partners_1.png');
  background-repeat: repeat-x;
  background-size: contain;
  max-width: 1339px;
  max-height: 672px;
  overflow: visible;
}

.div_bg.div_faq {
  background-image: url('../images/bg_faq_1.png');
  max-width: 1341px;
  max-height: 871px;
}

.div_bg.div_characters {
  background-image: url('../images/bg_character.png');
  max-width: 1290px;
  max-height: 835px;
}

.div-block-23 {
  opacity: 1;
  width: 300px;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  top: 100%;
  bottom: auto;
  overflow: visible;
}

.div-block-23.reverse {
  opacity: 1;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  top: auto;
  bottom: 100%;
  overflow: visible;
}

.div-block-24 {
  background-color: #8674b0;
  border-radius: 0 15px;
  width: 100%;
  height: 100%;
  padding: 10px 10px 15px;
  position: relative;
}

.div-block-24.reverse {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-25 {
  background-color: #38196d;
  border-radius: 15px 15px 0;
  width: 95%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-25.reverse {
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.slick_wrap {
  flex-flow: row;
  width: 100%;
  max-width: 950px;
  min-height: 207px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video-3 {
  z-index: 10;
  pointer-events: none;
  display: none;
  overflow: visible;
}

.background-video-3.initail {
  width: 100%;
  max-width: 300px;
  height: 438px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.background-video-3.active {
  max-width: 289px;
  height: 438px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-26.slick-video-wrap {
  flex-flow: row;
  max-width: 100%;
  margin-top: -50px;
  display: block;
}

.div-block-27 {
  cursor: pointer;
}

.image-41 {
  flex: none;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}

.image-42 {
  flex: none;
  transition: all .5s;
}

.background-video-4 {
  z-index: 10;
  width: 300px;
  height: 500px;
  display: none;
}

.image-43 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 18px;
  margin-right: 10px;
  position: absolute;
  inset: 15px 0% 0% auto;
}

.image-44, .image-45, .image-46 {
  width: 30px;
}

.div-block-28 {
  margin-top: 30px;
}

.image-47, .image-48, .image-49 {
  width: 30px;
}

.div-block-29, .div-block-30 {
  max-width: 302px;
}

.smoke_wrap {
  z-index: 0;
  background-color: #0000;
  flex-flow: row;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smoke {
  opacity: 0;
  background-color: #dfd2ff2e;
  border-radius: 50%;
  flex: none;
  width: 25%;
  height: 200px;
}

.div-block-31 {
  position: relative;
}

.div-block-31.div-smoke {
  align-items: center;
  width: 630px;
  max-width: none;
  height: auto;
  max-height: 517px;
  display: block;
}

.card_wrap {
  z-index: 20;
  opacity: 1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card_name {
  opacity: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  display: block;
}

.card_img {
  opacity: 0;
  max-width: 192px;
  max-height: 192px;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: all .5s;
  display: flex;
  position: absolute;
}

.text-block-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  display: flex;
}

.mysterybox_text {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.div-block-33, .div-block-34 {
  cursor: pointer;
}

.link-block-5 {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}

.div-block-35 {
  align-self: auto;
  margin-bottom: 60px;
  margin-left: 0;
  display: block;
}

.div-block-36 {
  max-height: none;
}

.div-block-37 {
  max-height: 517px;
}

.hover_flip_wrap {
  cursor: pointer;
}

.main_dimmed {
  background-color: #0000004d;
  background-image: url('../images/bg_dimmed.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-38 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Bowlby One SC, sans-serif;
  font-size: 30px;
  position: absolute;
  inset: auto 0% -100px;
}

.link-block-6 {
  color: #fff;
  text-shadow: 4px 6px #000;
  font-style: normal;
  text-decoration: none;
}

.link-block-6.link-mysterybox {
  position: relative;
}

.section_title_single {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  align-self: center;
  margin-left: 0;
  font-family: Bowlby One SC, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.section_title_single_copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  margin-left: 0;
  font-family: Bowlby One SC, sans-serif;
  font-size: 50px;
  line-height: 100px;
}

.x-button {
  width: 80px;
}

.div_introduce-copy {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
}

.faq-container {
  max-width: 720px;
}

.faq-right {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.question {
  padding-top: 48px;
  padding-bottom: 48px;
}

.question.first {
  padding-top: 64px;
}

.rewards {
  background-color: #cae9fa;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 200px 24px;
  display: none;
  position: relative;
  overflow: hidden;
}

.faq-top {
  justify-content: space-around;
  width: 68%;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: -24px auto auto;
}

.faq-img {
  max-width: 160px;
  transform: rotate(-10deg);
}

.faq-img._2 {
  transform: translate(-32px)rotate(-10deg)rotate(20deg);
}

.faq-img._3 {
  transform: translate(0)rotate(-5deg);
}

.faq-img._1 {
  transform: translate(32px)rotate(10deg);
}

.faq-left {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-bottom {
  justify-content: space-around;
  width: 68%;
  display: flex;
  position: absolute;
  inset: auto auto -24px;
}

.heading-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: none;
}

.text-block-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-3 {
  font-family: Bowlby One SC, sans-serif;
  font-size: 40px;
  line-height: 80px;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #ff55a2;
  border: 4px solid #1f2024;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  display: none;
  box-shadow: -3px 3px #1f2024;
}

.primary-button:hover {
  background-color: #e42c7f;
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #1f2024;
}

.primary-button.hero {
  z-index: 1000;
  color: #1f2024;
  background-color: #ace5d7;
  border-width: 8px;
  border-radius: 12px;
  align-self: center;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px 40px;
  font-size: 1.5em;
  transition: color .2s, background-color .2s, transform .2s, box-shadow .2s;
  display: none;
  box-shadow: -6px 6px #1f2024;
}

.primary-button.hero:hover {
  z-index: 4;
  color: #fff;
  background-color: #8457ff;
  position: relative;
  box-shadow: -11px 11px #1f2024;
}

.primary-button.hero:active {
  background-color: #8457ff;
  transform: translate(0);
  box-shadow: -6px 6px #1f2024;
}

.header-prereg {
  z-index: 50;
  background-color: #31204e;
  flex-flow: row;
  order: -1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 93px;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0 auto auto 0;
}

.mint-section {
  background-color: #30204e;
  background-image: none;
  background-size: auto;
  width: 100%;
  min-height: 100vh;
  padding: 120px 24px 180px;
  position: relative;
}

.reward-description {
  text-align: center;
  background-color: #fff;
  border: 8px solid #1f2024;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  padding: 58px 58px 32px;
  display: flex;
  box-shadow: -3px 3px #1f2024;
}

.reward-character-img {
  border: 5px solid #000;
  border-radius: 100px;
  width: 200px;
  margin: -120px auto 16px;
}

.paragraph-5 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}

.price {
  color: #1f2024cc;
  letter-spacing: 1px;
  background-color: #f3f2ed;
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: .9em;
  line-height: 1.5em;
}

.heading-4 {
  font-family: Bowlby One SC, sans-serif;
}

.footer-section {
  color: #fff;
  text-align: center;
  background-color: #30204e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 16px;
  display: flex;
}

.domo-text {
  font-family: Changa One, Impact, sans-serif;
  font-size: 80px;
  line-height: .8em;
}

.domo-text:hover {
  color: #6e4ab3;
}

.domo-text.purple {
  padding-bottom: 32px;
  font-size: 80px;
}

.domo-text.purple:hover {
  color: #a774f9;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #ff55a2;
  border: 4px solid #1f2024;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: -3px 3px #1f2024;
}

.primary-button-2:hover {
  background-color: #e42c7f;
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #1f2024;
}

.primary-button-2.footer {
  background-color: #672fcf;
  border-width: 4px;
  border-color: #461a97;
  align-self: center;
  margin-right: 10px;
  padding: 20px 32px;
  font-size: 1.5em;
  box-shadow: -6px 6px #461a97;
}

.primary-button-2.footer:hover {
  color: #000;
  background-color: #fff;
}

.follow-test {
  padding: 16px;
}

.bold-white-link {
  color: #fff;
}

.bold-white-link:hover {
  color: #f9e174;
}

.reward-section2 {
  text-align: center;
  background-color: #fff;
  border: 8px solid #1f2024;
  border-radius: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 550px;
  margin-top: 100px;
  padding: 20px;
  display: flex;
  box-shadow: -3px 3px #1f2024;
}

.card-image {
  border: 5px solid #000;
  border-radius: 100px;
  width: 200px;
  margin: -120px auto 16px;
}

.paragraph-6 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #ff55a2;
  border: 4px solid #1f2024;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  box-shadow: -3px 3px #1f2024;
}

.primary-button-3:hover {
  background-color: #e42c7f;
  transform: translate(4px, -4px);
  box-shadow: -6px 6px #1f2024;
}

.heading-5 {
  font-family: Bowlby One SC, sans-serif;
}

.reward-section {
  background-color: #f9e174;
  background-image: url('../images/bg_faq.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding: 120px 24px 180px;
  position: relative;
}

.heading-6 {
  font-family: Bowlby One SC, sans-serif;
}

.div-block-39 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-40 {
  padding-right: 20px;
}

.div-block-41 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  padding-right: 0;
  display: flex;
}

.image-60 {
  margin-left: -40px;
}

.div_introduce-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section_sub-2 {
  color: #fff;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section_title-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px #0009;
  letter-spacing: 1px;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-size: 42px;
  line-height: 35px;
}

.div-block-43 {
  justify-content: center;
  display: flex;
}

.div-block-44 {
  flex: none;
  width: auto;
  height: auto;
}

.section-3 {
  background-color: #311f4e;
  width: 100%;
  height: 100vh;
  transition: max-height .2s;
  overflow: hidden;
}

.section-3.section_intro {
  background-image: url('../images/bg_intro.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section-3.section_intro.story {
  flex-flow: column;
  display: flex;
}

.image-61 {
  margin-top: 3px;
}

.heading-style-h1 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
}

.home-hosting_block-top {
  padding-bottom: 73%;
  position: relative;
}

.home-hosting_block-content {
  padding: 2rem 16% 4rem 17%;
}

.container-medium {
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
}

.home-hosting_image {
  width: 57%;
  position: absolute;
  inset: 6% 0% auto auto;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-style-h2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-hosting_block {
  background-color: #aee7c3;
  border: 2px solid #1e1e1e;
  border-radius: 1.75rem;
}

.home-hosting_block.is-2nd {
  background-color: #ffd168;
}

.home-hosting_block.is-3rd {
  background-color: #f2a7be;
}

.margin-bottom, .margin-bottom.margin-xhuge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home-hosting_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75rem;
  display: grid;
}

.div_introduce-2-copy {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650vh;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-45 {
  padding-left: 0;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-template-areas: ". . . ."
                       "Area Area Area Area";
  grid-auto-columns: 1fr;
  display: flex;
}

.feature-block {
  text-align: center;
}

.image-contained {
  height: 120px;
}

.image-62 {
  max-height: 100%;
}

.feature-title {
  padding-top: 12px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.div-block-46 {
  flex-flow: row;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-63 {
  float: none;
  vertical-align: middle;
  margin-left: auto;
  display: block;
  position: relative;
}

.div-block-47 {
  flex-flow: column;
  justify-content: space-between;
  min-width: 190px;
  height: 160px;
  display: flex;
}

.text-block-9 {
  text-align: center;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-size: 18px;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 650vw;
  height: 100%;
  margin-left: 10px;
  display: flex;
}

.heading-7 {
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 2px #0003;
  margin-left: auto;
  margin-right: auto;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-weight: 400;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 326px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  justify-content: space-between;
  min-width: 190px;
  height: 160px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.link-block-7 {
  max-width: 141px;
  max-height: 151px;
}

.equipscroll {
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  display: flex;
}

.div-block-53 {
  width: 100%;
  margin-bottom: 40px;
}

.div-block-54, .div-block-55 {
  min-width: 170px;
  max-width: 200px;
}

.heading-8 {
  color: #fff;
  text-shadow: 0 2px 2px #000000ba;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-weight: 400;
}

.div-block-42-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-44-copy {
  flex: none;
  width: auto;
  min-width: 271px;
  height: auto;
}

.image-60-copy {
  margin-left: -60px;
}

.div_introduce-2-copy {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-43-copy {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-56 {
  display: flex;
}

.div_preregistration_rewards {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-4-copy {
  color: #fff;
  flex-flow: row;
  font-family: One Mobile Pop, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.link-4-copy.link-h2 {
  text-shadow: 2px 2px #000;
  font-family: Bowlby One SC, sans-serif;
  font-size: 30px;
  display: none;
  position: static;
  inset: 0% auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .image {
    width: 400px;
    margin-top: 10px;
  }

  .div-block {
    margin-left: 30px;
  }

  .flex-block {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 1000px;
  }

  .link-3 {
    font-size: 20px;
  }

  .image-13, .image-23, .image-15 {
    overflow: hidden;
  }

  .div_introduce {
    max-width: 682px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .wrap {
    background-repeat: repeat;
  }

  .image-10 {
    vertical-align: middle;
    flex: 0 auto;
    order: 0;
    overflow: hidden;
  }

  .image-10.myterybox {
    height: 100%;
  }

  .image-14, .image-11 {
    overflow: hidden;
  }

  .div-logo {
    justify-content: center;
    height: 100%;
    margin-left: 0;
  }

  .div-logo.w--current {
    justify-content: flex-start;
    max-width: 100px;
  }

  .image-28 {
    width: 25px;
  }

  .image-18 {
    overflow: hidden;
  }

  .header {
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_flex_4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-25, .image-16 {
    overflow: hidden;
  }

  .faq_bundle {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    transition-property: none;
    box-shadow: 0 2px 5px #0003;
  }

  .image-24 {
    overflow: hidden;
  }

  .div-block-16 {
    background-color: #362154;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 3px;
    overflow: visible;
  }

  .div-block-16.bottom {
    top: auto;
    bottom: 3px;
  }

  .image-37 {
    flex: 0 auto;
    width: 100%;
    min-width: 0;
    height: 65px;
  }

  .div_90 {
    width: 100%;
    max-width: 900px;
    height: auto;
    min-height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    overflow: hidden;
  }

  .faq_title {
    margin-top: 10px;
  }

  .image-21 {
    overflow: hidden;
  }

  .navigation {
    cursor: pointer;
    flex: 1;
    order: 1;
    align-self: center;
    padding: 0;
  }

  .div_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    max-width: 900px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div_flex.slick_preview_wrap {
    max-width: 650px;
  }

  .image-32 {
    height: 100%;
  }

  .div_faq {
    position: relative;
  }

  .link-block-4.hover_flip {
    height: auto;
  }

  .link-4 {
    font-size: 15px;
  }

  .image-30 {
    width: 25px;
  }

  .text-block-4 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }

  .image-26, .image-17 {
    overflow: hidden;
  }

  .div-link-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .nav_toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    cursor: pointer;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 35px;
    display: flex;
    position: absolute;
    inset: auto 16px auto auto;
  }

  .image-22 {
    overflow: hidden;
  }

  .div_content_wrapper {
    margin-bottom: 15px;
  }

  .div-block-20 {
    width: 95%;
    margin-top: 0;
  }

  .image-40 {
    position: absolute;
    inset: -186px 0% auto auto;
  }

  .text-block-2 {
    pointer-events: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .main_bottom_container {
    padding-top: 0;
  }

  .div_flex_5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-2 {
    background-color: #31204e;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-31 {
    height: 100%;
  }

  .image-31.front {
    width: 280px;
    height: auto;
    padding-bottom: 20px;
  }

  .image-29 {
    width: 25px;
  }

  .faq_contents {
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .max_w_900 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_position_left {
    flex: none;
    position: relative;
  }

  .div_position_left.myterybox_left {
    top: 100px;
    bottom: 0;
    left: 0;
  }

  .div-block-18.div_mode {
    flex: 1;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template: "Area ."
                   ". Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-content: stretch;
    align-items: stretch;
    display: grid;
  }

  .navigation_left {
    padding: 30px 14px;
    right: 16px;
  }

  .div_bg, .div_bg.div_gamemode {
    background-size: cover;
    width: 100%;
  }

  .div_bg.div_mysterybox {
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
  }

  .div_bg.div_preview {
    background-size: cover;
    width: 100%;
  }

  .div_bg.div_partners {
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
  }

  .div_bg.div_faq {
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    position: absolute;
  }

  .div_bg.div_characters {
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .div-block-23 {
    z-index: 20;
  }

  .slick_wrap {
    min-height: 165px;
    padding-bottom: 50px;
  }

  .div-block-26.slick-video-wrap {
    margin-top: -70px;
    display: block;
  }

  .image-41 {
    flex: none;
  }

  .div-block-28 {
    margin-top: 0;
  }

  .div-block-31.div-smoke {
    height: auto;
    min-height: 0;
    max-height: 517px;
  }

  .div-block-33 {
    object-fit: fill;
  }

  .image-50, .image-51 {
    width: 100%;
  }

  .image-52 {
    object-fit: contain;
    width: 100%;
  }

  .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
    width: 100%;
  }

  .div-block-38 {
    margin-top: 150px;
    font-size: 25px;
    inset: auto 0% -100px;
  }

  .div_introduce-copy {
    max-width: 682px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .faq-right {
    display: none;
  }

  .faq-top {
    width: 100%;
    top: 0;
  }

  .faq-img {
    max-width: 120px;
  }

  .faq-left {
    display: none;
  }

  .faq-bottom {
    width: 100%;
    bottom: 0;
  }

  .header-prereg {
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    height: 70px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mint-section {
    overflow: hidden;
  }

  .reward-description {
    padding: 40px;
  }

  .price {
    font-size: 1em;
  }

  .reward-section2 {
    padding: 40px;
  }

  .reward-section {
    overflow: hidden;
  }

  .div_introduce-2 {
    max-width: 682px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .home-hosting_image {
    width: 53%;
  }

  .padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .home-hosting_block {
    width: 48%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hosting_grid {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  .div-block-48 {
    flex-flow: column;
    width: 100vw;
    display: flex;
  }

  .div_introduce-2-copy, .div_preregistration_rewards {
    max-width: 682px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-4-copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 360px;
    margin-top: 20px;
  }

  .div-block {
    margin-left: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .logoimage {
    max-width: 150px;
  }

  .subtitle {
    font-size: 36px;
  }

  .link-3, .paragraph-4 {
    font-size: 18px;
  }

  .image-6 {
    width: 18px;
    height: 18px;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div_introduce {
    padding-bottom: 50px;
    left: 0;
  }

  .div-block-10 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .image-10 {
    object-fit: fill;
  }

  .image-10.myterybox {
    width: 90%;
    max-width: 230px;
  }

  .div-logo {
    align-self: center;
    margin-left: -10px;
  }

  .image-36.reverse {
    order: -1;
    width: 100%;
    max-width: 286px;
    height: 100%;
  }

  .div_flex_4 {
    flex-flow: wrap;
  }

  .image-16 {
    flex: 0 auto;
    order: -1;
    align-self: center;
  }

  .image-37 {
    height: 60px;
  }

  .main_bottom_div {
    flex-flow: column;
    padding-bottom: 90px;
  }

  .div-block-8.flex_1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }

  .div_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .div_flex.slick_preview_wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .section_sub {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .button-2 {
    padding-top: 10px;
    font-size: 15px;
  }

  .div_faq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .budle_section_title {
    margin-bottom: 20px;
  }

  .link-block-4 {
    margin-top: 10px;
  }

  .link-block-4.hover_flip {
    margin-top: 0;
  }

  .image-38 {
    object-fit: contain;
    order: -1;
    width: 100%;
    max-width: 286px;
    height: 100%;
  }

  .link-4.link-h2.get_box_text {
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .section_title {
    font-size: 25px;
  }

  .nav_toggle {
    background-color: #0000;
    height: 35px;
  }

  .div_content_wrapper {
    padding-bottom: 27px;
    font-size: 13px;
  }

  .div-block-20 {
    margin-top: 30px;
    padding-top: 0;
  }

  .image-40 {
    width: 100px;
    top: -100px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    width: 80%;
    margin-top: 30px;
    display: grid;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-2.reverse {
    background-image: url('../images/gamemode_bg_top.png');
    margin-top: 10px;
  }

  .div_flex_5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
  }

  .div-block-9 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    height: auto;
    padding-top: 100px;
  }

  .section-2.main.video_main {
    padding-top: 0;
  }

  .section-2.section_preview {
    min-height: 0;
    padding-bottom: 100px;
  }

  .section-2.section_gamemode {
    z-index: 10;
    padding-bottom: 50px;
  }

  .image-31.front {
    width: 200px;
  }

  .div-block-18.div_mode {
    flex: 0 auto;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .navigation_left {
    display: none;
  }

  .div-block-26.slick-video-wrap {
    margin-top: -100px;
  }

  .image-41, .image-42 {
    width: 100%;
    max-width: 286px;
    height: 100%;
  }

  .div-block-31.div-smoke {
    min-height: 0;
  }

  .card_img {
    max-width: 150px;
  }

  .mysterybox_text {
    font-size: 14px;
  }

  .link-block-5.airdrop_btn {
    max-width: 155px;
  }

  .hover_flip_wrap {
    justify-content: center;
    display: block;
  }

  .div-block-38 {
    margin-top: 100px;
    bottom: -70px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .section_title_single, .section_title_single_copy {
    font-size: 25px;
  }

  .div_introduce-copy {
    padding-bottom: 50px;
    left: 0;
  }

  .faq-top {
    top: 24px;
  }

  .faq-img {
    max-width: 100px;
  }

  .faq-img._3 {
    max-width: 80px;
  }

  .faq-img._1 {
    transform: rotate(10deg);
  }

  .faq-bottom {
    bottom: 24px;
  }

  .primary-button.hero {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .header-prereg {
    max-width: 100%;
  }

  .reward-description {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .reward-character-img {
    width: 124px;
  }

  .reward-section2 {
    border-width: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-image {
    width: 124px;
  }

  .image-60 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-42 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .section_sub-2 {
    font-size: 14px;
    line-height: 25px;
  }

  .section_title-2 {
    font-size: 25px;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    height: auto;
    padding-top: 100px;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .home-hosting_block-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .div-block-47, .div-block-50 {
    width: 130px;
    min-width: 130px;
    height: 120px;
  }

  .equipscroll {
    width: 72px;
    height: 75px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .div-block-42-copy {
    justify-content: center;
    margin-bottom: 20px;
  }

  .div-block-44-copy, .image-60-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-43-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-57, .div-block-58 {
    width: 170px;
  }

  .div-block-7-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-4-copy.link-h2.get_box_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 300px;
    margin-top: 40px;
    padding-top: 0;
  }

  .container-3 {
    height: 60px;
  }

  .div-block {
    margin-left: 20px;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 10px;
  }

  .image-2 {
    height: 30px;
  }

  .div-block-3 {
    padding: 20px 10px 10px;
  }

  .logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-height: 700px;
    margin-top: 0;
  }

  .logoimage {
    max-width: 100px;
  }

  .subtitle {
    font-size: 18px;
  }

  .logoimageh {
    max-height: 50px;
  }

  .logoimageozys {
    width: 50px;
  }

  .link-3 {
    font-size: 10px;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .teaserlinktext {
    font-size: 12px;
  }

  .teaserlinkbox {
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 10px;
  }

  .image-6 {
    width: 16px;
    height: 16px;
  }

  .image-13 {
    object-fit: fill;
    flex: 0 auto;
  }

  .div-block-7 {
    font-size: 15px;
  }

  .image-10.myterybox {
    width: 90%;
    max-width: 230px;
    height: auto;
  }

  .image-35 {
    width: 40px;
  }

  .div-logo {
    flex: none;
    align-self: center;
    width: auto;
    height: auto;
    margin-left: -10px;
  }

  .header {
    height: 70px;
    padding-left: 16px;
  }

  .image-16 {
    flex: 0 auto;
  }

  .image-37 {
    object-fit: contain;
    min-width: auto;
    height: 60px;
  }

  .main_bottom_div {
    padding-bottom: 10px;
  }

  .image-9 {
    width: 35px;
    height: auto;
  }

  .div-block-8 {
    flex-flow: column;
    width: 300px;
    height: 80px;
  }

  .div-block-8.flex_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: start;
  }

  .div_flex {
    flex-flow: column;
    margin-top: 30px;
  }

  .div_flex.slick_preview_wrap {
    width: 100%;
    max-width: 100%;
  }

  .image-32 {
    object-fit: contain;
  }

  .button-2 {
    font-size: 14px;
  }

  .div_faq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 100px;
  }

  .budle_section_title {
    margin-bottom: 30px;
  }

  .budle_section_title.pb-60 {
    padding-bottom: 30px;
  }

  .link-block-4 {
    flex: none;
    width: 100%;
  }

  .image-39 {
    flex: 0 auto;
  }

  .link-4 {
    font-size: 12px;
  }

  .link-4.link-h2 {
    font-size: 27px;
  }

  .link-4.link-h2.w--current {
    font-size: 20px;
  }

  .div-link-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 10px;
  }

  .section_title {
    font-size: 25px;
  }

  .image-40 {
    width: 60px;
    top: -60px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div_grid {
    margin-top: 30px;
  }

  .text-block-2 {
    background-size: auto;
  }

  .text-block-2.reverse {
    max-width: 100%;
    min-height: 0;
    max-height: none;
  }

  .div_flex_5 {
    flex-flow: wrap;
  }

  .section-2 {
    height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section-2.main.video_main {
    height: 100vh;
    padding-top: 0;
  }

  .image-34 {
    width: 35px;
  }

  .image-31 {
    object-fit: contain;
  }

  .image-33 {
    width: 30px;
  }

  .div_position_left {
    margin-bottom: 5px;
  }

  .div_position_left.myterybox_left {
    top: 50px;
  }

  .div-block-28 {
    padding-bottom: 50px;
  }

  .div-block-32 {
    border-radius: 12px;
  }

  .mysterybox_text {
    font-size: 14px;
  }

  .hover_flip_wrap {
    align-self: auto;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .section_title_single, .section_title_single_copy {
    font-size: 25px;
  }

  .faq-container {
    max-width: 100%;
  }

  .rewards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-bottom {
    padding-bottom: 0;
  }

  .mint-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .reward-description {
    padding-left: 16px;
    padding-right: 16px;
  }

  .domo-text {
    font-size: 16vw;
  }

  .primary-button-2.footer {
    margin-bottom: 20px;
  }

  .reward-section2 {
    padding: 60px 16px 10px;
  }

  .card-image {
    margin-top: -150px;
  }

  .reward-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-39 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .bold-text {
    font-size: 16vw;
    line-height: 80px;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section_title-2 {
    font-size: 20px;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .section-3 {
    height: auto;
    padding-top: 100px;
    overflow: hidden;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .home-hosting_block-top {
    padding-bottom: 70%;
  }

  .home-hosting_block-content {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .home-hosting_image {
    width: 50%;
  }

  .home-hosting_block {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-hosting_grid {
    grid-row-gap: 2.25rem;
  }

  .div_introduce-2-copy {
    flex-flow: column;
  }

  .div-block-49 {
    display: flex;
  }

  .equipscroll {
    height: 75px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .div-block-43-copy, .div-block-56, .div_preregistration_rewards {
    flex-flow: column;
  }

  .div-block-7-copy {
    font-size: 15px;
  }

  .link-4-copy {
    font-size: 12px;
  }

  .link-4-copy.link-h2 {
    font-size: 27px;
  }

  .link-4-copy.link-h2.w--current {
    font-size: 20px;
  }
}

#w-node-_5f7fb1e9-665d-8a2d-3ec1-91f1e90a9228-fae7e219 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4c005d5-1876-7d5f-0986-ad5241abb9fd-fae7e219 {
  grid-area: Area;
}

#w-node-_5f7fb1e9-665d-8a2d-3ec1-91f1e90a9228-ad037b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4c005d5-1876-7d5f-0986-ad5241abb9fd-ad037b1c {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-_36c08397-5636-1782-22ae-a6946a59852a-997b3882 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-ad251add-6ebe-d467-8649-9618e3397dd7-997b3882 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-afbabac9-0eb9-e2dc-668d-c4e76503c2bb-997b3882 {
    place-self: auto center;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5db-fae7e219 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5df-fae7e219 {
    place-self: auto center;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5db-ad037b1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5df-ad037b1c {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_36c08397-5636-1782-22ae-a6946a59852a-997b3882 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: start;
  }

  #w-node-ad251add-6ebe-d467-8649-9618e3397dd7-997b3882 {
    place-self: center start;
  }

  #w-node-afbabac9-0eb9-e2dc-668d-c4e76503c2bb-997b3882 {
    place-self: auto start;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5db-fae7e219 {
    place-self: center start;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5df-fae7e219 {
    place-self: auto start;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5db-ad037b1c {
    place-self: center start;
  }

  #w-node-_4971d723-76b8-91a7-3366-a13c2350e5df-ad037b1c {
    place-self: auto start;
  }
}


@font-face {
  font-family: 'One Mobile Pop';
  src: url('../fonts/ONE-Mobile-POP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}