/*
Categories:

1. Variables
2. Support & Globals
3. Fonts
4. Generals
5. Buttons
6. Icons
7. Navigation
8. Menu
9. Media
10.1. Section / Hero
10.2. Section / Chain
10.3. Section / Whitepaper
10.4. Section / Listings
10.5. Section / Roadmap
10.6. Section / Tokenomics
10.7. Section / News
10.8. Section / Community
11.1. Page / Whitepaper
11.2. Page / Claim
11.3. Page / Policies
11.4. Page / Error
12. Footer
13. Announcement
14. Uniswap Panel
15. Utilities
*/


/* 1. Variables
/* ------------------------------------------------------ */

:root {
    --primary: #f13c14;
    --secondary: #9e2e15;
    --third: #621f10;
    --black: #070707;
    --white: #f9f9f9;
    --white-40op: rgba(255, 255, 255, .5);
    --white-8op: rgba(249, 249, 249, .08);
    --white-4op: rgba(249, 249, 249, .04);
}

/* 2. Support & Globals
/* ------------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font-size: inherit;
    border: 0px transparent;
    text-wrap: nowrap;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

img, video {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
}

video {
    overflow: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

mark {
    background: #ff0;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    padding: 0;
    margin: 0;
}

/* 3. Fonts
/* ------------------------------------------------------ */

