@import url(https://fonts.googleapis.com/css?family=Dela+Gothic+One:regular&display=swap);
@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy:regular&display=swap);
@import url(https://fonts.googleapis.com/css?family=Darumadrop+One:regular&display=swap);
* {
    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: #070707;
    line-height: 1;
    font-family: "Darumadrop One";
    font-size: 1rem;
    -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: "Darumadrop One";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent
}

input,
textarea {
    width: 100%
}

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: #faf4e1
}

.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: 79.375rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.menu__list {
    display: flex;
    align-items: center
}

.menu__link {
    color: #000;
    font-family: "Luckiest Guy";
    font-size: 1.5rem;
    line-height: 140%;
    transition: color .2s ease 0s;
    text-transform: uppercase
}

.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
}

@-webkit-keyframes bzzz {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    30% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    60% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    70% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes bzzz {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    30% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    60% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    70% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.button {
    position: relative;
    border-radius: 1rem;
    border: .125rem solid #000;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    padding: .5rem 1.25rem;
    transition: border .2s ease 0s
}

.button>span {
    position: relative;
    font-family: "Luckiest Guy";
    z-index: 2;
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    text-wrap: nowrap;
    transition: color .2s ease 0s
}

.button.button-black {
    border: .125rem solid #10001c
}

.button.button-black>span {
    color: #10001c
}

@-webkit-keyframes down-2 {
    0% {
        top: -100%
    }
    65% {
        top: 3%
    }
    85% {
        top: -1.5%
    }
    100% {
        top: 0
    }
}

@keyframes down-2 {
    0% {
        top: -100%
    }
    65% {
        top: 3%
    }
    85% {
        top: -1.5%
    }
    100% {
        top: 0
    }
}

.header {
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    transition: padding-top .3s ease 0s
}

._header-scroll .header__container {
    padding-top: 1.25rem
}

.header__logo {
    position: relative;
    z-index: 3
}

.footer {
    position: relative;
    z-index: 3
}

.footer::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 130%;
    background: url(../images/bg.png) top/cover no-repeat
}

.footer__container {
    position: relative;
    z-index: 2
}

.footer__body {
    position: relative;
    padding-bottom: 1rem
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.footer__social {
    display: flex;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.footer__bottom-name {
    color: #fff;
    font-weight: 700;
    line-height: 140%;
    margin-left: 2.8125rem
}

.footer__bottom-menu {
    display: flex;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
}

.footer__bottom-menu-link {
    color: #f4ebd7;
    line-height: 140%;
    transition: color .2s ease 0s
}

.footer__copy {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
    opacity: .2;
    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-copy {
    color: #f4ebd7;
    line-height: normal
}

.footer__copy-designed {
    color: #f4ebd7;
    line-height: normal
}

@-webkit-keyframes bells {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes bells {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@-webkit-keyframes hero-image {
    0% {
        top: calc(-100% - 5rem)
    }
    100% {
        top: -5rem
    }
}

@keyframes hero-image {
    0% {
        top: calc(-100% - 5rem)
    }
    100% {
        top: -5rem
    }
}

@-webkit-keyframes down-3 {
    0% {
        -webkit-transform: translateY(-3.75rem);
        transform: translateY(-3.75rem)
    }
    65% {
        -webkit-transform: translateY(.625rem);
        transform: translateY(.625rem);
        opacity: .65;
        visibility: visible
    }
    85% {
        -webkit-transform: translateY(-.375rem);
        transform: translateY(-.375rem);
        opacity: .85;
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes down-3 {
    0% {
        -webkit-transform: translateY(-3.75rem);
        transform: translateY(-3.75rem)
    }
    65% {
        -webkit-transform: translateY(.625rem);
        transform: translateY(.625rem);
        opacity: .65;
        visibility: visible
    }
    85% {
        -webkit-transform: translateY(-.375rem);
        transform: translateY(-.375rem);
        opacity: .85;
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

.hero {
    position: relative
}

.hero::before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: url(../images/03.png) center/cover no-repeat
}

.hero__background {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -5rem;
    left: 0;
    width: 100%;
    height: calc(100% + 5rem)
}

.hero__background span {
    position: absolute;
    z-index: 4
}

.hero__background img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__container {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-top: 7.5rem
}

.hero__content {
    flex: 0 0 55%;
    padding-bottom: 6.25rem
}

.hero__image {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero__image img {
    width: 120%
}

.hero__title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero__title img {
    max-width: 100%
}

.hero__title span {
    color: #000;
    font-family: "Luckiest Guy";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .01em;
    -webkit-transform: translateY(-25%) rotate(-3deg);
    transform: translateY(-25%) rotate(-3deg)
}

.hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.hero__button {
    width: 12.5rem;
    height: 3.75rem;
    padding: .875rem 1.25rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border: .125rem solid #000
}

.hero__button>span {
    color: #f4ebd7;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

.hero__button img {
    max-width: 100%
}

.hero__button--white {
    background-color: #f4ebd7;
    box-shadow: 0 .375rem 0 0 #000
}

.hero__button--white>span {
    color: #10001c
}

.about {
    position: relative;
    z-index: 3;
    background: url(../images/bg_1.png) center/cover no-repeat
}

.about__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about__body {
    position: relative;
    border-radius: 16px;
    border: 4px solid #10001c;
    background: #f4ebd7;
    box-shadow: 0 8px 0 0 #10001c;
    display: flex
}

.about__body::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50%;
    aspect-ratio: 613/236;
}

.about__content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0 20px
}

.about__title {
    color: #070707;
    font-family: "Luckiest Guy";
    font-weight: 400;
    line-height: 100%
}

.about__text {
    max-width: 31.5625rem;
    color: #070707;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.about__image {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.about__image img {
    position: relative;
    z-index: 2;
    width: 120%
}

.features {
    position: relative;
    z-index: 3;
    background-color: #fffcf5
}

.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    background: url(../images/top.png) top/cover no-repeat
}

.features__container {
    position: relative;
    z-index: 2
}

.features__herader {
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem
}

.features__title {
    color: #070707;
    font-family: "Luckiest Guy";
    font-style: normal;
    font-weight: 400;
    line-height: 80%
}

.features__text {
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 140%
}

.features__text>span {
    font-weight: 700
}

.features__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
}

.features__item {
    align-self: flex-start
}

.features__item:nth-child(1) {
    background: #4df23f
}

.features__item:nth-child(2) {
    background: #f23f55
}

.features__item:nth-child(3) {
    background: #4df23f
}

.item-features {
    overflow: hidden;
    position: relative;
    padding: 2rem;
    border-radius: 1rem;
    border: .25rem solid #10001c;
    background: #f4ebd7;
    box-shadow: 0 .5rem 0 0 #10001c
}

.item-features__title {
    color: #10001c;
    font-family: "Dela Gothic One";
    line-height: 120%;
    margin-bottom: 1rem
}

.item-features__text {
    color: #10001c;
    line-height: 140%
}

.tokenomics {
    position: relative;
    z-index: 3;
    background-color: #fffcf5
}

.tokenomics::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    background: url(../images/bottom.png) bottom/cover no-repeat
}

.tokenomics__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.25rem;
    position: relative;
    z-index: 2
}

.tokenomics__title {
    color: #070707;
    font-family: "Luckiest Guy";
    font-style: normal;
    font-weight: 400;
    line-height: 80%
}

.tokenomics__number-body {
    border-radius: 1rem;
    border: .25rem solid #10001c;
    background: #f4ebd7;
    box-shadow: 0 .5rem 0 0 #10001c;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1.625rem 2rem;
    margin-bottom: 1rem
}

.tokenomics__number-body:has(button:hover) .tokenomics__number-text {
    color: #0ca8eb
}

.tokenomics__number-text {
    color: #10001c;
    line-height: normal;
    transition: color .3s ease 0s
}

.tokenomics__number-button img {
    transition: scale .3s ease 0s
}

.tokenomics__number-bottom-text {
    color: #190b27;
    font-weight: 600;
    line-height: 140%;
    text-align: center
}

.tokenomics__items {
    display: flex;
    justify-content: space-between;
    border-top: .125rem solid #010101;
    position: relative;
    z-index: 1
}

.tokenomics__items::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 40%;
    aspect-ratio: 1;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    background-image: url(../images/01_3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.tokenomics__item {
    flex: 1 1 auto
}

.tokenomics__item:nth-child(2) {
    border-left: .125rem solid #010101;
    border-right: .125rem solid #010101
}

.item-tokenomics {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 2rem
}

.item-tokenomics__title {
    color: #010101;
    font-family: "Luckiest Guy";
    line-height: normal
}

.follow {
    position: relative;
    background: url(../images/bg_2.png) center/cover no-repeat
}

.follow__body {
    position: relative;
    z-index: 5;
    display: flex;
    border-radius: 1rem;
    border: .25rem solid #10001c;
    background: #f4ebd7;
    box-shadow: 0 .5rem 0 0 #10001c;
    padding: 4rem
}

.follow__body-info {
    flex: 0 0 57%
}

.follow__body-title {
    color: #10001c;
    font-family: "Luckiest Guy";
    line-height: 120%
}

.follow__body-actions {
    flex: 0 0 43%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.follow__body-image {
    position: relative;
    width: 100%
}

.follow__body-image img {
    max-width: 100%;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    -webkit-transform: translate(0, 33%);
    transform: translate(0, 33%);
    scale: 1.15
}

@media (min-width: 61.99875em) {
    .menu__link._navigator-active {
        color: #f01a23
    }
    .header {
        top: -100%
    }
    .loaded .header {
        -webkit-animation: down-2 .6s ease 1.6s forwards;
        animation: down-2 .6s ease 1.6s forwards
    }
    .hero__background {
        top: calc(-100% - 5rem)
    }
    .loaded .hero__background {
        -webkit-animation: hero-image .6s ease 1.6s forwards;
        animation: hero-image .6s ease 1.6s forwards
    }
    .hero__container {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .loaded .hero__container {
        -webkit-animation: down-3 .3s ease 2.2s forwards;
        animation: down-3 .3s ease 2.2s forwards
    }
    .about__content {
        padding: 40px;
        padding-bottom: 120px;
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .about__content._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
    .features__herader {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .features__herader._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
    .features__items {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .features__items._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
    .tokenomics__header {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .tokenomics__header._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
    .tokenomics__items {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .tokenomics__items._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
}

@media (min-width: 62.24875em) {
    .follow__body {
        -webkit-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
        opacity: 0;
        visibility: hidden
    }
    .follow__body._watcher-view {
        -webkit-animation: down-3 .3s ease .2s forwards;
        animation: down-3 .3s ease .2s forwards
    }
    .follow__body-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        aspect-ratio: 1;
        -webkit-transform: translate(-37%, -33%);
        transform: translate(-37%, -33%);
        scale: 1.15
    }
}

@media (min-width: 79.375em) {
    .menu__list {
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
    .footer {
        padding-top: 7.5rem
    }
    .footer__top {
        margin-bottom: 3.75rem
    }
    .footer__bottom-name {
        font-size: 2rem
    }
    .footer__bottom-menu-link {
        font-size: 2rem
    }
    .footer__copy-copy {
        font-size: 1.25rem
    }
    .footer__copy-designed {
        font-size: 1.25rem
    }
    .page__about {
        padding-top: 15rem
    }
    .page__features {
        padding-top: 7.5rem
    }
    .page__features {
        padding-bottom: 5rem
    }
    .page__tokenomics {
        padding-top: 5rem
    }
    .page__tokenomics {
        padding-bottom: 5rem
    }
    .page__follow {
        padding-top: 8.75rem
    }
    .page__follow {
        padding-bottom: 8.75rem
    }
    .hero::before {
        height: 12.5rem
    }
    .hero__title {
        margin-bottom: 7.5rem
    }
    .hero__title span {
        font-size: 4.375rem
    }
    .about__container {
        margin-bottom: 3.75rem
    }
    .about__title {
        font-size: 5rem
    }
    .about__title {
        margin-bottom: 2rem
    }
    .about__text {
        font-size: 1.75rem
    }
    .features::before {
        height: 16.25rem
    }
    .features__herader {
        margin-bottom: 3.75rem
    }
    .features__title {
        font-size: 5rem
    }
    .features__text {
        font-size: 1.75rem
    }
    .item-features__title {
        font-size: 2rem
    }
    .item-features__text {
        font-size: 1.75rem
    }
    .tokenomics::before {
        height: 16.25rem
    }
    .tokenomics__title {
        font-size: 7.5rem
    }
    .tokenomics__number-text {
        font-size: 2.5rem
    }
    .tokenomics__number-bottom-text {
        font-size: 1.875rem
    }
    .item-tokenomics__title {
        font-size: 4rem
    }
    .item-tokenomics__title {
        margin-bottom: 1rem
    }
    .item-tokenomics__text {
        font-size: 2rem
    }
    .follow__body-title {
        font-size: 4rem
    }
    .follow__body-title {
        margin-bottom: 2.25rem
    }
}

@media (max-width: 62em) {
    .menu__list {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media (max-width: 20em) {
    .footer {
        padding-top: 3.75rem
    }
    .footer__top {
        margin-bottom: 2.5rem
    }
    .footer__bottom-name {
        font-size: 1.625rem
    }
    .footer__bottom-menu-link {
        font-size: 1.625rem
    }
    .footer__copy-copy {
        font-size: .875rem
    }
    .footer__copy-designed {
        font-size: .875rem
    }
    .page__about {
        padding-top: 6.25rem
    }
    .page__features {
        padding-top: 2.5rem
    }
    .page__features {
        padding-bottom: 6.25rem
    }
    .page__tokenomics {
        padding-top: 2.5rem
    }
    .page__tokenomics {
        padding-bottom: 1.25rem
    }
    .page__follow {
        padding-top: 3.75rem
    }
    .page__follow {
        padding-bottom: 5rem
    }
    .hero::before {
        height: 5rem
    }
    .hero__title {
        margin-bottom: 2.5rem
    }
    .hero__title span {
        font-size: 2.25rem
    }
    .about__container {
        margin-bottom: 1.875rem
    }
    .about__title {
        font-size: 2.625rem
    }
    .about__title {
        margin-bottom: 1.25rem
    }
    .about__text {
        font-size: 1.375rem
    }
    .features::before {
        height: 7.5rem
    }
    .features__herader {
        margin-bottom: 2.5rem
    }
    .features__title {
        font-size: 3rem
    }
    .features__text {
        font-size: 1.375rem
    }
    .item-features__title {
        font-size: 1.75rem
    }
    .item-features__text {
        font-size: 1.375rem
    }
    .tokenomics::before {
        height: 7.5rem
    }
    .tokenomics__title {
        font-size: 4.25rem
    }
    .tokenomics__number-text {
        font-size: 1.5rem
    }
    .tokenomics__number-bottom-text {
        font-size: 1.5rem
    }
    .item-tokenomics__title {
        font-size: 2.625rem
    }
    .item-tokenomics__title {
        margin-bottom: .75rem
    }
    .item-tokenomics__text {
        font-size: 1.625rem
    }
    .follow__body-title {
        font-size: 2rem
    }
    .follow__body-title {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 112.5em) {
    .hero__background span {
        display: none
    }
}

@media (max-width: 62.24875em) {
    .follow__body {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem
    }
    .follow__body-info {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .follow__body-image {
        text-align: center;
        margin-top: -4.625rem;
        margin-bottom: .625rem
    }
}

@media (max-width: 61.99875em) {
    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        top: 0;
        overflow: auto;
        background-color: #ffc047;
        padding: 8.75rem .9375rem .9375rem 1.875rem;
        transition: left .3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 3.75rem
    }
    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 4.375rem;
        left: 100%;
        top: 0;
        transition: left .3s;
        z-index: 2
    }
    .menu-open .menu__body {
        left: 0
    }
    .menu-open .menu__body::before {
        left: 0
    }
    .menu__list {
        flex-direction: column;
        row-gap: 1.875rem
    }
    .menu__link {
        font-size: 1.625rem
    }
    .icon-menu {
        display: block;
        position: relative;
        width: 2.125rem;
        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: .125rem;
        background-color: #000
    }
    .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% - .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__container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
    .footer__top {
        flex-direction: column;
        row-gap: 20px;
        justify-content: center
    }
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 1.25rem
    }
    .footer__bottom-name {
        margin-left: 0
    }
    .hero__background img {
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 65% 40%;
        object-position: 65% 40%
    }
    .hero__container {
        padding-top: 8.75rem;
        flex-direction: column
    }
    .hero__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 2.5rem
    }
    .hero__image img {
        width: 100%
    }
    .hero__actions {
        justify-content: center;
        row-gap: 1.25rem
    }
    .about__body {
        flex-direction: column;
        align-items: center;
        text-align: center;
        row-gap: 1.25rem
    }
    .about__image img {
        width: 100%;
        -webkit-transform: translateX(15%);
        transform: translateX(15%)
    }
    .features__herader {
        flex-direction: column;
        row-gap: .9375rem
    }
    .features__items {
        grid-template-columns: repeat(1, 1fr)
    }
    .tokenomics__header {
        flex-direction: column;
        text-align: center;
        row-gap: 1.875rem
    }
    .tokenomics__items {
        flex-direction: column
    }
    .tokenomics__item:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: .125rem solid #010101;
        border-bottom: .125rem solid #010101
    }
}

@media (max-width: 61.99875em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 47.99875em) {
    .footer__bottom-menu {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
    .footer__copy {
        flex-direction: column;
        align-items: center;
        row-gap: 1.25rem;
        text-align: center;
        padding-bottom: 2.5rem
    }
    .hero__actions {
        flex-direction: column
    }
    .about__title {
        text-align: center
    }
    .about__text {
        text-align: center
    }
    .features__herader {
        align-items: center;
        text-align: center
    }
    .follow__body {
        padding: 2rem .9375rem
    }
}

@media (max-width: 33.74875em) {
    .follow__body-actions {
        flex-direction: column;
        align-items: center;
        row-gap: 1.25rem
    }
}

@media (max-width: 29.99875em) {
    .footer__bottom-menu {
        flex-direction: column;
        row-gap: .9375rem
    }
    .tokenomics__number-body {
        padding: 1.375rem .75rem
    }
    .tokenomics__items::before {
        left: 105%;
        width: 130%
    }
    .item-tokenomics {
        padding: 1.5rem .9375rem
    }
}

@media (min-width: 62em) and (max-width:79.375em) {
    @supports ((-moz-column-gap: clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem)) or (column-gap:clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem))) {
        .menu__list {
            -webkit-column-gap:clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem);
            -moz-column-gap: clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem);
            column-gap: clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem)
        }
    }
    @supports not ((-moz-column-gap: clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem)) or (column-gap:clamp(1.25rem, -8.5629496403rem + 15.8273381295vw, 4rem))) {
        .menu__list {
            -webkit-column-gap: calc(1.25rem + 2.75 * (100vw - 62rem)/ 17.375);
            -moz-column-gap: calc(1.25rem + 2.75 * (100vw - 62rem)/ 17.375);
            column-gap: calc(1.25rem + 2.75 * (100vw - 62rem)/ 17.375)
        }
    }
    @supports (font-size: clamp(3.125rem, 0.0026978417rem + 5.035971223vw, 4rem)) {
        .follow__body-title {
            font-size: clamp(3.125rem, .0026978417rem + 5.035971223vw, 4rem)
        }
    }
    @supports not (font-size: clamp(3.125rem, 0.0026978417rem + 5.035971223vw, 4rem)) {
        .follow__body-title {
            font-size: calc(3.125rem + .875 * (100vw - 62rem)/ 17.375)
        }
    }
}

@media (min-width: 20em) and (max-width:79.375em) {
    @supports (padding-top: clamp(3.75rem, 2.4868421053rem + 6.3157894737vw, 7.5rem)) {
        .footer {
            padding-top:clamp(3.75rem, 2.4868421053rem + 6.3157894737vw, 7.5rem)
        }
    }
    @supports not (padding-top: clamp(3.75rem, 2.4868421053rem + 6.3157894737vw, 7.5rem)) {
        .footer {
            padding-top: calc(3.75rem + 3.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)) {
        .footer__top {
            margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)
        }
    }
    @supports not (margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)) {
        .footer__top {
            margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .footer__bottom-name {
            font-size: clamp(1.625rem, 1.4986842105rem + .6315789474vw, 2rem)
        }
    }
    @supports not (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .footer__bottom-name {
            font-size: calc(1.625rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .footer__bottom-menu-link {
            font-size: clamp(1.625rem, 1.4986842105rem + .6315789474vw, 2rem)
        }
    }
    @supports not (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .footer__bottom-menu-link {
            font-size: calc(1.625rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(0.875rem, 0.7486842105rem + 0.6315789474vw, 1.25rem)) {
        .footer__copy-copy {
            font-size: clamp(.875rem, .7486842105rem + .6315789474vw, 1.25rem)
        }
    }
    @supports not (font-size: clamp(0.875rem, 0.7486842105rem + 0.6315789474vw, 1.25rem)) {
        .footer__copy-copy {
            font-size: calc(.875rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(0.875rem, 0.7486842105rem + 0.6315789474vw, 1.25rem)) {
        .footer__copy-designed {
            font-size: clamp(.875rem, .7486842105rem + .6315789474vw, 1.25rem)
        }
    }
    @supports not (font-size: clamp(0.875rem, 0.7486842105rem + 0.6315789474vw, 1.25rem)) {
        .footer__copy-designed {
            font-size: calc(.875rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-top: clamp(6.25rem, 3.3026315789rem + 14.7368421053vw, 15rem)) {
        .page__about {
            padding-top: clamp(6.25rem, 3.3026315789rem + 14.7368421053vw, 15rem)
        }
    }
    @supports not (padding-top: clamp(6.25rem, 3.3026315789rem + 14.7368421053vw, 15rem)) {
        .page__about {
            padding-top: calc(6.25rem + 8.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-top: clamp(2.5rem, 0.8157894737rem + 8.4210526316vw, 7.5rem)) {
        .page__features {
            padding-top: clamp(2.5rem, .8157894737rem + 8.4210526316vw, 7.5rem)
        }
    }
    @supports not (padding-top: clamp(2.5rem, 0.8157894737rem + 8.4210526316vw, 7.5rem)) {
        .page__features {
            padding-top: calc(2.5rem + 5 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-bottom: clamp(5rem, 6.6710526316rem + -2.1052631579vw, 6.25rem)) {
        .page__features {
            padding-bottom: clamp(5rem, 6.6710526316rem + -2.1052631579vw, 6.25rem)
        }
    }
    @supports not (padding-bottom: clamp(5rem, 6.6710526316rem + -2.1052631579vw, 6.25rem)) {
        .page__features {
            padding-bottom: calc(6.25rem + -1.25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-top: clamp(2.5rem, 1.6578947368rem + 4.2105263158vw, 5rem)) {
        .page__tokenomics {
            padding-top: clamp(2.5rem, 1.6578947368rem + 4.2105263158vw, 5rem)
        }
    }
    @supports not (padding-top: clamp(2.5rem, 1.6578947368rem + 4.2105263158vw, 5rem)) {
        .page__tokenomics {
            padding-top: calc(2.5rem + 2.5 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-bottom: clamp(1.25rem, -0.0131578947rem + 6.3157894737vw, 5rem)) {
        .page__tokenomics {
            padding-bottom: clamp(1.25rem, -.0131578947rem + 6.3157894737vw, 5rem)
        }
    }
    @supports not (padding-bottom: clamp(1.25rem, -0.0131578947rem + 6.3157894737vw, 5rem)) {
        .page__tokenomics {
            padding-bottom: calc(1.25rem + 3.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-top: clamp(3.75rem, 2.0657894737rem + 8.4210526316vw, 8.75rem)) {
        .page__follow {
            padding-top: clamp(3.75rem, 2.0657894737rem + 8.4210526316vw, 8.75rem)
        }
    }
    @supports not (padding-top: clamp(3.75rem, 2.0657894737rem + 8.4210526316vw, 8.75rem)) {
        .page__follow {
            padding-top: calc(3.75rem + 5 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (padding-bottom: clamp(5rem, 3.7368421053rem + 6.3157894737vw, 8.75rem)) {
        .page__follow {
            padding-bottom: clamp(5rem, 3.7368421053rem + 6.3157894737vw, 8.75rem)
        }
    }
    @supports not (padding-bottom: clamp(5rem, 3.7368421053rem + 6.3157894737vw, 8.75rem)) {
        .page__follow {
            padding-bottom: calc(5rem + 3.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (height: clamp(5rem, 2.4736842105rem + 12.6315789474vw, 12.5rem)) {
        .hero::before {
            height: clamp(5rem, 2.4736842105rem + 12.6315789474vw, 12.5rem)
        }
    }
    @supports not (height: clamp(5rem, 2.4736842105rem + 12.6315789474vw, 12.5rem)) {
        .hero::before {
            height: calc(5rem + 7.5 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(2.5rem, 0.8157894737rem + 8.4210526316vw, 7.5rem)) {
        .hero__title {
            margin-bottom: clamp(2.5rem, .8157894737rem + 8.4210526316vw, 7.5rem)
        }
    }
    @supports not (margin-bottom: clamp(2.5rem, 0.8157894737rem + 8.4210526316vw, 7.5rem)) {
        .hero__title {
            margin-bottom: calc(2.5rem + 5 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(2.25rem, 1.5342105263rem + 3.5789473684vw, 4.375rem)) {
        .hero__title span {
            font-size: clamp(2.25rem, 1.5342105263rem + 3.5789473684vw, 4.375rem)
        }
    }
    @supports not (font-size: clamp(2.25rem, 1.5342105263rem + 3.5789473684vw, 4.375rem)) {
        .hero__title span {
            font-size: calc(2.25rem + 2.125 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(1.875rem, 1.2434210526rem + 3.1578947368vw, 3.75rem)) {
        .about__container {
            margin-bottom: clamp(1.875rem, 1.2434210526rem + 3.1578947368vw, 3.75rem)
        }
    }
    @supports not (margin-bottom: clamp(1.875rem, 1.2434210526rem + 3.1578947368vw, 3.75rem)) {
        .about__container {
            margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(2.625rem, 1.825rem + 4vw, 5rem)) {
        .about__title {
            font-size: clamp(2.625rem, 1.825rem + 4vw, 5rem)
        }
    }
    @supports not (font-size: clamp(2.625rem, 1.825rem + 4vw, 5rem)) {
        .about__title {
            font-size: calc(2.625rem + 2.375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(1.25rem, 0.9973684211rem + 1.2631578947vw, 2rem)) {
        .about__title {
            margin-bottom: clamp(1.25rem, .9973684211rem + 1.2631578947vw, 2rem)
        }
    }
    @supports not (margin-bottom: clamp(1.25rem, 0.9973684211rem + 1.2631578947vw, 2rem)) {
        .about__title {
            margin-bottom: calc(1.25rem + .75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .about__text {
            font-size: clamp(1.375rem, 1.2486842105rem + .6315789474vw, 1.75rem)
        }
    }
    @supports not (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .about__text {
            font-size: calc(1.375rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)) {
        .features::before {
            height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)
        }
    }
    @supports not (height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)) {
        .features::before {
            height: calc(7.5rem + 8.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)) {
        .features__herader {
            margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)
        }
    }
    @supports not (margin-bottom: clamp(2.5rem, 2.0789473684rem + 2.1052631579vw, 3.75rem)) {
        .features__herader {
            margin-bottom: calc(2.5rem + 1.25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(3rem, 2.3263157895rem + 3.3684210526vw, 5rem)) {
        .features__title {
            font-size: clamp(3rem, 2.3263157895rem + 3.3684210526vw, 5rem)
        }
    }
    @supports not (font-size: clamp(3rem, 2.3263157895rem + 3.3684210526vw, 5rem)) {
        .features__title {
            font-size: calc(3rem + 2 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .features__text {
            font-size: clamp(1.375rem, 1.2486842105rem + .6315789474vw, 1.75rem)
        }
    }
    @supports not (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .features__text {
            font-size: calc(1.375rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.75rem, 1.6657894737rem + 0.4210526316vw, 2rem)) {
        .item-features__title {
            font-size: clamp(1.75rem, 1.6657894737rem + .4210526316vw, 2rem)
        }
    }
    @supports not (font-size: clamp(1.75rem, 1.6657894737rem + 0.4210526316vw, 2rem)) {
        .item-features__title {
            font-size: calc(1.75rem + .25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .item-features__text {
            font-size: clamp(1.375rem, 1.2486842105rem + .6315789474vw, 1.75rem)
        }
    }
    @supports not (font-size: clamp(1.375rem, 1.2486842105rem + 0.6315789474vw, 1.75rem)) {
        .item-features__text {
            font-size: calc(1.375rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)) {
        .tokenomics::before {
            height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)
        }
    }
    @supports not (height: clamp(7.5rem, 4.5526315789rem + 14.7368421053vw, 16.25rem)) {
        .tokenomics::before {
            height: calc(7.5rem + 8.75 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(4.25rem, 3.1552631579rem + 5.4736842105vw, 7.5rem)) {
        .tokenomics__title {
            font-size: clamp(4.25rem, 3.1552631579rem + 5.4736842105vw, 7.5rem)
        }
    }
    @supports not (font-size: clamp(4.25rem, 3.1552631579rem + 5.4736842105vw, 7.5rem)) {
        .tokenomics__title {
            font-size: calc(4.25rem + 3.25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.5rem, 1.1631578947rem + 1.6842105263vw, 2.5rem)) {
        .tokenomics__number-text {
            font-size: clamp(1.5rem, 1.1631578947rem + 1.6842105263vw, 2.5rem)
        }
    }
    @supports not (font-size: clamp(1.5rem, 1.1631578947rem + 1.6842105263vw, 2.5rem)) {
        .tokenomics__number-text {
            font-size: calc(1.5rem + 1 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.5rem, 1.3736842105rem + 0.6315789474vw, 1.875rem)) {
        .tokenomics__number-bottom-text {
            font-size: clamp(1.5rem, 1.3736842105rem + .6315789474vw, 1.875rem)
        }
    }
    @supports not (font-size: clamp(1.5rem, 1.3736842105rem + 0.6315789474vw, 1.875rem)) {
        .tokenomics__number-bottom-text {
            font-size: calc(1.5rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(2.625rem, 2.1618421053rem + 2.3157894737vw, 4rem)) {
        .item-tokenomics__title {
            font-size: clamp(2.625rem, 2.1618421053rem + 2.3157894737vw, 4rem)
        }
    }
    @supports not (font-size: clamp(2.625rem, 2.1618421053rem + 2.3157894737vw, 4rem)) {
        .item-tokenomics__title {
            font-size: calc(2.625rem + 1.375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(0.75rem, 0.6657894737rem + 0.4210526316vw, 1rem)) {
        .item-tokenomics__title {
            margin-bottom: clamp(.75rem, .6657894737rem + .4210526316vw, 1rem)
        }
    }
    @supports not (margin-bottom: clamp(0.75rem, 0.6657894737rem + 0.4210526316vw, 1rem)) {
        .item-tokenomics__title {
            margin-bottom: calc(.75rem + .25 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .item-tokenomics__text {
            font-size: clamp(1.625rem, 1.4986842105rem + .6315789474vw, 2rem)
        }
    }
    @supports not (font-size: clamp(1.625rem, 1.4986842105rem + 0.6315789474vw, 2rem)) {
        .item-tokenomics__text {
            font-size: calc(1.625rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
    @supports (margin-bottom: clamp(1.875rem, 1.7486842105rem + 0.6315789474vw, 2.25rem)) {
        .follow__body-title {
            margin-bottom: clamp(1.875rem, 1.7486842105rem + .6315789474vw, 2.25rem)
        }
    }
    @supports not (margin-bottom: clamp(1.875rem, 1.7486842105rem + 0.6315789474vw, 2.25rem)) {
        .follow__body-title {
            margin-bottom: calc(1.875rem + .375 * (100vw - 20rem)/ 59.375)
        }
    }
}

@media (min-width: 20em) and (max-width:61.99875em) {
    @supports (font-size: clamp(2rem, 1.3452186077rem + 3.2739069615vw, 3.375rem)) {
        .follow__body-title {
            font-size:clamp(2rem, 1.3452186077rem + 3.2739069615vw, 3.375rem)
        }
    }
    @supports not (font-size: clamp(2rem, 1.3452186077rem + 3.2739069615vw, 3.375rem)) {
        .follow__body-title {
            font-size: calc(2rem + 1.375 * (100vw - 20rem)/ 41.99875)
        }
    }
}

@media (any-hover: hover) {
    .menu__link:hover {
        color: #f01a23
    }
    .button:hover {
        -webkit-animation: bzzz .45s ease forwards;
        animation: bzzz .45s ease forwards
    }
    .footer__social-item:hover {
        -webkit-animation: bzzz .45s ease forwards;
        animation: bzzz .45s ease forwards
    }
    .footer__bottom-menu-link:hover {
        color: #6e4378
    }
    .hero__button:hover {
        -webkit-animation: bzzz .45s ease forwards;
        animation: bzzz .45s ease forwards
    }
    .tokenomics__number-button:hover img {
        scale: .95
    }
}

.countdown {
    background-color: #10001c;
    color: #f4ebd7;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
}

.countdown__container {
    max-width: 79.375rem;
    margin: 0 auto;
    padding: 0 .9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.countdown__text {
    font-family: "Luckiest Guy";
    font-size: 1.2rem;
}

.countdown__timer {
    font-family: "Luckiest Guy";
    font-size: 1.2rem;
}

.countdown__timer span {
    display: inline-block;
    background: #f4ebd7;
    color: #10001c;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    margin: 0 0.2rem;
}

/* 添加响应式样式 */
@media (max-width: 47.99875em) {
    .countdown__container {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .countdown__text, 
    .countdown__timer {
        font-size: 1rem;
    }
}