@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");body{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}a{color:inherit;text-decoration:none}*{font-family:Nunito;box-sizing:border-box;padding:0;margin:0}.screen{width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);flex-shrink:0;position:relative}#__next{overflow:hidden}.loading{position:absolute;z-index:6;width:100%;height:100%;top:0;left:0;background:#fff;color:#000;font-size:32px;font-weight:700;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;padding:50px}.loading svg{margin-top:16px;width:75px;height:75px}.animating.scroller{-webkit-animation:hideaway 2s linear 1s forwards;animation:hideaway 2s linear 1s forwards}.animating .inside{-webkit-animation:goDown 1.5s linear infinite;animation:goDown 1.5s linear infinite}.scroller{width:30px;height:60px;position:absolute;right:5%;bottom:10%;opacity:0;-webkit-animation:hideaway 3s linear 1s forwards;animation:hideaway 3s linear 1s forwards}.outside{border:4px solid #000;border-radius:99vw;height:100%;width:100%}.inside{width:5px;height:10px;position:absolute;left:50%;transform:translateX(-50%);top:20%;background-color:#000;-webkit-animation:goDown 1.5s linear infinite;animation:goDown 1.5s linear infinite}@-webkit-keyframes hideaway{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes hideaway{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@-webkit-keyframes goDown{0%{opacity:0;top:20%}50%{opacity:1;top:50%}to{opacity:0;top:70%}}@keyframes goDown{0%{opacity:0;top:20%}50%{opacity:1;top:50%}to{opacity:0;top:70%}}@media screen and (max-width:820px){.loading{font-size:24px}}