@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--color-text:#000;--color-primary:#113692;--color-input-bg:#e8e8e8;--color-text-secondary:#7d7d7d;--square-size:15px;--square-gap:5px;font-size:16px}.graph-loading{display:flex;align-items:center;justify-content:center}.graph-loading .squares{transform:translate(-10%,-25%);list-style:none;display:grid;grid-gap:var(--square-gap);grid-template-rows:repeat(7,var(--square-size));grid-auto-flow:column;grid-auto-columns:var(--square-size)}.graph-loading .squares li{background-color:#f0f2f4}.graph-loading .squares li[data-level="0"]{animation:level0 2s infinite}@keyframes level0{0%{background-color:#f0f2f4}20%{background-color:#becdf4}40%{background-color:#688be3}60%{background-color:#517dec}80%{background-color:#becdf4}to{background-color:#f0f2f4}}.graph-loading .squares li[data-level="1"]{background-color:#6691ff;animation:level1 2s infinite}@keyframes level1{0%{background-color:#6691ff}20%{background-color:#336dff}40%{background-color:#0048ff}60%{background-color:#fff}80%{background-color:#6691ff}to{background-color:#6691ff}}.github-button-wrapper{position:fixed;bottom:1rem;right:1rem}.landing{position:relative;min-height:100vh;overflow-y:hidden}.landing__logo{position:fixed;top:1.5rem;left:1.5rem;cursor:pointer;height:54px;width:54px}.landing__content{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:100%;padding:0 1rem;top:30%;left:0;transform:translateY(-50%)}@media only screen and (max-width:720px){.landing__content{top:45%}}.landing__title{font-size:2.5rem;font-weight:500;color:var(--color-text);text-align:center}@media only screen and (max-width:720px){.landing__title{font-size:1.4rem}}.landing__message{font-size:3.5rem;font-weight:600;letter-spacing:1.2px;color:var(--color-primary);text-align:center}@media only screen and (max-width:720px){.landing__message{font-size:2.5rem}}.landing__text{max-width:600px;line-height:1.75;font-size:1.1rem;font-weight:300;margin:1rem 0;text-align:center}@media only screen and (max-width:720px){.landing__text{font-size:1rem}}.landing__flow-a{position:relative;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center}.landing__flow-a button{margin-top:.5rem;color:#fff;background:var(--color-primary);padding:1rem 4rem;min-width:15em;width:18em;border:none;border-radius:2px;box-shadow:2px 4px 8px 0 rgba(0,0,0,.15);font-weight:500;font-size:1.1rem;text-align:center;transition:all .25s ease-in-out;position:absolute;z-index:2;cursor:pointer;top:60px;opacity:1}.landing__flow-a button.hidden{top:0;opacity:0}.landing__input{margin-top:.5rem;background:var(--color-input-bg);color:var(--color-text);z-index:3;padding:.75rem;min-width:15em;width:18em;font-size:1.1rem;border:none;border-radius:2px;outline:none;box-shadow:inset 0 1px 4px rgba(0,0,0,.1),0 0 0 transparent;text-align:center;transition:all .25s ease-in-out}.landing__input:focus{box-shadow:inset 0 1px 6px rgba(0,0,0,.2),0 0 0 transparent}.landing__input::placeholder{color:var(--color-text-secondary)}.landing__separator{position:relative;color:var(--color-text-secondary);margin:.75rem 0;font-weight:300;text-align:center}.landing__separator:before{content:"";position:absolute;left:0;top:50%;transform:translate(-55%,-50%);min-width:6rem;width:12rem;height:1px;opacity:.5;background:var(--color-text-secondary)}@media only screen and (max-width:720px){.landing__separator:before{width:10rem}}.landing__separator:after{content:"";position:absolute;top:50%;transform:translate(5%,-50%);min-width:6rem;width:12rem;height:1px;opacity:.5;background:var(--color-text-secondary)}@media only screen and (max-width:720px){.landing__separator:after{width:10rem}}.landing__flow-b{transition:all .25s ease-in-out;transform:translateY(0) scale(1);opacity:1}.landing__flow-b.hidden{transform:translateY(150%),scale(0);opacity:0}.landing__trophy{position:fixed;top:calc(10% + 328px);width:100%;display:flex;align-items:center;z-index:0;justify-content:center}.landing__trophy img{width:40%;transform:scale(1);transform-origin:bottom;transition:all .25s ease-in-out;cursor:pointer}.landing__trophy img:hover{transform:scale(1.15)}@media only screen and (max-width:720px){.landing__trophy{display:none}}.landing__disclaimer{position:fixed;bottom:1rem;left:1rem;font-size:.75rem;color:var(--color-text-secondary)}