:root{--primary: #016D5B;--primary-light: #01776E;--text-dark: #373F51;--text-muted: #585558;--text-gray: #707070;--bg-white: #FFFFFF;--bg-light: #F4F5F5;--bg-teal-light: rgba(1, 121, 114, .05);--bg-teal-gradient: linear-gradient(0deg, rgba(1, 121, 114, .05), rgba(1, 121, 114, .05)), #FFFFFF;--bg-dark: #292D32;--yellow: #FFD700;--font-primary: "Inter", sans-serif;--font-secondary: "Segoe UI", sans-serif;--font-logo: "Montserrat", sans-serif;--font-rating: "IBM Plex Sans", sans-serif;--spacing-xs: 3px;--spacing-sm: 10px;--spacing-md: 15px;--spacing-lg: 20px;--spacing-xl: 25px;--spacing-2xl: 30px;--spacing-3xl: 40px;--spacing-4xl: 50px;--spacing-5xl: 80px;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 16px;--radius-full: 999px;--shadow-sm: 0px 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0px 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0px 10px 15px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-dark);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.8}ul{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}sup{font-size:.6em;vertical-align:super}.container{max-width:1440px;margin:0 auto;padding:0 150px}@media (max-width: 1400px){.container{padding:0 100px}}@media (max-width: 1024px){.container{max-width:100%;padding:0 40px}}@media (max-width: 768px){.container{max-width:100%;padding:0 25px}}@media (max-width: 480px){.container{max-width:100%;padding:0 15px}}.section-title{font-family:var(--font-primary);font-size:42px;font-weight:700;letter-spacing:-1px;line-height:1.2;color:var(--text-dark);margin-bottom:var(--spacing-xs)}.section-subtitle{font-family:var(--font-primary);font-size:18px;font-weight:400;letter-spacing:-1px;color:var(--text-muted)}.section-header{text-align:center;margin-bottom:var(--spacing-4xl)}.btn-primary{background:var(--primary);color:var(--bg-white);padding:11px 18px;border-radius:8px;font-family:var(--font-secondary);font-size:16px;font-weight:600;display:inline-block;transition:all .3s ease}.btn-primary:hover{background:var(--primary-light);opacity:1;transform:translateY(-1px)}.btn-primary-dark{background:var(--primary);color:var(--bg-white);padding:12px 24px;border-radius:8px;font-family:var(--font-secondary);font-size:14px;font-weight:600;display:inline-block;transition:all .3s ease}.btn-outline{border:1px solid var(--text-dark);color:var(--text-dark);background:transparent;padding:11px 18px;border-radius:8px;font-family:var(--font-secondary);font-size:16px;font-weight:600;display:inline-block;transition:all .3s ease}.btn-outline:hover{background:var(--text-dark);color:var(--bg-white);opacity:1}.btn-outline-teal{border:1px solid var(--primary);color:var(--primary);background:transparent;padding:11px 18px;border-radius:8px;font-family:var(--font-secondary);font-size:14px;font-weight:600;display:inline-block;transition:all .3s ease}.btn-outline-teal:hover{background:var(--primary);color:var(--bg-white);opacity:1}.btn-white{background:var(--bg-white);color:var(--primary);padding:12px 24px;border-radius:8px;font-family:var(--font-secondary);font-size:14px;font-weight:600;display:inline-block;transition:all .3s ease}.btn-white:hover{opacity:.95;transform:translateY(-1px)}.btn-lg{padding:14px 24px}.pill{display:inline-block;padding:6px 12px;border-radius:var(--radius-full);font-family:var(--font-secondary);font-size:16px;font-weight:600;line-height:18px}.pill-teal{background:#e6f4f1;color:var(--primary)}.pill-teal-light{background:#016d5b1a;color:var(--primary);font-size:14px;letter-spacing:-1px}.header{background:var(--bg-white);padding:16px 0;position:relative;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo-wrapper{display:flex;align-items:center;gap:5px}.logo{height:32px;width:auto;display:block}.tm{font-family:var(--font-secondary);font-size:24px;font-weight:700;letter-spacing:-1px;color:var(--text-dark)}.nav{display:flex;align-items:center;gap:35px}.nav-link{font-family:var(--font-secondary);font-size:16px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:5px}.chevron{width:10px;height:6px}.header-actions{display:flex;align-items:center;gap:10px}nav{display:flex;gap:2rem;align-items:center;position:relative}.nav-item{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;border-radius:4px;box-shadow:0 4px 8px #0000001a;padding:.5rem 0;display:none;min-width:160px;z-index:1000}.dropdown-link{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;white-space:nowrap}.dropdown-link:hover{background-color:#f0f0f0}.nav-products:hover .dropdown-menu,.nav-products .chevron:hover+.dropdown-menu{display:block}.hero{position:relative;background:var(--bg-white);padding:80px 0 60px;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-curve{position:absolute;top:0;left:0;width:100%;height:auto}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center;width:100%}.hero-text-content{display:flex;flex-direction:column;gap:30px}.hero-header{display:flex;flex-direction:column;gap:25px;align-items:flex-start;text-align:left;width:100%}.hero-mockup{position:relative;display:flex;justify-content:center;width:100%}.hero-text{display:flex;flex-direction:column;gap:25px;align-items:flex-start;text-align:left;width:100%}.hero-title{font-family:var(--font-primary);font-size:66px;font-weight:700;line-height:75px;color:var(--text-dark);margin:0}.text-primary{color:var(--primary)}.hero-description{font-family:var(--font-primary);font-size:20px;font-weight:400;line-height:35px;color:var(--text-muted);max-width:533px;margin:0}.hero-buttons{display:flex;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.mockup-container{width:100%;max-width:549px;height:auto}@media (max-width: 1200px){.hero{padding:60px 20px 50px}.hero-content{gap:30px}.hero-title{font-size:56px;line-height:65px}.hero-description{font-size:18px;line-height:32px}.mockup-container{max-width:450px}}@media (max-width: 1024px){.hero{padding:50px 20px 40px}.hero-content{display:flex;flex-direction:column;gap:25px;align-items:center}.hero-text-content{display:contents}.hero-header{gap:20px;align-items:center;text-align:center;order:1}.hero-mockup{order:2}.hero-text{gap:20px;align-items:center;text-align:center;order:3}.hero-title{font-size:48px;line-height:56px}.hero-description{font-size:16px;line-height:28px;max-width:100%}.hero-buttons{flex-wrap:wrap;justify-content:center}.mockup-container{max-width:400px}}@media (max-width: 768px){.hero{padding:40px 20px 30px}.hero-content{gap:20px}.hero-header,.hero-text{gap:18px}.hero-title{font-size:36px;line-height:44px}.hero-description{font-size:15px;line-height:26px}.pill{font-size:14px;padding:5px 10px}.btn-primary,.btn-outline{padding:10px 16px;font-size:14px}.mockup-container{max-width:100%}}@media (max-width: 480px){.hero{padding:30px 15px 25px}.hero-text,.hero-header{gap:15px}.hero-title{font-size:28px;line-height:36px}.hero-description{font-size:14px;line-height:24px}.hero-buttons{flex-direction:column;gap:10px;width:100%}.btn-primary,.btn-outline{width:100%;padding:12px 16px;font-size:14px;text-align:center}.pill{font-size:12px;padding:4px 8px}.mockup-container{max-width:100%;margin-top:10px}}.theopportunity{background:linear-gradient(180deg,#0179720a,#01797203);width:100%;padding:70px 20px;position:relative;border-radius:5px}.theopportunity__container{max-width:1141px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.theopportunity__header{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;margin-bottom:6px}.theopportunity__title{font-family:Inter,sans-serif;font-size:42px;font-weight:700;color:#373f51;letter-spacing:-1px;line-height:35px;margin:0;padding:10px;max-width:788px}.theopportunity__content{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:0;background:#fff;border-radius:14px;border:1px solid rgba(1,121,114,.12);box-shadow:0 10px 30px #016d5b14;overflow:hidden}.theopportunity__content p{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#2f3847;letter-spacing:-.2px;line-height:26px;margin:0;text-align:left;padding:16px 28px;border-left:3px solid transparent;border-bottom:1px solid rgba(1,121,114,.08);transition:all .3s ease}.theopportunity__content p:nth-child(odd){background:linear-gradient(217.747deg,#01797205,#0179720a,#01797205)}.theopportunity__content p:nth-child(2n){background:#fff}.theopportunity__content p:hover{border-left-color:#016d5b;padding-left:32px;background:linear-gradient(217.747deg,#0179720a,#0179720f,#0179720a)}.theopportunity__content p:first-child{font-size:16px;font-weight:600;color:#016d5b;line-height:26px;background:linear-gradient(90deg,#0179721a,#0179720a);border-left:4px solid #016d5b;padding-left:28px;padding-top:14px;padding-bottom:14px;border-radius:14px 14px 0 0}.theopportunity__content p:last-child{font-size:16px;font-weight:600;color:#016d5b;background:linear-gradient(90deg,#0179721a,#0179720a);border-left:4px solid #016d5b;padding-left:28px;padding-top:14px;padding-bottom:14px;border-radius:0 0 14px 14px;border-bottom:none}@media (max-width: 1200px){.theopportunity__title{font-size:36px;line-height:42px}.theopportunity__content{max-width:850px}.theopportunity__content p{font-size:16px;line-height:29px;padding:26px 45px}.theopportunity__content p:first-child{font-size:18px;line-height:31px;padding-left:45px}.theopportunity__content p:last-child{font-size:17px;padding-left:45px}.theopportunity__content p:hover{padding-left:50px}}@media (max-width: 1024px){.theopportunity{padding:80px 20px}.theopportunity__container{gap:50px}.theopportunity__title{font-size:36px;line-height:42px}.theopportunity__content{max-width:100%}.theopportunity__content p{font-size:16px;line-height:28px;padding:24px 35px}.theopportunity__content p:first-child{font-size:17px;line-height:30px;padding-left:35px}.theopportunity__content p:last-child{font-size:16px;padding-left:35px}.theopportunity__content p:hover{padding-left:40px}}@media (max-width: 768px){.theopportunity{padding:60px 20px}.theopportunity__container{gap:40px}.theopportunity__title{font-size:32px;line-height:38px;padding:5px}.theopportunity__content p{font-size:15px;line-height:26px;padding:22px 30px}.theopportunity__content p:first-child{font-size:16px;line-height:28px;padding-left:30px;border-radius:6px 6px 0 0}.theopportunity__content p:last-child{font-size:15px;padding-left:30px;border-radius:0 0 6px 6px}.theopportunity__content p:hover{padding-left:35px}}@media (max-width: 480px){.theopportunity{padding:40px 15px}.theopportunity__container{gap:30px}.theopportunity__title{font-size:28px;line-height:34px}.theopportunity__content p{font-size:14px;line-height:24px;padding:20px 25px}.theopportunity__content p:first-child{font-size:15px;line-height:26px;padding-left:25px}.theopportunity__content p:last-child{font-size:14px;padding-left:25px}.theopportunity__content p:hover{padding-left:30px}}.opportunityfortelcos{background-color:#fff;width:100%;padding:100px 20px;position:relative;border-radius:5px;overflow:hidden}@media (max-width: 1400px){.opportunityfortelcos{padding:100px 50px}}@media (max-width: 1024px){.opportunityfortelcos{padding:80px 30px}}@media (max-width: 768px){.opportunityfortelcos{padding:60px 20px}}@media (max-width: 480px){.opportunityfortelcos{padding:40px 15px}}.opportunityfortelcos__container{max-width:1141px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:flex-start;width:100%}.opportunityfortelcos__header{display:flex;flex-direction:column;gap:3px;align-items:center;text-align:center;width:100%}.opportunityfortelcos__title{font-family:Inter,sans-serif;font-size:42px;font-weight:700;color:#373f51;letter-spacing:-1px;line-height:35px;margin:0;padding:10px;height:41px;max-width:788px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center}.opportunityfortelcos__subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#585558;letter-spacing:-1px;line-height:32px;margin:0;padding:0 10px;max-width:998px;text-align:center}.opportunityfortelcos__subtitle p{margin:0}.opportunityfortelcos__cards{display:flex;gap:17px;width:100%;height:299px;align-items:center;justify-content:center}.opportunityfortelcos__card{background:linear-gradient(221.031deg,#01797203 .77196%,#0179720d,#01797203 98.461%),linear-gradient(90deg,#fff 0% 100%);border:.8px solid rgba(1,109,91,0);border-radius:15.813px;width:562px;height:auto;min-height:299px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.opportunityfortelcos__card:hover{background:linear-gradient(221.031deg,#01797205 .77196%,#01797214,#01797205 98.461%),linear-gradient(90deg,#fff 0% 100%);border-color:#01797233;transform:translateY(-4px);box-shadow:0 8px 24px #016d5b1f}.opportunityfortelcos__card-content{width:438px;display:flex;flex-direction:column;gap:15px;align-items:flex-start;justify-content:center;width:100%;max-width:438px}.opportunityfortelcos__card-title{font-family:Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#373f51;letter-spacing:-1px;line-height:normal;margin:0;height:30px;display:flex;align-items:center;width:163px;white-space:pre-wrap}.opportunityfortelcos__card-text{font-family:Segoe UI,sans-serif;font-size:17px;font-weight:400;color:#373f51;letter-spacing:-1px;line-height:26px;margin:0;width:100%}.opportunityfortelcos__card-text p{margin:0}@media (max-width: 1400px){.opportunityfortelcos{padding:102px 80px 100px}.opportunityfortelcos__cards{gap:15px}.opportunityfortelcos__card{width:100%;max-width:540px}.opportunityfortelcos__card-content{width:90%;max-width:420px}}@media (max-width: 1200px){.opportunityfortelcos{padding:80px 50px}.opportunityfortelcos__container{gap:40px}.opportunityfortelcos__title{font-size:36px;line-height:42px;height:auto}.opportunityfortelcos__subtitle{font-size:16px;line-height:28px}.opportunityfortelcos__card{max-width:500px}}@media (max-width: 1024px){.opportunityfortelcos{padding:60px 30px}.opportunityfortelcos__container{gap:35px;align-items:center}.opportunityfortelcos__title{font-size:32px;line-height:38px}.opportunityfortelcos__subtitle{font-size:15px;line-height:26px}.opportunityfortelcos__cards{flex-direction:column;height:auto;gap:20px}.opportunityfortelcos__card{width:100%;max-width:600px;height:auto;min-height:280px;padding:40px 30px}.opportunityfortelcos__card-content{width:100%;max-width:100%}.opportunityfortelcos__card-title{width:auto}}@media (max-width: 768px){.opportunityfortelcos{padding:50px 20px}.opportunityfortelcos__container{gap:30px}.opportunityfortelcos__title{font-size:28px;line-height:34px;padding:5px}.opportunityfortelcos__subtitle{font-size:14px;line-height:24px;padding:0 5px}.opportunityfortelcos__cards{gap:18px}.opportunityfortelcos__card{min-height:260px;padding:35px 25px;border-radius:12px}.opportunityfortelcos__card-title{font-size:20px}.opportunityfortelcos__card-text{font-size:16px;line-height:24px}}@media (max-width: 480px){.opportunityfortelcos{padding:40px 15px}.opportunityfortelcos__container{gap:25px}.opportunityfortelcos__title{font-size:24px;line-height:30px;white-space:normal}.opportunityfortelcos__subtitle{font-size:13px;line-height:22px}.opportunityfortelcos__cards{gap:15px}.opportunityfortelcos__card{min-height:240px;padding:30px 20px;border-radius:10px}.opportunityfortelcos__card-title{font-size:18px;height:auto}.opportunityfortelcos__card-text{font-size:15px;line-height:22px}}@media print{.opportunityfortelcos{padding:20px;background:#fff}.opportunityfortelcos__card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd;box-shadow:none}.opportunityfortelcos__card:hover{transform:none;box-shadow:none}}@media (prefers-reduced-motion: reduce){.opportunityfortelcos__card{transition:none}}@media (prefers-contrast: high){.opportunityfortelcos__card{border:2px solid #016d5b}.opportunityfortelcos__card:hover{border-color:#00a79d}}.opportunityfortelcos__card:focus-within{outline:2px solid #016d5b;outline-offset:4px}.opportunityfortelcos__card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at center,rgba(1,109,91,.01) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.opportunityfortelcos__card:hover:before{opacity:1}.opportunityfortelcos__card-content{position:relative;z-index:1}.opportunityfortelcos__title,.opportunityfortelcos__subtitle,.opportunityfortelcos__card-title,.opportunityfortelcos__card-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.opportunityfortelcos__card{animation:fadeInUp .6s ease-out}.opportunityfortelcos__card:nth-child(1){animation-delay:.1s}.opportunityfortelcos__card:nth-child(2){animation-delay:.2s}@media (prefers-reduced-motion: reduce){.opportunityfortelcos__card{animation:none}}.solutionbuiltfortelcos{background:linear-gradient(90deg,#0179720d 0% 100%),linear-gradient(90deg,#fff 0% 100%);width:100%;padding:104px 150px 100px;position:relative;border-radius:5px;overflow:hidden}.solutionbuiltfortelcos__container{max-width:1142px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:flex-start;width:100%}.solutionbuiltfortelcos__header{display:flex;flex-direction:column;gap:3px;align-items:center;text-align:center;width:100%}.solutionbuiltfortelcos__title{font-family:Inter,sans-serif;font-size:42px;font-weight:700;color:#373f51;letter-spacing:-.8px;line-height:44px;margin:0;padding:10px;height:auto;max-width:760px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center}.solutionbuiltfortelcos__subtitle{font-family:Inter,sans-serif;font-size:17px;font-weight:400;color:#585558;letter-spacing:-.6px;line-height:30px;margin:0;padding:0 10px;max-width:860px;width:100%;text-align:center}.solutionbuiltfortelcos__subtitle p{margin:0}.solutionbuiltfortelcos__cards{display:flex;gap:17px;width:100%;align-items:center;justify-content:center}.solutionbuiltfortelcos__actions{display:flex;gap:16px;justify-content:center;align-items:center;width:100%;margin-top:8px}.solutionbuiltfortelcos__actions .btn-primary,.solutionbuiltfortelcos__actions .btn-outline{min-width:220px;text-align:center}.solutionbuiltfortelcos__card{background:linear-gradient(232.004deg,#01797202 .77196%,#0179720a,#01797202 98.461%),linear-gradient(90deg,#fff 0% 100%);border:.5px solid rgba(1,121,114,.3);border-radius:5.627px;width:368px;height:288px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease}.solutionbuiltfortelcos__card:hover{background:linear-gradient(232.004deg,#01797205 .77196%,#01797214,#01797205 98.461%),linear-gradient(90deg,#fff 0% 100%);border-color:#01797280;transform:translateY(-4px);box-shadow:0 8px 24px #016d5b26}.solutionbuiltfortelcos__card-inner{width:272px;height:196px;display:flex;flex-direction:column;align-items:flex-start;position:relative}.solutionbuiltfortelcos__icon{background-color:#016d5b;border-radius:34.421px;width:66px;height:66px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:15px}.solutionbuiltfortelcos__icon svg{width:32px;height:32px}.solutionbuiltfortelcos__card-content{display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%}.solutionbuiltfortelcos__card-title{font-family:Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#373f51;letter-spacing:-1px;line-height:normal;margin:0;white-space:pre-wrap}.solutionbuiltfortelcos__card-text{font-family:Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#585558;letter-spacing:-1px;line-height:26px;margin:0;width:272px}.solutionbuiltfortelcos__card-text p{margin:0}@media (max-width: 1400px){.solutionbuiltfortelcos{padding:104px 80px 100px}.solutionbuiltfortelcos__cards{gap:15px}.solutionbuiltfortelcos__card{width:100%;max-width:360px}}@media (max-width: 1200px){.solutionbuiltfortelcos{padding:80px 50px}.solutionbuiltfortelcos__container{gap:40px}.solutionbuiltfortelcos__title{font-size:36px;line-height:42px;height:auto}.solutionbuiltfortelcos__subtitle{font-size:16px;line-height:28px;width:auto;max-width:700px}.solutionbuiltfortelcos__card{max-width:340px}}@media (max-width: 1024px){.solutionbuiltfortelcos{padding:60px 30px}.solutionbuiltfortelcos__container{gap:35px;align-items:center}.solutionbuiltfortelcos__title{font-size:32px;line-height:38px}.solutionbuiltfortelcos__subtitle{font-size:15px;line-height:26px}.solutionbuiltfortelcos__cards{flex-direction:column;gap:20px}.solutionbuiltfortelcos__card{width:100%;max-width:500px;height:auto;min-height:260px;padding:40px 30px}.solutionbuiltfortelcos__card-inner{width:100%;height:auto;max-width:320px}.solutionbuiltfortelcos__card-text{width:100%;max-width:320px}}@media (max-width: 768px){.solutionbuiltfortelcos{padding:50px 20px}.solutionbuiltfortelcos__container{gap:30px}.solutionbuiltfortelcos__title{font-size:28px;line-height:34px;padding:5px;white-space:normal}.solutionbuiltfortelcos__subtitle{font-size:14px;line-height:24px;padding:0 5px}.solutionbuiltfortelcos__cards{gap:18px}.solutionbuiltfortelcos__card{min-height:240px;padding:35px 25px;border-radius:8px}.solutionbuiltfortelcos__icon{width:60px;height:60px;margin-bottom:12px}.solutionbuiltfortelcos__icon svg{width:28px;height:28px}.solutionbuiltfortelcos__card-title{font-size:18px}.solutionbuiltfortelcos__card-text{font-size:15px;line-height:24px}}@media (max-width: 480px){.solutionbuiltfortelcos{padding:40px 15px}.solutionbuiltfortelcos__container{gap:25px}.solutionbuiltfortelcos__title{font-size:24px;line-height:30px}.solutionbuiltfortelcos__subtitle{font-size:13px;line-height:22px}.solutionbuiltfortelcos__cards{gap:15px}.solutionbuiltfortelcos__card{min-height:220px;padding:30px 20px}.solutionbuiltfortelcos__card-inner{max-width:280px}.solutionbuiltfortelcos__icon{width:56px;height:56px;margin-bottom:10px}.solutionbuiltfortelcos__icon svg{width:26px;height:26px}.solutionbuiltfortelcos__card-title{font-size:17px}.solutionbuiltfortelcos__card-text{font-size:14px;line-height:22px;max-width:280px}}@media print{.solutionbuiltfortelcos{padding:20px;background:#fff}.solutionbuiltfortelcos__card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd;box-shadow:none}.solutionbuiltfortelcos__card:hover{transform:none;box-shadow:none}}@media (prefers-reduced-motion: reduce){.solutionbuiltfortelcos__card{transition:none}}@media (prefers-contrast: high){.solutionbuiltfortelcos__card{border:2px solid #016d5b}.solutionbuiltfortelcos__card:hover{border-color:#00a79d}}.solutionbuiltfortelcos__card:focus-within{outline:2px solid #016d5b;outline-offset:4px}.solutionbuiltfortelcos__card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at center,rgba(1,109,91,.02) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.solutionbuiltfortelcos__card:hover:before{opacity:1}.solutionbuiltfortelcos__card-inner{position:relative;z-index:1}.solutionbuiltfortelcos__title,.solutionbuiltfortelcos__subtitle,.solutionbuiltfortelcos__card-title,.solutionbuiltfortelcos__card-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.solutionbuiltfortelcos__card{animation:fadeInUp .6s ease-out}.solutionbuiltfortelcos__card:nth-child(1){animation-delay:.1s}.solutionbuiltfortelcos__card:nth-child(2){animation-delay:.2s}.solutionbuiltfortelcos__card:nth-child(3){animation-delay:.3s}@media (prefers-reduced-motion: reduce){.solutionbuiltfortelcos__card{animation:none}}.solutionbuiltfortelcos__card:hover .solutionbuiltfortelcos__icon{transform:scale(1.05);transition:transform .3s ease}.solutionbuiltfortelcos__icon{transition:transform .3s ease}.buildsolutionfortelcosfeature{background-color:#fff;width:100%;padding:104px 150px 100px;position:relative;border-radius:5px;overflow:hidden}.buildsolutionfortelcosfeature__container{max-width:1142px;margin:0 auto;display:flex;flex-direction:column;gap:69px;align-items:flex-start;width:100%}.buildsolutionfortelcosfeature__header{display:flex;flex-direction:column;gap:3px;align-items:center;text-align:center;width:100%}.buildsolutionfortelcosfeature__title{font-family:Inter,sans-serif;font-size:42px;font-weight:700;color:#373f51;letter-spacing:-.8px;line-height:44px;margin:0;padding:10px;height:auto;max-width:780px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center}.buildsolutionfortelcosfeature__subtitle{font-family:Inter,sans-serif;font-size:17px;font-weight:400;color:#585558;letter-spacing:-.6px;line-height:30px;margin:0;padding:0 10px;max-width:940px;text-align:center}.buildsolutionfortelcosfeature__subtitle p{margin:0}.buildsolutionfortelcosfeature__subtitle sup{font-size:11.61px;line-height:32px}.buildsolutionfortelcosfeature__grid{display:flex;flex-direction:column;gap:17px;width:100%}@media (max-width: 768px){.solutionbuiltfortelcos__actions{flex-direction:column}.solutionbuiltfortelcos__actions .btn-primary,.solutionbuiltfortelcos__actions .btn-outline{width:100%;max-width:320px}}.buildsolutionfortelcosfeature__row{display:flex;gap:17px;width:100%;align-items:center;justify-content:center}.buildsolutionfortelcosfeature__card{background:linear-gradient(232.004deg,#01797202 .77196%,#0179720a,#01797202 98.461%),linear-gradient(90deg,#fff 0% 100%);border:.5px solid rgba(1,121,114,.3);border-radius:5.627px;width:368px;height:288px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease}.buildsolutionfortelcosfeature__card:hover{background:linear-gradient(232.004deg,#01797205 .77196%,#01797214,#01797205 98.461%),linear-gradient(90deg,#fff 0% 100%);border-color:#01797280;transform:translateY(-4px);box-shadow:0 8px 24px #016d5b26}.buildsolutionfortelcosfeature__card-content{width:272px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.buildsolutionfortelcosfeature__card-title{font-family:Segoe UI,sans-serif;font-size:19px;font-weight:600;color:#373f51;letter-spacing:-.6px;line-height:28px;margin:0;white-space:pre-wrap}.buildsolutionfortelcosfeature__card-text{font-family:Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#585558;letter-spacing:-.4px;line-height:26px;margin:0;width:272px}.buildsolutionfortelcosfeature__card-text p{margin:0}.buildsolutionfortelcosfeature__card-text sup{font-size:10.965px;line-height:28px}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(1) .buildsolutionfortelcosfeature__card-title{height:30px;line-height:normal}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(2) .buildsolutionfortelcosfeature__card-title{height:64px;line-height:32px}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(3) .buildsolutionfortelcosfeature__card-title{height:30px;line-height:normal}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(1) .buildsolutionfortelcosfeature__card-title{height:30px;line-height:normal}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(2) .buildsolutionfortelcosfeature__card-title{height:32px;line-height:32px}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(3) .buildsolutionfortelcosfeature__card-title{height:30px;line-height:normal}@media (max-width: 1400px){.buildsolutionfortelcosfeature{padding:104px 80px 100px}.buildsolutionfortelcosfeature__row,.buildsolutionfortelcosfeature__grid{gap:15px}.buildsolutionfortelcosfeature__card{width:100%;max-width:360px}}@media (max-width: 1200px){.buildsolutionfortelcosfeature{padding:80px 50px}.buildsolutionfortelcosfeature__container{gap:50px}.buildsolutionfortelcosfeature__title{font-size:36px;line-height:42px;height:auto}.buildsolutionfortelcosfeature__subtitle{font-size:16px;line-height:28px;max-width:800px}.buildsolutionfortelcosfeature__card{max-width:340px}}@media (max-width: 1024px){.buildsolutionfortelcosfeature{padding:60px 30px}.buildsolutionfortelcosfeature__container{gap:40px;align-items:center}.buildsolutionfortelcosfeature__title{font-size:32px;line-height:38px;white-space:normal}.buildsolutionfortelcosfeature__subtitle{font-size:15px;line-height:26px}.buildsolutionfortelcosfeature__row{flex-direction:column;gap:18px}.buildsolutionfortelcosfeature__grid{gap:18px}.buildsolutionfortelcosfeature__card{width:100%;max-width:500px;height:auto;min-height:220px;padding:35px 30px}.buildsolutionfortelcosfeature__card-content{width:100%;max-width:100%}.buildsolutionfortelcosfeature__card-text{width:100%}.buildsolutionfortelcosfeature__card-title{height:auto!important}}@media (max-width: 768px){.buildsolutionfortelcosfeature{padding:50px 20px}.buildsolutionfortelcosfeature__container{gap:35px}.buildsolutionfortelcosfeature__title{font-size:28px;line-height:34px;padding:5px}.buildsolutionfortelcosfeature__subtitle{font-size:14px;line-height:24px;padding:0 5px}.buildsolutionfortelcosfeature__row,.buildsolutionfortelcosfeature__grid{gap:16px}.buildsolutionfortelcosfeature__card{min-height:200px;padding:30px 25px;border-radius:8px}.buildsolutionfortelcosfeature__card-title{font-size:18px;line-height:28px!important}.buildsolutionfortelcosfeature__card-text{font-size:15px;line-height:26px}}@media (max-width: 480px){.buildsolutionfortelcosfeature{padding:40px 15px}.buildsolutionfortelcosfeature__container{gap:30px}.buildsolutionfortelcosfeature__title{font-size:24px;line-height:30px}.buildsolutionfortelcosfeature__subtitle{font-size:13px;line-height:22px}.buildsolutionfortelcosfeature__row,.buildsolutionfortelcosfeature__grid{gap:14px}.buildsolutionfortelcosfeature__card{min-height:190px;padding:25px 20px}.buildsolutionfortelcosfeature__card-title{font-size:17px;line-height:26px!important}.buildsolutionfortelcosfeature__card-text{font-size:14px;line-height:24px}}@media print{.buildsolutionfortelcosfeature{padding:20px;background:#fff}.buildsolutionfortelcosfeature__card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd;box-shadow:none}.buildsolutionfortelcosfeature__card:hover{transform:none;box-shadow:none}}@media (prefers-reduced-motion: reduce){.buildsolutionfortelcosfeature__card{transition:none}}@media (prefers-contrast: high){.buildsolutionfortelcosfeature__card{border:2px solid #016d5b}.buildsolutionfortelcosfeature__card:hover{border-color:#00a79d}}.buildsolutionfortelcosfeature__card:focus-within{outline:2px solid #016d5b;outline-offset:4px}.buildsolutionfortelcosfeature__card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at center,rgba(1,109,91,.02) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.buildsolutionfortelcosfeature__card:hover:before{opacity:1}.buildsolutionfortelcosfeature__card-content{position:relative;z-index:1}.buildsolutionfortelcosfeature__title,.buildsolutionfortelcosfeature__subtitle,.buildsolutionfortelcosfeature__card-title,.buildsolutionfortelcosfeature__card-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.buildsolutionfortelcosfeature__card{animation:fadeInUp .6s ease-out}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(1){animation-delay:.1s}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(2){animation-delay:.2s}.buildsolutionfortelcosfeature__row:nth-child(1) .buildsolutionfortelcosfeature__card:nth-child(3){animation-delay:.3s}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(1){animation-delay:.4s}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(2){animation-delay:.5s}.buildsolutionfortelcosfeature__row:nth-child(2) .buildsolutionfortelcosfeature__card:nth-child(3){animation-delay:.6s}@media (prefers-reduced-motion: reduce){.buildsolutionfortelcosfeature__card{animation:none}}.calltoactiongreen{background:linear-gradient(90deg,#016d5b 0% 100%);width:100%;min-height:500px;padding:100px 20px;position:relative;border-radius:5px;overflow:hidden;display:flex;align-items:center;justify-content:center}.calltoactiongreen__bg-blur{position:absolute;top:-221px;left:50%;transform:translate(-50%);width:877px;height:877px;border-radius:50%;background:radial-gradient(circle,rgba(1,109,91,.6) 0%,rgba(1,109,91,.2) 50%,transparent 100%);filter:blur(108.5px);opacity:.8;pointer-events:none;z-index:1}.calltoactiongreen__bg-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px;height:1200px;border-radius:50%;border:1px solid rgba(255,255,255,.08);pointer-events:none;z-index:1}.calltoactiongreen__bg-curve-left{position:absolute;left:50px;top:50%;transform:translateY(-50%);width:150px;height:300px;opacity:.6;pointer-events:none;z-index:1}.calltoactiongreen__bg-curve-right{position:absolute;right:50px;top:20%;width:200px;height:250px;opacity:.4;pointer-events:none;z-index:1}.calltoactiongreen__bg-radial{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 89px));width:1440px;height:1048px;opacity:.4;pointer-events:none;z-index:1}.calltoactiongreen__container{max-width:1440px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.calltoactiongreen__content{max-width:1141px;width:100%;display:flex;flex-direction:column;gap:28px;align-items:center;justify-content:center;text-align:center}.calltoactiongreen__header{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%}.calltoactiongreen__title{font-family:Inter,sans-serif;font-size:42px;font-weight:700;color:#fff;letter-spacing:-1px;line-height:normal;margin:0;height:53px;width:100%;display:flex;align-items:center;justify-content:center;white-space:pre-wrap}.calltoactiongreen__subtitle{font-family:Inter,sans-serif;font-size:20px;font-weight:400;color:#fff;line-height:34px;margin:0;max-width:857px;white-space:pre-wrap}.calltoactiongreen__button{background-color:#fff;color:#016d5b;font-family:Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:normal;text-align:center;text-decoration:none;padding:12px 20px;border-radius:5px;height:52px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent;min-width:180px}.calltoactiongreen__button:hover{background-color:#fffffff2;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.calltoactiongreen__button:active{transform:translateY(0);box-shadow:0 4px 10px #0003}.calltoactiongreen__button:focus{outline:2px solid white;outline-offset:3px}@media (max-width: 1200px){.calltoactiongreen{padding:80px 40px;min-height:450px}.calltoactiongreen__title{font-size:36px;height:auto}.calltoactiongreen__subtitle{font-size:18px;line-height:30px;max-width:700px}.calltoactiongreen__bg-blur{width:700px;height:700px}.calltoactiongreen__bg-circle{width:1000px;height:1000px}}@media (max-width: 900px){.calltoactiongreen{padding:70px 30px;min-height:400px}.calltoactiongreen__content{gap:24px}.calltoactiongreen__title{font-size:32px}.calltoactiongreen__subtitle{font-size:17px;line-height:28px;max-width:600px}.calltoactiongreen__button{font-size:15px;padding:11px 18px;height:48px}.calltoactiongreen__bg-curve-left{left:20px;width:120px;height:250px}.calltoactiongreen__bg-curve-right{right:20px;width:150px;height:200px}}@media (max-width: 768px){.calltoactiongreen{padding:60px 25px;min-height:380px}.calltoactiongreen__content{gap:22px}.calltoactiongreen__header{gap:8px}.calltoactiongreen__title{font-size:28px;line-height:1.2}.calltoactiongreen__subtitle{font-size:16px;line-height:26px;max-width:500px}.calltoactiongreen__button{font-size:15px;padding:10px 16px;height:46px;min-width:160px}.calltoactiongreen__bg-blur{width:600px;height:600px;top:-180px}.calltoactiongreen__bg-circle{width:800px;height:800px}.calltoactiongreen__bg-curve-left,.calltoactiongreen__bg-curve-right{opacity:.3}}@media (max-width: 480px){.calltoactiongreen{padding:50px 20px;min-height:350px}.calltoactiongreen__content{gap:20px}.calltoactiongreen__header{gap:8px}.calltoactiongreen__title{font-size:24px;line-height:1.3;white-space:normal}.calltoactiongreen__subtitle{font-size:15px;line-height:24px;max-width:100%;white-space:normal}.calltoactiongreen__button{font-size:14px;padding:10px 15px;height:44px;min-width:150px}.calltoactiongreen__bg-blur{width:500px;height:500px;top:-150px}.calltoactiongreen__bg-circle{width:600px;height:600px}.calltoactiongreen__bg-curve-left{left:10px;width:80px;height:180px;opacity:.2}.calltoactiongreen__bg-curve-right{right:10px;width:100px;height:150px;opacity:.2}.calltoactiongreen__bg-radial{width:900px;height:650px}}@media print{.calltoactiongreen{padding:30px 20px;min-height:auto;background:#016d5b}.calltoactiongreen__bg-blur,.calltoactiongreen__bg-circle,.calltoactiongreen__bg-curve-left,.calltoactiongreen__bg-curve-right,.calltoactiongreen__bg-radial{display:none}.calltoactiongreen__button{border:2px solid #016d5b}}@media (prefers-reduced-motion: reduce){.calltoactiongreen__button{transition:none}.calltoactiongreen__bg-blur{animation:none}}@media (prefers-contrast: high){.calltoactiongreen__button{border:2px solid #016d5b}.calltoactiongreen__button:hover{border-color:#00a79d}}.calltoactiongreen__title,.calltoactiongreen__subtitle,.calltoactiongreen__button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@keyframes floatSlow{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}@media (prefers-reduced-motion: no-preference){.calltoactiongreen__bg-blur{animation:floatSlow 8s ease-in-out infinite}}.calltoactiongreen:hover .calltoactiongreen__bg-circle{border-color:#ffffff1f;transition:border-color .5s ease}.calltoactiongreen__button:focus-visible{outline:3px solid white;outline-offset:4px}.footer{background:var(--bg-dark);color:var(--bg-white);padding:60px 0 40px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 1rem;background:#292d32;color:#fff;flex-wrap:wrap}.footer-brand{max-width:520px}.footer-logo{width:160px;height:auto;display:block;margin-bottom:1rem}.footer-tagline{margin:0;line-height:1.5;opacity:.9}.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem}.social-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#eaf0ff;text-decoration:none;border:1px solid rgba(255,255,255,.15);border-radius:8px}.social-btn img{width:18px;height:18px;display:block}.social-btn:hover{transform:translateY(-1px);background:#ffffff0f;border-color:#ffffff40}@media (max-width: 640px){.footer-top{flex-direction:column;align-items:flex-start}.social-links{margin-top:1rem}}.social-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#eaf0ff;text-decoration:none;border:1px solid rgba(255,255,255,.15);border-radius:8px;transition:transform .15s ease,background .15s ease,border-color .15s ease}.social-btn:hover{background:#ffffff1a;opacity:1}.social-btn img{width:20px;height:20px}.social-btn span{font-family:var(--font-secondary);font-size:16px;font-weight:600;color:var(--bg-white)}.newsletter{background:var(--primary);border-radius:12px;padding:40px;margin-bottom:50px;display:flex;flex-direction:column;gap:10px}.newsletter-title{font-family:var(--font-primary);font-size:24px;font-weight:700;letter-spacing:-1px;color:var(--bg-white);text-align:center}.newsletter-description{font-family:var(--font-primary);font-size:16px;font-weight:400;color:var(--bg-white);text-align:center;margin-bottom:20px}.newsletter-form{display:flex;gap:10px;justify-content:center;align-items:center}.newsletter-input{background:var(--bg-white);border:none;border-radius:8px;padding:14px 20px;font-family:var(--font-secondary);font-size:14px;color:gray;width:460px;max-width:100%}.newsletter-input::placeholder{color:gray}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;width:100%;max-width:900px;margin:0 auto 50px;justify-content:center;justify-items:start}.footer-column{display:flex;flex-direction:column;gap:20px}.footer-heading{font-family:var(--font-primary);font-size:20px;font-weight:600;letter-spacing:-.4px;color:var(--bg-white);margin-bottom:0}.footer-nav{display:flex;flex-direction:column;gap:0}.footer-nav li{margin:0}.footer-nav a{font-family:var(--font-primary);font-size:16px;font-weight:400;letter-spacing:-.32px;line-height:35px;color:var(--bg-white);display:block}.footer-bottom{border-top:.5px solid var(--bg-white);padding-top:20px;display:flex;justify-content:center;align-items:center}.copyright{font-family:var(--font-primary);font-size:16px;font-weight:400;letter-spacing:-.32px;color:var(--bg-white);text-align:center}
