:root{--background:#fff;--background-80:#eee;--background-60:#ddd;--foreground:#171717;--grey:#aaa;--primary:#666;--link:#a0b4ca;--active:#000;--accent:#338577;--border:#ccc;--shadow:0px 6px 13px 0px #00000040}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--background-80:#222;--background-60:#333;--foreground:#ededed;--grey:#666;--primary:#aaa;--link:#bde6bf;--active:#fff;--border:#444}}body,html{max-width:100vw;overflow-x:hidden;min-height:100dvh}body{color:var(--foreground);background:var(--background);font-family:var(--font-open-sans),sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:15px;padding:0;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:992px){body{margin:0}}*{box-sizing:border-box;padding:0;margin:0}header{max-width:500px;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--accent)}h1{font-size:18px;margin-bottom:.5em}main{max-width:500px;width:100%;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}a{color:var(--link);text-decoration:none}a:hover{color:var(--primary);text-decoration:underline}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.box,.container{max-width:500px;width:100%}.box{border:1px solid var(--border);border-radius:10px;padding:20px}.block{margin-bottom:2em}.small{font-size:10px}.notFoundPage_notFoundPage__rYYiR{max-width:500px;width:100%;text-align:center;margin-top:3em}.notFoundPage_notFoundPage__rYYiR h1{margin-bottom:.5em}.notFoundPage_linkButton__3956Z{display:inline-flex;gap:6px;align-items:center;padding:.5rem 1rem;color:var(--foreground);text-decoration:none;background-color:var(--accent);transition:background-color .2s}.notFoundPage_linkButton__3956Z:hover{background-color:rgb(43.9320652174,114.5679347826,102.5081521739);text-decoration:none;color:var(--foreground)}.notFoundPage_linkButton__3956Z:hover .notFoundPage_arrow__C9jgN{transform:scaleX(-1) translateX(2px)}.notFoundPage_logo__79td7{width:115px;height:auto}.notFoundPage_arrow__C9jgN{width:24px;display:inline-block;margin-left:.5rem;vertical-align:middle;transform:scaleX(-1);color:var(--foreground);transition:transform .1s ease-out}