.access-container {
    max-width: 1132px;
    box-sizing: content-box
}

.access {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px
}

@media screen and (min-width:768px) {
    .access {
        padding-top: 0;
        padding-bottom: 0
    }
}

.access__header {
    margin-bottom: 9px;
    margin-top: -40px
}

@media screen and (min-width:768px) {
    .access__header {
        margin-top: -100px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:998px) {
    .access__header {
        margin-top: -130px;
        margin-bottom: 31px
    }
}

.access__title {
    text-align: center;
    margin-bottom: 10px;
    max-width: 275px;
    position: relative
}

.access__title--accent {
    color: #f4ed46
}

.access__title:before {
    content: "";
    top: 13px;
    left: 23px;
    position: absolute;
    width: 178px;
    height: 53px;
    background-color: #f4ed46;
    opacity: .24;
    filter: blur(15px)
}

@media screen and (min-width:768px) {
    .access__title {
        max-width: 654px
    }
}

.access__text {
    text-align: center;
    max-width: 320px;
    font-size: 14px;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 28px
}

@media screen and (min-width:768px) {
    .access__text {
        max-width: 456px;
        font-size: 19px;
        margin-bottom: 30px
    }
}

.access__points {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    max-width: 500px
}

.access__point {
    font-size: 14px;
    font-weight: 400;
    font-family: Unbounded, Arial, open-sans, sans-serif
}

.access__point--coming-soon {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.access__coming-soon {
    padding: 4px 8px;
    color: hsla(0, 0%, 100%, .7);
    font-family: Poppins, Arial, open-sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 75.573px;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(7.5572519302px);
    backdrop-filter: blur(7.5572519302px);
    margin-right: auto
}

.access__bgContainer {
    position: relative
}

.access__btn {
    width: 100%;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .25), 0 0 20px 0 rgba(252, 255, 117, .4);
    margin-bottom: 12px
}

.access__girl {
    position: absolute;
    right: 0;
    bottom: -10%;
    height: 100%;
    width: auto
}

.access__caption {
    font-size: 12px;
    opacity: .5;
    text-align: center
}

.access__girl--desktop {
    display: none
}

@media screen and (min-width:998px) {
    .access-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-image: url(/_next/static/media/pattern-desktop.33353707.webp);
        background-position: bottom;
        position: relative;
        margin-bottom: 50px
    }
    .access-container,
    .access-container:before {
        background-size: contain;
        background-repeat: no-repeat
    }
    .access-container:before {
        position: absolute;
        content: "";
        width: calc(100% + 50px);
        height: 200px;
        background-image: url(/_next/static/media/cybro.5c8c0670.svg);
        left: -50px;
        top: 0
    }
}

@media screen and (min-width:998px)and (width >=1280px) {
    .access-container:before {
        left: 0;
        width: 100%
    }
}

@media screen and (min-width:998px) {
    .access__cybroIcon {
        grid-column: 1/3;
        display: block;
        height: 200px
    }
    .access {
        padding-top: 80px
    }
    .access__title {
        text-align: left;
        order: 0
    }
    .access__title--outline {
        border-radius: 11px;
        background: linear-gradient(148deg, hsla(0, 0%, 100%, .1) 3.15%, hsla(231, 6%, 45%, .07) 96.78%);
        -webkit-backdrop-filter: blur(52px);
        backdrop-filter: blur(52px)
    }
    .access__title--outline:first-child {
        margin-bottom: 12px
    }
    .access__title:before {
        border-radius: 410px;
        opacity: .24;
        background: #fbff3a;
        filter: blur(50px);
        width: 410px;
        height: 123px
    }
    .access__text {
        text-align: left;
        max-width: unset;
        font-size: 16px;
        width: 490px;
        margin-right: auto;
        order: 1;
        margin-bottom: 40px
    }
    .access__btn-container {
        order: 2;
        display: flex;
        gap: 46px;
        align-items: center;
        margin-bottom: 45px
    }
    .access__btn {
        margin-bottom: 0
    }
    .access__caption {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%
    }
    .access__points {
        order: 3;
        max-width: 490px;
        padding-left: 0;
        margin-right: auto;
        grid-column-gap: 28px;
        grid-row-gap: 32px
    }
    .access__point {
        font-size: 20px;
        font-weight: 400;
        line-height: 150%
    }
    .access__girl--desktop {
        display: block;
        height: auto;
        margin-top: auto;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto
    }
    .access__bgContainer,
    .access__patter {
        display: none
    }
}

.boost-container {
    padding-top: 29px;
    padding-bottom: 56px
}

@media screen and (min-width:998px) {
    .boost-container {
        padding-top: 82px;
        padding-bottom: 82px
    }
}

.boost {
    background: #000 url(/_next/static/media/boost-bg.8045358a.jpg) 50% 100% no-repeat;
    background-size: 344px 344px;
    position: relative
}

@media screen and (min-width:768px) {
    .boost {
        background-size: 400px 400px
    }
}

@media screen and (min-width:998px) {
    .boost {
        background-position: 100% 50%;
        background-size: 400px 400px
    }
}

@media screen and (min-width:1440px) {
    .boost {
        background-size: 672px 672px
    }
}

.boost:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-color: #11121a #11121a transparent transparent;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:998px) {
    .boost:before {
        border-width: 40px
    }
}

.boost:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-color: transparent transparent #11121a #11121a;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:998px) {
    .boost:after {
        border-width: 40px
    }
}

.boost__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 41px 24px 275px
}

@media screen and (min-width:998px) {
    .boost__inner {
        width: 682px;
        padding: 45px 68px 51px
    }
}

.boost__title {
    max-width: 219px;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .boost__title {
        max-width: 600px;
        text-align: center
    }
}

@media screen and (min-width:998px) {
    .boost__title {
        text-align: left;
        margin-bottom: 17px
    }
}

.boost__title span {
    color: #fbfe3b
}

.boost__label {
    color: #fbfe3b;
    text-align: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 261px;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .boost__label {
        font-size: 30px;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: .608px;
        max-width: 600px
    }
}

@media screen and (min-width:998px) {
    .boost__label {
        text-align: left;
        margin-bottom: 36px;
        text-transform: none
    }
}

.boost__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 46px
}

@media screen and (min-width:998px) {
    .boost__list {
        margin-bottom: 37px
    }
}

.boost__list-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    padding-left: 32px;
    position: relative
}

.boost__list-item b {
    font-weight: inherit;
    color: #fbfe3b
}

@media screen and (min-width:768px) {
    .boost__list-item {
        font-size: 18px;
        line-height: 150%;
        padding-left: 60px
    }
}

.boost__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 14px;
    background: url(/_next/static/media/ready.bc523a8e.svg) 50% 50% no-repeat;
    background-size: 20px 14px;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .boost__list-item:before {
        width: 25px;
        height: 17px;
        background-size: 25px 17px;
        left: 23px
    }
}

.boost__buy {
    width: 100%;
    max-width: 450px;
    max-height: 71px
}

