body {
  margin: 0;
  background: #0A0B15;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
}

.popWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 30px;
  z-index: 1;
}

@keyframes oxxo {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.desktopContainer {
  position: relative;
  max-width: 768px;
  background-size: contain;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  .desktopContainer {
    display: block;
  }
}
.desktopContainer .foreverBg {
  margin: 0 auto;
  z-index: -1;
}
.desktopContainer .header {
  position: absolute;
  left: 50%;
  top: 220px;
  transform: translate(-50%, 0);
}
.desktopContainer .goBtn {
  cursor: pointer;
  width: 270px;
  height: 63px;
  animation-name: oxxo;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.desktopContainer .goUrlWrap {
  position: absolute;
  text-decoration: none;
  text-align: center;
  top: 490px;
  left: 190px;
  width: 275px;
  height: 80px;
}
.desktopContainer .goUrlWrap .goUrl {
  color: #080609;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
}
.desktopContainer .goUrlWrap2 {
  top: 590px;
}
.desktopContainer .copyUrl {
  cursor: pointer;
  position: absolute;
  top: 490px;
  right: 185px;
  width: 80px;
  height: 70px;
}
.desktopContainer .copyUrl2 {
  top: 590px;
}
.desktopContainer .sendEmailWrap {
  position: absolute;
  top: 750px;
  left: 190px;
  width: 390px;
  height: 40px;
}
.desktopContainer .copyEmailBtn {
  cursor: pointer;
  position: absolute;
  top: 1045px;
  left: 330px;
  width: 105px;
  height: 30px;
}
.desktopContainer .goTwitter {
  cursor: pointer;
  position: absolute;
  top: 1025px;
  left: 500px;
  width: 50px;
  height: 50px;
}
.desktopContainer .goTelegram {
  cursor: pointer;
  position: absolute;
  top: 1025px;
  left: 565px;
  width: 50px;
  height: 50px;
}

.mobileContainer {
  display: block;
}
@media (min-width: 768px) {
  .mobileContainer {
    display: none;
  }
}
.mobileContainer .foreverBg {
  margin: 0 auto;
  z-index: -1;
}
.mobileContainer .header {
  position: absolute;
  left: 50%;
  top: 31.2vw;
  transform: translate(-50%, 0);
}
.mobileContainer .goBtn {
  width: 58.6666666667vw;
  height: 14.9333333333vw;
  animation-name: oxxo;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.mobileContainer .goUrlWrap {
  position: absolute;
  text-decoration: none;
  top: 93.3333333333vw;
  left: 12vw;
  width: 53.3333333333vw;
  height: 18.6666666667vw;
}
.mobileContainer .goUrlWrap .goUrl {
  position: absolute;
  top: 2.6666666667vw;
  left: 45%;
  transform: translate(-50%, 0);
  width: fit-content;
  color: #080609;
  font-weight: 600;
  font-size: 5.6vw;
}
.mobileContainer .goUrlWrap2 {
  top: 114.6666666667vw;
}
.mobileContainer .goUrlWrap2 .goUrl {
  top: 4vw;
}
.mobileContainer .copyUrl {
  position: absolute;
  top: 93.3333333333vw;
  right: 10.6666666667vw;
  width: 80px;
  height: 70px;
}
.mobileContainer .copyUrl2 {
  top: 114.6666666667vw;
}
.mobileContainer .sendEmailWrap {
  position: absolute;
  top: 156vw;
  left: 9.3333333333vw;
  width: 78.6666666667vw;
  height: 10.6666666667vw;
}
.mobileContainer .copyEmailText {
  position: absolute;
  top: 218.1333333333vw;
  left: 50.6666666667vw;
  transform: translate(-50%, 0);
  font-size: 2.6666666667vw;
  color: #ffff64;
}
.mobileContainer .copyEmailBtn {
  position: absolute;
  top: 222.6666666667vw;
  left: 37.3333333333vw;
  width: 25.3333333333vw;
  height: 9.3333333333vw;
}
.mobileContainer .goTwitter {
  position: absolute;
  top: 220vw;
  right: 18.6666666667vw;
  width: 12vw;
  height: 12vw;
}
.mobileContainer .goTelegram {
  position: absolute;
  top: 220vw;
  right: 5.3333333333vw;
  width: 12vw;
  height: 12vw;
}