@import url(https://fonts.googleapis.com/css?family=Boogaloo:regular&display=swap);

@font-face {
    font-family: "Lemonism DEMO";
    font-display: swap;
    src: url(../fonts/RaWis-DYne3.otf) format("woff2");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-family: "Lemonism DEMO";
    font-size: 1.75rem;
    -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: "Lemonism DEMO";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
    width: 100%
}

label {
    display: inline-block
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 99.375rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

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

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

.menu__body {
    background-color: #db3733;
    padding: .1875rem
}

.menu__list {
    padding: .5rem 1.5625rem;
    display: flex;
    align-items: center;
    border: .1875rem solid #000;
    background-color: #181e22
}

.menu__link {
    color: #fff;
    font-family: Boogaloo;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: color .2s ease 0s, scale .2s ease 0s
}

.menu__link._navigator-active {
    color: #db3733;
    scale: 1.2
}

.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-top: .875rem
}

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

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

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

.header__button {
    width: 10rem;
    height: 3.75rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #db3733
}

.header__button::before {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    inset: .1875rem;
    border: .1875rem solid #000;
    background-color: #fff;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.header__button span {
    position: relative;
    z-index: 2;
    color: #000;
    font-family: Boogaloo;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: letter-spacing .2s ease 0s
}

.footer {
    position: relative;
    z-index: 3;
    border-top: 3px solid #000
}

.footer__top {
    position: relative
}

.footer__top::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/footer/footerBG.jpg) bottom/cover no-repeat;
    background-position: 70% bottom
}

.footer__container {
    position: relative;
    z-index: 2
}

.footer__top-body {
    display: flex;
    justify-content: space-between
}

.footer__top-content {
    position: relative;
    z-index: 2
}

.footer__top-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem
}

.footer__top-menu-item {
    color: #fff;
    font-family: "Lemonism DEMO";
    -webkit-text-stroke-width: .0408163265em;
    -webkit-text-stroke-color: #000;
    paint-order: stroke fill;
    font-style: normal;
    font-weight: 400;
    line-height: 92%;
    text-transform: uppercase;
    transition: color .2s ease 0s
}

.footer__top-social {
    display: flex;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.footer__top-social-item {
    flex-shrink: 0;
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000
}

.footer__top-social-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #181e22;
    transition: inset .2s ease 0s, border .2s ease 0s
}

.footer__top-social-item::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: .75rem;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.footer__top-social-item svg {
    position: relative;
    z-index: 3;
    width: 40%;
    height: 40%;
    transition: scale .2s ease 0s
}

.footer__top-image {
    pointer-events: none;
    position: relative
}

.footer__bottom {
    position: relative;
    z-index: 2;
    margin-top: -.125rem;
    border-top: .1875rem solid #000;
    background-color: #000
}

.footer__bottom-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .625rem 0
}

.footer__bottom-body>span {
    color: #fff;
    font-family: Boogaloo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1.25rem
}

.footer__bottom-body a {
    display: flex;
    align-items: center;
    -webkit-column-gap: .375rem;
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.footer__bottom-body a span {
    color: #fff;
    font-family: Boogaloo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1.25rem
}

.footer__bottom-body a img {
    width: 7.75rem
}

.menu-open-bg {
    pointer-events: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -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-right {
    0% {
        -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
        transform: translateX(-150%) scaleX(1) scaleY(1)
    }

    80% {
        -webkit-transform: translateX(10%) scaleX(.85) scaleY(1.2);
        transform: translateX(10%) scaleX(.85) scaleY(1.2)
    }

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

@keyframes to-right {
    0% {
        -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
        transform: translateX(-150%) scaleX(1) scaleY(1)
    }

    80% {
        -webkit-transform: translateX(10%) scaleX(.85) scaleY(1.2);
        transform: translateX(10%) scaleX(.85) scaleY(1.2)
    }

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

@-webkit-keyframes to-right2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
        transform: translateX(-150%) scaleX(1) scaleY(1)
    }

    25% {
        opacity: 1
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(10%) scaleX(.85) scaleY(1.2);
        transform: translateX(10%) scaleX(.85) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scaleX(1) scaleY(1);
        transform: translateX(0) scaleX(1) scaleY(1)
    }
}

@keyframes to-right2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
        transform: translateX(-150%) scaleX(1) scaleY(1)
    }

    25% {
        opacity: 1
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(10%) scaleX(.85) scaleY(1.2);
        transform: translateX(10%) scaleX(.85) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scaleX(1) scaleY(1);
        transform: translateX(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes to-left {
    0% {
        -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
        transform: translateX(150%) scaleX(1) scaleY(1)
    }

    80% {
        -webkit-transform: translateX(-10%) scaleX(.85) scaleY(1.2);
        transform: translateX(-10%) scaleX(.85) scaleY(1.2)
    }

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

@keyframes to-left {
    0% {
        -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
        transform: translateX(150%) scaleX(1) scaleY(1)
    }

    80% {
        -webkit-transform: translateX(-10%) scaleX(.85) scaleY(1.2);
        transform: translateX(-10%) scaleX(.85) scaleY(1.2)
    }

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

@-webkit-keyframes to-left2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
        transform: translateX(150%) scaleX(1) scaleY(1)
    }

    25% {
        opacity: 1
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(-10%) scaleX(.85) scaleY(1.2);
        transform: translateX(-10%) scaleX(.85) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scaleX(1) scaleY(1);
        transform: translateX(0) scaleX(1) scaleY(1)
    }
}

@keyframes to-left2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
        transform: translateX(150%) scaleX(1) scaleY(1)
    }

    25% {
        opacity: 1
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(-10%) scaleX(.85) scaleY(1.2);
        transform: translateX(-10%) scaleX(.85) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scaleX(1) scaleY(1);
        transform: translateX(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes to-left-basic {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(2.5rem);
        transform: translateX(2.5rem)
    }

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

@keyframes to-left-basic {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(2.5rem);
        transform: translateX(2.5rem)
    }

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

@-webkit-keyframes to-right-basic {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-2.5rem);
        transform: translateX(-2.5rem)
    }

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

@keyframes to-right-basic {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-2.5rem);
        transform: translateX(-2.5rem)
    }

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

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.hero {
    position: relative;
    z-index: 1;
    width: 100%
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background: url(/bg.png) center/cover no-repeat
}

.hero__front {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    inset: 0
}

.hero__front 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;
    min-height: 100vh;
    z-index: 1;
    display: flex
}

.hero__image {
    -webkit-transform-origin: right;
    transform-origin: right;
    will-change: transform;
    -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
    transform: translateX(-150%) scaleX(1) scaleY(1)
}

.loaded .hero__image {
    -webkit-animation: to-right .6s ease-in .4s forwards;
    animation: to-right .6s ease-in .4s forwards
}

.hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column
}

.hero__title {
    width: 84%;
    -webkit-transform-origin: left;
    transform-origin: left;
    will-change: transform;
    -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
    transform: translateX(150%) scaleX(1) scaleY(1)
}

