body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif;margin:0}p{font-size:19px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#111414;display:flex;font-weight:700;justify-content:space-between;padding:10px 5%}.app-button{background-color:coral;border:none;border-radius:1em;color:#fff;font-size:.75em;padding:.5em 1em;text-align:center;text-decoration:none}.app-button:hover{background-color:#f08080;color:#fff}.navbar.light{background-color:#efefef}.navbar-logo{padding-top:10px}.navbar-logo a{color:#efefef;font-size:1.5rem;text-decoration:none}.navbar.light .navbar-logo a{color:#111414}.navbar-links{cursor:pointer;display:flex;gap:25px}.navbar-links a{color:#efefef;font-size:small;position:relative;text-decoration:none}.navbar-links a:before{background-color:currentColor;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .3s ease-in-out;visibility:hidden;width:0}.navbar-links a:hover{text-decoration:none}.navbar-links a:hover:before{visibility:visible;width:100%}.navbar.light .navbar-links a{color:#111414;font-size:small}.navbar .navbar-links a:hover,.navbar.light .navbar-links a:hover{text-decoration:none}.navbar-buttons{display:flex;gap:15px}.navbar-buttons button{background:none;border:none;color:#efefef;cursor:pointer}.navbar.light .navbar-buttons button{color:#111414}.navbar-buttons button:focus{outline:none}.navbar-buttons button:hover,.navbar-links a:hover{text-decoration:underline;text-underline-offset:2px;transition:-webkit-text-decoration .2s ease-in-out;transition:text-decoration .2s ease-in-out;transition:text-decoration .2s ease-in-out,-webkit-text-decoration .2s ease-in-out}.material-icons{font-size:1rem;vertical-align:middle}.hamburger-menu{cursor:pointer;display:none;font-size:24px}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@media (max-width:1024px){.navbar-links{-webkit-animation:fadeOutUp .3s ease-in-out forwards;animation:fadeOutUp .3s ease-in-out forwards;background-color:#111414;border-radius:0 0 0 10px;display:none;flex-direction:column;gap:25px;padding:15px;position:absolute;top:70px;z-index:1000}.navbar-links.open{-webkit-animation:fadeInDown .3s ease-in-out forwards;animation:fadeInDown .3s ease-in-out forwards;display:flex;left:0}.navbar-buttons{flex-direction:column;gap:10px}.hamburger-menu{display:block}}.navbar.light .navbar-links{background-color:#efefef}.hamburger-menu.light{color:#111414}.hamburger-menu.dark{color:#efefef}.whatwedo-section{background-image:url(/static/media/background.7a790881d4955d72aa72.jpg);background-position:100%;background-size:75%;display:flex;min-height:100vh;position:relative}.whatwedo-section:before{background-color:rgba(0,0,0,.5)}.whatwedo-section.light:before,.whatwedo-section:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.whatwedo-section.light:before{background-color:hsla(0,0%,100%,.5)}.whatwedo-bg{background-position:0;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.whatwedo-content{background-color:#111414;color:#efefef;max-width:100%}.whatwedo-content,.whatwedo-content.light{-webkit-clip-path:polygon(0 0,100% 0,75% 100%,0 100%);clip-path:polygon(0 0,100% 0,75% 100%,0 100%);display:flex;flex:0 0 70%;flex-direction:column;justify-content:center;padding:50px 5%;position:relative}.whatwedo-content.light{background-color:#efefef;color:#111414}.whatwedo-content h1{font-size:5rem;margin-bottom:1rem}.whatwedo-content div{max-width:50%}.whatwedo-content p{line-height:1.5}@media (max-width:1024px){.whatwedo-section{background-image:url(/static/media/background.7a790881d4955d72aa72.jpg);background-position:100%;background-size:190%;display:flex;min-height:100vh;position:relative}}@media (max-width:768px){.whatwedo-content h1{font-size:3rem;padding:0}.whatwedo-content div{max-width:100%}.whatwedo-content p{font-size:1.2rem;padding:0}.whatwedo-section{background-image:none;background-size:cover;display:flex;min-height:100vh;overflow:hidden;position:relative}.whatwedo-content,.whatwedo-content.light{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);padding:0 15%}}.cta-button{background-color:#efefef;border:none;color:#111414;max-width:200px;width:100%}.cta-button:hover{background-color:#ddd}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fade-in{-webkit-animation:fadeIn 1s ease-in-out forwards;animation:fadeIn 1s ease-in-out forwards}.fade-out{opacity:0}.theteam-section{background-color:#111414}.theteam-section,.theteam-section.light{display:flex;justify-content:space-between;min-height:100vh;padding:2rem}.theteam-section.light{background-color:#efefef}.left-column{align-items:center;display:flex;flex-basis:30%;flex-direction:column;justify-content:center}.left-column h1{font-size:5rem;margin-bottom:1rem}.left-column p{font-size:1rem;line-height:1.5;margin-bottom:2rem}.right-column{align-items:center;display:flex;flex-basis:70%;flex-direction:column;justify-content:center}.right-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);justify-items:center;width:100%}.team-member{align-items:center;display:flex;flex-direction:column;max-width:120px;text-align:center;width:100%}.team-member img{border-radius:50%;height:120px;object-fit:cover;overflow:hidden;width:100%}.light .rectangle{background-color:#111414}.dark .rectangle{background-color:#efefef}.light h1,.light h2,.light h3,.light h4,.light p{color:#111414}.dark h1,.dark h2,.dark h3,.dark h4,.dark p{color:#efefef}@media (max-width:1024px){.theteam-section{flex-direction:column;height:auto;text-align:center}.left-column,.right-column{flex-basis:100%}.right-grid{grid-template-columns:repeat(2,1fr)}.left-column h1{margin-bottom:3rem}}@media (max-width:320px){.team-member h3,.team-member h4,.team-member p{font-size:1em}.theteam-section{font-size:.75em}}.footer-section{background-color:#111414;padding:2rem;text-align:center}.footer-section h1{font-size:5em}.footer-section.light{background-color:#efefef;padding:2rem;text-align:center}.divider{border:none;border-top:1px solid;margin:1rem auto;width:80%}.footer-columns{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.footer-columns a{color:inherit;justify-content:center;text-decoration:none}.footer-columns a,.linkedin{align-items:center;display:flex;flex-direction:column}.footer-columns .column{flex-basis:25%}.footer-columns img{height:48px}.light .divider,.light a,.light h1,.light h2{border-color:#111414;color:#111414}.dark .divider,.dark a,.dark h1,.dark h2{border-color:#efefef;color:#efefef}.light .fab,.light .linkedin svg{color:#111414}.dark .fab,.dark .linkedin svg{color:#efefef}@media (max-width:768px){.footer-columns{flex-direction:column;gap:1rem}.footer-columns .column{flex-basis:100%}.linkedin{flex-direction:row;gap:.5rem}}@media (max-width:425px){.footer-section{font-size:.6em}}.api-button,.api-button.light{padding-right:.25em}.back-to-top-button{background-color:inherit;border:5px solid;bottom:150px;cursor:pointer;font-size:3em;padding:10px;position:fixed;right:20px;transition:background-color .2s ease-in-out;z-index:2000}.back-to-top-button:hover{background-color:hsla(0,0%,100%,.2)}.back-to-top-button.light{border-color:#111414;color:#111414}.back-to-top-button.dark{border-color:#efefef;color:#efefef}.our-clients-section{padding:2rem 0;text-align:center}.client-columns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1rem;padding:5em}.client-box{background-color:#efefef;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.24);padding-top:20%;position:relative;width:15%}.client-box img{left:50%;max-width:80%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.light h1{color:#111414;font-size:5em}.dark h1{color:#efefef;font-size:5em}@media (max-width:768px){.client-columns{padding:2em}.client-box{padding-top:45%;width:45%}}@media (max-width:320px){.our-clients-section{font-size:.75em}}.solutions-section{color:#fff;display:flex;font-size:1rem;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;text-align:center}.solutions-section .light{color:#111414}@media (max-width:1024px){.solutions-section{flex-direction:column;font-size:.75rem;margin:2em}}@media (max-width:768px){.solutions-section{flex-direction:column;font-size:1rem;margin:2em}}@media (max-width:320px){.solutions-section{flex-direction:column;font-size:.4rem;margin:2em}}.implementation-section{background-color:#111414;color:#efefef;padding:50px 5%;position:relative}.implementation-section.light{background-color:#efefef;color:#111414}.implementation-section:before{background-image:radial-gradient(hsla(0,0%,100%,.25) 1px,transparent 0);background-size:30px 30px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.implementation-section.light:before{background-image:radial-gradient(rgba(0,0,0,.25) 1px,transparent 0)}.implementation-content{position:relative;text-align:left;width:50%;z-index:2}@media (max-width:768px){.implementation-content{font-size:.95rem;margin-left:auto;margin-right:auto;text-align:left;width:90%}}.implementation-content h1{font-size:4rem;margin-bottom:1rem}.desktop-only{display:inline}.mobile-only{display:none}@media (max-width:425px){.implementation-content{font-size:.75rem;margin-left:auto;margin-right:auto;text-align:left;width:85%}.desktop-only{display:none}.mobile-only{display:inline}.implementation-content h1{font-size:4rem}}@media (max-width:320px){.implementation-content{font-size:.5em;margin-left:auto;margin-right:auto;text-align:left;width:85%}.desktop-only{display:none}.mobile-only{display:inline}.implementation-content h1{font-size:2.5rem}}.problem-section{background-color:#111414;color:#efefef;padding:50px 5%;position:relative}.problem-section.light{background-color:#efefef;color:#111414}.problem-content2{align-items:center;display:flex;margin:10px;padding:20px;text-align:right}.problem-content2 img{width:50%}.problem-content2 h1,.problem-content2 h2{font-size:5em}@media (max-width:1024px){.problem-content2{flex-direction:column-reverse;font-size:.5rem;margin:1em;text-align:left}.problem-content2 img{width:100%}.problem-content2 h1{font-size:8em}}@media (max-width:768px){.problem-content2{flex-direction:column-reverse;font-size:.5rem;margin:1em;text-align:left}.problem-content2 img{width:100%}.problem-content2 h1{font-size:6em}}.thetech-section{height:100vh;overflow:hidden;position:relative;width:100%}.video-overlay{background-color:inherit;bottom:0;left:0;opacity:.8;position:absolute;right:0;top:0;z-index:1}.video-container{height:0;overflow:hidden;padding-bottom:56.25%;z-index:0}.tech-video,.video-container{left:0;position:absolute;top:0;width:100%}.tech-video{border:none;height:100%}.thetech-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:2}.thetech-content h1,.thetech-content h2{font-size:5rem;margin-bottom:1rem}.thetech-content p{margin-bottom:1rem;margin-left:auto;margin-right:auto;width:50%}.cta-button{background-color:inherit;border:2px solid;color:inherit;cursor:pointer;display:inline-block;font-size:1rem;padding:10px 20px;text-align:center;text-decoration:none}.cta-button:hover{background-color:hsla(0,0%,100%,.2)}.thetech-section.light .video-overlay{background-color:#efefef}.thetech-section.dark .video-overlay{background-color:#111414}.dot-pattern{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.dot-pattern.light{background-image:radial-gradient(circle,rgba(17,20,20,.1) 1px,transparent 0);background-size:10px 10px}.dot-pattern.dark{background-image:radial-gradient(circle,hsla(0,0%,94%,.1) 1px,transparent 0);background-size:10px 10px}.light .cta-button,.light h1,.light p{color:#111414}.dark .cta-button,.dark h1,.dark p{color:#efefef}.light .cta-button{border-color:#111414}.dark .cta-button{border-color:#efefef}@media (max-width:1024px){.tech-video,.video-container{display:none}.thetech-content p{text-align:left;width:90%}.thetech-content h1{text-align:left;width:80%}.thetech-content{font-size:.85em;padding:10px}.thetech-section{height:auto}}@media (max-width:768px){.thetech-content{font-size:.6em;padding:10px}.thetech-content h1{font-size:5em}}@media (max-width:320px){.thetech-content{font-size:.6em;padding:10px}.thetech-content h1{font-size:6em}.thetech-content h2{font-size:3rem;padding-left:.5em;text-align:left}}.vl{border-left:2px solid dimgray;height:100%}.key-row{align-items:center;display:flex;flex-direction:row;height:10em;padding:2em}.key-row h2{flex:1 1;padding:1em;text-align:right}.key-row p{color:dimgray;flex:2 1;padding:1em;text-align:left}.key-benefits.light{background-color:#efefef;display:flex;flex-direction:column;justify-content:center}.key-benefits{background-color:#111414}.key-benefits h1{font-size:5em;padding-right:2em;text-align:right}@media (max-width:1024px){.key-benefits h1{font-size:3em}.key-row h2,.key-row p{font-size:1em}}@media (max-width:768px){.key-benefits h1{font-size:2.5em;padding-left:1em;text-align:center}.key-row{align-items:flex-start;flex-direction:column;height:auto}.key-row h2{font-size:2em;margin-bottom:.5em;text-align:center}.key-row p{text-align:left}.vl{display:none}}@media (max-width:320px){.key-benefits h1{font-size:2.5em;text-align:left}.key-row p{text-align:center}.key-row h2{font-size:2em}.key-row{padding:1em}}.news-section{overflow:hidden;padding:2rem 0}.news-header,.news-section{display:flex;justify-content:center;text-align:center}.news-header{align-items:center;flex-direction:column}.news-box{background-color:#efefef;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.24);display:flex;flex-direction:row;justify-content:center;padding:1em;text-align:left;width:75%}.info-news-box{padding-left:1em;padding-right:1em}.news-image{height:280px;width:500px}@media (max-width:1024px){.news-box{display:flex;flex-direction:column}.news-image{height:428px;width:760px}.news-box h1{font-size:1.5em}.news-box p{font-size:1em}}@media (max-width:768px){.news-box{display:flex;flex-direction:column}.news-image{height:315px;width:560px}.news-box h1{font-size:1.5em}.news-box p{font-size:1em}}@media (max-width:320px){.news-box{display:flex;flex-direction:column}.news-image{height:135px;width:240px}.news-box h1{font-size:1.5em}.news-box p{font-size:1em}}
/*# sourceMappingURL=main.2c30bbed.css.map*/