#tokenomics-page .document-header {
    background: url(/images/docs-bg.svg) 50% 0/auto 100% no-repeat;
    background-size: cover
}

#tokenomics-page .document-header p {
    margin-bottom: 8px
}

#tokenomics-page .document-header button {
    margin: auto
}

#tokenomics-page h1 {
    text-align: center
}

#tokenomics-page .content {
    border: 1px solid #e8e8e8;
    padding: 80px 0;
    background-color: #fff
}

#tokenomics-page .content.allocation {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
    display: none;
}

#tokenomics-page .content.allocation .total-supp_wrapp {
    padding: 24px 48px;
    max-width: fit-content;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin: auto auto 64px
}

#tokenomics-page .content.allocation .total-supp_title {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -.045em;
    font-weight: 400;
    margin-bottom: 5px
}

#tokenomics-page .content.allocation .line-supp_button {
    display: flex;
    gap: 12px
}

#tokenomics-page .content.allocation .total-supp_number {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -.045em;
    font-weight: 400
}

#tokenomics-page .content.allocation .img-block {
    position: relative;
    max-width: 629px;
    height: 600px;
    width: 100%
}

#tokenomics-page .content.allocation .img-block img {
    object-fit: contain
}

#tokenomics-page .content.allocation input {
    width: min(100vw, 1200px)
}

#tokenomics-page .content h2 {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500
}

#tokenomics-page .content div.supply {
    max-width: min(780px, 100%);
    margin: 0 auto
}

#tokenomics-page .content div.supply .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border: 1px solid #e8e8e8;
    padding: 24px 32px
}

#tokenomics-page .content div.supply .line,
#tokenomics-page .content div.supply .line b {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -.045em;
    font-weight: 400
}

#tokenomics-page .content div.supply .line:first-child {
    background-color: #f9faf9;
    border-radius: 8px 8px 0 0
}

#tokenomics-page .content div.supply .line:last-child {
    border-radius: 0 0 8px 8px
}

#tokenomics-page .content.sale tr {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

@media screen and (max-width:860px) {

    #tokenomics-page .content,
    #tokenomics-page .content.allocation {
        padding: 40px 16px
    }

    #tokenomics-page .content.allocation img {
        max-width: 100%
    }

    #tokenomics-page .content.allocation h2 {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }

    #tokenomics-page .content.allocation .total-supp_wrapp {
        max-width: unset !important;
        width: 100%;
        padding: 16px
    }

    #tokenomics-page .content.allocation .img-block {
        height: 320px;
        width: 100%
    }

    #tokenomics-page .content.allocation div.supply .line {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 400;
        padding: 16px
    }

    #tokenomics-page .content.allocation div.supply .line b {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }

    #tokenomics-page .content.allocation .total-supp_wrapp .total-supp_title {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 400
    }

    #tokenomics-page .content.allocation .total-supp_wrapp .total-supp_number {
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }
}