@charset "UTF-8";.logo{--gradient-primary: #f07900;--gradient-secondary: #d35100}.logo path{fill:url(#gradient)}.logo #mask-gradient-1{transform:scale(10) translate(-6%) translateY(0);animation:2s linear 0s mask-gradient-1-transform normal 1 forwards}.logo #mask-gradient-2{transform:scale(10) translate(30%) translateY(40%) rotate(180deg);animation:2s linear .4s mask-gradient-2-transform normal 1 forwards}@keyframes mask-gradient-1-transform{to{transform:scale(10) translate(0) translateY(-50%)}}@keyframes mask-gradient-2-transform{to{transform:scale(10) translate(25%) translateY(90%) rotate(180deg)}}.logo .fade-rect{opacity:0;animation:2s ease-in 2s reveal normal 1 forwards}@keyframes reveal{to{opacity:1}}.logo-with-headers{width:100%;box-sizing:border-box;text-transform:uppercase;text-anchor:end}.logo-with-headers text{-webkit-mask:url(#fade-mask);mask:url(#fade-mask)}.logo-with-headers text#header{font-family:LEMON MILK;fill:#eaeaea}.logo-with-headers text#subheader{font-family:Roboto Condensed;fill:#f07900}.nav-bar{display:flex;position:fixed;top:40px;right:40px;flex-direction:column;gap:8px}@media(max-width:720px){.nav-bar{height:64px;width:100%;flex-direction:row;top:0;right:0;justify-content:space-evenly;background-color:#212121;box-shadow:2px 3px 12px #212121}}.nav-bar.visible{opacity:0;animation:show-nav-bar 1s forwards}@keyframes show-nav-bar{to{opacity:1}}.nav-bar.invisible{pointer-events:none;animation:hide-nav-bar 1s forwards}@keyframes hide-nav-bar{to{opacity:0}}.nav-bar.initial{display:none}.nav-bar-item{font:inherit;color:inherit;display:flex;font-size:18pt;gap:8px;text-transform:uppercase;align-items:center;justify-content:flex-end;cursor:pointer}.nav-bar-item:not(:hover) .nav-bar-item-hover-arrow{visibility:hidden}.nav-bar-item-hover-arrow:before{content:"▷"}@media(max-width:720px){.nav-bar-item-hover-arrow{display:none}}.home-content{display:flex;flex-direction:row;width:100%}@media(max-width:720px){.home-content{flex-direction:column;height:100%}}.home-content>.logo-with-headers{padding:4em}.home-content>*{flex:1}.screen{display:flex;width:100vw;height:100vh;justify-content:center;align-items:center}body{margin:0;background-color:#212121}button{background-color:unset;border:unset}a{text-decoration:unset;color:unset}:root{font-family:Roboto Condensed,Helvetica,Arial,sans-serif;color:#eaeaea;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:LEMON MILK;src:url(/assets/LEMONMILK-Bold-0bVl2l8R.otf) format("opentype")}@font-face{font-family:Roboto Condensed;src:url(/assets/RobotoCondensed-VariableFont_wght-CK5HQVec.ttf) format("truetype")}
