:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}.font-poplar{font-family:Poplar,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#431c68;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5b328a}.landing-container{position:relative;margin:auto;display:grid;min-height:100vh;justify-content:center;gap:2rem;overflow:hidden;background:#431c68 url(/landing-page-bg.png) no-repeat center center;background-size:cover;padding:2rem 2rem 0}@media (min-width: 768px){.landing-container{padding:2.5rem 3rem 0}}@media (min-width: 1024px){.landing-container{grid-template-columns:1fr 1fr;padding:2.5rem 3rem 0 8rem}}@media (min-width: 1280px){.landing-container{padding:2.5rem 8rem 0}}.content-section{z-index:50;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.content-section{align-items:flex-start}}@media (min-width: 1024px){.content-section{flex-direction:column;justify-content:space-evenly}}.logo-container{margin:0 auto;height:50px;width:200px}@media (min-width: 768px){.logo-container{margin:0}}.logo{width:100%;height:100%;object-fit:contain}.main-text{padding-top:1rem}@media (min-width: 768px){.main-text{width:750px}}.heading{display:flex;flex-direction:column;text-align:center;font-family:Poplar,serif;font-size:3.75rem;line-height:1}@media (min-width: 768px){.heading{display:block;text-align:left;font-size:6rem}}@media (min-width: 1024px){.heading{font-size:8rem}}.heading-white{color:#fff}.heading-yellow{color:#f4b63f}.desktop-break{display:none}@media (min-width: 768px){.desktop-break{display:block}}.description{z-index:50;margin-bottom:1rem;padding-top:.5rem;text-align:center;font-size:.875rem;color:#fff}@media (min-width: 768px){.description{text-align:left;font-size:1.125rem}}.mobile-app-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2.5rem;background-color:#f4b63f;color:#431c68;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .2s ease-in-out;margin-top:1rem;border:2px solid #f4b63f}.mobile-app-button:hover{background-color:transparent;color:#f4b63f;transform:translateY(-2px);box-shadow:0 4px 12px #f4b63f4d}.mobile-app-button:active{transform:translateY(0)}.updates-text{z-index:50;padding-top:1.5rem;text-align:center;color:#fff;text-transform:uppercase}@media (min-width: 768px){.updates-text{text-align:left;font-size:1.25rem}}.illustration-section{position:absolute;bottom:-5rem;right:-3.5rem;z-index:10}@media (min-width: 768px){.illustration-section{bottom:-6rem;right:-4rem}}.illustration{display:none;height:300px;width:300px}@media (min-width: 768px){.illustration{height:550px;width:550px}}@media (min-width: 1280px){.illustration{height:800px;width:800px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@keyframes pulse{0%,to{box-shadow:0 0 #f4b63fb3}50%{box-shadow:0 0 0 10px #f4b63f00}}.pulse{animation:pulse 2s infinite}
