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

.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-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;
  }
}

.scoll-image-wrapper {
  height: 50vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.bg-image {
  z-index: 1;
  width: 100vw;
  height: 50vh;
  min-height: 900px;
  min-width: 100vw;
  flex: none;
  align-self: center;
  display: block;
  position: static;
}

.bg-image-wrapper {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: #142535;
  margin-bottom: 0;
  padding-bottom: 218px;
}

.dog-image {
  z-index: 100;
  max-height: 18vh;
  max-width: 18vw;
  flex: none;
  margin-top: 404px;
  margin-bottom: -51vh;
  margin-left: -73px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.control-block {
  z-index: 11;
  width: 400px;
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, .93);
  border: 10px solid #000;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: 0 0 0 50px;
  padding: 20px;
  display: block;
  position: relative;
}

.title-overlay {
  max-width: 900px;
  color: #000;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  font-family: "Press Start 2P", sans-serif;
  font-size: 36px;
  line-height: 53px;
}

.sound-button {
  width: 100px;
  text-align: center;
  flex: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.on-icon {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: inline-block;
}

.music-status {
  width: 0;
  font-family: "Press Start 2P", sans-serif;
  font-size: 10px;
  display: inline;
}

.music-status.on {
  display: none;
}

.music-status.off {
  display: inline-block;
}

.nutton {
  background-color: #5338ec;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 39px;
  font-family: "Press Start 2P", sans-serif;
}

.nutton:hover {
  background-color: #806bf6;
}

.nutton:active {
  background-color: #422eb8;
}

.section {
  background-color: #7c6868;
  display: block;
}

.control-box-wrapper {
  text-align: left;
  margin-bottom: -475px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: VT323, sans-serif;
}

.insert-coins {
  color: #e6e6e6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: VT323, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.insert-coins.top {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
}

.stage-container-v2 {
  max-width: 1200px;
  box-shadow: none;
  background-color: #0d1c2a;
  border: 1px solid #213d4d;
  border-radius: 8px;
  margin-top: 40px;
  padding: 21px;
}

.stage-container-v2.suburbs, .stage-container-v2.town {
  display: none;
}

.heading-2 {
  color: #c7c7c7;
  margin-top: 0;
  font-family: Inconsolata, monospace;
}

.heading-2.dark {
  color: #000;
  font-family: "Press Start 2P", sans-serif;
}

.paragraph {
  color: #949494;
  font-family: Abel, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.paragraph.dark {
  color: #242424;
  font-family: Inconsolata, monospace;
  font-size: 35px;
  line-height: 44px;
}

.retro-container {
  max-width: 1200px;
  box-shadow: none;
  background-color: #fff;
  border: 10px solid #000;
  margin-top: 74px;
  padding: 21px;
}

.logo-image {
  margin-top: -42px;
}

.sizzurp {
  color: #5338ec;
}

.sizzurp.light {
  color: #7a64fa;
}

.ticker-text {
  width: auto;
  text-shadow: 0 1px 20px #856fff;
  white-space: nowrap;
  overflow-wrap: normal;
  padding-left: 39px;
  padding-right: 39px;
  font-family: VT323, sans-serif;
  font-size: 40px;
  display: inline;
}

.ticker-text.green {
  color: #02ff4e;
}

.ticker-text.red {
  color: #5d0000;
}

.ticker {
  text-align: center;
  background-color: #c6af5f;
  background-image: linear-gradient(#ffd543, #c6af5f);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.colour-bar-1 {
  height: 8px;
  background-color: #27324c;
}

.colour-bar-2 {
  height: 8px;
  background-color: #232e9c;
}

.colour-bar-3 {
  height: 8px;
  background-color: #3b26b4;
}

.text-scroller {
  color: #c6af5f;
  background-color: #c6af5f;
  background-image: linear-gradient(#ffd543, #c6af5f);
  flex-flow: row;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  color: #142535;
  white-space: nowrap;
  object-fit: fill;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 39px;
  font-family: VT323, sans-serif;
  font-size: 48px;
  line-height: 30px;
  display: block;
  overflow: visible;
}

.green {
  color: #02ff4e;
}

.info-wrapper {
  width: 100%;
  text-align: center;
  background-color: #0d1c2a;
  border: 1px solid #213d4d;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding: 24px 25px;
  display: flex;
}

.info-label {
  color: #c5c5c5;
  font-family: Inconsolata, monospace;
}

.info-label.data {
  font-family: Inconsolata, monospace;
}

.info-item {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: VT323, sans-serif;
}

.info-item.green {
  color: #02ff4e;
}

.red {
  color: #ff4a4a;
}

.avatar {
  float: right;
  margin-top: -90px;
  display: block;
}

.sticky-button {
  background-color: #5338ec;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 39px;
  font-family: "Press Start 2P", sans-serif;
}

.sticky-button:hover {
  background-color: #806bf6;
}

.sticky-button:active {
  background-color: #422eb8;
}

.insert-coins-2 {
  color: #e6e6e6;
  text-align: center;
  font-family: "Press Start 2P", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.image {
  width: 100%;
}

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

.columns {
  align-items: center;
  display: flex;
}

.orange {
  color: #ecba6a;
}

.orange.yellowish {
  color: #ecd96a;
}

.orange.more-yellow {
  color: #a5ec6a;
}

.orange.greeny-blue {
  color: #39ff81;
}

.image-2 {
  width: 140px;
  height: auto;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-2 {
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.social-button {
  width: 100%;
  text-align: center;
  background-color: #0d1c2a;
  border: 1px solid #213d4d;
  border-radius: 8px;
  flex: 1;
  padding: 24px 25px;
}

.social-button:hover {
  background-color: #112436;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 60px;
  margin-right: 0;
}

.social-link {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: VT323, sans-serif;
  text-decoration: none;
}

.social-link.green {
  color: #02ff4e;
}

.stage-image {
  width: 50%;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-2-v2 {
  max-width: 270px;
  color: #5338ec;
  background-color: #fff;
  border: 10px solid #000;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: VT323, sans-serif;
}

.heading-2-v2.dark {
  color: #000;
  font-family: "Press Start 2P", sans-serif;
}

.div-block {
  align-items: center;
  display: flex;
}

.heading-2-v3 {
  max-width: 430px;
  color: #fff;
  background-color: #5338ec;
  background-image: linear-gradient(#5338ec, #2e13c7);
  border: 10px #000;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: VT323, sans-serif;
  font-size: 60px;
  transform: rotate(-1deg);
}

.heading-2-v3.dark {
  color: #000;
  font-family: "Press Start 2P", sans-serif;
}

.subtext {
  font-family: Inconsolata, monospace;
  font-size: 30px;
  line-height: 0;
}

.heading-2-v4 {
  max-width: 330px;
  color: #232325;
  background-color: #ffde69;
  background-image: none;
  border: 10px #000;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: VT323, sans-serif;
  font-size: 60px;
  transform: rotate(1deg);
}

.heading-2-v4.dark {
  color: #000;
  font-family: "Press Start 2P", sans-serif;
}

.tokenomics-container {
  max-width: 1200px;
  box-shadow: none;
  text-align: center;
  background-color: #0d1c2a;
  border: 1px solid #213d4d;
  border-radius: 8px;
  margin-top: 40px;
  padding: 21px;
}

.tokenomics-text {
  color: #d8d8d8;
  white-space: normal;
  word-break: normal;
  background-color: #0d1720;
  border: 1px solid #213d4d;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
}

.statment {
  color: #c5c5c5;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 30px;
}

.ca-address {
  color: #e6e6e6;
  text-align: center;
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ca-address.top {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
}

.up-to {
  text-transform: uppercase;
  margin-right: 0;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 9px;
}

.get-started-text {
  z-index: 100;
  position: absolute;
  top: 800px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .bg-image {
    width: 300vw;
    height: 50vh;
    max-width: none;
    min-height: 1000px;
    min-width: 300vw;
    flex: none;
  }

  .dog-image {
    max-height: 33vh;
    max-width: 33vw;
    margin-top: 525px;
    margin-bottom: -66vh;
    margin-left: -149px;
  }

  .control-block {
    width: 360px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-overlay {
    font-size: 30px;
    line-height: 42px;
  }

  .control-box-wrapper {
    text-align: left;
    margin-bottom: -442px;
  }

  .stage-container-v2, .retro-container {
    max-width: 95%;
  }

  .stage-image {
    width: 30%;
  }

  .tokenomics-container {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .dog-image {
    max-height: 40vh;
    max-width: 40vw;
    margin-top: 537px;
    margin-left: -102px;
  }

  .control-block {
    width: 330px;
    max-width: 330px;
  }

  .title-overlay {
    font-size: 30px;
    line-height: 40px;
  }

  .control-box-wrapper {
    margin-bottom: -487px;
  }

  .heading-2 {
    flex: 1;
  }

  .heading-2.dark {
    font-size: 28px;
    line-height: 42px;
  }

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

  .paragraph.dark {
    font-size: 30px;
    line-height: 38px;
  }

  .logo-image {
    max-width: 80px;
  }

  .avatar {
    max-width: none;
    margin-top: -12px;
    margin-left: 18px;
  }

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

  .columns {
    flex-flow: column;
  }

  .stage-image {
    width: 80%;
  }

  .title-wrapper {
    flex: none;
    align-self: center;
  }

  .heading-2-v2 {
    flex: 1;
  }

  .heading-2-v2.dark {
    font-size: 28px;
    line-height: 42px;
  }

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

  .heading-2-v3 {
    max-width: 440px;
    flex: 1;
    font-size: 61px;
  }

  .heading-2-v3.dark {
    font-size: 28px;
    line-height: 42px;
  }

  .heading-2-v4 {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 60px;
  }

  .heading-2-v4.dark {
    font-size: 28px;
    line-height: 42px;
  }

  .tokenomics-text {
    line-height: 51px;
  }
}

@media screen and (max-width: 479px) {
  .bg-image {
    width: 500vw;
    min-width: 500vw;
  }

  .dog-image {
    max-height: 50vh;
    max-width: 50vw;
    margin-top: 575px;
    margin-left: -97px;
  }

  .control-block {
    width: 260px;
    max-width: 250px;
  }

  .title-overlay {
    font-size: 18px;
    line-height: 27px;
  }

  .nutton {
    display: block;
  }

  .control-box-wrapper {
    margin-bottom: -470px;
  }

  .insert-coins {
    font-size: 40px;
    line-height: 50px;
  }

  .stage-container-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    flex: 0 auto;
    display: block;
  }

  .heading-2.dark {
    font-size: 25px;
    line-height: 38px;
  }

  .paragraph.dark {
    font-size: 26px;
    line-height: 33px;
  }

  .ticker {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-scroller {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .avatar {
    max-width: 80px;
  }

  .sticky-button {
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .insert-coins-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .stage-image {
    width: 90%;
  }

  .title-wrapper {
    flex: 0 auto;
  }

  .heading-2-v2 {
    max-width: 210px;
    flex: 0 auto;
    display: block;
  }

  .heading-2-v2.dark {
    font-size: 25px;
    line-height: 38px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .heading-2-v3 {
    width: auto;
    max-width: 510px;
    flex: 0 auto;
    padding-top: 9px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 60px;
    line-height: 39px;
    display: block;
  }

  .heading-2-v3.dark {
    font-size: 25px;
    line-height: 38px;
  }

  .heading-2-v3.smaller {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 50px;
  }

  .heading-2-v3.smaller.still {
    padding-left: 9px;
    padding-right: 9px;
  }

  .heading-2-v4 {
    max-width: 220px;
    flex: 0 auto;
    font-size: 32px;
    line-height: 30px;
    display: block;
  }

  .heading-2-v4.dark {
    font-size: 25px;
    line-height: 38px;
  }

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

  .tokenomics-text {
    line-height: 39px;
  }

  .ca-address {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 20px;
    line-height: 30px;
  }

  .up-to {
    display: inline;
  }
}

#w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-00216996 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-00216996 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-0021699d, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-0021699d, #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-002169a1, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-002169a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-00216996 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-00216996 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-0021699d, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-0021699d, #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-002169a1, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-002169a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-00216996, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-00216996, #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-0021699d, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-0021699d, #w-node-_0b70a3da-9914-373d-1225-b8cec6e51a01-002169a1, #w-node-c4cd15dc-b163-7248-3c1e-8c6cdaa60d38-002169a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