.cybro-container {
    max-width: 1285px;
    padding: 0 16px
}

.cybro {
    background: #000;
    position: relative
}

.cybro:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-color: #11121a #11121a transparent transparent;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:998px) {
    .cybro:before {
        border-width: 35px
    }
}

.cybro:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-color: transparent transparent #11121a #11121a;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:998px) {
    .cybro:after {
        border-width: 35px
    }
    .cybro {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.cybro__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 58px 20px 49px 70px
}

.cybro__inner:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    position: relative
}

.cybro__inner:first-child:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #444e55;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%)
}

.cybro__inner:nth-child(2) {
    padding-top: 49px
}

@media screen and (min-width:998px) {
    .cybro__block:first-child {
        flex-direction: column;
        order: 2
    }
}

.cybro__block:nth-child(2) {
    padding: 40px 23px 66px;
    position: relative
}

@media screen and (min-width:998px) {
    .cybro__block:nth-child(2) {
        border-right: 1px solid hsla(0, 0%, 100%, .1);
        max-width: 680px;
        box-sizing: content-box;
        padding: 63px 59px 68px 74px
    }
}

@media screen and (min-width:1440px) {
    .cybro__block:nth-child(2) {
        flex-shrink: 0
    }
}

.cybro__btn {
    margin: 0 auto
}

.cybro__title {
    display: block;
    text-align: center;
    margin: 0 auto 24px
}

@media screen and (min-width:998px) {
    .cybro__title {
        text-align: left;
        margin: 0 0 34px
    }
}

.cybro__list {
    padding-bottom: 35px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    margin-bottom: 35px
}

@media screen and (min-width:998px) {
    .cybro__list {
        max-width: 488px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 39px
    }
}

.cybro__item {
    padding-left: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 17px;
    position: relative
}

.cybro__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 14px;
    background: url(/_next/static/media/ready.bc523a8e.svg) 50% 50% no-repeat;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .cybro__item:before {
        width: 25px;
        height: 17px
    }
    .cybro__item {
        font-size: 17px;
        margin-bottom: 27px
    }
}

.cybro__item:last-child {
    margin-bottom: 0
}

.cybro__listing {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #90a1aa;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .cybro__listing {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (min-width:998px) {
    .cybro__listing {
        margin-bottom: 30px
    }
}

.cybro__listing-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width:998px) {
    .cybro__listing-list {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px
    }
}

.cybro__listing-item {
    margin-bottom: 12px
}

@media screen and (min-width:998px) {
    .cybro__listing-item {
        margin: 6px
    }
}

.cybro__listing-item:last-child {
    margin-bottom: 0
}

.cybro__listing-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 61px;
    border-radius: 15px;
    background: #1a1b25;
    transition: box-shadow .35s ease;
    text-transform: uppercase
}

.cybro__listing-link:hover {
    box-shadow: 0 0 0 1px #fff
}

.cybro__listing-img {
    margin-right: 5px
}

.cybro__buy {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    min-width: 255px
}

@media screen and (min-width:998px) {
    .cybro__buy {
        position: static;
        transform: none;
        max-width: 356px
    }
}

.cybro__date-label {
    display: block;
    text-align: center;
    color: #90a1aa;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .26px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .cybro__date-label {
        font-size: 18px;
        letter-spacing: .36px;
        margin-bottom: 20px
    }
}

.cybro__date-title {
    display: block;
    text-align: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    padding-bottom: 35px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    margin-bottom: 35px
}

@media screen and (min-width:768px) {
    .cybro__date-title {
        font-size: 36px
    }
}

@media screen and (min-width:998px) {
    .cybro__date-title {
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
        max-width: 357px
    }
}

.faq {
    padding-top: 76px;
    padding-bottom: 36px
}

@media screen and (min-width:768px) {
    .faq {
        padding-top: 138px;
        padding-bottom: 108px
    }
}

.faq__container {
    max-width: 1111px
}

@media screen and (min-width:768px) {
    .faq__container {
        box-sizing: content-box;
        display: grid;
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

@media screen and (min-width:1440px) {
    .faq__container {
        min-height: 571px
    }
}

.faq__title {
    text-align: center;
    position: relative;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .faq__title {
        position: static;
        margin-bottom: 45px;
        grid-column: 1/3
    }
    .accordion {
        position: relative
    }
}

.accordion__item {
    box-shadow: inset 0 0 0 1px #232432;
    cursor: pointer;
    transition: all .35s ease;
    padding: 19px 18px
}

@media screen and (min-width:768px) {
    .accordion__item {
        padding: 36px
    }
}

.accordion__item.accordion-active {
    background: #10111f
}

@media screen and (min-width:768px) {
    .accordion__item.accordion-active {
        background: #1a1b25
    }
}

.accordion__item.accordion-active .accordion__title:before {
    transform: translateY(-50%) rotate(180deg)
}

.accordion__item.accordion-active .accordion__title:after {
    transform: translateY(-50%) rotate(90deg)
}

.accordion__item.accordion-active .accordion__content {
    display: block
}

.accordion__item:hover {
    box-shadow: inset 0 0 0 1px #fbff3a
}

.accordion__title {
    position: relative;
    display: block;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    border-radius: 3px;
    padding-left: 32px
}

@media screen and (min-width:768px) {
    .accordion__title {
        font-size: 17px;
        line-height: 1.2;
        padding-left: 50px
    }
}

.accordion__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 15px;
    height: 1px;
    pointer-events: none;
    transition: all .5s ease
}

@media screen and (min-width:768px) {
    .accordion__title:before {
        width: 17px
    }
}

.accordion__title:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 15px;
    pointer-events: none;
    transition: all .35s ease
}

@media screen and (min-width:768px) {
    .accordion__title:after {
        height: 17px;
        left: 8px
    }
}

.accordion__content {
    display: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, .8);
    margin-top: 17px;
    max-width: 656px
}

@media screen and (min-width:768px) {
    .accordion__content {
        font-size: 16px;
        margin-top: 31px
    }
}

.accordion__content a {
    display: inline;
    word-break: break-all;
    text-decoration: underline
}

.faq__more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    transition: all .35s ease;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 7px;
    margin-top: 20px;
    padding: 0 20px
}

.faq__more:hover {
    box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .2)
}

@media screen and (min-width:768px) {
    .faq__more {
        grid-column: 1/3;
        margin-right: auto
    }
}

.faq__background-desktop {
    display: none
}

@media screen and (min-width:768px) {
    .faq__background-desktop {
        display: block
    }
    .faq__background-mobile {
        display: none
    }
}

.featured {
    padding: 17px 0 21px
}

@media screen and (min-width:768px) {
    .featured {
        padding: 12px 0 27px
    }
}

.featured__container {
    padding: 0
}

@media screen and (min-width:768px) {
    .featured__container {
        padding: 0 94px
    }
}

.featured__title {
    text-transform: none;
    text-align: center;
    margin-bottom: 22px
}

@media screen and (min-width:768px) {
    .featured__title {
        margin-bottom: 42px
    }
}

