CINXE.COM
The Product Profit Calculator
<!doctype html> <html lang="en"> <head><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(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),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),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta charset="utf-8"> <title>The Product Profit Calculator</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7CLato%3Aregular%2C900%7CMerriweather%3Aregular&subset=vietnamese%2Clatin%2Ccyrillic%2Cgreek%2Ccyrillic-ext%2Cgreek-ext%2Clatin-ext&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7CLato%3Aregular%2C900%7CMerriweather%3Aregular&subset=vietnamese%2Clatin%2Ccyrillic%2Cgreek%2Ccyrillic-ext%2Cgreek-ext%2Clatin-ext&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7CLato%3Aregular%2C900%7CMerriweather%3Aregular&subset=vietnamese%2Clatin%2Ccyrillic%2Cgreek%2Ccyrillic-ext%2Cgreek-ext%2Clatin-ext&display=swap" /></noscript><link rel="stylesheet" href="https://sourcify.com/wp-content/cache/min/1/c2af26b65d6d3d13938867acad017749.css" media="all" data-minify="1" /> <meta name="description" content=""> <script type="rocketlazyloadscript" data-minify="1" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/new/js/jquery-1.7.1.js?ver=1739980322" defer></script> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {hsjQuery = window['jQuery'];});</script> <meta property="og:description" content=""> <meta property="og:title" content="The Product Profit Calculator"> <meta name="twitter:description" content=""> <meta name="twitter:title" content="The Product Profit Calculator"> <title>Product Profit Calculator New - Sourcify</title> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- All in One SEO 4.7.8 - aioseo.com --> <meta name="robots" content="max-image-preview:large" /> <link rel="canonical" href="https://sourcify.com/product-profit-calculator-new/" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.7.8" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Sourcify -" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Product Profit Calculator New - Sourcify" /> <meta property="og:url" content="https://sourcify.com/product-profit-calculator-new/" /> <meta property="article:published_time" content="2021-06-05T13:53:19+00:00" /> <meta property="article:modified_time" content="2021-06-05T13:53:19+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Product Profit Calculator New - Sourcify" /> <script type="application/ld+json" class="aioseo-schema"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/sourcify.com\/product-profit-calculator-new\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/sourcify.com\/#listItem","position":1,"name":"Home","item":"https:\/\/sourcify.com\/","nextItem":{"@type":"ListItem","@id":"https:\/\/sourcify.com\/product-profit-calculator-new\/#listItem","name":"Product Profit Calculator New"}},{"@type":"ListItem","@id":"https:\/\/sourcify.com\/product-profit-calculator-new\/#listItem","position":2,"name":"Product Profit Calculator New","previousItem":{"@type":"ListItem","@id":"https:\/\/sourcify.com\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/sourcify.com\/#organization","name":"Sourcify","url":"https:\/\/sourcify.com\/"},{"@type":"WebPage","@id":"https:\/\/sourcify.com\/product-profit-calculator-new\/#webpage","url":"https:\/\/sourcify.com\/product-profit-calculator-new\/","name":"Product Profit Calculator New - Sourcify","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/sourcify.com\/#website"},"breadcrumb":{"@id":"https:\/\/sourcify.com\/product-profit-calculator-new\/#breadcrumblist"},"datePublished":"2021-06-05T13:53:19+00:00","dateModified":"2021-06-05T13:53:19+00:00"},{"@type":"WebSite","@id":"https:\/\/sourcify.com\/#website","url":"https:\/\/sourcify.com\/","name":"Sourcify","inLanguage":"en-US","publisher":{"@id":"https:\/\/sourcify.com\/#organization"}}]} </script> <!-- All in One SEO --> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <script data-cfasync="false" data-pagespeed-no-defer> var gtm4wp_datalayer_name = "dataLayer"; var dataLayer = dataLayer || []; </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='dns-prefetch' href='//js.stripe.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//checkout.stripe.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Sourcify » Feed" href="https://sourcify.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Sourcify » Comments Feed" href="https://sourcify.com/comments/feed/" /> <style id='theme-inline-css' type='text/css'> .site-topbar { background-color: #0747a6;font-family: Roboto;font-style: normal;font-size: 18px; } .site-header-sticky, .site-header-sticky .widget.widget_search { background-color: rgba(20, 37, 55, 0.95); } .content-header { background-color: #000000;margin-top: 0px;margin-right: 0px;margin-bottom: 60px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; } body { font-family: Roboto;font-style: normal;color: #464646;text-transform: none;font-size: 1rem;line-height: 1.8em; } h1 { font-family: Montserrat;font-weight: 600;color: #464646;text-transform: none;font-size: 5rem;line-height: 1.1em; } h2 { font-family: Montserrat;font-style: normal;color: #464646;text-transform: none;font-size: 2rem;line-height: 1.1em; } h3 { font-family: Lato;font-style: normal;color: #464646;font-size: 1.5rem;line-height: 1.1em; } h4 { font-family: Lato;font-style: normal;color: #464646;font-size: 1rem;line-height: 1.1em; } h5 { font-family: Lato;font-style: normal;color: #464646; } h6 { font-family: Lato;font-style: normal;color: #464646; } .site-header .navigator > .menu > li > a { text-transform: uppercase;font-size: 1rem;letter-spacing: 0.5px; } .site-header-sticky .navigator > .menu > li > a { text-transform: uppercase;font-size: 1rem;letter-spacing: 0.5px; } .content-header .page-title-inner { font-family: Lato;font-weight: 900; } .content-header .breadcrumbs, .content-header .down-arrow a, .page-title .subtitle { font-family: Lato;font-weight: 300; } .widget > .widget-title { font-size: 1.5rem;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 15px;margin-left: 0px; } .widget { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } .sliding-menu { text-transform: none;font-size: 2rem;line-height: 1.2em; } .content-bottom-widgets { font-family: Lato;font-style: normal; } .content-bottom-widgets .widget-title { font-family: Lato;font-style: normal; } .site-footer { font-family: Roboto;font-style: normal;border-top: 0px none #000000;border-right: 0px none #000000;border-bottom: 0px none #000000;border-left: 0px none #000000;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; } .footer-widgets { color: #dcdfe1;background-color: #292929;padding-top: 80px;padding-right: 0px;padding-bottom: 80px;padding-left: 0px; } .footer-widgets .widget-title { color: #ffffff;text-transform: uppercase;font-size: 1rem;letter-spacing: 0.5px; } a { color: #6564db; } a:hover { color: #f2f2f7; } .site-header .off-canvas-toggle:hover, .site-header .navigator .menu > li:hover > a, .site-header .social-icons a:hover { color: #ea205a; } .site-header .off-canvas-toggle, .site-header .navigator .menu > li > a, .site-header .social-icons a { color: #ffffff;padding-top: 15px;padding-right: 0px;padding-bottom: 15px;padding-left: 0px; } .site-header .navigator .menu > li.current-menu-item > a, .site-header .navigator .menu > li.current_page_item > a, .site-header .navigator .menu > li.current-menu-ancestor > a, .site-header .navigator .menu > li.current-menu-parent > a, .site-header .navigator .menu.menu-extras > li > a, .site-header .navigator .menu.menu-extras .search-field, .site-header .off-canvas-toggle, .site-header .off-canvas-toggle:hover { color: #ffffff; } .site-header-sticky .off-canvas-toggle:hover, .site-header-sticky .navigator .menu > li:hover > a, .site-header-sticky .social-icons a:hover { color: #ea205a; } .site-header-sticky .off-canvas-toggle, .site-header-sticky .navigator .menu > li > a, .site-header-sticky .social-icons a { color: #ffffff;padding-top: 10px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; } .site-header-sticky .navigator .menu > li.current-menu-item > a, .site-header-sticky .navigator .menu > li.current_page_item > a, .site-header-sticky .navigator .menu > li.current-menu-ancestor > a, .site-header-sticky .navigator .menu > li.current-menu-parent > a, .site-header-sticky .navigator .menu.menu-extras > li > a, .site-header-sticky .navigator .menu.menu-extras .search-field, .site-header-sticky .off-canvas-toggle, .site-header-sticky .off-canvas-toggle:hover { color: #ffffff; } .breadcrumbs a { color: #0facf3; } .breadcrumbs a:hover { color: #ffffff; } .sliding-menu a:hover { color: #ea205a; } .sliding-menu a { color: #ffffff; } .site-footer .footer-widgets a { color: #808080; } .site-footer .footer-widgets a:hover { color: #ffffff; } .wrap { width: 1280px;max-width: 90%; } .content-body-inner { padding-top: 0px;padding-right: 0px;padding-bottom: 60px;padding-left: 0px; } .site-header .header-brand { margin-top: 51px;margin-right: 20px;margin-bottom: 0px;margin-left: 0px; } .site-header .site-header-inner { height: 80px; } .site-header .off-canvas-toggle, .site-header .navigator .menu, .site-header .social-icons { margin-top: 52px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } .site-header-sticky .header-brand { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } .site-header-sticky .site-header-inner { height: 60px; } .site-header-sticky .off-canvas-toggle, .site-header-sticky .navigator .menu, .site-header-sticky .social-icons { margin-top: 16px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } .content-header .content-header-inner { height: 100vh; } .logo.logoDefault { width: 200px;height: auto; } .logo.logoLight { width: auto;height: auto; } .logo.logoDark { width: auto;height: auto; } .sliding-menu .off-canvas-wrap { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px; } .button, input[type="button"], input[type="submit"], button { background: #ff6464;height: 60px;font-family: Montserrat;font-style: normal;color: #ffffff;text-transform: capitalize;font-size: 1rem;line-height: 60px;letter-spacing: 0.5px;padding-top: 0px;padding-right: 40px;padding-bottom: 0px;padding-left: 40px;border-top: 2px solid #ffffff;border-right: 2px solid #ffffff;border-bottom: 2px solid #ffffff;border-left: 2px solid #ffffff;border-radius: 2px; } input, textarea, select { background: Array;font-family: Roboto;font-style: normal;text-transform: none;font-size: 1rem;padding-top: 15px;padding-right: 20px;padding-bottom: 15px;padding-left: 20px;border: 2px solid rgba(0, 0, 0, 0);border-radius: 4px; } input, select { height: 50px6; } .footer-widgets .widget { margin-top: 0px;margin-right: 0px;margin-bottom: 30px;margin-left: 0px; } .content-inner[data-grid] .post, .content-inner[data-grid-normal] .post { padding-left: 30.000000px;padding-right: 30.000000px;margin-bottom: 60px; } .content-inner[data-grid], .content-inner[data-grid-normal] { margin-left: -30px;margin-right: -30px; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, table a:hover, blockquote::before, .post-image a::before, .navigation.pager-numeric .page-numbers.current, .star-rating, .woocommerce #respond .comment-form .stars, .woocommerce #respond .comment-form .stars a, .woocommerce .product .summary .price, .woocommerce-pagination ul li .page-numbers.current, .projects-grid-alt .project .project-thumbnail .project-readmore a, .testimonial-author, #site .iconlist.iconlist-icon-xlarge li .iconlist-item-content .number, #site .iconlist.iconlist-icon-xlarge li .iconlist-item-icon i, .iconlist.iconlist-icon-small li .iconlist-item-icon i, #site .pricing-table .price-column .features li::before, #site .pricing-table .price-column .price .price, #site .pricing-table .price-column .price .symbol, .go-to-top a::after, #site .testimonial::after { color: #29384f; } textarea.no-border:focus, input.no-border[type="text"]:focus, input.no-border[type="password"]:focus, input.no-border[type="datetime"]:focus, input.no-border[type="datetime-local"]:focus, input.no-border[type="date"]:focus, input.no-border[type="month"]:focus, input.no-border[type="time"]:focus, input.no-border[type="week"]:focus, input.no-border[type="number"]:focus, input.no-border[type="email"]:focus, input.no-border[type="url"]:focus, input.no-border[type="search"]:focus, input.no-border[type="tel"]:focus, input.no-border[type="color"]:focus, input.input-text.no-border:focus, button.accent:hover, input[type="submit"].accent:hover, button[type="submit"].accent:hover, .button.accent:hover, button.dark:hover, input[type="submit"].dark:hover, button[type="submit"].dark:hover, .button.dark:hover, .site-header-classic .navigator .menu li a::after, .site-header-sticky .navigator .menu li a::after, .site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button.checkout, .site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button.checkout, .site-content .breadcrumbs-inner a::after, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_price_filter .price_slider_wrapper .ui-slider, .widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle, .widget.widget_shopping_cart .buttons .checkout, .woocommerce-pagination ul li .page-numbers::after, .woocommerce .onsale, .woocommerce .woocommerce-message, .woocommerce .product .summary div[itemprop="description"] ul li::before, .search-results .main-content .search-results .search-results-inner .post > a, .navigation.pager-numeric .page-numbers::after, .projects-grid .project-inner:hover .project-thumbnail, .projects-grid-alt .project-inner:hover .project-thumbnail, .projects-grid-alt .project .project-info .project-meta a::after, .projects-filter ul li a::after, .owl-pagination .owl-page span, #site .owl-pagination .owl-page.active, #site .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a::before, #site .blog-shortcode .post-boxed .post-categories a::after, #site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel::after, .widget.widget_recent_entries ul li:hover::before { background-color: #29384f; } ::selection { background: #29384f; } ::-moz-selection { background: #29384f; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input.input-text:focus, select:focus, .woocommerce .onsale::before, .hentry.sticky .post-inner::after { border-color: #29384f; } #site .iconbox .box-header .box-icon i, #site .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a, .projects-masonry .project .project-inner .project-info .project-meta a { color: #6564db; } button:hover, input[type="submit"]:hover, button[type="submit"]:hover, .button:hover, button.accent, input[type="submit"].accent, button[type="submit"].accent, .button.accent, thead, .post-header .post-title::after, li.shopping-cart .shopping-cart-items-count, .widget.widget_shopping_cart .buttons .checkout:hover, .search-results .main-content .search-results .search-results-inner .post > a:hover, #site .pricing-table .price-column.highlight, .go-to-top a, .widget.widget_recent_entries ul li::before, .projects-masonry .project .project-inner .project-info .project-meta a::after, .iconlist.iconlist-icon-small li .iconlist-item-icon i { background-color: #6564db; } </style> <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> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='__EPYT__style-inline-css' type='text/css'> .epyt-gallery-thumb { width: 33.333%; } </style> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://sourcify.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/themes/royal/libs/magnific-popup/dist/jquery.magnific-popup.min.js?ver=1.0" id="magnific-popup-script-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/libs/js-cookie/js.cookie.js?ver=1739975702" id="jscookie-script-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/libs/ouibounce/ouibounce.js?ver=1739975702" id="ouibounce-script-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/js/leave-popup.js?ver=1739975702" id="magnific-popup-init-script-js" defer></script> <script type="text/javascript" id="__ytprefs__-js-extra"> /* <![CDATA[ */ var _EPYT_ = {"ajaxurl":"https:\/\/sourcify.com\/wp-admin\/admin-ajax.php","security":"5ddf923562","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/sourcify.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/sourcify.com\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\"]","epdovol":"1","version":"14.2.1.3","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","maxres_facade":"eager","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","facade_mode":"","not_live_on_channel":"","vi_active":"","vi_js_posttypes":[]}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer src="https://sourcify.com/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=14.2.1.3" id="__ytprefs__-js"></script> <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://sourcify.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://sourcify.com/wp-json/wp/v2/pages/6600" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sourcify.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <link rel='shortlink' href='https://sourcify.com/?p=6600' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://sourcify.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://sourcify.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.144.0" /><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var dpwdrsid = '08ya1PhJHE'; var dpwdrsextid = '657f4c0d'; var __ibaseUrl = (("https:" == document.location.protocol) ? "https://data.processwebsitedata.com" : "http://data.processwebsitedata.com"); (function () { var va = document.createElement('script'); va.type = 'text/javascript'; va.async = true; va.src = __ibaseUrl + '/cscripts/' + dpwdrsid + '-' + dpwdrsextid + '.js'; var sv = document.getElementsByTagName('script')[0]; sv.parentNode.insertBefore(va, sv); })(); </script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- Google Tag Manager for WordPress by gtm4wp.com --> <!-- GTM Container placement set to footer --> <script data-cfasync="false" data-pagespeed-no-defer type="text/javascript"> var dataLayer_content = {"pagePostType":"page","pagePostType2":"single-page","pagePostAuthor":"Albert Frimpong"}; 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-PGG7JV6'); </script> <!-- End Google Tag Manager for WordPress by gtm4wp.com --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1775017,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); </script> <link rel="preload" href="https://sourcify.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/fonts/hustle-icons-font.woff2" as="font" type="font/woff2" crossorigin> <meta name="generator" content="Elementor 3.26.4; features: e_font_icon_svg, additional_custom_breakpoints, e_element_cache; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <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> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <style id="hustle-module-1-0-styles" class="hustle-module-styles hustle-module-styles-1">@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content {max-width: 500px;max-height: none;max-height: unset;overflow-y: initial;}}@media screen and (min-width: 783px) { .hustle-layout {max-height: none;max-height: unset;}} .hustle-ui.module_id_1 {padding-right: 15px;padding-left: 15px;}.hustle-ui.module_id_1 .hustle-popup-content .hustle-info,.hustle-ui.module_id_1 .hustle-popup-content .hustle-optin {padding-top: 0px;padding-bottom: 0px;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 {padding-right: 15px;padding-left: 15px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content .hustle-info,.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content .hustle-optin {padding-top: 0px;padding-bottom: 0px;}} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: #ffffff;border-radius: 0px 0px 0px 0px;overflow: hidden;background-color: #ffffff;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-body {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);}} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-content {padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: rgba(0,0,0,0);background-color: #ffffff;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-main-wrapper {position: relative;padding:32px 0 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content {padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-main-wrapper {padding:32px 0 0;}} .hustle-ui.module_id_1 .hustle-layout .hustle-content {margin: 0px 0px 0px 0px;padding: 40px 40px 15px 40px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: rgba(0,0,0,0);background-color: rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {padding: 40px 0 15px 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content {margin: 0px 0px 0px 0px;padding: 50px 50px 15px 50px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content .hustle-content-wrap {padding: 50px 0 15px 0;}} .hustle-ui.module_id_1 .hustle-layout .hustle-title {display: block;margin: 0px 0px 15px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #0d0d0d;font: 700 32px/44px Roboto;font-style: normal;letter-spacing: -0.63px;text-transform: none;text-decoration: none;text-align: center;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-title {margin: 0px 0px 15px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: 700 32px/44px Roboto;font-style: normal;letter-spacing: -0.63px;text-transform: none;text-decoration: none;text-align: center;}} .hustle-ui.module_id_1 .hustle-layout .hustle-subtitle {display: block;margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #000000;font: 700 14px/18px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-subtitle {margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: 700 14px/18px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-footer {margin: 10px 0px 0px 0px;text-align: center;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link {font-size: 14px;line-height: 22px;font-family: Open Sans;letter-spacing: -0.22px;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a,.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:visited {color: #ffffff;font-weight: normal;font-style: normal;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:hover {color: #ffffff;}.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:focus,.hustle-ui.module_id_1 .hustle-layout .hustle-nsa-link a:active {color: #ffffff;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-footer {margin: 15px 0px 0px 0px;text-align: center;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-nsa-link {font-size: 14px;line-height: 22px;letter-spacing: -0.22px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-nsa-link a {font-weight: normal;font-style: normal;text-transform: none;text-decoration: none;}}button.hustle-button-close .hustle-icon-close:before {font-size: inherit;}.hustle-ui.module_id_1 button.hustle-button-close {color: #ffffff;background: transparent;border-radius: 0;position: absolute;z-index: 1;display: block;width: 32px;height: 32px;right: 0;left: auto;top: 0;bottom: auto;transform: unset;}.hustle-ui.module_id_1 button.hustle-button-close .hustle-icon-close {font-size: 12px;}.hustle-ui.module_id_1 button.hustle-button-close:hover {color: #ffffff;}.hustle-ui.module_id_1 button.hustle-button-close:focus {color: #ffffff;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 button.hustle-button-close .hustle-icon-close {font-size: 12px;}.hustle-ui:not(.hustle-size--small).module_id_1 button.hustle-button-close {background: transparent;border-radius: 0;display: block;width: 32px;height: 32px;right: 0;left: auto;top: 0;bottom: auto;transform: unset;}}.hustle-ui.module_id_1 .hustle-popup-mask {background-color: rgba(0,0,0,0.75);} .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form {margin: 0px 0px 0px 0px;padding: 15px 40px 40px 40px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: #ffffff;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form {margin: 0px 0px 0px 0px;padding: 15px 50px 50px 50px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;}}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields {display: block;}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-field {margin-bottom: 5px;}.hustle-ui.module_id_1 .hustle-form .hustle-form-fields .hustle-button {width: 100%;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields {display: -webkit-box;display: -ms-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: -0px;margin-bottom: -0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-field {min-width: 100px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-button {width: auto;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;margin-top: 0px;margin-bottom: 0px;}} .hustle-ui.module_id_1 .hustle-field .hustle-input {margin: 0;padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #172171;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #5D7380;font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui.module_id_1 .hustle-field .hustle-input:hover {border-color: #172171;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-field .hustle-input:focus {border-color: #172171;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-field-error.hustle-field .hustle-input {border-color: #e12e2e !important;background-color: #FFFFFF !important;}.hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label [class*="hustle-icon-"] {color: #172171;}.hustle-ui.module_id_1 .hustle-field .hustle-input:hover + .hustle-input-label [class*="hustle-icon-"] {color: #172171;}.hustle-ui.module_id_1 .hustle-field .hustle-input:focus + .hustle-input-label [class*="hustle-icon-"] {color: #172171;}.hustle-ui.module_id_1 .hustle-field-error.hustle-field .hustle-input + .hustle-input-label [class*="hustle-icon-"] {color: #e12e2e;}.hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: transparent;color: #818290;font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input + .hustle-input-label {padding: 10px 19px 10px 19px;border-width: 1px 1px 1px 1px;font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-select2 + .select2 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single {margin: 0;padding: 0 19px 0 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #B0BEC6;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered {padding: 10px 0 10px 0;color: #5D7380;font: normal 14px/22px Open Sans;font-style: normal;}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {color: #AAAAAA;}.hustle-ui.module_id_1 .hustle-select2 + .select2:hover .select2-selection--single {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-select2 + .select2.select2-container--open .select2-selection--single {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-select2.hustle-field-error + .select2 .select2-selection--single {border-color: #D43858 !important;background-color: #FFFFFF !important;}.hustle-ui.module_id_1 .hustle-select2 + .select2 + .hustle-input-label {color: #AAAAAA;font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui.module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__arrow {color: #38C5B5;}.hustle-ui.module_id_1 .hustle-select2 + .select2:hover .select2-selection--single .select2-selection__arrow {color: #49E2D1;}.hustle-ui.module_id_1 .hustle-select2 + .select2.select2-container--open .select2-selection--single .select2-selection__arrow {color: #49E2D1;}.hustle-ui.module_id_1 .hustle-select2.hustle-field-error + .select2 .select2-selection--single .select2-selection__arrow {color: #D43858 !important;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 .select2-selection--single {padding: 0 19px 0 19px;border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 .select2-selection--single .select2-selection__rendered {padding: 10px 0 10px 0;font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-select2 + .select2 + .hustle-input-label {font: normal 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-align: left;}}.hustle-module-1.hustle-dropdown {background-color: #FFFFFF;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option {color: #5D7380;background-color: transparent;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {color: #FFFFFF;background-color: #ADB5B7;}.hustle-module-1.hustle-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {color: #FFFFFF;background-color: #38C5B5;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker {background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a {color: #5D7380;background-color: transparent;}.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:hover,.hustle-ui.module_id_1 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:focus {color: #FFFFFF;background-color: #ADB5B7;} .hustle-ui.module_id_1 .hustle-form .hustle-radio span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-color: #B0BEC6;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-radio span:not([aria-hidden]) {color: #FFFFFF;font: 400 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-form .hustle-radio input:checked + span[aria-hidden] {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-radio input:checked + span[aria-hidden]:before {background-color: #38C5B5;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-radio span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-radio span:not([aria-hidden]) {font: 400 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-color: #B0BEC6;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {color: #FFFFFF;font: 400 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked + span[aria-hidden] {border-color: #4F5F6B;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked + span[aria-hidden]:before {color: #38C5B5;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {font: 400 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}}.hustle-module-1.hustle-calendar:before {background-color: #FFFFFF;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-datepicker-title {color: #35414A;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all,.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:visited {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:hover {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:focus,.hustle-module-1.hustle-calendar .ui-datepicker-header .ui-corner-all:active {color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar thead th {color: #35414A;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a,.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:visited {background-color: #FFFFFF;color: #5D7380;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:hover {background-color: #38C5B5;color: #FFFFFF;}.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:focus,.hustle-module-1.hustle-calendar .ui-datepicker-calendar tbody tr td a:active {background-color: #38C5B5;color: #FFFFFF;} .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit {padding: 9px 22px 9px 22px;border-width: 2px 2px 2px 2px;border-style: solid;border-color: #172171;border-radius: 0px 0px 0px 0px;background-color: #172171;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #FFFFFF;font: 700 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:hover {border-color: #1d2b99;background-color: #1d2b99;color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:focus {border-color: #4d99f7;background-color: #172171;color: #FFFFFF;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form button.hustle-button-submit {padding: 9px 22px 9px 22px;border-width: 2px 2px 2px 2px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);font: 700 14px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}} .hustle-ui.module_id_1 .hustle-form .hustle-form-options {margin: 0px 0px 0px 0px;padding: 20px 20px 20px 20px;border-width: 0px 0px 0px 0px;border-style: solid;border-color: rgba(0,0,0,0);border-radius: 0px 0px 0px 0px;background-color: #35414A;-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-options {margin: 0px 0px 0px 0px;padding: 20px 20px 20px 20px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);}} .hustle-ui.module_id_1 .hustle-form .hustle-form-options .hustle-group-title {display: block;margin: 0 0 20px;padding: 0;border: 0;color: #FFFFFF;font: bold 13px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-options .hustle-group-title {font: bold 13px/22px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr {margin: 0px 0px 0px 0px;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {border-width: 1px 1px 1px 1px;border-style: solid;border-color: #c1c1c1;border-radius: 0px 0px 0px 0px;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden]:before {color: #172171;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {color: #666666;font: 400 12px/1.7em Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a {color: #333333;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:hover {color: #333333;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:focus {color: #333333;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr input:checked + span[aria-hidden] {border-color: #c1c1c1;background-color: #FFFFFF;}.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr.hustle-field-error + span[aria-hidden] {border-color: #D43858 !important;background-color: #FFFFFF !important;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr {margin: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {border-width: 1px 1px 1px 1px;border-style: solid;border-radius: 0px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {font: 400 12px/1.7em Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-layout .hustle-error-message {margin: 20px 0px 0px 0px;background-color: #fcebe5;box-shadow: inset 4px 0 0 0 #e12e2e;-moz-box-shadow: inset 4px 0 0 0 #e12e2e;-webkit-box-shadow: inset 4px 0 0 0 #e12e2e;}.hustle-ui.module_id_1 .hustle-layout .hustle-error-message p {color: #e12e2e;font: normal 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-error-message {margin: 20px 0px 0px 0px;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-error-message p {font: normal 12px/20px Open Sans;font-style: normal;letter-spacing: 0px;text-transform: none;text-decoration: none;text-align: left;}} .hustle-ui.module_id_1 .hustle-success {padding: 40px 40px 40px 40px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;border-color: rgba(0,0,0,0);background-color: #ffffff;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);color: #4f4f4f;}.hustle-ui.module_id_1 .hustle-success [class*="hustle-icon-"] {color: #172171;}.hustle-ui.module_id_1 .hustle-success a,.hustle-ui.module_id_1 .hustle-success a:visited {color: #38C5B5;}.hustle-ui.module_id_1 .hustle-success a:hover {color: #2DA194;}.hustle-ui.module_id_1 .hustle-success a:focus,.hustle-ui.module_id_1 .hustle-success a:active {color: #2DA194;}.hustle-ui.module_id_1 .hustle-success-content b,.hustle-ui.module_id_1 .hustle-success-content strong {font-weight: bold;}.hustle-ui.module_id_1 .hustle-success-content blockquote {margin-right: 0;margin-left: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success {padding: 40px 40px 40px 40px;border-width: 0px 0px 0px 0px;border-style: solid;border-radius: 0px 0px 0px 0px;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);}}.hustle-ui.module_id_1 .hustle-success-content {color: #4f4f4f;font-size: 16px;line-height: 26px;font-family: Open Sans;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content {font-size: 16px;line-height: 26px;}}.hustle-ui.module_id_1 .hustle-success-content p:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: normal 16px/26px Open Sans;letter-spacing: -0.25px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content p:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content p:not([class*="forminator-"]) {margin-bottom: 20px;font: normal 16px/26px Open Sans;letter-spacing: -0.25px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content p:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h1:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 28px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h1:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 28px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h1:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h2:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 22px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h2:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 22px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h2:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h3:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 18px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h3:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 18px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h3:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h4:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 16px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h4:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 16px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h4:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h5:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 14px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h5:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 14px/1.4em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h5:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content h6:not([class*="forminator-"]) {margin: 0 0 10px;color: #4f4f4f;font: 700 12px/1.4em Open Sans;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0;}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h6:not([class*="forminator-"]) {margin-bottom: 20px;font: 700 12px/1.4em Open Sans;letter-spacing: 0px;text-transform: uppercase;text-decoration: none;}.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content h6:not([class*="forminator-"]):last-child {margin-bottom: 0}}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) {margin: 0 0 10px;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-success-content li:not([class*="forminator-"]) {margin: 0 0 5px;color: #4f4f4f;font: 400 14px/1.45em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}.hustle-ui.module_id_1 .hustle-success-content li:not([class*="forminator-"]):last-child {margin-bottom: 0;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]) li:before {color: #ADB5B7}.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) li:before {background-color: #ADB5B7}@media screen and (min-width: 783px) {.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success-content li:not([class*="forminator-"]) {font: 400 14px/1.45em Open Sans;letter-spacing: 0px;text-transform: none;text-decoration: none;}}@media screen and (min-width: 783px) {.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]),.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]) {margin: 0 0 20px;}.hustle-ui.module_id_1 .hustle-success-content ol:not([class*="forminator-"]):last-child,.hustle-ui.module_id_1 .hustle-success-content ul:not([class*="forminator-"]):last-child {margin-bottom: 0;}}</style><link rel="icon" href="https://sourcify.com/wp-content/uploads/2018/01/ms-icon-310x310-50x50.png" sizes="32x32" /> <link rel="icon" href="https://sourcify.com/wp-content/uploads/2018/01/ms-icon-310x310.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://sourcify.com/wp-content/uploads/2018/01/ms-icon-310x310.png" /> <meta name="msapplication-TileImage" content="https://sourcify.com/wp-content/uploads/2018/01/ms-icon-310x310.png" /> <style type="text/css" id="wp-custom-css"> #site-footer aside{ text-align: center; } li.button_li{ box-shadow: none!important; background: transparent; border: 2px solid white; padding: 0 20px 0 20px; } li.button_li:hover{ background-color: white; color: black!important; border-color: white; padding: 0 20px 0 20px; } li.button_li:hover a:hover{ color: black!important; } .menu li a{ font-weight: 500!important; } .content-body-inner.wrap{ padding: 0!important; } .nc_wrapper {display:none;} .demo-btn { padding: 0px 20px; background-color: #0747a6; color: #fff!important; border-radius: 1px; } .site-topbar .topbar-text { float: right; } .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {display:none} .site-header .navigator .menu > li > a .demo-btn { color: #fff!important;} #menu-item-1451 > a {color:#fff!important;} .breadcrumbs a { color: #6564db; } .site-content .down-arrow a { color: #6564db; } .single-post .related-posts { display: none;} .content-header { background-size: cover; } .start-cta-btn { padding: 2px 24px; background: #ff6464; color: #fff!important; } /* .um label, .um a, .um span{ color: white!important; } */ .um-dropdown a { color: #888!important; } .um-profile-body.main.main-default{ max-width: unset!important; } .vc_grid-filter-item span{ color: white; } .layout-wide .site-header-sticky.wrap, .layout-frame .site-header-sticky.wrap { display: none;} h3 {line-height: 1} .site-header .navigator>.menu>li>a { font-size: .8rem } .site-header .off-canvas-toggle, .site-header .navigator .menu>li>a, .site-header .social-icons a { padding-top: 10px; padding-bottom: 10px; } .button, input[type="button"], input[type="submit"], button { padding-left: 20px; padding-right: 20px; font-size: .8rem; } .site-header-sticky .navigator>.menu>li>a { font-size: .8rem } .site-header-sticky .off-canvas-toggle, .site-header-sticky .navigator .menu>li>a, .site-header-sticky .social-icons a { padding-bottom: 10px; } .site-header-sticky .off-canvas-toggle:hover, .site-header-sticky .navigator .menu>li:hover>a, .site-header-sticky .social-icons a:hover, .site-header .off-canvas-toggle:hover, .site-header .navigator .menu>li:hover>a, .site-header .social-icons a:hover { color: #fff; } .site-header .off-canvas-toggle:hover, .site-header .navigator .menu>li:hover>a, .site-header .social-icons a:hover { color: #fff; } .site-header-classic .navigator .menu li a:after { background-color: #fff; } .page-id-2067 .site-header { display: none; } .page-id-2078 .site-header { display: none; } .nc_socialPanel.swp_d_darkGray a, .nc_socialPanel.swp_d_fullColor a, .nc_socialPanel.swp_d_lightGray a, .nc_socialPanel.swp_d_mediumGray a{ color: #333; } body .nc_socialPanel.swp_o_darkGray:hover a, body .nc_socialPanel.swp_o_fullColor:hover a, body .nc_socialPanel.swp_o_lightGray:hover a, body .nc_socialPanel.swp_o_mediumGray:hover a, html body .nc_socialPanel.swp_i_darkGray a:hover, html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_mediumGray a:hover { color: #fff; } .sumome-share-client-wrapper, .sumome-share-client-wrapper-left-page, .sumome-share-client-counts, .sumome-share-client-light, .sumome-share-client-medium { display: none;} .nc_socialPanel.swp_d_fullColor .swp_fb, .nc_socialPanel.swp_d_fullColor .twitter, .nc_socialPanel.swp_d_fullColor .linkedIn, .nc_socialPanel.swp_d_fullColor .googlePlus{ background: transparent; } .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb, .nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter, .nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn, .nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus { border: 2px solid #333; } @media only screen and (max-width: 960px) { .admin-bar .site-header-sticky { top: 0; } .menu-sliding {background-color: rgba(51, 51, 51, .95);} } p:last-child { margin-bottom: 0; margin-top: 20px; } .resources-section h3 { margin-bottom: 15px; /* Adds space between the headings and the lists */ } .resources-section ul { margin-top: 10px; /* Adds space between the headings and the content of the lists */ margin-bottom: 20px; /* Adds space at the bottom of the lists */ } .hero-title { margin-bottom: 20px; /* Space between the title and subtitle */ } .hero-subtitle { margin-top: 0; /* Prevent any unintended spacing above the subtitle */ margin-bottom: 30px; /* Adjust spacing below the subtitle for consistency */ } </style> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> <style> a.cta_button { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; vertical-align: middle } .hs-breadcrumb-menu { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px } .hs-breadcrumb-menu-item { float: left; padding: 10px 0px 10px 10px } .hs-breadcrumb-menu-divider:before { content: '›'; padding-left: 10px } .hs-featured-image-link { border: 0 } .hs-featured-image { float: right; margin: 0 0 20px 20px; max-width: 50% } @media (max-width: 568px) { .hs-featured-image { float: none; margin: 0; width: 100%; max-width: 100% } } .hs-screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px } </style> <!-- Editor Styles --> <style id="hs_editor_style" type="text/css"> #hs_cos_wrapper_module_1586803702645 { display: block !important; padding-bottom: 30px !important } #hs_cos_wrapper_widget_1586865773888 { display: block !important; padding-bottom: 20px !important } #hs_cos_wrapper_module_158680328580210 { background-color: #FFFFFF !important; background-image: none !important; border-color: #dddddd !important; border-radius: 5px !important; border-width: 2px !important; display: block !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; padding-top: 20px !important } #hs_cos_wrapper_module_158680328580210 input[type="text"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="email"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 textarea { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="number"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 select { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="file"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="tel"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="date"] { background-color: #F1F1F1 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-style: solid !important; border-width: 1px !important; font-size: 14px !important } #hs_cos_wrapper_module_158680328580210 input[type="submit"], #hs_cos_wrapper_module_158680328580210 input[type="reset"] { background-color: #FAC540 !important; background-image: none !important; border-color: #E5E5E5 !important; border-radius: 5px !important; border-width: 1px !important; font-size: 14px !important; font-variant: small-caps !important; font-weight: bold !important } #hs_cos_wrapper_module_158680328580210 .hs-button { background-color: #FAC540 !important; background-image: none !important; border-color: #E5E5E5 !important; border-radius: 5px !important; border-width: 1px !important; font-size: 14px !important; font-variant: small-caps !important; font-weight: bold !important } #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) { font-size: 16px !important } #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) p, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) li, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) span, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) label, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h1, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h2, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h3, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h4, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h5, #hs_cos_wrapper_module_158680328580210 label:not(.hs-error-msg) h6 { font-size: 16px !important } #hs_cos_wrapper_widget_1586845762168 { display: block !important; padding-bottom: 20px !important } #hs_cos_wrapper_widget_1586863339097 { display: block !important; margin-top: 20px !important } #hs_cos_wrapper_widget_1586857141675 { background-color: #FAC540 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-width: 1px !important; display: block !important; margin-bottom: 20px !important; margin-top: 30px !important; padding-bottom: 0px !important } #hs_cos_wrapper_widget_1586857080227 { display: block !important; margin-bottom: 200px !important; margin-top: 50px !important } #hs_cos_wrapper_module_1586863738827 { display: block !important; margin-top: 0px !important; padding-top: 0px !important } #hs_cos_wrapper_module_1586863793426 { background-color: #FAC540 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-width: 1px !important; display: block !important; margin-top: 30px !important } #hs_cos_wrapper_module_15868584315122 { display: block !important; padding-top: 0px !important } #hs_cos_wrapper_module_15868643313702 { display: block !important; margin-bottom: 20px !important; margin-top: 90px !important } #hs_cos_wrapper_module_1586864945378 { background-color: #FAC540 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-width: 1px !important; display: block !important; margin-top: 30px !important } #hs_cos_wrapper_module_15868586108996 { display: block !important; padding-top: 0px !important } #hs_cos_wrapper_module_1586865370654 { background-color: #FAC540 !important; background-image: none !important; border-color: #cccccc !important; border-radius: 5px !important; border-width: 1px !important; display: block !important; margin-top: 30px !important } .dnd_area-row-0-background-color { background-color: rgba(245, 248, 251, 1) !important; } .dnd_area-row-0-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-1-background-color { background-color: rgba(55, 77, 97, 1) !important; } .dnd_area-row-1-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-2-background-color { background-color: rgba(251, 251, 251, 1) !important; } .dnd_area-row-2-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-3-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-5-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-6-background-color { background-color: rgba(247, 248, 250, 1) !important; } .dnd_area-row-7-background-color { background-color: rgba(247, 248, 250, 1) !important; } .dnd_area-row-7-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-9-max-width-section-centering > .row-fluid { max-width: 1000px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-11-background-color { background-color: rgba(247, 248, 250, 1) !important; } .dnd_area-row-11-max-width-section-centering > .row-fluid { max-width: 768px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-12-background-image { background-image: url('https://sourcify.com/wp-content/themes/royal/new/images/bg-journey.png') !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; } .dnd_area-module-2-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-2-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .widget_1586965685481-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .widget_1586965685481-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .widget_1586863339097-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .widget_1586863339097-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .widget_1586857141675-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .widget_1586857141675-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .widget_1586857080227-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .widget_1586857080227-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .module_1586863793426-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .module_1586863793426-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .module_15868643313702-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .module_15868643313702-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .module_1586864945378-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .module_1586864945378-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .module_1586865370654-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .module_1586865370654-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd-area__footer-row-0-background-color { background-color: rgba(255, 255, 255, 1) !important; } .module_15868591808202-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .module_15868591808202-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } /* HubSpot Non-stacked Media Query Styles */ @media (min-width: 768px) { .dnd_area-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-1-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-3-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-5-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-7-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-row-9-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-column-1-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-column-1-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-column-1-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-module-2-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-module-2-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586803285802-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586803285802-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586803285802-row-2-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_15868032858026-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_15868032858026-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586804087274-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586804087274-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586845915013-row-1-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_1586846298960-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586846298960-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846298960-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_15868462989603-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_15868462989603-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846282120-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586846282120-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846282120-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_15868462821203-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_15868462821203-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846262668-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586846262668-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846262668-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_15868462626683-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_15868462626683-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-column-10-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-column-10-vertical-alignment > div { flex-shrink: 0 !important; } .dnd_area-column-10-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .dnd_area-module-11-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .dnd_area-module-11-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586856582713-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586856582713-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586856625897-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586856625897-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586856625897-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_1586856625898-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_1586856625898-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846911430-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586846911430-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586846911430-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .cell_1586856122785-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586856122785-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586856567402-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586856567402-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586856567402-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_15868565624153-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_15868565624153-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586863273211-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586863273211-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586863285425-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586863285425-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586857080452-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586857080452-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586863764394-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586863764394-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586858431511-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586858431511-vertical-alignment > div { flex-shrink: 0 !important; } .cell_1586864348609-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .cell_1586864348609-vertical-alignment > div { flex-shrink: 0 !important; } .dnd-area__footer-column-1-row-0-vertical-alignment > .row-fluid { display: -ms-flexbox !important; -ms-flex-direction: row; display: flex !important; flex-direction: row; } .module_15868591808202-vertical-alignment { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-pack: center !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .module_15868591808202-vertical-alignment > div { flex-shrink: 0 !important; } } /* HubSpot Styles (default) */ .dnd_area-row-0-padding { padding-top: 20px !important; padding-bottom: 0px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-1-padding { padding-top: 20px !important; padding-bottom: 80px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-2-padding { padding-top: 10px !important; padding-bottom: 30px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-3-padding { padding-top: 70px !important; padding-bottom: 0px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-4-padding { padding-top: 70px !important; padding-bottom: 20px !important; } .dnd_area-row-5-padding { padding-top: 20px !important; padding-bottom: 80px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-6-padding { padding-top: 30px !important; padding-bottom: 10px !important; } .dnd_area-row-7-margin { margin-top: -20px !important; } .dnd_area-row-7-padding { padding-top: 0px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-8-padding { padding-top: 40px !important; padding-bottom: 0px !important; } .dnd_area-row-9-padding { padding-top: 0px !important; padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-10-padding { padding-top: 0px !important; padding-bottom: 80px !important; } .dnd_area-row-11-padding { padding-top: 40px !important; padding-bottom: 80px !important; padding-left: 20px !important; padding-right: 20px !important; } .dnd_area-row-12-padding { padding-top: 100px !important; padding-bottom: 100px !important; } .dnd_area-column-1-row-0-padding { padding-top: 0px !important; padding-bottom: 10px !important; padding-left: 0px !important; padding-right: 20px !important; } .cell_15868032858026-row-1-padding { padding-left: 20px !important; padding-right: 20px !important; } .cell_1586804087274-margin { margin-bottom: 1px !important; } .cell_1586804087274-padding { padding-top: 0px !important; } .cell_1586864348609-margin { margin-bottom: 140px !important; } .dnd-area__footer-row-0-padding { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; } .button, input[type="button"], input[type="submit"], input[type="reset"], button { background: #ff6464; height: 60px; font-family: Montserrat; font-style: normal; color: #ffffff; text-transform: capitalize; font-size: 1rem; line-height: 60px; letter-spacing: 0.5px; padding-top: 0px; padding-right: 40px; padding-bottom: 0px; padding-left: 40px; border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; border-radius: 2px; } </style> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="canonical" href="https://sourcify.com/product-profit-calculator-new/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Hotjar Tracking Code for https://www.sourcify.com --> <script type="rocketlazyloadscript"> (function (h, o, t, j, a, r) { h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = {hjid: 1774672, hjsv: 6}; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); </script> <script type="rocketlazyloadscript" src="https://www.googleoptimize.com/optimize.js?id=OPT-5757ZVX" defer></script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-PGG7JV6');</script> <!-- End Google Tag Manager --> <meta property="og:url" content="https://sourcify.com/product-profit-calculator-new/"> <meta name="twitter:card" content="summary"> <meta http-equiv="content-language" content="en"> <!-- Nothing to see here --> <meta name="generator" content="HubSpot"> </head> <body> <div class="body-wrapper"> <div class="dnd-content-area basic__feature_page"> <div class="body-container-wrapper"> <div class="body-container"> <div class="container-fluid body-section basic__feature_page--body"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd_area-row-0-max-width-section-centering dnd_area-row-0-vertical-alignment dnd_area-row-0-background-color dnd-section dnd_area-row-0-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column dnd_area-column-1-vertical-alignment" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd_area-column-1-row-0-vertical-alignment dnd_area-column-1-row-0-padding dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-2-vertical-alignment dnd-module dnd_area-module-2-flexbox-positioning" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-2_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://sourcify.com" id="hs-link-dnd_area-module-2_hs_logo_widget" style="border-width:0px;border:0px;"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:150px;border-width:0px;border:0px;" width="150" alt="Sourcify-Logo-Peacock-800" title="Sourcify-Logo-Peacock-800" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=75&name=Sourcify-Logo-Peacock-800.png 75w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png 150w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=225&name=Sourcify-Logo-Peacock-800.png 225w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=300&name=Sourcify-Logo-Peacock-800.png 300w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=375&name=Sourcify-Logo-Peacock-800.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=450&name=Sourcify-Logo-Peacock-800.png 450w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png" class="hs-image-widget " style="width:150px;border-width:0px;border:0px;" width="150" alt="Sourcify-Logo-Peacock-800" title="Sourcify-Logo-Peacock-800" srcset="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=75&name=Sourcify-Logo-Peacock-800.png 75w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png 150w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=225&name=Sourcify-Logo-Peacock-800.png 225w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=300&name=Sourcify-Logo-Peacock-800.png 300w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=375&name=Sourcify-Logo-Peacock-800.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=450&name=Sourcify-Logo-Peacock-800.png 450w" sizes="(max-width: 150px) 100vw, 150px"></noscript></a></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 dnd_area-row-1-padding dnd_area-row-1-vertical-alignment dnd_area-row-1-background-color dnd_area-row-1-max-width-section-centering dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell cell_1586803285802-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-4 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586803547265" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_1586803547265_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><a id="top" data-hs-anchor="true"></a> <h3 style="text-align: center; font-size: 48px;"><span style="color: #ffffff;"><span style="font-size: 36px; font-weight: normal;">The Product Profit Calculator</span><em><br></em></span></h3></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586803702645" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_1586803702645_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 30px;"><span style="color: #ffffff;">See what it will take to make your product profitably!</span></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-6 cell_1586803285802-row-2-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span6 widget-span widget-type-cell cell_1586804087274-margin cell_1586804087274-padding dnd-column cell_1586804087274-vertical-alignment" style="" data-widget-type="cell" data-x="0" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-7 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget widget_1586965685481-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586965685481" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_widget_1586965685481_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="hs-image-widget " style="max-width: 100%; height: auto;" alt="productprofitcalculator1" title="productprofitcalculator1" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/productprofitcalculator1.webp"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/productprofitcalculator1.webp" class="hs-image-widget " style="max-width: 100%; height: auto;" alt="productprofitcalculator1" title="productprofitcalculator1"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span6 widget-span widget-type-cell dnd-column cell_15868032858026-vertical-alignment" style="" data-widget-type="cell" data-x="6" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-8 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586865773888" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586865773888_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center;"><strong><span style="color: #ffffff;">Get the Product Profit Calculator now!</span></strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-9 cell_15868032858026-row-1-padding dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_158680328580210" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_158680328580210_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"> <div id='crmWebToEntityForm' class='zcwf_lblLeft crmWebToEntityForm' style='background-color: white;color: black;max-width: 600px;'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <META HTTP-EQUIV ='content-type' CONTENT='text/html;charset=UTF-8'> <form action='https://crm.zoho.com/crm/WebToLeadForm' name=WebToLeads4882842000000401001 method='POST' onSubmit='javascript:document.charset="UTF-8"; return checkMandatory4882842000000401001()' accept-charset='UTF-8'> <input type='text' style='display:none;' name='xnQsjsdp' value='52cd1824eff493c4394b648b0d18f4244a1e622bd743f6e0f611612f140a2ee6'></input> <input type='hidden' name='zc_gad' id='zc_gad' value=''></input> <input type='text' style='display:none;' name='xmIwtLD' value='fdf3a54eb0d34485a4ab17c0088167880881b8771cf452b2c052facb9d0269bc'></input> <input type='text' style='display:none;' name='actionType' value='TGVhZHM='></input> <input type='text' style='display:none;' name='returnURL' value='https://www.sourcify.com/mold-breakeven-calculator-new/' > </input> <!-- Do not remove this code. --> <style> html,body{ margin: 0px; } #crmWebToEntityForm.zcwf_lblLeft { width:100%; padding: 25px; margin: 0 auto; box-sizing: border-box; } #crmWebToEntityForm.zcwf_lblLeft * { box-sizing: border-box; } #crmWebToEntityForm{text-align: left;} #crmWebToEntityForm * { direction: ltr; } .zcwf_lblLeft .zcwf_title { word-wrap: break-word; padding: 0px 6px 10px; font-weight: bold; } .zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea { width: 100%; border: 1px solid #ccc !important; resize: vertical; border-radius: 2px; float: left; } .zcwf_lblLeft .zcwf_col_lab { width: 30%; word-break: break-word; padding: 0px 6px 0px; margin-right: 10px; margin-top: 5px; float: left; min-height: 1px; } .zcwf_lblLeft .zcwf_col_fld { float: left; width: 98%; padding: 0px 6px 0px; position: relative; margin-top: 5px; } .zcwf_lblLeft .zcwf_privacy{padding: 6px;} .zcwf_lblLeft .wfrm_fld_dpNn{display: none;} .dIB{display: inline-block;} .zcwf_lblLeft .zcwf_col_fld_slt { width: 60%; border: 1px solid #ccc; background: #fff; border-radius: 4px; font-size: 12px; float: left; resize: vertical; } .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after { content: ''; display: table; clear: both; } .zcwf_lblLeft .zcwf_col_help { float: left; margin-left: 7px; font-size: 12px; max-width: 35%; word-break: break-word; } .zcwf_lblLeft .zcwf_help_icon { cursor: pointer; width: 16px; height: 16px; display: inline-block; background: #fff; border: 1px solid #ccc; color: #ccc; text-align: center; font-size: 11px; line-height: 16px; font-weight: bold; border-radius: 50%; } .zcwf_lblLeft .zcwf_row {margin: 15px 0px;} .zcwf_lblLeft .formsubmit { margin-right: 5px; cursor: pointer; color: #333; font-size: 12px; } .zcwf_lblLeft .zcwf_privacy_txt { color: rgb(0, 0, 0); font-size: 12px; font-family: Arial; display: inline-block; vertical-align: top; color: #333; padding-top: 2px; margin-left: 6px; } .zcwf_lblLeft .zcwf_button { font-size: 12px; color: #333; border: 1px solid #ccc; padding: 3px 9px; border-radius: 4px; cursor: pointer; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .zcwf_lblLeft .zcwf_tooltip_over{ position: relative; } .zcwf_lblLeft .zcwf_tooltip_ctn{ position: absolute; background: #dedede; padding: 3px 6px; top: 3px; border-radius: 4px;word-break: break-all; min-width: 50px; max-width: 150px; color: #333; } .zcwf_lblLeft .zcwf_ckbox{ float: left; } .zcwf_lblLeft .zcwf_file{ width: 55%; box-sizing: border-box; float: left; } .clearB:after{ content:''; display: block; clear: both; } @media all and (max-width: 600px) { .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld { width: auto; float: none !important; } .zcwf_lblLeft .zcwf_col_help {width: 40%;} } </style> <div class='zcwf_title' style='max-width: 600px;color: black;'>Mold Breakeven Calculator</div> <div class='zcwf_row'><div class='zcwf_col_lab' style='font-size:12px; font-family: Arial;'><label for='Last_Name'>First Name<span style='color:red;'>*</span></label></div><div class='zcwf_col_fld'><input type='text' id='Last_Name' name='Last Name' maxlength='80'></input><div class='zcwf_col_help'></div></div></div> <div class='zcwf_row'><div class='zcwf_col_lab' style='font-size:12px; font-family: Arial;'><label for='Email'>Email<span style='color:red;'>*</span></label></div><div class='zcwf_col_fld'><input type='text' ftype='email' id='Email' name='Email' maxlength='100'></input><div class='zcwf_col_help'></div></div></div> <div class='zcwf_row'><div class='zcwf_col_lab' style='font-size:12px; font-family: Arial;'><label for='Phone'>Phone<span style='color:red;'>*</span></label></div><div class='zcwf_col_fld'><input type='text' id='Phone' name='Phone' maxlength='30'></input><div class='zcwf_col_help'></div></div></div><div class='zcwf_row'><div class='zcwf_col_lab'></div><div class='zcwf_col_fld'><input type='submit' id='formsubmit' class='formsubmit zcwf_button' value='Submit' title='Submit'><input type='reset' class='formsubmit zcwf_button' name='reset' value='Reset' title='Reset'></div></div> <script type="rocketlazyloadscript"> function validateEmail4882842000000401001() { var form = document.forms['WebToLeads4882842000000401001']; var emailFld = form.querySelectorAll('[ftype=email]'); var i; for (i = 0; i < emailFld.length; i++) { var emailVal = emailFld[i].value; if((emailVal.replace(/^\s+|\s+$/g, '')).length!=0 ) { var atpos=emailVal.indexOf('@'); var dotpos=emailVal.lastIndexOf('.'); if (atpos<1 || dotpos<atpos+2 || dotpos+2>=emailVal.length) { alert('Please enter a valid email address. '); emailFld[i].focus(); return false; } } } return true; } function checkMandatory4882842000000401001() { var mndFileds = new Array('Last Name','Email','Phone'); var fldLangVal = new Array('First\x20Name','Email','Phone'); for(i=0;i<mndFileds.length;i++) { var fieldObj=document.forms['WebToLeads4882842000000401001'][mndFileds[i]]; if(fieldObj) { if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length==0) { if(fieldObj.type =='file') { alert('Please select a file to upload.'); fieldObj.focus(); return false; } alert(fldLangVal[i] +' cannot be empty.'); fieldObj.focus(); return false; } else if(fieldObj.nodeName=='SELECT') { if(fieldObj.options[fieldObj.selectedIndex].value=='-None-') { alert(fldLangVal[i] +' cannot be none.'); fieldObj.focus(); return false; } } else if(fieldObj.type =='checkbox'){ if(fieldObj.checked == false){ alert('Please accept '+fldLangVal[i]); fieldObj.focus(); return false; } } try { if(fieldObj.name == 'Last Name') { name = fieldObj.value; } } catch (e) {} } } if(!validateEmail4882842000000401001()){return false;} document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true); } function tooltipShow4882842000000401001(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == 'none'){ var allTooltip = document.getElementsByClassName('zcwf_tooltip_over'); for(i=0; i<allTooltip.length; i++){ allTooltip[i].style.display='none'; } tooltip.style.display = 'block'; }else{ tooltip.style.display='none'; } } </script> </form> </div> </span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-10 dnd_area-row-2-padding dnd_area-row-2-background-color dnd_area-row-2-max-width-section-centering dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-11 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586845762168" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586845762168_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center;"><strong><span style="color: #c3c3c3; font-size: 16px;">AS FEATURED IN...</span></strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-12 cell_1586845915013-row-1-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span3 widget-span widget-type-cell dnd_area-column-10-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-13 dnd_area-column-10-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-11-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-11" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-11_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20113%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:113px;border-width:0px;border:0px;" width="113" alt="f-cnbc-gray" title="f-cnbc-gray" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=57&name=f-cnbc-gray.png 57w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=113&name=f-cnbc-gray.png 113w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=170&name=f-cnbc-gray.png 170w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=226&name=f-cnbc-gray.png 226w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=283&name=f-cnbc-gray.png 283w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=339&name=f-cnbc-gray.png 339w" data-lazy-sizes="(max-width: 113px) 100vw, 113px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=113&name=f-cnbc-gray.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=113&name=f-cnbc-gray.png" class="hs-image-widget " style="width:113px;border-width:0px;border:0px;" width="113" alt="f-cnbc-gray" title="f-cnbc-gray" srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=57&name=f-cnbc-gray.png 57w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=113&name=f-cnbc-gray.png 113w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=170&name=f-cnbc-gray.png 170w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=226&name=f-cnbc-gray.png 226w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=283&name=f-cnbc-gray.png 283w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnbc-gray.png?width=339&name=f-cnbc-gray.png 339w" sizes="(max-width: 113px) 100vw, 113px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell cell_1586846262668-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="3" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-14 cell_1586846262668-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868462626683-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868462626683" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868462626683_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20157%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:157px;border-width:0px;border:0px;" width="157" alt="f-cnn-gray" title="f-cnn-gray" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=79&name=f-cnn-gray.png 79w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=157&name=f-cnn-gray.png 157w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=236&name=f-cnn-gray.png 236w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=314&name=f-cnn-gray.png 314w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=393&name=f-cnn-gray.png 393w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=471&name=f-cnn-gray.png 471w" data-lazy-sizes="(max-width: 157px) 100vw, 157px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=157&name=f-cnn-gray.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=157&name=f-cnn-gray.png" class="hs-image-widget " style="width:157px;border-width:0px;border:0px;" width="157" alt="f-cnn-gray" title="f-cnn-gray" srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=79&name=f-cnn-gray.png 79w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=157&name=f-cnn-gray.png 157w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=236&name=f-cnn-gray.png 236w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=314&name=f-cnn-gray.png 314w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=393&name=f-cnn-gray.png 393w, https://sourcify.com/wp-content/themes/royal/new/images/f-cnn-gray.png?width=471&name=f-cnn-gray.png 471w" sizes="(max-width: 157px) 100vw, 157px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell cell_1586846282120-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="6" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-15 cell_1586846282120-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868462821203-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868462821203" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868462821203_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20249%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:249px;border-width:0px;border:0px;" width="249" alt="f-forbes-gray" title="f-forbes-gray" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=125&name=f-forbes-gray.png 125w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=249&name=f-forbes-gray.png 249w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=374&name=f-forbes-gray.png 374w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=498&name=f-forbes-gray.png 498w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=623&name=f-forbes-gray.png 623w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=747&name=f-forbes-gray.png 747w" data-lazy-sizes="(max-width: 249px) 100vw, 249px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=249&name=f-forbes-gray.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=249&name=f-forbes-gray.png" class="hs-image-widget " style="width:249px;border-width:0px;border:0px;" width="249" alt="f-forbes-gray" title="f-forbes-gray" srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=125&name=f-forbes-gray.png 125w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=249&name=f-forbes-gray.png 249w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=374&name=f-forbes-gray.png 374w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=498&name=f-forbes-gray.png 498w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=623&name=f-forbes-gray.png 623w, https://sourcify.com/wp-content/themes/royal/new/images/f-forbes-gray.png?width=747&name=f-forbes-gray.png 747w" sizes="(max-width: 249px) 100vw, 249px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell cell_1586846298960-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="9" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-16 dnd-row cell_1586846298960-row-0-vertical-alignment"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868462989603-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868462989603" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868462989603_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20144%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:144px;border-width:0px;border:0px;" width="144" alt="f-tc-gray" title="f-tc-gray" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=72&name=f-tc-gray.png 72w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=144&name=f-tc-gray.png 144w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=216&name=f-tc-gray.png 216w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=288&name=f-tc-gray.png 288w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=360&name=f-tc-gray.png 360w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=432&name=f-tc-gray.png 432w" data-lazy-sizes="(max-width: 144px) 100vw, 144px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=144&name=f-tc-gray.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=144&name=f-tc-gray.png" class="hs-image-widget " style="width:144px;border-width:0px;border:0px;" width="144" alt="f-tc-gray" title="f-tc-gray" srcset="https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=72&name=f-tc-gray.png 72w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=144&name=f-tc-gray.png 144w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=216&name=f-tc-gray.png 216w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=288&name=f-tc-gray.png 288w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=360&name=f-tc-gray.png 360w, https://sourcify.com/wp-content/themes/royal/new/images/f-tc-gray.png?width=432&name=f-tc-gray.png 432w" sizes="(max-width: 144px) 100vw, 144px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-17 dnd_area-row-3-max-width-section-centering dnd-section dnd_area-row-3-padding dnd_area-row-3-vertical-alignment"> <div class="row-fluid "> <div class="span3 widget-span widget-type-cell cell_1586856567402-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-18 cell_1586856567402-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868565624153-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868565624153" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868565624153_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:200px;border-width:0px;border:0px;" width="200" alt="thomas-felice" title="thomas-felice" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=100&name=thomas-felice.jpg 100w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=200&name=thomas-felice.jpg 200w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=300&name=thomas-felice.jpg 300w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=400&name=thomas-felice.jpg 400w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=500&name=thomas-felice.jpg 500w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=600&name=thomas-felice.jpg 600w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=200&name=thomas-felice.jpg"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=200&name=thomas-felice.jpg" class="hs-image-widget " style="width:200px;border-width:0px;border:0px;" width="200" alt="thomas-felice" title="thomas-felice" srcset="https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=100&name=thomas-felice.jpg 100w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=200&name=thomas-felice.jpg 200w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=300&name=thomas-felice.jpg 300w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=400&name=thomas-felice.jpg 400w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=500&name=thomas-felice.jpg 500w, https://sourcify.com/wp-content/themes/royal/new/images/thomas-felice.jpg?width=600&name=thomas-felice.jpg 600w" sizes="(max-width: 200px) 100vw, 200px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell dnd-column cell_1586846911430-vertical-alignment" style="" data-widget-type="cell" data-x="3" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-19 cell_1586846911430-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column cell_1586856122785-vertical-alignment" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-20 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586856140839" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586856140839_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 16px; line-height: 1.25;">"Nathan and the team at Product Sourcing School really made the process of bringing my idea to life easy. I’d tried to manufacture my own watches before but failed. With their help, Thomas Felice is now a high growth watch brand."</p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-21 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868562726833" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868562726833_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 16px; line-height: 1.25;">- <strong>Thomas Perretta, Founder of Thomas Felice</strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell cell_1586856625897-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="6" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-22 cell_1586856625897-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_1586856625898-vertical-alignment dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586856625898" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_1586856625898_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:200px;border-width:0px;border:0px;" width="200" alt="parker-burr" title="parker-burr" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=100&name=parker-burr.jpg 100w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=200&name=parker-burr.jpg 200w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=300&name=parker-burr.jpg 300w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=400&name=parker-burr.jpg 400w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=500&name=parker-burr.jpg 500w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=600&name=parker-burr.jpg 600w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=200&name=parker-burr.jpg"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=200&name=parker-burr.jpg" class="hs-image-widget " style="width:200px;border-width:0px;border:0px;" width="200" alt="parker-burr" title="parker-burr" srcset="https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=100&name=parker-burr.jpg 100w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=200&name=parker-burr.jpg 200w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=300&name=parker-burr.jpg 300w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=400&name=parker-burr.jpg 400w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=500&name=parker-burr.jpg 500w, https://sourcify.com/wp-content/themes/royal/new/images/parker-burr.jpg?width=600&name=parker-burr.jpg 600w" sizes="(max-width: 200px) 100vw, 200px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span3 widget-span widget-type-cell dnd-column cell_1586856582713-vertical-alignment" style="" data-widget-type="cell" data-x="9" data-w="3"> <div class="row-fluid-wrapper row-depth-1 row-number-23 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868565827143" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868565827143_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 16px; line-height: 1.25;">“If you’re looking to bring a idea to life, Product Sourcing School is the strategy you should follow. Nathan and his team are experts when it comes to manufacturing across Asia.”</p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-24 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868565827144" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868565827144_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 16px; line-height: 1.25;">- <strong>Parker Burr, Founder of Feat</strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-25 dnd-section dnd_area-row-4-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-26 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586863437355" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586863437355_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h3 style="text-align: center;">Always Know Your Product’s Profit Potential</h3></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-27 dnd-section dnd_area-row-5-max-width-section-centering dnd_area-row-5-padding dnd_area-row-5-vertical-alignment"> <div class="row-fluid "> <div class="span5 widget-span widget-type-cell cell_1586863285425-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="5"> <div class="row-fluid-wrapper row-depth-1 row-number-28 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586856748411" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586856748411_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p>How many days have you thought about your idea ready to bring it to life...</p> <p>Only to stare at that blinking cursor with no direction of how to manufacture your product?</p> <p>At Product Sourcing School, we believe there’s a better way, and we believe the Product Profit Calculator is the best first step because at the end of the day, ecommerce comes down to numbers.</p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-29 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget widget_1586857141675-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586857141675" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <a class="hs-button " href="#top" id="hs-button_widget_1586857141675" rel=""> Get Yours Now! </a> <style> #hs-button_widget_1586857141675 { background-color: rgba(250, 197, 64, 1.0); color: #FFFFFF; font-size: px; font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none } #hs-button_widget_1586857141675:hover { background-color: rgba(234, 175, 25, 1.0); color: rgba(255, 255, 255, 1.0); " } </style> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span7 widget-span widget-type-cell cell_1586863273211-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="5" data-w="7"> <div class="row-fluid-wrapper row-depth-1 row-number-30 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget widget_1586863339097-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586863339097" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_widget_1586863339097_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="hs-image-widget " style="max-width: 100%; height: auto;" alt="productprofitcalculator1" title="productprofitcalculator1" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/productprofitcalculator1.webp"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/productprofitcalculator1.webp" class="hs-image-widget " style="max-width: 100%; height: auto;" alt="productprofitcalculator1" title="productprofitcalculator1"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-31 dnd_area-row-6-padding dnd-section dnd_area-row-6-background-color"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-32 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868569942692" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868569942692_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h3 style="text-align: center; line-height: 1.5;">Your Profit Guide to Knowing How Much Your Product Will Earn</h3></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-33 dnd_area-row-7-background-color dnd_area-row-7-vertical-alignment dnd-section dnd_area-row-7-max-width-section-centering dnd_area-row-7-margin dnd_area-row-7-padding"> <div class="row-fluid "> <div class="span6 widget-span widget-type-cell cell_1586863764394-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="0" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-34 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586863738827" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_1586863738827_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="font-size: 24px;"><strong>A Step-By-Step Path To Success</strong></p> <p style="line-height: 1.25;"><span style="font-size: 18px;">The Product Profit Calculator is more than just a tool...it’s base to fully understanding how much your product will make and how you can adjust your costs to increase your profit.</span></p> <p style="font-size: 24px;"><strong>Ties Into Product Sourcing School</strong></p> <p style="font-size: 18px; line-height: 1.5;">Understanding the profitability of your idea is a key to the success of your journey through Product Sourcing School. By taking this first step to understand the numbers behind your product, you’re already a step ahead!</p> <p style="font-size: 24px;"><strong>Complimentary 1-on-1 Coaching Call</strong></p> <p style="font-size: 18px; line-height: 1.5;">We’re dedicated to your success as a founder. As the owner of the Product Profit Calculator, you’re entitled to a complimentary 20 minute Sourcing Success Clarity Call, where you’ll work 1-on-1 with one of our Sourcing Strategists to get crystal clear on your product idea, your goals, and the roadmap you need to take to achieve them.</p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-35 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_1586863793426-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586863793426" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <a class="hs-button " href="#top" id="hs-button_module_1586863793426" rel=""> Get Yours Now! </a> <style> #hs-button_module_1586863793426 { background-color: rgba(250, 197, 64, 1.0); color: #FFFFFF; font-size: px; font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none } #hs-button_module_1586863793426:hover { background-color: rgba(234, 175, 25, 1.0); color: rgba(255, 255, 255, 1.0); " } </style> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span6 widget-span widget-type-cell cell_1586857080452-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="6" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-36 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module widget_1586857080227-flexbox-positioning" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586857080227" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_widget_1586857080227_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%20457'%3E%3C/svg%3E" class="hs-image-widget " width="250" height="457" style="max-width: 100%; height: auto;" alt="shop1" title="shop1" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=125&height=229&name=shop1.png 125w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=250&height=457&name=shop1.png 250w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=375&height=686&name=shop1.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=500&height=914&name=shop1.png 500w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=625&height=1143&name=shop1.png 625w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=750&height=1371&name=shop1.png 750w" data-lazy-sizes="(max-width: 250px) 100vw, 250px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=250&height=457&name=shop1.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=250&height=457&name=shop1.png" class="hs-image-widget " width="250" height="457" style="max-width: 100%; height: auto;" alt="shop1" title="shop1" srcset="https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=125&height=229&name=shop1.png 125w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=250&height=457&name=shop1.png 250w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=375&height=686&name=shop1.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=500&height=914&name=shop1.png 500w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=625&height=1143&name=shop1.png 625w, https://sourcify.com/wp-content/themes/royal/new/images/shop1.png?width=750&height=1371&name=shop1.png 750w" sizes="(max-width: 250px) 100vw, 250px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-37 dnd-section dnd_area-row-8-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-38 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586864262445" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586864262445_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h3 style="text-align: center;">The Brains Behind The Product Sourcing School</h3> <p style="text-align: center; font-size: 18px;"><strong>7 figure founder and founder of Product Sourcing School, Nathan Resnick had a single question on his mind...</strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-39 dnd_area-row-9-max-width-section-centering dnd-section dnd_area-row-9-padding dnd_area-row-9-vertical-alignment"> <div class="row-fluid "> <div class="span6 widget-span widget-type-cell dnd-column cell_1586864348609-vertical-alignment cell_1586864348609-margin" style="" data-widget-type="cell" data-x="0" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-40 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868643313702-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868643313702" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868643313702_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3E%3C/svg%3E" class="hs-image-widget " width="350" height="350" style="max-width: 100%; height: auto;" alt="nathan" title="nathan" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=175&height=175&name=nathan.jpg 175w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=350&height=350&name=nathan.jpg 350w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=525&height=525&name=nathan.jpg 525w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=700&height=700&name=nathan.jpg 700w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=875&height=875&name=nathan.jpg 875w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=1050&height=1050&name=nathan.jpg 1050w" data-lazy-sizes="(max-width: 350px) 100vw, 350px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=350&height=350&name=nathan.jpg"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=350&height=350&name=nathan.jpg" class="hs-image-widget " width="350" height="350" style="max-width: 100%; height: auto;" alt="nathan" title="nathan" srcset="https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=175&height=175&name=nathan.jpg 175w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=350&height=350&name=nathan.jpg 350w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=525&height=525&name=nathan.jpg 525w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=700&height=700&name=nathan.jpg 700w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=875&height=875&name=nathan.jpg 875w, https://sourcify.com/wp-content/themes/royal/new/images/nathan.jpg?width=1050&height=1050&name=nathan.jpg 1050w" sizes="(max-width: 350px) 100vw, 350px"></noscript></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span6 widget-span widget-type-cell cell_1586858431511-vertical-alignment dnd-column" style="" data-widget-type="cell" data-x="6" data-w="6"> <div class="row-fluid-wrapper row-depth-1 row-number-41 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868584315122" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868584315122_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="font-size: 18px; line-height: 1.5;"><em><strong>What was the #1 challenge people face going from an idea to product...and how could he and his team help them solve it?</strong></em></p> <p style="font-size: 18px; line-height: 1.5;">Through coaching over 1,273+ first timers as students in Product Sourcing School, Nathan and his team were very familiar with the challenges new creators faced; namely, the ability to clearly understand the margins behind their idea.</p> <p style="font-size: 18px; line-height: 1.5;">Together with his team, Nathan took the fundamentals of ecommerce and creating a best selling product, and created the Product Profit Calculator. </p> <p style="font-size: 18px; line-height: 1.5;">The Product Profit Calculator will ensure you know your numbers for a best selling product.</p> <p style="font-size: 18px; line-height: 1.5;"><strong>Where could you be 90 days from now if you accomplished the #1 goal for your product?</strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-42 dnd-section dnd_area-row-10-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-43 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586864855296" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586864855296_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 30px; line-height: 1.5;"><strong>If the purchase doesn't go through it means </strong><br><strong>we already ran out of stock again...</strong></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-44 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_1586864945378-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586864945378" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <a class="hs-button " href="#top" id="hs-button_module_1586864945378" rel=""> Get Yours Now! </a> <style> #hs-button_module_1586864945378 { background-color: rgba(250, 197, 64, 1.0); color: #FFFFFF; font-size: px; font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none } #hs-button_module_1586864945378:hover { background-color: rgba(234, 175, 25, 1.0); color: rgba(255, 255, 255, 1.0); " } </style> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-45 dnd-section dnd_area-row-11-max-width-section-centering dnd_area-row-11-background-color dnd_area-row-11-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-46 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868586108996" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_15868586108996_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h3 style="text-align: center;">Frequently Asked Questions</h3> <p> </p> <p><strong>What Does the Product Profit Calculator Analyze?</strong></p> <p>We ask you the most important questions around your product so you can ensure the numbers make sense to manufacture it!</p> <p> </p> <p><strong>When Will I Receive My Calculator?</strong></p> <p>The Product Profit Calculator is a digital product and will be available right after you sign up!</p></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-47 dnd_area-row-12-padding dnd-section dnd_area-row-12-background-image"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-48 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1586865213138" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_widget_1586865213138_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><p style="text-align: center; font-size: 60px; line-height: 1.5;"><span style="color: #ffffff;"><strong>Don’t Go Through Your </strong></span><br><span style="color: #ffffff;"><strong>Journey As A Founder Alone.</strong></span></p> <p style="text-align: center;"><span style="color: #ffffff;">You don’t have to feel like you’re all alone in your journey to creating a best selling book.</span></p></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-49 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_1586865370654-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1586865370654" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <a class="hs-button " href="#top" id="hs-button_module_1586865370654" rel=""> Get Yours Now! </a> <style> #hs-button_module_1586865370654 { background-color: rgba(250, 197, 64, 1.0); color: #FFFFFF; font-size: px; font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none } #hs-button_module_1586865370654:hover { background-color: rgba(234, 175, 25, 1.0); color: rgba(255, 255, 255, 1.0); " } </style> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> <div class="container-fluid footer-section"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd-area__footer-row-0-background-color dnd-section dnd-area__footer-row-0-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd-area__footer-column-1-row-0-vertical-alignment dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget module_15868591808202-vertical-alignment module_15868591808202-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_15868591808202" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_module_15868591808202_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="//pss.trysourcify.com/?hsLang=en" id="hs-link-module_15868591808202_hs_logo_widget" style="border-width:0px;border:0px;"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%200'%3E%3C/svg%3E" class="hs-image-widget " style="width:150px;border-width:0px;border:0px;" width="150" alt="Sourcify-Logo-Peacock-800" title="Sourcify-Logo-Peacock-800" data-lazy-srcset="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=75&name=Sourcify-Logo-Peacock-800.png 75w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png 150w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=225&name=Sourcify-Logo-Peacock-800.png 225w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=300&name=Sourcify-Logo-Peacock-800.png 300w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=375&name=Sourcify-Logo-Peacock-800.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=450&name=Sourcify-Logo-Peacock-800.png 450w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png"><noscript><img src="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png" class="hs-image-widget " style="width:150px;border-width:0px;border:0px;" width="150" alt="Sourcify-Logo-Peacock-800" title="Sourcify-Logo-Peacock-800" srcset="https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=75&name=Sourcify-Logo-Peacock-800.png 75w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=150&name=Sourcify-Logo-Peacock-800.png 150w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=225&name=Sourcify-Logo-Peacock-800.png 225w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=300&name=Sourcify-Logo-Peacock-800.png 300w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=375&name=Sourcify-Logo-Peacock-800.png 375w, https://sourcify.com/wp-content/themes/royal/new/images/Sourcify-Logo-Peacock-800.png?width=450&name=Sourcify-Logo-Peacock-800.png 450w" sizes="(max-width: 150px) 100vw, 150px"></noscript></a></span> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> </div> </div> </div> </div> <script type="rocketlazyloadscript"> if (typeof hsVars !== 'undefined') { hsVars['language'] = 'en'; } </script> <script type="rocketlazyloadscript" data-minify="1" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/new/js/project.js?ver=1739980322" defer></script> <!--[if lte IE 8]> <script charset="utf-8" src="https://sourcify.com/wp-content/themes/royal/new/js/v2-legacy.js"></script> <![endif]--> <script type="rocketlazyloadscript" data-minify="1" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/new/js/v2.js?ver=1739980324" defer></script> <script type="rocketlazyloadscript"> var options = { portalId: '3413384', formId: 'fca191ca-97f0-42c0-a426-f0632f7aa434', formInstanceId: '3522', pageId: '28330934209', region: 'na1', pageName: "The Product Profit Calculator", inlineMessage: "Thanks for submitting the form.", rawInlineMessage: "Thanks for submitting the form.", hsFormKey: "7866d222532419a45a19141081eb42ea", css: '', target: '#hs_form_target_module_158680328580210', contentType: "landing-page", formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function () { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if (tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <!-- Start of HubSpot Analytics Code --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "landing-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/pss.trysourcify.com\/product-profit-calculator"]); _hsq.push(["setPageId", "28330934209"]); _hsq.push(["setContentMetadata", { "contentPageId": 28330934209, "legacyPageId": "28330934209", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 28330934209, "languageCode": "en", }]); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" id="hs-script-loader" async defer src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/new/js/3413384.js?ver=1739980324"></script> <!-- End of HubSpot Analytics Code --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var hsVars = { ticks: 1622284414812, page_id: 28330934209, content_group_id: 0, portal_id: 3413384, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "landing-page", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script type="rocketlazyloadscript" data-minify="1" defer src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/new/js/index.js?ver=1739980324"></script> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGG7JV6" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <script type="rocketlazyloadscript"> (function(ss,ex){ window.ldfdr=window.ldfdr||function(){(ldfdr._q=ldfdr._q||[]).push([].slice.call(arguments));}; (function(d,s){ fs=d.getElementsByTagName(s)[0]; function ce(src){ var cs=d.createElement(s); cs.src=src; cs.async=1; fs.parentNode.insertBefore(cs,fs); }; ce('https://sc.lfeeder.com/lftracker_v1_'+ss+(ex?'_'+ex:'')+'.js'); })(document,'script'); })('Xbp1oaEeW9LaEdVj'); </script> <!-- GTM Container placement set to footer --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGG7JV6" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <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> <div id="hustle-popup-id-1" class="hustle-ui hustle-popup hustle-palette--gray_slate hustle_module_id_1 module_id_1 " data-id="1" data-render-id="0" data-tracking="enabled" role="dialog" aria-modal="true" data-intro="fadeIn" data-outro="fadeOut" data-overlay-close="1" data-close-delay="5000" style="opacity: 0;" ><div class="hustle-popup-mask hustle-optin-mask" aria-hidden="true"></div><div class="hustle-popup-content"><div class="hustle-optin hustle-optin--default"><div class="hustle-success" data-close-delay="false" style="display: none;"><span class="hustle-icon-check" aria-hidden="true"></span><div class="hustle-success-content"></div></div><div class="hustle-layout"><div class="hustle-main-wrapper"><button class="hustle-button-icon hustle-button-close has-background"> <span class="hustle-icon-close" aria-hidden="true"></span> <span class="hustle-screen-reader">Close this module</span> </button><div class="hustle-layout-body"><div class="hustle-layout-content hustle-layout-position--above"><div class="hustle-content"><div class="hustle-content-wrap"><div class="hustle-group-title"><span class="hustle-title">Stay Up-to-Date with Our Newsletter!</span><span class="hustle-subtitle">Join Our Community and Stay Informed with Our Newsletter.</span></div></div></div></div><form class="hustle-layout-form" novalidate="novalidate"><div class="hustle-form hustle-form-inline"><div class="hustle-form-fields hustle-proximity-separated"><div class="hustle-field hustle-field-required "><label for="hustle-field-email-module-1" id="hustle-field-email-module-1-label" class="hustle-screen-reader">Email</label><input id="hustle-field-email-module-1" type="email" class="hustle-input " name="email" value="" aria-labelledby="hustle-field-email-module-1-label" data-validate="1" data-required-error="Email field is required." data-validation-error="Please enter a valid email." /><span class="hustle-input-label" aria-hidden="true" style="flex-flow: row nowrap;"><span>Enter your email address</span></span></div><button class="hustle-button hustle-button-submit " aria-live="polite" data-loading-text="Form is being submitted, please wait a bit."><span class="hustle-button-text">Subscribe Now</span><span class="hustle-icon-loader hustle-loading-icon" aria-hidden="true"></span></button></div></div><input type="hidden" name="hustle_module_id" value="1"><input type="hidden" name="post_id" value="6600"><div class="hustle-error-message" style="display: none;" data-default-error="Something went wrong, please try again."></div></form></div></div><div class="hustle-layout-footer"><p class="hustle-nsa-link"><a href="#">Thanks, I’m not interested</a></p></div></div></div></div></div> <link rel='stylesheet' id='hustle-fonts-css' href='https://fonts.bunny.net/css?family=Roboto%3Aregular%2C700%7COpen+Sans%3A700%2Cregular%2Cbold%2C400&display=swap&ver=1.0' type='text/css' media='all' /> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/assets/js/components.js?ver=1739975705" id="theme-components-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/themes/royal/assets/js/theme.js?ver=1739975705" id="theme-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.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" src="https://sourcify.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1739975705" id="swv-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/sourcify.com\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1739975706" id="contact-form-7-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://js.stripe.com/v3/" id="simpay-stripe-js-v3-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wp-simple-pay-pro-3/includes/core/assets/js/simpay-polyfill.min.js?ver=3.8.0" id="simpay-polyfill-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wp-simple-pay-pro-3/includes/core/assets/js/vendor/accounting.min.js?ver=3.8.0" id="simpay-accounting-js" defer></script> <script type="text/javascript" id="simpay-shared-js-extra"> /* <![CDATA[ */ var spGeneral = {"strings":{"currency":"USD","currencySymbol":"$","currencyPosition":"left","decimalSeparator":".","thousandSeparator":",","ajaxurl":"https:\/\/sourcify.com\/wp-admin\/admin-ajax.php"},"booleans":{"isZeroDecimal":false,"scriptDebug":false},"i18n":{"mediaTitle":"Insert Media","mediaButtonText":"Use Image","limitSingleField":"You may only add one of these fields per form.","limitMaxFields":"The maximum number of fields is 20.","couponPercentOffText":"% off","couponAmountOffText":"off"},"integers":{"decimalPlaces":2,"minAmount":1}}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wp-simple-pay-pro-3/includes/core/assets/js/simpay-public-shared.min.js?ver=3.8.0" id="simpay-shared-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/backbone.min.js?ver=1.6.0" id="backbone-js" defer></script> <script type="text/javascript" id="wp-api-request-js-extra"> /* <![CDATA[ */ var wpApiSettings = {"root":"https:\/\/sourcify.com\/wp-json\/","nonce":"8f63f38437","versionString":"wp\/v2\/"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/api-request.min.js?ver=6.7.2" id="wp-api-request-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-includes/js/wp-api.min.js?ver=6.7.2" id="wp-api-js" defer></script> <script type="text/javascript" id="simpay-public-js-extra"> /* <![CDATA[ */ var simplePayForms = []; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wp-simple-pay-pro-3/includes/core/assets/js/simpay-public.min.js?ver=3.8.0" id="simpay-public-js" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wp-simple-pay-pro-3/includes/pro/assets/js/simpay-public-pro.min.js?ver=3.8.0" id="simpay-public-pro-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1739975706" id="gtm4wp-form-move-tracker-js" defer></script> <script type="text/javascript" id="hui_scripts-js-extra"> /* <![CDATA[ */ var hustleSettings = {"mobile_breakpoint":"782"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=7.8.6" id="hui_scripts-js" defer></script> <script type="text/javascript" id="hustle_front-js-extra"> /* <![CDATA[ */ var Modules = [{"settings":{"auto_close_success_message":"0","triggers":{"on_time_delay":"3","on_time_unit":"seconds","on_scroll":"scrolled","on_scroll_page_percent":20,"on_scroll_css_selector":"","enable_on_click_element":"1","on_click_element":"","enable_on_click_shortcode":"1","on_exit_intent_per_session":"1","on_exit_intent_delayed_time":"5","on_exit_intent_delayed_unit":"seconds","on_adblock_delay":"5","on_adblock_delay_unit":"seconds","trigger":["exit_intent"],"on_exit_intent":"1","on_exit_intent_delayed":"0","on_adblock":"1","enable_on_adblock_delay":"0"},"animation_in":"fadeIn","animation_out":"fadeOut","after_close":"keep_show","expiration":365,"expiration_unit":"days","after_optin_expiration":365,"after_optin_expiration_unit":"days","after_cta_expiration":365,"after_cta2_expiration":365,"after_cta_expiration_unit":"days","after_cta2_expiration_unit":"days","on_submit":"nothing","on_submit_delay":5,"on_submit_delay_unit":"seconds","close_cta":"0","close_cta_time":0,"close_cta_unit":"seconds","hide_after_cta":"keep_show","hide_after_cta2":"keep_show","hide_after_subscription":"keep_show","is_schedule":"0","schedule":{"not_schedule_start":"1","start_date":"12\/18\/2024","start_hour":"12","start_minute":"00","start_meridiem_offset":"am","not_schedule_end":"1","end_date":"12\/24\/2024","end_hour":"11","end_minute":"59","end_meridiem_offset":"pm","active_days":"all","week_days":[],"is_active_all_day":"1","day_start_hour":"00","day_start_minute":"00","day_start_meridiem_offset":"am","day_end_hour":"11","day_end_minute":"59","day_end_meridiem_offset":"pm","time_to_use":"server","custom_timezone":"UTC"},"after_close_trigger":["click_close_icon"],"allow_scroll_page":"0","close_on_background_click":"0","auto_hide":"0","auto_hide_unit":"seconds","auto_hide_time":5},"module_id":"2","blog_id":"0","module_name":"newsletter","module_type":"embedded","active":"1","module_mode":"optin"},{"settings":{"auto_close_success_message":"0","triggers":{"on_time_delay":"10","on_time_unit":"seconds","on_scroll":"scrolled","on_scroll_page_percent":20,"on_scroll_css_selector":"","enable_on_click_element":"1","on_click_element":"","enable_on_click_shortcode":"1","on_exit_intent_per_session":"1","on_exit_intent_delayed_time":"5","on_exit_intent_delayed_unit":"seconds","on_adblock_delay":"5","on_adblock_delay_unit":"seconds","trigger":["time"],"on_exit_intent":"1","on_exit_intent_delayed":"0","on_adblock":"1","enable_on_adblock_delay":"0"},"animation_in":"fadeIn","animation_out":"fadeOut","after_close":"no_show_all","expiration":"1","expiration_unit":"weeks","after_optin_expiration":365,"after_optin_expiration_unit":"days","after_cta_expiration":365,"after_cta2_expiration":365,"after_cta_expiration_unit":"days","after_cta2_expiration_unit":"days","on_submit":"nothing","on_submit_delay":5,"on_submit_delay_unit":"seconds","close_cta":"1","close_cta_time":0,"close_cta_unit":"seconds","hide_after_cta":"no_show_all","hide_after_cta2":"keep_show","hide_after_subscription":"no_show_all","is_schedule":"0","schedule":{"not_schedule_start":"1","start_date":"04\/18\/2023","start_hour":"12","start_minute":"00","start_meridiem_offset":"am","not_schedule_end":"1","end_date":"04\/24\/2023","end_hour":"11","end_minute":"59","end_meridiem_offset":"pm","active_days":"all","week_days":[],"is_active_all_day":"1","day_start_hour":"00","day_start_minute":"00","day_start_meridiem_offset":"am","day_end_hour":"11","day_end_minute":"59","day_end_meridiem_offset":"pm","time_to_use":"server","custom_timezone":"UTC"},"allow_scroll_page":"1","close_on_background_click":"1","auto_hide":"1","auto_hide_unit":"seconds","auto_hide_time":5,"after_close_trigger":["click_close_icon","auto_hide","click_outside"]},"module_id":"1","blog_id":"0","module_name":"newsletter sign up","module_type":"popup","active":"1","module_mode":"optin"}]; var incOpt = {"conditional_tags":{"is_single":false,"is_singular":true,"is_tag":false,"is_category":false,"is_author":false,"is_date":false,"is_post_type_archive":false,"is_404":false,"is_front_page":false,"is_search":false},"is_admin":"","real_page_id":"6600","thereferrer":"","actual_url":"sourcify.com\/product-profit-calculator-new\/","full_actual_url":"https:\/\/sourcify.com\/product-profit-calculator-new\/","native_share_enpoints":{"facebook":"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","twitter":"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new&text=Product%20Profit%20Calculator%20New","pinterest":"https:\/\/www.pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","reddit":"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","linkedin":"https:\/\/www.linkedin.com\/shareArticle?mini=true&url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","vkontakte":"https:\/\/vk.com\/share.php?url=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","whatsapp":"https:\/\/api.whatsapp.com\/send?text=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new","email":"mailto:?subject=Product%20Profit%20Calculator%20New&body=https%3A%2F%2Fsourcify.com%2Fproduct-profit-calculator-new"},"ajaxurl":"https:\/\/sourcify.com\/wp-admin\/admin-ajax.php","page_id":"6600","page_slug":"product-profit-calculator-new","is_upfront":"","script_delay":"3000"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://sourcify.com/wp-content/plugins/wordpress-popup/assets/js/front.min.js?ver=7.8.6" id="hustle_front-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":"\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/sourcify.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" defer src="https://sourcify.com/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=14.2.1.3" id="__ytprefsfitvids__-js"></script> <script type="rocketlazyloadscript"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() { window.addEventListener("load", function(event) { jQuery(".cfx_form_main,.wpcf7-form,.wpforms-form,.gform_wrapper form").each(function(){ var form=jQuery(this); var screen_width=""; var screen_height=""; if(screen_width == ""){ if(screen){ screen_width=screen.width; }else{ screen_width=jQuery(window).width(); } } if(screen_height == ""){ if(screen){ screen_height=screen.height; }else{ screen_height=jQuery(window).height(); } } form.append('<input type="hidden" name="vx_width" value="'+screen_width+'">'); form.append('<input type="hidden" name="vx_height" value="'+screen_height+'">'); form.append('<input type="hidden" name="vx_url" value="'+window.location.href+'">'); }); }); });</script> <script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://sourcify.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",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@1740136591 -->