html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  scroll-behavior: smooth;
  height: 100%;
}
:root {
  --ty-bg: #fff;
  --ty-ink: #111;
  --ty-muted: #666;
  --ty-card: #fafafa;
  --ty-accent: #ff6fa5;
  --ty-ok: #10b981;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  color: inherit;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:active,
a:focus,
a:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

input {
  border-radius: 0;
}

[aria-disabled="true"],
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  color: inherit;
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentcolor;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

address {
  font-style: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-weight: 400;
  font-family: "Clash Display";
  font-style: normal;
  src:
    local("Clash Display"),
    url(../fonts/ClashDisplay-Regular.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "Clash Display";
  font-style: normal;
  src:
    local("Clash Display"),
    url(../fonts/ClashDisplay-Medium.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-weight: 600;
  font-family: "Clash Display";
  font-style: normal;
  src:
    local("Clash Display"),
    url(../fonts/ClashDisplay-Semibold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: "Clash Display";
  font-style: normal;
  src:
    local("Clash Display"),
    url(../fonts/ClashDisplay-Bold.woff2) format("woff2");
  font-display: swap;
}

:root {
  --color-true-black: #000;
  --color-true-white: #fff;
  --transition-base: 0.3s ease-in-out;
  --outline-focus-width: 0.1041666667vw;
  --outline-focus-offset: 0.2083333333vw;
  --outline-focus-color: var(--color-true-black);
  --outline-focus-style: dashed;
  --font-family-primary: "Clash Display", arial, sans-serif;
  --font-body: 400 1.0416666667vw/130% var(--font-family-primary);
}

*,
::after,
::before {
  box-sizing: inherit;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  min-height: 100%;
  color: #fff;
  font: var(--font-body);
  letter-spacing: 0;
  background-color: #ffffff;
  scroll-behavior: inherit;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.js-focus-visible .focus-visible,
:focus-visible {
  outline: var(--outline-focus-width) var(--outline-focus-style)
    var(--outline-focus-color);
  outline-offset: var(--outline-focus-offset);
}

img:not([src], [srcset]) {
  visibility: hidden;
}

@media only screen and (width <=767.98px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media only screen and (width > 767.98px) {
  .desktop-hidden {
    display: none !important;
  }
}

video {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

video::-webkit-media-controls {
  display: none;
}

::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: color var(--transition-base);
}

.icon img,
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
}

.icon img {
  object-fit: contain;
  object-position: center;
}

.container {
  width: 100%;
  max-width: 73.125vw;
  margin-inline: auto;
  padding-inline: 0.8333333333vw;
}

.logo {
  display: inline-flex;
  gap: 0.7291666667vw;
  align-items: center;
  font-weight: 600;
  font-size: 1.25vw;
  text-align: center;
}

.logo__image {
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 0.5208333333vw;
}

@media only screen and (width <=767.98px) {
  .container {
    max-width: 100%;
    padding-inline: 4.2666666667vw;
  }

  .logo {
    gap: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .logo__image {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 88.0208333333vw;
  padding-block: 1.5625vw;
}

.header__nav {
  font-weight: 500;
  font-size: 1.0416666667vw;
}

.header__nav-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
  align-items: center;
  justify-content: center;
  list-style: none;
}

@media only screen and (width <=767.98px) {
  .header__container {
    max-width: 100%;
    padding-block: 4vw;
  }

  .header__logo .logo__image {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }

  .header__nav {
    position: absolute;
    top: 100%;
    left: 4.2666666667vw;
    width: calc(100vw - 8.5333333333vw);
    padding: 8.5333333333vw;
    color: #000;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition:
      opacity var(--transition-base),
      visibility var(--transition-base);
  }

  .header__nav.active {
    visibility: visible;
    opacity: 1;
  }

  .header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }

  .header__nav-link {
    font-size: 4.8vw;
    text-align: center;
  }
}

.header__nav-link {
  transition: opacity var(--transition-base);
}

@media (any-hover: none) {
  .header__nav-link:active {
    text-decoration: underline;
    opacity: 0.5;
  }
}

@media (any-hover: hover) {
  .header__nav-link:focus-visible,
  .header__nav-link:hover {
    text-decoration: underline;
    opacity: 0.5;
  }

  .header__button:focus-visible,
  .header__button:hover {
    opacity: 0.75;
  }
}

.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 1.5625vw;
  color: #fff;
  font-weight: 700;
  font-size: 0.8333333333vw;
  background: radial-gradient(
    116% 91.36% at 17.86% 10%,
    #65c3ff 0,
    #0093f0 100%
  );
  border: none;
  cursor: pointer;
  transition: opacity var(--transition-base);
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
}

.header__burger.active span {
  background-color: transparent;
}

.header__burger.active span::before {
  transform: rotate(45deg) translate(2.1333333333vw, 2.1333333333vw);
  transform-origin: center;
}

.header__burger.active span::after {
  transform: rotate(-45deg) translate(2.1333333333vw, -2.1333333333vw);
  transform-origin: center;
}

.header__burger span {
  position: relative;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  transition: background-color var(--transition-base);
}

.header__burger span::after,
.header__burger span::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  transition: transform var(--transition-base);
  content: "";
}

.header__burger span::after {
  top: 2.9333333333vw;
}

.header__burger span::before {
  bottom: 2.9333333333vw;
}

.hero {
  position: relative;
  padding-top: 34.5833333333vw;
  padding-bottom: 11.9791666667vw;
}

@media only screen and (width <=767.98px) {
  .header__button {
    display: none;
  }

  .header__burger {
    display: flex;
  }

  .hero {
    padding-top: 118.4vw;
    padding-bottom: 10.6666666667vw;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__bg::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 5.9895833333vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.hero__bg img,
.hero__bg video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.hero__block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1979166667vw;
}

.hero__site {
  grid-column: span 8;
  padding: 1.71875vw 1.71875vw 1.9270833333vw 1.9270833333vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (width <=767.98px) {
  .hero__bg video {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (width <=767.98px) {
  .hero__bg::after {
    height: 6.1333333333vw;
  }

  .hero__block {
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
  }

  .hero__site {
    grid-column: auto;
    padding: 3.2vw 3.7333333333vw 3.7333333333vw;
  }
}

.hero__site-title {
  display: inline-flex;
  gap: 0.8333333333vw;
  margin-bottom: 1.5625vw;
  font-weight: 600;
  font-size: 1.71875vw;
  line-height: 115%;
}

.hero__site-title .icon {
  width: 1.9270833333vw;
  height: 1.9270833333vw;
}

@media only screen and (width <=767.98px) {
  .hero__site-title {
    gap: 2.6666666667vw;
    margin-bottom: 1.8666666667vw;
    font-size: 4.2666666667vw;
  }

  .hero__site-title .icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.hero__site-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__site-text {
  font-weight: 700;
  font-size: 4.1145833333vw;
  line-height: 100%;
}

@media only screen and (width <=767.98px) {
  .hero__site-text {
    font-size: 8vw;
  }
}

.hero__site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 3.125vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.3020833333pxvw;
  line-height: 115%;
  text-align: center;
  background-color: var(--ty-accent);
  border: none;
  transition: opacity var(--transition-base);
}

@media only screen and (width <=767.98px) {
  .hero__site-button {
    padding: 1.8666666667vw 4.5333333333vw;
    font-size: 2.4vw;
  }
}

.hero__socials {
  grid-column: span 4;
  padding: 1.71875vw 1.71875vw 1.9270833333vw 1.9270833333vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.hero__socials-title {
  display: inline-flex;
  gap: 0.8333333333vw;
  margin-bottom: 1.8229166667vw;
  font-weight: 600;
  font-size: 1.71875vw;
  line-height: 115%;
}

.hero__socials-title .icon {
  width: 1.9270833333vw;
  height: 1.9270833333vw;
}

@media only screen and (width <=767.98px) {
  .hero__socials {
    grid-column: auto;
    padding: 6.9333333333vw 6.9333333333vw 8.8vw;
  }

  .hero__socials-title {
    gap: 3.2vw;
    margin-bottom: 6.9333333333vw;
    font-size: 6.9333333333vw;
  }

  .hero__socials-title .icon {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.hero__socials-list {
  display: flex;
  gap: 0.625vw;
  list-style: none;
  justify-content: center;
}

.hero__socials-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: var(--ty-accent);
  border: none;
  transition: opacity var(--transition-base);
}

@media (any-hover: none) {
  .header__button:active,
  .hero__site-button:active,
  .hero__socials-link:active {
    opacity: 0.75;
  }
}

@media (any-hover: hover) {
  .hero__site-button:focus-visible,
  .hero__site-button:hover {
    opacity: 0.75;
  }

  .hero__socials-link:focus-visible,
  .hero__socials-link:hover {
    opacity: 0.75;
  }
}

.hero__socials-link .icon {
  width: 100%;
  height: 100%;
}

.achievements {
  padding-top: 1.5625vw;
  padding-bottom: 3.6979166667vw;
  color: #000;
  background-color: #fff;
}

.achievements__title {
  margin-bottom: 2.8645833333vw;
  font-weight: 600;
  font-size: 5.2083333333vw;
  line-height: 0.77;
  text-transform: uppercase;
}

.achievements__title span {
  display: block;
  color: #0f0f0f;
  font-size: 1.71875vw;
  line-height: 0.77;
}

@media only screen and (width <=767.98px) {
  .hero__socials-list {
    gap: 2.1333333333vw;
  }

  .hero__socials-link {
    width: 13.6vw;
    height: 13.6vw;
  }

  .achievements {
    padding-top: 10.4vw;
    padding-bottom: 16vw;
  }

  .achievements__title {
    margin-bottom: 9.8666666667vw;
    font-size: 11.2vw;
    text-align: center;
  }

  .achievements__title span {
    font-size: 4.2666666667vw;
  }
}

.achievements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1458333333vw;
}

.achievements__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9.2708333333vw;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.1458333333vw;
  line-height: 1.3;
  background: #f1f1f1;
}

.achievements__item::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 3.28125vw;
  height: 4.8958333333vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjMiIGhlaWdodD0iOTQiIHZpZXdCb3g9IjAgMCA2MyA5NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeT0iMzEuMDI1OSIgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMzEuMDI1NCIgeT0iNjIuMDUxNiIgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media only screen and (width <=767.98px) {
  .achievements__list {
    gap: 5.0666666667vw;
  }

  .achievements__item {
    min-height: 27.4666666667vw;
    font-size: 3.4666666667vw;
  }

  .achievements__item::after {
    width: 13.0666666667vw;
    height: 19.4666666667vw;
  }
}

.achievements__item::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 4.8958333333vw;
  height: 3.28125vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iNjMiIHZpZXdCb3g9IjAgMCA5NCA2MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNjIuMDUxOCIgeT0iMzEuMDI1OCIgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iNjIuMDUxOCIgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMzEuMDI1OSIgeT0iMzEuMDI1OCIgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPHJlY3Qgd2lkdGg9IjMxLjAyNTgiIGhlaWdodD0iMzEuMDI1OCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.achievements__item span {
  font-weight: 600;
  font-size: 3.2291666667vw;
  line-height: 1;
}

.achievements__item-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about {
  position: relative;
  padding-top: 11.1458333333vw;
  padding-bottom: 9.1145833333vw;
}
.about::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 9.1145833333vw;
  background: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  content: "";
}
@media only screen and (width <=767.98px) {
  .achievements__item::before {
    width: 19.4666666667vw;
    height: 13.0666666667vw;
  }

  .achievements__item span {
    font-size: 8vw;
  }

  .about {
    padding-top: 24vw;
    padding-bottom: 67.4666666667vw;
  }
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about__bg::before {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 7.96875vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  content: "";
}

@media only screen and (width <=767.98px) {
  .about__bg::before {
    height: 8vw;
  }
}

.about__bg img,
.about__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about__bg::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 9.1145833333vw;
  background: linear-gradient(360deg, #ffffff 0, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.about__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__info {
  grid-column: 1/9;
  background: var(--ty-card);
  border: 1.6px solid var(--ty-ink);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--ty-ink);
  padding: 24px;
}

.about__title {
  margin-bottom: 2.1354166667vw;
  color: var(--ty-accent);
  font-weight: 600;
  font-size: 1.7708333333vw;
  line-height: 1;
  text-transform: uppercase;
}

.about__title span {
  display: block;
  color: var(--ty-accent);
  font-size: 5.2083333333vw;
  line-height: 1;
}

@media only screen and (width <=767.98px) {
  .about__bg::after {
    height: 46.6666666667vw;
  }

  .about__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .about__info {
    grid-column: auto;
    padding: 11.4666666667vw 2.6666666667vw;
    text-align: center;
  }

  .about__title {
    margin-bottom: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }

  .about__title span {
    font-size: 11.2vw;
  }
}

.about__subtitle {
  max-width: 35.4166666667vw;
  margin-bottom: 2.34375vw;
  color: #fff;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 115%;
}

@media only screen and (width <=767.98px) {
  .about__subtitle {
    max-width: 100%;
    margin-bottom: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.about__text {
  max-width: 35.4166666667vw;
  color: #000000;
  font-weight: 400;
  font-size: 2vw;
  line-height: 130%;
}

.socials {
  position: relative;
  background-color: #000;
}

.socials__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5416666667vw);
}

.socials__bg::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 9.1145833333vw;
  background: linear-gradient(360deg, #000 0, rgb(255 255 255) 100%);
  content: "";
}

@media only screen and (width <=767.98px) {
  .about__text {
    max-width: 100%;
    font-size: 4.2666666667vw;
  }

  .socials__bg {
    height: 106.6666666667vw;
  }

  .socials__bg::after {
    height: 46.6666666667vw;
  }
}

.socials__bg::before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 9.1145833333vw;
  background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.socials__bg img,
.socials__bg video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.socials__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 8vw;
}

.socials__text {
  color: #fff;
  font-weight: 600;
  font-size: 1.7708333333vw;
  margin-block: auto;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
}

.socials__text span {
  display: block;
  margin-bottom: 0.46875vw;
  color: #fff;
  font-weight: 700;
  font-size: 8.1770833333vw;
  line-height: 100%;
  text-align: center;
}

.socials__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5208333333vw;
  list-style: none;
}

@media only screen and (width <=767.98px) {
  .socials__bg::before {
    height: 46.6666666667vw;
  }

  .socials__container {
    min-height: auto;
  }

  .socials__text {
    padding-top: 33.8666666667vw;
    padding-bottom: 17.0666666667vw;
    font-size: 6.4vw;
  }

  .socials__text span {
    margin-bottom: 2.6666666667vw;
    font-size: 29.3333333333vw;
  }

  .socials__list {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

.socials__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.7291666667vw 0.7291666667vw 0.9375vw;
  color: #fff;
  font-weight: 600;
  font-size: 1.5104166667vw;
  line-height: 115%;
  text-align: center;
  background-color: #1b1b1b;
  transition: background-color var(--transition-base);
}

.socials__link:hover {
  background-color: var(--ty-accent);
}

.socials__link .icon {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}

@media only screen and (width <=767.98px) {
  .socials__link {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
    font-size: 6.4vw;
  }

  .socials__link .icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.disclaimer {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  background-color: #000;
}

.disclaimer__title {
  margin-bottom: 1.5625vw;
  color: #fff;
  font-weight: 600;
  font-size: 4.2708333333vw;
  line-height: 100%;
  text-transform: uppercase;
}

@media only screen and (width <=767.98px) {
  .disclaimer {
    padding-top: 21.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }

  .disclaimer__title {
    margin-bottom: 6.1333333333vw;
    font-size: 12.8vw;
    text-align: center;
  }
}

.disclaimer__text {
  color: #fff;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 130%;
}

.buy {
  padding-top: 12vw;
  padding-bottom: 7.1354166667vw;
  overflow-x: hidden;
}

@media only screen and (width <=767.98px) {
  .disclaimer__text {
    font-size: 6.4vw;
    text-align: center;
  }

  .buy {
    padding-top: 12vw;
    padding-bottom: 0;
  }
}

.buy__title {
  margin-bottom: 2.34375vw;
  color: #000000;
  font-weight: 600;
  font-size: 4.2708333333vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.buy__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8333333333vw;
  list-style: none;
  counter-reset: buy;
}

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

.buy__item:nth-child(1),
.buy__item:nth-child(4) {
  margin-top: -4.53125vw;
}

@media only screen and (width <=767.98px) {
  .buy__title {
    margin-bottom: 0;
    font-size: 12.8vw;
  }

  .buy__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.2666666667vw;
  }

  .buy__item {
    margin-right: -7.4666666667vw;
    margin-left: -7.4666666667vw;
  }

  .buy__item:nth-child(1),
  .buy__item:nth-child(4) {
    margin-top: 0;
  }
}

.buy__item-img {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: -2.34375vw;
}

.buy__item-img::before {
  display: block;
  width: 100%;
  padding-bottom: 105%;
  content: "";
}

.buy__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.buy__item-info {
  position: relative;
  flex-grow: 1;
  padding: 1.8229166667vw 1.4583333333vw 2.0833333333vw;
  background: linear-gradient(180deg, #060606 0, rgba(15, 15, 15, 0) 100%);
}

.buy__item-info::after {
  position: absolute;
  bottom: 99%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3.2291666667vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMxIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMzMxIDYyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjAzNV80MzEpIj4KPHBhdGggZD0iTTMwNi4yNTMgMEgyNC44MzEzTDAgNjIuNDkyMkgzMzEuMDg0TDMwNi4yNTMgMFoiIGZpbGw9IiMwNjA2MDYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDM1XzQzMSI+CjxyZWN0IHdpZHRoPSIzMzEiIGhlaWdodD0iNjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  content: "";
}

.buy__item-info::before {
  display: block;
  margin-bottom: -1.5625vw;
  font-weight: 600;
  font-size: 4.2708333333vw;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 1;
  content: "0" counter(buy);
  counter-increment: buy;
  -webkit-text-stroke: 0.0520833333vw #ff6fa5;
  -webkit-text-fill-color: transparent;
}

@media only screen and (width <=767.98px) {
  .buy__item-img {
    margin-bottom: -22.6666666667vw;
  }

  .buy__item-info {
    padding: 13.3333333333vw 7.4666666667vw 7.4666666667vw;
    background: linear-gradient(180deg, #1a1a1a 0, rgba(15, 15, 15, 0) 100%);
  }

  .buy__item-info::after {
    height: 20.2666666667vw;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMxIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMzMxIDYyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjAzNV80MzEpIj4KPHBhdGggZD0iTTMwNi4yNTMgMEgyNC44MzEzTDAgNjIuNDkyMkgzMzEuMDg0TDMwNi4yNTMgMFoiIGZpbGw9IiMxYTFhMWEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDM1XzQzMSI+CjxyZWN0IHdpZHRoPSIzMzEiIGhlaWdodD0iNjIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  }

  .buy__item-info::before {
    margin-bottom: -8vw;
    font-size: 26.6666666667vw;
    -webkit-text-stroke: 0.2666666667vw #ff6fa5;
  }
  .socials__bg::after {
    background: transparent;
  }
  .helper {
    background: linear-gradient(180deg, #1a1a1a 0, rgb(0 0 0) 100%) !important;
  }
}

.buy__item-title {
  margin-bottom: 0.4166666667vw;
  color: #fff;
  font-weight: 600;
  font-size: 1.3541666667vw;
  line-height: 115%;
}

@media only screen and (width <=767.98px) {
  .buy__item-title {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
  }
}

.buy__item-text {
  color: #fff;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 130%;
}

.buy__item-text a {
  color: var(--ty-accent);
  text-decoration: underline;
}

.footer {
  position: relative;
  color: #000;
}

.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 7.96875vw;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTkyMCcgaGVpZ2h0PScxNTMnIHZpZXdCb3g9JzAgMCAxOTIwIDE1MycgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB4PScyNzEuOTQ5JyB5PSc3NS42OTk3JyB3aWR0aD0nNzcuNjk5NycgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc0NTIuOTA3JyB5PSc3NS42OTk3JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc1MzEuNjA3JyB5PSc3NS42OTk3JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc1NjkuNDU3JyB5PSc3NS42OTk3JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc2NDcuMTU2JyB5PSc3NS42OTk3JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc3MjQuODU2JyB5PSc3NS42OTk3JyB3aWR0aD0nODk0LjU2OScgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc2NDcuMTU2JyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc4MDIuNTU2JyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxMTgxLjg1JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxMjk1LjM0JyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxMzMzLjE5JyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxNDExLjg4JyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxNDQ5LjczJyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxNjk3LjEyJyB5PSczNy44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxODAzLjQ1JyB5PSczNi44NDk2JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PScxODAzLjQ1JyB5PScxMTMuNTUnIHdpZHRoPScxMTYuNTUnIGhlaWdodD0nMzguODQ5OCcgZmlsbD0nd2hpdGUnIC8+PHJlY3QgeD0nMTY5Ny4xMicgeT0nNzUuNjk5Nycgd2lkdGg9JzM4Ljg0OTgnIGhlaWdodD0nMzguODQ5OCcgZmlsbD0nd2hpdGUnIC8+PHJlY3QgeD0nMTY1OS4yNycgeT0nNzUuNjk5Nycgd2lkdGg9JzM4Ljg0OTgnIGhlaWdodD0nMzguODQ5OCcgZmlsbD0nd2hpdGUnIC8+PHJlY3QgeD0nMTg0Mi4zJyB5PSc3NS42OTk3JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB4PSc4ODAuMjU2JyB5PSczNy44NDk2JyB3aWR0aD0nMzc2LjIzJyBoZWlnaHQ9JzM4Ljg0OTgnIGZpbGw9J3doaXRlJyAvPjxyZWN0IHg9JzU2OS40NTcnIHk9JzMuMDY3MzgnIHdpZHRoPSczOC44NDk4JyBoZWlnaHQ9JzM4Ljg0OTgnIGZpbGw9J3doaXRlJyAvPjxyZWN0IHg9JzQxNC4wNTgnIHk9JzM2Ljg0OTYnIHdpZHRoPSczOC44NDk4JyBoZWlnaHQ9JzM4Ljg0OTgnIGZpbGw9J3doaXRlJyAvPjxyZWN0IHg9JzQ1Mi45MDcnIHk9JzExMy41NScgd2lkdGg9JzEzMTMuNzQnIGhlaWdodD0nMzguODQ5OCcgZmlsbD0nd2hpdGUnIC8+PHJlY3QgeD0nNDE1LjA1OCcgeT0nMTEzLjU1JyB3aWR0aD0nMzguODQ5OCcgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB5PSczNy44NDk2JyB3aWR0aD0nODguOTQ1NycgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB5PSc3NS42OTk3JyB3aWR0aD0nMjMzLjA5OScgaGVpZ2h0PSczOC44NDk4JyBmaWxsPSd3aGl0ZScgLz48cmVjdCB5PScxMTMuNTUnIHdpZHRoPSczODguNDk4JyBoZWlnaHQ9JzM4Ljg0OTgnIGZpbGw9J3doaXRlJyAvPjxyZWN0IHg9JzMxMC43OTknIHk9JzM3Ljg0OTYnIHdpZHRoPSczOC44NDk4JyBoZWlnaHQ9JzM4Ljg0OTgnIGZpbGw9J3doaXRlJyAvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  content: "";
}

@media only screen and (width <=767.98px) {
  .buy__item-text {
    font-size: 4.2666666667vw;
  }

  .footer::before {
    height: 13.0666666667vw;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzc1JyBoZWlnaHQ9JzQ5JyB2aWV3Qm94PScwIDAgMzc1IDQ5JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNMTk2LjgyNSAwSDIwOS45MDJWMTIuMDc3MUgyMjEuOTQ3VjI0LjE1NDNIMjM1LjAyNFYxMi4wNzcxSDI0Ny4xMDJIMjQ4LjEwMkgyNjAuMTc5VjI0LjE1NDNIMjc1LjI1NlYxMi4wNzcxSDI4Ni4zMzRIMjg4LjMzM0gyOTkuNDExVjI0LjE1NDNIMzQ0LjExNlYzNi4yMzE0SDM1OC4xOTNWMjQuMTU0M0gzNzAuMjcxVjEyLjA3NzFIMzgzLjM0OVYyNC4xNTQzVjI1LjE1NDRWMzYuMjMxNEgzOTMuNjcyVjQ5LjMwODdILTQ4LjU0NThILTQ4LjU0NjlILTYxLjYyM1YzNi4yMzE0SC00OC41NDY5VjIzLjE1NDRILTYxLjYyNFYxMC4wNzcxSC00OC41NDY3VjIzLjE1NDNILTM1LjQ2OTZWMzYuMjMxNEgtMjIuMzkxNlYyMy4xNTQzSC05LjMxNDMyVjI0LjE1NDNIMy43NjI4M1YzNi4yMzE0SDE2LjgzOThWMjUuMTU0NFYyNC4xNTQzVjEyLjA3NzFIMjkuOTE3MVYyNC4xNTQzVjI1LjE1NDRWMzYuMjMxNEg0Mi45OTQxVjI0LjE1NDNINjkuMTQ5NFYxMi4wNzcxSDgyLjIyNjdWMjQuMTU0M0g5NS4zMDM3VjEyLjA3NzFIMTk2LjgyNVYwWk0tOTYuMzgxNiAyMy4xNTQzSC0xMDkuNDU5VjM2LjIzMTRILTEyMi41MzZWMjMuMTU0M0gtMTcxLjA2VjEwLjA3NzNILTIwMVYyMy4xNTQzVjIzLjE1NDZWMzYuMjMxNFYzNi4yMzE2VjQ5LjMwODdILTcwLjIyNzFWMzYuMjMxNEgtODMuMzA0NEwtODMuMzA0MyAyMy4xNTQ2VjEwLjA3NzNILTk2LjM4MTZWMjMuMTU0M1pNNDA2LjA2MiAxMC4wNzczSDQxOS4xMzlWMjMuMTU0Nkg0MDYuMDYyVjEwLjA3NzNaTTQxOS4xMzkgMjMuMTU0Nkw0MzIuMjE2IDIzLjE1NDNWMzYuMjMxNkw0NDUuMjkzIDM2LjIzMTRWNDkuMzA4N0g0MDYuMDYyVjM2LjIzMTRMNDE5LjEzOSAzNi4yMzE2TDQxOS4xMzkgMjMuMTU0NlpNLTkuMzE0NDUgMS4wMzIyM0gzLjc2MjgzVjE0LjEwOTVILTkuMzE0NDVWMS4wMzIyM1onIGZpbGw9J3doaXRlJyAvPjwvc3ZnPg==);
  }
}

.footer::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(101% - 7.96875vw);
  background-color: #fff;
  content: "";
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 88.0208333333vw;
  padding-block: 7.2916666667vw 1.5625vw;
}

.footer__nav {
  font-weight: 500;
  font-size: 1.0416666667vw;
}

@media only screen and (width <=767.98px) {
  .footer::after {
    height: calc(101% - 13.0666666667vw);
  }

  .footer__container {
    max-width: 100%;
    padding-block: 16vw 4.5333333333vw;
  }

  .footer__nav {
    display: none;
  }
}

.footer__nav-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.footer__nav-link {
  transition: opacity var(--transition-base);
}

@media (any-hover: none) {
  .footer__nav-link:active {
    text-decoration: underline;
    opacity: 0.5;
  }
}

@media (any-hover: hover) {
  .footer__nav-link:focus-visible,
  .footer__nav-link:hover {
    text-decoration: underline;
    opacity: 0.5;
  }

  .footer__button:focus-visible,
  .footer__button:hover {
    opacity: 0.75;
  }
}

.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 1.5625vw;
  color: #fff;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  background: radial-gradient(
    116% 91.36% at 17.86% 10%,
    #65c3ff 0,
    #0093f0 100%
  );
  border: none;
  cursor: pointer;
  transition: opacity var(--transition-base);
}

@media only screen and (width <=767.98px) {
  .footer__button {
    padding: 1.8666666667vw 10.9333333333vw;
    font-size: 4.8vw;
  }
}

.card {
  padding: 0.6770833333vw;
  background: #0f0f0f;
}

.card__top {
  display: flex;
  gap: 0.5729166667vw;
  margin-bottom: 0.5729166667vw;
}

.card__top .icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}

.card__top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b1b1b;
}

.card__link {
  color: #fff;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 115%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.card__link:hover {
  text-decoration: none;
}

@media only screen and (width <=767.98px) {
  .card {
    padding: 2.9333333333vw;
  }

  .card--secondary {
    padding: 2.1333333333vw;
  }

  .card--secondary .card__top {
    gap: 1.6vw;
    margin-bottom: 1.8666666667vw;
  }

  .card--secondary .card__top .icon {
    width: 6.4vw;
    height: 6.4vw;
  }

  .card--secondary .card__link {
    font-size: 5.0666666667vw;
  }

  .card--secondary .card__list {
    gap: 1.6vw;
    padding-left: 8.5333333333vw;
  }

  .card--secondary .card__item {
    font-size: 3.7333333333vw;
  }

  .card--secondary .card__item span {
    font-size: 4.5333333333vw;
  }

  .card__top {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .card__top .icon {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }

  .card__link {
    font-size: 7.2vw;
  }
}

.card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5729166667vw;
  padding-left: 2.65625vw;
}

.card__item {
  color: #fff;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 130%;
}

.card__item span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 115%;
}

