#maskTop{transition:transform .5s ease-in-out;transform-origin:center bottom;transform:scale(0)}#logo:not(.loadable):hover #maskTop{transform:scale(1)}#logo.loadable #maskTop{animation:Loading-Logo .5s ease-in-out infinite forwards alternate}@keyframes Loading-Logo{0%{transform:scale(0)}to{transform:scale(1)}}.Loading-Container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}.logo-loading{width:80%;max-width:180px;max-height:180px}@font-face{font-family:Creato Display;src:url(/assets/CreatoDisplay-Regular-D9xRIGpK.otf);font-weight:300;font-style:normal}@font-face{font-family:Creato Display;src:url(/assets/CreatoDisplay-Medium-DF-KJNBh.otf);font-weight:500;font-style:normal}@font-face{font-family:Creato Display;src:url(/assets/CreatoDisplay-Bold-C-otZvV1.otf);font-weight:700;font-style:normal}@font-face{font-family:Creato Display;src:url(/assets/CreatoDisplay-ExtraBold-B2wZihw2.otf);font-weight:800;font-style:normal}*{box-sizing:border-box}:root{font-family:Creato Display,system-ui,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:300;background-color:#04050f;color:#e1ebf9;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;margin:0}body{margin:0;display:flex;place-items:center;overscroll-behavior:none;width:100%}#root{display:flex;flex-direction:column;min-height:100lvh;overflow-x:hidden;width:100%}#MainHeader{margin:0 auto;padding:0 1.5rem}#MainHeader.animated{animation:Slide-up 1s ease-in-out}#MainHeader h1 span{background-image:linear-gradient(90deg,#7c48e9,#4dbad8);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}#MainHeader h1{font-size:1.5em;line-height:1.1;font-weight:700;text-align:center;max-width:20ch}@media screen and (min-width: 640px){#MainHeader h1{font-size:1.8rem}}@media screen and (min-width: 768px){#MainHeader{padding:0 2rem}#MainHeader h1{font-size:2rem}}@media screen and (min-width: 1024px){#MainHeader{padding:0 2.5rem}#MainHeader h1{font-size:2.4rem}}@media screen and (min-width: 1400px){#MainHeader{padding:0 2.5rem}#MainHeader h1{font-size:3rem}}@keyframes Slide-up{0%{transform:translateY(100%) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
