@keyframes progress-bar{0%{left:-5vw}100%{left:100%}}*{box-sizing:border-box}html{background:linear-gradient(180deg, rgba(248,248,248,0.1) 0%, rgba(141,141,141,0.1) 100%)}html,body{height:auto;margin:0;padding:0;width:100%;max-width:100%;position:relative;font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}a:hover{border:inherit}body{max-width:100%;color:#231F20;background:none}button:focus{outline:none}button:focus-visible{outline:none}h1,h2,h3,h4,h5,h6,p,a,span,body{font-display:auto;font-family:"Poppins",sans-serif}h1{font-size:40px;font-weight:300;line-height:1.1;margin:0 0 1.5rem;color:#231F20}@media (max-width: 960px){h1{font-size:32px}}@media (max-width: 600px){h1{font-size:28px}}h2{font-size:35px;font-weight:300;line-height:1.2;margin:0 0 1.25rem;color:#231F20}@media (max-width: 960px){h2{font-size:30px}}@media (max-width: 600px){h2{font-size:26px}}h3{font-size:21px;font-weight:500;line-height:1.2;margin:0 0 1rem;color:#231F20}h4{font-size:1.2rem;font-weight:500;line-height:1.4;margin:0 0 0.875rem;color:#231F20}h5,h6{font-size:1rem;font-weight:500;line-height:1.5;margin:0 0 0.75rem;color:#231F20}p{font-size:15px;font-weight:300;line-height:1.6;margin:0 0 1rem;color:#231F20}a{text-decoration:none;color:inherit;transition:all 0.3s ease}a:hover{color:#00ACE6}.pageload{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#041623;transition:all 0.3s ease;opacity:0.95;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999}.pageload.inactive{opacity:0;transition:all 0.3s ease;z-index:-99999}#loader{position:relative}#loader #logo{margin:0 auto;padding-bottom:35px}#loader #logo img{max-width:200px;height:auto}#loader #progressbar{background-color:rgba(255,255,255,0.2);height:3px;border-radius:30px;position:relative;top:50%;left:50%;transform:translate(-50%);overflow:hidden;max-width:100px}#loader #progressbar::before{width:5vw;position:relative;left:-3vw;background-color:#00ACE6;content:' ';display:block;height:3px;border-radius:30px;animation:1.5s progress-bar 0.5s infinite alternate ease-in-out}.navCont{background:transparent;position:fixed;width:100%;top:0;z-index:1000;padding:15px 0;transition:background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease}.navCont .container .row{align-items:center}.navCont .container .row .col-12{display:flex;justify-content:space-between;align-items:center}.navCont .logo{position:relative;z-index:1002}.navCont .logo a{display:block}.navCont .logo a img{height:53px;width:auto;display:block}.navCont ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:40px}.navCont ul li{display:inline-block}.navCont ul li a{font-size:15px;font-weight:500;color:#231F20;padding:10px 0;position:relative}.navCont ul li a:hover{color:#00ACE6}.navCont ul li.active a{color:#00ACE6}.navCont ul li.search-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.navCont ul li.search-wrapper .search-container{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;background:transparent;transition:width 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),background 0.4s ease;display:flex;align-items:center;justify-content:flex-end}.navCont ul li.search-wrapper .search-container.active{width:300px;border-radius:24px;background:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding-left:20px}.navCont ul li.search-wrapper .search-container.active .search-input{opacity:1;width:calc(100% - 60px);pointer-events:auto}.navCont ul li.search-wrapper .search-container.active .search-btn img{color:#00ACE6;filter:brightness(0) saturate(100%) invert(61%) sepia(94%) saturate(2234%) hue-rotate(162deg) brightness(95%) contrast(101%)}.navCont ul li.search-wrapper .search-input{position:absolute;left:20px;top:50%;transform:translateY(-50%);opacity:0;width:0;height:32px;border:none;outline:none;background:transparent;font-family:'Poppins', sans-serif;font-size:14px;color:#231F20;pointer-events:none;transition:opacity 0.3s ease 0.1s, width 0.3s ease}.navCont ul li.search-wrapper .search-input::placeholder{color:rgba(35,31,32,0.5)}.navCont ul li.search-wrapper .search-btn{position:relative;width:48px;height:48px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;z-index:2}.navCont ul li.search-wrapper .search-btn img{width:20px;height:20px;transition:all 0.3s ease;color:#231F20}.navCont ul li.search-wrapper .search-btn:hover img{color:#00ACE6;filter:brightness(0) saturate(100%) invert(61%) sepia(94%) saturate(2234%) hue-rotate(162deg) brightness(95%) contrast(101%)}.navCont .hamburger{display:none;width:30px;height:25px;position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1001}.navCont .hamburger div{width:100%;height:3px;background:#00ACE6;position:relative;transition:all 0.3s ease}.navCont .hamburger div::before,.navCont .hamburger div::after{content:'';position:absolute;width:100%;height:3px;background:#00ACE6;transition:all 0.3s ease}.navCont .hamburger div::before{top:-8px}.navCont .hamburger div::after{top:8px}.navCont .hamburger.active div{background:transparent}.navCont .hamburger.active div::before{top:0;transform:rotate(45deg)}.navCont .hamburger.active div::after{top:0;transform:rotate(-45deg)}@media (max-width: 960px){.navCont .hamburger{display:block;top:34px;transform:none}}.navCont.scrolled{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.08);padding:10px 0}.navCont ul li.has-dropdown{position:relative}.navCont ul li.has-dropdown .mega-menu{position:absolute;top:calc(100% + 15px);left:50%;transform:translateX(-50%);background:#fff;border-radius:26px;box-shadow:0px 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(217,217,217,0.38);padding:16px;width:693px;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;z-index:1001}@media (max-width: 1024px){.navCont ul li.has-dropdown .mega-menu{width:90vw;max-width:693px;left:auto;right:0;transform:none}}@media (max-width: 960px){.navCont ul li.has-dropdown .mega-menu{display:none}}.navCont ul li.has-dropdown:hover .mega-menu,.navCont ul li.has-dropdown .mega-menu:hover{opacity:1;visibility:visible}.navCont ul li.has-dropdown .mega-menu-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media (max-width: 600px){.navCont ul li.has-dropdown .mega-menu-grid{grid-template-columns:1fr}}.navCont ul li.has-dropdown .mega-menu-item{padding:10px;border-radius:20px;transition:background 0.3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.navCont ul li.has-dropdown .mega-menu-item:hover{background:rgba(217,217,217,0.2)}.navCont ul li.has-dropdown .mega-menu-item.highlighted{background:rgba(217,217,217,0.37);border-radius:16px}.navCont ul li.has-dropdown .mega-menu-item.ai-consulting .mega-menu-title{font-weight:500;text-transform:capitalize}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:'Poppins', sans-serif;font-weight:600;font-size:15px;color:#231F20;margin-bottom:8px}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-title .arrow-icon{width:24px;height:24px;flex-shrink:0;filter:brightness(0) saturate(100%);opacity:0.7;transition:opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease}.navCont ul li.has-dropdown .mega-menu-item:hover .mega-menu-title .arrow-icon{opacity:1;transform:translateX(4px);filter:none}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-desc{font-family:'Poppins', sans-serif;font-weight:300;font-size:13px;line-height:1.6;color:#231F20;margin:0}.navCont ul li.has-dropdown .mega-menu-item.mega-menu-item--active{background:rgba(0,172,230,0.08);border-left:3px solid #00ACE6}.navCont .mobi-nav{display:flex;position:fixed;flex-direction:column;top:0;left:0;right:0;bottom:0;transition:all 3s ease-in-out;transform:translate(0px, -100vh);height:0;z-index:1;transition:all 0.6s ease-in-out}.navCont .mobi-nav .social{display:flex;justify-content:space-between;width:150px}.navCont .mobi-nav .social a{width:40px;height:40px;border-radius:50%;background:#00ace6;display:flex;align-items:center;justify-content:center;transition:transform .3s ease, opacity .3s ease}.navCont .mobi-nav .social a:hover{transform:scale(1.1);opacity:.9}@media (max-width: 960px){.navCont .mobi-nav.active{height:100vh;position:fixed;bottom:0;background:#041623;padding:25px;padding-top:100px;transform:translate(0px, 0px);transition:all 0.6s ease-in-out;opacity:1}.navCont .mobi-nav.active h5{color:#00ACE6;padding-top:50px}.navCont .mobi-nav.active ul{padding:0;margin:0;list-style:none}.navCont .mobi-nav.active ul li{display:block;color:#fff;line-height:40px;font-weight:normal}.navCont .mobi-nav.active ul li a{color:#fff}.navCont .mobi-nav.active ul li a.active{color:#00ACE6 !important;font-weight:600}.navCont .mobi-nav.active .mobile-subnav{display:block}.navCont .main-nav{display:none !important}}.mobile-subnav a.active{color:#00ACE6 !important;font-weight:600}.footer-nav a.active{color:#00ACE6}.noscroll{overflow:hidden}.text-cyan{color:#00ACE6}.text-orange{color:#e8731a}.bg-navy-dark{background:#041623}.bg-navy-mid{background:#0f2137}.bg-cyan{background:#00ACE6}.bg-light{background:#F8F8F8}.breadcrumb{font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;color:#8D8D8D;padding:15px 0;margin:0;margin-bottom:16px}@media (max-width: 960px){.breadcrumb{padding:10px 0;margin-bottom:12px}}.breadcrumb a{color:#C4C4C4;text-decoration:none;transition:color 0.3s ease}.breadcrumb a:hover{color:#00ACE6}.breadcrumb span{color:#8D8D8D}.page-title{font-family:'Poppins', sans-serif;font-weight:300;font-size:40px;line-height:1.1;color:#231F20;margin:0 0 32px}@media (max-width: 960px){.page-title{font-size:32px;margin-bottom:24px}}@media (max-width: 600px){.page-title{font-size:28px;margin-bottom:20px}}.featured-article-wrapper{background:linear-gradient(to bottom, rgba(248,248,248,0.1), rgba(141,141,141,0.1));margin-bottom:48px}@media (max-width: 960px){.featured-article-wrapper{margin-bottom:32px}}.featured-article .row{margin:0}.featured-article .featured-article-image-col{padding:0}@media (max-width: 768px){.featured-article .featured-article-image-col{padding:0}}.featured-article .featured-article-image{overflow:hidden;border-radius:30px 0 0 30px}.featured-article .featured-article-image img{width:100%}.featured-article .featured-article-content{display:flex;flex-direction:column;justify-content:center;padding:32px 40px;gap:8px}@media (max-width: 960px){.featured-article .featured-article-content{padding:24px 0px}}@media (max-width: 768px){.featured-article .featured-article-content{padding:24px 0px}}.featured-article .featured-article-content .article-category-pill{display:inline-block;background:#00ACE6;color:#fff;padding:4px 12px;border-radius:4px;font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;align-self:flex-start;margin-bottom:8px}.featured-article .featured-article-content .article-date{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin-bottom:8px}.featured-article .featured-article-content .article-heading{font-family:'Poppins', sans-serif;font-weight:500;font-size:24px;line-height:1.2;color:#231F20;margin:0 0 12px}@media (max-width: 960px){.featured-article .featured-article-content .article-heading{font-size:22px}}@media (max-width: 600px){.featured-article .featured-article-content .article-heading{font-size:20px}}.featured-article .featured-article-content .article-excerpt{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-article .featured-article-content .btn-read-more{display:inline-flex;align-items:center;justify-content:center;width:163px;height:56px;border:1px solid #231F20;border-radius:9px;background:transparent;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-decoration:none;transition:all 0.3s ease;align-self:flex-start}.featured-article .featured-article-content .btn-read-more:hover{background:#00ACE6;border-color:#00ACE6;color:#fff}.category-filters{display:flex;justify-content:center;align-items:center;gap:16px;margin:48px 0;flex-wrap:wrap;margin-top:0}@media (max-width: 960px){.category-filters{margin:32px 0;gap:12px}}@media (max-width: 600px){.category-filters{margin:24px 0;gap:10px}}.category-filters .filter-pill{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 20px;border-radius:9px;background:#fff;border:1px solid #231F20;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-decoration:none;white-space:nowrap;transition:all 0.3s ease;cursor:pointer}.category-filters .filter-pill:hover{background:#1ac5ff;border-color:#1ac5ff;color:#fff}.category-filters .filter-pill.active{background:#16ACE3;border:none;color:#231F20}.category-filters .filter-pill.active:hover{background:#149acc}@media (max-width: 600px){.category-filters .filter-pill{font-size:14px;padding:0 16px;height:28px}}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:40px;margin-bottom:40px}.pagination-controls .pagination-btn{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins', sans-serif;font-weight:600;font-size:13px;border:1px solid #F1F1F1;background:#fff;color:#333;cursor:pointer;transition:all 0.2s ease;text-decoration:none}.pagination-controls .pagination-btn:hover{background-color:#f5f5f5;border-color:#00ACE6}.pagination-controls .pagination-btn.pagination-active{background:#00ACE6;color:#fff;border-color:#00ACE6}.pagination-controls .pagination-btn.pagination-active:hover{background:#00ACE6}.pagination-controls .pagination-btn:disabled,.pagination-controls .pagination-btn[disabled]{opacity:0.5;cursor:not-allowed}.pagination-controls .pagination-btn:disabled:hover,.pagination-controls .pagination-btn[disabled]:hover{background:#fff;border-color:#F1F1F1}.pagination-controls .pagination-ellipsis{width:auto;border:none;background:transparent;color:#333;cursor:default}.pagination-controls .pagination-ellipsis:hover{background:transparent;border:none}.breadcrumb-bar{position:fixed;top:70px;left:0;width:100%;background:transparent;z-index:900;padding:10px 0;transition:transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),opacity 0.6s ease;overflow:hidden;font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;color:#8D8D8D}.breadcrumb-bar .container{display:flex;align-items:center}.breadcrumb-bar.breadcrumb-hidden{transform:translateX(-100%);opacity:0}.breadcrumb-bar .separator{margin:0 8px;color:#8D8D8D}.breadcrumb-bar .current-page{color:#8D8D8D}.breadcrumb-bar a{color:#C4C4C4;text-decoration:none;transition:color 0.3s ease}.breadcrumb-bar a:hover{color:#8D8D8D}@media (max-width: 960px){.breadcrumb-bar{top:70px}}.section{padding:80px 0}@media (max-width: 960px){.section{padding:60px 0}}@media (max-width: 600px){.section{padding:40px 0}}.hero{background:#041623;color:#fff;min-height:600px;display:flex;align-items:center}@media (max-width: 960px){.hero{padding:60px 0;min-height:auto}}@media (max-width: 600px){.hero{padding:50px 0}}.hero .hero-content h1{color:#fff;font-size:3rem;font-weight:400;line-height:1.2;margin-bottom:0.5rem}.hero .hero-content h1.accent-italic{color:#00ACE6;font-style:italic;font-weight:500;margin-bottom:1.5rem}@media (max-width: 960px){.hero .hero-content h1{font-size:2.5rem}}@media (max-width: 600px){.hero .hero-content h1{font-size:2rem}}.hero .hero-content p{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:0.95}@media (max-width: 600px){.hero .hero-content p{font-size:1rem}}.hero .hero-grid{display:flex;justify-content:center;align-items:center;padding-left:40px}@media (max-width: 960px){.hero .hero-grid{padding-left:0;padding-top:40px}}.hero .hero-grid .feature-grid-image{width:100%;max-width:500px;height:auto;display:block}@media (max-width: 600px){.hero .hero-grid .feature-grid-image{max-width:100%}}@media (max-width: 960px){.hero .row{flex-direction:column}.hero .hero-content{text-align:center;margin-bottom:40px}}.swiss-precision{position:absolute;right:0;left:0;z-index:10;padding:0;transform:translate(0px, -50%)}@media (max-width: 960px){.swiss-precision{margin-top:-60px;margin-bottom:-60px}}@media (max-width: 600px){.swiss-precision{position:relative;margin-top:0;transform:translate(0px, 0)}}.swiss-precision .container{max-width:1440px;padding:0 92px}@media (max-width: 1440px){.swiss-precision .container{padding:0 40px}}@media (max-width: 960px){.swiss-precision .container{padding:0 20px}}.swiss-precision .swiss-card{background:#fff;width:100%;max-width:1256px;height:207px;margin:0 auto;border-radius:30px;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:100px;padding:0 52px}@media (max-width: 1280px){.swiss-precision .swiss-card{gap:100px;padding:0 40px}}@media (max-width: 960px){.swiss-precision .swiss-card{flex-direction:column;height:auto;padding:40px 30px;gap:30px}}@media (max-width: 600px){.swiss-precision .swiss-card{padding:30px 20px;gap:20px}}.swiss-precision .swiss-headline{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;line-height:1.2;color:#231F20;white-space:pre-line}@media (max-width: 1280px){.swiss-precision .swiss-headline{font-size:30px}}@media (max-width: 960px){.swiss-precision .swiss-headline{font-size:28px;text-align:center;white-space:normal}}@media (max-width: 600px){.swiss-precision .swiss-headline{font-size:24px}}.swiss-precision .swiss-description{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;max-width:50%;flex-shrink:0}@media (max-width: 960px){.swiss-precision .swiss-description{text-align:center;max-width:100%}}@media (max-width: 600px){.swiss-precision .swiss-description{font-size:14px}}.on-demand{background-color:#041623;height:100%;width:100%;padding:60px 0px;position:relative;overflow:hidden;display:flex;align-items:center;color:#fff}.on-demand::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/images/on-demand-bg-desktop.webp");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;opacity:0.3;z-index:1}@media (max-width: 960px){.on-demand::before{background-attachment:scroll}}@media (max-width: 1280px){.on-demand{height:auto;min-height:700px;padding:80px 0}}@media (max-width: 960px){.on-demand{min-height:auto;padding:60px 0;padding-top:150px}}.on-demand .container{position:relative;z-index:3}@media (max-width: 768px){.on-demand .row{padding-left:15px;padding-right:15px}.on-demand .row>[class*="col-"]{display:contents}}@media (max-width: 768px){.on-demand .on-demand-left{margin-bottom:40px;text-align:left;display:contents}}.on-demand .on-demand-headline{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;line-height:1.2;margin-bottom:32px}.on-demand .on-demand-headline .cyan-text{color:#00ACE6}.on-demand .on-demand-headline .white-text{color:#fff}@media (max-width: 1280px){.on-demand .on-demand-headline{font-size:30px}}@media (max-width: 960px){.on-demand .on-demand-headline{font-size:28px}}@media (max-width: 600px){.on-demand .on-demand-headline{font-size:24px}}@media (max-width: 768px){.on-demand .on-demand-headline{order:1}}.on-demand .on-demand-description{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#fff;margin-bottom:32px}@media (max-width: 600px){.on-demand .on-demand-description{font-size:14px}}@media (max-width: 768px){.on-demand .on-demand-description{order:3}}.on-demand .on-demand-cta{display:inline-block;background:#00ACE6;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;height:56px;line-height:56px;padding:0 32px;border-radius:9px;text-decoration:none;transition:all 0.3s ease}.on-demand .on-demand-cta:hover{background:#0086b3;box-shadow:0 4px 12px rgba(0,172,230,0.4)}.on-demand .on-demand-cta:active{transform:translateY(0)}@media (max-width: 960px){.on-demand .on-demand-cta{display:block;text-align:center;max-width:200px;margin:0 auto}}@media (max-width: 768px){.on-demand .on-demand-cta{order:4;width:100%;max-width:none;margin:0}}.on-demand .on-demand-right{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.on-demand .on-demand-right{order:2}}.on-demand .benefit-item h4{font-family:'Poppins', sans-serif;font-weight:500;font-size:21px;line-height:1.48;color:#fff;margin-bottom:8px}@media (max-width: 960px){.on-demand .benefit-item h4{font-size:19px}}@media (max-width: 600px){.on-demand .benefit-item h4{font-size:18px}}.on-demand .benefit-item p{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#fff;margin:0}@media (max-width: 600px){.on-demand .benefit-item p{font-size:14px}}.on-demand .on-demand-content h2{color:#fff;font-size:2.5rem;font-weight:400;line-height:1.3;margin-bottom:0.5rem}.on-demand .on-demand-content h2.accent{color:#00ACE6;font-style:italic;font-weight:600;margin-bottom:1.5rem}@media (max-width: 960px){.on-demand .on-demand-content h2{font-size:2rem}}@media (max-width: 600px){.on-demand .on-demand-content h2{font-size:1.7rem}}.on-demand .on-demand-content p{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:0.95}@media (max-width: 600px){.on-demand .on-demand-content p{font-size:1rem}}.on-demand .benefits-list{display:flex;flex-direction:column;gap:30px;padding-left:40px}@media (max-width: 960px){.on-demand .benefits-list{padding-left:0;padding-top:40px;gap:25px}}.on-demand .benefits-list .benefit-item{padding-left:25px;position:relative}.on-demand .benefits-list .benefit-item::before{content:'✓';position:absolute;left:0;top:2px;color:#00ACE6;font-size:1.2rem;font-weight:700}.on-demand .benefits-list .benefit-item h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:0.5rem;line-height:1.3}@media (max-width: 600px){.on-demand .benefits-list .benefit-item h4{font-size:1.2rem}}.on-demand .benefits-list .benefit-item p{color:#fff;font-size:1rem;line-height:1.6;margin:0;opacity:0.9}@media (max-width: 600px){.on-demand .benefits-list .benefit-item p{font-size:0.95rem}}@media (max-width: 960px){.on-demand .row{display:flex !important;flex-direction:column !important}.on-demand .row>div:nth-child(1){order:2 !important}.on-demand .row>div:nth-child(2){order:1 !important}.on-demand .on-demand-content{text-align:center;margin-bottom:40px}.on-demand .benefits-list .benefit-item{text-align:left}.on-demand .on-demand-content{text-align:center;margin-bottom:40px}.on-demand .benefits-list .benefit-item{text-align:left}}.on-demand.white{background:#fff}.on-demand.white:before{display:none}.on-demand.white .benefit-item p,.on-demand.white .benefit-item h4{color:#000}.strategy-execution{background:#00ACE6;width:100%;padding:60px 0px}@media (max-width: 1200px){.strategy-execution{padding:60px 0}}@media (max-width: 960px){.strategy-execution{padding:50px 0}}@media (max-width: 768px){.strategy-execution{overflow:hidden}}@media (max-width: 600px){.strategy-execution{padding:40px 0}}@media (min-width: 992px){.strategy-execution .col-lg-5ths{flex:0 0 20%;max-width:20%}}@media (max-width: 768px){.strategy-execution .slick-slide{padding:0 12px 0 0}}@media (max-width: 768px){.strategy-execution .slick-list{margin:0 -12px 0 0}}.strategy-execution .strategy-title{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;color:#fff;text-align:center;margin:0 0 60px;line-height:1.3}@media (max-width: 960px){.strategy-execution .strategy-title{font-size:28px;margin-bottom:40px}}@media (max-width: 600px){.strategy-execution .strategy-title{font-size:24px;margin-bottom:30px}}.strategy-execution .service-card-white{width:100%;max-width:370px;height:100%;background:#fff;border-radius:9px;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease}@media (max-width: 576px){.strategy-execution .service-card-white{max-width:100%}}.strategy-execution .service-card-white:hover{transform:translateY(-5px);box-shadow:0px 8px 30px 12px rgba(0,0,0,0.08)}.strategy-execution .service-card-inner{padding:15px;width:100%;height:100%;display:flex;flex-direction:column}.strategy-execution .service-icon-circle{width:80px;height:80px;background:#D9D9D9;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.strategy-execution .service-icon-circle .service-icon{width:40px;height:40px;object-fit:contain}.strategy-execution .service-card-title{font-family:'Poppins', sans-serif;font-weight:500;font-size:17px;color:#231F20;margin:0 0 8px 0;line-height:1.3}.strategy-execution .service-card-description{font-family:'Poppins', sans-serif;font-weight:300;font-size:14px;color:#231F20;line-height:1.6;margin-bottom:10px;flex-grow:1}.strategy-execution .btn-learn-more{display:block;width:210px;height:56px;line-height:54px;border:1px solid #231F20;border-radius:9px;background:transparent;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;color:#231F20;text-align:center;text-decoration:none;transition:all 0.3s ease}.strategy-execution .btn-learn-more:hover{background:#00ACE6;color:#fff;border-color:#00ACE6}.strategy-execution .btn-circle-cta{width:48px;height:48px;border-radius:50%;background:#D9D9D9;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease;margin-top:auto}.strategy-execution .btn-circle-cta img{width:20px;height:20px;object-fit:contain;transition:filter 0.3s ease}.strategy-execution .btn-circle-cta:hover{background:silver;transform:scale(1.05)}.strategy-execution .service-card-white:hover .btn-circle-cta img{filter:invert(52%) sepia(85%) saturate(2341%) hue-rotate(158deg) brightness(102%) contrast(101%) !important}.article-page{margin-top:150px;position:relative;z-index:2}.article-page h1 span{color:#00ACE6}.article-page h2,.article-page h3,.article-page h4{color:#00ACE6}.article-page .popup-youtube{height:100%;display:block}.article-page:after{z-index:-1;display:block;top:-150px;left:0;right:0;content:"";position:absolute;width:100%;height:75vh;background:linear-gradient(180deg, rgba(248,248,248,0.1) 0%, rgba(141,141,141,0.1) 100%)}.article-page .main-image{border-radius:24px;margin:30px auto;width:100%}.insights-section{padding:97px 0;position:relative}@media (max-width: 1440px){.insights-section{min-height:auto;padding:80px 0}}@media (max-width: 960px){.insights-section{padding:60px 0}}@media (max-width: 600px){.insights-section{padding:50px 0}}.insights-section .insights-container{max-width:1440px;margin:0 auto;padding:0 144px}@media (max-width: 1440px){.insights-section .insights-container{padding:0 92px}}@media (max-width: 960px){.insights-section .insights-container{padding:0 40px}}@media (max-width: 600px){.insights-section .insights-container{padding:0 20px}}.insights-section .insights-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px;gap:40px}@media (max-width: 960px){.insights-section .insights-header{flex-direction:column;align-items:center;text-align:center;gap:30px;margin-bottom:50px}}.insights-section .insights-header h2{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;line-height:1.3;color:#231F20;max-width:600px;margin:0}@media (max-width: 960px){.insights-section .insights-header h2{font-size:30px;max-width:100%}}@media (max-width: 600px){.insights-section .insights-header h2{font-size:26px}}.insights-section .insights-header .btn-insights-outline{display:inline-block;background:transparent;color:#231F20;padding:0 32px;height:56px;line-height:54px;border-radius:9px;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-align:center;border:1px solid #231F20;cursor:pointer;transition:all 0.3s ease;text-decoration:none;white-space:nowrap;flex-shrink:0}.insights-section .insights-header .btn-insights-outline:hover{background:#00ACE6;color:#fff;border-color:#00ACE6;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.insights-section .insights-header .btn-insights-outline:active{transform:translateY(0)}@media (max-width: 600px){.insights-section .insights-header .btn-insights-outline{width:100%;max-width:280px}}.insights-section .article-card{background:#fff;width:100%;max-width:100%;height:555px;border-radius:30px;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease, box-shadow 0.3s ease;position:relative;margin-bottom:24px}.insights-section .article-card:hover{transform:translateY(-5px);box-shadow:0px 8px 30px 12px rgba(0,0,0,0.08)}@media (max-width: 600px){.insights-section .article-card{height:auto;min-height:500px}}.insights-section .article-card .article-category-pill{position:absolute;top:12px;left:12px;z-index:2;display:inline-block;padding:4px 12px;border-radius:9px;font-family:'Poppins', sans-serif;font-size:15px;font-weight:400;font-style:normal;color:#041623;text-align:center;line-height:14px;font-feature-settings:'liga' off, 'clig' off;text-transform:capitalize;white-space:nowrap}@media (max-width: 600px){.insights-section .article-card .article-category-pill{top:10px;left:10px}}.insights-section .article-card .article-image-area{overflow:hidden;position:relative}.insights-section .article-card .article-image-area img{width:100%;display:block}.insights-section .article-card .article-image-area .category-badge{position:absolute;top:33px;left:32px;background:#F9A945;color:#041623;font-family:'Poppins', sans-serif;font-weight:400;font-size:15px;height:34px;width:100px;border-radius:9px;display:flex;align-items:center;justify-content:center;z-index:2}@media (max-width: 600px){.insights-section .article-card .article-image-area .category-badge{top:20px;left:20px}}.insights-section .article-card .play-button-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:3}.insights-section .article-card .play-button{width:60px;height:60px;border-radius:50%;background-color:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.insights-section .article-card .play-button svg{margin-left:3px}@media (max-width: 768px){.insights-section .article-card .play-button{width:50px;height:50px}.insights-section .article-card .play-button svg{width:20px;height:20px}}.insights-section .article-card .popup-youtube:hover .play-button{transform:scale(1.1);background-color:rgba(0,0,0,0.85)}.insights-section .article-card .article-body{padding:24px;display:flex;flex-direction:column;flex:1;position:relative}@media (max-width: 600px){.insights-section .article-card .article-body{padding:25px}}.insights-section .article-card .article-body .article-date{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;color:#8D8D8D;margin-bottom:8px}.insights-section .article-card .article-body .article-title{font-family:'Poppins', sans-serif;font-weight:500;font-size:18px;line-height:1.4;color:#231F20;margin-bottom:8px}@media (max-width: 600px){.insights-section .article-card .article-body .article-title{font-size:18px}}.insights-section .article-card .article-body .article-excerpt{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin-bottom:32px;flex:1}@media (max-width: 600px){.insights-section .article-card .article-body .article-excerpt{font-size:14px;margin-bottom:25px}}.insights-section .article-card .article-body .btn-read-more{display:block;background:transparent;color:#231F20;height:56px;line-height:54px;border-radius:9px;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-align:center;border:1px solid #231F20;cursor:pointer;transition:all 0.3s ease;text-decoration:none;width:100%}.insights-section .article-card .article-body .btn-read-more:hover{background:#00ACE6;color:#fff;border-color:#00ACE6;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.insights-section .article-card .article-body .btn-read-more:active{transform:translateY(0)}.article-hero-image-wrapper{position:relative}.article-hero-image-wrapper .popup-youtube{display:block;position:relative}.article-hero-image-wrapper .play-button-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:3}.article-hero-image-wrapper .play-button{width:60px;height:60px;border-radius:50%;background-color:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.article-hero-image-wrapper .play-button svg{margin-left:3px}@media (max-width: 768px){.article-hero-image-wrapper .play-button{width:50px;height:50px}.article-hero-image-wrapper .play-button svg{width:20px;height:20px}}.article-hero-image-wrapper .popup-youtube:hover .play-button{transform:scale(1.1);background-color:rgba(0,0,0,0.85)}.insights-section .articles-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;padding:0;list-style:none}.insights-section .articles-carousel-dots li{margin:0;padding:0;width:auto;height:auto}.insights-section .articles-carousel-dots li button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#BFBFBF;cursor:pointer;font-size:0;line-height:0;transition:background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;appearance:none;-webkit-appearance:none}.insights-section .articles-carousel-dots li button:hover{background:#a6a6a6}.insights-section .articles-carousel-dots li.slick-active button{background:#F9A945;width:28px;border-radius:4px}@media (max-width: 768px){.insights-section .related-articles-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px;margin-left:0;margin-right:0;--bs-gutter-x:0}.insights-section .related-articles-carousel::-webkit-scrollbar{display:none}.insights-section .related-articles-carousel>[class*="col-"]{flex:0 0 85%;max-width:85%;scroll-snap-align:start;padding-left:0;padding-right:0}.insights-section .related-articles-carousel .article-card{margin-bottom:0}}.footer-itsources{position:relative;bottom:0;left:0;right:0;background:#1E1E1E;width:100%;padding:50px 0 30px}@media (max-width: 960px){.footer-itsources{padding:40px 0 30px}}.footer-itsources .container .row{margin-bottom:30px}.footer-itsources .container .row:last-child{margin-bottom:0}@media (max-width: 960px){.footer-itsources .container .row{margin-bottom:20px}}@media (max-width: 991px){.footer-itsources .footer-logo{text-align:left;margin-bottom:20px}}.footer-itsources .footer-logo img{width:169px;height:53px}@media (max-width: 991px){.footer-itsources .footer-social{text-align:left;margin-bottom:20px}}.footer-itsources .footer-social .footer-social-label{font-family:'Poppins', sans-serif;font-weight:400;font-size:11px;color:#fff;margin:0 0 12px 0}.footer-itsources .footer-social .footer-social-icons{display:flex;gap:12px}.footer-itsources .footer-social .footer-social-icons a{width:40px;height:40px;border-radius:50%;background:#00ACE6;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease, opacity 0.3s ease}.footer-itsources .footer-social .footer-social-icons a:hover{transform:scale(1.1);opacity:0.9}.footer-itsources .footer-social .footer-social-icons a img{width:20px;height:20px;object-fit:contain}.footer-itsources .footer-nav a{font-family:'Poppins', sans-serif;font-weight:400;font-size:15px;color:#fff;text-decoration:none;transition:color 0.3s ease;white-space:nowrap}.footer-itsources .footer-nav a:hover{color:#00ACE6}.footer-itsources .footer-nav a.dropdown-link{display:inline-flex;align-items:center;gap:8px}.footer-itsources .footer-nav a.dropdown-link .dropdown-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.footer-itsources .footer-copyright{font-family:'Poppins', sans-serif;font-weight:300;font-size:11px;color:#fff;text-align:right}.footer-itsources .footer-copyright a{color:#fff;text-decoration:none;transition:color 0.3s ease}.footer-itsources .footer-copyright a:hover{color:#00ACE6}.contact-popup-overlay{position:fixed;display:none}.enquiry-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:-9999;opacity:0;display:flex;align-items:flex-start;justify-content:center;transition:opacity 0.3s ease, z-index 0s 0.3s;padding:20px;overflow:auto}.enquiry-popup-overlay.active{opacity:1;z-index:9999;transition:opacity 0.3s ease, z-index 0s 0s}.enquiry-popup-overlay.active .enquiry-popup-card{transform:translateY(0);opacity:1}.enquiry-popup-card{background:#fff;border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,0.3);padding:40px;max-width:600px;width:100%;position:relative;transform:translateY(-50px);opacity:0;transition:transform 0.4s ease, opacity 0.4s ease;overflow-y:auto}@media (max-width: 768px){.enquiry-popup-card{padding:30px 20px;border-radius:20px}}@media (max-width: 480px){.enquiry-popup-card{padding:25px 15px}}.enquiry-popup-close{position:absolute;top:20px;right:20px;background:transparent;border:none;font-size:32px;line-height:1;color:#231F20;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color 0.3s ease, transform 0.3s ease;font-weight:300}.enquiry-popup-close:hover{color:#00ACE6;transform:rotate(90deg)}@media (max-width: 768px){.enquiry-popup-close{top:15px;right:15px;font-size:28px}}.enquiry-popup-heading{font-family:'Poppins', sans-serif;font-weight:600;font-size:28px;color:#231F20;margin:0 0 10px 0;padding-right:40px}@media (max-width: 768px){.enquiry-popup-heading{font-size:24px}}@media (max-width: 480px){.enquiry-popup-heading{font-size:20px}}.enquiry-popup-subheading{font-family:'Poppins', sans-serif;font-weight:300;font-size:14px;color:#231F20;margin:0 0 30px 0;opacity:0.8}@media (max-width: 768px){.enquiry-popup-subheading{font-size:13px;margin-bottom:25px}}.enquiry-form .form-field{position:relative;width:100%;margin-bottom:20px}.enquiry-form .form-field input,.enquiry-form .form-field textarea{width:100%;background:#F7F7F7;border-radius:9px;border:1px solid rgba(35,31,32,0.12);padding:12px 20px;font-family:'Poppins', sans-serif;font-size:14px;font-weight:400;color:#231F20;transition:border-color 0.3s ease, background 0.3s ease}.enquiry-form .form-field input::placeholder,.enquiry-form .form-field textarea::placeholder{color:#999;opacity:1}.enquiry-form .form-field input:focus,.enquiry-form .form-field textarea:focus{outline:none;border-color:#00ACE6;background:#fff}.enquiry-form .form-field input.error,.enquiry-form .form-field textarea.error{border-color:#EF4444}@media (max-width: 768px){.enquiry-form .form-field input,.enquiry-form .form-field textarea{font-size:13px;padding:10px 18px}}.enquiry-form .form-field input{height:50px}.enquiry-form .form-field textarea{border-radius:25px;resize:vertical;min-height:100px;padding:15px 20px}@media (max-width: 768px){.enquiry-form .form-field textarea{min-height:80px;padding:12px 18px}}.enquiry-form .enquiry-submit-btn{width:100%;margin-top:10px}@media (min-width: 769px){.enquiry-form .enquiry-submit-btn{width:auto;min-width:180px;float:right}}.footer{background:#041623;color:#fff;padding:60px 0 20px;margin-top:80px}@media (max-width: 960px){.footer{padding:40px 0 20px;margin-top:60px}}.footer .footer-main{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.1)}@media (max-width: 960px){.footer .footer-main{padding-bottom:30px}}.footer .footer-logo{margin-bottom:20px}.footer .footer-logo img{max-width:200px;height:auto}@media (max-width: 768px){.footer .footer-logo{margin-bottom:30px;text-align:left}.footer .footer-logo img{max-width:160px}}.footer .footer-links-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}@media (max-width: 768px){.footer .footer-links-grid{grid-template-columns:1fr;gap:30px;margin-bottom:30px}}.footer .footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#fff}@media (max-width: 768px){.footer .footer-column h4{font-size:1rem;margin-bottom:15px}}.footer .footer-column ul{list-style:none;margin:0;padding:0}.footer .footer-column ul li{margin-bottom:12px}.footer .footer-column ul li a{font-size:0.95rem;color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.footer .footer-column ul li a:hover{color:#00ACE6}.footer .footer-bottom{padding-top:30px}@media (max-width: 768px){.footer .footer-bottom{padding-top:20px}}.footer .copyright{text-align:center;font-size:0.9rem;color:rgba(255,255,255,0.6)}@media (max-width: 768px){.footer .copyright{font-size:0.85rem}}@media (min-width: 1400px){.container{max-width:1300px}}#loader{transition:all 0.3s ease-in-out;opacity:1;display:default}#loader.fadeOut{opacity:0;display:none}.spinner{width:40px;height:40px;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);background-color:#333;border-radius:100%;-webkit-animation:sk-scaleout 1.0s infinite ease-in-out;animation:sk-scaleout 1.0s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.cta-primary{display:inline-block;background:#00ACE6;color:#fff;padding:0 30px;height:50px;line-height:50px;border-radius:9px;font-weight:700;font-size:1rem;text-align:center;border:none;cursor:pointer;transition:all 0.3s ease}.cta-primary:hover{background:#0086b3;color:#fff;box-shadow:0 4px 12px rgba(0,172,230,0.3);border-radius:9px}.cta-primary:active{transform:translateY(0)}.cta-outline{display:inline-block;background:transparent;color:#00ACE6;padding:0 30px;height:50px;line-height:48px;border-radius:9px;font-weight:700;font-size:1rem;text-align:center;border:2px solid #00ACE6;cursor:pointer;transition:all 0.3s ease}.cta-outline:hover{background:#00ACE6;color:#fff;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.cta-outline:active{transform:translateY(0)}.cta{display:inline-block;background:transparent;color:#231F20;padding:0 24px;height:48px;line-height:46px;border-radius:9px;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-align:center;border:1px solid #231F20;cursor:pointer;text-decoration:none;transition:all 0.3s ease}.cta:hover{background:#00ACE6;color:#231F20;border-color:#00ACE6;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.cta:active{transform:translateY(0)}.cta.blue{background:#00ACE6;color:#231F20;border-color:#00ACE6}.cta.blue:hover{background:#0086b3;color:#231F20}.btn-primary{display:inline-block;background:#00ACE6;color:#231F20;font-family:'Poppins', sans-serif;font-size:16px;font-weight:400;height:56px;line-height:56px;padding:0 36px;border-radius:9px;min-width:132px;text-align:center;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease}.btn-primary:hover{background:#008dbd;color:#231F20;box-shadow:0 4px 15px rgba(0,172,230,0.35);border-radius:9px}.btn-primary:active{transform:translateY(0);border-radius:9px}.btn-primary:focus{border-radius:9px}.btn-outline{display:inline-block;background:transparent;color:#231F20;font-family:'Poppins', sans-serif;font-size:16px;font-weight:400;height:56px;line-height:54px;padding:0 36px;border-radius:9px;min-width:132px;text-align:center;border:1px solid #231F20;cursor:pointer;text-decoration:none;transition:all 0.3s ease}.btn-outline:hover{background:#00ACE6;color:#231F20;border-color:#00ACE6;box-shadow:0 4px 15px rgba(0,172,230,0.35)}.btn-outline:active{transform:translateY(0)}.enquiry-form .form-field{position:relative;width:100%;margin-bottom:20px}.enquiry-form .form-field input,.enquiry-form .form-field textarea{width:100%;background:#F7F7F7;border-radius:9px;border:1px solid rgba(35,31,32,0.12);padding:12px 20px;font-family:'Poppins', sans-serif;font-size:14px;font-weight:400;color:#231F20;transition:border-color 0.3s ease, background 0.3s ease}.enquiry-form .form-field input::placeholder,.enquiry-form .form-field textarea::placeholder{color:#999;opacity:1}.enquiry-form .form-field input:focus,.enquiry-form .form-field textarea:focus{outline:none;border-color:#00ACE6;background:#fff}.enquiry-form .form-field input.error,.enquiry-form .form-field textarea.error{border-color:#EF4444}@media (max-width: 768px){.enquiry-form .form-field input,.enquiry-form .form-field textarea{font-size:13px;padding:10px 18px}}.enquiry-form .form-field input{height:50px}.enquiry-form .form-field textarea{border-radius:25px;resize:vertical;min-height:100px;padding:15px 20px}@media (max-width: 768px){.enquiry-form .form-field textarea{min-height:80px;padding:12px 18px}}.enquiry-form .enquiry-submit-btn{width:100%;margin-top:10px}@media (min-width: 769px){.enquiry-form .enquiry-submit-btn{width:auto;min-width:180px;float:right}}.text-accent{color:#00ACE6}.text-accent--italic{color:#00ACE6;font-style:italic}.it-ot-num{font-family:"Poppins",sans-serif;font-size:1.5rem !important;font-weight:700;background:none !important;color:#00ACE6 !important}.pain-points{list-style:none;padding:0;margin:24px 0}.pain-points li{font-family:"Poppins",sans-serif;font-weight:300;font-size:15px;line-height:1.7;color:#231F20;padding-left:28px;margin-bottom:12px;position:relative}.pain-points li::before{content:'•';position:absolute;left:0;color:#00ACE6;font-size:20px;font-weight:700;line-height:1.3}.text-link{color:#00ACE6;text-decoration:none;border-bottom:1px solid transparent !important;transition:border-color 0.2s ease}.text-link:hover{border-bottom:1px solid !important;border-bottom-color:#00ACE6;text-decoration:none}.text-link--light{color:#fff}.text-link--light:hover{border-bottom-color:#fff}.text-cyan{color:#00ACE6}.hero-section{position:relative;width:100%;height:100vh;display:flex;align-items:center;overflow:hidden;background:#fff}.hero-section .container{margin-top:-50px}@media (max-width: 1300px){.hero-section{height:120vh;min-height:800px}}@media (max-width: 960px){.hero-section{min-height:400px;height:auto;padding:80px 0 60px}.hero-section .container{margin-top:0}}@media (max-width: 768px){.hero-section{min-height:320px;height:auto;padding:60px 0 50px}}.hero-section__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-section__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(4,22,35,0.7);z-index:1}.hero-section__content{position:relative;z-index:2;color:#fff}.hero-section__breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:0.875rem;color:rgba(255,255,255,0.7)}.hero-section__breadcrumb a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s ease}.hero-section__breadcrumb a:hover{color:#fff}.hero-section__breadcrumb-separator{display:inline-block;width:4px;height:4px;background:rgba(255,255,255,0.5);border-radius:50%}@media (max-width: 768px){.hero-section__breadcrumb{font-size:0.8125rem;margin-bottom:16px}}.hero-section__tabs{display:flex;gap:0;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,0.2)}@media (max-width: 768px){.hero-section__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:24px}}.hero-section__tab{display:inline-block;padding:12px 24px;font-size:0.9rem;font-weight:500;color:rgba(255,255,255,0.6);text-decoration:none;border-bottom:3px solid transparent;white-space:nowrap;transition:all 0.2s ease}.hero-section__tab:hover{color:#fff;text-decoration:none}.hero-section__tab.active{color:#fff;border-bottom-color:#00ACE6;font-weight:600}@media (max-width: 768px){.hero-section__tab{padding:10px 16px;font-size:0.85rem}}.hero-section__eyebrow{font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin:0 0 1rem;color:#00ACE6}@media (max-width: 768px){.hero-section__eyebrow{font-size:0.8125rem;margin-bottom:0.75rem}}.hero-section__headline{font-family:"Poppins",sans-serif;font-size:3.25rem;font-weight:700;line-height:1.15;margin:0 0 1.25rem;color:#fff}@media (max-width: 960px){.hero-section__headline{font-size:2.75rem}}@media (max-width: 768px){.hero-section__headline{font-size:2rem;margin-bottom:1rem}}.hero-section__subheading{font-size:1.25rem;font-weight:400;line-height:1.6;margin:0 0 1.5rem;color:rgba(255,255,255,0.9);max-width:640px}@media (max-width: 768px){.hero-section__subheading{font-size:1.0625rem;margin-bottom:1.25rem}}.hero-section__body{font-size:1rem;line-height:1.7;margin:0 0 2rem;color:rgba(255,255,255,0.8);max-width:600px}@media (max-width: 768px){.hero-section__body{font-size:0.9375rem;margin-bottom:1.5rem}}.hero-section__cta{display:inline-block;padding:14px 36px;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background-color:#00ACE6;border:2px solid transparent;border-radius:6px;transition:all 0.3s ease}.hero-section__cta:hover{background-color:#0086b3;box-shadow:0 4px 12px rgba(0,172,230,0.3);color:#fff;text-decoration:none}@media (max-width: 768px){.hero-section__cta{padding:12px 28px;font-size:0.9375rem;width:100%;text-align:center}}.hero-section--light .hero-section__content{color:#231F20}.hero-section--light .hero-section__headline{color:#231F20;font-weight:300}.hero-section--light .hero-section__headline em{color:#00ACE6;font-style:italic}.hero-section--light .hero-section__subheading{color:#231F20;opacity:0.85;font-size:15px;font-weight:300;line-height:1.6;max-width:none}.hero-section--light .hero-section__body{color:#231F20;opacity:0.75}.hero-section--light .hero-section__cta{color:#231F20;border-radius:9px;padding:10px 36px;height:56px;display:inline-flex;align-items:center;justify-content:center}.hero-section--light .hero-section__cta:hover{color:#fff}.hero-section--light .hero-section__breadcrumb{color:#8D8D8D}.hero-section--light .hero-section__breadcrumb a{color:#c4c4c4;text-decoration:none}.hero-section--light .hero-section__breadcrumb a:hover{color:#00ACE6}.hero-section--light .hero-section__breadcrumb span:not(.hero-section__breadcrumb-separator){color:#8D8D8D}.hero-section__badge{display:inline-block;background-color:#d9d9d9;color:#231F20;font-family:"Poppins",sans-serif;font-size:15px;font-weight:500;padding:10px;border-radius:9px;margin-bottom:24px}.hero-section.opti{height:90vh}.hero-section.opti .hero-section__content{text-align:center;justify-content:center}.hero-section.opti .service-subnav__container{margin:20px auto;text-align:center;display:inline-flex;border-radius:9px;border:1px solid #D9D9D9;padding:0px 20px;margin-bottom:30px;margin-top:0}@media (max-width: 768px){.hero-section.opti .service-subnav__container{margin-top:30px}}.hero-section.opti .service-subnav__tab--active::after{display:none}.hero-section.opti .service-subnav__tab{padding:10px 10px;color:rgba(0,0,0,0.6);margin:0 5px}.hero-section.opti .service-subnav__tab--active{color:#000;border-radius:6px;background:#F9A945}.hero-section.opti .hero-section__subheading,.hero-section.opti .hero-section__headline{color:#000;margin:20px auto}@media (max-width: 768px){.hero-section.opti .service-subnav__container{margin-bottom:30px;padding:10px}}.hero-benefits-panel{position:relative;z-index:2;background:rgba(255,255,255,0.95);border-radius:12px;padding:32px 28px;box-shadow:0 4px 16px rgba(0,0,0,0.15);backdrop-filter:blur(10px)}@media (max-width: 991px){.hero-benefits-panel{margin-top:40px;background:rgba(255,255,255,0.98)}}@media (max-width: 768px){.hero-benefits-panel{padding:24px 20px;margin-top:32px}}.hero-benefits-panel__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.hero-benefits-panel__items{gap:14px}}.hero-benefits-panel__item{display:flex;align-items:flex-start;gap:12px;line-height:1.6;color:#231F20;position:relative;margin-bottom:15px}@media (max-width: 768px){.hero-benefits-panel__item{font-size:0.875rem}}.hero-benefits-panel__item:last-child{margin-bottom:0}.hero-benefits-panel__item:last-child:after{content:none}.hero-benefits-panel__text{flex:1;color:#231F20;font-weight:400}.hero-benefits-panel--on-dark{background:transparent;border-radius:0;padding:0;box-shadow:none;backdrop-filter:none}@media (max-width: 991px){.hero-benefits-panel--on-dark{margin-top:40px;background:transparent}}@media (max-width: 768px){.hero-benefits-panel--on-dark{padding:0;margin-top:32px}}.hero-benefits-panel--on-dark .hero-benefits-panel__item{color:rgba(255,255,255,0.9)}.hero-benefits-panel--on-dark .hero-benefits-panel__text{color:rgba(255,255,255,0.9)}.hero-benefits-panel--on-dark .hero-benefits-panel__icon{color:#00ACE6}.hero-benefits-panel--on-light{background:transparent;border-radius:0;padding:0;box-shadow:none;backdrop-filter:none;height:100%;display:flex;align-items:center}.hero-benefits-panel--on-light img{max-width:100%}@media (max-width: 991px){.hero-benefits-panel--on-light{margin-top:40px}}@media (max-width: 768px){.hero-benefits-panel--on-light{padding:0;margin-top:32px}}.hero-benefits-panel--on-light .hero-benefits-panel__item{color:#231F20}.hero-benefits-panel--on-light .hero-benefits-panel__text{color:#231F20}.hero-benefits-panel--on-light .hero-benefits-panel__icon{color:#00ACE6}.hero-stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem;position:relative}.hero-stats__item{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:1.5rem;display:flex;height:200px}.hero-stats__item p{display:flex;flex-direction:column-reverse;justify-content:space-between;margin:0;width:100%;color:#1a1a1a;font-size:clamp(0.9rem, 1.4vw, 1.05rem);line-height:1.4}.hero-stats__item strong{display:block;font-size:clamp(2.5rem, 5vw, 4rem);font-weight:700;line-height:1;color:#E89A3C}.hero-stats .logo img{position:absolute;right:0;bottom:0}@media (max-width: 600px){.hero-stats{grid-template-columns:1fr;margin-top:30px}.hero-stats__item{aspect-ratio:auto;min-height:180px}.hero-stats .logo{text-align:right}.hero-stats .logo img{position:relative}}.hero-section--home{display:flex;align-items:center}@media (max-width: 960px){.hero-section--home{height:auto;padding-top:150px;padding-bottom:150px}}.hero-section--home .hero-wrapper{display:flex;align-items:center;justify-content:space-between;padding:0}@media (max-width: 960px){.hero-section--home .hero-wrapper{flex-direction:column;padding:0}}.hero-section--home .hero-left{width:50%;max-width:100%}@media (max-width: 960px){.hero-section--home .hero-left{width:100%;text-align:left;margin-bottom:50px}}.hero-section--home .hero-left .hero-headline{font-family:"Poppins",sans-serif;font-size:40px;font-weight:300;line-height:1.2;margin-bottom:24px}@media (max-width: 600px){.hero-section--home .hero-left .hero-headline{font-size:28px}}.hero-section--home .hero-left .hero-headline .hero-title{color:#231F20}.hero-section--home .hero-left .hero-headline .hero-subtitle{color:#00ACE6}.hero-section--home .hero-left .hero-body{font-size:15px;color:#231F20;max-width:463px;margin-bottom:32px}@media (max-width: 960px){.hero-section--home .hero-left .hero-body{max-width:100%;margin:0 auto 32px}}.hero-section--home .hero-right{position:relative;width:46%;height:550px}@media (max-width: 960px){.hero-section--home .hero-right{width:100%;max-width:500px;height:auto;margin:0 auto}}.hero-section--home .hero-right .hero-right-image{width:100%;height:100%;object-fit:contain;display:block;max-width:500px}@media (max-width: 960px){.hero-section--home .hero-right .hero-right-image{width:100%;height:auto;max-height:500px}}@media (max-width: 600px){.hero-section--home .hero-right .hero-right-image{max-height:400px}}.hero-section--home .hero-right .problem-tiles-grid{display:grid;grid-template-columns:repeat(2, 250px);grid-template-rows:repeat(2, 250px);gap:10px;position:relative}@media (max-width: 960px){.hero-section--home .hero-right .problem-tiles-grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 200px);max-width:100%}}@media (max-width: 600px){.hero-section--home .hero-right .problem-tiles-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}}.hero-section--home .hero-right .problem-tiles-grid .problem-tile{width:250px;height:250px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (max-width: 960px){.hero-section--home .hero-right .problem-tiles-grid .problem-tile{width:100%;height:200px}}@media (max-width: 600px){.hero-section--home .hero-right .problem-tiles-grid .problem-tile{height:180px}}.hero-section--home .hero-right .problem-tiles-grid .problem-tile .tile-content{padding:30px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;width:100%;height:100%}.hero-section--home .hero-right .problem-tiles-grid .problem-tile .tile-content .tile-icon{width:40px;height:40px;margin-bottom:15px}.hero-section--home .hero-right .problem-tiles-grid .problem-tile .tile-content p{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;line-height:1.4;margin:0}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-amber{background:#F9A945}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-skills-gap{background:#fff}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-skills-gap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#d3d3d3;border-radius:0 0 0 124px;z-index:0}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-skills-gap .tile-content{position:relative;z-index:1}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-skills-gap .tile-content p{color:#231F20}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-ai-value{background:#231F20;border-radius:111px 0 0 0}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-ai-value .tile-content{align-items:flex-start;text-align:left}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-ai-value .tile-content p{color:#F8F8F8}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-capacity{background:#00ACE6;border-radius:0 0 30px 0}.hero-section--home .hero-right .problem-tiles-grid .problem-tile.tile-capacity .tile-content p{color:#F8F8F8}.hero-section--home .hero-right .problem-tile-floating{position:absolute;top:214px;left:58%;transform:translateX(-50%);background:#041623;padding:20px 30px;border-radius:12px;display:flex;align-items:center;gap:15px;box-shadow:0 8px 24px rgba(0,0,0,0.15);z-index:10}@media (max-width: 960px){.hero-section--home .hero-right .problem-tile-floating{position:static;transform:none;margin-top:30px;justify-content:center}}.hero-section--home .hero-right .problem-tile-floating .tile-icon{width:40px;height:40px;flex-shrink:0}.hero-section--home .hero-right .problem-tile-floating p{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#F8F8F8;margin:0;line-height:1.4}.hero{color:#fff;min-height:600px;display:flex;align-items:center}@media (max-width: 960px){.hero{padding:60px 0;min-height:auto}}@media (max-width: 600px){.hero{padding:50px 0}}.hero .hero-content h1{color:#fff;font-size:3rem;font-weight:400;line-height:1.2;margin-bottom:0.5rem}.hero .hero-content h1.accent-italic{color:#00ACE6;font-style:italic;font-weight:500;margin-bottom:1.5rem}@media (max-width: 960px){.hero .hero-content h1{font-size:2.5rem}}@media (max-width: 600px){.hero .hero-content h1{font-size:2rem}}.hero .hero-content p{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:0.95}@media (max-width: 600px){.hero .hero-content p{font-size:1rem}}.hero .hero-grid{display:flex;justify-content:center;align-items:center;padding-left:40px}@media (max-width: 960px){.hero .hero-grid{padding-left:0;padding-top:40px}}.hero .hero-grid .feature-grid-image{width:100%;max-width:500px;height:auto;display:block}@media (max-width: 600px){.hero .hero-grid .feature-grid-image{max-width:100%}}@media (max-width: 960px){.hero .row{flex-direction:column}.hero .hero-content{text-align:center;margin-bottom:40px}}.feature-cards{padding:80px 0;background-color:#F8F8F8}@media (max-width: 960px){.feature-cards{padding:60px 0}}@media (max-width: 768px){.feature-cards{padding:50px 0}}.feature-cards__header{text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.feature-cards__title{font-family:"Poppins",sans-serif;font-size:2.5rem;line-height:1.25;margin:0 0 1rem;color:#231F20}@media (max-width: 960px){.feature-cards__title{font-size:2rem}}@media (max-width: 768px){.feature-cards__title{font-size:1.75rem}}.feature-cards__subtitle{font-size:1.1rem;line-height:1.6;margin:0;color:#231F20}@media (max-width: 768px){.feature-cards__subtitle{font-size:1rem}}.feature-cards__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media (max-width: 960px){.feature-cards__grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media (max-width: 768px){.feature-cards__grid{grid-template-columns:1fr;gap:20px}}.feature-cards__grid--2col{grid-template-columns:repeat(2, 1fr)}@media (max-width: 768px){.feature-cards__grid--2col{grid-template-columns:1fr}}.feature-cards__grid--3col{grid-template-columns:repeat(3, 1fr)}@media (max-width: 960px){.feature-cards__grid--3col{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.feature-cards__grid--3col{grid-template-columns:1fr}}.feature-cards__grid--4col{grid-template-columns:repeat(4, 1fr)}@media (max-width: 960px){.feature-cards__grid--4col{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.feature-cards__grid--4col{grid-template-columns:1fr}}.feature-cards__grid--2x2{grid-template-columns:repeat(2, 1fr);gap:24px}@media (max-width: 768px){.feature-cards__grid--2x2{grid-template-columns:1fr;gap:20px}}.feature-cards__card{background:#fff;padding:36px 28px;border-radius:12px;text-align:left;transition:transform 0.3s ease, box-shadow 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.05);height:100%}.feature-cards__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}@media (max-width: 768px){.feature-cards__card{padding:28px 24px}}.feature-cards__icon{width:32px;height:32px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.feature-cards__icon img{max-width:32px;max-height:32px}.feature-cards__card-title{font-family:"Poppins",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.35;margin:0 0 0.75rem;color:#231F20}@media (max-width: 768px){.feature-cards__card-title{font-size:1.125rem}}.feature-cards__card-desc{font-size:0.9375rem;line-height:1.65;margin:0;color:#231F20;opacity:0.75;flex-grow:1}@media (max-width: 768px){.feature-cards__card-desc{font-size:0.875rem}}.feature-cards--dark{background-color:#041623}.feature-cards--dark .feature-cards__title{color:#fff}.feature-cards--dark .feature-cards__subtitle{color:rgba(255,255,255,0.75)}.feature-cards--dark .feature-cards__card{background:rgba(255,255,255,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.2);border:1px solid rgba(255,255,255,0.08)}.feature-cards--dark .feature-cards__card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.3);border-color:rgba(0,172,230,0.3)}.feature-cards--dark .feature-cards__icon{background:rgba(0,172,230,0.12);color:#00ACE6}.feature-cards--dark .feature-cards__card-title{color:#fff}.feature-cards--dark .feature-cards__card-desc{color:rgba(255,255,255,0.7)}.feature-cards--dark .feature-cards__card-icon{padding-bottom:10px}.feature-cards--light{background-color:#fff}.feature-cards--cyan{background:#00ACE6}.feature-cards--cyan .feature-cards__header{text-align:center}.feature-cards--cyan .feature-cards__title{color:#fff;font-size:35px;font-weight:300;line-height:1.2}.feature-cards--cyan .feature-cards__subtitle{color:#fff;font-size:15px;font-weight:300;line-height:1.6;opacity:1}.feature-cards--cyan .feature-cards__grid{gap:16px}.feature-cards--cyan .feature-cards__card{background:#fff;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);border:none;border-radius:9px;padding:19px 16px;text-align:left}.feature-cards--cyan .feature-cards__card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.15)}.feature-cards--cyan .feature-cards__icon{width:30px;height:30px;background:none;border-radius:0;margin-bottom:16px}.feature-cards--cyan .feature-cards__icon svg{width:30px;height:30px}.feature-cards--cyan .feature-cards__card-title{color:#231F20;font-size:16px;font-weight:500;line-height:1.3}.feature-cards--cyan .feature-cards__card-desc{color:#231F20;font-size:15px;font-weight:300;line-height:1.6;opacity:1}.feature-cards--cyan .feature-cards__card-desc{color:#231F20}.feature-cards__grid--5col{display:grid;grid-template-columns:repeat(5, 1fr);gap:24px}@media (max-width: 1200px){.feature-cards__grid--5col{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 768px){.feature-cards__grid--5col{grid-template-columns:1fr;gap:16px}}.feature-cards__subheading{font-family:"Poppins",sans-serif;font-size:1.05rem;font-weight:600;margin:12px 0 32px;color:#fff;text-align:center}@media (max-width: 768px){.feature-cards__subheading{font-size:0.9375rem;margin:10px 0 24px}}@media (min-width: 769px){.feature-cards__carousel>.feature-cards__grid:not(:last-child){margin-bottom:32px}}.carousel-dots{display:none}@media (max-width: 768px){.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;padding:0}}.carousel-dots__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#BFBFBF;cursor:pointer;transition:background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;appearance:none;-webkit-appearance:none}.carousel-dots__dot:hover{background:#a6a6a6}.carousel-dots__dot.is-active{background:#F9A945;width:28px;border-radius:4px}@media (max-width: 768px){.feature-cards__carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px}.feature-cards__carousel::-webkit-scrollbar{display:none}.feature-cards__carousel>.feature-cards__grid,.feature-cards__carousel>.feature-cards__grid--2col,.feature-cards__carousel>.feature-cards__grid--3col,.feature-cards__carousel>.feature-cards__grid--4col,.feature-cards__carousel>.feature-cards__grid--5col,.feature-cards__carousel>.feature-cards__grid--2x2{display:contents}.feature-cards__carousel .feature-cards__card{flex:0 0 85%;min-width:0;scroll-snap-align:start}.feature-cards__grid,.feature-cards__grid--2col,.feature-cards__grid--3col,.feature-cards__grid--4col,.feature-cards__grid--5col,.feature-cards__grid--2x2{display:flex;flex-wrap:nowrap;grid-template-columns:none;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px}.feature-cards__grid::-webkit-scrollbar,.feature-cards__grid--2col::-webkit-scrollbar,.feature-cards__grid--3col::-webkit-scrollbar,.feature-cards__grid--4col::-webkit-scrollbar,.feature-cards__grid--5col::-webkit-scrollbar,.feature-cards__grid--2x2::-webkit-scrollbar{display:none}.feature-cards__grid>.feature-cards__card,.feature-cards__grid--2col>.feature-cards__card,.feature-cards__grid--3col>.feature-cards__card,.feature-cards__grid--4col>.feature-cards__card,.feature-cards__grid--5col>.feature-cards__card,.feature-cards__grid--2x2>.feature-cards__card{flex:0 0 calc(66% - 8px);min-width:0;scroll-snap-align:start;height:stretch}.strategy-execution .row.justify-content-center{display:flex;flex-wrap:nowrap;justify-content:flex-start !important;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;margin-left:0;margin-right:0;--bs-gutter-x:0;padding-bottom:8px}.strategy-execution .row.justify-content-center::-webkit-scrollbar{display:none}.strategy-execution .row.justify-content-center>[class*="col-"]{flex:0 0 calc(66% - 8px);max-width:none;padding-left:0;padding-right:0;scroll-snap-align:start}}.feature-cards.blue{background:#00ACE6}.feature-cards.blue .feature-cards__title,.feature-cards.blue .feature-cards__subtitle{color:#fff}.cta-banner{padding:80px 0;text-align:center;background-color:#fff}@media (max-width: 960px){.cta-banner{padding:60px 0}}@media (max-width: 768px){.cta-banner{padding:40px 0px}}.cta-banner__content{max-width:800px;margin:0 auto}.cta-banner__heading{font-family:"Poppins",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.25;margin:0 0 1rem;color:#fff}@media (max-width: 960px){.cta-banner__heading{font-size:1.5rem}}@media (max-width: 768px){.cta-banner__heading{font-size:0.8rem}}.cta-banner__subtext{font-size:1.125rem;line-height:1.65;margin:0 0 2rem;color:rgba(255,255,255,0.85)}@media (max-width: 768px){.cta-banner__subtext{font-size:1rem;margin-bottom:1.5rem}}.cta-banner__emphasis{font-family:"Poppins",sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin:16px 0 24px;text-align:center}@media (max-width: 768px){.cta-banner__emphasis{font-size:1.0625rem;margin:12px 0 20px}}.cta-banner__cta{display:inline-block;padding:14px 40px;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background-color:#00ACE6;border:2px solid transparent;border-radius:6px;transition:all 0.3s ease}.cta-banner__cta:hover{background-color:#0086b3;box-shadow:0 4px 12px rgba(0,172,230,0.3);color:#fff;text-decoration:none;border-radius:9px}@media (max-width: 768px){.cta-banner__cta{padding:12px 32px;font-size:0.9375rem;width:100%;max-width:320px}}.cta-banner--light{background-color:#fff}.cta-banner--light .cta-banner__heading{color:#231F20;font-size:35px;font-weight:300;line-height:1.2;max-width:660px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.cta-banner--light .cta-banner__heading{font-size:30px;margin-bottom:30px}}.cta-banner--light .cta-banner__subtext{color:#231F20;opacity:0.75}.cta-banner--light .cta-banner__cta{background-color:#16ace3;color:#041623;border-radius:9px;height:56px;display:inline-flex;align-items:center;justify-content:center}.cta-banner--light .cta-banner__cta:hover{background-color:#1189b5;color:#fff;border-radius:9px}.cta-banner--rounded{padding:60px 0px;background-color:#fff}@media (max-width: 960px){.cta-banner--rounded{border-radius:24px;padding:48px 32px}}@media (max-width: 768px){.cta-banner--rounded{border-radius:20px;padding:40px 0px}}.cta-banner--gradient{background:linear-gradient(135deg, #041623 0%, #004d67 50%, #00ACE6 100%)}.cta-banner--dark-gradient{background:linear-gradient(135deg, #041623 0%, #0f2137 100%)}.cta-banner__cta--outline{background-color:transparent;border-color:#fff;color:#fff}.cta-banner__cta--outline:hover{background-color:#fff;color:#041623;border-color:#fff;box-shadow:0 4px 12px rgba(255,255,255,0.2)}.cta-banner--two-column{background:linear-gradient(135deg, #041623 0%, #04090f 100%)}.cta-banner--two-column .cta-banner__content--left-align{text-align:left;max-width:none}@media (max-width: 991px){.cta-banner--two-column .cta-banner__content--left-align{text-align:center;margin-bottom:40px}}.cta-banner--two-column .cta-banner__heading,.cta-banner--two-column .cta-banner__subtext,.cta-banner--two-column .cta-banner__emphasis{text-align:left}@media (max-width: 991px){.cta-banner--two-column .cta-banner__heading,.cta-banner--two-column .cta-banner__subtext,.cta-banner--two-column .cta-banner__emphasis{text-align:center}}.cta-banner--two-column .cta-banner__emphasis{margin:16px 0 24px}@media (max-width: 991px){.cta-banner--two-column .cta-banner__cta{width:auto;max-width:none}}.cta-banner__image{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.3)}@media (max-width: 991px){.cta-banner__image{margin-top:40px}}.cta-banner__image img{width:100%;height:auto;display:block;object-fit:cover}.cta-banner__content{padding:50px;max-width:1152px;margin-left:auto;margin-right:auto;border-radius:30px;background:#F8F8F8}.callout-banner--dark-rounded.orange-banner{background:url("/images/orange-bg-pattern.webp");background-size:cover;background-position:bottom;background-repeat:no-repeat}.dark-section{padding:80px 0;background-color:#041623;color:#fff;position:relative;overflow:hidden}.dark-section .amber-quote{color:#F9A945;text-align:center;margin:0px auto;margin-top:50px;font-size:21px;font-style:italic}@media (max-width: 960px){.dark-section{padding:60px 0}}@media (max-width: 768px){.dark-section{padding:50px 20px}}.dark-section__header{text-align:center;margin-bottom:56px;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.dark-section__header{margin-bottom:40px}}.dark-section__heading{font-family:"Poppins",sans-serif;font-size:2.5rem;line-height:1.25;margin:0 0 1rem;color:#fff}@media (max-width: 960px){.dark-section__heading{font-size:2rem}}@media (max-width: 768px){.dark-section__heading{font-size:1.75rem}}.dark-section__subheading{font-size:1.125rem;line-height:1.65;margin:0;color:rgba(255,255,255,0.8)}@media (max-width: 768px){.dark-section__subheading{font-size:1rem}}.dark-section__body{color:rgba(255,255,255,0.9);font-size:1rem;line-height:1.7}.dark-section__body p{margin:0 0 1.25rem;color:rgba(255,255,255,0.85)}.dark-section__body p:last-child{margin-bottom:0}.dark-section__body a{color:#00ACE6;text-decoration:none;transition:color 0.2s ease}.dark-section__body a:hover{color:#1ac5ff}.dark-section__stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;text-align:center}@media (max-width: 960px){.dark-section__stats{grid-template-columns:repeat(2, 1fr);gap:32px}}@media (max-width: 768px){.dark-section__stats{grid-template-columns:1fr 1fr;gap:24px}}.dark-section__stat-number{font-family:"Poppins",sans-serif;font-size:3rem;font-weight:700;line-height:1;margin:0 0 8px;color:#00ACE6}@media (max-width: 960px){.dark-section__stat-number{font-size:2.5rem}}@media (max-width: 768px){.dark-section__stat-number{font-size:2rem}}.dark-section__stat-label{font-size:0.9375rem;font-weight:500;margin:0;color:rgba(255,255,255,0.75)}@media (max-width: 768px){.dark-section__stat-label{font-size:0.875rem}}.dark-section__outcomes{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}@media (max-width: 768px){.dark-section__outcomes{grid-template-columns:1fr;gap:24px}}.dark-section__outcome{display:flex;gap:16px;align-items:flex-start}.dark-section__outcome-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(0,172,230,0.12);border-radius:10px;color:#00ACE6;font-size:1.25rem}.dark-section__outcome-icon img{max-width:24px;max-height:24px}.dark-section__outcome-text h4{font-size:1.125rem;font-weight:600;margin:0 0 6px;color:#fff}.dark-section__outcome-text p{font-size:0.9375rem;line-height:1.6;margin:0;color:rgba(255,255,255,0.7)}.dark-section__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-attachment:fixed;background-position:top center;opacity:1;z-index:0}.dark-section>.container{position:relative;z-index:1}.dark-section--gradient{background:linear-gradient(135deg, #041623 0%, #0f2137 100%)}.dark-section__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:18px;max-width:1400px;margin:0 auto}@media (max-width: 768px){.dark-section__grid{display:flex;flex-direction:column;gap:24px}}.dark-section__heading-block{grid-column:span 3;padding:8px 0}@media (max-width: 720px){.dark-section__heading-block{grid-column:1 / -1}}.dark-section__cards-track{display:contents}@media (max-width: 768px){.dark-section__cards-track{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;width:100%}.dark-section__cards-track::-webkit-scrollbar{display:none}.dark-section__cards-track>.dark-section__card{flex:0 0 calc(66% - 8px);min-width:0;scroll-snap-align:start}}.dark-section__card{border:1px solid rgba(255,255,255,0.18);aspect-ratio:1 / 1;padding:15px;border-radius:9px;transition:border-color 0.2s ease, background 0.2s ease}.dark-section__card:hover{border-color:rgba(0,172,230,0.5);background:rgba(255,255,255,0.04)}.dark-section__card-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 14px 0;line-height:1.3}.dark-section__card-desc{font-size:14px;color:rgba(255,255,255,0.78);line-height:1.55;margin:0}.dark-section--cards{padding:60px 0px}@media (max-width: 720px){.dark-section--cards{padding:40px 0px 60px}}.dark-section__footer{margin-top:48px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.dark-section__footer{margin-top:32px}}.dark-section__closing{font-size:1.125rem;line-height:1.7;color:#fff;margin:0 0 16px}@media (max-width: 768px){.dark-section__closing{font-size:1rem}}.light-section{padding:80px 0;background-color:#F7F7F7;color:#231F20;position:relative;overflow:hidden}@media (max-width: 960px){.light-section{padding:60px 0}}@media (max-width: 768px){.light-section{padding:50px 0px}}.light-section .round-cta{width:44px;height:44px;border-radius:100px;background:#F7F7F7;display:flex;align-items:center;justify-content:center;border:none;margin-top:10px}.light-section .round-cta:after{content:url("/images/icons/chevron-right-black.svg");display:block;position:absolute;with:24px;height:24px}.light-section__header{text-align:center;margin-bottom:56px;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.light-section__header{margin-bottom:40px}}.light-section__heading{font-family:"Poppins",sans-serif;font-size:2.5rem;line-height:1.25;margin:0 0 1rem;color:#000}@media (max-width: 960px){.light-section__heading{font-size:2rem}}@media (max-width: 768px){.light-section__heading{font-size:1.75rem}}.light-section__subheading{font-size:1.125rem;line-height:1.65;margin:0;color:#000}@media (max-width: 768px){.light-section__subheading{font-size:1rem}}.light-section__body{color:rgba(35,31,32,0.9);font-size:1rem;line-height:1.7}.light-section__body p{margin:0 0 1.25rem;color:rgba(35,31,32,0.85)}.light-section__body p:last-child{margin-bottom:0}.light-section__body a{color:#00ACE6;text-decoration:none;transition:color 0.2s ease}.light-section__body a:hover{color:#1ac5ff}.light-section__stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;text-align:center}@media (max-width: 960px){.light-section__stats{grid-template-columns:repeat(2, 1fr);gap:32px}}@media (max-width: 768px){.light-section__stats{grid-template-columns:1fr 1fr;gap:24px}}.light-section__stat-number{font-family:"Poppins",sans-serif;font-size:3rem;font-weight:700;line-height:1;margin:0 0 8px;color:#00ACE6}@media (max-width: 960px){.light-section__stat-number{font-size:2.5rem}}@media (max-width: 768px){.light-section__stat-number{font-size:2rem}}.light-section__stat-label{font-size:0.9375rem;font-weight:500;margin:0;color:rgba(255,255,255,0.75)}@media (max-width: 768px){.light-section__stat-label{font-size:0.875rem}}.light-section__outcomes{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}@media (max-width: 768px){.light-section__outcomes{grid-template-columns:1fr;gap:24px}}.light-section__outcome{display:flex;gap:16px;align-items:flex-start}.light-section__outcome-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(0,172,230,0.12);border-radius:10px;color:#00ACE6;font-size:1.25rem}.light-section__outcome-icon img{max-width:24px;max-height:24px}.light-section__outcome-text h4{font-size:1.125rem;font-weight:600;margin:0 0 6px;color:#fff}.light-section__outcome-text p{font-size:0.9375rem;line-height:1.6;margin:0;color:rgba(255,255,255,0.7)}.light-section__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:0.15;z-index:0}.light-section>.container{position:relative;z-index:1}.light-section--gradient{background:linear-gradient(135deg, #041623 0%, #0f2137 100%)}.light-section__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:20px;max-width:1400px;margin:0 auto;min-height:0}@media (max-width: 768px){.light-section__grid{display:flex;flex-direction:column;gap:24px}}.light-section__cards-track{display:contents}@media (max-width: 768px){.light-section__cards-track{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;width:100%}.light-section__cards-track::-webkit-scrollbar{display:none}.light-section__cards-track>.light-section__card{flex:0 0 calc(66% - 8px);min-width:0;scroll-snap-align:start;aspect-ratio:auto}}.light-section__heading-block{grid-column:span 3;padding:8px 0}@media (max-width: 720px){.light-section__heading-block{grid-column:1 / -1}}.light-section__card{border:1px solid transparent;padding:20px;transition:border-color 0.2s ease, background 0.2s ease;border-radius:9px;background:#FFF;box-shadow:0 4px 20px 8px rgba(0,0,0,0.04);display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:1/1}.light-section__card:hover{border-color:rgba(0,172,230,0.5)}.light-section__card-title{font-size:15px;font-weight:700;color:#231F20;margin:0 0 14px 0;line-height:1.3}.light-section__card-desc{font-size:13.5px;color:#231f20;line-height:1.55;margin:0}.light-section--cards{background:#F7F7F7;padding:60px 40px 80px}@media (max-width: 720px){.light-section--cards{padding:40px 0px 60px}}.light-section__closing{font-size:1.125rem;line-height:1.7;color:#fff;margin:0 0 16px}@media (max-width: 768px){.light-section__closing{font-size:1rem}}.light-section__footer-block{grid-column:span 2;padding:8px 0;text-align:right;grid-column:span 2;grid-column-end:-1}@media (max-width: 960px){.light-section__footer-block{text-align:left}}.benefits-row{padding:80px 0;background-color:#fff}@media (max-width: 960px){.benefits-row{padding:60px 0}}@media (max-width: 768px){.benefits-row{padding:50px 20px}}.benefits-row__header{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.benefits-row__header{margin-bottom:40px}}.benefits-row__title{font-family:"Poppins",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.25;margin:0 0 1rem;color:#231F20}@media (max-width: 960px){.benefits-row__title{font-size:2rem}}@media (max-width: 768px){.benefits-row__title{font-size:1.75rem}}.benefits-row__subtitle{font-size:1.1rem;line-height:1.6;margin:0;color:#231F20;opacity:0.75}@media (max-width: 768px){.benefits-row__subtitle{font-size:1rem}}.benefits-row__items{display:flex;gap:40px;justify-content:center}@media (max-width: 960px){.benefits-row__items{flex-wrap:wrap;gap:32px}}@media (max-width: 768px){.benefits-row__items{flex-direction:column;gap:24px}}.benefits-row__items--grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px}@media (max-width: 960px){.benefits-row__items--grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){.benefits-row__items--grid{grid-template-columns:1fr}}.benefits-row__items--3col{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media (max-width: 960px){.benefits-row__items--3col{grid-template-columns:repeat(2, 1fr);gap:32px}}@media (max-width: 768px){.benefits-row__items--3col{grid-template-columns:1fr;gap:24px}}.benefits-row__item{flex:1;min-width:0;text-align:center}@media (max-width: 768px){.benefits-row__item{text-align:left;display:flex;gap:16px;align-items:flex-start}}.benefits-row__icon{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:rgba(0,172,230,0.08);border-radius:50%;color:#00ACE6;font-size:1.5rem;flex-shrink:0}.benefits-row__icon img{max-width:28px;max-height:28px}@media (max-width: 768px){.benefits-row__icon{width:48px;height:48px;margin:0;font-size:1.25rem}.benefits-row__icon img{max-width:22px;max-height:22px}}.benefits-row__item-title{font-family:"Poppins",sans-serif;font-size:1.125rem;font-weight:600;line-height:1.35;margin:0 0 8px;color:#231F20}@media (max-width: 768px){.benefits-row__item-title{font-size:1.0625rem}}.benefits-row__item-desc{font-size:0.9375rem;line-height:1.6;margin:0;color:#231F20;opacity:0.7}@media (max-width: 768px){.benefits-row__item-desc{font-size:0.875rem}}.benefits-row--dark{background-color:#041623}.benefits-row--dark .benefits-row__title{color:#fff}.benefits-row--dark .benefits-row__subtitle{color:rgba(255,255,255,0.75)}.benefits-row--dark .benefits-row__icon{background:rgba(0,172,230,0.12)}.benefits-row--dark .benefits-row__item-title{color:#fff}.benefits-row--dark .benefits-row__item-desc{color:rgba(255,255,255,0.7)}.benefits-row--light-bg{background-color:#F8F8F8}.benefits-row--horizontal .benefits-row__item{text-align:left;display:flex;gap:16px;align-items:flex-start}.benefits-row--horizontal .benefits-row__icon{margin:0}.benefits-grid{padding:80px 0;background:#fff}@media (max-width: 768px){.benefits-grid{padding:50px 0}}.benefits-grid__header{text-align:center;margin-bottom:56px;max-width:820px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.benefits-grid__header{margin-bottom:40px}}.benefits-grid__title{font-family:"Poppins",sans-serif;font-size:2.75rem;font-weight:700;line-height:1.2;color:#231F20;margin:0 0 16px}@media (max-width: 768px){.benefits-grid__title{font-size:1.875rem;margin-bottom:12px}}.benefits-grid__subtitle{font-family:"Poppins",sans-serif;font-size:1.1rem;font-weight:400;color:#8D8D8D;margin:0;line-height:1.6}@media (max-width: 768px){.benefits-grid__subtitle{font-size:1rem}}.benefits-grid__items{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px 40px}@media (max-width: 992px){.benefits-grid__items{grid-template-columns:repeat(2, 1fr);gap:28px 32px}}@media (max-width: 768px){.benefits-grid__items{grid-template-columns:1fr;gap:24px}}.benefits-grid__item{background:#fff;padding:28px;border-radius:12px;border:1px solid rgba(0,172,230,0.1);transition:all 0.3s ease}.benefits-grid__item:hover{border-color:rgba(0,172,230,0.3);box-shadow:0 4px 16px rgba(0,172,230,0.12)}@media (max-width: 768px){.benefits-grid__item{padding:20px}}.benefits-grid__item-title{font-family:"Poppins",sans-serif;font-size:1.125rem;font-weight:600;color:#231F20;margin:0 0 12px;line-height:1.3}@media (max-width: 768px){.benefits-grid__item-title{font-size:1.0625rem;margin-bottom:8px}}.benefits-grid__item-desc{font-family:"Poppins",sans-serif;font-size:0.9375rem;font-weight:400;color:#8D8D8D;margin:0;line-height:1.6}@media (max-width: 768px){.benefits-grid__item-desc{font-size:0.875rem}}.benefits-grid--dark{background-color:#041623}.benefits-grid--dark .benefits-grid__title{color:#fff}.benefits-grid--dark .benefits-grid__subtitle{color:rgba(255,255,255,0.75)}.benefits-grid--dark .benefits-grid__item{background:rgba(15,33,55,0.6);border:1px solid rgba(0,172,230,0.15)}.benefits-grid--dark .benefits-grid__item:hover{border-color:rgba(0,172,230,0.4);box-shadow:0 4px 16px rgba(0,172,230,0.2)}.benefits-grid--dark .benefits-grid__item-title{color:#00ACE6}.benefits-grid--dark .benefits-grid__item-desc{color:rgba(255,255,255,0.8)}.platform-cards{padding:80px 0;background-color:#F8F8F8;padding-bottom:30px !important;margin-obttom:-30px}@media (max-width: 960px){.platform-cards{padding:60px 0}}@media (max-width: 768px){.platform-cards{padding:50px 0px}}.platform-cards__header{text-align:center;margin-bottom:56px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.platform-cards__header{margin-bottom:40px}}.platform-cards__title{font-family:"Poppins",sans-serif;font-size:35px;font-weight:300;line-height:1.25;margin:0 0 1rem;color:#231F20;text-align:left}@media (max-width: 960px){.platform-cards__title{font-size:2rem}}@media (max-width: 768px){.platform-cards__title{font-size:1.75rem;text-align:center}}.platform-cards__subtitle{font-size:1.1rem;line-height:1.6;margin:0;color:#000000}@media (max-width: 768px){.platform-cards__subtitle{font-size:1rem}}.platform-cards__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media (max-width: 960px){.platform-cards__grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media (max-width: 768px){.platform-cards__grid{grid-template-columns:1fr;gap:20px}}.platform-cards__grid--2col{grid-template-columns:repeat(2, 1fr)}@media (max-width: 768px){.platform-cards__grid--2col{grid-template-columns:1fr}}.platform-cards__card{display:flex;flex-direction:column;background:#fff;border-radius:9px;overflow:hidden;text-decoration:none;color:inherit;transition:transform 0.3s ease, box-shadow 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.05);border:2px solid transparent;height:100%}.platform-cards__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.1);border-color:rgba(0,172,230,0.3);text-decoration:none;color:inherit}@media (max-width: 768px){.platform-cards__card:hover{transform:none}}.platform-cards__thumb{width:100%;height:218px;overflow:hidden;background-color:black}.platform-cards__thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.platform-cards__card:hover .platform-cards__thumb img{transform:scale(1.05)}.platform-cards__content{padding:33px 32px 32px;display:flex;flex-direction:column;flex-grow:1}@media (max-width: 768px){.platform-cards__content{padding:24px 20px 20px}}.platform-cards__subtitle{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:1.3;margin:0 0 8px;color:#231F20}.platform-cards__card-title{font-family:"Poppins",sans-serif;font-size:21px;font-weight:500;line-height:1.35;margin:0 0 10px;color:#231F20}@media (max-width: 768px){.platform-cards__card-title{font-size:1.125rem}}.platform-cards__card-desc{font-size:0.9375rem;line-height:1.6;margin:0 0 16px;color:#231F20;opacity:0.75;flex-grow:1}@media (max-width: 768px){.platform-cards__card-desc{font-size:0.875rem;margin-bottom:12px}}.platform-cards__cta{display:flex;align-items:center;justify-content:center;width:100%;height:56px;border:1px solid #231F20;border-radius:9px;font-size:16px;font-weight:400;color:#231F20;text-align:center;margin-top:auto;transition:all 0.3s ease;text-decoration:none}.platform-cards__cta:after{display:none}.platform-cards__card:hover .platform-cards__cta{background-color:#16ace3;border-color:#16ace3;color:#fff}@media (max-width: 768px){.platform-cards__cta{font-size:15px;height:52px}}.platform-cards--white{background-color:#fff}.platform-cards--white .platform-cards__card{border-radius:9px;background:#FFF;box-shadow:0 4px 20px 8px rgba(0,0,0,0.04) !important}.platform-cards--dark{background-color:#041623}.platform-cards--dark .platform-cards__title{color:#fff}.platform-cards--dark .platform-cards__subtitle{color:rgba(255,255,255,0.75)}.platform-cards--dark .platform-cards__card{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.08)}.platform-cards--dark .platform-cards__card:hover{border-color:rgba(0,172,230,0.4);box-shadow:0 12px 32px rgba(0,0,0,0.3)}.platform-cards--dark .platform-cards__thumb{background-color:rgba(255,255,255,0.05)}.platform-cards--dark .platform-cards__card-title{color:#fff}.platform-cards--dark .platform-cards__card-desc{color:rgba(255,255,255,0.7)}.callout-banner{padding:60px 0;background:linear-gradient(135deg, #006080 0%, #00ACE6 60%, #1ac5ff 100%);position:relative;overflow:hidden}@media (max-width: 960px){.callout-banner{padding:50px 0}}@media (max-width: 768px){.callout-banner{padding:40px 20px}}.callout-banner__content{margin:0 auto;text-align:left;position:relative;z-index:1}.callout-banner__quote{margin:0;padding:0;border:none}.callout-banner__text{font-size:1.5rem;font-weight:500;line-height:1.7;margin:0 0 1.5rem;color:#fff;font-style:italic;position:relative}.callout-banner__text:before{content:'\201C';font-size:4rem;font-style:normal;line-height:1;color:rgba(255,255,255,0.3);position:absolute;top:-16px;left:-8px}@media (max-width: 960px){.callout-banner__text{font-size:1.3rem}}@media (max-width: 768px){.callout-banner__text{font-size:1.125rem;margin-bottom:1rem}.callout-banner__text:before{font-size:3rem;top:-12px}}.callout-banner__cite{display:block;font-size:1rem;font-style:normal;font-weight:600;color:rgba(255,255,255,0.9)}@media (max-width: 768px){.callout-banner__cite{font-size:0.9375rem}}.callout-banner__highlight{font-size:1.75rem;font-weight:600;line-height:1.5;margin:0;color:#fff}@media (max-width: 960px){.callout-banner__highlight{font-size:1.5rem}}@media (max-width: 768px){.callout-banner__highlight{font-size:1.25rem}}.callout-banner__pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.06;background-image:radial-gradient(circle at 25% 50%, #fff 1px, transparent 1px),radial-gradient(circle at 75% 50%, #fff 1px, transparent 1px);background-size:40px 40px;z-index:0}.callout-banner--dark{background:linear-gradient(135deg, #041623 0%, #0f2137 50%, #003a4d 100%)}.callout-banner--dark-gradient{background:linear-gradient(135deg, #041623 0%, #0f2137 100%)}.callout-banner--solid{background:#00ACE6}.callout-banner--dark-rounded{background:url(/images/blue-bg-pattern.webp);background-repeat:repeat-x;background-size:cover;background-position:bottom;border-radius:30px;max-width:1400px;margin:0 auto;position:relative;z-index:3;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);padding:50px 15px;transform:translate(0px, -50%);position:absolute;left:0;right:0}.callout-banner--dark-rounded:after{content:"";display:block;padding:50px}.callout-banner--dark-rounded .callout-banner__text{font-size:22px;font-weight:300;line-height:1.2;font-style:normal;color:#fff}.callout-banner--dark-rounded .callout-banner__text:before{display:none}.callout-banner--dark-rounded .callout-banner__text strong{color:#F9A945}@media (max-width: 1400px){.callout-banner--dark-rounded{transform:translate(0px, -40%)}}@media (max-width: 960px){.callout-banner--dark-rounded{max-width:100%;padding:32px 40px;border-radius:0;background-size:cover;transform:translate(0, 0);position:relative}.callout-banner--dark-rounded .callout-banner__text{font-size:20px}}@media (max-width: 768px){.callout-banner--dark-rounded{padding:50px 20px}.callout-banner--dark-rounded .callout-banner__text{font-size:16px;padding-bottom:20px}}@media (max-width: 1400px){.callout-banner--dark-rounded{max-width:1200px}}.callout-banner__amber{color:#F9A945}.callout-banner--simple{background:transparent;padding:32px 0}.callout-banner--simple .callout-banner__text{font-size:21px;font-weight:600;font-style:italic;text-align:center;color:#F9A945}.callout-banner--simple .callout-banner__text:before{display:none}@media (max-width: 768px){.callout-banner--simple .callout-banner__text{font-size:18px}}.callout-banner__text--center{text-align:center}.callout-banner__text--italic{font-style:italic}.callout-banner__text--amber{color:#F9A945}.callout-banner__cta{display:inline-block;margin-top:24px;padding:12px 32px;font-size:1rem;font-weight:600;text-decoration:none;color:#041623;background-color:#fff;border-radius:6px;transition:all 0.3s ease}.callout-banner__cta:hover{box-shadow:0 4px 12px rgba(0,0,0,0.2);color:#041623;text-decoration:none}@media (max-width: 768px){.callout-banner__cta{padding:10px 28px;font-size:0.9375rem}}.dark-info{padding:60px 0px}.dark-info h2,.dark-info h3,.dark-info p,.dark-info ul{color:#fff}.callout-banner--dark-rounded+section{padding-top:200px}@media (max-width: 1400px){.callout-banner--dark-rounded+section{padding-top:220px}}@media (max-width: 960px){.callout-banner--dark-rounded+section{padding-top:40px}}.content-two-column{padding:60px 20px;background-color:#fff}@media (max-width: 768px){.content-two-column{padding:60px 20px}}.content-two-column__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 960px){.content-two-column__grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 960px){.content-two-column__text{order:1}}.content-two-column__heading{font-size:2.5rem;font-weight:700;line-height:1.3;margin:0 0 1.5rem;color:#231F20}@media (max-width: 960px){.content-two-column__heading{font-size:2rem}}@media (max-width: 768px){.content-two-column__heading{font-size:1.8rem;margin-bottom:1rem}}.content-two-column__body{font-size:1.1rem;line-height:1.8;margin:0 0 1.5rem;color:#231F20}@media (max-width: 768px){.content-two-column__body{font-size:1rem}}.content-two-column__bullets{list-style:none;padding:0;margin:1.5rem 0 0}.content-two-column__bullets li{position:relative;padding-left:30px;margin-bottom:15px;font-size:1rem;line-height:1.6;color:#231F20}.content-two-column__bullets li:before{content:'✓';position:absolute;left:0;color:#00ACE6;font-weight:700;font-size:1.2rem}.content-two-column__visual{display:flex;align-items:center;justify-content:center}.content-two-column__visual img{max-width:100%;height:auto;border-radius:12px}@media (max-width: 768px){.content-two-column__visual{order:0}}.content-two-column--alternating .content-two-column__item{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.content-two-column--alternating .content-two-column__item:last-child{margin-bottom:0}@media (max-width: 960px){.content-two-column--alternating .content-two-column__item{grid-template-columns:1fr;gap:40px;margin-bottom:60px}}.content-two-column--alternating .content-two-column__item:nth-child(even) .content-two-column__visual{order:1}.content-two-column--alternating .content-two-column__item:nth-child(even) .content-two-column__text{order:2}@media (max-width: 960px){.content-two-column--alternating .content-two-column__item:nth-child(even) .content-two-column__visual{order:2}.content-two-column--alternating .content-two-column__item:nth-child(even) .content-two-column__text{order:1}}.content-two-column--alternating .content-two-column__item-title{font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 1.5rem;color:#231F20}@media (max-width: 960px){.content-two-column--alternating .content-two-column__item-title{font-size:1.75rem}}@media (max-width: 768px){.content-two-column--alternating .content-two-column__item-title{font-size:1.5rem;margin-bottom:1rem}}.content-two-column--alternating .content-two-column__item-desc{font-size:1.1rem;line-height:1.8;margin:0;color:#231F20}@media (max-width: 768px){.content-two-column--alternating .content-two-column__item-desc{font-size:1rem}}.content-two-column--light-bg{background-color:#F8F8F8}.floating-popup{position:fixed;right:32px;bottom:32px;z-index:1000;max-width:280px;animation:slideInRight 0.5s ease-out}@media (max-width: 768px){.floating-popup{right:16px;bottom:16px;max-width:240px}}.floating-popup__content{background:linear-gradient(135deg, #00ACE6 0%, #0086b3 100%);color:#fff;padding:20px 24px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.2);cursor:pointer;transition:all 0.3s ease}@media (max-width: 768px){.floating-popup__content{padding:16px 20px;border-radius:8px}}.floating-popup__content:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.3)}.floating-popup__content p{margin:0;font-size:1rem;font-weight:600;line-height:1.4}@media (max-width: 768px){.floating-popup__content p{font-size:0.9rem}}@keyframes slideInRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.service-subnav{padding:0 20px;position:relative;z-index:5;top:0;margin-top:50px}.service-subnav__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:30px;min-height:56px}@media (max-width: 768px){.service-subnav__container{flex-direction:column;align-items:flex-start;gap:0;padding:12px 0}}.service-subnav__back{display:inline-flex;align-items:center;gap:8px;font-size:0.95rem;font-weight:600;color:var(--section-text, #231F20);text-decoration:none;white-space:nowrap;transition:color 0.2s ease}.service-subnav__back:hover{color:var(--section-accent, #00ACE6);text-decoration:none}@media (max-width: 768px){.service-subnav__back{margin-bottom:8px;font-size:0.9rem}}.service-subnav__back-icon{width:12px;height:12px;transform:rotate(180deg);opacity:0.5}.service-subnav__links{display:flex;align-items:center;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.service-subnav__links{width:100%;gap:0}}.service-subnav__link{display:inline-block;padding:16px 20px;font-size:0.9rem;font-weight:500;color:var(--section-text, #231F20);text-decoration:none;white-space:nowrap;transition:color 0.2s ease, opacity 0.2s ease;opacity:0.7}.service-subnav__link:hover{color:var(--section-accent, #00ACE6);opacity:1;text-decoration:none}.service-subnav__link.active{color:var(--section-accent, #00ACE6);opacity:1;font-weight:600}@media (max-width: 768px){.service-subnav__link{padding:10px 15px;font-size:0.85rem}}.service-subnav__tabs{display:flex;align-items:center;gap:0}@media (max-width: 768px){.service-subnav__tabs{width:100%;flex-wrap:wrap}}.service-subnav__tab{display:inline-block;padding:16px 0;font-size:0.95rem;font-weight:500;color:var(--section-text, #231F20);text-decoration:none;white-space:nowrap;transition:color 0.2s ease;opacity:0.7;position:relative}.service-subnav__tab:hover{color:var(--section-accent, #00ACE6);opacity:1;text-decoration:none}.service-subnav__tab--active{color:var(--section-accent, #00ACE6);opacity:1;font-weight:600}.service-subnav__tab--active::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--section-accent, #00ACE6)}@media (max-width: 768px){.service-subnav__tab{padding:12px 0;font-size:0.9rem}}.service-subnav__separator{padding:0 12px;color:var(--section-text, #231F20);opacity:0.3;user-select:none}@media (max-width: 768px){.service-subnav__separator{padding:0 8px}}.content-section{padding:60px 0px;position:relative;height:100%;overflow:auto}@media (max-width: 960px){.content-section{padding:60px 0}}@media (max-width: 600px){.content-section{padding:40px 0}}.content-section--light-bg{background-color:#F8F8F8}.content-section--centered{text-align:center}.content-section--centered .content-section__content{max-width:800px;margin:0 auto}.content-section__content h2{font-family:"Poppins",sans-serif;font-weight:300;font-size:35px;line-height:1.3;margin-bottom:24px;color:#231F20}@media (max-width: 768px){.content-section__content h2{font-size:28px}}.content-section__content p{font-family:"Poppins",sans-serif;font-weight:300;font-size:15px;line-height:1.7;color:#231F20;margin-bottom:16px}.content-section__content p strong{font-weight:600}.navCont{background:transparent;position:fixed;width:100%;top:0;z-index:1000;padding:15px 0;transition:background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease}.navCont .container .row{align-items:center}.navCont .container .row .col-12{display:flex;justify-content:space-between;align-items:center}.navCont .logo{position:relative;z-index:1002}.navCont .logo a{display:block}.navCont .logo a img{height:53px;width:auto;display:block}.navCont ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:40px}.navCont ul li{display:inline-block}.navCont ul li a{font-size:15px;font-weight:500;color:#231F20;padding:10px 0;position:relative}.navCont ul li a:hover{color:#00ACE6}.navCont ul li.active a{color:#00ACE6}.navCont ul li.search-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.navCont ul li.search-wrapper .search-container{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;background:transparent;transition:width 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),background 0.4s ease;display:flex;align-items:center;justify-content:flex-end}.navCont ul li.search-wrapper .search-container.active{width:300px;border-radius:24px;background:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding-left:20px}.navCont ul li.search-wrapper .search-container.active .search-input{opacity:1;width:calc(100% - 60px);pointer-events:auto}.navCont ul li.search-wrapper .search-container.active .search-btn img{color:#00ACE6;filter:brightness(0) saturate(100%) invert(61%) sepia(94%) saturate(2234%) hue-rotate(162deg) brightness(95%) contrast(101%)}.navCont ul li.search-wrapper .search-input{position:absolute;left:20px;top:50%;transform:translateY(-50%);opacity:0;width:0;height:32px;border:none;outline:none;background:transparent;font-family:'Poppins', sans-serif;font-size:14px;color:#231F20;pointer-events:none;transition:opacity 0.3s ease 0.1s, width 0.3s ease}.navCont ul li.search-wrapper .search-input::placeholder{color:rgba(35,31,32,0.5)}.navCont ul li.search-wrapper .search-btn{position:relative;width:48px;height:48px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;z-index:2}.navCont ul li.search-wrapper .search-btn img{width:20px;height:20px;transition:all 0.3s ease;color:#231F20}.navCont ul li.search-wrapper .search-btn:hover img{color:#00ACE6;filter:brightness(0) saturate(100%) invert(61%) sepia(94%) saturate(2234%) hue-rotate(162deg) brightness(95%) contrast(101%)}.navCont .hamburger{display:none;width:30px;height:25px;position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1001}.navCont .hamburger div{width:100%;height:3px;background:#00ACE6;position:relative;transition:all 0.3s ease}.navCont .hamburger div::before,.navCont .hamburger div::after{content:'';position:absolute;width:100%;height:3px;background:#00ACE6;transition:all 0.3s ease}.navCont .hamburger div::before{top:-8px}.navCont .hamburger div::after{top:8px}.navCont .hamburger.active div{background:transparent}.navCont .hamburger.active div::before{top:0;transform:rotate(45deg)}.navCont .hamburger.active div::after{top:0;transform:rotate(-45deg)}@media (max-width: 960px){.navCont .hamburger{display:block;top:34px;transform:none}}@media (min-width: 961px){.navCont ul .mobile-subnav{display:none !important}}.navCont.scrolled{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.08);padding:10px 0}.navCont ul li.has-dropdown{position:relative}.navCont ul li.has-dropdown .mega-menu{position:absolute;top:calc(100% + 15px);left:50%;transform:translateX(-50%);background:#fff;border-radius:26px;box-shadow:0px 4px 20px rgba(0,0,0,0.08);border:1px solid rgba(217,217,217,0.38);padding:16px;width:693px;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease;z-index:1001}@media (max-width: 1024px){.navCont ul li.has-dropdown .mega-menu{width:90vw;max-width:693px;left:auto;right:0;transform:none}}@media (max-width: 960px){.navCont ul li.has-dropdown .mega-menu{display:none}}.navCont ul li.has-dropdown:hover .mega-menu,.navCont ul li.has-dropdown .mega-menu:hover{opacity:1;visibility:visible}.navCont ul li.has-dropdown .mega-menu-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media (max-width: 600px){.navCont ul li.has-dropdown .mega-menu-grid{grid-template-columns:1fr}}.navCont ul li.has-dropdown .mega-menu-item{padding:10px;border-radius:20px;transition:background 0.3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.navCont ul li.has-dropdown .mega-menu-item:hover{background:rgba(217,217,217,0.2)}.navCont ul li.has-dropdown .mega-menu-item.highlighted{background:rgba(217,217,217,0.37);border-radius:16px}.navCont ul li.has-dropdown .mega-menu-item.ai-consulting .mega-menu-title{font-weight:500;text-transform:capitalize}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:'Poppins', sans-serif;font-weight:600;font-size:15px;color:#231F20;margin-bottom:8px}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-title .arrow-icon{width:24px;height:24px;flex-shrink:0;filter:brightness(0) saturate(100%);opacity:0.7;transition:opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease}.navCont ul li.has-dropdown .mega-menu-item:hover .mega-menu-title .arrow-icon{opacity:1;transform:translateX(4px);filter:none}.navCont ul li.has-dropdown .mega-menu-item .mega-menu-desc{font-family:'Poppins', sans-serif;font-weight:300;font-size:13px;line-height:1.6;color:#231F20;margin:0}.navCont ul li.has-dropdown .mega-menu-item.mega-menu-item--active{background:rgba(0,172,230,0.08);border-left:3px solid #00ACE6}.mobile-subnav a.active{color:#00ACE6 !important;font-weight:600}.pageload{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#041623;transition:all 0.3s ease;opacity:0.95;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99999}.pageload.inactive{opacity:0;transition:all 0.3s ease;z-index:-99999}#loader{position:relative}#loader #logo{margin:0 auto;padding-bottom:35px}#loader #logo img{max-width:200px;height:auto}#loader #progressbar{background-color:rgba(255,255,255,0.2);height:3px;border-radius:30px;position:relative;top:50%;left:50%;transform:translate(-50%);overflow:hidden;max-width:100px}#loader #progressbar::before{width:5vw;position:relative;left:-3vw;background-color:#00ACE6;content:' ';display:block;height:3px;border-radius:30px;animation:1.5s progress-bar 0.5s infinite alternate ease-in-out}.breadcrumb{font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;color:#8D8D8D;padding:15px 0;margin:0;margin-bottom:16px}@media (max-width: 960px){.breadcrumb{padding:10px 0;margin-bottom:12px}}.breadcrumb a{color:#C4C4C4;text-decoration:none;transition:color 0.3s ease}.breadcrumb a:hover{color:#00ACE6}.breadcrumb span{color:#8D8D8D}.breadcrumb-bar{position:fixed;top:70px;left:0;width:100%;background:transparent;z-index:900;padding:10px 0;transition:transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),opacity 0.6s ease;overflow:hidden;font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;color:#8D8D8D}.breadcrumb-bar .container{display:flex;align-items:center}.breadcrumb-bar.breadcrumb-hidden{transform:translateX(-100%);opacity:0}.breadcrumb-bar .separator{margin:0 8px;color:#8D8D8D}.breadcrumb-bar .current-page{color:#8D8D8D}.breadcrumb-bar a{color:#C4C4C4;text-decoration:none;transition:color 0.3s ease}.breadcrumb-bar a:hover{color:#8D8D8D}@media (max-width: 960px){.breadcrumb-bar{top:70px}}.page-title{font-family:'Poppins', sans-serif;font-weight:300;font-size:40px;line-height:1.1;color:#231F20;margin:0 0 32px}@media (max-width: 960px){.page-title{font-size:32px;margin-bottom:24px}}@media (max-width: 600px){.page-title{font-size:28px;margin-bottom:20px}}.featured-article-wrapper{background:linear-gradient(to bottom, rgba(248,248,248,0.1), rgba(141,141,141,0.1));margin-bottom:48px}@media (max-width: 960px){.featured-article-wrapper{margin-bottom:32px}}.featured-article .row{margin:0}.featured-article .featured-article-image-col{padding:0}@media (max-width: 768px){.featured-article .featured-article-image-col{padding:0}}.featured-article .featured-article-image{overflow:hidden;border-radius:24px}.featured-article .featured-article-image img{width:100%;height:100%}.featured-article .featured-article-content{display:flex;flex-direction:column;justify-content:center;padding:32px 40px;gap:8px}@media (max-width: 960px){.featured-article .featured-article-content{padding:24px 0px}}@media (max-width: 768px){.featured-article .featured-article-content{padding:24px 0px}}.featured-article .featured-article-content .article-category-pill{display:inline-block;background:#00ACE6;color:#fff;padding:4px 12px;border-radius:4px;font-family:'Poppins', sans-serif;font-weight:400;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;align-self:flex-start;margin-bottom:8px}.featured-article .featured-article-content .article-date{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin-bottom:8px}.featured-article .featured-article-content .article-heading{font-family:'Poppins', sans-serif;font-weight:500;font-size:24px;line-height:1.2;color:#231F20;margin:0 0 12px}@media (max-width: 960px){.featured-article .featured-article-content .article-heading{font-size:22px}}@media (max-width: 600px){.featured-article .featured-article-content .article-heading{font-size:20px}}.featured-article .featured-article-content .article-excerpt{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-article .featured-article-content .btn-read-more{display:inline-flex;align-items:center;justify-content:center;width:163px;height:56px;border:1px solid #231F20;border-radius:9px;background:transparent;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-decoration:none;transition:all 0.3s ease;align-self:flex-start}.featured-article .featured-article-content .btn-read-more:hover{background:#00ACE6;border-color:#00ACE6;color:#fff}.category-filters{display:flex;justify-content:center;align-items:center;gap:16px;margin:48px 0;flex-wrap:wrap;margin-top:0}@media (max-width: 960px){.category-filters{margin:32px 0;gap:12px}}@media (max-width: 600px){.category-filters{margin:24px 0;gap:10px}}.category-filters .filter-pill{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 20px;border-radius:9px;background:#fff;border:1px solid #231F20;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-decoration:none;white-space:nowrap;transition:all 0.3s ease;cursor:pointer}.category-filters .filter-pill:hover{background:#1ac5ff;border-color:#1ac5ff;color:#fff}.category-filters .filter-pill.active{background:#16ACE3;border:none;color:#231F20}.category-filters .filter-pill.active:hover{background:#149acc}@media (max-width: 600px){.category-filters .filter-pill{font-size:14px;padding:0 16px;height:28px}}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:40px;margin-bottom:40px}.pagination-controls .pagination-btn{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-family:'Poppins', sans-serif;font-weight:600;font-size:13px;border:1px solid #F1F1F1;background:#fff;color:#333;cursor:pointer;transition:all 0.2s ease;text-decoration:none}.pagination-controls .pagination-btn:hover{background-color:#f5f5f5;border-color:#00ACE6}.pagination-controls .pagination-btn.pagination-active{background:#00ACE6;color:#fff;border-color:#00ACE6}.pagination-controls .pagination-btn.pagination-active:hover{background:#00ACE6}.pagination-controls .pagination-btn:disabled,.pagination-controls .pagination-btn[disabled]{opacity:0.5;cursor:not-allowed}.pagination-controls .pagination-btn:disabled:hover,.pagination-controls .pagination-btn[disabled]:hover{background:#fff;border-color:#F1F1F1}.pagination-controls .pagination-ellipsis{width:auto;border:none;background:transparent;color:#333;cursor:default}.pagination-controls .pagination-ellipsis:hover{background:transparent;border:none}.insights-section-cont{padding-top:150px !important;background:linear-gradient(180deg, rgba(248,248,248,0.1) 0%, rgba(141,141,141,0.1) 100%)}.insights-section-cont .featured-article-wrapper{background:none}.footer-itsources{position:relative;bottom:0;left:0;right:0;background:#1E1E1E;width:100%;padding:50px 0 30px}.footer-itsources p{color:#fff}.footer-itsources h5{color:#00ACE6}@media (max-width: 960px){.footer-itsources{padding:40px 0 30px}}.footer-itsources .container .row{margin-bottom:30px}.footer-itsources .container .row:last-child{margin-bottom:0}@media (max-width: 960px){.footer-itsources .container .row{margin-bottom:20px}}@media (max-width: 991px){.footer-itsources .footer-logo{text-align:left;margin-bottom:20px}}.footer-itsources .footer-logo img{width:169px;height:53px}@media (max-width: 991px){.footer-itsources .footer-social{text-align:left;margin-bottom:20px}}.footer-itsources .footer-social .footer-social-label{font-family:'Poppins', sans-serif;font-weight:400;font-size:11px;color:#fff;margin:0 0 12px 0}.footer-itsources .footer-social .footer-social-icons{display:flex;gap:12px}.footer-itsources .footer-social .footer-social-icons a{width:40px;height:40px;border-radius:50%;background:#00ACE6;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease, opacity 0.3s ease}.footer-itsources .footer-social .footer-social-icons a:hover{transform:scale(1.1);opacity:0.9}.footer-itsources .footer-social .footer-social-icons a img{width:20px;height:20px;object-fit:contain}.footer-itsources .footer-nav h5{color:#00ACE6}.footer-itsources .footer-nav a{font-family:'Poppins', sans-serif;font-weight:400;font-size:15px;color:#fff;text-decoration:none;transition:color 0.3s ease;white-space:nowrap;display:block;line-height:40px}.footer-itsources .footer-nav a:hover{color:#00ACE6}.footer-itsources .footer-nav a.dropdown-link{display:inline-flex;align-items:center;gap:8px}.footer-itsources .footer-nav a.dropdown-link .dropdown-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.footer-itsources .footer-copyright{font-family:'Poppins', sans-serif;font-weight:300;font-size:11px;color:#fff;text-align:right}@media (max-width: 991px){.footer-itsources .footer-copyright{text-align:left !important}}.footer-itsources .footer-copyright a{color:#fff;text-decoration:none;transition:color 0.3s ease}.footer-itsources .footer-copyright a:hover{color:#00ACE6}.footer-nav a.active{color:#00ACE6}.footer{background:#041623;color:#fff;padding:60px 0 20px;margin-top:80px}@media (max-width: 960px){.footer{padding:40px 0 20px;margin-top:60px}}.footer .footer-main{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.1)}@media (max-width: 960px){.footer .footer-main{padding-bottom:30px}}.footer .footer-logo{margin-bottom:20px}.footer .footer-logo p{color:#fff}.footer .footer-logo img{max-width:200px;height:auto}@media (max-width: 768px){.footer .footer-logo{margin-bottom:30px;text-align:center}.footer .footer-logo img{max-width:160px}}.footer .footer-links-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}@media (max-width: 768px){.footer .footer-links-grid{grid-template-columns:1fr;gap:30px;margin-bottom:30px}}.footer .footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#fff}@media (max-width: 768px){.footer .footer-column h4{font-size:1rem;margin-bottom:15px}}.footer .footer-column ul{list-style:none;margin:0;padding:0}.footer .footer-column ul li{margin-bottom:12px}.footer .footer-column ul li a{font-size:0.95rem;color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.footer .footer-column ul li a:hover{color:#00ACE6}.footer .footer-bottom{padding-top:30px}@media (max-width: 768px){.footer .footer-bottom{padding-top:20px}}.footer .copyright{text-align:center;font-size:0.9rem;color:rgba(255,255,255,0.6)}@media (max-width: 768px){.footer .copyright{font-size:0.85rem}}section{position:relative}.on-demand{background-color:#041623;height:100%;width:100%;padding:60px 0px;position:relative;overflow:hidden;display:flex;align-items:center;color:#fff;padding-top:120px}.on-demand::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/images/on-demand-bg-desktop.webp");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;opacity:0.3;z-index:1}@media (max-width: 960px){.on-demand::before{background-attachment:scroll}}@media (max-width: 1280px){.on-demand{height:auto;padding:60px 0;padding-top:100px}}@media (max-width: 960px){.on-demand{min-height:auto;padding:60px 0;padding-top:150px}}.on-demand .container{position:relative;z-index:3}@media (max-width: 768px){.on-demand .row{padding-left:15px;padding-right:15px}.on-demand .row>[class*="col-"]{display:contents}}@media (max-width: 768px){.on-demand .on-demand-left{margin-bottom:40px;text-align:left;display:contents}}.on-demand .on-demand-headline{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;line-height:1.2;margin-bottom:32px}.on-demand .on-demand-headline .cyan-text{color:#00ACE6}.on-demand .on-demand-headline .white-text{color:#fff}@media (max-width: 1280px){.on-demand .on-demand-headline{font-size:30px}}@media (max-width: 960px){.on-demand .on-demand-headline{font-size:28px}}@media (max-width: 600px){.on-demand .on-demand-headline{font-size:24px}}@media (max-width: 768px){.on-demand .on-demand-headline{order:1}}.on-demand .on-demand-description{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#fff;margin-bottom:32px}@media (max-width: 600px){.on-demand .on-demand-description{font-size:14px}}@media (max-width: 768px){.on-demand .on-demand-description{order:3}}.on-demand .on-demand-cta{display:inline-block;background:#00ACE6;color:#231F20;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;height:56px;line-height:56px;padding:0 32px;border-radius:9px;text-decoration:none;transition:all 0.3s ease}.on-demand .on-demand-cta:hover{background:#0086b3;box-shadow:0 4px 12px rgba(0,172,230,0.4)}.on-demand .on-demand-cta:active{transform:translateY(0)}@media (max-width: 960px){.on-demand .on-demand-cta{display:block;text-align:center;max-width:200px;margin:0 auto}}@media (max-width: 768px){.on-demand .on-demand-cta{order:4;width:100%;max-width:none;margin:0}}.on-demand .on-demand-right{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.on-demand .on-demand-right{order:2}}.on-demand .benefit-item h4{font-family:'Poppins', sans-serif;font-weight:500;font-size:21px;line-height:1.48;color:#fff;margin-bottom:8px}@media (max-width: 960px){.on-demand .benefit-item h4{font-size:19px}}@media (max-width: 600px){.on-demand .benefit-item h4{font-size:18px}}.on-demand .benefit-item p{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#fff;margin:0}@media (max-width: 600px){.on-demand .benefit-item p{font-size:14px}}.on-demand .on-demand-content h2{color:#fff;font-size:2.5rem;font-weight:400;line-height:1.3;margin-bottom:0.5rem}.on-demand .on-demand-content h2.accent{color:#00ACE6;font-style:italic;font-weight:600;margin-bottom:1.5rem}@media (max-width: 960px){.on-demand .on-demand-content h2{font-size:2rem}}@media (max-width: 600px){.on-demand .on-demand-content h2{font-size:1.7rem}}.on-demand .on-demand-content p{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:0.95}@media (max-width: 600px){.on-demand .on-demand-content p{font-size:1rem}}.on-demand .benefits-list{display:flex;flex-direction:column;gap:30px;padding-left:40px}@media (max-width: 960px){.on-demand .benefits-list{padding-left:0;padding-top:40px;gap:25px}}.on-demand .benefits-list .benefit-item{padding-left:25px;position:relative}.on-demand .benefits-list .benefit-item::before{content:'✓';position:absolute;left:0;top:2px;color:#00ACE6;font-size:1.2rem;font-weight:700}.on-demand .benefits-list .benefit-item h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:0.5rem;line-height:1.3}@media (max-width: 600px){.on-demand .benefits-list .benefit-item h4{font-size:1.2rem}}.on-demand .benefits-list .benefit-item p{color:#fff;font-size:1rem;line-height:1.6;margin:0;opacity:0.9}@media (max-width: 600px){.on-demand .benefits-list .benefit-item p{font-size:0.95rem}}@media (max-width: 960px){.on-demand .row{display:flex !important;flex-direction:column !important}.on-demand .row>div:nth-child(1){order:2 !important}.on-demand .row>div:nth-child(2){order:1 !important}.on-demand .on-demand-content{text-align:center;margin-bottom:40px}.on-demand .benefits-list .benefit-item{text-align:left}.on-demand .on-demand-content{text-align:center;margin-bottom:40px}.on-demand .benefits-list .benefit-item{text-align:left}}.strategy-execution{background:#00ACE6;width:100%;padding:60px 0px}@media (max-width: 1200px){.strategy-execution{padding:60px 0}}@media (max-width: 960px){.strategy-execution{padding:50px 0}}@media (max-width: 768px){.strategy-execution{overflow:hidden}}@media (max-width: 600px){.strategy-execution{padding:40px 0}}@media (min-width: 992px){.strategy-execution .col-lg-5ths{flex:0 0 20%;max-width:20%}}@media (max-width: 768px){.strategy-execution .slick-slide{padding:0 12px 0 0}}@media (max-width: 768px){.strategy-execution .slick-list{margin:0 -12px 0 0}}.strategy-execution .strategy-title{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;color:#fff;text-align:center;margin:0 0 60px;line-height:1.3}@media (max-width: 960px){.strategy-execution .strategy-title{font-size:28px;margin-bottom:40px}}@media (max-width: 600px){.strategy-execution .strategy-title{font-size:24px;margin-bottom:30px}}.strategy-execution .service-card-white{width:100%;max-width:370px;height:100%;background:#fff;border-radius:9px;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease}@media (max-width: 576px){.strategy-execution .service-card-white{max-width:100%}}.strategy-execution .service-card-white:hover{transform:translateY(-5px);box-shadow:0px 8px 30px 12px rgba(0,0,0,0.08)}.strategy-execution .service-card-inner{padding:15px;width:100%;height:100%;display:flex;flex-direction:column}.strategy-execution .service-icon-circle{width:80px;height:80px;background:#D9D9D9;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.strategy-execution .service-icon-circle .service-icon{width:40px;height:40px;object-fit:contain}.strategy-execution .service-card-title{font-family:'Poppins', sans-serif;font-weight:500;font-size:17px;color:#231F20;margin:0 0 8px 0;line-height:1.3}.strategy-execution .service-card-description{font-family:'Poppins', sans-serif;font-weight:300;font-size:14px;color:#231F20;line-height:1.6;margin-bottom:10px;flex-grow:1}.strategy-execution .btn-learn-more{display:block;width:210px;height:56px;line-height:54px;border:1px solid #231F20;border-radius:9px;background:transparent;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;color:#231F20;text-align:center;text-decoration:none;transition:all 0.3s ease}.strategy-execution .btn-learn-more:hover{background:#00ACE6;color:#fff;border-color:#00ACE6}.strategy-execution .btn-circle-cta{width:48px;height:48px;border-radius:50%;background:#D9D9D9;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease;margin-top:auto}.strategy-execution .btn-circle-cta img{width:20px;height:20px;object-fit:contain;transition:filter 0.3s ease}.strategy-execution .btn-circle-cta:hover{background:silver;transform:scale(1.05)}.strategy-execution .service-card-white:hover .btn-circle-cta img{filter:invert(52%) sepia(85%) saturate(2341%) hue-rotate(158deg) brightness(102%) contrast(101%) !important}.insights-section{padding:60px 0;position:relative}@media (max-width: 1440px){.insights-section{min-height:auto;padding:60px 0}}@media (max-width: 960px){.insights-section{padding:60px 0}}@media (max-width: 600px){.insights-section{padding:50px 0}}.insights-section .insights-container{max-width:1440px;margin:0 auto;padding:0 144px}@media (max-width: 1440px){.insights-section .insights-container{padding:0 92px}}@media (max-width: 960px){.insights-section .insights-container{padding:0 40px}}@media (max-width: 600px){.insights-section .insights-container{padding:0 20px}}.insights-section .insights-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px;gap:40px}@media (max-width: 960px){.insights-section .insights-header{flex-direction:column;align-items:center;text-align:center;gap:30px;margin-bottom:50px}}.insights-section .insights-header h2{font-family:'Poppins', sans-serif;font-weight:300;font-size:35px;line-height:1.3;color:#231F20;max-width:600px;margin:0}@media (max-width: 960px){.insights-section .insights-header h2{font-size:30px;max-width:100%}}@media (max-width: 600px){.insights-section .insights-header h2{font-size:26px}}.insights-section .insights-header .btn-insights-outline{display:inline-block;background:transparent;color:#231F20;padding:0 32px;height:56px;line-height:54px;border-radius:9px;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-align:center;border:1px solid #231F20;cursor:pointer;transition:all 0.3s ease;text-decoration:none;white-space:nowrap;flex-shrink:0}.insights-section .insights-header .btn-insights-outline:hover{background:#00ACE6;color:#fff;border-color:#00ACE6;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.insights-section .insights-header .btn-insights-outline:active{transform:translateY(0)}@media (max-width: 600px){.insights-section .insights-header .btn-insights-outline{width:100%;max-width:280px}}.insights-section .article-card{background:#fff;width:100%;max-width:100%;height:555px;border-radius:30px;box-shadow:0px 4px 20px 8px rgba(0,0,0,0.04);overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease, box-shadow 0.3s ease;position:relative;margin-bottom:24px}.insights-section .article-card:hover{transform:translateY(-5px);box-shadow:0px 8px 30px 12px rgba(0,0,0,0.08)}@media (max-width: 600px){.insights-section .article-card{height:auto;min-height:500px}}.insights-section .article-card .article-category-pill{position:absolute;top:12px;left:12px;z-index:2;display:inline-block;padding:4px 12px;border-radius:9px;font-family:'Poppins', sans-serif;font-size:15px;font-weight:400;font-style:normal;color:#041623;text-align:center;line-height:14px;font-feature-settings:'liga' off, 'clig' off;text-transform:capitalize;white-space:nowrap}@media (max-width: 600px){.insights-section .article-card .article-category-pill{top:10px;left:10px}}.insights-section .article-card .article-image-area{overflow:hidden;position:relative}.insights-section .article-card .article-image-area img{width:100%;display:block}.insights-section .article-card .article-image-area .category-badge{position:absolute;top:33px;left:32px;background:#F9A945;color:#041623;font-family:'Poppins', sans-serif;font-weight:400;font-size:15px;height:34px;width:100px;border-radius:9px;display:flex;align-items:center;justify-content:center;z-index:2}@media (max-width: 600px){.insights-section .article-card .article-image-area .category-badge{top:20px;left:20px}}.insights-section .article-card .article-body{padding:24px;display:flex;flex-direction:column;flex:1;position:relative}@media (max-width: 600px){.insights-section .article-card .article-body{padding:25px}}.insights-section .article-card .article-body .article-date{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;color:#8D8D8D;margin-bottom:8px}.insights-section .article-card .article-body .article-title{font-family:'Poppins', sans-serif;font-weight:500;font-size:18px;line-height:1.4;color:#231F20;margin-bottom:8px}@media (max-width: 600px){.insights-section .article-card .article-body .article-title{font-size:18px}}.insights-section .article-card .article-body .article-excerpt{font-family:'Poppins', sans-serif;font-weight:300;font-size:15px;line-height:1.6;color:#231F20;margin-bottom:32px;flex:1}@media (max-width: 600px){.insights-section .article-card .article-body .article-excerpt{font-size:14px;margin-bottom:25px}}.insights-section .article-card .article-body .btn-read-more{display:block;background:transparent;color:#231F20;height:56px;line-height:54px;border-radius:9px;font-family:'Poppins', sans-serif;font-weight:400;font-size:16px;text-align:center;border:1px solid #231F20;cursor:pointer;transition:all 0.3s ease;text-decoration:none;width:100%}.insights-section .article-card .article-body .btn-read-more:hover{background:#00ACE6;color:#fff;border-color:#00ACE6;box-shadow:0 4px 12px rgba(0,172,230,0.3)}.insights-section .article-card .article-body .btn-read-more:active{transform:translateY(0)}.insights-section .articles-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;padding:0;list-style:none}.insights-section .articles-carousel-dots li{margin:0;padding:0;width:auto;height:auto}.insights-section .articles-carousel-dots li button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#BFBFBF;cursor:pointer;font-size:0;line-height:0;transition:background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;appearance:none;-webkit-appearance:none}.insights-section .articles-carousel-dots li button:hover{background:#a6a6a6}.insights-section .articles-carousel-dots li.slick-active button{background:#F9A945;width:28px;border-radius:4px}.contact-page{padding:150px 0;background:#F8F8F8}.contact-info{padding-right:40px}@media (max-width: 768px){.contact-info{padding-right:0;margin-bottom:50px}}.contact-info__label{font-family:"Poppins",sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#00ACE6;margin-bottom:10px}.contact-info__heading{font-family:"Poppins",sans-serif;font-size:35px;font-weight:300;color:#231F20;margin-bottom:20px;line-height:1.2}@media (max-width: 768px){.contact-info__heading{font-size:28px}}.contact-info__text{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#8D8D8D;line-height:1.7;margin-bottom:40px}@media (max-width: 768px){.contact-info__text{font-size:15px;margin-bottom:30px}}.contact-info__list{list-style:none;padding:0;margin:0}.contact-info__item{display:flex;align-items:flex-start;margin-bottom:24px}.contact-info__item p{font-size:14px}.contact-info__item a,.contact-info__item span{font-family:"Poppins",sans-serif;font-size:15px;font-weight:400;color:#231F20;text-decoration:none;line-height:1.5;margin:0;transition:color 0.3s ease}.contact-info__item a:hover{color:#00ACE6}.contact-info__icon{flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;margin-right:16px}.contact-info__icon svg{width:20px;height:20px;color:#F9A945}.contact-form-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08);padding:40px}@media (max-width: 768px){.contact-form-card{padding:30px 20px;border-radius:16px}}.contact-form .form-field{position:relative;width:100%;margin-bottom:20px}.contact-form .form-field input,.contact-form .form-field textarea{width:100%;border-radius:9px;border:1px solid rgba(35,31,32,0.12);padding:12px 20px;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;color:#231F20;transition:border-color 0.3s ease, background 0.3s ease}.contact-form .form-field input::placeholder,.contact-form .form-field textarea::placeholder{color:#999;opacity:1}.contact-form .form-field input:focus,.contact-form .form-field textarea:focus{outline:none;border-color:#00ACE6;background:#fff}@media (max-width: 768px){.contact-form .form-field input,.contact-form .form-field textarea{font-size:13px;padding:10px 18px}}.contact-form .form-field input{height:50px}.contact-form .form-field textarea{border-radius:20px;resize:vertical;min-height:120px;padding:15px 20px}@media (max-width: 768px){.contact-form .form-field textarea{min-height:100px;padding:12px 18px}}.contact-form .form-field.has-error input,.contact-form .form-field.has-error textarea{border-color:#EF4444}.contact-form .form-field__error{display:block;font-family:"Poppins",sans-serif;font-size:12px;color:#EF4444;margin-top:6px;padding-left:20px}.g-recaptcha-contact.input-validation-error{border:2px solid #EF4444;border-radius:4px;padding:2px}.contact-form__actions{margin-top:10px;text-align:right}@media (max-width: 768px){.contact-form__actions{text-align:center}}.contact-form__submit{min-width:180px;text-decoration:none}@media (max-width: 768px){.contact-form__submit{width:100%}}.contact-form__submit.disabled{opacity:0.7;pointer-events:none}.esm-process{padding:80px 0;background:#fff}@media (max-width: 768px){.esm-process{padding:50px 0}}.esm-process__header{text-align:center;margin-bottom:56px;max-width:720px;margin-left:auto;margin-right:auto}.esm-process__header h2{font-family:"Poppins",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.25;color:#231F20;margin:0 0 1rem}@media (max-width: 768px){.esm-process__header h2{font-size:1.75rem}}.esm-process__header p{font-size:1.1rem;line-height:1.6;color:#8D8D8D;margin:0}@media (max-width: 768px){.esm-process__header p{font-size:1rem}}.esm-process__flow{display:flex;align-items:flex-start;justify-content:center;gap:0}@media (max-width: 768px){.esm-process__flow{flex-direction:column;align-items:center;gap:0}}.esm-process__step{text-align:center;flex:1;max-width:220px;padding:0 15px}@media (max-width: 768px){.esm-process__step{max-width:100%;padding:0;margin-bottom:8px}}.esm-process__step h4{font-family:"Poppins",sans-serif;font-size:1.125rem;font-weight:600;color:#231F20;margin:0 0 8px}.esm-process__step p{font-size:0.875rem;line-height:1.5;color:#8D8D8D;margin:0}.esm-process__step-num{width:56px;height:56px;border-radius:50%;background:rgba(0,172,230,0.1);color:#00ACE6;font-family:"Poppins",sans-serif;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:2px solid #00ACE6}@media (max-width: 768px){.esm-process__step-num{width:48px;height:48px;font-size:1.25rem;margin-bottom:12px}}.esm-process__connector{width:40px;height:2px;background:#00ACE6;opacity:0.4;margin-top:28px;flex-shrink:0}@media (max-width: 768px){.esm-process__connector{width:2px;height:24px;margin:0}}.get-started{background:#fff}.get-started__content{padding:3rem 2rem}@media (min-width: 576px){.get-started__content{padding-left:calc((100vw - 540px) / 2);padding-right:3rem}}@media (min-width: 768px){.get-started__content{padding-left:calc((100vw - 720px) / 2)}}@media (min-width: 992px){.get-started__content{padding-left:calc((100vw - 960px) / 2);padding-top:4rem;padding-bottom:4rem}}@media (min-width: 1200px){.get-started__content{padding-left:calc((100vw - 1140px) / 2)}}@media (min-width: 1400px){.get-started__content{padding-left:calc((100vw - 1320px) / 2)}}.get-started__title{font-size:clamp(2rem, 3vw, 2.75rem);font-weight:400;margin-bottom:1.75rem;color:#1a1a1a}.get-started__lead{font-size:1.05rem;margin-bottom:1rem}.get-started p{color:#4a4a4a;line-height:1.6;margin-bottom:1rem}.get-started__cta{display:inline-block;background:#1BA8D6;color:#fff;padding:0.85rem 2rem;border-radius:6px;font-weight:500;margin-top:1.5rem;transition:background 0.2s ease}.get-started__cta:hover{background:#168cb2;color:#fff}.get-started__image{height:100%}.get-started__image img{object-fit:cover;height:100%;min-height:320px}@media (min-width: 992px){.get-started__image img{min-height:480px}}.floating-image{position:relative;margin-top:100px}.floating-image .image{position:absolute;height:300px;z-index:9;transform:translate(0, -50%);overflow:hidden;border-radius:30px}.floating-image .image img{width:100%;object-fit:cover}@media (max-width: 768px){.floating-image{margin-top:0}.floating-image .image{position:relative;transform:translate(0, 0);margin-bottom:-150px}.floating-image .image img{height:100%}}.floating-image+section{padding-top:200px}.gray-info{padding:60px 0px}.gray-info ul{padding:0;margin:0;list-style:none;overflow:hidden}.gray-info ul li{display:flex;position:relative;padding:20px 0px}.gray-info ul li:before{position:relative;content:"";background:url("/images/check-circle.svg");background-repeat:no-repeat;background-position:center;background-size:contain;width:24px;height:24px;margin-right:10px}.gray-info ul li:last-child:after{display:none}.gray-info .important-info{padding:20px;border-radius:9px;background:#EFEFEF;display:flex;align-items:center;margin-top:30px}.gray-info .important-info p{margin:0;display:flex}.gray-info .important-info p:before{position:relative;content:"";background:url("/images/info-circle.svg");background-repeat:no-repeat;background-position:center;background-size:contain;width:24px;height:24px;margin-right:10px}.dark-info{text-align:center}.dark-info h3{color:#F9A945;margin-top:40px}.dark-info h2{margin-top:50px}.dark-info ul{padding:0;margin:30px 0px;list-style:none;overflow:hidden;display:grid;grid-template-columns:repeat(auto-fit, minmax(30%, 1fr));gap:18px}.dark-info ul li{position:relative;padding:20px;border:1px solid #F9A945;border-radius:9px;text-align:center}.dark-info ul li:last-child:after{display:none}@media (max-width: 768px){.dark-info ul{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;width:100%;margin-bottom:16px}.dark-info ul::-webkit-scrollbar{display:none}.dark-info ul li{flex:0 0 calc(66% - 8px);min-width:0;scroll-snap-align:start;padding:20px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);border-radius:9px}}.gray-copy{padding:40px 0px;text-align:center}.gray-copy p{max-width:1200px;margin:30px auto}.dark-section__grid.three-column{grid-template-columns:repeat(3, 1fr)}.dark-section__grid.three-column .dark-section__heading-block{grid-column:1 / -1}.dark-section__grid.three-column .dark-section__card{aspect-ratio:auto}.dark-section__grid.three-column .dark-section__card-title{font-size:14px}@media (max-width: 996px){.dark-section__grid.three-column{grid-template-columns:1fr}}.dark-section__grid.no-aspect .dark-section__card{aspect-ratio:auto}.dark-section__grid.four-column{grid-template-columns:repeat(auto-fit, minmax(20%, 1fr))}.dark-section__grid.four-column .dark-section__heading-block{grid-column:span 4}.dark-section__grid.four-column .dark-section__card{aspect-ratio:auto}.dark-section__grid.five-column{grid-template-columns:repeat(20%, minmax(20%, 1fr))}.dark-section__grid.five-column .dark-section__heading-block{grid-column:span 5}.dark-section__grid.five-column .dark-section__card{aspect-ratio:auto}.dark-section__grid.five-column p,.dark-section__grid.five-column h4{color:#fff}.dark-section .amber-quote{margin:50px auto}@media (max-width: 996px){.hero-section{padding-top:150px}}.enquiry-success-panel,.contact-success-panel{display:none;text-align:center;padding:60px 40px;animation:fadeInUp 0.4s ease-out}.enquiry-success-panel .success-panel__icon,.contact-success-panel .success-panel__icon{margin:0 auto 24px;width:64px;height:64px}.enquiry-success-panel .success-panel__icon svg,.contact-success-panel .success-panel__icon svg{width:100%;height:100%;stroke:#10B981;stroke-width:2}.enquiry-success-panel .success-panel__heading,.contact-success-panel .success-panel__heading{font-family:"Poppins",sans-serif;font-size:28px;font-weight:600;color:#231F20;margin:0 0 12px 0}.enquiry-success-panel .success-panel__message,.contact-success-panel .success-panel__message{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#8D8D8D;line-height:1.5;margin:0}.enquiry-error-banner,.contact-error-banner{display:none;align-items:center;gap:12px;padding:16px 20px;background-color:#FEE2E2;border-left:4px solid #EF4444;border-radius:6px;margin-bottom:24px;animation:slideDown 0.3s ease-out}.enquiry-error-banner .error-banner__icon,.contact-error-banner .error-banner__icon{flex-shrink:0}.enquiry-error-banner .error-banner__icon svg,.contact-error-banner .error-banner__icon svg{width:20px;height:20px;stroke:#EF4444;stroke-width:2}.enquiry-error-banner .error-banner__content,.contact-error-banner .error-banner__content{flex:1}.enquiry-error-banner .error-banner__message,.contact-error-banner .error-banner__message{font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;color:#991B1B;margin:0;line-height:1.4}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;max-height:0;margin-bottom:0}to{opacity:1;max-height:100px;margin-bottom:24px}}@media (max-width: 768px){.enquiry-success-panel,.contact-success-panel{padding:40px 24px}.enquiry-success-panel .success-panel__heading,.contact-success-panel .success-panel__heading{font-size:24px}.enquiry-success-panel .success-panel__message,.contact-success-panel .success-panel__message{font-size:14px}.enquiry-error-banner,.contact-error-banner{padding:12px 16px;margin-bottom:20px}.enquiry-error-banner .error-banner__message,.contact-error-banner .error-banner__message{font-size:13px}}.search-results-page{min-height:60vh;background-color:#fff}.search-results-page .container{padding-top:150px}.search-results-page .search-results-header{border-bottom:1px solid rgba(35,31,32,0.1);padding-bottom:24px}.search-results-page .search-results-header h1{font-family:"Poppins",sans-serif;font-size:32px;font-weight:600;color:#231F20;margin-bottom:16px}.search-results-page .search-results-header .search-form-page{max-width:700px}.search-results-page .search-results-header .search-form-page .input-group{box-shadow:0 2px 8px rgba(0,0,0,0.1);border-radius:24px;overflow:hidden;justify-content:center}.search-results-page .search-results-header .search-form-page .form-control{border:none;padding:12px 24px;font-family:"Poppins",sans-serif;font-size:16px;border-radius:24px 0 0 24px}.search-results-page .search-results-header .search-form-page .form-control:focus{box-shadow:none;outline:none}.search-results-page .search-results-header .search-form-page .btn{border-radius:0 24px 24px 0;padding:12px 32px;font-family:"Poppins",sans-serif;font-weight:500;border:none}.search-results-page .search-results-header .search-result-count{font-family:"Poppins",sans-serif;font-size:14px;color:#8D8D8D;margin-top:16px}.search-results-page .search-results-list{margin-top:32px}.search-results-page .search-results-list .search-result-item{padding:24px 0;border-bottom:1px solid rgba(35,31,32,0.1)}.search-results-page .search-results-list .search-result-item:first-child{padding-top:0}.search-results-page .search-results-list .search-result-item:last-child{border-bottom:none}.search-results-page .search-results-list .search-result-item .search-result-type{display:inline-block;font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;padding:4px 12px;border-radius:12px;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.5px}.search-results-page .search-results-list .search-result-item .search-result-type.badge-Service{background-color:rgba(0,172,230,0.1);color:#00ACE6}.search-results-page .search-results-list .search-result-item .search-result-type.badge-Article{background-color:rgba(35,31,32,0.08);color:#231F20}.search-results-page .search-results-list .search-result-item .search-result-url{font-family:"Poppins",sans-serif;font-size:13px;color:#8D8D8D;margin-bottom:4px;line-height:1.5}.search-results-page .search-results-list .search-result-item .search-result-title{margin:0 0 8px 0;padding:0;line-height:1.4}.search-results-page .search-results-list .search-result-item .search-result-title a{font-family:"Poppins",sans-serif;font-size:20px;font-weight:500;color:#00ACE6;text-decoration:none;transition:color 0.2s ease}.search-results-page .search-results-list .search-result-item .search-result-title a:hover{color:#0086b3;text-decoration:underline}.search-results-page .search-results-list .search-result-item .search-result-description{font-family:"Poppins",sans-serif;font-size:14px;line-height:1.6;color:#8D8D8D;margin:0 0 8px 0;max-width:700px}.search-results-page .search-results-list .search-result-item .search-result-date{font-family:"Poppins",sans-serif;font-size:13px;color:#8D8D8D;margin-top:8px}.search-results-page .search-no-results,.search-results-page .search-no-query{text-align:center;padding:80px 20px}.search-results-page .search-no-results h2,.search-results-page .search-no-query h2{font-family:"Poppins",sans-serif;font-size:28px;font-weight:600;color:#231F20;margin-bottom:16px}.search-results-page .search-no-results .lead,.search-results-page .search-no-query .lead{font-family:"Poppins",sans-serif;font-size:16px;color:#8D8D8D;margin-bottom:24px}.search-results-page .search-no-results .btn,.search-results-page .search-no-query .btn{font-family:"Poppins",sans-serif;font-weight:500;padding:12px 28px;border-radius:24px}@media (max-width: 768px){.search-results-page .search-results-header h1{font-size:24px}.search-results-page .search-results-header .search-form-page .input-group{flex-direction:column;border-radius:12px}.search-results-page .search-results-header .search-form-page .input-group .form-control{border-radius:12px 12px 0 0;font-size:14px}.search-results-page .search-results-header .search-form-page .input-group .btn{border-radius:0 0 12px 12px;width:100%}.search-results-page .search-results-list .search-result-item{padding:16px 0}.search-results-page .search-results-list .search-result-item .search-result-title a{font-size:18px}.search-results-page .search-results-list .search-result-item .search-result-description{font-size:13px}.search-results-page .search-no-results,.search-results-page .search-no-query{padding:40px 16px}.search-results-page .search-no-results h2,.search-results-page .search-no-query h2{font-size:22px}.search-results-page .search-no-results .lead,.search-results-page .search-no-query .lead{font-size:14px}}@media (-webkit-device-pixel-ratio: 1.25){:root{zoom:0.9}}@media (min-width: 1400px) and (-webkit-device-pixel-ratio: 1.25){:root{zoom:0.8}}@media screen and (min-width: 1024px) and (max-width: 1440px) and (max-height: 765px){.hero-section{height:115vh}.hero-section.opti{height:100vh;min-height:auto}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#041623;color:#fff;padding:24px 0;box-shadow:0 -4px 20px rgba(0,0,0,0.3);z-index:9000;transform:translateY(100%);transition:transform 0.3s ease-in-out}.cookie-consent-banner--visible{transform:translateY(0)}.cookie-consent-content{max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 768px){.cookie-consent-content{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center}}@media (max-width: 767px){.cookie-consent-content{display:flex;flex-direction:column;gap:20px}}@media (max-width: 767px){.cookie-consent-text{text-align:center}}.cookie-consent-heading{font-size:20px;font-weight:600;margin:0 0 8px 0;color:#fff}.cookie-consent-description{font-size:14px;line-height:1.5;margin:0;color:rgba(255,255,255,0.9)}.cookie-consent-preferences{display:flex;flex-direction:column;gap:12px}@media (max-width: 767px){.cookie-consent-preferences{align-items:flex-start;width:100%}}.cookie-consent-category{display:flex;align-items:flex-start}.cookie-consent-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px}.cookie-consent-label input[type="checkbox"]{margin-top:2px;flex-shrink:0;cursor:pointer;width:18px;height:18px;accent-color:#00ACE6}.cookie-consent-label input[type="checkbox"]:disabled{cursor:not-allowed;opacity:0.6}.cookie-consent-category-name{font-weight:600;color:#fff;margin-right:4px}.cookie-consent-category-desc{color:rgba(255,255,255,0.8);font-size:13px}.cookie-consent-footer{display:flex;flex-direction:column;gap:12px;align-items:flex-end}@media (max-width: 767px){.cookie-consent-footer{align-items:center;width:100%}}.cookie-consent-policy-link{color:#00ACE6;text-decoration:underline;font-size:14px;transition:color 0.2s}.cookie-consent-policy-link:hover{color:#1ac5ff}.cookie-consent-buttons{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 767px){.cookie-consent-buttons{flex-direction:column;width:100%}}.cookie-consent-btn{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;font-family:"Poppins",sans-serif;cursor:pointer;transition:all 0.2s;white-space:nowrap}@media (max-width: 767px){.cookie-consent-btn{width:100%;padding:12px 20px}}.cookie-consent-btn-primary{background:#00ACE6;color:#fff}.cookie-consent-btn-primary:hover{background:#008dbd;transform:translateY(-1px)}.cookie-consent-btn-primary:active{transform:translateY(0)}.cookie-consent-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,0.3)}.cookie-consent-btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,0.1)}.cookie-consent-btn-secondary:active{background:rgba(255,255,255,0.2)}#cookieSettingsLink{color:inherit;text-decoration:none;transition:color 0.2s}#cookieSettingsLink:hover{color:#00ACE6;text-decoration:underline}
