.main_container {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation_chestbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation_buttons {
  position: fixed;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-closed-chest {
  position: absolute;
  width: 50px;
  height: 100px;
}

.img-opened-chest {
  position: absolute;
  display: none;
  width: 50px;
  height: 100px;
}

.chest-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-navbar {
  position: fixed;
  left: 85%;
  top: 20%;
  bottom: 0%;
  z-index: 10;
  width: 300px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-navbar__page-cover {
  width: 100%;
  height: 100%;
}

.heading {
  width: 150px;
  font-family: bmg3, sans-serif;
  color: #131828;
  text-align: left;
  text-decoration: none;
}

.act-link1 {
  position: absolute;
  left: 25%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  text-decoration: none;
}

.act-link1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.act-link1.redirect-link {
  width: 150px;
  height: 60px;
}

.act-link2 {
  position: absolute;
  left: 25%;
  top: 35%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.act-link3 {
  position: absolute;
  left: 25%;
  top: 45%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.act-link4 {
  position: absolute;
  left: 25%;
  top: 55%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.world-map {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.hero-section {
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.heor-section_enter-button {
  position: absolute;
  display: none;
  width: 200px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 4px 4px 0 0 #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  font-family: nmk1, sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.heor-section_enter-button:hover {
  box-shadow: none;
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.hero-section_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map-still.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

._404-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #070707;
  font-family: nmk1, sans-serif;
  color: #fff;
}

.button-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.button-3 {
  position: fixed;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.85);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.button-3:active {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.body {
  background-color: #000;
  font-family: r8mo, sans-serif;
}

.main-container__hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__book-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  max-width: 1000px;
  min-height: 900px;
  min-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__page-container {
  display: none;
}

.book-container__text {
  position: absolute;
  left: auto;
  top: 28%;
  right: 5%;
  bottom: 0%;
  overflow: scroll;
  width: 380px;
  height: 500px;
  padding-right: 10px;
  font-family: bmg3, sans-serif;
}

.book-container__name-act {
  position: absolute;
  left: 13%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 2;
  font-family: bmg3, sans-serif;
  color: #272727;
  text-align: center;
}

.button-enter-kingdom {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button-enter-dark {
  position: absolute;
  width: 200px;
}

.button-enter-light {
  width: 200px;
}

.button-enter-light:hover {
  display: none;
}

.map__enter-text {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: bmg3, sans-serif;
  color: #f1f1f1;
  font-size: 27px;
  line-height: 24px;
  text-align: center;
}

.loader_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1.3em;
}

.container.is-loader-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader_number {
  margin-bottom: 0px;
  font-family: nmk1, sans-serif;
  color: #fff;
  font-size: 20.42em;
  line-height: 0.55;
  font-weight: 700;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #b27357;
  color: #000;
}

.hero__loading-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 100%;
  font-size: 1em;
}

.trigger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 0px;
  height: 0px;
  padding: 0px;
}

.body-2 {
  overflow: hidden;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  width: 100vw;
  height: 10vh;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.wrapper {
  position: -webkit-sticky;
  position: sticky;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: hsla(167, 0%, 86%, 0.5);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
}

.nav-button:hover {
  background-color: hsla(167, 0%, 86%, 0.85);
}

.nav-button.is-socials {
  width: 50px;
}

.nav-button.is-hidden {
  display: none;
}

.text-block {
  font-family: r8mo, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.nav-wrapper__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button__socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.opensea {
  height: 60%;
}

.twitter {
  height: 50%;
}

.discord {
  height: 50%;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-wrapper {
  display: none;
}

.logo {
  position: relative;
  display: block;
}

.music-player {
  position: fixed;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 4%;
  z-index: 2;
}

.player-2 {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
}

.presser {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 12px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.music-on {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/25.png');
  background-position: 50% 50%;
  background-size: cover;
}

.music-off {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/27.png');
  background-position: 50% 50%;
  background-size: cover;
}

.body-4 {
  background-color: transparent;
}

.about-section {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}

.item {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  max-width: 75%;
  min-height: 200px;
  min-width: 70%;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #f1f1f1;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.item:hover {
  -webkit-filter: none;
  filter: none;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 10%;
  margin-right: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: nmk1, sans-serif;
  color: #f1f1f1;
  font-size: 120px;
}

.background-img {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.shading {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, rgba(9, 8, 8, 0.4));
}

.background {
  width: 100vw;
  height: 100vh;
}

.music-wapper {
  position: fixed;
  left: 2%;
  bottom: 1%;
  z-index: 10;
}

.header-story {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 2;
  opacity: 0;
  font-family: r8mo, sans-serif;
  color: #f1f1f1;
  font-size: 50px;
}

.heading-3 {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: nmk1, sans-serif;
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.link-story {
  width: 100%;
  height: 100%;
}

.img-container {
  width: 100.0000514%;
  height: 100%;
}

.img-container.is-img-story {
  background-image: url('../images/Screenshot-2023-02-19-at-18.42.45-min.png');
  background-size: cover;
}

.img-container.is-img-about {
  background-image: url('../images/Cavern-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

.img-container.is-img-roadmap {
  background-image: url('../images/Dragon-in-cave-min.jpg');
  background-position: 50% 66%;
  background-size: cover;
}

.map-container {
  position: relative;
  width: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.roadmap-wrapper {
  text-align: center;
}

.heading-wrapper {
  text-align: center;
}

.pin-description {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

.map-pin-popup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -45px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5rem;
  background-color: rgba(14, 76, 94, 0.8);
  box-shadow: 1px 1px 16px 2px rgba(14, 8, 14, 0.16);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
}

.map-pin-popup.dialog-opened {
  z-index: 1;
  width: 20rem;
  margin-top: -13.6em;
  margin-left: -3.8em;
  padding: 0.75rem 1.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-pin-popup.dialog-opened._2-title {
  z-index: 2;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._7-title {
  z-index: 7;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._5-title {
  z-index: 5;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._4-title {
  z-index: 4;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._3-title {
  z-index: 3;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._1-mint {
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._1-mint.popup-bottom {
  border-radius: 0rem;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 16px 2px rgba(129, 223, 238, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.map-pin-popup.dialog-opened._8-title {
  position: absolute;
  z-index: 8;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-pin-popup.dialog-opened._6-title {
  z-index: 6;
}

.map-pin-popup.dialog-opened._6-title.popup-bottom {
  margin-top: 0em;
  margin-left: 0em;
}

.map-number {
  font-weight: 400;
}

.map-dot-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
}

.map-dot-mobile.is--8 {
  left: 41%;
  top: 6%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--2 {
  left: 32%;
  top: 55%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--3 {
  left: 52%;
  top: 50%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--6 {
  left: 22%;
  top: 36%;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--7 {
  left: 51%;
  top: 19%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--1 {
  left: 19%;
  top: 70%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--5 {
  left: 52%;
  top: 35%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot-mobile.is--4 {
  left: 67%;
  top: 38%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-vertical.margin-xhuge {
  margin-right: 0rem;
  margin-left: 0rem;
}

.roadmap-popup-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.arrow-right {
  width: 100%;
}

.roadmap-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map-dot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 25.1em;
  margin-left: 46em;
  font-size: 3rem;
}

.map-dot.is-8 {
  left: 41%;
  top: 6%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-5 {
  left: 52%;
  top: 35%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-4 {
  left: 69%;
  top: 38%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-3 {
  left: 52%;
  top: 50%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-1 {
  left: 19%;
  top: 70%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-2 {
  left: 32%;
  top: 55%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-7 {
  left: 51%;
  top: 19%;
  display: block;
  margin-top: 0em;
  margin-left: 0em;
}

.map-dot.is-6 {
  left: 22%;
  top: 36%;
  margin-top: 0em;
  margin-left: 0em;
}

.roadmap-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.roadmap-nav-button:hover {
  background-color: #348998;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.roadmap-component-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #9d50eb;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-size: 2rem;
  line-height: 1em;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.box:hover {
  -webkit-transform: scale3d(1.12, 1.06, 1);
  transform: scale3d(1.12, 1.06, 1);
}

.text-color-cyan {
  color: #348998;
}

.map-img {
  position: relative;
  width: 100%;
  max-width: none;
}

.roadmap-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
}

.map-pin-popup-mobile {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 1rem;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.5rem;
  background-color: rgba(14, 76, 94, 0.8);
  box-shadow: 1px 1px 16px 2px rgba(14, 8, 14, 0.16);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
}

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

.margin-bottom.margin-xxlarge {
  display: none;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.particles-absolute {
  position: absolute;
  width: 25rem;
}

.particles-absolute.pa-12 {
  top: 11.8rem;
  right: 7.8rem;
  width: 20rem;
}

.particles-absolute.pa-11 {
  left: 7rem;
  top: 7.9rem;
  width: 20rem;
}

.section-roadmap {
  position: relative;
}

.section-roadmap.overflow-hidden {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #683ca9 12%, rgba(27, 67, 76, 0) 53%), -webkit-gradient(linear, left top, left bottom, from(#1c4b53), to(#122633));
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #683ca9 12%, rgba(27, 67, 76, 0) 53%), linear-gradient(180deg, #1c4b53, #122633);
}

.map-container-mobile {
  position: relative;
  width: 100%;
}

.roadmap-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.map-pin-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 300;
}

.arrow-left {
  width: 100%;
}

.heading-style-h2 {
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

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

.box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 92%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.html-map {
  display: none;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-small {
  padding-right: 0rem;
  padding-left: 0rem;
}

.body-5 {
  font-family: r8mo, sans-serif;
}

.section-timeline {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 180px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 29vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aee2e6), color-stop(52%, #1c676d), to(#1c3031));
  background-image: linear-gradient(180deg, #aee2e6, #1c676d 52%, #1c3031);
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #000, rgba(10, 10, 10, 0));
}

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #000, rgba(10, 10, 10, 0));
}

.timeline_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.timeline_text.sub {
  padding-bottom: 10px;
  font-size: 24px;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  height: 300px;
  background-image: url('../images/pf-merch.png');
  background-position: 30% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.div-block-3.hoodies {
  height: 450px;
  background-image: url('../images/pf-merch-01.png');
  background-position: 50% 100%;
  background-size: 80%;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  background-color: #000;
}

.body-6 {
  background-image: url('../images/Mountains-7.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: r8mo, sans-serif;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kr-roadmap-heading {
  margin-right: 20px;
  padding-left: 20px;
  color: #f1f1f1;
  font-size: 50px;
  text-align: center;
}

.image {
  max-width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.image:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.black-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgba(0, 0, 0, 0.75)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 84%, #000);
}

.map-scroll {
  width: 70%;
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .item {
    max-height: 300px;
    min-height: 250px;
  }

  .timeline_progress-bar {
    top: 168px;
  }

  .kr-roadmap-heading {
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .item-number {
    margin-right: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .side-navbar {
    left: 90%;
  }

  .act-link4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .world-map {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
  }

  .book {
    width: 100%;
    height: 100%;
  }

  .about-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item {
    background-color: #f1f1f1;
  }

  .about-wrapper {
    width: 100%;
    height: 100%;
  }

  .item-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: nmk1, sans-serif;
    font-size: 100px;
  }

  .section-timeline {
    padding-bottom: 300px;
  }

  .timeline_progress-bar {
    top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .navigation_chestbox {
    z-index: 10;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation_buttons {
    top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .chest-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .side-navbar {
    left: auto;
    top: 15%;
    right: -14%;
    bottom: auto;
  }

  .side-navbar__page-cover {
    width: 100vw;
  }

  .hero-section {
    overflow: hidden;
  }

  .main-container__hero {
    z-index: 1;
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero__book-container {
    display: none;
  }

  .hero__page-container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page {
    width: 700px;
    height: 900px;
    max-width: none;
  }

  .page-container__text {
    position: absolute;
    overflow: scroll;
    width: 700px;
    height: 750px;
    margin-top: 20px;
    padding: 10px 80px;
    font-family: bmg3, sans-serif;
  }

  .book-container__text {
    position: absolute;
    overflow: scroll;
    width: 700px;
    height: 900px;
    padding: 100px 80px 0px;
  }

  .text-span {
    font-family: nmk1, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .loader {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    position: relative;
  }

  .about-section {
    margin-top: 150px;
  }

  .about-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item-number {
    display: none;
    margin-right: 0px;
  }

  .header-story {
    opacity: 1;
  }

  .link-story {
    height: 40%;
  }

  .img-container {
    height: 300px;
  }

  .img-container.is-img-story {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-dot-mobile {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0em;
    margin-left: 0em;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .map-dot {
    font-size: 5vw;
    line-height: 5vw;
  }

  .map-dot.is-6 {
    margin-top: 0em;
    margin-left: 0em;
  }

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

  .particles-absolute.pa-12 {
    top: 3.6rem;
    right: -3.7rem;
  }

  .particles-absolute.pa-11 {
    left: -3.8rem;
    top: 2.8rem;
  }

  .roadmap-wrap {
    margin-bottom: 6rem;
  }

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container-3 {
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }

  .body-6 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }

  .black-background {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgba(0, 0, 0, 0.75)), to(#000)), url('../images/Mountains-7.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 84%, #000), url('../images/Mountains-7.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
}

@media screen and (max-width: 767px) {
  .side-navbar {
    right: -18%;
  }

  .side-navbar__page-cover {
    width: 100vw;
  }

  .page {
    width: 500px;
  }

  .page-container__text {
    position: absolute;
    width: 500px;
    padding-top: 5px;
    padding-right: 45px;
    padding-left: 60px;
  }

  .book-container__text {
    position: absolute;
  }

  .navigation {
    z-index: 20;
    height: 13vh;
  }

  .wrapper {
    display: none;
  }

  .nav-button.is-socials.is-mobile {
    background-color: transparent;
  }

  .nav-button.is-mobile {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .mobile-wrapper {
    z-index: 100;
    display: block;
    background-color: rgba(241, 241, 241, 0.75);
  }

  .brand {
    width: 100px;
    margin-top: 10px;
    padding-left: 0px;
  }

  .container-2 {
    padding: 10px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .music-player {
    display: none;
  }

  .player-2 {
    display: none;
  }

  .presser {
    display: none;
  }

  .item {
    max-width: 500px;
    min-width: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .item-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    max-width: 70px;
  }

  .menu-button.w--open {
    border-radius: 15px;
    background-color: #777;
  }

  .map-pin-popup.dialog-opened._7-title {
    display: none;
    margin-left: 1em;
  }

  .map-pin-popup.dialog-opened._5-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._4-title {
    display: none;
  }

  .map-pin-popup.dialog-opened._1-mint {
    display: none;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    display: none;
  }

  .map-pin-popup.dialog-opened._6-title.popup-bottom {
    display: none;
  }

  .map-number {
    font-size: 1.5rem;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0em;
    margin-left: 0em;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .roadmap-component {
    display: none;
  }

  .map-dot.is-6 {
    margin-top: 0em;
    margin-left: 0em;
  }

  .roadmap-component-mobile {
    display: block;
    padding-bottom: 3rem;
  }

  .box {
    width: 1.6em;
    height: 1.6em;
  }

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

  .particles-absolute.pa-12 {
    top: -5.3rem;
    right: -7.3rem;
  }

  .particles-absolute.pa-11 {
    left: -7.5rem;
    top: -1.7rem;
  }

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

  .box-inner {
    color: #0e080e;
  }

  .page-padding {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .map-dialog-mobile {
    position: relative;
    z-index: 10;
    margin-right: 1rem;
    margin-bottom: 10rem;
    margin-left: 1rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }
}

@media screen and (max-width: 479px) {
  .main_container {
    overflow: hidden;
  }

  .navigation_chestbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation_buttons {
    padding-left: 0px;
  }

  .side-navbar {
    top: 20%;
    right: -20%;
  }

  .side-navbar__page-cover {
    width: 100vw;
  }

  .heading {
    padding-left: 15px;
  }

  .hero-section {
    overflow: hidden;
  }

  .main-container__hero {
    overflow: hidden;
  }

  .hero__page-container {
    overflow: hidden;
    max-height: 600px;
    max-width: 400px;
    padding-top: 0px;
  }

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

  .page-container__text {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    overflow: scroll;
    width: 400px;
    max-height: 460px;
    margin-top: 0px;
    padding: 10px 40px 20px 45px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .book-container__text {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: auto;
    overflow: scroll;
    width: 400px;
    max-height: 470px;
    padding: 30px 35px 20px 45px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-span {
    font-family: nmk1, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }

  .loader_number {
    font-size: 40vw;
  }

  .item {
    max-width: 400px;
    min-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .roadmap-wrapper {
    padding-bottom: 0rem;
  }

  .heading-wrapper {
    padding-bottom: 0rem;
  }

  .pin-description {
    font-size: 16px;
    line-height: 20px;
  }

  .map-pin-popup {
    padding-right: 5px;
    padding-left: 5px;
  }

  .map-pin-popup.dialog-opened {
    display: none;
  }

  .map-pin-popup.dialog-opened._2-title {
    display: none;
    width: 280px;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._7-title {
    display: none;
    width: 280px;
    margin-top: 2.7em;
    margin-left: 1.8em;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._5-title {
    display: none;
    width: 280px;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._4-title {
    display: none;
    width: 280px;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._3-title {
    display: none;
    width: 280px;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._1-mint {
    display: none;
    width: 280px;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._8-title {
    display: none;
    width: 280px;
    margin-top: 2.8em;
    margin-left: -7.5em;
    padding: 16px 16px 20px;
  }

  .map-pin-popup.dialog-opened._8-title.popup-bottom {
    margin-top: 0em;
    margin-left: 0em;
  }

  .map-pin-popup.dialog-opened._6-title {
    display: none;
    width: 280px;
    margin-top: -12.5em;
    margin-left: -5em;
    padding: 16px 16px 20px;
  }

  .map-number {
    line-height: 6vw;
  }

  .map-dot-mobile {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot-mobile.is--6 {
    margin-top: 0em;
    margin-left: 0em;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .map-dot {
    font-size: 6vw;
    line-height: 6vw;
  }

  .map-dot.is-6 {
    margin-top: 0em;
    margin-left: 0em;
  }

  .roadmap-component-mobile {
    padding-bottom: 0rem;
  }

  .box {
    width: 1.4em;
    height: 1.4em;
  }

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

  .particles-absolute.pa-12 {
    top: -13rem;
    right: -8.8rem;
  }

  .particles-absolute.pa-11 {
    left: -13.6rem;
    top: -8.7rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .map-dialog-mobile {
    margin-bottom: 20rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .section-timeline {
    background-color: transparent;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .timeline_text.paragraph-light.left {
    font-size: 16px;
    line-height: 1.6;
  }

  .div-block-3.hoodies {
    height: 250px;
  }

  .kr-roadmap-heading {
    margin-top: 42px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a165a-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a165d-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a165f-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a1667-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a166a-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a167b-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a167e-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a1688-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a168b-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a1697-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a169a-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a16a5-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4afedf5-14a8-593b-d4b7-cf93116a16a8-8203d0fb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: '1y1e';
  src: url('../fonts/MinecraftBoldItalic-1y1e.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'r8mo';
  src: url('../fonts/MinecraftItalic-R8Mo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'nmk1';
  src: url('../fonts/MinecraftBold-nMK1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bmg3';
  src: url('../fonts/MinecraftRegular-Bmg3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}