html,body{overscroll-behavior-y:none}html{font-size:18.5px}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/fonts/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(/fonts/Lato-Black.ttf) format("truetype");font-weight:900;font-style:normal}#root{display:flex;flex-direction:column nowrap;min-height:100vh;justify-content:center;background-color:#aac9ce}body{font-family:Lato,sans-serif;font-weight:400;padding:0;margin:0}button{font-family:inherit}.header{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:2rem}.logo{font-size:1.25rem}button{padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;border:.125rem solid #000;background:#fff;border-radius:.5rem}.px-4{width:100%;min-width:25rem}.px-num{width:100%;min-width:15rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{display:inline-block;animation:spin 1s linear infinite}@keyframes loadingDots{0%{transform:rotate(-90deg) translate(.5rem) rotate(90deg);opacity:1}to{transform:rotate(270deg) translate(.5rem) rotate(-270deg);opacity:1}}.loading-dots{display:inline-flex;align-items:center;justify-content:center;position:relative;width:1rem;height:1rem}.loading-dots .dot{position:absolute;width:.3rem;height:.3rem;border-radius:50%;background-color:#fff;animation:loadingDots 2s linear infinite}.loading-dots .dot:nth-child(1){animation-delay:0s;width:.3rem;height:.3rem;opacity:1}.loading-dots .dot:nth-child(2){animation-delay:-.25s;width:.04rem;height:.04rem;opacity:.125}.loading-dots .dot:nth-child(3){animation-delay:-.5s;width:.08rem;height:.08rem;opacity:.25}.loading-dots .dot:nth-child(4){animation-delay:-.75s;width:.12rem;height:.12rem;opacity:.375}.loading-dots .dot:nth-child(5){animation-delay:-1s;width:.16rem;height:.16rem;opacity:.5}.loading-dots .dot:nth-child(6){animation-delay:-1.25s;width:.2rem;height:.2rem;opacity:.625}.loading-dots .dot:nth-child(7){animation-delay:-1.5s;width:.24rem;height:.24rem;opacity:.75}.loading-dots .dot:nth-child(8){animation-delay:-1.75s;width:.28rem;height:.28rem;opacity:.875}.pulse{width:40px;height:40px;border-radius:.25rem;background:linear-gradient(75deg,#e5e5e5 10%,#f0f0f0c5 25%,#f0f0f0c5 75%,#e5e5e5 90%);background-size:200% 100%;animation:shimmer 1.15s infinite linear}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.backdrop{opacity:0;transition:opacity 1.75s ease}.backdrop.open{opacity:1}
