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

.navbar-logo-left {
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 141px;
  height: 36px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text-2, .text-3, .text-4 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.hero-stack {
  width: 100%;
  height: 955px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 64px 24px 78px;
  display: flex;
}

.small-container {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fffefe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-section {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.error-59a302d8-dff2-2849-e6f6-71a738d8e9d6 {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.image-wrapper {
  width: 100%;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.image {
  width: 100%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.features-metrics {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e6e6fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.small-container-2 {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.metric {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metric-value {
  color: #212121;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.text-7 {
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.newsletter-form {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  display: flex;
  position: static;
}

.newsletter-form.herovideo {
  max-width: 100vw;
  flex-flow: column-reverse wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title {
  width: 100%;
  max-width: 530px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.get-in-touch {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-8 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form-wrapper {
  width: 100%;
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-text-input {
  width: 100%;
  height: 42px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-text-input::-ms-input-placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-text-input::placeholder {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-9 {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.text-10 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.text-11 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.body {
  text-align: center;
  object-fit: fill;
  padding-bottom: 5px;
}

.hero-no-image {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .2);
  background-clip: padding-box;
  border-radius: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 24px;
  transition: background-color .525s;
  display: flex;
}

.hero-no-image:hover {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(46, 255, 95, .65);
  background-clip: content-box;
  outline: 3px #333;
  box-shadow: inset 6px 0 11px 6px rgba(0, 0, 0, .2);
}

.small-container-3 {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.tokenonmics {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tokenonmics._3coln {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.tokenonmics.single-row {
  flex-direction: row;
  align-items: center;
}

.text-12 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-12.contractaddress {
  text-align: center;
  font-size: 25px;
}

.small-container-4 {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.text-13, .text-14, .text-15 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.image-2 {
  border-radius: 0;
}

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

.image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: contain;
  display: block;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.container-3.logoheader {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.navbar {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #80ffdb;
  background-clip: border-box;
  align-items: center;
  display: flex;
}

.cell {
  flex-wrap: wrap;
}

.image-4 {
  margin-right: 22px;
  padding-right: 0;
  display: block;
}

._2row {
  flex-direction: column;
  display: flex;
}

.div-block {
  padding-right: 66px;
}

.image-5 {
  margin-right: 62px;
}

.image-6 {
  margin-right: 66px;
}

.image-7 {
  margin-right: 64px;
}

.container-4 {
  background-color: #fff;
  background-image: url('../images/pepesuite.png');
  background-position: 0 0;
  background-size: contain;
}

.token-container {
  background-color: #fff;
  background-image: url('../images/rocket.png');
  background-position: 0 0;
  background-size: auto;
  transition: background-color .675s;
  display: block;
}

.nav-link {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.overlay {
  z-index: 100;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.leftpannel {
  width: 50%;
  height: 100%;
  background-color: #000;
}

.rightpannel {
  width: 50%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brandlogooverlay {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 81px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section.hero {
  background-color: #fff;
}

.section-2 {
  display: block;
}

.section-2.twitter {
  padding-bottom: 20px;
}

.section-3 {
  background-color: #fff;
  display: block;
}

.page_wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link {
  font-size: 20px;
  font-weight: 700;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buysection {
  max-height: 786vh;
  object-fit: contain;
  position: relative;
}

.html-embed {
  object-fit: contain;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }
}