.featured__swiper {
    justify-content: center
}

.featured__swiper-list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width:1440px) {
    .featured__swiper-list {
        justify-content: center
    }
}

.featured__swiper-btn {
    position: relative;
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0
}

.featured__swiper-btn.swiper-button-prev:after {
    left: 0;
    transform: translateY(-50%)
}

.featured__swiper-btn.swiper-button-next:after,
.featured__swiper-btn.swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 76px;
    height: 71px;
    top: 50%;
    background: linear-gradient(90deg, #0f101d, rgba(15, 16, 29, 0) 77.11%);
    z-index: 1;
    pointer-events: none
}

.featured__swiper-btn.swiper-button-next:after {
    right: 0;
    transform: translateY(-50%) rotate(180deg)
}

.featured__swiper-btn.swiper-button-disabled:after,
.featured__swiper-btn.swiper-button-disabled:before {
    display: none
}

.feature {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    margin-right: 20px;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media screen and (min-width:768px) {
    .feature {
        margin-right: 45px;
        height: 30px
    }
}

.feature:last-child {
    margin-right: 0
}

.feature--big {
    height: 30px
}

@media screen and (min-width:768px) {
    .feature--big {
        height: 40px
    }
}

.feature--grey-black .feature__img {
    filter: grayscale(1) invert(1) brightness(.6)
}

.feature--grey-white .feature__img {
    filter: grayscale(1) brightness(.6)
}

.feature__img {
    width: auto;
    height: 100%
}

.holders-container {
    max-width: 1277px;
    box-sizing: content-box
}

.holders-section {
    padding-top: 38px;
    padding-bottom: 58px
}

@media screen and (min-width:998px) {
    .holders-section {
        padding-top: 54px;
        padding-bottom: 54px
    }
}

.holders {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 17px;
    padding: 4px;
    background: #000;
    max-width: 438px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .holders {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 5px;
        max-width: unset
    }
}

@media screen and (min-width:998px) {
    .holders {
        border-radius: 30px
    }
}

.holders__img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    max-width: 100%;
    height: 131px
}

@media screen and (min-width:998px) {
    .holders__img-box {
        height: 244px
    }
}

.holders__img {
    height: 100%;
    max-width: unset;
    width: auto
}

.holders__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 27px
}

@media screen and (min-width:768px) {
    .holders__content {
        width: 488px;
        align-items: flex-start;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media screen and (min-width:998px) {
    .holders__content {
        width: 500px
    }
}

@media screen and (min-width:1440px) {
    .holders__content {
        width: 488px
    }
}

.holders__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    color: hsla(0, 0%, 100%, .5);
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 13px
}

@media screen and (min-width:998px) {
    .holders__title {
        gap: 22px;
        font-size: 36px;
        margin-bottom: 22px
    }
}

@media screen and (min-width:1440px) {
    .holders__title {
        font-size: 44px
    }
}

.holders__title-value {
    color: #fff
}

.holders__text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 147%;
    opacity: .7
}

@media screen and (min-width:768px) {
    .holders__text {
        text-align: left
    }
}

@media screen and (min-width:998px) {
    .holders__text {
        font-size: 18px;
        line-height: 29px
    }
}

.invest-container {
    max-width: 1286px
}

@media screen and (min-width:998px) {
    .invest-container {
        box-sizing: content-box
    }
}

.invest {
    padding-top: 50px;
    padding-bottom: 60px
}

@media screen and (min-width:998px) {
    .invest {
        padding-top: 77px;
        padding-bottom: 77px
    }
}

.invest__title-box {
    width: 231px;
    margin: 0 auto 25px
}

@media screen and (min-width:768px) {
    .invest__title-box {
        width: 497px
    }
}

@media screen and (min-width:998px) {
    .invest__title-box {
        width: 100%;
        margin: 0;
        border: 1px solid #353550
    }
}

.invest__title {
    text-align: center
}

@media screen and (min-width:768px) {
    .invest__title {
        font-size: 60px;
        font-weight: 700;
        line-height: 120%
    }
}

@media screen and (min-width:998px) {
    .invest__title {
        text-align: left;
        width: 497px;
        padding: 26px 20px 26px 40px;
        box-sizing: content-box
    }
    .invest-content {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

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

@media screen and (min-width:998px) {
    .invest-content__box {
        flex-grow: 3;
        align-items: flex-start
    }
}

.invest-content__coin-block {
    width: 100%;
    height: 243px;
    padding: 14px;
    background: url(/_next/static/media/coin.171791e0.png), url(/_next/static/media/bg.3fdbc9af.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 50% 50%;
    background-size: 170px 133px, 100% 100%
}

@media screen and (min-width:768px) {
    .invest-content__coin-block {
        padding: 24px;
        height: 100%;
        min-height: 347px;
        background-size: 240px 200px, 100% 100%
    }
}

@media screen and (min-width:998px) {
    .invest-content__coin-block {
        width: 100%;
        max-width: 643px;
        background-size: 300px 250px, 100% 100%;
        background-position: 90% 100%, 50% 50%
    }
}

.invest-content__coin-inner {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

@media screen and (min-width:768px) {
    .invest-content__coin-inner {
        padding: 32px
    }
}

@media screen and (min-width:998px) {
    .invest-content__coin-inner {
        align-items: flex-start
    }
}

.invest-content__coin-text {
    color: #000;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
    background: #fcfc03;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px
}

@media screen and (min-width:768px) {
    .invest-content__coin-text {
        font-size: 40px;
        width: 530px;
        margin-bottom: 19px
    }
}

@media screen and (min-width:998px) {
    .invest-content__coin-text {
        font-size: 22px;
        width: 280px;
        margin-bottom: 13px
    }
}

@media screen and (min-width:1440px) {
    .invest-content__coin-text {
        font-size: 40px;
        width: 530px;
        margin-bottom: 19px
    }
}

.invest-content__coin-text b {
    font-weight: 700
}

.invest-content__coin-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px
}

@media screen and (min-width:768px) {
    .invest-content__coin-list {
        gap: 82px
    }
}

.invest-content__coin-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.invest-content__coin-item:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 24px;
    height: 14px;
    background: url(/_next/static/media/arrow.f784a202.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .invest-content__coin-item:after {
        width: 38px;
        height: 23px
    }
}

.invest-content__coin-item:last-child:after {
    display: none
}

.invest-content__coin-label {
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 7px
}

@media screen and (min-width:768px) {
    .invest-content__coin-label {
        font-size: 14px
    }
}

.invest-content__coin-value {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%
}

@media screen and (min-width:768px) {
    .invest-content__coin-value {
        font-size: 24px
    }
}

.invest-content__release {
    border: 1px solid #353550;
    background: #000;
    padding: 34px 38px 38px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:998px) {
    .invest-content__release {
        align-items: flex-start;
        width: 100%
    }
}

@media screen and (min-width:1440px) {
    .invest-content__release {
        padding: 50px 50px 39px
    }
}

.invest-content__release-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .invest-content__release-header {
        font-size: 32px;
        margin-bottom: 16px
    }
}

@media screen and (min-width:998px) {
    .invest-content__release-header {
        font-size: 18px
    }
}

@media screen and (min-width:1440px) {
    .invest-content__release-header {
        font-size: 32px
    }
}

.invest-content__release-label {
    color: #fff
}

.invest-content__release-month {
    color: #686876;
    font-weight: 300
}

.invest-content__desc {
    color: hsla(0, 0%, 100%, .7);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 35px
}

@media screen and (min-width:768px) {
    .invest-content__desc {
        font-size: 18px
    }
}

@media screen and (min-width:998px) {
    .invest-content__desc {
        text-align: left;
        max-width: 460px
    }
}

@media screen and (min-width:1440px) {
    .invest-content__desc {
        margin-bottom: 83px
    }
}

.invest-content__notice {
    color: #fff;
    text-align: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-width: 255px
}

@media screen and (min-width:768px) {
    .invest-content__notice {
        font-size: 22px;
        max-width: 400px
    }
}

@media screen and (min-width:998px) {
    .invest-content__notice {
        text-align: left
    }
}

.invest-content__support {
    border: 1px solid #353550;
    background: #11121a;
    padding: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%
}

@media screen and (min-width:998px) {
    .invest-content__support {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        height: 100%
    }
}

.invest-content__support-desc {
    color: #90a1aa;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: .26px;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media screen and (min-width:768px) {
    .invest-content__support-desc {
        font-size: 18px;
        letter-spacing: .36px
    }
}

@media screen and (min-width:998px) {
    .invest-content__support-desc {
        margin-bottom: 10px
    }
}

.invest-content__support-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:998px) {
    .invest-content__support-inner {
        align-items: flex-start
    }
}

.invest-content__support-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .invest-content__support-box {
        font-size: 32px;
        line-height: 120%
    }
}

