@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");@font-face{font-family:Panton;src:url(/fonts/Panton/Panton-Trial-Bold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Panton;src:url(/fonts/Panton/Panton-Trial-ExtraBold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Panton;src:url(/fonts/Panton/Panton-Trial-Black.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Panton;src:url(/fonts/Panton/Panton-Trial-Heavy.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Panton;src:url(/fonts/Panton/Panton-Trial-Fat.ttf) format("truetype");font-weight:1000;font-style:normal}@font-face{font-family:SF;src:url(/fonts/SF/SFPRODISPLAYREGULAR.OTF) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF;src:url(/fonts/SF/SFPRODISPLAYMEDIUM.OTF) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF;src:url(/fonts/SF/SFPRODISPLAYBOLD.OTF) format("opentype");font-weight:600;font-style:normal}:root{--foreground:#071536;--background:#e6e4f1;--panel-background:#e6e4f1;--primary:#6f8ec8;--secondary:#d5d2e5;--accent:#9b92c8;--inverted-foreground:#c9d7f8;--inverted-background:#100e1b;--inverted-primary:#375690;--inverted-secondary:#1d1a2d;--large-container:20px;--medium-container:10px;--small-container:6px;--green:#4aff68;--red:#ff4a4a;--blue:#4ac6ff;--gold:#ffc268;--silver:#c0c0c0;--bronze:#cd6332;--drawing-element:brightness:0%;--inverted-drawing-element:invert()}@media (prefers-color-scheme:dark){:root{--foreground:#c9d7f8;--background:#100e1b;--panel-background:#100e1b;--primary:#375690;--secondary:#0b0a14;--accent:#40376d;--inverted-foreground:#071536;--inverted-background:#e6e4f1;--inverted-primary:#6f8ec8;--inverted-secondary:#d5d2e5;--drawing-element:invert();--inverted-drawing-element:brightness:0%}}body,html{max-width:100vw;overflow-x:clip}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,body{font-family:SF,Arial,Helvetica,sans-serif}*{box-sizing:border-box;padding:0;margin:0}h1,h2{font-family:Panton;color:var(--inverted-background)}h3{font-family:Raleway}h4{font-family:SF;font-weight:500}a{color:inherit;text-decoration:none;transition:all .3s}a:hover{filter:brightness(250%)}span{font-family:SF}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes slide-right{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}