.Navbar-module__cJzEcG__header{width:100%;height:var(--header-height);z-index:100;transition:all var(--transition-normal);background-color:#0000;border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--card-border);box-shadow:var(--shadow-sm);background-color:#fffffff2;height:70px}.Navbar-module__cJzEcG__menuOpen{background-color:var(--bg-white)!important;border-bottom:1px solid var(--card-border)!important;-webkit-backdrop-filter:none!important}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.6rem;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--bg-white);width:1.65rem;height:1.65rem;transition:all var(--transition-normal)}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logoIcon,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__logoIcon{color:var(--primary-green)}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoIcon{transform:translateY(-1px)scale(1.05);color:var(--primary-green)!important}.Navbar-module__cJzEcG__logoText{flex-direction:column;display:flex}.Navbar-module__cJzEcG__brandName{color:var(--bg-white);letter-spacing:-.01em;transition:color var(--transition-normal);font-size:.85rem;font-weight:700;line-height:1.1}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__brandName,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__brandName{color:var(--primary-blue)}.Navbar-module__cJzEcG__tagline{color:#fffc;text-transform:uppercase;letter-spacing:.08em;transition:color var(--transition-normal);margin-top:.08rem;font-size:.55rem;font-weight:500}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__tagline,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__tagline{color:var(--neutral-light-gray)}.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__navList{align-items:center;gap:1.75rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:#ffffffe6;transition:color var(--transition-fast);padding:.4rem 0;font-size:.8rem;font-weight:600;position:relative}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navLink,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__navLink{color:var(--neutral-gray)}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--gradient-green);transform-origin:100%;width:100%;height:2px;transition:transform var(--transition-normal);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__cJzEcG__navLink:hover{color:var(--bg-white)}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__navLink:hover{color:var(--primary-green)}.Navbar-module__cJzEcG__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Navbar-module__cJzEcG__active{color:var(--bg-white)!important}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__active,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__active{color:var(--primary-green)!important}.Navbar-module__cJzEcG__active:after{transform-origin:0!important;transform:scaleX(1)!important}.Navbar-module__cJzEcG__ctaWrapper{align-items:center;gap:.75rem;display:none}.Navbar-module__cJzEcG__brochureNavBtn{color:var(--bg-white);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--transition-normal);background:#ffffff1f;border:1.5px solid #ffffff73;align-items:center;gap:.45rem;padding:.55rem 1.05rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__brochureNavBtn,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__brochureNavBtn{color:var(--primary-green);background:#1565c00f;border-color:#1565c059}.Navbar-module__cJzEcG__brochureNavBtn:hover{background:var(--gradient-green);border-color:var(--primary-green);transform:translateY(-1px);box-shadow:0 4px 12px #1565c033;color:#fff!important}.Navbar-module__cJzEcG__mobileBrochureBtn{width:100%;color:var(--primary-green);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#f0f6ff;border:1.5px solid #1565c040;justify-content:center;align-items:center;gap:.55rem;padding:.75rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__mobileBrochureBtn:hover{background:var(--gradient-green);color:#fff}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;display:flex}.Navbar-module__cJzEcG__hamburger span{background-color:var(--bg-white);width:100%;height:2px;transition:all var(--transition-normal);border-radius:2px}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__hamburger span,.Navbar-module__cJzEcG__menuOpen .Navbar-module__cJzEcG__hamburger span{background-color:var(--primary-blue)}.Navbar-module__cJzEcG__hamburgerActive span:first-child{transform:translateY(7px)rotate(45deg);background-color:var(--primary-green)!important}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerActive span:nth-child(3){transform:translateY(-7px)rotate(-45deg);background-color:var(--primary-green)!important}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--bg-white);z-index:99;width:80%;max-width:300px;height:100vh;transition:right var(--transition-normal);border-left:1px solid var(--card-border);padding:5.5rem 1.5rem 1.5rem;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000014}.Navbar-module__cJzEcG__mobileMenuActive{right:0}.Navbar-module__cJzEcG__mobileNavList{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--neutral-dark);transition:all var(--transition-fast);border-bottom:1px solid #f1f5f9;padding:.5rem 0;font-size:.95rem;font-weight:600;display:block}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--primary-green);padding-left:.25rem}@media (min-width:768px){.Navbar-module__cJzEcG__brandName{font-size:1.05rem}.Navbar-module__cJzEcG__tagline{font-size:.6rem}}@media (min-width:1024px){.Navbar-module__cJzEcG__desktopNav{display:block}.Navbar-module__cJzEcG__ctaWrapper{display:flex}.Navbar-module__cJzEcG__hamburger,.Navbar-module__cJzEcG__mobileMenu{display:none}}
.Hero-module__ZARIfG__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:100px 1rem 3rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgSlide{opacity:0;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .9s ease-in-out;position:absolute;inset:0;transform:scale(1.04)}.Hero-module__ZARIfG__bgSlideActive{opacity:1;transition:opacity .9s ease-in-out,transform 5s ease-out;transform:scale(1)}.Hero-module__ZARIfG__bgSlideFading{opacity:0;transition:opacity .9s ease-in-out}.Hero-module__ZARIfG__bgOverlay{pointer-events:none;z-index:1;background:linear-gradient(#071a4fc7 0%,#071a4f85 50%,#071a4fad 100%);position:absolute;inset:0}.Hero-module__ZARIfG__container{z-index:2;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__ZARIfG__content{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex}.Hero-module__ZARIfG__overline{color:var(--water-blue-bg);letter-spacing:.08em;text-shadow:0 2px 4px #0006;text-transform:uppercase;max-width:540px;margin-bottom:1rem;font-size:.62rem;font-weight:600;line-height:1.4}.Hero-module__ZARIfG__title{color:var(--bg-white);text-shadow:0 4px 12px #00000080;margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.25}.Hero-module__ZARIfG__tagline{color:#fffffff2;text-shadow:0 2px 8px #0006;max-width:650px;margin-bottom:2rem;font-size:.85rem;font-weight:500;line-height:1.45}.Hero-module__ZARIfG__actions{flex-flow:wrap;justify-content:center;gap:.85rem;display:flex}.Hero-module__ZARIfG__btnHeroOutline{color:var(--bg-white);box-shadow:none;background:#ffffff26;border:none!important;border-radius:0!important}.Hero-module__ZARIfG__btnHeroOutline:hover{background:var(--bg-white);color:var(--primary-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (min-width:480px){.Hero-module__ZARIfG__title{font-size:2.1rem}.Hero-module__ZARIfG__tagline{font-size:1.05rem}.Hero-module__ZARIfG__overline{font-size:.7rem}}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:var(--header-height) 0 2rem 0}.Hero-module__ZARIfG__bgSlide{background-position:50% 30%}.Hero-module__ZARIfG__title{font-size:2.8rem}.Hero-module__ZARIfG__tagline{font-size:1.3rem}.Hero-module__ZARIfG__overline{letter-spacing:.1em;margin-bottom:1.25rem;font-size:.8rem}.Hero-module__ZARIfG__actions{gap:1.25rem}.Hero-module__ZARIfG__slideIndicators{bottom:2.5rem}}@media (min-width:1024px){.Hero-module__ZARIfG__title{font-size:3.4rem}.Hero-module__ZARIfG__tagline{margin-bottom:2.5rem;font-size:1.45rem}}
.AboutUs-module__Rj00zW__grid{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.AboutUs-module__Rj00zW__content{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.AboutUs-module__Rj00zW__quickFeatures{grid-template-columns:repeat(2,1fr);gap:.85rem;width:100%;margin-top:.5rem;display:grid}.AboutUs-module__Rj00zW__featureItem{color:var(--primary-blue);border-radius:var(--radius-sm);background:#1565c00d;border:1px solid #1565c01f;align-items:center;gap:.65rem;padding:.6rem .85rem;font-size:.92rem;font-weight:600;display:flex}.AboutUs-module__Rj00zW__featureIcon{background:var(--primary-green);color:var(--bg-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:.7rem;font-weight:700;display:flex}.AboutUs-module__Rj00zW__visualColumn{justify-content:center;align-items:center;display:flex}.AboutUs-module__Rj00zW__stampCard{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(145deg,#fff 0%,#f0f6ff 100%);border:2px solid #1565c040;width:100%;max-width:400px;padding:2.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 12px 40px -8px #0d3b862e,0 4px 8px -2px #0d3b861a}.AboutUs-module__Rj00zW__stampCard:before{content:"";background:var(--gradient-blue);width:100%;height:5px;position:absolute;top:0;left:0}.AboutUs-module__Rj00zW__stampCard:after{content:"";pointer-events:none;background:radial-gradient(circle,#1565c012 0%,#0000 70%);border-radius:50%;width:130px;height:130px;position:absolute;bottom:-40px;right:-40px}.AboutUs-module__Rj00zW__stampIcon{color:var(--primary-green);background:#1565c014;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:inline-flex}.AboutUs-module__Rj00zW__divider{background:linear-gradient(90deg,#0000,#1565c04d,#0000);height:1px;margin:1.25rem 0}.AboutUs-module__Rj00zW__licenseDetail{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.88rem;display:flex}.AboutUs-module__Rj00zW__licenseDetail:last-child{margin-bottom:0}.AboutUs-module__Rj00zW__label{color:var(--neutral-light-gray);font-size:.82rem;font-weight:500}.AboutUs-module__Rj00zW__value{color:var(--primary-blue);text-align:right;font-size:.88rem;font-weight:700}@media (min-width:768px){.AboutUs-module__Rj00zW__quickFeatures{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutUs-module__Rj00zW__grid{grid-template-columns:1.2fr .8fr;gap:4rem}}
.Services-module__dpHhBa__waterTopEffect{background:linear-gradient(to bottom, var(--bg-white) 0%, #dceeff00 100%);pointer-events:none;z-index:1;height:64px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr;gap:2rem;max-width:960px;margin:0 auto;display:grid}.Services-module__dpHhBa__serviceCard{background:var(--bg-white);border-radius:var(--radius-lg);height:100%;transition:all var(--transition-normal);flex-direction:column;display:flex;overflow:hidden;padding:0!important}.Services-module__dpHhBa__serviceCard:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px);border-color:var(--primary-green)!important}.Services-module__dpHhBa__cardImageWrap{width:100%;height:180px;position:relative;overflow:hidden}@media (min-width:768px){.Services-module__dpHhBa__cardImageWrap{height:230px}}.Services-module__dpHhBa__cardImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__cardImage{transform:scale(1.07)}.Services-module__dpHhBa__cardImageOverlay{background:linear-gradient(#0f172a26 0%,#071a4f73 100%);position:absolute;inset:0}.Services-module__dpHhBa__cardBody{flex-direction:column;flex-grow:1;padding:1.75rem 1.5rem;display:flex;position:relative}@media (min-width:768px){.Services-module__dpHhBa__cardBody{padding:2.25rem 2rem}}.Services-module__dpHhBa__serviceIconBox{border:2px solid var(--bg-white);position:absolute;top:-24px;right:1.5rem;box-shadow:0 4px 10px #071a4f26;margin-top:0!important}@media (min-width:768px){.Services-module__dpHhBa__serviceIconBox{top:-28px;right:2rem}}.Services-module__dpHhBa__highlightsList{flex-direction:column;gap:.8rem;margin-bottom:2rem;list-style:none;display:flex}.Services-module__dpHhBa__highlightItem{color:var(--neutral-gray);align-items:center;gap:.65rem;font-size:.88rem;font-weight:500;display:flex}.Services-module__dpHhBa__checkGreen{color:var(--primary-green);flex-shrink:0}.Services-module__dpHhBa__checkBlue{color:var(--primary-blue);flex-shrink:0}.Services-module__dpHhBa__actionBtn{align-self:flex-start;width:100%;margin-top:auto}@media (min-width:480px){.Services-module__dpHhBa__actionBtn{width:auto}}.Services-module__dpHhBa__paramContainer{flex-direction:column;gap:2rem;display:flex}.Services-module__dpHhBa__paramCategory{flex-direction:column;gap:.85rem;display:flex}.Services-module__dpHhBa__categoryTitle{text-transform:uppercase;color:var(--primary-blue);letter-spacing:.05em;border-left:3px solid var(--primary-green);padding-left:.5rem;font-size:.9rem;font-weight:700}.Services-module__dpHhBa__paramGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Services-module__dpHhBa__paramCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;align-items:center;gap:.65rem;padding:.65rem 1rem;display:flex}.Services-module__dpHhBa__paramDot{background-color:var(--primary-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Services-module__dpHhBa__paramName{color:var(--neutral-dark);font-size:.85rem;font-weight:500}@media (min-width:768px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__paramGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.Services-module__dpHhBa__paramGrid{grid-template-columns:repeat(4,1fr)}}
.Training-module__0b_l_q__programsGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.Training-module__0b_l_q__programCard{background:var(--card-bg);flex-direction:column;height:100%;padding:1.25rem;display:flex}.Training-module__0b_l_q__programCard:hover{border-color:#1565c059}.Training-module__0b_l_q__programHeader{align-items:center;gap:.75rem;display:flex}.Training-module__0b_l_q__programIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.Training-module__0b_l_q__bgGreen{color:var(--primary-green);background-color:#1565c01a}.Training-module__0b_l_q__bgBlue{color:var(--primary-blue);background-color:#0d3b861a}.Training-module__0b_l_q__programSub{text-transform:uppercase;color:var(--neutral-light-gray);letter-spacing:.05em;font-size:.72rem;font-weight:600;display:block}.Training-module__0b_l_q__viewBtn{align-self:flex-start;margin-top:auto;padding:.5rem 1rem;font-size:.82rem}.Training-module__0b_l_q__internShowcaseRow{width:100%;margin-top:1rem}.Training-module__0b_l_q__internCard{background:var(--bg-white);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;display:flex;overflow:hidden}.Training-module__0b_l_q__internImageWrapper{width:100%;height:240px;position:relative}.Training-module__0b_l_q__internImage{object-fit:cover}.Training-module__0b_l_q__internContent{flex-direction:column;justify-content:center;padding:1.5rem;display:flex}.Training-module__0b_l_q__internBullets{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.Training-module__0b_l_q__bullet{color:var(--neutral-gray);align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.Training-module__0b_l_q__bulletDot{background-color:var(--primary-green);border-radius:50%;width:5px;height:5px}.Training-module__0b_l_q__applyBtn{align-self:flex-start}.Training-module__0b_l_q__syllabusList{flex-direction:column;gap:.65rem;display:flex}.Training-module__0b_l_q__syllabusItem{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .85rem;display:flex}.Training-module__0b_l_q__syllabusNumber{background-color:var(--primary-blue);width:1.5rem;height:1.5rem;color:var(--bg-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}@media (min-width:768px){.Training-module__0b_l_q__programsGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.Training-module__0b_l_q__internCard{flex-direction:row}.Training-module__0b_l_q__internImageWrapper{flex-shrink:0;width:450px;height:auto;min-height:320px}.Training-module__0b_l_q__internContent{padding:2.25rem}}
.Certifications-module__ZVboHa__certSection{background-color:var(--bg-white);position:relative;overflow:hidden}.Certifications-module__ZVboHa__blob1,.Certifications-module__ZVboHa__blob2{filter:blur(80px);opacity:.05;pointer-events:none;z-index:0;border-radius:50%;width:400px;height:400px;position:absolute}.Certifications-module__ZVboHa__blob1{background-color:var(--primary-green);top:10%;left:-200px}.Certifications-module__ZVboHa__blob2{background-color:var(--accent-blue);bottom:10%;right:-200px}.Certifications-module__ZVboHa__providerBlock{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);z-index:1;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal);margin-bottom:3.5rem;padding:1rem;position:relative}.Certifications-module__ZVboHa__providerBlock:hover{box-shadow:var(--shadow-md)}.Certifications-module__ZVboHa__providerBlock:last-child{margin-bottom:0}@media (min-width:640px){.Certifications-module__ZVboHa__providerBlock{padding:2rem}}.Certifications-module__ZVboHa__blockLayout{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.Certifications-module__ZVboHa__blockLayout{grid-template-columns:1.2fr .8fr}}.Certifications-module__ZVboHa__contentCol{flex-direction:column;display:flex}.Certifications-module__ZVboHa__imageCol{justify-content:center;align-items:flex-start;display:flex}@media (min-width:1024px){.Certifications-module__ZVboHa__imageCol{align-self:start;position:sticky;top:100px}}.Certifications-module__ZVboHa__imageCard{background:var(--bg-white);border-radius:var(--radius-md);transition:all var(--transition-normal);border:1px solid #1565c026;width:100%;max-width:420px;padding:.75rem;box-shadow:0 10px 30px -10px #071a4f26}.Certifications-module__ZVboHa__imageCard:hover{transform:translateY(-6px)rotate(1deg);box-shadow:0 20px 40px -12px #0d47a138}.Certifications-module__ZVboHa__imageWrapperPortrait{aspect-ratio:1/1.414;background-color:#fafafa;border:1px solid #0000000f;border-radius:8px;width:100%;height:auto;position:relative;overflow:hidden}.Certifications-module__ZVboHa__imageWrapperLandscape{aspect-ratio:4/3;background-color:#fafafa;border:1px solid #0000000f;border-radius:8px;width:100%;height:auto;position:relative;overflow:hidden}.Certifications-module__ZVboHa__certImage{object-fit:contain;transition:transform var(--transition-slow)}.Certifications-module__ZVboHa__imageCard:hover .Certifications-module__ZVboHa__certImage{transform:scale(1.03)}.Certifications-module__ZVboHa__imageCaption{color:var(--neutral-light-gray);text-align:center;font-size:.76rem;font-weight:600;font-family:var(--font-secondary);margin-top:.75rem}.Certifications-module__ZVboHa__providerHeader{border-bottom:1px solid #1565c026;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}@media (min-width:640px){.Certifications-module__ZVboHa__providerHeader{flex-direction:row;align-items:center}}.Certifications-module__ZVboHa__providerLogoWrap{align-items:center;gap:1rem;display:flex}.Certifications-module__ZVboHa__highfieldBadge{width:3.5rem;height:3.5rem;color:var(--bg-white);font-family:var(--font-secondary);border-radius:var(--radius-md);background:radial-gradient(circle,#0091ea 0%,#0d47a1 100%);border:2px solid #fff;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;box-shadow:0 4px 10px #0d47a140}.Certifications-module__ZVboHa__hLetter{line-height:1}.Certifications-module__ZVboHa__isoBadge{width:3.5rem;height:3.5rem;color:var(--bg-white);font-family:var(--font-secondary);border-radius:var(--radius-md);letter-spacing:.05em;background:radial-gradient(circle,#0f1c2e 0%,#071a4f 100%);border:2px solid #fff;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 4px 10px #071a4f40}.Certifications-module__ZVboHa__mainTitle{font-family:var(--font-family);color:var(--h1-color);margin-bottom:.2rem;font-size:1.2rem;font-weight:700;line-height:1.25}@media (min-width:640px){.Certifications-module__ZVboHa__mainTitle{font-size:1.55rem}}.Certifications-module__ZVboHa__providerSub{color:var(--neutral-light-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:600}.Certifications-module__ZVboHa__ukBadge{color:#dc2626;background-color:#fef2f2;border:1px solid #fee2e2}.Certifications-module__ZVboHa__fssaiBadge{color:#16a34a;background-color:#f0fdf4;border:1px solid #dcfce7}.Certifications-module__ZVboHa__providerDesc{color:var(--neutral-gray);max-width:900px;margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.Certifications-module__ZVboHa__providerDesc:last-of-type{margin-bottom:0}.Certifications-module__ZVboHa__listsGrid{border-top:1px dashed #1565c02e;grid-template-columns:1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}@media (min-width:640px){.Certifications-module__ZVboHa__listsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.Certifications-module__ZVboHa__listCol{flex-direction:column;display:flex}.Certifications-module__ZVboHa__listHeader{font-family:var(--font-secondary);color:var(--neutral-light-gray);text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.Certifications-module__ZVboHa__subBlockOutcomeTitle{color:var(--neutral-dark);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.Certifications-module__ZVboHa__fostacSupervisorNotice{border-radius:var(--radius-md);color:#166534;background-color:#f0fdf4;border:1px solid #dcfce7;margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.88rem;line-height:1.55}.Certifications-module__ZVboHa__customList{flex-direction:column;gap:.65rem;list-style:none;display:flex}.Certifications-module__ZVboHa__listItem{color:var(--neutral-gray);font-size:.88rem;line-height:1.45;font-family:var(--font-secondary);align-items:flex-start;gap:.6rem;font-weight:500;display:flex}.Certifications-module__ZVboHa__arrowIcon{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.15rem}
.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.WhyChooseUs-module__aV2w7G__featureCard{background-color:var(--bg-white);border-radius:var(--radius-md);text-align:left;align-items:flex-start;padding:1.5rem 1.25rem}.WhyChooseUs-module__aV2w7G__icon{margin-bottom:1rem}@media (min-width:1024px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.WhyChooseUs-module__aV2w7G__featureCard{padding:2.25rem 2rem}}
.Laboratory-module__0CclSq__grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.Laboratory-module__0CclSq__detailsColumn{text-align:center;flex-direction:column;align-items:center;display:flex}@media (min-width:1024px){.Laboratory-module__0CclSq__detailsColumn{text-align:left;align-items:flex-start}}.Laboratory-module__0CclSq__capsList{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.Laboratory-module__0CclSq__capItem{align-items:flex-start;gap:.85rem;display:flex}.Laboratory-module__0CclSq__checkMark{color:var(--primary-green);background-color:#1565c01a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.85rem;font-weight:700;display:flex}.Laboratory-module__0CclSq__capTitle{color:var(--neutral-dark);font-size:.95rem;font-weight:700}.Laboratory-module__0CclSq__equipmentCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:1.5rem}.Laboratory-module__0CclSq__eqHeading{text-transform:uppercase;color:var(--primary-blue);letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.Laboratory-module__0CclSq__eqGrid{grid-template-columns:1fr;gap:.65rem;display:grid}.Laboratory-module__0CclSq__eqItem{color:var(--neutral-gray);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Laboratory-module__0CclSq__eqDot{background-color:var(--primary-green);border-radius:50%;width:5px;height:5px}.Laboratory-module__0CclSq__visualColumn{justify-content:center;display:flex}.Laboratory-module__0CclSq__imageCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--card-border);width:100%;position:relative;overflow:hidden}.Laboratory-module__0CclSq__imageOverlay{pointer-events:none;z-index:1;background:linear-gradient(#103c8a00 0%,#103c8a66 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Laboratory-module__0CclSq__image{object-fit:cover;width:100%;height:auto;transition:transform var(--transition-slow);display:block}.Laboratory-module__0CclSq__imageCard:hover .Laboratory-module__0CclSq__image{transform:scale(1.03)}.Laboratory-module__0CclSq__imageBadge{background-color:var(--bg-white);color:var(--primary-blue);box-shadow:var(--shadow-md);z-index:2;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}@media (min-width:768px){.Laboratory-module__0CclSq__eqGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Laboratory-module__0CclSq__grid{grid-template-columns:1fr 1fr;gap:4rem}}
.License-module__kKbIhW__licenseSection{background:linear-gradient(160deg,#eef4ff 0%,#dceeff 60%,#c8deff 100%);position:relative;overflow:hidden}.License-module__kKbIhW__waterWaveBg{pointer-events:none;background-image:radial-gradient(at 90% 80%,#1565c014 0%,#0000 55%),radial-gradient(at 10% 20%,#0d3b860f 0%,#0000 55%);position:absolute;inset:0}.License-module__kKbIhW__card{background:var(--bg-white);border-radius:var(--radius-lg);z-index:2;border:1px solid #1565c026;padding:3rem 3.5rem;position:relative;overflow:hidden;box-shadow:0 12px 40px -8px #0d3b8624,0 4px 8px -2px #0d3b8614}.License-module__kKbIhW__card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#1565c00f,#0000 65%);width:220px;height:220px;position:absolute;top:0;right:0}.License-module__kKbIhW__certificateGrid{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}.License-module__kKbIhW__stampColumn{justify-content:center;align-items:center;display:flex}.License-module__kKbIhW__seal{border:4px double var(--primary-green);background:radial-gradient(circle,#1565c00f 0%,#1565c005 100%);border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;animation:3s ease-in-out infinite License-module__kKbIhW__sealPulse;display:flex;position:relative}.License-module__kKbIhW__sealInner{text-align:center;border:2px dashed #1565c08c;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:155px;height:155px;padding:1rem;display:flex}.License-module__kKbIhW__sealIcon{color:var(--primary-green);width:3.25rem;height:3.25rem}.License-module__kKbIhW__sealText{color:var(--primary-green);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1.3}.License-module__kKbIhW__infoColumn{flex-direction:column;gap:1.25rem;display:flex}.License-module__kKbIhW__badge{align-self:flex-start}.License-module__kKbIhW__description{color:var(--neutral-gray);font-size:.95rem;line-height:1.7}.License-module__kKbIhW__detailsGrid{border-radius:var(--radius-md);background:linear-gradient(135deg,#f0f6ff,#e8f1ff);border:1px solid #1565c02e;grid-template-columns:1fr;gap:0;margin-top:.5rem;display:grid;overflow:hidden}.License-module__kKbIhW__detailItem{border-bottom:1px solid #1565c01f;flex-direction:column;gap:.35rem;padding:1.1rem 1.5rem;display:flex}.License-module__kKbIhW__detailItem:last-child{border-bottom:none}.License-module__kKbIhW__label{text-transform:uppercase;color:var(--neutral-light-gray);letter-spacing:.08em;font-size:.72rem;font-weight:700;display:block}.License-module__kKbIhW__value{color:var(--primary-blue);font-size:.95rem;font-weight:700;line-height:1.35}@media (min-width:768px){.License-module__kKbIhW__detailsGrid{grid-template-columns:repeat(3,1fr)}.License-module__kKbIhW__detailItem{border-bottom:none;border-right:1px solid #1565c01f}.License-module__kKbIhW__detailItem:last-child{border-right:none}}@media (min-width:1024px){.License-module__kKbIhW__certificateGrid{grid-template-columns:.65fr 1.35fr;gap:4rem}.License-module__kKbIhW__card{padding:3.5rem 4rem}}@media (max-width:640px){.License-module__kKbIhW__card{padding:2rem 1.5rem}.License-module__kKbIhW__seal{width:155px;height:155px}.License-module__kKbIhW__sealInner{width:125px;height:125px}}@keyframes License-module__kKbIhW__sealPulse{0%{box-shadow:0 0 #1565c040}50%{box-shadow:0 0 0 14px #1565c000}to{box-shadow:0 0 #1565c000}}.License-module__kKbIhW__brochureBox{border-radius:var(--radius-lg);z-index:2;transition:all var(--transition-normal);background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border:1px solid #1565c033;flex-direction:column;justify-content:space-between;align-items:center;gap:1.25rem;margin-top:1.75rem;padding:1.5rem 2rem;display:flex;position:relative;box-shadow:0 8px 24px -4px #0d3b8614}.License-module__kKbIhW__brochureBox:hover{border-color:var(--primary-green);transform:translateY(-2px);box-shadow:0 12px 30px -4px #0d3b861f}.License-module__kKbIhW__brochureInfo{align-items:center;gap:1.25rem;width:100%;display:flex}.License-module__kKbIhW__pdfIconWrapper{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:56px;display:flex;position:relative;box-shadow:0 4px 12px #dc262640}.License-module__kKbIhW__pdfFileIcon{width:26px;height:26px}.License-module__kKbIhW__pdfBadge{letter-spacing:.05em;text-transform:uppercase;background:#0000004d;border-radius:3px;padding:1px 4px;font-size:.55rem;font-weight:900;position:absolute;bottom:4px}.License-module__kKbIhW__brochureText{flex-direction:column;gap:.25rem;display:flex}.License-module__kKbIhW__brochureTitle{color:var(--primary-blue);margin:0;font-size:1.05rem;font-weight:700}.License-module__kKbIhW__brochureDescription{color:var(--neutral-gray);margin:0;font-size:.88rem;line-height:1.45}.License-module__kKbIhW__brochureAction{flex-shrink:0;width:100%}.License-module__kKbIhW__downloadBtn{background:var(--gradient-green);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-normal);justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #1565c040}.License-module__kKbIhW__downloadBtn:hover{background:var(--primary-green-dark,#0d47a1);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1565c066}.License-module__kKbIhW__downloadIcon{width:18px;height:18px;transition:transform .2s}.License-module__kKbIhW__downloadBtn:hover .License-module__kKbIhW__downloadIcon{transform:translateY(2px)}@media (min-width:768px){.License-module__kKbIhW__brochureBox{flex-direction:row;gap:2rem}.License-module__kKbIhW__brochureAction,.License-module__kKbIhW__downloadBtn{width:auto}}
.Contact-module__hcVmEa__contactSection{background-color:var(--bg-white);border-top:1px solid var(--card-border);padding:4rem 0}.Contact-module__hcVmEa__layoutGrid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.Contact-module__hcVmEa__infoCol{flex-direction:column;align-items:flex-start;display:flex}.Contact-module__hcVmEa__sectionHeading{color:var(--neutral-dark);margin-bottom:2rem;font-size:1.85rem;font-weight:500}.Contact-module__hcVmEa__contactList{flex-direction:column;gap:1.5rem;width:100%;margin-bottom:2.5rem;display:flex}.Contact-module__hcVmEa__contactItem{align-items:flex-start;gap:1rem;display:flex}.Contact-module__hcVmEa__iconWrapper{color:var(--primary-green);flex-shrink:0;justify-content:center;align-items:center;margin-top:.2rem;display:flex}.Contact-module__hcVmEa__itemText{flex-direction:column;gap:.25rem;display:flex}.Contact-module__hcVmEa__itemTitle{color:var(--neutral-dark);letter-spacing:.02em;font-size:.9rem;font-weight:700}.Contact-module__hcVmEa__itemDetail{color:var(--neutral-gray);font-size:.88rem;font-weight:400;line-height:1.5}.Contact-module__hcVmEa__itemDetail a{color:var(--neutral-gray);transition:color var(--transition-fast)}.Contact-module__hcVmEa__itemDetail a:hover{color:var(--primary-green)}.Contact-module__hcVmEa__highlightText a{color:var(--primary-green);font-weight:500}.Contact-module__hcVmEa__highlightText a:hover{color:var(--primary-green-hover)}.Contact-module__hcVmEa__sendInquiryBtn{background-color:var(--primary-green);color:var(--bg-white);letter-spacing:.08em;cursor:pointer;box-shadow:none;transition:background-color var(--transition-fast), transform var(--transition-fast);border:none;padding:.8rem 2.2rem;font-size:.8rem;font-weight:700;border-radius:0!important}.Contact-module__hcVmEa__sendInquiryBtn:hover{background-color:var(--primary-green-hover);transform:translateY(-1px)}.Contact-module__hcVmEa__mapCol{width:100%}.Contact-module__hcVmEa__mapWrapper{border:1px solid var(--card-border);box-shadow:var(--shadow-md);line-height:0;display:block;overflow:hidden}.Contact-module__hcVmEa__mapIframe{width:100%;height:320px;display:block}.Contact-module__hcVmEa__modalForm{flex-direction:column;gap:.85rem;display:flex}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr;gap:.85rem;display:grid}@media (min-width:640px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr}}.Contact-module__hcVmEa__field{flex-direction:column;gap:.35rem;display:flex}.Contact-module__hcVmEa__field label{color:var(--neutral-dark);font-size:.8rem;font-weight:600}.Contact-module__hcVmEa__field input,.Contact-module__hcVmEa__field select,.Contact-module__hcVmEa__field textarea{border:1px solid var(--card-border);background:var(--card-bg);transition:border-color var(--transition-fast);outline:none;padding:.6rem .8rem;font-size:.88rem}.Contact-module__hcVmEa__field input:focus,.Contact-module__hcVmEa__field select:focus,.Contact-module__hcVmEa__field textarea:focus{border-color:var(--primary-green);background:var(--bg-white)}.Contact-module__hcVmEa__submitInquiryBtn{background-color:var(--primary-green);color:var(--bg-white);letter-spacing:.05em;cursor:pointer;transition:background-color var(--transition-fast);border:none;border-radius:0;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.8rem;font-weight:700}.Contact-module__hcVmEa__submitInquiryBtn:hover{background-color:var(--primary-green-hover)}.Contact-module__hcVmEa__successBlock{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 0;display:flex}.Contact-module__hcVmEa__successIcon{width:2.25rem;height:2.25rem;color:var(--primary-green);background:#1565c01a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.Contact-module__hcVmEa__successText{color:var(--neutral-gray);max-width:280px;font-size:.85rem}@media (min-width:768px){.Contact-module__hcVmEa__layoutGrid{grid-template-columns:1fr 1fr;gap:4rem}.Contact-module__hcVmEa__mapIframe{height:380px}}
.Footer-module__S6Hkya__footer{color:#ffffffb3;background-color:#04112a;border-top:1px solid #ffffff0f;padding:4rem 0 2.5rem;font-size:.88rem}.Footer-module__S6Hkya__container{flex-direction:column;gap:2rem;display:flex}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--primary-green);flex-shrink:0;width:1.85rem;height:1.85rem}.Footer-module__S6Hkya__brandName{color:var(--bg-white);letter-spacing:.02em;font-size:.95rem;font-weight:700;line-height:1.1;display:block}.Footer-module__S6Hkya__tagline{color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:600}.Footer-module__S6Hkya__accTxt{color:#ffffff8c;max-width:320px;font-weight:400;line-height:1.6}.Footer-module__S6Hkya__linksCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__colTitle{color:var(--bg-white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;font-size:.82rem;font-weight:700}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#ffffff8c;transition:color var(--transition-fast);font-size:.88rem;font-weight:400;display:inline-block}.Footer-module__S6Hkya__link:hover{color:var(--primary-green)}.Footer-module__S6Hkya__contactCol,.Footer-module__S6Hkya__contactDetails{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__contactDetailItem{flex-direction:column;gap:.35rem;display:flex}.Footer-module__S6Hkya__contactLabel{color:var(--bg-white);font-size:.82rem;font-weight:700}.Footer-module__S6Hkya__contactVal{color:#ffffff8c;font-size:.88rem;font-weight:400;line-height:1.6}.Footer-module__S6Hkya__contactVal a{color:#ffffff8c;transition:color var(--transition-fast)}.Footer-module__S6Hkya__contactVal a:hover{color:var(--primary-green)}.Footer-module__S6Hkya__phoneHighlight a{color:var(--primary-green);font-weight:600}.Footer-module__S6Hkya__phoneHighlight a:hover{color:var(--primary-green-hover)}.Footer-module__S6Hkya__divider{background-color:#ffffff14;width:100%;height:1px;margin:1.5rem 0 .5rem}.Footer-module__S6Hkya__bottomBar{text-align:center;color:#fff6;flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__copyrightText{font-size:.82rem;font-weight:400}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:.75rem;font-size:.72rem;display:flex}.Footer-module__S6Hkya__legalLink{color:#fff6;transition:color var(--transition-fast)}.Footer-module__S6Hkya__legalLink:hover{color:var(--primary-green)}.Footer-module__S6Hkya__legalSeparator{color:#ffffff26}@media (min-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.Footer-module__S6Hkya__bottomBar{text-align:left;flex-direction:row;justify-content:space-between;gap:0}}@media (min-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:3rem}}
.WhatsAppButton-module__V-0EQa__container{z-index:999;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:1.25rem;right:1rem}.WhatsAppButton-module__V-0EQa__floatBtn{width:2.6rem;height:2.6rem;color:var(--bg-white);transition:all var(--transition-normal);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 12px #0000002e,0 2px 4px #0000001a}.WhatsAppButton-module__V-0EQa__floatBtn:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 8px 20px #00000038,0 3px 6px #0000001f}.WhatsAppButton-module__V-0EQa__floatBtn:before{content:attr(aria-label);white-space:nowrap;color:#fff;letter-spacing:.02em;opacity:0;pointer-events:none;background:#0f192cd9;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600;transition:all .2s;position:absolute;right:calc(100% + 8px);transform:translate(4px)}.WhatsAppButton-module__V-0EQa__floatBtn:hover:before{opacity:1;transform:translate(0)}.WhatsAppButton-module__V-0EQa__waBtn{background:0 0;padding:0;overflow:hidden}.WhatsAppButton-module__V-0EQa__waBtn:hover{opacity:.95;background:0 0}.WhatsAppButton-module__V-0EQa__waIcon{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.WhatsAppButton-module__V-0EQa__callBtn{background:var(--gradient-blue);display:flex}.WhatsAppButton-module__V-0EQa__callBtn svg{width:16px;height:16px}.WhatsAppButton-module__V-0EQa__callBtn:hover{filter:brightness(1.15)}@media (min-width:768px){.WhatsAppButton-module__V-0EQa__callBtn{display:none}.WhatsAppButton-module__V-0EQa__floatBtn{width:3rem;height:3rem}.WhatsAppButton-module__V-0EQa__callBtn svg{width:18px;height:18px}.WhatsAppButton-module__V-0EQa__container{gap:.85rem;bottom:1.75rem;right:1.75rem}}