.invest-content__support-value {
    font-weight: 700;
    color: #fff
}

.invest-content__support-label {
    font-weight: 300;
    color: #686876
}

.invest-content__support-image {
    width: 149px;
    height: 50px
}

@media screen and (min-width:768px) {
    .invest-content__support-image {
        width: 193px;
        height: 70px
    }
}

.invest__buy {
    margin: 25px auto 0;
    max-width: 335px
}

@media screen and (min-width:998px) {
    .invest__buy {
        max-width: 296px;
        margin-top: 42px
    }
}

.BalanceCard_balance__o51hR {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.BalanceCard_balance__column__RizZm {
    flex-shrink: 0;
    max-width: 50%;
    overflow: hidden;
    margin-right: 24px
}

.BalanceCard_balance__column__RizZm:last-child {
    margin-right: 0
}

.BalanceCard_balance__label__FPV4s {
    display: block;
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px
}

.BalanceCard_balance__summ__ySKa2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px
}

.BalanceCard_balance__summ-icon__74Ja1 {
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.BalanceCard_balance__summ-value__BpCW5 {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden
}

.BalanceCard_balance__addition__hgmFg,
.BalanceCard_balance__copied__1evrn,
.BalanceCard_balance__copy___l08F {
    display: block;
    color: hsla(0, 0%, 100%, .4);
    font-weight: 500;
    font-size: 12px;
    line-height: 18px
}

.BalanceCard_balance__copy___l08F {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff
}

.BalanceCard_balance__copied__1evrn {
    color: #f9e727
}

.BalanceCard_balance__copy___l08F:hover {
    color: #666
}

.BalanceCard_balance__copy___l08F.BalanceCard_disabled__hV2JB:hover {
    color: hsla(0, 0%, 100%, .25)
}

.BalanceCard_balance__copy___l08F svg {
    width: 18px;
    height: 18px;
    margin-left: 6px
}

@media screen and (min-width:560px) {
    .BalanceCard_balance__o51hR {
        justify-content: space-between
    }
    .BalanceCard_balance__column__RizZm {
        min-width: 149px
    }
}

@media screen and (min-width:998px) {
    .BalanceCard_balance__o51hR {
        justify-content: flex-start
    }
    .BalanceCard_balance__column__RizZm {
        min-width: unset;
        margin-right: 83px
    }
    .BalanceCard_balance__label__FPV4s {
        font-size: 13px;
        margin-bottom: 8px
    }
    .BalanceCard_balance__summ__ySKa2 {
        margin-bottom: 8px
    }
    .BalanceCard_balance__summ-icon__74Ja1 {
        width: 25px;
        height: 25px;
        margin-right: 9px
    }
    .BalanceCard_balance__summ-value__BpCW5 {
        font-size: 22px
    }
    .BalanceCard_balance__addition__hgmFg,
    .BalanceCard_balance__copied__1evrn,
    .BalanceCard_balance__copy___l08F {
        font-size: 14px;
        line-height: 20px
    }
    .BalanceCard_balance__copy___l08F svg {
        width: 20px;
        height: 20px;
        margin-left: 7px
    }
}

.BalanceCard_disabled__hV2JB {
    color: hsla(0, 0%, 100%, .25)
}

.reasons-container {
    max-width: 1240px
}

@media screen and (min-width:998px) {
    .reasons-container {
        box-sizing: content-box
    }
}

.reasons {
    padding-top: 33px;
    padding-bottom: 46px
}

@media screen and (min-width:998px) {
    .reasons {
        padding-top: 105px;
        padding-bottom: 178px
    }
}

.reasons__title {
    margin-bottom: 47px
}

@media screen and (min-width:998px) {
    .reasons__title {
        text-align: center;
        margin-bottom: 84px
    }
    .reasons__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 36px
    }
}

@media screen and (min-width:1440px) {
    .reasons__list {
        gap: 48px
    }
}

.reason {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 27px
}

@media screen and (min-width:998px) {
    .reason {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        flex-basis: 100px;
        flex-grow: 10
    }
}

.reason:last-child {
    margin-bottom: 0
}

.reason:before {
    content: "";
    width: 57px;
    height: 57px;
    display: block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 25px;
    pointer-events: none;
    flex-shrink: 0
}

@media screen and (min-width:998px) {
    .reason:before {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 29px
    }
}

.reason:first-child:before {
    background-image: url(/_next/static/media/earn.a7aedfc2.png)
}

.reason:nth-child(2):before {
    background-image: url(/_next/static/media/built.1f6de360.png)
}

.reason:nth-child(3):before {
    background-image: url(/_next/static/media/inout.b0c453d2.png)
}

.reason:nth-child(4):before {
    background-image: url(/_next/static/media/lock.515a776e.png)
}

.reason__name {
    display: block;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 10px
}

@media screen and (min-width:998px) {
    .reason__name {
        text-align: center;
        font-size: 20px;
        letter-spacing: .4px;
        margin-bottom: 14px
    }
}

.reason__desc {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .7);
    max-width: 274px
}

@media screen and (min-width:998px) {
    .reason__desc {
        text-align: center;
        font-size: 16px
    }
}

.referals__container {
    padding-top: 28px;
    padding-bottom: 28px
}

