@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6948ff;--secondary:#553bcb;--darkgrey:#22262a;--lightgrey:#d3d3d3;--grey:grey;--white:#f8f8f8}ul{list-style-type:none}a{color:#f8f8f8;color:var(--white);text-decoration:none}body{color:#333;font-family:Montserrat,sans-serif;line-height:1.5}.hero__primary-color{color:#6948ff;color:var(--primary)}.navbar__navbar{align-items:center;background-color:var(--darkgrey);display:flex;height:100px;justify-content:space-between;padding:1rem;width:100%}.navbar__navbar img{width:80px}.navbar__nav-menu{display:flex}.navbar__nav-item{padding:1rem}.navbar__hamburger{display:none}@media screen and (max-width:940px){.navbar__nav-menu{background-color:var(--darkgrey);flex-direction:column;height:100%;justify-content:center;left:-100%;position:fixed;text-align:center;top:100px;transition:.4s;width:100%}.navbar__nav-menu.navbar__active{left:0}.navbar__nav-item{font-size:1.8rem;justify-content:center;margin:1.5rem}.navbar__hamburger{display:flex}}.hero__hero{background-image:url(/static/media/ideogramedit.db576f98685c220fecfa.png);background-repeat:no-repeat;background-size:cover;height:100vh;width:100%}.hero__primary-color{-webkit-background-clip:text;background-image:linear-gradient(270deg,violet,indigo,blue,green,#ff0,orange,red);color:transparent}.hero__container{margin:auto;max-width:1240px;padding:0 1rem}.hero__hero .hero__content{display:grid;grid-template-columns:repeat(2,1fr)}.hero__col-1{display:flex;flex-direction:column;height:70vh;justify-content:center;padding:1rem 1rem 1rem 0}.hero__col-1 h1{color:var(--white);font-size:3rem;font-weight:700}.hero__col-1 p{color:var(--white);font-size:1rem;line-height:1.4;margin-top:1.2rem}.hero__col-1 .hero__used-by p{color:var(--lightgrey);font-size:.7rem;margin:2rem 0 1rem}.hero__col-2{display:flex;flex-direction:column;font-size:.8rem;height:70vh;justify-content:center;padding:1rem}.hero__col-2 p{color:var(--grey)}.hero__form-layout{background-color:var(--white);border-radius:6px;margin:auto;width:400px}.hero__form-container{padding:1.5rem 2rem}.hero__sign-in-txt{margin-bottom:10px}.hero__social-login span{background:var(--white);border:1px solid var(--lightgrey);border-radius:4px;padding:16px 45px 6px}.hero__col-2 .hero__divider p{border-bottom:1px solid var(--lightgrey);line-height:.1em;margin:2rem 0;text-align:center;width:100%}.hero__col-2 .hero__divider p span{background:var(--white);padding:0 10px}form input{background:var(--white);border:1px solid var(--lightgrey);border-radius:4px;display:block;margin:1.2rem 0;padding:.5rem;width:100%}.hero__form-footer{background:var(--white);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid var(--lightgrey)}.hero__form-footer p{padding:1.5rem 2rem}.hero__form-footer span{font-weight:500}.hero__button{background-color:var(--primary);border:1px solid var(--primary);border-radius:4px;color:var(--white);cursor:pointer;padding:8px 0;width:100%}.hero__button:hover{background-color:var(--secondary);border:1px solid var(--secondary)}@media screen and (max-width:940px){.hero__hero{height:auto;width:100%}.hero__hero .hero__container{padding:0 1rem}.hero__hero .hero__content{grid-template-columns:1fr}.hero__col-1{height:90vh;max-width:100%;padding:.2rem}.hero__hero h1{font-size:2.5rem}.hero__hero .hero__col-2{display:none}}
/*# sourceMappingURL=main.db5a7817.css.map*/