:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth}body{margin:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:var(--green)}h1{font-size:1.75rem;line-height:1.1;text-align:left}h2,h3{font-size:1em;line-height:1.1;text-align:left}.button-1{border-radius:12px;border:1px solid transparent;border-color:var(--green);padding:.6em 1.2em;font-size:.75em;font-weight:500;font-family:inherit;background-color:var(--green);color:var(--white);cursor:pointer;transition:border-color .25s;margin:.5rem}.button-1:hover{border-color:var(--green);color:var(--green);background-color:#fff}.button-1:focus,.button-1:focus-visible{outline:4px auto -webkit-focus-ring-color}.button-2{border-radius:12px;border:1px solid transparent;border-color:var(--green);padding:.6em 1.2em;font-size:.75em;font-weight:500;font-family:inherit;background-color:var(--white);color:var(--green);cursor:pointer;transition:border-color .25s;margin:.5rem}.button-2:hover{border-color:var(--green);color:var(--white);background-color:var(--green)}.button-2:focus,.button-2:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{--green: #4ea62f;--green-l: #76d056;--orange: #f89a3a;--orange-l: #fefaf5;--blue: #1683ff;--blue-d: #014ca1;--blue-l: #eaf5fd;--blue-o: #3498db;--black: #000000;--grey: #999999;--grey-l: #dcdcdc;--white: #ffffff;--partition: #effafd;text-align:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.hero-section{top:0;display:flex;height:100vh;flex-direction:column;justify-content:center;align-items:center;justify-items:b;height:100%}.hero-image{width:100%;height:100vh;object-fit:cover}.hero-buttons{position:absolute;margin-top:33%;display:flex;width:100%;gap:1.5rem;flex-wrap:wrap;align-items:center;justify-content:center}.hero-buttons .button-1,.hero-buttons .button-2{padding:.8rem 2rem;font-size:1.2rem;border-radius:1.5rem;cursor:pointer;border:none;transition:all .4s ease;z-index:100}.hero-buttons .button-1{background-color:var(--blue);color:#fff;box-shadow:0 4px 12px #5a5af74d}.hero-buttons .button-1:hover{transform:translateY(-5px);background-color:var(--green);box-shadow:0 8px 20px #5a5af766}.hero-buttons .button-2{background-color:transparent;border:2px solid var(--white);color:var(--white)}.hero-buttons .button-2:hover{background-color:var(--green);color:#fff;transform:translateY(-5px);box-shadow:0 8px 20px #5a5af766}.info-section{display:flex;flex-direction:row;gap:32px;background-color:#fff;padding:4rem 10%;font-size:1.2rem;line-height:1.75rem;letter-spacing:.03rem}.info-title{color:var(--blue);width:14rem;font-size:2rem;font-weight:700}.info-description{display:flex;flex-direction:column;gap:1.5rem;border-left:.3rem solid var(--blue);padding-left:2rem}.partition{background-color:#f5f5ff;width:100%;padding-bottom:4rem}@media (max-width: 1024px){.hero-buttons{gap:.5rem;margin-top:90%}.hero-buttons .button-1,.hero-buttons .button-2{padding:.8rem 2rem;font-size:1rem;z-index:100;color:var(--blue);background-color:var(--white);margin-bottom:1.5rem}.hero-buttons .button-2{border-color:var(--blue)}.hero-image{width:100%;height:auto}.hero-text{max-width:90%;padding-left:5%}.hero-text h2{font-size:2rem}.hero-text h3{font-size:1.5rem}.info-section{flex-direction:column;padding:3rem 5%}.info-description{border-left:none;border-top:.3rem solid var(--blue);padding-left:0;padding-top:1rem}}.about-card{width:100%;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:16px}.about-card-content{padding:24px}.about-section-container{display:flex;flex-direction:column;gap:32px}@media (min-width: 768px){.about-section-container{flex-direction:row;align-items:flex-start}.about-left-section{width:33.33%}.about-right-section{width:66.66%}}.about-title{font-size:24px;font-weight:700;color:#3b82f6;margin-bottom:12px}.info-description{text-align:justify}.services-section{padding:3rem 2rem;text-align:center}.services-heading{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:var(--blue);text-align:center}.services-grid{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.service-box{border:1px solid var(--blue);border-radius:10px;padding:1.2rem;width:280px;text-align:left;background:#fff;transition:transform .2s ease-in-out}.service-box.clickable:hover{transform:scale(1.03);background:#fdfdfd}.service-box h3{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#000}.service-box p{font-size:.95rem;line-height:1.5;color:#444}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));overflow-x:auto;padding:1rem 15% 2.5rem;gap:2.75rem;width:auto;height:auto}.feature-card{background-color:#fff;border-radius:1.25rem;padding:2rem;width:11rem;height:13rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.card-logo{align-self:baseline;max-width:8rem;max-height:4rem;mix-blend-mode:difference}.card-title{font-size:1.5rem;color:var(--green);margin-bottom:1rem;font-weight:600}.card-description{font-size:1rem;color:#252323;line-height:1.5;font-weight:400}@media (max-width: 768px){.services-grid,.cards-container{grid-template-columns:1fr;display:flex;flex-direction:column;align-items:center}.card-title{font-size:1.2rem}.service-box{width:90%}.services-dropdown{display:flex;justify-content:center;margin:2rem 0}.services-dropdown select{padding:.5rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid var(--blue);background-color:#fff;cursor:pointer}}.knowledge-section{text-align:center;padding:20px;background-color:var(--partition)}.section-title{text-align:center;line-height:2.5rem;padding-bottom:2rem}.video-grid{display:flex;justify-content:center;gap:2.15rem;padding-bottom:3rem;flex-wrap:wrap}.video-item{width:18rem;display:flex;flex-direction:column;align-items:center}.video-frame{width:100%;height:auto;aspect-ratio:16/12}.video-title{font-size:1.15rem;letter-spacing:.15rem;font-weight:600;color:var(--grey)}@media (max-width: 768px){.video-grid{gap:15px}.video-item{width:90%;margin-bottom:20px}.section-title{font-size:20px}.section-description{font-size:14px}}.nav-bar{display:flex;justify-content:space-between;align-items:center;width:100%;height:5rem;padding:0 1rem;font-size:1.15rem;box-sizing:border-box;position:relative}.logo{height:8rem;margin-top:1.5rem;margin-bottom:1.5rem}.nav-items{display:flex;gap:1.5rem;align-items:center}.nav-items a{padding:.25rem .5rem;text-decoration:none;transition:all .3s ease}.nav-items a:hover{background-color:var(--blue-l);border-radius:.25rem}.login-btn{padding:.5rem 1rem;background:var(--blue);font-size:1.15rem;color:#fff;border:none;border-radius:.25rem;cursor:pointer}.menu-toggle,.hamburger{display:none}@media (max-width: 768px){.nav-items{position:fixed;top:6rem;left:0;width:100%;background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;box-shadow:0 2px 5px #0000001a;transform:translateY(-150%);transition:transform .3s ease;z-index:100}.menu-toggle:checked~.nav-items{transform:translateY(0)}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;cursor:pointer;z-index:101}.hamburger span{width:100%;height:3px;background:var(--black);transition:all .3s ease}.menu-toggle:checked~.hamburger span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle:checked~.hamburger span:nth-child(2){opacity:0}.menu-toggle:checked~.hamburger span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}html{scroll-behavior:smooth}}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #5a5af7;border-radius:.5rem;box-shadow:0 6px 12px #0000001a;width:10rem;z-index:100;display:flex;flex-direction:column;padding:.5rem 0}.dropdown-item{padding:.6rem 1rem;cursor:pointer;color:#5a5af7;font-weight:500;transition:background .2s}.dropdown-item:hover{background-color:#f0f0ff;color:#000}.contact-section{display:flex;flex-direction:column;background-color:var(--partition)}.footer{display:flex;background-color:var(--partition);padding:4rem;margin-left:6rem;margin-right:6rem;gap:20px}.footer-box{flex:1;padding:20px;text-align:left;background-color:var(--partition);color:var(--black);font-weight:400;border-radius:1rem}.divider{width:.5px;background-color:var(--grey-l)}.info-grid{padding-top:3rem;padding-right:3rem;padding-left:3rem;display:grid;color:var(--blue);font-weight:500;grid-template-columns:repeat(3,1fr);text-align:left;justify-items:center;gap:.5rem}.contact-icon{color:var(--green);width:24px;height:24px}.card-content{flex:1}.card-content h3{margin-top:0;margin-bottom:10px;font-size:1rem;color:#777;font-weight:400}.card-content p{margin:5px 0;color:#333;font-size:.95rem;line-height:1.5}.link{display:inline-block;margin-top:10px;color:#2e74b5;text-decoration:none;font-size:.9rem}.link:hover{text-decoration:underline}.copyright{font-size:.9rem;text-align:center;margin-bottom:5px}.maintained-by{font-size:.8rem;color:silver}@media (max-width: 768px){.icon-container{padding-right:0;padding-bottom:10px;align-items:center}.info-grid{grid-template-columns:1fr}}.cards-container{display:flex;overflow-x:auto;gap:2rem;padding:1rem 5%;margin-bottom:3rem;scroll-behavior:smooth;margin-left:10%;margin-right:10%}.cards-container::-webkit-scrollbar{padding:2rem;margin:4rem;height:4px}.cards-container::-webkit-scrollbar-track{background:var(--blue-l);border-radius:8px}.cards-container::-webkit-scrollbar-thumb{background-color:var(--green);border-radius:8px;transition:background-color .3s ease}*/ .cards-container{-ms-overflow-style:none;scrollbar-width:none}.feature-card{flex:0 0 auto;background-color:#fff;border-radius:1.5rem;padding:2rem 1.5rem;box-shadow:0 6px 15px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:220px}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 25px #0000001f}.card-logo{height:4rem;margin-bottom:1rem;object-fit:contain}.card-title{font-size:1.3rem;font-weight:600;color:#5a5af7;margin-bottom:.8rem}.card-description{font-size:.95rem;line-height:1.5;color:#444}@media (max-width: 768px){.feature-card{width:180px;padding:1.5rem}.heading-clients{text-align:center;font-size:2rem;font-weight:700;color:#5a5af7;margin-bottom:1rem}.caption{text-align:center;font-size:1.15rem;font-weight:500;padding-bottom:2rem;color:#555}}footer{background-color:var(--blue);color:var(--white);padding:1.5rem}.tagline{text-align:right;font-size:.8rem}