@media screen and (min-width:1440px) {
    .referals__container {
        padding-top: 77px;
        padding-bottom: 77px
    }
}

.referals {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
    background-image: url(/_next/static/media/bobr-yellow.b3e5b34d.webp);
    background-repeat: no-repeat;
    background-size: 315px 356px;
    background-position: 50% calc(100% - 98px), 50% 50%;
    padding: 56px 33px 45px;
    position: relative;
    max-width: 1294px
}

@media screen and (min-width:1440px) {
    .referals {
        align-items: flex-start;
        margin-top: 0;
        padding: 60px;
        background-image: none;
        min-height: 596px
    }
}

.referals:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-color: #11121a transparent transparent #11121a;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:1440px) {
    .referals:before {
        border-width: 40px
    }
}

.referals:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-color: transparent #11121a #11121a transparent;
    border-style: solid;
    border-width: 20px
}

@media screen and (min-width:1440px) {
    .referals:after {
        border-width: 40px
    }
}

.referals--connected {
    background-image: url(/_next/static/media/bobr-dark.98c915c7.webp), linear-gradient(90deg, #f0d025, #fff627 50.42%, #f0d025);
    background-repeat: no-repeat, repeat;
    background-size: 315px 356px, 100% 100%;
    background-position: 50% calc(100% - 98px), 50% 50%
}

.referals--connected .referals__footer-addition {
    color: #000
}

.referals--connected .referals__badge {
    background: #000;
    border: none
}

.referals--generated {
    background-image: url(/_next/static/media/bobr-dark.98c915c7.webp), linear-gradient(90deg, #f0d025, #fff627 50.42%, #f0d025);
    background-repeat: no-repeat, repeat;
    background-size: 315px 356px, 100% 100%;
    background-position: 50% calc(100% - 98px), 50% 50%
}

.referals--generated .referals__footer-addition {
    color: #000
}

.referals--generated .referals__badge {
    background: #000;
    border: none
}

@media screen and (min-width:1440px) {
    .referals--generated {
        background-image: linear-gradient(90deg, #f0d025, #fff627 50.42%, #f0d025);
        background-size: 100% 100%;
        background-position: 50% 50%
    }
}

.referals--generated .referals__title {
    color: #0b0c1b
}

.referals--generated .referals__title i {
    color: inherit
}

.referals--generated .referals__text {
    color: #0b0c1b
}

.referals__badge {
    border-radius: 100px;
    border: 1px solid #fbff3a;
    padding: 5px 10px;
    color: #fdf228;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media screen and (min-width:1440px) {
    .referals__badge {
        font-size: 18px;
        margin-bottom: 35px
    }
}

.referals__title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .referals__title {
        font-size: 40px
    }
}

@media screen and (min-width:1440px) {
    .referals__title {
        text-align: left;
        font-size: 60px;
        font-weight: 900;
        line-height: 1.1;
        max-width: 500px
    }
    .referals__title:after {
        content: "";
        position: absolute;
        width: 564px;
        height: 642px;
        right: 63px;
        bottom: 0;
        background: url(/_next/static/media/bobr-dark-desktop.98f20287.webp) 50% 50% no-repeat;
        background-size: contain;
        pointer-events: none
    }
}

.referals__title i {
    font-style: unset;
    color: #fbff3a
}

.referals__title>* {
    position: relative;
    z-index: 1
}

.referals__text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 482px;
    margin-bottom: 325px
}

@media screen and (min-width:768px) {
    .referals__text {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .referals__text {
        text-align: left;
        font-size: 21px;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 30px;
        max-width: 450px;
        position: relative
    }
}

.referals__btns {
    margin-bottom: 30px
}

.referals__btns,
.referals__notice {
    display: flex;
    justify-content: center
}

.referals__notice {
    position: absolute;
    align-items: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fbff3a;
    border-radius: 68px;
    border: 1px solid #fbff3a;
    background: #000;
    padding: 7px 13px;
    bottom: 116px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

@media screen and (min-width:1440px) {
    .referals__notice {
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        border-radius: 100px;
        bottom: unset;
        top: 31px
    }
}

.referals__notice svg {
    margin-right: 6px
}

.referals__notice--generated {
    color: #000;
    border: 1px solid #000;
    background: #faea27;
    bottom: 160px
}

@media screen and (min-width:1440px) {
    .referals__notice--generated {
        top: 31px;
        bottom: unset
    }
}

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

@media screen and (min-width:1440px) {
    .referals__footer {
        align-items: flex-start;
        margin-top: auto
    }
}

.referals__link-block {
    padding: 4px 4px 4px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #3a3b45;
    background: #000;
    width: 293px;
    margin-bottom: 32px
}

@media screen and (min-width:1440px) {
    .referals__link-block {
        width: 449px;
        padding: 5px 5px 5px 20px;
        margin-bottom: 41px
    }
}

.referals__link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration-line: underline;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    transition: all .35s ease
}

.referals__link:hover {
    transform: translateX(10px)
}

.referals__link-btn {
    width: 61px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #24252e;
    margin-left: 38px;
    flex-shrink: 0;
    color: #fff;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all .35s ease
}

@media screen and (min-width:1440px) {
    .referals__link-btn {
        width: unset;
        height: unset;
        padding: 18px
    }
}

.referals__link-btn:hover {
    box-shadow: 0 0 0 1px #fff
}

.referals__link-btn span {
    display: none
}

@media screen and (min-width:1440px) {
    .referals__link-btn span {
        display: block;
        margin-left: 13px
    }
}

.referals__footer-addition {
    color: #fff;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all .35s ease
}

.referals__footer-addition:hover {
    transform: translateX(10px)
}

.referals__section-title {
    text-align: center;
    margin: auto auto 30px
}

@media screen and (min-width:1440px) {
    .referals__section-title {
        margin-bottom: 50px
    }
    .referals__section {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.roadmap-container {
    background: url(/_next/static/media/roadmap-bgDesk.81ee0c2b.webp) bottom no-repeat;
    background-size: contain;
    padding: 46px 0 25%
}

@media screen and (min-width:768px) {
    .roadmap-container {
        max-width: 1367px;
        padding: 56px 0 25%
    }
}

@media screen and (width >=1600px) {
    .roadmap-container {
        padding-bottom: 350px
    }
}

.roadmap {
    margin-top: 25px;
    padding-top: 19px;
    margin-bottom: 34px
}

@media screen and (min-width:768px) {
    .roadmap {
        margin-top: 0;
        padding-top: 0;
        padding-right: 26px;
        padding-left: 26px
    }
}

.roadmap__title {
    text-align: center;
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .roadmap__title {
        margin-left: 58px;
        margin-bottom: 54px
    }
}

.roadmap__swiper-container {
    padding-left: 8px
}

@media screen and (min-width:768px) {
    .roadmap__swiper-container {
        padding-left: 20px
    }
}

.roadmap__swiper-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}

.roadmap__swiper {
    position: relative
}

.roadmap__swiper-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .35s ease
}

.roadmap__swiper-btn.swiper-button-disabled {
    opacity: 0
}

.roadmap__swiper-btn:before {
    content: "";
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: 151px;
    height: 564px;
    pointer-events: none;
    background: linear-gradient(270deg, #0b0c1b, rgba(11, 12, 27, 0) 91.54%)
}

.roadmap__swiper-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .2) url(/_next/static/media/arrow.a5bcad14.svg) 50% 50% no-repeat;
    background-size: 20px 20px;
    pointer-events: none;
    border-radius: 7px
}

@media screen and (min-width:768px) {
    .roadmap__swiper-btn {
        display: flex
    }
}

.roadmap-card__list {
    padding: 10px;
    border-radius: 9px;
    background: #11121a;
    flex-grow: 3
}

@media screen and (min-width:768px) {
    .roadmap-card__list {
        padding: 14px 18px
    }
}

.roadmap-card__item {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 14px;
    position: relative;
    margin-bottom: 8px;
    max-width: 209px
}

@media screen and (min-width:768px) {
    .roadmap-card__item {
        font-size: 15px;
        margin-bottom: 11px
    }
}

.roadmap-card__item:last-child {
    margin-bottom: 0
}

.roadmap-card__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #fbff3a;
    box-shadow: 0 3px 8px 0 rgba(255, 233, 39, .3);
    pointer-events: none
}

