.Hero-module__ZARIfG__hero{background:var(--primary-faint);min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__background{filter:blur(50px);z-index:1;background:radial-gradient(circle at 60% 40%,#00a0e90d 0%,#0000 50%),radial-gradient(circle at 20% 80%,#1c1e570d 0%,#0000 50%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:10;align-items:center;width:100%;display:flex;position:relative}.Hero-module__ZARIfG__left{flex-direction:column;flex:1;align-items:flex-start;padding-left:4rem;display:flex}.Hero-module__ZARIfG__right{writing-mode:vertical-rl;padding-right:4rem}.Hero-module__ZARIfG__titleWrapper{margin-bottom:2rem;position:relative}.Hero-module__ZARIfG__mainTitle{color:var(--accent);letter-spacing:-.08em;margin:0;font-size:clamp(4rem,18vw,18rem);font-weight:900;line-height:.8}.Hero-module__ZARIfG__highlightTitle{color:#0491d3a2;letter-spacing:-.08em;pointer-events:none;z-index:11;width:100%;height:100%;-webkit-mask-image:radial-gradient(circle 50px at var(--local-mx)var(--local-my),black 100%,transparent 100%);mask-image:radial-gradient(circle 50px at var(--local-mx)var(--local-my),black 100%,transparent 100%);-webkit-mask-image:radial-gradient(circle 50px at var(--local-mx)var(--local-my),black 100%,transparent 100%);pointer-events:none;font-size:clamp(4rem,18vw,18rem);font-weight:900;line-height:.8;position:absolute;top:0;left:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Hero-module__ZARIfG__verticalTitle{color:#0000;-webkit-text-stroke:1px #1c1e571a;text-transform:uppercase;font-size:clamp(2rem,10vw,8rem);font-weight:900}.Hero-module__ZARIfG__description{max-width:500px;color:var(--text-dim);margin-bottom:4rem;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__exploreBtn{color:var(--accent);align-items:center;gap:1rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.Hero-module__ZARIfG__exploreBtn:hover{letter-spacing:.2em}.Hero-module__ZARIfG__floatingShape{background:linear-gradient(135deg,var(--accent)0%,transparent 80%);opacity:.1;z-index:2;filter:blur(100px);border-radius:50%;width:600px;height:600px;position:absolute}.Hero-module__ZARIfG__scrollIndicator{color:var(--primary);opacity:.2;letter-spacing:.5em;font-size:.8rem;position:absolute;bottom:4rem;left:4rem}@media (max-width:1024px){.Hero-module__ZARIfG__left{padding-left:2rem}.Hero-module__ZARIfG__right{display:none}}@media (max-width:640px){.Hero-module__ZARIfG__left{padding-left:1.5rem;padding-right:1.5rem}.Hero-module__ZARIfG__hero{align-items:center;padding-top:60px}.Hero-module__ZARIfG__mainTitle,.Hero-module__ZARIfG__highlightTitle{margin-top:2rem;margin-bottom:2vh;font-size:18vw;line-height:1.1}.Hero-module__ZARIfG__description{max-width:100%;margin-bottom:4vh;font-size:1.3rem;line-height:1.4}.Hero-module__ZARIfG__exploreBtn{font-size:1.6rem}.Hero-module__ZARIfG__scrollIndicator{text-align:center;letter-spacing:.2em;width:100%;font-size:1.1rem;bottom:3rem;left:50%;transform:translate(-50%)}}
.Services-module__dpHhBa__section{color:var(--primary);background:#fff;padding:12rem 0}.Services-module__dpHhBa__intro{justify-content:space-between;align-items:flex-end;margin-bottom:8rem;display:flex}.Services-module__dpHhBa__title{font-size:clamp(3rem,10vw,8rem);line-height:.9}.Services-module__dpHhBa__subtitle{opacity:.5;text-align:right;max-width:400px;font-size:1.1rem}.Services-module__dpHhBa__grid{flex-direction:column;gap:0;display:flex}.Services-module__dpHhBa__item{border-top:1px solid var(--line-color);padding:0;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.Services-module__dpHhBa__itemLink{width:100%;color:inherit;padding:4rem 0;text-decoration:none;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex}.Services-module__dpHhBa__item:last-child{border-bottom:1px solid var(--line-color)}.Services-module__dpHhBa__itemNumber{opacity:.2;width:100px;font-size:1rem;font-weight:900}.Services-module__dpHhBa__itemBody{flex:1;grid-template-columns:1fr 1fr;gap:4rem;display:grid}.Services-module__dpHhBa__itemTitle{font-size:3rem;font-weight:900}.Services-module__dpHhBa__itemDesc{opacity:.6;max-width:450px;font-size:1.1rem;line-height:1.6}.Services-module__dpHhBa__itemHoverBg{background:var(--primary-faint);transform-origin:0;z-index:-1;transition:transform .6s cubic-bezier(.23,1,.32,1);position:absolute;inset:0;transform:scaleX(0)}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__itemLink{padding-left:2rem}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__itemTitle{color:var(--accent)}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__itemDesc{opacity:1}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__itemHoverBg{transform:scaleX(1)}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__itemNumber{opacity:.8;color:var(--accent)}@media (max-width:1024px){.Services-module__dpHhBa__itemBody{grid-template-columns:1fr;gap:1rem}.Services-module__dpHhBa__itemTitle{font-size:2rem}}@media (max-width:640px){.Services-module__dpHhBa__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:1rem}.Services-module__dpHhBa__title{font-size:3.5rem!important}.Services-module__dpHhBa__subtitle{text-align:left;font-size:.9rem}.Services-module__dpHhBa__itemLink{padding:3rem 0}.Services-module__dpHhBa__itemNumber{width:30px;font-size:.8rem}.Services-module__dpHhBa__itemBody{gap:.5rem}.Services-module__dpHhBa__itemTitle{font-size:1.5rem}.Services-module__dpHhBa__itemDesc{font-size:.9rem}}
.PaperPharmacySection-module__LjSwAa__section{width:100%;padding:0;position:relative;overflow:hidden}.PaperPharmacySection-module__LjSwAa__splitWrapper{width:100%;min-height:700px;display:flex}.PaperPharmacySection-module__LjSwAa__side{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem;transition:all .5s;display:flex;position:relative;overflow:hidden}.PaperPharmacySection-module__LjSwAa__side:hover{flex:1.1}.PaperPharmacySection-module__LjSwAa__pharmacistSide{color:var(--primary);background-color:#fff;border-right:1px solid #0000000d}.PaperPharmacySection-module__LjSwAa__businessSide{background-color:var(--primary);color:#fff}.PaperPharmacySection-module__LjSwAa__bgImage{object-fit:cover;opacity:.1;z-index:0;width:100%;height:100%;transition:transform .8s;position:absolute;top:0;left:0}.PaperPharmacySection-module__LjSwAa__side:hover .PaperPharmacySection-module__LjSwAa__bgImage{opacity:.15;transform:scale(1.05)}.PaperPharmacySection-module__LjSwAa__content{z-index:2;max-width:600px;position:relative}.PaperPharmacySection-module__LjSwAa__icon{margin-bottom:2rem;font-size:4rem;display:inline-block}.PaperPharmacySection-module__LjSwAa__label{letter-spacing:.1em;text-transform:uppercase;opacity:.7;margin-bottom:1rem;font-size:2rem;font-weight:700;display:inline-block}.PaperPharmacySection-module__LjSwAa__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.PaperPharmacySection-module__LjSwAa__description{opacity:.9;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.PaperPharmacySection-module__LjSwAa__ctaBtn{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:1rem;padding:1.25rem 3.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.PaperPharmacySection-module__LjSwAa__btnPrimary{background-color:var(--accent);color:#fff;box-shadow:0 10px 30px #00a0e94d}.PaperPharmacySection-module__LjSwAa__btnPrimary:hover{background-color:#008ecc;transform:translateY(-2px);box-shadow:0 15px 40px #00a0e966}.PaperPharmacySection-module__LjSwAa__btnSecondary{color:var(--primary);background-color:#fff;box-shadow:0 10px 30px #0003}.PaperPharmacySection-module__LjSwAa__btnSecondary:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 15px 40px #0000004d}.PaperPharmacySection-module__LjSwAa__btnArrow{transition:transform .3s}.PaperPharmacySection-module__LjSwAa__ctaBtn:hover .PaperPharmacySection-module__LjSwAa__btnArrow{transform:translate(5px)}@media (max-width:1024px){.PaperPharmacySection-module__LjSwAa__splitWrapper{flex-direction:column;min-height:auto}.PaperPharmacySection-module__LjSwAa__side{min-height:500px;padding:6rem 2rem}.PaperPharmacySection-module__LjSwAa__title{font-size:2.5rem}.PaperPharmacySection-module__LjSwAa__description{margin-bottom:2rem;font-size:1.1rem}}
.Portfolio-module__uAcsSq__section{background:var(--primary-faint);color:var(--primary);padding:10rem 0;overflow:hidden}.Portfolio-module__uAcsSq__header{justify-content:space-between;align-items:center;margin-bottom:6rem;display:flex}.Portfolio-module__uAcsSq__title{letter-spacing:-.05em;font-size:4rem}.Portfolio-module__uAcsSq__filmstripContainer{cursor:grab;-webkit-overflow-scrolling:touch;will-change:scroll-position;-webkit-user-select:none;user-select:none;gap:2rem;padding-bottom:4rem;display:flex;position:relative;overflow-x:auto}.Portfolio-module__uAcsSq__filmstripContainer::-webkit-scrollbar{display:none}.Portfolio-module__uAcsSq__card{border-radius:4px;flex:0 0 600px;height:400px;transition:all .6s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.Portfolio-module__uAcsSq__image{object-fit:cover;opacity:1;filter:grayscale(0%);width:100%;height:100%;transition:all .6s}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__image{opacity:.7;filter:grayscale();transform:scale(1.05)}.Portfolio-module__uAcsSq__overlay{opacity:1;pointer-events:none;background:linear-gradient(#0000,#000000b3);flex-direction:column;justify-content:flex-end;padding:2rem;transition:all .4s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__overlay{opacity:1;transform:translateY(0)}.Portfolio-module__uAcsSq__projectTitle{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:2rem;font-weight:900}.Portfolio-module__uAcsSq__category{color:var(--accent);text-transform:uppercase;text-shadow:0 1px 2px #0000004d;font-size:.9rem;font-weight:700}@media (max-width:1024px){.Portfolio-module__uAcsSq__card{flex:0 0 400px;height:300px}.Portfolio-module__uAcsSq__title{font-size:2.5rem}}@media (max-width:640px){.Portfolio-module__uAcsSq__card{flex:0 0 300px;height:250px}.Portfolio-module__uAcsSq__header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.Portfolio-module__uAcsSq__scrollbarContainer{align-items:center;gap:3rem;margin-top:4rem;display:flex}.Portfolio-module__uAcsSq__scrollbarLabel{color:var(--primary);opacity:.6;text-transform:uppercase;letter-spacing:.2em;flex-shrink:0;font-size:1rem;font-weight:700}.Portfolio-module__uAcsSq__scrollbarTrack{background:var(--line-color);flex:1;height:1px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__scrollbarThumb{background:var(--primary);opacity:.6;width:0;height:100%;position:absolute;top:0;left:0}
.Contact-module__hcVmEa__section{background:#fff;padding:12rem 0}.Contact-module__hcVmEa__container{text-align:center;flex-direction:column;align-items:center;display:flex}.Contact-module__hcVmEa__title{margin-bottom:2rem;font-size:clamp(3rem,12vw,10rem);line-height:.9}.Contact-module__hcVmEa__form{flex-direction:column;gap:4rem;width:100%;max-width:800px;margin-top:6rem;display:flex}.Contact-module__hcVmEa__inputGroup{position:relative}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:none;border-bottom:1px solid var(--line-color);width:100%;color:var(--primary);background:0 0;padding:1.5rem 0;font-size:1.5rem;transition:all .4s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-bottom-color:var(--accent);outline:none}.Contact-module__hcVmEa__label{opacity:.2;pointer-events:none;font-size:1.5rem;transition:all .4s;position:absolute;top:1.5rem;left:0}.Contact-module__hcVmEa__input:focus+.Contact-module__hcVmEa__label,.Contact-module__hcVmEa__input:not(:placeholder-shown)+.Contact-module__hcVmEa__label,.Contact-module__hcVmEa__textarea:focus+.Contact-module__hcVmEa__label,.Contact-module__hcVmEa__textarea:not(:placeholder-shown)+.Contact-module__hcVmEa__label{opacity:1;color:var(--accent);letter-spacing:.1em;font-size:.8rem;font-weight:800;top:-1.5rem}.Contact-module__hcVmEa__submit{background:var(--primary-faint);color:var(--primary);cursor:pointer;border:none;align-self:flex-start;padding:1.5rem 4rem;font-size:1.2rem;font-weight:900;transition:all .3s}.Contact-module__hcVmEa__submit:hover{letter-spacing:.2em}@media (max-width:640px){.Contact-module__hcVmEa__section{padding:8rem 0}.Contact-module__hcVmEa__title{font-size:4rem!important}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea,.Contact-module__hcVmEa__label{font-size:1.2rem}}
