:root {
  --white: white;
  --black: black;
  --red: #ff9898;
  --color: #2bffff;
  --size: 0px;
  --font-family: "Dela Gothic One", sans-serif;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1 {
  z-index: 6;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 4rem;
  padding-top: 0;
  padding-bottom: 4rem;
  font-family: Stick, sans-serif;
  font-size: 8vw;
  display: flex;
  position: static;
}

.h1._2 {
  font-family: Lato, sans-serif;
}

.div-block {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: none;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: rgba(87, 163, 255, 0);
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
  position: relative;
}

.cursor-wraper {
  z-index: 999;
  opacity: 1;
  cursor: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 999;
  aspect-ratio: auto;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  accent-color: #000;
  object-fit: fill;
  background-color: #ff5c5c;
  background-clip: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  -webkit-text-fill-color: inherit;
  cursor: none;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: .6rem;
  display: none;
  overflow: visible;
}

.div-block-2 {
  padding-bottom: 745px;
}

.heading {
  position: static;
}

.image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 30em;
  height: auto;
  display: none;
  overflow: auto;
}

.image-2 {
  width: 30em;
}

.cursor-wrapper {
  z-index: 5000;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  z-index: 15;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  background-color: #ffcd8b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
}

.image-3 {
  z-index: 50;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff5e5e;
  mix-blend-mode: normal;
  border: 0 solid #000;
  border-radius: 0;
  width: auto;
  height: 50vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  z-index: 2;
  opacity: 1;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: -32px;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.div-block-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.h2 {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 4vw;
  line-height: 6vh;
  display: flex;
  position: static;
}

.h2._1 {
  color: #363333;
}

.h2._2 {
  cursor: pointer;
  font-family: Stick, sans-serif;
}

.h2._2._3 {
  font-family: Material Symbols Sharp, sans-serif;
}

.h2._223 {
  font-family: Stick, sans-serif;
}

.image-4 {
  width: 15vw;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-6 {
  z-index: 8;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img1 {
  width: 15vw;
  overflow: auto;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.section-3 {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: none;
  position: relative;
}

.section-copy {
  z-index: 60;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 100vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-6 {
  opacity: .59;
  mix-blend-mode: normal;
  width: 30vw;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div {
  width: 20vw;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.html-embed {
  z-index: 120;
  clear: none;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.div-block-7 {
  z-index: 120;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-8 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.h4 {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 1.4rem;
  position: static;
}

.h4:hover {
  text-decoration: underline;
}

.h4._2 {
  color: var(--white);
}

.link {
  align-self: center;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #000;
  border-radius: 3.5em;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 18px;
  display: flex;
}

.tokenbtn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(255, 236, 242, 0);
  border-radius: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
}

.tokenbtn:hover {
  background-color: rgba(255, 152, 152, 0);
}

.image-7 {
  color: #322f2f;
}

.token {
  z-index: 2000;
  opacity: 1;
  background-color: rgba(116, 146, 255, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-9 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff8383;
  mix-blend-mode: normal;
  background-color: rgba(255, 172, 109, 0);
  border: 0 solid #7e3dff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  padding: 20px 30px;
  display: flex;
}

.image-8 {
  cursor: pointer;
  margin-top: 8px;
  margin-right: 8px;
  padding-right: 0;
}

.marutaro {
  z-index: 900;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

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

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p {
  display: block;
}

.image-9 {
  width: 100%;
}

.div-block-12 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-4 {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
  position: relative;
}

.div-2 {
  z-index: 1200;
  border: 0 #ecedff;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section5 {
  z-index: 1200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.maru {
  z-index: 2000;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(222, 59, 255, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.marubtn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(255, 236, 242, 0);
  border-radius: 80px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  position: static;
}

.marubtn:hover {
  background-color: rgba(255, 152, 152, 0);
}

.twitter {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffecf2;
  border-radius: 80px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 8px 40px;
  text-decoration: none;
  display: block;
}

.twitter:hover {
  background-color: #fff;
}

.div-block8 {
  z-index: 120;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.meun2 {
  display: none;
}

.section-6 {
  z-index: 650;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 5.25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.columns {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-2 {
  z-index: 800;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.column {
  flex: none;
  align-self: auto;
}

.column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.column-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-4 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buytoken {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(255, 236, 242, 0);
  border-radius: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
}

.buytoken:hover {
  background-color: rgba(255, 152, 152, 0);
}

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

.image-12 {
  width: 60px;
}

.c1 {
  padding-left: 0;
  padding-right: 0;
}

.columns-3, .columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  font-family: Material Symbols Sharp, sans-serif;
}

.div-block-16 {
  z-index: -1;
  mix-blend-mode: difference;
  background-color: #ff2d2d;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-13 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: inline-flex;
}

.image-14 {
  width: 46%;
  display: block;
}

.text {
  color: #fff;
  cursor: text;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text._1 {
  cursor: none;
  font-family: Varela Round, sans-serif;
}

.div-block-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(201, 221, 255, .33);
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: static;
}

.section-7 {
  z-index: 600;
  justify-content: space-between;
  align-items: center;
  width: 96vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-15 {
  border-radius: 20px;
  width: 40px;
}

.image-15._2 {
  width: 30px;
}

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

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-16, .image-17 {
  cursor: pointer;
}

.image-18, .image-19, .image-20 {
  display: block;
}

.image-21, .image-22 {
  width: 32px;
  display: block;
}

.icon-t {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Sharp, sans-serif;
  font-size: 60px;
  font-weight: 400;
  display: flex;
}

.icon-t.off {
  cursor: pointer;
  display: none;
}

.icon-t.on {
  cursor: pointer;
}

.div-block-21 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buy-maru {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(255, 236, 242, 0);
  border-radius: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  text-decoration: none;
  display: block;
}

.buy-maru:hover {
  background-color: rgba(255, 152, 152, 0);
}

.div-block-18-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: rgba(201, 221, 255, .33);
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: static;
}

.text-copy {
  color: #fff;
  cursor: text;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-copy._1 {
  cursor: none;
}

.div-block-12-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.link-block {
  justify-content: space-between;
  align-items: stretch;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.div-block-12-copy-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.link-block-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 54px;
  height: 30px;
  display: flex;
}

.image-23 {
  width: 24px;
}

.image-24 {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 1280px) {
  .h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 9vw;
  }

  .body {
    cursor: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .h2 {
    font-size: 8vw;
  }

  .img1 {
    width: 50vw;
  }

  .html-embed {
    display: none;
  }

  .div-block-7 {
    z-index: 120;
  }

  .h4._2 {
    display: none;
  }

  .div-block-9, .div-2 {
    width: 90vw;
  }

  .div-block8 {
    z-index: 120;
  }

  .columns-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    width: 90%;
  }

  .section-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 98vw;
    margin-top: 18px;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .div-block-20 {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7 {
    flex-flow: column;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h4 {
    font-size: 18px;
  }

  .marubtn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block8 {
    flex-flow: column;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    width: 90%;
  }

  .buytoken {
    flex: 1;
  }

  .column-5 {
    display: flex;
  }

  .section-7 {
    flex-flow: column;
  }

  .div-block-20 {
    display: none;
  }
}

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

  .body {
    justify-content: flex-start;
    align-items: center;
  }

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

  .h2 {
    font-family: Exo, sans-serif;
    line-height: 2vh;
  }

  .h2:active {
    font-weight: 900;
  }

  .h2._2._3 {
    justify-content: center;
    align-items: center;
    font-size: 20vw;
  }

  .h2._23 {
    font-family: Material Symbols Sharp, sans-serif;
  }

  .section-3 {
    display: none;
  }

  .section-copy {
    min-height: 100svh;
    padding-top: 25vh;
    display: flex;
  }

  .html-embed {
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    min-width: 100svw;
    min-height: 100svh;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h4._1 {
    color: #fff;
  }

  .tokenbtn {
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding: 0;
    display: flex;
  }

  .tokenbtn:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .tokenbtn:active {
    background-color: rgba(255, 221, 233, 0);
  }

  .token {
    display: none;
  }

  .div-block-9 {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 98vw;
    padding: 0;
    position: fixed;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .div-2 {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .maru {
    display: none;
  }

  .marubtn {
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding: 0;
    display: flex;
  }

  .marubtn:active {
    background-color: rgba(255, 255, 255, 0);
    font-family: Varela Round, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .twitter {
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding: 20px 0;
    display: flex;
  }

  .twitter:hover {
    background-color: #fff;
  }

  .twitter:active {
    background-color: #fdcfdf;
  }

  .div-block8 {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    background-color: rgba(46, 67, 141, 0);
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 100svh;
    min-height: auto;
    margin-top: 5svw;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .meun2 {
    z-index: 1000;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100svw;
    min-width: auto;
    min-height: auto;
    margin-top: auto;
    display: none;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-13 {
    color: rgba(255, 255, 255, 0);
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 4px 2px #6b86ff;
  }

  .text-block-2 {
    color: #000;
    border: 2px #ba9696;
    border-radius: 20px;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
  }

  .grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    width: 80svw;
    height: 50svw;
  }

  .meun {
    z-index: 1600;
    aspect-ratio: auto;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .logo {
    border-radius: 60px;
  }

  .div-block-14 {
    z-index: 99999;
    justify-content: space-between;
    align-items: center;
    width: 100svw;
    padding: 12px;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-11 {
    width: 15%;
    height: 100%;
  }

  .icon {
    color: #fff;
    cursor: pointer;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Material Symbols Sharp, sans-serif;
    font-size: 60px;
    font-weight: 400;
    display: block;
  }

  .icon:active {
    color: #ffb1b1;
  }

  .icon.close {
    display: none;
  }

  .iconclose {
    color: #fff;
    cursor: pointer;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Material Symbols Sharp, sans-serif;
    font-size: 60px;
    font-weight: 400;
    display: none;
  }

  .iconclose:active {
    color: #ffb1b1;
  }

  .iconclose.close {
    display: none;
  }

  .section-6 {
    z-index: 2300;
    display: flex;
  }

  .buytoken {
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding: 20px 0;
    display: flex;
  }

  .buytoken:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .buytoken:active {
    background-color: #ffdde9;
  }

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

  .image-14 {
    width: 70%;
  }

  .text {
    width: 60svw;
  }

  .text._1 {
    flex: 0 auto;
    width: auto;
  }

  .div-block-18 {
    flex-flow: row;
    display: none;
  }

  .section-7 {
    display: none;
  }

  .buy-maru {
    justify-content: center;
    align-items: center;
    width: 90svw;
    padding: 0;
    display: flex;
  }

  .buy-maru:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .buy-maru:active {
    background-color: rgba(255, 221, 233, 0);
  }

  .icon12 {
    width: 50%;
  }

  .div-block-18-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    margin-top: 2svh;
    display: flex;
  }

  .text-copy {
    clear: none;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    column-count: auto;
    word-break: normal;
    flex: 1;
    width: 80svw;
    min-width: auto;
    font-size: 100%;
    font-weight: 400;
    text-decoration: none;
  }

  .paragraph {
    color: #fff;
  }

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

  .div-block-12-copy {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .div-block-12-copy-copy {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-25, .image-26 {
    width: 50%;
  }

  #w-node-da246eb9-fc8f-5534-e4b6-37ea9312a364-6dbee41d {
    align-self: auto;
    justify-self: auto;
  }
}


