.STButton-module__z7DVZa__button{cursor:pointer;min-width:160px;min-height:52px;font-size:var(--text-sm);border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:2px 16px;font-weight:500;transition:all .4s;display:inline-flex;position:relative;overflow:hidden}.STButton-module__z7DVZa__content,.STButton-module__z7DVZa__loader{z-index:2;gap:8px;position:relative}.STButton-module__z7DVZa__disabled{opacity:.6;pointer-events:none}.STButton-module__z7DVZa__loading .STButton-module__z7DVZa__content{opacity:0}.STButton-module__z7DVZa__loader{border:2px solid rgba(var(--clr-rgb-white),.3);border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite STButton-module__z7DVZa__spin;position:absolute}.STButton-module__z7DVZa__button[data-hover=ink]:before{content:"";width:24px;height:24px;left:var(--x);top:var(--y);transform-origin:50%;background:var(--hover-fill);pointer-events:none;z-index:1;border-radius:50%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;transform:translate(-50%,-50%)scale(0)}.STButton-module__z7DVZa__button[data-hover=ink]:hover:before{transform:translate(-50%,-50%)scale(40)}.STButton-module__z7DVZa__primary{background:var(--clr-blue);color:var(--clr-white);--hover-fill:#00000080}.STButton-module__z7DVZa__outline-primary{color:var(--clr-blue);border:1px solid var(--clr-blue);--hover-fill:var(--clr-blue);background:0 0}.STButton-module__z7DVZa__outline-primary:hover{color:var(--clr-white)}.STButton-module__z7DVZa__outline-black{color:var(--clr-black);border:1px solid var(--clr-black);--hover-fill:var(--clr-black);background:0 0}.STButton-module__z7DVZa__outline-black:hover{color:var(--clr-white)}.STButton-module__z7DVZa__white{background:var(--clr-white);color:var(--clr-black);--hover-fill:var(--clr-blue)}.STButton-module__z7DVZa__white:hover{color:var(--clr-white)}.STButton-module__z7DVZa__black{background:var(--clr-black);color:var(--clr-white);--hover-fill:var(--clr-blue)}.STButton-module__z7DVZa__black:hover{color:var(--clr-white)}.STButton-module__z7DVZa__glass{background:rgba(var(--clr-rgb-white),.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--clr-white)}.STButton-module__z7DVZa__glass:after{content:"";background:linear-gradient(120deg,#0000 30%,#ffffff59,#0000 70%);transition:transform .7s;position:absolute;inset:0;transform:translate(-120%)}.STButton-module__z7DVZa__glass:hover:after{transform:translate(120%)}.STButton-module__z7DVZa__icon{border:1px solid var(--clr-gray-shimmer);width:8rem;min-width:50px;height:8rem;min-height:50px;color:var(--clr-black);--hover-fill:var(--clr-black);background:0 0;border-radius:50%;padding:0}.STButton-module__z7DVZa__icon:hover{color:var(--clr-white)}.STButton-module__z7DVZa__icon.dark{background:rgba(var(--clr-rgb-white),.05);border:1px solid rgba(var(--clr-rgb-white),.1);color:var(--clr-white);--hover-fill:rgba(var(--clr-rgb-white),1)}.STButton-module__z7DVZa__icon.dark:hover{color:var(--clr-black)}.STButton-module__z7DVZa__button.swiper-button-disabled{opacity:.35;pointer-events:none;cursor:not-allowed}@keyframes STButton-module__z7DVZa__spin{to{transform:rotate(360deg)}}@media (max-width:1599px){.STButton-module__z7DVZa__button{min-height:48px}}@media (max-width:1199px){.STButton-module__z7DVZa__button{min-height:45px}}@media (max-width:767px){.STButton-module__z7DVZa__button{min-width:auto;min-height:40px}}
.STInput-module__y4mpaG__wrapper{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.6);--border:rgba(var(--clr-rgb-white),.3);--error:var(--clr-glowing-brake-disc);width:100%}.STInput-module__y4mpaG__label{font-size:var(--text-md);color:var(--muted);margin-bottom:6px;display:block}.STInput-module__y4mpaG__field{border-bottom:1px solid var(--border);min-height:var(--form-control-height);align-items:center;gap:8px;transition:border-color .2s;display:flex}.STInput-module__y4mpaG__field:focus-within{border-color:var(--text)}.STInput-module__y4mpaG__input{font-size:var(--text-lg);color:var(--text);background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0}.STInput-module__y4mpaG__input::placeholder{color:var(--muted)}.STInput-module__y4mpaG__prefix,.STInput-module__y4mpaG__suffix{color:var(--text)}.STInput-module__y4mpaG__errorText{font-size:var(--text-xs);color:var(--error);margin-top:6px;margin-bottom:0}.STInput-module__y4mpaG__error .STInput-module__y4mpaG__field,.STInput-module__y4mpaG__error .STInput-module__y4mpaG__field:focus-within{border-color:var(--error)}.STInput-module__y4mpaG__disabled{opacity:.5;pointer-events:none}.STInput-module__y4mpaG__dark{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.4);--border:rgba(var(--clr-rgb-white),.3)}.STInput-module__y4mpaG__light{--text:var(--clr-black);--muted:var(--clr-gray);--border:rgba(var(--clr-rgb-black),.3)}.STInput-module__y4mpaG__bordered{--border:var(--clr-sparkling-frost);--text:var(--clr-black);--muted:var(--clr-gray)}.STInput-module__y4mpaG__bordered .STInput-module__y4mpaG__field{border:1px solid var(--clr-sparkling-frost);background-color:var(--clr-white);border-radius:12px;padding:4px 16px}.STInput-module__y4mpaG__bordered .STInput-module__y4mpaG__input{color:var(--clr-black);font-size:var(--text-sm);padding:0}
.STModal-module__jUUWaq__overlay{z-index:999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.STModal-module__jUUWaq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;width:100%;height:100%;position:absolute}.STModal-module__jUUWaq__container{z-index:1000;background:#fff;border-radius:16px;width:calc(100% - 24px);max-width:600px;animation:.2s STModal-module__jUUWaq__fadeIn;position:relative;box-shadow:0 10px 30px #0003}.STModal-module__jUUWaq__header{border-bottom:1px solid var(--clr-soothing-white);justify-content:space-between;align-items:center;padding:16px;display:flex}.STModal-module__jUUWaq__title{margin:0;font-size:18px}.STModal-module__jUUWaq__close{cursor:pointer;background:0 0;border:none;font-size:22px}.STModal-module__jUUWaq__body{color:#444;padding:16px}.STModal-module__jUUWaq__footer{border-top:1px solid var(--clr-soothing-white);justify-content:flex-end;gap:10px;padding:16px;display:flex}.STModal-module__jUUWaq__btnPrimary{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:8px 16px}.STModal-module__jUUWaq__btnPrimary:hover{background:#1d4ed8}.STModal-module__jUUWaq__btnSecondary{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:8px 16px}.STModal-module__jUUWaq__btnSecondary:hover{background:#d1d5db}@keyframes STModal-module__jUUWaq__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.STJobApplication-module__F8gneW__backBtn svg{width:24px}.STJobApplication-module__F8gneW__formContent{flex:1}.STJobApplication-module__F8gneW__row{gap:var(--space-xs);grid-template-columns:1fr;width:100%;display:grid}@media (min-width:768px){.STJobApplication-module__F8gneW__row{grid-template-columns:1fr 1fr}:is(.STJobApplication-module__F8gneW__row:has(>:only-child),.STJobApplication-module__F8gneW__row:has(textarea)){grid-template-columns:1fr}}.STJobApplication-module__F8gneW__row>div:only-child{grid-column:1/-1}.STJobApplication-module__F8gneW__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.STJobApplication-module__F8gneW__cancelBtn{border:1px solid var(--clr-sparkling-frost)}@media (min-width:1440px){.STJobApplication-module__F8gneW__jobInfoCard{max-width:400px}}@media (min-width:1200px){.STJobApplication-module__F8gneW__jobInfoCard{max-width:400px;top:calc(var(--header-height) + (var(--space-xs)));position:sticky}}@media (max-width:991px){.STJobApplication-module__F8gneW__jobFileUploader .STJobApplication-module__F8gneW__jobFileUploadButton{max-width:100%}}
.STRadioGroup-module__JSaKWG__label{font-size:var(--text-md);color:var(--clr-gray);margin-bottom:6px;display:block}.STRadioGroup-module__JSaKWG__optionsWrapper{flex-wrap:wrap;gap:1rem;display:flex}.STRadioGroup-module__JSaKWG__optionLabel{border:1px solid var(--clr-sparkling-frost);min-width:120px;min-height:var(--form-control-height);border-radius:12px;padding:12px 16px}.STRadioGroup-module__JSaKWG__optionLabel.STRadioGroup-module__JSaKWG__activeOption{border-color:var(--clr-green)}.STRadioGroup-module__JSaKWG__hiddenInput{display:none}.STRadioGroup-module__JSaKWG__optionText{color:var(--clr-black);font-size:14px;font-weight:500}.STRadioGroup-module__JSaKWG__iconWrapper{border:1px solid var(--clr-sparkling-frost);color:#0000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s ease-in-out;display:flex}.STRadioGroup-module__JSaKWG__iconWrapper.STRadioGroup-module__JSaKWG__activeIcon{color:var(--clr-green);border:none}.STRadioGroup-module__JSaKWG__errorText{font-size:var(--text-xs);color:var(--error);margin-top:6px;margin-bottom:0}
.STFileUpload-module__Hs56-W__label{font-size:var(--text-md);color:var(--clr-gray);margin-bottom:6px;display:block}.STFileUpload-module__Hs56-W__uploadWrapper{display:flex}.STFileUpload-module__Hs56-W__uploadButton{background-color:var(--clr-white);border:1px solid var(--clr-sparkling-frost);cursor:pointer;transition:var(--transition-smooth);width:100%;max-width:240px;min-height:var(--form-control-height);border-radius:12px;align-items:center;gap:.5rem;padding:12px 16px;display:flex}.STFileUpload-module__Hs56-W__uploadButton:hover{border-color:var(--clr-blue)}.STFileUpload-module__Hs56-W__icon{color:var(--clr-black);justify-content:center;align-items:center;display:flex}.STFileUpload-module__Hs56-W__icon svg{width:18px;height:18px}.STFileUpload-module__Hs56-W__buttonText{font-size:var(--text-sm);color:var(--clr-black);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.STFileUpload-module__Hs56-W__hiddenInput{display:none}.STFileUpload-module__Hs56-W__errorText{font-size:var(--text-xs);color:var(--error);margin-top:6px;margin-bottom:0}
.STPrivacyPolicy-module__ElMxia__backBtn svg{width:24px}
.STAboutUs-module__51glua__researchMissionContent,.STAboutUs-module__51glua__researchMissionfeaturesWrap{max-width:50%}.STAboutUs-module__51glua__researchMissionfeaturesWrap{grid-template-columns:repeat(2,1fr)}.STAboutUs-module__51glua__researchMissionfeatureIcon{width:7.2rem;min-width:45px;height:7.2rem;min-height:45px}.STAboutUs-module__51glua__ourApproachSection{background:linear-gradient(#000 60%,#0000 40%)}.STAboutUs-module__51glua__ourApproachcardsWrapper{grid-template-columns:repeat(3,1fr)}.STAboutUs-module__51glua__ourApproachcard:hover{background:var(--clr-blue);color:var(--clr-white)}.STAboutUs-module__51glua__ourApproachcard:hover p{color:rgb(var(--clr-rgb-white),.55)}.STAboutUs-module__51glua__ourApproachIcon svg{width:8rem;min-width:45px;height:8rem;min-height:45px}.STAboutUs-module__51glua__ourInnovationContent{max-width:50%}.STAboutUs-module__51glua__ourInnovationImageWrapper{--bs-aspect-ratio:81%;max-width:50%}.STAboutUs-module__51glua__ourInnovationHeading{padding:var(--space-sm)}.STAboutUs-module__51glua__reviewBadge{border-radius:99px;padding:2.4rem}.STAboutUs-module__51glua__reviewBadge svg{width:3.2rem;min-width:24px;height:3.2rem;min-height:24px}.STAboutUs-module__51glua__ourProcessDescription{max-width:950px}.STAboutUs-module__51glua__processSteps{--box-size:30rem;--icon-size:12rem;--arrow-size:12rem;grid-template-columns:repeat(3,1fr);gap:12rem}.STAboutUs-module__51glua__step{width:var(--box-size);height:var(--box-size)}.STAboutUs-module__51glua__icon svg{width:var(--icon-size);height:var(--icon-size)}.STAboutUs-module__51glua__processArrow{width:var(--arrow-size);height:var(--arrow-size);top:calc(var(--box-size)/2);position:absolute;left:100%;transform:translateY(-50%)}.STAboutUs-module__51glua__ourLaboratoryContent{max-width:50%}.STAboutUs-module__51glua__ourLaboratoryHeader{padding:var(--space-sm)}.STAboutUs-module__51glua__ourLaboratoryImageWrapper{--bs-aspect-ratio:72%;max-width:50%}.STAboutUs-module__51glua__ourLaboratoryValue{font-size:10rem;font-weight:200}.STAboutUs-module__51glua__ourLaboratoryTag{padding:1.6rem 2.4rem}.STAboutUs-module__51glua__ourLaboratoryTag svg{width:4rem;min-width:28px;height:4rem;min-height:28px}.STAboutUs-module__51glua__testimonialSwiper .swiper-slide{height:auto}.STAboutUs-module__51glua__testimonialSwiper{margin-left:calc((100% - var(--container))/2);padding:0 12px}.STAboutUs-module__51glua__testimonialCard:hover{color:var(--clr-white);background-color:var(--clr-blue)}.STAboutUs-module__51glua__testimonialCard:hover .STAboutUs-module__51glua__autherRoal{color:rgb(var(--clr-rgb-white),.55)}.STAboutUs-module__51glua__ourTeamTitle{max-width:770px}.STAboutUs-module__51glua__teamCardWrapper{grid-template-columns:repeat(4,1fr)}.STAboutUs-module__51glua__memberImageWrapper{min-width:180px;max-width:20rem}.STAboutUs-module__51glua__socialIcon{width:40px;height:40px}.STAboutUs-module__51glua__socialIcon.STAboutUs-module__51glua__facebook:hover{color:#3867d6;background-color:#3867d61f}.STAboutUs-module__51glua__socialIcon.STAboutUs-module__51glua__linkedin:hover{color:#1e90ff;background-color:#1e90ff1f}.STAboutUs-module__51glua__socialIcon.STAboutUs-module__51glua__instagram:hover{color:#ff6b81;background-color:#ff6b811f}.STAboutUs-module__51glua__ourSpecializationSection{background:linear-gradient(#000 60%,#0000 40%)}.STAboutUs-module__51glua__ourSpecializationDesc{max-width:950px}.STAboutUs-module__51glua__specializationCardWrapper{grid-template-columns:repeat(3,1fr)}.STAboutUs-module__51glua__specializationImgWrapper{--bs-aspect-ratio:83%;max-height:396px}@media (max-width:1199px){.STAboutUs-module__51glua__researchMissionContent,.STAboutUs-module__51glua__researchMissionfeaturesWrap{max-width:100%}.STAboutUs-module__51glua__ourApproachcardsWrapper,.STAboutUs-module__51glua__specializationCardWrapper{grid-template-columns:repeat(2,1fr)}.STAboutUs-module__51glua__ourInnovationHeading,.STAboutUs-module__51glua__ourLaboratoryHeader{padding:0 0 var(--space-sm)0}.STAboutUs-module__51glua__processSteps{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.STAboutUs-module__51glua__teamCardWrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.STAboutUs-module__51glua__ourInnovationContent,.STAboutUs-module__51glua__ourInnovationImageWrapper,.STAboutUs-module__51glua__ourLaboratoryContent,.STAboutUs-module__51glua__ourLaboratoryImageWrapper{max-width:100%}}@media (max-width:767px){.STAboutUs-module__51glua__ourApproachcardsWrapper,.STAboutUs-module__51glua__specializationCardWrapper{grid-template-columns:repeat(1,1fr)}.STAboutUs-module__51glua__teamCardWrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.STAboutUs-module__51glua__researchMissionfeaturesWrap,.STAboutUs-module__51glua__processSteps,.STAboutUs-module__51glua__teamCardWrapper{gap:10px}.STAboutUs-module__51glua__processSteps,.STAboutUs-module__51glua__teamCardWrapper{grid-template-columns:repeat(1,1fr)}}
.STHome-module__OtH8Mq__heroSection{min-height:100svh;padding:calc(var(--header-height)*2)0 var(--space-md)}.STHome-module__OtH8Mq__videoWrapper:after{content:"";background:linear-gradient(#000 0%,#0006 50%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.STHome-module__OtH8Mq__heroTitle{width:auto;max-width:100%}.STHome-module__OtH8Mq__heroTitleRotatingText{padding:0 1.5rem}.STHome-module__OtH8Mq__heroInner{padding-right:var(--space-md)}.STHome-module__OtH8Mq__notificationWrapper{border-radius:99px;max-width:calc(100vw - 24px);padding:6px;transition:width .4s}.STHome-module__OtH8Mq__notificationIconWrapper{background:rgba(var(--clr-rgb-bloodthirsty-warlock),.12);width:40px;min-width:40px;height:40px}.STHome-module__OtH8Mq__notificationContent{white-space:nowrap;transition:opacity .25s,transform .3s}.STHome-module__OtH8Mq__collapsed .STHome-module__OtH8Mq__notificationContent{opacity:0;pointer-events:none;transform:translate(20px)}.STHome-module__OtH8Mq__bioMaterialsContent{max-width:760px}.STHome-module__OtH8Mq__bioMaterialsImageWrapper{--box-size:50rem;--img-size:calc(var(--box-size) - 5rem);border:1px solid var(--clr-gray-shimmer);width:var(--box-size);height:var(--box-size)}.STHome-module__OtH8Mq__bioMaterialsImageWrapper img{width:var(--img-size);height:var(--img-size)}.STHome-module__OtH8Mq__fundamentalsSection{background:linear-gradient(#000 55%,#0000 45%)}.STHome-module__OtH8Mq__fundamentalcardsWrapper{grid-template-columns:repeat(3,1fr)}.STHome-module__OtH8Mq__fundamentalcard:hover{background:var(--clr-blue);color:var(--clr-white)}.STHome-module__OtH8Mq__fundamentalcard:hover p{color:rgb(var(--clr-rgb-white),.55)}.STHome-module__OtH8Mq__arrowBtn{opacity:0;width:8rem;min-width:50px;height:8rem;min-height:50px;transition:all .25s;top:24px;right:24px;transform:scale(.8)}.STHome-module__OtH8Mq__arrowBtn svg{width:32px;height:32px}.STHome-module__OtH8Mq__fundamentalcard:hover .STHome-module__OtH8Mq__arrowBtn{opacity:1;color:var(--clr-black);transform:scale(1)}.STHome-module__OtH8Mq__fundamentalcardIcon svg{width:6.4rem;min-width:45px;height:6.4rem;min-height:45px}.STHome-module__OtH8Mq__biomassInsightHeader{padding:var(--space-md)var(--space-md)var(--space-xs)}.STHome-module__OtH8Mq__impactContent{width:100%;max-width:57rem;margin-left:calc((100% - var(--container))/2 + 12px)}.STHome-module__OtH8Mq__impactImage{--bs-aspect-ratio:80%;border-radius:clamp(2rem,2.2vw,4.8rem);overflow:hidden}.STHome-module__OtH8Mq__impactCardBody{padding:var(--space-sm)}.STHome-module__OtH8Mq__impactSlider .swiper-slide{height:auto}.STHome-module__OtH8Mq__logoMarqueeSection{-webkit-user-select:none;user-select:none;overflow:hidden}.STHome-module__OtH8Mq__marqueeContainer{padding:10px 0;display:flex;overflow:hidden}.STHome-module__OtH8Mq__marqueeContent{justify-content:flex-start;align-items:center;gap:var(--space-xl);flex-shrink:0;width:max-content;display:flex}.STHome-module__OtH8Mq__marqueeLeft{animation:40s linear infinite STHome-module__OtH8Mq__marquee}.STHome-module__OtH8Mq__marqueeRight{animation:40s linear infinite STHome-module__OtH8Mq__marquee-reverse}@keyframes STHome-module__OtH8Mq__marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@keyframes STHome-module__OtH8Mq__marquee-reverse{0%{transform:translate(-33.3333%)}to{transform:translate(0)}}.STHome-module__OtH8Mq__logoImg{flex-shrink:0;width:auto;height:54px}.STHome-module__OtH8Mq__blogsSwiper .swiper-slide{height:auto}.STHome-module__OtH8Mq__blogsSwiper{margin-left:calc((100% - var(--container))/2);padding-inline:12px}.STHome-module__OtH8Mq__blogCard{padding:3.2rem}.STHome-module__OtH8Mq__blogImageWrapper{border:1px solid var(--clr-tarnished-silver);max-width:20rem}.STHome-module__OtH8Mq__blogTag{border-radius:99px;padding:12px 16px}.STHome-module__OtH8Mq__blogLink:hover span{transform:translate(4px)}.STHome-module__OtH8Mq__letsTalkImageWrapper{max-width:410px}.STHome-module__OtH8Mq__letsTalkTitle span{color:rgb(var(--clr-rgb-gray),.55)}.STHome-module__OtH8Mq__getInTouchBtn svg{width:20px;height:20px}.STHome-module__OtH8Mq__letsTalkFormTopRow{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.STHome-module__OtH8Mq__biomassInsightImageWrapper img{height:50rem}@media (min-width:1200px){.STHome-module__OtH8Mq__heroContent{margin-left:calc((100% - var(--container))/2 + 12px);padding:0 12px}}@media (max-width:1439px){.STHome-module__OtH8Mq__heroTitle{--heroTitleWidth:300px}.STHome-module__OtH8Mq__logoImg{height:48px}}@media (max-width:1199px){.STHome-module__OtH8Mq__bioMaterialsImageWrapper{--box-size:340px;--img-size:calc(var(--box-size) - 40px)}.STHome-module__OtH8Mq__fundamentalcardsWrapper{grid-template-columns:repeat(2,1fr)}.STHome-module__OtH8Mq__heroInner{max-width:var(--container);padding:0;margin:0 auto;padding:0 12px}}@media (max-width:991px){.STHome-module__OtH8Mq__impactSlider,.STHome-module__OtH8Mq__impactContent{padding-left:calc((100% - var(--container))/2 + 12px)}.STHome-module__OtH8Mq__impactContent{max-width:100%;margin-left:0}.STHome-module__OtH8Mq__impactCardBody{padding:var(--space-sm)0 0 0}.STHome-module__OtH8Mq__logoImg{height:35px}}@media (max-width:767px){.STHome-module__OtH8Mq__impactContent{padding:0 12px}.STHome-module__OtH8Mq__impactSlider{padding-left:12px}.STHome-module__OtH8Mq__biomassInsightHeader{padding:var(--space-sm)var(--space-sm)0}}@media (max-width:575px){.STHome-module__OtH8Mq__notificationWrapper,.STHome-module__OtH8Mq__notificationWrapper.STHome-module__OtH8Mq__collapsed{height:52px}.STHome-module__OtH8Mq__notificationContent{white-space:normal}.STHome-module__OtH8Mq__bioMaterialsImageWrapper{--box-size:300px;--img-size:calc(var(--box-size) - 20px)}.STHome-module__OtH8Mq__fundamentalcardsWrapper{grid-template-columns:repeat(1,1fr)}.STHome-module__OtH8Mq__blogTag{padding:8px 12px}}
.STNewsFeed-module__QV4Kyq__tabs{gap:12px;min-width:0;padding-bottom:4px}.STNewsFeed-module__QV4Kyq__tab{border:1px solid var(--clr-soothing-white);min-width:96px;color:var(--clr-gray);background-color:var(--clr-white);border-radius:30px;flex:none;padding:10px;line-height:normal}.STNewsFeed-module__QV4Kyq__tab:not(.STNewsFeed-module__QV4Kyq__activeTab):hover{background:var(--clr-off-white)}button.STNewsFeed-module__QV4Kyq__activeTab{background:var(--clr-blue);color:var(--clr-white);border-color:var(--clr-blue)}.STNewsFeed-module__QV4Kyq__newsCardWrapper{grid-template-columns:repeat(4,1fr);display:grid}.STNewsFeed-module__QV4Kyq__newsCard{flex-direction:column;display:flex}.STNewsFeed-module__QV4Kyq__newsCard:hover .STNewsFeed-module__QV4Kyq__newsImageWrap img{transform:scale(1.1)}.STNewsFeed-module__QV4Kyq__newsImageWrap{--bs-aspect-ratio:77%}.STNewsFeed-module__QV4Kyq__emptyState{padding:var(--space-lg)20px;border:1px dashed var(--clr-gray-shimmer)}.STNewsFeed-module__QV4Kyq__emptyIcon svg{width:5.2rem;min-width:32px;height:5.2rem;min-height:32px}@media (max-width:1199px){.STNewsFeed-module__QV4Kyq__newsCardWrapper{grid-template-columns:repeat(3,1fr)}.STNewsFeed-module__QV4Kyq__newsCardWrapper .STNewsFeed-module__QV4Kyq__newsTitle{padding:var(--space-sm)0 0}}@media (max-width:991px){.STNewsFeed-module__QV4Kyq__newsCardWrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.STNewsFeed-module__QV4Kyq__tab{min-width:auto;padding:8px 14px}.STNewsFeed-module__QV4Kyq__viewToggle{padding:8px 14px}}@media (max-width:575px){.STNewsFeed-module__QV4Kyq__newsCardWrapper{grid-template-columns:repeat(1,1fr)}}
.STOurTechnology-module__PM0w5W__sustainableFuleContent{max-width:760px}.STOurTechnology-module__PM0w5W__safGuideContent{max-width:900px}.STOurTechnology-module__PM0w5W__sustainableFuleImageWrapper,.STOurTechnology-module__PM0w5W__safGuideImageWrapper{--box-size:50rem;--img-size:calc(var(--box-size) - 5rem);border:1px solid var(--clr-gray-shimmer);width:var(--box-size);height:var(--box-size)}.STOurTechnology-module__PM0w5W__sustainableFuleImageWrapper img,.STOurTechnology-module__PM0w5W__safGuideImageWrapper img{width:var(--img-size);height:var(--img-size)}.STOurTechnology-module__PM0w5W__bioCoatingCardWrapper{grid-template-columns:repeat(4,1fr)}.STOurTechnology-module__PM0w5W__imageItem{--bs-aspect-ratio:43%;grid-column:span 2}.STOurTechnology-module__PM0w5W__bioCoatingItem{padding:var(--space-md)}.STOurTechnology-module__PM0w5W__bioCoatingIcon{width:7.2rem;min-width:40px;height:7.2rem;min-height:40px}.STOurTechnology-module__PM0w5W__emissionsImpactContent{max-width:520px;padding:var(--space-md)}.STOurTechnology-module__PM0w5W__emissionsImpactvalue{font-size:clamp(8rem,8vw,16rem);font-weight:200}.STOurTechnology-module__PM0w5W__insightsCardWrapper{grid-template-columns:repeat(4,1fr)}.STOurTechnology-module__PM0w5W__insightsImageWrap{--bs-aspect-ratio:77%}.STOurTechnology-module__PM0w5W__insightsCard:hover .STOurTechnology-module__PM0w5W__insightsImageWrap img{transform:scale(1.1)}@media (max-width:1199px){.STOurTechnology-module__PM0w5W__sustainableFuleImageWrapper,.STOurTechnology-module__PM0w5W__safGuideImageWrapper{--box-size:340px;--img-size:calc(var(--box-size) - 40px)}.STOurTechnology-module__PM0w5W__bioCoatingCardWrapper{grid-template-columns:repeat(3,1fr)}.STOurTechnology-module__PM0w5W__emissionsImpactContent{max-width:100%;padding:0}.STOurTechnology-module__PM0w5W__insightsCardWrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.STOurTechnology-module__PM0w5W__bioCoatingItem{padding:18px}.STOurTechnology-module__PM0w5W__insightsCardWrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.STOurTechnology-module__PM0w5W__bioCoatingCardWrapper{grid-template-columns:repeat(2,1fr)}}@media (min-width:767px){.STOurTechnology-module__PM0w5W__emissionsImpactImageWrapper{max-width:58rem}}@media (max-width:575px){.STOurTechnology-module__PM0w5W__sustainableFuleImageWrapper,.STOurTechnology-module__PM0w5W__safGuideImageWrapper{--box-size:300px;--img-size:calc(var(--box-size) - 20px)}.STOurTechnology-module__PM0w5W__bioCoatingCardWrapper{grid-template-columns:repeat(1,1fr)}.STOurTechnology-module__PM0w5W__imageItem{grid-column:unset}.STOurTechnology-module__PM0w5W__insightsCardWrapper{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=ede00d5f4028537d.css.map*/