.creators {
  padding-top: 4.375vw;
  padding-bottom: 12.8125vw;
}

@media only screen and (width <=767.98px) {
  .card__list {
    gap: 2.4vw;
    padding-left: 11.4666666667vw;
  }

  .card__item {
    font-size: 4.5333333333vw;
  }

  .card__item span {
    font-size: 5.3333333333vw;
  }

  .creators {
    padding-top: 10.6666666667vw;
    padding-bottom: 30.4vw;
  }
}

.creators__title {
  margin-bottom: 3.28125vw;
  color: #fff;
  font-weight: 600;
  font-size: 1.7708333333vw;
  line-height: 77%;
  text-transform: uppercase;
}

.creators__title span {
  display: block;
  font-weight: 600;
  font-size: 5.2083333333vw;
  line-height: 77%;
}

.creators__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5625vw;
}

.creators__main {
  grid-column: span 7;
}

@media only screen and (width <=767.98px) {
  .creators__title {
    margin-bottom: 10.1333333333vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }

  .creators__title span {
    font-size: 11.2vw;
  }

  .creators__wrapper {
    grid-template-columns: 1fr;
    gap: 10.1333333333vw;
  }

  .creators__main {
    grid-column: auto;
  }
}

.creators__main-title {
  margin-bottom: 1.9270833333vw;
  color: var(--ty-accent);
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 115%;
}

