@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&family=Lato:wght@300;400;700&family=Raleway:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: dark){:root{color:#213547!important;background-color:#fff!important}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background-color:#cce5ff;display:flex;padding-top:1rem;justify-content:center;align-items:center;gap:1rem;background:linear-gradient(45deg,#ccefdb,#cce5ff)}.header img{width:50px;border-radius:4rem;border:solid 2px #348A89}.header h1{font-family:Raleway;font-weight:100;color:#348a89}.introduction{display:flex;justify-content:center;border-bottom:1px solid #f0f0f0}.introduction p{width:40%;padding:2rem;text-align:center;font-size:1.1rem;font-weight:100}.anotherhero{margin:3rem 0;display:flex;flex-direction:column;padding:2rem;gap:1rem;align-items:center;background-color:#cce5ff;background:linear-gradient(#ccefdb,#cce5ff);box-shadow:0 2px 8px #0000001a,0 4px 20px #00000005}.anotherhero h3{margin:0;font-family:Raleway;font-weight:100;font-size:1.5rem}.anotherhero button{position:relative;z-index:2;font-family:Barlow Condensed;font-size:x-large;color:#0080ff;padding:.5rem 4rem;border:solid 2px #66b2ff;background-color:transparent;border-radius:5rem;cursor:pointer}.anotherhero button:hover{background-color:#66b2ff;transition:.4s ease-in-out;color:#fff}.navbar{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;background:linear-gradient(45deg,#ccefdb,#cce5ff)}.navbar a{text-decoration:none;color:#333;border-bottom:1px solid #348A89}.navbar a:hover{color:#348a89;transition:.4s ease-in-out}.navbar ul{display:flex;list-style:none;gap:1.5rem;font-size:large;font-family:Lato}.navbar button{font-family:Barlow Condensed;padding:.2rem 1.5rem;border:none;background-color:#99dfb7;border-radius:1rem;font-size:large;cursor:pointer}.navbar button:hover{background-color:#66cf93;transition:.4s ease-in-out}.hero h2{color:#fff;z-index:2;font-family:Raleway}.hero button{position:relative;z-index:2;font-family:Barlow Condensed;font-size:x-large;color:#fff;padding:.5rem 4rem;border:solid 2px #66cf93;background-color:transparent;border-radius:5rem;cursor:pointer}.hero button:hover{background-color:#66cf93;transition:.4s ease-in-out}.functions h2{font-family:Barlow Condensed;font-weight:100;text-align:center;text-transform:uppercase;font-size:2rem;color:#333}.functionsContainer{display:flex;text-align:center;gap:2rem;padding:0 3rem}@media (min-width: 480px) and (max-width: 1023px){.functionsContainer{flex-wrap:wrap;flex-direction:column;align-items:center}}.functionsContainer h3{margin:0;font-weight:400}.functionsContainer p{font-weight:100}.functionsContainer span{display:flex;justify-content:center;align-items:center;background-color:#9cf;padding:.7rem;margin:1rem;border-radius:2rem}.functionsContainer img{width:25px}.card{display:flex;flex-direction:column;background-color:#faf9f6;width:40%;padding:1rem;justify-content:center;align-items:center;border-radius:1rem;box-shadow:0 2px 8px #0000001a,0 4px 20px #00000005}@media (min-width: 480px) and (max-width: 1023px){.card{width:100%}}.plans{display:flex;flex-direction:column;align-items:center}.plans h2{font-family:Raleway;font-size:2rem;margin:0;font-weight:100}.planscontainer{margin:2rem;display:flex;gap:2rem;justify-content:center;color:#333}@media (min-width: 768px) and (max-width: 1023px){.planscontainer{flex-wrap:wrap}}@media (min-width: 480px) and (max-width: 1023px){.planscontainer{flex-wrap:wrap}}.planscontainer h3{text-align:center;font-family:Raleway}.footer{display:flex;background-color:#99dfb7;padding:2rem;justify-content:space-between;align-items:center}.footer span{width:40%;font-family:Raleway}.footer span a{color:#333;text-decoration:none;border-bottom:1px solid}.footer span a:hover{color:#0080ff;transition:.4s ease-in-out}.footer form{width:50%;display:flex;flex-direction:column;gap:.5rem}.footer form h4{font-family:Raleway;font-weight:100;margin-bottom:0}.footer form input,.footer form textarea{padding:.5rem 2rem;border:none;border-radius:.5rem;font-family:Lato;font-size:1rem}.footer form .messageInput{height:3rem}.active-button,.disabled-button{padding:.5rem 1rem;border:none;border-radius:.5rem;cursor:pointer;font-family:Lato;font-size:1rem;background-color:#39f;color:#fff}.active-button:hover,.disabled-button:hover{background-color:#0080ff;transition:.4s ease-in-out;color:#fff}.disabled-button{cursor:not-allowed;opacity:.5}.disabled-button:hover{background-color:#39f}.error-message{color:red;font-size:.875rem;margin-top:.25rem;display:block}.socials{display:flex;gap:1rem}.socials span{display:flex;align-items:center;gap:.3rem}.socials img{width:25px}.screenshots{display:grid;grid-template-columns:repeat(4,minmax(auto,220px));justify-content:center;gap:2rem;margin-top:2rem;padding:2rem}@media (min-width: 480px) and (max-width: 1023px){.screenshots{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:800px;margin-left:auto;margin-right:auto}}.screenshots img{width:100%;border-radius:1rem;border:1px solid rgb(185,185,185);transition:all .3s ease-in-out}.screenshots img:hover{transform:scale(1.05);box-shadow:0 4px 8px #0000001a}body{margin:0;font-family:Lato}
