CINXE.COM

Contact - WEBAPPICK

<!DOCTYPE html> <html lang="en-US"> <head><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.v="1.2.3",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",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"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(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}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(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),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(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="pingback" href="https://webappick.com/xmlrpc.php"> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; const gtm4wp_use_sku_instead = false; const gtm4wp_currency = 'USD'; const gtm4wp_product_per_impression = 10; const gtm4wp_clear_ecommerce = false; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - BEGINNING OF OUTPUT --> <meta property="og:title" content="Contact"> <meta property="article_author" content="https://www.facebook.com/webappick/"> <meta property="article_publisher" content="https://www.facebook.com/webappick"> <meta property="fb:app_id" content="529576650555031"> <meta property="og:type" content="article"> <meta property="og:url" content="https://webappick.com/contact/"> <meta property="og:site_name" content="WEBAPPICK"> <meta property="article:published_time" content="2016-12-29T18:11:21+06:00"> <meta property="article:modified_time" content="2021-10-04T11:25:23+06:00"> <meta property="og:updated_time" content="2021-10-04T11:25:23+06:00"> <meta name="twitter:title" content="Contact"> <meta name="twitter:site" content="@webappick"> <meta name="twitter:creator" content="@webappick"> <meta name="twitter:card" content="summary"> <style> @font-face { font-family: "sw-icon-font"; src:url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3"); src:url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3#iefix") format("embedded-opentype"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=4.4.6.3") format("woff"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=4.4.6.3") format("truetype"), url("https://webappick.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=4.4.6.3#1445203416") format("svg"); font-weight: normal; font-style: normal; font-display:block; } </style> <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - END OF OUTPUT --> <!-- This site is optimized with the Yoast SEO Premium plugin v19.4 (Yoast SEO v23.1) - https://yoast.com/wordpress/plugins/seo/ --> <title>Contact - WEBAPPICK</title> <meta name="description" content="You can contact us for any kind of assistant you need for product queries or any support you need. We are always (24/7) here to assist you with any support." /> <link rel="canonical" href="https://webappick.com/contact/" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://webappick.com/contact/","url":"https://webappick.com/contact/","name":"Contact - WEBAPPICK","isPartOf":{"@id":"https://webappick.com/#website"},"datePublished":"2016-12-29T12:11:21+00:00","dateModified":"2021-10-04T05:25:23+00:00","description":"You can contact us for any kind of assistant you need for product queries or any support you need. We are always (24/7) here to assist you with any support.","breadcrumb":{"@id":"https://webappick.com/contact/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://webappick.com/contact/"]}]},{"@type":"BreadcrumbList","@id":"https://webappick.com/contact/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://webappick.com/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https://webappick.com/#website","url":"https://webappick.com/","name":"WEBAPPICK","description":"Ultimate Business Booster WordPress Plugins","publisher":{"@id":"https://webappick.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://webappick.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://webappick.com/#organization","name":"WebAppick","url":"https://webappick.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://webappick.com/#/schema/logo/image/","url":"https://webappick.com/wp-content/uploads/2020/01/logo.png","contentUrl":"https://webappick.com/wp-content/uploads/2020/01/logo.png","width":300,"height":50,"caption":"WebAppick"},"image":{"@id":"https://webappick.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/webappick","https://x.com/webappick","https://www.linkedin.com/company/webappick","https://in.pinterest.com/webappick/","https://www.youtube.com/channel/UCzy3G9pA3yVgo0YZc-yJmfw"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//a.omappapi.com' /> <link rel="alternate" type="application/rss+xml" title="WEBAPPICK &raquo; Feed" href="https://webappick.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="WEBAPPICK &raquo; Comments Feed" href="https://webappick.com/comments/feed/" /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to automatic --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"page","pagePostType2":"single-page","pagePostAuthor":"Md. Islam","customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]}}; dataLayer.push( dataLayer_content ); </script> <script type="rocketlazyloadscript" data-cfasync="false"> (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= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PCCC795'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link data-minify="1" rel='stylesheet' id='wc-blocks-integration-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='wedocs-block-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/wedocs/assets/build/style-block.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='livechat-icons-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/wp-live-chat-software-for-wordpress/plugin_files/css/livechat-icons.css?ver=1731660326' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://webappick.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='activecampaign-form-block-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build/style-index.css?ver=1731660326' type='text/css' media='all' /> <style id='safe-svg-svg-icon-style-inline-css' type='text/css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <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'> body{--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;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :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;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='mfcf7_zl_button_style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/multiline-files-for-contact-form-7/css/style.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='follow-up-emails-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-layout-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=1731660326' type='text/css' media='only screen and (max-width: 768px)' /> <link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=1731660326' 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='affwp-forms-css' href='https://webappick.com/wp-content/plugins/affiliate-wp/assets/css/forms.min.css?ver=2.27.2' type='text/css' media='all' /> <link rel='stylesheet' id='eae-css-css' href='https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/eae.min.css?ver=1.13.7' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='eae-peel-css-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/peel/peel.css?ver=1731660326' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://webappick.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=1.0' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1731660326' type='text/css' media='all' /> <link rel='stylesheet' id='vegas-css-css' href='https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/vegas.min.css?ver=2.4.0' type='text/css' media='all' /> <link rel='stylesheet' id='social_warfare-css' href='https://webappick.com/wp-content/plugins/social-warfare/assets/css/style.min.css?ver=4.4.6.3' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='bootstrap-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/bootstrap.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='Webappick-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/default.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='Webappick-default-fonts-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/fonts.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='webappick-page-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/page-single.css?ver=1731660326' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='webappick-contact-page-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/css/page-contact.css?ver=1731661136' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/jquery-manager/assets/js/jquery-3.5.1.min.js" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/jquery-manager/assets/js/jquery-migrate-3.3.0.min.js" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/multiline-files-for-contact-form-7/js/zl-multine-files.js?ver=1731660326" id="mfcf7_zl_multiline_files_script-js" defer></script> <script type="text/javascript" id="tp-js-js-extra"> /* <![CDATA[ */ var trustpilot_settings = {"key":"dlUyhzRzbwVIndxu","TrustpilotScriptUrl":"https:\/\/invitejs.trustpilot.com\/tp.min.js","IntegrationAppUrl":"\/\/ecommscript-integrationapp.trustpilot.com","PreviewScriptUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/preview.min.js","PreviewCssUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/css\/preview.min.css","PreviewWPCssUrl":"\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/css\/preview_wp.css","WidgetScriptUrl":"\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.bootstrap.min.js"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0&#039; async=&#039;async" id="tp-js-js"></script> <script type="text/javascript" id="fue-account-subscriptions-js-extra"> /* <![CDATA[ */ var FUE = {"ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","ajax_loader":"https:\/\/webappick.com\/wp-content\/plugins\/woocommerce-follow-up-emails\/templates\/images\/ajax-loader.gif"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-account-subscriptions.js?ver=1731660326" id="fue-account-subscriptions-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.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="text/javascript" id="wc-add-to-cart-js-extra"> /* <![CDATA[ */ var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/webappick.com\/checkout\/","is_cart":"","cart_redirect_after_add":"yes"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.3.3" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.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://webappick.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://webappick.com/wp-content/cache/min/1/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/iconHelper.js?ver=1731660326" id="eae-iconHelper-js" defer></script> <link rel="icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-270x270.png" /> <meta name="msapplication-TileImage" content="https://webappick.com/wp-content/uploads/2020/01/cropped-favicon-270x270.png" /> <script type="rocketlazyloadscript"> window.wc_ga_pro = {}; window.wc_ga_pro.ajax_url = 'https://webappick.com/wp-admin/admin-ajax.php'; window.wc_ga_pro.available_gateways = {"stripe":"Credit Card (Stripe)","fastspring":"Pay with FastSpring"}; // interpolate json by replacing placeholders with variables (only used by UA tracking) window.wc_ga_pro.interpolate_json = function( object, variables ) { if ( ! variables ) { return object; } let j = JSON.stringify( object ); for ( let k in variables ) { j = j.split( '{$' + k + '}' ).join( variables[ k ] ); } return JSON.parse( j ); }; // return the title for a payment gateway window.wc_ga_pro.get_payment_method_title = function( payment_method ) { return window.wc_ga_pro.available_gateways[ payment_method ] || payment_method; }; // check if an email is valid window.wc_ga_pro.is_valid_email = function( email ) { return /[^\s@]+@[^\s@]+\.[^\s@]+/.test( email ); }; </script> <!-- Google tag (gtag.js) --> <script type="rocketlazyloadscript" async data-rocket-src='https://www.googletagmanager.com/gtag/js?id=G-2JEPVGP4KZ&l=dataLayer'></script> <script type="rocketlazyloadscript" >window.addEventListener('DOMContentLoaded', function() { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-2JEPVGP4KZ', {"cookie_domain":"auto"}); gtag('consent', 'default', {"analytics_storage":"denied","ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","region":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","NL","NO","PL","PT","RO","SK","SI","ES","SE","GB","CH"]});(function($) { $(function () { const consentMap = { statistics: [ 'analytics_storage' ], marketing: [ 'ad_storage', 'ad_user_data', 'ad_personalization' ] }; // eslint-disable-next-line camelcase -- `wp_has_consent` is defined by the WP Consent API plugin. if ( typeof window.wp_has_consent === 'function' ) { console.log('has consent'); // eslint-disable-next-line camelcase -- `wp_consent_type` is defined by the WP Consent API plugin. if ( window.wp_consent_type === undefined ) { window.wp_consent_type = 'optin'; } const consentState = {}; for ( const [ category, types ] of Object.entries( consentMap ) ) { // eslint-disable-next-line camelcase, no-undef -- `consent_api_get_cookie`, `constent_api` is defined by the WP Consent API plugin. if ( consent_api_get_cookie( window.consent_api.cookie_prefix + '_' + category ) !== '' ) { // eslint-disable-next-line camelcase, no-undef -- `wp_has_consent` is defined by the WP Consent API plugin. const hasConsent = wp_has_consent( category ) ? 'granted' : 'denied'; types.forEach( ( type ) => { consentState[ type ] = hasConsent; } ); } } if ( Object.keys( consentState ).length > 0 ) { gtag( 'consent', 'update', consentState ); } } document.addEventListener( 'wp_listen_for_consent_change', ( event ) => { const consentUpdate = {}; const types = consentMap[ Object.keys( event.detail )[ 0 ] ]; const state = Object.values( event.detail )[ 0 ] === 'allow' ? 'granted' : 'denied'; if ( types === undefined ) { return } types.forEach( ( type ) => { consentUpdate[ type ] = state; } ); if ( Object.keys( consentUpdate ).length > 0 ) { gtag( 'consent', 'update', consentUpdate ); } } ); }); })(jQuery); (function() { const event = document.createEvent('Event'); event.initEvent( 'wc_google_analytics_pro_gtag_loaded', true, true ); document.dispatchEvent( event ); })(); });</script> <link rel="https://api.w.org/" href="https://webappick.com/wp-json/" /><link rel="alternate" type="application/json" href="https://webappick.com/wp-json/wp/v2/pages/46147" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://webappick.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.5.5" /> <meta name="generator" content="WooCommerce 9.3.3" /> <link rel='shortlink' href='https://webappick.com/?p=46147' /> <link rel="alternate" type="application/json+oembed" href="https://webappick.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebappick.com%2Fcontact%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://webappick.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebappick.com%2Fcontact%2F&#038;format=xml" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var AFFWP = AFFWP || {}; AFFWP.referral_var = 'ref'; AFFWP.expiration = 30; AFFWP.debug = 0; AFFWP.referral_credit_last = 1; </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "c5jto0j3sq"); </script> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading, e_lazyload, e_element_cache; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style id='wp-fonts-local' type='text/css'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://webappick.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://webappick.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> </head> <body class="page-template-default page page-id-46147 theme-webappick woocommerce-no-js elementor-default elementor-kit-134184"> <!-- GTM Container placement set to automatic --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCCC795" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- START WEBAPPICK HEADER SECTION --> <header id="webappick-header"> <div class="webappick-header-container"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="webappick-header-top-area"> <div class="webappick-header-logo"> <a href="https://webappick.com"> <img class="webappick-logo" title="" width="180" height="30" alt="WebAppick Logo" src="data:image/svg+xml,%3Csvg%20width%3D%22187%22%20height%3D%2231%22%20viewBox%3D%220%200%20187%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30.0753%2018.9131L29.9355%2019.1487L29.7958%2019.2901C29.7026%2019.3844%2029.656%2019.5258%2029.5629%2019.6201C29.5629%2019.6201%2029.5629%2019.6201%2029.5629%2019.6672C29.3765%2019.95%2029.1902%2020.2328%2029.0038%2020.5156C28.9573%2020.5628%2028.9573%2020.6099%2028.9107%2020.657C28.8641%2020.7042%2028.8641%2020.7513%2028.8175%2020.7984C28.7709%2020.8927%2028.6777%2020.987%2028.6312%2021.0812C28.5846%2021.1755%2028.4914%2021.2698%2028.4448%2021.3641C28.3051%2021.5997%2028.1653%2021.7883%2028.0256%2022.0239C24.9976%2023.8622%2022.3422%2023.9564%2020.6186%2022.3539C20.3857%2022.1182%2020.1528%2021.8354%2019.9198%2021.5526C19.5472%2021.0341%2019.3142%2020.4685%2019.0813%2019.9029C18.9416%2019.6201%2018.8018%2019.2901%2018.7086%2019.0073C18.5689%2018.7245%2018.4757%2018.3946%2018.336%2018.1118C18.1496%2017.5933%2017.9167%2017.1219%2017.7303%2016.6035C17.6372%2016.4149%2017.5906%2016.2264%2017.4974%2015.9907C17.3577%2015.7079%2017.2645%2015.378%2017.1247%2015.0952C17.1247%2015.048%2017.0782%2015.048%2017.0782%2015.0009C17.0782%2014.9538%2017.0316%2014.9066%2017.0316%2014.8595C17.0316%2014.8124%2017.0316%2014.8124%2016.985%2014.7652C16.985%2014.7181%2016.9384%2014.7181%2016.9384%2014.671C16.8918%2014.6238%2016.8918%2014.5295%2016.8452%2014.4824C16.7987%2014.3881%2016.7521%2014.2939%2016.7055%2014.1525C16.6123%2013.9639%2016.5191%2013.7283%2016.3794%2013.4926C16.5657%2013.2098%2016.7055%2012.9741%2016.8918%2012.6913C17.0316%2012.5028%2017.1247%2012.3142%2017.2645%2012.1257C17.2645%2012.1257%2017.2645%2012.1257%2017.2645%2012.0786C17.2645%2012.0786%2017.2645%2012.0786%2017.2645%2012.0314C17.4508%2011.7486%2017.6372%2011.4187%2017.8235%2011.1359C17.8235%2011.1359%2017.8235%2011.0887%2017.8701%2011.0416C17.8701%2010.9945%2017.9167%2010.9945%2017.9167%2010.9473C17.9167%2010.9473%2017.9167%2010.9002%2017.9633%2010.9002C18.0099%2010.8059%2018.103%2010.6645%2018.1496%2010.5703C18.1962%2010.5231%2018.2428%2010.4288%2018.2428%2010.3817C18.2894%2010.3346%2018.2894%2010.3346%2018.336%2010.2874C18.9416%209.62756%2019.5006%209.10908%2020.1993%208.82627C21.5969%208.3078%2022.9944%208.54347%2024.392%209.10908C24.4851%209.15622%2024.5783%209.20335%2024.6715%209.25048C24.718%209.25048%2024.718%209.29762%2024.7646%209.29762C24.8112%209.34475%2024.8578%209.34475%2024.9044%209.39189C24.951%209.39189%2024.9976%209.43902%2024.9976%209.43902C25.0441%209.48616%2025.0907%209.48616%2025.1373%209.53329C25.1839%209.58043%2025.2305%209.58043%2025.2771%209.62756C25.3702%209.67469%2025.4168%209.72183%2025.51%209.8161C25.5566%209.86323%2025.6032%209.86323%2025.6497%209.91037C25.6963%209.9575%2025.7429%2010.0046%2025.7895%2010.0046C25.8827%2010.0518%2025.9292%2010.146%2026.0224%2010.2403C26.069%2010.2874%2026.1156%2010.3346%2026.1156%2010.3346L26.1622%2010.3817C26.2088%2010.4288%2026.2088%2010.476%2026.2553%2010.476C26.3019%2010.5231%2026.3485%2010.5703%2026.3951%2010.6174C26.4417%2010.6645%2026.4883%2010.7117%2026.4883%2010.7588C26.5348%2010.8059%2026.5814%2010.8531%2026.5814%2010.9002C26.7212%2011.0416%2026.8144%2011.2301%2026.9075%2011.4187C26.9541%2011.4658%2026.9541%2011.5129%2027.0007%2011.5601C27.2336%2012.0314%2027.42%2012.5499%2027.6529%2013.0684C27.7461%2013.2569%2027.7926%2013.4455%2027.8858%2013.634C27.8858%2013.6811%2027.8858%2013.6811%2027.9324%2013.7283C28.0721%2014.0111%2028.1653%2014.2939%2028.2585%2014.5767C28.3982%2014.9538%2028.538%2015.3308%2028.7243%2015.7079C28.9107%2016.1793%2029.097%2016.6977%2029.3299%2017.1691C29.4697%2017.5462%2029.656%2017.9232%2029.7958%2018.3474L30.0753%2018.9131C30.0753%2018.8659%2030.0753%2018.8659%2030.0753%2018.9131Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M59.8894%2016.6974C60.1689%2016.9331%2060.5416%2017.1216%2060.9142%2017.0745C61.5664%2017.0273%2061.8925%2016.6031%2061.6596%2015.7547C61.5198%2014.4349%2061.4267%2013.1623%2061.2869%2011.8425C61.1006%209.72149%2060.8211%207.55331%2060.5881%205.38512L60.1689%201.70863C60.0757%200.81307%2059.6099%200.294591%2058.7713%200.106053C58.4918%20-0.0353509%2058.2123%20-0.0353509%2057.9328%200.106053C57.7931%200.106053%2057.6999%200.106053%2057.6067%200.153187C56.5353%200.483129%2055.4172%200.81307%2054.3458%201.19015C53.5073%201.47295%2052.6222%201.75576%2051.7371%202.03857C50.2929%202.50991%2048.8488%203.02839%2047.4047%203.49974C46.4264%203.82967%2045.4016%204.1596%2044.3768%204.48952L44.3767%204.48956C43.6313%204.72523%2043.3518%205.24371%2043.6313%205.85646C43.7711%206.13927%2044.004%206.32781%2044.2369%206.46921C44.7028%206.79915%2045.2152%207.08196%2045.6811%207.4119C45.8674%207.55331%2046.0537%207.69471%2045.8208%208.02465C45.7276%208.21319%2045.5879%208.35459%2045.4481%208.54313L45.355%208.73167L44.5164%2010.0986L43.9108%2010.9941L43.3052%2011.8897L43.2121%2011.9839L42.1406%2013.5865L44.5867%2019.8706C45.5713%2022.1447%2048.6357%2026.5713%2052.552%2023.6277L53.9265%2022.2593L54.3458%2021.5523C54.3924%2021.458%2054.4856%2021.3637%2054.5321%2021.2694L54.5787%2021.2223C55.2309%2020.1854%2055.883%2019.1956%2056.5352%2018.2059L56.5353%2018.2057C57.0477%2017.4044%2057.5601%2016.6503%2058.0726%2015.849C58.2123%2015.6604%2058.3055%2015.6133%2058.4918%2015.7076C58.9577%2016.0375%2059.4235%2016.4146%2059.8894%2016.6974Z%22%20fill%3D%22%233D89D0%22%2F%3E%0A%3Cpath%20d%3D%22M28.0259%2022.0232C27.9793%2022.0703%2027.9793%2022.1175%2027.9327%2022.1646C27.9793%2022.1175%2028.0259%2022.0703%2028.0259%2022.0232Z%22%20fill%3D%22url(%23paint1_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M53.9265%2022.3064C53.7402%2022.5892%2053.5538%2022.872%2053.3675%2023.202C53.0414%2023.7204%2052.7153%2024.1918%2052.3892%2024.7103C51.3178%2026.4071%2050.1531%2027.9625%2048.4295%2029.0938C46.9388%2030.0365%2045.4015%2030.6021%2043.6779%2030.8849C42.1872%2031.1206%2040.7896%2030.9791%2039.3921%2030.5549C37.6219%2030.0365%2036.038%2029.1409%2034.687%2027.8211C33.7088%2026.8784%2032.9634%2025.7944%2032.3578%2024.616C32.0317%2023.9561%2031.7988%2023.2491%2031.4727%2022.5421C31.0534%2021.5522%2030.1683%2019.2427%2030.1218%2019.1012C30.0752%2019.0541%2030.0752%2018.9598%2030.0286%2018.9127C29.9354%2018.7242%2029.8422%2018.5828%2029.7957%2018.3942C29.6559%2018.0172%2029.4696%2017.6401%2029.3298%2017.2159C29.2366%2017.0273%2029.1901%2016.8388%2029.0969%2016.6503C28.9571%2016.3674%2028.864%2016.0846%2028.7242%2015.7547C28.5845%2015.3776%2028.4447%2015.0005%2028.2584%2014.6235C28.1652%2014.3407%2028.0254%2014.0579%2027.9323%2013.775C27.9323%2013.7279%2027.9323%2013.7279%2027.8857%2013.6808C27.7925%2013.4922%2027.7459%2013.3037%2027.6528%2013.1152C27.4664%2012.5967%2027.2335%2012.1253%2027.0006%2011.6069C27.0006%2011.5597%2026.954%2011.5126%2026.9074%2011.4655C26.8142%2011.2769%2026.7211%2011.1355%2026.5813%2010.947C26.5347%2010.8998%2026.4882%2010.8527%2026.4882%2010.8056C26.4416%2010.7584%2026.395%2010.7113%2026.395%2010.6642C26.3484%2010.617%2026.3018%2010.5699%2026.2552%2010.5228C26.2086%2010.4756%2026.2086%2010.4285%2026.1621%2010.4285L26.1155%2010.3814C26.0689%2010.3342%2026.0223%2010.2871%2026.0223%2010.2871C25.9291%2010.1928%2025.8826%2010.1457%2025.7894%2010.0514C25.7428%2010.0043%2025.6962%209.95715%2025.6496%209.95715C25.603%209.91002%2025.5565%209.91002%2025.5099%209.86288C25.4167%209.81575%2025.3701%209.76861%2025.277%209.67435C25.2304%209.62721%2025.1838%209.62721%2025.1372%209.58008C25.0906%209.53294%2025.044%209.53294%2024.9974%209.48581C24.9509%209.48581%2024.9043%209.43867%2024.9043%209.43867C24.8577%209.39154%2024.8111%209.39154%2024.7645%209.3444C24.7179%209.3444%2024.7179%209.29727%2024.6714%209.29727C24.5782%209.25014%2024.485%209.203%2024.3918%209.15587C22.9943%208.59025%2021.1775%208.77879%2020.1992%209.10873C19.2675%209.43867%2018.2893%2010.3342%2018.2427%2010.4285C18.6619%209.72148%2019.0812%208.96733%2019.547%208.26031C20.1526%207.36475%2020.7117%206.4692%2021.3638%205.62078C22.3887%204.63095%2023.4602%203.78253%2024.6714%203.07551C27.0006%201.75575%2029.4696%201.52007%2032.0317%201.89715C33.3361%202.08569%2034.5939%202.60417%2035.7585%203.35832C36.9231%204.06534%2037.9014%204.96089%2038.7399%206.04499C39.2989%206.79914%2039.8114%207.60043%2040.1374%208.49598C40.6033%209.67435%2041.1623%2010.8056%2041.5816%2011.9839C41.7679%2012.5496%2042.0008%2013.068%2042.2338%2013.6336C42.2338%2013.6336%2042.2338%2013.6336%2042.2338%2013.6808V13.7279L45.0288%2019.8554C45.4015%2020.8452%2045.9139%2021.6465%2046.7059%2022.3535C47.2183%2022.872%2047.8705%2023.1548%2048.5227%2023.3905C48.5693%2023.3905%2048.6158%2023.4376%2048.6624%2023.4376C49.7805%2023.7676%2051.2246%2023.3905%2052.3426%2023.0134C53.088%2022.6835%2053.6936%2022.4007%2053.9265%2022.3064Z%22%20fill%3D%22url(%23paint2_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M28.0255%2022.0238C27.9789%2022.0709%2027.9789%2022.118%2027.9324%2022.1652C27.9324%2022.1652%2027.9324%2022.1652%2027.9324%2022.2123C27.7926%2022.448%2027.6063%2022.6836%2027.4665%2022.9664C25.8826%2025.8416%2024.4385%2028.1512%2021.6434%2029.6595C19.3142%2030.9793%2016.8452%2031.215%2014.2831%2030.8379C14.1433%2030.8379%2014.0501%2030.7908%2013.9104%2030.7908C12.7458%2030.6022%2011.5812%2030.0838%2010.4165%2029.2825C8.78607%2028.1512%207.52829%2026.5958%206.64318%2024.8047L6.17733%2023.9091L5.01272%2021.5524L0.726927%2012.6911C0.447419%2012.0784%200.214496%2011.4656%200.121327%2010.8529C-0.437689%207.8834%200.95985%204.77252%203.80151%203.35849C5.43198%202.51007%207.24878%202.4158%208.87924%202.93428C10.6029%203.45276%2012.1402%204.67825%2013.0253%206.46937L13.1184%206.6579L14.7489%209.95732C14.7955%2010.0516%2014.7955%2010.1459%2014.8421%2010.2401C15.075%2010.8529%2015.8204%2012.4083%2016.426%2013.5867C16.4725%2013.6809%2016.5191%2013.7752%2016.5657%2013.8223C16.6123%2013.9638%2016.7055%2014.1052%2016.752%2014.1994C16.7986%2014.2937%2016.8452%2014.3408%2016.8452%2014.4351C16.8452%2014.4822%2016.8918%2014.4822%2016.8918%2014.5294C16.9384%2014.5765%2016.9384%2014.6708%2016.985%2014.7179C16.985%2014.765%2017.0316%2014.765%2017.0316%2014.8122C17.0316%2014.8593%2017.0781%2014.8593%2017.0781%2014.9064C17.0781%2014.9536%2017.1247%2015.0007%2017.1247%2015.0478C17.1247%2015.095%2017.1713%2015.095%2017.1713%2015.1421C17.3111%2015.4249%2017.4042%2015.7549%2017.544%2016.0377C17.6372%2016.2262%2017.6837%2016.4147%2017.7769%2016.6504C17.9632%2017.1689%2018.1962%2017.6402%2018.3825%2018.1587C18.5223%2018.4415%2018.6154%2018.7715%2018.7552%2019.0543C18.8018%2019.1485%2018.8484%2019.29%2018.8949%2019.3842C18.9881%2019.5728%2019.0347%2019.7613%2019.1279%2019.9498C19.3608%2020.5154%2019.5937%2021.0811%2019.9664%2021.5995C20.1993%2021.8823%2020.3857%2022.1652%2020.6652%2022.4008C22.3888%2023.9563%2024.9975%2023.862%2028.0255%2022.0238Z%22%20fill%3D%22url(%23paint3_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M68.0888%2024.8694L68%207.88696H71.9963L71.8187%2018.4448L76.8806%207.88696H80.6548L81.3209%2018.3999L85.5392%207.88696H89.713L82.4754%2024.8694H78.1683L77.5466%2013.9072L72.3959%2024.8694H68.0888Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M92.7771%2025.1385C89.2693%2025.1385%2086.7383%2022.6675%2086.7383%2019.2081C86.7383%2015.3893%2089.8021%2012.1545%2093.4431%2012.1545C96.6402%2012.1545%2098.8603%2014.4458%2098.8603%2017.7704C98.8603%2018.5342%2098.8159%2019.1182%2098.7271%2019.6124H90.4237C90.6457%2021.0501%2091.7114%2022.0385%2093.2211%2022.0385C94.1536%2022.0385%2094.9528%2021.724%2095.5301%2021.095L97.617%2023.4762C96.0185%2024.6443%2094.5976%2025.1385%2092.7771%2025.1385ZM90.6457%2017.411H95.4857C95.3081%2016.0632%2094.4644%2015.2545%2093.2211%2015.2545C92.0666%2015.2096%2091.0898%2016.0632%2090.6457%2017.411Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M105.965%2024.9589C104.411%2024.9589%20103.167%2024.24%20102.368%2022.8473L101.924%2024.869H98.1499L101.791%207.52717L105.698%206.89819L104.322%2013.5923C105.166%2012.7836%20106.32%2012.2894%20107.519%2012.2894C110.139%2012.2894%20112.181%2014.8054%20112.181%2018.0401C112.226%2021.814%20109.428%2024.9589%20105.965%2024.9589ZM103.789%2016.3778L102.945%2020.4212C103.478%2021.185%20104.366%2021.6792%20105.388%2021.6792C107.208%2021.6792%20108.54%2020.2415%20108.54%2018.3097C108.54%2016.6474%20107.43%2015.4793%20105.92%2015.4793C105.077%2015.4793%20104.411%2015.7937%20103.789%2016.3778Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M120.44%207.88696H125.058L127.899%2024.8694H123.725L123.193%2020.8259H117.154L114.978%2024.8694H110.582L120.44%207.88696ZM122.704%2017.5912L121.949%2011.9304L118.886%2017.5463H122.704V17.5912Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M131.23%2012.3347H135.004L134.782%2013.5927C135.626%2012.7391%20136.736%2012.2449%20137.935%2012.2449C140.555%2012.2449%20142.597%2014.7608%20142.597%2017.9955C142.597%2021.8143%20139.8%2024.9592%20136.336%2024.9592C134.782%2024.9592%20133.539%2024.2853%20132.828%2022.9824L131.274%2030.0809H127.456L131.23%2012.3347ZM134.205%2016.3332L133.317%2020.5114C133.85%2021.2303%20134.738%2021.6796%20135.715%2021.6796C137.535%2021.6796%20138.867%2020.2419%20138.867%2018.31C138.867%2016.6477%20137.757%2015.4796%20136.247%2015.4796C135.493%2015.4796%20134.827%2015.7492%20134.205%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M144.595%2012.3347H148.369L148.147%2013.5927C148.99%2012.7391%20150.101%2012.2449%20151.299%2012.2449C153.919%2012.2449%20155.962%2014.7608%20155.962%2017.9955C155.962%2021.8143%20153.164%2024.9592%20149.701%2024.9592C148.147%2024.9592%20146.904%2024.2853%20146.193%2022.9824L144.683%2030.0809H140.865L144.595%2012.3347ZM147.57%2016.3332L146.682%2020.5114C147.214%2021.2303%20148.102%2021.6796%20149.079%2021.6796C150.9%2021.6796%20152.232%2020.2419%20152.232%2018.31C152.232%2016.6477%20151.122%2015.4796%20149.612%2015.4796C148.857%2015.4796%20148.191%2015.7492%20147.57%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M159.115%2024.8694H155.296L158.005%2012.3347H161.824L159.115%2024.8694ZM158.449%208.47099C158.449%207.1681%20159.559%206%20160.847%206C161.912%206%20162.8%206.85361%20162.8%207.93186C162.8%209.27967%20161.69%2010.4029%20160.358%2010.4029C159.248%2010.4029%20158.449%209.54924%20158.449%208.47099Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M169.727%2020.6909L171.592%2023.1619C170.304%2024.4648%20168.572%2025.1387%20166.752%2025.1387C163.466%2025.1387%20161.068%2022.7126%20161.068%2019.388C161.068%2015.3446%20164.088%2012.1099%20167.862%2012.1099C170.082%2012.1099%20171.947%2013.0983%20173.013%2014.7606L170.304%2017.0069C169.727%2015.9736%20168.927%2015.4794%20167.773%2015.4794C166.13%2015.4794%20164.842%2017.0518%20164.842%2019.0286C164.842%2020.6909%20165.819%2021.6793%20167.329%2021.6793C168.261%2021.7243%20169.016%2021.4098%20169.727%2020.6909Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M175.722%207.52717L179.629%206.89819L177.365%2017.6807L182.426%2012.3344H187L180.517%2018.6691L184.691%2024.869H180.162L177.009%2019.5676L175.899%2024.869H172.081L175.722%207.52717Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2223.1831%22%20y1%3D%2224.7007%22%20x2%3D%2223.3049%22%20y2%3D%228.44851%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23327ACD%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234696D2%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear%22%20x1%3D%2227.9436%22%20y1%3D%2222.0876%22%20x2%3D%2228.0428%22%20y2%3D%2222.0876%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.2029%22%20stop-color%3D%22%234C51BF%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235A67D8%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2_linear%22%20x1%3D%2232.4583%22%20y1%3D%222.22148%22%20x2%3D%2239.8371%22%20y2%3D%2230.0298%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3_linear%22%20x1%3D%2211.252%22%20y1%3D%220.972585%22%20x2%3D%2215.8771%22%20y2%3D%2225.7529%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"></img> </a> </div><!-- end .webappick-header-logo --> <div class="webappick-header-top-right"> <div class="webappick-header-menu order-last order-lg-first"> <!-- Mobile menu toggle button (hamburger/x icon) --> <input id="main-menu-state" type="checkbox" /> <label class="main-menu-btn" for="main-menu-state"> <span class="main-menu-btn-icon"></span> </label> <ul id="webappick-main-menu menu-webappick" class="menu"><li id="menu-item-44889" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-44889"><a href="https://webappick.com">Home</a></li> <li id="menu-item-61858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-61858"><a href="https://webappick.com/plugin/">Plugins</a> <ul class="sub-menu"> <li id="menu-item-61860" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61860"><a href="https://webappick.com/plugin/woocommerce-product-feed-pro/">CTX Feed Pro</a></li> <li id="menu-item-61859" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61859"><a href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/">Challan Pro</a></li> </ul> </li> <li id="menu-item-61861" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-61861"><a href="#">Help &#038; Docs</a> <ul class="sub-menu"> <li id="menu-item-64850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-64850"><a href="https://webappick.com/docs/">Documentation</a></li> <li id="menu-item-61863" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-61863"><a target="_blank" rel="noopener" href="https://www.youtube.com/c/WebAppick/videos/?sub_confirmation=1">Video Tutorials</a></li> </ul> </li> <li id="menu-item-46145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46145"><a href="https://webappick.com/blog/">Blog</a></li> <li id="menu-item-66812" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-66812"><a href="//webappick.com/my-account/contact-support/">Support</a></li> </ul> </div><!-- end .webappick-header-menu --> <div class="webappick-header-cart"> <a class="cart-contents" href="https://webappick.com/cart/" title="View your shopping cart"> <img class="cart-icon" title="" width="24" height="28" alt="WebAppick Cart" src="data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.30151%200C7.30821%200%206.40172%200.605254%206.00998%201.52961L2.91726%208.8421H1.24914C0.858886%208.8421%200.492474%209.02593%200.255577%209.34046C0.0211735%209.65372%20-0.058526%2010.0606%200.0437138%2010.4408L3.23627%2022.1447C3.53427%2023.2361%204.52267%2024%205.63983%2024H21.7901C22.9073%2024%2023.8945%2023.2373%2024.1913%2022.1472L27.3838%2010.4433C27.4873%2010.063%2027.4088%209.65372%2027.1744%209.34046C26.9375%209.02593%2026.5698%208.8421%2026.1808%208.8421H24.5127L21.4176%201.53207H21.42C21.0289%200.603432%2020.1193%200%2019.126%200H8.30151ZM8.30151%202.52632H19.126L21.7974%208.8421H5.63252L8.30151%202.52632ZM8.72767%2012.6316C9.41592%2012.6316%209.9745%2013.1975%209.9745%2013.8947V18.9474C9.9745%2019.6446%209.41592%2020.2105%208.72767%2020.2105C8.03942%2020.2105%207.48085%2019.6446%207.48085%2018.9474V13.8947C7.48085%2013.1975%208.03942%2012.6316%208.72767%2012.6316ZM13.715%2012.6316C14.4032%2012.6316%2014.9618%2013.1975%2014.9618%2013.8947V18.9474C14.9618%2019.6446%2014.4032%2020.2105%2013.715%2020.2105C13.0267%2020.2105%2012.4682%2019.6446%2012.4682%2018.9474V13.8947C12.4682%2013.1975%2013.0267%2012.6316%2013.715%2012.6316ZM18.7023%2012.6316C19.3905%2012.6316%2019.9491%2013.1975%2019.9491%2013.8947V18.9474C19.9491%2019.6446%2019.3905%2020.2105%2018.7023%2020.2105C18.014%2020.2105%2017.4555%2019.6446%2017.4555%2018.9474V13.8947C17.4555%2013.1975%2018.014%2012.6316%2018.7023%2012.6316Z%22%20fill%3D%22%231F2045%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img> <span class="webappick-cart-number"> 0 </span> </a> </div><!-- end .webappick-header-cart --> <div class="webappick-header-account-link"> <a href="https://webappick.com/my-account/" class="webappick-btn webappick-btn-secondary" title="Login">Login</a> </div><!-- end .webappick-header-account-link --> </div><!-- end .webappick-header-top-right --> </div><!-- end .webappick-header-top-area --> </div><!-- end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-header-container --> </header><!-- end #webappick-header --> <!-- END WEBAPPICK HEADER SECTION --><!-- START WEBAPPICK CONTACT SECTION --> <section id="webappick-contact-section"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-12 order-last order-lg-first"> <div class="webappick-contact-banner"> <img fetchpriority="high" class="svg-icon" title="" width="636" height="560" alt="WebAppick Contact" src="data:image/svg+xml,%3Csvg%20width%3D%22506%22%20height%3D%22445%22%20viewBox%3D%220%200%20506%20445%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M506%20222.5C506%20316.383%20439.883%20396.686%20346.365%20429.359C292.453%20448.195%20243.724%20404.255%20200.557%20366.867C120.05%20297.134%200%20319.779%200%20222.5C0%2099.6166%20113.272%200%20253%200C392.728%200%20506%2099.6166%20506%20222.5Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M416.806%20320.649H402.548V388.379H416.806V320.649Z%22%20fill%3D%22%237996CE%22%2F%3E%0A%3Cpath%20d%3D%22M416.806%20320.649H403.735V388.379H416.806V320.649Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20d%3D%22M453.418%20268.509H384.465C382.094%20268.569%20379.758%20269.089%20377.587%20270.039C370.578%20273.14%20366.498%20278.008%20365.346%20288.803V313.742H350.858C347.184%20313.742%20342.057%20319.316%20342.057%20323.215H465.478V281.302C465.478%20274.237%20460.085%20268.509%20453.418%20268.509Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20d%3D%22M385.431%20270.669C390.062%20270.669%20394.502%20272.55%20397.776%20275.899C401.05%20279.247%20402.89%20283.788%20402.89%20288.523V310.06C402.89%20312.378%20401.989%20314.6%20400.387%20316.239C398.785%20317.877%20396.612%20318.798%20394.345%20318.798H376.517C374.251%20318.798%20372.078%20317.877%20370.476%20316.239C368.873%20314.6%20367.973%20312.378%20367.973%20310.06V288.523C367.973%20283.788%20369.812%20279.247%20373.086%20275.899C376.36%20272.55%20380.801%20270.669%20385.431%20270.669Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20d%3D%22M434.723%20270.167C434.723%20267.03%20432.18%20264.487%20429.043%20264.487H425.154H419.412V275.847V289.827H426.362V275.847H429.043C432.18%20275.847%20434.723%20273.304%20434.723%20270.167Z%22%20fill%3D%22url(%23paint1_linear)%22%2F%3E%0A%3Cpath%20opacity%3D%220.2%22%20d%3D%22M385.125%20270.669C382.802%20270.668%20380.5%20271.125%20378.353%20272.016C379.189%20271.896%20380.033%20271.835%20380.878%20271.834C383.211%20271.834%20385.521%20272.296%20387.676%20273.193C389.831%20274.089%20391.789%20275.404%20393.439%20277.061C395.088%20278.718%20396.397%20280.685%20397.289%20282.85C398.182%20285.016%20398.641%20287.336%20398.641%20289.68V317.854C401.317%20315.826%20402.889%20312.663%20402.889%20309.306V288.515C402.889%20283.782%20401.017%20279.243%20397.686%20275.896C394.355%20272.55%20389.836%20270.669%20385.125%20270.669Z%22%20fill%3D%22%23135C5C%22%2F%3E%0A%3Cpath%20d%3D%22M466.494%20253.156L465.883%20253.454L465.953%20253.329L465.899%20253.345L465.975%20253.29L474.209%20238.66L478.418%20242.244L482.031%20245.582L480.994%20246.087L482.158%20248.139L466.494%20253.156Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20d%3D%22M478.002%20242.626L481.302%20245.683L466.341%20253.107L474.303%20242.92L478.002%20242.626Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20d%3D%22M474.151%20239.348L466.341%20253.107L478.002%20242.626L474.151%20239.348Z%22%20fill%3D%22%237996CE%22%2F%3E%0A%3Cpath%20d%3D%22M481.398%20248.046L466.357%20253.006L478.93%20243.636L481.398%20248.046Z%22%20fill%3D%22%23788ACB%22%2F%3E%0A%3Cpath%20d%3D%22M356.076%20265.579L356.743%20265.449L356.643%20265.552L356.699%20265.55L356.611%20265.584L344.872%20277.584L341.734%20273.033L339.108%20268.874L340.24%20268.654L339.646%20266.371L356.076%20265.579Z%22%20fill%3D%22%23829CD9%22%2F%3E%0A%3Cpath%20d%3D%22M342.233%20272.771L339.837%20268.965L356.21%20265.666L345.882%20273.445L342.233%20272.771Z%22%20fill%3D%22%23788ACB%22%2F%3E%0A%3Cpath%20d%3D%22M345.104%20276.934L356.209%20265.666L342.232%20272.771L345.104%20276.934Z%22%20fill%3D%22%237996CE%22%2F%3E%0A%3Cpath%20d%3D%22M340.356%20266.657L356.168%20265.759L341.599%20271.555L340.356%20266.657Z%22%20fill%3D%22%2392A5EB%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M171.875%20261.697L172.177%20260.913C172.48%20260.129%20172.481%20260.129%20172.481%20260.129L172.484%20260.13L172.492%20260.133L172.524%20260.146L172.644%20260.193C172.75%20260.236%20172.906%20260.298%20173.108%20260.382C173.514%20260.549%20174.108%20260.799%20174.867%20261.133C176.384%20261.801%20178.561%20262.806%20181.21%20264.156C186.507%20266.857%20193.697%20270.944%20201.274%20276.492C216.411%20287.576%20233.175%20304.553%20239.355%20328.03L237.729%20328.458C231.688%20305.512%20215.27%20288.824%20200.28%20277.848C192.793%20272.366%20185.683%20268.325%20180.446%20265.654C177.829%20264.32%20175.68%20263.328%20174.189%20262.672C173.443%20262.343%20172.862%20262.099%20172.468%20261.937C172.272%20261.856%20172.122%20261.795%20172.022%20261.755L171.91%20261.711L171.882%20261.7L171.876%20261.698L171.875%20261.697Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M80.7832%20148.434C80.7833%20148.433%2080.7835%20148.432%2082.4418%20148.71C84.1002%20148.988%2084.1003%20148.988%2084.1003%20148.987L84.0994%20148.993L84.0955%20149.017L84.079%20149.121C84.0644%20149.215%2084.0426%20149.358%2084.0151%20149.549C83.9602%20149.932%2083.8826%20150.505%2083.794%20151.255C83.6169%20152.755%2083.3959%20154.965%2083.2243%20157.776C82.8809%20163.4%2082.7357%20171.427%2083.5327%20181.008C85.1272%20200.175%2090.4884%20225.506%20105.531%20250.245C120.846%20275.433%20132.103%20304.691%20138.302%20330.215C141.402%20342.979%20143.247%20354.85%20143.692%20364.843C144.134%20374.774%20143.206%20383.075%20140.561%20388.541L137.534%20387.076C139.804%20382.384%20140.768%20374.775%20140.332%20364.992C139.899%20355.271%20138.097%20343.622%20135.034%20331.009C128.906%20305.779%20117.772%20276.85%20102.657%20251.992C87.2704%20226.686%2081.8055%20200.812%2080.1812%20181.287C79.3688%20171.52%2079.516%20163.329%2079.8675%20157.571C80.0433%20154.692%2080.2702%20152.419%2080.4542%20150.861C80.5462%20150.081%2080.6275%20149.48%2080.6863%20149.071C80.7157%20148.867%2080.7394%20148.71%2080.7561%20148.603L80.7757%20148.48L80.7811%20148.446L80.7832%20148.434Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20d%3D%22M83.7229%20154.551C87.1008%20153.564%2089.0392%20150.026%2088.0524%20146.648C87.0657%20143.27%2083.5275%20141.332%2080.1497%20142.319C76.7718%20143.306%2074.8334%20146.844%2075.8202%20150.222C76.8069%20153.599%2080.3451%20155.538%2083.7229%20154.551Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M82.0176%20182.591C82.0171%20182.591%2082.0167%20182.591%2081.839%20180.919C81.6614%20179.247%2081.6611%20179.247%2081.661%20179.247L81.6631%20179.247L81.6736%20179.246L81.7202%20179.241C81.7624%20179.236%2081.8268%20179.229%2081.912%20179.218C82.0824%20179.198%2082.3359%20179.166%2082.6616%20179.122C83.3132%20179.035%2084.2527%20178.898%2085.3933%20178.702C87.6785%20178.309%2090.7515%20177.683%2093.9254%20176.75C97.1112%20175.814%20100.33%20174.588%20102.944%20173.021C105.584%20171.437%20107.404%20169.629%20108.131%20167.615L111.294%20168.758C110.186%20171.825%20107.604%20174.148%20104.674%20175.905C101.717%20177.677%2098.1974%20179%2094.8736%20179.977C91.5379%20180.957%2088.3306%20181.609%2085.963%20182.016C84.7771%20182.22%2083.7971%20182.363%2083.1108%20182.455C82.7675%20182.502%2082.4974%20182.535%2082.3115%20182.558C82.2185%20182.569%2082.1465%20182.577%2082.0969%20182.583L82.0395%20182.589L82.0237%20182.591L82.0176%20182.591Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M84.4309%20193.448C84.4308%20193.448%2084.4306%20193.448%2083.5493%20194.88C82.668%20196.312%2082.6677%20196.312%2082.6674%20196.312L82.6629%20196.309L82.6511%20196.302L82.608%20196.275C82.5708%20196.252%2082.5166%20196.218%2082.4467%20196.174C82.3068%20196.085%2082.1036%20195.956%2081.8455%20195.789C81.3295%20195.455%2080.5935%20194.97%2079.7057%20194.358C77.9323%20193.136%2075.5423%20191.404%2073.0856%20189.368C70.6348%20187.337%2068.0827%20184.975%2066.0069%20182.489C63.9547%20180.031%2062.243%20177.307%2061.6805%20174.553L64.9756%20173.88C65.373%20175.826%2066.6689%20178.035%2068.5882%20180.333C70.4839%20182.603%2072.8671%20184.819%2075.2316%20186.779C77.5903%20188.734%2079.8956%20190.405%2081.6137%20191.589C82.4717%20192.18%2083.1805%20192.647%2083.6729%20192.966C83.919%20193.125%2084.1108%20193.247%2084.24%20193.329C84.3045%20193.369%2084.3534%20193.4%2084.3855%20193.42L84.421%20193.442L84.4291%20193.447L84.4309%20193.448Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M90.6099%20224.939C90.6081%20224.939%2090.6064%20224.939%2090.5619%20223.258C90.5174%20221.577%2090.5158%20221.577%2090.5142%20221.577L90.5113%20221.577L90.5064%20221.577L90.5014%20221.577C90.5084%20221.577%2090.5274%20221.576%2090.5579%20221.573C90.6188%20221.567%2090.7253%20221.555%2090.8719%20221.53C91.1651%20221.48%2091.6186%20221.38%2092.1909%20221.18C93.3309%20220.781%2094.9608%20219.978%2096.7471%20218.356C100.31%20215.121%20104.654%20208.476%20106.781%20194.823L110.104%20195.34C107.898%20209.504%20103.302%20216.947%2099.0077%20220.846C96.8655%20222.791%2094.8376%20223.817%2093.302%20224.354C92.5364%20224.622%2091.8977%20224.767%2091.4331%20224.846C91.2008%20224.885%2091.0119%20224.908%2090.8723%20224.921C90.8025%20224.928%2090.7449%20224.932%2090.7004%20224.934C90.6781%20224.936%2090.6591%20224.937%2090.6434%20224.937L90.6224%20224.938L90.6137%20224.939L90.6099%20224.939ZM90.5001%20221.577L90.5014%20221.577C90.4979%20221.578%2090.4974%20221.578%2090.5001%20221.577Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M100.353%20241.052L99.8759%20242.664C99.399%20244.277%2099.3986%20244.277%2099.398%20244.277L99.3962%20244.276L99.3676%20244.267L99.2833%20244.242C99.2098%20244.22%2099.1022%20244.187%2098.9627%20244.144C98.6838%20244.058%2098.2773%20243.931%2097.7615%20243.764C96.7301%20243.431%2095.2603%20242.941%2093.4981%20242.308C89.9778%20241.044%2085.2705%20239.206%2080.552%20236.914C75.8499%20234.631%2071.054%20231.858%2067.41%20228.704C63.8172%20225.594%2061.0245%20221.833%2061.0304%20217.555L64.3934%20217.56C64.3896%20220.336%2066.2374%20223.241%2069.611%20226.161C72.9335%20229.037%2077.4298%20231.659%2082.0211%20233.889C86.5961%20236.111%2091.1835%20237.904%2094.6345%20239.143C96.3579%20239.762%2097.793%20240.241%2098.7949%20240.564C99.2958%20240.726%2099.6882%20240.849%2099.954%20240.931C100.087%20240.972%20100.188%20241.002%20100.255%20241.023L100.33%20241.045L100.348%20241.051L100.353%20241.052Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M112.926%20265.181C112.925%20265.181%20112.925%20265.182%20111.501%20264.287C110.077%20263.393%20110.077%20263.393%20110.077%20263.394L110.078%20263.391L110.085%20263.38L110.116%20263.331C110.144%20263.286%20110.186%20263.216%20110.242%20263.124C110.354%20262.939%20110.519%20262.661%20110.727%20262.3C111.144%20261.577%20111.735%20260.518%20112.421%20259.187C113.796%20256.523%20115.545%20252.786%20117.05%20248.491C120.092%20239.812%20121.998%20229.246%20118.313%20220.612L121.406%20219.292C125.606%20229.132%20123.333%20240.733%20120.224%20249.603C118.654%20254.083%20116.835%20257.966%20115.41%20260.729C114.697%20262.111%20114.08%20263.217%20113.64%20263.98C113.42%20264.362%20113.244%20264.659%20113.121%20264.861C113.06%20264.963%20113.012%20265.041%20112.979%20265.095L112.941%20265.157L112.93%20265.174L112.926%20265.181Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M117.826%20275.461C117.826%20275.461%20117.825%20275.461%20117.845%20277.143C117.865%20278.824%20117.865%20278.824%20117.864%20278.824L117.857%20278.824L117.838%20278.824L117.767%20278.825C117.706%20278.825%20117.617%20278.825%20117.502%20278.825C117.272%20278.825%20116.938%20278.822%20116.513%20278.815C115.663%20278.8%20114.451%20278.764%20112.99%20278.682C110.073%20278.518%20106.137%20278.166%20102.099%20277.413C98.0795%20276.664%2093.8572%20275.499%2090.4241%20273.66C87.0044%20271.828%2084.1125%20269.183%2083.2807%20265.377L86.5662%20264.659C87.0981%20267.093%2089.0031%20269.084%2092.012%20270.695C95.0074%20272.3%2098.8451%20273.386%20102.715%20274.107C106.566%20274.825%20110.35%20275.165%20113.179%20275.324C114.591%20275.404%20115.76%20275.438%20116.572%20275.452C116.978%20275.459%20117.295%20275.462%20117.509%20275.462C117.616%20275.462%20117.697%20275.462%20117.75%20275.462L117.809%20275.461L117.823%20275.461L117.826%20275.461Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M125.948%20293.587C125.948%20293.587%20125.948%20293.587%20124.505%20292.724L123.062%20291.86L123.07%20291.847L123.096%20291.804L123.2%20291.628C123.291%20291.473%20123.426%20291.242%20123.598%20290.943C123.943%20290.345%20124.436%20289.477%20125.026%20288.401C126.207%20286.248%20127.774%20283.27%20129.32%20279.97C130.869%20276.665%20132.383%20273.064%20133.47%20269.658C134.568%20266.218%20135.18%20263.127%20135.046%20260.789L138.403%20260.596C138.573%20263.558%20137.81%20267.122%20136.674%20270.681C135.527%20274.275%20133.948%20278.019%20132.366%20281.397C130.781%20284.779%20129.179%20287.822%20127.974%20290.018C127.371%20291.117%20126.867%20292.006%20126.512%20292.622C126.335%20292.93%20126.195%20293.169%20126.099%20293.333C126.051%20293.415%20126.013%20293.477%20125.988%20293.52L125.959%20293.569L125.948%20293.587Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M134.746%20318.662L133.827%20320.07C132.908%20321.478%20132.908%20321.478%20132.908%20321.478L132.888%20321.465L132.833%20321.429C132.786%20321.398%20132.716%20321.351%20132.625%20321.291C132.443%20321.17%20132.177%20320.993%20131.838%20320.764C131.161%20320.306%20130.191%20319.642%20129.016%20318.812C126.667%20317.154%20123.491%20314.831%20120.188%20312.174C116.889%20309.521%20113.437%20306.513%20110.55%20303.485C107.698%20300.493%20105.256%20297.338%20104.158%20294.387L107.31%20293.214C108.161%20295.501%20110.205%20298.249%20112.984%20301.164C115.73%20304.044%20119.058%20306.949%20122.296%20309.554C125.529%20312.154%20128.645%20314.434%20130.955%20316.065C132.109%20316.88%20133.06%20317.531%20133.721%20317.978C134.052%20318.201%20134.31%20318.373%20134.484%20318.489C134.571%20318.547%20134.638%20318.59%20134.682%20318.619L134.731%20318.652L134.746%20318.662Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M140.436%20338.233C140.436%20338.233%20140.436%20338.234%20138.921%20337.504L137.406%20336.775L137.415%20336.757L137.443%20336.698C137.468%20336.646%20137.505%20336.567%20137.554%20336.464C137.652%20336.257%20137.796%20335.951%20137.979%20335.557C138.345%20334.768%20138.867%20333.627%20139.49%20332.222C140.735%20329.411%20142.377%20325.55%20143.968%20321.349C145.56%20317.143%20147.09%20312.624%20148.121%20308.489C149.166%20304.301%20149.644%20300.709%20149.292%20298.265L152.621%20297.786C153.071%20300.915%20152.446%20305.045%20151.384%20309.303C150.309%20313.616%20148.729%20318.27%20147.113%20322.54C145.494%20326.815%20143.826%20330.735%20142.564%20333.584C141.933%20335.01%20141.402%20336.169%20141.029%20336.973C140.842%20337.376%20140.695%20337.689%20140.594%20337.903C140.543%20338.01%20140.504%20338.092%20140.477%20338.147L140.447%20338.211L140.436%20338.233Z%22%20fill%3D%22%23535461%22%2F%3E%0A%3Cpath%20d%3D%22M65.5636%20181.863C68.9415%20180.877%2070.8799%20177.338%2069.8931%20173.961C68.9064%20170.583%2065.3682%20168.644%2061.9904%20169.631C58.6125%20170.618%2056.6741%20174.156%2057.6608%20177.534C58.6476%20180.912%2062.1858%20182.85%2065.5636%20181.863Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M84.3749%20271.816C87.7528%20270.83%2089.6911%20267.292%2088.7044%20263.914C87.7177%20260.536%2084.1795%20258.597%2080.8016%20259.584C77.4238%20260.571%2075.4854%20264.109%2076.4721%20267.487C77.4588%20270.865%2080.997%20272.803%2084.3749%20271.816Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M64.4989%20223.674C67.8767%20222.687%2069.8151%20219.149%2068.8284%20215.771C67.8417%20212.393%2064.3035%20210.455%2060.9256%20211.441C57.5478%20212.428%2055.6094%20215.966%2056.5961%20219.344C57.5828%20222.722%2061.121%20224.66%2064.4989%20223.674Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M111.487%20174.26C114.865%20173.273%20116.804%20169.735%20115.817%20166.357C114.83%20162.979%20111.292%20161.041%20107.914%20162.028C104.536%20163.015%20102.598%20166.553%20103.585%20169.931C104.571%20173.308%20108.109%20175.247%20111.487%20174.26Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M138.964%20268.32C142.342%20267.334%20144.28%20263.795%20143.294%20260.417C142.307%20257.04%20138.769%20255.101%20135.391%20256.088C132.013%20257.075%20130.075%20260.613%20131.061%20263.991C132.048%20267.369%20135.586%20269.307%20138.964%20268.32Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M108.696%20201.637C112.074%20200.65%20114.012%20197.112%20113.026%20193.734C112.039%20190.356%20108.501%20188.418%20105.123%20189.404C101.745%20190.391%2099.8067%20193.929%20100.793%20197.307C101.78%20200.685%20105.318%20202.623%20108.696%20201.637Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M153.097%20308.188C156.475%20307.201%20158.413%20303.663%20157.427%20300.285C156.44%20296.907%20152.902%20294.969%20149.524%20295.956C146.146%20296.942%20144.208%20300.481%20145.194%20303.858C146.181%20307.236%20149.719%20309.175%20153.097%20308.188Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M107.107%20304.188C110.485%20303.201%20112.423%20299.663%20111.436%20296.285C110.45%20292.907%20106.911%20290.969%20103.534%20291.955C100.156%20292.942%2098.2173%20296.48%2099.2041%20299.858C100.191%20303.236%20103.729%20305.174%20107.107%20304.188Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20d%3D%22M122.408%20225.845C125.786%20224.858%20127.724%20221.32%20126.737%20217.942C125.75%20214.564%20122.212%20212.626%20118.834%20213.613C115.457%20214.6%20113.518%20218.138%20114.505%20221.516C115.492%20224.893%20119.03%20226.832%20122.408%20225.845Z%22%20fill%3D%22%23FF8C8C%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M139.923%20388.27C31.7062%20367.99%2074.0751%20321.942%2074.0751%20321.942L74.2145%20321.797L74.1739%20321.902L74.1752%20321.903L74.1816%20321.905L74.2089%20321.916L74.3211%20321.96C74.421%20322%2074.5709%20322.061%2074.7677%20322.142C75.1613%20322.304%2075.7426%20322.548%2076.4882%20322.877C77.9796%20323.533%2080.1279%20324.525%2082.7457%20325.859C87.9826%20328.53%2095.0922%20332.571%20102.58%20338.053C117.484%20348.967%20133.8%20365.526%20139.923%20388.27ZM141.179%20386.514C142.566%20377.643%20146.453%20340.23%20117.942%20318.291C111.625%20313.412%20103.739%20311.018%2095.7765%20311.564C88.1291%20312.089%2080.9214%20315.289%2075.4097%20320.587C75.8151%20320.754%2076.4083%20321.004%2077.1658%20321.338C78.6832%20322.006%2080.8604%20323.011%2083.5095%20324.361C88.8066%20327.062%2095.9968%20331.149%20103.573%20336.697C118.338%20347.508%20134.65%20363.926%20141.179%20386.514Z%22%20fill%3D%22%23454563%22%2F%3E%0A%3Cpath%20d%3D%22M163.15%20343.842C165.149%20343.137%20168.114%20342.323%20170.464%20342.61C172.702%20341.738%20177.964%20339.476%20181.557%20336.071C181.454%20332.723%20181.533%20329.372%20181.796%20326.033C183.634%20303.644%20179.499%20288.885%20179.499%20288.885C179.499%20288.885%20176.252%20277.625%20176.608%20268.282C176.398%20268.705%20176.281%20268.956%20176.281%20268.956C175.998%20260.897%20173.434%20252.557%20171.513%20247.361C171.439%20247.338%20171.368%20247.31%20171.298%20247.277L169.153%20241.825C168.982%20241.507%20168.846%20241.168%20168.748%20240.817L168.402%20239.955L168.504%20239.908C168.47%20239.767%20168.436%20239.615%20168.402%20239.464C167.031%20233.254%20165.964%20218.527%20165.964%20218.527C162.287%20203.026%20171.015%20193.458%20171.015%20193.458L185.829%20179.806C185.755%20179.984%20185.706%20180.172%20185.682%20180.365L185.804%20180.25C186.014%20179.608%20186.243%20178.84%20186.467%20177.963C185.945%20177.561%20185.455%20177.112%20185.004%20176.621C183.32%20174.917%20182.162%20172.703%20181.684%20170.275C181.397%20168.377%20181.323%20166.448%20181.464%20164.53L181.708%20157.945C181.719%20156.656%20181.842%20155.371%20182.074%20154.106C183.191%20148.884%20188.189%20145.228%20193.206%20144.988C194.802%20144.978%20196.398%20145.068%20197.984%20145.259C199.282%20145.373%20200.584%20145.403%20201.885%20145.348C202.033%20145.356%20202.18%20145.314%20202.305%20145.228C202.418%20145.107%20202.482%20144.944%20202.485%20144.773C202.511%20144.468%20202.478%20144.16%20202.389%20143.868C202.3%20143.576%20202.157%20143.307%20201.968%20143.076C201.772%20142.892%20201.543%20142.751%20201.295%20142.664L201.651%20142.752C201.476%20142.604%20201.278%20142.489%20201.066%20142.413C202.367%20142.658%20203.617%20143.144%20204.762%20143.849C205.077%20144.071%20205.367%20144.332%20205.625%20144.627C206.307%20145.268%20206.75%20146.151%20206.873%20147.113C207.484%20146.561%20207.94%20145.838%20208.19%20145.024C208.268%20144.692%20208.268%20144.344%20208.19%20144.011C208.278%20144.126%20208.362%20144.244%20208.443%20144.366C208.443%20144.33%20208.443%20144.293%20208.443%20144.256C209.386%20145.497%20210.053%20146.951%20210.394%20148.508C210.525%20148.339%20210.624%20148.144%20210.684%20147.934C210.744%20147.725%20210.765%20147.504%20210.745%20147.286C210.818%20147.531%20210.886%20147.776%20210.95%20148.022C210.972%20147.859%20210.972%20147.694%20210.95%20147.531C211.524%20149.414%20211.783%20151.39%20211.715%20153.37C211.715%20155.344%20210.896%20158.42%20208.921%20159.115C208.819%20159.151%20208.717%20159.177%20208.609%20159.203C209.72%20161.051%20210.385%20163.165%20210.545%20165.356C210.705%20167.547%20210.355%20169.746%20209.526%20171.757C208.697%20173.767%20207.416%20175.526%20205.796%20176.875C204.177%20178.224%20202.27%20179.122%20200.247%20179.488C200.214%20179.728%20200.184%20179.981%20200.154%20180.245H200.076C200.023%20180.767%20199.979%20181.342%20199.949%20181.927C200.448%20182.45%20200.993%20182.919%20201.578%20183.327C203.236%20184.376%20205.085%20185.032%20207%20185.248C209.287%20185.441%20211.51%20186.153%20213.519%20187.337C215.884%20188.753%20218.493%20190.816%20219.312%20193.323C220.677%20197.501%20228.196%20204.003%20233.238%20204.812L235.032%20204.703L235.164%20204.661V204.697L235.603%20204.671H235.627H235.744V204.697L236.198%20204.671C236.198%20204.671%20236.242%20204.896%20236.305%20205.293C238.841%20204.358%20244.229%20201.767%20251.24%20194.952C259.042%20187.364%20269.598%20188.857%20273.67%20189.813C273.808%20189.846%20273.934%20189.923%20274.031%20190.034C274.127%20190.146%20274.19%20190.286%20274.21%20190.436C274.23%20190.587%20274.207%20190.74%20274.144%20190.876C274.08%20191.012%20273.98%20191.124%20273.855%20191.197C272.212%20192.163%20269.667%20193.568%20268.492%20193.725C268.492%20193.725%20270.93%20196.456%20268.336%20197.903C268.024%20198.064%20267.678%20198.13%20267.334%20198.094C266.99%20198.058%20266.661%20197.922%20266.385%20197.699C265.127%20196.712%20261.631%20198.947%20256.565%20200.112C256.565%20200.112%20242.268%20215.957%20235.169%20218.391C235.005%20218.737%20234.825%20219.073%20234.628%20219.399L234.189%20219.362V219.399H234.004L233.95%20219.921C233.95%20219.921%20222.911%20219.3%20219.322%20215.007C219.068%20214.763%20218.834%20214.496%20218.625%20214.208L222.462%20265.911H222.428L222.462%20266.402H219.639C219.397%20272.761%20219.653%20279.13%20220.404%20285.444V319.15C220.404%20319.15%20220.551%20322.117%20214.797%20326.462C208.764%20330.96%20202.951%20335.787%20197.38%20340.923L196.683%20341.571C197.741%20351.885%20199.954%20371.11%20201.802%20371.825L200.661%20372.039C202.612%20374.687%20208.151%20381.962%20209.838%20382.155C211.905%20382.401%20213.285%20385.848%20209.838%20386.584C202.955%20387.86%20195.877%20387.113%20189.359%20384.422C188.709%20384.147%20188.163%20383.647%20187.81%20383.001C187.456%20382.356%20187.315%20381.602%20187.408%20380.86L188.076%20375.429C187.95%20375.504%20187.848%20373.65%20187.784%20373.789C185.895%20367.286%20184.411%20360.656%20183.342%20353.943L176.515%20360.262C176.515%20360.262%20176.379%20360.079%20176.14%20359.74C174.467%20363.803%20171.483%20372.118%20172.151%20378.207C173.068%20386.563%20164.35%20379.189%20165.261%20374.269C166.003%20370.29%20162.687%20353.421%20161.395%20347.112C161.256%20346.431%20161.358%20345.718%20161.683%20345.114C162.007%20344.509%20162.53%20344.056%20163.15%20343.842Z%22%20fill%3D%22url(%23paint2_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M234.556%20207.35C234.556%20207.35%20241.211%20206.121%20251.08%20196.533C258.888%20188.949%20269.42%20190.44%20273.481%20191.397C273.619%20191.429%20273.745%20191.505%20273.842%20191.616C273.938%20191.727%20274.001%20191.867%20274.021%20192.017C274.041%20192.168%20274.018%20192.321%20273.954%20192.456C273.891%20192.592%20273.79%20192.703%20273.666%20192.776C272.024%20193.738%20269.48%20195.143%20268.287%20195.304C268.287%20195.304%20270.747%20198.029%20268.133%20199.489C267.82%20199.653%20267.47%20199.721%20267.123%20199.686C266.776%20199.65%20266.445%20199.511%20266.167%20199.285C264.91%20198.302%20261.417%20200.536%20256.353%20201.696C256.353%20201.696%20236.616%20223.577%20232.026%20219.867L234.556%20207.35Z%22%20fill%3D%22%23FEC3BE%22%2F%3E%0A%3Cpath%20d%3D%22M200.576%20177.603C200.576%20177.603%20198.74%20185.962%20200.576%20191.862L192.314%20193.091L184.97%20189.158V183.995C184.97%20183.995%20188.412%20176.128%20187.494%20167.031L200.576%20177.603Z%22%20fill%3D%22%23FEC3BE%22%2F%3E%0A%3Cpath%20d%3D%22M177.183%20358.784C177.183%20358.784%20171.196%20371.323%20172.134%20379.682C173.072%20388.04%20164.331%20380.665%20165.249%20375.748C165.992%20371.772%20162.68%20354.904%20161.387%20348.63C161.247%20347.951%20161.347%20347.242%20161.668%20346.638C161.989%20346.035%20162.508%20345.581%20163.124%20345.364C165.883%20344.391%20170.503%20343.199%20172.822%20345.022C176.25%20347.721%20177.183%20358.784%20177.183%20358.784Z%22%20fill%3D%22%23FFB2A3%22%2F%3E%0A%3Cpath%20d%3D%22M199.887%20372.552C199.887%20372.552%20207.69%20383.369%20209.756%20383.615C211.821%20383.861%20213.198%20387.303%20209.756%20388.04C202.882%20389.322%20195.813%20388.583%20189.3%20385.903C188.649%20385.63%20188.101%20385.131%20187.746%20384.486C187.39%20383.84%20187.247%20383.086%20187.34%20382.343L188.657%20371.814L199.887%20372.552Z%22%20fill%3D%22%23FFB2A3%22%2F%3E%0A%3Cpath%20d%3D%22M212.739%20257.745L220.223%20258.814C219.196%20268.177%20219.226%20277.64%20220.313%20286.996V320.667C220.313%20320.667%20220.457%20323.633%20214.71%20327.946C208.683%20332.434%20202.875%20337.251%20197.308%20342.376L176.483%20361.702C176.483%20361.702%20168.566%20349.665%20169.714%20343.273C169.714%20343.273%20183.139%20339.822%20184.975%20332.2C186.027%20327.839%20191.366%20324.183%20195.736%20321.885C198.484%20320.456%20200.692%20318.063%20201.994%20315.103C203.297%20312.144%20203.615%20308.796%20202.896%20305.616C202.64%20304.511%20202.246%20303.449%20201.723%20302.457C198.051%20295.574%20192.773%20280.085%20192.773%20280.085L202.871%20259.466L212.739%20257.745Z%22%20fill%3D%22%234D4981%22%2F%3E%0A%3Cpath%20opacity%3D%220.05%22%20d%3D%22M212.739%20256.594L220.223%20257.663C219.196%20267.027%20219.226%20276.489%20220.313%20285.845V319.516C220.313%20319.516%20220.457%20322.483%20214.71%20326.796C208.683%20331.284%20202.875%20336.101%20197.308%20341.226L176.483%20360.552C176.483%20360.552%20168.566%20349.665%20169.714%20343.273C169.714%20343.273%20183.139%20338.671%20184.975%20331.05C186.027%20326.689%20191.366%20323.033%20195.736%20320.735C198.484%20319.306%20200.692%20316.913%20201.994%20313.953C203.297%20310.994%20203.615%20307.646%20202.896%20304.466C202.64%20303.361%20202.246%20302.298%20201.723%20301.307C198.051%20294.424%20192.773%20278.935%20192.773%20278.935L202.871%20258.315L212.739%20256.594Z%22%20fill%3D%22%235E64A6%22%2F%3E%0A%3Cpath%20d%3D%22M179.775%20323.085C177.596%20347.842%20186.96%20375.871%20186.96%20375.871L203.761%20373.694C202.08%20367.237%20196.876%20333.13%20196.852%20333.153C199.33%20328.527%20200.708%20288.253%20200.708%20288.253C200.432%20274.919%20212.551%20246.891%20212.551%20246.891C212.551%20246.891%20177.847%20242.265%20174.542%20252.877C171.237%20263.49%20177.021%20281.994%20177.021%20281.994C177.021%20281.994%20181.955%20298.328%20179.775%20323.085Z%22%20fill%3D%22%235E64A6%22%2F%3E%0A%3Cpath%20d%3D%22M200.133%20183.995C200.133%20183.995%20198.756%20193.081%20184.986%20189.158L194.146%20263.891C194.146%20263.891%20220.768%20264.875%20220.538%20261.433L215.05%20216.201L200.133%20183.995Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M199.773%20183.503C201.566%20185.394%20203.902%20186.582%20206.403%20186.875C208.688%20187.063%20210.909%20187.77%20212.919%20188.949C215.279%20190.365%20217.908%20192.423%20218.706%20194.93C220.313%20199.847%20230.411%20207.96%20235.001%20206.239L233.394%20220.99C233.394%20220.99%20220.313%20220.252%20218.018%20214.844L221.914%20267.483H218.472C218.472%20267.483%20216.636%20253.223%20215.259%20250.273C213.882%20247.323%20211.128%20231.097%20210.898%20227.163C210.669%20223.229%20207.226%20200.611%20204.243%20196.699L199.753%20185.021L199.773%20183.503Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M199.772%20184.24C201.823%20185.959%20204.276%20187.041%20206.862%20187.367C209.146%20187.559%20211.365%20188.269%20213.373%20189.451C215.732%20190.868%20218.362%20192.925%20219.16%20195.432C220.767%20200.349%20230.865%20208.462%20235.455%20206.741L233.848%20221.492C233.848%20221.492%20220.767%20220.755%20218.472%20215.346L222.373%20267.953H218.931C218.931%20267.953%20217.095%20253.693%20215.718%20250.743C214.341%20247.793%20211.587%20231.567%20211.357%20227.633C211.128%20223.7%20207.685%20201.081%20204.701%20197.169L199.772%20185.71V184.24Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M199.773%20183.749C201.824%20185.467%20204.276%20186.549%20206.862%20186.875C209.147%20187.063%20211.368%20187.77%20213.378%20188.949C215.738%20190.365%20218.367%20192.423%20219.165%20194.93C220.772%20199.847%20230.87%20207.96%20235.46%20206.239L233.853%20220.99C233.853%20220.99%20220.772%20220.252%20218.477%20214.844L222.373%20267.482H218.931C218.931%20267.482%20217.095%20253.223%20215.718%20250.273C214.341%20247.323%20211.587%20231.097%20211.357%20227.163C211.128%20223.229%20207.685%20200.611%20204.702%20196.699L199.768%20185.267L199.773%20183.749Z%22%20fill%3D%22%23454563%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M188.068%20174.284C188.367%20171.953%20187.769%20170.5%20187.494%20167.769L200.576%20178.34C200.576%20178.34%20200.261%20179.767%20200.022%20181.857C199.362%20181.971%20198.695%20182.028%20198.026%20182.028C193.486%20182.028%20190.218%20178.228%20188.068%20174.284Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M198.051%20181.296C191.207%20181.296%20185.658%20175.352%20185.658%20168.02C185.658%20160.688%20191.207%20154.744%20198.051%20154.744C204.895%20154.744%20210.444%20160.688%20210.444%20168.02C210.444%20175.352%20204.895%20181.296%20198.051%20181.296Z%22%20fill%3D%22%23FEC3BE%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M211.577%20155.006C211.657%20152.767%20211.318%20150.533%20210.58%20148.437C210.785%20148.767%20210.871%20149.165%20210.824%20149.558C210.776%20149.951%20210.597%20150.312%20210.32%20150.575C209.921%20148.29%20208.826%20146.211%20207.207%20144.664C208.09%20144.819%20208.544%20145.989%20208.324%20146.919C208.026%20147.828%20207.495%20148.628%20206.793%20149.228C206.868%20147.822%20205.999%20146.508%20204.902%20145.738C203.758%20145.034%20202.509%20144.55%20201.21%20144.306C201.655%20144.475%20202.036%20144.798%20202.292%20145.223C202.548%20145.648%20202.666%20146.153%20202.627%20146.657C202.623%20146.829%20202.557%20146.992%20202.442%20147.112C202.318%20147.197%20202.171%20147.238%20202.023%20147.229C200.73%20147.283%20199.436%20147.252%20198.147%20147.138C196.561%20146.947%20194.967%20146.856%20193.372%20146.866C188.383%20147.09%20183.369%20150.741%20182.251%20155.952C182.019%20157.216%20181.898%20158.501%20181.887%20159.789L181.642%20166.368C181.5%20168.288%20181.574%20170.218%20181.862%20172.119C182.208%20173.874%20182.91%20175.525%20183.92%20176.955C184.93%20178.385%20186.222%20179.559%20187.704%20180.392C189.505%20177.597%20189.665%20174.006%20190.289%20170.676C190.387%20169.907%20190.654%20169.175%20191.067%20168.538C191.28%20168.223%20191.58%20167.987%20191.924%20167.863C192.268%20167.738%20192.64%20167.731%20192.988%20167.843C193.661%20168.132%20193.951%20169.233%20193.392%20169.725C193.891%20170.355%20194.824%20169.885%20195.388%20169.324C196.962%20167.724%20198.046%20165.649%20198.496%20163.375C198.72%20162.231%20198.945%20160.82%20199.993%20160.43C200.353%20160.324%20200.73%20160.297%20201.1%20160.35C203.285%20160.51%20206.703%20161.478%20208.818%20160.735C210.759%20160.056%20211.577%20156.978%20211.577%20155.006Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M211.347%20154.76C211.426%20152.521%20211.087%20150.288%20210.349%20148.191C210.554%20148.521%20210.641%20148.919%20210.593%20149.312C210.546%20149.705%20210.367%20150.066%20210.09%20150.329C209.69%20148.044%20208.595%20145.966%20206.976%20144.418C207.86%20144.573%20208.314%20145.743%20208.094%20146.673C207.796%20147.582%20207.265%20148.382%20206.562%20148.982C206.637%20147.577%20205.769%20146.262%20204.672%20145.492C203.528%20144.788%20202.279%20144.304%20200.98%20144.06C201.425%20144.229%20201.806%20144.552%20202.062%20144.977C202.318%20145.403%20202.436%20145.907%20202.396%20146.411C202.393%20146.583%20202.326%20146.746%20202.212%20146.866C202.087%20146.951%20201.941%20146.992%20201.793%20146.983C200.5%20147.037%20199.206%20147.006%20197.916%20146.892C196.331%20146.701%20194.737%20146.61%20193.142%20146.62C188.152%20146.844%20183.138%20150.495%20182.021%20155.706C181.789%20156.97%20181.667%20158.255%20181.657%20159.543L181.412%20166.122C181.27%20168.042%20181.344%20169.972%20181.632%20171.873C181.977%20173.628%20182.68%20175.279%20183.69%20176.709C184.7%20178.139%20185.992%20179.313%20187.474%20180.146C189.275%20177.351%20189.435%20173.76%20190.058%20170.43C190.157%20169.662%20190.423%20168.929%20190.837%20168.292C191.05%20167.977%20191.349%20167.741%20191.694%20167.617C192.038%20167.492%20192.41%20167.486%20192.757%20167.597C193.431%20167.886%20193.72%20168.987%20193.162%20169.479C193.66%20170.109%20194.593%20169.639%20195.157%20169.078C196.732%20167.478%20197.816%20165.404%20198.265%20163.129C198.49%20161.986%20198.714%20160.575%20199.762%20160.184C200.123%20160.078%20200.499%20160.051%20200.87%20160.104C203.055%20160.265%20206.473%20161.232%20208.588%20160.489C210.529%20159.805%20211.347%20156.732%20211.347%20154.76Z%22%20fill%3D%22%23784F69%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M236.054%20206.244C236.054%20206.244%20237.89%20215.33%20234.448%20220.995L232.497%20220.824L233.56%20206.394L236.054%20206.244Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M235.554%20206.244C235.554%20206.244%20237.39%20215.33%20233.948%20220.995L231.997%20220.824L233.06%20206.394L235.554%20206.244Z%22%20fill%3D%22%23E1E6F0%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M186.233%20181.435L171.43%20195.079C171.43%20195.079%20162.709%20204.668%20166.381%20220.156C166.381%20220.156%20167.988%20242.774%20169.824%20243.758C169.824%20243.758%20176.25%20257.526%20176.709%20270.556C176.709%20270.556%20185.315%20251.994%20189.217%20263.303C193.118%20274.612%20202.188%20276.21%20202.188%20276.21L197.139%20209.317C197.139%20209.317%20184.397%20185.593%20186.233%20181.435Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M185.774%20181.435L170.971%20195.079C170.971%20195.079%20162.25%20204.668%20165.922%20220.156C165.922%20220.156%20167.529%20242.774%20169.365%20243.758C169.365%20243.758%20175.791%20257.526%20176.25%20270.556C176.25%20270.556%20185.315%20251.01%20189.222%20262.32C193.128%20273.629%20201.729%20276.216%20201.729%20276.216L196.68%20209.349C196.68%20209.349%20183.938%20185.593%20185.774%20181.435Z%22%20fill%3D%22%23454563%22%2F%3E%0A%3Cpath%20d%3D%22M179.003%20239.065C179.003%20239.065%20175.33%20236.361%20169.363%20243.736L184.052%20272.255L188.986%20264.276C188.986%20264.276%20178.544%20242.261%20179.003%20239.065Z%22%20fill%3D%22%23FEC3BE%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M182.56%20240.663C182.56%20240.663%20174.437%20250.433%20171.269%20248.867L168.336%20241.55L179.347%20236.484L182.56%20240.663Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M182.56%20240.172C182.56%20240.172%20174.437%20249.942%20171.269%20248.376L168.336%20241.059L179.347%20235.992L182.56%20240.172Z%22%20fill%3D%22%23E1E6F0%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M188.487%20262.41C188.487%20262.41%20184.621%20270.898%20182.56%20271.389L185.554%20275.077L189.914%20266.226L188.487%20262.41Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M188.717%20262.672C188.717%20262.672%20184.85%20271.16%20182.789%20271.651L185.783%20275.339L190.154%20266.472L188.717%20262.672Z%22%20fill%3D%22%234D4981%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M181.413%20210.178C181.413%20210.178%20180.954%20227.879%20182.79%20234.517L181.413%20210.178Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M218.592%20213.62C218.592%20213.62%20215.838%20212.636%20215.838%20210.178L218.592%20213.62Z%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M291.177%20196.386L283.229%20204.298C283.215%20204.312%20283.204%20204.327%20283.197%20204.345C283.189%20204.362%20283.185%20204.381%20283.185%20204.4C283.185%20204.419%20283.188%20204.438%20283.196%20204.456C283.203%20204.473%20283.214%20204.489%20283.228%20204.503L288.712%20210.397C288.843%20210.53%20288.932%20210.7%20288.967%20210.883C289.002%20211.067%20288.981%20211.257%20288.908%20211.429C288.835%20211.601%20288.712%20211.747%20288.556%20211.85C288.399%20211.953%20288.215%20212.008%20288.027%20212.008C287.774%20212.005%20287.533%20211.903%20287.355%20211.724L281.9%20205.852C281.872%20205.824%20281.834%20205.808%20281.795%20205.808C281.755%20205.808%20281.717%20205.823%20281.689%20205.85L280.337%20207.186C279.784%20207.739%20279.125%20208.178%20278.399%20208.475C277.673%20208.771%20276.894%20208.921%20276.109%20208.914C275.309%20208.904%20274.519%20208.736%20273.785%20208.419C273.051%20208.101%20272.389%20207.642%20271.835%20207.067L270.558%20205.747C270.53%20205.719%20270.492%20205.703%20270.453%20205.703C270.413%20205.703%20270.375%20205.718%20270.347%20205.745L264.811%20211.516C264.722%20211.604%20264.616%20211.672%20264.501%20211.719C264.385%20211.766%20264.261%20211.789%20264.136%20211.788C264.011%20211.787%20263.887%20211.762%20263.772%20211.713C263.657%20211.665%20263.553%20211.594%20263.465%20211.505C263.377%20211.417%20263.307%20211.312%20263.26%20211.197C263.213%20211.082%20263.189%20210.958%20263.19%20210.834C263.191%20210.709%20263.217%20210.586%20263.266%20210.472C263.315%20210.357%20263.386%20210.254%20263.476%20210.167L269.033%20204.375C269.058%20204.347%20269.072%20204.311%20269.072%20204.273C269.072%20204.236%20269.059%20204.199%20269.035%20204.171L261.216%20196.131C261.196%20196.11%20261.17%20196.096%20261.142%20196.09C261.114%20196.085%20261.084%20196.087%20261.058%20196.098C261.031%20196.109%20261.008%20196.127%20260.992%20196.151C260.976%20196.174%20260.967%20196.202%20260.967%20196.231L260.838%20212.191C260.836%20212.808%20261.078%20213.402%20261.513%20213.841C261.948%20214.281%20262.541%20214.532%20263.161%20214.539L288.94%20214.747C289.561%20214.75%20290.157%20214.509%20290.599%20214.076C291.041%20213.644%20291.294%20213.054%20291.301%20212.437L291.429%20196.49C291.431%20196.46%20291.423%20196.431%20291.407%20196.406C291.391%20196.38%20291.368%20196.361%20291.34%20196.349C291.313%20196.338%20291.282%20196.335%20291.253%20196.342C291.224%20196.348%20291.197%20196.364%20291.177%20196.386Z%22%20fill%3D%22%23788ACB%22%2F%3E%0A%3Cpath%20d%3D%22M276.116%20207.022C276.65%20207.031%20277.181%20206.934%20277.677%20206.735C278.172%20206.537%20278.623%20206.241%20279.001%20205.866L290.577%20194.336C290.172%20193.997%20289.662%20193.808%20289.132%20193.801L263.335%20193.592C262.806%20193.59%20262.292%20193.771%20261.882%20194.104L273.272%20205.82C273.642%20206.199%20274.083%20206.501%20274.572%20206.707C275.06%20206.913%20275.585%20207.02%20276.116%20207.022Z%22%20fill%3D%22%23788ACB%22%2F%3E%0A%3Cpath%20d%3D%22M267.515%20196.28C265.746%20196.28%20262.849%20194.695%20261.621%20194.695H260.884C255.451%20194.696%20255.973%20198.92%20257.201%20201.825C258.675%20201.825%20261.768%20200.24%20265.304%20200.24C269.725%20200.24%20268.251%20200.24%20270.461%20198.656C271.198%20198.128%20269.725%20196.28%20267.515%20196.28Z%22%20fill%3D%22%23FEC3BE%22%2F%3E%0A%3Cpath%20d%3D%22M433.514%20269.716C433.514%20266.828%20431.173%20264.487%20428.285%20264.487H425.455H420.621V274.945V287.817H425.455V274.945H428.285C431.173%20274.945%20433.514%20272.604%20433.514%20269.716Z%22%20fill%3D%22%23FFCD9C%22%2F%3E%0A%3Cpath%20d%3D%22M223.164%20123.624C223.164%20120.863%20225.402%20118.624%20228.164%20118.624H286.634C289.396%20118.624%20291.634%20120.863%20291.634%20123.624V153.942C291.634%20156.703%20289.396%20158.942%20286.634%20158.942H240.566C237.581%20158.942%20234.705%20160.066%20232.512%20162.092C231.91%20160.215%20230.164%20158.942%20228.193%20158.942H227.289C225.011%20158.942%20223.164%20157.095%20223.164%20154.816V123.624Z%22%20fill%3D%22%23788ACB%22%2F%3E%0A%3Crect%20x%3D%22237.292%22%20y%3D%22127.101%22%20width%3D%2238.4947%22%20height%3D%222.05305%22%20rx%3D%221.02653%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%22237.291%22%20y%3D%22133.863%22%20width%3D%2238.4947%22%20height%3D%222.05305%22%20rx%3D%221.02653%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%22237.291%22%20y%3D%22140.625%22%20width%3D%2238.4947%22%20height%3D%222.05305%22%20rx%3D%221.02653%22%20fill%3D%22white%22%2F%3E%0A%3Crect%20x%3D%22237.291%22%20y%3D%22147.387%22%20width%3D%2220.0172%22%20height%3D%222.05305%22%20rx%3D%221.02653%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M176.074%2059.1191C176.074%2053.4923%20180.635%2048.9309%20186.262%2048.9309H259.123C264.75%2048.9309%20269.312%2053.4923%20269.312%2059.1191C269.312%2064.7459%20264.75%2069.3073%20259.123%2069.3073H253.914C249.422%2069.3073%20245.781%2072.9484%20245.781%2077.4399C245.781%2081.9313%20249.422%2085.5724%20253.914%2085.5724H260.667C265.441%2085.5724%20269.311%2089.4427%20269.311%2094.2169C269.311%2098.9912%20265.441%20102.861%20260.667%20102.861H184.718C179.944%20102.861%20176.074%2098.9912%20176.074%2094.2169C176.074%2089.4427%20179.944%2085.5724%20184.718%2085.5724H203.688C208.18%2085.5724%20211.821%2081.9313%20211.821%2077.4399C211.821%2072.9484%20208.18%2069.3073%20203.688%2069.3073H186.262C180.635%2069.3073%20176.074%2064.7459%20176.074%2059.1191Z%22%20fill%3D%22url(%23paint3_linear)%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M331.471%2091.9076C331.471%2087.4175%20335.111%2083.7776%20339.601%2083.7776H397.743C402.233%2083.7776%20405.873%2087.4175%20405.873%2091.9076C405.873%2096.3976%20402.233%20100.038%20397.743%20100.038H393.585C390.001%20100.038%20387.096%20102.943%20387.096%20106.527C387.096%20110.111%20390.001%20113.017%20393.585%20113.017H398.974C402.784%20113.017%20405.872%20116.105%20405.872%20119.915C405.872%20123.725%20402.784%20126.813%20398.974%20126.813H338.369C334.559%20126.813%20331.47%20123.725%20331.47%20119.915C331.47%20116.105%20334.559%20113.017%20338.369%20113.017H353.506C357.09%20113.017%20359.996%20110.111%20359.996%20106.527C359.996%20102.943%20357.09%20100.038%20353.506%20100.038H339.601C335.111%20100.038%20331.471%2096.3976%20331.471%2091.9076Z%22%20fill%3D%22url(%23paint4_linear)%22%2F%3E%0A%3Ccircle%20cx%3D%22149.76%22%20cy%3D%2259.3471%22%20r%3D%2212.2998%22%20fill%3D%22%23E8EAED%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%22393.711%22%20y1%3D%2230.6046%22%20x2%3D%22174.379%22%20y2%3D%22324.428%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.260417%22%20stop-color%3D%22%23F9FAFC%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F9FAFC%22%20stop-opacity%3D%220%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear%22%20x1%3D%227550%22%20y1%3D%226577.49%22%20x2%3D%227550%22%20y2%3D%223451.02%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.25%22%2F%3E%0A%3Cstop%20offset%3D%220.54%22%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.12%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2_linear%22%20x1%3D%22-98873.6%22%20y1%3D%22157726%22%20x2%3D%22-98873.6%22%20y2%3D%2242999.2%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.25%22%2F%3E%0A%3Cstop%20offset%3D%220.54%22%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.12%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23808080%22%20stop-opacity%3D%220.1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3_linear%22%20x1%3D%22222.693%22%20y1%3D%2248.9309%22%20x2%3D%22222.693%22%20y2%3D%22102.861%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23E8EAED%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E8EAED%22%20stop-opacity%3D%220%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint4_linear%22%20x1%3D%22368.671%22%20y1%3D%2283.7776%22%20x2%3D%22368.671%22%20y2%3D%22126.813%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23E8EAED%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E8EAED%22%20stop-opacity%3D%220%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"></img> </div><!-- end .webappick-contact-banner --> <div class="webappick-contact-support"> <p>Need help? We鈥檙e here for you!</p> <div class="webappick-contact-support-button"> <a href="https://webappick.com/my-account/contact-support/"> Get Support</a> </div><!-- end .webappick-contact-support-button --> </div><!-- end .webappick-contact-support --> </div><!-- end .col-lg-6 --> <div class="col-xl-6 col-lg-6 col-md-12"> <div class="webappick-contact-form"> <h1>Contact</h1> <p class="webappick-contact-form-subtitle">If you have any question please free to contact with us..</p> <div class="wpcf7 no-js" id="wpcf7-f4-p46147-o1" lang="en-US" dir="ltr"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/contact/#wpcf7-f4-p46147-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="4" /> <input type="hidden" name="_wpcf7_version" value="5.9.8" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f4-p46147-o1" /> <input type="hidden" name="_wpcf7_container_post" value="46147" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12"> <div class="form-group"> <p><label for="webappick-contact-name">Your Name</label><br /> <span class="wpcf7-form-control-wrap" data-name="webappick-contact-name"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" aria-required="true" aria-invalid="false" placeholder="Your Name (required)" value="" type="text" name="webappick-contact-name" /></span> </p> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12"> <div class="form-group"> <p><label for="webappick-contact-email">Your Email</label><br /> <span class="wpcf7-form-control-wrap" data-name="webappick-contact-email"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control" aria-required="true" aria-invalid="false" placeholder="email@domain.com (required)" value="" type="email" name="webappick-contact-email" /></span> </p> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12"> <div class="form-group"> <p><label for="webappick-contact-message">Your Message</label><br /> <span class="wpcf7-form-control-wrap" data-name="webappick-contact-message"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea form-control" aria-invalid="false" placeholder="Your Message (required)" name="webappick-contact-message"></textarea></span> </p> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12"> <div class="form-group"> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12"> <div class="form-group"> <p><input class="wpcf7-form-control wpcf7-submit has-spinner webappick-contact-submit" type="submit" value="Submit" /> </p> </div> </div> </div><p style="display: none !important;" class="akismet-fields-container" data-prefix="_wpcf7_ak_"><label>&#916;<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="_wpcf7_ak_js" value="223"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> <div class="swp-hidden-panel-wrap" style="display: none; visibility: collapse; opacity: 0"><div class="swp_social_panel swp_horizontal_panel swp_flat_fresh swp_default_full_color swp_other_full_color swp_individual_full_color scale-100 scale-full_width" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="46147" ><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fwebappick.com%2Fcontact%2F" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fwebappick.com%2Fcontact%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=Contact&url=https%3A%2F%2Fwebappick.com%2Fcontact%2F&via=webappick" data-link="https://twitter.com/intent/tweet?text=Contact&url=https%3A%2F%2Fwebappick.com%2Fcontact%2F&via=webappick"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwebappick.com%2Fcontact%2F" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwebappick.com%2Fcontact%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" onClick="var e=document.createElement('script'); e.setAttribute('type','text/javascript'); e.setAttribute('charset','UTF-8'); e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999); document.body.appendChild(e); " ><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div></div></div><div class="swp-content-locator"></div> </div><!-- end .webappick-contact-form --> </div><!-- end .col-lg-6 --> </div><!-- end .row --> </div><!-- end .container --> </section><!-- end #webappick-contact-section --> <!-- END WEBAPPICK CONTACT SECTION --> <!-- START WEBAPPICK FOOTER --> <footer id="webappick-footer"> <div class="webappick-footer-call-to-action"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="webappick-footer-call-to-action-content"> <div class="webappick-footer-call-to-action-description"> <h3>You will love our solutions</h3> <p>Take a look at our highly rated premium and free WordPress plugins</p> </div><!-- end .webappick-footer-call-to-action-description --> <div class="webappick-footer-call-to-action-button"> <a href="https://webappick.com/plugin/" class="webappick-btn webappick-btn-large webappick-btn-large-hover">Products</a> </div><!-- end .webappick-footer-call-action-button --> </div><!-- end .webappick-footer-call-to-action-content --> </div><!-- end .col-xl-12 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-footer-call-to-action --> <div class="webappick-footer-content"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-5 col-md-12 col-sm-12 col-12 order-last order-lg-first"> <div class="webappick-footer-logo-area"> <a href="https://webappick.com"> <img class="webappick-logo" title="" width="180" height="30" alt="WebAppick Logo" src="data:image/svg+xml,%3Csvg%20width%3D%22187%22%20height%3D%2231%22%20viewBox%3D%220%200%20187%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M30.0753%2018.9131L29.9355%2019.1487L29.7958%2019.2901C29.7026%2019.3844%2029.656%2019.5258%2029.5629%2019.6201C29.5629%2019.6201%2029.5629%2019.6201%2029.5629%2019.6672C29.3765%2019.95%2029.1902%2020.2328%2029.0038%2020.5156C28.9573%2020.5628%2028.9573%2020.6099%2028.9107%2020.657C28.8641%2020.7042%2028.8641%2020.7513%2028.8175%2020.7984C28.7709%2020.8927%2028.6777%2020.987%2028.6312%2021.0812C28.5846%2021.1755%2028.4914%2021.2698%2028.4448%2021.3641C28.3051%2021.5997%2028.1653%2021.7883%2028.0256%2022.0239C24.9976%2023.8622%2022.3422%2023.9564%2020.6186%2022.3539C20.3857%2022.1182%2020.1528%2021.8354%2019.9198%2021.5526C19.5472%2021.0341%2019.3142%2020.4685%2019.0813%2019.9029C18.9416%2019.6201%2018.8018%2019.2901%2018.7086%2019.0073C18.5689%2018.7245%2018.4757%2018.3946%2018.336%2018.1118C18.1496%2017.5933%2017.9167%2017.1219%2017.7303%2016.6035C17.6372%2016.4149%2017.5906%2016.2264%2017.4974%2015.9907C17.3577%2015.7079%2017.2645%2015.378%2017.1247%2015.0952C17.1247%2015.048%2017.0782%2015.048%2017.0782%2015.0009C17.0782%2014.9538%2017.0316%2014.9066%2017.0316%2014.8595C17.0316%2014.8124%2017.0316%2014.8124%2016.985%2014.7652C16.985%2014.7181%2016.9384%2014.7181%2016.9384%2014.671C16.8918%2014.6238%2016.8918%2014.5295%2016.8452%2014.4824C16.7987%2014.3881%2016.7521%2014.2939%2016.7055%2014.1525C16.6123%2013.9639%2016.5191%2013.7283%2016.3794%2013.4926C16.5657%2013.2098%2016.7055%2012.9741%2016.8918%2012.6913C17.0316%2012.5028%2017.1247%2012.3142%2017.2645%2012.1257C17.2645%2012.1257%2017.2645%2012.1257%2017.2645%2012.0786C17.2645%2012.0786%2017.2645%2012.0786%2017.2645%2012.0314C17.4508%2011.7486%2017.6372%2011.4187%2017.8235%2011.1359C17.8235%2011.1359%2017.8235%2011.0887%2017.8701%2011.0416C17.8701%2010.9945%2017.9167%2010.9945%2017.9167%2010.9473C17.9167%2010.9473%2017.9167%2010.9002%2017.9633%2010.9002C18.0099%2010.8059%2018.103%2010.6645%2018.1496%2010.5703C18.1962%2010.5231%2018.2428%2010.4288%2018.2428%2010.3817C18.2894%2010.3346%2018.2894%2010.3346%2018.336%2010.2874C18.9416%209.62756%2019.5006%209.10908%2020.1993%208.82627C21.5969%208.3078%2022.9944%208.54347%2024.392%209.10908C24.4851%209.15622%2024.5783%209.20335%2024.6715%209.25048C24.718%209.25048%2024.718%209.29762%2024.7646%209.29762C24.8112%209.34475%2024.8578%209.34475%2024.9044%209.39189C24.951%209.39189%2024.9976%209.43902%2024.9976%209.43902C25.0441%209.48616%2025.0907%209.48616%2025.1373%209.53329C25.1839%209.58043%2025.2305%209.58043%2025.2771%209.62756C25.3702%209.67469%2025.4168%209.72183%2025.51%209.8161C25.5566%209.86323%2025.6032%209.86323%2025.6497%209.91037C25.6963%209.9575%2025.7429%2010.0046%2025.7895%2010.0046C25.8827%2010.0518%2025.9292%2010.146%2026.0224%2010.2403C26.069%2010.2874%2026.1156%2010.3346%2026.1156%2010.3346L26.1622%2010.3817C26.2088%2010.4288%2026.2088%2010.476%2026.2553%2010.476C26.3019%2010.5231%2026.3485%2010.5703%2026.3951%2010.6174C26.4417%2010.6645%2026.4883%2010.7117%2026.4883%2010.7588C26.5348%2010.8059%2026.5814%2010.8531%2026.5814%2010.9002C26.7212%2011.0416%2026.8144%2011.2301%2026.9075%2011.4187C26.9541%2011.4658%2026.9541%2011.5129%2027.0007%2011.5601C27.2336%2012.0314%2027.42%2012.5499%2027.6529%2013.0684C27.7461%2013.2569%2027.7926%2013.4455%2027.8858%2013.634C27.8858%2013.6811%2027.8858%2013.6811%2027.9324%2013.7283C28.0721%2014.0111%2028.1653%2014.2939%2028.2585%2014.5767C28.3982%2014.9538%2028.538%2015.3308%2028.7243%2015.7079C28.9107%2016.1793%2029.097%2016.6977%2029.3299%2017.1691C29.4697%2017.5462%2029.656%2017.9232%2029.7958%2018.3474L30.0753%2018.9131C30.0753%2018.8659%2030.0753%2018.8659%2030.0753%2018.9131Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M59.8894%2016.6974C60.1689%2016.9331%2060.5416%2017.1216%2060.9142%2017.0745C61.5664%2017.0273%2061.8925%2016.6031%2061.6596%2015.7547C61.5198%2014.4349%2061.4267%2013.1623%2061.2869%2011.8425C61.1006%209.72149%2060.8211%207.55331%2060.5881%205.38512L60.1689%201.70863C60.0757%200.81307%2059.6099%200.294591%2058.7713%200.106053C58.4918%20-0.0353509%2058.2123%20-0.0353509%2057.9328%200.106053C57.7931%200.106053%2057.6999%200.106053%2057.6067%200.153187C56.5353%200.483129%2055.4172%200.81307%2054.3458%201.19015C53.5073%201.47295%2052.6222%201.75576%2051.7371%202.03857C50.2929%202.50991%2048.8488%203.02839%2047.4047%203.49974C46.4264%203.82967%2045.4016%204.1596%2044.3768%204.48952L44.3767%204.48956C43.6313%204.72523%2043.3518%205.24371%2043.6313%205.85646C43.7711%206.13927%2044.004%206.32781%2044.2369%206.46921C44.7028%206.79915%2045.2152%207.08196%2045.6811%207.4119C45.8674%207.55331%2046.0537%207.69471%2045.8208%208.02465C45.7276%208.21319%2045.5879%208.35459%2045.4481%208.54313L45.355%208.73167L44.5164%2010.0986L43.9108%2010.9941L43.3052%2011.8897L43.2121%2011.9839L42.1406%2013.5865L44.5867%2019.8706C45.5713%2022.1447%2048.6357%2026.5713%2052.552%2023.6277L53.9265%2022.2593L54.3458%2021.5523C54.3924%2021.458%2054.4856%2021.3637%2054.5321%2021.2694L54.5787%2021.2223C55.2309%2020.1854%2055.883%2019.1956%2056.5352%2018.2059L56.5353%2018.2057C57.0477%2017.4044%2057.5601%2016.6503%2058.0726%2015.849C58.2123%2015.6604%2058.3055%2015.6133%2058.4918%2015.7076C58.9577%2016.0375%2059.4235%2016.4146%2059.8894%2016.6974Z%22%20fill%3D%22%233D89D0%22%2F%3E%0A%3Cpath%20d%3D%22M28.0259%2022.0232C27.9793%2022.0703%2027.9793%2022.1175%2027.9327%2022.1646C27.9793%2022.1175%2028.0259%2022.0703%2028.0259%2022.0232Z%22%20fill%3D%22url(%23paint1_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M53.9265%2022.3064C53.7402%2022.5892%2053.5538%2022.872%2053.3675%2023.202C53.0414%2023.7204%2052.7153%2024.1918%2052.3892%2024.7103C51.3178%2026.4071%2050.1531%2027.9625%2048.4295%2029.0938C46.9388%2030.0365%2045.4015%2030.6021%2043.6779%2030.8849C42.1872%2031.1206%2040.7896%2030.9791%2039.3921%2030.5549C37.6219%2030.0365%2036.038%2029.1409%2034.687%2027.8211C33.7088%2026.8784%2032.9634%2025.7944%2032.3578%2024.616C32.0317%2023.9561%2031.7988%2023.2491%2031.4727%2022.5421C31.0534%2021.5522%2030.1683%2019.2427%2030.1218%2019.1012C30.0752%2019.0541%2030.0752%2018.9598%2030.0286%2018.9127C29.9354%2018.7242%2029.8422%2018.5828%2029.7957%2018.3942C29.6559%2018.0172%2029.4696%2017.6401%2029.3298%2017.2159C29.2366%2017.0273%2029.1901%2016.8388%2029.0969%2016.6503C28.9571%2016.3674%2028.864%2016.0846%2028.7242%2015.7547C28.5845%2015.3776%2028.4447%2015.0005%2028.2584%2014.6235C28.1652%2014.3407%2028.0254%2014.0579%2027.9323%2013.775C27.9323%2013.7279%2027.9323%2013.7279%2027.8857%2013.6808C27.7925%2013.4922%2027.7459%2013.3037%2027.6528%2013.1152C27.4664%2012.5967%2027.2335%2012.1253%2027.0006%2011.6069C27.0006%2011.5597%2026.954%2011.5126%2026.9074%2011.4655C26.8142%2011.2769%2026.7211%2011.1355%2026.5813%2010.947C26.5347%2010.8998%2026.4882%2010.8527%2026.4882%2010.8056C26.4416%2010.7584%2026.395%2010.7113%2026.395%2010.6642C26.3484%2010.617%2026.3018%2010.5699%2026.2552%2010.5228C26.2086%2010.4756%2026.2086%2010.4285%2026.1621%2010.4285L26.1155%2010.3814C26.0689%2010.3342%2026.0223%2010.2871%2026.0223%2010.2871C25.9291%2010.1928%2025.8826%2010.1457%2025.7894%2010.0514C25.7428%2010.0043%2025.6962%209.95715%2025.6496%209.95715C25.603%209.91002%2025.5565%209.91002%2025.5099%209.86288C25.4167%209.81575%2025.3701%209.76861%2025.277%209.67435C25.2304%209.62721%2025.1838%209.62721%2025.1372%209.58008C25.0906%209.53294%2025.044%209.53294%2024.9974%209.48581C24.9509%209.48581%2024.9043%209.43867%2024.9043%209.43867C24.8577%209.39154%2024.8111%209.39154%2024.7645%209.3444C24.7179%209.3444%2024.7179%209.29727%2024.6714%209.29727C24.5782%209.25014%2024.485%209.203%2024.3918%209.15587C22.9943%208.59025%2021.1775%208.77879%2020.1992%209.10873C19.2675%209.43867%2018.2893%2010.3342%2018.2427%2010.4285C18.6619%209.72148%2019.0812%208.96733%2019.547%208.26031C20.1526%207.36475%2020.7117%206.4692%2021.3638%205.62078C22.3887%204.63095%2023.4602%203.78253%2024.6714%203.07551C27.0006%201.75575%2029.4696%201.52007%2032.0317%201.89715C33.3361%202.08569%2034.5939%202.60417%2035.7585%203.35832C36.9231%204.06534%2037.9014%204.96089%2038.7399%206.04499C39.2989%206.79914%2039.8114%207.60043%2040.1374%208.49598C40.6033%209.67435%2041.1623%2010.8056%2041.5816%2011.9839C41.7679%2012.5496%2042.0008%2013.068%2042.2338%2013.6336C42.2338%2013.6336%2042.2338%2013.6336%2042.2338%2013.6808V13.7279L45.0288%2019.8554C45.4015%2020.8452%2045.9139%2021.6465%2046.7059%2022.3535C47.2183%2022.872%2047.8705%2023.1548%2048.5227%2023.3905C48.5693%2023.3905%2048.6158%2023.4376%2048.6624%2023.4376C49.7805%2023.7676%2051.2246%2023.3905%2052.3426%2023.0134C53.088%2022.6835%2053.6936%2022.4007%2053.9265%2022.3064Z%22%20fill%3D%22url(%23paint2_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M28.0255%2022.0238C27.9789%2022.0709%2027.9789%2022.118%2027.9324%2022.1652C27.9324%2022.1652%2027.9324%2022.1652%2027.9324%2022.2123C27.7926%2022.448%2027.6063%2022.6836%2027.4665%2022.9664C25.8826%2025.8416%2024.4385%2028.1512%2021.6434%2029.6595C19.3142%2030.9793%2016.8452%2031.215%2014.2831%2030.8379C14.1433%2030.8379%2014.0501%2030.7908%2013.9104%2030.7908C12.7458%2030.6022%2011.5812%2030.0838%2010.4165%2029.2825C8.78607%2028.1512%207.52829%2026.5958%206.64318%2024.8047L6.17733%2023.9091L5.01272%2021.5524L0.726927%2012.6911C0.447419%2012.0784%200.214496%2011.4656%200.121327%2010.8529C-0.437689%207.8834%200.95985%204.77252%203.80151%203.35849C5.43198%202.51007%207.24878%202.4158%208.87924%202.93428C10.6029%203.45276%2012.1402%204.67825%2013.0253%206.46937L13.1184%206.6579L14.7489%209.95732C14.7955%2010.0516%2014.7955%2010.1459%2014.8421%2010.2401C15.075%2010.8529%2015.8204%2012.4083%2016.426%2013.5867C16.4725%2013.6809%2016.5191%2013.7752%2016.5657%2013.8223C16.6123%2013.9638%2016.7055%2014.1052%2016.752%2014.1994C16.7986%2014.2937%2016.8452%2014.3408%2016.8452%2014.4351C16.8452%2014.4822%2016.8918%2014.4822%2016.8918%2014.5294C16.9384%2014.5765%2016.9384%2014.6708%2016.985%2014.7179C16.985%2014.765%2017.0316%2014.765%2017.0316%2014.8122C17.0316%2014.8593%2017.0781%2014.8593%2017.0781%2014.9064C17.0781%2014.9536%2017.1247%2015.0007%2017.1247%2015.0478C17.1247%2015.095%2017.1713%2015.095%2017.1713%2015.1421C17.3111%2015.4249%2017.4042%2015.7549%2017.544%2016.0377C17.6372%2016.2262%2017.6837%2016.4147%2017.7769%2016.6504C17.9632%2017.1689%2018.1962%2017.6402%2018.3825%2018.1587C18.5223%2018.4415%2018.6154%2018.7715%2018.7552%2019.0543C18.8018%2019.1485%2018.8484%2019.29%2018.8949%2019.3842C18.9881%2019.5728%2019.0347%2019.7613%2019.1279%2019.9498C19.3608%2020.5154%2019.5937%2021.0811%2019.9664%2021.5995C20.1993%2021.8823%2020.3857%2022.1652%2020.6652%2022.4008C22.3888%2023.9563%2024.9975%2023.862%2028.0255%2022.0238Z%22%20fill%3D%22url(%23paint3_linear)%22%2F%3E%0A%3Cpath%20d%3D%22M68.0888%2024.8694L68%207.88696H71.9963L71.8187%2018.4448L76.8806%207.88696H80.6548L81.3209%2018.3999L85.5392%207.88696H89.713L82.4754%2024.8694H78.1683L77.5466%2013.9072L72.3959%2024.8694H68.0888Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M92.7771%2025.1385C89.2693%2025.1385%2086.7383%2022.6675%2086.7383%2019.2081C86.7383%2015.3893%2089.8021%2012.1545%2093.4431%2012.1545C96.6402%2012.1545%2098.8603%2014.4458%2098.8603%2017.7704C98.8603%2018.5342%2098.8159%2019.1182%2098.7271%2019.6124H90.4237C90.6457%2021.0501%2091.7114%2022.0385%2093.2211%2022.0385C94.1536%2022.0385%2094.9528%2021.724%2095.5301%2021.095L97.617%2023.4762C96.0185%2024.6443%2094.5976%2025.1385%2092.7771%2025.1385ZM90.6457%2017.411H95.4857C95.3081%2016.0632%2094.4644%2015.2545%2093.2211%2015.2545C92.0666%2015.2096%2091.0898%2016.0632%2090.6457%2017.411Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M105.965%2024.9589C104.411%2024.9589%20103.167%2024.24%20102.368%2022.8473L101.924%2024.869H98.1499L101.791%207.52717L105.698%206.89819L104.322%2013.5923C105.166%2012.7836%20106.32%2012.2894%20107.519%2012.2894C110.139%2012.2894%20112.181%2014.8054%20112.181%2018.0401C112.226%2021.814%20109.428%2024.9589%20105.965%2024.9589ZM103.789%2016.3778L102.945%2020.4212C103.478%2021.185%20104.366%2021.6792%20105.388%2021.6792C107.208%2021.6792%20108.54%2020.2415%20108.54%2018.3097C108.54%2016.6474%20107.43%2015.4793%20105.92%2015.4793C105.077%2015.4793%20104.411%2015.7937%20103.789%2016.3778Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M120.44%207.88696H125.058L127.899%2024.8694H123.725L123.193%2020.8259H117.154L114.978%2024.8694H110.582L120.44%207.88696ZM122.704%2017.5912L121.949%2011.9304L118.886%2017.5463H122.704V17.5912Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M131.23%2012.3347H135.004L134.782%2013.5927C135.626%2012.7391%20136.736%2012.2449%20137.935%2012.2449C140.555%2012.2449%20142.597%2014.7608%20142.597%2017.9955C142.597%2021.8143%20139.8%2024.9592%20136.336%2024.9592C134.782%2024.9592%20133.539%2024.2853%20132.828%2022.9824L131.274%2030.0809H127.456L131.23%2012.3347ZM134.205%2016.3332L133.317%2020.5114C133.85%2021.2303%20134.738%2021.6796%20135.715%2021.6796C137.535%2021.6796%20138.867%2020.2419%20138.867%2018.31C138.867%2016.6477%20137.757%2015.4796%20136.247%2015.4796C135.493%2015.4796%20134.827%2015.7492%20134.205%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M144.595%2012.3347H148.369L148.147%2013.5927C148.99%2012.7391%20150.101%2012.2449%20151.299%2012.2449C153.919%2012.2449%20155.962%2014.7608%20155.962%2017.9955C155.962%2021.8143%20153.164%2024.9592%20149.701%2024.9592C148.147%2024.9592%20146.904%2024.2853%20146.193%2022.9824L144.683%2030.0809H140.865L144.595%2012.3347ZM147.57%2016.3332L146.682%2020.5114C147.214%2021.2303%20148.102%2021.6796%20149.079%2021.6796C150.9%2021.6796%20152.232%2020.2419%20152.232%2018.31C152.232%2016.6477%20151.122%2015.4796%20149.612%2015.4796C148.857%2015.4796%20148.191%2015.7492%20147.57%2016.3332Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M159.115%2024.8694H155.296L158.005%2012.3347H161.824L159.115%2024.8694ZM158.449%208.47099C158.449%207.1681%20159.559%206%20160.847%206C161.912%206%20162.8%206.85361%20162.8%207.93186C162.8%209.27967%20161.69%2010.4029%20160.358%2010.4029C159.248%2010.4029%20158.449%209.54924%20158.449%208.47099Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M169.727%2020.6909L171.592%2023.1619C170.304%2024.4648%20168.572%2025.1387%20166.752%2025.1387C163.466%2025.1387%20161.068%2022.7126%20161.068%2019.388C161.068%2015.3446%20164.088%2012.1099%20167.862%2012.1099C170.082%2012.1099%20171.947%2013.0983%20173.013%2014.7606L170.304%2017.0069C169.727%2015.9736%20168.927%2015.4794%20167.773%2015.4794C166.13%2015.4794%20164.842%2017.0518%20164.842%2019.0286C164.842%2020.6909%20165.819%2021.6793%20167.329%2021.6793C168.261%2021.7243%20169.016%2021.4098%20169.727%2020.6909Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cpath%20d%3D%22M175.722%207.52717L179.629%206.89819L177.365%2017.6807L182.426%2012.3344H187L180.517%2018.6691L184.691%2024.869H180.162L177.009%2019.5676L175.899%2024.869H172.081L175.722%207.52717Z%22%20fill%3D%22%230D5293%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2223.1831%22%20y1%3D%2224.7007%22%20x2%3D%2223.3049%22%20y2%3D%228.44851%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23327ACD%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234696D2%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear%22%20x1%3D%2227.9436%22%20y1%3D%2222.0876%22%20x2%3D%2228.0428%22%20y2%3D%2222.0876%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.2029%22%20stop-color%3D%22%234C51BF%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235A67D8%22%20stop-opacity%3D%220.9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint2_linear%22%20x1%3D%2232.4583%22%20y1%3D%222.22148%22%20x2%3D%2239.8371%22%20y2%3D%2230.0298%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint3_linear%22%20x1%3D%2211.252%22%20y1%3D%220.972585%22%20x2%3D%2215.8771%22%20y2%3D%2225.7529%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20offset%3D%220.3367%22%20stop-color%3D%22%2342B9FF%22%2F%3E%0A%3Cstop%20offset%3D%220.7818%22%20stop-color%3D%22%233B97E1%22%2F%3E%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233784D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"></img> </a> <p>Get notification about coupons, product updates and sales tips.</p> <div class="webappick-subscription-form"> <form id="webappick-subscription" action="#" method="POST"> <label for="subscribe_news" class="screen-reader-text">Subscribe to our newsletter</label> <input type="email" name="subscribe_news" id="subscribe_news" placeholder="Enter email address" required> <input type="submit" name="subscribe" id="subscribe_submit" value="Subscribe" /> </form><!-- end #webappick-subscription --> <div id="webappick-subscription-message"></div> </div><!-- end .webappick-subscription-form --> <div class="webappick-footer-social-media"> <ul> <li><a href="https://twitter.com/webappick"><img class="social-icon" title="" width="17" height="14" alt="Twitter Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7887%202.0916C16.2064%202.35019%2015.5807%202.52378%2014.9243%202.60335C15.5952%202.2019%2016.1088%201.56538%2016.3511%200.807691C15.7236%201.1802%2015.0274%201.44964%2014.2896%201.59612C13.6983%200.965014%2012.8538%200.570801%2011.9207%200.570801C10.1269%200.570801%208.67297%202.02288%208.67297%203.81673C8.67297%204.07171%208.70191%204.31944%208.75616%204.55633C6.05814%204.42071%203.66574%203.12957%202.06538%201.16393C1.7869%201.64313%201.62596%202.2019%201.62596%202.79684C1.62596%203.92342%202.19919%204.91619%203.06899%205.49847C2.53735%205.48219%202.03644%205.33572%201.59883%205.0916V5.13319C1.59883%206.70643%202.71818%208.01746%204.20281%208.31583C3.93156%208.38997%203.64404%208.42975%203.34747%208.42975C3.13771%208.42975%202.93518%208.40986%202.73807%208.37189C3.15037%209.66122%204.34928%2010.5997%205.76881%2010.6269C4.65851%2011.4967%203.26068%2012.0156%201.73807%2012.0156C1.47587%2012.0156%201.21908%2012.0012%200.964111%2011.9704C2.40172%2012.8909%204.10697%2013.4279%205.9406%2013.4279C11.9117%2013.4279%2015.1775%208.48219%2015.1775%204.19286C15.1775%204.05181%2015.1739%203.91257%2015.1685%203.77333C15.8032%203.31402%2016.3547%202.74259%2016.7887%202.0916Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.facebook.com/webappick/"><img class="social-icon" title="" width="7" height="14" alt="Facebook Icon" src="data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.76111%204.73405H4.7243V3.3997C4.7243%202.89858%205.05789%202.78101%205.29155%202.78101H6.72584V0.578149L4.74782%200.570801C2.55377%200.570801%202.05559%202.21376%202.05559%203.26597V4.73405H0.785889V7.00305H2.05559V13.4279H4.72577V7.00452H6.52745L6.76111%204.73405Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.linkedin.com/company/webappick"><img class="social-icon" title="" width="14" height="14" alt="Linkedin Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.4029%200.570801H1.516C0.994424%200.570801%200.571289%200.983652%200.571289%201.49347V12.5067C0.571289%2013.0166%200.994424%2013.4279%201.516%2013.4279H12.4029C12.9245%2013.4279%2013.3476%2013.0166%2013.3476%2012.5067V1.492C13.3462%200.983652%2012.923%200.570801%2012.4029%200.570801ZM4.44415%2011.3314H2.51507V5.52795H4.44415V11.3314ZM3.48034%204.73604H3.46712C2.8192%204.73604%202.40194%204.29087%202.40194%203.73256C2.40194%203.1625%202.83389%202.72908%203.4921%202.72908C4.15325%202.72908%204.55875%203.1625%204.57051%203.73256C4.57051%204.29087%204.15325%204.73604%203.48034%204.73604ZM11.4024%2011.3314H9.47182V8.22691C9.47182%207.44675%209.19414%206.91489%208.49626%206.91489C7.96146%206.91489%207.64411%207.27338%207.50454%207.62012C7.45458%207.745%207.44283%207.91837%207.44283%208.09027V11.3343H5.51227C5.51227%2011.3343%205.53725%206.0745%205.51227%205.52942H7.44283V6.35071C7.69847%205.95549%208.15834%205.39278%209.18092%205.39278C10.4503%205.39278%2011.4024%206.22289%2011.4024%208.00652V11.3314Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li><li><a href="https://www.youtube.com/c/WebAppick/?sub_confirmation=1"><img class="social-icon" title="" width="16" height="16" alt="Linkedin Icon" src="data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.9985%209.58203H19.9645C19.9645%209.38635%2019.9685%209.19266%2019.9625%208.99697C19.9565%208.80528%2019.9425%208.61359%2019.9285%208.42189C19.9105%208.18427%2019.8865%207.94665%2019.8645%207.70903C19.8425%207.47142%2019.8385%207.2298%2019.7905%206.99817C19.7185%206.64873%2019.6285%206.30329%2019.5245%205.96383C19.4305%205.65832%2019.2905%205.36878%2019.0785%205.12517C18.6125%204.58804%2018.0125%204.30249%2017.3104%204.22861C16.9404%204.19067%2016.5664%204.16671%2016.1944%204.14475C15.8524%204.12278%2015.5104%204.10681%2015.1664%204.09483C14.6504%204.07486%2014.1344%204.05689%2013.6183%204.04291C13.1123%204.02893%2012.6063%204.01495%2012.1023%204.01096C11.1103%204.00497%2010.1183%203.99499%209.12623%204.00297C8.1202%204.01096%207.11618%204.03692%206.11015%204.05689C5.68614%204.06487%205.26213%204.07885%204.83812%204.09083C4.70412%204.09483%204.57011%204.10082%204.43611%204.1088C3.9961%204.13476%203.55609%204.15473%203.11808%204.19267C2.82407%204.21863%202.52406%204.24459%202.23806%204.31447C1.60804%204.46623%201.10003%204.81168%200.750019%205.3608C0.496012%205.76415%200.356009%206.21543%200.270007%206.67869C0.200005%207.05608%200.158004%207.43947%200.118003%207.82285C0.078002%208.21023%200.0560014%208.59961%200.0340009%208.98699C0.0140004%209.30448%200%209.62197%200%209.93946C0%2010.84%200.00600015%2011.7426%200.0160004%2012.6431C0.0180005%2012.8688%200.0340009%2013.0944%200.0500013%2013.318C0.0740019%2013.6395%200.102003%2013.961%200.130003%2014.2805C0.150004%2014.5181%200.164004%2014.7577%200.202005%2014.9934C0.266007%2015.3987%200.374009%2015.7921%200.520013%2016.1755C0.78802%2016.8843%201.29003%2017.3496%202.00405%2017.5892C2.45806%2017.741%202.93207%2017.7829%203.40209%2017.8268C3.78209%2017.8628%204.1641%2017.8747%204.54611%2017.8927C4.86012%2017.9067%205.17613%2017.9187%205.49214%2017.9267C5.98615%2017.9406%206.48016%2017.9526%206.97417%2017.9606C7.43219%2017.9686%207.8902%2017.9786%208.34821%2017.9826C9.15223%2017.9906%209.95825%2018.0045%2010.7603%2017.9985C11.7683%2017.9906%2012.7763%2017.9646%2013.7843%2017.9446C14.1984%2017.9366%2014.6104%2017.9227%2015.0244%2017.9107C15.1604%2017.9067%2015.2984%2017.9007%2015.4344%2017.8927C15.8884%2017.8668%2016.3424%2017.8448%2016.7944%2017.8089C17.0784%2017.7869%2017.3664%2017.7669%2017.6444%2017.707C18.5265%2017.5173%2019.1505%2017.0101%2019.4805%2016.1575C19.7065%2015.5764%2019.8125%2014.9714%2019.8625%2014.3544C19.8905%2014.0049%2019.9245%2013.6555%2019.9425%2013.3081C19.9665%2012.8608%2019.9885%2012.4115%2019.9925%2011.9642C20.0045%2011.1715%2019.9985%2010.3768%2019.9985%209.58203ZM7.9322%2013.5916V7.98659C9.73424%208.92309%2011.5263%209.8556%2013.3343%2010.7981C11.5303%2011.7306%209.73824%2012.6571%207.9322%2013.5916Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"></img></a></li> </ul> </div><!-- end .webappick-footer-social-media --> </div><!-- end .webappick-footer-logo-area --> </div><!-- end .col-xl-5 --> <div id="nav_menu-10" class="widget_nav_menu col-xl-2 col-lg-2 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Quick links</p><div class="menu-footer-1-container"><ul id="menu-footer-1" class="menu"><li id="menu-item-63242" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63242"><a href="https://webappick.com/plugin/">Products</a></li> <li id="menu-item-63244" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63244"><a href="https://webappick.com/blog/">Blog Posts</a></li> <li id="menu-item-61868" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61868"><a href="https://webappick.com/my-account/">My Account</a></li> <li id="menu-item-75458" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75458"><a href="https://webappick.com/career/">Career</a></li> <li id="menu-item-75457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-75457"><a href="https://webappick.com/submit-review/">Submit Review</a></li> </ul></div></div> <div id="nav_menu-4" class="widget_nav_menu col-xl-3 col-lg-3 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Our Products</p><div class="menu-footer-2-container"><ul id="menu-footer-2" class="menu"><li id="menu-item-61871" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61871"><a href="https://webappick.com/plugin/woocommerce-product-feed-pro/">CTX Feed Pro</a></li> <li id="menu-item-61870" class="menu-item menu-item-type-post_type menu-item-object-product menu-item-61870"><a href="https://webappick.com/plugin/woocommerce-pdf-invoice-packing-slips/">Challan Pro</a></li> </ul></div></div> <div id="nav_menu-5" class="2$s col-xl-3 col-lg-2 col-md-12 col-sm-12"><p class="webappick-footer-link-title">Resources</p><div class="menu-footer-3-container"><ul id="menu-footer-3" class="menu"><li id="menu-item-67832" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-46147 current_page_item menu-item-67832"><a href="https://webappick.com/contact/" aria-current="page">Contact</a></li> <li id="menu-item-67850" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67850"><a href="https://webappick.com/write-for-us/">Write For Us</a></li> <li id="menu-item-75459" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-75459"><a rel="privacy-policy" href="https://webappick.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-61873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61873"><a href="https://webappick.com/refund-policy/">Refund Policy</a></li> <li id="menu-item-61875" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61875"><a href="https://webappick.com/terms-and-conditions/">Terms &amp; Conditions</a></li> <li id="menu-item-61908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61908"><a href="https://webappick.com/affiliate-area/">Affiliates</a></li> <li id="menu-item-61909" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61909"><a href="https://webappick.com/become-an-affiliate/">Affiliates T&#038;C</a></li> </ul></div></div> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .webappick-footer-content --> <div class="webappick-footer-copyright-container"> <div class="container"> <div class="row" id="footer-items-center"> <div class="col-xl-8 col-lg-8 col-md-8 col-sm-12"> <div class="webappick-footer-copyright"> <p>&copy;2024 WebAppick LLC All Rights Reserved</p> </div><!-- end .footer-copyright --> </div><!-- end .col-xl-8 --> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12"> <div class="webappick-footer-top " id="remove-top-btn"> <a href="#webappick-header" aria-label="Goto Top"> <img class="ftp-icon" title="" width="16" height="16" alt="Footer to top" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%20.396l-.48.458L.855%207.521l.958.958%205.521-5.52v13.04h1.333V2.96l5.521%205.52.959-.958L8.479.854l-.48-.458z%22%2F%3E%3C%2Fsvg%3E"></img> </a> </div><!-- end .footer-top --> </div><!-- end .col-xl-4 --> </div><!-- end .row --> </div><!-- end .container --> </div><!-- end .footer-copyright-container --> </footer><!-- end #webappick-footer --> <!-- END WEBAPPICK FOOTER --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> window.__lc_connect = '{"ajaxUrl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","customer":{"id":"","name":"","email":""}}'; </script> <script type="rocketlazyloadscript" data-minify="1" async data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/api/v1/script/8e9bc0f4-371e-4ea3-8358-a3cc43c91cf2/widget.js?ver=1731660326"></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] Combine Checkout Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'uivwckkg3hvvlhw6ci8z');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] Challan Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'alamvjkbsqj0o4ngzt5s');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: [BFCM2024] CTX feed Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'a8gamp08vbglzgdkcvo5');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Challan - Monsterlink --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'i2ikxa3lepgjrmh3ybuv');</script> <!-- / OptinMonster --><!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com :: Campaign Title: Exit Intent only for CTX Feed Pro Page --> <script type="rocketlazyloadscript">(function(d,u,ac){var s=d.createElement('script');s.type='text/javascript';s.src='https://a.omappapi.com/app/js/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,35974,'d3ffx8m9w20awlafb3hy');</script> <!-- / OptinMonster --> <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> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var uivwckkg3hvvlhw6ci8z_shortcode = true;var alamvjkbsqj0o4ngzt5s_shortcode = true;var a8gamp08vbglzgdkcvo5_shortcode = true;var i2ikxa3lepgjrmh3ybuv_shortcode = true;var d3ffx8m9w20awlafb3hy_shortcode = true; </script> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1731660326' type='text/css' media='all' /> <script type="text/javascript" id="site_tracking-js-extra"> /* <![CDATA[ */ var php_data = {"ac_settings":{"tracking_actid":253804279,"site_tracking_default":1,"site_tracking":1},"user_email":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=1731660326" id="site_tracking-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1731660326" id="swv-js" defer></script> <script type="text/javascript" id="contact-form-7-js-extra"> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/webappick.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1731660326" id="contact-form-7-js" defer></script> <script type="text/javascript" id="fue-front-script-js-extra"> /* <![CDATA[ */ var FUE_Front = {"is_logged_in":"","ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js?ver=1731660326" id="fue-front-script-js" defer></script> <script type="text/javascript" id="eae-main-js-extra"> /* <![CDATA[ */ var eae = {"ajaxurl":"https:\/\/webappick.com\/wp-admin\/admin-ajax.php","current_url":"aHR0cHM6Ly93ZWJhcHBpY2suY29tL2NvbnRhY3Qv","nonce":"ddaebc1d0a","plugin_url":"https:\/\/webappick.com\/wp-content\/plugins\/addon-elements-for-elementor-page-builder\/"}; var eae_editor = {"plugin_url":"https:\/\/webappick.com\/wp-content\/plugins\/addon-elements-for-elementor-page-builder\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/eae.min.js?ver=1.13.7" id="eae-main-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/build/index.min.js?ver=1.13.7" id="eae-index-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=1.0" id="font-awesome-4-shim-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/animated-main.min.js?ver=1.0" id="animated-main-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/js/particles.min.js?ver=2.0.0" id="eae-particles-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/magnific.min.js?ver=1.1.0" id="wts-magnific-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/vegas.min.js?ver=2.4.0" id="vegas-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js?ver=1731660326" id="gtm4wp-contact-form-7-tracker-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1731660326" id="gtm4wp-ecommerce-generic-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1731660326" id="gtm4wp-woocommerce-js" defer></script> <script type="text/javascript" id="social_warfare_script-js-extra"> /* <![CDATA[ */ var socialWarfare = {"addons":["pro"],"post_id":"46147","variables":{"emphasizeIcons":"0","powered_by_toggle":false,"affiliate_link":"https:\/\/warfareplugins.com"},"floatBeforeContent":""}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/social-warfare/assets/js/script.min.js?ver=4.4.6.3" id="social_warfare_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":"\/docs\/ctx-feed\/dynamic-attributes\/|\/(?:.+\/)?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:\/\/webappick.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://webappick.com/wp-content/themes/webappick/assets/js/plugins/bootstrap.min.js?ver=5.0.0" id="bootstrap-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/jquery.smartmenus.min.js?ver=5.0.0" id="smartmenus-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/themes/webappick/assets/js/plugins/jquery.lazy.min.js?ver=1.0.0" id="webappick-lazy-plugin-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script> <script type="text/javascript" id="wp-util-js-extra"> /* <![CDATA[ */ var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-includes/js/wp-util.min.js?ver=6.5.5" id="wp-util-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/themes/webappick/assets/js/common.js?ver=1731660326" id="webappick-common-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.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:\/\/webappick.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://webappick.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">(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6Ldn5IgUAAAAAJlbHUMlZoxfcVtO_A6A5NjAcWXG&amp;ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-extra"> /* <![CDATA[ */ var wpcf7_recaptcha = {"sitekey":"6Ldn5IgUAAAAAJlbHUMlZoxfcVtO_A6A5NjAcWXG","actions":{"homepage":"homepage","contactform":"contactform"}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1731660326" id="wpcf7-recaptcha-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" defer data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/cache/min/1/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1731660326" id="akismet-frontend-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://webappick.com/wp-content/plugins/optinmonster/assets/dist/js/helper.min.js?ver=2.16.7" id="optinmonster-wp-helper-js" defer></script> <!-- WooCommerce JavaScript --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { jQuery(function($) { ( function() { function trackEvents() { } if ( 'undefined' !== typeof gtag ) { trackEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_gtag_loaded', trackEvents ); } function trackUAEvents() { ga( 'send', 'pageview' ); } if ( 'undefined' !== typeof ga ) { trackUAEvents(); } else { // avoid using jQuery in case it's not available when this script is loaded document.addEventListener( 'wc_google_analytics_pro_loaded', trackUAEvents ); } } ) (); }); });</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var swp_nonce = "31c56d78ed";var swpFloatBeforeContent = false; var swp_ajax_url = "https://webappick.com/wp-admin/admin-ajax.php"; var swp_post_id = "46147";var swpClickTracking = false; swpPinIt={"enabled":false};</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_localized = { ajax: 'https://webappick.com/wp-admin/admin-ajax.php?optin-monster-ajax-route=1', nonce: '00f3785d91', slugs: {"uivwckkg3hvvlhw6ci8z":{"slug":"uivwckkg3hvvlhw6ci8z","mailpoet":false},"alamvjkbsqj0o4ngzt5s":{"slug":"alamvjkbsqj0o4ngzt5s","mailpoet":false},"a8gamp08vbglzgdkcvo5":{"slug":"a8gamp08vbglzgdkcvo5","mailpoet":false},"i2ikxa3lepgjrmh3ybuv":{"slug":"i2ikxa3lepgjrmh3ybuv","mailpoet":false},"d3ffx8m9w20awlafb3hy":{"slug":"d3ffx8m9w20awlafb3hy","mailpoet":false}} };</script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_data = {"object_id":46147,"object_key":"page","object_type":"post","term_ids":[],"wp_json":"https:\/\/webappick.com\/wp-json","wc_active":true,"edd_active":false,"nonce":"98774dd41b"};</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732378601 -->

Pages: 1 2 3 4 5 6 7 8 9 10