.screen{position:fixed;width:100vw;z-index:10;flex-direction:row;justify-content:flex-start;pointer-events:none}.menu,.screen{height:100vh;display:flex}.menu{width:200px;background-color:#fff;flex-direction:column;position:relative;left:-200px;font-family:Monarch}.screen_open{animation:screen_open .3s ease-in forwards}.screen_close{animation:screen_close .3s ease-out forwards}.menu_open{animation:menu_open .3s ease-out forwards}.menu_close{animation:menu_close .3s ease-in forwards}@keyframes menu_open{0%{left:-200px}to{left:0}}@keyframes menu_close{0%{left:0}to{left:-200px}}@keyframes screen_open{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);pointer-events:all}}@keyframes screen_close{0%{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}to{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);pointer-events:none}}.slide_h{animation:slide 8s cubic-bezier(.365,.14,0,1.01) forwards;left:0;position:relative}.slide_v_1{animation:rotate 2s linear calc(var(--scroll) * -1s) 1 paused,forwards}.slide_v_1,.slide_v_2{position:relative;top:0}.slide_v_2{animation:rotate 2s linear calc(var(--scroll) * -1s + .3s) 1 paused,forwards}.slide_v_3{animation:rotate 2s linear calc(var(--scroll) * -1s + .6s) 1 paused,forwards;position:relative;top:0}@keyframes rotate{0%{top:0}to{top:20vw}}@keyframes slide{0%{left:-90vw}to{left:0}}@font-face{font-family:Ornamentum;src:url(/_next/static/media/OrnamentumRegular.62064aa3.eot);src:url(/_next/static/media/OrnamentumRegular.62064aa3.eot) format("embedded-opentype"),url(/_next/static/media/OrnamentumRegular.f0ae6b8a.woff2) format("woff2"),url(/_next/static/media/OrnamentumRegular.778a1853.woff) format("woff"),url(/_next/static/media/OrnamentumRegular.e8cc6a35.ttf) format("truetype"),url(/_next/static/media/OrnamentumRegular.4ba8c036.svg) format("svg")}@font-face{font-family:Monarch;src:url(/_next/static/media/WTMonarchNovaRoman.c2746a82.eot);src:url(/_next/static/media/WTMonarchNovaRoman.c2746a82.eot) format("embedded-opentype"),url(/_next/static/media/WTMonarchNovaRoman.fb01b96e.woff2) format("woff2"),url(/_next/static/media/WTMonarchNovaRoman.14575f1a.woff) format("woff"),url(/_next/static/media/WTMonarchNovaRoman.d90e076a.ttf) format("truetype"),url(/_next/static/media/WTMonarchNovaRoman.b6eee1d9.svg#WTMonarchNovaRoman) format("svg")}@media only screen and (max-width:600px){.content{padding-top:40px}}@media not screen and (max-width:600px){.main_container{height:300vh;display:flex;flex-direction:row;justify-content:flex-start;padding-left:30px}.sidebar{height:100vh;margin-right:200px}.content,.sidebar{display:flex;flex-direction:column}.content{padding-top:40px;width:700px}}