@font-face {
  font-family: "Fredoka One";
  font-display: swap;
  src: url("../fonts/Fredoka One.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Retro Mango DEMO";
  font-display: swap;
  src: url("../fonts/Retro Mango DEMO.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Standie;
  font-display: swap;
  src: url(../fonts/Standie.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000;
  line-height: 1;
  font-family: "Fredoka One";
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: "Fredoka One";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 101.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 100rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.menu__link {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
}
.menu__link._navigator-active {
  color: #ee4e07;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.orange {
  color: #ee4e0a;
}
.white {
  color: #fff;
}
.blue {
  color: #3bc5ff;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0;
  transition: padding 0.2s ease 0s;
}
.header._header-scroll {
  padding: 0.375rem 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.header__logo {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  aspect-ratio: 1;
  background-color: #ee4e07;
  border-radius: 50%;
  border: 0.25rem solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0 0 #000;
}
.header__logo img {
  width: 84%;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.header__button {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  height: 3.75rem;
  transition: background-color 0.2s ease 0s;
}
.header__button span {
  color: #000;
  font-family: "Fredoka One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  transition: color 0.2s ease 0s;
}
.footer {
  position: relative;
  border-top: 0.25rem solid #fff;
  background-color: #0b0303;
}
.footer__top {
  border-bottom: 0.25rem solid #fff;
}
.footer__top-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__top-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 0.25rem solid #fff;
}
.footer__top-menu-item {
  color: #fff;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  transition: color 0.2s ease 0s;
}
.footer__top-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.footer__top-social-item {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease 0s;
}
.footer__top-social-item:nth-child(1) {
  background-color: #2b2b2b;
}
.footer__top-social-item:nth-child(2) {
  background-color: #00f7ef;
}
.footer__top-social-item:nth-child(3) {
  background-color: #fff;
}
.footer__top-social-item:nth-child(4) {
  background: radial-gradient(
    112.59% 112.59% at 76.47% 95.88%,
    #f9ce34 0,
    #ee2a7b 59.5%,
    #6228d7 100%
  );
}
.footer__top-social-item:nth-child(5) {
  background-color: #2b2b2b;
}
.footer__top-social-item:nth-child(6) {
  background-color: #fff;
}
.footer__top-social-item svg {
  max-width: 55%;
  max-height: 60%;
  transition: scale 0.2s ease 0s;
}
.footer__top-social-item img {
  width: 100%;
  max-width: 65%;
  max-height: 65%;
  transition: scale 0.2s ease 0s;
}
.footer__bottom {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.footer__bottom-text {
  color: #fff;
  opacity: 0.7;
  text-align: center;
  line-height: 1.2;
}
.footer__bottom-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.footer__bottom-body > span {
  color: #f4f2eb;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__bottom-body > a {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  transition: scale 0.2s ease 0s;
}
.footer__bottom-body > a span {
  color: #f4f2eb;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.menu-open-bg {
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.menu-open .menu-open-bg {
  opacity: 1;
}
@-webkit-keyframes hero-title {
  0% {
    -webkit-transform: translateY(-100vh) scaleY(1.2) scaleX(1);
    transform: translateY(-100vh) scaleY(1.2) scaleX(1);
  }
  85% {
    -webkit-transform: translateY(5vh) scaleY(0.8) scaleX(1.1);
    transform: translateY(5vh) scaleY(0.8) scaleX(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
@keyframes hero-title {
  0% {
    -webkit-transform: translateY(-100vh) scaleY(1.2) scaleX(1);
    transform: translateY(-100vh) scaleY(1.2) scaleX(1);
  }
  85% {
    -webkit-transform: translateY(5vh) scaleY(0.8) scaleX(1.1);
    transform: translateY(5vh) scaleY(0.8) scaleX(1.1);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes to-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-3.75rem);
    transform: translateX(-3.75rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes to-right {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-3.75rem);
    transform: translateX(-3.75rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes to-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3.75rem);
    transform: translateX(3.75rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes to-left {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3.75rem);
    transform: translateX(3.75rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.hero {
  position: relative;
  background-color: #feed00;
}
.hero__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15%;
  aspect-ratio: 310/320;
}
.hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.hero__title {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  will-change: transform;
}
.loaded .hero__title {
  -webkit-animation: hero-title 0.6s ease-in 0.4s forwards;
  animation: hero-title 0.6s ease-in 0.4s forwards;
}
.hero__title img {
  width: 100%;
}
.hero__image {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero__image img {
  width: 100%;
}
.hero__bottom {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__bottom-left {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-3.75rem);
  transform: translateX(-3.75rem);
  will-change: transform;
}
.loaded .hero__bottom-left {
  -webkit-animation: to-right 0.3s ease-out 0.9s forwards;
  animation: to-right 0.3s ease-out 0.9s forwards;
}
.hero__bottom-left .hero__bottom-link {
  background-color: #2b2b2b;
}
.hero__bottom-link {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.1875rem solid #000;
  box-shadow: 0 0.25rem 0 0 #000;
  aspect-ratio: 1;
  transition: box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
}
.hero__bottom-link svg {
  max-width: 60%;
  max-height: 60%;
  transition: scale 0.2s ease 0s;
}
.hero__bottom-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.hero__bottom-button.sb {
  justify-content: space-between;
}
.hero__bottom-button.sb span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__bottom-button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__bottom-button svg {
  max-height: 100%;
  width: auto;
}
.hero__bottom-right {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(3.75rem);
  transform: translateX(3.75rem);
  will-change: transform;
}
.loaded .hero__bottom-right {
  -webkit-animation: to-left 0.3s ease-out 0.9s forwards;
  animation: to-left 0.3s ease-out 0.9s forwards;
}
.hero__bottom-right .hero__bottom-link:nth-child(1) {
  background-color: #3bc5ff;
}
.hero__bottom-right .hero__bottom-link:nth-child(2) {
  background-color: #2b2b2b;
}
.hero__bottom-right .hero__bottom-link:nth-child(3) {
  background-color: #fff;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.partners {
  position: relative;
  z-index: 2;
  border-top: 0.25rem solid #000;
  border-bottom: 0.25rem solid #000;
  background-color: #feed00;
}
.partners__line {
  display: flex;
  align-items: center;
}
.partners__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  padding-left: 3em;
  -webkit-animation: line 30s linear infinite;
  animation: line 30s linear infinite;
}
.partners__item {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0.25rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.375rem 0 0 #000;
}
@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow-move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.story {
  position: relative;
  background-color: #feed00;
}
.story__container {
  display: flex;
  align-items: center;
}
.story__content {
  flex: 0 0 54%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.story__title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.story__title::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 8%;
  aspect-ratio: 1;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: arrow-move 1s ease infinite;
  animation: arrow-move 1s ease infinite;
}
.story__title::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 6%;
  aspect-ratio: 1;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.story__title span:nth-child(1) {
  color: #fff;
  text-shadow: 0 0.0275229358em 0 #000;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 69%;
  text-transform: uppercase;
}
.story__title span:nth-child(2) {
  color: #ee4e0a;
  text-shadow: 0 0.022556391em 0 #000;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 60%;
  text-transform: uppercase;
}
.story__text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.story__text p {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-3.75rem);
  transform: translateX(-3.75rem);
  will-change: transform;
}
.story__text p._watcher-view {
  -webkit-animation: to-right 0.3s ease-in 0.2s forwards;
  animation: to-right 0.3s ease-in 0.2s forwards;
}
.story__text h3 {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-3.75rem);
  transform: translateX(-3.75rem);
  will-change: transform;
}
.story__text h3._watcher-view {
  -webkit-animation: to-right 0.3s ease-in 0.2s forwards;
  animation: to-right 0.3s ease-in 0.2s forwards;
}
.story__text h3 svg {
  flex-shrink: 0;
}
.story__text h3 span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.story__button {
  align-self: center;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.125rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.story__button svg {
  flex-shrink: 0;
}
.story__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.story__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
}
.story__video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1.4;
  border: 0.3125rem solid #000;
  overflow: hidden;
}
.story__video-box.play button {
  opacity: 0;
}
.story__video-box video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story__video-box button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20%;
  aspect-ratio: 149/154;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
}
.story__video-box button img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  overflow: hidden;
}
@-webkit-keyframes scroll {
  0% {
    right: 0;
  }
  100% {
    right: 45%;
  }
}
@keyframes scroll {
  0% {
    right: 0;
  }
  100% {
    right: 45%;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    left: 0;
  }
  100% {
    left: 45%;
  }
}
@keyframes scroll2 {
  0% {
    left: 0;
  }
  100% {
    left: 45%;
  }
}
.tik-tok {
  position: relative;
  z-index: 2;
  background-color: #000;
  border-top: 0.375rem solid #000;
  border-bottom: 0.375rem solid #000;
}
.tik-tok::before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 12%;
  aspect-ratio: 220/193;
  background-image: url(../img/tik-tok/dec1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
  -webkit-animation: scroll;
  animation: scroll;
  animation-timeline: view();
  animation-range: entry 0 cover 60%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: right;
}
.tik-tok::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 100%;
  left: 0;
  width: 12%;
  aspect-ratio: 220/193;
  background-image: url(../img/tik-tok/dec2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: scroll2;
  animation: scroll2;
  animation-timeline: view();
  animation-range: entry 0 cover 60%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: right;
}
.tik-tok__container {
  display: flex;
  align-items: center;
}
.tik-tok__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tik-tok__title {
  margin-bottom: 1.625rem;
  position: relative;
}
.tik-tok__title::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 8%;
  aspect-ratio: 1;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: arrow-move 1s ease infinite;
  animation: arrow-move 1s ease infinite;
}
.tik-tok__title span:nth-child(1) {
  display: inline-block;
  position: relative;
  color: #ff004f;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 70%;
}
.tik-tok__title span:nth-child(1)::before {
  content: "Tik";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  color: #00f7ef;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 70%;
}
.tik-tok__title span:nth-child(2) {
  display: inline-block;
  position: relative;
  color: #00f7ef;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 70%;
}
.tik-tok__title span:nth-child(2)::before {
  content: "Tok";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  color: #ff004f;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 70%;
}
.tik-tok__title span:nth-child(4) {
  display: inline-block;
  position: relative;
  color: #fff;
  -webkit-text-stroke-width: 0.0291970803em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
}
.tik-tok__title span:nth-child(4)::before {
  content: "ANIMATIONS";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  color: #feeb00;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
}
.tik-tok__text {
  color: #fff;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.tik-tok__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.tik-tok__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.tik-tok__button svg {
  max-width: 100%;
  max-height: 100%;
}
@-webkit-keyframes tik1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes tik1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes tik2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tik2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.images-tik-tok {
  display: flex;
  overflow: hidden;
}
.images-tik-tok__column {
  display: flex;
  flex-direction: column;
}
.images-tik-tok__column:nth-child(1) .images-tik-tok__column-box {
  -webkit-animation: tik1 10s linear infinite;
  animation: tik1 10s linear infinite;
}
.images-tik-tok__column:nth-child(2) .images-tik-tok__column-box {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: tik2 10s linear infinite;
  animation: tik2 10s linear infinite;
}
.images-tik-tok__column-box {
  display: flex;
  flex-direction: column;
}
.images-tik-tok__item {
  width: 100%;
}
.images-tik-tok__item:nth-child(1) {
  border: 0.375rem solid #feed00;
}
.images-tik-tok__item:nth-child(2) {
  border: 0.375rem solid #9e24e8;
}
.images-tik-tok__item:nth-child(3) {
  border: 0.375rem solid #3bc5ff;
}
.images-tik-tok__item:nth-child(4) {
  border: 0.375rem solid #ff1768;
}
.images-tik-tok__item img {
  width: 100%;
}
@-webkit-keyframes nft1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-2.5deg);
    transform: translate(-50%, -50%) rotate(-2.5deg);
  }
}
@keyframes nft1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-2.5deg);
    transform: translate(-50%, -50%) rotate(-2.5deg);
  }
}
@-webkit-keyframes nft2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-6.5deg);
    transform: translate(-50%, -50%) rotate(-6.5deg);
  }
}
@keyframes nft2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-6.5deg);
    transform: translate(-50%, -50%) rotate(-6.5deg);
  }
}
@-webkit-keyframes nft3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-10.5deg);
    transform: translate(-50%, -50%) rotate(-10.5deg);
  }
}
@keyframes nft3 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-10.5deg);
    transform: translate(-50%, -50%) rotate(-10.5deg);
  }
}
.nft {
  position: relative;
  background-color: #feeb00;
}
.nft__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.nft__slider {
  position: relative;
}
.nft__slide {
  width: 100%;
}
.nft__slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  position: relative;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nft__slider-button-prev svg path {
  stroke: #000;
  transition: stroke 0.2s;
}
.nft__slider-button-next svg path {
  stroke: #000;
  transition: stroke 0.2s;
}
.nft__title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.nft__title::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 13%;
  aspect-ratio: 1;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: arrow-move 1s ease infinite;
  animation: arrow-move 1s ease infinite;
}
.nft__title::after {
  content: "";
  position: absolute;
  top: 22%;
  left: 102%;
  width: 12%;
  aspect-ratio: 1;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.nft__title span:nth-child(1) {
  color: #3bc5ff;
  text-shadow: 0 0.0275229358em 0 #000;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 69%;
}
.nft__title span:nth-child(2) {
  color: #fff;
  text-shadow: 0 0.022556391em 0 #000;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 60%;
}
.nft__text {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.nft__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.nft__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 0.375rem;
  border: 0.1875rem solid #000;
  box-shadow: 0 0.375rem 0 0 #000;
}
.nft__item span {
  min-width: 100%;
}
.nft__item span:nth-child(1) {
  display: inline-block;
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  text-transform: uppercase;
}
.nft__item span:nth-child(2) {
  display: inline-block;
  background-color: #feed00;
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 0.375rem;
  border-top: 0.1875rem solid #000;
  margin: 0 -0.25rem;
  padding: 0.5rem 0.625rem 0.625rem 0.625rem;
}
.nft__button {
  max-width: 26.25rem;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.nft__button:last-child {
  justify-content: center;
  margin-top: 1.25rem;
}
.nft__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.nft__button svg {
  max-width: 100%;
  max-height: 100%;
}
.slide-nft {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.slide-nft.swiper-slide-active .slide-nft__image-front {
  -webkit-animation: nft1 0.45s ease 0.4s forwards;
  animation: nft1 0.45s ease 0.4s forwards;
}
.slide-nft.swiper-slide-active .slide-nft__image-middle {
  -webkit-animation: nft2 0.45s ease 0.4s forwards;
  animation: nft2 0.45s ease 0.4s forwards;
}
.slide-nft.swiper-slide-active .slide-nft__image-back {
  -webkit-animation: nft3 0.45s ease 0.4s forwards;
  animation: nft3 0.45s ease 0.4s forwards;
}
.slide-nft__image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.slide-nft__image-front {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border: 0.375rem solid #000;
  overflow: hidden;
}
.slide-nft__image-front img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-nft__image-middle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border: 0.375rem solid #000;
  overflow: hidden;
  background-color: #fff;
}
.slide-nft__image-back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border: 0.375rem solid #000;
  overflow: hidden;
  background-color: #ef5301;
}
.nft-collection {
  position: relative;
  background-color: #feeb00;
}
.nft-collection__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nft-collection__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nft-collection__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nft-collection__title-row:nth-child(1) svg {
  display: inline-block;
  margin: 0 0.3em 0 0.1em;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}
.nft-collection__title-row:nth-child(1) span:nth-child(1) {
  color: #fff;
  text-shadow: 0 0.022556391em 0 #000;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 60%;
  text-transform: uppercase;
}
.nft-collection__title-row:nth-child(1) span:nth-child(3) {
  color: #3bc5ff;
  text-shadow: 0 0.022556391em 0 #000;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 60%;
  text-transform: uppercase;
}
.nft-collection__title-row:nth-child(2) span:nth-child(1) {
  color: #9e24e8;
  text-shadow: 0 0.0275229358em 0 #000;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-style: normal;
  font-weight: 800;
  line-height: 60%;
  text-transform: uppercase;
}
.nft-collection__button {
  align-self: center;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.125rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  -webkit-transform: rotate(-2.886deg);
  transform: rotate(-2.886deg);
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.nft-collection__button svg {
  flex-shrink: 0;
}
.nft-collection__button span {
  color: #000;
  font-family: "Fredoka One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.nft-collection__line {
  position: relative;
  z-index: 2;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.nft-collection__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  padding-left: 1.5em;
  -webkit-animation: line 30s linear infinite;
  animation: line 30s linear infinite;
}
.nft-collection__item {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@-webkit-keyframes com1 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -3deg;
  }
}
@keyframes com1 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -3deg;
  }
}
@-webkit-keyframes com2 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 2deg;
  }
}
@keyframes com2 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 2deg;
  }
}
@-webkit-keyframes com3 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 7deg;
  }
}
@keyframes com3 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 7deg;
  }
}
.comics {
  position: relative;
  background-color: #000;
}
.comics::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  background-color: #feeb00;
  -webkit-transform: translateY(-50%) rotate(-2deg);
  transform: translateY(-50%) rotate(-2deg);
}
.comics::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 100%;
  left: -20%;
  width: 140%;
  background-color: #feeb00;
  -webkit-transform: translateY(-50%) rotate(2deg);
  transform: translateY(-50%) rotate(2deg);
}
.comics__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comics__title {
  position: relative;
  z-index: 2;
  width: 100%;
}
.comics__title img {
  width: 100%;
}
.comics__images {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 51.25rem;
  aspect-ratio: 846/648;
}
.comics__images._watcher-view .comics__image:nth-child(1) {
  -webkit-animation: com1 0.3s ease 0.2s forwards;
  animation: com1 0.3s ease 0.2s forwards;
}
.comics__images._watcher-view .comics__image:nth-child(2) {
  -webkit-animation: com2 0.3s ease 0.2s forwards;
  animation: com2 0.3s ease 0.2s forwards;
}
.comics__images._watcher-view .comics__image:nth-child(3) {
  -webkit-animation: com3 0.3s ease 0.2s forwards;
  animation: com3 0.3s ease 0.2s forwards;
}
.comics__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comics__image:nth-child(1) {
  rotate: 0deg;
  z-index: 3;
}
.comics__image:nth-child(2) {
  rotate: 0deg;
  z-index: 2;
}
.comics__image:nth-child(3) {
  rotate: 0deg;
  z-index: 1;
}
.comics__image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.memes {
  background-color: #feeb00;
}
.body-memes {
  position: relative;
}
.body-memes__header {
  display: flex;
  flex-direction: column;
}
.body-memes__title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.body-memes__title span {
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 0.0275229358em 0 #000;
  font-family: "Retro Mango DEMO";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 68%;
}
.body-memes__title span:nth-child(1) {
  display: inline-flex;
  margin: 0 auto;
}
.body-memes__title span:nth-child(1) span:nth-child(1) {
  font-family: Standie;
  line-height: 74%;
}
.body-memes__title span:nth-child(1) span:nth-child(2) {
  align-self: flex-end;
}
.body-memes__title:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.body-memes__button {
  align-self: center;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.body-memes__button:last-child {
  justify-content: center;
  margin-top: 1.25rem;
}
.body-memes__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.body-memes__button svg {
  max-width: 100%;
  max-height: 100%;
}
.body-memes__images {
  display: grid;
  justify-content: center;
  gap: 1.25rem;
}
.body-memes__images img {
  opacity: 0;
  visibility: hidden;
  border: 4px solid #000;
  box-shadow: 0 6px 0 0 #000;
}
.body-memes__images img._watcher-view {
  -webkit-animation: opacity 0.3s ease 0.2s forwards;
  animation: opacity 0.3s ease 0.2s forwards;
}
.merch {
  background-color: #feeb00;
}
.merch__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.merch__slider {
  flex: 0 0 51.1%;
  aspect-ratio: 817/845;
  position: relative;
}
.merch__wrapper {
  position: relative;
}
.merch__slide {
  display: flex;
  justify-content: center;
  align-self: flex-start;
}
.merch__slider-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}
.merch__slider-pagination {
  flex-shrink: 0;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
.merch__slider-prev {
  width: 3.625rem;
  aspect-ratio: 1;
}
.merch__slider-prev svg {
  stroke: #000;
  transition: stroke 0.2s;
}
.merch__slider-next {
  width: 3.625rem;
  aspect-ratio: 1;
}
.merch__slider-next svg {
  stroke: #000;
  transition: stroke 0.2s;
}
.content-merch {
  display: flex;
  flex-direction: column;
}
.content-merch__title {
  font-family: "Retro Mango DEMO", sans-serif;
  font-weight: 800;
  line-height: 0.6;
  position: relative;
}
.content-merch__title span {
  display: inline-block;
  text-shadow: 0 0.022556391em 0 #000;
}
.content-merch__title span:nth-child(1) {
  position: relative;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
}
.content-merch__title span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.3007518797em;
  left: 0;
  width: 0.2067669173em;
  aspect-ratio: 1;
  background: url(../img/merch/star.svg) 0 0 / cover no-repeat;
}
.content-merch__title span:nth-child(2) {
  text-shadow: 0 0.0275229358em 0 #000;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
}
.content-merch__text {
  color: #000;
  line-height: 1.49;
  text-transform: uppercase;
}
.content-merch__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.content-merch__button {
  align-self: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.content-merch__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.content-merch__button svg {
  max-width: 100%;
  max-height: 100%;
}
.img-slide {
  position: relative;
  aspect-ratio: 670/677;
  width: 80%;
}
.img-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-slide > * {
  border: solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img-slide__back {
  background: #ef5301;
  -webkit-transform: translate(1%, 0) rotate(12.936deg);
  transform: translate(1%, 0) rotate(12.936deg);
}
.img-slide__mid {
  -webkit-transform: translate(1%, 0) rotate(8.624deg);
  transform: translate(1%, 0) rotate(8.624deg);
  background-color: #fff;
}
.img-slide__front {
  -webkit-transform: translate(0, 0) rotate(3.312deg);
  transform: translate(0, 0) rotate(3.312deg);
}
.buy {
  position: relative;
  background-color: #000;
}
.buy__container {
  position: relative;
}
.buy__top:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.top-buy {
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.top-buy__address {
  color: #fff;
  font-family: "Fredoka One";
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.top-buy__address::before {
  content: "";
  width: 1.45em;
  aspect-ratio: 1;
  background: url(../img/buy/arr.svg) center/contain no-repeat;
  -webkit-animation: arrow-move 1s ease infinite;
  animation: arrow-move 1s ease infinite;
}
.top-buy__btn {
  border-radius: 25rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.375rem 0 0 #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-buy__btn:has(button:hover) span {
  color: #ee4e0a;
}
.top-buy__btn span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: color 0.2s ease 0s;
}
.top-buy__btn button {
  pointer-events: all;
  aspect-ratio: 1;
  flex-shrink: 0;
  transition: scale 0.2s ease 0s;
}
.body-buy {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
.body-buy__img {
  position: relative;
  aspect-ratio: 1;
  flex: 0 0 56.3%;
  border-radius: 6px;
  border: 4px solid #000;
  overflow: hidden;
  box-shadow: 0 0.375rem 0 0 #feed00;
}
.body-buy__img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.body-buy__content {
  flex: 1 1 43.7%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.body-buy__title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: max-content;
  font-family: "Retro Mango DEMO";
  font-weight: 800;
  -webkit-text-stroke-width: 0.0183486239em;
  -webkit-text-stroke-color: #000;
}
.body-buy__title > span:nth-child(1) {
  position: relative;
  z-index: 2;
  line-height: 0.55;
  width: -webkit-max-content;
  width: max-content;
}
.body-buy__title > span:nth-child(1)::before {
  content: "How";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ee4e0a;
  z-index: -1;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  font-family: "Retro Mango DEMO";
  font-weight: 800;
}
.body-buy__title > span:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 0.2067669173em;
  aspect-ratio: 1;
  z-index: 2;
  top: 50%;
  right: -20%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/buy/star.svg) center/contain no-repeat;
}
.body-buy__title-bottom span:nth-child(1) {
  position: relative;
  z-index: 1;
}
.body-buy__title-bottom span:nth-child(1)::before {
  content: "to";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ee4e0a;
  z-index: -1;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  font-family: "Retro Mango DEMO";
  font-weight: 800;
}
.body-buy__title-bottom span:nth-child(2) {
  line-height: 0.55;
  position: relative;
  z-index: 1;
}
.body-buy__title-bottom span:nth-child(2)::before {
  content: "Buy";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #feed00;
  z-index: -1;
  -webkit-transform: translate(0, 27%);
  transform: translate(0, 27%);
  font-family: "Retro Mango DEMO";
  font-weight: 800;
}
.body-buy__items {
  display: grid;
  gap: 1.875rem;
  counter-reset: cardCounter;
}
.body-buy__items:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.body-buy__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(3.75rem);
  transform: translateX(3.75rem);
}
.body-buy__item._watcher-view {
  -webkit-animation: to-left 0.45s ease-out 0.2s forwards;
  animation: to-left 0.45s ease-out 0.2s forwards;
}
.body-buy__button {
  align-self: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.body-buy__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.body-buy__button svg {
  max-width: 100%;
  max-height: 100%;
}
.item-buy {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 0.375rem solid #000;
  box-shadow: 0 0.375rem 0 0 #feed00;
  display: grid;
  gap: 1rem;
}
.item-buy__title {
  position: relative;
  color: #000;
  font-family: "Fredoka One";
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  -webkit-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
  column-gap: 1.3125rem;
}
.item-buy__title::before {
  content: counter(cardCounter);
  counter-increment: cardCounter;
  border-radius: 6px;
  border: 3px solid #000;
  background: #feed00;
  flex-shrink: 0;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Fredoka One";
  line-height: 1;
  text-transform: uppercase;
}
.item-buy__services {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  row-gap: 0.5rem;
  justify-content: center;
}
.item-buy__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s;
}
.item-buy__link svg {
  width: 2rem;
  aspect-ratio: 1;
}
.item-buy__text {
  color: #000;
  font-family: "Fredoka One";
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 20px;
}
.listing {
  background: #000;
}
.listing__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing__button {
  align-self: center;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.125rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  -webkit-transform: translateY(0.75rem) rotate(-2.886deg);
  transform: translateY(0.75rem) rotate(-2.886deg);
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.listing__button svg {
  flex-shrink: 0;
}
.listing__button span {
  color: #000;
  font-family: "Fredoka One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.listing__runrow {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  background: #000;
}
.runrow-listning__line {
  display: flex;
  align-items: center;
}
.runrow-listning__row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  padding-left: 3em;
  -webkit-animation: line 20s linear infinite;
  animation: line 20s linear infinite;
}
.runrow-listning__item {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.runrow-listning__item.bg {
  border-radius: 50%;
  background-color: #fff;
}
.runrow-listning__item img {
  width: 100%;
}
.peshi {
  background-color: #000;
}
.peshi__container {
  display: flex;
}
.peshi__img {
  flex: 0 0 48.5%;
  box-shadow: 0 0.375rem 0 0 #feed00;
  border-radius: 6px;
  border: 4px solid #000;
  overflow: hidden;
}
.peshi__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-peshi {
  flex: 0 0 51.5%;
}
.content-peshi__title {
  display: flex;
  flex-direction: column;
}
.content-peshi__title:not(:last-child) {
  margin-bottom: 0.875rem;
}
.content-peshi__title span {
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  font-family: "Retro Mango DEMO";
  font-weight: 800;
}
.content-peshi__title span:nth-child(1) {
  line-height: 0.61;
  position: relative;
  z-index: 1;
}
.content-peshi__title span:nth-child(1)::before {
  content: "peshi";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #3bc5ff;
  z-index: -1;
  -webkit-transform: translate(0, 8%);
  transform: translate(0, 8%);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.61;
}
.content-peshi__title span:nth-child(2) {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.65;
}
.content-peshi__title span:nth-child(2)::before {
  content: "staking";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #feed00;
  z-index: -1;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
.content-peshi__title span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
  width: 0.3846153846em;
  aspect-ratio: 1;
  background: url(../img/peshi/titleDecor.svg) center/contain no-repeat;
}
.content-peshi__text {
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
.content-peshi__text:not(:last-child) {
  margin-bottom: 2.3125rem;
}
.content-peshi__bottom {
  display: flex;
  align-items: flex-start;
}
.content-peshi__label {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.content-peshi__label::before {
  content: "";
  width: 0.96875em;
  aspect-ratio: 1;
  background: url(../img/peshi/star.svg) center/contain no-repeat;
}
.content-peshi__button {
  align-self: center;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.5rem;
  border: 0.125rem solid #000;
  background-color: #feeb00;
  box-shadow: 0 0.25rem 0 0 #000;
  -webkit-transform: translateX(-50%) rotate(-4deg);
  transform: translateX(-50%) rotate(-4deg);
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.content-peshi__button svg {
  flex-shrink: 0;
}
.content-peshi__button span {
  color: #000;
  font-family: "Fredoka One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.faq {
  background-color: #feeb00;
}
.faq__container {
  display: flex;
  align-items: flex-start;
}
.left-faq {
  flex: 0 0 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-faq__title {
  position: relative;
  -webkit-text-stroke-width: 0.015037594em;
  -webkit-text-stroke-color: #000;
  color: #fff;
  width: -webkit-max-content;
  width: max-content;
  text-shadow: 0 0.022556391em 0 #000;
  font-family: "Retro Mango DEMO";
  font-weight: 800;
  line-height: 0.71;
}
.left-faq__title::before {
  content: "";
  position: absolute;
  top: -0.2443609023em;
  left: 0;
  width: 0.2180451128em;
  aspect-ratio: 1;
  background: url(../img/faq/arr.svg) center/contain no-repeat;
  -webkit-animation: arrow-move 1s ease infinite;
  animation: arrow-move 1s ease infinite;
}
.left-faq__title::after {
  content: "";
  position: absolute;
  top: -0.0563909774em;
  right: -0.2631578947em;
  width: 0.2180451128em;
  aspect-ratio: 1;
  background: url(../img/faq/star.svg) center/contain no-repeat;
}
.left-faq__img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  width: 2.0563909774em;
  margin-top: -0.4887218045em;
}
.left-faq__img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: -6%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spollers-faq {
  flex: 0 1 66%;
  display: grid;
}
.spollers-faq__item {
  font-size: 1.25rem;
  border-bottom: 0.25rem solid #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(3.75rem);
  transform: translateX(3.75rem);
}
.spollers-faq__item._watcher-view {
  -webkit-animation: to-left 0.45s ease-out 0.2s forwards;
  animation: to-left 0.45s ease-out 0.2s forwards;
}
.spollers-faq__item:first-child {
  border-top: 0.25rem solid #000;
}
.spollers-faq__title {
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
}
.spollers-faq__title::-webkit-details-marker,
.spollers-faq__title::marker {
  display: none;
}
._spoller-init .spollers-faq__title {
  cursor: pointer;
}
._spoller-init .spollers-faq__title::after,
._spoller-init .spollers-faq__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #000;
  height: 0.25rem;
  width: 2rem;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
._spoller-init .spollers-faq__title::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._spoller-init .spollers-faq__title::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
._spoller-init .spollers-faq__title._spoller-active::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
._spoller-init .spollers-faq__title._spoller-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.spollers-faq__body {
  line-height: 1.2;
  text-transform: uppercase;
}
.spollers-faq__body:not(:first-child) {
  margin-top: 1.25rem;
}
.join {
  background-color: #000;
}
.join__container {
  position: relative;
  min-height: 53.25rem;
  display: flex;
  align-items: flex-end;
}
.join__title-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.join__title-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.join__social-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-self: flex-end;
  aspect-ratio: 1400/302;
}
.join__button {
  align-self: flex-end;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7.5rem;
  border: 0.1875rem solid #000;
  background-color: #fff;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.join__button span {
  color: #000;
  font-family: "Fredoka One";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.join__button svg {
  max-width: 100%;
  max-height: 100%;
}
.join__social {
  display: flex;
  justify-content: center;
}
.join__link {
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  background-color: #2b2b2b;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 0.1875rem solid #000;
  box-shadow: 0 0.25rem 0 0 #000;
  transition: box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
}
.join__link svg {
  width: 40%;
}
.join__link:nth-child(2) {
  background-color: #fff;
}
.join__link:nth-child(3) {
  background-color: #00f7ef;
}
.join__link:nth-child(4) {
  background: radial-gradient(
    112.59% 112.59% at 76.47% 95.88%,
    #f9ce34 0,
    #ee2a7b 59.5%,
    #6228d7 100%
  );
}
.join__button-yellow {
  color: #000;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 7.5rem;
  border: 0.25rem solid #000;
  background-color: #feed00;
  box-shadow: 0 0.25rem 0 0 #000;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  will-change: transform, background-color, box-shadow;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (min-width: 47.99875em) {
  .img-slide > * {
    box-shadow: 0 0.25rem 0 0 #000;
  }
}
@media (min-width: 61.99875em) {
  .menu__link {
    -webkit-text-stroke-width: 0.125rem;
    -webkit-text-stroke-color: #feeb00;
    paint-order: stroke fill;
  }
  .story__text {
    max-width: 43.75rem;
  }
  .story__right {
    flex: 0 0 46%;
  }
  .tik-tok__content {
    flex: 0 0 55%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 1.25rem;
  }
  .tik-tok__text {
    max-width: 31.25rem;
  }
  .tik-tok__images {
    flex: 0 0 45%;
  }
  .nft__slider {
    flex: 0 0 60%;
  }
  .nft__content {
    flex: 0 0 40%;
  }
  .nft__text {
    max-width: 26.25rem;
  }
  .nft__items {
    max-width: 26.25rem;
  }
  .body-memes {
    aspect-ratio: 1600/1300;
  }
  .body-memes__header {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .body-memes__images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    gap: 2.375rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .merch__slider-pagination {
    font-size: 1.375rem;
  }
  .content-merch {
    flex: 0 0 49%;
  }
  .content-merch__text {
    max-width: 35.8125rem;
  }
  .top-buy__address {
    font-size: 2.25rem;
  }
  .item-buy {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .item-buy__title {
    font-size: 1.75rem;
  }
  .peshi__container {
    row-gap: 6.25rem;
  }
  .content-peshi__text {
    max-width: 40.5625rem;
  }
  .join__social {
    display: flex;
    width: 20rem;
    flex-wrap: wrap;
    gap: 1.875rem;
    -webkit-transform: translate(-8%, 13%) rotate(-17deg);
    transform: translate(-8%, 13%) rotate(-17deg);
  }
  .join__link:nth-child(2) {
    -webkit-transform: translate(14%, -35%);
    transform: translate(14%, -35%);
  }
  .join__link:nth-child(2) img {
    width: 70%;
  }
  .join__link:nth-child(3) {
    -webkit-transform: translate(37%, -18%);
    transform: translate(37%, -18%);
  }
  .join__link:nth-child(5) {
    -webkit-transform: translate(37%, -7%);
    transform: translate(37%, -7%);
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) {
  .body-memes__images img:nth-child(1) {
    align-self: start;
    justify-self: end;
    -webkit-transform: translate(13%, 0);
    transform: translate(13%, 0);
    width: 89%;
  }
  .body-memes__images img:nth-child(2) {
    align-self: center;
    justify-self: end;
    width: 57%;
  }
  .body-memes__images img:nth-child(3) {
    align-self: end;
    justify-self: end;
    width: 82%;
  }
  .body-memes__images img:nth-child(4) {
    align-self: center;
    justify-self: start;
    grid-column: 1/4;
    width: 17.2%;
  }
  .body-memes__images img:nth-child(5) {
    align-self: end;
    justify-self: end;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    width: 82.2%;
  }
  .body-memes__images img:nth-child(6) {
    align-self: center;
    justify-self: end;
    -webkit-transform: translate(0, 14%);
    transform: translate(0, 14%);
    width: 59.8%;
  }
  .body-memes__images img:nth-child(7) {
    align-self: start;
    justify-self: end;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
    width: 75.8%;
  }
}
@media (min-width: 61.99875em) and (any-hover: hover) {
  .join__link:nth-child(2):hover {
    -webkit-transform: translate(14%, -31%);
    transform: translate(14%, -31%);
    box-shadow: 0 0 0 0 #000;
  }
  .join__link:nth-child(3):hover {
    -webkit-transform: translate(37%, -14%);
    transform: translate(37%, -14%);
    box-shadow: 0 0 0 0 #000;
  }
  .join__link:nth-child(5):hover {
    -webkit-transform: translate(37%, -3%);
    transform: translate(37%, -3%);
    box-shadow: 0 0 0 0 #000;
  }
}
@media (min-width: 101.875em) {
  .menu__list {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .menu__link {
    font-size: 1.25rem;
  }
  .header__logo {
    width: 5rem;
  }
  .header__button {
    width: 13.4375rem;
  }
  .footer__top {
    padding-top: 4.375rem;
  }
  .footer__top {
    padding-bottom: 3.75rem;
  }
  .footer__top-columns {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }
  .footer__top-column {
    padding-left: 1rem;
  }
  .footer__top-menu-item {
    font-size: 5rem;
  }
  .footer__top-social-item {
    width: 3.75rem;
  }
  .footer__bottom-text {
    margin-bottom: 1.25rem;
  }
  .footer__bottom-text {
    font-size: 1.125rem;
  }
  .footer__bottom-body > span {
    font-size: 1.25rem;
  }
  .footer__bottom-body > a span {
    font-size: 1.25rem;
  }
  .footer__bottom-body > a img {
    width: 8.9375rem;
  }
  .page__hero {
    padding-top: 1.25rem;
  }
  .page__hero {
    padding-bottom: 3.75rem;
  }
  .page__story {
    padding-top: 8.75rem;
  }
  .page__story {
    padding-bottom: 11.25rem;
  }
  .page__nft {
    padding-top: 10rem;
  }
  .page__nft {
    padding-bottom: 3.75rem;
  }
  .page__nft-collection {
    padding-top: 6.25rem;
  }
  .page__nft-collection {
    padding-bottom: 6.25rem;
  }
  .page__comics {
    padding-top: 8.75rem;
  }
  .page__comics {
    padding-bottom: 8.75rem;
  }
  .page__memes {
    padding-top: 10rem;
  }
  .page__memes {
    padding-bottom: 7.5rem;
  }
  .page__merch {
    padding-top: 7.5rem;
  }
  .page__merch {
    padding-bottom: 6.25rem;
  }
  .hero__image {
    margin-top: -37.5rem;
  }
  .hero__bottom {
    -webkit-column-gap: 18.75rem;
    -moz-column-gap: 18.75rem;
    column-gap: 18.75rem;
  }
  .hero__bottom {
    margin-top: -15rem;
  }
  .hero__bottom-left {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .hero__bottom-link {
    width: 5rem;
  }
  .hero__bottom-button {
    height: 5rem;
  }
  .hero__bottom-button {
    padding-left: 1.75rem;
  }
  .hero__bottom-button {
    padding-right: 1.75rem;
  }
  .hero__bottom-button.sb {
    padding: 0.625rem;
  }
  .hero__bottom-button.sb {
    padding-left: 1rem;
  }
  .hero__bottom-button.sb {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .hero__bottom-button.sb span {
    font-size: 1.5rem;
  }
  .hero__bottom-button span {
    font-size: 1.5rem;
  }
  .hero__bottom-right {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .partners {
    padding-top: 1.5rem;
  }
  .partners {
    padding-bottom: 1.875rem;
  }
  .partners {
    margin-top: -1.25rem;
  }
  .partners__item {
    padding-top: 2.25rem;
  }
  .partners__item {
    padding-bottom: 2.25rem;
  }
  .partners__item {
    padding-left: 2.75rem;
  }
  .partners__item {
    padding-right: 2.75rem;
  }
  .partners__item img {
    height: 4rem;
  }
  .story__content {
    padding-right: 1.875rem;
  }
  .story__title span:nth-child(1) {
    font-size: 13.625rem;
  }
  .story__title span:nth-child(2) {
    font-size: 16.625rem;
  }
  .story__text p {
    font-size: 1.25rem;
  }
  .story__text h3 {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .story__text h3 {
    padding-top: 0.25rem;
  }
  .story__text h3 {
    padding-bottom: 0.25rem;
  }
  .story__text h3 svg {
    width: 1.5625rem;
  }
  .story__text h3 svg {
    height: 1.5625rem;
  }
  .story__text h3 span {
    font-size: 2rem;
  }
  .story__button {
    padding-top: 1rem;
  }
  .story__button {
    padding-bottom: 1rem;
  }
  .story__button {
    padding-left: 1rem;
  }
  .story__button {
    padding-right: 1rem;
  }
  .story__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .story__button svg {
    width: 1.5625rem;
  }
  .story__button svg {
    height: 1.5625rem;
  }
  .story__button span {
    font-size: 1.25rem;
  }
  .tik-tok__title span:nth-child(1) {
    font-size: 13.625rem;
  }
  .tik-tok__title span:nth-child(1)::before {
    font-size: 13.625rem;
  }
  .tik-tok__title span:nth-child(2) {
    font-size: 13.625rem;
  }
  .tik-tok__title span:nth-child(2)::before {
    font-size: 13.625rem;
  }
  .tik-tok__title span:nth-child(4) {
    font-size: 8.5625rem;
  }
  .tik-tok__title span:nth-child(4)::before {
    font-size: 8.5625rem;
  }
  .tik-tok__text {
    font-size: 1.25rem;
  }
  .tik-tok__button {
    padding: 0.625rem;
  }
  .tik-tok__button {
    padding-left: 1rem;
  }
  .tik-tok__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .tik-tok__button span {
    font-size: 1.5rem;
  }
  .images-tik-tok {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .images-tik-tok {
    height: 50rem;
  }
  .images-tik-tok__column-box {
    row-gap: 1.5rem;
  }
  .images-tik-tok__column-box {
    padding-top: 1.5rem;
  }
  .nft__title span:nth-child(1) {
    font-size: 13.625rem;
  }
  .nft__title span:nth-child(2) {
    font-size: 16.625rem;
  }
  .nft__text {
    font-size: 1.25rem;
  }
  .nft__items {
    margin-bottom: 1.8125rem;
  }
  .nft__item span:nth-child(1) {
    font-size: 1.5rem;
  }
  .nft__item span:nth-child(2) {
    font-size: 1.75rem;
  }
  .nft__button {
    padding: 0.625rem;
  }
  .nft__button {
    padding-left: 1rem;
  }
  .nft__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .nft__button:last-child {
    height: 4.25rem;
  }
  .nft__button span {
    font-size: 1.5rem;
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(1) {
    font-size: 16.625rem;
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(3) {
    font-size: 16.625rem;
  }
  .nft-collection__title-row:nth-child(2) span:nth-child(1) {
    font-size: 13.625rem;
  }
  .nft-collection__button {
    padding-top: 1rem;
  }
  .nft-collection__button {
    padding-bottom: 1rem;
  }
  .nft-collection__button {
    padding-left: 1rem;
  }
  .nft-collection__button {
    padding-right: 1rem;
  }
  .nft-collection__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .nft-collection__button {
    margin-top: -1.125rem;
  }
  .nft-collection__button svg {
    width: 1.5625rem;
  }
  .nft-collection__button svg {
    height: 1.5625rem;
  }
  .nft-collection__line {
    padding-top: 1.875rem;
  }
  .nft-collection__line {
    padding-bottom: 1.875rem;
  }
  .nft-collection__item {
    padding-top: 1.5rem;
  }
  .nft-collection__item {
    padding-bottom: 1.5rem;
  }
  .nft-collection__item {
    padding-left: 1.5rem;
  }
  .nft-collection__item {
    padding-right: 1.5rem;
  }
  .nft-collection__item img {
    height: 15rem;
  }
  .comics::before {
    height: 5rem;
  }
  .comics::after {
    height: 5rem;
  }
  .comics__images {
    margin-top: -5.625rem;
  }
  .body-memes__title span {
    font-size: 13.625rem;
  }
  .body-memes__title span:nth-child(1) span:nth-child(1) {
    font-size: 19.625rem;
  }
  .body-memes__title span:nth-child(1) span:nth-child(2) {
    font-size: 13.625rem;
  }
  .body-memes__button {
    padding: 0.625rem;
  }
  .body-memes__button {
    padding-left: 1rem;
  }
  .body-memes__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .body-memes__button:last-child {
    height: 4.25rem;
  }
  .body-memes__button span {
    font-size: 1.5rem;
  }
  .merch__slider {
    min-height: 57.1875rem;
  }
  .merch__slide {
    padding-top: 5rem;
  }
  .merch__slider-control {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .merch__slider-pagination {
    font-size: 2rem;
  }
  .content-merch__title {
    margin-bottom: 2.25rem;
  }
  .content-merch__title span:nth-child(1) {
    font-size: 16.625rem;
  }
  .content-merch__title span:nth-child(2) {
    font-size: 13.625rem;
  }
  .content-merch__text {
    font-size: 1.25rem;
  }
  .content-merch__button {
    padding: 0.625rem;
  }
  .content-merch__button {
    padding-left: 1rem;
  }
  .content-merch__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .content-merch__button span {
    font-size: 1.5rem;
  }
  .img-slide > * {
    border-width: 0.375rem;
  }
  .buy__container {
    padding-top: 11.5625rem;
  }
  .buy__container {
    padding-bottom: 7.5rem;
  }
  .top-buy__address {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .top-buy__btn {
    padding: 0.625rem;
  }
  .top-buy__btn {
    padding-left: 1rem;
  }
  .top-buy__btn {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .top-buy__btn span {
    font-size: 1.5rem;
  }
  .top-buy__btn button {
    width: 2.625rem;
  }
  .top-buy__btn button {
    height: 2.625rem;
  }
  .top-buy__btn button svg {
    width: 2.625rem;
  }
  .top-buy__btn button svg {
    height: 2.625rem;
  }
  .body-buy {
    -webkit-column-gap: 2.5625rem;
    -moz-column-gap: 2.5625rem;
    column-gap: 2.5625rem;
  }
  .body-buy__title {
    margin-bottom: 1.875rem;
  }
  .body-buy__button {
    padding: 0.625rem;
  }
  .body-buy__button {
    padding-left: 1rem;
  }
  .body-buy__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .body-buy__button span {
    font-size: 1.5rem;
  }
  .listing__button {
    padding-top: 1rem;
  }
  .listing__button {
    padding-bottom: 1rem;
  }
  .listing__button {
    padding-left: 1rem;
  }
  .listing__button {
    padding-right: 1rem;
  }
  .listing__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .listing__button {
    margin-top: -1.125rem;
  }
  .listing__button svg {
    width: 1.5625rem;
  }
  .listing__button svg {
    height: 1.5625rem;
  }
  .runrow-listning__item {
    width: 3.75rem;
  }
  .peshi {
    padding-top: 7.5rem;
  }
  .peshi {
    padding-bottom: 3.125rem;
  }
  .content-peshi__text {
    font-size: 1.25rem;
  }
  .content-peshi__label {
    font-size: 2rem;
  }
  .content-peshi__button {
    padding-top: 1rem;
  }
  .content-peshi__button {
    padding-bottom: 1rem;
  }
  .content-peshi__button {
    padding-left: 1rem;
  }
  .content-peshi__button {
    padding-right: 1rem;
  }
  .content-peshi__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .content-peshi__button {
    margin-top: 1.625rem;
  }
  .content-peshi__button svg {
    width: 1.5625rem;
  }
  .content-peshi__button svg {
    height: 1.5625rem;
  }
  .faq {
    padding-top: 12.5rem;
  }
  .faq {
    padding-bottom: 10rem;
  }
  .spollers-faq__item {
    padding-top: 1.5rem;
  }
  .spollers-faq__item {
    padding-bottom: 1.5rem;
  }
  .spollers-faq__title {
    padding-right: 4.375rem;
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    width: 2rem;
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    height: 0.25rem;
  }
  .join {
    padding-top: 4.625rem;
  }
  .join {
    padding-bottom: 6.625rem;
  }
  .join__container {
    min-height: 53.25rem;
  }
  .join__social-box {
    padding-left: 15.875rem;
  }
  .join__button {
    padding: 0.625rem;
  }
  .join__button {
    padding-left: 1rem;
  }
  .join__button {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .join__button span {
    font-size: 1.5rem;
  }
  .join__button {
    margin-right: 6.75rem;
  }
  .join__link {
    width: 5.3125rem;
  }
  .join__button-yellow {
    width: 16.25rem;
  }
  .join__button-yellow {
    height: 5rem;
  }
  .join__button-yellow {
    font-size: 2rem;
  }
}
@media (min-width: 20em) {
  .merch__container {
    row-gap: 3.125rem;
  }
}
@media (min-width: 120em) {
  .top-buy__address {
    font-size: 2.5rem;
  }
  .top-buy__btn {
    font-size: 1.5rem;
  }
  .body-buy__title {
    font-size: 13.625rem;
  }
  .body-buy__title > span:nth-child(1)::before {
    font-size: 13.625rem;
  }
  .body-buy__title-bottom span:nth-child(2) {
    font-size: 16.625rem;
  }
  .body-buy__title-bottom span:nth-child(2)::before {
    font-size: 16.625rem;
  }
  .item-buy__title {
    font-size: 2rem;
  }
  .item-buy__title::before {
    font-size: 3rem;
  }
  .item-buy__title::before {
    width: 3.5rem;
  }
  .item-buy__services {
    font-size: 1.25rem;
  }
  .item-buy__link {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .item-buy__link svg {
    width: 2rem;
  }
  .item-buy__text {
    font-size: 1.25rem;
  }
  .content-peshi__title span:nth-child(1) {
    font-size: 16.625rem;
  }
  .content-peshi__title span:nth-child(1)::before {
    font-size: 16.625rem;
  }
  .content-peshi__title span:nth-child(2) {
    font-size: 9.75rem;
  }
  .content-peshi__title span:nth-child(2)::before {
    font-size: 9.75rem;
  }
  .faq__container {
    -webkit-column-gap: 10.625rem;
    -moz-column-gap: 10.625rem;
    column-gap: 10.625rem;
  }
  .left-faq {
    font-size: 16.625rem;
  }
  .left-faq__title {
    font-size: 16.625rem;
  }
  .spollers-faq__title {
    font-size: 2rem;
  }
  .spollers-faq__body {
    font-size: 1.25rem;
  }
  .join__social-box {
    margin-bottom: 5.875rem;
  }
}
@media (max-width: 20em) {
  .menu__link {
    font-size: 1.375rem;
  }
  .header__logo {
    width: 3.75rem;
  }
  .header__button {
    width: 9.375rem;
  }
  .footer__top {
    padding-top: 2.5rem;
  }
  .footer__top {
    padding-bottom: 1.875rem;
  }
  .footer__top-column {
    padding-left: 0.75rem;
  }
  .footer__top-menu-item {
    font-size: 2.25rem;
  }
  .footer__top-social-item {
    width: 3.25rem;
  }
  .footer__bottom-text {
    margin-bottom: 0.9375rem;
  }
  .footer__bottom-text {
    font-size: 0.875rem;
  }
  .footer__bottom-body > span {
    font-size: 1rem;
  }
  .footer__bottom-body > a span {
    font-size: 1.125rem;
  }
  .footer__bottom-body > a img {
    width: 8rem;
  }
  .page__hero {
    padding-top: 8.75rem;
  }
  .page__hero {
    padding-bottom: 2.5rem;
  }
  .page__story {
    padding-top: 3.75rem;
  }
  .page__story {
    padding-bottom: 3.75rem;
  }
  .page__nft {
    padding-top: 6.25rem;
  }
  .page__nft {
    padding-bottom: 1.25rem;
  }
  .page__nft-collection {
    padding-top: 3.75rem;
  }
  .page__nft-collection {
    padding-bottom: 3.75rem;
  }
  .page__comics {
    padding-top: 5rem;
  }
  .page__comics {
    padding-bottom: 5rem;
  }
  .page__memes {
    padding-top: 5rem;
  }
  .page__memes {
    padding-bottom: 3.75rem;
  }
  .page__merch {
    padding-top: 3.75rem;
  }
  .page__merch {
    padding-bottom: 3.75rem;
  }
  .hero__image {
    margin-top: -6.25rem;
  }
  .hero__bottom {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .hero__bottom {
    margin-top: 1.25rem;
  }
  .hero__bottom-left {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .hero__bottom-link {
    width: 3.375rem;
  }
  .hero__bottom-button {
    height: 3.375rem;
  }
  .hero__bottom-button {
    padding-left: 0.75rem;
  }
  .hero__bottom-button {
    padding-right: 0.75rem;
  }
  .hero__bottom-button.sb {
    padding: 0.25rem;
  }
  .hero__bottom-button.sb {
    padding-left: 0.75rem;
  }
  .hero__bottom-button.sb {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .hero__bottom-button.sb span {
    font-size: 0.75rem;
  }
  .hero__bottom-button span {
    font-size: 1.25rem;
  }
  .hero__bottom-right {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .partners {
    padding-top: 0.75rem;
  }
  .partners {
    padding-bottom: 0.875rem;
  }
  .partners__item {
    padding-top: 0.75rem;
  }
  .partners__item {
    padding-bottom: 0.75rem;
  }
  .partners__item {
    padding-left: 0.875rem;
  }
  .partners__item {
    padding-right: 0.875rem;
  }
  .partners__item img {
    height: 2.75rem;
  }
  .story__title span:nth-child(1) {
    font-size: 4.875rem;
  }
  .story__title span:nth-child(2) {
    font-size: 6rem;
  }
  .story__text p {
    font-size: 1rem;
  }
  .story__text h3 {
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
  }
  .story__text h3 {
    padding-top: 0.125rem;
  }
  .story__text h3 {
    padding-bottom: 0.125rem;
  }
  .story__text h3 svg {
    width: 1.25rem;
  }
  .story__text h3 svg {
    height: 1.25rem;
  }
  .story__text h3 span {
    font-size: 1.5rem;
  }
  .story__button {
    padding-top: 0.625rem;
  }
  .story__button {
    padding-bottom: 0.625rem;
  }
  .story__button {
    padding-left: 0.75rem;
  }
  .story__button {
    padding-right: 0.75rem;
  }
  .story__button {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .story__button svg {
    width: 1.375rem;
  }
  .story__button svg {
    height: 1.375rem;
  }
  .story__button span {
    font-size: 0.875rem;
  }
  .tik-tok__title span:nth-child(1) {
    font-size: 5.25rem;
  }
  .tik-tok__title span:nth-child(1)::before {
    font-size: 5.25rem;
  }
  .tik-tok__title span:nth-child(2) {
    font-size: 5.25rem;
  }
  .tik-tok__title span:nth-child(2)::before {
    font-size: 5.25rem;
  }
  .tik-tok__title span:nth-child(4) {
    font-size: 3.25rem;
  }
  .tik-tok__title span:nth-child(4)::before {
    font-size: 3.25rem;
  }
  .tik-tok__text {
    font-size: 1rem;
  }
  .tik-tok__button {
    padding: 0.25rem;
  }
  .tik-tok__button {
    padding-left: 0.75rem;
  }
  .tik-tok__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .tik-tok__button span {
    font-size: 1.25rem;
  }
  .images-tik-tok {
    -webkit-column-gap: 0.875rem;
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
  }
  .images-tik-tok {
    height: 20rem;
  }
  .images-tik-tok__column-box {
    row-gap: 0.875rem;
  }
  .images-tik-tok__column-box {
    padding-top: 0.875rem;
  }
  .nft__title span:nth-child(1) {
    font-size: 4.875rem;
  }
  .nft__title span:nth-child(2) {
    font-size: 6rem;
  }
  .nft__text {
    font-size: 1rem;
  }
  .nft__items {
    margin-bottom: 1.5rem;
  }
  .nft__item span:nth-child(1) {
    font-size: 1.25rem;
  }
  .nft__item span:nth-child(2) {
    font-size: 1.5rem;
  }
  .nft__button {
    padding: 0.25rem;
  }
  .nft__button {
    padding-left: 0.75rem;
  }
  .nft__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .nft__button:last-child {
    height: 3.5rem;
  }
  .nft__button span {
    font-size: 1.25rem;
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(1) {
    font-size: 3.75rem;
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(3) {
    font-size: 3.75rem;
  }
  .nft-collection__title-row:nth-child(2) span:nth-child(1) {
    font-size: 3.375rem;
  }
  .nft-collection__button {
    padding-top: 0.625rem;
  }
  .nft-collection__button {
    padding-bottom: 0.625rem;
  }
  .nft-collection__button {
    padding-left: 0.75rem;
  }
  .nft-collection__button {
    padding-right: 0.75rem;
  }
  .nft-collection__button {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .nft-collection__button svg {
    width: 1.375rem;
  }
  .nft-collection__button svg {
    height: 1.375rem;
  }
  .nft-collection__line {
    padding-top: 0.875rem;
  }
  .nft-collection__line {
    padding-bottom: 0.875rem;
  }
  .nft-collection__item {
    padding-top: 0.375rem;
  }
  .nft-collection__item {
    padding-bottom: 0.375rem;
  }
  .nft-collection__item {
    padding-left: 0.375rem;
  }
  .nft-collection__item {
    padding-right: 0.375rem;
  }
  .nft-collection__item img {
    height: 5.125rem;
  }
  .comics::before {
    height: 2.5rem;
  }
  .comics::after {
    height: 2.5rem;
  }
  .comics__images {
    margin-top: -1.5rem;
  }
  .body-memes__title span {
    font-size: 3.875rem;
  }
  .body-memes__title span:nth-child(1) span:nth-child(1) {
    font-size: 5rem;
  }
  .body-memes__title span:nth-child(1) span:nth-child(2) {
    font-size: 3.125rem;
  }
  .body-memes__button {
    padding: 0.25rem;
  }
  .body-memes__button {
    padding-left: 0.75rem;
  }
  .body-memes__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .body-memes__button:last-child {
    height: 3.5rem;
  }
  .body-memes__button span {
    font-size: 1.25rem;
  }
  .merch__container {
    row-gap: 0.9375rem;
  }
  .merch__slider {
    min-height: 23.125rem;
  }
  .merch__slide {
    padding-top: 2.5rem;
  }
  .merch__slider-control {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .content-merch__title {
    margin-bottom: 1.25rem;
  }
  .content-merch__title span:nth-child(1) {
    font-size: 6.375rem;
  }
  .content-merch__title span:nth-child(2) {
    font-size: 5.125rem;
  }
  .content-merch__text {
    font-size: 1rem;
  }
  .content-merch__button {
    padding: 0.25rem;
  }
  .content-merch__button {
    padding-left: 0.75rem;
  }
  .content-merch__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .content-merch__button span {
    font-size: 1.25rem;
  }
  .img-slide > * {
    border-width: 0.125rem;
  }
  .buy__container {
    padding-top: 5rem;
  }
  .buy__container {
    padding-bottom: 1.25rem;
  }
  .top-buy__address {
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .top-buy__btn {
    padding: 0.25rem;
  }
  .top-buy__btn {
    padding-left: 0.75rem;
  }
  .top-buy__btn {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .top-buy__btn {
    font-size: 1rem;
  }
  .top-buy__btn span {
    font-size: 1.125rem;
  }
  .top-buy__btn button {
    width: 2.375rem;
  }
  .top-buy__btn button {
    height: 2.375rem;
  }
  .top-buy__btn button svg {
    width: 2.375rem;
  }
  .top-buy__btn button svg {
    height: 2.375rem;
  }
  .body-buy {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .body-buy__title {
    font-size: 6rem;
  }
  .body-buy__title {
    margin-bottom: 1.25rem;
  }
  .body-buy__title > span:nth-child(1)::before {
    font-size: 6rem;
  }
  .body-buy__title-bottom span:nth-child(2) {
    font-size: 6.5625rem;
  }
  .body-buy__title-bottom span:nth-child(2)::before {
    font-size: 6.5625rem;
  }
  .body-buy__button {
    padding: 0.25rem;
  }
  .body-buy__button {
    padding-left: 0.75rem;
  }
  .body-buy__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .body-buy__button span {
    font-size: 1.25rem;
  }
  .item-buy {
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
  }
  .item-buy__title::before {
    font-size: 1.25rem;
  }
  .item-buy__title::before {
    width: 1.875rem;
  }
  .item-buy__services {
    font-size: 0.75rem;
  }
  .item-buy__text {
    font-size: 1rem;
  }
  .listing__button {
    padding-top: 0.625rem;
  }
  .listing__button {
    padding-bottom: 0.625rem;
  }
  .listing__button {
    padding-left: 0.75rem;
  }
  .listing__button {
    padding-right: 0.75rem;
  }
  .listing__button {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .listing__button svg {
    width: 1.375rem;
  }
  .listing__button svg {
    height: 1.375rem;
  }
  .runrow-listning__item {
    width: 2.5rem;
  }
  .peshi {
    padding-top: 5rem;
  }
  .peshi {
    padding-bottom: 3.75rem;
  }
  .peshi__container {
    row-gap: 2.5rem;
  }
  .content-peshi__title span:nth-child(1) {
    font-size: 6.5625rem;
  }
  .content-peshi__title span:nth-child(1)::before {
    font-size: 6.5625rem;
  }
  .content-peshi__title span:nth-child(2) {
    font-size: 3.8125rem;
  }
  .content-peshi__title span:nth-child(2)::before {
    font-size: 3.8125rem;
  }
  .content-peshi__text {
    font-size: 1rem;
  }
  .content-peshi__label {
    font-size: 1.625rem;
  }
  .content-peshi__button {
    padding-top: 0.625rem;
  }
  .content-peshi__button {
    padding-bottom: 0.625rem;
  }
  .content-peshi__button {
    padding-left: 0.75rem;
  }
  .content-peshi__button {
    padding-right: 0.75rem;
  }
  .content-peshi__button {
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
  .content-peshi__button svg {
    width: 1.375rem;
  }
  .content-peshi__button svg {
    height: 1.375rem;
  }
  .faq {
    padding-top: 5rem;
  }
  .faq {
    padding-bottom: 3.75rem;
  }
  .left-faq {
    font-size: 6.5625rem;
  }
  .left-faq__title {
    font-size: 7.75rem;
  }
  .spollers-faq__item {
    padding-top: 1.125rem;
  }
  .spollers-faq__item {
    padding-bottom: 1.125rem;
  }
  .spollers-faq__title {
    font-size: 1rem;
  }
  .spollers-faq__title {
    padding-right: 2.5rem;
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    width: 1.5rem;
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    height: 0.1875rem;
  }
  .spollers-faq__body {
    font-size: 0.875rem;
  }
  .join {
    padding-top: 2.5rem;
  }
  .join {
    padding-bottom: 2.5rem;
  }
  .join__container {
    min-height: 21.875rem;
  }
  .join__button {
    padding: 0.25rem;
  }
  .join__button {
    padding-left: 0.75rem;
  }
  .join__button {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
  .join__button span {
    font-size: 1.25rem;
  }
  .join__link {
    width: 2.8125rem;
  }
  .join__button-yellow {
    width: 14.375rem;
  }
  .join__button-yellow {
    height: 3.5625rem;
  }
  .join__button-yellow {
    font-size: 1.125rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: auto;
    height: auto;
    right: -100%;
    top: 5rem;
    overflow: auto;
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
    transition: right 0.3s;
    border: 0.1875rem solid #000;
    background-color: #feeb00;
    box-shadow: 0 0.25rem 0 0 #000;
  }
  .menu-open .menu__body {
    right: 0;
  }
  .menu__list {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: flex-end;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    z-index: 5;
    background-color: #ee4e07;
    border-radius: 50%;
    border: 0.25rem solid #000;
    box-shadow: 0 0.25rem 0 0 #000;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.625rem;
    position: absolute;
    width: calc(100% - 1.25rem);
    height: 0.1875rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0.75rem;
  }
  .icon-menu::after {
    bottom: 0.75rem;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.09375rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__menu {
    order: 2;
  }
  .header__button {
    order: 1;
  }
  .footer__top-columns {
    flex-direction: column;
  }
  .footer__top-column {
    row-gap: 0.375rem;
  }
  .footer__top-social {
    padding-top: 1.25rem;
  }
  .hero__bottom {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .story__container {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .story__right {
    width: 100%;
    max-width: 35rem;
  }
  .tik-tok__container {
    flex-direction: column;
    row-gap: 1.875rem;
  }
  .tik-tok__content {
    width: 100%;
    padding-top: 3.75rem;
  }
  .tik-tok__button {
    align-self: center;
  }
  .nft__container {
    flex-direction: column-reverse;
    row-gap: 1.25rem;
  }
  .nft__slider {
    width: 100%;
  }
  .nft__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .nft__items {
    width: 100%;
  }
  .nft__button {
    align-self: center;
    min-width: 13.75rem;
  }
  .nft__button {
    align-self: center;
  }
  .nft-collection__button {
    margin-top: 1.25rem;
  }
  .body-memes__button {
    align-self: center;
    min-width: 13.75rem;
  }
  .body-memes__button {
    align-self: center;
  }
  .body-memes__images {
    grid-template-columns: repeat(2, 1fr);
  }
  .body-memes__images img {
    max-height: 25rem;
    width: 100%;
    aspect-ratio: 1;
  }
  .merch__container {
    flex-direction: column;
  }
  .merch__slider {
    width: 87%;
  }
  .content-merch__button {
    align-self: center;
  }
  .buy__top:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .top-buy {
    flex-direction: column;
  }
  .body-buy {
    flex-direction: column-reverse;
    row-gap: 3.125rem;
  }
  .body-buy__img {
    width: 100%;
    max-width: 43.75rem;
    margin: 0 auto;
  }
  .body-buy__button {
    align-self: center;
  }
  .listing__button {
    margin-top: 1.25rem;
  }
  .peshi__container {
    flex-direction: column;
  }
  .peshi__img {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
  }
  .content-peshi__button {
    margin-top: 1.25rem;
  }
  .faq__container {
    flex-direction: column;
  }
  .left-faq {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .spollers-faq {
    width: 100%;
  }
  .join__social-box {
    aspect-ratio: 1400/200;
    justify-content: space-between;
    width: 100%;
  }
  .join__button {
    align-self: center;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 61.99875em) and (max-width: 20em) {
  .body-memes__header:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .faq__container {
    row-gap: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  .header__button {
    height: 3.125rem;
  }
  .footer__bottom-body {
    flex-direction: column-reverse;
    row-gap: 0.625rem;
  }
  .hero__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero__image img {
    width: 120%;
  }
  .partners__row {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding-left: 1em;
    -webkit-animation: line 20s linear infinite;
    animation: line 20s linear infinite;
  }
  .story__text {
    row-gap: 0.75rem;
  }
  .tik-tok::before {
    width: 7.5rem;
  }
  .tik-tok::after {
    width: 7.5rem;
  }
  .nft__slider-buttons {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nft-collection__row {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding-left: 1em;
    -webkit-animation: line 20s linear infinite;
    animation: line 20s linear infinite;
  }
  .merch__slider-control {
    justify-content: space-evenly;
    width: 100%;
  }
  .content-merch__title {
    line-height: 0.64;
  }
  .runrow-listning__row {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    padding-left: 2em;
  }
  .join__social-box {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  .join__button {
    order: 2;
  }
  .join__social {
    order: 1;
    flex-grow: 1;
    flex-basis: 100%;
    gap: 0.625rem;
    align-items: center;
  }
  .join__button-yellow {
    order: 3;
  }
}
@media (max-width: 37.5em) {
  .body-memes__images {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .body-memes__images img {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 35.9375em) {
  .join__social-box {
    justify-content: center;
  }
}
@media (max-width: 29.99875em) {
  .header__container {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .header__right {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .header__button span {
    font-size: 1.25rem;
  }
  .hero__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero__title img {
    width: 110%;
  }
  .hero__image img {
    width: 150%;
  }
  .tik-tok::before {
    width: 6.25rem;
  }
  .tik-tok::after {
    width: 6.25rem;
  }
  .nft__slider-buttons {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .slide-nft__image-front {
    border: 0.1875rem solid #000;
    width: 80%;
    height: 80%;
  }
  .slide-nft__image-middle {
    border: 0.1875rem solid #000;
    width: 80%;
    height: 80%;
  }
  .slide-nft__image-back {
    border: 0.1875rem solid #000;
    width: 80%;
    height: 80%;
  }
  .nft-collection__row {
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    padding-left: 0.5em;
  }
  .body-memes__title span {
    line-height: 76%;
  }
  .merch__slider-control {
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
  .top-buy {
    row-gap: 0.875rem;
  }
  .body-buy {
    row-gap: 2.5rem;
  }
  .listing__runrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .peshi__img {
    width: 100%;
  }
  .content-peshi__bottom {
    flex-direction: column;
  }
  .content-peshi__button {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@media (max-width: 29.99875em) and (any-hover: hover) {
  .content-peshi__button:hover {
    -webkit-transform: translateY(0.25rem) rotate(-4deg);
    transform: translateY(0.25rem) rotate(-4deg);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
}
@media (min-width: 61.99875em) and (max-width: 101.875em) {
  .menu__list {
    -webkit-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    -moz-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
  }
  .menu__link {
    font-size: clamp(0.9375rem, 0.4516316103rem + 0.783674493vw, 1.25rem);
  }
  .header__button {
    width: clamp(11.25rem, 7.8489212721rem + 5.4857214507vw, 13.4375rem);
  }
  .footer__top-columns {
    -webkit-column-gap: clamp(
      1.875rem,
      -1.0402103382rem + 4.7020469578vw,
      3.75rem
    );
    -moz-column-gap: clamp(
      1.875rem,
      -1.0402103382rem + 4.7020469578vw,
      3.75rem
    );
    column-gap: clamp(1.875rem, -1.0402103382rem + 4.7020469578vw, 3.75rem);
  }
  .footer__top-column {
    padding-left: clamp(0.75rem, 0.3613052882rem + 0.6269395944vw, 1rem);
  }
  .footer__top-menu-item {
    font-size: clamp(2.75rem, -0.7482524059rem + 5.6424563493vw, 5rem);
  }
  .page__hero {
    padding-top: clamp(1.25rem, 4.4434735588rem + -3.1346979719vw, 2.5rem);
  }
  .hero__image {
    margin-top: clamp(-37.5rem, 0.8216827059rem + -37.6163756622vw, -22.5rem);
  }
  .hero__bottom {
    -webkit-column-gap: clamp(
      7.5rem,
      -9.9912620294rem + 28.2122817467vw,
      18.75rem
    );
    -moz-column-gap: clamp(
      7.5rem,
      -9.9912620294rem + 28.2122817467vw,
      18.75rem
    );
    column-gap: clamp(7.5rem, -9.9912620294rem + 28.2122817467vw, 18.75rem);
  }
  .hero__bottom {
    margin-top: clamp(-15rem, 0.9673677941rem + -15.6734898593vw, -8.75rem);
  }
  .hero__bottom-left {
    -webkit-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    -moz-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
  }
  .hero__bottom-link {
    width: clamp(3.75rem, 1.8065264412rem + 3.1346979719vw, 5rem);
  }
  .hero__bottom-button {
    height: clamp(3.75rem, 1.8065264412rem + 3.1346979719vw, 5rem);
  }
  .hero__bottom-button {
    padding-left: clamp(1rem, -0.1660841353rem + 1.8808187831vw, 1.75rem);
  }
  .hero__bottom-button {
    padding-right: clamp(1rem, -0.1660841353rem + 1.8808187831vw, 1.75rem);
  }
  .hero__bottom-button.sb {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .hero__bottom-button.sb {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .hero__bottom-button.sb {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .hero__bottom-button.sb span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .hero__bottom-button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .hero__bottom-right {
    -webkit-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    -moz-column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
    column-gap: clamp(1rem, 0.2226105765rem + 1.2538791887vw, 1.5rem);
  }
  .story__content {
    padding-right: clamp(0.875rem, -0.6797788471rem + 2.5077583775vw, 1.875rem);
  }
  .story__title span:nth-child(1) {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .story__title span:nth-child(2) {
    font-size: clamp(10.25rem, 0.33828485rem + 15.9869596564vw, 16.625rem);
  }
  .tik-tok__title span:nth-child(1) {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .tik-tok__title span:nth-child(1)::before {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .tik-tok__title span:nth-child(2) {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .tik-tok__title span:nth-child(2)::before {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .tik-tok__title span:nth-child(4) {
    font-size: clamp(5.1875rem, -0.0598786088rem + 8.463684524vw, 8.5625rem);
  }
  .tik-tok__title span:nth-child(4)::before {
    font-size: clamp(5.1875rem, -0.0598786088rem + 8.463684524vw, 8.5625rem);
  }
  .tik-tok__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .tik-tok__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .tik-tok__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .tik-tok__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .images-tik-tok {
    height: clamp(33.75rem, 8.4848437353rem + 40.7510736341vw, 50rem);
  }
  .nft__title span:nth-child(1) {
    font-size: clamp(8.25rem, -0.1069363029rem + 13.479201279vw, 13.625rem);
  }
  .nft__title span:nth-child(2) {
    font-size: clamp(10.25rem, 0.33828485rem + 15.9869596564vw, 16.625rem);
  }
  .nft__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .nft__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .nft__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .nft__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(1) {
    font-size: clamp(10.25rem, 0.33828485rem + 15.9869596564vw, 16.625rem);
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(3) {
    font-size: clamp(10.25rem, 0.33828485rem + 15.9869596564vw, 16.625rem);
  }
  .nft-collection__title-row:nth-child(2) span:nth-child(1) {
    font-size: clamp(8.375rem, 0.2124110529rem + 13.1657314818vw, 13.625rem);
  }
  .nft-collection__button {
    margin-top: clamp(-1.125rem, -0.4863052882rem + -0.6269395944vw, -0.875rem);
  }
  .body-memes__title span {
    font-size: clamp(7.5rem, -2.0230204382rem + 15.3600200621vw, 13.625rem);
  }
  .body-memes__title span:nth-child(1) span:nth-child(1) {
    font-size: clamp(11.6875rem, -0.6535570985rem + 19.9053321213vw, 19.625rem);
  }
  .body-memes__title span:nth-child(1) span:nth-child(2) {
    font-size: clamp(7.5rem, -2.0230204382rem + 15.3600200621vw, 13.625rem);
  }
  .body-memes__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .body-memes__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .body-memes__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .body-memes__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .merch__slider {
    min-height: clamp(
      36.5625rem,
      4.4951862794rem + 51.7225165355vw,
      57.1875rem
    );
  }
  .merch__slider-pagination {
    font-size: clamp(1.375rem, 0.4032632206rem + 1.5673489859vw, 2rem);
  }
  .content-merch__title span:nth-child(1) {
    font-size: clamp(9.375rem, -1.8971466412rem + 18.1812482367vw, 16.625rem);
  }
  .content-merch__title span:nth-child(2) {
    font-size: clamp(7.625rem, -1.7036730823rem + 15.0465502649vw, 13.625rem);
  }
  .content-merch__text {
    font-size: clamp(1rem, 0.6113052882rem + 0.6269395944vw, 1.25rem);
  }
  .content-merch__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .content-merch__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .content-merch__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .content-merch__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .buy__container {
    padding-bottom: clamp(7.5rem, 12.2902103382rem + -4.7020469578vw, 9.375rem);
  }
  .top-buy__btn {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .top-buy__btn {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .top-buy__btn {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .body-buy__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .body-buy__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .body-buy__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .body-buy__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .listing__button {
    margin-top: clamp(-1.125rem, -0.4863052882rem + -0.6269395944vw, -0.875rem);
  }
  .content-peshi__button {
    margin-top: clamp(1.375rem, 0.9863052882rem + 0.6269395944vw, 1.625rem);
  }
  .join__container {
    min-height: clamp(31.25rem, -2.9551346353rem + 55.1706843046vw, 53.25rem);
  }
  .join__social-box {
    padding-left: clamp(
      0.0000000625rem,
      -24.6821140374rem + 39.8106640858vw,
      15.875rem
    );
  }
  .join__button {
    padding: clamp(0.375rem, -0.0136947118rem + 0.6269395944vw, 0.625rem);
  }
  .join__button {
    padding-left: clamp(0.875rem, 0.6806526441rem + 0.3134697972vw, 1rem);
  }
  .join__button {
    -webkit-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    -moz-column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
    column-gap: clamp(1rem, -0.5547788471rem + 2.5077583775vw, 2rem);
  }
  .join__button span {
    font-size: clamp(1.375rem, 1.1806526441rem + 0.3134697972vw, 1.5rem);
  }
  .join__button {
    margin-right: clamp(3.75rem, -0.9143365412rem + 7.5232751324vw, 6.75rem);
  }
  .join__link {
    width: clamp(3.75rem, 1.3206580515rem + 3.9183724648vw, 5.3125rem);
  }
}
@media (min-width: 20em) and (max-width: 61.99875em) {
  .menu__link {
    font-size: clamp(1.375rem, 1.2559488378rem + 0.5952558112vw, 1.625rem);
  }
  .header__button {
    width: clamp(9.375rem, 7.4404186136rem + 9.6729069318vw, 13.4375rem);
  }
  .footer__top-column {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .footer__top-menu-item {
    font-size: clamp(2.25rem, 1.2975907021rem + 4.7620464895vw, 4.25rem);
  }
  .page__hero {
    padding-top: clamp(3.75rem, 11.1310232447rem + -11.9051162237vw, 8.75rem);
  }
  .hero__image {
    margin-top: clamp(-21.25rem, 0.8930697342rem + -35.7153486711vw, -6.25rem);
  }
  .hero__bottom {
    -webkit-column-gap: clamp(2.5rem, 1.3094883776rem + 5.9525581118vw, 5rem);
    -moz-column-gap: clamp(2.5rem, 1.3094883776rem + 5.9525581118vw, 5rem);
    column-gap: clamp(2.5rem, 1.3094883776rem + 5.9525581118vw, 5rem);
  }
  .hero__bottom {
    margin-top: clamp(-7.5rem, 5.4167906783rem + -20.8339533915vw, 1.25rem);
  }
  .hero__bottom-left {
    -webkit-column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
    -moz-column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
    column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .hero__bottom-link {
    width: clamp(3.375rem, 3.1964232566rem + 0.8928837168vw, 3.75rem);
  }
  .hero__bottom-button {
    height: clamp(3.375rem, 3.1964232566rem + 0.8928837168vw, 3.75rem);
  }
  .hero__bottom-button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .hero__bottom-button {
    padding-right: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .hero__bottom-button.sb {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .hero__bottom-button.sb {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .hero__bottom-button.sb {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .hero__bottom-button.sb span {
    font-size: clamp(0.75rem, 0.4523720944rem + 1.488139528vw, 1.375rem);
  }
  .hero__bottom-button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .hero__bottom-right {
    -webkit-column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
    -moz-column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
    column-gap: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .story__title span:nth-child(1) {
    font-size: clamp(4.875rem, 1.6010930385rem + 16.3695348076vw, 11.75rem);
  }
  .story__title span:nth-child(2) {
    font-size: clamp(6rem, 1.8927349028rem + 20.5363254859vw, 14.625rem);
  }
  .tik-tok__title span:nth-child(1) {
    font-size: clamp(5.25rem, 2.1546697818rem + 15.4766510908vw, 11.75rem);
  }
  .tik-tok__title span:nth-child(1)::before {
    font-size: clamp(5.25rem, 2.1546697818rem + 15.4766510908vw, 11.75rem);
  }
  .tik-tok__title span:nth-child(2) {
    font-size: clamp(5.25rem, 2.1546697818rem + 15.4766510908vw, 11.75rem);
  }
  .tik-tok__title span:nth-child(2)::before {
    font-size: clamp(5.25rem, 2.1546697818rem + 15.4766510908vw, 11.75rem);
  }
  .tik-tok__title span:nth-child(4) {
    font-size: clamp(3.25rem, 1.2856558231rem + 9.8217208846vw, 7.375rem);
  }
  .tik-tok__title span:nth-child(4)::before {
    font-size: clamp(3.25rem, 1.2856558231rem + 9.8217208846vw, 7.375rem);
  }
  .tik-tok__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .tik-tok__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .tik-tok__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .tik-tok__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .images-tik-tok {
    height: clamp(20rem, 14.0474418882rem + 29.7627905592vw, 32.5rem);
  }
  .nft__title span:nth-child(1) {
    font-size: clamp(4.875rem, 1.6010930385rem + 16.3695348076vw, 11.75rem);
  }
  .nft__title span:nth-child(2) {
    font-size: clamp(6rem, 1.8927349028rem + 20.5363254859vw, 14.625rem);
  }
  .nft__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .nft__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .nft__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .nft__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(1) {
    font-size: clamp(3.75rem, 0.6844325724rem + 15.327837138vw, 10.1875rem);
  }
  .nft-collection__title-row:nth-child(1) span:nth-child(3) {
    font-size: clamp(3.75rem, 0.6844325724rem + 15.327837138vw, 10.1875rem);
  }
  .nft-collection__title-row:nth-child(2) span:nth-child(1) {
    font-size: clamp(3.375rem, 0.5177721063rem + 14.2861394684vw, 9.375rem);
  }
  .body-memes__title span {
    font-size: clamp(3.875rem, 1.5535023364rem + 11.6074883181vw, 8.75rem);
  }
  .body-memes__title span:nth-child(1) span:nth-child(1) {
    font-size: clamp(5rem, 1.7260930385rem + 16.3695348076vw, 11.875rem);
  }
  .body-memes__title span:nth-child(1) span:nth-child(2) {
    font-size: clamp(3.125rem, 1.0416046609rem + 10.4169766957vw, 7.5rem);
  }
  .body-memes__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .body-memes__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .body-memes__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .body-memes__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .merch__slider {
    min-height: clamp(23.125rem, 6.9042791452rem + 81.1036042739vw, 57.1875rem);
  }
  .merch__slider-pagination {
    font-size: clamp(1.125rem, 1.0059488378rem + 0.5952558112vw, 1.375rem);
  }
  .content-merch__title span:nth-child(1) {
    font-size: clamp(6.375rem, 3.4582465252rem + 14.583767374vw, 12.5rem);
  }
  .content-merch__title span:nth-child(2) {
    font-size: clamp(5.125rem, 3.0416046609rem + 10.4169766957vw, 9.5rem);
  }
  .content-merch__text {
    font-size: clamp(1rem, 0.8809488378rem + 0.5952558112vw, 1.25rem);
  }
  .content-merch__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .content-merch__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .content-merch__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .content-merch__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .buy__container {
    padding-bottom: clamp(1.25rem, -0.5357674336rem + 8.9288371678vw, 5rem);
  }
  .top-buy__address {
    font-size: clamp(1.125rem, 0.5892697699rem + 2.6786511503vw, 2.25rem);
  }
  .top-buy__btn {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .top-buy__btn {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .top-buy__btn {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .top-buy__btn {
    font-size: clamp(1rem, 0.7618976755rem + 1.1905116224vw, 1.5rem);
  }
  .body-buy__title {
    font-size: clamp(6rem, 3.976130242rem + 10.1193487901vw, 10.25rem);
  }
  .body-buy__title > span:nth-child(1)::before {
    font-size: clamp(6rem, 3.976130242rem + 10.1193487901vw, 10.25rem);
  }
  .body-buy__title-bottom span:nth-child(2) {
    font-size: clamp(6.5625rem, 3.7350348969rem + 14.1373255156vw, 12.5rem);
  }
  .body-buy__title-bottom span:nth-child(2)::before {
    font-size: clamp(6.5625rem, 3.7350348969rem + 14.1373255156vw, 12.5rem);
  }
  .body-buy__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .body-buy__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .body-buy__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .body-buy__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .item-buy {
    -webkit-column-gap: clamp(
      0.3125rem,
      -0.0148906962rem + 1.6369534808vw,
      1rem
    );
    -moz-column-gap: clamp(0.3125rem, -0.0148906962rem + 1.6369534808vw, 1rem);
    column-gap: clamp(0.3125rem, -0.0148906962rem + 1.6369534808vw, 1rem);
  }
  .item-buy__title {
    font-size: clamp(1.125rem, 0.8273720944rem + 1.488139528vw, 1.75rem);
  }
  .item-buy__title::before {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .item-buy__title::before {
    width: clamp(1.875rem, 1.6964232566rem + 0.8928837168vw, 2.25rem);
  }
  .item-buy__services {
    font-size: clamp(0.75rem, 0.4523720944rem + 1.488139528vw, 1.375rem);
  }
  .item-buy__text {
    font-size: clamp(1rem, 0.8809488378rem + 0.5952558112vw, 1.25rem);
  }
  .peshi__container {
    row-gap: clamp(2.5rem, 0.7142325664rem + 8.9288371678vw, 6.25rem);
  }
  .content-peshi__title span:nth-child(1) {
    font-size: clamp(6.5625rem, 3.7350348969rem + 14.1373255156vw, 12.5rem);
  }
  .content-peshi__title span:nth-child(1)::before {
    font-size: clamp(6.5625rem, 3.7350348969rem + 14.1373255156vw, 12.5rem);
  }
  .content-peshi__title span:nth-child(2) {
    font-size: clamp(3.8125rem, 2.2053093098rem + 8.035953451vw, 7.1875rem);
  }
  .content-peshi__title span:nth-child(2)::before {
    font-size: clamp(3.8125rem, 2.2053093098rem + 8.035953451vw, 7.1875rem);
  }
  .left-faq {
    font-size: clamp(6.5625rem, 3.7350348969rem + 14.1373255156vw, 12.5rem);
  }
  .left-faq__title {
    font-size: clamp(7.75rem, 5.4880279175rem + 11.3098604125vw, 12.5rem);
  }
  .spollers-faq__title {
    font-size: clamp(1rem, 0.7023720944rem + 1.488139528vw, 1.625rem);
  }
  .spollers-faq__body {
    font-size: clamp(0.875rem, 0.6964232566rem + 0.8928837168vw, 1.25rem);
  }
  .join__container {
    min-height: clamp(21.875rem, 14.4343023602rem + 37.2034881991vw, 37.5rem);
  }
  .join__button {
    padding: clamp(0.25rem, 0.1309488378rem + 0.5952558112vw, 0.5rem);
  }
  .join__button {
    padding-left: clamp(0.75rem, 0.6309488378rem + 0.5952558112vw, 1rem);
  }
  .join__button {
    -webkit-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    -moz-column-gap: clamp(
      0.625rem,
      0.5059488378rem + 0.5952558112vw,
      0.875rem
    );
    column-gap: clamp(0.625rem, 0.5059488378rem + 0.5952558112vw, 0.875rem);
  }
  .join__button span {
    font-size: clamp(1.25rem, 1.1904744189rem + 0.2976279056vw, 1.375rem);
  }
  .join__link {
    width: clamp(2.8125rem, 2.068430236rem + 3.7203488199vw, 4.375rem);
  }
}
@media (min-width: 20em) and (max-width: 101.875em) {
  .header__logo {
    width: clamp(3.75rem, 3.4446564885rem + 1.5267175573vw, 5rem);
  }
  .footer__top {
    padding-top: clamp(2.5rem, 2.0419847328rem + 2.2900763359vw, 4.375rem);
  }
  .footer__top {
    padding-bottom: clamp(1.875rem, 1.4169847328rem + 2.2900763359vw, 3.75rem);
  }
  .footer__top-social-item {
    width: clamp(3.25rem, 3.1278625954rem + 0.6106870229vw, 3.75rem);
  }
  .footer__bottom-text {
    margin-bottom: clamp(0.9375rem, 0.8611641221rem + 0.3816793893vw, 1.25rem);
  }
  .footer__bottom-text {
    font-size: clamp(0.875rem, 0.8139312977rem + 0.3053435115vw, 1.125rem);
  }
  .footer__bottom-body > span {
    font-size: clamp(1rem, 0.9389312977rem + 0.3053435115vw, 1.25rem);
  }
  .footer__bottom-body > a span {
    font-size: clamp(1.125rem, 1.0944656489rem + 0.1526717557vw, 1.25rem);
  }
  .footer__bottom-body > a img {
    width: clamp(8rem, 7.7709923664rem + 1.1450381679vw, 8.9375rem);
  }
  .page__hero {
    padding-bottom: clamp(2.5rem, 2.1946564885rem + 1.5267175573vw, 3.75rem);
  }
  .page__story {
    padding-top: clamp(3.75rem, 2.5286259542rem + 6.106870229vw, 8.75rem);
  }
  .page__story {
    padding-bottom: clamp(3.75rem, 1.9179389313rem + 9.1603053435vw, 11.25rem);
  }
  .page__nft {
    padding-top: clamp(6.25rem, 5.3339694656rem + 4.5801526718vw, 10rem);
  }
  .page__nft {
    padding-bottom: clamp(1.25rem, 0.6393129771rem + 3.0534351145vw, 3.75rem);
  }
  .page__nft-collection {
    padding-top: clamp(3.75rem, 3.1393129771rem + 3.0534351145vw, 6.25rem);
  }
  .page__nft-collection {
    padding-bottom: clamp(3.75rem, 3.1393129771rem + 3.0534351145vw, 6.25rem);
  }
  .page__comics {
    padding-top: clamp(5rem, 4.0839694656rem + 4.5801526718vw, 8.75rem);
  }
  .page__comics {
    padding-bottom: clamp(5rem, 4.0839694656rem + 4.5801526718vw, 8.75rem);
  }
  .page__memes {
    padding-top: clamp(5rem, 3.7786259542rem + 6.106870229vw, 10rem);
  }
  .page__memes {
    padding-bottom: clamp(3.75rem, 2.8339694656rem + 4.5801526718vw, 7.5rem);
  }
  .page__merch {
    padding-top: clamp(3.75rem, 2.8339694656rem + 4.5801526718vw, 7.5rem);
  }
  .page__merch {
    padding-bottom: clamp(3.75rem, 3.1393129771rem + 3.0534351145vw, 6.25rem);
  }
  .partners {
    padding-top: clamp(0.75rem, 0.5667938931rem + 0.9160305344vw, 1.5rem);
  }
  .partners {
    padding-bottom: clamp(0.875rem, 0.6307251908rem + 1.2213740458vw, 1.875rem);
  }
  .partners__item {
    padding-top: clamp(0.75rem, 0.3835877863rem + 1.8320610687vw, 2.25rem);
  }
  .partners__item {
    padding-bottom: clamp(0.75rem, 0.3835877863rem + 1.8320610687vw, 2.25rem);
  }
  .partners__item {
    padding-left: clamp(0.875rem, 0.4169847328rem + 2.2900763359vw, 2.75rem);
  }
  .partners__item {
    padding-right: clamp(0.875rem, 0.4169847328rem + 2.2900763359vw, 2.75rem);
  }
  .partners__item img {
    height: clamp(2.75rem, 2.4446564885rem + 1.5267175573vw, 4rem);
  }
  .story__text p {
    font-size: clamp(1rem, 0.9389312977rem + 0.3053435115vw, 1.25rem);
  }
  .story__text h3 {
    -webkit-column-gap: clamp(
      0.25rem,
      0.1889312977rem + 0.3053435115vw,
      0.5rem
    );
    -moz-column-gap: clamp(0.25rem, 0.1889312977rem + 0.3053435115vw, 0.5rem);
    column-gap: clamp(0.25rem, 0.1889312977rem + 0.3053435115vw, 0.5rem);
  }
  .story__text h3 {
    padding-top: clamp(0.125rem, 0.0944656489rem + 0.1526717557vw, 0.25rem);
  }
  .story__text h3 {
    padding-bottom: clamp(0.125rem, 0.0944656489rem + 0.1526717557vw, 0.25rem);
  }
  .story__text h3 svg {
    width: clamp(1.25rem, 1.1736641221rem + 0.3816793893vw, 1.5625rem);
  }
  .story__text h3 svg {
    height: clamp(1.25rem, 1.1736641221rem + 0.3816793893vw, 1.5625rem);
  }
  .story__text h3 span {
    font-size: clamp(1.5rem, 1.3778625954rem + 0.6106870229vw, 2rem);
  }
  .story__button {
    padding-top: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .story__button {
    padding-bottom: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .story__button {
    padding-left: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .story__button {
    padding-right: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .story__button {
    -webkit-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    -moz-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    column-gap: clamp(0.375rem, 0.3139312977rem + 0.3053435115vw, 0.625rem);
  }
  .story__button svg {
    width: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .story__button svg {
    height: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .story__button span {
    font-size: clamp(0.875rem, 0.7833969466rem + 0.4580152672vw, 1.25rem);
  }
  .tik-tok__text {
    font-size: clamp(1rem, 0.9389312977rem + 0.3053435115vw, 1.25rem);
  }
  .images-tik-tok {
    -webkit-column-gap: clamp(
      0.875rem,
      0.7223282443rem + 0.7633587786vw,
      1.5rem
    );
    -moz-column-gap: clamp(0.875rem, 0.7223282443rem + 0.7633587786vw, 1.5rem);
    column-gap: clamp(0.875rem, 0.7223282443rem + 0.7633587786vw, 1.5rem);
  }
  .images-tik-tok__column-box {
    row-gap: clamp(0.875rem, 0.7223282443rem + 0.7633587786vw, 1.5rem);
  }
  .images-tik-tok__column-box {
    padding-top: clamp(0.875rem, 0.7223282443rem + 0.7633587786vw, 1.5rem);
  }
  .nft__text {
    font-size: clamp(1rem, 0.9389312977rem + 0.3053435115vw, 1.25rem);
  }
  .nft__items {
    margin-bottom: clamp(1.5rem, 1.4236641221rem + 0.3816793893vw, 1.8125rem);
  }
  .nft__item span:nth-child(1) {
    font-size: clamp(1.25rem, 1.1889312977rem + 0.3053435115vw, 1.5rem);
  }
  .nft__item span:nth-child(2) {
    font-size: clamp(1.5rem, 1.4389312977rem + 0.3053435115vw, 1.75rem);
  }
  .nft__button:last-child {
    height: clamp(3.5rem, 3.3167938931rem + 0.9160305344vw, 4.25rem);
  }
  .nft-collection__button {
    padding-top: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .nft-collection__button {
    padding-bottom: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .nft-collection__button {
    padding-left: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .nft-collection__button {
    padding-right: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .nft-collection__button {
    -webkit-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    -moz-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    column-gap: clamp(0.375rem, 0.3139312977rem + 0.3053435115vw, 0.625rem);
  }
  .nft-collection__button svg {
    width: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .nft-collection__button svg {
    height: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .nft-collection__line {
    padding-top: clamp(0.875rem, 0.6307251908rem + 1.2213740458vw, 1.875rem);
  }
  .nft-collection__line {
    padding-bottom: clamp(0.875rem, 0.6307251908rem + 1.2213740458vw, 1.875rem);
  }
  .nft-collection__item {
    padding-top: clamp(0.375rem, 0.1001908397rem + 1.3740458015vw, 1.5rem);
  }
  .nft-collection__item {
    padding-bottom: clamp(0.375rem, 0.1001908397rem + 1.3740458015vw, 1.5rem);
  }
  .nft-collection__item {
    padding-left: clamp(0.375rem, 0.1001908397rem + 1.3740458015vw, 1.5rem);
  }
  .nft-collection__item {
    padding-right: clamp(0.375rem, 0.1001908397rem + 1.3740458015vw, 1.5rem);
  }
  .nft-collection__item img {
    height: clamp(5.125rem, 2.7127862595rem + 12.0610687023vw, 15rem);
  }
  .comics::before {
    height: clamp(2.5rem, 1.8893129771rem + 3.0534351145vw, 5rem);
  }
  .comics::after {
    height: clamp(2.5rem, 1.8893129771rem + 3.0534351145vw, 5rem);
  }
  .comics__images {
    margin-top: clamp(-5.625rem, -0.4923664122rem + -5.0381679389vw, -1.5rem);
  }
  .body-memes__button:last-child {
    height: clamp(3.5rem, 3.3167938931rem + 0.9160305344vw, 4.25rem);
  }
  .merch__slide {
    padding-top: clamp(2.5rem, 1.8893129771rem + 3.0534351145vw, 5rem);
  }
  .merch__slider-control {
    -webkit-column-gap: clamp(
      1.25rem,
      0.9446564885rem + 1.5267175573vw,
      2.5rem
    );
    -moz-column-gap: clamp(1.25rem, 0.9446564885rem + 1.5267175573vw, 2.5rem);
    column-gap: clamp(1.25rem, 0.9446564885rem + 1.5267175573vw, 2.5rem);
  }
  .content-merch__title {
    margin-bottom: clamp(1.25rem, 1.0057251908rem + 1.2213740458vw, 2.25rem);
  }
  .img-slide > * {
    border-width: clamp(0.125rem, 0.0639312977rem + 0.3053435115vw, 0.375rem);
  }
  .buy__container {
    padding-top: clamp(5rem, 3.3969465649rem + 8.0152671756vw, 11.5625rem);
  }
  .top-buy__address {
    -webkit-column-gap: clamp(
      0.75rem,
      0.5667938931rem + 0.9160305344vw,
      1.5rem
    );
    -moz-column-gap: clamp(0.75rem, 0.5667938931rem + 0.9160305344vw, 1.5rem);
    column-gap: clamp(0.75rem, 0.5667938931rem + 0.9160305344vw, 1.5rem);
  }
  .top-buy__btn span {
    font-size: clamp(1.125rem, 1.0333969466rem + 0.4580152672vw, 1.5rem);
  }
  .top-buy__btn button {
    width: clamp(2.375rem, 2.3139312977rem + 0.3053435115vw, 2.625rem);
  }
  .top-buy__btn button {
    height: clamp(2.375rem, 2.3139312977rem + 0.3053435115vw, 2.625rem);
  }
  .top-buy__btn button svg {
    width: clamp(2.375rem, 2.3139312977rem + 0.3053435115vw, 2.625rem);
  }
  .top-buy__btn button svg {
    height: clamp(2.375rem, 2.3139312977rem + 0.3053435115vw, 2.625rem);
  }
  .body-buy {
    -webkit-column-gap: clamp(
      0.9375rem,
      0.5405534351rem + 1.9847328244vw,
      2.5625rem
    );
    -moz-column-gap: clamp(
      0.9375rem,
      0.5405534351rem + 1.9847328244vw,
      2.5625rem
    );
    column-gap: clamp(0.9375rem, 0.5405534351rem + 1.9847328244vw, 2.5625rem);
  }
  .body-buy__title {
    margin-bottom: clamp(1.25rem, 1.0973282443rem + 0.7633587786vw, 1.875rem);
  }
  .listing__button {
    padding-top: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .listing__button {
    padding-bottom: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .listing__button {
    padding-left: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .listing__button {
    padding-right: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .listing__button {
    -webkit-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    -moz-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    column-gap: clamp(0.375rem, 0.3139312977rem + 0.3053435115vw, 0.625rem);
  }
  .listing__button svg {
    width: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .listing__button svg {
    height: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .runrow-listning__item {
    width: clamp(2.5rem, 2.1946564885rem + 1.5267175573vw, 3.75rem);
  }
  .peshi {
    padding-top: clamp(5rem, 4.3893129771rem + 3.0534351145vw, 7.5rem);
  }
  .peshi {
    padding-bottom: clamp(3.125rem, 3.9026717557rem + -0.7633587786vw, 3.75rem);
  }
  .content-peshi__text {
    font-size: clamp(1rem, 0.9389312977rem + 0.3053435115vw, 1.25rem);
  }
  .content-peshi__label {
    font-size: clamp(1.625rem, 1.5333969466rem + 0.4580152672vw, 2rem);
  }
  .content-peshi__button {
    padding-top: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .content-peshi__button {
    padding-bottom: clamp(0.625rem, 0.5333969466rem + 0.4580152672vw, 1rem);
  }
  .content-peshi__button {
    padding-left: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .content-peshi__button {
    padding-right: clamp(0.75rem, 0.6889312977rem + 0.3053435115vw, 1rem);
  }
  .content-peshi__button {
    -webkit-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    -moz-column-gap: clamp(
      0.375rem,
      0.3139312977rem + 0.3053435115vw,
      0.625rem
    );
    column-gap: clamp(0.375rem, 0.3139312977rem + 0.3053435115vw, 0.625rem);
  }
  .content-peshi__button svg {
    width: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .content-peshi__button svg {
    height: clamp(1.375rem, 1.3291984733rem + 0.2290076336vw, 1.5625rem);
  }
  .faq {
    padding-top: clamp(5rem, 3.1679389313rem + 9.1603053435vw, 12.5rem);
  }
  .faq {
    padding-bottom: clamp(3.75rem, 2.2232824427rem + 7.6335877863vw, 10rem);
  }
  .spollers-faq__item {
    padding-top: clamp(1.125rem, 1.0333969466rem + 0.4580152672vw, 1.5rem);
  }
  .spollers-faq__item {
    padding-bottom: clamp(1.125rem, 1.0333969466rem + 0.4580152672vw, 1.5rem);
  }
  .spollers-faq__title {
    padding-right: clamp(2.5rem, 2.0419847328rem + 2.2900763359vw, 4.375rem);
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    width: clamp(1.5rem, 1.3778625954rem + 0.6106870229vw, 2rem);
  }
  ._spoller-init .spollers-faq__title::after,
  ._spoller-init .spollers-faq__title::before {
    height: clamp(0.1875rem, 0.1722328244rem + 0.0763358779vw, 0.25rem);
  }
  .join {
    padding-top: clamp(2.5rem, 1.9809160305rem + 2.5954198473vw, 4.625rem);
  }
  .join {
    padding-bottom: clamp(2.5rem, 1.4923664122rem + 5.0381679389vw, 6.625rem);
  }
  .join__button-yellow {
    width: clamp(14.375rem, 13.9169847328rem + 2.2900763359vw, 16.25rem);
  }
  .join__button-yellow {
    height: clamp(3.5625rem, 3.2113549618rem + 1.7557251908vw, 5rem);
  }
  .join__button-yellow {
    font-size: clamp(1.125rem, 0.911259542rem + 1.0687022901vw, 2rem);
  }
}
@media (min-width: 47.99875em) and (max-width: 101.875em) {
  .partners {
    margin-top: clamp(-1.25rem, -0.0681828728rem + -1.1600658917vw, -0.625rem);
  }
}
@media (max-width: 61.99875em) and (min-width: 62em) {
  .body-memes__header:not(:last-child) {
    margin-bottom: 3.75rem;
  }
  .faq__container {
    row-gap: 5rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 62em) {
  .body-memes__header:not(:last-child) {
    margin-bottom: clamp(2.5rem, 1.9047619048rem + 2.9761904762vw, 3.75rem);
  }
  .faq__container {
    row-gap: clamp(2.5rem, 1.3095238095rem + 5.9523809524vw, 5rem);
  }
}
@media (min-width: 20em) and (max-width: 20em) {
  .merch__container {
    row-gap: clamp(
      0.9375rem,
      calc(-infinity) rem + calc(infinity) vw,
      3.125rem
    );
  }
}
@media (min-width: 61.99875em) and (max-width: 120em) {
  .content-merch {
    padding-right: clamp(0.9375rem, -2.0688401112rem + 4.849033426vw, 3.75rem);
  }
  .top-buy__address {
    font-size: clamp(1.125rem, -0.3447662766rem + 2.3706385638vw, 2.5rem);
  }
  .top-buy__btn {
    font-size: clamp(1rem, 0.4655395358rem + 0.8620503868vw, 1.5rem);
  }
  .body-buy__title {
    font-size: clamp(7.5rem, 0.9528593134rem + 10.5601172389vw, 13.625rem);
  }
  .body-buy__title > span:nth-child(1)::before {
    font-size: clamp(7.5rem, 0.9528593134rem + 10.5601172389vw, 13.625rem);
  }
  .body-buy__title-bottom span:nth-child(2) {
    font-size: clamp(8.75rem, 0.3322476886rem + 13.5772935928vw, 16.625rem);
  }
  .body-buy__title-bottom span:nth-child(2)::before {
    font-size: clamp(8.75rem, 0.3322476886rem + 13.5772935928vw, 16.625rem);
  }
  .item-buy__title {
    font-size: clamp(1.125rem, 0.1896941876rem + 1.508588177vw, 2rem);
  }
  .item-buy__title::before {
    font-size: clamp(1.25rem, -0.6206116247rem + 3.017176354vw, 3rem);
  }
  .item-buy__title::before {
    width: clamp(2rem, 0.3966186074rem + 2.5861511605vw, 3.5rem);
  }
  .item-buy__services {
    font-size: clamp(0.875rem, 0.4741546518rem + 0.6465377901vw, 1.25rem);
  }
  .item-buy__link {
    -webkit-column-gap: clamp(
      0.3125rem,
      0.1120773259rem + 0.3232688951vw,
      0.5rem
    );
    -moz-column-gap: clamp(0.3125rem, 0.1120773259rem + 0.3232688951vw, 0.5rem);
    column-gap: clamp(0.3125rem, 0.1120773259rem + 0.3232688951vw, 0.5rem);
  }
  .item-buy__link svg {
    width: clamp(1.25rem, 0.4483093037rem + 1.2930755803vw, 2rem);
  }
  .item-buy__text {
    font-size: clamp(0.875rem, 0.4741546518rem + 0.6465377901vw, 1.25rem);
  }
  .content-peshi__title span:nth-child(1) {
    font-size: clamp(10rem, 2.9183988492rem + 11.4221676257vw, 16.625rem);
  }
  .content-peshi__title span:nth-child(1)::before {
    font-size: clamp(10rem, 2.9183988492rem + 11.4221676257vw, 16.625rem);
  }
  .content-peshi__title span:nth-child(2) {
    font-size: clamp(5.8125rem, 1.6036238443rem + 6.7886467964vw, 9.75rem);
  }
  .content-peshi__title span:nth-child(2)::before {
    font-size: clamp(5.8125rem, 1.6036238443rem + 6.7886467964vw, 9.75rem);
  }
  .faq__container {
    -webkit-column-gap: clamp(
      1.25rem,
      -8.771133704rem + 16.1634447533vw,
      10.625rem
    );
    -moz-column-gap: clamp(
      1.25rem,
      -8.771133704rem + 16.1634447533vw,
      10.625rem
    );
    column-gap: clamp(1.25rem, -8.771133704rem + 16.1634447533vw, 10.625rem);
  }
  .left-faq {
    font-size: clamp(10rem, 2.9183988492rem + 11.4221676257vw, 16.625rem);
  }
  .left-faq__title {
    font-size: clamp(10rem, 2.9183988492rem + 11.4221676257vw, 16.625rem);
  }
  .spollers-faq__title {
    font-size: clamp(1.5rem, 0.9655395358rem + 0.8620503868vw, 2rem);
  }
  .spollers-faq__body {
    font-size: clamp(1.125rem, 0.9913848839rem + 0.2155125967vw, 1.25rem);
  }
  .join__social-box {
    margin-bottom: clamp(
      0.0000000625rem,
      -6.2799103252rem + 10.1290919377vw,
      5.875rem
    );
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #ee4e07;
  }
  .header__button:hover {
    background-color: #ee4e07;
  }
  .footer__top-menu-item:hover {
    color: #ee4e0a;
  }
  .footer__top-social-item:hover svg {
    scale: 0.9;
  }
  .footer__top-social-item:hover img {
    scale: 0.9;
  }
  .footer__bottom-body > a:hover {
    scale: 0.985;
  }
  .hero__bottom-link:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
  }
  .hero__bottom-link:hover svg {
    scale: 0.9;
  }
  .hero__bottom-button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .story__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .story__video-box button:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  .tik-tok__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .nft__slider-button-prev:hover svg path {
    stroke: #ee4e0a;
  }
  .nft__slider-button-next:hover svg path {
    stroke: #ee4e0a;
  }
  .nft__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .nft-collection__button:hover {
    -webkit-transform: translateY(0.25rem) rotate(-2.886deg);
    transform: translateY(0.25rem) rotate(-2.886deg);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .body-memes__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .merch__slider-prev:hover svg {
    stroke: #ee4e0a;
  }
  .merch__slider-next:hover svg {
    stroke: #ee4e0a;
  }
  .content-merch__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .top-buy__btn button:hover {
    scale: 0.95;
  }
  .body-buy__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .item-buy__link:hover {
    color: #ee4e0a;
  }
  .listing__button:hover {
    -webkit-transform: translateY(1rem) rotate(-2.886deg);
    transform: translateY(1rem) rotate(-2.886deg);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .content-peshi__button:hover {
    -webkit-transform: translateX(-50%) translateY(0.25rem) rotate(-4deg);
    transform: translateX(-50%) translateY(0.25rem) rotate(-4deg);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .join__button:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
  .join__link:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
  }
  .join__button-yellow:hover {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 0 #000;
    background-color: #ee4e0a;
  }
}
