301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: kpc.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head profile="http://gmpg.org/xfn/11"><meta charset="utf-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://kpc.com/xmlrpc.php" /> <link rel="preload" href="/wp-content/themes/incredible/assets/dist/webfonts/fa-light-300.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/wp-content/themes/incredible/assets/dist/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/wp-content/themes/incredible/assets/dist/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src='https://kpc.com/wp-content/cache/min/1/i/5215ae5310c6274347283cf0ec988ed2.js?ver=1744889543' class='ct_clicktrue'></script> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src='https://kpc.com/wp-content/cache/min/1/monitor/stat.js?ver=1744889544'> </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore"> var ctPublicFunctions = {"_ajax_nonce":"da8c0bd2d5","_rest_nonce":"88d2a0cae1","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/kpc.com\/wp-json\/","data__cookies_type":"none","data__ajax_type":"rest","text__wait_for_decoding":"Decoding the contact data, let us a few seconds to finish. Anti-Spam by CleanTalk","cookiePrefix":"","wprocket_detected":true} </script> <script data-no-defer="1" data-ezscrex="false" data-cfasync="false" data-pagespeed-no-defer data-cookieconsent="ignore"> var ctPublic = {"_ajax_nonce":"da8c0bd2d5","settings__forms__check_internal":"0","settings__forms__check_external":"0","settings__forms__search_test":"1","settings__data__bot_detector_enabled":"1","blog_home":"https:\/\/kpc.com\/","pixel__setting":"3","pixel__enabled":true,"pixel__url":"https:\/\/moderate6-v4.cleantalk.org\/pixel\/6b397ccfa0364b3cb0f1bc5a74241d47.gif","data__email_check_before_post":"1","data__cookies_type":"none","data__key_is_ok":true,"data__visible_fields_required":true,"wl_brandname":"Anti-Spam by CleanTalk","wl_brandname_short":"CleanTalk","ct_checkjs_key":"29c5a2d0a5cdbf096f445ecde9a05474bca8b327d369285480c0bbb8b68cfacb","emailEncoderPassKey":"dafe955ec1c8e7ab74c666ad5fb8c633","bot_detector_forms_excluded":"W10=","advancedCacheExists":true,"varnishCacheExists":false,"wc_ajax_add_to_cart":false} </script> <!-- This site is optimized with the Yoast SEO plugin v23.0 - https://yoast.com/wordpress/plugins/seo/ --> <title>KPC Herbs – Trusted Chinese Herbs & Herbal Supplements</title> <meta name="description" content="KPC Herbs offers certified herbal supplements and high-quality Chinese herbs. Your reliable source for traditional Chinese medicine and herbal ingredients." /> <link rel="canonical" href="https://kpc.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="KPC Herbs – Trusted Chinese Herbs & Herbal Supplements" /> <meta property="og:description" content="KPC Herbs offers certified herbal supplements and high-quality Chinese herbs. Your reliable source for traditional Chinese medicine and herbal ingredients." /> <meta property="og:url" content="https://kpc.com/" /> <meta property="og:site_name" content="KPC" /> <meta property="article:modified_time" content="2025-04-24T12:28:48+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://kpc.com/","url":"https://kpc.com/","name":"KPC Herbs – Trusted Chinese Herbs & Herbal Supplements","isPartOf":{"@id":"https://kpc.com/#website"},"datePublished":"2021-08-24T20:09:09+00:00","dateModified":"2025-04-24T12:28:48+00:00","description":"KPC Herbs offers certified herbal supplements and high-quality Chinese herbs. Your reliable source for traditional Chinese medicine and herbal ingredients.","breadcrumb":{"@id":"https://kpc.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://kpc.com/"]}]},{"@type":"BreadcrumbList","@id":"https://kpc.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://kpc.com/#website","url":"https://kpc.com/","name":"KPC","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://kpc.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <meta name="google-site-verification" content="bytcf8bBePYJiLvtNTO1y6sOzJXb9lq0Z8kD0c7MK0c" /> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//moderate.cleantalk.org' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='agile-store-locator-init-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/plugins/agile-store-locator/public/css/init.css?ver=1744889542' type='text/css' media='all' /> <link rel='stylesheet' id='ct_public_css-css' href='https://kpc.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css?ver=6.42.1' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=1744889542' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1744889542' type='text/css' media='only screen and (max-width: 768px)' /> <link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1744889542' type='text/css' media='all' /> <style id='woocommerce-inline-inline-css' type='text/css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='aws-style-css' href='https://kpc.com/wp-content/plugins/advanced-woo-search/assets/css/common.min.css?ver=3.12' type='text/css' media='all' /> <link rel='stylesheet' id='passster-public-css' href='https://kpc.com/wp-content/plugins/content-protector/assets/public/passster-public.min.css?ver=4.2.6.5' type='text/css' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://kpc.com/wp-content/themes/incredible/style.css?ver=6.7.1' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='child-style-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/themes/incredibletheme-child/style.css?ver=1744889542' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='main-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/themes/incredible/assets/dist/css/main.min.css?ver=1744889542' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="text/javascript" id="clickceaseFrontEnd-js-extra"> /* <![CDATA[ */ var ajax_obj = {"cc_nonce":"505d8a4b8f","ajax_url":"https:\/\/kpc.com\/wp-admin\/admin-ajax.php","ajax_action":"validate_clickcease_response"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/cache/min/1/wp-content/plugins/clickcease-click-fraud-protection/includes/assets/js/front-end.js?ver=1744889544" id="clickceaseFrontEnd-js" defer></script> <script type="text/javascript" data-pagespeed-no-defer src="https://kpc.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?ver=6.42.1" id="ct_public_functions-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/cache/min/1/ct-bot-detector-wrapper.js?ver=1744889544" id="ct_bot_detector-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.3.3" id="jquery-blockui-js" defer="defer" data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.3.3" id="js-cookie-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="woocommerce-js-extra"> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.3.3" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/cache/min/1/wp-content/plugins/content-protector/assets/public/cookie.js?ver=1744889544" id="passster-cookie-js" defer></script> <script type="text/javascript" id="passster-public-js-extra"> /* <![CDATA[ */ var ps_ajax = {"ajax_url":"https:\/\/kpc.com\/wp-admin\/admin-ajax.php","nonce":"664f5c1ade","hash_nonce":"27f40fb7ea","logout_nonce":"fbeeda6a63","post_id":"66","shortcodes":[],"permalink":"https:\/\/kpc.com\/","cookie_duration_unit":"days","cookie_duration":"2","disable_cookie":"1","unlock_mode":"1"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/content-protector/assets/public/passster-public.min.js?ver=4.2.6.5" id="passster-public-js" defer></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-TNCZQ92" id="google_gtagjs-js" async></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="google_gtagjs-js-after"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["kpc.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-TNCZQ92"); /* ]]> */ </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://kpc.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://kpc.com/wp-json/wp/v2/pages/66" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://kpc.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://kpc.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://kpc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkpc.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://kpc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fkpc.com%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.137.0" /> <style> .passster-form { max-width: 700px !important; } .passster-form > form { background: #FAFAFA; padding: 20px 20px 20px 20px; margin: 0px 0px 0px 0px; border-radius: px; } .passster-form h4 { font-size: 24px; font-weight: 500; color: #6804cc; } .passster-form p { font-size: 16px; font-weight: 300; color: #000; } .passster-submit, .passster-submit-recaptcha { background: #6804cc; padding: 10px 10px 10px 10px; margin: 0px 0px 0px 0px; border-radius: px; font-size: 12px; font-weight: 400; color: #fff; } .passster-submit:hover, .passster-submit-recaptcha:hover { background: #000; color: #fff; } </style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <!-- Meta Pixel Code --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next'); </script> <!-- End Meta Pixel Code --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> var url = window.location.origin + '?ob=open-bridge'; fbq('set', 'openbridge', '1102742863970173', url); </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>fbq('init', '1102742863970173', {}, { "agent": "wordpress-6.7.1-3.0.16" })</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'> fbq('track', 'PageView', []); </script> <!-- Meta Pixel Code --> <noscript> <img height="1" width="1" style="display:none" alt="fbpx" src="https://www.facebook.com/tr?id=1102742863970173&ev=PageView&noscript=1" /> </noscript> <!-- End Meta Pixel Code --> <style class='wp-fonts-local' type='text/css'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://kpc.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://kpc.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> <link rel="icon" href="https://kpc.com/wp-content/uploads/2021/11/cropped-logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://kpc.com/wp-content/uploads/2021/11/cropped-logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://kpc.com/wp-content/uploads/2021/11/cropped-logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://kpc.com/wp-content/uploads/2021/11/cropped-logo-270x270.png" /> <style type="text/css" id="wp-custom-css"> .woocommerce-shop .block--woocommerce ul.products li.product h2 { margin-bottom: 0 !important; } .woocommerce-shop.logged-in .products.columns-3 p.weight-capsule { order: 3 !important; } .woocommerce-shop span.price bdi { font-size: 20px; } .single-product .kpc-product-content ul li{ line-height:22px; } .single-product .kpc-wrap-price .price bdi { font-size: 36px !important; font-weight: 900 !important; font-family: "Cormorant", serif !important; line-height: 36px; } .related--products svg.top-curve { margin-top: -1px; } .single-product .shop--single-product .single--product-woo h5{ font-size: 16px !important; line-height: 22px; } .single--product-woo.kpc-inner .weight-capsule{ font-family: "Montserrat", sans-serif !important; font-size: 16px !important; line-height: 22px !important; } p.chinese-lan { font-family: "Montserrat", sans-serif !important; font-size: 16px !important; font-weight:400; line-height:22px; color:#1f1f1f; } .single-product .shop--single-product .single--product-woo h2{ font-family: "Cormorant", serif !important; font-size: 36px !important; font-weight: 900 !important; margin-top: 20px; } .single-product .shop--single-product .single--product-woo h1{ font-family: "Montserrat",sans-serif; font-size: 36px !important; font-weight: 900 !important; margin-bottom: 10px !important; color: #1f1f1f !important; } .product-disclamier h2, .product-disclamier p { color: #9b9b9b !important; margin-left: 45px; } .product-english { line-height: 18px !important; } .products a.btn.btn--primary-g { margin-top: 10px !important; } .product-disclamier p{ font-size: 13px !important; line-height: 22px !important; } .grecaptcha-badge { visibility: hidden; } @media (max-width:767px){ .woocommerce-shop li.product.type-product { width: 100% !important; margin:0 !important; } .woocommerce-page ul.products.columns-3 li.product { width: 100% !important; } .term-capsule-single-herb .woocommerce-page ul.products.columns-3 { display: block !important; } } </style> <meta name="facebook-domain-verification" content="r3ld20ohd5ls6a01hu0qan5kyo04w8" /> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PXK8ZJP');</script> <!-- End Google Tag Manager --> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "LocalBusiness", "logo": "https://media-exp1.licdn.com/dms/image/C560BAQFdeiM83LwIeQ/company-logo_200_200/0/1519892027767?e=1653523200&v=beta&t=5IeCkabNk9uttl6YUZaGdxScddlGWlroi7WKSgMJmbQ", "url": "https://www.kpc.com/", "priceRange":"$$$", "image": "https://www.kpc.com/wp-content/uploads/2021/08/office-corner-387x336.jpg", "sameAs": ["https://www.facebook.com/KPCProducts/", "https://www.instagram.com/kpcherbs/", "https://www.linkedin.com/company/kpc-products"], "legalName": "KPC Products, Inc.", "name": "KPC Products, Inc.", "alternateName": "#", "telephone": "+1-949-398-8158", "makesOffer": ["Herbal Medicine","Herbal Products","Chinese Herbs", "Alternative Medicine","Herbal Supplements"], "address":{ "@type": "PostalAddress", "addressLocality":"Irvine", "addressRegion":"CA", "streetAddress":"16 Goddard", "postalCode":"92618" }, "geo":{ "@type": "GeoCoordinates", "latitude":"33.6326", "longitude":"-117.742797" }, "contactPoint":{ "@type": "contactPoint", "contactType": "customer service", "telephone":"+1-949-398-8158", "url":"https://www.kpc.com/contact-us/" } } </script> </head> <body class="home page-template-default page page-id-66 theme-incredible woocommerce-no-js"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PXK8ZJP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="site-wrap scroller"> <section class="menu__mobile"> <a class="site__logo" href="https://kpc.com/"> <svg width="299" height="63" viewBox="0 0 299 63" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M157.589 20.0901C157.48 20.5269 157.589 20.8544 157.807 21.0728C158.353 21.7279 159.225 21.7279 159.88 21.6187C160.534 21.5095 165.552 21.4004 167.952 18.4523C169.588 16.487 168.934 17.4697 168.934 17.4697C168.934 17.4697 167.407 19.6534 170.461 19.7626C174.17 19.9809 174.715 16.2686 175.697 16.2686C176.352 16.2686 174.388 17.4697 175.915 18.3432C177.006 18.9983 178.315 18.234 178.86 17.7972C179.406 17.3605 179.842 15.286 184.097 14.74C189.005 14.0849 206.35 14.3033 212.458 16.3778L211.149 14.8492C211.149 14.8492 180.388 10.4818 160.534 19.2166C160.534 19.2166 160.534 19.2166 160.643 19.1075" fill="url(#paint0_linear)"/> <path d="M74.3577 28.279L75.4486 28.1698C77.5212 27.8423 77.5212 27.2964 77.5212 23.0381V7.31542C77.5212 3.05719 77.5212 2.51126 75.4486 2.18371L74.3577 2.07452V0.982667H86.4661V2.07452L85.3753 2.18371C83.3027 2.51126 83.3027 2.948 83.3027 7.31542V13.8665H84.6117C87.2297 13.8665 94.2111 3.60312 94.2111 2.94801C94.2111 2.29289 93.3384 2.29289 92.5748 2.18371L90.9386 1.96534V0.873482H101.956V1.96534L101.083 2.18371C98.3563 2.18371 95.3019 6.76949 89.8477 12.5563C99.338 27.6239 100.102 28.1698 102.283 28.1698V29.2617H98.4654C94.6474 29.2617 93.5566 29.2617 87.3388 18.8891C86.357 17.2513 85.4843 15.6135 84.0662 15.6135H83.4117V22.8198C83.4117 27.078 83.4117 27.6239 85.4843 27.9515L86.5752 28.0607V29.1525H74.3577V28.279Z" fill="white"/> <path d="M104.138 28.279L105.229 28.1698C107.301 27.9515 107.301 27.2964 107.301 23.0381V7.31542C107.301 3.05719 107.301 2.40208 105.229 2.18371L104.138 2.07452V0.982666H116.028C121.482 0.982666 127.918 1.96534 127.918 8.62565C127.918 15.9411 120.609 17.688 115.919 17.9064V16.2686C119.191 15.8319 122.137 14.4125 122.137 9.28076C122.137 4.80416 119.082 2.72963 115.373 2.72963C114.61 2.72963 113.955 2.83882 113.192 3.05719V23.1473C113.192 27.4055 113.192 28.0607 115.373 28.279L117.119 28.3882V29.4801H104.138V28.279Z" fill="white"/> <path d="M156.498 21.8371C156.171 24.7851 155.735 26.0953 154.753 28.1698C153.008 28.825 150.499 29.9168 145.481 29.9168C137.19 29.9168 129.118 26.4229 129.118 15.286C129.118 5.02253 137.299 0.436745 145.699 0.436745C150.389 0.436745 153.117 1.41941 154.862 2.2929C155.189 3.71231 155.626 5.13172 155.626 9.28077L153.989 9.49914C153.662 7.75217 152.68 2.07453 145.59 2.07453C139.372 2.07453 135.663 7.20624 135.663 14.6309C135.663 16.0503 135.663 28.279 145.808 28.279C153.662 28.279 154.317 21.9463 154.426 21.6187L156.498 21.8371Z" fill="white"/> <path d="M199.477 13.539V7.31542C199.477 3.05719 199.477 2.51126 197.405 2.18371L196.314 2.07452V0.982666H208.422V2.07452L207.331 2.18371C205.15 2.51126 205.15 2.948 205.15 7.31542V22.9289C205.15 27.1872 205.15 27.7331 207.331 28.0607L208.313 28.1698V29.2617H196.205V28.1698L197.296 28.0607C199.368 27.7331 199.368 27.1872 199.368 22.9289V15.3951L199.477 13.539ZM185.951 15.5043V23.0381C185.951 27.2964 185.951 27.8423 188.024 28.1698L189.114 28.279V29.3709H177.006V28.279L178.097 28.1698C180.169 27.8423 180.169 27.2964 180.169 23.0381V7.31542C180.169 3.05719 180.169 2.51126 178.097 2.18371L177.006 2.07452V0.982666H189.114V2.07452L188.024 2.18371C185.951 2.51126 185.951 2.948 185.951 7.31542V13.539V15.5043Z" fill="white"/> <path d="M291.108 26.5321H294.272V26.9688H293.181V29.4801H292.199V26.9688H291.108V26.5321Z" fill="white"/> <path d="M295.799 29.5893H294.817V26.6413H296.344L296.89 28.0607C296.999 28.279 296.999 28.4974 297.108 28.7158C297.108 28.3882 297.217 28.1698 297.217 28.0607L297.762 26.6413H299.29V29.5893H298.308V28.6066C298.308 28.0607 298.308 27.4055 298.417 26.8596L297.435 29.5893H296.89L295.908 26.8596C296.017 27.4055 296.017 28.0607 296.017 28.6066V29.5893H295.799Z" fill="white"/> <path d="M176.133 12.7747C176.133 12.7747 173.188 12.2288 170.897 11.5737C168.607 10.9185 166.316 11.0277 165.116 11.6828C163.807 12.338 165.552 13.2114 165.552 13.2114C165.552 13.2114 162.716 12.4471 161.189 12.6655C159.662 12.8839 158.025 13.4298 158.134 14.3033C158.353 15.286 159.443 15.286 159.443 15.286C159.443 15.286 157.48 15.286 155.953 16.1594C154.426 17.1421 153.771 18.9983 154.317 19.6534C154.862 20.3085 155.844 20.3085 156.498 20.1993C157.153 20.0901 162.28 19.9809 164.789 16.9237C166.425 14.9584 165.77 15.9411 165.77 15.9411C165.77 15.9411 164.243 18.1248 167.298 18.3432C171.116 18.5615 171.552 14.74 172.752 14.8492C173.406 14.8492 171.443 16.0503 172.97 16.9237C174.17 17.5789 175.37 16.8146 175.915 16.3778C176.461 15.9411 176.897 13.7574 181.26 13.2114C186.278 12.5563 204.059 12.7747 210.277 14.8492L208.968 13.2114C208.968 13.2114 177.442 8.73484 157.153 17.688C157.153 17.688 161.734 13.3206 175.479 12.4471" fill="#2D8655"/> <path d="M218.458 18.3432C218.458 17.4697 218.458 10.4818 222.276 10.4818C225.112 10.4818 226.421 13.1023 226.639 16.3778C223.912 17.3605 221.185 17.9064 218.458 18.3432ZM231.003 25.9861C230.348 26.3137 228.494 27.2964 226.203 27.2964C220.203 27.2964 218.894 22.383 218.349 19.7626C222.931 18.6707 227.839 17.2513 231.548 15.3952C231.112 12.7747 229.912 8.07973 222.821 8.07973C217.804 8.07973 212.786 12.1196 212.786 19.3258C212.786 26.6413 217.913 30.026 223.04 30.026C227.512 30.026 230.239 28.0607 231.439 27.1872L231.003 25.9861Z" fill="white"/> <path d="M236.784 14.74C236.784 13.1022 236.784 11.1369 235.475 11.1369C234.821 11.1369 234.275 11.3553 234.057 11.4645V10.1542C237.33 9.06239 238.311 8.73483 241.475 8.1889C241.584 8.9532 241.802 9.93587 241.802 11.3553C242.675 10.3726 244.529 8.1889 246.82 8.1889C248.674 8.1889 249.765 9.49913 250.42 10.1542C249.765 11.5737 249.22 12.338 247.802 13.3206C247.147 13.1022 244.529 12.0104 243.875 12.0104C243.22 12.0104 242.675 12.2288 242.129 12.8839V23.8024C242.129 26.9688 242.129 27.6239 243.984 27.8423L245.729 28.0607V29.4801H234.057V28.279L235.039 28.1698C236.675 28.0607 236.893 27.5147 236.893 25.1126V14.74H236.784Z" fill="white"/> <path d="M262.201 8.07972C259.801 8.07972 257.947 8.95321 256.965 9.38995V7.86135V4.69497V0C254.674 0 252.711 0.218371 249.111 0.982669V2.18371C249.329 2.18371 249.765 2.07452 250.311 2.07452C251.729 2.07452 251.729 3.82149 251.729 7.75217V29.8076L253.256 29.5893L254.02 28.4974C255.329 28.9341 257.401 29.5893 260.237 29.5893C266.019 29.5893 272.128 25.9861 272.128 17.9064C272.237 11.2461 267.328 8.07972 262.201 8.07972ZM260.892 29.0433C258.71 29.0433 257.728 28.0607 256.965 27.2964V12.0104C257.728 11.6828 258.492 11.6828 258.819 11.6828C262.637 11.6828 266.673 15.0676 266.673 20.9636C266.673 25.2218 265.146 29.0433 260.892 29.0433Z" fill="white"/> <path d="M286.636 14.8492C286.527 13.3206 285.436 9.7175 282.054 9.7175C280.636 9.7175 279.436 10.9185 279.436 12.5563C279.436 17.2513 289.799 16.487 289.799 23.4749C289.799 26.9688 287.29 30.026 280.963 30.026C278.236 30.026 276.273 29.4801 274.636 28.6066C274.2 26.7504 273.764 24.8943 273.764 22.1646H275.618C275.945 24.6759 278.018 28.279 281.4 28.279C283.363 28.279 284.454 26.9688 284.454 25.331C284.454 19.9809 274.091 21.2912 274.091 14.0849C274.091 13.7574 274.091 8.1889 282.381 8.1889C284.781 8.1889 286.854 8.84402 287.945 9.49913C288.381 11.2461 288.49 13.2114 288.49 15.0676H286.636V14.8492Z" fill="white"/> <path d="M180.388 54.4835C180.388 52.1906 178.86 51.3171 176.679 51.3171C176.679 51.3171 162.934 51.3171 162.171 51.3171C162.061 51.4263 160.971 52.5182 160.862 52.5182C163.807 52.5182 174.824 52.5182 174.824 52.5182C177.333 52.5182 177.224 54.4835 177.224 54.4835V56.1213H160.425C160.425 56.1213 160.425 51.9723 160.425 50.9896C159.553 50.9896 158.244 50.9896 157.371 50.9896C157.371 52.8457 157.371 61.799 157.371 62.5632C158.898 62.5632 178.642 62.5632 180.279 62.5632C180.388 62.0173 180.388 55.1386 180.388 54.4835ZM160.534 61.1438V57.6499V57.3223H177.333V61.1438H160.534Z" fill="#0C479D"/> <path d="M167.734 43.0191L158.134 49.7886H154.535L164.025 43.0191H167.734Z" fill="#0C479D"/> <path d="M169.806 43.0191L179.406 49.7886H183.006L173.406 43.0191H169.806Z" fill="#0C479D"/> <path d="M170.243 41.818C170.243 41.818 170.243 38.6516 170.243 38.4333C169.37 38.4333 168.061 38.4333 167.188 38.4333C167.188 38.7608 167.188 41.818 167.188 41.818H155.189C155.189 42.2548 155.189 42.6915 155.189 43.3466C156.716 43.3466 167.188 43.3466 167.188 43.3466V50.3345H170.243V43.3466C170.243 43.3466 180.715 43.3466 182.242 43.3466C182.242 42.6915 182.242 42.3639 182.242 41.818H170.243Z" fill="#0C479D"/> <path d="M173.297 37.3414L156.062 37.8873V39.3068L173.188 38.9792C173.843 38.9792 179.406 38.7608 180.824 37.7782L179.624 36.5771C177.988 37.123 175.152 37.3414 173.297 37.3414Z" fill="#0C479D"/> <path d="M202.641 38.5425C204.168 38.5425 216.713 38.5425 228.712 38.5425V37.123H202.641V38.5425Z" fill="#0C479D"/> <path d="M206.022 63H203.404V40.9445H206.022V63Z" fill="#0C479D"/> <path d="M214.313 47.2773H204.932V48.4783H214.313V47.2773Z" fill="#0C479D"/> <path d="M226.858 47.2773H217.258V48.4783H226.858V47.2773Z" fill="#0C479D"/> <path d="M217.258 40.8354C217.258 41.7088 217.258 47.3865 217.258 48.3691H219.876C219.876 48.3691 219.876 41.5996 219.876 40.8354H217.258Z" fill="#0C479D"/> <path d="M207.55 50.3345C207.55 50.662 207.55 51.0988 207.55 51.4263C208.422 51.4263 223.149 51.4263 224.021 51.4263C224.021 51.0988 224.021 50.662 224.021 50.3345H207.55Z" fill="#0C479D"/> <path d="M219.113 44.1109C219.113 44.4385 219.113 44.8752 219.113 45.312C219.985 45.312 226.094 45.312 226.967 45.312C226.967 44.766 226.967 44.4385 226.967 44.1109H219.113Z" fill="#0C479D"/> <path d="M205.477 44.1109C205.477 44.4385 205.477 44.8752 205.477 45.312C206.35 45.312 212.131 45.312 213.004 45.312C213.004 44.766 213.004 44.4385 213.004 44.1109H205.477Z" fill="#0C479D"/> <path d="M224.021 58.1958C224.021 57.9775 224.021 54.5927 224.021 54.5927C224.021 54.4835 224.021 52.7366 222.058 52.7366C222.058 52.7366 211.695 52.7366 211.259 52.7366C211.149 52.8457 210.822 53.2825 210.495 53.7192C212.022 53.7192 220.313 53.7192 220.313 53.7192C221.403 53.7192 221.731 54.2652 221.731 55.0295V57.2132H210.059C210.059 57.2132 210.059 53.3917 210.059 52.7366C209.513 52.7366 208.204 52.7366 207.659 52.7366C207.659 53.3917 207.659 57.5407 207.659 58.1958H224.021Z" fill="#0C479D"/> <path d="M225.767 58.5234C225.767 60.7071 225.112 61.1438 224.349 61.1438H223.367C223.912 61.799 224.349 62.4541 224.676 62.6724C225.33 62.6724 225.876 62.6724 225.876 62.6724C226.967 62.5633 227.621 62.1265 227.948 61.5806C228.494 60.8163 228.494 59.8336 228.494 59.1785V44.6568C228.494 43.6742 228.276 42.5823 227.621 41.818C226.748 40.9445 225.221 40.9445 225.221 40.9445H218.24V42.1456H223.585C224.567 42.1456 225.003 42.5823 225.33 42.9099C225.876 43.4558 225.876 44.2201 225.876 44.5477L225.767 58.5234Z" fill="#0C479D"/> <path d="M206.35 42.1456C209.404 42.1456 209.404 42.1456 209.404 42.1456C210.386 42.1456 210.822 42.4731 211.149 42.8007C211.804 43.4558 211.695 44.2201 211.695 44.766V48.4783H214.313C214.313 48.26 214.313 44.3293 214.313 44.3293C214.313 43.3466 214.204 42.5823 213.549 41.818C212.786 40.9445 211.258 40.9445 211.258 40.9445H207.441L206.35 42.1456Z" fill="#0C479D"/> <path d="M210.604 39.7435V35.8128C209.622 35.8128 208.531 35.8128 207.55 35.8128V39.7435H210.604Z" fill="#0C479D"/> <path d="M214.967 57.6499L212.568 54.2652C211.913 54.2652 211.04 54.2652 210.604 54.2652L213.004 57.6499H214.967Z" fill="#0C479D"/> <path d="M216.604 57.6499L219.003 54.2652C219.658 54.2652 220.531 54.2652 220.967 54.2652L218.567 57.6499H216.604Z" fill="#0C479D"/> <path d="M224.349 39.7435V35.8128C223.367 35.8128 222.276 35.8128 221.294 35.8128V39.7435H224.349Z" fill="#0C479D"/> <path d="M211.913 58.0867L207.659 62.4541H210.495L214.749 58.0867H211.913Z" fill="#0C479D"/> <path d="M219.658 58.0867L223.694 62.4541H220.858L216.822 58.0867H219.658Z" fill="#0C479D"/> <path d="M217.149 49.5702H214.531V62.6724H217.149V49.5702Z" fill="#0C479D"/> <path d="M131.409 53.2825C131.409 51.0988 129.882 50.1161 127.809 50.1161C127.809 50.1161 122.9 50.1161 122.246 50.1161C122.246 50.2253 121.046 51.3172 120.937 51.3172C123.882 51.3172 125.736 51.3172 125.736 51.3172C128.354 51.3172 128.464 53.3917 128.464 53.3917V55.5754H119.41V56.9948H131.518V53.2825H131.409Z" fill="#0C479D"/> <path d="M114.174 45.9671H134.463V44.766H114.174V45.9671Z" fill="#0C479D"/> <path d="M114.937 39.3068C116.573 39.3068 128.9 39.3068 133.7 39.3068V38.1057H114.937V39.3068Z" fill="#0C479D"/> <path d="M121.155 45.312V35.7036C120.282 35.7036 119.082 35.7036 118.101 35.7036V45.312H121.155Z" fill="#0C479D"/> <path d="M130.318 45.312V35.7036C129.445 35.7036 128.245 35.7036 127.264 35.7036V45.312H130.318Z" fill="#0C479D"/> <path d="M114.719 51.5355L109.919 62.4541H106.756L111.555 51.5355H114.719Z" fill="#0C479D"/> <path d="M107.192 36.1404L111.228 42.9099H113.955L109.919 36.1404H107.192Z" fill="#0C479D"/> <path d="M106.756 43.8925L110.574 49.6794H113.301L109.483 43.8925H106.756Z" fill="#0C479D"/> <path d="M118.973 45.7487L113.41 51.6447H116.573L122.137 45.7487H118.973Z" fill="#0C479D"/> <path d="M129.663 45.7487L135.663 51.6447H132.5L126.391 45.7487H129.663Z" fill="#0C479D"/> <path d="M121.046 62.4541C121.046 62.4541 127.373 62.4541 133.809 62.4541V61.1438C127.482 61.1438 122.791 61.1438 122.791 61.1438C120.282 61.1438 120.391 59.0693 120.391 59.0693V49.7886H117.337V59.1785C117.446 61.5806 118.973 62.4541 121.046 62.4541Z" fill="#0C479D"/> <path d="M43.4155 12.6655C43.4155 12.6655 39.8158 12.6655 39.8158 16.0503V28.6066C37.525 27.9515 36.1069 27.078 36.1069 27.078C34.3615 26.0953 32.2889 24.13 32.2889 24.13C29.3437 21.2912 26.7256 19.9809 26.7256 19.9809C21.8169 17.1421 14.8355 17.2513 14.8355 17.2513C5.12696 17.5789 1.30901 22.4922 0.54542 24.7851C-0.327254 27.2964 0.218167 28.825 0.218167 28.825C0.654505 30.3535 1.74535 31.0087 1.74535 31.0087C3.70886 32.2097 4.90879 31.1178 4.90879 31.1178C5.67238 30.3535 5.45421 29.1525 5.45421 29.1525C5.34513 28.0607 4.47245 27.7331 4.47245 27.7331C3.81795 27.2964 3.70886 26.6412 3.70886 26.6412C3.27253 25.0035 4.1452 23.3657 4.1452 23.3657C6.32689 19.3258 12.1084 18.3432 12.1084 18.3432C12.2174 18.3432 12.4356 18.3432 12.5447 18.3432V31.0087C12.5447 31.0087 12.2174 34.6118 16.4717 34.3934C16.4717 34.3934 20.0715 34.3934 20.0715 31.0087V18.7799C21.3805 19.1075 22.2532 19.5442 22.2532 19.5442C23.7804 20.1993 25.0894 21.4003 25.853 22.0555C27.162 23.1473 28.9073 25.2218 28.9073 25.2218C29.78 26.3137 31.089 28.0607 31.089 28.0607C33.4889 31.3362 37.4159 33.1924 37.4159 33.1924C41.5611 35.1577 47.4517 34.721 47.4517 34.721V16.1594C47.3426 16.0503 47.4517 12.6655 43.4155 12.6655Z" fill="#01673E"/> <path d="M43.7428 2.62045C43.7428 2.62045 43.4155 2.51127 42.761 1.96534C42.761 1.96534 42.2156 1.5286 41.3429 1.63778C41.3429 1.63778 40.7975 1.63778 40.3612 1.31023C40.3612 1.31023 39.9248 1.09186 39.2703 0.873486C39.2703 0.873486 38.6158 0.655115 37.9613 1.09186C37.9613 1.09186 37.525 1.31023 36.1069 1.09186C36.1069 1.09186 35.2342 0.982672 34.3615 0.982672C34.3615 0.982672 33.0525 0.873486 31.6344 2.07453C31.6344 2.07453 31.3072 2.40208 30.8708 2.83882C30.8708 2.83882 30.5436 3.16638 29.8891 3.27557C29.8891 3.27557 29.1255 3.49394 28.6892 3.71231C28.6892 3.71231 27.5983 4.14905 27.5983 5.35009C27.5983 5.35009 27.5983 5.67765 26.8347 6.0052C26.3984 6.22357 26.0711 6.44194 25.7439 6.7695C25.7439 6.7695 25.0894 7.42461 25.0894 8.62565C25.0894 8.62565 25.0894 8.95321 25.3076 8.95321C25.6348 8.51647 26.0711 8.07973 26.5075 7.64298C27.7074 6.44194 29.6709 5.2409 31.1981 4.36742C31.1981 4.36742 35.7796 2.07453 40.9066 2.51127C41.0157 2.51127 41.0157 2.51127 41.0157 2.51127C40.9066 2.51127 40.9066 2.51127 40.9066 2.51127C40.0339 2.40208 35.1251 2.2929 30.5436 5.45927C28.7982 6.66031 26.9438 7.97054 25.0894 10.2634C25.0894 10.2634 24.7621 10.7002 24.544 10.9185C23.9985 11.792 23.344 12.6655 22.3623 13.7574C22.3623 13.7574 21.4896 14.6309 20.2897 14.8492C19.8533 14.8492 19.8533 14.6309 19.8533 14.4125V6.11439C20.1806 1.96534 16.4717 2.18371 16.4717 2.18371C12.2174 2.2929 12.5447 6.0052 12.5447 6.0052L12.6538 16.5962C15.3809 16.7054 17.5626 16.3778 19.0897 16.0503C19.6352 15.9411 21.1623 15.7227 22.4714 15.0676C22.4714 15.0676 23.8895 14.4125 25.0894 13.2114C25.0894 13.2114 26.2893 12.0104 27.8165 11.1369C27.8165 11.1369 29.0164 10.4818 30.3254 10.3726C30.3254 10.3726 31.1981 10.2634 32.398 10.3726C32.398 10.3726 33.2707 10.4818 33.598 10.0451C33.598 10.0451 33.8161 9.82669 33.8161 8.95321C33.8161 8.95321 33.707 8.07973 34.4706 7.75217C34.4706 7.75217 35.0161 7.64298 35.3433 7.75217C35.3433 7.75217 36.216 7.86135 36.7614 7.31543C36.7614 7.31543 37.1977 6.98787 37.3068 6.11439C37.3068 6.11439 37.525 5.02253 38.5067 4.80416C38.5067 4.80416 39.1613 4.58579 39.9248 5.02253C39.9248 5.02253 40.5793 5.35009 40.9066 5.13172C40.9066 5.13172 41.3429 5.02253 41.6702 4.25823C41.6702 4.25823 41.8884 3.49394 42.5429 3.60312C42.5429 3.60312 43.3065 3.60312 43.6337 3.49394C43.6337 3.49394 44.07 3.16638 44.2882 3.27557C44.2882 3.27557 44.5064 3.27557 44.6155 3.05719C44.3973 2.94801 44.5064 2.72964 43.7428 2.62045Z" fill="#01673E"/> <path d="M66.2142 20.8544C64.5779 15.1768 59.9963 12.4471 59.9963 12.4471C55.0876 9.06239 49.9606 8.62565 49.9606 8.62565C44.1791 7.86135 41.1248 9.06239 41.1248 9.06239C40.9066 9.17158 40.6884 9.28076 40.6884 9.28076C37.9613 10.3726 36.3251 13.3206 36.3251 13.3206C35.016 15.8319 35.7796 17.7972 35.7796 17.7972C36.4341 19.7626 37.7432 19.6534 37.7432 19.6534C37.0886 19.435 36.8705 18.7799 36.8705 18.7799C36.7614 18.3432 36.8705 17.9064 36.8705 17.9064C36.9796 17.5789 37.4159 17.2513 37.4159 17.2513C37.6341 17.1421 37.7432 17.0329 37.9613 16.8146C38.7249 16.2686 38.7249 15.3951 38.7249 15.3951C38.834 14.4125 38.6158 13.6482 38.6158 13.6482C38.3977 12.9931 38.5067 12.4471 38.5067 12.4471C38.6158 11.5737 39.0522 11.0277 39.0522 11.0277C39.3794 10.591 39.8158 10.2634 39.8158 10.2634C41.1248 9.28076 43.3065 9.17158 44.3973 9.17158H44.5064C49.0879 9.28076 52.9059 11.5737 52.9059 11.5737C56.6147 13.6482 58.0328 16.2686 58.0328 16.2686C59.9964 19.2166 60.2145 22.9289 60.2145 22.9289C60.7599 28.825 57.8147 32.1005 57.8147 32.1005C54.1058 36.7955 47.4517 36.6863 47.4517 36.6863C41.452 36.7955 36.8705 34.175 36.8705 34.175C34.4706 32.974 32.5071 31.0087 32.5071 31.0087C31.7435 30.1352 31.5254 29.8076 31.089 29.3709C30.7618 29.1525 30.6527 29.2617 30.7618 29.5893C31.3072 30.6811 32.0708 31.773 33.0525 32.8648C35.016 35.1577 37.8522 36.6863 39.3794 37.4506V44.1109C39.3794 44.1109 39.2703 47.3865 43.4155 47.4957C43.4155 47.4957 47.3426 47.4957 47.3426 44.1109V39.3068C50.8333 39.4159 54.1058 38.7608 54.1058 38.7608C59.1237 37.669 62.178 34.721 62.178 34.721C68.8322 28.6066 66.2142 20.8544 66.2142 20.8544Z" fill="#0C479D"/> <path d="M36.3251 19.3258C36.3251 19.3258 34.6888 18.0156 35.016 15.1768C35.016 15.1768 35.3433 13.2114 36.8705 11.3553C36.8705 11.3553 37.7432 10.3726 38.5067 9.93588C38.5067 9.93588 37.7432 9.60832 37.1977 10.0451C37.1977 10.0451 36.9796 10.2634 36.7614 10.4818C36.7614 10.4818 36.5432 10.8094 36.1069 10.9185C36.1069 10.9185 35.0161 11.1369 34.907 12.1196C34.907 12.1196 34.907 12.6655 34.3615 12.9931C34.3615 12.9931 33.598 13.3206 33.1616 14.4125C33.1616 14.4125 32.7253 15.6135 33.3798 16.5962C33.3798 16.5962 33.598 16.9237 33.9252 17.1421C33.9252 17.1421 34.1434 17.3605 34.1434 17.688C34.1434 17.688 34.1434 18.1248 34.3615 18.4523C34.3615 18.4523 34.5797 18.8891 35.3433 19.1075C35.3433 19.1075 35.9978 19.2166 36.3251 19.3258Z" fill="#0C479D"/> </g> <defs> <linearGradient id="paint0_linear" x1="167.29" y1="36.096" x2="202.62" y2="0.676523" gradientUnits="userSpaceOnUse"> <stop offset="0.07" stop-color="white"/> <stop offset="0.1029" stop-color="#F4F4F4"/> <stop offset="0.2209" stop-color="#D0D0D0"/> <stop offset="0.346" stop-color="#B3B3B3"/> <stop offset="0.4783" stop-color="#9C9C9C"/> <stop offset="0.6212" stop-color="#8C8C8C"/> <stop offset="0.7823" stop-color="#838383"/> <stop offset="1" stop-color="#808080"/> </linearGradient> <clipPath id="clip0"> <rect width="299" height="63" fill="white"/> </clipPath> </defs> </svg> </a> <button data-toggle="menu"> <span></span> <span></span> </button> <ul id="menu-main-menu" class="menu"><li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2279"><a href="https://kpc.com/about-us/">About Us</a> <ul class="sub-menu"> <li id="menu-item-185" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-185"><a href="https://kpc.com/about-us/">Our Story</a></li> <li id="menu-item-186" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186"><a href="https://kpc.com/about-us/our-mission">Our Mission</a></li> <li id="menu-item-187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-187"><a href="https://kpc.com/testimonials/">Testimonials</a></li> <li id="menu-item-192" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-192"><a href="https://kpc.com/manufacturing-process/">Manufacturing Process</a></li> <li id="menu-item-193" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-193"><a href="https://kpc.com/sustainability/">Sustainability</a></li> </ul> </li> <li id="menu-item-202" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-202"><a href="https://kpc.com/products-services/">Products</a> <ul class="sub-menu"> <li id="menu-item-183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="https://kpc.com/products/">Our Catalog</a></li> <li id="menu-item-339" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-339"><a href="https://kpc.com/capsules/">Capsules</a></li> <li id="menu-item-340" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-340"><a href="https://kpc.com/granules/">Granules</a></li> <li id="menu-item-341" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-341"><a href="https://kpc.com/tablets/">Tablets</a></li> </ul> </li> <li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-194"><a href="https://kpc.com/oem-services-private-label-manufacturing/">OEM</a> <ul class="sub-menu"> <li id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195"><a href="https://kpc.com/become-an-oem-partner/">Become An OEM Partner</a></li> </ul> </li> <li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2280"><a href="https://kpc.com/quality-assurance/">Quality</a> <ul class="sub-menu"> <li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-190"><a href="https://kpc.com/quality-assurance/">Quality Assurance & Safety</a></li> <li id="menu-item-189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="https://kpc.com/certification/">Certifications</a></li> </ul> </li> <li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2282"><a href="https://kpc.com/distributors/find-a-distributor/">Distributors</a> <ul class="sub-menu"> <li id="menu-item-197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://kpc.com/distributors/find-a-distributor/">Find A Distributor</a></li> <li id="menu-item-198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://kpc.com/crane-herb-company/">Crane Herb Company</a></li> <li id="menu-item-200" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://kpc.com/four-seasons-herbs/">Four Seasons Herbs</a></li> <li id="menu-item-201" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="https://kpc.com/golden-flower-chinese-herbs/">Golden Flower Chinese Herbs</a></li> <li id="menu-item-4299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4299"><a href="https://kpc.com/golden-legacy-solutions/">Golden Legacy Solutions LLC</a></li> </ul> </li> <li id="menu-item-454" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-454"><a href="https://kpc.com/locate-our-products/">Locate Our Products</a></li> <li id="menu-item-203" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-203"><a href="https://kpc.com/articles/">Blog</a></li> <li id="menu-item-204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-204"><a href="https://kpc.com/contact-us/">Contact</a></li> </ul> <hr /> <ul class="social--icons"> <li><a href="https://www.facebook.com/KPCProducts/" target="_blank"> <i class="fab fa-facebook-f" aria-hidden="true"></i> </a></li> <li><a href="https://www.instagram.com/kpcherbs/?hl=en" target="_blank"> <i class="fab fa-instagram" aria-hidden="true"></i> </a></li> <li><a href="https://www.youtube.com/channel/UCdYteN4HCwwYBsT_P4RC1Yg" target="_blank"> <i class="fab fa-youtube" aria-hidden="true"></i> </a></li> <li><a href="https://www.linkedin.com/company/kpc-products" target="_blank"> <i class="fab fa-linkedin-in" aria-hidden="true"></i> </a></li> </ul> </section> <nav class="site-nav"> <a class="logo" href="https://kpc.com/"> <svg width="299" height="63" viewBox="0 0 299 63" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path d="M157.589 20.0901C157.48 20.5269 157.589 20.8544 157.807 21.0728C158.353 21.7279 159.225 21.7279 159.88 21.6187C160.534 21.5095 165.552 21.4004 167.952 18.4523C169.588 16.487 168.934 17.4697 168.934 17.4697C168.934 17.4697 167.407 19.6534 170.461 19.7626C174.17 19.9809 174.715 16.2686 175.697 16.2686C176.352 16.2686 174.388 17.4697 175.915 18.3432C177.006 18.9983 178.315 18.234 178.86 17.7972C179.406 17.3605 179.842 15.286 184.097 14.74C189.005 14.0849 206.35 14.3033 212.458 16.3778L211.149 14.8492C211.149 14.8492 180.388 10.4818 160.534 19.2166C160.534 19.2166 160.534 19.2166 160.643 19.1075" fill="url(#paint0_linear)"/> <path d="M74.3577 28.279L75.4486 28.1698C77.5212 27.8423 77.5212 27.2964 77.5212 23.0381V7.31542C77.5212 3.05719 77.5212 2.51126 75.4486 2.18371L74.3577 2.07452V0.982667H86.4661V2.07452L85.3753 2.18371C83.3027 2.51126 83.3027 2.948 83.3027 7.31542V13.8665H84.6117C87.2297 13.8665 94.2111 3.60312 94.2111 2.94801C94.2111 2.29289 93.3384 2.29289 92.5748 2.18371L90.9386 1.96534V0.873482H101.956V1.96534L101.083 2.18371C98.3563 2.18371 95.3019 6.76949 89.8477 12.5563C99.338 27.6239 100.102 28.1698 102.283 28.1698V29.2617H98.4654C94.6474 29.2617 93.5566 29.2617 87.3388 18.8891C86.357 17.2513 85.4843 15.6135 84.0662 15.6135H83.4117V22.8198C83.4117 27.078 83.4117 27.6239 85.4843 27.9515L86.5752 28.0607V29.1525H74.3577V28.279Z" fill="white"/> <path d="M104.138 28.279L105.229 28.1698C107.301 27.9515 107.301 27.2964 107.301 23.0381V7.31542C107.301 3.05719 107.301 2.40208 105.229 2.18371L104.138 2.07452V0.982666H116.028C121.482 0.982666 127.918 1.96534 127.918 8.62565C127.918 15.9411 120.609 17.688 115.919 17.9064V16.2686C119.191 15.8319 122.137 14.4125 122.137 9.28076C122.137 4.80416 119.082 2.72963 115.373 2.72963C114.61 2.72963 113.955 2.83882 113.192 3.05719V23.1473C113.192 27.4055 113.192 28.0607 115.373 28.279L117.119 28.3882V29.4801H104.138V28.279Z" fill="white"/> <path d="M156.498 21.8371C156.171 24.7851 155.735 26.0953 154.753 28.1698C153.008 28.825 150.499 29.9168 145.481 29.9168C137.19 29.9168 129.118 26.4229 129.118 15.286C129.118 5.02253 137.299 0.436745 145.699 0.436745C150.389 0.436745 153.117 1.41941 154.862 2.2929C155.189 3.71231 155.626 5.13172 155.626 9.28077L153.989 9.49914C153.662 7.75217 152.68 2.07453 145.59 2.07453C139.372 2.07453 135.663 7.20624 135.663 14.6309C135.663 16.0503 135.663 28.279 145.808 28.279C153.662 28.279 154.317 21.9463 154.426 21.6187L156.498 21.8371Z" fill="white"/> <path d="M199.477 13.539V7.31542C199.477 3.05719 199.477 2.51126 197.405 2.18371L196.314 2.07452V0.982666H208.422V2.07452L207.331 2.18371C205.15 2.51126 205.15 2.948 205.15 7.31542V22.9289C205.15 27.1872 205.15 27.7331 207.331 28.0607L208.313 28.1698V29.2617H196.205V28.1698L197.296 28.0607C199.368 27.7331 199.368 27.1872 199.368 22.9289V15.3951L199.477 13.539ZM185.951 15.5043V23.0381C185.951 27.2964 185.951 27.8423 188.024 28.1698L189.114 28.279V29.3709H177.006V28.279L178.097 28.1698C180.169 27.8423 180.169 27.2964 180.169 23.0381V7.31542C180.169 3.05719 180.169 2.51126 178.097 2.18371L177.006 2.07452V0.982666H189.114V2.07452L188.024 2.18371C185.951 2.51126 185.951 2.948 185.951 7.31542V13.539V15.5043Z" fill="white"/> <path d="M291.108 26.5321H294.272V26.9688H293.181V29.4801H292.199V26.9688H291.108V26.5321Z" fill="white"/> <path d="M295.799 29.5893H294.817V26.6413H296.344L296.89 28.0607C296.999 28.279 296.999 28.4974 297.108 28.7158C297.108 28.3882 297.217 28.1698 297.217 28.0607L297.762 26.6413H299.29V29.5893H298.308V28.6066C298.308 28.0607 298.308 27.4055 298.417 26.8596L297.435 29.5893H296.89L295.908 26.8596C296.017 27.4055 296.017 28.0607 296.017 28.6066V29.5893H295.799Z" fill="white"/> <path d="M176.133 12.7747C176.133 12.7747 173.188 12.2288 170.897 11.5737C168.607 10.9185 166.316 11.0277 165.116 11.6828C163.807 12.338 165.552 13.2114 165.552 13.2114C165.552 13.2114 162.716 12.4471 161.189 12.6655C159.662 12.8839 158.025 13.4298 158.134 14.3033C158.353 15.286 159.443 15.286 159.443 15.286C159.443 15.286 157.48 15.286 155.953 16.1594C154.426 17.1421 153.771 18.9983 154.317 19.6534C154.862 20.3085 155.844 20.3085 156.498 20.1993C157.153 20.0901 162.28 19.9809 164.789 16.9237C166.425 14.9584 165.77 15.9411 165.77 15.9411C165.77 15.9411 164.243 18.1248 167.298 18.3432C171.116 18.5615 171.552 14.74 172.752 14.8492C173.406 14.8492 171.443 16.0503 172.97 16.9237C174.17 17.5789 175.37 16.8146 175.915 16.3778C176.461 15.9411 176.897 13.7574 181.26 13.2114C186.278 12.5563 204.059 12.7747 210.277 14.8492L208.968 13.2114C208.968 13.2114 177.442 8.73484 157.153 17.688C157.153 17.688 161.734 13.3206 175.479 12.4471" fill="#2D8655"/> <path d="M218.458 18.3432C218.458 17.4697 218.458 10.4818 222.276 10.4818C225.112 10.4818 226.421 13.1023 226.639 16.3778C223.912 17.3605 221.185 17.9064 218.458 18.3432ZM231.003 25.9861C230.348 26.3137 228.494 27.2964 226.203 27.2964C220.203 27.2964 218.894 22.383 218.349 19.7626C222.931 18.6707 227.839 17.2513 231.548 15.3952C231.112 12.7747 229.912 8.07973 222.821 8.07973C217.804 8.07973 212.786 12.1196 212.786 19.3258C212.786 26.6413 217.913 30.026 223.04 30.026C227.512 30.026 230.239 28.0607 231.439 27.1872L231.003 25.9861Z" fill="white"/> <path d="M236.784 14.74C236.784 13.1022 236.784 11.1369 235.475 11.1369C234.821 11.1369 234.275 11.3553 234.057 11.4645V10.1542C237.33 9.06239 238.311 8.73483 241.475 8.1889C241.584 8.9532 241.802 9.93587 241.802 11.3553C242.675 10.3726 244.529 8.1889 246.82 8.1889C248.674 8.1889 249.765 9.49913 250.42 10.1542C249.765 11.5737 249.22 12.338 247.802 13.3206C247.147 13.1022 244.529 12.0104 243.875 12.0104C243.22 12.0104 242.675 12.2288 242.129 12.8839V23.8024C242.129 26.9688 242.129 27.6239 243.984 27.8423L245.729 28.0607V29.4801H234.057V28.279L235.039 28.1698C236.675 28.0607 236.893 27.5147 236.893 25.1126V14.74H236.784Z" fill="white"/> <path d="M262.201 8.07972C259.801 8.07972 257.947 8.95321 256.965 9.38995V7.86135V4.69497V0C254.674 0 252.711 0.218371 249.111 0.982669V2.18371C249.329 2.18371 249.765 2.07452 250.311 2.07452C251.729 2.07452 251.729 3.82149 251.729 7.75217V29.8076L253.256 29.5893L254.02 28.4974C255.329 28.9341 257.401 29.5893 260.237 29.5893C266.019 29.5893 272.128 25.9861 272.128 17.9064C272.237 11.2461 267.328 8.07972 262.201 8.07972ZM260.892 29.0433C258.71 29.0433 257.728 28.0607 256.965 27.2964V12.0104C257.728 11.6828 258.492 11.6828 258.819 11.6828C262.637 11.6828 266.673 15.0676 266.673 20.9636C266.673 25.2218 265.146 29.0433 260.892 29.0433Z" fill="white"/> <path d="M286.636 14.8492C286.527 13.3206 285.436 9.7175 282.054 9.7175C280.636 9.7175 279.436 10.9185 279.436 12.5563C279.436 17.2513 289.799 16.487 289.799 23.4749C289.799 26.9688 287.29 30.026 280.963 30.026C278.236 30.026 276.273 29.4801 274.636 28.6066C274.2 26.7504 273.764 24.8943 273.764 22.1646H275.618C275.945 24.6759 278.018 28.279 281.4 28.279C283.363 28.279 284.454 26.9688 284.454 25.331C284.454 19.9809 274.091 21.2912 274.091 14.0849C274.091 13.7574 274.091 8.1889 282.381 8.1889C284.781 8.1889 286.854 8.84402 287.945 9.49913C288.381 11.2461 288.49 13.2114 288.49 15.0676H286.636V14.8492Z" fill="white"/> <path d="M180.388 54.4835C180.388 52.1906 178.86 51.3171 176.679 51.3171C176.679 51.3171 162.934 51.3171 162.171 51.3171C162.061 51.4263 160.971 52.5182 160.862 52.5182C163.807 52.5182 174.824 52.5182 174.824 52.5182C177.333 52.5182 177.224 54.4835 177.224 54.4835V56.1213H160.425C160.425 56.1213 160.425 51.9723 160.425 50.9896C159.553 50.9896 158.244 50.9896 157.371 50.9896C157.371 52.8457 157.371 61.799 157.371 62.5632C158.898 62.5632 178.642 62.5632 180.279 62.5632C180.388 62.0173 180.388 55.1386 180.388 54.4835ZM160.534 61.1438V57.6499V57.3223H177.333V61.1438H160.534Z" fill="#0C479D"/> <path d="M167.734 43.0191L158.134 49.7886H154.535L164.025 43.0191H167.734Z" fill="#0C479D"/> <path d="M169.806 43.0191L179.406 49.7886H183.006L173.406 43.0191H169.806Z" fill="#0C479D"/> <path d="M170.243 41.818C170.243 41.818 170.243 38.6516 170.243 38.4333C169.37 38.4333 168.061 38.4333 167.188 38.4333C167.188 38.7608 167.188 41.818 167.188 41.818H155.189C155.189 42.2548 155.189 42.6915 155.189 43.3466C156.716 43.3466 167.188 43.3466 167.188 43.3466V50.3345H170.243V43.3466C170.243 43.3466 180.715 43.3466 182.242 43.3466C182.242 42.6915 182.242 42.3639 182.242 41.818H170.243Z" fill="#0C479D"/> <path d="M173.297 37.3414L156.062 37.8873V39.3068L173.188 38.9792C173.843 38.9792 179.406 38.7608 180.824 37.7782L179.624 36.5771C177.988 37.123 175.152 37.3414 173.297 37.3414Z" fill="#0C479D"/> <path d="M202.641 38.5425C204.168 38.5425 216.713 38.5425 228.712 38.5425V37.123H202.641V38.5425Z" fill="#0C479D"/> <path d="M206.022 63H203.404V40.9445H206.022V63Z" fill="#0C479D"/> <path d="M214.313 47.2773H204.932V48.4783H214.313V47.2773Z" fill="#0C479D"/> <path d="M226.858 47.2773H217.258V48.4783H226.858V47.2773Z" fill="#0C479D"/> <path d="M217.258 40.8354C217.258 41.7088 217.258 47.3865 217.258 48.3691H219.876C219.876 48.3691 219.876 41.5996 219.876 40.8354H217.258Z" fill="#0C479D"/> <path d="M207.55 50.3345C207.55 50.662 207.55 51.0988 207.55 51.4263C208.422 51.4263 223.149 51.4263 224.021 51.4263C224.021 51.0988 224.021 50.662 224.021 50.3345H207.55Z" fill="#0C479D"/> <path d="M219.113 44.1109C219.113 44.4385 219.113 44.8752 219.113 45.312C219.985 45.312 226.094 45.312 226.967 45.312C226.967 44.766 226.967 44.4385 226.967 44.1109H219.113Z" fill="#0C479D"/> <path d="M205.477 44.1109C205.477 44.4385 205.477 44.8752 205.477 45.312C206.35 45.312 212.131 45.312 213.004 45.312C213.004 44.766 213.004 44.4385 213.004 44.1109H205.477Z" fill="#0C479D"/> <path d="M224.021 58.1958C224.021 57.9775 224.021 54.5927 224.021 54.5927C224.021 54.4835 224.021 52.7366 222.058 52.7366C222.058 52.7366 211.695 52.7366 211.259 52.7366C211.149 52.8457 210.822 53.2825 210.495 53.7192C212.022 53.7192 220.313 53.7192 220.313 53.7192C221.403 53.7192 221.731 54.2652 221.731 55.0295V57.2132H210.059C210.059 57.2132 210.059 53.3917 210.059 52.7366C209.513 52.7366 208.204 52.7366 207.659 52.7366C207.659 53.3917 207.659 57.5407 207.659 58.1958H224.021Z" fill="#0C479D"/> <path d="M225.767 58.5234C225.767 60.7071 225.112 61.1438 224.349 61.1438H223.367C223.912 61.799 224.349 62.4541 224.676 62.6724C225.33 62.6724 225.876 62.6724 225.876 62.6724C226.967 62.5633 227.621 62.1265 227.948 61.5806C228.494 60.8163 228.494 59.8336 228.494 59.1785V44.6568C228.494 43.6742 228.276 42.5823 227.621 41.818C226.748 40.9445 225.221 40.9445 225.221 40.9445H218.24V42.1456H223.585C224.567 42.1456 225.003 42.5823 225.33 42.9099C225.876 43.4558 225.876 44.2201 225.876 44.5477L225.767 58.5234Z" fill="#0C479D"/> <path d="M206.35 42.1456C209.404 42.1456 209.404 42.1456 209.404 42.1456C210.386 42.1456 210.822 42.4731 211.149 42.8007C211.804 43.4558 211.695 44.2201 211.695 44.766V48.4783H214.313C214.313 48.26 214.313 44.3293 214.313 44.3293C214.313 43.3466 214.204 42.5823 213.549 41.818C212.786 40.9445 211.258 40.9445 211.258 40.9445H207.441L206.35 42.1456Z" fill="#0C479D"/> <path d="M210.604 39.7435V35.8128C209.622 35.8128 208.531 35.8128 207.55 35.8128V39.7435H210.604Z" fill="#0C479D"/> <path d="M214.967 57.6499L212.568 54.2652C211.913 54.2652 211.04 54.2652 210.604 54.2652L213.004 57.6499H214.967Z" fill="#0C479D"/> <path d="M216.604 57.6499L219.003 54.2652C219.658 54.2652 220.531 54.2652 220.967 54.2652L218.567 57.6499H216.604Z" fill="#0C479D"/> <path d="M224.349 39.7435V35.8128C223.367 35.8128 222.276 35.8128 221.294 35.8128V39.7435H224.349Z" fill="#0C479D"/> <path d="M211.913 58.0867L207.659 62.4541H210.495L214.749 58.0867H211.913Z" fill="#0C479D"/> <path d="M219.658 58.0867L223.694 62.4541H220.858L216.822 58.0867H219.658Z" fill="#0C479D"/> <path d="M217.149 49.5702H214.531V62.6724H217.149V49.5702Z" fill="#0C479D"/> <path d="M131.409 53.2825C131.409 51.0988 129.882 50.1161 127.809 50.1161C127.809 50.1161 122.9 50.1161 122.246 50.1161C122.246 50.2253 121.046 51.3172 120.937 51.3172C123.882 51.3172 125.736 51.3172 125.736 51.3172C128.354 51.3172 128.464 53.3917 128.464 53.3917V55.5754H119.41V56.9948H131.518V53.2825H131.409Z" fill="#0C479D"/> <path d="M114.174 45.9671H134.463V44.766H114.174V45.9671Z" fill="#0C479D"/> <path d="M114.937 39.3068C116.573 39.3068 128.9 39.3068 133.7 39.3068V38.1057H114.937V39.3068Z" fill="#0C479D"/> <path d="M121.155 45.312V35.7036C120.282 35.7036 119.082 35.7036 118.101 35.7036V45.312H121.155Z" fill="#0C479D"/> <path d="M130.318 45.312V35.7036C129.445 35.7036 128.245 35.7036 127.264 35.7036V45.312H130.318Z" fill="#0C479D"/> <path d="M114.719 51.5355L109.919 62.4541H106.756L111.555 51.5355H114.719Z" fill="#0C479D"/> <path d="M107.192 36.1404L111.228 42.9099H113.955L109.919 36.1404H107.192Z" fill="#0C479D"/> <path d="M106.756 43.8925L110.574 49.6794H113.301L109.483 43.8925H106.756Z" fill="#0C479D"/> <path d="M118.973 45.7487L113.41 51.6447H116.573L122.137 45.7487H118.973Z" fill="#0C479D"/> <path d="M129.663 45.7487L135.663 51.6447H132.5L126.391 45.7487H129.663Z" fill="#0C479D"/> <path d="M121.046 62.4541C121.046 62.4541 127.373 62.4541 133.809 62.4541V61.1438C127.482 61.1438 122.791 61.1438 122.791 61.1438C120.282 61.1438 120.391 59.0693 120.391 59.0693V49.7886H117.337V59.1785C117.446 61.5806 118.973 62.4541 121.046 62.4541Z" fill="#0C479D"/> <path d="M43.4155 12.6655C43.4155 12.6655 39.8158 12.6655 39.8158 16.0503V28.6066C37.525 27.9515 36.1069 27.078 36.1069 27.078C34.3615 26.0953 32.2889 24.13 32.2889 24.13C29.3437 21.2912 26.7256 19.9809 26.7256 19.9809C21.8169 17.1421 14.8355 17.2513 14.8355 17.2513C5.12696 17.5789 1.30901 22.4922 0.54542 24.7851C-0.327254 27.2964 0.218167 28.825 0.218167 28.825C0.654505 30.3535 1.74535 31.0087 1.74535 31.0087C3.70886 32.2097 4.90879 31.1178 4.90879 31.1178C5.67238 30.3535 5.45421 29.1525 5.45421 29.1525C5.34513 28.0607 4.47245 27.7331 4.47245 27.7331C3.81795 27.2964 3.70886 26.6412 3.70886 26.6412C3.27253 25.0035 4.1452 23.3657 4.1452 23.3657C6.32689 19.3258 12.1084 18.3432 12.1084 18.3432C12.2174 18.3432 12.4356 18.3432 12.5447 18.3432V31.0087C12.5447 31.0087 12.2174 34.6118 16.4717 34.3934C16.4717 34.3934 20.0715 34.3934 20.0715 31.0087V18.7799C21.3805 19.1075 22.2532 19.5442 22.2532 19.5442C23.7804 20.1993 25.0894 21.4003 25.853 22.0555C27.162 23.1473 28.9073 25.2218 28.9073 25.2218C29.78 26.3137 31.089 28.0607 31.089 28.0607C33.4889 31.3362 37.4159 33.1924 37.4159 33.1924C41.5611 35.1577 47.4517 34.721 47.4517 34.721V16.1594C47.3426 16.0503 47.4517 12.6655 43.4155 12.6655Z" fill="#01673E"/> <path d="M43.7428 2.62045C43.7428 2.62045 43.4155 2.51127 42.761 1.96534C42.761 1.96534 42.2156 1.5286 41.3429 1.63778C41.3429 1.63778 40.7975 1.63778 40.3612 1.31023C40.3612 1.31023 39.9248 1.09186 39.2703 0.873486C39.2703 0.873486 38.6158 0.655115 37.9613 1.09186C37.9613 1.09186 37.525 1.31023 36.1069 1.09186C36.1069 1.09186 35.2342 0.982672 34.3615 0.982672C34.3615 0.982672 33.0525 0.873486 31.6344 2.07453C31.6344 2.07453 31.3072 2.40208 30.8708 2.83882C30.8708 2.83882 30.5436 3.16638 29.8891 3.27557C29.8891 3.27557 29.1255 3.49394 28.6892 3.71231C28.6892 3.71231 27.5983 4.14905 27.5983 5.35009C27.5983 5.35009 27.5983 5.67765 26.8347 6.0052C26.3984 6.22357 26.0711 6.44194 25.7439 6.7695C25.7439 6.7695 25.0894 7.42461 25.0894 8.62565C25.0894 8.62565 25.0894 8.95321 25.3076 8.95321C25.6348 8.51647 26.0711 8.07973 26.5075 7.64298C27.7074 6.44194 29.6709 5.2409 31.1981 4.36742C31.1981 4.36742 35.7796 2.07453 40.9066 2.51127C41.0157 2.51127 41.0157 2.51127 41.0157 2.51127C40.9066 2.51127 40.9066 2.51127 40.9066 2.51127C40.0339 2.40208 35.1251 2.2929 30.5436 5.45927C28.7982 6.66031 26.9438 7.97054 25.0894 10.2634C25.0894 10.2634 24.7621 10.7002 24.544 10.9185C23.9985 11.792 23.344 12.6655 22.3623 13.7574C22.3623 13.7574 21.4896 14.6309 20.2897 14.8492C19.8533 14.8492 19.8533 14.6309 19.8533 14.4125V6.11439C20.1806 1.96534 16.4717 2.18371 16.4717 2.18371C12.2174 2.2929 12.5447 6.0052 12.5447 6.0052L12.6538 16.5962C15.3809 16.7054 17.5626 16.3778 19.0897 16.0503C19.6352 15.9411 21.1623 15.7227 22.4714 15.0676C22.4714 15.0676 23.8895 14.4125 25.0894 13.2114C25.0894 13.2114 26.2893 12.0104 27.8165 11.1369C27.8165 11.1369 29.0164 10.4818 30.3254 10.3726C30.3254 10.3726 31.1981 10.2634 32.398 10.3726C32.398 10.3726 33.2707 10.4818 33.598 10.0451C33.598 10.0451 33.8161 9.82669 33.8161 8.95321C33.8161 8.95321 33.707 8.07973 34.4706 7.75217C34.4706 7.75217 35.0161 7.64298 35.3433 7.75217C35.3433 7.75217 36.216 7.86135 36.7614 7.31543C36.7614 7.31543 37.1977 6.98787 37.3068 6.11439C37.3068 6.11439 37.525 5.02253 38.5067 4.80416C38.5067 4.80416 39.1613 4.58579 39.9248 5.02253C39.9248 5.02253 40.5793 5.35009 40.9066 5.13172C40.9066 5.13172 41.3429 5.02253 41.6702 4.25823C41.6702 4.25823 41.8884 3.49394 42.5429 3.60312C42.5429 3.60312 43.3065 3.60312 43.6337 3.49394C43.6337 3.49394 44.07 3.16638 44.2882 3.27557C44.2882 3.27557 44.5064 3.27557 44.6155 3.05719C44.3973 2.94801 44.5064 2.72964 43.7428 2.62045Z" fill="#01673E"/> <path d="M66.2142 20.8544C64.5779 15.1768 59.9963 12.4471 59.9963 12.4471C55.0876 9.06239 49.9606 8.62565 49.9606 8.62565C44.1791 7.86135 41.1248 9.06239 41.1248 9.06239C40.9066 9.17158 40.6884 9.28076 40.6884 9.28076C37.9613 10.3726 36.3251 13.3206 36.3251 13.3206C35.016 15.8319 35.7796 17.7972 35.7796 17.7972C36.4341 19.7626 37.7432 19.6534 37.7432 19.6534C37.0886 19.435 36.8705 18.7799 36.8705 18.7799C36.7614 18.3432 36.8705 17.9064 36.8705 17.9064C36.9796 17.5789 37.4159 17.2513 37.4159 17.2513C37.6341 17.1421 37.7432 17.0329 37.9613 16.8146C38.7249 16.2686 38.7249 15.3951 38.7249 15.3951C38.834 14.4125 38.6158 13.6482 38.6158 13.6482C38.3977 12.9931 38.5067 12.4471 38.5067 12.4471C38.6158 11.5737 39.0522 11.0277 39.0522 11.0277C39.3794 10.591 39.8158 10.2634 39.8158 10.2634C41.1248 9.28076 43.3065 9.17158 44.3973 9.17158H44.5064C49.0879 9.28076 52.9059 11.5737 52.9059 11.5737C56.6147 13.6482 58.0328 16.2686 58.0328 16.2686C59.9964 19.2166 60.2145 22.9289 60.2145 22.9289C60.7599 28.825 57.8147 32.1005 57.8147 32.1005C54.1058 36.7955 47.4517 36.6863 47.4517 36.6863C41.452 36.7955 36.8705 34.175 36.8705 34.175C34.4706 32.974 32.5071 31.0087 32.5071 31.0087C31.7435 30.1352 31.5254 29.8076 31.089 29.3709C30.7618 29.1525 30.6527 29.2617 30.7618 29.5893C31.3072 30.6811 32.0708 31.773 33.0525 32.8648C35.016 35.1577 37.8522 36.6863 39.3794 37.4506V44.1109C39.3794 44.1109 39.2703 47.3865 43.4155 47.4957C43.4155 47.4957 47.3426 47.4957 47.3426 44.1109V39.3068C50.8333 39.4159 54.1058 38.7608 54.1058 38.7608C59.1237 37.669 62.178 34.721 62.178 34.721C68.8322 28.6066 66.2142 20.8544 66.2142 20.8544Z" fill="#0C479D"/> <path d="M36.3251 19.3258C36.3251 19.3258 34.6888 18.0156 35.016 15.1768C35.016 15.1768 35.3433 13.2114 36.8705 11.3553C36.8705 11.3553 37.7432 10.3726 38.5067 9.93588C38.5067 9.93588 37.7432 9.60832 37.1977 10.0451C37.1977 10.0451 36.9796 10.2634 36.7614 10.4818C36.7614 10.4818 36.5432 10.8094 36.1069 10.9185C36.1069 10.9185 35.0161 11.1369 34.907 12.1196C34.907 12.1196 34.907 12.6655 34.3615 12.9931C34.3615 12.9931 33.598 13.3206 33.1616 14.4125C33.1616 14.4125 32.7253 15.6135 33.3798 16.5962C33.3798 16.5962 33.598 16.9237 33.9252 17.1421C33.9252 17.1421 34.1434 17.3605 34.1434 17.688C34.1434 17.688 34.1434 18.1248 34.3615 18.4523C34.3615 18.4523 34.5797 18.8891 35.3433 19.1075C35.3433 19.1075 35.9978 19.2166 36.3251 19.3258Z" fill="#0C479D"/> </g> <defs> <linearGradient id="paint0_linear" x1="167.29" y1="36.096" x2="202.62" y2="0.676523" gradientUnits="userSpaceOnUse"> <stop offset="0.07" stop-color="white"/> <stop offset="0.1029" stop-color="#F4F4F4"/> <stop offset="0.2209" stop-color="#D0D0D0"/> <stop offset="0.346" stop-color="#B3B3B3"/> <stop offset="0.4783" stop-color="#9C9C9C"/> <stop offset="0.6212" stop-color="#8C8C8C"/> <stop offset="0.7823" stop-color="#838383"/> <stop offset="1" stop-color="#808080"/> </linearGradient> <clipPath id="clip0"> <rect width="299" height="63" fill="white"/> </clipPath> </defs> </svg> </a> <ul id="menu-main-menu-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2279"><a href="https://kpc.com/about-us/">About Us</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-185"><a href="https://kpc.com/about-us/">Our Story</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186"><a href="https://kpc.com/about-us/our-mission">Our Mission</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-187"><a href="https://kpc.com/testimonials/">Testimonials</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-192"><a href="https://kpc.com/manufacturing-process/">Manufacturing Process</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-193"><a href="https://kpc.com/sustainability/">Sustainability</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-202"><a href="https://kpc.com/products-services/">Products</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-183"><a href="https://kpc.com/products/">Our Catalog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-339"><a href="https://kpc.com/capsules/">Capsules</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-340"><a href="https://kpc.com/granules/">Granules</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-341"><a href="https://kpc.com/tablets/">Tablets</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-194"><a href="https://kpc.com/oem-services-private-label-manufacturing/">OEM</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195"><a href="https://kpc.com/become-an-oem-partner/">Become An OEM Partner</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2280"><a href="https://kpc.com/quality-assurance/">Quality</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-190"><a href="https://kpc.com/quality-assurance/">Quality Assurance & Safety</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-189"><a href="https://kpc.com/certification/">Certifications</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2282"><a href="https://kpc.com/distributors/find-a-distributor/">Distributors</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-197"><a href="https://kpc.com/distributors/find-a-distributor/">Find A Distributor</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="https://kpc.com/crane-herb-company/">Crane Herb Company</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-200"><a href="https://kpc.com/four-seasons-herbs/">Four Seasons Herbs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-201"><a href="https://kpc.com/golden-flower-chinese-herbs/">Golden Flower Chinese Herbs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4299"><a href="https://kpc.com/golden-legacy-solutions/">Golden Legacy Solutions LLC</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-454"><a href="https://kpc.com/locate-our-products/">Locate Our Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-203"><a href="https://kpc.com/articles/">Blog</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-204"><a href="https://kpc.com/contact-us/">Contact</a></li> </ul> <div class="search--box"> <i class="fas fa-search"></i> <div class="bottom"> <form method="get" id="searchform" action="https://kpc.com"> <input type="text" placeholder="Search" name="s" id="s" /> <input type="hidden" id="searchsubmit" /> </form> </div> </div> <a class="call" href="tel:+19493988158"> <i class="fas fa-phone-alt"></i> <span>(949) 398-8158</span> </a> <button data-toggle="menu"> <span></span> <span></span> <span></span> </button> </nav> <section id="block-612551f247056" class="block block--hero"> <div class="background--image"> <img width="1920" height="1649" src="https://kpc.com/wp-content/uploads/2021/12/hero-image.jpeg" class="attachment-full size-full" alt="Chinese herbs" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/12/hero-image.jpeg 1920w, https://kpc.com/wp-content/uploads/2021/12/hero-image-300x258.jpeg 300w, https://kpc.com/wp-content/uploads/2021/12/hero-image-1024x879.jpeg 1024w, https://kpc.com/wp-content/uploads/2021/12/hero-image-768x660.jpeg 768w, https://kpc.com/wp-content/uploads/2021/12/hero-image-1536x1319.jpeg 1536w, https://kpc.com/wp-content/uploads/2021/12/hero-image-614x527.jpeg 614w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /> </div> <div class="container"> <div class="row"> <div class="col-12"> <h1>Finest <svg title="H" width="309" height="156" viewBox="0 0 309 156" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M249.213 69V34.8C249.213 11.4 249.213 8.4 237.824 6.6L231.829 6V0H298.368V6L292.373 6.6C280.384 8.4 280.384 10.8 280.384 34.8V120.6C280.384 144 280.384 147 292.373 148.8L297.768 149.4V155.4H231.23V149.4L237.224 148.8C248.614 147 248.614 144 248.614 120.6V79.2L249.213 69ZM174.882 79.8V121.2C174.882 144.6 174.882 147.6 186.272 149.4L192.266 150V156H125.728V150L131.722 149.4C143.112 147.6 143.112 144.6 143.112 121.2V34.8C143.112 11.4 143.112 8.4 131.722 6.6L125.728 6V0H192.266V6L186.272 6.6C174.882 8.4 174.882 10.8 174.882 34.8V69V79.8Z" fill="white"/> <path d="M120.933 64.8C120.933 64.8 104.748 61.8 92.1594 58.2C79.5711 54.6 66.9828 55.2 60.389 58.8C53.1956 62.4 62.7867 67.2 62.7867 67.2C62.7867 67.2 47.2011 63 38.8089 64.2C30.4167 65.4 21.425 68.4 22.0245 73.2C23.2234 78.6 29.2178 78.6 29.2178 78.6C29.2178 78.6 18.4278 78.6 10.0356 83.4C1.64338 88.8 -1.95328 99 1.04394 102.6C4.04116 106.2 9.43615 106.2 13.0328 105.6C16.6295 105 44.8034 104.4 58.5906 87.6C67.5823 76.8 63.9856 82.2 63.9856 82.2C63.9856 82.2 55.5934 94.2 72.3778 95.4C93.3584 96.6 95.7561 75.6 102.35 76.2C105.947 76.2 95.1567 82.8 103.549 87.6C110.143 91.2 116.737 87 119.734 84.6C122.731 82.2 125.129 70.2 149.107 67.2C176.681 63.6 274.39 64.8 308.559 76.2L301.365 67.2C301.365 67.2 128.126 42.6 16.6295 91.8C16.6295 91.8 41.8062 67.8 117.336 63" fill="#2D8655"/> </svg>erb<br/>Extracts</h1> <h5>Since 1892</h5> <a href="/our-catalog/" class="btn btn--primary-g">Browse Catalog <i class="far fa-long-arrow-right"></i></a> </div> </div> </div> <div class="explore-more"> <p>Explore</p> <div class="line"></div> </div> </section><section id="block-61255428dfa16" class="block block--two_column_with_two_hex_images"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6"> <div class="content fade-in"> <h2>Our Mission</h2> <p><strong>KPC Herbs wants customers around the world to enjoy greater wellness, safely and naturally, through the best quality Chinese herbs.</strong></p> <p>We want to make Chinese herbs and their benefits available to as many men and women as possible. To achieve this goal, KPC has combined generations of wisdom about the healing powers of traditional Chinese herbs with state-of-the-art pharmaceutical manufacturing capabilities and industry-leading quality control. By offering the safest and most effective Chinese herbal medicine in the form of herbal products on the market, global consumers can use our herbal supplements with complete confidence and enjoy greater well-being.</p> <p><a class="btn btn--primary-g" href="/about-us/our-mission/">Learn More <i class="fal fa-long-arrow-right"></i></a></p> </div> </div> <div class="col-xl-6 col-lg-6"> <div class="hex--holder"> <div class="hex-1 fade-in-right"> <img width="387" height="336" src="https://kpc.com/wp-content/uploads/2021/08/office-corner-387x336.jpg" class="attachment-small_hex size-small_hex" alt="KPC Office Corner" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/office-corner-387x336.jpg 387w, https://kpc.com/wp-content/uploads/2021/08/office-corner-300x260.jpg 300w, https://kpc.com/wp-content/uploads/2021/08/office-corner-449x390.jpg 449w, https://kpc.com/wp-content/uploads/2021/08/office-corner.jpg 614w, https://kpc.com/wp-content/uploads/2021/08/office-corner-521x452.jpg 521w, https://kpc.com/wp-content/uploads/2021/08/office-corner-600x521.jpg 600w" sizes="auto, (max-width: 387px) 100vw, 387px" /> </div> <div class="hex-2 fade-in-right"> <img width="449" height="390" src="https://kpc.com/wp-content/uploads/2021/08/office-exterior-449x390.jpg" class="attachment-medium_hex size-medium_hex" alt="KPC Office" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/office-exterior-449x390.jpg 449w, https://kpc.com/wp-content/uploads/2021/08/office-exterior-300x260.jpg 300w, https://kpc.com/wp-content/uploads/2021/08/office-exterior-387x336.jpg 387w, https://kpc.com/wp-content/uploads/2021/08/office-exterior.jpg 614w, https://kpc.com/wp-content/uploads/2021/08/office-exterior-521x452.jpg 521w, https://kpc.com/wp-content/uploads/2021/08/office-exterior-600x521.jpg 600w" sizes="auto, (max-width: 449px) 100vw, 449px" /> </div> <div class="hex-outline"> <svg width="390" height="337" viewBox="0 0 390 337" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.2" d="M1.69451 168.5L89.4554 1.5H300.545L388.305 168.5L300.545 335.5H89.4554L1.69451 168.5Z" stroke="black" stroke-width="3"/> </svg> </div> <div class="hex-stripes fade-in"></div> </div> </div> </div> </div> </section><section id="block-61258510317b0" class="block block--products_manufacturing"> <svg class="curve-top" width="1920" height="390" viewBox="0 0 1920 390" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip11)"> <path opacity="0.64" d="M1920 390C1920 359.144 1920 301.116 1920 301.116C1920 301.116 1634.95 70.0789 1309.86 123.425C767.954 212.309 695.884 167.406 576.023 112.295C237.801 -43.2139 3.33903e-05 8.05943 3.33903e-05 8.05943L6.71025e-09 389.923C0 390 1422.81 390 1920 390Z" fill="#F5F5F5" fill-opacity="0.66"/> <path opacity="0.64" d="M1260.07 97.9414C1139.98 67.6225 999.224 79.3663 863.228 113.446C745.134 142.997 630.575 189.435 536.3 239.711C333.459 347.937 9.81041e-06 277.628 9.81041e-06 277.628L0 389.846C5.76258 352.236 46.2539 283.999 270.609 333.814C472.989 378.717 632.726 350.854 776.559 277.628C920.392 204.403 1061.61 156.737 1260 207.473C1458.54 258.286 1461.99 378.793 1709.32 333.814C1856.77 307.103 1905.79 326.676 1920 349.78L1920 237.485C1913.78 239.557 1907.48 241.706 1900.95 244.009C1730.37 303.495 1484.51 154.511 1260.07 97.9414Z" fill="#F5F5F5"/> <path d="M1709.32 333.814C1461.99 378.717 1458.54 258.286 1260.07 207.473C1061.61 156.737 920.392 204.403 776.636 277.628C632.88 350.854 473.066 378.717 270.685 333.814C46.3306 283.999 5.83911 352.159 0.0766602 389.846C0.0766602 389.923 0.0766602 389.923 0.0766602 390L1920 390L1920 349.78C1905.79 326.676 1856.77 307.103 1709.32 333.814Z" fill="#F5F5F5"/> </g> <defs> <clipPath id="clip11"> <rect width="1920" height="390" fill="white" transform="translate(1920 390) rotate(-180)"/> </clipPath> </defs> </svg> <div class="inner--bg"></div> <div class="container"> <div class="row product--row"> <div class="col-xl-6 col-md-6"> <div class="hex--holder"> <div class="hex-1 "> <img width="614" height="533" src="https://kpc.com/wp-content/uploads/2021/08/capsule-bg-614x533.jpg" class="attachment-large_hex size-large_hex" alt="TCM Tablets in Bulk" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/capsule-bg.jpg 614w, https://kpc.com/wp-content/uploads/2021/08/capsule-bg-300x260.jpg 300w, https://kpc.com/wp-content/uploads/2021/08/capsule-bg-387x336.jpg 387w, https://kpc.com/wp-content/uploads/2021/08/capsule-bg-449x390.jpg 449w, https://kpc.com/wp-content/uploads/2021/08/capsule-bg-521x452.jpg 521w, https://kpc.com/wp-content/uploads/2021/08/capsule-bg-600x521.jpg 600w" sizes="auto, (max-width: 614px) 100vw, 614px" /> </div> <div class="bowl--image "> <img src="#"/> </div> <div class="hex-outline"> <svg width="390" height="337" viewBox="0 0 390 337" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.2" d="M1.69451 168.5L89.4554 1.5H300.545L388.305 168.5L300.545 335.5H89.4554L1.69451 168.5Z" stroke="black" stroke-width="3"/> </svg> </div> <div class="hex-stripes fade-in"></div> </div> </div> <div class="col-xl-6 col-md-6"> <h2>Our Product Formats</h2> <p>Ensuring world-class quality with the best species of raw traditional Chinese herbs.</p> <div class="products"> <div class="single--product" data-image="https://kpc.com/wp-content/uploads/2021/08/granules.png"> <div class="product--top"> <div class="number"> 01. </div> <h3>Granules</h3> <i class="fal fa-chevron-down"></i> </div> <div class="content--area"> <p>Our extremely fine granules are easy to take and absorb. Place the granules in mouth and wash down with warm water to get your supplemental needs in seconds.</p> </div> </div> <div class="single--product" data-image="https://kpc.com/wp-content/uploads/2021/08/capsules-1.png"> <div class="product--top"> <div class="number"> 02. </div> <h3>Capsules</h3> <i class="fal fa-chevron-down"></i> </div> <div class="content--area"> <p>We use 100% natural, vegetable-based capsule shells to encapsulate herbal granules for greater ease and convenience for your patients.</p> </div> </div> <div class="single--product" data-image="https://kpc.com/wp-content/uploads/2021/12/tablets.png"> <div class="product--top"> <div class="number"> 03. </div> <h3>Tablets</h3> <i class="fal fa-chevron-down"></i> </div> <div class="content--area"> <p><span style="font-weight: 400;">Our tablets contain our high-quality granules compressed using an extremely-advanced technique, without the use of any binding material</span></p> <p><span style="font-weight: 400;">Before your product is finalized, you will be provided with a mockup to review. We will make every effort to accommodate your needs and offer professional guidance in our areas of expertise. You will be notified when the product is finished and ready to ship.</span></p> </div> </div> </div> <a href="/products/" class="btn btn--primary-g">Discover Products <i class="far fa-long-arrow-right"></i></a> </div> </div> <div class="row manufactoring--row "> <div class="col-xl-6 col-md-6"> <h2>Manufacturing</h2> <p><strong>We work with our customers to help them get their own custom branded products, leaving them assured that they are receiving KPCs highest quality Chinese herbs.</strong></p> <p>Practitioners of traditional Chinese medicine around the world can rely on KPC Herbs’ commitment to quality when fulfilling their custom orders. With KPC’s OEM services, you can deliver carefully selected and rigorously tested herbs and formulas to your customers with your own labeling. Your patients will enjoy the quality and safety of KPC Herbs’ products while you can fully leverage your brand. Our clients trust our products because we adhere to the most stringent pharmaceutical manufacturing standards in the world as well as internationally-recognized quality assurance measures.</p> <div class="flex--buttons"> <a href="https://kpc.com/manufacturing-process/" class="btn btn--primary-g">Our Manufacturing Process <i class="far fa-long-arrow-right"></i></a> <a href="https://kpc.com/oem-services-private-label-manufacturing/" class="btn btn--primary">Our OEM Services <i class="far fa-long-arrow-right"></i></a> </div> </div> <div class="col-xl-6 col-md-6"> <div class="image--holder"> <div class="gray--hex"></div> <div class="capsule"> <img width="762" height="295" src="https://kpc.com/wp-content/uploads/2021/08/manufactoring.png" class="attachment-full size-full" alt="TCM Capsules Manufacturing" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/manufactoring.png 762w, https://kpc.com/wp-content/uploads/2021/08/manufactoring-300x116.png 300w, https://kpc.com/wp-content/uploads/2021/08/manufactoring-614x238.png 614w, https://kpc.com/wp-content/uploads/2021/08/manufactoring-600x232.png 600w" sizes="auto, (max-width: 762px) 100vw, 762px" /> </div> <svg width="390" height="337" viewBox="0 0 390 337" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.2" d="M1.69451 168.5L89.4554 1.5H300.545L388.305 168.5L300.545 335.5H89.4554L1.69451 168.5Z" stroke="black" stroke-width="3"/> </svg> <div class="hex-stripes"></div> </div> </div> </div> </div> <svg class="curve-bottom" width="1920" height="255" viewBox="0 0 1920 255" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip10)"> <path d="M215.817 102.398C463.136 23.7245 693.705 -25.0254 858.353 88.6225C994.036 182.219 1434.12 387.627 1920 44.3879L1920 0.000137329L2.05846e-05 -3.05226e-05L1.33455e-05 82.806C35.1116 118.469 99.1116 139.515 215.817 102.398Z" fill="#F5F5F5"/> <path opacity="0.64" d="M671.193 94.0551C852.514 142.805 878.329 189.259 1284.38 245.968C1547.91 282.78 1878.59 195.688 1920 184.361L1920 113.724C1881.28 108.826 1590.32 76.0705 1399.09 172.346C1186.42 279.412 952.01 110.509 725.743 62.1419C343.664 -19.4397 194.843 88.5449 24.2786 147.856C15.9808 150.764 7.91358 153.443 0.0769129 156.045L0.0769125 161.632C178.785 186.581 276.975 -12.0163 671.193 94.0551Z" fill="#F8F8F8"/> <path opacity="0.64" d="M725.743 62.1427C952.01 110.434 1186.42 279.336 1399.09 172.347C1590.32 76.0713 1881.28 108.826 1920 113.724L1920 25.2551C1884.81 62.4489 1810.75 92.8316 1654.47 58.3163C1452.1 13.5459 1326.1 2.60198 1177.28 64.8213C1015.93 132.245 892.466 86.556 756.783 33.2907C592.211 -31.3777 463.213 13.5458 215.894 58.3927C99.1116 79.5151 35.1117 67.4998 0.0769183 47.2192L0.0769088 156.122C7.91358 153.52 15.9808 150.765 24.2786 147.933C194.843 88.5457 343.587 -19.4389 725.743 62.1427Z" fill="#FCFCFC"/> </g> <defs> <clipPath id="clip10"> <rect width="1920" height="255" fill="white" transform="translate(1920 255) rotate(-180)"/> </clipPath> </defs> </svg> </section><section id="block-6125a927ca96f" class="block block--capsule_animation"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6"> <div class="image--holder"> <div class="single--caps"> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> <img width="147" height="111" src="https://kpc.com/wp-content/uploads/2021/08/single-cap.png" class="attachment- size-" alt="Single TCM Capsules" loading="lazy" decoding="async" /> </div> <div class="cap--image"> <img width="812" height="531" src="https://kpc.com/wp-content/uploads/2021/08/capsule-bowl.png" class="attachment-full size-full" alt="TCM Capsules in Bulk" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/capsule-bowl.png 812w, https://kpc.com/wp-content/uploads/2021/08/capsule-bowl-300x196.png 300w, https://kpc.com/wp-content/uploads/2021/08/capsule-bowl-768x502.png 768w, https://kpc.com/wp-content/uploads/2021/08/capsule-bowl-614x402.png 614w, https://kpc.com/wp-content/uploads/2021/08/capsule-bowl-600x392.png 600w" sizes="auto, (max-width: 812px) 100vw, 812px" /> </div> <div class="hex--outline"> <svg width="390" height="337" viewBox="0 0 390 337" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.2" d="M1.69451 168.5L89.4554 1.5H300.545L388.305 168.5L300.545 335.5H89.4554L1.69451 168.5Z" stroke="black" stroke-width="3"/> </svg> </div> <div class="hex-stripes"></div> </div> </div> <div class="col-xl-6 col-lg-6"> <h2>Raw Herb Screening & Testing</h2> <p>KPC performs critical testing of raw herbs prior to the manufacture of its Chinese herbal medicine products. Our testing includes <strong>Species Identification</strong> and <strong>Contaminant Screening</strong>. KPC tests every batch of traditional Chinese medicine herbs to verify the authenticity of its contents before any additional steps are taken. Batch-level verification data are traceable and maintained indefinitely. KPC also tests for the most common and dangerous contaminants, including heavy metals, pesticides, carcinogens, and preservatives, in their traditional Chinese medicine herbs.</p> </div> </div> </div> </section><section id="block-6125c3bdd4ec2" class="block block--two_column_gray"> <svg class="top-curve" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 301.93"> <path fill="#fff" d="M0,0V301.93S285.05,70.3,610.14,123.78c541.91,89.11,614,44.09,733.84-11.16C1682.2-43.29,1920,8.12,1920,8.12V0Z"/> </svg><div class="container"> <div class="row flex-row-reverse"> <div class="col-xl-6 col-lg-6"> <div class="hex--holder"> <div class="hex-1 fade-in-right"> <img width="614" height="533" src="https://kpc.com/wp-content/uploads/2021/08/02-1-614x533.jpg" class="attachment-large_hex size-large_hex" alt="KPC Beginning" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/02-1-614x533.jpg 614w, https://kpc.com/wp-content/uploads/2021/08/02-1-387x336.jpg 387w, https://kpc.com/wp-content/uploads/2021/08/02-1-449x390.jpg 449w, https://kpc.com/wp-content/uploads/2021/08/02-1-300x260.jpg 300w, https://kpc.com/wp-content/uploads/2021/08/02-1-521x452.jpg 521w" sizes="auto, (max-width: 614px) 100vw, 614px" /> </div> <div class="hex-outline"> <svg width="390" height="337" viewBox="0 0 390 337" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.2" d="M1.69451 168.5L89.4554 1.5H300.545L388.305 168.5L300.545 335.5H89.4554L1.69451 168.5Z" stroke="black" stroke-width="3"/> </svg> </div> <div class="hex-stripes"></div> </div> </div> <div class="col-xl-6 col-lg-6"> <div class="content fade-in"> <h2>Our Story</h2> <p>Kaiser Pharmaceutical (KP) began as a family business five generations ago. The founder of Kaiser Pharmaceutical, Tsai Liang Hai, arrived in Taiwan and began selling herbs from his small shop in 1892. His goal then was simple; he wanted to provide the highest quality Chinese herbal medicine possible to better the wellness of his customers.</p> <p>KPC Products, Inc., the U.S. Office for Kaiser Pharmaceutical Co., maintains that tradition today. In the domain of traditional Chinese medicine, KPC Herbs has established itself as one of the most respected producers of premium quality Chinese herbs, herbal extracts, Chinese herbal medicine, and herbal preparations. Modern scientific processing methods and rigorous quality control standards bring the long-understood benefits of traditional Chinese herbs to today’s patients, safely and reliably.</p> <p><a class="btn btn--primary-g" href="https://kpc.com/about-us/">Learn More <i class="far fa-long-arrow-right"></i></a></p> </div> </div> </div> </div> </section> <section class="block block--newsletter"> <svg class="footer-curve" width="1920" height="302" viewBox="0 0 1920 302" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1309.86 178.191C1703 283 1920 0 1920 0H0V293.881C0 293.881 237.801 345.298 576.023 189.352C834 81 1046.04 107.856 1309.86 178.191Z" fill="#1F1F1F"/> </svg> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="background--box"> <div class="row"> <div class="col-xl-6 col-md-6 pr-0"> <div class="white"> <img width="660" height="535" src="https://kpc.com/wp-content/uploads/2021/08/hex-wall.jpg" class="attachment- size-" alt="KPC Products" loading="lazy" decoding="async" srcset="https://kpc.com/wp-content/uploads/2021/08/hex-wall.jpg 660w, https://kpc.com/wp-content/uploads/2021/08/hex-wall-300x243.jpg 300w, https://kpc.com/wp-content/uploads/2021/08/hex-wall-614x498.jpg 614w, https://kpc.com/wp-content/uploads/2021/08/hex-wall-600x486.jpg 600w" sizes="auto, (max-width: 660px) 100vw, 660px" /> </div> </div> <div class="col-xl-6 col-md-6 pl-0"> <div class="white--bg"> <h3>Stay up to date on events, products, and more.</h3> <div class="wpforms-container wpforms-container-full" id="wpforms-3246"><form id="wpforms-form-3246" class="wpforms-validate wpforms-form" data-formid="3246" method="post" enctype="multipart/form-data" action="/" data-token="e98fd1fc6168dffa163c2ebedae46478" data-token-time="1747127383"><noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript><div class="wpforms-field-container"><div id="wpforms-3246-field_2-container" class="wpforms-field wpforms-field-text" data-field-id="2"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-3246-field_2">Single Line Text <span class="wpforms-required-label">*</span></label><input type="text" id="wpforms-3246-field_2" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][2]" placeholder="FULL NAME" required></div><div id="wpforms-3246-field_3-container" class="wpforms-field wpforms-field-email" data-field-id="3"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-3246-field_3">Email <span class="wpforms-required-label">*</span></label><input type="email" id="wpforms-3246-field_3" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][3]" placeholder="EMAIL ADDRESS" spellcheck="false" required></div></div><!-- .wpforms-field-container --><div class="wpforms-recaptcha-container wpforms-is-recaptcha wpforms-is-recaptcha-type-v3" ><input type="hidden" name="wpforms[recaptcha]" value=""></div><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="3246"><input type="hidden" name="page_title" value="Home"><input type="hidden" name="page_url" value="https://kpc.com/"><input type="hidden" name="page_id" value="66"><input type="hidden" name="wpforms[post_id]" value="66"><button type="submit" name="wpforms[submit]" id="wpforms-submit-3246" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Subscribe" aria-live="assertive" value="wpforms-submit">Subscribe</button></div><input type="hidden" id="ct_checkjs_wpforms_34ed066df378efacc9b924ec161e7639" name="ct_checkjs_wpforms" value="0" /><script type="rocketlazyloadscript">setTimeout(function(){var ct_input_name = "ct_checkjs_wpforms_34ed066df378efacc9b924ec161e7639";if (document.getElementById(ct_input_name) !== null) {var ct_input_value = document.getElementById(ct_input_name).value;document.getElementById(ct_input_name).value = document.getElementById(ct_input_name).value.replace(ct_input_value, '29c5a2d0a5cdbf096f445ecde9a05474bca8b327d369285480c0bbb8b68cfacb');}}, 1000);</script><label class="apbct_special_field" id="apbct_label_id54135" for="apbct__email_id__wp_wpforms_54135">54135</label><input id="apbct__email_id__wp_wpforms_54135" class="apbct_special_field apbct__email_id__wp_wpforms" autocomplete="off" name="apbct__email_id__wp_wpforms_54135" type="text" value="54135" size="30" apbct_event_id="54135" maxlength="200" /><input id="apbct_event_id_wp_wpforms_54135" class="apbct_special_field" name="apbct_event_id" type="hidden" value="54135" /></form></div> <!-- .wpforms-container --> </div> </div> </div> </div> </div> </div> </div> </section> <section class="block block--catalog"> <div class="container"> <div class="row"> <div class="col-xl-12"> <h3 class="fade-in-bottom">Take a Look at Our<br/>Line-Up</h3> <a href="/our-catalog/" class="btn btn--primary-g fade-in-bottom">Browse Catalog <i class="far fa-long-arrow-right"></i></a> </div> </div> </div> </section> <footer> <div class="container-fluid"> <div class="row"> <div class="col-12 copyright--flex"> <div class="company--info"> <svg class="footer-logo" width="75" height="79" viewBox="0 0 75 79" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#footer-logo-clip)"> <path d="M48.8307 13.71C48.8307 13.71 44.7555 13.71 44.7555 17.7038V32.3337C43.283 31.9297 41.8786 31.3087 40.5883 30.4912C38.6641 29.3942 36.3076 27.0192 36.3076 27.0192C34.4614 25.1338 32.3595 23.5181 30.0638 22.2195C24.5536 18.957 16.6514 19.0493 16.6514 19.0493C5.69459 19.4788 1.41394 25.2264 0.531592 27.8322C-0.435807 30.7042 0.209125 32.6035 0.209125 32.6035C0.481437 33.6345 1.08397 34.5474 1.92422 35.2022C4.08935 36.6506 5.46781 35.3051 5.46781 35.3051C6.34307 34.4247 6.134 32.9798 6.134 32.9798C6.10232 32.6234 5.98021 32.2811 5.77925 31.9853C5.5783 31.6896 5.30519 31.4502 4.98588 31.29C4.548 30.9764 4.23336 30.5193 4.09644 29.9977C3.58971 28.0381 4.61026 26.1743 4.61026 26.1743C7.09077 21.4775 13.5295 20.3309 13.5295 20.3309L14.0575 20.267L14.0327 35.085C14.0327 35.085 13.6783 39.2564 18.4586 39.0789C18.4586 39.0789 22.5337 39.0789 22.5337 35.085V20.9415C23.3725 21.1691 24.1858 21.4819 24.9611 21.8752C26.6549 22.6668 28.1893 24.0372 29.0575 24.7649C30.567 26.0323 32.4558 28.4606 32.4558 28.4606C33.4728 29.6995 34.9363 31.7373 34.9363 31.7373C37.6825 35.5714 41.9951 37.673 41.9951 37.673C46.662 40.0125 53.2389 39.4658 53.2389 39.4658L53.2637 17.7038C53.2637 17.7038 53.3062 13.7135 48.8307 13.71Z" fill="#01673E"/> <path d="M49.1849 1.98463C48.7982 1.7758 48.4408 1.51678 48.1218 1.21426C47.6548 0.903022 47.0891 0.776517 46.5343 0.859253C46.1425 0.826408 45.7633 0.705031 45.4251 0.504244C45.0436 0.302234 44.639 0.147268 44.2203 0.0427331C43.7248 -0.0763362 43.2028 -0.0054212 42.7568 0.241538C42.7568 0.241538 42.2536 0.557496 40.6767 0.30189C40.032 0.21224 39.3822 0.164804 38.7313 0.159886C37.5972 0.195237 36.5164 0.650594 35.698 1.43792C35.698 1.43792 35.3436 1.79292 34.8582 2.31834C34.5203 2.59165 34.1236 2.78247 33.6994 2.8757C33.2311 3.01917 32.7749 3.19961 32.3351 3.41531C31.9657 3.59659 31.6529 3.87569 31.4305 4.22238C31.2081 4.56907 31.0847 4.97011 31.0736 5.38206C31.0736 5.38206 31.0736 5.73707 30.2479 6.13113C29.7905 6.31929 29.3812 6.60804 29.0502 6.97605C28.798 7.26694 28.6056 7.60482 28.484 7.97033C28.3624 8.33584 28.314 8.7218 28.3415 9.1061C28.3415 9.1061 28.3415 9.43625 28.5612 9.50015C28.9404 9.04219 29.401 8.53453 29.9786 7.97362C31.5907 6.47786 33.3751 5.18001 35.294 4.10758C35.294 4.10758 40.4606 1.47342 46.2224 1.97753H46.4032H46.2224C42.0595 1.81131 37.9599 3.0392 34.5711 5.46726C32.5903 6.88729 30.5456 8.42448 28.4017 11.1474C28.4017 11.1474 28.0474 11.6054 27.817 11.9178C27.0987 13.0916 26.2679 14.1926 25.3365 15.2051C24.705 15.8346 23.9191 16.2864 23.058 16.5151C22.5903 16.5542 22.5548 16.2027 22.5619 15.9968V6.14533C22.6824 1.17521 18.4903 1.53022 18.4903 1.53022C13.6392 1.59412 14.0538 5.96427 14.0538 5.96427L14.114 18.347C16.5576 18.4255 19.0024 18.2315 21.4032 17.7683C22.7071 17.5808 23.9792 17.2153 25.1842 16.682C26.2568 16.1369 27.2315 15.4171 28.0686 14.5519C28.9518 13.6205 29.9667 12.8239 31.0807 12.1876C31.9573 11.7038 32.9207 11.3985 33.9156 11.2894C34.7048 11.233 35.497 11.233 36.2862 11.2894C36.2862 11.2894 37.2465 11.3568 37.5903 10.8989C37.5903 10.8989 37.8879 10.6788 37.81 9.57116C37.81 9.57116 37.732 8.50613 38.5896 8.17242C38.9037 8.11403 39.2239 8.09495 39.5428 8.11562C39.5428 8.11562 40.5279 8.23633 41.109 7.65056C41.109 7.65056 41.552 7.3204 41.7611 6.20213C41.7611 6.20213 42.0197 4.95605 43.0616 4.68979C43.3332 4.6009 43.6215 4.57517 43.9045 4.61453C44.1876 4.6539 44.458 4.75734 44.6951 4.917C44.6951 4.917 45.3755 5.24361 45.7582 4.99865C45.7582 4.99865 46.2402 4.88505 46.5697 4.03303C46.5697 4.03303 46.8142 3.13486 47.5017 3.24136C47.927 3.26297 48.3526 3.20395 48.7561 3.0674C48.7561 3.0674 49.2451 2.7124 49.5003 2.7479C49.5888 2.74861 49.6753 2.72115 49.7472 2.66947C49.8192 2.6178 49.8729 2.54457 49.9007 2.46034C49.9007 2.46034 50.0389 2.14083 49.1849 1.98463Z" fill="#01673E"/> <path d="M74.3976 23.3098C73.2672 19.3163 70.8093 15.8293 67.4309 13.4263C64.0948 11.0626 60.2392 9.53919 56.1906 8.98519C49.7342 8.03022 46.2899 9.54255 46.2899 9.54255C45.9851 9.65615 45.776 9.74846 45.776 9.74846C42.6683 10.9981 40.8575 14.4701 40.8575 14.4701C39.9673 16.0868 39.7495 17.9902 40.2516 19.7668C40.9603 22.0672 42.4699 21.9856 42.4699 21.9856C42.232 21.8963 42.0158 21.7574 41.8356 21.578C41.6554 21.3987 41.5153 21.1831 41.4245 20.9454C41.3265 20.6177 41.3466 20.2658 41.4812 19.9514C41.6293 19.6786 41.8291 19.4374 42.0694 19.2414C42.2714 19.071 42.4592 18.9361 42.686 18.7692C43.1853 18.3459 43.5015 17.7454 43.5684 17.0936C43.6449 16.4074 43.6017 15.713 43.4408 15.0416C43.3177 14.5667 43.2628 14.0766 43.2778 13.5861C43.312 12.9787 43.5185 12.3937 43.8731 11.8998C44.1239 11.5648 44.4196 11.2662 44.7519 11.0123C46.2544 9.91176 48.6499 9.76266 49.9575 9.77331H50.0461C55.2587 9.90111 59.5322 12.5885 59.5322 12.5885C63.7491 15.0452 65.2728 18.0344 65.2728 18.0344C67.484 21.4211 67.7534 25.7877 67.7534 25.7877C68.3062 32.6678 65.0319 36.5019 65.0319 36.5019C60.8894 42.001 53.3735 41.8483 53.3735 41.8483C49.2354 41.8603 45.1561 40.8675 41.4848 38.955C39.6724 37.9625 38.0221 36.6983 36.5911 35.2061C35.7193 34.2227 35.4713 33.7861 35.0425 33.353C34.7236 33.0406 34.5003 33.2323 34.7307 33.6583C35.4492 35.0105 36.2864 36.296 37.2325 37.4995C39.4295 40.2224 42.6293 42.0258 44.3905 42.8778L44.4259 50.6419C44.4259 50.6419 44.2558 54.4618 48.9865 54.6357C48.9865 54.6357 53.3877 54.6357 53.3877 50.6419V45.0079C55.9354 45.0969 58.4842 44.8656 60.9745 44.3192C64.3589 43.5691 67.4864 41.9394 70.0425 39.594C77.3813 32.3447 74.3976 23.3098 74.3976 23.3098Z" fill="#0C479D"/> <path d="M40.8859 21.4926C40.8859 21.4926 39.1141 20.0015 39.387 16.6077C39.696 14.9592 40.4178 13.4164 41.4848 12.1239C42.0416 11.4837 42.6774 10.917 43.377 10.4376C43.377 10.4376 42.4911 10.0364 41.8887 10.5193C41.6899 10.672 41.5246 10.8641 41.4033 11.0837C41.3182 11.219 41.2064 11.3354 41.0748 11.4257C40.9432 11.5161 40.7945 11.5785 40.6378 11.6091C40.6378 11.6091 39.3692 11.9251 39.2665 13.0292C39.2499 13.232 39.1853 13.428 39.0781 13.6008C38.9708 13.7737 38.8241 13.9185 38.6499 14.0232C38.0195 14.3991 37.5509 14.9963 37.3352 15.6988C37.3352 15.6988 36.7966 17.1189 37.562 18.3046C37.7283 18.5539 37.9221 18.7838 38.1396 18.9898C38.2909 19.1586 38.3753 19.377 38.377 19.6039C38.3589 19.911 38.4264 20.2171 38.5719 20.4879C38.5719 20.4879 38.7881 21.024 39.6988 21.2512C40.0878 21.3616 40.4847 21.4423 40.8859 21.4926Z" fill="#0C479D"/> <path d="M47.2396 72.5994C47.2396 70.8953 46.0844 70.2137 44.5004 70.2173H33.6641C33.6251 70.2634 32.7357 71.1048 32.6967 71.1474H43.1609C45.0816 71.1225 44.9327 72.6633 44.9327 72.6633V73.8668H32.353V70.0469H30.0745V78.7339H47.2396C47.2396 78.2724 47.2431 73.1532 47.2396 72.5994ZM32.3565 77.6724V74.7933H44.9434L44.9611 77.6724H32.3565Z" fill="black"/> <path d="M37.7179 64.0186L30.5386 69.0845H27.7888L34.9717 64.0186H37.7179Z" fill="black"/> <path d="M39.2451 64.0186L46.428 69.0845H49.1742L41.9914 64.0186H39.2451Z" fill="black"/> <path d="M39.5996 63.1096V60.5322H37.3353V63.1096H28.3735V64.2314H37.3353V69.4997H39.5996V64.2314H48.572V63.1096H39.5996Z" fill="black"/> <path d="M41.917 59.7835L29.0112 60.1563V61.2781L41.8426 61.0402C42.3741 61.0402 46.4917 60.8556 47.5654 60.1172L46.6583 59.251C45.4216 59.645 43.2564 59.7835 41.917 59.7835Z" fill="black"/> <path d="M55.3508 60.6502H74.9327V59.6455H55.3508V60.6502Z" fill="black"/> <path d="M57.8738 79.0003H55.8823V62.4463H57.8845L57.8738 79.0003Z" fill="black"/> <path d="M64.0608 67.2354H57.0481V68.1158H64.0608V67.2354Z" fill="black"/> <path d="M73.5116 67.2354H66.2827V68.1158H73.5116V67.2354Z" fill="black"/> <path d="M66.2898 62.4316V68.1118H68.2955C68.2955 68.1118 68.2955 63.0565 68.2955 62.4316H66.2898Z" fill="black"/> <path d="M59.0112 69.4961V70.3268H71.3713V69.4961H59.0112Z" fill="black"/> <path d="M67.6328 64.835V65.7686H73.4833V64.835H67.6328Z" fill="black"/> <path d="M57.4558 64.835V65.7686H63.1007V64.835H57.4558Z" fill="black"/> <path d="M71.3288 75.4039V72.7236C71.3305 72.5297 71.2918 72.3377 71.215 72.1598C71.1381 71.9819 71.025 71.8221 70.8828 71.6907C70.7406 71.5592 70.5725 71.4591 70.3893 71.3967C70.2061 71.3343 70.0119 71.311 69.8192 71.3284H61.7434C61.6548 71.4278 61.4528 71.7154 61.1693 72.0384H68.54C69.3869 72.0384 69.6314 72.4254 69.6314 73.0431V74.6939H60.9142V71.3213H59.0928V75.4216L71.3288 75.4039Z" fill="black"/> <path d="M72.6896 75.6699C72.6896 77.3384 72.2395 77.6331 71.5911 77.6402H70.8469C71.2013 78.1017 71.6052 78.5774 71.8001 78.8153H72.6683C72.9765 78.8226 73.2817 78.7535 73.5568 78.6141C73.8319 78.4748 74.0684 78.2695 74.2452 78.0165C74.5469 77.4754 74.6918 76.8606 74.6633 76.2415C74.6633 76.2024 74.6633 65.3179 74.6633 65.3072C74.6633 64.5972 74.5216 63.7203 74.0042 63.1417C73.3877 62.4316 72.1864 62.4316 72.1757 62.4316H66.9702V63.344H70.9426C71.1892 63.3338 71.435 63.3767 71.6637 63.4698C71.8923 63.5628 72.0983 63.704 72.2679 63.8836C72.4205 64.0441 72.5368 64.2356 72.6089 64.4451C72.6811 64.6546 72.7074 64.8772 72.686 65.0978L72.6896 75.6699Z" fill="black"/> <path d="M58.0793 63.3509H60.372C60.6154 63.3347 60.8595 63.3699 61.0885 63.4543C61.3174 63.5387 61.5261 63.6704 61.7009 63.8408C62.2076 64.3449 62.1155 64.8668 62.1155 65.3177V68.0867H64.0857C64.0857 67.8808 64.0857 64.9982 64.0857 64.9875C64.1126 64.65 64.0722 64.3104 63.967 63.9887C63.8617 63.6669 63.6937 63.3693 63.4727 63.1131C62.8809 62.4208 61.7753 62.4705 61.7682 62.4705H58.9334L58.0793 63.3509Z" fill="black"/> <path d="M61.2899 61.5971V58.6719H59.022V61.5971H61.2899Z" fill="black"/> <path d="M64.5748 75.0243L62.764 72.5215H61.3076L63.1148 75.0243H64.5748Z" fill="black"/> <path d="M65.7795 75.0243L67.5868 72.5215H69.0432L67.236 75.0243H65.7795Z" fill="black"/> <path d="M71.584 61.5971V58.6719H69.2983V61.5971H71.584Z" fill="black"/> <path d="M62.2713 75.3359L59.1211 78.5878H61.2472L64.3975 75.3359H62.2713Z" fill="black"/> <path d="M68.0934 75.3359L71.0771 78.5878H68.9474L65.9673 75.3359H68.0934Z" fill="black"/> <path d="M66.1624 68.9209H64.1992V78.783H66.1624V68.9209Z" fill="black"/> <path d="M18.7456 71.7542C18.7456 70.0999 17.6223 69.3685 16.0383 69.3721H11.8356C11.7967 69.4182 10.9072 70.2632 10.8682 70.3022H14.4614C16.4246 70.3022 16.4742 71.8145 16.4742 71.8145V73.4724H9.68823V74.5552H18.7456V71.7542Z" fill="black"/> <path d="M5.80444 66.2841H21.0135V65.3682H5.80444V66.2841Z" fill="black"/> <path d="M6.40332 61.2528H20.4288V60.3369H6.40332V61.2528Z" fill="black"/> <path d="M11.0526 65.7438V58.5762H8.78467V65.7438H11.0526Z" fill="black"/> <path d="M17.8917 65.7438V58.5762H15.6167V65.7438H17.8917Z" fill="black"/> <path d="M6.21552 70.4443L2.67194 78.6095H0.294189L3.83778 70.4443H6.21552Z" fill="black"/> <path d="M0.570557 58.8359L3.61804 63.9765H5.68395L2.63292 58.8359H0.570557Z" fill="black"/> <path d="M0.280029 64.6758L3.09718 69.0211H5.16309L2.34594 64.6758H0.280029Z" fill="black"/> <path d="M9.41176 66.0742L5.24805 70.526H7.63288L11.7966 66.0742H9.41176Z" fill="black"/> <path d="M17.4061 66.0742L21.9702 70.526H19.5854L15.0212 66.0742H17.4061Z" fill="black"/> <path d="M11.01 78.5982H20.5776V77.6752H12.2892C10.3686 77.7001 10.5174 76.1593 10.5174 76.1593V69.2012H8.25659V76.2197C8.26014 77.9273 9.41534 78.5982 11.01 78.5982Z" fill="black"/> </g> <defs> <clipPath id="footer-logo-clip"> <rect width="75" height="79" fill="white"/> </clipPath> </defs> </svg> <p><a href="https://goo.gl/maps/YCd7pSPUeS4VyBw96" target="_blank">16 Goddard, Irvine, CA 92618</a></p> <p>Phone: <a href="tel:+19493988158">(949) 398-8158</a></p> <p>Fax: 949-398-8169</p> <ul class="social--icons"> <li><a href="https://www.facebook.com/KPCProducts/" target="_blank"> <i class="fab fa-facebook-f" aria-hidden="true"></i> </a></li> <li><a href="https://www.instagram.com/kpcherbs/?hl=en" target="_blank"> <i class="fab fa-instagram" aria-hidden="true"></i> </a></li> <li><a href="https://www.youtube.com/channel/UCdYteN4HCwwYBsT_P4RC1Yg" target="_blank"> <i class="fab fa-youtube" aria-hidden="true"></i> </a></li> <li><a href="https://www.linkedin.com/company/kpc-products" target="_blank"> <i class="fab fa-linkedin-in" aria-hidden="true"></i> </a></li> </ul> <!--<form method="get" id="searchform" action="https://kpc.com"> <input type="text" placeholder="Search" name="s" id="s" /> <input type="hidden" id="searchsubmit" /> </form>--> </div> <div class="menu-items"> <h4>About KPC</h4> <ul> <li class="page_item page-item-133"><a href="https://kpc.com/about-us/">The KPC Story</a></li> <li class="page_item page-item-134"><a href="https://kpc.com/about-us/our-mission">Our Mission</a></li> <li class="page_item page-item-135"><a href="https://kpc.com/testimonials/">Testimonials</a></li> </ul> </div> <div class="menu-items"> <h4>Quality</h4> <ul> <li class="page_item page-item-144"><a href="https://kpc.com/certification/">Certifications</a></li> <li class="page_item page-item-143"><a href="https://kpc.com/quality-assurance/">Quality Assurance & Safety</a></li> </ul> </div> <div class="menu-items"> <h4>Manufacturing</h4> <ul> <li class="page_item page-item-147"><a href="https://kpc.com/manufacturing-process/">Manufacturing Process</a></li> <li class="page_item page-item-148"><a href="https://kpc.com/sustainability/">Sustainability</a></li> <li class="page_item page-item-149"><a href="https://kpc.com/oem-services-private-label-manufacturing/">OEM Services</a></li> <li class="page_item page-item-150"><a href="https://kpc.com/become-an-oem-partner/">Become An OEM Partner</a></li> </ul> </div> <div class="menu-items"> <h4>Products</h4> <ul> <li class="page_item page-item-333"><a href="https://kpc.com/capsules/">Capsules</a></li> <li class="page_item page-item-334"><a href="https://kpc.com/granules/">Granules</a></li> <li class="page_item page-item-335"><a href="https://kpc.com/tablets/">Tablets</a></li> </ul> </div> <div class="menu-items"> <h4>Distributors</h4> <ul> <li class="page_item page-item-161"><a href="https://kpc.com/distributors/find-a-distributor/">Find A Distributor</a></li> <li class="page_item page-item-168"><a href="https://kpc.com/crane-herb-company/">Crane Herb Company</a></li> <li class="page_item page-item-170"><a href="https://kpc.com/four-seasons-herbs/">Four Seasons Herbs</a></li> <li class="page_item page-item-4291"><a href="https://kpc.com/golden-legacy-solutions/">Golden Legacy Solutions LLC</a></li> <li class="page_item page-item-171"><a href="https://kpc.com/golden-flower-chinese-herbs/">Golden Flower Chinese Herbs</a></li> </ul> </div> </div> </div> </div> </footer> <section class="block--sub-footer"> <div class="container"> <div class="row"> <div class="col-xl-12"> <p>Copyright © 2025 KPC. All Rights Reserved. <a href="/privacy-policy/">Privacy Policy</a>. </p> </div> </div> </div> </section> </div><!-- end of .site-wrap --> <script type="rocketlazyloadscript">(function(){var s=document.createElement('script');e = !document.body ? document.querySelector('head'):document.body;s.src='https://acsbapp.com/apps/app/dist/js/app.js';s.defer=true;s.onload=function(){acsbJS.init({ statementLink : '', feedbackLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, language : 'en', position : 'left', leadColor : '#014b81', triggerColor : '#014b81', triggerRadius : '50%', triggerPositionX : 'left', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'medium', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'left', triggerPositionY : 'center', triggerOffsetX : 0, triggerOffsetY : 0, triggerRadius : '50%' } }); }; e.appendChild(s);}());</script> <!-- Meta Pixel Event Code --> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> document.addEventListener( 'wpcf7mailsent', function( event ) { if( "fb_pxl_code" in event.detail.apiResponse){ eval(event.detail.apiResponse.fb_pxl_code); } }, false ); </script> <!-- End Meta Pixel Event Code --> <div id='fb-pxl-ajax-code'></div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://kpc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1744889543' type='text/css' media='all' /> <link rel='stylesheet' id='wpforms-classic-full-css' href='https://kpc.com/wp-content/plugins/wpforms/assets/css/frontend/classic/wpforms-full.min.css?ver=1.8.9.5' type='text/css' media='all' /> <script type="text/javascript" id="aws-script-js-extra"> /* <![CDATA[ */ var aws_vars = {"sale":"Sale!","sku":"SKU: ","showmore":"View all results","noresults":"Nothing found"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/advanced-woo-search/assets/js/common.min.js?ver=3.12" id="aws-script-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/locate-our-products\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/kpc.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/themes/incredible/assets/dist/js/plugins.min.js?ver=6.7.1" id="plugins-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/themes/incredible/assets/dist/js/main.min.js?ver=6.7.1" id="main-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.3.3" id="sourcebuster-js-js" defer></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/kpc.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.3.3" id="wc-order-attribution-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.20.0" id="wpforms-validation-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/wpforms/assets/lib/mailcheck.min.js?ver=1.1.2" id="wpforms-mailcheck-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/wpforms/assets/lib/punycode.min.js?ver=1.0.0" id="wpforms-punycode-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.8.9.5" id="wpforms-generic-utils-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://kpc.com/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.8.9.5" id="wpforms-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LeTfmkgAAAAAO0X9NWFT4Wo-wwXp6d1ogGlweqx" id="wpforms-recaptcha-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wpforms-recaptcha-js-after"> /* <![CDATA[ */ var wpformsDispatchEvent = function (el, ev, custom) { var e = document.createEvent(custom ? "CustomEvent" : "HTMLEvents"); custom ? e.initCustomEvent(ev, true, true, false) : e.initEvent(ev, true, true); el.dispatchEvent(e); }; var wpformsRecaptchaV3Execute = function ( callback ) { grecaptcha.execute( "6LeTfmkgAAAAAO0X9NWFT4Wo-wwXp6d1ogGlweqx", { action: "wpforms" } ).then( function ( token ) { Array.prototype.forEach.call( document.getElementsByName( "wpforms[recaptcha]" ), function ( el ) { el.value = token; } ); if ( typeof callback === "function" ) { return callback(); } } ); } grecaptcha.ready( function () { wpformsDispatchEvent( document, "wpformsRecaptchaLoaded", true ); } ); /* ]]> */ </script> <script type='text/javascript'> /* <![CDATA[ */ var wpforms_settings = {"val_required":"This field is required.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_email_restricted":"This email address is not allowed.","val_number":"Please enter a valid number.","val_number_positive":"Please enter a valid positive number.","val_minimum_price":"Amount entered is less than the required minimum.","val_confirm":"Field values do not match.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"Limit is {limit} characters. Characters remaining: {remaining}.","val_limit_words":"Limit is {limit} words. Words remaining: {remaining}.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_turnstile_fail_msg":"Cloudflare Turnstile verification failed, please try again later.","val_inputmask_incomplete":"Please fill out all blanks.","uuid_cookie":"1","locale":"en","wpforms_plugin_url":"https:\/\/kpc.com\/wp-content\/plugins\/wpforms\/","gdpr":"","ajaxurl":"https:\/\/kpc.com\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","currency_code":"USD","currency_thousands":",","currency_decimals":"2","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","val_post_max_size":"The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb.","val_time12h":"Please enter time in 12-hour AM\/PM format (eg 8:45 AM).","val_time24h":"Please enter time in 24-hour format (eg 22:45).","val_time_limit":"Please enter time between {minTime} and {maxTime}.","val_url":"Please enter a valid URL.","val_fileextension":"File type is not allowed.","val_filesize":"File exceeds max size allowed. File was not uploaded.","post_max_size":"104857600","error_updating_token":"Error updating token. Please try again or contact support if the issue persists.","network_error":"Network error or server is unreachable. Check your connection or try again later.","token_cache_lifetime":"86400","val_password_strength":"A stronger password is required. Consider using upper and lower case letters, numbers, and symbols.","val_phone":"Please enter a valid phone number.","entry_preview_iframe_styles":["https:\/\/kpc.com\/wp-includes\/js\/tinymce\/skins\/lightgray\/content.min.css?ver=6.7.1","https:\/\/kpc.com\/wp-includes\/css\/dashicons.min.css?ver=6.7.1","https:\/\/kpc.com\/wp-includes\/js\/tinymce\/skins\/wordpress\/wp-content.css?ver=6.7.1","https:\/\/kpc.com\/wp-content\/plugins\/wpforms\/assets\/pro\/css\/fields\/richtext\/editor-content.min.css"]} /* ]]> */ </script> </body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->