@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
.HeroSection-module__sBkrQG__hero{color:#fff;background-color:#0b1120;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__videoWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__video{-o-object-fit:cover;object-fit:cover;opacity:.5;filter:saturate(.8)contrast(1.1);width:100%;height:100%}.HeroSection-module__sBkrQG__videoOverlay{z-index:1;background:radial-gradient(circle,#0b112066 0%,#0b1120f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__bgAura{filter:blur(120px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ffffff08 0%,#0000 60%);width:1200px;height:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSection-module__sBkrQG__bottomDividerWrapper{z-index:30;pointer-events:none;width:200%;height:80px;line-height:0;animation:40s linear infinite HeroSection-module__sBkrQG__waveScroll;display:flex;position:absolute;bottom:-1px;left:0;overflow:hidden}.HeroSection-module__sBkrQG__techDividerSvg{width:50%;height:100%;display:block;position:relative}.HeroSection-module__sBkrQG__dividerFill{fill:#fff}.HeroSection-module__sBkrQG__dividerOutline{stroke-linecap:round;stroke-linejoin:round;opacity:.8;filter:drop-shadow(0 0 5px #ffffff4d)}@keyframes HeroSection-module__sBkrQG__waveScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.HeroSection-module__sBkrQG__container{z-index:10;text-align:center;justify-content:center;align-items:center;width:100%;max-width:1600px;height:100vh;padding:5rem 2rem 0;display:flex;position:relative}.HeroSection-module__sBkrQG__contentWrapper{z-index:20;width:100%;max-width:1000px}.HeroSection-module__sBkrQG__textContent{text-align:center;flex-direction:column;align-items:center;display:flex}.HeroSection-module__sBkrQG__welcomeText{font-family:var(--font-outfit),sans-serif;color:#e2e8f0;letter-spacing:.3em;text-transform:uppercase;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #ffffff26;border-radius:2px;margin-bottom:2.5rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:600}@media (max-width:1024px){.HeroSection-module__sBkrQG__welcomeText{font-size:.4rem}}.HeroSection-module__sBkrQG__title{font-family:var(--font-outfit),sans-serif;letter-spacing:-.04em;color:#fff;margin-bottom:2rem;font-size:clamp(3rem,5vw,5rem);font-weight:700;line-height:1.2}.HeroSection-module__sBkrQG__playfair{font-family:var(--font-serif),serif;font-style:italic}.HeroSection-module__sBkrQG__textHighlight{background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);color:#0000;filter:drop-shadow(0 4px 10px #0000004d);-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:-1.2;display:block}.HeroSection-module__sBkrQG__textWhite{background:linear-gradient(90deg,#e1e0e0e6,#fff);color:#0000;filter:drop-shadow(0 0 20px #6faef733);background-size:200%;-webkit-background-clip:text;background-clip:text;font-weight:600;animation:3s infinite HeroSection-module__sBkrQG__gradientAnimation}@keyframes HeroSection-module__sBkrQG__gradientAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.HeroSection-module__sBkrQG__textSub{letter-spacing:.5em;background:linear-gradient(135deg,#60a5fa 0%,#34d399 50%,#60a5fa 100%) 0 0/200%;-webkit-text-fill-color:transparent;color:#0000;text-transform:uppercase;filter:drop-shadow(0 0 12px #34d39999);-webkit-background-clip:text;background-clip:text;margin-top:1rem;font-size:.35em;font-weight:800;animation:5s infinite HeroSection-module__sBkrQG__gradientAnimation;display:block}.HeroSection-module__sBkrQG__description{font-family:var(--font-outfit),sans-serif;color:#cbd5e1;opacity:.9;max-width:700px;margin:0 auto 3.5rem;font-size:1.15rem;font-weight:400;line-height:1.8}.HeroSection-module__sBkrQG__actionGroup{justify-content:center;align-items:center;gap:1.5rem;padding-bottom:4rem;display:flex}.HeroSection-module__sBkrQG__readMoreBtn{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#2563eb 0%,#10b981 100%) 0 0/200%;border:none;border-radius:99px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;animation:15s infinite HeroSection-module__sBkrQG__gradientAnimation;display:inline-flex;box-shadow:0 4px 20px #2563eb66}.HeroSection-module__sBkrQG__btnIcon{color:#2563eb;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s;display:flex}.HeroSection-module__sBkrQG__readMoreBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 30px #2563eb80}.HeroSection-module__sBkrQG__readMoreBtn:hover .HeroSection-module__sBkrQG__btnIcon{transform:translate(3px)}.HeroSection-module__sBkrQG__secondaryBtn{color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #fff3;border-radius:99px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.HeroSection-module__sBkrQG__secondaryBtn:hover{background:linear-gradient(135deg,#2563eb 0%,#10b981 100%) 0 0/200%;border-color:#0000;animation:15s infinite HeroSection-module__sBkrQG__gradientAnimation;box-shadow:0 5px 20px #10b9814d}.HeroSection-module__sBkrQG__molecularContainer{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__sBkrQG__molecule{color:#ffffff1a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);position:absolute}.HeroSection-module__sBkrQG__videoPlaceholder{z-index:1;background:#0b1120;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s ease-out;display:flex;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__spinner{border:2px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite HeroSection-module__sBkrQG__spin}@keyframes HeroSection-module__sBkrQG__spin{to{transform:rotate(360deg)}}.HeroSection-module__sBkrQG__socialSidebar{display:none}@media (max-width:1024px){.HeroSection-module__sBkrQG__container{padding-top:7rem}.HeroSection-module__sBkrQG__title{font-size:3rem}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{align-items:flex-start;height:auto;min-height:100vh}.HeroSection-module__sBkrQG__container{flex-direction:column;justify-content:center;height:auto;min-height:100vh;padding:7rem 1.5rem 6rem}.HeroSection-module__sBkrQG__contentWrapper{flex-direction:column;justify-content:center;height:100%;display:flex}.HeroSection-module__sBkrQG__welcomeText{margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.7rem}.HeroSection-module__sBkrQG__title{margin-bottom:1.5rem;font-size:2.2rem;line-height:1.2}.HeroSection-module__sBkrQG__textHighlight,.HeroSection-module__sBkrQG__textWhite,.HeroSection-module__sBkrQG__textSub{display:block}.HeroSection-module__sBkrQG__textSub{margin-top:.5rem;font-size:.4em}.HeroSection-module__sBkrQG__description{max-width:100%;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.HeroSection-module__sBkrQG__actionGroup{flex-direction:column;gap:1rem;width:100%;padding-bottom:2rem}.HeroSection-module__sBkrQG__readMoreBtn,.HeroSection-module__sBkrQG__secondaryBtn{justify-content:center;width:100%;padding:.9rem 1.5rem}.HeroSection-module__sBkrQG__videoWrapper,.HeroSection-module__sBkrQG__videoOverlay{position:fixed}}
.WhoWeAreSection-module__6pUWdW__container{min-height:80vh;font-family:var(--font-outfit),sans-serif;background-color:#fff;justify-content:center;align-items:center;padding:8rem 5%;display:flex;position:relative;overflow:hidden}.WhoWeAreSection-module__6pUWdW__gridBackground{opacity:.6;z-index:0;background-image:radial-gradient(#2563eb1a 1px,#0000 1px),linear-gradient(#2563eb0d 1px,#0000 1px),linear-gradient(90deg,#2563eb0d 1px,#0000 1px);background-size:40px 40px,100px 100px,100px 100px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 90%);mask-image:radial-gradient(circle,#000 30%,#0000 90%)}.WhoWeAreSection-module__6pUWdW__gridBackground:after{content:"";will-change:transform;background:linear-gradient(#0000,#2563eb08,#0000);width:100%;height:100%;animation:8s linear infinite WhoWeAreSection-module__6pUWdW__scanline;position:absolute;top:0;left:0}@keyframes WhoWeAreSection-module__6pUWdW__scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.WhoWeAreSection-module__6pUWdW__floatingCircle{z-index:1;pointer-events:none;will-change:transform;border:1px solid #cbd5e1;border-radius:50%;position:absolute}.WhoWeAreSection-module__6pUWdW__circle1{background:radial-gradient(circle,#2563eb0d 0%,#0000 70%);border-color:#2563eb4d;width:400px;height:400px;animation:20s linear infinite WhoWeAreSection-module__6pUWdW__drift;top:-100px;right:-100px;box-shadow:0 0 40px #2563eb26}.WhoWeAreSection-module__6pUWdW__circle2{background:radial-gradient(circle,#94a3b81a 0%,#94a3b805 100%);border-color:#94a3b866;width:200px;height:200px;animation:15s linear infinite reverse WhoWeAreSection-module__6pUWdW__drift;bottom:50px;left:5%;box-shadow:0 0 30px #94a3b833}@keyframes WhoWeAreSection-module__6pUWdW__drift{0%{transform:rotate(0)translate(20px,20px)rotate(0)}to{transform:rotate(360deg)translate(20px,20px)rotate(-360deg)}}.WhoWeAreSection-module__6pUWdW__contentWrapper{z-index:10;text-align:center;max-width:1400px;margin:0 auto;position:relative}.WhoWeAreSection-module__6pUWdW__label{letter-spacing:.2rem;text-transform:uppercase;color:#2563eb;background:#2563eb0d;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.WhoWeAreSection-module__6pUWdW__title{color:#0f172a;letter-spacing:-.02em;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:500;line-height:1.1}.WhoWeAreSection-module__6pUWdW__titleItalic{background:linear-gradient(45deg,#9badd4,#2563eb);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;padding-bottom:.1em;padding-right:.2em;font-size:4.5rem;font-style:italic;animation:3s infinite WhoWeAreSection-module__6pUWdW__gradientAnimation;display:inline-block}@keyframes WhoWeAreSection-module__6pUWdW__gradientAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.WhoWeAreSection-module__6pUWdW__textLayout{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:2rem auto;display:flex}.WhoWeAreSection-module__6pUWdW__paragraph{color:#202a38;font-family:Google Sans,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.8}.WhoWeAreSection-module__6pUWdW__paragraph strong{color:#1e293b;font-weight:600}.WhoWeAreSection-module__6pUWdW__swishLine{z-index:-1;opacity:.4;pointer-events:none;width:120%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.WhoWeAreSection-module__6pUWdW__container{padding:6rem 1.5rem}.WhoWeAreSection-module__6pUWdW__textLayout{gap:1.5rem;padding:0 1rem}.WhoWeAreSection-module__6pUWdW__title{font-size:2.5rem}.WhoWeAreSection-module__6pUWdW__circle1{opacity:.6;width:250px;height:250px;display:block;top:-50px;right:-50px}.WhoWeAreSection-module__6pUWdW__circle2{border-width:.5px;width:150px;height:150px;display:block}}
.products-module__E8alaG__pageWrapper{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:auto;background-color:#fcfcfc;min-height:100vh;padding-bottom:6rem;font-family:Plus Jakarta Sans,Inter,sans-serif;position:relative;transform:translateZ(0)}.products-module__E8alaG__chemBackground{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.products-module__E8alaG__floatingIcon{filter:blur(60px);opacity:.6;background:radial-gradient(circle,#38bdf814 0%,#0000 70%);border-radius:50%;width:30rem;height:30rem;position:absolute}.products-module__E8alaG__animDelay1{animation:20s ease-in-out infinite products-module__E8alaG__float;top:-10%;left:-5%}.products-module__E8alaG__animDelay2{background:radial-gradient(circle,#6366f10f 0%,#0000 70%);width:40rem;height:40rem;animation:25s ease-in-out infinite reverse products-module__E8alaG__float;top:15%;right:-10%}.products-module__E8alaG__animDelay3{animation:22s ease-in-out 1s infinite products-module__E8alaG__float;bottom:10%;left:5%}.products-module__E8alaG__animDelay4{opacity:.03;width:50rem;height:50rem;top:40%;left:30%}.products-module__E8alaG__animDelay5{background:radial-gradient(circle,#10b9810f 0%,#0000 70%);animation:18s ease-in-out 2s infinite products-module__E8alaG__float;bottom:-15%;right:5%}.products-module__E8alaG__animDelay6{opacity:.05;width:15rem;height:15rem;top:5%;left:45%}@keyframes products-module__E8alaG__float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.products-module__E8alaG__mainContent{z-index:10;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}.products-module__E8alaG__headerSection{text-align:center;max-width:800px;margin:0 auto;padding:10rem 0 3rem}.products-module__E8alaG__headerTitle{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.products-module__E8alaG__headerSubtitle{background:linear-gradient(135deg,#2563eb 0%,#10b981 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-right:.15em;font-family:Playfair Display,serif;font-size:1.3em;font-style:italic;animation:5s infinite products-module__E8alaG__gradientShift;display:inline-block}@keyframes products-module__E8alaG__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.products-module__E8alaG__breakLine{display:block}.products-module__E8alaG__headerDescription{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.products-module__E8alaG__categoryFilterContainer{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.products-module__E8alaG__categoryPill{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005}.products-module__E8alaG__categoryPill:hover{color:#334155;border-color:#94a3b8;transform:translateY(-1px)}.products-module__E8alaG__categoryPillActive{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 4px 6px -1px #0f172a26}.products-module__E8alaG__categoryPillActive:hover{color:#fff;background:#1e293b;border-color:#1e293b}.products-module__E8alaG__productCountText{text-align:center;color:#94a3b8;margin-bottom:3.5rem;font-size:.9rem;font-weight:500}.products-module__E8alaG__productOverviewGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:5rem;display:grid}.products-module__E8alaG__overviewCard{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#10b98126;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.products-module__E8alaG__overviewCard:hover{border-color:#2563eb;transform:translateY(-6px);box-shadow:0 20px 25px -5px #10b9811a,0 8px 10px -6px #10b9811a}.products-module__E8alaG__overviewCard:hover .products-module__E8alaG__overviewTitle{background:linear-gradient(135deg,#2563eb 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.products-module__E8alaG__overviewCard:hover .products-module__E8alaG__viewSpecsBtn{color:#10b981;gap:.75rem}.products-module__E8alaG__overviewCard:active{border-color:#10b981;transform:translateY(-3px)}.products-module__E8alaG__overviewImageContainer{background:#f8fafc;justify-content:center;align-items:center;height:260px;padding:2rem;display:flex;position:relative;overflow:hidden}.products-module__E8alaG__overviewImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 12px #00000014);max-width:100%;max-height:100%;transition:transform .4s}.products-module__E8alaG__overviewCard:hover .products-module__E8alaG__overviewImage{transform:scale(1.08)}.products-module__E8alaG__overviewInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.products-module__E8alaG__overviewTag{color:#0369a1;text-transform:uppercase;letter-spacing:.05em;background:#e0f2fe;border-radius:99px;align-self:flex-start;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.products-module__E8alaG__overviewTitle{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.35}.products-module__E8alaG__overviewDescription{color:#64748b;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.products-module__E8alaG__viewSpecsBtn{color:#0ea5e9;cursor:pointer;z-index:10;touch-action:manipulation;-webkit-tap-highlight-color:#10b98133;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:auto;padding:0;font-size:.95rem;font-weight:600;transition:gap .2s,color .2s,transform .1s;display:flex;position:relative}.products-module__E8alaG__viewSpecsBtn:hover{color:#10b981;gap:.75rem}.products-module__E8alaG__viewSpecsBtn:active{color:#10b981;transform:scale(.95)}.products-module__E8alaG__fullProductView{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #ffffff80;border-radius:2rem;min-height:80vh;margin-top:10rem;padding:3rem}.products-module__E8alaG__backButton{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:3rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #00000005}.products-module__E8alaG__backButton:hover{color:#0f172a;border-color:#cbd5e1;transform:translate(-3px)}.products-module__E8alaG__productDetailGrid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.products-module__E8alaG__detailLeftColumn{flex-direction:column;gap:2.5rem;display:flex}.products-module__E8alaG__detailRightColumn{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.products-module__E8alaG__detailTitleLarge{color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1.1}.products-module__E8alaG__detailSubtitle{background:linear-gradient(90deg,#64748b,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.products-module__E8alaG__detailDescriptionMain{color:#334155;text-align:justify;background:#fff;border:1px solid #f1f5f9;border-radius:1rem;padding:1.5rem;font-size:1.15rem;line-height:1.7;box-shadow:0 2px 4px #00000005}.products-module__E8alaG__packSizeBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem}.products-module__E8alaG__packSizeLabel{text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:none;margin-bottom:1rem;padding-bottom:0;font-size:.8rem;font-weight:700;display:block}.products-module__E8alaG__packSizeList{flex-flow:wrap;gap:.75rem;display:flex}.products-module__E8alaG__packSizeItem{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:#0ea5e933;touch-action:manipulation;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;box-shadow:0 1px 3px #0000000d}.products-module__E8alaG__packSizeItem:hover{background:#f0f9ff;border-color:#0ea5e9;transform:translateY(-1px);box-shadow:0 2px 6px #0ea5e926}.products-module__E8alaG__packSizeItem:active,.products-module__E8alaG__packSizeItemActive{transform:scale(.98);color:#fff!important;background:linear-gradient(135deg,#0ea5e9 0%,#10b981 100%)!important;border-color:#0ea5e9!important;box-shadow:0 4px 8px #0ea5e940!important}@media (hover:none) and (pointer:coarse){.products-module__E8alaG__packSizeItem:active,.products-module__E8alaG__packSizeItemActive{color:#fff!important;background:linear-gradient(135deg,#0ea5e9 0%,#10b981 100%)!important;border-width:2px!important;border-color:#0ea5e9!important}}.products-module__E8alaG__sectionBlock{margin-top:1rem}.products-module__E8alaG__sectionTitle{color:#0f172a;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700;display:flex}.products-module__E8alaG__sectionText{color:#475569;text-align:justify;font-size:1.05rem;line-height:1.7}.products-module__E8alaG__benefitBox{color:#065f46;background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 100%);border:1px solid #d1fae5;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #10b9810d}.products-module__E8alaG__benefitBox p{text-align:justify;margin:0}.products-module__E8alaG__benefitIcon{color:#10b981;flex-shrink:0;margin-top:.2rem}.products-module__E8alaG__infoCardDanger{background:#fef2f2;border:1px solid #fee2e2;border-radius:1.5rem;padding:1.75rem;box-shadow:0 4px 6px -1px #dc26260d}.products-module__E8alaG__cardTitleDanger{color:#991b1b;border-bottom:1px solid #fecaca;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.products-module__E8alaG__cardIconDanger{color:#ef4444}.products-module__E8alaG__safetyListNew{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.products-module__E8alaG__safetyListNew li{color:#7f1d1d;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.products-module__E8alaG__safetyCheck{color:#dc2626;flex-shrink:0;margin-top:.2rem}.products-module__E8alaG__heroImageWrapper{background:#fff;border:1px solid #f1f5f9;border-radius:2rem;justify-content:center;align-items:center;margin-bottom:1rem;padding:3rem;display:flex;box-shadow:0 10px 30px -10px #0000000d}.products-module__E8alaG__heroGlow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#0ea5e926 0%,#0000 70%);width:80%;height:80%;position:absolute}.products-module__E8alaG__heroImage{-o-object-fit:contain;object-fit:contain;z-index:1;filter:drop-shadow(0 15px 30px #0000001a);width:100%;height:auto;position:relative}.products-module__E8alaG__inquireSection{text-align:center;color:#fff;background:radial-gradient(circle,#1e293b 0%,#0f172a 100%);border-radius:2rem;margin-top:5rem;padding:4rem 2rem;position:relative;overflow:hidden}.products-module__E8alaG__inquireSection:before{content:"";opacity:.3;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2338bdf8' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.products-module__E8alaG__inquireTitle{z-index:1;margin-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.products-module__E8alaG__inquireText{color:#94a3b8;z-index:1;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;position:relative}.products-module__E8alaG__inquireBtn{color:#0f172a;cursor:pointer;z-index:1;background:#38bdf8;border:none;border-radius:999px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 0 20px #38bdf866}.products-module__E8alaG__inquireBtn:hover{background:#7dd3fc;transform:translateY(-2px);box-shadow:0 0 30px #38bdf899}.products-module__E8alaG__trustSection{border-top:1px solid #e2e8f0;margin-top:8rem;padding-top:4rem}.products-module__E8alaG__trustGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.products-module__E8alaG__trustItem{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;padding:2rem;transition:transform .3s}.products-module__E8alaG__trustItem:hover{transform:translateY(-5px)}.products-module__E8alaG__trustIconWrapper{color:#0284c7;background:#e0f2fe;border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1.5rem;display:flex}.products-module__E8alaG__trustTitle{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.products-module__E8alaG__trustDescription{color:#64748b;font-size:.95rem;line-height:1.6}.products-module__E8alaG__viewAllContainer{z-index:10;justify-content:center;margin-top:3rem;display:flex;position:relative}.products-module__E8alaG__viewAllBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:9999px;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a}.products-module__E8alaG__viewAllBtn:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#10b981 100%) 0 0/200%;gap:1.25rem;animation:5s infinite products-module__E8alaG__gradientShift;transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}@media (max-width:1024px){.products-module__E8alaG__productDetailGrid{grid-template-columns:1fr}.products-module__E8alaG__detailRightColumn{order:initial;position:static}.products-module__E8alaG__fullProductView{margin-top:6rem;padding:1.5rem}.products-module__E8alaG__detailTitleLarge{font-size:2.25rem}.products-module__E8alaG__heroImageWrapper{padding:2rem}}@media (max-width:768px){.products-module__E8alaG__headerTitle{font-size:2.5rem}.products-module__E8alaG__productOverviewGrid{grid-template-columns:1fr}.products-module__E8alaG__overviewImageContainer{height:220px}.products-module__E8alaG__inquireSection{margin-top:3rem;padding:3rem 1.5rem}.products-module__E8alaG__inquireTitle{font-size:1.75rem}.products-module__E8alaG__inquireText{font-size:1rem}.products-module__E8alaG__inquireBtn{justify-content:center;width:100%}.products-module__E8alaG__overviewCard:active{background:linear-gradient(#f0fdf4,#fff)!important;border-width:2px!important;border-color:#10b981!important;transform:translateY(-3px)!important;box-shadow:0 12px 20px -5px #10b9814d!important}.products-module__E8alaG__overviewCard:active .products-module__E8alaG__overviewTitle{background:linear-gradient(135deg,#2563eb 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.products-module__E8alaG__overviewCard:active .products-module__E8alaG__viewSpecsBtn{color:#10b981!important;font-weight:700!important}.products-module__E8alaG__viewSpecsBtn:active{color:#10b981!important;font-weight:700!important;transform:scale(.95)!important}}@media (max-width:480px){.products-module__E8alaG__headerTitle{font-size:2rem}.products-module__E8alaG__categoryFilterContainer{flex-direction:column;align-items:stretch}.products-module__E8alaG__categoryPill{text-align:center}.products-module__E8alaG__detailTitleLarge{font-size:2rem}.products-module__E8alaG__detailSubtitle{font-size:1.25rem}}
.BusinessPartners-module__7PSn6a__section{color:#1e293b;background-color:#fff;padding:6rem 0;font-family:Google Sans,sans-serif;position:relative;overflow:hidden}.BusinessPartners-module__7PSn6a__backgroundGrid{z-index:0;pointer-events:none;background-image:radial-gradient(#2563eb0d 1px,#0000 1px),linear-gradient(#2563eb05 1px,#0000 1px),linear-gradient(90deg,#2563eb05 1px,#0000 1px);background-size:30px 30px,90px 90px,90px 90px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 20% 80%,#0000);mask-image:linear-gradient(#0000,#000 20% 80%,#0000)}.BusinessPartners-module__7PSn6a__backgroundGrid:before{content:"";background:linear-gradient(90deg,#0000,#2563eb4d,#0000);width:120%;height:1px;animation:5s linear infinite BusinessPartners-module__7PSn6a__flowLine;position:absolute;top:50%;left:-10%}@keyframes BusinessPartners-module__7PSn6a__flowLine{0%{opacity:0;transform:translateY(-50vh)}50%{opacity:1}to{opacity:0;transform:translateY(50vh)}}.BusinessPartners-module__7PSn6a__container{z-index:10;max-width:80rem;margin:0 auto;padding:0 2rem;position:relative}.BusinessPartners-module__7PSn6a__header{text-align:center;max-width:60rem;margin:0 auto 5rem}.BusinessPartners-module__7PSn6a__title{color:#0f172a;letter-spacing:-.03em;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.BusinessPartners-module__7PSn6a__title{font-size:3rem}}.BusinessPartners-module__7PSn6a__highlight{background:linear-gradient(90deg,#647bab,#2563eb);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;padding:0 .2em 0 2px;font-family:Playfair Display,serif;font-size:4.5rem;font-style:italic;font-weight:400;animation:3s infinite BusinessPartners-module__7PSn6a__gradientAnimation;display:inline-block}@keyframes BusinessPartners-module__7PSn6a__gradientAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.BusinessPartners-module__7PSn6a__highlight{font-size:2rem}}.BusinessPartners-module__7PSn6a__featuresGrid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem;margin-bottom:6rem;display:grid}@media (min-width:768px){.BusinessPartners-module__7PSn6a__featuresGrid{grid-template-columns:repeat(5,1fr);gap:2rem}}.BusinessPartners-module__7PSn6a__featureItem{text-align:center;cursor:pointer;flex-direction:column;align-items:center;display:flex}.BusinessPartners-module__7PSn6a__featureItemLast{grid-column:span 2}@media (min-width:768px){.BusinessPartners-module__7PSn6a__featureItemLast{grid-column:span 1}}.BusinessPartners-module__7PSn6a__iconContainer{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;transition:all .3s;display:flex}.BusinessPartners-module__7PSn6a__featureItem:hover .BusinessPartners-module__7PSn6a__iconContainer{color:#2563eb;background:#eff6ff;border-color:#2563eb;transform:translateY(-5px);box-shadow:0 10px 15px -3px #2563eb1a}.BusinessPartners-module__7PSn6a__featureIcon{stroke-width:1.5px;width:2rem;height:2rem}.BusinessPartners-module__7PSn6a__featureTitle{color:#334155;text-transform:uppercase;font-size:.8rem;font-weight:600;transition:color .3s}.BusinessPartners-module__7PSn6a__featureItem:hover .BusinessPartners-module__7PSn6a__featureTitle{color:#0f172a}.BusinessPartners-module__7PSn6a__ctaBox{text-align:center;color:#fff;background-color:#fbea00;border-radius:2rem;padding:4rem 2rem;position:relative;overflow:hidden}.BusinessPartners-module__7PSn6a__ctaBox:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.BusinessPartners-module__7PSn6a__orb{filter:blur(60px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.BusinessPartners-module__7PSn6a__orb1{background:#fff;width:300px;height:300px;top:-100px;left:-100px}.BusinessPartners-module__7PSn6a__orb2{background:#ffe100;width:250px;height:250px;bottom:-50px;right:-50px}.BusinessPartners-module__7PSn6a__ctaContent{z-index:10;position:relative}.BusinessPartners-module__7PSn6a__ctaTitle{color:#7c1111;letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:700}@media (max-width:768px){.BusinessPartners-module__7PSn6a__ctaTitle{font-size:1.5rem}}.BusinessPartners-module__7PSn6a__highlightno{background:linear-gradient(90deg,#763a12,#ed8600);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;padding-right:.5rem;font-family:Playfair Display,serif;font-size:4.5rem;font-style:italic;font-weight:400;animation:3s infinite BusinessPartners-module__7PSn6a__gradientAnimation;display:inline-block}@media (max-width:768px){.BusinessPartners-module__7PSn6a__highlightno{padding-right:-2rem;font-size:2.5rem}}.BusinessPartners-module__7PSn6a__ctaButtons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.BusinessPartners-module__7PSn6a__btn{border-radius:99px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.BusinessPartners-module__7PSn6a__btnPrimary{color:#0f172a;background:#fff}.BusinessPartners-module__7PSn6a__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.BusinessPartners-module__7PSn6a__btnSecondary{color:#370d0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #0003}.BusinessPartners-module__7PSn6a__btnSecondary:hover{color:#fff;background:#000;border-color:#000}.BusinessPartners-module__7PSn6a__btnIcon{width:1.25rem;height:1.25rem}
.OurIndustry-module__JUmsIW__section{color:#1e293b;background:#fff;padding:6rem 0;font-family:Plus Jakarta Sans,sans-serif;position:relative}.OurIndustry-module__JUmsIW__container{max-width:90rem;margin:0 auto;padding:0 2rem}.OurIndustry-module__JUmsIW__contentWrapper{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.OurIndustry-module__JUmsIW__contentWrapper{grid-template-columns:1fr 1fr}}.OurIndustry-module__JUmsIW__leftContent{flex-direction:column;align-items:flex-start;display:flex}.OurIndustry-module__JUmsIW__badge{color:#2563eb;text-transform:capitalize;background-color:#eff6ff;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.OurIndustry-module__JUmsIW__title{color:#0f172a;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.OurIndustry-module__JUmsIW__highlight{color:#2563eb;font-family:playfair display,serif;font-size:5rem;font-style:italic;font-weight:600}.OurIndustry-module__JUmsIW__subtitle{color:#64748b;max-width:90%;margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.OurIndustry-module__JUmsIW__featureList{flex-direction:column;gap:2rem;display:flex}.OurIndustry-module__JUmsIW__featureItem{align-items:flex-start;gap:1rem;display:flex}.OurIndustry-module__JUmsIW__iconWrapper{flex-shrink:0;margin-top:.25rem}.OurIndustry-module__JUmsIW__checkIcon{color:#2563eb;stroke-width:3px;width:1.25rem;height:1.25rem}.OurIndustry-module__JUmsIW__featureText{flex-direction:column;display:flex}.OurIndustry-module__JUmsIW__featureTitle{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.OurIndustry-module__JUmsIW__featureDesc{color:#64748b;max-width:600px;font-size:.95rem;line-height:1.5}.OurIndustry-module__JUmsIW__rightContent{justify-content:center;width:100%;display:flex;position:relative}.OurIndustry-module__JUmsIW__imageContainer{aspect-ratio:4/3;border-radius:3rem;width:100%;max-width:650px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.OurIndustry-module__JUmsIW__facilityImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.OurIndustry-module__JUmsIW__imageContainer:hover .OurIndustry-module__JUmsIW__facilityImage{transform:scale(1.03)}@media (max-width:1024px){.OurIndustry-module__JUmsIW__section{padding:4rem 0}.OurIndustry-module__JUmsIW__title{font-size:2.5rem}.OurIndustry-module__JUmsIW__subtitle{margin-bottom:2rem;font-size:1rem}.OurIndustry-module__JUmsIW__imageContainer{border-radius:2rem}}@media (max-width:640px){.OurIndustry-module__JUmsIW__featureItem{gap:.75rem}.OurIndustry-module__JUmsIW__title{font-size:2rem}}
.AboutSection-module__UGBiha__aboutSection{background:#fff;justify-content:center;align-items:center;min-height:500px;display:flex;position:relative;overflow:hidden}.AboutSection-module__UGBiha__title{letter-spacing:-3px;color:#000;margin-bottom:1rem;font-size:2.5rem;font-weight:600}@media (min-width:768px){.AboutSection-module__UGBiha__title{font-size:4rem}}.AboutSection-module__UGBiha__highlight{background:linear-gradient(90deg,#8596c4,#0ea5e9);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;padding-right:.2em;font-family:Playfair Display,serif;font-size:4rem;font-style:italic;animation:15s infinite AboutSection-module__UGBiha__gradient}@keyframes AboutSection-module__UGBiha__gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (min-width:768px){.AboutSection-module__UGBiha__highlight{font-size:5.5rem}}.AboutSection-module__UGBiha__backgroundContainer{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.AboutSection-module__UGBiha__moleculeWrapper{opacity:.9;z-index:2;position:absolute}.AboutSection-module__UGBiha__content{z-index:10;text-align:center;padding:3rem 0;position:relative}@media (max-width:768px){.AboutSection-module__UGBiha__aboutSection{min-height:400px}}
.ContactCTA-module__kQeXXW__ctaSection{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);border-radius:2.5rem;justify-content:center;align-items:center;width:90%;max-width:1200px;margin:4rem auto 6rem;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #1e3a8a4d}.ContactCTA-module__kQeXXW__backgroundAnimation{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ContactCTA-module__kQeXXW__floatingShape{background:#ffffff0d;border-radius:50%;animation:20s linear infinite ContactCTA-module__kQeXXW__floatUp;position:absolute}.ContactCTA-module__kQeXXW__shape1{width:300px;height:300px;animation-duration:25s;bottom:-150px;left:10%}.ContactCTA-module__kQeXXW__shape2{width:200px;height:200px;animation-duration:18s;animation-delay:-5s;bottom:-100px;right:15%}.ContactCTA-module__kQeXXW__shape3{background:#ffffff08;width:100px;height:100px;animation-duration:15s;animation-delay:-10s;bottom:20%;left:50%}.ContactCTA-module__kQeXXW__shape4{width:150px;height:150px;animation:22s linear infinite ContactCTA-module__kQeXXW__floatDown;top:10%;right:5%}@keyframes ContactCTA-module__kQeXXW__floatUp{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh)rotate(360deg)}}@keyframes ContactCTA-module__kQeXXW__floatDown{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(80vh)rotate(-360deg)}}.ContactCTA-module__kQeXXW__contentWrapper{z-index:2;text-align:center;max-width:800px;position:relative}.ContactCTA-module__kQeXXW__title{-webkit-text-fill-color:transparent;letter-spacing:-3px;background:linear-gradient(90deg,#fff,#e0f2fe);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2;animation:.8s ease-out ContactCTA-module__kQeXXW__fadeInDown}.ContactCTA-module__kQeXXW__highlight{background:linear-gradient(90deg,#fff,#8e979b);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-family:playfair-display,serif;font-size:4.5rem;font-style:italic;animation:3s infinite ContactCTA-module__kQeXXW__gradient}@keyframes ContactCTA-module__kQeXXW__gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ContactCTA-module__kQeXXW__description{color:#dbeafe;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;animation:.8s ease-out .2s backwards ContactCTA-module__kQeXXW__fadeInUp}.ContactCTA-module__kQeXXW__ctaButton{color:#1e3a8a;background-color:#fff;border:2px solid #fff;border-radius:9999px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.8s ease-out .4s backwards ContactCTA-module__kQeXXW__fadeInUp;display:inline-block;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ContactCTA-module__kQeXXW__ctaButton:hover{color:#fff;background-color:#0000;transform:translateY(-2px)scale(1.05);box-shadow:0 10px 15px -3px #0003,0 4px 6px -2px #0000001a}.ContactCTA-module__kQeXXW__ctaButton:active{transform:translateY(0)scale(.98)}@keyframes ContactCTA-module__kQeXXW__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactCTA-module__kQeXXW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ContactCTA-module__kQeXXW__title{font-size:2rem}}
