.Hero-module__ZARIfG__hero{background-color:var(--secondary);color:#fff;background-image:url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;align-items:center;width:100%;min-height:85vh;padding:10rem 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(135deg,#002147fa 0%,#002147d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__hero .container{z-index:2;position:relative}.Hero-module__ZARIfG__content{max-width:850px}.Hero-module__ZARIfG__badge{color:var(--primary);letter-spacing:.2rem;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem;font-weight:700;display:block}.Hero-module__ZARIfG__title{font-size:4.5rem;line-height:1.1;font-family:var(--font-serif);color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:2rem;font-weight:900}.Hero-module__ZARIfG__gold{color:var(--primary);text-shadow:none}.Hero-module__ZARIfG__subtitle{color:#fffffff2;text-shadow:0 1px 5px #0003;max-width:750px;margin-bottom:3.5rem;font-size:1.25rem;line-height:1.8}.Hero-module__ZARIfG__ctaGroup{gap:1.5rem;margin-top:2rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:4px;padding:1rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__primaryBtn:hover{color:var(--secondary);background-color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.Hero-module__ZARIfG__secondaryBtn{color:#fff;text-transform:uppercase;letter-spacing:.1em;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;padding:1rem 2.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__secondaryBtn:hover{color:var(--secondary);background-color:#fff;border-color:#fff;transform:translateY(-3px)}@media (max-width:992px){.Hero-module__ZARIfG__hero{min-height:auto;padding:8rem 0}.Hero-module__ZARIfG__title{font-size:3.5rem}}@media (max-width:768px){.Hero-module__ZARIfG__hero{text-align:center;padding:6rem 0}.Hero-module__ZARIfG__content{margin:0 auto}.Hero-module__ZARIfG__title{font-size:2.75rem}.Hero-module__ZARIfG__subtitle{margin-bottom:2.5rem;font-size:1.1rem}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:center;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;width:100%;max-width:300px}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.25rem;line-height:1.2}.Hero-module__ZARIfG__subtitle{font-size:1rem;line-height:1.6}}
.Services-module__dpHhBa__section{background-color:#fff;width:100%;padding:8rem 0}.Services-module__dpHhBa__header{text-align:center;max-width:800px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.Services-module__dpHhBa__overline{color:var(--primary);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.Services-module__dpHhBa__title{color:var(--secondary);font-size:3.5rem;font-family:var(--font-serif);margin-bottom:1rem;font-weight:900}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.Services-module__dpHhBa__card{background-color:#fff;border:1px solid #eee;border-radius:4px;flex-direction:column;align-items:flex-start;padding:4rem 3rem;transition:all .4s;display:flex;position:relative}.Services-module__dpHhBa__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #00214714}.Services-module__dpHhBa__card:before{content:"";background-color:var(--primary);width:0;height:4px;transition:width .3s;position:absolute;top:0;left:0}.Services-module__dpHhBa__card:hover:before{width:100%}.Services-module__dpHhBa__cardHeader{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.Services-module__dpHhBa__iconWrapper{color:var(--primary);border:1px solid var(--primary);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:800;display:flex}.Services-module__dpHhBa__cardTitle{color:var(--secondary);font-size:1.25rem;font-weight:800;font-family:var(--font-serif);line-height:1.3}.Services-module__dpHhBa__cardDesc{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}.Services-module__dpHhBa__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Services-module__dpHhBa__tag{background-color:var(--bg-alt);color:var(--secondary);border-radius:40px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Services-module__dpHhBa__readMore{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-top:auto;font-size:.85rem;font-weight:700;transition:gap .3s;display:flex}.Services-module__dpHhBa__readMore:hover{gap:1rem}@media (max-width:992px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.Services-module__dpHhBa__section{padding:4rem 0}.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:1.5rem}.Services-module__dpHhBa__card{padding:2.5rem 1.75rem}.Services-module__dpHhBa__title{font-size:2.25rem}.Services-module__dpHhBa__iconWrapper{width:40px;height:40px;font-size:.9rem}.Services-module__dpHhBa__cardTitle{font-size:1.15rem}}@media (max-width:480px){.Services-module__dpHhBa__card{padding:2rem 1.25rem}}
.WhyUs-module__onskOq__section{background-color:var(--bg-alt);width:100%;padding:8rem 0}.WhyUs-module__onskOq__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.WhyUs-module__onskOq__container{padding:0 1.5rem}}.WhyUs-module__onskOq__header{text-align:center;max-width:800px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.WhyUs-module__onskOq__overline{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.WhyUs-module__onskOq__title{color:var(--secondary);font-size:3.5rem;font-family:var(--font-serif);margin-bottom:1.5rem;font-weight:900}.WhyUs-module__onskOq__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.WhyUs-module__onskOq__card{text-align:center;background-color:#fff;border:1px solid #eee;border-radius:4px;flex-direction:column;align-items:center;padding:4rem 3rem;transition:all .4s;display:flex}.WhyUs-module__onskOq__card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px #00214714}.WhyUs-module__onskOq__icon{color:var(--primary);background-color:#a8894e0d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:2.5rem;font-size:1.5rem;display:flex}.WhyUs-module__onskOq__stat,.WhyUs-module__onskOq__statCounter{color:var(--secondary);font-size:3.5rem;font-weight:900;line-height:1;font-family:var(--font-serif);margin-bottom:.75rem}.WhyUs-module__onskOq__label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:2rem;font-size:.85rem;font-weight:800}.WhyUs-module__onskOq__desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (max-width:992px){.WhyUs-module__onskOq__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.WhyUs-module__onskOq__section{padding:4rem 0}.WhyUs-module__onskOq__grid{grid-template-columns:1fr;gap:1.5rem}.WhyUs-module__onskOq__card{padding:3rem 1.5rem}.WhyUs-module__onskOq__title{font-size:2.25rem}.WhyUs-module__onskOq__stat,.WhyUs-module__onskOq__statCounter{font-size:2.75rem}.WhyUs-module__onskOq__icon{width:60px;height:60px;margin-bottom:1.5rem;font-size:1.25rem}}@media (max-width:480px){.WhyUs-module__onskOq__header{margin-bottom:3.5rem}}@media (max-width:576px){.WhyUs-module__onskOq__grid{grid-template-columns:1fr}.WhyUs-module__onskOq__title{font-size:2.25rem}}
.Testimonials-module__ItA9Ha__section{background-color:#fff;background-image:linear-gradient(#fffffff2,#fffffff2),url(https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;width:100%;padding:8rem 0}.Testimonials-module__ItA9Ha__header{text-align:center;max-width:800px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.Testimonials-module__ItA9Ha__overline{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.Testimonials-module__ItA9Ha__title{color:var(--secondary);font-size:3.5rem;font-family:var(--font-serif);font-weight:900}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.Testimonials-module__ItA9Ha__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f9fafbcc;border:1px solid #eee;border-radius:4px;flex-direction:column;gap:2rem;padding:4rem;transition:all .4s;display:flex}.Testimonials-module__ItA9Ha__card:hover{border-color:var(--primary);background-color:#fff;box-shadow:0 20px 40px #00214714}.Testimonials-module__ItA9Ha__quoteMark{color:var(--primary);opacity:.3;font-size:3rem;line-height:1}.Testimonials-module__ItA9Ha__quote{color:var(--secondary);font-size:1.25rem;font-style:italic;line-height:1.8;font-family:var(--font-serif);z-index:1;position:relative}.Testimonials-module__ItA9Ha__authorBlock{border-top:1px solid #eee;margin-top:auto;padding-top:2rem}.Testimonials-module__ItA9Ha__author{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.Testimonials-module__ItA9Ha__role{color:var(--text-muted);font-size:.9rem}@media (max-width:992px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.Testimonials-module__ItA9Ha__section{padding:4rem 0}.Testimonials-module__ItA9Ha__title{font-size:2.25rem}.Testimonials-module__ItA9Ha__grid{gap:1.5rem}.Testimonials-module__ItA9Ha__card{gap:1.5rem;padding:2.5rem 1.75rem}.Testimonials-module__ItA9Ha__quote{font-size:1.05rem}.Testimonials-module__ItA9Ha__quoteMark{font-size:2.5rem}}@media (max-width:480px){.Testimonials-module__ItA9Ha__card{padding:2rem 1.25rem}}
.About-module__vAULUW__section{background-color:#fff;width:100%;padding:8rem 0}.About-module__vAULUW__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:6rem;display:grid}.About-module__vAULUW__photoWrapper{width:100%;position:relative}.About-module__vAULUW__photoFrame{aspect-ratio:4/5;width:100%;box-shadow:20px 20px 0px var(--bg-alt);border:1px solid #eee;border-radius:4px;position:relative;overflow:hidden}.About-module__vAULUW__photo{object-fit:cover}.About-module__vAULUW__content{flex-direction:column;align-items:flex-start;display:flex}.About-module__vAULUW__overline{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.About-module__vAULUW__title{color:var(--secondary);font-size:3.5rem;font-family:var(--font-serif);margin-bottom:1rem;font-weight:900}.About-module__vAULUW__tagline{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem;font-size:1.1rem;font-weight:700}.About-module__vAULUW__bio{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__credentialList{width:100%;margin-bottom:3.5rem;list-style:none}.About-module__vAULUW__credentialItem{border-bottom:1px solid #eee;align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.About-module__vAULUW__credentialItem:last-child{border-bottom:none}.About-module__vAULUW__star{color:var(--primary);font-size:.8rem}.About-module__vAULUW__credentialText{color:var(--secondary);font-size:1.05rem;font-weight:600}@media (max-width:992px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__photoWrapper{max-width:380px;margin:0 auto}}@media (max-width:768px){.About-module__vAULUW__section{padding:4rem 0}.About-module__vAULUW__title{font-size:2.1rem}.About-module__vAULUW__tagline{margin-bottom:1.5rem;font-size:.95rem}.About-module__vAULUW__bio{margin-bottom:2rem;font-size:.95rem;line-height:1.6}.About-module__vAULUW__credentialItem{padding:.75rem 0}.About-module__vAULUW__credentialText{font-size:.9rem}}@media (max-width:480px){.About-module__vAULUW__photoWrapper{max-width:320px}.About-module__vAULUW__title{font-size:1.85rem}}
.Contact-module__hcVmEa__section{background-color:var(--bg-alt);width:100%;padding:8rem 0}.Contact-module__hcVmEa__grid{grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:6rem;display:grid}.Contact-module__hcVmEa__formWrapper{background-color:#fff;border:1px solid #eee;border-radius:4px;padding:4rem;box-shadow:0 10px 30px #00214708}.Contact-module__hcVmEa__overline{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.Contact-module__hcVmEa__title{color:var(--secondary);font-size:3rem;line-height:1.2;font-family:var(--font-serif);margin-bottom:3rem;font-weight:900}.Contact-module__hcVmEa__form{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__fieldGroup{flex-direction:column;gap:.75rem;display:flex}.Contact-module__hcVmEa__label{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background-color:var(--bg-alt);width:100%;color:var(--secondary);border:1px solid #eee;border-radius:4px;outline:none;padding:1.25rem;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary);background-color:#fff}.Contact-module__hcVmEa__details{flex-direction:column;gap:3rem;display:flex;position:sticky;top:140px}.Contact-module__hcVmEa__contactCard{background-color:var(--secondary);color:#fff;border-bottom:6px solid var(--primary);border-radius:4px;flex-direction:column;gap:3rem;padding:4rem;display:flex;box-shadow:0 40px 80px #00214726}.Contact-module__hcVmEa__detailBlock{flex-direction:column;gap:.75rem;display:flex}.Contact-module__hcVmEa__detailLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:800}.Contact-module__hcVmEa__detailLink{color:#fff;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .3s}.Contact-module__hcVmEa__detailLink:hover{color:var(--primary)}.Contact-module__hcVmEa__turnaround{color:#fffc;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Contact-module__hcVmEa__dot{background-color:var(--primary);border-radius:50%;width:8px;height:8px}@media (max-width:992px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;gap:3rem}.Contact-module__hcVmEa__formWrapper,.Contact-module__hcVmEa__contactCard{padding:3rem 2rem}}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:4rem 0}.Contact-module__hcVmEa__title{margin-bottom:2.5rem;font-size:2.1rem}.Contact-module__hcVmEa__formWrapper,.Contact-module__hcVmEa__contactCard{padding:2.5rem 1.75rem}.Contact-module__hcVmEa__detailLink{font-size:1.1rem}}@media (max-width:480px){.Contact-module__hcVmEa__title{font-size:1.85rem}.Contact-module__hcVmEa__formWrapper,.Contact-module__hcVmEa__contactCard{padding:2rem 1.25rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{padding:1rem}}
.Calculator-module__nBSQfG__calculator{background-color:var(--secondary);color:#fff;border:1px solid #c5a05933;border-radius:4px;padding:3rem;box-shadow:0 40px 80px #1e293b33}.Calculator-module__nBSQfG__header{text-align:center;margin-bottom:3rem}.Calculator-module__nBSQfG__title{color:var(--primary);font-size:1.75rem;font-family:var(--font-serif);margin-bottom:.75rem}.Calculator-module__nBSQfG__desc{color:#fff9;font-size:.95rem}.Calculator-module__nBSQfG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Calculator-module__nBSQfG__inputs{flex-direction:column;gap:2.5rem;display:flex}.Calculator-module__nBSQfG__field{flex-direction:column;gap:1rem;display:flex}.Calculator-module__nBSQfG__field label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;font-size:.75rem;font-weight:700}.Calculator-module__nBSQfG__range{width:100%;accent-color:var(--primary);cursor:pointer}.Calculator-module__nBSQfG__valueDisplay{color:#fff;font-size:1.25rem;font-weight:700}.Calculator-module__nBSQfG__resultCard{text-align:center;background-color:#ffffff0d;border:1px solid #c5a05933;border-radius:4px;padding:3rem;position:relative;overflow:hidden}.Calculator-module__nBSQfG__resultCard:before{content:"";background-color:var(--primary);width:100%;height:4px;position:absolute;top:0;left:0}.Calculator-module__nBSQfG__resultLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;font-size:.8rem;font-weight:800}.Calculator-module__nBSQfG__resultValue{color:#fff;font-size:3.5rem;font-weight:900;font-family:var(--font-serif);margin-bottom:1.5rem}.Calculator-module__nBSQfG__disclaimer{color:#fff6;font-size:.75rem;line-height:1.6}.Calculator-module__nBSQfG__disclaimer strong{color:var(--primary)}@media (max-width:992px){.Calculator-module__nBSQfG__grid{grid-template-columns:1fr;gap:3rem}.Calculator-module__nBSQfG__calculator{padding:2.5rem 1.5rem}}@media (max-width:768px){.Calculator-module__nBSQfG__resultValue{font-size:2.75rem}.Calculator-module__nBSQfG__title{font-size:1.6rem}.Calculator-module__nBSQfG__grid{gap:2.5rem}}@media (max-width:480px){.Calculator-module__nBSQfG__calculator{padding:2rem 1.25rem}.Calculator-module__nBSQfG__resultValue{font-size:2.25rem}.Calculator-module__nBSQfG__inputs{gap:1.75rem}}
.page-module___8aEwW__main{width:100%;min-height:100vh;position:relative}.page-module___8aEwW__logo{z-index:40;filter:brightness(0)invert();mix-blend-mode:normal;pointer-events:none;position:fixed;top:30px;left:50%;transform:translate(-50%)}@media (max-width:768px){.page-module___8aEwW__logo{width:120px;top:20px;left:20px}.page-module___8aEwW__logo img{width:100%}}
.WhoWeServe-module__ec2hfa__section{background-color:#fff;background-image:linear-gradient(#ffffffeb,#ffffffeb),url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;width:100%;padding:8rem 0}.WhoWeServe-module__ec2hfa__header{text-align:center;max-width:800px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.WhoWeServe-module__ec2hfa__overline{letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.WhoWeServe-module__ec2hfa__title{color:var(--secondary);font-size:3.5rem;font-family:var(--font-serif);margin-bottom:1.5rem;font-weight:900}.WhoWeServe-module__ec2hfa__grid{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:8rem;display:grid}.WhoWeServe-module__ec2hfa__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f9fafbcc;border:1px solid #eee;border-radius:4px;flex-direction:column;gap:2rem;padding:4rem;transition:all .4s;display:flex}.WhoWeServe-module__ec2hfa__card:hover{border-color:var(--primary);background-color:#fff;box-shadow:0 20px 40px #00214714}.WhoWeServe-module__ec2hfa__cardHeader{flex-direction:column;gap:1.5rem;display:flex}.WhoWeServe-module__ec2hfa__iconWrapper{color:var(--primary);background-color:#fff;border:1px solid #a8894e33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;display:flex;box-shadow:0 10px 20px #00000005}.WhoWeServe-module__ec2hfa__cardTitle{color:var(--secondary);font-size:1.75rem;font-weight:800;font-family:var(--font-serif)}.WhoWeServe-module__ec2hfa__cardDesc{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.WhoWeServe-module__ec2hfa__industriesWrapper{border-top:1px solid #eee;padding-top:6rem}.WhoWeServe-module__ec2hfa__industriesOverline{letter-spacing:.15em;text-transform:uppercase;color:var(--secondary);text-align:center;margin-bottom:3rem;font-size:.85rem;font-weight:700}.WhoWeServe-module__ec2hfa__industriesGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.WhoWeServe-module__ec2hfa__industryItem{color:var(--text-main);align-items:center;gap:1rem;font-size:.95rem;font-weight:600;display:flex}.WhoWeServe-module__ec2hfa__dot{background-color:var(--primary);border-radius:50%;width:6px;height:6px}@media (max-width:992px){.WhoWeServe-module__ec2hfa__grid{grid-template-columns:1fr}.WhoWeServe-module__ec2hfa__industriesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhoWeServe-module__ec2hfa__section{background-attachment:scroll;padding:5rem 0}.WhoWeServe-module__ec2hfa__title{font-size:2.25rem}.WhoWeServe-module__ec2hfa__card{gap:1.5rem;padding:2.5rem 1.75rem}.WhoWeServe-module__ec2hfa__iconWrapper{width:56px;height:56px;font-size:1.25rem}.WhoWeServe-module__ec2hfa__cardTitle{font-size:1.5rem}}@media (max-width:576px){.WhoWeServe-module__ec2hfa__title{font-size:2.1rem}.WhoWeServe-module__ec2hfa__card{padding:2rem 1.25rem}.WhoWeServe-module__ec2hfa__industriesGrid{grid-template-columns:1fr;gap:1rem}}
