body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Helvetica Neue,Arial,sans-serif;height:100%}.landing-page{align-items:center;background-color:#7f0f0f;color:#fff;display:flex;height:100vh;justify-content:center;text-align:center}.container{background:#0006;border-radius:12px;max-width:650px;padding:2rem}.brand-name{font-size:3rem;margin-bottom:1rem}.small-text{font-size:1.2rem;font-weight:800;margin-bottom:1rem}.main-text{font-size:1rem;line-height:1.6;margin-bottom:1rem}.above-form{margin-bottom:.4rem}.email-form{display:flex;justify-content:center}.email-input{border:none;border-radius:6px 0 0 6px;font-size:1rem;outline:none;padding:.8rem;width:70%}.submit-button{border:none;border-radius:0 6px 6px 0;color:#fff;font-size:1rem;padding:.8rem 1.2rem;transition:background .3s ease}.submit-button.enabled{background-color:#ff2400;cursor:pointer}.submit-button.disabled{background-color:#7f0f0f;cursor:not-allowed}.thank-you{font-size:1.2rem;font-weight:500}@media (max-width:500px){.email-form{flex-direction:column}.email-input{border-radius:6px 6px 0 0;margin-bottom:.5rem;width:100%}.submit-button{border-radius:0 0 6px 6px;width:100%}}.dots{display:inline-block}.dots span{animation:blink 1s infinite;font-family:monospace;font-size:.8em;line-height:1;opacity:0}.dots span:first-child{animation-delay:0s}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,20%{opacity:0}40%,60%{opacity:1}80%,to{opacity:0}}
/*# sourceMappingURL=main.90e4b295.css.map*/