@font-face {
    font-family: 'Plusjakartasans Variablefont Wght';
    src: url('../font/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 300 400 500 600 700 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plusjakartasans Variablefont Wght';
    src: url('../font/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 300 400 500 600 700 800;
    font-style: italic;
    font-display: swap;
}

h1, .h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: 800;
}

@media (max-width: 1440px) {
    h1, .h1 {
        font-size: 4.2rem;
        line-height: 4.2rem;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 3.6rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 478px) {
    h1, .h1 {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

h2, .h2 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    font-weight: 800;
}

@media (max-width: 1440px) {
    h2, .h2 {
        font-size: 3.1rem;
        line-height: 3.1rem;
    }
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 478px) {
    h2, .h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

h3, .h3 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
}

@media (max-width: 1440px) {
    h3, .h3 {
        font-size: 2.7rem;
        line-height: 2.7rem;
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 478px) {
    h3, .h3 {
        font-size: 2.15rem;
        line-height: 2.15rem;
    }
}


h4, .h4 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 700;
}

@media (max-width: 1440px) {
    h4, .h4 {
        font-size: 2.35rem;
        line-height: 2.35rem;
    }
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 2.1rem;
        line-height: 2.1rem;
    }
}

@media (max-width: 478px) {
    h4, .h4 {
        font-size: 1.85rem;
        line-height: 1.85rem;
    }
}

h5, .h5 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 600;
}

@media (max-width: 1440px) {
    h5, .h5 {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media (max-width: 767px) {
    h5, .h5 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}

@media (max-width: 478px) {
    h5, .h5 {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}

h6, .h6 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 600;
}

@media (max-width: 1440px) {
    h6, .h6 {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
}

@media (max-width: 767px) {
    h6, .h6 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

@media (max-width: 478px) {
    h6, .h6 {
        font-size: 1rem;
        line-height: 1rem;
    }
}

p, .p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
    color: var(--white-40op);
}

@media (max-width: 1440px) {
    p, .p {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

@media (max-width: 767px) {
    p, .p {
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

.action-text {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

@media (max-width: 1440px) {
    .action-text {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
}

@media (max-width: 767px) {
    .action-text {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
}

.tag {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: var(--white-40op);
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .tag {
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
}

@media (max-width: 767px) {
    .tag {
        font-size: 0.6rem;
        line-height: 0.6rem;
    }
}

/* 4. Generals
/* ------------------------------------------------------ */

body {
    color: var(--white);
    background-color: var(--black);
    font-family: Plusjakartasans Variablefont Wght, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4rem;
}

@media (max-width: 1440px) {
    body {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 0.8rem;
        line-height: 1rem;
    }
}

main {
    width: 100vw;
    height: 100vh;
}

section {
    height: 100vh;
    display: flex;
    flex: 1;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    padding: 0px 32px 0px 32px;
    gap: 32px;
}

@media (max-width: 1440px) {
    section {
        padding: 0px 24px 0px 24px
    }
}

@media (max-width: 767px) {
    section {
        padding: 0px 20px 0px 20px
    }
}

.container.left {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 48px;
}

@media (min-width: 992px) {
    .container.left.whitepaper, .container.left.tokenomics, .container.left.community {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .container.left.whitepaper, .container.left.tokenomics, .container.left.community {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 478px) {
    .container.left.whitepaper, .container.left.tokenomics, .container.left.community {
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

.container.left.whitepaper, .container.left.tokenomics, .container.left.community {
    overflow: hidden;
    object-fit: cover;
}

.container.right {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 48px;
}

@media (max-width: 1440px) {
    .container.right.whitepaper, .container.right.tokenomics, .container.right.community {
        gap: 32px;
    }
}

@media (max-width: 1280px) {
    .container.right.whitepaper, .container.right.tokenomics, .container.right.community {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .container.right.whitepaper, .container.right.tokenomics, .container.right.community {
        gap: 20px;
    }
}

.container.right.tokenomics, .container.right.community {
    align-items: stretch;
}

/* 5. Buttons
/* ------------------------------------------------------ */

a {
    text-transform: uppercase;
    transition: all 250ms;
}

a:hover {
    color: var(--primary);
}

button { /* Button */
    min-width: 48px;
    height: 48px;
    text-transform: uppercase;
    transition: all 250ms;
    padding: 0px 20px 0px 20px;
    gap: 12px;
}

@media (max-width: 991px) {
    button {
        min-width: 40px;
        height: 40px;
        padding: 0px 16px 0px 16px;
        gap: 10px;
    }
}

button.primary {
    color: var(--white);
    background-color: var(--primary);
}

button.primary:hover {
    background-color: var(--secondary);
}

button.primary:active {
    color: var(--white-40op);
    background-color: var(--white-8op);
}

button.secondary {
    color: var(--white-40op);
    background-color: var(--white-4op);
}

button.secondary:hover {
    color: var(--white);
    background-color: var(--white-8op);
}

button.secondary:active {
    color: var(--white-40op);
    background-color: transparent;
}

.button-link { /* Button to replace Link */
    min-width: 48px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: all 250ms;
    padding: 0px 20px 0px 20px;
    gap: 12px;
}

@media (max-width: 991px) {
    .button-link {
        min-width: 40px;
        height: 40px;
        padding: 0px 16px 0px 16px;
        gap: 10px;
    }
}

.button-link.primary {
    color: var(--white);
    background-color: var(--primary);
}

.button-link.primary:hover {
    background-color: var(--secondary);
}

.button-link.primary:active {
    color: var(--white-40op);
    background-color: var(--white-8op);
}

.button-link.secondary {
    color: var(--white-40op);
    background-color: var(--white-4op);
}

.button-link.secondary:hover {
    color: var(--white);
    background-color: var(--white-8op);
}

.button-link.secondary:active {
    color: var(--white-40op);
    background-color: transparent;
}

.button-link.primary.keep-sq, .button-link.secondary.keep-sq {
    min-width: 48px;
    height: 48px;
    padding: 0px;
}

@media (max-width: 991px) {
    .button-link.primary.keep-sq, .button-link.secondary.keep-sq {
        min-width: 40px;
        height: 40px;
    }
}

.link-sm { /* Social button */
    width: 48px;
    height: 48px;
    display: flex;
    overflow: hidden;
    position: relative;
    color: var(--white);
    background-color: var(--white-8op);
    transition: all 250ms;
}

@media (max-width: 991px) {
    .link-sm {
        width: 40px;
        height: 40px;
    }
}

.link-sm:hover {
    color: var(--white);
}

.box.button-icon-sm {
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 250ms;
}

@media (max-width: 991px) {
    .box.button-icon-sm {
        width: 40px;
        height: 40px;
    }
}

.box.button-icon-sm.redirect {
    position: absolute;
    top: 48px;
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .box.button-icon-sm.redirect {
        top: 40px;
    }
}

.link-sm:hover .box.button-icon-sm.redirect {
    top: 0px;
}

.button.locales { /* Change language button */
    width: 48px;
    height: 48px;
    display: flex;
    overflow: hidden;
    position: relative;
    color: var(--white);
    background-color: var(--white-8op);
    transition: all 250ms;
}

@media (max-width: 991px) {
    .button.locales {
        width: 40px;
        height: 40px;
    }
}

.button.locales:hover {
    overflow: visible;
}

.box.button-icon-language {
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 250ms;
}

@media (max-width: 991px) {
    .box.button-icon-language {
        width: 40px;
        height: 40px;
    }
}

.box.button-icon-language.options {
    position: absolute;
    left: 48px;
    background-color: var(--primary);
}

@media (max-width: 991px) {
    .box.button-icon-language.options {
        left: 40px;
    }
}

.box.languages {
    height: 48px;
    display: flex;
    flex-direction: row;
    background-color: var(--white-8op);
    position: absolute;
    right: 48px;
}

@media (max-width: 991px) {
    .box.languages {
        height: 40px;
        right: 40px;
    }
}

.link-language {
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 991px) {
    .link-language {
        width: 40px;
        height: 40px;
    }
}

.button.locales:hover .box.button-icon-language.options {
    left: 0px;
}

.button-link.collect { /* Collect points button */
    height: auto;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--black);
    background-color: var(--white);
    padding: 6px 10px 6px 6px;
    border-radius: 24px;
    gap: 6px;
}

.scroll-top { /* Scroll buttons */
    width: 48px;
    height: 48px;
    color: var(--white);
    background-color: var(--white-8op);
    backdrop-filter: blur(8px);
    opacity: 0;
}

@media (max-width: 991px) {
    .scroll-top {
        width: 40px;
        height: 40px;
    }
}

.scroll-bottom {
    width: 96px;
    height: 96px;
    color: var(--white);
    background-color: var(--primary);
    backdrop-filter: blur(8px);
}

@media (max-width: 991px) {
    .scroll-bottom {
        width: 64px;
        height: 64px;
    }
}

.scroll-top:hover {
    color: var(--white);
    background-color: var(--primary);
}

.scroll-bottom:hover {
    color: var(--white);
    background-color: var(--secondary);
}

button, .scroll-top, .scroll-bottom { /* Buttons general settings */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 250ms;
}

/* 6. Icons
/* ------------------------------------------------------ */

.icon {
    color: inherit;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon.interface {
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .icon.interface {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 478px) {
    .icon.interface {
        width: 16px;
        height: 16px;
    }
}

.icon.ar-top {
    width: 20px;
    height: 20px;
    transition: all 250ms;
}

@media (max-width: 991px) {
    .icon.ar-top {
        width: 16px;
        height: 16px;
    }
}

.icon.ar-bottom {
    width: 40px;
    height: 40px;
    transition: all 250ms;
}

@media (max-width: 991px) {
    .icon.ar-bottom {
        width: 32px;
        height: 32px;
    }
}

.icon.sm {
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    .icon.sm {
        width: 16px;
        height: 16px;
    }
}

.icon.sm.medium {
    width: 22px;
    height: 22px;
}

@media (max-width: 991px) {
    .icon.sm.medium {
        width: 20px;
        height: 20px;
    }
}

.icon.sm.large {
    width: 32px;
    height: 32px;
}

@media (max-width: 991px) {
    .icon.sm.large {
        width: 24px;
        height: 24px;
    }
}

.icon-community {
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .icon-community {
        width: 20px;
        height: 20px;
    }
}

.icon-phase {
    width: 32px;
    height: 32px;
}

@media (max-width: 991px) {
    .icon-phase {
        width: 20px;
        height: 20px;
    }
}

.flag-language {
    width: 24px;
    height: 24px;
    transition: all 250ms;
}

@media (max-width: 991px) {
    .flag-language {
        width: 20px;
        height: 20px;
    }
}

.flag-language:hover {
    width: 20px;
    height: 20px;
}

@media (max-width: 991px) {
    .flag-language:hover {
        width: 16px;
        height: 16px;
    }
}

.logo-chain {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

@media (max-width: 1280px) {
    .logo-chain {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991px) {
    .logo-chain {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 478px) {
    .logo-chain {
        width: 32px;
        height: 32px;
    }
}

.icon.close {
    width: 16px;
    height: 16px;
}

.icon.btn-bns {
    width: 6px;
    height: 10px;
}

@media (max-width: 478px) {
    .icon.btn-bns {
        width: 8px;
        height: 12px;
    }
}

.icon.listing {
    width: 48px;
    height: 48px;
}

@media (max-width: 1280px) {
    .icon.listing {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 478px) {
    .icon.listing {
        width: 32px;
        height: 32px;
    }
}

/* 7. Navigation
/* ------------------------------------------------------ */

nav {
    display: flex;
    flex: 1;
    flex-direction: row;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    z-index: 2;
    padding: 32px;
    background-color: rgba(7, 7, 7, 0);
    backdrop-filter: blur(0px);
    transition: all 250ms;
}

@media (max-width: 1440px) {
    nav {
        padding: 24px
    }
}

@media (max-width: 767px) {
    nav {
        padding: 20px
    }
}

.nav-brand {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
}

.nav-menu {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 1280px) {
    .nav-menu {
        display: none;
        gap: 16px;
    }
}

.nav-actions {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
}

@media (max-width: 1280px) {
    .nav-actions {
        gap: 20px;
    }
}

@media (max-width: 478px) {
    .nav-actions {
        gap: 16px;
    }
}

.logo {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

@media (max-width: 991px) {
    .logo {
        gap: 20px;
    }
}

@media (max-width: 478px) {
    .logo {
        gap: 16px;
    }
}

.logo-mark {
    width: 48px;
    height: 48px;
}

@media (max-width: 991px) {
    .logo-mark {
        width: 32px;
        height: 32px;
    }
}

.logo-text {
    width: 99px;
    height: 16px;
    color: var(--white);
}

@media (max-width: 991px) {
    .logo-text {
        width: 74px;
        height: 12px;
        color: var(--white);
    }
}

/* 8. Menu
/* ------------------------------------------------------ */

menu {
    display: flex;
    flex: 1;
    flex-direction: row;
    position: fixed;
    justify-content: space-between;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    padding: 0px 32px 0px 32px;
}

@media (max-width: 1440px) {
    menu {
        padding: 0px 24px 0px 24px;
    }
}

@media (max-width: 767px) {
    menu {
        padding: 0px 20px 0px 20px;
    }
}

@media (max-width: 478px) {
    menu {
        align-items: center;
        justify-content: center;
    }
}

.menu-scroller {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

@media (max-width: 478px) {
    .menu-scroller {
        display: none;
    }
}

.menu-sm {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    opacity: 1;
    transition: all 250ms;
}

@media (max-width: 1280px) {
    .menu-sm {
        gap: 16px;
    }
}

@media (max-width: 478px) {
    .menu-sm {
        justify-content: center;
        padding-bottom: 20px;
    }
}

/* 9. Media
/* ------------------------------------------------------ */

.video-hero {
    width: 100vw;
    position: absolute;
    top: 0vh;
    left: 0%;
    right: 0%;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 991px) {
    .video-hero {
        aspect-ratio: 4/3;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .video-hero {
        aspect-ratio: 3/6;
        object-fit: cover;
    }
}

.video-hero.stay-fixed {
    position: fixed;
}

.video-whitepaper, .video-tokenomics, .video-community {
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    position: relative;
    overflow: clip;
}

@media (min-width: 1921px) {
    .video-whitepaper, .video-tokenomics, .video-community {
        width: 76%;
    }
}

@media (max-width: 991px) {
    .video-whitepaper, .video-tokenomics, .video-community {
        width: 64%;
    }
}

@media (max-width: 478px) {
    .video-whitepaper, .video-tokenomics, .video-community {
        width: 90%;
    }
}

.video-community {
    mix-blend-mode: screen;
}

/* 10.1 Section / Hero
/* ------------------------------------------------------ */

section.hero {
    flex-direction: column;
    justify-content: center;
}

.container.hero {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 38% 0px 38%;
    gap: 48px;
}

@media (max-width: 1696px) {
    .container.hero {
        padding: 0px 36% 0px 36%;
    }
}

@media (max-width: 1180px) {
    .container.hero {
        padding: 0px 32% 0px 32%;
    }
}

@media (max-width: 901px) {
    .container.hero {
        padding: 0px 26% 0px 26%;
    }
}

@media (max-width: 719px) {
    .container.hero {
        padding: 0px 164px 0px 164px;
    }
}

@media (max-width: 648px) {
    .container.hero {
        padding: 0px 128px 0px 128px;
    }
}

@media (max-width: 517px) {
    .container.hero {
        padding: 0px 64px 0px 64px;
    }
}

@media (max-width: 391px) {
    .container.hero {
        padding: 0px 20px 0px 20px;
    }
}

.box.tag-hero {
    height: 48px;
    padding: 0px 20px 0px 20px;
    background-color: var(--white-8op);
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .box.tag-hero {
        height: 40px;
        padding: 0px 16px 0px 16px;
    }
}

.box.actions-hero {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 991px) {
    .box.actions-hero {
        gap: 16px;
    }
}

/* 10.2 Section / Chain
/* ------------------------------------------------------ */

section.chain {
    height: auto;
    background-color: var(--white-4op);
    display: flex;
    align-items: stretch;
    margin: 0px 32px 0px 32px;
}

@media (max-width: 1440px) {
    section.chain {
        margin: 0px 24px 0px 24px;
    }
}

@media (max-width: 767px) {
    section.chain {
        margin: 0px 20px 0px 20px;
    }
}

@media (max-width: 991px) {
    section.chain {
        flex-direction: column;
    }
}

.box.contract-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0px 32px 0px;
    gap: 24px;
}

@media (max-width: 991px) {
    .box.contract-content {
        padding: 24px 0px 0px 0px;
        gap: 16px;
    }
}

.box.chain-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid var(--white-8op);
    padding-left: 32px;
    gap: 24px;
}

@media (max-width: 991px) {
    .box.chain-content {
        border-top: 1px solid var(--white-8op);
        border-left: 0px solid transparent;
        padding: 24px 0px 24px 0px;
        gap: 16px;
    }
}

.box.divider-chain {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.box.texts-chain {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 991px) {
    .limit.contract {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
}

@media (max-width: 478px) {
    .limit.contract {
        max-width: 116px;
    }
}

/* 10.3 Section / Whitepaper
/* ------------------------------------------------------ */

@media (max-width: 991px) {
    section.about {
        height: auto;
        flex-direction: column;
        padding-top: 196px;
    }
}

.box.info-whitepaper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 10.4 Section / Listings
/* ------------------------------------------------------ */

section.listings {
    height: 100vh;
    align-items: center;
}

@media (max-width: 991px) {
    section.listings {
        height: auto;
        flex-direction: column;
        padding-top: 196px;
        align-items: stretch;
    }
}

.texts-listings {
    max-width: 70%;
}

@media (max-width: 1280px) {
    .texts-listings {
        max-width: 90%;
    }
}

@media (max-width: 478px) {
    .texts-listings {
        max-width: 100%;
    }
}

.container.right.listings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
}

@media (max-width: 991px) {
    .container.right.listings {
        gap: 24px;
    }
}

@media (max-width: 478px) {
    .container.right.listings {
        grid-template-columns: 1fr;
    }
}

.link-listing {
    display: flex;
    gap: 24px;
    padding: 24px;
    background-color: var(--white-4op);
    align-items: center;
    text-transform: none;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.link-listing:hover {
    background-color: var(--white-8op);
}

@media (max-width: 1440px) {
    .link-listing {
        font-size: 1rem;
        line-height: 1.4rem;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .link-listing {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
}

/* 10.5 Section / Roadmap
/* ------------------------------------------------------ */

@media (max-width: 991px) {
    section.roadmap {
        height: auto;
        flex-direction: column;
        padding-top: 196px;
    }
}

@media (max-width: 991px) {
    .container.left.roadmap {
        align-items: flex-start;
        height: auto;
    }
}

.container.right.roadmap {
    padding-top: 32px;
}

.box.info-roadmap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.box.tab-list-roadmap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 248px;
    gap: 24px;
}

@media (max-width: 991px) {
    .box.tab-list-roadmap {
        padding-top: 0px;
    }
}

.box.tab-roadmap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--white-40op);
    text-transform: uppercase;
    text-align: right;
    transition: all 250ms;
    gap: 8px;
}

.box.tab-roadmap:hover {
    color: var(--white);
}

.box.tab-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 108px;
    gap: 40px;
}

@media (max-width: 991px) {
    .box.tab-content {
        padding-top: 48px;
    }
}

.box.phase-step {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box.phase-step-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.status-working .icon-phase {
    animation: working 2s linear infinite;
}

@keyframes working {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.phase-nr-active {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: var(--white);
    transition: all 250ms;
    margin-bottom: 4px;
}

.phase-tl-active {
    font-size: 2rem;
    line-height: 2rem;
    color: var(--primary);
    transition: all 250ms;
}

/* 10.6 Section / Tokenomics
/* ------------------------------------------------------ */

@media (max-width: 991px) {
    section.tokenomics {
        height: auto;
        flex-direction: column;
        padding-top: 196px;
    }
}

.box.distribution-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
    gap: 32px;
}

@media (max-width: 1280px) {
    .box.distribution-list {
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .box.distribution-list {
        gap: 20px;
    }
}

@media (max-width: 478px) {
    .box.distribution-list {
        grid-template-columns: 1fr;
    }
}

.box.distribution-supply {
    display: flex;
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: var(--white-8op);
    padding: 24px 24px 24px 24px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 478px) {
    .box.distribution-supply {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

.box.distribution {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--white-4op);
    transition: background-color 250ms;
    padding: 24px 24px 24px 24px;
    gap: 32px;
}

@media (max-width: 767px) {
    .box.distribution {
        padding: 20px 20px 20px 20px;
        gap: 20px;
    }
}

.box.distribution:hover {
    background-color: var(--white-8op);
}

.box.distribution-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 10.7 Section / News
/* ------------------------------------------------------ */

section.news {
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

@media (max-width: 991px) {
    section.news {
        height: auto;
        padding-top: 196px;
    }
}

.box.texts-news {
    display: flex;
    flex: 0;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 991px) {
    .box.texts-news {
        gap: 24px;
    }
}

.box.news-posts {
    display: flex;
    flex: 0;
    flex-direction: row;
    gap: 32px;
}

@media (max-width: 1280px) {
    .box.news-posts {
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .box.news-posts {
        gap: 20px;
        display: flex;
        flex: 1;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0px -24px 0px -24px;
        padding: 0px 24px 0px 24px;
    }
}

@media (max-width: 478px) {
    .box.news-posts {
        margin: 0px -20px 0px -20px;
        padding: 0px 20px 0px 20px;
    }
}

.box.news-posts::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.box.news-posts::-webkit-scrollbar-track {
  background: transparent;
}

.box.news-posts::-webkit-scrollbar-thumb {
    background: transparent;
}

.box.news-posts::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.box.news-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-transform: none;
    transition: all 250ms;
    gap: 32px;
}

@media (max-width: 991px) {
    .box.news-link {
        min-width: 348px;
    }
}

.box.news-link:hover {
    color: var(--primary)
}

.box.news-link:hover p {
    color: var(--white);
    transition: all 250ms;
}

.box.news-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image.news {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    transition: all 250ms;
}

.image.news:hover {
    width: 96%;
}

.box.summary-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 12px 0px 12px;
}

@media (max-width: 1280px) {
    .box.summary-news {
        padding: 0px 8px 0px 8px;
    }
}

.limit.title-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.limit.description-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 10.8 Section / Community
/* ------------------------------------------------------ */

@media (max-width: 991px) {
    section.community {
        height: auto;
        flex-direction: column;
        padding-top: 196px;
    }
}

.box.communities {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 24px;
    gap: 24px;
}

@media (max-width: 1280px) {
    .box.communities {
        margin-top: 20px;
    }
}

.box.community {
    display: flex;
    align-items: center;
    background-color: var(--white-4op);
    transition: background-color 250ms;
    position: relative;
    padding-right: 24px;
    gap: 24px;
}

@media (max-width: 1280px) {
    .box.community {
        gap: 20px;
        padding-right: 20px;
    }
}

.box.community:hover {
    background-color: var(--white-8op);
}

.box.icon-social {
    max-width: 80px;
    max-height: 80px;
    aspect-ratio: 1 / 1;
    background-color: var(--white-4op);
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1280px) {
    .box.icon-social {
        max-width: 64px;
        max-height: 64px;
    }
}

.box.text-community {
    display: flex;
    flex: 1;
}

.box.points-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 48px;
}

.box.points-status {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-transform: uppercase;
    gap: 16px;
}

.box.placer-questn {
    display: flex;
    align-items: flex-end;
    color: var(--white-40op);
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 478px) {
    .box.placer-questn {
        display: none;
    }
}

/* 11.1 Page / Whitepaper
/* ------------------------------------------------------ */

section.whitepaper {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 164px;
}

@media (min-width: 1920px) {
    section.whitepaper {
        padding: 248px 24% 0px 24%;
    }
}

@media (max-width: 1920px) {
    section.whitepaper {
        padding: 248px 348px 0px 348px;
    }
}

@media (max-width: 1440px) {
    section.whitepaper {
        padding: 248px 164px 0px 164px;
    }
}

@media (max-width: 1280px) {
    section.whitepaper {
        padding: 248px 24px 0px 24px;
    }
}

@media (max-width: 991px) {
    section.whitepaper {
        gap: 128px;
    }
}

@media (max-width: 767px) {
    section.whitepaper {
        padding: 248px 20px 0px 20px;
    }
}

.box.wpp-category {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--primary);
    position: relative;
    padding-bottom: 164px;
    gap: 96px;
}

@media (max-width: 991px) {
    .box.wpp-category {
        padding-bottom: 96px;
        gap: 64px;
    }
}

.box.wpp-category.spaced {
    gap: 128px;
}

@media (max-width: 991px) {
    .box.wpp-category.spaced {
        gap: 64px;
    }
}

.box.wpp-category.end {
    border-bottom: 0px transparent;
    padding-bottom: 0px;
}

.box.wpp-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.box.wpp-container.row {
    flex-direction: row;
}

@media (max-width: 991px) {
    .box.wpp-container.row {
        flex-direction: column;
    }
}

.box.wpp-left {
    max-width: 36%;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 991px) {
    .box.wpp-left {
        max-width: none;
    }
}

.box.wpp-left.no-width {
    max-width: none;
}

.box.wpp-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 48px;
}

.box.wpp-paragraphs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.box.wpp-tip {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--white-4op);
    padding: 24px;
}

@media (max-width: 991px) {
    .box.wpp-tip {
        padding: 16px;
    }
}

.box.wpp-tip.alert {
    background-color: var(--third);
    word-wrap: break-word;
}

.box.wpp-tip span {
    color: var(--primary);
    font-weight: 600;
}

.box.wpp-tip.alert span {
    color: var(--white);
}

.box.wpp-rounds {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.box.wpp-round {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-4op);
}

.box.wpp-round-info {
    padding-left: 24px;
}

@media (max-width: 991px) {
    .box.wpp-round-info {
        padding-left: 16px;
    }
}

.box.wpp-status {
    background-color: var(--white-8op);
    white-space: nowrap;
    padding: 24px;
}

@media (max-width: 991px) {
    .box.wpp-status {
        padding: 20px 12px;
    }
}

.box.wpp-status.sold {
    color: var(--white);
    background-color: var(--third);
}

.box.wpp-status.live {
    color: var(--white);
    background-color: var(--primary);
}

.box.wpp-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary);
    position: absolute;
    right: 0%;
    bottom: -48px;
}

.box.wpp-number.resize {
    width: auto;
    padding: 0px 16px 0px 16px;
}

@media (max-width: 991px) {
    .box.wpp-number.resize {
        padding: 0px 12px 0px 12px;
    }
}

/* 11.2 Page / Policies
/* ------------------------------------------------------ */

section.docs {
    height: auto;
    padding-top: 248px;
    flex-direction: row;
    gap: 64px;
}

@media (max-width: 991px) {
    section.docs {
        flex-direction: column;
    }
}

.box.info-docs {
    min-width: 28%;
    max-width: 28%;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 991px) {
    .box.info-docs {
        min-width: none;
        max-width: none;
        flex: 0;
    }
}

.box.switcher-docs {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
}

button.switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-4op);
    transition: all 250ms;
    padding: 8px 16px 8px 16px;
}

button.switcher:hover {
    background-color: var(--white-8op);
}

button.switcher.active-tab {
    color: var(--white);
    background-color: var(--primary);
}

.box.docs.content {
    display: flex;
    flex: 1;
}

.box.doc-tab {
    display: none;
    flex: 1;
    flex-direction: column;
    gap: 96px;
}

.box.doc-tab.active {
    display: flex;
    flex: 1;
}

.box.doc-category {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 48px;
}

.box.doc-paragraphs {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 32px;
}

.box.doc-subline {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.box.doc-number {
    min-width: 48px;
}

/* 11.3 Page / Claim
/* ------------------------------------------------------ */

section.claim {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box.title-claim {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 6rem;
    line-height: 6.4rem;
    text-align: center;
}

.box.claim {
    width: 396px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(241, 60, 20, 0.6) 0%, rgba(105, 105, 105, 0.2) 100%);
    backdrop-filter: blur(8px);
    padding: 128px 32px 48px 32px;
    gap: 48px;
}

@media (max-width: 767px) {
    .box.claim {
        min-width: 364px;
        width: auto;
        padding: 128px 24px 40px 24px;
    }
}

@media (max-width: 478px) {
    .box.claim {
        min-width: 320px;
        width: auto;
        padding: 108px 24px 40px 24px;
        gap: 40px;
    }
}

.box.texts-claim {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box.claim-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--white-8op);
    padding: 20px;
    gap: 16px;
}

.box.logo-claim {
    height: 128px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 250ms;
    position: absolute;
    top: -64px;
    left: 0%;
    right: 0%;
    gap: 24px;
}

.logo-metamask {
    width: 128px;
    height: 128px;
    transition: all 250ms;
}

.logo-metamask:hover {
    width: 112px;
    height: 112px;
}

.box.logo-claim:active .logo-metamask {
    width: 148px;
    height: 148px;
}

.logo-mollars {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 30%;
    transition: all 250ms;
    z-index: -1;
}

.box.logo-claim:hover .logo-mollars {
    width: 64px;
    height: 64px;
    top: 62%;
}

.box.logo-claim:active .logo-mollars {
    width: 64px;
    height: 64px;
    top: 30%;
}

/* 11.4 Page / Error
/* ------------------------------------------------------ */

section.error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
}

/* 12. Footer
/* ------------------------------------------------------ */

footer {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 196px;
    padding: 0px 32px 0px 32px;
}

@media (max-width: 1440px) {
    footer {
        gap: 148px;
        padding: 0px 24px 0px 24px;
    }
}

@media (max-width: 991px) {
    footer {
        height: auto;
        flex-direction: column;
        padding: 196px 24px 96px 24px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 196px 20px 96px 20px;
    }
}

@media (max-width: 478px) {
    footer {
        padding: 196px 20px 20px 20px;
    }
}

.footer-content {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 991px) {
    .footer-content {
        flex-direction: column;
    }
}

.footer-copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 32px;
}

.footer-right {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
}

.footer-sm {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width: 1280px) {
    .footer-sm {
        gap: 16px;
    }
}

.footer-menu {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 24px;
}

.footer-documents {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
}

@media (max-width: 991px) {
    .footer-documents {
        gap: 16px;
    }
}

@media (max-width: 478px) {
    .footer-documents {
        display: none;
    }
}

/* 13. Announcement
/* ------------------------------------------------------ */

.announcement {
    height: 48px;
    display: none;
    flex: 1;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--white-8op);
    backdrop-filter: blur(8px);
    transition: all 250ms;
    z-index: 2;
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
}

button.close {
    max-width: 20px;
    min-height: 20px;
    color: var(--white);
    background-color: var(--primary);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    left: auto;
    right: 32px;
    bottom: auto;
}

/* 14. Uniswap Panel
/* ------------------------------------------------------ */

.wrapper-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0%;
    right: 0px;
    left: auto;
    bottom: 0%;
    z-index: 1;
    overflow: hidden;
    transition: all 250ms;
}

.box.bns-panel {
    width: 408px;
    position: relative;
}

@media (max-width: 478px) {
    .box.bns-panel {
        width: 324px;
    }
}

button.hide-bns {
    min-width: 24px;
    height: 64px;
    color: #FFFFFF;
    background-color: #131313;
    border-radius: 8px 0px 0px 8px;
    position: relative;
    padding: 0px 0px 0px 0px;
    gap: 0px;
    z-index: 1;
    transition: all 250ms;
}

button.hide-bns:hover {
    color: #FC72FF;
    background-color: #1B1B1B;
}

@media (max-width: 478px) {
    button.hide-bns {
        min-width: 32px;
        height: 72px;
    }
}

/* 15. Utilities
/* ------------------------------------------------------ */

.active-link { 
    color: var(--primary);
}

.stay-visible {
    display: flex;
}