.roadmap-card__wrapper {
    border-radius: 16px;
    background: #1a1b25;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 7px 5px 7px 6px;
    width: 215px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

@media screen and (min-width:768px) {
    .roadmap-card__wrapper {
        width: 302px;
        padding: 7px
    }
}

.roadmap-card {
    cursor: pointer;
    margin-left: 0;
    width: unset;
    height: unset;
    padding: 9px;
    position: relative;
    margin-right: -6px
}

@media screen and (min-width:768px) {
    .roadmap-card {
        padding: 12px;
        margin-right: 1px
    }
}

.roadmap-card:last-child {
    margin-right: 0
}

.roadmap-card:after,
.roadmap-card:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 100%;
    top: 0;
    background-image: url(/_next/static/media/swiper-active-1.c1a1be87.svg), url(/_next/static/media/swiper-active-2.46805dbd.svg);
    background-position: 0 0, 100% 100%;
    background-size: 19px 19px, 19px 19px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease
}

@media screen and (min-width:768px) {
    .roadmap-card:after,
    .roadmap-card:before {
        width: 22px;
        background-size: 22px 22px, 22px 22px
    }
}

.roadmap-card:before {
    left: 0
}

.roadmap-card:after {
    right: 0;
    transform: rotate(180deg)
}

.roadmap-card.active:after,
.roadmap-card.active:before {
    opacity: 1
}

.roadmap-card.active .roadmap-card__wrapper {
    background: #1a1b25 linear-gradient(315deg, rgba(0, 0, 0, .2) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 75%, transparent 0, transparent);
    background-size: 50px 50px;
    animation-name: moveRoadmap;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.roadmap-card.active .roadmap-card__event-name {
    background: #fff;
    color: #000
}

.roadmap-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 11px 13px 14px 6px;
    flex-shrink: 0
}

@media screen and (min-width:768px) {
    .roadmap-card__header {
        padding: 15px 15px 22px
    }
}

.roadmap-card__step {
    text-transform: uppercase;
    color: #5e5b71;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px
}

@media screen and (min-width:768px) {
    .roadmap-card__step {
        margin-top: 0
    }
}

.roadmap-card__period {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    color: rgba(204, 195, 238, .4);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .roadmap-card__period {
        font-size: 27px
    }
}

.roadmap-card__period-quater {
    color: #11121a;
    padding: 0 3px 1px;
    border-radius: 3px;
    background: #fff;
    margin-right: 7px
}

@media screen and (min-width:768px) {
    .roadmap-card__period-quater {
        padding: 0 4px;
        margin-right: 10px
    }
}

@keyframes moveRoadmap {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 50px 0
    }
}

.shop {
    padding: 139px 20px 33px
}

@media screen and (min-width:998px) {
    .shop {
        padding-top: 85px;
        padding-bottom: 26px;
        margin-bottom: 100px
    }
    .shop__container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
}

.shop__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

@media screen and (min-width:998px) {
    .shop__column {
        display: block;
        padding-right: 24px
    }
}

@media screen and (min-width:1440px) {
    .shop__column {
        padding-top: 140px
    }
}

.shop__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 14px;
    position: relative
}

@media screen and (min-width:1440px) {
    .shop__title {
        margin-bottom: 35px
    }
}

.shop__title:before {
    content: "";
    position: absolute;
    border-radius: 264px;
    opacity: .24;
    background: #f4ed46;
    pointer-events: none;
    width: 138px;
    height: 81px;
    top: -17px;
    left: -8px;
    filter: blur(39px)
}

@media screen and (min-width:1440px) {
    .shop__title:before {
        width: 264px;
        height: 155px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        filter: blur(75px)
    }
}

.shop__title-stroke {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
    border-radius: 11px;
    padding: 1px 10px
}

.shop__title-stroke:last-child {
    margin-bottom: 0
}

.shop__title-list {
    overflow: hidden;
    width: 118px;
    height: 33px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 5px
}

@media screen and (min-width:1440px) {
    .shop__title-list {
        width: 325px;
        height: 84px
    }
}

.shop__title-item {
    flex-shrink: 0;
    animation-name: toggleHeroMobileVertically;
    animation-duration: 8s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #f4ed46
}

@media screen and (min-width:1440px) {
    .shop__title-item {
        animation-name: toggleHeroDesktopVertically
    }
}

.shop__title-text {
    flex-shrink: 0
}

.shop__desc {
    max-width: 561px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 13px;
    line-height: 1.47;
    color: hsla(0, 0%, 100%, .7);
    padding: 0 20px
}

@media screen and (min-width:998px) {
    .shop__desc {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 14px;
        color: #fff;
        padding: 0
    }
}

@media screen and (min-width:1440px) {
    .shop__desc {
        margin-bottom: 35px
    }
}

.shop__join-wrap {
    display: flex;
    gap: 30px;
    align-items: flex-end
}

.shop__join-desktop {
    display: none !important
}

@media screen and (min-width:998px) {
    .shop__join-desktop {
        display: block !important
    }
}

.shop__join-text {
    white-space: pre-wrap;
    display: block;
    font-size: 13px;
    letter-spacing: -.13px;
    font-weight: 500;
    line-height: normal;
    color: hsla(0, 0%, 100%, .4);
    margin-bottom: 18px;
    text-align: center
}

@media screen and (min-width:998px) {
    .shop__join-text {
        font-size: 16px;
        letter-spacing: -.16px;
        margin-bottom: 12px;
        text-align: left
    }
}

.shop__form {
    width: 517px;
    max-width: 100%;
    margin: 0 auto 16px
}

@media screen and (min-width:998px) {
    .shop__form {
        margin-left: 116px;
        margin-bottom: 0
    }
}

