.site-header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.149);color:#c0c0c2;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative}.site-header .header-left{flex:1 1}.site-header .header-left .logo{font-size:1.25rem;font-weight:700;text-transform:uppercase}.site-header .header-center{display:flex;flex:1 1;justify-content:center}.site-header .header-center .nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.site-header .header-center .nav-links li a{color:#c0c0c2;font-size:16px;font-weight:400;text-decoration:none}.site-header .header-center .nav-links li a:hover{opacity:.8}.site-header .header-right{display:flex;flex:1 1;justify-content:flex-end}.site-header .btn-contact{background-color:#1f6aff;border:none;border-radius:100px;color:#fff;cursor:pointer;font-weight:600;padding:11px 1rem;position:relative;text-align:center;text-decoration:none;transition:background .3s ease-in-out;width:max-content}.site-header .btn-contact:after{border:3px solid #164bb5;border-radius:100px;bottom:-6px;content:"";left:-6px;opacity:0;position:absolute;right:-6px;top:-6px;transform:scale(1.1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.site-header .btn-contact:hover:after{opacity:1;transform:scale(1)}.site-header .menu-icon{cursor:pointer;display:none}.site-header .mobile-menu{align-items:center;background:#01010a;border-radius:0 0 8px 8px;box-shadow:0 4px 10px #ffffff1a;display:flex;flex-direction:column;gap:1rem;left:0;opacity:0;padding:1.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;width:100%}.site-header .mobile-menu.open{opacity:1;transform:translateY(0);visibility:visible}.site-header .mobile-menu ul{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0;text-align:center;width:100%}.site-header .mobile-menu ul li a{color:#c0c0c2;display:block;font-size:1.1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:opacity .2s ease}.site-header .mobile-menu ul li a:hover{opacity:.8}.site-header .mobile-menu .divider{background-color:hsla(0,0%,100%,.149);height:1px;width:80%}@media(max-width:768px){.site-header{padding:1.35rem 2rem}.site-header .header-center,.site-header .header-right{display:none}.site-header .menu-icon{display:block}.site-header .mobile-menu .btn-contact{width:80%}}.hero-section{color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:80vh;padding:5rem 2rem 0}.hero-section h1{font-size:clamp(40px,3.6vw + 1rem,130px);font-weight:400;line-height:1.2;margin:0 auto;max-width:800px;text-align:center}.hero-section .highlight{color:#1f6aff;font-weight:600}.hero-section .services-label{color:#1f6aff;display:block;font-size:.875rem;margin-bottom:8px}.hero-section .mobile-cta{display:none}@media(max-width:768px){.hero-section .mobile-cta{align-items:center;display:flex;justify-content:center;margin:4rem 0 3rem;padding:0 1rem;width:100%}.hero-section .mobile-cta .get-in-touch-btn{background-color:#1f6aff;border:none;border-radius:100px;color:#fff;cursor:pointer;font-family:General Sans Variable,sans-serif;font-size:16px;font-weight:600;max-width:280px;padding:11px 1rem;position:relative;text-align:center;text-decoration:none;transition:background .3s ease-in-out;width:100%}.hero-section .mobile-cta .get-in-touch-btn:after{border:3px solid #164bb5;border-radius:100px;bottom:-6px;content:"";left:-6px;opacity:0;position:absolute;right:-6px;top:-6px;transform:scale(1.1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.hero-section .mobile-cta .get-in-touch-btn:hover:after{opacity:1;transform:scale(1)}.hero-section .mobile-cta .get-in-touch-btn:focus{outline:none}}@media(max-width:480px){.hero-section .mobile-cta{margin:4rem 0;padding:0 .5rem}.hero-section .mobile-cta .get-in-touch-btn{font-size:17px;max-width:100%;padding:13px 1rem}}.hero-section .hero-bottom-text{text-align:left;width:100%}.hero-section .hero-bottom-text h2{font-size:clamp(40px,3.6vw + 1rem,49px);margin:0 0 12px}.hero-section .hero-bottom-text .services-intro{color:#fff;font-family:General Sans Variable,sans-serif;font-size:clamp(16px,1.5vw + .5rem,20px);font-weight:600;max-width:550px}.hero-section .hero-bottom-text .services-intro .styled-text{color:#d9d9da;font-weight:300;letter-spacing:0;line-height:26px}.hero-section .mobile-break{display:none}@media(max-width:768px){.hero-section .mobile-break{display:inline}}.expertises-label{color:#1f6aff;display:block;font-size:16px;font-weight:500;line-height:19.2px;margin-bottom:5px}.cta-section{align-items:center;background:#0000;border:1px solid #fff3;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:4rem 2rem;max-width:100%;padding:4rem 2rem;text-align:center}.cta-section:hover{background:rgba(31,106,255,.102);border:1px solid #1f6aff}.cta-section h2{color:#fff;font-size:clamp(1.5rem,2vw + 1rem,3rem);margin-bottom:1rem}.cta-section p{color:#b0b0b0;font-size:clamp(1rem,1vw + .8rem,1.25rem);line-height:1.5;margin:0 auto 2rem;max-width:600px}.cta-section .button-cta{align-items:center;background:#1f6aff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:clamp(.9rem,1vw + .5rem,1.225rem);font-weight:700;gap:4px;justify-content:center;padding:11px 1rem;position:relative;text-align:center;transition:background .3s ease,transform .2s ease}.cta-section .button-cta:after{border:3px solid #164bb5;border-radius:100px;bottom:-6px;content:"";left:-6px;opacity:0;position:absolute;right:-6px;top:-6px;transform:scale(1.1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.cta-section .button-cta:hover:after{opacity:1;transform:scale(1)}.cta-section .button-cta:active{transform:scale(.95)}.cta-section .button-cta:focus{box-shadow:0 0 8px #1f6aff80;outline:none}@media(max-width:768px){.cta-section{background:rgba(31,106,255,.102);border:1px solid #1f6aff;margin:1rem;min-height:270px}}.expertises-section{color:#fff;padding:40px;text-align:center}.expertises-section .expertises-label{color:#1f6aff;display:block;font-size:16px;font-weight:500;line-height:19.2px}.expertises-section h2{font-size:24px;margin-bottom:20px;margin-top:5px}.expertises-section .technologies-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.expertises-section .technology-card{align-items:center;border:1px solid hsla(0,0%,100%,.149);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:16px;text-align:center;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;width:250px}.expertises-section .technology-card:hover{background:rgba(31,106,255,.102);border:1px solid #1f6aff;transform:scale(1.05)}.expertises-section .technology-card p{color:#c9d1d9;font-size:16px;font-weight:700}.expertises-section .icon-wrapper{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:10px;width:64px}.expertises-section .icon-wrapper img{filter:grayscale(100%) brightness(.7);height:100%;transition:filter .3s ease-in-out;width:100%}.expertises-section .technology-card:hover .icon-wrapper img{filter:grayscale(0) brightness(1)}@media(max-width:768px){.expertises-section .technologies-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.expertises-section .technology-card{margin-bottom:10px;width:calc(40% - 10px)}.expertises-section .technology-card.next-card{width:calc(40% - 10px)}.expertises-section .icon-wrapper img{filter:grayscale(0) brightness(1)}}.process-section{color:#fff;padding:4rem 2rem}.process-section .process-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1fr 2fr;height:100%}.process-section .process-grid.mobile,.process-section .process-steps{display:flex;flex-direction:column}.process-section .process-steps{height:100%;justify-content:space-between;min-height:100%}.process-section .process-steps h2{font-size:2rem;margin-bottom:1.5rem;margin-top:0;text-align:left}.process-section .process-steps .process-list{flex-grow:1;list-style:none;margin:0;padding:0}.process-section .process-steps .process-list .process-item{align-items:center;cursor:pointer;display:flex}.process-section .process-steps .process-list .process-item .step-number{align-items:center;background:hsla(0,0%,100%,.051);border:1px solid hsla(0,0%,100%,.051);border-radius:50%;color:#fff;display:flex;font-size:.9rem;height:28px;justify-content:center;margin-right:.75rem;position:relative;transition:all .3s ease;width:28px}.process-section .process-steps .process-list .process-item .step-number:after{background:hsla(0,0%,100%,.149);bottom:-24px;content:"";height:15px;left:50%;position:absolute;transform:translateX(-50%);transition:background .3s ease;width:1px}.process-section .process-steps .process-list .process-item .step-label{color:#fff;font-size:1rem;font-weight:400;transition:color .3s ease}.process-section .process-steps .process-list .process-item.active .step-number{background-color:#007bff;color:#fff;font-weight:700}.process-section .process-steps .process-list .process-item.active .step-label{color:#fff;font-weight:600}.process-section .process-steps .process-list .process-item.completed .step-number{border:1px solid #1f6aff;font-weight:400}.process-section .process-steps .process-list .process-item.completed .step-number:after{background:#1f6aff}.process-section .process-steps .process-list .process-item.completed .step-label{font-weight:400}.process-section .process-steps .process-list .process-item:last-child .step-number:after{display:none}.process-section .process-steps .process-list .process-item+.process-item{margin-top:2rem}.process-section .process-graphic{align-items:flex-start;border:1px solid hsla(0,0%,100%,.149);border-radius:24px;display:flex;flex-direction:column;height:100%;justify-content:space-between;justify-self:end;max-width:1200px;min-height:100%;width:100%}.process-section .process-graphic .icon-wrapper{align-items:center;display:flex;flex-grow:1;height:100%;justify-content:center;width:100%}.process-section .process-graphic .fade-image{animation:fadeIn .5s forwards;height:120px;opacity:0;width:120px}.process-section .process-graphic .text-content{box-sizing:border-box;color:#ddd;font-size:1rem;margin-top:auto;padding:1.5rem 2rem;position:relative;text-align:left;width:100%}.process-section .process-graphic .text-content:before{background:#fff3;content:"";display:block;height:1px;left:0;position:absolute;top:0;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.process-section .process-grid{grid-template-columns:1fr;text-align:left}.process-section .process-graphic{border:none;border-radius:0;height:auto;justify-self:center;max-width:100%;width:100%}.process-section .fade-image,.process-section .icon-wrapper{height:100px;width:100px}.process-section .text-content{font-size:.95rem;padding:1rem}.process-section .process-item{border:1px solid hsla(0,0%,100%,.149);border-radius:24px;margin-bottom:2rem;padding:1rem}.process-section .process-item .step-header{align-items:center;display:flex;font-size:1.2rem;margin-bottom:.5rem}.process-section .process-item .step-header .step-number{margin-right:.5rem}.process-section .process-item .step-header .step-label{font-size:1.2rem}.process-section .process-item .mobile-image-section{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem}.process-section .process-item .mobile-image-section .icon-wrapper img{height:auto;max-width:80%}.process-section .process-item .text-content p{line-height:1.6;text-align:left}.process-section .process-item .separator{border-bottom:.1px solid hsla(0,0%,100%,.149);margin:1rem 0;width:100%}}@media(min-width:1200px){.process-section .process-graphic{max-width:1200px}}.projects-section{color:#fff;padding:4rem 2rem}.projects-section h2{font-size:2rem;margin:0 0 2rem;text-align:left}.projects-section .projects-grid{grid-column-gap:2rem;grid-row-gap:3rem;column-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);row-gap:3rem}@media(max-width:768px){.projects-section .projects-grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.projects-section .projects-grid::-webkit-scrollbar{display:none}}.projects-section .project-card{border:1px solid hsla(0,0%,100%,.149);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,background-color .2s ease}.projects-section .project-card:hover{background:rgba(31,106,255,.102);border:1px solid #1f6aff;transform:translateY(-10px)}.projects-section .project-card .project-image{width:100%}.projects-section .project-card .project-image img{display:block;height:auto;width:100%}.projects-section .project-card .project-info{padding:1.5rem}.projects-section .project-card .project-info .project-tags{margin-bottom:.75rem}.projects-section .project-card .project-info .project-tags span{background:hsla(0,0%,100%,.051);border:1px solid hsla(0,0%,100%,.149);border-radius:24px;color:#d9d9da;display:inline-block;font-size:.75rem;margin-bottom:.5rem;margin-right:.5rem;padding:.25rem .5rem}.projects-section .project-card .project-info h3{font-size:1.25rem;margin:0 0 .75rem}.projects-section .project-card .project-info p{color:#bdbdbd;font-size:.95rem;line-height:1.4;margin:0}@media(max-width:768px){.projects-section .project-card{flex:0 0 85%;scroll-snap-align:start}}.services-section{color:#fff;padding:2rem 2rem 8rem}.services-section .services-tag{color:#a0a0a0;display:block;font-size:.75rem;margin-bottom:.5rem;text-transform:uppercase}.services-section h2{font-size:2rem;margin:0 0 1rem;text-align:center}.services-section .services-intro{line-height:1.5;margin:0 auto 2rem;max-width:800px;text-align:center}.services-section .services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.services-section .service-card{border:1px solid hsla(0,0%,100%,.149);border-radius:8px;padding:1.5rem;transition:transform .2s ease,background-color .2s ease}.services-section .service-card:hover{background:rgba(31,106,255,.102);border:1px solid #1f6aff;transform:translateY(-2px)}.services-section .service-card .icon-wrapper{margin-bottom:1rem}.services-section .service-card .icon-wrapper img{height:48px;width:48px}.services-section .service-card h3{font-size:1.125rem;margin:.5rem 0 1rem}.services-section .service-card p{font-size:.95rem;line-height:1.4}.contact-section{grid-gap:2rem;border-bottom:1px solid hsla(0,0%,100%,.149);color:#fff;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:4rem 2rem}.contact-section .contact-content h2{font-size:2rem;margin-bottom:1rem}.contact-section .contact-content p{line-height:1.5;max-width:500px}.contact-section .contact-form-wrapper{align-items:center;background:#01010a33;border:1px solid #fff3;border-radius:12px;display:flex;padding:0 2rem 2rem}.contact-section .contact-form-wrapper .contact-form{display:flex;flex-direction:column;width:100%}.contact-section .contact-form-wrapper .contact-form .form-title{border-bottom:1px solid hsla(0,0%,100%,.149);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1.5rem;padding-left:.5rem;width:100%}.contact-section .contact-form-wrapper .contact-form label{display:block;font-size:.9rem;margin-bottom:.5rem;padding-left:.5rem}.contact-section .contact-form-wrapper .contact-form .required:after{color:#db423b;content:"*";margin-left:4px}.contact-section .contact-form-wrapper .contact-form input,.contact-section .contact-form-wrapper .contact-form textarea{background:hsla(0,0%,100%,.051);border:1px solid #ffffff26;border-radius:40px;box-sizing:border-box;color:#fff;font-size:.95rem;margin-bottom:1rem;outline:none;padding:.75rem;transition:border-color .3s ease;width:100%}.contact-section .contact-form-wrapper .contact-form input:focus,.contact-section .contact-form-wrapper .contact-form textarea:focus{border-color:#1f6aff}.contact-section .contact-form-wrapper .contact-form input::placeholder,.contact-section .contact-form-wrapper .contact-form textarea::placeholder{color:#a0a0a0}.contact-section .contact-form-wrapper .contact-form input:focus:not(:placeholder-shown),.contact-section .contact-form-wrapper .contact-form textarea:focus:not(:placeholder-shown){background:rgba(31,106,255,.102);border-color:#1f6aff}.contact-section .contact-form-wrapper .contact-form textarea{border-radius:20px;border-width:1px;gap:10px;padding:8px 12px}.contact-section .contact-form-wrapper .contact-form .form-footer{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.contact-section .contact-form-wrapper .contact-form .privacy-text{color:#b0b0b0;font-size:.75rem;margin:0}.contact-section .contact-form-wrapper .contact-form .btn-submit{align-items:center;background:#1f6aff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:10px;height:40px;justify-content:center;max-width:100%;padding:8px 16px;position:relative;text-align:center;transition:background-color .3s ease;width:auto}.contact-section .contact-form-wrapper .contact-form .btn-submit:after{border:3px solid #164bb5;border-radius:100px;bottom:-6px;content:"";left:-6px;opacity:0;position:absolute;right:-6px;top:-6px;transform:scale(1.1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.contact-section .contact-form-wrapper .contact-form .btn-submit:hover:after{opacity:1;transform:scale(1)}.contact-section .contact-form-wrapper .contact-form .btn-submit:disabled{background-color:#a0a0a0;cursor:not-allowed}.contact-section .error-message{color:#db423b;font-size:.75rem;margin-bottom:.5rem;margin-top:0}.contact-section .success-message{color:#d9d9da;display:block;font-size:12px;font-weight:600;text-align:center;width:100%}@media(max-width:768px){.contact-section{grid-template-columns:1fr}.contact-section .contact-content{margin-bottom:2rem;text-align:center}.contact-section .form-footer{align-items:center;flex-direction:column}.contact-section .form-footer .btn-submit{margin-top:1rem;width:100%}}.site-footer{color:#fff;padding:2rem;text-align:center}.site-footer .footer-top{display:flex;flex-direction:column;gap:1.5rem}.site-footer .footer-top .footer-header{align-items:center;display:flex;justify-content:space-between}.site-footer .footer-top .footer-header .footer-logo{font-size:1.2rem;font-weight:700;text-transform:uppercase}.site-footer .footer-top .footer-header .social-icons{display:flex;gap:1rem}.site-footer .footer-top .footer-header .social-icons a{display:inline-block;height:30px;width:30px}.site-footer .footer-top .footer-header .social-icons a img{height:auto;width:100%}.site-footer .footer-top .footer-nav-header{align-items:center;display:flex;justify-content:space-between}.site-footer .footer-top .footer-nav-header .footer-nav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.site-footer .footer-top .footer-nav-header .footer-nav ul li a{color:#c0c0c2;font-size:14px;text-decoration:none}.site-footer .footer-top .footer-nav-header .footer-nav ul li a:hover{opacity:.8}.site-footer .footer-top .footer-nav-header .footer-email{color:#1f6aff;font-weight:500;text-decoration:underline}.site-footer .footer-top .footer-nav-header .footer-email:hover{opacity:.8}.site-footer .footer-divider{background-color:hsla(0,0%,100%,.051);border:none;margin:1.5rem 0}.site-footer .footer-bottom{color:#a0a0a0;font-size:.85rem;text-align:left}@media(max-width:768px){.footer-top{align-items:center;flex-direction:column}.footer-top .footer-header,.footer-top .footer-nav-header{align-items:center;flex-direction:column;gap:1rem}.footer-top .footer-nav ul{align-items:center;flex-direction:column}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.149);text-align:center}}body{background:#01010a;color:#fff;font-family:General Sans Variable,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.c8dd0b6a.css.map*/