.Cherub_verticalMotion__Vf1kF {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  filter: drop-shadow(10px 10px 100px rgba(247, 252, 160, 0.6));
  margin-top: -48vw;
  animation: Cherub_waveMotion__Zas3A 3s ease-in-out infinite;
  will-change: transform;
}
@keyframes Cherub_waveMotion__Zas3A {
  0%,
  to {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
}
.Cherub_horizontalMotion__k38h7 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  animation: Cherub_moveHorizontally__TBgkt 15s linear infinite;
  will-change: transform;
}
@keyframes Cherub_moveHorizontally__TBgkt {
  0% {
    transform: translateX(-58vw);
  }
  to {
    transform: translateX(98vw);
  }
}
.Cherub_cherubImage__kwgxv {
  width: 60vw;
  height: auto;
}
.Cherub_sign___1OBs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-17vw, -22vw) skew(343deg);
  border-radius: 10px;
  padding: 2vw;
  text-align: center;
  width: 30vw;
  rotate: 336deg;
}
.Cherub_updateText__5aQMJ {
  font-size: 3.4vw;
  font-family: Metal Mania, sans-serif;
  margin-bottom: 1vw;
  color: #2f150d;
}
.Cherub_timerText__o99Z9 {
  font-size: 2.4vw;
  font-family: Metal Mania, sans-serif;
  color: #932922;
  padding-bottom: 2vw;
}
.Cherub_moreInfoLink__9G098 {
  font-size: 1.8vw;
  font-family: Metal Mania, sans-serif;
  color: #0136fd;
  text-decoration: underline;
  letter-spacing: 0.1vw;
}
@media (max-width: 768px) {
  .Cherub_timerText__o99Z9 {
    padding-bottom: 0.6vw;
  }
}
.DexScreener_dexContainer__JS1Vc {
  position: relative;
  width: 84%;
  padding-bottom: 75vw;
  overflow: hidden;
  border: 0.5vw solid #6e883e;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 62vw;
  margin-left: 8%;
  margin-bottom: 12vw;
}
.DexScreener_dexIframe__KCibp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 768px) {
  .DexScreener_dexContainer__JS1Vc {
    padding-bottom: 130vw;
  }
}
.Gallery_masonryGrid__ZlX5s {
  display: flex;
  margin-left: -20px;
  width: auto;
  padding: 3%;
}
.Gallery_masonryColumn__GV_XJ {
  padding-left: 20px;
  background-clip: padding-box;
}
.Gallery_meme__h6yBi {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #272727;
  border: 4px solid #272727;
}
.Gallery_meme__h6yBi img,
.Gallery_meme__h6yBi video {
  width: 100%;
  height: auto;
  display: block;
}
.Gallery_meme__h6yBi video {
  border-radius: 5px;
}
.Gallery_meme__h6yBi p {
  text-align: left;
  font-size: 1.2rem;
  margin: 10px 0 10px 1.4vw;
  letter-spacing: 0.06vw;
  color: #bfbfbf;
}
.Landing_landing__QfnZS {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  align-items: center;
  justify-items: center;
}
.Landing_socialLinks__oEI2m {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4vw, 1fr));
  grid-gap: 2.2vw;
  gap: 2.2vw;
  justify-content: center;
  margin-top: 3vw;
  margin-left: -91vw;
}
.Landing_socialLinks__oEI2m a {
  display: block;
  width: 6vw;
  height: 6vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.2s;
}
.Landing_socialLinks__oEI2m a:hover {
  transform: scale(1.1);
}
.Landing_xIcon__2ZItz {
  background-image: url(/x.png);
}
.Landing_telegramIcon__HGCT3 {
  background-image: url(/telegram.png);
}
.Landing_dexIcon__P3AdJ {
  background-image: url(/screen.png);
}
.Landing_dextoolsIcon__djeV4 {
  background-image: url(/dex.png);
}
.Landing_contractRow__8AtFj {
  height: 6vw;
}
.Landing_copyButton__emvdr {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: -3vw;
  margin-left: 4vw;
  transition: transform 0.2s;
}
.Landing_copyButton__emvdr img {
  width: 2vw;
  height: auto;
}
.Landing_copyButton__emvdr:hover {
  transform: scale(1.1);
}
.Landing_copiedFeedback__1SNkQ {
  margin-top: 10px;
  font-size: 1.8vw;
  color: #e7b64f;
  text-align: right;
  font-weight: 700;
}
.Landing_contract__ZjsHF {
  background: #b3483e;
  padding: 2vw 3vw 4vw;
  border-radius: 10px;
  color: #272727;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6vw;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: 2vw;
  margin-bottom: 40vw;
  width: 80%;
  border: 0.5vw solid #c61d2f;
}
.Landing_contract__ZjsHF code {
  display: block;
  margin-top: 1vw;
  text-transform: none;
  font-size: 1.8vw;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15vw;
  background: #6e883e;
  color: #272727;
  padding: 1vw 1vw 1.5vw;
  border-radius: 5px;
  word-wrap: break-word;
  border: 0.2vw solid #272727;
}
.Landing_pepeWrapper__RpNzh {
  position: absolute;
  display: flow-root;
  bottom: -92%;
  right: -2%;
  z-index: 10;
  width: 40%;
  height: 50%;
  cursor: pointer;
  filter: drop-shadow(10px 10px 20px rgba(1, 255, 221, 0.6));
}
.Landing_pepe__AxrTp {
  width: 100%;
  height: auto;
  transition: transform 0.33s ease-in-out;
}
.Landing_pepeWrapper__RpNzh:hover .Landing_pepe__AxrTp {
  transform: scale(0.92);
  filter: drop-shadow(10px 10px 40px rgba(179, 1, 255, 0.4));
}
@media (max-width: 768px) {
  .Landing_contract__ZjsHF {
    width: 90%;
    font-size: 3.4vw;
  }
  .Landing_contract__ZjsHF code {
    font-size: 2.2vw;
  }
  .Landing_copiedFeedback__1SNkQ {
    margin-top: 1px;
  }
}
