@charset "UTF-8";.reveal-on-scroll{opacity:0;transform:translateY(16px);transition:opacity .7s ease-out,transform .9s ease-out;will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:none}.reveal-on-scroll.is-visible .stagger-1{transition-delay:80ms}.reveal-on-scroll.is-visible .stagger-2{transition-delay:.16s}.reveal-on-scroll.is-visible .stagger-3{transition-delay:.24s}.reveal-on-scroll.is-visible .stagger-4{transition-delay:.32s}:root{font-family:Inter,sans-serif;line-height:1.6;font-weight:400;color:#011c1d;background-color:#fbf9f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}@media (max-width: 768px){h1{font-size:2.1rem}h2{font-size:1.7rem}h3{font-size:1.25rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fbf9f5;color:#023336}main{flex:1}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fbf9f5;transition:background-color .3s ease;padding:16px 24px}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}.header-right{padding-right:24px}.header-left{flex-shrink:0;margin-right:16px}.header-right{display:flex;justify-content:flex-end;align-items:center}.logo{height:26px}.main-nav{display:none;margin-right:32px;flex:1 1 auto;min-width:0;overflow:hidden}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:space-around}.main-nav li{margin:0 24px}.main-nav a{text-decoration:none;color:#023336;font-weight:500;transition:color .2s ease-in-out;white-space:nowrap}.main-nav a:hover{color:#12a57f}.header-cta-button{display:none;padding:8px 24px;background-color:#9de492;color:#023336;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background-color .2s,transform .2s;flex:0 0 auto}.header-cta-button:hover{background-color:#8bdf7e;transform:translateY(-1px)}.hamburger{display:block;padding:15px;cursor:pointer;background-color:transparent;border:none;z-index:1010}.hamburger .line{display:block;width:30px;height:3px;background-color:#023336;margin:6px 0;transition:all .3s ease-in-out}.hamburger.is-active{opacity:0;pointer-events:none;transition:opacity .2s ease}.hamburger.is-active .line:nth-child(1),.hamburger.is-active .line:nth-child(2),.hamburger.is-active .line:nth-child(3){transform:none;opacity:0}.drawer{top:0;right:-100%;width:80%;max-width:400px;height:100%;background-color:#023336;z-index:1005;transition:right .4s cubic-bezier(.23,1,.32,1);padding-top:100px;overflow-y:auto;-webkit-overflow-scrolling:touch;position:fixed;box-shadow:-26px 0 48px #0000006b,-8px 0 18px #00000047}.drawer.is-open{right:0}.close-drawer{position:absolute;top:24px;right:24px;background:none;border:none;color:#fbf9f5;font-size:2.5rem;cursor:pointer;z-index:2}.drawer-nav ul{list-style:none;padding:0;margin:0;text-align:center;position:relative;z-index:1}.drawer-nav li{padding:0}.drawer-nav ul{text-align:center}.drawer-nav a{display:inline-block;padding:16px}.drawer-nav li+li:before{content:"";display:block;width:160px;height:1px;margin:16px auto;background:#12a57f59}.drawer-cta-item:before{display:none!important}.drawer-nav a{color:#fbf9f5;text-decoration:none;font-size:1.5rem;font-weight:600}.drawer-cta-item{margin-top:32px}.drawer-cta-button{display:inline-block;background-color:#12a57f;color:#fff;padding:16px 32px;border-radius:8px;font-size:1.2rem;text-decoration:none;border:none;box-shadow:0 6px 18px #12a57f59;transform:translateZ(0);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease;animation:pulseGlow 2.4s ease-in-out infinite}.drawer-cta-button:hover{transform:translateY(-1px)}.drawer-cta-button:active{transform:translateY(1px) scale(.98);box-shadow:0 4px 12px #12a57f4d}@media (max-width: 1400px){.main-nav li{margin:0 8px}}@media (min-width: 992px){.header{padding:24px 0}.header-container{padding:0 12.5%}.main-nav{display:block}.hamburger{display:none}.header-cta-button{display:inline-block}.logo{height:34px}}.header.scrolled{background-color:#fbf9f5e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d}.site-footer{background-color:#023336;color:#fbf9f5cc;padding-top:64px}.footer-container{max-width:1400px;margin:0 auto;padding:0 32px 48px;display:grid;gap:40px}.footer-logo{height:35px;margin-bottom:24px;filter:brightness(0) invert(1)}.footer-about p{max-width:300px;line-height:1.6}.footer-links h4,.footer-social h4{font-size:1.2rem;color:#fbf9f5;margin-bottom:24px;font-weight:600}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:16px}.footer-links a{color:#fbf9f5cc;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fbf9f5}.social-icons{display:flex;gap:24px}.social-icons a{color:#fbf9f5;font-size:1.5rem;transition:color .2s}.social-icons a:hover{color:#9de492}.footer-bottom-bar{padding:24px;text-align:center;background-color:#012527;font-size:.9rem}.footer-bottom-bar p{margin:0;opacity:.7}@media (min-width: 768px){.footer-container{grid-template-columns:2fr 1fr 1fr;padding:0 12.5% 48px}}.hero{height:800px;display:flex;align-items:center;box-sizing:border-box;position:relative;overflow:hidden;background-color:#fbf9f5}.hero-content{width:100%;padding:0 32px;text-align:center;max-width:1400px;position:relative;z-index:1;margin:0 auto}.hero-text h1{font-size:3rem;line-height:1.1;color:#023336;margin-bottom:32px;max-width:800px;margin-left:auto;margin-right:auto}.hero-text p{font-size:1.25rem;line-height:1.6;color:#023336;opacity:.9;max-width:650px;margin-left:auto;margin-right:auto}.hero-text .sub-header{font-weight:600;margin-bottom:24px}.cta-wrapper{position:relative;display:flex;align-items:center;margin-top:32px;cursor:pointer}.cta-pulse-circle{width:80px;height:80px;background-color:#9de492cc;border-radius:50%;margin-right:-32px;z-index:1;animation:pulse 2.5s infinite ease-in-out;transition:opacity .2s ease-in-out}.cta-pulse-circle.is-hidden{animation:none;opacity:0}.animated-cta-button{position:relative;display:inline-flex;align-items:center;padding:16px 32px;text-decoration:none;font-weight:600;font-size:1.25rem;color:#023336;border:2px solid transparent;border-radius:8px;background-color:transparent;z-index:2;overflow:hidden}.animated-cta-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#9de492;transform:scaleX(var(--scale, 0));transform-origin:left center;z-index:-1;transition:transform .4s ease-out}.animated-cta-text{position:relative;z-index:2;padding-right:16px}.animated-cta-arrow{position:relative;z-index:2;font-size:1.8rem;opacity:var(--arrow-opacity, 0);transform:translate(var(--arrow-x, -10px));transition:opacity .3s,transform .3s}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.hero-image-container{width:100%;height:400px;position:relative;margin-top:32px}.hero-image{max-width:100%;height:auto}@media (min-width: 992px){.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:0 12.5%;text-align:left}.hero-text h1,.hero-text p{margin-left:0;margin-right:0}.hero-text h1{font-size:4rem}.hero-image-container{margin-top:0;height:100%}}@media (max-width: 768px){.hero{height:auto;padding-top:120px;padding-bottom:48px}.hero-text h1{font-size:2.2rem}.hero-text p{font-size:1.1rem}.hero-image-container{height:300px}.cta-wrapper{justify-content:center}.cta-pulse-circle{display:none}.animated-cta-button{background-color:#12a57f;color:#fff;border:none;box-shadow:0 6px 18px #12a57f59;transform:translateZ(0);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;animation:pulseGlow 2.4s ease-in-out infinite}.animated-cta-button:before{display:none}.animated-cta-arrow{opacity:1!important;transform:none!important}.animated-cta-button:active{transform:translateY(1px) scale(.98);box-shadow:0 4px 12px #12a57f4d}}@keyframes pulseGlow{0%,to{box-shadow:0 6px 18px #12a57f47}50%{box-shadow:0 10px 26px #12a57f6b}}@media (min-width: 768px) and (max-width: 991px){.hero{padding-top:200px}.hero-text h1{font-size:2.6rem}.hero-text p{font-size:1.15rem}.cta-wrapper{justify-content:center}}@media (min-width: 992px) and (max-width: 1106px){.hero{padding-top:40px}.hero-text h1{font-size:3.2rem}.hero-text p{font-size:1.2rem}.hero-image-container{transform:scale(.9);transform-origin:center}}.node-garden-canvas{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.trusted-by-section{padding:24px 0 48px}.trusted-by-content{display:flex;flex-direction:column;gap:32px;max-width:1400px;margin:0 auto;padding:0 32px}.trusted-by-title{color:#12a57f;font-size:1.25rem;font-weight:600;margin:0;text-align:left}.logos-grid{display:flex;flex-direction:column;gap:48px}.logo-row{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around}.logo-item{display:flex;justify-content:center;align-items:center;padding:0 16px}.client-logo{height:32px;width:auto}@media (max-width: 992px){.trusted-by-title{text-align:center}.logo-row{justify-content:space-around;gap:40px}}@media (min-width: 992px){.trusted-by-content{padding:0 12.5%}}.problem-solver-section{padding:0;background-color:#023336;color:#fbf9f5}.problem-solver-content{max-width:1200px;margin:0 auto;padding:0 32px;text-align:center}.problem-solver-content h2{font-size:2.5rem;color:#fbf9f5;margin-bottom:24px}.problem-solver-content .intro-text{font-size:1.25rem;line-height:1.6;max-width:700px;margin:0 auto 32px;opacity:.9}.problem-solver-content .callout-text{font-size:1.1rem;font-weight:600;color:#9de492;margin-bottom:48px}.problems-grid{display:grid;gap:40px}.problem-card{background-color:#034a4f;padding:32px 32px 48px;border-radius:8px;border-top:4px solid #12A57F;box-shadow:0 4px 12px #0003;text-align:left;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;position:relative;cursor:pointer}.problem-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d}.problem-card:hover .card-arrow{opacity:1}.card-arrow{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:1.5rem;color:#12a57f;opacity:.3;transition:opacity .2s ease-in-out}.problem-icon{margin-bottom:24px;background-color:#023336;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.problem-icon img{width:28px;height:28px}.problem-title{font-size:1.25rem;color:#fbf9f5;margin-bottom:16px}.problem-description{font-size:1rem;line-height:1.5;color:#fbf9f5;opacity:.8}.problem-description strong{font-weight:600;color:#9de492}.cta-container{margin-top:64px;padding-bottom:64px;text-align:center}.cta-link{display:inline-block;background-color:#9de492;color:#023336;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.cta-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #02333626}@media (min-width: 768px){.problems-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.problems-grid{grid-template-columns:repeat(3,1fr)}.problem-solver-content{padding:0 12.5%}}.modal-overlay{position:fixed;inset:0;background:radial-gradient(ellipse at center,#0233368c,#023336bf 60%),#023336a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;animation:fadeIn .25s forwards ease-out}.modal-content{background-color:#fff;padding:40px;border-radius:14px;width:min(700px,92vw);max-height:88vh;overflow-y:auto;outline:none;border:1px solid rgba(18,165,127,.18);border-left:4px solid #12A57F;box-shadow:0 18px 50px #02333640,0 6px 18px #0233361f;transform:translateY(8px) scale(.98);animation:popIn .32s forwards cubic-bezier(.2,.8,.2,1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid rgba(18,165,127,.2)}.modal-title{font-size:1.5rem;color:#023336;margin:0}.modal-close-button{background:transparent;border:1px solid rgba(2,51,54,.15);width:36px;height:36px;border-radius:50%;aspect-ratio:1/1;padding:0;-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;cursor:pointer;color:#023336;transition:background-color .2s,border-color .2s,transform .15s}.modal-close-button:hover{background-color:#9de49226;border-color:#12a57f66;transform:scale(1.05)}.modal-body p{font-size:1.1rem;line-height:1.7;margin-bottom:24px}.modal-body p:last-child{margin-bottom:0}.modal-body strong{color:#12a57f}@keyframes fadeIn{to{opacity:1}}@keyframes popIn{to{transform:translateY(0) scale(1);opacity:1}}.section-divider-container{width:100%;line-height:0;background-color:#023336}.section-divider-container.vertical{width:80px;height:100%}.section-divider-container svg{display:block;width:100%;height:80px}.section-divider-container.vertical svg{width:80px;height:100%}@media (max-width: 768px){.section-divider-container svg{height:60px}}.services-section{padding:0 0 64px;background-color:#fbf9f5}.services-intro{text-align:left;max-width:1200px;margin:0 auto 64px;padding:0 32px}.services-intro h1{font-size:2.8rem;color:#023336;margin-bottom:24px;line-height:1.3}.services-intro h1 .highlight-text{color:#12a57f;display:block}.services-intro p{font-size:1.2rem;line-height:1.7;color:#023336;max-width:60%}.services-tabs-container{max-width:1200px;margin:0 auto;padding:0 32px}@media (min-width: 768px){.services-tabs-container{display:grid;grid-template-columns:1fr 3fr;gap:48px}.tabs-navigation{display:flex;flex-direction:column;align-items:flex-start}.tab-button{width:100%;padding:24px;background:none;border:none;border-left:4px solid transparent;text-align:left;font-size:1.1rem;font-weight:600;color:#12a57f;cursor:pointer;transition:all .3s ease}.tab-button:hover{background-color:#d4f3cf;color:#023336}.tab-button.active{color:#023336;background-color:#dff6dc;border-left-color:#12a57f}.tab-content-panel{display:none;padding:40px;animation:fadeIn .5s ease;border:1px solid #eee;border-radius:16px;background-color:#fff;position:relative;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:0 4px 12px #00000014}.tab-content-panel.active{display:block}.tab-content-panel:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000002e}.tab-content-panel h3{font-size:2rem;color:#023336;margin-bottom:24px;position:relative;z-index:2}.tab-content-panel p{font-size:1.2rem;line-height:1.8;color:#023336;font-weight:400;position:relative;z-index:2}}@media (max-width: 767px){.services-intro{text-align:center}.services-intro h1{font-size:2rem}.services-intro p{max-width:100%;margin:0 auto;text-align:left}.services-tabs-container{display:none}.services-accordion{padding:0 16px;max-width:800px;margin:0 auto}.services-accordion .tab-button{width:100%;padding:32px 16px;background:none;border:none;border-bottom:1px solid #eee;text-align:left;font-size:1.2rem;font-weight:600;color:#023336;cursor:pointer;position:relative;display:flex;align-items:center}.services-accordion .tab-button:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.8rem;color:#12a57f;transition:transform .3s ease}.services-accordion .tab-button.active:after{transform:translateY(-50%) rotate(45deg)}.services-accordion .tab-content-panel{max-height:0;overflow:hidden;transition:max-height .5s ease-out,padding .5s ease-out;padding:0 24px;position:relative}.services-accordion .tab-content-panel.active{max-height:500px;padding:32px 24px;border-bottom:1px solid #eee}.services-accordion .tab-content-panel h3{display:none}.services-accordion .tab-content-panel p{font-size:1.1rem;line-height:1.8;color:#023336;font-weight:400}.services-accordion .accordion-item.active .tab-button:after{transform:translateY(-50%) rotate(45deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.tab-content-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.08;z-index:1}[data-animation=grid]:before{background-image:linear-gradient(rgba(18,165,127,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(18,165,127,.2) 1px,transparent 1px);background-size:50px 50px;animation:pan 40s linear infinite}[data-animation=particles]:before{background:radial-gradient(circle,#12A57F 1px,transparent 1px);background-size:40px 40px;animation:zoom 25s infinite linear}[data-animation=shapes]:before{background:radial-gradient(circle at 10% 20%,rgba(18,165,127,.15) 80px,transparent 81px),radial-gradient(circle at 85% 70%,rgba(18,165,127,.15) 120px,transparent 121px)}[data-animation=wave]:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3e%3cpath d='M0,60 C150,120 350,0 500,60 C650,120 850,0 1000,60 L1000,100 L0,100 Z' fill='#12A57F'/%3e%3c/svg%3e") repeat-x;background-size:2000px 100px;height:100px;width:100%;bottom:0;top:auto;animation:wave-animation 25s linear infinite}[data-animation=dots]:before{background-image:radial-gradient(rgba(18,165,127,.3) 1px,transparent 0);background-size:25px 25px;animation:move-dots 8s linear infinite}[data-animation=boxes]:before{background-image:repeating-linear-gradient(45deg,rgba(18,165,127,.1),rgba(18,165,127,.1) 10px,transparent 10px,transparent 20px)}[data-animation=scanline]:before{background:linear-gradient(to bottom,transparent 50%,rgba(18,165,127,.1) 50%);background-size:100% 8px;animation:scan 10s linear infinite}[data-animation=gradient]:before{background:radial-gradient(ellipse at bottom right,rgba(18,165,127,.2),transparent 60%)}@keyframes scan{to{background-position:0 100px}}.how-we-work-section{background-color:#023336;color:#fbf9f5;padding:0}.section-intro{text-align:left;max-width:1200px;margin:0 auto 64px;padding:64px 32px 0}.section-intro h2{font-size:2.5rem;margin-bottom:24px}.section-intro p{font-size:1.2rem;line-height:1.6;opacity:.9;max-width:60%}.mobile-view{display:none}.desktop-view{display:grid}.desktop-view{max-width:1200px;margin:0 auto;padding:0 32px 64px;grid-template-columns:1fr 2fr;gap:48px;min-height:500px}.step-list-panel ul{list-style:none;padding:0;margin:0;position:sticky;top:150px}.step-list-panel .step-button{display:flex;align-items:center;width:100%;padding:24px;background:none;border:1px solid rgba(157,228,146,.2);border-radius:8px;color:#fbf9f5;text-align:left;cursor:pointer;margin-bottom:16px;transition:background-color .2s,border-color .2s}.step-list-panel .step-button .step-number{font-size:1.5rem;font-weight:600;color:#12a57f;margin-right:24px}.step-list-panel .step-button .step-title{font-size:1.1rem;font-weight:600}.step-list-panel .step-button:hover{background-color:#9de4921a}.step-list-panel .step-button.active{background-color:#12a57f;border-color:#12a57f;color:#023336}.step-list-panel .step-button.active .step-number{color:#023336}.content-panel{position:relative;border-radius:8px;overflow:hidden;background-color:#034a4f}.content-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.4}.content-background-animation>div{position:absolute;width:100%;height:100%}.content-background-animation>.bg-wave{height:100px;top:auto;bottom:0;background-position:bottom center}.content-text{position:relative;z-index:1;padding:40px 40px 56px;animation:fadeIn .6s ease-in-out}.content-text h3{font-size:2rem;margin-bottom:24px}.content-text p{font-size:1.2rem;line-height:1.7;max-width:600px;opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-view .how-we-work-container{padding:0 32px 64px;max-width:800px;margin:0 auto}.mobile-view .accordion-item{border-bottom:1px solid rgba(157,228,146,.2)}.mobile-view .accordion-item:last-child{border-bottom:none}.mobile-view .accordion-item .step-button{display:flex;align-items:center;width:100%;padding:32px 16px;background:none;border:none;color:#fbf9f5;text-align:left;cursor:pointer;transition:background-color .2s}.mobile-view .accordion-item .step-button .step-number{font-size:1.5rem;font-weight:600;color:#12a57f;margin-right:24px}.mobile-view .accordion-item .step-button .step-title{font-size:1.1rem;font-weight:600}.mobile-view .accordion-item .step-button:after{content:"+";font-size:2rem;margin-left:auto;color:#12a57f;transition:transform .3s ease}.mobile-view .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height .5s ease-out,padding-bottom .5s ease-out}.mobile-view .accordion-item .accordion-content .content-panel{padding:0;background-color:transparent;min-height:350px;border-radius:0}.mobile-view .accordion-item.active .step-button:after{transform:rotate(45deg)}.mobile-view .accordion-item.active .accordion-content{max-height:600px;padding-bottom:40px}.bg-scope{position:absolute;inset:0;overflow:hidden;background-image:radial-gradient(rgba(157,228,146,.18) 1.5px,transparent 1.5px);background-size:48px 48px;background-position:24px 24px}.bg-scope:before{content:"";position:absolute;inset:-2%;background-image:linear-gradient(rgba(18,165,127,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(18,165,127,.22) 1px,transparent 1px);background-size:48px 48px;opacity:.8}.bg-scope:after{content:"";position:absolute;inset:-30% -10%;background:linear-gradient(120deg,#9de49200 35%,#9de49259,#9de49200 65%);transform:translate(-120%);animation:scope-sweep 8s linear infinite}@keyframes scope-sweep{0%{transform:translate(-120%)}50%{transform:translate(120%)}to{transform:translate(120%)}}.bg-particles{background:radial-gradient(circle,#9DE492 1px,transparent 1px);background-size:40px 40px;animation:zoom 25s infinite linear}@keyframes zoom{0%{background-size:30px 30px}to{background-size:50px 50px}}.bg-grid{background-image:linear-gradient(rgba(18,165,127,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(18,165,127,.2) 1px,transparent 1px);background-size:50px 50px;animation:pan 40s linear infinite}@keyframes pan{0%{background-position:0 0}to{background-position:50px 50px}}.bg-shapes:before,.bg-shapes:after{content:"";position:absolute;border-radius:10%;background:#9de49226;animation:rotate-fade 20s infinite linear alternate}.bg-shapes:before{width:180px;height:180px;top:10%;left:15%}.bg-shapes:after{width:220px;height:220px;bottom:15%;right:10%;animation-delay:-10s}@keyframes rotate-fade{0%{transform:rotate(0) scale(.8);opacity:.1}to{transform:rotate(180deg) scale(1);opacity:1}}.bg-boxes div{position:absolute;width:60px;height:60px;background-color:#12a57f26;border:1px solid rgba(157,228,146,.3);animation:move-boxes 18s linear infinite;bottom:-150px}.bg-boxes div:nth-child(1){left:25%;animation-delay:0s}.bg-boxes div:nth-child(2){left:50%;animation-delay:-4s;width:80px;height:80px}.bg-boxes div:nth-child(3){left:70%;animation-delay:-10s}.bg-boxes div:nth-child(4){left:10%;animation-delay:-14s;width:40px;height:40px}.bg-boxes div:nth-child(5){left:85%;animation-delay:-16s}@keyframes move-boxes{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-120vh) rotate(360deg)}}.bg-wave{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3e%3cpath d='M0,60 C150,120 350,0 500,60 C650,120 850,0 1000,60 L1000,100 L0,100 Z' fill='rgba(157, 228, 146, 0.2)'/%3e%3c/svg%3e") repeat-x;background-size:2000px 100px;height:100px;width:100%;position:absolute;bottom:0;background-position:bottom center;animation:wave-animation 25s linear infinite}@keyframes wave-animation{0%{background-position-x:0}to{background-position-x:2000px}}.bg-dots{background-image:radial-gradient(rgba(157,228,146,.3) 1px,transparent 0);background-size:25px 25px;background-position:0 0;animation:move-dots 8s linear infinite}@keyframes move-dots{to{background-position:25px 50px}}@media (max-width: 992px){.desktop-view{display:none}.mobile-view{display:block}}@media (max-width: 768px){.section-intro{text-align:center}.section-intro p{max-width:100%;margin:0 auto;text-align:left}.section-intro h2{font-size:2rem}.section-intro p{font-size:1.1rem}.content-text h3{font-size:1.8rem}.content-text p{font-size:1.1rem}}@media (max-width: 576px){.mobile-view .accordion-item .step-button{align-items:flex-start}.mobile-view .accordion-item .step-button .step-title{flex-basis:80%}}.technologies-section{padding:0;max-width:none;margin:0;background:#fbf9f5}.technologies-section .technologies-inner{padding:64px 0;max-width:1200px;margin:0 auto}.technologies-section .technologies-header{text-align:left;margin:0 auto 64px;padding:0 32px}.technologies-section .technologies-header h2{font-size:2.8rem;color:#023336;margin-bottom:24px;line-height:1.3}.technologies-section .technologies-header p{font-size:1.2rem;line-height:1.7;color:#023336;max-width:60%}.technologies-section .technologies-container{display:flex;gap:48px;padding:0 32px}.technologies-section .technologies-nav{display:flex;flex-direction:column;gap:.5rem;flex:0 0 200px}.technologies-section .technologies-nav .nav-button{width:100%;padding:24px;background:none;border:none;border-left:4px solid transparent;text-align:left;font-size:1.1rem;font-weight:600;color:#12a57f;cursor:pointer;transition:all .3s ease}.technologies-section .technologies-nav .nav-button:hover{background-color:#d4f3cf;color:#023336}.technologies-section .technologies-nav .nav-button.active{color:#023336;background-color:#dff6dc;border-left-color:#12a57f}.technologies-section .technologies-content{flex:1;min-height:400px}.technologies-section .technologies-content h3{font-size:2rem;color:#023336;margin-bottom:24px}.technologies-section .technologies-content .tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:24px;margin-bottom:32px}.technologies-section .technologies-content .tech-group{margin-top:32px}.technologies-section .technologies-content .tech-group-title{font-size:1.4rem;color:#023336;margin-bottom:24px}.technologies-section .technologies-content .group-divider{border:none;height:1px;background-color:#9de492;margin:40px 0}.technologies-section .technologies-content .tech-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;text-align:center;padding:1rem;border-radius:8px;transition:background-color .3s ease}.technologies-section .technologies-content .tech-item .tech-icon{width:60px;height:60px;transition:transform .3s ease,box-shadow .3s ease}.technologies-section .technologies-content .tech-item .tech-icon-placeholder{width:60px;height:60px;background-color:#f0f0f0;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease}.technologies-section .technologies-content .tech-item span{font-size:.9rem;color:#023336}.technologies-section .technologies-content .tech-item:hover .tech-icon-placeholder,.technologies-section .technologies-content .tech-item:hover .tech-icon{transform:scale(1.1)}.technologies-section .technologies-content .tech-item.active .tech-icon-placeholder{background-color:#12a57f;box-shadow:0 0 15px #12a57f80;transform:scale(1.1)}.technologies-section .technologies-content .tech-item.active span{font-weight:700}.technologies-section .technologies-content .tech-description{margin-top:0;padding:0 40px;background-color:#fafafa;border-radius:8px;max-height:0;opacity:0;overflow:hidden;transform:translateY(8px);will-change:max-height,opacity,transform,padding,margin;transition:max-height .4s ease,opacity .3s ease,transform .3s ease,padding .3s ease,margin .3s ease,background-color .4s ease;text-align:left}.technologies-section .technologies-content .tech-description p{color:#023336;line-height:1.7;font-size:1.2rem;transition:color .4s ease}.technologies-section .technologies-content .tech-description.active{margin-top:32px;padding:40px;max-height:420px;opacity:1;transform:none;background-color:#023336}.technologies-section .technologies-content .tech-description.active p{color:#fff}@media (max-width: 768px){.technologies-section .technologies-header{text-align:center}.technologies-section .technologies-header h2{font-size:2rem}.technologies-section .technologies-header p{max-width:100%;margin:0 auto;text-align:left}.technologies-section .technologies-container{display:block}.technologies-section .technologies-nav{flex-direction:row;gap:16px;row-gap:16px;flex:none;flex-wrap:wrap;justify-content:center;overflow:visible;padding:0 32px;margin-bottom:24px}.technologies-section .technologies-nav .nav-button{display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto;width:auto;max-width:none;overflow:hidden;text-overflow:ellipsis;border-left:none;border:1px solid rgba(18,165,127,.4);border-radius:999px;padding:6px 16px;background:#fff;font-size:.9rem}.technologies-section .technologies-nav .nav-button.active{background:#dff6dc;border-color:#12a57f}.technologies-section .technologies-nav::-webkit-scrollbar{display:none;height:0;width:0;background:transparent}.technologies-section .technologies-content{padding:0 32px}.technologies-section .technologies-content h3{font-size:1.5rem;text-align:center}.technologies-section .technologies-content .tech-group-title{text-align:center}.technologies-section .technologies-content .tech-grid{gap:16px}.technologies-section .technologies-content .tech-item .tech-icon,.technologies-section .technologies-content .tech-item .tech-icon-placeholder{width:48px;height:48px}.technologies-section .technologies-content .tech-description p{font-size:1.05rem}}.projects-section{padding-bottom:64px;background-color:#023336;position:relative;overflow:hidden}.projects-container{max-width:1200px;margin:0 auto;padding:64px 32px 0;text-align:left;position:relative;z-index:1}.projects-title{font-size:2.5rem;color:#fbf9f5;margin-bottom:48px}.projects-description{color:#fbf9f5e6;margin:-32px 0 40px;max-width:860px;font-size:1.2rem;line-height:1.6}@media (max-width: 768px){.projects-container{text-align:center}.projects-title{font-size:2rem}.projects-description{max-width:100%;margin-left:auto;margin-right:auto;text-align:left}}.projects-list{list-style:none;padding:0;margin:0 0 64px;position:relative}.projects-list-wrapper{overflow:hidden;transition:max-height .55s ease-in-out;will-change:max-height}.projects-list-item{margin-bottom:24px;max-height:500px;overflow:hidden;opacity:1}.projects-list-item.is-collapsed{transition:max-height .45s ease-in-out,opacity .3s ease-in-out,margin .3s ease-in-out;will-change:max-height,opacity,margin;max-height:0;opacity:0;margin:0!important}.project-row{display:grid;grid-template-columns:1fr 160px;gap:32px;align-items:center;background:#ffffff0a;border:1px solid rgba(18,165,127,.25);border-radius:14px;padding:24px;text-decoration:none;transition:background .22s ease,transform .22s ease,border-color .22s ease}.project-row:hover{background:#ffffff14;transform:translateY(-2px);border-color:#12a57f}@media (max-width: 768px){.project-row{grid-template-columns:1fr;align-items:start}}.row-main{text-align:left}.row-title{margin:0 0 16px;font-size:1.35rem;color:#fbf9f5;line-height:1.35}.row-meta{max-height:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .28s ease;color:#fbf9f5}.row-meta strong{color:#12a57f;font-weight:700}.project-row:hover .row-meta{max-height:140px;opacity:1}@media (max-width: 768px){.row-meta{max-height:200px;opacity:1}.row-media{display:none}}@media (max-width: 992px){.projects-section .row-media{display:none!important}}.row-cta{display:inline-block;margin-top:16px;color:#9de492;font-weight:700}.project-card{text-decoration:none;color:inherit}.project-card-content{padding:24px;display:contents}.project-info{text-align:left}.project-title{font-size:1.35rem;color:#023336;line-height:1.4}.project-meta{list-style:none;padding:0;margin:0;color:#023336;font-size:.98rem}.project-meta li{margin-bottom:6px}.project-meta strong{color:#12a57f;font-weight:700}.project-row .project-meta.row-meta{color:#fbf9f5}.project-row .project-meta.row-meta strong{color:#12a57f}.project-cta{margin-top:auto;font-weight:700;color:#12a57f}.row-media{width:120px;height:120px;border-radius:12px;background:#fff;border:1px solid rgba(18,165,127,.25);box-shadow:0 6px 18px #0233360f;display:flex;align-items:center;justify-content:center;overflow:hidden;justify-self:end}@media (min-width: 768px){.row-media{width:160px;height:160px}}.industry-image{width:100%;height:100%;object-fit:cover}.industry-image.contain{object-fit:contain;padding:16px;background:#9de4921f}.projects-actions{text-align:center;margin-top:32px}.toggle-btn{background:transparent;color:#9de492;border:1px solid rgba(157,228,146,.6);border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.toggle-btn:hover{background:#9de49226;border-color:#9de492;color:#fff}.comet-backdrop-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;display:block;background:transparent;z-index:0}.industries-section{position:relative;background-size:cover;background-position:center;transition:background-image .5s ease-in-out;color:#fff}.industries-top-divider,.industries-bottom-divider{position:absolute;left:0;right:0;z-index:3;pointer-events:none}.industries-top-divider{top:-1px}.industries-bottom-divider{bottom:-1px}.industries-section .section-overlay{position:absolute;inset:0;background-color:#194e44;opacity:.9;z-index:1}.industries-section .industries-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:144px 32px}.industries-section .industries-header{text-align:left;margin-bottom:48px}.industries-section .industries-header h2{font-size:2.8rem;color:#fff;margin-bottom:24px}.industries-section .industries-header p{font-size:1.2rem;line-height:1.7;color:#fff;max-width:60%}@media (max-width: 768px){.industries-section .industries-header{text-align:center}.industries-section .industries-header h2{font-size:2rem}.industries-section .industries-header p{max-width:100%;margin:0 auto;text-align:left}}.industries-section .industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 992px){.industries-section .industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.industries-section .industry-grid{grid-template-columns:1fr}}.industries-section .industry-title{padding:24px;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;text-align:left}.industries-section .industry-title h3{font-size:1.1rem;font-weight:600;margin:0;line-height:1.5}.industries-section .industry-title:hover{background-color:#ffffff1a;border-bottom-color:#12a57f80}.industries-section .industry-title.active{border-bottom-color:#12a57f}.industries-section .industry-title.active h3{color:#9de492}.proven-results-section{padding:0;background-color:#023336;color:#fbf9f5;position:relative}.proven-results-container{max-width:1200px;margin:0 auto;padding:64px 32px}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.8rem;color:#fbf9f5}.metrics-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center;margin:0 auto 64px;max-width:980px}@media (max-width: 768px){.metrics-bar{grid-template-columns:repeat(2,1fr);gap:48px}}.metrics-bar .metric-item h3{font-size:2.2rem;color:#9de492;margin:0 0 8px}.metrics-bar .metric-item p{font-size:1rem;color:#fff;opacity:.9;margin:0}@media (max-width: 992px){.metrics-bar .metric-item h3{font-size:2rem}}@media (max-width: 768px){.metrics-bar{max-width:100%}.metrics-bar .metric-item h3{font-size:1.8rem}}.core-proposition{text-align:center;margin-bottom:64px}.core-proposition .lead{font-size:1.5rem;font-weight:500;line-height:1.6;color:#fbf9f5;max-width:900px;margin:0 auto}.approach-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:64px}@media (max-width: 768px){.approach-columns{grid-template-columns:1fr}}.approach-columns .column{background-color:#034a4f;padding:40px;border-radius:16px;border:1px solid rgb(3.8214285714,97.4464285714,103.1785714286)}.approach-columns .column h4{font-size:1.4rem;color:#9de492;margin-bottom:24px}.approach-columns .column p{font-size:1.1rem;line-height:1.7;color:#fff;opacity:.9}.sweet-spot{text-align:center}.sweet-spot h4{font-size:1.2rem;color:#fff;opacity:.9;margin-bottom:24px}.sweet-spot .tags-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.sweet-spot .tags-container span{background-color:#046167;color:#9de492;padding:8px 24px;border-radius:20px;font-size:.9rem;font-weight:500}.results-section{padding:0;background-color:#fbf9f5}.results-section .results-header{max-width:1200px;margin:0 auto 48px;padding:64px 32px 0;text-align:left}.results-section .results-header h2{font-size:2.8rem;color:#023336;margin-bottom:24px}.results-section .results-header h2 span{color:#12a57f}.results-section .results-header p{font-size:1.2rem;line-height:1.7;color:#023336;max-width:60%}.results-section .results-table-container{max-width:1200px;margin:0 auto;padding:0 32px 64px;overflow-x:auto}.results-section .results-table{width:100%;border-collapse:collapse}.results-section .results-table th,.results-section .results-table td{padding:24px 32px;text-align:left;vertical-align:top;border-bottom:1px solid #e0e0e0}.results-section .results-table thead th{border-bottom:2px solid #023336;font-size:1.4rem;color:#023336}.results-section .results-table thead th:nth-child(3){text-align:center}.results-section .results-table thead th:nth-child(3) img{height:30px;width:auto}.results-section .results-table tbody tr:last-child td{border-bottom:none}.results-section .results-table tbody td{line-height:1.6;font-size:1rem}.results-section .results-table tbody td.feature-cell{font-weight:700;font-size:1.1rem;color:#023336;min-width:220px}.results-section .results-table tbody tr td:nth-child(3){background-color:#dff6dc;color:#023336;font-weight:500}.results-section .results-mobile{display:none}@media (max-width: 768px){.results-table-container{display:none}.results-section .results-mobile{padding:0 32px 64px;display:grid;gap:24px}.results-section .result-card{background:#fff;border:1px solid rgba(18,165,127,.18);border-left:4px solid #12A57F;border-radius:12px;padding:32px;box-shadow:0 8px 30px #0233360f}.results-section .result-card+.result-card{margin-top:24px}.results-section .result-card .feature{margin:0 0 16px;font-size:1.2rem;color:#023336;text-align:center}.results-section .compare-block{padding-top:16px;border-top:1px solid #eee}.results-section .compare-block:first-of-type{border-top:none}.results-section .label-row{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.results-section .label-row .label{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:700;font-size:.8rem;white-space:nowrap;background:#02333612;color:#023336;border:1px solid rgba(2,51,54,.18)}.results-section .compare-block.skalable .label-row .label{display:none}.compare-block.skalable{background:#9de4922e;border:1px solid rgba(18,165,127,.28);border-radius:10px;padding:24px;margin-top:16px;border-top:none}.compare-block.others{background:#0233360a;border:1px dashed rgba(2,51,54,.22);border-radius:10px;padding:24px;margin-top:16px;border-top:none}.compare-block.others .label-row .label{background:#0233360f;color:#023336;border:1px dashed rgba(2,51,54,.22)}.results-section .label-row .brand{height:22px;width:auto;filter:none}.results-section .compare-block p{margin:0;font-size:1rem;line-height:1.6;color:#023336;text-align:left}}@media (max-width: 768px){.results-section .results-header{text-align:center}.results-section .results-header h2{font-size:2rem}.results-section .results-header p{max-width:100%;margin:0 auto;text-align:left}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.testimonials-section{padding-bottom:64px;background-color:#023336;position:relative}.testimonials-container{max-width:1200px;margin:0 auto;padding:64px 32px 0;text-align:center}.testimonials-title{font-size:2.5rem;color:#fbf9f5;margin-bottom:48px;margin-top:0}.testimonial-swiper{position:relative;padding:32px 0 64px}.testimonial-swiper:before,.testimonial-swiper:after{content:"";position:absolute;top:0;bottom:64px;width:100px;z-index:2;pointer-events:none}.testimonial-swiper:before{left:0;background:linear-gradient(to right,#023336,transparent)}.testimonial-swiper:after{right:0;background:linear-gradient(to left,#023336,transparent)}.testimonial-swiper .swiper-slide{width:60%;max-width:700px;opacity:.4;transform:scale(.85);transition:opacity .4s ease,transform .4s ease}.testimonial-swiper .swiper-slide.swiper-slide-active{opacity:1;transform:scale(1)}.testimonial-swiper .swiper-button-prev,.testimonial-swiper .swiper-button-next{background:none;color:#12a57f;top:auto;bottom:0;transform:none;z-index:3;width:auto;height:auto;transition:color .2s ease}.testimonial-swiper .swiper-button-prev:after,.testimonial-swiper .swiper-button-next:after{font-size:2.2rem;font-weight:900}.testimonial-swiper .swiper-button-prev:hover,.testimonial-swiper .swiper-button-next:hover{color:#1de6b2}.testimonial-swiper .swiper-button-prev{left:calc(50% - 60px)}.testimonial-swiper .swiper-button-next{right:calc(50% - 60px)}@media (max-width: 640px){.testimonial-swiper{padding-bottom:48px}.testimonial-swiper:before,.testimonial-swiper:after{display:none}.testimonial-swiper .swiper-button-prev,.testimonial-swiper .swiper-button-next{display:none!important}.testimonial-swiper .swiper-slide{width:92%!important;max-width:92vw;opacity:1;transform:none}.testimonial-swiper .swiper-slide-active{transform:none}.testimonial-card{padding:32px;height:380px;display:flex}.testimonial-content,.testimonial-body{display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden}.testimonial-header{min-height:72px}.short-feedback{font-size:1.15rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.author-name{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-title{font-size:.95rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{margin-top:auto}}.testimonial-card{background-color:#fff;border-radius:16px;padding:40px;text-align:left;box-shadow:0 10px 30px #02333614;border:1px solid #eee}.testimonial-header{display:flex;align-items:center;margin-bottom:32px}.testimonial-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-right:32px;border:3px solid #9DE492}.author-name{font-size:1.2rem;font-weight:700;color:#023336;margin:0}.author-title{font-size:1rem;color:#12a57f;margin:0}.author-title strong{color:#023336;font-weight:600}.short-feedback{font-size:1.25rem;line-height:1.7;font-style:italic;color:#023336;margin-bottom:32px}.read-more-btn{background:none;border:none;color:#12a57f;font-weight:600;cursor:pointer;padding:8px 0;font-size:1rem}.read-more-btn:hover{text-decoration:underline}.testimonial-modal-body p{font-size:1.1rem;line-height:1.8;color:#046167;margin-bottom:24px}.company-section{padding:64px 32px;text-align:left;background-color:#fbf9f5}.company-section .container{max-width:1200px;margin:0 auto}.company-section h2{font-size:3rem;margin-bottom:16px;font-weight:700;color:#023336;position:relative}.company-section h3{font-size:1.75rem;margin-bottom:40px;color:#12a57f;font-weight:700;line-height:1.3}.company-section .copy{max-width:1200px;margin:0 auto 48px;background:#fff;border:1px solid rgba(18,165,127,.18);border-left:4px solid #12A57F;border-radius:12px;padding:40px;box-shadow:0 8px 30px #0233360f;animation:fadeUp .6s ease both;position:relative;overflow:hidden;z-index:0;display:grid;grid-template-columns:1fr;gap:32px}.company-section .copy p{font-size:1.15rem;line-height:1.85;margin:0 0 24px;color:#023336;text-align:left;max-width:70ch}.company-section .copy p:last-of-type{margin-bottom:0}@media (min-width: 768px){.company-section .copy{min-height:340px;grid-template-columns:minmax(0,1fr) clamp(180px,28%,340px);align-items:stretch}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.copy-visual{display:none}@media (min-width: 768px){.copy-visual{display:block;border-left:none;border-radius:8px;margin-left:16px;position:relative;overflow:hidden;opacity:1}}.comet-panel{position:relative;width:100%;height:100%}.comet-panel-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;background:transparent;pointer-events:none}.locations-section{padding:0;background-color:#fbf9f5;color:#023336}.locations-container{max-width:1200px;margin:0 auto;padding:64px 32px}.locations-header{text-align:left;margin:0 auto 64px;max-width:1200px;padding:0 32px}.locations-header h2{font-size:2.8rem;margin-bottom:24px;color:#023336}.locations-header h2 span{color:#12a57f}.locations-header p{font-size:1.2rem;line-height:1.7;color:#023336;max-width:60%;margin:0}.locations-header p span{color:#12a57f;font-weight:500}@media (max-width: 768px){.locations-header{text-align:center}.locations-header h2{font-size:2rem}.locations-header p{max-width:100%;margin:0 auto;text-align:left}}.locations-content-wrapper{display:flex;align-items:center;gap:64px}@media (max-width: 992px){.locations-content-wrapper{flex-direction:column}}.locations-list{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;gap:32px}.locations-list li{font-size:1.1rem;line-height:1.7;padding-left:32px;border-left:3px solid #12A57F}.locations-list li strong{color:#023336;display:block;margin-bottom:8px}.map-container{flex:1.5;width:100%}.map-container img{width:100%;height:auto;border-radius:8px}.contact-cta-section{position:relative;background:linear-gradient(#194e44e6,#194e44e6),url(/assets/office-background-ru8PdVhP.jpg);background-size:cover;background-position:center;padding:0;text-align:center}.contact-cta-section>.section-divider-container{margin-top:-1px}.contact-cta-section>.section-divider-container:first-child{margin-bottom:-1px}.contact-cta-container{max-width:800px;margin:0 auto;padding:64px 32px}.contact-cta-container h2{font-size:2.5rem;color:#fbf9f5;margin-bottom:24px}.contact-cta-container p{font-size:1.2rem;line-height:1.6;color:#fbf9f5e6;opacity:1;margin-bottom:40px}.contact-card{background:#fff;border:1px solid rgba(18,165,127,.2);border-left:4px solid #12A57F;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0233361f;text-align:left}.contact-cta-section .contact-form .form-group{margin-bottom:24px}.contact-cta-section .contact-form label{color:#023336}.contact-cta-section .contact-form input,.contact-cta-section .contact-form textarea{background:#fff;border-color:#02333633}.contact-cta-section .contact-form .submit-button{width:100%;background:#12a57f;color:#fff}.contact-cta-section .contact-form .submit-button:hover{background:#0f8e6d}.alt-divider{display:flex;align-items:center;justify-content:center;gap:24px;margin:48px 0 32px;color:#fbf9f5e6}.alt-divider:before,.alt-divider:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(251,249,245,.45))}.alt-divider:after{background:linear-gradient(to left,transparent,rgba(251,249,245,.45))}.alt-divider span{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.9rem}.contact-alt-actions{text-align:center}.schedule-btn{display:inline-block;padding:16px 32px;border-radius:999px;background:#12a57f;color:#fff;text-decoration:none;font-weight:700;border:1px solid #12A57F;transition:background .2s ease,transform .2s ease,border-color .2s ease}.schedule-btn:hover{background:#0f896a;border-color:#0f896a;transform:translateY(-2px)}.contact-form .form-group{margin-bottom:32px}.contact-form label{display:block;font-weight:600;margin-bottom:8px;color:#023336}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;padding:16px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#12a57f;box-shadow:0 0 0 3px #12a57f33}.contact-form textarea{resize:vertical}.submit-button{display:inline-block;width:100%;box-sizing:border-box;background-color:#12a57f;color:#fbf9f5;padding:24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;transition:background-color .2s,transform .2s}.submit-button:hover{background-color:#0f8e6d;transform:translateY(-2px)}.case-study{background:#fbf9f5}.case-hero{position:relative;background:#023336;padding:128px 32px 64px;overflow:hidden}@media (min-width: 992px){.case-hero{padding-top:160px}}.case-hero .container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.case-hero .back-link{display:inline-block;margin-bottom:24px;margin-top:-32px;text-decoration:none;color:#9de492;font-weight:700;font-size:1.5rem;transition:transform .2s ease,color .2s ease,text-shadow .2s ease}.case-hero .back-link:hover{transform:translateY(-2px);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.25)}.case-hero .back-link:focus-visible{outline:2px solid #9DE492;outline-offset:2px}@media (min-width: 992px){.case-hero .back-link{margin-top:-40px}}.case-hero .title{font-size:2.6rem;color:#fbf9f5;margin:0 0 16px;line-height:1.25}.case-hero .meta-inline{display:flex;flex-wrap:wrap;gap:16px 32px;list-style:none;padding:0;margin:0}.meta-inline .meta-label{color:#9de492;font-weight:700}.meta-inline .meta-value{color:#fbf9f5}.case-study .content{padding:64px 32px}.case-study .content .container,.case-study .content{max-width:1100px;margin:0 auto}.cs-card{background:#fff;border:1px solid rgba(18,165,127,.18);border-left:4px solid #12A57F;border-radius:12px;padding:40px;box-shadow:0 8px 30px #0233360f;margin-bottom:40px}.cs-card h2{color:#023336;margin:0 0 16px;font-size:1.6rem}.cs-card p{color:#023336;line-height:1.8}.cs-key-results .kpi-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:16px;list-style:none;padding:0}@media (min-width: 768px){.cs-key-results .kpi-grid{grid-template-columns:repeat(2,1fr)}}.kpi{border:1px solid rgba(18,165,127,.3);background:#9de4921f;border-radius:10px;padding:24px 24px 24px 80px;position:relative}.kpi-label{color:#12a57f;font-weight:800;display:block}.kpi-detail{color:#023336;display:block}.kpi:before{content:"✓";position:absolute;left:24px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;color:#12a57f;background:#12a57f1f;border:1px solid rgba(18,165,127,.4)}@media (max-width: 768px){.kpi{padding:24px}.kpi:before{display:none}}.bullets{margin:0 0 16px;padding-left:32px;color:#023336}.bullets li{margin-bottom:8px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:16px}.steps li{display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start}.steps li+li{border-top:1px solid rgba(18,165,127,.2);margin-top:16px;padding-top:16px}.step-index{width:36px;height:36px;border-radius:50%;background:#12a57f;color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.challenge-list{margin:0 0 16px;padding-left:0;list-style:none;color:#023336}.challenge-list li{margin-bottom:12px}.challenge-label{display:block;color:#12a57f;font-weight:800}.challenge-desc{display:block;margin-top:4px;color:#023336;margin-left:32px}.step-content{text-align:left}.solution-label{display:block;color:#12a57f;font-weight:800}.solution-desc{display:block;margin-top:4px;color:#023336}.privacy-page{background:#fbf9f5;color:#023336;min-height:60vh;padding:120px 0 60px}.privacy-container{max-width:900px;margin:0 auto;padding:0 32px}.privacy-container h1{font-size:2.2rem;margin:0 0 16px;position:relative}.privacy-container h1:after{content:"";display:block;width:90px;height:6px;margin-top:8px;border-radius:999px;background:#12a57f}.privacy-container h2{font-size:1.4rem;margin:24px 0 8px;position:relative;padding-left:0;padding-bottom:6px}.privacy-container h2:before{display:none}.privacy-container h2:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:3px;border-radius:999px;background:#12a57f}.privacy-container p,.privacy-container li,.privacy-container address{line-height:1.7;font-size:1rem}.privacy-container ul{padding-left:32px;margin:8px 0 16px}.privacy-container ul li{margin-bottom:6px}.privacy-container a{color:#12a57f;text-decoration:none}.privacy-container a:hover{text-decoration:underline}.privacy-container address{font-style:normal}.privacy-container>section{margin-bottom:32px}.privacy-container>section+section{border-top:1px solid rgba(2,51,54,.12);padding-top:32px}.privacy-container>section address{border-left:3px solid #12A57F;padding-left:16px}@media (max-width: 768px){.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.25rem}}.not-found{background:#023336;color:#fbf9f5}.nf-hero{position:relative;min-height:calc(100vh - 140px);padding:120px 32px 64px;overflow:hidden;display:flex;align-items:center;justify-content:center}.nf-container{position:relative;z-index:1;max-width:1000px;margin:0 auto;text-align:center}.nf-code{font-size:clamp(4rem,12vw,10rem);font-weight:900;letter-spacing:-2px;line-height:.9;margin:0 0 16px;color:#9de492cc;text-shadow:0 8px 30px rgba(2,51,54,.6)}.nf-title{font-size:clamp(1.8rem,4vw,3rem);margin:0 0 16px}.nf-text{font-size:1.2rem;line-height:1.7;opacity:.9;margin:0 auto 40px;max-width:680px}.nf-actions{display:inline-flex;gap:16px;flex-wrap:wrap;justify-content:center}.nf-btn{display:inline-block;padding:16px 32px;border-radius:999px;border:1px solid rgba(157,228,146,.6);color:#fbf9f5;text-decoration:none;font-weight:700;transition:background .2s ease,transform .2s ease,border-color .2s ease}.nf-btn:hover{background:#9de49226;border-color:#9de492;transform:translateY(-2px)}.nf-btn.primary{background:#12a57f;border-color:#12a57f;color:#fff}.nf-btn.primary:hover{background:#0f896a}.banner{position:fixed;bottom:0;background:#fbf9f5;color:#023336;width:100%;padding:16px;z-index:100;text-align:center}.acceptButton{margin-right:16px;background:#9de492;color:#000;border:none;border-radius:8px;padding:8px 16px;cursor:pointer}.denyButton{background:#555;color:#fff;border:none;border-radius:8px;cursor:pointer;padding:8px 16px}.banner-paragraph{font-size:14px;margin:0 0 10px}.banner-link{color:#12a57f;margin-left:8px}