.loaded .hero__title {
    -webkit-animation: to-left .6s ease-in .4s forwards;
    animation: to-left .6s ease-in .4s forwards
}

.hero__title img {
    width: 100%
}

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

.hero__button {
    position: relative;
    width: 11.25rem;
    height: 3.75rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, opacity, visibility
}

.loaded .hero__button {
    -webkit-animation: to-left-basic .3s ease-out 1.2s forwards;
    animation: to-left-basic .3s ease-out 1.2s forwards
}

.hero__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #181e22;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.hero__button span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: Boogaloo;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: letter-spacing .2s ease 0s
}

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

.hero__social-item {
    flex-shrink: 0;
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, opacity, visibility
}

.loaded .hero__social-item:nth-child(1) {
    -webkit-animation: to-left-basic .3s ease-out 1.3s forwards;
    animation: to-left-basic .3s ease-out 1.3s forwards
}

.loaded .hero__social-item:nth-child(2) {
    -webkit-animation: to-left-basic .3s ease-out 1.4s forwards;
    animation: to-left-basic .3s ease-out 1.4s forwards
}

.hero__social-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #181e22;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.hero__social-item::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: .75rem;
    border-radius: .375rem;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.hero__social-item svg {
    position: relative;
    z-index: 3;
    width: 40%;
    height: 40%;
    transition: scale .2s ease 0s
}

.about {
    position: relative;
    z-index: 2;
    background: url(/about_bg.jpg) center/cover no-repeat
}

.about::before {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/about/separator.svg) center/cover no-repeat
}

.about__container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between
}

.about__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem
}

.about__title img:nth-child(1) {
    width: 56.583072%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: .625rem;
    opacity: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
    transform: translateX(-150%) scaleX(1) scaleY(1)
}

.about__title img:nth-child(2) {
    width: 60.501567%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
    transform: translateX(150%) scaleX(1) scaleY(1)
}

.about__text {
    color: #ffffff;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    will-change: transform, opacity, visibility
}

.about__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .625rem
}

.about__button {
    position: relative;
    width: 11.25rem;
    height: 3.75rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.about__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #181e22;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.about__button span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: Boogaloo;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: letter-spacing .2s ease 0s
}

.about__button--transparent::before {
    background-color: #ef5252;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.about__button--transparent::after {
    content: "";
    position: absolute;
    width: calc(100% - .75rem);
    height: calc(100% - .75rem);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ef5252;
    z-index: 2
}

.about__button--transparent span {
    color: #181e22
}

.about__image {
    border: .25rem solid #000
}

.about__image img {
    width: 100%
}

.how {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.how::after {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/about/separator.svg) center/cover no-repeat;
    z-index: 5
}

.how::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: -.125rem;
    background: url(../img/buy/HowToBuyBG.png) center/cover no-repeat
}

.how__container {
    max-width: 112.5625rem;
    width: 100%
}

.how__wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.how__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.how__image {
    position: relative
}

.how__image img {
    width: 100%
}

.how__content {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 554/646;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/buy/sheet.png) center/cover no-repeat
}

.how__content::before {
    content: "";
    position: absolute;
    width: 12.477064%;
    aspect-ratio: 68/52;
    top: -4%;
    left: 48%;
    background: url(../img/buy/1.png) center/cover no-repeat
}

.how__title {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    margin-bottom: .375rem
}

.how__title._watcher-view {
    -webkit-animation: opacity .3s ease .2s forwards;
    animation: opacity .3s ease .2s forwards
}

.how__title>span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #0c0c0c;
    -webkit-text-stroke-width: .0103773585em;
    -webkit-text-stroke-color: #000;
    font-family: "Lemonism DEMO";
    font-weight: 400;
    line-height: 90.406%
}

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

.how__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility
}

.how__item._watcher-view {
    -webkit-animation: opacity .3s ease .2s forwards;
    animation: opacity .3s ease .2s forwards
}

.how__item h3 {
    display: flex;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 0 1rem;
    color: #000;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: normal
}

.how__item:nth-child(1) h3 {
    background: #ffbcbc
}

.how__item:nth-child(2) h3 {
    background: #ef5252
}

.how__item:nth-child(3) h3 {
    background: #ffbcbc
}

.how__item:nth-child(4) h3 {
    background: #ef5252
}

.how__item:nth-child(1) p {
    -webkit-transform: rotate(-.831deg);
    transform: rotate(-.831deg)
}

.how__item:nth-child(2) p {
    -webkit-transform: rotate(1.775deg);
    transform: rotate(1.775deg)
}

.how__item:nth-child(4) h3 {
    -webkit-transform: rotate(-1.943deg);
    transform: rotate(-1.943deg)
}

.how__item:nth-child(4) p {
    -webkit-transform: rotate(-.831deg);
    transform: rotate(-.831deg)
}

.how__item p {
    color: #000;
    font-family: Boogaloo;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.tokenomics {
    position: relative;
    z-index: 2;
    background: url(../img/tokenomics/tokenomicsBG.png) center/cover no-repeat;
    aspect-ratio: 1920/1107
}

.tokenomics::after {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/about/separator.svg) center/cover no-repeat;
    z-index: 5
}

.tokenomics__container {
    display: flex;
    justify-content: flex-start;
    max-width: 99.5625rem
}

.tokenomics__body-box {
    position: relative;
    aspect-ratio: 738/882;
    background: url(../img/tokenomics/sheet.png) center/contain no-repeat
}

.tokenomics__body-box::before {
    content: "";
    position: absolute;
    width: 53.159851%;
    aspect-ratio: 429/493;
    bottom: -13%;
    left: -3%;
    background: url(../img/tokenomics/pencil.png) center/cover no-repeat
}

.tokenomics__body {
    position: absolute;
    top: 28%;
    left: 16.5%;
    width: 63%;
    height: 68%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    display: flex;
    flex-direction: column;
    align-items: center
}

.tokenomics__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.tokenomics__table._watcher-view {
    -webkit-animation: opacity .3s ease .2s forwards;
    animation: opacity .3s ease .2s forwards
}

.tokenomics__table:not(:last-child) {
    margin-bottom: 1.5rem
}

.tokenomics__item {
    display: flex;
    gap: 1.25rem;
    border-bottom: .0625rem solid rgba(48, 60, 64, .8);
    border-left: .0625rem solid rgba(48, 60, 64, .8);
    border-right: .0625rem solid rgba(48, 60, 64, .8);
    padding: .25rem 0
}

.tokenomics__item:nth-child(2) {
    flex-grow: 1
}

.tokenomics__item--head {
    background: #dc000c;
    border: none
}

.tokenomics__num {
    color: rgba(48, 60, 64, .8);
    min-width: 1.875rem;
    font-family: Boogaloo;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-left: .5rem
}

.tokenomics__item--head .tokenomics__num {
    color: #fdfdfd
}

