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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.body {
  background-color: #000;
}

.quick-stack {
  padding: 0;
}

.div-block {
  text-align: right;
  position: relative;
  inset: 100% 0% 0% auto;
}

.section-gamestop {
  background-image: url('../images/Girls-Party-bg-v2.png');
  background-position: 50% -20px;
  background-repeat: repeat-x;
  background-size: 960px;
  height: 800px;
  min-height: 0;
}

.container {
  text-align: left;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  float: left;
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  max-height: 600px;
  padding-top: 40px;
  display: block;
}

.cell {
  text-align: right;
}

.div-block-2 {
  text-align: center;
  width: 100%;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
}

.div-block-3 {
  background-image: url('../images/gamestop-store.png');
  background-position: 0 90px;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  text-align: right;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-dark {
  text-transform: uppercase;
  background-color: #c43cf880;
  border: 1px solid #c43cf8;
  border-bottom-width: 2px;
  border-radius: 3px;
  margin-left: 40px;
  font-size: 16px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
  display: none;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 27px;
  line-height: 30px;
}

.image-3 {
  max-height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.image-15 {
  max-height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6 {
  max-height: 75px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-11 {
  float: none;
  margin-bottom: 40px;
}

.quick-stack-9 {
  margin-bottom: 60px;
  padding: 0;
}

.section-buy {
  background-color: #a1c575;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-buy.swaps.desktop {
  z-index: 5;
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
}

.partner-block {
  text-align: center;
  background-color: #94b469;
  border: 3px solid #fff;
  border-radius: 16px;
  min-height: 100px;
  padding: 17px 20px 10px;
}

.partner-block:hover {
  background-color: #b2cf89;
}

.partner-block.jup {
  background-color: #0000;
  background-image: none;
  border: 2px #f363f6;
  border-radius: 0;
  width: 100%;
  min-height: 120px;
  padding-top: 19px;
}

.partner-block.solana {
  background-color: #0000;
  background-image: linear-gradient(51deg, #00dcaa33, #dc6eff33);
  border-width: 2px;
  border-color: #f363f6;
  border-radius: 6px;
  width: 100%;
  min-height: 120px;
  padding-top: 28px;
}

.partner-block.solana.dextools {
  background-image: none;
  border-style: none;
  padding-top: 15px;
}

.partner-block.solana.dexscreener {
  background-image: none;
  border-style: none;
  padding-top: 38px;
}

.partner-block.solana.birdeye {
  background-image: none;
  border-style: none;
  padding-top: 20px;
}

.partner-block.solana.raydium {
  border-radius: 300px;
  padding-top: 21px;
  padding-left: 38px;
  padding-right: 38px;
}

.partner-block.solana.jupitor {
  border-radius: 300px;
  padding-top: 22px;
  padding-left: 38px;
  padding-right: 38px;
}

.partner-block.solana.phantom {
  border-radius: 300px;
  padding-left: 38px;
  padding-right: 38px;
}

.partner-block.ray {
  background-color: #0000;
  background-image: none;
  border: 2px #f363f6;
  border-radius: 0;
  width: 100%;
  min-height: 120px;
  padding-top: 15px;
}

.partner-block.bird {
  background-image: linear-gradient(53deg, #00dcaa33, #dc6eff33);
  border-width: 2px;
  border-color: #f363f6;
  border-radius: 6px;
  width: 100%;
  min-height: 120px;
  padding-top: 19px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: 1;
  color: #e4d4e3;
  flex-flow: column;
  height: 100%;
  min-height: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
}

.title {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 48px;
}

.section-howtobuy {
  background-color: #0000;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 68px;
  display: none;
}

.feature-copy {
  min-height: 290px;
}

.feature-copy.box2, .feature-copy.box3 {
  min-height: 0;
}

.feature-copy.box1 {
  float: none;
  clear: right;
  min-height: 0;
}

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

.quick-stack-5 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  max-width: 65px;
  max-height: 65px;
  margin-right: 20px;
}

.image-16 {
  width: 100%;
  max-width: none;
}

.link-block-4 {
  max-width: 65px;
  max-height: 65px;
}

.div-block-9 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-14 {
  max-width: none;
  max-height: 75px;
  margin-right: 20px;
}

.image-14.header {
  max-height: 50px;
}

.div-block-12 {
  text-align: center;
  margin-top: 20px;
}

.content5-features {
  background-color: #0000;
  background-image: linear-gradient(45deg, #00dcaa33, #dc6eff33);
  border: 2px solid #f363f6;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
}

.sectionheader {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

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

.quick-stack-10 {
  grid-column-gap: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-17 {
  width: 100%;
  max-width: none;
}

.link-block-5 {
  max-width: 65px;
  max-height: 65px;
}

.link-block-3 {
  max-width: 65px;
  max-height: 65px;
  margin-right: 20px;
}

.div-block-13 {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.image-18 {
  max-width: none;
  max-height: 75px;
  margin-right: 20px;
}

.image-18.header {
  max-height: 50px;
}

.div-block-14 {
  text-align: center;
  margin-top: 20px;
}

.link-block-2 {
  max-width: 65px;
  max-height: 65px;
  margin-right: 20px;
}

.section-tokenomics {
  background-color: #a1c575;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-tokenomics.swaps.desktop {
  background-color: #0000;
  padding-bottom: 60px;
}

.heading-4 {
  color: #fff;
  text-align: center;
}

.heading-4.tokenomics {
  color: #e4d4e3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.heading-4.tokenomics.title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.heading-4.title {
  text-align: left;
  background-color: #94b46900;
  font-weight: 700;
}

.heading-4.title.contract {
  color: #e4d4e3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.cell-10 {
  background-color: #0000;
  background-image: linear-gradient(32deg, #00dcaa33, #dc6eff33);
  border: 2px solid #f363f6;
  border-radius: 300px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-10 {
  background-color: #0000;
  background-image: linear-gradient(42deg, #00dcaa33, #dc6eff33);
  border: 2px solid #f363f6;
  border-radius: 300px;
  margin-bottom: 10px;
  padding: 20px;
}

.quick-stack-7 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.cell-11 {
  background-color: #0000;
  background-image: linear-gradient(30deg, #00dcaa33, #dc6eff33);
  border: 2px solid #f363f6;
  border-radius: 300px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-11 {
  max-width: none;
  max-height: 75px;
  margin-right: 20px;
}

.image-11.header {
  max-height: 50px;
}

.cell-12 {
  background-color: #0000;
  background-image: linear-gradient(35deg, #00dcaa33, #dc6eff33);
  border: 2px solid #f363f6;
  border-radius: 300px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-21 {
  margin-bottom: 20px;
}

.quick-stack-11 {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionheader-2 {
  color: #fff;
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 70px;
  display: block;
}

.sectionheader-2.roadmap {
  margin-bottom: 20px;
}

.section-roadmap {
  background-image: url('../images/game-store-inside.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 900px;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-19 {
  background-color: #070707e6;
  border: 1px solid #9333e7;
  border-radius: 6px;
  width: 100%;
  min-height: 300px;
  margin-bottom: 20px;
  padding: 20px;
}

.image-23 {
  float: left;
  clear: left;
  width: 25px;
  margin-right: 10px;
}

.image-24 {
  margin-right: 0;
  padding-right: 40px;
}

.div-block-20 {
  text-align: center;
}

.container-7 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-9 {
  color: #ead2f3;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.text-block-4 {
  float: left;
  clear: right;
  color: #ead2f3;
  font-weight: 400;
  position: static;
}

.text-span {
  color: #f0dbb5;
}

.div-block-26 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cell-13 {
  color: #000;
  background-color: #0000;
}

.image-21, .image-22 {
  max-width: 30px;
}

.icon-footer-class {
  margin-left: 5px;
  margin-right: 5px;
}

.section-footer {
  background-color: #fdccff;
  border-top: 2px solid #290825;
}

.text-block {
  color: #0c0c1d;
  text-align: center;
  margin-bottom: 10px;
}

.image-19 {
  max-width: 25px;
}

.image-25 {
  min-width: 0;
  max-width: 35px;
  max-height: none;
}

.div-block-27 {
  text-align: center;
  border-bottom: 1px solid #4b4938;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.image-20 {
  max-width: 30px;
}

.block-contract {
  background-color: #0000;
  border: 2px #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px;
  display: block;
}

.action-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.button {
  text-align: center;
  background-color: #ba3aff;
  border-radius: 300px;
  margin-top: 0;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.4;
}

.pokedex-entry {
  color: #e4d4e3;
  text-align: left;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.div-block-28 {
  float: left;
  clear: left;
  text-align: left;
  padding-top: 375px;
}

.heading-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 43px;
  line-height: 50px;
}

.text-block-10 {
  color: #e4d4e3;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
}

.link {
  color: #ff2b24;
}

.image-26 {
  color: #ba3aff;
}

.text-block-11 {
  color: #fff;
}

.text-block-12 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-13 {
  color: #fff;
}

.text-block-14 {
  color: #ead2f3;
}

.text-block-15 {
  color: #fff;
  text-transform: uppercase;
  object-fit: none;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-29 {
  float: left;
  clear: none;
  margin-right: 32px;
}

.quick-stack-12, .quick-stack-13 {
  padding: 0;
}

.container-9 {
  max-width: 940px;
}

.quick-stack-14 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-15 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.heading-6 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  line-height: 70px;
}

.paragraph {
  color: #e4d4e3;
  text-align: left;
}

.image-27 {
  max-width: 80%;
}

.section-mobileonly {
  display: none;
}

.heading-7 {
  color: #fff;
  margin-top: 10px;
  font-size: 43px;
  line-height: 34px;
}

.section {
  display: block;
}

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

.button-2 {
  background-color: #611584;
  background-image: linear-gradient(#701998, #9f32d1);
  border-radius: 24px;
  margin-top: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.cell-16 {
  align-items: flex-end;
}

@media screen and (min-width: 1280px) {
  .section-gamestop {
    height: 881px;
  }

  .image {
    max-height: 750px;
  }

  .container-4 {
    max-width: 1280px;
  }

  .text-block-2 {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: PT Sans, sans-serif;
    font-size: 27px;
  }

  .div-block-11 {
    float: right;
    width: 100%;
    margin-bottom: 40px;
  }

  .section-buy.swaps.desktop {
    padding-bottom: 20px;
  }

  .partner-block {
    min-height: 120px;
  }

  .partner-block.solana.dexscreener {
    padding-top: 25px;
  }

  .partner-block.solana.phantom {
    padding-top: 23px;
  }

  .partner-block.ray {
    padding-top: 22px;
  }

  .feature-copy {
    min-height: 130px;
  }

  .feature-copy.box2 {
    min-height: 199px;
  }

  .feature-copy.box1 {
    min-height: 150px;
  }

  .container-3, .container-5 {
    flex-direction: column-reverse;
    max-width: 1280px;
  }

  .container-6 {
    max-width: 1280px;
  }

  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-28 {
    padding-top: 500px;
  }

  .container-9 {
    max-width: 1200px;
  }

  .quick-stack-14 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-gamestop {
    height: 700px;
  }

  .container {
    margin-top: 0;
  }

  .navbar {
    background-color: #2e213d00;
  }

  .image {
    max-height: 680px;
  }

  .nav-menu {
    background-color: #21172c;
    margin-top: 0;
  }

  .btn.btn-outline-dark {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-4 {
    flex-direction: row;
    max-width: none;
    display: block;
  }

  .image-3 {
    max-width: none;
    max-height: 74px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    max-width: 213px;
    max-height: 74px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    max-width: none;
    max-height: 74px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    width: 100%;
    margin-bottom: 0;
  }

  .quick-stack-9 {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-buy.swaps.desktop {
    padding: 0 40px;
    display: block;
  }

  .partner-block.jup {
    width: 100%;
  }

  .partner-block.solana {
    width: 100%;
    padding-top: 40px;
  }

  .partner-block.ray {
    width: 100%;
    min-height: 120px;
  }

  .partner-block.bird {
    width: 100%;
    padding-top: 22px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .section-howtobuy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-copy {
    min-height: 230px;
  }

  .feature-copy.box1 {
    min-height: 183px;
  }

  .container-3 {
    max-width: none;
  }

  .quick-stack-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content5-features {
    text-align: center;
    width: auto;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .container-5 {
    max-width: none;
  }

  .quick-stack-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-18 {
    margin-right: 0;
  }

  .container-6 {
    flex-direction: row;
    max-width: none;
    display: block;
  }

  .section-tokenomics.swaps.desktop {
    padding: 0 40px 40px;
    display: block;
  }

  .heading-4.tokenomics {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-4.title.contract {
    font-size: 24px;
    line-height: 32px;
  }

  .sectionheader-2 {
    margin-bottom: 20px;
  }

  .div-block-19 {
    margin-bottom: 0;
  }

  .text-block-9 {
    width: 90%;
  }

  .div-block-28 {
    padding-top: 321px;
  }

  .image-26 {
    max-width: 45%;
    margin-top: 10px;
  }

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

  .quick-stack-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cell-14 {
    align-items: center;
  }

  .icon {
    color: #a627ff;
  }

  .container-10 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    background-color: #2e213d00;
  }

  .menu-button.w--open {
    background-color: #21172c00;
  }

  .quick-stack-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-gamestop {
    height: 430px;
  }

  .container {
    margin-top: 0;
    padding-left: 20px;
  }

  .btn.btn-outline-dark {
    margin-left: 20px;
  }

  .container-4 {
    justify-content: center;
  }

  .image-3 {
    max-height: 70px;
  }

  .image-15 {
    max-width: 230px;
    max-height: 80px;
  }

  .image-6 {
    max-height: 62px;
  }

  .section-buy.swaps.desktop {
    padding: 10px 20px 0;
  }

  .partner-block.jup {
    min-height: 120px;
    padding-top: 25px;
  }

  .partner-block.solana.dexscreener {
    min-height: auto;
    padding-top: 10px;
    overflow: scroll;
  }

  .partner-block.ray {
    min-height: 120px;
    padding-top: 24px;
  }

  .partner-block.bird {
    min-height: 120px;
  }

  .section-howtobuy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-copy {
    min-height: 0;
  }

  .feature-copy.box1 {
    min-height: 130px;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .sectionheader {
    margin-left: 0;
    margin-right: 0;
    font-size: 42px;
    line-height: 52px;
  }

  .quick-stack-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

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

  .container-6 {
    justify-content: center;
  }

  .section-tokenomics.swaps.desktop {
    padding: 10px 20px 0;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 43px;
  }

  .heading-4.tokenomics {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-4.tokenomics.title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-4.title {
    margin-bottom: 0;
    font-size: 43px;
    line-height: 45px;
  }

  .heading-4.title.contract {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .cell-10 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .quick-stack-7 {
    margin-bottom: 40px;
  }

  .cell-11 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-11.header {
    margin-top: 20px;
  }

  .cell-12 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sectionheader-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .sectionheader-2.roadmap {
    font-size: 42px;
  }

  .section-roadmap {
    padding-bottom: 20px;
  }

  .div-block-19 {
    background-color: #070707c9;
    min-height: auto;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    width: auto;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button, .pokedex-entry {
    font-size: 2vw;
  }

  .div-block-28 {
    padding-top: 230px;
    display: none;
  }

  .heading-5 {
    font-size: 39px;
    line-height: 43px;
  }

  .text-block-10 {
    font-size: 16px;
    line-height: 27px;
  }

  .image-26 {
    max-width: 43%;
    margin-top: 10px;
  }

  .quick-stack-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-16 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0;
  }

  .section-mobileonly {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .cell-15, .cell-16 {
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .section-gamestop {
    background-position: 50% 30px;
    background-size: contain;
    height: 262px;
  }

  .container {
    margin-top: auto;
  }

  .image {
    padding-top: 0;
  }

  .div-block-3 {
    background-position: 0 82px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-outline-dark {
    margin-left: 20px;
  }

  .text-block-2 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .image-3 {
    max-height: 63px;
  }

  .image-15 {
    max-width: 180px;
  }

  .image-6 {
    max-height: 50px;
  }

  .quick-stack-9 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-buy.swaps.desktop {
    padding: 10px 20px;
  }

  .partner-block.jup {
    min-height: 100px;
    padding-top: 17px;
  }

  .partner-block.solana {
    min-height: 100px;
    padding-top: 32px;
  }

  .partner-block.ray {
    min-height: 100px;
    padding-top: 19px;
  }

  .partner-block.bird {
    min-height: 100px;
  }

  .text-16.text-16-60 {
    font-size: 14px;
    line-height: 22px;
  }

  .title {
    font-size: 28px;
    line-height: 32px;
  }

  .section-howtobuy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block, .link-block-4 {
    max-width: 50px;
  }

  .div-block-9 {
    margin-bottom: 10px;
    display: block;
  }

  .content5-features {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sectionheader {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
  }

  .link-block-5, .link-block-3 {
    max-width: 50px;
  }

  .div-block-13 {
    margin-bottom: 10px;
    display: block;
  }

  .link-block-2 {
    max-width: 50px;
  }

  .section-tokenomics.swaps.desktop {
    padding: 10px 20px 0;
  }

  .heading-4.tokenomics {
    font-size: 22px;
  }

  .heading-4.tokenomics.title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-4.title.contract {
    font-size: 11px;
  }

  .div-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11.header {
    float: left;
    max-height: 32px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .quick-stack-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionheader-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 48px;
  }

  .sectionheader-2.roadmap {
    margin-bottom: 10px;
    line-height: 60px;
  }

  .div-block-19 {
    background-color: #070707db;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-20.media {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    margin-bottom: 10px;
  }

  .text-block-9.roadmap {
    margin-bottom: 40px;
  }

  .block-contract {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    font-size: 3vw;
  }

  .pokedex-entry {
    display: none;
  }

  .div-block-28 {
    padding-top: 167px;
  }

  .heading-5 {
    margin-top: 20px;
    line-height: 46px;
  }

  .image-26 {
    width: 250px;
    margin-top: 10px;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 23px;
  }

  .quick-stack-14 {
    padding: 0;
  }

  .icon {
    color: #a627ff;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 52px;
  }

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

  .quick-stack-16 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mobileonly {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_8094a8d1-428a-9ae7-99ff-37075df82ef1-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-be5996be-a7eb-cede-eb36-105a906201cf-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a644bd3-8abe-ffb4-b0c0-f1f869c7707f-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6c726028-b746-dc0f-e25b-6e4518f26808-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_7190b236-0619-23e1-43a9-219e9ef6e75e-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d3cdf734-133d-ba5d-9a10-4b600e5cce67-4eed118f {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fe43b09-0f03-3c0e-7425-72c946b0da50-4eed118f, #w-node-_9ebdf44c-a5eb-4779-3867-c158d81417fa-4eed118f, #w-node-_86318ba2-f5dd-8977-fda4-33cb895972d3-4eed118f, #w-node-cc008f89-e359-32cb-5117-827540060934-4eed118f, #w-node-a9919094-e558-f1b4-012f-13696673c51e-4eed118f, #w-node-c354fff1-2423-d024-0ef4-ac14d30eebac-4eed118f, #w-node-eb3c6e3b-a1bd-930e-b2f9-e6c01f1c3e19-4eed118f, #w-node-b57ec6cb-a4a1-7c43-ed42-c8a83f364dc9-4eed118f, #w-node-_42207604-2890-6b25-5150-fcf958362bc4-4eed118f, #w-node-_93e8b503-8f7a-42a4-e80c-4e5ef68c8b3b-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e9ced4bd-3eb7-6751-45b5-b545187e1fe2-4eed118f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85bed00e-726b-c95c-a096-6460064e631a-4eed118f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_6c726028-b746-dc0f-e25b-6e4518f26808-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7190b236-0619-23e1-43a9-219e9ef6e75e-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9fe43b09-0f03-3c0e-7425-72c946b0da50-4eed118f, #w-node-_9ebdf44c-a5eb-4779-3867-c158d81417fa-4eed118f, #w-node-_86318ba2-f5dd-8977-fda4-33cb895972d3-4eed118f, #w-node-cc008f89-e359-32cb-5117-827540060934-4eed118f, #w-node-a9919094-e558-f1b4-012f-13696673c51e-4eed118f, #w-node-c354fff1-2423-d024-0ef4-ac14d30eebac-4eed118f, #w-node-eb3c6e3b-a1bd-930e-b2f9-e6c01f1c3e19-4eed118f, #w-node-b57ec6cb-a4a1-7c43-ed42-c8a83f364dc9-4eed118f, #w-node-_42207604-2890-6b25-5150-fcf958362bc4-4eed118f, #w-node-_93e8b503-8f7a-42a4-e80c-4e5ef68c8b3b-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85bed00e-726b-c95c-a096-6460064e631a-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8094a8d1-428a-9ae7-99ff-37075df82ef1-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3a644bd3-8abe-ffb4-b0c0-f1f869c7707f-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7190b236-0619-23e1-43a9-219e9ef6e75e-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3cdf734-133d-ba5d-9a10-4b600e5cce67-4eed118f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e9ced4bd-3eb7-6751-45b5-b545187e1fe2-4eed118f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85bed00e-726b-c95c-a096-6460064e631a-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8094a8d1-428a-9ae7-99ff-37075df82ef1-4eed118f, #w-node-be5996be-a7eb-cede-eb36-105a906201cf-4eed118f, #w-node-_3a644bd3-8abe-ffb4-b0c0-f1f869c7707f-4eed118f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