.shop__banner {
    padding: 28px 21px 78px;
    border-radius: 25px;
    background: #000
}

@media screen and (min-width:998px) {
    .shop__banner {
        padding: 61px 63px 66px
    }
}

.shop__banner-title {
    display: block;
    text-align: center;
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .38px;
    max-width: 275px;
    margin: 0 auto 30px
}

.shop__banner-title b {
    font-weight: inherit;
    color: #fbff3a
}

@media screen and (min-width:998px) {
    .shop__banner-title {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.5;
        max-width: 390px;
        margin-bottom: 42px
    }
}

.shop__banner-btn {
    width: 100%
}

.shop__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

@media screen and (min-width:998px) {
    .shop__socials {
        justify-content: flex-start
    }
}

@media screen and (min-width:1440px) {
    .shop__socials {
        flex-wrap: nowrap
    }
}

.shop__social:last-child {
    margin-right: 0
}

.shop__validators {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    margin-bottom: 50px
}

.shop__validators .shop__validator-img {
    height: 100%;
    width: 100%
}

.shop__validators--mobile {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto
}

.shop__validators--desktop {
    display: none
}

@media screen and (min-width:998px) {
    .shop__validators {
        justify-content: flex-start;
        margin-bottom: 20px;
        max-width: 310px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    .shop__validators .shop__validator {
        height: 61px;
        width: 146px
    }
    .shop__validators--mobile {
        display: none
    }
}

@media screen and (min-width:1440px) {
    .shop__validators {
        margin-bottom: 35px;
        display: flex;
        max-width: unset
    }
    .shop__validators--mobile {
        display: none
    }
}

.shop__social-link {
    width: 54px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background: #1a1b25;
    transition: all .35s ease
}

@media screen and (min-width:998px) {
    .shop__social-link {
        width: 76px;
        height: 61px
    }
}

.shop__social-link:hover {
    box-shadow: 0 0 0 1px #fff
}

.shop__social-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 18px
}

@media screen and (min-width:998px) {
    .shop__social-img {
        height: 25px
    }
}

.shop__validator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    transition: transform .35s ease
}

.shop__validator:last-child {
    margin-right: 0
}

@media screen and (min-width:998px) {
    .shop__validator {
        justify-content: flex-start;
        height: 61px
    }
}

@media screen and (min-width:1440px) {
    .shop__validator {
        width: auto;
        margin-top: 0
    }
}

.shop__validator:hover {
    transform: translateY(-2px)
}

.shop__validator-img {
    height: auto;
    border-radius: 7px;
    background: #11121a linear-gradient(148deg, hsla(0, 0%, 100%, .1) 3.15%, hsla(231, 6%, 45%, .07) 96.78%)
}

@media screen and (min-width:998px) {
    .shop__validator-img {
        border-radius: 12px;
        height: 61px
    }
}

@media screen and (min-width:1440px) {
    .shop__validator-img {
        width: auto;
        margin-top: 0
    }
}

.shop__validator-img--small {
    height: 41px
}

@media screen and (min-width:998px) {
    .shop__validator-img--small {
        height: 59px
    }
}

@keyframes toggleHeroMobile {
    0% {
        transform: translateX(0)
    }
    24% {
        transform: translateX(0)
    }
    34% {
        transform: translateX(-150px)
    }
    57% {
        transform: translateX(-150px)
    }
    67% {
        transform: translateX(-300px)
    }
    90% {
        transform: translateX(-300px)
    }
    to {
        transform: translateX(-450px)
    }
}

@keyframes toggleHeroDesktop {
    0% {
        transform: translateX(0)
    }
    24% {
        transform: translateX(0)
    }
    34% {
        transform: translateX(-450px)
    }
    57% {
        transform: translateX(-450px)
    }
    67% {
        transform: translateX(-900px)
    }
    90% {
        transform: translateX(-900px)
    }
    to {
        transform: translateX(-1350px)
    }
}

@keyframes toggleHeroMobileVertically {
    0% {
        transform: translateY(0)
    }
    24% {
        transform: translateY(0)
    }
    34% {
        transform: translateY(-33px)
    }
    57% {
        transform: translateY(-33px)
    }
    67% {
        transform: translateY(-66px)
    }
    90% {
        transform: translateY(-66px)
    }
    to {
        transform: translateY(-99px)
    }
}

@keyframes toggleHeroDesktopVertically {
    0% {
        transform: translateY(0)
    }
    24% {
        transform: translateY(0)
    }
    34% {
        transform: translateY(-84px)
    }
    57% {
        transform: translateY(-84px)
    }
    67% {
        transform: translateY(-168px)
    }
    90% {
        transform: translateY(-168px)
    }
    to {
        transform: translateY(-252px)
    }
}

.ProgressBar_progressBarWrap__7kiJ1 {
    background-color: #2e2e2e;
    box-shadow: none;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .75) 20%, transparent 0, transparent 100%, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .75) 75%, transparent 0, transparent);
    background-size: 12px 12px;
    animation-name: ProgressBar_animateStripes__md3Th;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.ProgressBar_progressBar__pySpX {
    background-color: #fff528
}

.ProgressBar_progressBarFomo__Sks_f,
.ProgressBar_progressBar__pySpX {
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .75) 20%, transparent 0, transparent 100%, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, .75) 75%, transparent 0, transparent);
    background-size: 12px 12px;
    box-shadow: none;
    animation-name: ProgressBar_animateStripes__md3Th;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.ProgressBar_progressBarFomo__Sks_f {
    background-color: #ee862c
}

@keyframes ProgressBar_animateStripes__md3Th {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 12px 0
    }
}

.Notice_notice__7G7KP {
    border-radius: 12px;
    background: #343539;
    -webkit-backdrop-filter: blur(52px);
    backdrop-filter: blur(52px);
    padding: 2px 46px 2px 2px;
    display: flex;
    align-items: center;
    max-width: 497px
}

.Notice_notice__logo__D5Yz_ {
    border-radius: 9px;
    background: #0a0b10;
    width: 80px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 26px
}

.Notice_notice__logo-img__uDOij {
    width: 34px;
    height: 18px;
    margin-bottom: 6px
}

.Notice_notice__label__DKkk6 {
    color: #fbff3a;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 120%
}

.Notice_notice__close__n_9Qm {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 10px
}

.Notice_notice__close__n_9Qm:after,
.Notice_notice__close__n_9Qm:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    border-radius: 12px
}

.Notice_notice__close__n_9Qm:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.Notice_notice__close__n_9Qm:after {
    transform: translate(-50%, -50%) rotate(135deg)
}

.Notice_notice__text__SerNW {
    color: #fff;
    font-family: Poppins, Arial, open-sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 150%
}

@media screen and (min-width:998px) {
    .Notice_notice__7G7KP {
        border-radius: 14px;
        padding-right: 45px
    }
    .Notice_notice__logo__D5Yz_ {
        width: 112px;
        height: 86px;
        margin-right: 23px;
        border-radius: 13px
    }
    .Notice_notice__logo-img__uDOij {
        width: 42px;
        height: 22px;
        margin-bottom: 8px
    }
    .Notice_notice__label__DKkk6 {
        font-size: 12px
    }
    .Notice_notice__text__SerNW {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px
    }
}