.tokenomics__name {
    display: flex;
    align-items: center;
    flex-grow: 1;
    color: rgba(48, 60, 64, .8);
    min-width: 1.875rem;
    font-family: Boogaloo;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal
}

.tokenomics__item--head .tokenomics__name {
    color: #fdfdfd
}

.tokenomics__value {
    padding-right: .5rem;
    display: flex;
    align-items: center;
    color: rgba(48, 60, 64, .8);
    font-family: Boogaloo;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal
}

.tokenomics__item--head .tokenomics__value {
    color: #fdfdfd
}

.tokenomics__ca {
    color: #000;
    width: 100%;
    font-family: "Abalone Smile";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    align-items: flex-start;
    -webkit-column-gap: .375rem;
    -moz-column-gap: .375rem;
    column-gap: .375rem;
    padding-left: .5rem;
    opacity: 0;
    visibility: hidden;
    border: .125rem solid #596366;
    background: rgba(124, 132, 134, .1);
    will-change: opacity, visibility
}

.tokenomics__ca._watcher-view {
    -webkit-animation: opacity .3s ease .2s forwards;
    animation: opacity .3s ease .2s forwards
}

.tokenomics__ca span {
    font-family: Boogaloo;
    font-style: normal;
    line-height: normal;
    font-size: 1.125rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #596366
}

.tokenomics__ca button {
    color: #596366;
    font-family: Boogaloo;
    font-style: normal;
    line-height: normal;
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding-right: .5rem;
    transition: color .2s ease 0s
}

.tokenomics__ca button svg {
    fill: #596366;
    transition: color .2s ease 0s
}

.ai {
    position: relative;
    z-index: 5
}

.ai::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ai::after {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/about/separator.svg) center/cover no-repeat;
    z-index: 5
}

.ai__container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 89.5rem
}

.ai__header {
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ai__header._watcher-view .ai__title span:nth-child(1) {
    -webkit-animation: to-right2 .45s ease-in .2s forwards;
    animation: to-right2 .45s ease-in .2s forwards
}

.ai__header._watcher-view .ai__title span:nth-child(2) {
    -webkit-animation: to-left2 .45s ease-in .2s forwards;
    animation: to-left2 .45s ease-in .2s forwards
}

.ai__header._watcher-view .ai__text {
    -webkit-animation: to-right-basic .3s ease-out .5s forwards;
    animation: to-right-basic .3s ease-out .5s forwards
}

.ai__header._watcher-view .ai__button {
    -webkit-animation: to-right-basic .3s ease-out .7s forwards;
    animation: to-right-basic .3s ease-out .7s forwards
}

.ai__header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ai__header-bg i {
    position: absolute
}

.ai__header-bg i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ai__header-bg i:nth-child(1) {
    top: 8%;
    left: -10%;
    aspect-ratio: 76/75;
    width: 8.577878%
}

.ai__header-bg i:nth-child(2) {
    top: 25%;
    left: -1.5%;
    aspect-ratio: 78/80;
    width: 8.803612%
}

.ai__header-bg i:nth-child(3) {
    top: 68%;
    left: 13%;
    aspect-ratio: 76/75;
    width: 8.577878%
}

.ai__header-bg i:nth-child(4) {
    bottom: 0;
    right: 16%;
    aspect-ratio: 78/80;
    width: 8.803612%
}

.ai__header-bg i:nth-child(5) {
    right: -12%;
    top: 0;
    aspect-ratio: 134/97;
    width: 15.124153%
}

.ai__title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ai__title span {
    color: #0c0c0c;
    text-align: center;
    -webkit-text-stroke-width: .015625em;
    -webkit-text-stroke-color: #000;
    font-family: "Lemonism DEMO";
    font-weight: 400;
    line-height: 88.455%
}

.ai__title span:nth-child(1) {
    opacity: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
    transform: translateX(-150%) scaleX(1) scaleY(1)
}

.ai__title span:nth-child(2) {
    opacity: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(150%) scaleX(1) scaleY(1);
    transform: translateX(150%) scaleX(1) scaleY(1)
}

.ai__text {
    position: relative;
    max-width: 24.125rem;
    opacity: 0;
    visibility: hidden
}

.ai__text:not(:last-child) {
    margin-bottom: 1.25rem
}

.ai__text p {
    color: #000;
    text-align: center;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: 1.2
}

.ai__button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 21.4375rem;
    height: 3rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.ai__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #181e22;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.ai__button span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: Boogaloo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: letter-spacing .2s ease 0s;
    display: flex;
    gap: .3125rem;
    align-items: center
}

.ai__body {
    display: flex;
    align-items: center;
    position: relative
}

.ai__items {
    display: flex;
    justify-content: flex-start;
    gap: 1.1875rem
}

.ai__img {
    aspect-ratio: 498/839;
    pointer-events: none
}

.ai__img._watcher-view img {
    -webkit-animation: to-left-basic .3s ease-out .2s forwards;
    animation: to-left-basic .3s ease-out .2s forwards
}

.ai__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, visibility, opacity
}

.card-ai {
    position: relative;
    z-index: 1;
    padding: 1.5625rem;
    border: .125rem solid #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    will-change: transform
}

.card-ai__top {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start
}

.card-ai__top:not(:last-child) {
    margin-bottom: .625rem
}

.card-ai__icon {
    aspect-ratio: 1;
    flex: 0 0 auto
}

.card-ai__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-ai__header {
    display: flex;
    justify-content: space-between;
    gap: .625rem;
    align-items: center
}

.card-ai__header:not(:last-child) {
    margin-bottom: 1rem
}

.card-ai__title {
    color: #000;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: 87.649%
}

.card-ai__address {
    color: #9b8080;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: 87.649%
}

.card-ai__text p {
    color: #000;
    font-family: Boogaloo;
    font-weight: 400;
    line-height: 130%
}

.card-ai__img {
    border-radius: .625rem;
    overflow: hidden;
    width: 100%;
    position: relative;
    aspect-ratio: 404/325
}

.card-ai__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@-webkit-keyframes merch1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(2.196deg);
        transform: translate(-50%, -50%) rotate(2.196deg)
    }
}

@keyframes merch1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(2.196deg);
        transform: translate(-50%, -50%) rotate(2.196deg)
    }
}

@-webkit-keyframes merch2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(6.986deg);
        transform: translate(-50%, -50%) rotate(6.986deg)
    }
}

@keyframes merch2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(6.986deg);
        transform: translate(-50%, -50%) rotate(6.986deg)
    }
}

@-webkit-keyframes merch3 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(11.616deg);
        transform: translate(-50%, -50%) rotate(11.616deg)
    }
}

@keyframes merch3 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(11.616deg);
        transform: translate(-50%, -50%) rotate(11.616deg)
    }
}

.merch {
    position: relative
}

.merch::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/merch/bg.png) center/cover no-repeat;
    pointer-events: none
}

.merch::after {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(../img/about/separator.svg) center/cover no-repeat;
    z-index: 5
}

