 @viewport {width: device-width;height: device-height;}@media screen and (prefers-reduced-motion: reduce) {.animate {animation: none !important;}}li, a, ul {text-decoration: none;list-style: none;color: black;}body, html{margin: 0;padding: 0;top: 0;overflow-x: hidden;}body {min-height: 100vh;}ul {margin: 0;top: 0;left: 0;}p {margin: 0;padding: 0;font-size: 1em;}#page {width: 100vw;background-color: #ffffff;}body {overflow: hidden;}nav aside {background-color: black;width: 80%;margin-top:3vh;margin-bottom: 3vh;}#page {background-color: var(--color-grey);}body {background-color: var(--color-grey);}.centered {text-align: center;}.centered_parent {display: flex;justify-content: center;}@font-face {font-family:"Suisse-Cond";font-style: normal;font-display:swap;font-weight:500;src: url("data/SuisseIntlCond-Medium-WebXL.woff2") format('woff2');}@font-face {font-family:"Suisse";font-style: normal;font-display:swap;font-weight:500;src: url("data/SuisseIntl-Medium-WebM.woff2") format('woff2');}@font-face {font-family:"Suisse";font-style: normal;font-display:swap;font-weight:300;src: url("data/SuisseIntl-Regular-WebXL.woff") format('woff2');}@font-face {font-family:"Suisse-Neue";font-style: normal;font-display:swap;font-weight:500;src: url("data/SuisseNeue-Medium-WebXL.woff2") format('woff2');}@font-face {font-family:"Suisse-Screen";font-style: normal;font-display:swap;font-weight:500;src: url("data/SuisseScreen-Regular-WebXL.woff2") format('woff2');}@font-face {font-family: "Open-Sans";font-weight: 100 1000;font-stretch: 0% 200%;font-style: normal;src: url("data/OpenSans-VariableFont_wdth,wght.ttf") format("TrueType");}* {font-family: "Suisse", "Open-Sans", sans-serif;box-sizing: border-box;padding: 0;margin: 0;}h2 {font-variation-settings: "wght" 500;letter-spacing: -0.02em;font-weight: 900;display:inline;}h3 {font-size: 2.8em;font-variation-settings: "wght" 500;font-family: "Suisse-Cond", "Suisse", "Open-Sans", sans-serif;margin-bottom: 2vh;line-height: 1em;letter-spacing: -0.02em;margin-top:1.3em;}h4 {font-size: 1.8em;margin-bottom: 0.2em;margin-top: 1.2em;line-height: 1em;}nav h4 {margin-top:0;margin-bottom: 0;}h5 {font-family: "Suisse-Cond", "Suisse", "Open-Sans", serif;font-size: 1.1em;letter-spacing: -0.02em;line-height: 1em;}.active_page {color: var(--color-blue);}.blue {color: var(--color-blue);}:root {--color-grey: #ededed;--color-blue: #0000ee;--color-black: #000000;--logoH: fit-content;}::selection {background: black;color: white;}::-moz-selection {background: black;color: white;}a:hover{text-decoration: none;}.underline {text-decoration: underline!important;}@media only screen and (max-width: 800px) {* {font-variation-settings: "wght" 600;font-kerning: auto;letter-spacing: -0.01em;}h2 {font-size: 2.5em;line-height: 1.23em;}.navMain {padding-top:5vh;}nav aside {margin-left:2vw;height: 0.23em;}.hideOnMobile {display: none;}}@media only screen and (min-width: 800px) {* {font-variation-settings: "wght" 400;}h2 {font-size: 3.1em;}nav {margin-top:0vh;}.navMain {max-width: 40vw;}nav aside {margin-left:12vw;height: 0.3em;}.hideOnPC {display: none;}}nav {min-height: 100vh;width: 100%;background-color: var(--color-grey);display: flex;flex-wrap: nowrap;align-content: center;justify-content: center;align-items: center;}.navMain, #navSide {margin-left: 2.5vw;}a:first-child > h2 {}nav li {display: flex;flex-direction: column;}nav a h2 {text-transform: uppercase;}nav .notAv > h2 {}nav.centered {margin-top: 0;}.curtain {background-color: var(--color-blue);z-index: 1;position: absolute;top:0;left: 0;height: 100vh;width: 100vw;animation: 0.2s;animation-delay: 0.2s;animation-name: animate-fade;animation-fill-mode: forwards;backdrop-filter: saturate(180%) blur(20px);}@keyframes animate-fade{0%{opacity: 100%;}2% {opacity: 80%;}100% {opacity: 0%;blur: 10px;display:none;visibility: hidden;}}