body {
    background-color: #1A1A1A!important;
}

h1 {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.06em;
}

h2 {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 400!important;
    line-height: 100%!important;
    letter-spacing: -0.06em;
}


h3 {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 400!important;
    line-height: 120% !important;
    letter-spacing: -0.01em;
}

h4 {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.01em;
}

p {
    font-family: 'Overpass Mono';
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.01em;
}

p.bold, p .bold {
    font-weight: 700;
}

a {
    font-family: 'Funnel Display';
    font-style: normal;
    font-weight: 400!important;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.footer-legal-links {
    padding-top: 20px;
    gap: 48px;
}


@media (min-width: 1280px) {
    .kiyoo {
        width: 1208px;
        margin: auto!important;
    }
    h1 {
        font-size: 120px;
    }
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 35px;
    }
    p {
        font-size: 20px;
    }
    p.bold, p .bold {
        font-size: 24px;
    }
    p.caption {
        font-size: 13px;
    }
    p.caption.bold, p.caption .bold  {
        font-size: 13px;
    }
    a {
        font-size: 30px;
    }

    .custom-nav-container {
        height: 76px;
    }
    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-legal-links {

    }

}


@media (min-width: 800px) and (max-width: 1279px) {
    .kiyoo {
        width: 728px;
    }
    h1 {
        font-size: 90px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 21px;
    }
    p {
        font-size: 18px;
    }
    p.bold, p .bold {
        font-size: 20px;
    }
    p.caption {
        font-size: 13px;
    }
    p.caption.bold, p.caption .bold {
        font-size: 13px;
    }
    a {
        font-size: 24px;
    }

    .custom-nav-container {
        height: 69px;
    }

    .col-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-legal-links {

    }

}

@media (max-width: 799px) {
    .kiyoo {
        width: 339px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    p.bold, p .bold {
        font-size: 14px;
    }
    p.caption {
        font-size: 10px;
    }
    p.caption.bold, p.caption .bold {
        font-size: 10px;
    }

    a {
        font-size: 18px;
    }

    .custom-nav-container {
        height: 62px;
    }

    .col-custom {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .footer-legal-links {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.kiyoo {
    margin: auto!important;
}

.custom-nav-container {
    background: #1A1A1A;
}

.custom-nav-block {
    gap: 32px!important;
}


.text-green {
    color: #C2EF60!important;
}

.text-pink {
    color: #E9C3EB!important;
}

.footer-links {
    padding: 50px 0px;
    gap: 10px;
}

.footer-end {
    padding: 50px 0px;
}