.merch__container {
    display: flex;
    position: relative;
    max-width: 89.5rem;
    justify-content: space-between;
    align-items: center
}

.merch__content._watcher-view .merch__title {
    -webkit-animation: to-right2 .45s ease-in .2s forwards;
    animation: to-right2 .45s ease-in .2s forwards
}

.merch__content._watcher-view .merch__subtitle {
    -webkit-animation: to-right-basic .3s ease-out .5s forwards;
    animation: to-right-basic .3s ease-out .5s forwards
}

.merch__content._watcher-view .merch__text {
    -webkit-animation: to-right-basic .3s ease-out .6s forwards;
    animation: to-right-basic .3s ease-out .6s forwards
}

.merch__content._watcher-view .merch__button {
    -webkit-animation: to-right-basic .3s ease-out .8s forwards;
    animation: to-right-basic .3s ease-out .8s forwards
}

.merch__title {
    color: #ec0014;
    -webkit-text-stroke-width: .0090909091em;
    -webkit-text-stroke-color: #000;
    font-family: "Lemonism DEMO";
    font-style: normal;
    font-weight: 400;
    line-height: 79.69%;
    opacity: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translateX(-150%) scaleX(1) scaleY(1);
    transform: translateX(-150%) scaleX(1) scaleY(1)
}

.merch__title:not(:last-child) {
    margin-bottom: 1.875rem
}

.merch__subtitle {
    color: #000;
    font-family: "Lemonism DEMO";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem)
}

.merch__subtitle:not(:last-child) {
    margin-bottom: .4375rem
}

.merch__text {
    color: #000;
    font-family: "Lemonism DEMO";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem)
}

.merch__text:not(:last-child) {
    margin-bottom: 1.25rem
}

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

.merch__buttons:not(:last-child) {
    margin-bottom: 1.25rem
}

.merch__button {
    position: relative;
    width: 17.8125rem;
    height: 4.75rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, opacity, visibility
}

.merch__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #f1ede7;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.merch__button span {
    position: relative;
    z-index: 3;
    color: #000;
    font-family: Boogaloo;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: letter-spacing .2s ease 0s
}

.merch__slider {
    position: relative
}

.swiper-button-prev svg {
    fill: #fff;
    transition: fill .2s
}

.swiper-pagination {
    color: #000;
    font-family: "Lemonism DEMO";
    font-weight: 400;
    line-height: normal
}

.swiper-button-next svg {
    fill: #fff;
    transition: fill .2s
}

.slide-merch {
    position: relative;
    width: 100%;
    aspect-ratio: 1
}

.slide-merch__image-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1
}

.slide-merch__image-front {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 83.916084%;
    aspect-ratio: 600/599;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border: .125rem solid #000;
    overflow: hidden
}

.slide-merch.swiper-slide-active .slide-merch__image-front {
    -webkit-animation: merch1 .45s ease .4s forwards;
    animation: merch1 .45s ease .4s forwards
}

.slide-merch__image-front img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.slide-merch__image-middle {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 83.916084%;
    aspect-ratio: 600/599;
    border: .125rem solid #000;
    overflow: hidden;
    background-color: #fff
}

.slide-merch.swiper-slide-active .slide-merch__image-middle {
    -webkit-animation: merch2 .45s ease .4s forwards;
    animation: merch2 .45s ease .4s forwards
}

.slide-merch__image-back {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 83.916084%;
    aspect-ratio: 600/599;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border: .125rem solid #000;
    overflow: hidden;
    background-color: #ec0014
}

.slide-merch.swiper-slide-active .slide-merch__image-back {
    -webkit-animation: merch3 .45s ease .4s forwards;
    animation: merch3 .45s ease .4s forwards
}

.join {
    position: relative;
    z-index: 3;
    width: 100%
}

.join::after {
    content: "";
    position: absolute;
    width: 110%;
    top: 0;
    left: 50%;
    aspect-ratio: 2023/47;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/about/separator.svg) center/cover no-repeat;
    z-index: 5
}

.join__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(/1500x500.png) center/cover no-repeat
}

.join__container {
    position: relative;
    z-index: 3;
    min-height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.join__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.join__actions._watcher-view .join__button {
    -webkit-animation: to-left-basic .3s ease-out .2s forwards;
    animation: to-left-basic .3s ease-out .2s forwards
}

.join__actions._watcher-view .join__social-item:nth-child(1) {
    -webkit-animation: to-left-basic .3s ease-out .3s forwards;
    animation: to-left-basic .3s ease-out .3s forwards
}

.join__actions._watcher-view .join__social-item:nth-child(2) {
    -webkit-animation: to-left-basic .3s ease-out .4s forwards;
    animation: to-left-basic .3s ease-out .4s forwards
}

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

.join__button {
    position: relative;
    width: 17.8125rem;
    height: 4.75rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, opacity, visibility
}

.join__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #f1ede7;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.join__button span {
    position: relative;
    z-index: 3;
    color: #000;
    font-family: Boogaloo;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: letter-spacing .2s ease 0s
}

.join__social-item {
    flex-shrink: 0;
    position: relative;
    width: 5.375rem;
    height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    will-change: transform, opacity, visibility
}

.join__social-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: .25rem;
    border: .125rem solid #95a7b3;
    background-color: #f1ede7;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.join__social-item::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: .75rem;
    border-radius: .375rem;
    transition: inset .2s ease 0s, border-radius .2s ease 0s
}

.join__social-item svg {
    position: relative;
    z-index: 3;
    width: 40%;
    height: 40%;
    transition: scale .2s ease 0s;
    fill: #000
}

.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) {
    .footer__top-image {
        align-self: flex-end;
        flex: 0 0 45%;
        min-height: 100%
    }

    .footer__top-image img {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: -5%;
        width: 110%;
        aspect-ratio: 752/649;
        -o-object-fit: contain;
        object-fit: contain
    }

    .hero__image {
        align-self: flex-end;
        flex: 0 0 38%
    }

    .hero__image img {
        width: 145%;
        position: relative;
        left: -22%;
        -webkit-transform: translate(0, -8%);
        transform: translate(0, -8%)
    }

    .hero__content {
        align-self: center;
        flex: 0 0 45%;
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%);
        align-items: center;
        text-align: right
    }

    .about__content {
        align-self: center;
        flex: 1 1 auto;
        max-width: 39.875rem;
        padding-right: 1.25rem
    }

    .about__image {
        flex: 0 0 60%;
        max-width: 40.8125rem;
        align-self: flex-end
    }

    .how__wrapper {
        aspect-ratio: 1771/1015
    }

    .how__wrapper::before {
        background: url(../img/buy/board-horiz.png) center/contain no-repeat
    }

    .how__image {
        flex: 0 0 45.059289%
    }

    .how__content {
        flex: 0 0 28.75%;
        -webkit-transform: translate(-16%, 11%) rotate(3.636deg);
        transform: translate(-16%, 11%) rotate(3.636deg)
    }

    .ai::before {
        background: url(../img/ai/bg.png) center/cover no-repeat
    }

    .ai__header {
        width: 63.198324%
    }

    .ai__img {
        position: absolute;
        top: -34%;
        right: 0;
        width: 34.776536%
    }

    .card-ai._watcher-view:nth-child(1) {
        -webkit-animation: to-right-basic .3s ease-out .4s forwards;
        animation: to-right-basic .3s ease-out .4s forwards
    }

    .card-ai._watcher-view:nth-child(2) {
        -webkit-animation: to-right-basic .3s ease-out .2s forwards;
        animation: to-right-basic .3s ease-out .2s forwards
    }

    .merch__content._watcher-view .merch__buttons {
        -webkit-animation: to-right-basic .3s ease-out .7s forwards;
        animation: to-right-basic .3s ease-out .7s forwards
    }

    .merch__content {
        flex: 0 0 49%
    }

    .merch__buttons {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-2.5rem);
        transform: translateX(-2.5rem)
    }
}