.clientForm_loader__3N_pX {
    width: 96px;
    height: 96px;
    display: inline-block;
    position: relative
}

.clientForm_loader__3N_pX:after,
.clientForm_loader__3N_pX:before {
    content: "";
    width: 96px;
    height: 96px;
    border: 4px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: clientForm_rotation__te2fX 2s ease-in-out infinite
}

.clientForm_loader__3N_pX:after {
    border-color: #f4ed46;
    animation-delay: 1s
}

@keyframes clientForm_rotation__te2fX {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.token-info {
    padding-bottom: 54px
}

.token-info__table {
    display: block;
    margin: 0 auto 27px;
    border-collapse: collapse;
    max-width: 923px;
    overflow: auto
}

@media screen and (min-width:768px) {
    .token-info__table {
        margin-bottom: 58px
    }
}

.token-info__table tbody tr:nth-child(odd) {
    background: #141623
}

.token-info__table tbody tr:nth-child(odd) td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.token-info__table tbody tr:nth-child(odd) td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.token-info__table th {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    opacity: .6
}

.token-info__table td {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px
}

.token-info__table td:first-child {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.token-info__table td,
.token-info__table th {
    padding: 14px 27px 14px 0;
    text-align: left
}

.token-info__table td:first-child,
.token-info__table th:first-child {
    padding-left: 33px;
    padding-right: 36px
}

.token-info__table td:nth-child(2),
.token-info__table th:nth-child(2) {
    padding-right: 31px
}

.token-info__table td:nth-child(3),
.token-info__table th:nth-child(3) {
    padding-right: 28px
}

.token-info__table td:nth-child(4),
.token-info__table th:nth-child(4) {
    padding-right: 74px
}

.token-info__table td:nth-child(5),
.token-info__table th:nth-child(5) {
    padding-right: 60px
}

.token-info__table td:nth-child(6),
.token-info__table th:nth-child(6) {
    padding-right: 27px
}

.token-info__table tfoot td {
    font-weight: 700
}

.token-info__btn-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.tokenomix-container {
    padding-top: 89px
}

.tokenomix {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    margin-bottom: 54px
}

@media screen and (min-width:998px) {
    .tokenomix {
        display: block;
        margin-bottom: 87px
    }
}

.tokenomix__title {
    text-align: center;
    margin-bottom: 35px
}

@media screen and (min-width:998px) {
    .tokenomix__title {
        margin-bottom: 71px
    }
}

.tokenomix__total {
    margin-bottom: 20px
}

@media screen and (min-width:998px) {
    .tokenomix__total {
        margin-bottom: 43px
    }
}

.tokenomix__total-label {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.tokenomix__total-label,
.tokenomix__total-value {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1.2
}

.tokenomix__total-value {
    font-family: Unbounded, Arial, open-sans, sans-serif;
    font-size: 20px;
    text-transform: uppercase
}

.tokenomix__diagram {
    height: 275px;
    width: 370px;
    background-image: url(/_next/static/media/circle.49769cc6.png), url(/_next/static/media/diagram-logo.899aaec8.png);
    background-repeat: no-repeat;
    background-position: 50% 19px, 50% 98px;
    background-size: 205px 205px, 89px 47px;
    position: relative
}

@media screen and (min-width:998px) {
    .tokenomix__diagram {
        margin: 0 auto;
        width: 646px;
        height: 328px;
        background-position: 50% 0, 50% 109px;
        background-size: 277px 277px, 111px 59px
    }
}

.tokenomix__diagram-value {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-value {
        font-size: 15px;
        margin-bottom: 0;
        padding: 8px 9px;
        border: 1px solid #303030
    }
}

.tokenomix__diagram-item {
    position: absolute
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item {
        display: flex;
        justify-content: flex-start;
        align-items: stretch
    }
}

.tokenomix__diagram-item--yellow {
    left: calc(50% + 67px)
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--yellow {
        left: calc(50% + 127px)
    }
}

.tokenomix__diagram-item--yellow .tokenomix__diagram-value {
    color: #d8de32
}

.tokenomix__diagram-item--blue {
    right: 0;
    top: 77px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--blue {
        right: 10px
    }
}

.tokenomix__diagram-item--blue .tokenomix__diagram-value {
    color: #6371f9
}

.tokenomix__diagram-item--orange {
    right: 12px;
    top: 127px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--orange {
        right: 31px;
        top: 145px
    }
}

.tokenomix__diagram-item--orange .tokenomix__diagram-value {
    color: #ff842a
}

.tokenomix__diagram-item--green {
    right: 13px;
    bottom: 43px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--green {
        right: -20px;
        bottom: 75px
    }
}

.tokenomix__diagram-item--green .tokenomix__diagram-value {
    color: #a0e138
}

.tokenomix__diagram-item--ocean {
    right: 70px;
    bottom: 0
}

.tokenomix__diagram-item--ocean .tokenomix__diagram-value {
    color: #4edeff
}

.tokenomix__diagram-item--red {
    text-align: right;
    left: 67px;
    bottom: 3px
}

.tokenomix__diagram-item--red .tokenomix__diagram-value {
    color: #ff3868
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--red .tokenomix__diagram-value {
        order: 2
    }
}

.tokenomix__diagram-item--violet {
    text-align: right;
    left: 7px;
    bottom: 80px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--violet {
        left: 28px;
        bottom: 80px
    }
}

.tokenomix__diagram-item--violet .tokenomix__diagram-value {
    color: #ba60ff
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--violet .tokenomix__diagram-value {
        order: 2
    }
}

.tokenomix__diagram-item--more-green {
    text-align: right;
    top: calc(50% - 22px);
    left: 33px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--more-green {
        top: calc(50% - 34px);
        left: 65px
    }
}

.tokenomix__diagram-item--more-green .tokenomix__diagram-value {
    color: #28f174
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--more-green .tokenomix__diagram-value {
        order: 2
    }
}

.tokenomix__diagram-item--pink {
    text-align: right;
    top: 50px;
    left: 0
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--pink {
        top: 55px;
        left: -55px
    }
}

.tokenomix__diagram-item--pink .tokenomix__diagram-value {
    color: #ff5aa9
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--pink .tokenomix__diagram-value {
        order: 2
    }
}

.tokenomix__diagram-item--silver {
    text-align: right;
    left: 70px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--silver {
        top: -17px;
        left: 82px
    }
}

.tokenomix__diagram-item--silver .tokenomix__diagram-value {
    color: #e7edff
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-item--silver .tokenomix__diagram-value {
        order: 2
    }
}

.tokenomix__diagram-place {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 69px
}

@media screen and (min-width:998px) {
    .tokenomix__diagram-place {
        max-width: unset;
        font-size: 15px;
        padding: 8px 9px;
        border: 1px solid #303030;
        border-left: none
    }
}