body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Home{padding-top:110px}.home-main{background-color:#fff;padding:4rem 2rem}.home-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.home-left{flex:1 1;padding-right:1rem}.home-left h1{color:#111827;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.home-left p{color:#4b5563;font-size:1.1rem;margin-bottom:2rem}.get-started{background-color:#9d53c9;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem}.get-started:hover{background-color:#461279}.home-right{display:flex;flex:1 1;justify-content:center}.home-right img{height:auto;max-width:500px;width:100%}@media (max-width:768px){.Home{padding-top:80px}.home-container{flex-direction:column;text-align:center}.home-left,.home-right{padding:0}.home-left h1{font-size:2rem}.home-right img{margin-top:2rem;max-width:300px}}.yellow-section{background-color:#9d53c9;-webkit-clip-path:ellipse(130% 100% at 50% 0);clip-path:ellipse(130% 100% at 50% 0);display:flex;justify-content:center;padding:4rem 2rem}.yellow-section-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:1200px;width:100%}.yellow-left{flex:1 1;min-width:280px}.yellow-left h2{color:#fff;font-size:2rem;font-weight:600;margin:0}.yellow-right{flex:1 1;min-width:280px}.yellow-right p{color:#fff;font-size:1rem;line-height:1.7;margin:0}@media (max-width:768px){.yellow-section-content{flex-direction:column;text-align:center}.yellow-left h2{font-size:1.75rem}.yellow-right p{font-size:.95rem;margin-top:1rem}}.offer-section{padding:1rem 2rem 4rem;text-align:center}.offer-heading{color:#111827;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.offer-description{color:#4b5563;font-size:1rem;margin:0 auto 3rem;max-width:700px}.offer-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.offer-card{max-width:250px;text-align:center}.offer-card img{border-radius:12px;margin-bottom:1rem;width:100%}.offer-card h3{color:#111827;font-size:1.1rem;font-weight:700;margin:.5rem 0}.offer-card p{color:#4b5563;font-size:.95rem;line-height:1.6}@media (max-width:768px){.offer-grid{align-items:center;flex-direction:column}.offer-card{max-width:90%}.offer-heading{font-size:2rem}}.collab-section{background-color:#fff;padding:4rem 2rem}.collab-container{align-items:center;display:flex;flex-wrap:wrap;gap:120px;justify-content:space-between;margin:0 auto;max-width:1300px}.collab-left{display:flex;flex:1 1 45%;justify-content:center}.collab-left img{height:auto;max-width:100%}.collab-right{flex:1 1 45%;padding:2 rem rem}.collab-right h2{color:#111;font-size:3.6rem;margin-bottom:1.2rem}.collab-right p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:2rem}.collab-icons{display:flex;flex-wrap:wrap;gap:2rem}.icon-box{align-items:center;color:#111;display:flex;flex-direction:column;font-size:.9rem;max-width:120px;text-align:center}.icon-box img{height:64px;margin-bottom:.5rem;width:64px}@media (max-width:768px){.collab-container{align-content:center;flex-direction:column;gap:10px;text-align:center}.collab-left,.collab-right{flex:1 1 100%;padding:1rem 0}.collab-icons{gap:1.5rem;justify-content:center}.collab-right h2{font-size:1.7rem}}.why-choose-section{background-color:#9d53c9;color:#fff;padding:60px 20px;text-align:center}.why-choose-section h2{font-size:2rem;margin-bottom:40px}.why-choose-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1100px}.why-item{align-items:flex-start;display:flex;gap:15px;text-align:left;width:300px}.why-item img{height:50px;width:50px}.why-item h3{font-size:1.4rem;font-weight:700;margin:0 0 5px}.why-item p{color:#d1d5db;font-size:.95rem;line-height:1.5}@media (max-width:768px){.why-choose-grid{gap:30px}.why-item{justify-content:flex-start;width:100%}.why-choose-section h2{font-size:1.6rem}}.help-section-wrapper{background-color:#fff;opacity:0;padding:80px 20px;text-align:center;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease;will-change:opacity,transform}.help-section-wrapper.rise-up{opacity:1;transform:translateY(0)}.help-title{color:#2d3b45;font-size:2rem;margin-bottom:40px}.help-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.help-box{flex:0 0 18%;min-width:200px;text-align:left}.help-box img{border-radius:4px;height:180px;object-fit:cover;width:100%}.help-box h3{color:#2d3b45;font-size:1.1rem;font-weight:700;margin-bottom:10px}.help-box p{color:#5d6c74;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.help-box{flex:0 0 45%;text-align:center}}@media (max-width:600px){.help-box{flex:0 0 100%;text-align:center}.help-box h3{font-size:1rem}.help-box p{font-size:.9rem}}.help-image-link{border-radius:4px;display:block;overflow:hidden;position:relative}.help-image-link img{display:block;height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.help-image-link:hover img{transform:scale(1.05)}.tint-overlay{bottom:0;left:0;mix-blend-mode:multiply;opacity:.5;position:absolute;right:0;top:0}.video-banner{height:80vh;overflow:hidden;position:relative;width:100%}.video-bg{height:100%;object-fit:cover;width:100%}.video-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.banner-content{color:#fff;left:10%;max-width:600px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.banner-content h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.banner-content p{font-size:1.3rem;font-weight:500}.cta-button{background:#0000;border:2px solid #fff;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease}.cta-button:hover{background:#fff;color:#4f0064}@media (max-width:768px){.banner-content h1{font-size:2rem}.cta-button{font-size:.9rem;padding:.5rem 1rem}.banner-content{left:5%}}.about-page{color:#111;font-family:Segoe UI,sans-serif;padding-top:110px}.about-banner{background-image:url(/static/media/AboutB.d0390b70f48e99ce802d.jpg);background-position:50%;background-size:cover;height:400px;position:relative}.about-banner,.about-banner-overlay{align-items:center;display:flex;justify-content:center}.about-banner-overlay{background-color:#3d076e99;height:100%;width:100%}.about-banner-overlay h1{color:#fff;font-size:3rem;font-weight:700;text-align:center}.about-content{margin:60px auto;max-width:1100px;padding:0 20px;text-align:left}.about-content h2{color:#4d007d;font-size:1.4rem;font-weight:700;margin-bottom:20px}.about-content p{color:#333;font-size:1rem;line-height:1.7}@media (max-width:768px){.about-banner-overlay h1{font-size:2rem;padding:0 1rem}.about-content h2{font-size:1.1rem}.about-content p{font-size:.95rem}}.about-helping-banner{background-image:url(/static/media/MancCity.2d328841a76505fd5dc0.jpg);background-position:50%;background-size:cover;color:#fff;height:500px;position:relative}.about-helping-banner,.helping-overlay{align-items:center;display:flex;justify-content:center}.helping-overlay{background-color:#00000073;height:100%;padding:0 1rem;width:100%}.helping-content{max-width:850px;text-align:center}.helping-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.helping-content p{font-size:1.1rem;line-height:1.7;margin-bottom:15px}@media (max-width:768px){.about-helping-banner{height:auto;padding:60px 0}.helping-content h2{font-size:1.8rem}.helping-content p{font-size:1rem}}.team-section{background-color:#f9f9fc;font-family:Segoe UI,sans-serif;padding:4rem 2rem;text-align:center}.team-title{color:#461279;font-size:2.2rem;margin-bottom:1.2rem}.team-intro{color:#444;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:900px}.founders-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.founder-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px #00000014;padding:2rem;text-align:center;width:300px}.founder-img{border-radius:50%;height:180px;margin-bottom:1rem;object-fit:cover;width:180px}.founder-card h3{color:#111;font-size:1.3rem;margin:.5rem 0 .2rem}.founder-card h4{color:#666;font-size:1rem;margin-bottom:.8rem}.founder-card p{color:#555;font-size:.95rem;line-height:1.5}@media (max-width:768px){.founders-grid{align-items:center;flex-direction:column}.team-intro{font-size:1rem;padding:0}}@media (max-width:480px){.team-section{padding:2.5rem 1rem}.team-title{font-size:1.7rem}.team-intro{font-size:.95rem;margin-bottom:2rem}.founder-card{padding:1.5rem;width:80%}.founder-img{height:140px;width:140px}.founder-card h3{font-size:1.2rem}.founder-card h4{font-size:.95rem}.founder-card p{font-size:.9rem}}.pharma-header{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:space-between;padding:1.15rem 3rem}.pharma-header.scrolled{padding-bottom:.4rem;padding-top:.4rem;transition:padding .3s ease}.logo-area{gap:.8rem}.logo-area,.nav-menu{align-items:center;display:flex}.nav-menu{gap:1.5rem}.nav-link{font-weight:500;text-decoration:none}.nav-link,.nav-link:first-child{color:#111;font-size:18px}.nav-link:hover{-webkit-text-decoration:underline #8a2be2;text-decoration:underline #8a2be2}.login-area{align-items:center;display:flex;gap:.4rem}.login-text{color:#111;font-weight:500;text-decoration:none}.get-started-btn{background-color:#461279;border:1px solid #000;border-radius:6px;color:#fff;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease}.get-started-btn:hover{background-color:#f59e0b}.sticky-header{background-color:#fff;border-bottom:1px solid #e5e7eb;left:0;position:fixed;right:0;top:0;transition:padding .3s ease;z-index:999}.hamburger{cursor:pointer;display:none}.mobile-menu{background:#fff;box-shadow:-2px 0 5px #0000001a;display:flex;flex-direction:column;gap:1.25rem;height:calc(100vh - 98px);padding:2rem 1.5rem;position:fixed;right:-100%;top:93px;transition:right .3s ease-in-out;width:250px;z-index:1000}.slide-in{right:0}.slide-out{right:-100%}.mobile-menu a{color:#111;font-size:1rem;font-weight:500;text-decoration:none}.mobile-menu a:hover{text-decoration:underline}.desktop-nav{display:flex;gap:1.5rem}@media (max-width:768px){.desktop-nav{display:none}.hamburger{display:block;margin-left:auto}.logo-area{align-content:left}.logo-img{width:220px}.pharma-header{display:flex;justify-content:space-between;max-height:50px}.pharma-header,.pharma-header.scrolled{padding:1.3rem 1.5rem}}.submenu-wrapper{position:relative}.submenu-toggle{align-items:center;cursor:pointer;display:flex}.dropdown-menu{background-color:#fff;border:1px solid #eee;box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;left:0;min-width:220px;padding:.75rem;position:absolute;top:35px;z-index:1000}.dropdown-menu.show{display:flex}.dropdown-link{color:#111;font-weight:500;padding:8px 0;text-decoration:none}.dropdown-link:hover{-webkit-text-decoration:underline #8a2be2;text-decoration:underline #8a2be2}@media (max-width:768px){.dropdown-menu{background:none;border:none;box-shadow:none;display:flex;left:auto!important;padding:.5rem 0;position:static!important;top:auto!important}.dropdown-link{padding:.4rem 1rem}.submenu-wrapper{display:flex;flex-direction:column;margin-left:.5rem}}.footer-container{background-color:#461279;box-sizing:border-box;color:#fff;font-family:Segoe UI,sans-serif;padding:4rem 2rem}.footer-top{margin-bottom:2rem}.logo-img{height:72px;object-fit:contain}.footer-logo{align-items:center;display:flex;gap:.8rem}.footer-icon{background:#000;border-radius:6px;color:#fff;font-size:2rem;padding:.5rem}.footer-logo h2{font-size:1.5rem;font-weight:700;margin:0}.footer-logo p{font-size:.9rem;margin:0}.footer-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-column{flex:1 1;min-width:250px}.footer-column h3{font-size:1.1rem;margin-bottom:1rem}.footer-column a,.footer-column p{color:#fff;font-size:.95rem;margin-bottom:.5rem;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-column input[type=email]{border:2px solid #000;border-radius:4px;font-size:1rem;margin:.75rem 0;padding:.5rem;width:100%}.footer-column button{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.footer-column button:hover{background:#333}@media (max-width:768px){.footer-grid{align-items:center;flex-direction:column;padding:0 1.5rem}.footer-column{text-align:center;width:100%}.footer-column button,.footer-column form,.footer-column input{width:100%}}.linkedin-follow{margin-top:1.5rem}.linkedin-icon{height:36px;transition:transform .3s ease;width:36px}.linkedin-icon:hover{transform:scale(1.1)}.contact-flex{background-color:#fff;display:flex;flex-wrap:wrap;font-family:Segoe UI,sans-serif;min-height:auto;padding-top:150px}.contact-image{flex:1 1;min-width:300px}.contact-form-section,.contact-image{display:flex;flex:1 1;flex-direction:column;height:100%;min-width:300px}.contact-image img{height:100%;object-fit:cover;width:100%}.contact-form-section{background-color:#fff;box-sizing:border-box;color:#111;flex:1 1;padding:1rem}.contact-form-section h2{color:#9d53c9;font-size:1.75rem;margin-bottom:.75rem}.contact-form-section p{color:#333;font-size:.95rem;margin-bottom:2rem}.contact-form-section a{color:#000;text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row input{flex:1 1}.contact-form input,.contact-form textarea{border:1px solid #000;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.8rem;width:100%}.contact-form textarea{resize:vertical}.contact-form button{background-color:#fbbf24;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:.75rem 1.5rem;width:120px}.contact-form button:hover{background-color:purple}@media (max-width:768px){.contact-flex{flex-direction:column}.contact-form-section{padding:2rem 1.5rem}.form-row{flex-direction:column}.contact-form button{width:100%}}.login-container{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;min-height:70vh;padding:140px 2rem 2rem}.login-card{background-color:#fff;border:1px solid;border-radius:10px;box-shadow:0 8px 20px #0000000d;max-width:400px;padding:2.5rem 2rem;text-align:center;width:100%}.login-card h2{color:#000;font-size:1.8rem;margin-bottom:.5rem}.login-card p{color:#555;font-size:.95rem;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.login-actions{align-items:center;color:#333;display:flex;font-size:.85rem;justify-content:space-between;margin-top:.5rem}.login-actions label{align-items:center;display:flex;gap:.4rem;margin:0;white-space:nowrap}.login-actions a{color:#9d53c9;text-decoration:none}.login-actions a:hover{text-decoration:underline}button[type=submit]{color:#000}button[type=submit]:hover{background-color:#9d53c9}.login-footer{font-size:.9rem;margin-top:1.5rem}.login-footer a{color:#9d53c9;font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}@media (max-width:500px){.login-card{padding:2rem 1.5rem}.login-actions{align-items:flex-start;flex-direction:column;gap:.5rem}}.signup-container{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;min-height:auto;padding:140px 2rem 2rem}.signup-card{background-color:#fff;border:1px solid #9d53c9;border-radius:10px;box-shadow:0 8px 20px #0000000d;max-width:450px;padding:2.5rem 2rem;text-align:center;width:100%}.signup-card h2{color:#9d53c9;font-size:1.8rem;margin-bottom:.5rem}.signup-card p{color:#555;font-size:.95rem;margin-bottom:2rem}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-form input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}button[type=submit]{background-color:#9d53c9;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem}button[type=submit]:hover{background-color:#f59e0b}.signup-footer{font-size:.9rem;margin-top:1.5rem}.signup-footer a{color:#9d53c9;font-weight:500;text-decoration:none}.signup-footer a:hover{text-decoration:underline}@media (max-width:500px){.signup-card{padding:2rem 1.5rem}}.what-we-do-page{color:#2d2d2d;font-family:Segoe UI,sans-serif;padding-top:110px}.what-we-do-banner{background-image:url(/static/media/WhatWeDo.93aabd704c269e65bb38.jpg);background-position:50%;background-size:cover;height:400px;position:relative}.what-we-do-banner,.what-we-do-banner .overlay{align-items:center;display:flex;justify-content:center}.what-we-do-banner .overlay{background-color:#3d076e99;color:#fff;height:100%;width:100%}.what-we-do-banner h1{font-size:3rem;font-weight:700;line-height:1.2;text-align:center}.what-we-do-content{margin:0 auto;max-width:1000px;padding:60px 20px}.what-we-do-content h2{color:#4d007d;font-size:1.5rem;font-weight:700;margin-bottom:20px}.what-we-do-content p{color:#333;font-size:1rem;line-height:1.7;margin-bottom:30px}.what-we-do-content h3{color:#5a0faa;font-size:1.2rem;font-weight:600;margin-bottom:10px}@media (max-width:768px){.what-we-do-banner h1{font-size:2rem}.what-we-do-content h2{font-size:1.2rem}.what-we-do-content h3{font-size:1rem}.what-we-do-content p{font-size:.95rem}.what-we-do-page{padding-top:80px}}.cbpm-container{color:#111;font-family:Segoe UI,sans-serif;padding-top:110px}.cbpm-banner{background-image:url(/static/media/Weed.20315105e9f9334c7df1.jpg);background-position:50%;background-size:cover;height:350px;position:relative}.cbpm-overlay{align-items:center;background-color:#00800080;display:flex;height:100%;justify-content:center;width:100%}.cbpm-banner h1{color:#fff;font-size:48px;line-height:1.2;margin:0;position:relative;text-align:center;z-index:2}.cbpm-text-section{font-size:18px;line-height:1.6;margin:40px auto;max-width:1100px;padding:0 20px}.cbpm-text-section h2{color:#00a651}.dropdown,.getintouch{border-top:1px solid #ccc;margin-top:30px;padding-top:20px}.dropdown-header{align-items:center;cursor:pointer;display:flex;font-size:20px;font-weight:600;justify-content:space-between}.dropdown-content{color:#333;margin-top:10px;padding-left:10px}@media (max-width:768px){.cbpm-banner h1{font-size:32px}.cbpm-text-section{font-size:16px}.dropdown-header{font-size:18px}}.special-obtains-page{color:#111;font-family:Segoe UI,sans-serif;padding-top:110px}.special-banner{background-image:url(/static/media/SOBanner.1d3deef18a8a38ddeaef.jpg);background-position:50%;background-size:cover;height:350px;position:relative}.overlay{align-items:center;background-color:#d3540080;display:flex;height:100%;justify-content:center;width:100%}.overlay h1{color:#fff;font-size:3rem;text-align:center}.special-content{color:#c2410c;font-size:1.1rem;font-weight:600;line-height:1.7;margin:3rem auto;max-width:1100px;padding:0 1.5rem}.special-content p{color:#111;font-size:.7;font-weight:350}.special-content strong{color:#111;font-size:1.2rem;font-weight:600}.dropdowns{margin-top:2rem}.dropdown{margin-bottom:1rem}.dropdown-btn{background-color:#f97316;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:600;padding:1.4rem 1.2rem;text-align:left;width:100%}.dropdown-content{background:#fff5eb;border:1px solid #f59e0b;border-radius:4px;margin-top:.5rem;padding:1rem}@media (max-width:768px){.special-banner{height:250px}.overlay h1{font-size:2.2rem;padding:0 1rem}.special-content{font-size:1rem;margin:2rem 0;padding:0 1rem}.dropdown-btn{padding:.7rem 1rem}.dropdown-btn,.dropdown-content{font-size:.95rem}}@media (max-width:480px){.overlay h1{font-size:1.8rem}.special-content{font-size:.95rem}.dropdown-btn,.dropdown-content{font-size:.9rem}}.import-export-page{color:#111;font-family:Segoe UI,sans-serif;padding-top:110px}.import-banner{background-image:url(/static/media/ImportExport.0a9e9d5fbcfd4b497d41.jpg);background-position:50%;background-size:cover;height:350px;position:relative}.import-overlay{align-items:center;background-color:#3d076e80;display:flex;height:100%;justify-content:center;width:100%}.import-overlay h1{color:#fff;font-size:3rem;text-align:center}.import-content{margin:3rem auto;max-width:1100px;padding:0 1.5rem}.import-content h2{color:#9d53c9;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.import-content p{color:#333;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.import-overlay h1{font-size:2rem;padding:0 1rem}.import-banner{height:250px}.import-content{margin:2rem 0;padding:0 1rem}.import-content h2{font-size:1.3rem;text-align:center}.import-content p{font-size:1rem;text-align:justify}}@media (max-width:480px){.import-overlay h1{font-size:1.6rem}.import-content h2{font-size:1.15rem}.import-content p{font-size:.95rem}}.wholesale-page{color:#111;font-family:Segoe UI,sans-serif;padding-top:110px}.wholesale-banner{background-image:url(/static/media/WholesaleBanner.383f111c4f8ab9bd65a5.jpg);background-position:50%;background-size:cover;height:350px;position:relative}.wholesale-overlay{align-items:center;background-color:#09345d80;display:flex;height:100%;justify-content:center;width:100%}.wholesale-overlay h1{color:#fff;font-size:3rem;text-align:center}.wholesale-content{margin:3rem auto;max-width:1000px;padding:0 1.5rem}.wholesale-content h2{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.wholesale-content p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.wholesale-content ul{list-style-type:disc;margin-bottom:1.5rem;padding-left:1.5rem}.wholesale-content li{font-size:1.05rem;margin-bottom:.5rem}@media (max-width:768px){.wholesale-banner{height:250px}.wholesale-overlay h1{font-size:2.2rem;padding:0 1rem}.wholesale-content{padding:0 1rem}.wholesale-content h2{font-size:1.3rem;text-align:center}.wholesale-content li,.wholesale-content p{font-size:1rem}}@media (max-width:480px){.wholesale-overlay h1{font-size:1.7rem}.wholesale-content h2{font-size:1.15rem}.wholesale-content li,.wholesale-content p{font-size:.95rem}}.about-pharmacy{font-family:Arial,sans-serif;line-height:1.6;padding-top:115px}.about-hero{background:linear-gradient(90deg,#461279,purple);color:#fff;padding:4rem 1.5rem;text-align:left}.about-hero-content{margin:0 auto;max-width:1200px}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.2rem;font-weight:600;max-width:1200px}.about-details{background:#fff;padding:3rem 1.5rem}.about-details-content{color:#333;margin:0 auto;max-width:1200px}.about-details p{font-size:1.1rem;margin-bottom:1.5rem}@media (max-width:768px){.about-hero h1{font-size:2.2rem}.about-details p,.about-hero p{font-size:1rem}}.pharmacy-expert-section{background-color:purple;color:#fff;display:flex;flex-direction:row;min-height:450px;width:100%}.expert-image{flex:1 1}.expert-image img{display:block;height:100%;object-fit:cover;width:100%}.expert-text{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2rem}.expert-text h2{font-family:Georgia,serif;font-size:2.4rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem}.expert-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem}@media (max-width:768px){.pharmacy-expert-section{flex-direction:column}.expert-text{padding:2rem 1.5rem}.expert-text h2{font-size:1.8rem}.expert-text p{font-size:1rem}}.gphc-section{background-color:#fdfdfb;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:3rem 2rem}.gphc-item{flex:1 1 200px;min-width:250px}.gphc-item h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.gphc-item h3,.gphc-item p{color:purple;font-family:Georgia,serif}.gphc-item p{font-size:1.1rem;line-height:1.6;margin:0}@media (max-width:768px){.gphc-section{flex-direction:column;padding:2rem 1.5rem}.gphc-item{margin-bottom:1.5rem}.gphc-item h3{font-size:1.2rem}.gphc-item p{font-size:1rem}}.terms-page{color:#333;font-family:Helvetica Neue,sans-serif;padding-top:110px}.terms-hero{background:linear-gradient(90deg,#461279,purple);color:#fff;padding:4rem 1.5rem;text-align:center}.terms-hero h1{font-size:3rem;font-weight:700;margin:0}.terms-content{margin:3rem auto;max-width:1200px;padding:0 1.5rem}.terms-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.last-updated{color:#333;font-weight:500}.welcome{color:#2e7d32;font-weight:600}.terms-content a{color:#2e7d32;text-decoration:underline}@media (max-width:768px){.terms-hero h1{font-size:2.2rem}.terms-content{padding:0 1rem}.terms-content p{font-size:1rem}}.privacy-page{color:#333;font-family:Helvetica Neue,sans-serif;padding-top:110px}.privacy-hero{background:linear-gradient(90deg,#461279,purple);color:#fff;padding:4rem 1.5rem;text-align:center}.privacy-hero h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.privacy-hero p{font-size:1.2rem;margin:0}.privacy-content{margin:3rem auto;max-width:1200px;padding:0 1.5rem}.privacy-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.privacy-content ul{margin-bottom:1.5rem;margin-left:1.5rem}.privacy-content li{color:#555;font-size:1.05rem;margin-bottom:.8rem}.privacy-content a{color:#2e7d32;text-decoration:underline}@media (max-width:768px){.privacy-hero h1{font-size:2.2rem}.privacy-content li,.privacy-content p,.privacy-hero p{font-size:1rem}.privacy-content{padding:0 1rem}}
/*# sourceMappingURL=main.a30585f3.css.map*/