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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.body.bg-black {
  background-color: #000;
}

.page-wrapper {
  overflow: clip;
}

.main-wrapper {
  position: relative;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h1 {
  text-shadow: 0 0 20px #ffffffd9;
  font-size: 60px;
  line-height: 1.2;
}

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

.header {
  z-index: 9;
  position: fixed;
  inset: 0% 0% auto;
}

.down-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 50px;
}

.html-code, .navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo {
  width: 200px;
  display: block;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.background-video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.mobile {
  display: none;
}

.header-black-logo {
  width: 200px;
  display: none;
}

.about-us-section {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 300vh;
  display: flex;
  position: relative;
}

.about-us-block {
  width: 500vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-us-box {
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 5vw;
  display: flex;
  position: relative;
}

.about-us-box-content {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 1.3;
}

.about-us-list-item {
  z-index: 1;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-us-item-contant-box {
  z-index: 2;
  color: #fff;
  background-color: #fff3;
  border-radius: .625rem;
  width: 100%;
  max-width: 675px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.about-us-title-block {
  font-size: 18px;
  line-height: 1.5;
}

.about-us-list-block {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.about-list-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.about-us-image-wrap {
  z-index: 1;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.grid {
  opacity: 0;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.about-us-overlay {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.join-our-telegram-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/TRI-1.png'), url('../images/EARTH-1.png');
  background-position: 100% 110%, -42px 105%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 250px;
  background-attachment: fixed, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.join-our-telegram-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.join-our-telegram-button:hover {
  color: #fff;
  background-color: #000;
}

.join-our-telegram-button.small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  border-color: #f8f8f8;
  height: 48px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
}

.join-our-telegram-button.small:hover {
  color: #000;
  background-color: #00ffda;
  border-color: #00ffda;
}

.join-our-telegram-button.header-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  border-color: #f8f8f8;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 62% 0% auto auto;
  transform: translate(-50%, -50%);
}

.join-our-telegram-button.header-link:hover {
  color: #000;
  background-color: #00ffda;
  border-color: #00ffda;
}

.canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-us-heading-wrap {
  position: relative;
}

.about-main-box {
  width: 530px;
  height: 110px;
  position: relative;
}

.contact-button-box {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 50px 50px auto;
}

.contact-button-box.left {
  left: 50px;
  right: auto;
}

.about-slider {
  display: none;
}

.about-us-item {
  background-color: #00ffda;
}

.leaf-shape {
  width: 320px;
  height: 320px;
  position: absolute;
  inset: -30% auto auto 0%;
}

.earth-image {
  width: 600px;
  position: absolute;
  inset: auto auto -50% -15%;
  transform: rotate(286deg);
}

.flower-image {
  width: 12vw;
  position: absolute;
  inset: 32% auto auto -50px;
}

.tri-image {
  width: 400px;
  position: absolute;
  inset: auto -5% -24% auto;
}

.island-shape {
  width: 500px;
  height: 380px;
  position: absolute;
  inset: -24% -17% auto auto;
}

.all-shape-wrap {
  position: absolute;
  inset: 0%;
}

.contact-button-header {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 50px 50px auto;
}

.about-us-heading-h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 1.3;
  position: absolute;
}

.time-line-section {
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
}

.time-line-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 90%;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 60px;
}

.time-line-left-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.time-line-left-block.tab {
  display: none;
}

.time-line-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.time-line-box.align-left {
  justify-content: center;
  align-items: flex-start;
}

.heading-h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.time-line-sub-text {
  color: #21b3dd;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.time-line-sub-text.right {
  text-align: right;
}

.time-line-list-wrap {
  margin-top: 20px;
}

.time-line-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
  display: flex;
}

.time-line-list-item.align-left {
  text-align: left;
}

.sub-title {
  color: #5db9a6;
  font-weight: 700;
}

.time-line-right-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 190px;
  display: flex;
}

.time-line-right-block.tab {
  display: none;
}

.time-line-pogressbar {
  height: 100%;
  position: relative;
}

.fill-line {
  background-color: #fff;
  width: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.time-line-block {
  height: 400vh;
  position: relative;
}

.lottie-animation {
  height: 100%;
}

.time-line-content-left-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.dot {
  display: none;
}

.align-right {
  text-align: right;
}

.roadmap-hero-section {
  padding-top: 80px;
  position: relative;
}

.road-map-hero-logo {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.main-logo-wrap {
  width: 80px;
  position: absolute;
  inset: 20% 5% auto auto;
}

.read-map-info-section {
  padding-bottom: 100px;
  position: relative;
}

.read-map-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.read-map-info-logo {
  width: 200px;
  height: 90px;
}

.road-map-link {
  background-color: #00ffc6;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.third-party-link {
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.roadmap-bg-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Galaxy01-min.png');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 760px;
  background-attachment: scroll, fixed;
  position: fixed;
  inset: 0%;
}

.roadmap-left-shape {
  pointer-events: none;
  width: 480px;
  position: fixed;
  inset: 0% auto auto -10%;
}

.roadmap-right-shape {
  pointer-events: none;
  width: 450px;
  position: fixed;
  inset: auto -15% -22% auto;
}

.roadmap-hero-inner {
  text-align: center;
}

.roadmap-hero-title {
  color: #03ffda;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.bg-image {
  position: absolute;
  inset: 0%;
}

.roadmap-main-wrap {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .about-us-title-block {
    font-size: 20px;
  }

  .time-line-left-block, .time-line-right-block {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .about-us-box-content {
    justify-items: center;
  }

  .about-us-title-block {
    width: 100%;
    max-width: 84%;
    margin-bottom: -75px;
  }

  .leaf-shape {
    top: -20%;
  }

  .earth-image {
    bottom: -50%;
    left: -10%;
  }

  .tri-image {
    width: 500px;
  }

  .island-shape {
    top: -15%;
    right: -10%;
  }

  .time-line-wrap {
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .join-our-telegram-button.header-link {
    right: 5%;
  }

  .leaf-shape {
    width: 400px;
    top: -12%;
    left: 10%;
  }

  .earth-image {
    width: 800px;
    bottom: -46%;
  }

  .tri-image {
    width: 700px;
  }

  .island-shape {
    width: 800px;
    height: 450px;
  }

  .all-shape-wrap {
    position: absolute;
    inset: 0%;
  }

  .time-line-wrap {
    max-width: 56%;
    height: 105vh;
    top: 40px;
  }

  .time-line-left-block, .time-line-right-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .main-logo-wrap {
    top: 30%;
    right: 10%;
  }

  .roadmap-bg-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Galaxy01-min.png');
    background-size: auto, 1100px;
  }

  .roadmap-left-shape, .roadmap-right-shape {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-flow: column;
  }

  .heading-h1 {
    font-size: 56px;
  }

  .container {
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .html-code {
    width: 28px;
  }

  .about-us-box-content {
    max-width: 100%;
    height: auto;
  }

  .heading-h3 {
    font-size: 30px;
  }

  .about-us-item-contant-box {
    max-width: 550px;
  }

  .about-us-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 16px;
  }

  .about-list-item {
    padding: 1.5rem;
    font-size: 14px;
  }

  .join-our-telegram-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 14px;
    font-size: 16px;
  }

  .join-our-telegram-button.header-link {
    display: flex;
    right: -4%;
  }

  .about-main-box {
    width: 404px;
    height: 84px;
  }

  .contact-button-box {
    display: none;
  }

  .contact-button-header {
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .about-us-heading-h2 {
    font-size: 64px;
  }

  .time-line-section {
    padding-bottom: 100px;
  }

  .time-line-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    position: static;
  }

  .time-line-left-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: none;
  }

  .time-line-left-block.tab {
    display: flex;
  }

  .time-line-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .time-line-list {
    text-align: left;
    max-width: 600px;
    padding-left: 30px;
  }

  .time-line-right-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
    display: none;
  }

  .time-line-right-block.tab {
    display: flex;
  }

  .time-line-pogressbar {
    border: 1px dashed #5db9a6;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .time-line-block {
    height: 100%;
  }

  .lottie-animation {
    display: none;
  }

  .dot-line {
    width: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .time-line-content-left-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dot {
    background-color: #5db9a6;
    border-radius: 100%;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin-top: 8px;
    margin-left: -10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .align-right {
    text-align: left;
  }

  .roadmap-hero-section {
    padding-top: 80px;
  }

  .road-map-hero-logo {
    max-width: 200px;
  }

  .main-logo-wrap {
    width: 60px;
  }

  .read-map-info-section {
    padding-bottom: 60px;
  }

  .read-map-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 14px;
  }

  .read-map-info-logo {
    height: 85px;
  }

  .roadmap-bg-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Galaxy01-min.png');
    background-position: 0 0, 50% 25%;
    background-size: auto, 749px;
  }

  .roadmap-left-shape {
    width: 360px;
    left: -15%;
  }

  .roadmap-right-shape {
    width: 350px;
    bottom: -19%;
  }

  .roadmap-hero-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    position: relative;
    top: auto;
  }

  .heading-h1 {
    font-size: 48px;
  }

  .container {
    max-width: 90%;
  }

  .header {
    position: fixed;
  }

  .down-arrow-wrap {
    bottom: 60px;
  }

  .navbar {
    justify-content: space-between;
  }

  .header-logo {
    width: 160px;
    height: 100%;
    display: block;
  }

  .brand {
    position: relative;
  }

  .background-video {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .header-black-logo {
    width: 160px;
  }

  .about-us-section {
    height: 100%;
  }

  .about-us-block {
    z-index: 5;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: static;
  }

  .about-us-box {
    background-image: url('../images/PART-2-0-00-10-13.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 16px;
  }

  .about-us-box-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 90%;
    height: auto;
  }

  .about-us-list-item {
    height: 100%;
  }

  .about-us-item-contant-box {
    max-width: 90%;
    bottom: 15%;
  }

  .about-us-title-block {
    font-size: 14px;
  }

  .about-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-us-image-wrap {
    display: none;
  }

  .grid {
    opacity: 1;
    display: none;
    top: 100vh;
  }

  .join-our-telegram-button-wrap {
    background-position: 160% 110%, -42px 105%;
  }

  .join-our-telegram-button {
    padding: 8px 12px;
    font-size: 13px;
  }

  .join-our-telegram-button.header-link {
    margin-top: 14px;
    position: static;
    transform: none;
  }

  .about-main-box {
    width: 100%;
    height: auto;
  }

  .about-slider {
    display: block;
  }

  .about-us-item {
    position: sticky;
    top: 0;
  }

  .about-us-item._1 {
    height: 100vh;
    top: 0;
  }

  .about-us-item._2 {
    height: 100vh;
    top: 10px;
  }

  .about-us-item._3 {
    height: 100vh;
    top: 20px;
  }

  .about-us-item._4 {
    height: 100vh;
    top: 30px;
  }

  .about-us-item._5 {
    height: 100vh;
    top: 40px;
  }

  .about-us-heading-h2 {
    position: static;
  }

  .time-line-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .time-line-wrap {
    height: 100%;
  }

  .time-line-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .time-line-list {
    max-width: 100%;
    padding-left: 30px;
  }

  .time-line-pogressbar {
    height: auto;
  }

  .time-line-block {
    height: 100%;
  }

  .roadmap-hero-section {
    padding-top: 60px;
  }

  .road-map-hero-logo {
    max-width: 180px;
  }

  .main-logo-wrap {
    width: 40px;
  }

  .read-map-info-logo {
    height: 80px;
  }

  .roadmap-bg-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Galaxy01-min.png');
    background-size: auto, 650px;
  }

  .roadmap-left-shape {
    width: 300px;
  }

  .roadmap-right-shape {
    width: 250px;
    bottom: -10%;
    right: -14%;
  }

  .roadmap-hero-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .heading-h1 {
    font-size: 32px;
  }

  .down-arrow-wrap {
    bottom: 100px;
  }

  .html-code {
    width: 21px;
  }

  .navbar {
    padding-top: 10px;
  }

  .brand {
    margin-top: -15px;
    margin-bottom: -20px;
  }

  .about-us-box-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 95%;
  }

  .heading-h3 {
    font-size: 26px;
  }

  .about-us-item-contant-box {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .about-us-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-list-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 1rem;
    font-size: 14px;
  }

  .grid {
    top: 86vh;
  }

  .join-our-telegram-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 124% 110%, -56px 215%;
    background-size: 150px, 150px;
    flex-flow: wrap;
  }

  .join-our-telegram-button.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .join-our-telegram-button.header-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 16px;
    padding: 8px 14px;
    font-size: 15px;
  }

  .about-main-box {
    width: auto;
    height: 52px;
  }

  .about-slider {
    position: relative;
  }

  .leaf-shape {
    width: 150px;
    height: 150px;
    top: -9%;
    left: -8%;
  }

  .earth-image {
    width: 400px;
    bottom: -21%;
    left: -35%;
  }

  .flower-image {
    width: 30vw;
    top: 19%;
    left: -5px;
  }

  .tri-image {
    width: 190px;
    bottom: 7%;
    right: -12%;
  }

  .island-shape {
    width: 180px;
    height: 150px;
    top: -4%;
    right: -21%;
  }

  .contact-button-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-us-heading-h2 {
    font-size: 40px;
  }

  .time-line-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .time-line-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .time-line-left-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .time-line-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .time-line-list-wrap {
    margin-top: 16px;
  }

  .time-line-list {
    padding-left: 10px;
  }

  .time-line-list-item {
    text-align: left;
  }

  .time-line-right-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .main-logo-wrap {
    top: 10%;
    right: 5%;
  }

  .read-map-info-wrap {
    max-width: 100%;
    font-size: 12px;
  }

  .read-map-info-logo {
    width: 140px;
    height: 70px;
  }

  .third-party-link {
    font-size: 12px;
  }

  .roadmap-bg-image {
    background-image: linear-gradient(#0009, #0009), url('../images/Galaxy01-min.png');
    background-position: 0 0, 50% 0;
    background-size: auto, 450px;
  }

  .roadmap-left-shape {
    width: 250px;
  }

  .roadmap-right-shape {
    bottom: -13%;
    right: -25%;
  }
}

#w-node-_854df44f-c801-4426-eb95-d00c37305829-f9b2d6ba {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_854df44f-c801-4426-eb95-d00c37305829-f9b2d6ba {
    align-self: center;
  }
}