@media (min-width:47.99875em)and (min-width:47.99875em) {
    .about__content._watcher-view .about__title img:nth-child(1) {
        -webkit-animation: to-right2 .45s ease-in .2s forwards;
        animation: to-right2 .45s ease-in .2s forwards
    }

    .about__content._watcher-view .about__title img:nth-child(2) {
        -webkit-animation: to-left2 .45s ease-in .2s forwards;
        animation: to-left2 .45s ease-in .2s forwards
    }

    .about__content._watcher-view .about__text {
        -webkit-animation: to-right-basic .3s ease-out .65s forwards;
        animation: to-right-basic .3s ease-out .65s forwards
    }

    .about__content._watcher-view .about__button {
        -webkit-animation: to-right-basic .3s ease-out .85s forwards;
        animation: to-right-basic .3s ease-out .85s forwards
    }
}

@media (min-width:61.99875em) {
    .merch__slider {
        flex: 0 0 51%;
        max-width: 44.6875rem
    }
}

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

    .header__logo {
        width: 12.8125rem
    }

    .footer__top {
        padding-top: 2.5rem
    }

    .footer__top-content {
        padding-bottom: 2.5rem
    }

    .footer__top-menu {
        margin-bottom: 2.5rem
    }

    .footer__top-menu-item {
        font-size: 6.125rem
    }

    .page__how {
        padding-top: 5rem
    }

    .page__how {
        padding-bottom: 3.375rem
    }

    .page__tokenomics {
        padding-top: 9.625rem
    }

    .page__tokenomics {
        padding-bottom: 5.3125rem
    }

    .hero__content {
        padding-top: 11.875rem
    }

    .hero__content {
        padding-bottom: 5rem
    }

    .about {
        padding-bottom: 6.25rem
    }

    .about__container {
        padding-right: 2.5rem
    }

    .about__container {
        padding-top: 8.125rem
    }

    .about__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .about__text {
        font-size: 1.5rem
    }

    .about__text {
        margin-bottom: 2.1875rem
    }

    .how__wrapper {
        row-gap: 3.125rem
    }

    .how__content {
        padding-left: 1.875rem
    }

    .how__content {
        padding-right: 1.875rem
    }

    .how__title:not(:last-child) {
        margin-bottom: .375rem
    }

    .how__title>span {
        font-size: 6.625rem
    }

    .how__items {
        row-gap: 1.25rem
    }

    .how__item h3 {
        margin-bottom: .5rem
    }

    .how__item h3 {
        font-size: 1.5rem
    }

    .how__item p {
        font-size: 1.25rem
    }

    .how__item p {
        padding-left: 1.5625rem
    }

    .tokenomics__body-box {
        width: 50.4375rem
    }

    .tokenomics__num {
        font-size: 1rem
    }

    .tokenomics__name {
        font-size: 1rem
    }

    .tokenomics__value {
        font-size: 1rem
    }

    .tokenomics__ca span {
        font-size: 1.125rem
    }

    .ai {
        padding-top: 7.5rem
    }

    .ai {
        padding-bottom: 7.5rem
    }

    .ai__header:not(:last-child) {
        margin-bottom: 3.125rem
    }

    .ai__title span {
        font-size: 8rem
    }

    .ai__text p {
        font-size: 1.25rem
    }

    .ai__button {
        width: 21.4375rem
    }

    .ai__button span {
        font-size: 2rem
    }

    .ai__items {
        width: 57.9375rem
    }

    .card-ai {
        padding: 1.5625rem
    }

    .card-ai__top {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-ai__icon {
        width: 4.4375rem
    }

    .card-ai__header {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .card-ai__title {
        font-size: 1.75rem
    }

    .card-ai__address {
        font-size: 1.25rem
    }

    .card-ai__text p {
        font-size: 1.25rem
    }

    .merch {
        padding-top: 9.1875rem
    }

    .merch {
        padding-bottom: 5rem
    }

    .merch__title {
        font-size: 13.75rem
    }

    .merch__subtitle {
        font-size: 3.25rem
    }

    .merch__text {
        font-size: 1.75rem
    }

    .swiper-pagination {
        font-size: 3.25rem
    }

    .join__container {
        padding-bottom: 6.25rem
    }

    .join__actions {
        row-gap: 1.5rem
    }

    .join__actions {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .join__social {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media (min-width:99.37375em) {
    .join {
        aspect-ratio: 1920/1082
    }
}

@media (max-width:20em) {
    .header__logo {
        width: 10.875rem
    }

    .footer__top {
        padding-top: 1.875rem
    }

    .footer__top-content {
        padding-bottom: 1.875rem
    }

    .footer__top-menu {
        margin-bottom: 1.875rem
    }

    .footer__top-menu-item {
        font-size: 3rem
    }

    .footer__top-image {
        margin-top: -2.5rem
    }

    .page__how {
        padding-top: 3.75rem
    }

    .page__how {
        padding-bottom: 2.5rem
    }

    .page__tokenomics {
        padding-top: 3.125rem
    }

    .page__tokenomics {
        padding-bottom: 3.125rem
    }

    .hero__content {
        padding-top: 8.75rem
    }

    .about {
        padding-bottom: 2.5rem
    }

    .about__container {
        padding-top: 2.5rem
    }

    .about__title:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .about__text {
        font-size: 1.125rem
    }

    .about__text {
        margin-bottom: 1.5rem
    }

    .how__wrapper {
        row-gap: 1.875rem
    }

    .how__image {
        margin-top: -.9375rem
    }

    .how__content {
        padding-right: .5rem
    }

    .how__content {
        padding-left: .5rem
    }

    .how__title>span {
        font-size: 2.25rem
    }

    .how__items {
        row-gap: .5rem
    }

    .how__item h3 {
        margin-bottom: .25rem
    }

    .how__item h3 {
        font-size: 1rem
    }

    .how__item p {
        font-size: .75rem
    }

    .how__item p {
        padding-left: .375rem
    }

    .tokenomics__num {
        font-size: .875rem
    }

    .tokenomics__name {
        font-size: .875rem
    }

    .tokenomics__value {
        font-size: .875rem
    }

    .tokenomics__ca span {
        font-size: 1rem
    }

    .ai {
        padding-top: 3.125rem
    }

    .ai {
        padding-bottom: 3.125rem
    }

    .ai__header:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .ai__title span {
        font-size: 3.25rem
    }

    .ai__text p {
        font-size: 1rem
    }

    .ai__button {
        width: 16.875rem
    }

    .ai__button span {
        font-size: 1.5rem
    }

    .card-ai {
        padding: .9375rem
    }

    .card-ai__top {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .card-ai__icon {
        width: 2.5rem
    }

    .card-ai__header {
        -webkit-column-gap: .3125rem;
        -moz-column-gap: .3125rem;
        column-gap: .3125rem
    }

    .card-ai__title {
        font-size: 1.125rem
    }

    .card-ai__address {
        font-size: 1rem
    }

    .card-ai__text p {
        font-size: .9375rem
    }

    .merch {
        padding-top: 3.125rem
    }

    .merch {
        padding-bottom: 3.125rem
    }

    .merch__title {
        font-size: 5.5rem
    }

    .merch__subtitle {
        font-size: 2rem
    }

    .merch__text {
        font-size: 1.5rem
    }

    .swiper-pagination {
        font-size: 1.75rem
    }

    .join__container {
        padding-bottom: 4.375rem
    }

    .join__actions {
        row-gap: 1rem
    }

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

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

@media (max-width:61.99875em) {
    .footer__top-image img {
        width: 140%;
        left: -15%
    }

    .merch__slider {
        width: 100%
    }

    .join__body {
        background: url(../img/join/bg.png) 45%/cover no-repeat
    }
}

@media (max-width:47.99875em) {
    .menu__body {
        position: fixed;
        width: 100%;
        height: auto;
        left: 0;
        top: -100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: auto;
        background-color: #95a7b3;
        padding: 6.875rem .9375rem 1.875rem .9375rem;
        border-bottom: .125rem solid #000;
        transition: top .3s ease-in
    }

    .menu-open .menu__body {
        top: 0;
        transition: top .3s ease-out
    }

    .menu__list {
        width: 100%;
        padding: 1.875rem 1.5625rem;
        flex-direction: column;
        row-gap: 1.25rem;
        margin-bottom: 1.25rem
    }

    .menu__link {
        font-size: 1.625rem
    }

    .icon-menu {
        flex-shrink: 0;
        position: relative;
        width: 3.375rem;
        height: 3.375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        display: block;
        z-index: 5
    }

    .icon-menu i {
        position: absolute;
        z-index: 1;
        inset: .25rem;
        border: .125rem solid #95a7b3;
        background-color: #000
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: .6875rem;
        position: absolute;
        z-index: 2;
        width: calc(100% - 1.375rem);
        height: .125rem;
        background-color: #fff
    }

    .icon-menu::before {
        top: 1.125rem
    }

    .icon-menu::after {
        bottom: 1.125rem
    }

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

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

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

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

    .header__button {
        width: 15rem;
        height: 3.75rem
    }

    .header__button span {
        font-size: 1.625rem
    }

    .footer__top::before {
        background-position: 55% bottom
    }

    .footer__top-body {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer__top-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer__top-menu {
        align-items: center
    }

    .footer__top-image {
        width: 100%;
        max-width: 32.5rem
    }

    .footer__top-image img {
        width: 100%
    }

    .footer__bottom-body {
        flex-direction: column-reverse;
        row-gap: .375rem
    }

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

    .hero__image {
        max-width: 32.5rem
    }

    .hero__content {
        align-items: center;
        text-align: center
    }

    .hero__title {
        max-width: 32.5rem
    }

    .about__container {
        flex-direction: column;
        row-gap: 1.25rem
    }

    .about__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-right: .9375rem
    }

    .about__title {
        align-items: center
    }

    .about__title._watcher-view img:nth-child(1) {
        -webkit-animation: to-right2 .45s ease-in .2s forwards;
        animation: to-right2 .45s ease-in .2s forwards
    }

    .about__title._watcher-view img:nth-child(2) {
        -webkit-animation: to-left2 .45s ease-in .2s forwards;
        animation: to-left2 .45s ease-in .2s forwards
    }

    .about__text._watcher-view {
        -webkit-animation: to-right-basic .3s ease-out .2s forwards;
        animation: to-right-basic .3s ease-out .2s forwards
    }

    .about__buttons {
        justify-content: center
    }

    .about__button._watcher-view {
        -webkit-animation: to-right-basic .3s ease-out .2s forwards;
        animation: to-right-basic .3s ease-out .2s forwards
    }

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

    .how__image {
        max-width: 32.5rem
    }

    .how__content {
        max-width: 32.5rem;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    .tokenomics__body-box {
        width: 100%
    }

    .ai::before {
        background: url(https://www.frescomeme.vip/img/ai/bg-mob.png) center/cover no-repeat
    }

    .ai__body {
        width: 100%;
        flex-direction: column;
        align-items: center
    }

    .ai__items {
        width: 50rem;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .ai__img {
        width: 70%
    }

    .card-ai._watcher-view:nth-child(1) {
        -webkit-animation: to-right-basic .3s ease-out .2s forwards;
        animation: to-right-basic .3s ease-out .2s forwards
    }

    .card-ai._watcher-view:nth-child(2) {
        -webkit-animation: to-right-basic .3s ease-out .2s forwards;
        animation: to-right-basic .3s ease-out .2s forwards
    }

    .card-ai {
        max-width: 37.5rem
    }

    .merch__container {
        flex-direction: column
    }

    .merch__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .join {
        aspect-ratio: 355/768
    }

    .join__body {
        top: 0;
        height: 100%;
        background: url(https://www.frescomeme.vip/img/join/bgMob.png) center/cover no-repeat
    }

    .join__body::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

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

@media (max-width:29.99875em) {
    .hero__image {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero__image img {
        width: 160%;
        -webkit-transform: translateX(1%);
        transform: translateX(1%)
    }

    .how__image {
        width: 100%
    }

    .tokenomics__body {
        width: 67%
    }
}

@media (min-width:47.99875em)and (max-width:99.375em) {
    .menu__list {
        -webkit-column-gap: clamp(1.5rem, -.9524312061rem + 5.1093647357vw, 4.125rem);
        -moz-column-gap: clamp(1.5rem, -.9524312061rem + 5.1093647357vw, 4.125rem);
        column-gap: clamp(1.5rem, -.9524312061rem + 5.1093647357vw, 4.125rem)
    }

    .hero__content {
        padding-bottom: clamp(3.75rem, 2.5821756162rem + 2.4330308265vw, 5rem)
    }

    .about__container {
        padding-right: clamp(.0000000625rem, -2.3356486468rem + 4.8660615313vw, 2.5rem)
    }

    .about__container {
        padding-top: clamp(1.875rem, -3.9641219192rem + 12.1651541325vw, 8.125rem)
    }

    .about__text {
        font-size: clamp(1rem, .5328702465rem + .9732123306vw, 1.5rem)
    }

    .about__text {
        margin-bottom: clamp(1.5rem, .8576965889rem + 1.3381669546vw, 2.1875rem)
    }

    .how__content {
        padding-left: clamp(.3125rem, -1.1472804798rem + 3.0412885331vw, 1.875rem)
    }

    .how__content {
        padding-right: clamp(.3125rem, -1.1472804798rem + 3.0412885331vw, 1.875rem)
    }

    .how__title:not(:last-child) {
        margin-bottom: clamp(.0000000625rem, -.3503471943rem + .7299091263vw, .375rem)
    }

    .how__title>span {
        font-size: clamp(1.75rem, -2.804515097rem + 9.4888202234vw, 6.625rem)
    }

    .how__items {
        row-gap: clamp(.375rem, -.4424770687rem + 1.7031215786vw, 1.25rem)
    }

    .how__item h3 {
        margin-bottom: clamp(.0000000625rem, -.4671296326rem + .9732122089vw, .5rem)
    }

    .how__item h3 {
        font-size: clamp(.75rem, .0493053697rem + 1.4598184959vw, 1.5rem)
    }

    .how__item p {
        font-size: clamp(.6875rem, .1619790273rem + 1.0948638719vw, 1.25rem)
    }

    .how__item p {
        padding-left: clamp(.375rem, -.7344331646rem + 2.3113792852vw, 1.5625rem)
    }

    .tokenomics__body-box {
        width: clamp(28.5rem, 8.0046820637rem + 42.6996910051vw, 50.4375rem)
    }

    .ai__items {
        width: clamp(50rem, 42.5843151626rem + 15.4497457483vw, 57.9375rem)
    }

    .card-ai__icon {
        width: clamp(2.5rem, .6898722051rem + 3.7711977811vw, 4.4375rem)
    }

    .card-ai__title {
        font-size: clamp(1.375rem, 1.0246526848rem + .729909248vw, 1.75rem)
    }

    .merch__title {
        font-size: clamp(6.25rem, -.756946303rem + 14.598184959vw, 13.75rem)
    }

    .merch__subtitle {
        font-size: clamp(2.625rem, 2.0410878081rem + 1.2165154133vw, 3.25rem)
    }

    .merch__text {
        font-size: clamp(1.5rem, 1.2664351232rem + .4866061653vw, 1.75rem)
    }
}

@media (min-width:20em)and (max-width:99.375em) {
    .header__logo {
        width: clamp(10.875rem, 10.3868110236rem + 2.4409448819vw, 12.8125rem)
    }

    .footer__top {
        padding-top: clamp(1.875rem, 1.717519685rem + .7874015748vw, 2.5rem)
    }

    .footer__top-content {
        padding-bottom: clamp(1.875rem, 1.717519685rem + .7874015748vw, 2.5rem)
    }

    .footer__top-menu {
        margin-bottom: clamp(1.875rem, 1.717519685rem + .7874015748vw, 2.5rem)
    }

    .footer__top-menu-item {
        font-size: clamp(3rem, 2.2125984252rem + 3.937007874vw, 6.125rem)
    }

    .page__how {
        padding-top: clamp(3.75rem, 3.4350393701rem + 1.5748031496vw, 5rem)
    }

    .page__how {
        padding-bottom: clamp(2.5rem, 2.2795275591rem + 1.1023622047vw, 3.375rem)
    }

    .page__tokenomics {
        padding-top: clamp(3.125rem, 1.4872047244rem + 8.188976378vw, 9.625rem)
    }

    .page__tokenomics {
        padding-bottom: clamp(3.125rem, 2.5738188976rem + 2.7559055118vw, 5.3125rem)
    }

    .hero__content {
        padding-top: clamp(8.75rem, 7.9625984252rem + 3.937007874vw, 11.875rem)
    }

    .about {
        padding-bottom: clamp(2.5rem, 1.5551181102rem + 4.7244094488vw, 6.25rem)
    }

    .about__title:not(:last-child) {
        margin-bottom: clamp(1.875rem, 1.717519685rem + .7874015748vw, 2.5rem)
    }

    .how__wrapper {
        row-gap: clamp(1.875rem, 1.5600393701rem + 1.5748031496vw, 3.125rem)
    }

    .tokenomics__num {
        font-size: clamp(.875rem, .843503937rem + .157480315vw, 1rem)
    }

    .tokenomics__name {
        font-size: clamp(.875rem, .843503937rem + .157480315vw, 1rem)
    }

    .tokenomics__value {
        font-size: clamp(.875rem, .843503937rem + .157480315vw, 1rem)
    }

    .tokenomics__ca span {
        font-size: clamp(1rem, .968503937rem + .157480315vw, 1.125rem)
    }

    .ai {
        padding-top: clamp(3.125rem, 2.0226377953rem + 5.5118110236vw, 7.5rem)
    }

    .ai {
        padding-bottom: clamp(3.125rem, 2.0226377953rem + 5.5118110236vw, 7.5rem)
    }

    .ai__header:not(:last-child) {
        margin-bottom: clamp(1.875rem, 1.5600393701rem + 1.5748031496vw, 3.125rem)
    }

    .ai__title span {
        font-size: clamp(3.25rem, 2.0531496063rem + 5.9842519685vw, 8rem)
    }

    .ai__text p {
        font-size: clamp(1rem, .937007874rem + .3149606299vw, 1.25rem)
    }

    .ai__button {
        width: clamp(16.875rem, 15.7253937008rem + 5.7480314961vw, 21.4375rem)
    }

    .ai__button span {
        font-size: clamp(1.5rem, 1.374015748rem + .6299212598vw, 2rem)
    }

    .card-ai {
        padding: clamp(.9375rem, .780019685rem + .7874015748vw, 1.5625rem)
    }

    .card-ai__top {
        -webkit-column-gap: clamp(.625rem, .467519685rem + .7874015748vw, 1.25rem);
        -moz-column-gap: clamp(.625rem, .467519685rem + .7874015748vw, 1.25rem);
        column-gap: clamp(.625rem, .467519685rem + .7874015748vw, 1.25rem)
    }

    .card-ai__header {
        -webkit-column-gap: clamp(.3125rem, .2337598425rem + .3937007874vw, .625rem);
        -moz-column-gap: clamp(.3125rem, .2337598425rem + .3937007874vw, .625rem);
        column-gap: clamp(.3125rem, .2337598425rem + .3937007874vw, .625rem)
    }

    .card-ai__address {
        font-size: clamp(1rem, .937007874rem + .3149606299vw, 1.25rem)
    }

    .card-ai__text p {
        font-size: clamp(.9375rem, .8587598425rem + .3937007874vw, 1.25rem)
    }

    .merch {
        padding-top: clamp(3.125rem, 1.5974409449rem + 7.6377952756vw, 9.1875rem)
    }

    .merch {
        padding-bottom: clamp(3.125rem, 2.6525590551rem + 2.3622047244vw, 5rem)
    }

    .swiper-pagination {
        font-size: clamp(1.75rem, 1.3720472441rem + 1.8897637795vw, 3.25rem)
    }

    .join__container {
        padding-bottom: clamp(4.375rem, 3.9025590551rem + 2.3622047244vw, 6.25rem)
    }

    .join__actions {
        row-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem)
    }

    .join__actions {
        -webkit-column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem);
        -moz-column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem);
        column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem)
    }

    .join__social {
        -webkit-column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem);
        -moz-column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem);
        column-gap: clamp(1rem, .874015748rem + .6299212598vw, 1.5rem)
    }
}

@media (min-width:20em)and (max-width:47.99875em) {
    .footer__top-image {
        margin-top: clamp(-3.75rem, -1.6071029957rem + -4.4644850217vw, -2.5rem)
    }

    .about__container {
        padding-top: clamp(2.5rem, 2.0535514978rem + 2.2322425108vw, 3.125rem)
    }

    .about__text {
        font-size: clamp(1.125rem, 1.0357102996rem + .4464485022vw, 1.25rem)
    }

    .about__text {
        margin-bottom: clamp(1.5rem, 1.0089066476rem + 2.4554667619vw, 2.1875rem)
    }

    .how__item h3 {
        font-size: clamp(1rem, .6428411983rem + 1.7857940087vw, 1.5rem)
    }

    .card-ai__icon {
        width: clamp(2.5rem, 1.1160096433rem + 6.9199517836vw, 4.4375rem)
    }

    .card-ai__title {
        font-size: clamp(1.125rem, .6785514978rem + 2.2322425108vw, 1.75rem)
    }

    .merch__content:not(:last-child) {
        margin-bottom: clamp(1.875rem, .9821029957rem + 4.4644850217vw, 3.125rem)
    }

    .merch__title {
        font-size: clamp(5.5rem, 1.8391222822rem + 18.3043885888vw, 10.625rem)
    }

    .merch__subtitle {
        font-size: clamp(2rem, 1.374972097rem + 3.1251395152vw, 2.875rem)
    }

    .merch__text {
        font-size: clamp(1.5rem, 1.3214205991rem + .8928970043vw, 1.75rem)
    }
}

@media ((min-width:29.99875em) and (max-width:47.99875em)) {
    .hero__image img {
        position: relative;
        left: -34%
    }
}

@media (min-width:20em)and (max-width:29.99875em) {
    .how__image {
        margin-top: clamp(-1.5rem, .1876406426rem + -5.6257032129vw, -.9375rem)
    }
}

@media (min-width:34.37375em)and (max-width:47.99875em) {
    .how__content {
        padding-left: clamp(1.375rem, 1.0596444954rem + .9174311927vw, 1.5rem);
        padding-right: clamp(1.375rem, 1.0596444954rem + .9174311927vw, 1.5rem)
    }

    .how__title>span {
        font-size: clamp(4.375rem, 4.0596444954rem + .9174311927vw, 4.5rem)
    }

    .how__items {
        row-gap: clamp(1.125rem, .8096444954rem + .9174311927vw, 1.25rem)
    }

    .how__item h3 {
        margin-bottom: clamp(.4375rem, .2798222477rem + .4587155963vw, .5rem)
    }

    .how__item p {
        font-size: clamp(1.125rem, .9673222477rem + .4587155963vw, 1.1875rem)
    }

    .how__item p {
        padding-left: clamp(1.125rem, .8096444954rem + .9174311927vw, 1.25rem)
    }
}

@media (min-width:20em)and (max-width:34.37375em) {
    .how__content {
        padding-right: clamp(.5rem, -.7174971737rem + 6.0874858683vw, 1.375rem)
    }

    .how__content {
        padding-left: clamp(.5rem, -.7174971737rem + 6.0874858683vw, 1.375rem)
    }

    .how__title>span {
        font-size: clamp(2.25rem, -.7067788503rem + 14.7838942517vw, 4.375rem)
    }

    .how__items {
        row-gap: clamp(.5rem, -.3696408383rem + 4.3482041917vw, 1.125rem)
    }

    .how__item h3 {
        margin-bottom: clamp(.25rem, -.0108922515rem + 1.3044612575vw, .4375rem)
    }

    .how__item p {
        font-size: clamp(.75rem, .228215497rem + 2.608922515vw, 1.125rem)
    }

    .how__item p {
        padding-left: clamp(.375rem, -.668569006rem + 5.21784503vw, 1.125rem)
    }
}

@media (min-width:47.99875em)and (max-width:120em) {
    .merch__content {
        padding-right: clamp(.9375rem, .3125271263rem + 1.3020607281vw, 1.875rem)
    }
}

@media (min-width:47.99875em)and (max-width:99.37375em) {
    .join {
        height: clamp(45rem, 32.1536192214rem + 26.7639902676vw, 58.75rem)
    }
}

@media (any-hover:hover) {
    .menu__link:hover {
        color: #db3733;
        scale: 1.2
    }

    .header__logo:hover img {
        scale: 1.05
    }

    .header__button:hover::before {
        inset: 0
    }

    .header__button:hover span {
        letter-spacing: .2em
    }

    .footer__top-menu-item:hover {
        color: #db3733
    }

    .footer__top-social-item:hover::before {
        inset: 0
    }

    .footer__top-social-item:hover::after {
        inset: 0
    }

    .footer__top-social-item:hover svg {
        scale: 1.2
    }

    .footer__bottom-body a:hover span {
        text-decoration: underline
    }

    .hero__button:hover::before {
        inset: 0
    }

    .hero__button:hover span {
        letter-spacing: .2em
    }

    .hero__social-item:hover::before {
        inset: 0
    }

    .hero__social-item:hover::after {
        inset: 0
    }

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

    .about__button:hover::before {
        inset: 0
    }

    .about__button:hover span {
        letter-spacing: .2em
    }

    .tokenomics__ca button:hover span {
        color: #db3733
    }

    .tokenomics__ca button:hover svg {
        fill: #db3733
    }

    .ai__button:hover::before {
        inset: 0
    }

    .ai__button:hover span {
        letter-spacing: .1em
    }

    .merch__button:hover::before {
        inset: 0
    }

    .merch__button:hover span {
        letter-spacing: .2em
    }

    .swiper-button-prev svg:hover {
        fill: #db3733
    }

    .swiper-button-next svg:hover {
        fill: #db3733
    }

    .join__button:hover::before {
        inset: 0
    }

    .join__button:hover span {
        letter-spacing: .2em
    }

    .join__social-item:hover::before {
        inset: 0
    }

    .join__social-item:hover::after {
        inset: 0
    }

    .join__social-item:hover svg {
        scale: 1.2
    }
}