.creators__main-block {
  padding: 2.5vw;
  background: #1b1b1b;
}

@media only screen and (width <=767.98px) {
  .creators__main-title {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }

  .creators__main-block {
    padding: 5.0666666667vw;
  }
}

.creators__main-user {
  display: flex;
  gap: 0.9895833333vw;
  align-items: center;
  margin-bottom: 1.5104166667vw;
}

.creators__main-user-photo {
  display: block;
  flex-shrink: 0;
  width: 4.0104166667vw;
  height: 4.0104166667vw;
}

.creators__main-user-box {
  flex-grow: 1;
}

.creators__main-user-label {
  color: #bcbcbc;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 115%;
}

@media only screen and (width <=767.98px) {
  .creators__main-user {
    gap: 3.2vw;
    margin-bottom: 6.4vw;
  }

  .creators__main-user-photo {
    width: 13.6vw;
    height: 13.6vw;
  }

  .creators__main-user-label {
    font-size: 4vw;
  }
}

.creators__main-user-name {
  display: flex;
  gap: 0.46875vw;
  align-items: center;
  font-weight: 600;
  font-size: 1.1458333333vw;
  line-height: 115%;
}

.creators__main-user-name .icon {
  width: 1.09375vw;
  height: 1.09375vw;
}

@media only screen and (width <=767.98px) {
  .creators__main-user-name {
    gap: 2.6666666667vw;
    font-size: 4.8vw;
  }

  .creators__main-user-name .icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.creators__main-user-thanks {
  padding: 0.3645833333vw 0.5208333333vw;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  background: #0f0f0f;
}

@media only screen and (width <=767.98px) {
  .creators__main-user-thanks {
    padding: 1.0666666667vw 1.6vw;
    font-size: 2.6666666667vw;
  }
}

.creators__main-subtitle {
  margin-bottom: 0.6770833333vw;
  font-weight: 600;
  font-size: 1.1458333333vw;
  line-height: 115%;
}

@media only screen and (width <=767.98px) {
  .creators__main-subtitle {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.creators__main-text {
  max-width: 27.8125vw;
  margin-bottom: 1.6145833333vw;
  color: #bcbcbc;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 115%;
}

.creators__main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  list-style: none;
}

.creators__co {
  grid-column: span 5;
}

@media only screen and (width <=767.98px) {
  .creators__main-text {
    max-width: 100%;
    margin-bottom: 8.2666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }

  .creators__main-list {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .creators__co {
    grid-column: auto;
  }
}

.creators__co-title {
  margin-bottom: 1.9270833333vw;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 115%;
}

.creators__co-list {
  display: grid;
  gap: 1.4583333333vw;
  list-style: none;
}

@media only screen and (width <=767.98px) {
  .creators__co-title {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }

  .creators__co-list {
    gap: 4vw;
  }
}

.creators__co-item {
  display: flex;
  gap: 1.0416666667vw;
  align-items: flex-start;
}

.creators__co-item .card {
  flex-grow: 1;
}

.creators__co-item-photo {
  display: block;
  flex-shrink: 0;
  width: 5.1041666667vw;
  height: 5.1041666667vw;
}

.token {
  position: relative;
  padding-top: 5.2083333333vw;
}

@media only screen and (width <=767.98px) {
  .creators__co-item {
    gap: 3.2vw;
  }

  .creators__co-item-photo {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }

  .token {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}

.token__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.token__bg::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8.0729166667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.token__bg img,
.token__bg video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.token__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.token__total {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  align-items: center;
  margin-bottom: 3.6458333333vw;
  color: #000000;
  font-weight: 600;
  font-size: 1.6666666667vw;
  line-height: 115%;
  text-align: center;
}

.token__total span {
  display: inline-flex;
  gap: 1.0416666667vw;
  color: #000000;
  font-weight: 600;
  font-size: 5.2083333333vw;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.token__total span img {
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-top: 0.2604166667vw;
  border-radius: 1.0416666667vw;
}

.token__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 57.2916666667vw;
  margin-right: auto;
  margin-left: auto;
  background: var(--ty-card);
  border: 1.6px solid var(--ty-ink);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--ty-ink);
  padding: 24px;
}

@media only screen and (width <=767.98px) {
  .token__bg::after {
    height: 13.0666666667vw;
  }

  .token__bg img,
  .token__bg video {
    object-fit: cover;
  }

  .token__total {
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }

  .token__total span {
    font-size: 12.8vw;
  }

  .token__box {
    max-width: 100%;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}

.token__box-title {
  margin-bottom: 1.09375vw;
  color: var(--ty-accent);
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 115%;
  text-align: center;
}

@media only screen and (width <=767.98px) {
  .token__box-title {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.token__box-address {
  display: inline-flex;
  gap: 0.3645833333vw;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.2604166667vw;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 115%;
  text-align: center;
  cursor: pointer;
}

.token__box-address span {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.token__box-address button {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.09375vw;
  height: 1.09375vw;
}

@media only screen and (width <=767.98px) {
  .token__box-address {
    max-width: 74.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    text-overflow: ellipsis;
  }

  .token__box-address button {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.token__box-address button svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.token__box-address button.active svg:first-child,
.token__box-address button:not(.active) svg:last-child {
  display: none;
}

.token__box-button {
  display: inline-flex;
  gap: 0.4166666667vw;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5625vw 2.6041666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.25vw;
  border-radius: 24px;
  background: var(--ty-accent);
  border: none;
  cursor: pointer;
  transition: opacity var(--transition-base);
}

@media (any-hover: none) {
  .footer__button:active,
  .token__box-button:active {
    opacity: 0.75;
  }
}

@media (any-hover: hover) {
  .token__box-button:focus-visible,
  .token__box-button:hover {
    opacity: 0.75;
  }
}

.token__box-button img {
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 0.2604166667vw;
}

@media only screen and (width <=767.98px) {
  .token__box-button {
    gap: 2.1333333333vw;
    margin-top: 18.9333333333vw;
    padding: 4.2666666667vw 10.6666666667vw;
    font-size: 4.8vw;
  }

  .token__box-button img {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.ty-hero {
  background: var(--ty-bg);
  color: var(--ty-ink);
  padding: 28px;
}
.ty-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
@media (max-width: 920px) {
  .ty-hero__inner {
    grid-template-columns: 1fr;
  }
}
.ty-hero__card {
  background: var(--ty-card);
  border: 1.6px solid var(--ty-ink);
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--ty-ink);
  padding: 24px;
  height: 100%;
}
.ty-hero__title {
  font-size: 44px;
  line-height: 1.03;
  margin: 0 0 12px;
  font-weight: 900;
}
.ty-hero__subtitle {
  margin: 8px 0 14px;
  color: var(--ty-muted);
  line-height: 1.6;
}
.ty-hero__kpis {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 6px 0 10px;
}
.ty-pill {
  border: 1.6px solid var(--ty-ink);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ty-ink);
  font-weight: 800;
}
.ty-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.ty-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1.6px solid var(--ty-ink);
  border-radius: 999px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--ty-ink);
  transition:
    0.15s transform ease,
    0.15s box-shadow ease;
  font-weight: 800;
  cursor: pointer;
}
.ty-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ty-ink);
}
.ty-btn:active {
  transform: translate(0, 0);
  box-shadow: 4px 4px 0 var(--ty-ink);
}
.ty-btn--primary {
  background: var(--ty-accent);
  color: #fff;
}
.ty-btn--dark {
  background: var(--ty-ink);
  color: #fff;
}
.ty-hero__box {
  padding: 18px;
  border: 1.6px solid var(--ty-ink);
  border-radius: 20px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--ty-ink);
  margin-top: 14px;
}
.ty-hero__row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.ty-input {
  flex: 1;
  min-width: 220px;
  padding: 14px 16px;
  border: 1.6px solid var(--ty-ink);
  border-radius: 14px;
  font-size: 16px;
}
.ty-hero__hint {
  margin: 15px 0 0;
  color: #777;
  font-size: 13px;
}
.ty-face {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  animation: ty-float 3.6s ease-in-out infinite;
}
.ty-hero__note {
  text-align: center;
  margin-top: 10px;
  border: 1.6px solid var(--ty-ink);
  border-radius: 10px;
  padding: 6px 10px;
  background: #fff;
  box-shadow: 3px 3px 0 var(--ty-ink);
  font-weight: 800;
  font-size: 1rem;
}
@keyframes ty-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.copyme {
  display: flex;
  align-items: center;
  min-width: 220px;
  padding: 14px 16px;
  border: 1.6px solid var(--ty-ink);
  border-radius: 14px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  user-select: all;
}
@media only screen and (width <=767.98px) {
  .ty-hero__subtitle {
    font-size: 1rem;
  }
  .ty-pill {
    font-size: 1rem;
  }
  .ty-btn {
    font-size: 1rem;
  }
}
