@font-face {
    font-family: "Work Sans";
    font-display: swap;
    src: url("../fonts/Work Sans.woff2") format("woff2");
    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: #fff;
    line-height: 1;
    font-family: "Work Sans";
    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: "Work Sans";
    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
}

body {
    background-color: #0d0c02
}

.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 .9375rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto, 100rem) 1fr .9375rem
}

[class*="--gc"]>* {
    min-width: 0;
    grid-column: 3/4
}

.menu__list {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.menu__item {
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.menu__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    transition: color .2s ease 0s
}

.menu__link._navigator-active {
    color: #ffdc00
}

.menu__link._navigator-active::before {
    opacity: 1;
    visibility: visible
}

.menu__link._navigator-active::after {
    opacity: 1;
    visibility: visible
}

.menu__link::before {
    content: "[";
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease 0s, visibility .2s ease 0s
}

.menu__link::after {
    content: "]";
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease 0s, visibility .2s ease 0s
}

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

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    background-color: #0d0c02;
    border-bottom: .1875rem solid #fff;
    transition: padding .2s ease 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform
}

.loaded .header {
    -webkit-animation: to-bottom100 .45s ease-out .6s forwards;
    animation: to-bottom100 .45s ease-out .6s forwards
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.header__logo {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    -webkit-column-gap: .1em;
    -moz-column-gap: .1em;
    column-gap: .1em;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    text-transform: uppercase
}

.header__logo::before {
    content: "[";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.header__logo::after {
    content: "]";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.header__logo img {
    width: 100%;
    transition: scale .2s ease 0s
}

.header__logo span {
    color: #ffdc00
}

.header__button {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffdc00;
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.header__button::before {
    content: "[";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.header__button::after {
    content: "]";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.footer {
    position: relative
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.footer__copy {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.footer__menu {
    display: flex;
    align-items: center
}

.footer__menu-item {
    color: #fff;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.footer__menu-link {
    position: relative
}

.footer__menu-link span {
    position: relative;
    transition: color .2s ease 0s
}

.footer__menu-link span::before {
    content: "[";
    position: relative;
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease 0s
}

.footer__menu-link span::after {
    content: "]";
    position: relative;
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease 0s
}

.footer__osnovo {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-column-gap: .375rem;
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.footer__osnovo::before {
    content: "[";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.footer__osnovo::after {
    content: "]";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.footer__osnovo span {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    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, .3);
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    opacity: 0;
    transition: opacity .3s ease 0s
}

.menu-open .menu-open-bg {
    opacity: 1
}

@-webkit-keyframes to-bottom100 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes to-bottom100 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes to-bottom30 {
    0% {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-bottom30 {
    0% {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes to-left50 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden
    }

    25% {
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-left50 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden
    }

    25% {
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes to-right50 {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden
    }

    25% {
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-right50 {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden
    }

    25% {
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

@-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;
    border-bottom: .1875rem solid #fff
}

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

.hero__bg img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    padding-top: 1.25rem
}

.hero__title {
    position: relative;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.loaded .hero__title {
    -webkit-animation: to-right50 .45s ease-out .6s forwards;
    animation: to-right50 .45s ease-out .6s forwards
}

.hero__title img {
    width: 100%
}

.hero__actions {
    position: absolute;
    z-index: 2;
    top: 57%;
    left: 12%;
    display: flex;
    align-items: flex-start
}

.hero__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    aspect-ratio: 306/92;
    -webkit-transform: rotate(-8.359deg);
    transform: rotate(-8.359deg);
    opacity: 0;
    visibility: hidden
}

.loaded .hero__button {
    -webkit-animation: opacity .2s ease-out 1.2s forwards;
    animation: opacity .2s ease-out 1.2s forwards
}

.hero__button span {
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: -.02em;
    transition: color .2s ease 0s
}

.hero__button span::before {
    content: "[";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.hero__button span::after {
    content: "]";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.hero__social {
    position: relative;
    z-index: 2;
    display: flex;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    -webkit-transform: translateX(-15%) translateY(15%);
    transform: translateX(-15%) translateY(15%)
}

.hero__social-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .375rem solid #000;
    background-color: #fff;
    aspect-ratio: 1;
    overflow: hidden;
    transition: background-color .2s ease 0s
}

.hero__social-item:nth-child(1) {
    opacity: 0;
    visibility: hidden
}

.loaded .hero__social-item:nth-child(1) {
    -webkit-animation: opacity .2s ease-out 1.4s forwards;
    animation: opacity .2s ease-out 1.4s forwards
}

.hero__social-item:nth-child(2) {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden
}

.loaded .hero__social-item:nth-child(2) {
    -webkit-animation: opacity .2s ease-out 1.5s forwards;
    animation: opacity .2s ease-out 1.5s forwards
}

.hero__social-item svg {
    width: 100%;
    max-width: 60%;
    transition: scale .2s ease 0s
}

.hero__image {
    position: relative;
    z-index: 4;
    pointer-events: none
}

.hero__image img {
    width: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.loaded .hero__image img {
    -webkit-animation: to-left50 .45s ease-out .6s forwards;
    animation: to-left50 .45s ease-out .6s forwards
}

@-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
}

.partners__line {
    display: flex;
    align-items: center
}

.partners__row {
    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
}

.partners__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.about {
    position: relative
}

.about__header {
    border-bottom: .125rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding-bottom: .625rem
}

.about__header>span {
    color: #ffdc00;
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.about__title {
    color: #ffdc00;
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.about__title::before {
    content: "[";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.about__title::after {
    content: "]";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.about__body {
    border-bottom: .125rem solid #fff;
    display: flex;
    align-items: flex-start;
    padding-top: 1.4375rem
}

.about__text {
    flex: 0 0 50%;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    padding-bottom: 1.4375rem
}

.about__text p {
    opacity: .2;
    -webkit-animation: text;
    animation: text;
    animation-timeline: view();
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-range: cover 20% cover 30%
}

.about__text p span.d1 {
    position: relative;
    display: inline-block;
    padding-right: 1.2em
}

.about__text p span.d1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateX(20%) translateY(-45%);
    transform: translateX(20%) translateY(-45%);
    height: 110%;
    aspect-ratio: 1;
    background-image: url(../img/about/01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.about__text p span.d2 {
    display: inline-block;
    position: relative;
    padding-right: 1em
}

.about__text p span.d2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(-25%) translateY(-45%);
    transform: translateX(-25%) translateY(-45%);
    height: 140%;
    aspect-ratio: 1/2;
    background-image: url(../img/about/02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@-webkit-keyframes text {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes text {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.about__image {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.about__image._watcher-view {
    -webkit-animation: to-left50 .45s ease-out .2s forwards;
    animation: to-left50 .45s ease-out .2s forwards
}

.about__image img {
    width: 100%
}

.about__bottom {
    overflow: hidden;
    padding-top: .75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.about__columns {
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.about__column {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.about__button {
    flex-shrink: 0;
    background-color: #ffdc00;
    position: relative;
    padding: .5rem .875rem;
    -webkit-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.about__button span {
    display: inline-block;
    color: #000;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.about__button span::before {
    content: "[";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.about__button span::after {
    content: "]";
    position: relative;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.how {
    position: relative
}

.how__title {
    position: relative;
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    margin-bottom: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.how__title._watcher-view {
    -webkit-animation: to-right50 .45s ease-out .2s forwards;
    animation: to-right50 .45s ease-out .2s forwards
}

.how__title::before {
    content: "";
    position: absolute;
    bottom: 15%;
    right: 55%;
    width: 75%;
    aspect-ratio: 454/263;
    background-image: url(../img/how/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    rotate: -5deg
}

.how__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: .125rem;
    background-color: #fff
}

.how__ca {
    display: flex;
    align-items: center;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.how__ca:has(button:hover)>span {
    color: #fff
}

.how__ca:has(button:hover)>span>span {
    color: #ffdc00
}

.how__ca>span {
    color: #ffdc00;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    transition: color .2s ease 0s
}

.how__ca>span span {
    color: #fff;
    transition: color .2s ease 0s
}

.how__ca button {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem
}

.how__ca button svg {
    width: 2rem;
    height: 2rem;
    transition: scale .2s ease 0s
}

.how__ca button svg path {
    transition: fill .2s ease 0s
}

.how__sliders {
    display: flex;
    align-items: flex-end
}

.how__nav-main-box {
    width: 100%;
    display: flex
}

.how__swiper-button-prev {
    flex-shrink: 0;
    border: .25rem solid #ffdc00;
    padding: .625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.how__swiper-button-prev:active svg {
    scale: .9
}

.how__swiper-button-prev.swiper-button-disabled {
    opacity: .4
}

.how__swiper-button-prev svg {
    width: 2rem;
    height: 2rem
}

.how__swiper-button-prev svg path {
    stroke: #ffdc00
}

.how__swiper-button-next {
    flex-shrink: 0;
    padding: .625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: .25rem solid #ffdc00;
    background-color: #000
}

.how__swiper-button-next:active svg {
    scale: .9
}

.how__swiper-button-next.swiper-button-disabled {
    opacity: .4
}

.how__swiper-button-next svg {
    width: 2rem;
    height: 2rem
}

.how__swiper-button-next svg path {
    stroke: #ffdc00
}

.how__swiper-pagination {
    flex: 1 1 auto;
    display: flex;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    margin: 0 .5rem
}

.how__swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    border: .25rem solid #ffdc00;
    flex-shrink: 0;
    width: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.how__swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: relative;
    color: #ffdc00;
    text-align: center;
    font-family: "Work Sans";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 900;
    line-height: 140%
}

.how__swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
    content: "1"
}

.how__swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
    content: "2"
}

.how__swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
    content: "3"
}

.how__swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
    content: "4"
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex: 1 1 auto;
    background-color: #ffdc00
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    color: #000
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1)::before {
    content: "Step 1"
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2)::before {
    content: "Step 2"
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3)::before {
    content: "Step 3"
}

.how__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4)::before {
    content: "Step 4"
}

.how__wrapper-image img {
    width: 100%
}

.swiper-slide-main__title {
    border-bottom: .0625rem solid #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: .75rem
}

.swiper-slide-main__title span {
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    padding-bottom: .375rem
}

.swiper-slide-main__title svg {
    position: relative
}

.swiper-slide-main__text {
    padding-top: 1rem;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

@-webkit-keyframes decor-move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes decor-move {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tokenomics {
    position: relative
}

.tokenomics__container {
    position: relative
}

.tokenomics__container::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 25%;
    aspect-ratio: 395/194;
    background-image: url(../img/tokenomics/d3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.tokenomics__title {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.tokenomics__title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -12%;
    left: 23%;
    width: 13%;
    aspect-ratio: 106/122;
    background-image: url(../img/tokenomics/d4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out 0s infinite;
    animation: decor-move 6s ease-in-out 0s infinite
}

.tokenomics__title::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -25%;
    left: 55%;
    width: 11%;
    aspect-ratio: 96/97;
    background-image: url(../img/tokenomics/d5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out .3s infinite;
    animation: decor-move 6s ease-in-out .3s infinite
}

.tokenomics__title span {
    position: relative;
    z-index: 2;
    font-family: "Work Sans";
    color: #ffdc00;
    font-style: normal;
    font-weight: 800;
    line-height: 80%;
    text-transform: uppercase
}

.tokenomics__body {
    position: relative;
    z-index: 2;
    display: flex
}

.tokenomics__image {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.tokenomics__image::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: -14%;
    width: 45%;
    aspect-ratio: 244/302;
    background-image: url(../img/tokenomics/d1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out .8s infinite;
    animation: decor-move 6s ease-in-out .8s infinite
}

.tokenomics__image::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -7%;
    left: -25%;
    width: 25%;
    aspect-ratio: 155/128;
    background-image: url(../img/tokenomics/d2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out 1s infinite;
    animation: decor-move 6s ease-in-out 1s infinite
}

.tokenomics__image img {
    position: relative;
    z-index: 2;
    width: 100%
}

.tokenomics__picture {
    position: relative;
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.tokenomics__content {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    will-change: transform
}

.content-tokenomics {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.content-tokenomics__body {
    position: relative;
    max-width: 30.875rem
}

.content-tokenomics__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffdc00;
    -webkit-transform: translate(3%, 2%) skewX(-1deg) rotate(.8deg);
    transform: translate(3%, 2%) skewX(-1deg) rotate(.8deg)
}

.content-tokenomics__bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 48%;
    left: -20%;
    width: 35%;
    aspect-ratio: 1;
    background-image: url(../img/tokenomics/d7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out .5s infinite;
    animation: decor-move 6s ease-in-out .5s infinite
}

.content-tokenomics__bg::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 40%;
    width: 45%;
    aspect-ratio: 226/119;
    background-image: url(../img/tokenomics/d8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out .2s infinite;
    animation: decor-move 6s ease-in-out .2s infinite
}

.content-tokenomics__content {
    position: relative;
    z-index: 2;
    padding: 1.375rem .8125rem;
    border: .125rem solid #ffdc00;
    background: #000
}

.content-tokenomics__title>span {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    font-family: "Work Sans";
    color: #ffdc00;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    text-transform: uppercase
}

.content-tokenomics__title>span::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 23%;
    width: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    aspect-ratio: 1;
    background-image: url(../img/tokenomics/d11.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.content-tokenomics__title>span::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20%;
    left: 15%;
    width: 25%;
    aspect-ratio: 226/119;
    background-image: url(../img/tokenomics/d8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: decor-move 6s ease-in-out .8s infinite;
    animation: decor-move 6s ease-in-out .8s infinite
}

.content-tokenomics__title>span i {
    position: absolute;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.content-tokenomics__title>span i:nth-child(1) {
    display: inline-block;
    top: 95%;
    right: 22%;
    width: 6%;
    aspect-ratio: 1;
    background-image: url(../img/tokenomics/d10.png);
    -webkit-animation: decor-move 6s ease-in-out 1.1s infinite;
    animation: decor-move 6s ease-in-out 1.1s infinite
}

.content-tokenomics__title>span i:nth-child(2) {
    display: inline-block;
    top: 90%;
    right: 0;
    width: 20%;
    aspect-ratio: 216/153;
    background-image: url(../img/tokenomics/d9.png);
    -webkit-animation: decor-move 6s ease-in-out 1.2s infinite;
    animation: decor-move 6s ease-in-out 1.2s infinite
}

.content-tokenomics__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.content-tokenomics__item {
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .125rem solid #ffdc00
}

.content-tokenomics__item:nth-child(1) {
    border-top: .125rem solid #ffdc00
}

.content-tokenomics__item span:nth-child(1) {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.content-tokenomics__item span:nth-child(2) {
    color: #ffdc00;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.content-tokenomics__title-item {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    margin-bottom: 1rem
}

.content-tokenomics__code {
    width: 100%;
    margin-bottom: 1rem
}

.content-tokenomics__code img {
    width: 100%
}

.content-tokenomics__ca {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.content-tokenomics__ca:has(button:hover) span:nth-child(1) {
    color: #fff
}

.content-tokenomics__ca:has(button:hover) span:nth-child(2) {
    color: #ffdc00
}

.content-tokenomics__ca span {
    transition: color .2s ease 0s
}

.content-tokenomics__ca span:nth-child(1) {
    flex-shrink: 0;
    color: #ffdc00;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.content-tokenomics__ca span:nth-child(2) {
    flex: 1 1 auto;
    width: 6.25rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.content-tokenomics__ca button {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem
}

.content-tokenomics__ca button svg {
    width: 2rem;
    height: 2rem;
    transition: scale .2s ease 0s
}

.train__container {
    position: relative
}

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

.train__top span {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    font-size: 1.5rem
}

.train__body {
    width: 100%;
    -webkit-animation: scroll;
    animation: scroll;
    animation-timeline: view();
    animation-range: entry 0 cover 150%;
    will-change: transform
}

.train__body img {
    width: 100%
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.join {
    position: relative;
    border-top: .1875rem solid #fff;
    border-bottom: .1875rem solid #fff
}

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

.join__bg img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 11.5% 50%;
    object-position: 11.5% 50%
}

.join__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end
}

.join__social {
    flex-shrink: 0;
    display: flex;
    flex-direction: column
}

.join__social-item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .125rem solid #fff;
    padding: .625rem 0
}

.join__social-item span {
    position: relative;
    color: #ffdc00;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.join__social-item span::before {
    content: "[";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.join__social-item span::after {
    content: "]";
    position: relative;
    color: #fff;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.join__social-item svg {
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.join__social-item svg path {
    transition: fill .2s ease 0s
}

.join__body {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end
}

.join__title {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    color: #ffdc00;
    -webkit-text-stroke-width: .1875rem;
    -webkit-text-stroke-color: #000;
    paint-order: stroke fill;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    text-transform: uppercase
}

.join__title p {
    opacity: .2;
    -webkit-animation: text;
    animation: text;
    animation-timeline: view();
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-range: cover 15% cover 25%
}

.join__image {
    flex: 0 0 65%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

.join__image img {
    position: relative;
    width: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-animation: scroll2;
    animation: scroll2;
    animation-timeline: view();
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-range: entry 0 entry 110%;
    will-change: transform
}

@-webkit-keyframes scroll2 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scroll2 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.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) {
    .hero__content {
        flex: 0 0 80%;
        align-self: center
    }

    .hero__image {
        align-self: flex-end;
        flex: 0 0 45%;
        -webkit-transform: translateX(-50%) translateY(3.6%);
        transform: translateX(-50%) translateY(3.6%)
    }
}

@media (min-width:61.99875em) {
    .header._header-scroll {
        padding: .375rem 0
    }

    .about__text {
        padding-right: 5%
    }

    .about__image {
        flex: 0 0 55%;
        margin-top: -14%
    }

    .about__image img {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    .about__bottom._watcher-view .about__column:nth-child(1) {
        -webkit-animation: to-bottom30 .45s ease-out .2s forwards;
        animation: to-bottom30 .45s ease-out .2s forwards
    }

    .about__bottom._watcher-view .about__column:nth-child(2) {
        -webkit-animation: to-bottom30 .45s ease-out .4s forwards;
        animation: to-bottom30 .45s ease-out .4s forwards
    }

    .about__bottom._watcher-view .about__button {
        -webkit-animation: to-bottom30 .45s ease-out .6s forwards;
        animation: to-bottom30 .45s ease-out .6s forwards
    }

    .about__column:nth-child(1) {
        max-width: 26.5625rem
    }

    .about__column:nth-child(2) {
        max-width: 36rem
    }

    .how__slider-main {
        flex: 0 0 27.5rem
    }

    .how__slider-image {
        flex: 1 1 auto;
        -webkit-transform: translateY(-3.75rem);
        transform: translateY(-3.75rem)
    }

    .tokenomics__container._watcher-view .tokenomics__title {
        -webkit-animation: to-right50 .45s ease-out .2s forwards;
        animation: to-right50 .45s ease-out .2s forwards
    }

    .tokenomics__container._watcher-view .tokenomics__content {
        -webkit-animation: to-left50 .45s ease-out .2s forwards;
        animation: to-left50 .45s ease-out .2s forwards
    }

    .tokenomics__container._watcher-view .tokenomics__picture {
        -webkit-animation: opacity .45s ease .6s forwards;
        animation: opacity .45s ease .6s forwards
    }

    .tokenomics__container._watcher-view .tokenomics__image {
        -webkit-animation: opacity .45s ease .8s forwards;
        animation: opacity .45s ease .8s forwards
    }

    .tokenomics__body {
        align-items: flex-end;
        margin-top: -6%
    }

    .tokenomics__image {
        flex: 0 0 35%
    }

    .tokenomics__picture {
        flex: 0 0 25%;
        aspect-ratio: 517/680;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%)
    }

    .tokenomics__picture img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -58%);
        transform: translate(-50%, -58%);
        width: 145%;
        aspect-ratio: 628/826
    }

    .tokenomics__content {
        flex: 1 1 auto;
        min-height: 100%
    }

    .content-tokenomics__title {
        position: absolute;
        width: auto;
        height: auto;
        bottom: 0;
        right: 0
    }

    .content-tokenomics__title>span {
        position: absolute;
        z-index: 1
    }

    .join__body {
        margin-top: -12%
    }
}

@media (min-width:61.99875em) and (min-width:101.875em) {
    .how__slider-main {
        margin-top: 6.25rem
    }
}

@media (min-width:101.875em) {
    .menu__list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .menu__item {
        font-size: 1.75rem
    }

    .menu__link {
        font-size: 1.75rem
    }

    .header__logo {
        font-size: 2.875rem
    }

    .header__button {
        font-size: 2rem
    }

    .footer {
        padding-top: 1.625rem
    }

    .footer {
        padding-bottom: 1.625rem
    }

    .footer__copy {
        font-size: 1.5rem
    }

    .footer__menu {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .footer__menu-item {
        font-size: 1.625rem
    }

    .footer__osnovo::before {
        font-size: 1.5rem
    }

    .footer__osnovo::after {
        font-size: 1.5rem
    }

    .footer__osnovo span {
        font-size: 1.5rem
    }

    .footer__osnovo img {
        width: 8.9375rem
    }

    .page__partners {
        padding-top: 2.5rem
    }

    .page__partners {
        padding-bottom: 2.5rem
    }

    .page__about {
        padding-top: 6.25rem
    }

    .page__about {
        padding-bottom: 3.75rem
    }

    .page__how {
        padding-top: 7.5rem
    }

    .page__how {
        padding-bottom: 3.75rem
    }

    .page__tokenomics {
        padding-top: 7.5rem
    }

    .page__tokenomics {
        margin-bottom: 3.75rem
    }

    .page__train {
        padding-top: 6.25rem
    }

    .page__train {
        padding-bottom: 13.75rem
    }

    .hero__content {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    .hero__button {
        width: 19.125rem
    }

    .hero__button span {
        font-size: 3.25rem
    }

    .hero__social-item {
        width: 6.25rem
    }

    .about__header>span {
        font-size: 1.75rem
    }

    .about__title {
        font-size: 1.75rem
    }

    .about__text {
        font-size: 4rem
    }

    .about__text p {
        font-size: 4rem
    }

    .about__column {
        font-size: 1.5rem
    }

    .about__button span {
        font-size: 2rem
    }

    .how__title {
        font-size: 7.5rem
    }

    .how__title {
        padding-bottom: 1.875rem
    }

    .how__ca>span {
        font-size: 1.75rem
    }

    .how__sliders {
        -webkit-column-gap: 4.375rem;
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem
    }

    .how__wrapper-main {
        margin-bottom: 3rem
    }

    .swiper-slide-main__title span {
        font-size: 3rem
    }

    .swiper-slide-main__title svg {
        width: 3.75rem
    }

    .swiper-slide-main__title svg {
        height: 3.75rem
    }

    .swiper-slide-main__text {
        font-size: 1.5rem
    }

    .tokenomics__container {
        padding-bottom: 15rem
    }

    .tokenomics__title span {
        font-size: 15rem
    }

    .content-tokenomics {
        padding-bottom: 20rem
    }

    .content-tokenomics__title>span {
        translate: 11.625rem
    }

    .content-tokenomics__title>span {
        font-size: 15rem
    }

    .content-tokenomics__item span:nth-child(1) {
        font-size: 1.5rem
    }

    .content-tokenomics__item span:nth-child(2) {
        font-size: 1.75rem
    }

    .content-tokenomics__title-item {
        font-size: 3rem
    }

    .content-tokenomics__ca span:nth-child(1) {
        font-size: 1.5rem
    }

    .content-tokenomics__ca span:nth-child(2) {
        font-size: 1.5rem
    }

    .train__top {
        margin-bottom: 2.875rem
    }

    .join__container {
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem
    }

    .join__social {
        width: 26.25rem
    }

    .join__social {
        margin-top: 5rem
    }

    .join__social {
        margin-bottom: 3.75rem
    }

    .join__social-item span {
        font-size: 2rem
    }

    .join__title {
        font-size: 13.125rem
    }

    .join__title {
        padding-bottom: 1.25rem
    }
}

@media (max-width:20em) {
    .menu__item {
        font-size: 1.625rem
    }

    .menu__link {
        font-size: 1.625rem
    }

    .header__button {
        font-size: 1.75rem
    }

    .footer {
        padding-top: 1.25rem
    }

    .footer {
        padding-bottom: 1.25rem
    }

    .footer__copy {
        font-size: 1rem
    }

    .footer__menu {
        -webkit-column-gap: .125rem;
        -moz-column-gap: .125rem;
        column-gap: .125rem
    }

    .footer__menu-item {
        font-size: .8125rem
    }

    .footer__osnovo::before {
        font-size: 1rem
    }

    .footer__osnovo::after {
        font-size: 1rem
    }

    .footer__osnovo span {
        font-size: 1rem
    }

    .footer__osnovo img {
        width: 7rem
    }

    .page__partners {
        padding-top: .9375rem
    }

    .page__partners {
        padding-bottom: .9375rem
    }

    .page__about {
        padding-top: 3.75rem
    }

    .page__about {
        padding-bottom: 2.5rem
    }

    .page__how {
        padding-top: 3.75rem
    }

    .page__how {
        padding-bottom: 2.5rem
    }

    .page__tokenomics {
        padding-top: 3.75rem
    }

    .page__tokenomics {
        margin-bottom: 1.25rem
    }

    .page__train {
        padding-top: 2.5rem
    }

    .page__train {
        padding-bottom: 3.75rem
    }

    .hero__button {
        width: 11.25rem
    }

    .hero__button span {
        font-size: 2.375rem
    }

    .hero__social-item {
        width: 3.75rem
    }

    .about__header>span {
        font-size: 1.625rem
    }

    .about__title {
        font-size: 1.625rem
    }

    .about__text {
        font-size: 1.5rem
    }

    .about__text p {
        font-size: 1.75rem
    }

    .about__column {
        font-size: 1.125rem
    }

    .about__button span {
        font-size: 1.5rem
    }

    .how__title {
        font-size: 3rem
    }

    .how__title {
        padding-bottom: .5rem
    }

    .how__ca>span {
        font-size: 1.375rem
    }

    .how__wrapper-main {
        margin-bottom: 1.875rem
    }

    .swiper-slide-main__title span {
        font-size: 2.25rem
    }

    .swiper-slide-main__title svg {
        width: 2.25rem
    }

    .swiper-slide-main__title svg {
        height: 2.25rem
    }

    .swiper-slide-main__text {
        font-size: 1.25rem
    }

    .tokenomics__container {
        padding-bottom: 4.75rem
    }

    .tokenomics__title span {
        font-size: 4.25rem
    }

    .content-tokenomics__title>span {
        font-size: 4.25rem
    }

    .content-tokenomics__item span:nth-child(1) {
        font-size: 1.25rem
    }

    .content-tokenomics__item span:nth-child(2) {
        font-size: 1.375rem
    }

    .content-tokenomics__title-item {
        font-size: 2.625rem
    }

    .content-tokenomics__ca span:nth-child(1) {
        font-size: 1.375rem
    }

    .content-tokenomics__ca span:nth-child(2) {
        font-size: 1.375rem
    }

    .train__top {
        margin-bottom: 1.875rem
    }

    .join__social-item span {
        font-size: 1.5rem
    }

    .join__title {
        font-size: 3.375rem
    }

    .join__title {
        padding-bottom: .625rem
    }
}

@media (max-width:61.99875em) {
    .menu__body {
        position: fixed;
        width: auto;
        height: auto;
        right: -100%;
        top: 4.8125rem;
        overflow: auto;
        padding: 3.125rem 1.875rem 1.5625rem 1.5625rem;
        background-color: #000;
        transition: right .3s;
        border-radius: 100% 0 73% 27%/0 100% 0 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        border: .1875rem solid #fff;
        border-right: none;
        overflow: hidden;
        will-change: right
    }

    .menu__body::before {
        content: "";
        position: absolute;
        pointer-events: none;
        top: -20%;
        left: -20%;
        width: 30%;
        height: 120%;
        background-color: #ffdc00;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    .menu__body::after {
        content: "";
        position: absolute;
        pointer-events: none;
        top: 0;
        right: -32%;
        width: 30%;
        height: 120%;
        background-color: #ffdc00;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    .menu-open .menu__body {
        right: 0
    }

    .menu__list {
        flex-direction: column;
        row-gap: 1.25rem;
        margin-bottom: 1.25rem;
        align-items: flex-end
    }

    .menu__item:nth-child(even) {
        display: none
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .1875rem;
        background-color: #fff
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .09375rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header {
        padding: .75rem 0
    }

    .header__logo {
        font-size: 2.25rem
    }

    .footer__container {
        flex-direction: column;
        row-gap: .9375rem
    }

    .footer__copy {
        order: 3
    }

    .footer__menu {
        order: 1
    }

    .footer__osnovo {
        order: 2
    }

    .page__join {
        padding-top: 2.5rem
    }

    .hero__container {
        padding-top: 6.25rem
    }

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

    .about__text {
        padding-bottom: 0;
        text-align: center
    }

    .about__image {
        width: 100%;
        max-width: 35rem
    }

    .about__bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 1.25rem
    }

    .about__column._watcher-view {
        -webkit-animation: to-bottom30 .45s ease-out .2s forwards;
        animation: to-bottom30 .45s ease-out .2s forwards
    }

    .about__column:nth-child(1) {
        flex: 0 0 calc(40% - 1.25rem)
    }

    .about__column:nth-child(2) {
        flex: 0 0 calc(60% - 1.25rem)
    }

    .about__button._watcher-view {
        -webkit-animation: to-bottom30 .45s ease-out .2s forwards;
        animation: to-bottom30 .45s ease-out .2s forwards
    }

    .how__sliders {
        flex-direction: column-reverse;
        margin-top: 1.875rem;
        row-gap: 1.25rem
    }

    .how__slider-main {
        width: 100%
    }

    .how__slider-image {
        width: 100%;
        aspect-ratio: 1510/586
    }

    .swiper-slide-main__title span {
        padding-bottom: 0
    }

    .tokenomics__title._watcher-view {
        -webkit-animation: to-right50 .45s ease-out .2s forwards;
        animation: to-right50 .45s ease-out .2s forwards
    }

    .tokenomics__body {
        padding-top: 2.5rem;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 1.875rem
    }

    .tokenomics__body._watcher-view .tokenomics__content {
        -webkit-animation: to-left50 .45s ease-out .2s forwards;
        animation: to-left50 .45s ease-out .2s forwards
    }

    .tokenomics__image {
        width: 100%;
        max-width: 35rem
    }

    .tokenomics__image::after {
        bottom: -8%;
        left: 75%
    }

    .tokenomics__picture {
        position: relative;
        width: 100%;
        max-width: 35rem;
        display: none
    }

    .tokenomics__picture img {
        width: 100%
    }

    .content-tokenomics {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 1.875rem
    }

    .content-tokenomics__title {
        align-self: flex-end
    }

    .join__container {
        flex-direction: column;
        row-gap: 1.25rem;
        align-items: center
    }

    .join__social {
        width: 100%;
        max-width: 26.25rem
    }
}

@media (max-width:61.99875em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width:61.99875em) and (max-width:61.99875em) {
    .tokenomics__image._watcher-view {
        -webkit-animation: opacity .45s ease-out .2s forwards;
        animation: opacity .45s ease-out .2s forwards
    }
}

@media (max-width:47.99875em) {
    .hero__bg img {
        -o-object-position: 70% 50%;
        object-position: 70% 50%
    }

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

    .hero__title {
        z-index: 3;
        margin: 0 -1.25rem;
        width: calc(100% + 2.5rem)
    }

    .hero__actions {
        top: 42%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: .625rem
    }

    .hero__actions::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -30%;
        left: -40%;
        width: 180%;
        height: 160%;
        background-color: #ffdc00;
        rotate: -5deg;
        -webkit-transform: skew(-5deg, -10deg);
        transform: skew(-5deg, -10deg)
    }

    .hero__image {
        width: 100%;
        max-width: 35rem;
        margin-top: 7%;
        -webkit-transform: translateY(3.6%);
        transform: translateY(3.6%)
    }

    .partners__row {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        padding-left: 1em
    }

    .partners__item {
        scale: .8
    }

    .about__columns {
        flex-direction: column;
        row-gap: .75rem
    }

    .tokenomics__container::before {
        width: 40%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:29.99875em) {
    .how__swiper-button-prev {
        border: .125rem solid #ffdc00;
        padding: .375rem;
        background-color: #ffdc00
    }

    .how__swiper-button-prev svg {
        width: 1.625rem;
        height: 1.625rem
    }

    .how__swiper-button-prev svg path {
        stroke: #000
    }

    .how__swiper-button-next {
        border: .125rem solid #ffdc00;
        padding: .375rem;
        background-color: #ffdc00
    }

    .how__swiper-button-next svg {
        width: 1.625rem;
        height: 1.625rem
    }

    .how__swiper-button-next svg path {
        stroke: #000
    }

    .how__swiper-pagination .swiper-pagination-bullet {
        border: .125rem solid #ffdc00;
        width: 2.875rem
    }

    .how__swiper-pagination .swiper-pagination-bullet::before {
        font-size: 1.375rem
    }
}

@media (min-width:61.99875em) and (max-width:101.875em) {
    .menu__list {
        -webkit-column-gap: clamp(.875rem, .2919579324rem + .9404093916vw, 1.25rem);
        -moz-column-gap: clamp(.875rem, .2919579324rem + .9404093916vw, 1.25rem);
        column-gap: clamp(.875rem, .2919579324rem + .9404093916vw, 1.25rem)
    }

    .menu__item {
        font-size: clamp(1.25rem, .4726105765rem + 1.2538791887vw, 1.75rem)
    }

    .menu__link {
        font-size: clamp(1.25rem, .4726105765rem + 1.2538791887vw, 1.75rem)
    }

    .header__logo {
        font-size: clamp(2.25rem, 1.2782632206rem + 1.5673489859vw, 2.875rem)
    }

    .header__button {
        font-size: clamp(1.75rem, 1.3613052882rem + .6269395944vw, 2rem)
    }

    .footer__copy {
        font-size: clamp(.875rem, -.0967367794rem + 1.5673489859vw, 1.5rem)
    }

    .footer__menu {
        -webkit-column-gap: clamp(.5rem, -.2773894235rem + 1.2538791887vw, 1rem);
        -moz-column-gap: clamp(.5rem, -.2773894235rem + 1.2538791887vw, 1rem);
        column-gap: clamp(.5rem, -.2773894235rem + 1.2538791887vw, 1rem)
    }

    .footer__menu-item {
        font-size: clamp(1rem, .0282632206rem + 1.5673489859vw, 1.625rem)
    }

    .footer__osnovo::before {
        font-size: clamp(.875rem, -.0967367794rem + 1.5673489859vw, 1.5rem)
    }

    .footer__osnovo::after {
        font-size: clamp(.875rem, -.0967367794rem + 1.5673489859vw, 1.5rem)
    }

    .footer__osnovo span {
        font-size: clamp(.875rem, -.0967367794rem + 1.5673489859vw, 1.5rem)
    }

    .footer__osnovo img {
        width: clamp(6rem, 1.4328371368rem + 7.3665402338vw, 8.9375rem)
    }

    .about__text {
        font-size: clamp(2.625rem, .4871790853rem + 3.448167769vw, 4rem)
    }

    .about__text p {
        font-size: clamp(2.5rem, .1678317294rem + 3.7616375662vw, 4rem)
    }

    .how__sliders {
        -webkit-column-gap: clamp(1.875rem, -2.0119471176rem + 6.2693959437vw, 4.375rem);
        -moz-column-gap: clamp(1.875rem, -2.0119471176rem + 6.2693959437vw, 4.375rem);
        column-gap: clamp(1.875rem, -2.0119471176rem + 6.2693959437vw, 4.375rem)
    }

    .tokenomics__title span {
        font-size: clamp(7.5rem, -4.1608413529rem + 18.8081878311vw, 15rem)
    }

    .content-tokenomics {
        padding-bottom: clamp(10rem, -5.5477884706rem + 25.0775837748vw, 20rem)
    }

    .content-tokenomics__title>span {
        translate: clamp(1.5rem, -14.2421358265rem + 25.391053572vw, 11.625rem)
    }

    .content-tokenomics__title>span {
        font-size: clamp(7.5rem, -4.1608413529rem + 18.8081878311vw, 15rem)
    }

    .join__container {
        -webkit-column-gap: clamp(1.25rem, -2.6369471176rem + 6.2693959437vw, 3.75rem);
        -moz-column-gap: clamp(1.25rem, -2.6369471176rem + 6.2693959437vw, 3.75rem);
        column-gap: clamp(1.25rem, -2.6369471176rem + 6.2693959437vw, 3.75rem)
    }

    .join__social {
        width: clamp(18.75rem, 7.0891586471rem + 18.8081878311vw, 26.25rem)
    }

    .join__social {
        margin-top: clamp(3.75rem, 1.8065264412rem + 3.1346979719vw, 5rem)
    }

    .join__social {
        margin-bottom: clamp(1.25rem, -2.6369471176rem + 6.2693959437vw, 3.75rem)
    }

    .join__title {
        font-size: clamp(7.25rem, -1.8843257265rem + 14.7330804677vw, 13.125rem)
    }

    .join__title {
        padding-bottom: clamp(.625rem, -.3467367794rem + 1.5673489859vw, 1.25rem)
    }
}

@media (min-width:20em) and (max-width:61.99875em) {
    .menu__item {
        font-size: clamp(1.625rem, 1.5654744189rem + .2976279056vw, 1.75rem)
    }

    .menu__link {
        font-size: clamp(1.625rem, 1.5654744189rem + .2976279056vw, 1.75rem)
    }

    .header__button {
        font-size: clamp(1.75rem, 1.6309488378rem + .5952558112vw, 2rem)
    }

    .footer__copy {
        font-size: clamp(1rem, .7618976755rem + 1.1905116224vw, 1.5rem)
    }

    .footer__menu {
        -webkit-column-gap: clamp(.125rem, -.2916790678rem + 2.0833953391vw, 1rem);
        -moz-column-gap: clamp(.125rem, -.2916790678rem + 2.0833953391vw, 1rem);
        column-gap: clamp(.125rem, -.2916790678rem + 2.0833953391vw, 1rem)
    }

    .footer__menu-item {
        font-size: clamp(.8125rem, .4255837227rem + 1.9345813864vw, 1.625rem)
    }

    .footer__osnovo::before {
        font-size: clamp(1rem, .7618976755rem + 1.1905116224vw, 1.5rem)
    }

    .footer__osnovo::after {
        font-size: clamp(1rem, .7618976755rem + 1.1905116224vw, 1.5rem)
    }

    .footer__osnovo span {
        font-size: clamp(1rem, .7618976755rem + 1.1905116224vw, 1.5rem)
    }

    .footer__osnovo img {
        width: clamp(7rem, 6.0773534927rem + 4.6132325367vw, 8.9375rem)
    }

    .about__text {
        font-size: clamp(1.5rem, .6666418643rem + 4.1667906783vw, 3.25rem)
    }

    .about__text p {
        font-size: clamp(1.75rem, 1.0356930266rem + 3.5715348671vw, 3.25rem)
    }

    .tokenomics__title span {
        font-size: clamp(4.25rem, .9165674574rem + 16.6671627132vw, 11.25rem)
    }

    .content-tokenomics__title>span {
        font-size: clamp(4.25rem, .9165674574rem + 16.6671627132vw, 11.25rem)
    }

    .join__title {
        font-size: clamp(3.375rem, -.3751116105rem + 18.7505580523vw, 11.25rem)
    }

    .join__title {
        padding-bottom: clamp(.625rem, .3273720944rem + 1.488139528vw, 1.25rem)
    }
}

@media (min-width:20em) and (max-width:101.875em) {
    .footer {
        padding-top: clamp(1.25rem, 1.1583969466rem + .4580152672vw, 1.625rem)
    }

    .footer {
        padding-bottom: clamp(1.25rem, 1.1583969466rem + .4580152672vw, 1.625rem)
    }

    .page__partners {
        padding-top: clamp(.9375rem, .5558206107rem + 1.9083969466vw, 2.5rem)
    }

    .page__partners {
        padding-bottom: clamp(.9375rem, .5558206107rem + 1.9083969466vw, 2.5rem)
    }

    .page__about {
        padding-top: clamp(3.75rem, 3.1393129771rem + 3.0534351145vw, 6.25rem)
    }

    .page__about {
        padding-bottom: clamp(2.5rem, 2.1946564885rem + 1.5267175573vw, 3.75rem)
    }

    .page__how {
        padding-top: clamp(3.75rem, 2.8339694656rem + 4.5801526718vw, 7.5rem)
    }

    .page__how {
        padding-bottom: clamp(2.5rem, 2.1946564885rem + 1.5267175573vw, 3.75rem)
    }

    .page__tokenomics {
        padding-top: clamp(3.75rem, 2.8339694656rem + 4.5801526718vw, 7.5rem)
    }

    .page__tokenomics {
        margin-bottom: clamp(1.25rem, .6393129771rem + 3.0534351145vw, 3.75rem)
    }

    .page__train {
        padding-top: clamp(2.5rem, 1.5839694656rem + 4.5801526718vw, 6.25rem)
    }

    .page__train {
        padding-bottom: clamp(3.75rem, 1.3072519084rem + 12.213740458vw, 13.75rem)
    }

    .hero__button {
        width: clamp(11.25rem, 9.3263358779rem + 9.6183206107vw, 19.125rem)
    }

    .hero__button span {
        font-size: clamp(2.375rem, 2.161259542rem + 1.0687022901vw, 3.25rem)
    }

    .hero__social-item {
        width: clamp(3.75rem, 3.1393129771rem + 3.0534351145vw, 6.25rem)
    }

    .about__header>span {
        font-size: clamp(1.625rem, 1.5944656489rem + .1526717557vw, 1.75rem)
    }

    .about__title {
        font-size: clamp(1.625rem, 1.5944656489rem + .1526717557vw, 1.75rem)
    }

    .about__column {
        font-size: clamp(1.125rem, 1.0333969466rem + .4580152672vw, 1.5rem)
    }

    .about__button span {
        font-size: clamp(1.5rem, 1.3778625954rem + .6106870229vw, 2rem)
    }

    .how__title {
        font-size: clamp(3rem, 1.9007633588rem + 5.4961832061vw, 7.5rem)
    }

    .how__title {
        padding-bottom: clamp(.5rem, .1641221374rem + 1.679389313vw, 1.875rem)
    }

    .how__ca>span {
        font-size: clamp(1.375rem, 1.2833969466rem + .4580152672vw, 1.75rem)
    }

    .how__wrapper-main {
        margin-bottom: clamp(1.875rem, 1.6001908397rem + 1.3740458015vw, 3rem)
    }

    .swiper-slide-main__title span {
        font-size: clamp(2.25rem, 2.0667938931rem + .9160305344vw, 3rem)
    }

    .swiper-slide-main__title svg {
        width: clamp(2.25rem, 1.8835877863rem + 1.8320610687vw, 3.75rem)
    }

    .swiper-slide-main__title svg {
        height: clamp(2.25rem, 1.8835877863rem + 1.8320610687vw, 3.75rem)
    }

    .swiper-slide-main__text {
        font-size: clamp(1.25rem, 1.1889312977rem + .3053435115vw, 1.5rem)
    }

    .tokenomics__container {
        padding-bottom: clamp(4.75rem, 2.2461832061rem + 12.5190839695vw, 15rem)
    }

    .content-tokenomics__item span:nth-child(1) {
        font-size: clamp(1.25rem, 1.1889312977rem + .3053435115vw, 1.5rem)
    }

    .content-tokenomics__item span:nth-child(2) {
        font-size: clamp(1.375rem, 1.2833969466rem + .4580152672vw, 1.75rem)
    }

    .content-tokenomics__title-item {
        font-size: clamp(2.625rem, 2.5333969466rem + .4580152672vw, 3rem)
    }

    .content-tokenomics__ca span:nth-child(1) {
        font-size: clamp(1.375rem, 1.3444656489rem + .1526717557vw, 1.5rem)
    }

    .content-tokenomics__ca span:nth-child(2) {
        font-size: clamp(1.375rem, 1.3444656489rem + .1526717557vw, 1.5rem)
    }

    .train__top {
        margin-bottom: clamp(1.875rem, 1.6307251908rem + 1.2213740458vw, 2.875rem)
    }

    .join__social-item span {
        font-size: clamp(1.5rem, 1.3778625954rem + .6106870229vw, 2rem)
    }
}

@media (min-width:61.99875em) and (min-width:61.99875em) and (max-width:101.875em) {
    .how__slider-main {
        margin-top: clamp(2.5rem, -3.3304206765rem + 9.4040939156vw, 6.25rem)
    }
}

@media (any-hover:hover) {
    .menu__link:hover {
        color: #ffdc00
    }

    .menu__link:hover::before {
        opacity: 1;
        visibility: visible
    }

    .menu__link:hover::after {
        opacity: 1;
        visibility: visible
    }

    .header__logo:hover::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header__logo:hover::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .header__button:hover::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header__button:hover::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .footer__menu-link:hover span {
        color: #ffdc00
    }

    .footer__menu-link:hover span::before {
        opacity: 1
    }

    .footer__menu-link:hover span::after {
        opacity: 1
    }

    .footer__osnovo:hover::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .footer__osnovo:hover::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .hero__button:hover span {
        color: #ffdc00
    }

    .hero__button:hover span::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hero__button:hover span::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .hero__social-item:hover {
        background-color: #ffdc00
    }

    .hero__social-item:hover svg {
        scale: .95
    }

    .about__button:hover span::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about__button:hover span::after {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .how__ca button:hover svg {
        scale: 1.1
    }

    .how__ca button:hover svg path {
        fill: #ffdc00
    }

    .how__swiper-button-prev:hover {
        background-color: #ffdc00
    }

    .how__swiper-button-prev:hover svg path {
        stroke: #000
    }

    .how__swiper-button-next:hover {
        background-color: #ffdc00
    }

    .how__swiper-button-next:hover svg path {
        stroke: #000
    }

    .content-tokenomics__ca button:hover svg {
        scale: 1.1
    }

    .join__social-item:hover span {
        -webkit-transform: translateX(5rem);
        transform: translateX(5rem)
    }

    .join__social-item:hover svg {
        -webkit-transform: translateX(-5rem);
        transform: translateX(-5rem)
    }

    .join__social-item:hover svg path {
        fill: #ffdc00
    }
}