#home{padding-left:min(6vw,6rem);padding-right:min(6vw,6rem)}section{padding-top:3rem;padding-bottom:3rem}section#solution{background:url(/assets/gradient_darkblue.png);background-size:cover}.title{font-size:clamp(1.5rem,6vmin,3rem);font-weight:700;margin-top:3rem}h2{font-size:clamp(1.2rem,5vmin,2rem);font-weight:600;margin-top:1.5rem}.gradient-text{background:linear-gradient(90deg,#7ab9f2,#f53259,#e8e714);-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:10vmin;font-size:clamp(1rem,6vmin,2.5rem);font-weight:300;margin-top:1rem}.subtitle .gradient{color:transparent;background-image:linear-gradient(90deg,#7ab9f2,#f53259,#e8e714,#7ab9f2);background-size:200% auto;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;animation:gradientAnimation 10s linear infinite}@keyframes gradientAnimation{to{background-position:200%}}.waitlist{display:flex;flex-direction:row;align-items:center;width:100%;max-width:400px;background-color:#3c314b;border-radius:30px;height:50px}.waitlist input{background-color:transparent;border:none;flex-grow:2;padding:.8rem 1.5rem}.waitlist input:focus{outline:none}.waitlist button{background:linear-gradient(90deg,#ef2c54,#fa8d26);border-radius:30px;height:40px;margin-right:5px;padding:0 1.2rem;display:flex;align-items:center;transition:all .3s ease-in-out}.waitlist button:hover{cursor:pointer}.waitlist button.loading{opacity:.8}.facts{justify-content:space-around;flex-wrap:wrap}.facts,.facts .fact{display:flex;align-items:center}.facts .fact{gap:15px}.facts .fact .factNumber{font-size:2.5rem;font-weight:700}.facts .fact .factDesc{font-size:1rem;margin-left:1rem}.facts .divider{width:1px;height:50px;background-color:#e5e5e5}@media screen and (max-width:768px){.facts .divider{display:none}}