:root {
    --vibe: #001B63;
    --subtle: #020256;
    --darkest: #000045;
    --highlight: #21DB9B;
    --lightest: #FFFFFF;
    --text-shadow: 5px 4px 0px rgba(255, 255, 255, 0.1);
    --text-shadow-for-light: 5px 4px 0px rgba(50, 50, 50, 0.1);
    --circle-size: 33vw;
    --max-circle: 37.5rem;
    --font: 'Epilogue', sans-serif;
    --font_japanese: 'M PLUS 1p', sans-serif
}

* {
    box-sizing: border-box
}

body,html {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.45;
    color: var(--darkest);
    font-family: "Epilogue",sans-serif;
    background-color: var(--lightest)
}

::selection {
    background-color: var(--highlight);
    color: var(--vibe)
}

.f-set:focus {
    outline-width: 0;
    box-shadow: 0 0 10rem -5rem #000
}

hr {
    outline: 0;
    border: 2px solid var(--vibe);
    margin: 2rem 0;
    display: block
}

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    display: block
}

h3,h4,h5 {
    font-weight: 400
}

h1 {
    font-size: 6.75rem
}

.f-head h1,h2 {
    text-shadow: var(--text-shadow)
}

.f-head h1 {
    font-size: 4.75rem;
    color: #fff;
    margin: 0;
    color: var(--lightest)
}

h2 {
    font-weight: 600;
    font-size: 2.5rem
}

.f-footer h2,h1 {
    text-shadow: var(--text-shadow-for-light)
}

.f-tie nav a:hover,a {
    color: var(--highlight)
}

svg {
    vertical-align: bottom
}

.f-head {
    background-color: var(--vibe);
    color: #fff
}

.f-head .f-tie {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between
}

.f-head nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.f-head h1,h1 {
    font-weight: 900;
    line-height: 100%
}

@media (max-width:48em) {
    .f-head h1 {
        font-size: 2.5rem
    }
}

.f-head h2 {
    font-size: 4.375rem;
    font-size: calc(1vw + 1vh + .5vmin);
    color: #fff
}

.f-tie nav a,.table {
    font-style: normal;
    line-height: 150%;
    color: var(--lightest)
}

.table {
    font-family: var(--font_japanese);
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 1rem;
    display: block
}

.f-tie {
    max-width: 90rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.f-tie nav a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font);
    font-weight: 700;
    font-size: 35px;
    text-shadow: var(--text-shadow)
}

.f-tie nav a+a {
    margin-left: 3vw
}

.discord svg {
    vertical-align: middle
}

@media (max-width:74em) {
    .logo svg {
        max-width: 14rem
    }

    .f-head nav {
        flex-direction: column;
        align-items: flex-end
    }

    .f-tie nav a {
        font-size: 1.5rem
    }
}

.f-welcome {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 5rem
}

.f-head~.f-body:first-of-type {
    padding-right: var(--circle-size)
}

.f-welcome h1 {
    margin-bottom: 5rem
}

@media (max-width:64em) {
    .f-welcome {
        position: relative;
        padding-top: 0;
        padding-bottom: 5rem
    }

    .f-welcome h1 {
        margin-bottom: 1rem
    }
}

@media (min-width:90em) {
    .f-welcome h1 {
        padding-right: var(--max-circle);
        margin-bottom: 5rem
    }
}

.f-welcome>:not(cite) {
    position: relative;
    z-index: 2
}

.f-welcome img {
    position: absolute;
    right: 0;
    width: var(--circle-size, 20rem );
    height: var(--circle-size, 20rem );
    bottom: calc(var(--circle-size, 20rem )/2*-1);
    border-radius: 100em;
    z-index: 0;
    top: 10rem;
    max-width: var(--max-circle);
    max-height: var(--max-circle)
}

.button {
    color: var(--vibe);
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.375rem
}

.f-body {
    color: #fff;
    background-color: var(--darkest);
    min-height: 60vh;
    position: relative;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem
}

a,li,p,ul:not([class]) {
    font-size: 1.5rem;
    max-width: 50ch
}

.f-body ul:not([class]) {
    list-style: none;
    margin: 0;
    padding: 0
}

.issues--column ul,ul.full_show {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.full_show {
    display: flex;
    gap: 2rem
}

ul.full_show li {
    flex: 0 0 25%
}

@media (min-width:48em) {
    .f-body ul:not([class]) {
        columns: 2;
        column-gap: 2rem
    }
}

.team {
    list-style: none;
    margin: 3rem 0;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --margin: 1rem;
    --modifier: calc(56rem - 100%);
    margin: calc(var(--margin)*-1)
}

.team>* {
    flex-grow: 1;
    flex-basis: calc(var(--modifier)*999);
    margin: var(--margin)
}

.team svg {
    height: 150px
}

.team li * {
    display: block
}

.limit {
    width: 90em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.issues,footer {
    position: relative
}

.issues {
    min-height: 60vh;
    padding-top: 10rem;
    z-index: 0
}

.issues::before {
    content: "";
    background-color: var(--calm);
    height: 200vh;
    width: 100%;
    border-radius: 0 30em;
    position: absolute;
    left: -50%;
    z-index: -1
}

.issues--plant {
    width: 100vw;
    max-width: 20rem;
    top: 10%;
    left: -18em;
    z-index: 1;
    position: absolute
}

.issues--column {
    position: relative;
    z-index: 0;
    width: 90%;
    margin-left: auto
}

.issues--column ul {
    columns: 2;
    column-gap: 2rem;
    font-size: calc(1rem + .5vw)
}

.issues--column li {
    display: inline-block;
    margin-bottom: 1.5rem;
    width: 100%
}

.issues--column li small {
    display: block;
    font-size: .9rem
}

@media (min-width:60em) {
    .issues--plant {
        width: 30vw;
        max-width: 28rem;
        top: 20%;
        left: 0
    }

    .issues--column {
        position: relative;
        z-index: 1;
        width: 60%;
        margin-left: auto
    }

    .issues--column ul {
        max-width: 90%;
        columns: 3;
        column-gap: 2rem;
        margin: 0
    }
}

footer {
    background-color: #fff;
    color: #000;
    height: 100vh;
    z-index: 20;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

p.more {
    font-size: 1.5rem;
    margin: 1rem 0
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer li {
    font-size: 10vw;
    font-weight: 700;
    margin: 0
}

footer a,footer p {
    font-size: 2rem;
    font-weight: 400;
    display: block;
    text-decoration: none
}