<!DOCTYPE html>
<html lang="en-US" prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# article: https://ogp.me/ns/article#">
<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(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_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._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_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(i){e["rocket"+t]=n=i}})}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._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<link rel="preload" href="https://www.lendio.com/wp-content/themes/lendio-standards/fonts/Proxima-Nova-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://www.lendio.com/wp-content/themes/lendio-standards/fonts/Proxima-Nova-Semibold.woff2" as="font" type="font/woff2" crossorigin>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#1270ED">
<meta property="fb:app_id" content="627880184081718" />

<meta name="msvalidate.01" content="0910597E07F2F6964BC0FD3CCA05BEEE" />
<link rel="alternate" type="application/rss+xml" title="Lendio.com RSS Feed" href="https://www.lendio.com/feed/" />

<link rel="apple-touch-icon" sizes="180x180" href="/wp-content/themes/lendio-standards/images/favicons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/wp-content/themes/lendio-standards/images/favicons/apple-touch-icon-precompressed.png">
<link rel="apple-touch-icon" sizes="180x180" href="/wp-content/themes/lendio-standards/images/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="180x180" href="/wp-content/themes/lendio-standards/images/favicons/apple-touch-icon-120x120-precompressed.png">
<link rel="icon" type="image/png" sizes="32x32" href="/wp-content/themes/lendio-standards/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/wp-content/themes/lendio-standards/images/favicon-16x16.png">
<link rel="manifest" href="/wp-content/themes/lendio-standards/images/manifest.json">
<link rel="mask-icon" href="/wp-content/themes/lendio-standards/images/safari-pinned-tab.svg" color="#00bff0">
<link rel="shortcut icon" href="/wp-content/themes/lendio-standards/images/favicon.ico">
<meta name="msapplication-config" content="/wp-content/themes/lendio-standards/images/browserconfig.xml">
<meta name="theme-color" content="#1270ED">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
   if (window.top !== window.self) {
      window.top.location = window.self.location
    } else {
      document.documentElement.style.display = 'block'
    }
</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<title>Entrepreneur Addiction Podcast #1 -- Don&#039;t &#039;Pull&#039; Too Hard | Lendio</title>
<meta name="description" content="Click below to Play. Go here to view and download on iTunes. Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick" />
<link rel="canonical" href="https://www.lendio.com/blog/podcast-dont-pull-hard/" />
<meta name="author" content="Dan Bischoff" />

<link rel='dns-prefetch' href='//www.lendio.com' />
<link rel='dns-prefetch' href='//kit.fontawesome.com' />
<link rel='dns-prefetch' href='//use.typekit.net' />
<link rel='dns-prefetch' href='//rum-http-intake.logs.datadoghq.com' />
<link rel='dns-prefetch' href='//www.google-analytics.com' />
<link rel='dns-prefetch' href='//rs.fullstory.com' />
<link rel='dns-prefetch' href='//assets.adobedtm.com' />
<link rel='dns-prefetch' href='//bat.bing.com' />
<link rel='dns-prefetch' href='//px.ads.linkedin.com' />
<link rel='dns-prefetch' href='//p.adsymptotic.com' />
<link rel='dns-prefetch' href='//analytics.google.com' />
<link rel='dns-prefetch' href='//s.yimg.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//track.hubspot.com' />
<link rel='dns-prefetch' href='//stats.g.doubleclick.net' />
<link rel='dns-prefetch' href='//connect.facebook.net' />
<link rel='dns-prefetch' href='//dpm.demdex.net' />
<link rel='dns-prefetch' href='//q.quora.com' />
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//www.googleoptimize.com' />
<link rel='dns-prefetch' href='//www.facebook.com' />
<link rel='dns-prefetch' href='//snap.licdn.com' />
<link rel='dns-prefetch' href='//www.linkedin.com' />
<link rel='dns-prefetch' href='//sp.analytics.yahoo.com' />
<link rel='dns-prefetch' href='//cl.qualaroo.com' />
<link rel='dns-prefetch' href='//dntcl.qualaroo.com' />
<link rel='dns-prefetch' href='//js.hs-banner.com' />
<link rel='dns-prefetch' href='//static.ads-twitter.com' />
<link rel='dns-prefetch' href='//analytics.twitter.com' />
<link rel='dns-prefetch' href='//forms.hsforms.com' />
<link rel='dns-prefetch' href='//www.datadoghq-browser-agent.com' />
<link rel='dns-prefetch' href='//edge.fullstory.com' />
<link rel='dns-prefetch' href='//t.co' />
<link rel='dns-prefetch' href='//lendio.sc.omtrdc.net' />
<link rel='dns-prefetch' href='//lendio.tt.omtrdc.net' />
<link rel='dns-prefetch' href='//cm.everesttech.net' />
<link rel='dns-prefetch' href='//js.hs-analytics.net' />
<link rel='dns-prefetch' href='//js.hsforms.net' />
<link rel='dns-prefetch' href='//lendio.demdex.net' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.lendio.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=eac96777d308f439690bb8db9f3c4b70"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.lendio.com/wp-includes/css/dist/block-library/style.min.css?ver=eac96777d308f439690bb8db9f3c4b70' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #1270ED;--wp--preset--color--secondary: #E50254;--wp--preset--color--success: #00BF36;--wp--preset--color--info: #579FFF;--wp--preset--color--warning: #EFE600;--wp--preset--color--danger: #D12725;--wp--preset--color--light: #E7EDFF;--wp--preset--color--dark: #3C445A;--wp--preset--color--type-600: #181818;--wp--preset--color--type-400: #51627D;--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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}p{--wp--preset--color--type-600: #181818;--wp--preset--color--type-500: #2B3037;--wp--preset--color--type-400: #51627D;--wp--preset--color--type-300: #6B717A;--wp--preset--color--type-200: #858D94;--wp--preset--color--type-100: #A1AAB2;--wp--preset--color--white: #FFFFFF;--wp--preset--color--primary: #1270ED;--wp--preset--font-size--extra-small: 0.75rem;--wp--preset--font-size--small: 0.875rem;--wp--preset--font-size--regular: 1rem;--wp--preset--font-size--lead: 1.25rem;--wp--preset--font-size--large: 1.75rem;}h1,h2,h3,h4,h5,h6{--wp--preset--color--type-600: #181818;--wp--preset--color--type-500: #2B3037;--wp--preset--color--type-400: #51627D;--wp--preset--color--type-300: #6B717A;--wp--preset--color--type-200: #858D94;--wp--preset--color--type-100: #A1AAB2;--wp--preset--color--white: #FFFFFF;}.wp-block-group{--wp--preset--color--background-500: #0D2748;--wp--preset--color--background-400: #BBC7D7;--wp--preset--color--background-300: #D8DEE8;--wp--preset--color--background-200: #EEF7FF;--wp--preset--color--background-100: #F7FBFF;--wp--preset--color--background-50: #F6F6F6;--wp--preset--color--white: #FFFFFF;--wp--preset--gradient--white-light-blue: linear-gradient(0deg,#F7FBFF 0%,#F7FBFF 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--light-blue-white: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#F7FBFF 50%,#F7FBFF 100%);--wp--preset--gradient--white-gray: linear-gradient(0deg,#F6F6F6 0%,#F6F6F6 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--gray-white: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#F6F6F6 50%,#F6F6F6 100%);--wp--preset--gradient--white-blue: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#2B6DF0 50%,#66A6FD 100%);--wp--preset--gradient--blue-white: linear-gradient(0deg,#2B6DF0 0%,#66A6FD 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--navy-white: linear-gradient(0deg,#0D2748 0%,#0D2748 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--white-navy: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#0D2748 50%,#0D2748 100%);}.wp-block-column{--wp--preset--color--background-500: #0D2748;--wp--preset--color--background-400: #BBC7D7;--wp--preset--color--background-300: #D8DEE8;--wp--preset--color--background-200: #EEF7FF;--wp--preset--color--background-100: #F7FBFF;--wp--preset--color--background-50: #F6F6F6;--wp--preset--color--white: #FFFFFF;}.wp-block-separator{--wp--preset--color--type-600: #181818;--wp--preset--color--type-500: #2B3037;--wp--preset--color--type-400: #51627D;--wp--preset--color--type-300: #6B717A;--wp--preset--color--type-200: #858D94;--wp--preset--color--type-100: #A1AAB2;--wp--preset--color--white: #FFFFFF;}.wp-block-acf-lendio-icon{--wp--preset--color--primary: #1270ED;--wp--preset--color--secondary: #E50254;--wp--preset--color--success: #00BF36;--wp--preset--color--info: #579FFF;--wp--preset--color--warning: #EFE600;--wp--preset--color--danger: #D12725;--wp--preset--color--light: #E7EDFF;--wp--preset--color--dark: #3C445A;--wp--preset--color--type-600: #181818;--wp--preset--color--type-400: #51627D;--wp--preset--color--white: #FFFFFF;}.wp-block-acf-lendio-cta{--wp--preset--color--primary: #1270ED;--wp--preset--color--secondary: #E50254;--wp--preset--color--success: #00BF36;--wp--preset--color--info: #579FFF;--wp--preset--color--warning: #EFE600;--wp--preset--color--danger: #D12725;--wp--preset--color--light: #E7EDFF;--wp--preset--color--dark: #3C445A;--wp--preset--color--type-600: #181818;--wp--preset--color--type-400: #51627D;--wp--preset--color--white: #FFFFFF;}.wp-block-acf-above-the-fold{--wp--preset--color--background-500: #0D2748;--wp--preset--color--background-400: #BBC7D7;--wp--preset--color--background-300: #D8DEE8;--wp--preset--color--background-200: #EEF7FF;--wp--preset--color--background-100: #F7FBFF;--wp--preset--color--background-50: #F6F6F6;--wp--preset--color--white: #FFFFFF;--wp--preset--gradient--white-light-blue: linear-gradient(0deg,#F7FBFF 0%,#F7FBFF 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--light-blue-white: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#F7FBFF 50%,#F7FBFF 100%);--wp--preset--gradient--white-gray: linear-gradient(0deg,#F6F6F6 0%,#F6F6F6 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--gray-white: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#F6F6F6 50%,#F6F6F6 100%);--wp--preset--gradient--white-blue: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#2B6DF0 50%,#66A6FD 100%);--wp--preset--gradient--blue-white: linear-gradient(0deg,#2B6DF0 0%,#66A6FD 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--navy-white: linear-gradient(0deg,#0D2748 0%,#0D2748 50%,#FFFFFF 50%,#FFFFFF 100%);--wp--preset--gradient--white-navy: linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 50%,#0D2748 50%,#0D2748 100%);}body { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.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-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-info-color{color: var(--wp--preset--color--info) !important;}.has-warning-color{color: var(--wp--preset--color--warning) !important;}.has-danger-color{color: var(--wp--preset--color--danger) !important;}.has-light-color{color: var(--wp--preset--color--light) !important;}.has-dark-color{color: var(--wp--preset--color--dark) !important;}.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}.has-type-400-color{color: var(--wp--preset--color--type-400) !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-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-info-background-color{background-color: var(--wp--preset--color--info) !important;}.has-warning-background-color{background-color: var(--wp--preset--color--warning) !important;}.has-danger-background-color{background-color: var(--wp--preset--color--danger) !important;}.has-light-background-color{background-color: var(--wp--preset--color--light) !important;}.has-dark-background-color{background-color: var(--wp--preset--color--dark) !important;}.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !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-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-info-border-color{border-color: var(--wp--preset--color--info) !important;}.has-warning-border-color{border-color: var(--wp--preset--color--warning) !important;}.has-danger-border-color{border-color: var(--wp--preset--color--danger) !important;}.has-light-border-color{border-color: var(--wp--preset--color--light) !important;}.has-dark-border-color{border-color: var(--wp--preset--color--dark) !important;}.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !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;}p.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}p.has-type-500-color{color: var(--wp--preset--color--type-500) !important;}p.has-type-400-color{color: var(--wp--preset--color--type-400) !important;}p.has-type-300-color{color: var(--wp--preset--color--type-300) !important;}p.has-type-200-color{color: var(--wp--preset--color--type-200) !important;}p.has-type-100-color{color: var(--wp--preset--color--type-100) !important;}p.has-white-color{color: var(--wp--preset--color--white) !important;}p.has-primary-color{color: var(--wp--preset--color--primary) !important;}p.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}p.has-type-500-background-color{background-color: var(--wp--preset--color--type-500) !important;}p.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !important;}p.has-type-300-background-color{background-color: var(--wp--preset--color--type-300) !important;}p.has-type-200-background-color{background-color: var(--wp--preset--color--type-200) !important;}p.has-type-100-background-color{background-color: var(--wp--preset--color--type-100) !important;}p.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}p.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}p.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}p.has-type-500-border-color{border-color: var(--wp--preset--color--type-500) !important;}p.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !important;}p.has-type-300-border-color{border-color: var(--wp--preset--color--type-300) !important;}p.has-type-200-border-color{border-color: var(--wp--preset--color--type-200) !important;}p.has-type-100-border-color{border-color: var(--wp--preset--color--type-100) !important;}p.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}p.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}p.has-extra-small-font-size{font-size: var(--wp--preset--font-size--extra-small) !important;}p.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}p.has-regular-font-size{font-size: var(--wp--preset--font-size--regular) !important;}p.has-lead-font-size{font-size: var(--wp--preset--font-size--lead) !important;}p.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}h1.has-type-600-color,h2.has-type-600-color,h3.has-type-600-color,h4.has-type-600-color,h5.has-type-600-color,h6.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}h1.has-type-500-color,h2.has-type-500-color,h3.has-type-500-color,h4.has-type-500-color,h5.has-type-500-color,h6.has-type-500-color{color: var(--wp--preset--color--type-500) !important;}h1.has-type-400-color,h2.has-type-400-color,h3.has-type-400-color,h4.has-type-400-color,h5.has-type-400-color,h6.has-type-400-color{color: var(--wp--preset--color--type-400) !important;}h1.has-type-300-color,h2.has-type-300-color,h3.has-type-300-color,h4.has-type-300-color,h5.has-type-300-color,h6.has-type-300-color{color: var(--wp--preset--color--type-300) !important;}h1.has-type-200-color,h2.has-type-200-color,h3.has-type-200-color,h4.has-type-200-color,h5.has-type-200-color,h6.has-type-200-color{color: var(--wp--preset--color--type-200) !important;}h1.has-type-100-color,h2.has-type-100-color,h3.has-type-100-color,h4.has-type-100-color,h5.has-type-100-color,h6.has-type-100-color{color: var(--wp--preset--color--type-100) !important;}h1.has-white-color,h2.has-white-color,h3.has-white-color,h4.has-white-color,h5.has-white-color,h6.has-white-color{color: var(--wp--preset--color--white) !important;}h1.has-type-600-background-color,h2.has-type-600-background-color,h3.has-type-600-background-color,h4.has-type-600-background-color,h5.has-type-600-background-color,h6.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}h1.has-type-500-background-color,h2.has-type-500-background-color,h3.has-type-500-background-color,h4.has-type-500-background-color,h5.has-type-500-background-color,h6.has-type-500-background-color{background-color: var(--wp--preset--color--type-500) !important;}h1.has-type-400-background-color,h2.has-type-400-background-color,h3.has-type-400-background-color,h4.has-type-400-background-color,h5.has-type-400-background-color,h6.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !important;}h1.has-type-300-background-color,h2.has-type-300-background-color,h3.has-type-300-background-color,h4.has-type-300-background-color,h5.has-type-300-background-color,h6.has-type-300-background-color{background-color: var(--wp--preset--color--type-300) !important;}h1.has-type-200-background-color,h2.has-type-200-background-color,h3.has-type-200-background-color,h4.has-type-200-background-color,h5.has-type-200-background-color,h6.has-type-200-background-color{background-color: var(--wp--preset--color--type-200) !important;}h1.has-type-100-background-color,h2.has-type-100-background-color,h3.has-type-100-background-color,h4.has-type-100-background-color,h5.has-type-100-background-color,h6.has-type-100-background-color{background-color: var(--wp--preset--color--type-100) !important;}h1.has-white-background-color,h2.has-white-background-color,h3.has-white-background-color,h4.has-white-background-color,h5.has-white-background-color,h6.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}h1.has-type-600-border-color,h2.has-type-600-border-color,h3.has-type-600-border-color,h4.has-type-600-border-color,h5.has-type-600-border-color,h6.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}h1.has-type-500-border-color,h2.has-type-500-border-color,h3.has-type-500-border-color,h4.has-type-500-border-color,h5.has-type-500-border-color,h6.has-type-500-border-color{border-color: var(--wp--preset--color--type-500) !important;}h1.has-type-400-border-color,h2.has-type-400-border-color,h3.has-type-400-border-color,h4.has-type-400-border-color,h5.has-type-400-border-color,h6.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !important;}h1.has-type-300-border-color,h2.has-type-300-border-color,h3.has-type-300-border-color,h4.has-type-300-border-color,h5.has-type-300-border-color,h6.has-type-300-border-color{border-color: var(--wp--preset--color--type-300) !important;}h1.has-type-200-border-color,h2.has-type-200-border-color,h3.has-type-200-border-color,h4.has-type-200-border-color,h5.has-type-200-border-color,h6.has-type-200-border-color{border-color: var(--wp--preset--color--type-200) !important;}h1.has-type-100-border-color,h2.has-type-100-border-color,h3.has-type-100-border-color,h4.has-type-100-border-color,h5.has-type-100-border-color,h6.has-type-100-border-color{border-color: var(--wp--preset--color--type-100) !important;}h1.has-white-border-color,h2.has-white-border-color,h3.has-white-border-color,h4.has-white-border-color,h5.has-white-border-color,h6.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-group.has-background-500-color{color: var(--wp--preset--color--background-500) !important;}.wp-block-group.has-background-400-color{color: var(--wp--preset--color--background-400) !important;}.wp-block-group.has-background-300-color{color: var(--wp--preset--color--background-300) !important;}.wp-block-group.has-background-200-color{color: var(--wp--preset--color--background-200) !important;}.wp-block-group.has-background-100-color{color: var(--wp--preset--color--background-100) !important;}.wp-block-group.has-background-50-color{color: var(--wp--preset--color--background-50) !important;}.wp-block-group.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-group.has-background-500-background-color{background-color: var(--wp--preset--color--background-500) !important;}.wp-block-group.has-background-400-background-color{background-color: var(--wp--preset--color--background-400) !important;}.wp-block-group.has-background-300-background-color{background-color: var(--wp--preset--color--background-300) !important;}.wp-block-group.has-background-200-background-color{background-color: var(--wp--preset--color--background-200) !important;}.wp-block-group.has-background-100-background-color{background-color: var(--wp--preset--color--background-100) !important;}.wp-block-group.has-background-50-background-color{background-color: var(--wp--preset--color--background-50) !important;}.wp-block-group.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-group.has-background-500-border-color{border-color: var(--wp--preset--color--background-500) !important;}.wp-block-group.has-background-400-border-color{border-color: var(--wp--preset--color--background-400) !important;}.wp-block-group.has-background-300-border-color{border-color: var(--wp--preset--color--background-300) !important;}.wp-block-group.has-background-200-border-color{border-color: var(--wp--preset--color--background-200) !important;}.wp-block-group.has-background-100-border-color{border-color: var(--wp--preset--color--background-100) !important;}.wp-block-group.has-background-50-border-color{border-color: var(--wp--preset--color--background-50) !important;}.wp-block-group.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-group.has-white-light-blue-gradient-background{background: var(--wp--preset--gradient--white-light-blue) !important;}.wp-block-group.has-light-blue-white-gradient-background{background: var(--wp--preset--gradient--light-blue-white) !important;}.wp-block-group.has-white-gray-gradient-background{background: var(--wp--preset--gradient--white-gray) !important;}.wp-block-group.has-gray-white-gradient-background{background: var(--wp--preset--gradient--gray-white) !important;}.wp-block-group.has-white-blue-gradient-background{background: var(--wp--preset--gradient--white-blue) !important;}.wp-block-group.has-blue-white-gradient-background{background: var(--wp--preset--gradient--blue-white) !important;}.wp-block-group.has-navy-white-gradient-background{background: var(--wp--preset--gradient--navy-white) !important;}.wp-block-group.has-white-navy-gradient-background{background: var(--wp--preset--gradient--white-navy) !important;}.wp-block-column.has-background-500-color{color: var(--wp--preset--color--background-500) !important;}.wp-block-column.has-background-400-color{color: var(--wp--preset--color--background-400) !important;}.wp-block-column.has-background-300-color{color: var(--wp--preset--color--background-300) !important;}.wp-block-column.has-background-200-color{color: var(--wp--preset--color--background-200) !important;}.wp-block-column.has-background-100-color{color: var(--wp--preset--color--background-100) !important;}.wp-block-column.has-background-50-color{color: var(--wp--preset--color--background-50) !important;}.wp-block-column.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-column.has-background-500-background-color{background-color: var(--wp--preset--color--background-500) !important;}.wp-block-column.has-background-400-background-color{background-color: var(--wp--preset--color--background-400) !important;}.wp-block-column.has-background-300-background-color{background-color: var(--wp--preset--color--background-300) !important;}.wp-block-column.has-background-200-background-color{background-color: var(--wp--preset--color--background-200) !important;}.wp-block-column.has-background-100-background-color{background-color: var(--wp--preset--color--background-100) !important;}.wp-block-column.has-background-50-background-color{background-color: var(--wp--preset--color--background-50) !important;}.wp-block-column.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-column.has-background-500-border-color{border-color: var(--wp--preset--color--background-500) !important;}.wp-block-column.has-background-400-border-color{border-color: var(--wp--preset--color--background-400) !important;}.wp-block-column.has-background-300-border-color{border-color: var(--wp--preset--color--background-300) !important;}.wp-block-column.has-background-200-border-color{border-color: var(--wp--preset--color--background-200) !important;}.wp-block-column.has-background-100-border-color{border-color: var(--wp--preset--color--background-100) !important;}.wp-block-column.has-background-50-border-color{border-color: var(--wp--preset--color--background-50) !important;}.wp-block-column.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-separator.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}.wp-block-separator.has-type-500-color{color: var(--wp--preset--color--type-500) !important;}.wp-block-separator.has-type-400-color{color: var(--wp--preset--color--type-400) !important;}.wp-block-separator.has-type-300-color{color: var(--wp--preset--color--type-300) !important;}.wp-block-separator.has-type-200-color{color: var(--wp--preset--color--type-200) !important;}.wp-block-separator.has-type-100-color{color: var(--wp--preset--color--type-100) !important;}.wp-block-separator.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-separator.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}.wp-block-separator.has-type-500-background-color{background-color: var(--wp--preset--color--type-500) !important;}.wp-block-separator.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !important;}.wp-block-separator.has-type-300-background-color{background-color: var(--wp--preset--color--type-300) !important;}.wp-block-separator.has-type-200-background-color{background-color: var(--wp--preset--color--type-200) !important;}.wp-block-separator.has-type-100-background-color{background-color: var(--wp--preset--color--type-100) !important;}.wp-block-separator.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-separator.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}.wp-block-separator.has-type-500-border-color{border-color: var(--wp--preset--color--type-500) !important;}.wp-block-separator.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !important;}.wp-block-separator.has-type-300-border-color{border-color: var(--wp--preset--color--type-300) !important;}.wp-block-separator.has-type-200-border-color{border-color: var(--wp--preset--color--type-200) !important;}.wp-block-separator.has-type-100-border-color{border-color: var(--wp--preset--color--type-100) !important;}.wp-block-separator.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-icon.has-primary-color{color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-icon.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-icon.has-success-color{color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-icon.has-info-color{color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-icon.has-warning-color{color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-icon.has-danger-color{color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-icon.has-light-color{color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-icon.has-dark-color{color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-icon.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-icon.has-type-400-color{color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-icon.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-icon.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-icon.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-icon.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-icon.has-info-background-color{background-color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-icon.has-warning-background-color{background-color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-icon.has-danger-background-color{background-color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-icon.has-light-background-color{background-color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-icon.has-dark-background-color{background-color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-icon.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-icon.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-icon.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-icon.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-icon.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-icon.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-icon.has-info-border-color{border-color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-icon.has-warning-border-color{border-color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-icon.has-danger-border-color{border-color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-icon.has-light-border-color{border-color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-icon.has-dark-border-color{border-color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-icon.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-icon.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-icon.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-cta.has-primary-color{color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-cta.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-cta.has-success-color{color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-cta.has-info-color{color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-cta.has-warning-color{color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-cta.has-danger-color{color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-cta.has-light-color{color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-cta.has-dark-color{color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-cta.has-type-600-color{color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-cta.has-type-400-color{color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-cta.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-cta.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-cta.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-cta.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-cta.has-info-background-color{background-color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-cta.has-warning-background-color{background-color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-cta.has-danger-background-color{background-color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-cta.has-light-background-color{background-color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-cta.has-dark-background-color{background-color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-cta.has-type-600-background-color{background-color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-cta.has-type-400-background-color{background-color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-cta.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-acf-lendio-cta.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.wp-block-acf-lendio-cta.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.wp-block-acf-lendio-cta.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.wp-block-acf-lendio-cta.has-info-border-color{border-color: var(--wp--preset--color--info) !important;}.wp-block-acf-lendio-cta.has-warning-border-color{border-color: var(--wp--preset--color--warning) !important;}.wp-block-acf-lendio-cta.has-danger-border-color{border-color: var(--wp--preset--color--danger) !important;}.wp-block-acf-lendio-cta.has-light-border-color{border-color: var(--wp--preset--color--light) !important;}.wp-block-acf-lendio-cta.has-dark-border-color{border-color: var(--wp--preset--color--dark) !important;}.wp-block-acf-lendio-cta.has-type-600-border-color{border-color: var(--wp--preset--color--type-600) !important;}.wp-block-acf-lendio-cta.has-type-400-border-color{border-color: var(--wp--preset--color--type-400) !important;}.wp-block-acf-lendio-cta.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-acf-above-the-fold.has-background-500-color{color: var(--wp--preset--color--background-500) !important;}.wp-block-acf-above-the-fold.has-background-400-color{color: var(--wp--preset--color--background-400) !important;}.wp-block-acf-above-the-fold.has-background-300-color{color: var(--wp--preset--color--background-300) !important;}.wp-block-acf-above-the-fold.has-background-200-color{color: var(--wp--preset--color--background-200) !important;}.wp-block-acf-above-the-fold.has-background-100-color{color: var(--wp--preset--color--background-100) !important;}.wp-block-acf-above-the-fold.has-background-50-color{color: var(--wp--preset--color--background-50) !important;}.wp-block-acf-above-the-fold.has-white-color{color: var(--wp--preset--color--white) !important;}.wp-block-acf-above-the-fold.has-background-500-background-color{background-color: var(--wp--preset--color--background-500) !important;}.wp-block-acf-above-the-fold.has-background-400-background-color{background-color: var(--wp--preset--color--background-400) !important;}.wp-block-acf-above-the-fold.has-background-300-background-color{background-color: var(--wp--preset--color--background-300) !important;}.wp-block-acf-above-the-fold.has-background-200-background-color{background-color: var(--wp--preset--color--background-200) !important;}.wp-block-acf-above-the-fold.has-background-100-background-color{background-color: var(--wp--preset--color--background-100) !important;}.wp-block-acf-above-the-fold.has-background-50-background-color{background-color: var(--wp--preset--color--background-50) !important;}.wp-block-acf-above-the-fold.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.wp-block-acf-above-the-fold.has-background-500-border-color{border-color: var(--wp--preset--color--background-500) !important;}.wp-block-acf-above-the-fold.has-background-400-border-color{border-color: var(--wp--preset--color--background-400) !important;}.wp-block-acf-above-the-fold.has-background-300-border-color{border-color: var(--wp--preset--color--background-300) !important;}.wp-block-acf-above-the-fold.has-background-200-border-color{border-color: var(--wp--preset--color--background-200) !important;}.wp-block-acf-above-the-fold.has-background-100-border-color{border-color: var(--wp--preset--color--background-100) !important;}.wp-block-acf-above-the-fold.has-background-50-border-color{border-color: var(--wp--preset--color--background-50) !important;}.wp-block-acf-above-the-fold.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.wp-block-acf-above-the-fold.has-white-light-blue-gradient-background{background: var(--wp--preset--gradient--white-light-blue) !important;}.wp-block-acf-above-the-fold.has-light-blue-white-gradient-background{background: var(--wp--preset--gradient--light-blue-white) !important;}.wp-block-acf-above-the-fold.has-white-gray-gradient-background{background: var(--wp--preset--gradient--white-gray) !important;}.wp-block-acf-above-the-fold.has-gray-white-gradient-background{background: var(--wp--preset--gradient--gray-white) !important;}.wp-block-acf-above-the-fold.has-white-blue-gradient-background{background: var(--wp--preset--gradient--white-blue) !important;}.wp-block-acf-above-the-fold.has-blue-white-gradient-background{background: var(--wp--preset--gradient--blue-white) !important;}.wp-block-acf-above-the-fold.has-navy-white-gradient-background{background: var(--wp--preset--gradient--navy-white) !important;}.wp-block-acf-above-the-fold.has-white-navy-gradient-background{background: var(--wp--preset--gradient--white-navy) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='avatar-manager-css' href='https://www.lendio.com/wp-content/plugins/avatar-manager/assets/css/avatar-manager.min.css?ver=1.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://www.lendio.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='concat-styles-css' href='https://www.lendio.com/wp-content/themes/lendio-standards/stylesheets/styles.min.css?ver=1674582764' type='text/css' media='all' />
<script type='text/javascript' src='https://www.lendio.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/plugins/avatar-manager/assets/js/avatar-manager.min.js?ver=1.2.1' id='avatar-manager-js' defer></script>
<script type='text/javascript' id='concatscripts-js-extra'>
/* <![CDATA[ */
var theme_uri = {"theme_dir":"https:\/\/www.lendio.com\/wp-content\/themes\/lendio-standards"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.lendio.com/wp-content/themes/lendio-standards/js/concatscripts.min.js?ver=1674582763' id='concatscripts-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/themes/lendio-standards/js/dreamsLoader.js?ver=1674583698' id='dreamsLoader-js' defer></script>
<script type='text/javascript' id='adobe-launch-js-extra'>
/* <![CDATA[ */
var lendioAdobe = {"env":null};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/themes/lendio-standards/js/adobe.js?ver=1674583698' id='adobe-launch-js' defer></script>
<script type="rocketlazyloadscript" crossorigin="anonymous" data-rocket-type='text/javascript' src='https://kit.fontawesome.com/bf62dec52b.js' id='font-awesome-official-js' defer></script>
<link rel="https://api.w.org/" href="https://www.lendio.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.lendio.com/wp-json/wp/v2/posts/7521" /><link rel="alternate" type="application/json+oembed" href="https://www.lendio.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.lendio.com%2Fblog%2Fpodcast-dont-pull-hard%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.lendio.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.lendio.com%2Fblog%2Fpodcast-dont-pull-hard%2F&#038;format=xml" />
<meta name="wpsso-begin" content="wpsso meta tags and schema markup begin" />
<meta name="generator" content="WPSSO Core 14.2.0/L*" />
<meta name="generator" content="WPSSO UM 4.13.2/S" />
<link rel="shortlink" href="https://www.lendio.com/?p=7521" />
<meta property="fb:app_id" content="966242223397117" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.lendio.com/blog/podcast-dont-pull-hard/" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Lendio" />
<meta property="og:title" content="Entrepreneur Addiction Podcast #1 &mdash; Don&rsquo;t &lsquo;Pull&rsquo; Too Hard | Lendio" />
<meta property="og:description" content="Click below to Play. Go here to view and download on iTunes. Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur..." />
<meta property="og:updated_time" content="2022-08-05T16:22:57+00:00" />
<meta property="og:image" content="https://www.lendio.com/wp-content/uploads/2018/03/Wordpress-Lendio-Logo_blue.jpg" />
<meta property="og:image:width" content="1500" />
<meta property="og:image:height" content="1500" />
<meta property="article:publisher" content="https://www.facebook.com/Lendio/" />
<meta property="article:tag" content="Podcast" />
<meta property="article:published_time" content="2011-08-29T07:00:59+00:00" />
<meta property="article:modified_time" content="2022-08-05T16:22:57+00:00" />
<meta name="twitter:domain" content="www.lendio.com" />
<meta name="twitter:site" content="@lendio" />
<meta name="twitter:title" content="Entrepreneur Addiction Podcast #1 &mdash; Don&rsquo;t &lsquo;Pull&rsquo; Too Hard | Lendio" />
<meta name="twitter:description" content="Click below to Play. Go here to view and download on iTunes. Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a..." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://www.lendio.com/wp-content/uploads/2018/03/Wordpress-Lendio-Logo_blue.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Dan Bischoff" />
<meta name="twitter:label2" content="Est. reading time" />
<meta name="twitter:data2" content="20 minutes" />
<meta name="author" content="Dan Bischoff" />
<meta name="thumbnail" content="https://www.lendio.com/wp-content/uploads/2018/03/Wordpress-Lendio-Logo_blue.jpg" />
<meta name="wpsso-end" content="wpsso meta tags and schema markup end" />
<meta name="wpsso-cached" content="2023-01-23T22:12:04+00:00">
<meta name="wpsso-added" content="2023-01-24T21:05:54+00:00 in 0.003052 secs for www.lendio.com">
<style type="text/css">
		/* ~~~ COLORS ~~~~ */
/* ~~~ COMPONENTS ~~~~ */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #1270ED;
  background-color: #ffffff;
  border: 1px solid #6B738A;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #004197;
  text-decoration: none;
  background-color: #9CA8C9;
  border-color: #6B738A;
}
.page-link:focus {
  z-index: 3;
  color: #004197;
  background-color: #9CA8C9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 112, 237, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #1270ED;
  background-color: #1270ED;
  border-color: #1270ED;
}
.page-item.disabled .page-link {
  color: #3C445A;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #6B738A;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #181818;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #181818;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #181818;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #181818;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #181818;
  border-radius: 0.25rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1rem;
  color: #181818;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #181818;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 #DAE0E4;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #1270ED;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 112, 237, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid #DAE0E4;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1.5rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-button {
  font-size: 1.25rem;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.accordion-body {
  padding-top: 0px;
}

.accordion-item {
  border-left: none;
  border-right: none;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #3C445A;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #3C445A;
  text-decoration: none;
  background-color: #E7EDFF;
}
.list-group-item-action:active {
  color: #181818;
  background-color: #9CA8C9;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #3C445A;
  background-color: #ffffff;
  border: 1px solid rgba(24, 24, 24, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #3C445A;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #1270ED;
  background-color: #1270ED;
  border-color: #1270ED;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0b438e;
  background-color: #d0e2fb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b438e;
  background-color: #bbcbe2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b438e;
  border-color: #0b438e;
}

.list-group-item-secondary {
  color: #890132;
  background-color: #faccdd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #890132;
  background-color: #e1b8c7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #890132;
  border-color: #890132;
}

.list-group-item-success {
  color: #007320;
  background-color: #ccf2d7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #007320;
  background-color: #b8dac2;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #007320;
  border-color: #007320;
}

.list-group-item-info {
  color: #345f99;
  background-color: #ddecff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #345f99;
  background-color: #c7d4e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #345f99;
  border-color: #345f99;
}

.list-group-item-warning {
  color: #6e6a0e;
  background-color: #fcfacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #6e6a0e;
  background-color: #e3e1b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e6a0e;
  border-color: #6e6a0e;
}

.list-group-item-danger {
  color: #7d1716;
  background-color: #f6d4d3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7d1716;
  background-color: #ddbfbe;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7d1716;
  border-color: #7d1716;
}

.list-group-item-light {
  color: #6b6d74;
  background-color: #fafbff;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6b6d74;
  background-color: #e1e2e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #6b6d74;
  border-color: #6b6d74;
}

.list-group-item-dark {
  color: #242936;
  background-color: #d8dade;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #242936;
  background-color: #c2c4c8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #242936;
  border-color: #242936;
}

.list-group-item-white {
  color: #747474;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #747474;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #747474;
  border-color: #747474;
}

.post-image {
  transition: all 0.5s;
}
.post-image:hover {
  transform: scale(1.1);
}
.post-image.feature-post-image {
  height: 225px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .post-image.feature-post-image {
    height: 342px;
  }
}
@media (min-width: 768px) {
  .post-image.feature-post-image {
    height: 463px;
  }
}
@media (min-width: 992px) {
  .post-image.feature-post-image {
    height: 490px;
  }
}

#menu-blog-categories .current-menu-item {
  font-weight: bold;
}
#menu-blog-categories .nav-link {
  color: #181818;
}
#menu-blog-categories .nav-link svg {
  padding-right: 5px;
  color: #1270ED;
}
#menu-blog-categories .nav-link:hover {
  color: #004197;
}

.article-img {
  height: 225px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .article-img {
    height: 342px;
  }
}
@media (min-width: 768px) {
  .article-img {
    height: 211px;
  }
}
@media (min-width: 992px) {
  .article-img {
    height: 225px;
  }
}

.page-item.active .page-link {
  color: #ffffff !important;
}

.avatar {
  border-radius: 50%;
  max-width: 120px;
}

@media (min-width: 992px) {
  #blog-sidebar {
    top: 5rem;
    max-height: calc(100vh - 86px);
    overflow: auto;
  }
}

#single #breadcrumbs {
  font-size: 14px;
  border-bottom: 1px solid #8898AE;
  padding-bottom: 20px;
}
#single #breadcrumbs a {
  text-decoration: underline;
  color: #6B717A;
}
#single #breadcrumbs .fa-chevron-right {
  margin: 0 5px;
}
#single .author > a {
  color: #6B717A;
  text-decoration: underline;
}
#single .list-group {
  border-radius: 0;
}
#single .list-group-item {
  color: #181818;
  border: none;
  background-color: transparent;
  margin: 0 14px;
  padding: 19px 6px;
  transition-property: background-color, border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
#single .list-group-item.active {
  margin: 0;
  padding: 19px 14px;
  background-color: white;
  border-left: 4px solid #1270ED !important;
  box-shadow: 4px 2px 10px rgba(46, 65, 83, 0.14);
}
#single .list-group-item.active div {
  border-bottom: none !important;
}
#single .chapter-nav ul {
  list-style: none;
}
#single .chapter-nav ul li:last-child {
  border-bottom: none !important;
}

.sticky-toc {
  position: sticky;
  top: 85px;
  z-index: 1020;
}	</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<script type="rocketlazyloadscript">
      setTimeout(function(){
        (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-P6PJHT');
      }, 3000);
</script>

<script type="rocketlazyloadscript">
let postData
(() => {
	const postCategory = ''
	const data = {
		id: "7521",
		name: "lendio : core : Entrepreneur Addiction Podcast #1 -- Don't 'Pull' Too Hard",
		path: "/blog/podcast-dont-pull-hard/",
		type: "wordpress",
		server: "hp",
		category: postCategory || "general"
	}
	postData = data
	window.postData = postData
})()
</script>
</head>
<body>
<div class="container-fluid d-none d-lg-block background-100">
<div class="container py-2">
<div id="header-top-menu" class="d-flex justify-content-end">
<div class="menu-header-quick-links-container"><ul id="menu-header-quick-links" class="p-inline-sm"><li id="menu-item-108467" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108467"><a href="https://www.lendio.com/contact/" data-wpel-link="internal">Support</a></li>
<li id="menu-item-108394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-108394"><a href="https://www.lendio.com/log-in/" data-wpel-link="internal">Log In</a></li>
</ul></div> </div>
</div>
</div>
<nav id="lendio-header" class="navbar position-sticky sticky-top bg-white border-blue-300 border-bottom py-0">
<div class="container-fluid container-lg nav-container position-relative py-5 py-lg-0">
<div class="logo-nav d-flex justify-content-start align-content-center align-items-center">
<div class="d-block d-lg-none">
<a href="#" id="site-menu-toggle" class="closed" data-cy="site-menu-toggle-2">
<img src="https://www.lendio.com/wp-content/themes/lendio-standards/images/bars-regular.svg" class="fs-2 mt-1 me-3 text-dark menu-icon" alt="Main Menu" width="25" height="29" />
</a>
</div>
<div>
<a class="site-logo d-inline-block" href="/" data-wpel-link="internal">
<img src="https://www.lendio.com/wp-content/themes/lendio-standards/images/2021-logo-main.svg" width="85" height="24" style="max-width: none" alt="Lendio">
</a>
</div>
<div id="site-menu-container" class="d-inline-block bg-white w-100 h-100" data-cy="site-menu-container-2">
<ul id="menu-main" class="site-menu-list p-0 mb-0"><li id="menu-item-109209" class="expanded-nav menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-link-109209 site-menu-link d-lg-inline-block mx-4 ms-lg-5 me-lg-0 py-5 py-lg-3 px-4 px-lg-0" data-cy="menu-link-109209"><a href="https://www.lendio.com/small-business-loans/" class="parent-link d-flex justify-content-between align-items-center type-500" data-cy="parentLink0" data-wpel-link="internal">Small Business Loans <i class="d-lg-none far fa-angle-right"></i></a>
<div class="expanded-nav-submenu shadow rounded-bottom">
<div class="container-fluid container-lg">
<div class="row rounded-bottom overflow-hidden">
<div class="col-4 background-500 rounded-bottom-start text-white p-7 d-none d-lg-block">
<h4>Fast and simple from start to funding.</h4>
<p>Customer small business financing solutions delivered through a single, online application.</p>
<div class="mb-4">
<a href="https://www.lendio.com/bp/basic-info" class="btn px-0 btn-primary" data-wpel-link="internal">Apply Now</a>
</div>
<a href="/how-it-works/" class="btn px-0 btn-outline-primary white" data-wpel-link="internal">How it Works</a>
</div>
<div class="menu-col col-12 col-lg-4 bg-white">
<p class="fw-light p-sm pb-2 type-500 border-bottom d-none d-lg-block text-uppercase border-blue-300">Loan Types</p>
<div class="d-flex d-lg-none justify-content-center align-items-center border-blue-300 border-bottom mx-1 px-4 py-4">
<button class="btn btn-link me-auto expanded-site-submenu-header">
<div class="d-flex align-items-center">
<span class="sr-only">Back</span>
<i class="text-dark far fa-chevron-circle-left mx-auto"></i>
</div>
</button>
<span class="me-auto ms-n5 fw-normal text-uppercase">Back</span>
</div>
<div class="d-lg-none px-5 mt-5 mb-7">
<h4>Fast and simple from start to funding.</h4>
<p class="fw-normal">Customer small business financing solutions delivered through a single, online application.</p>
<div class="mb-4 d-inline-flex justify-content-start flex-row">
<div class="d-flex flex-column gap-3">
<div class="d-flex flex-row">
<a href="https://www.lendio.com/bp/basic-info" class="btn btn-sm btn-primary" data-wpel-link="internal">Apply Now</a>
</div>
<div>
<a href="/how-it-works/" class="btn btn-sm btn-outline-primary text-primary w-100" data-wpel-link="internal">How it Works</a>
</div>
</div>
</div>
</div>
<p class="fw-light p-sm text-uppercase px-5 pb-2 type-500 d-block d-lg-none ">Loan Types</p>
<ul class="ps-0" style="list-style: none">
<li id="menu-item-112893" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-112893 site-submenu-link" data-cy="menu-link-112893"><a href="https://www.lendio.com/business-loans/accounts-receivable-financing/" data-cy="parentLink1" data-wpel-link="internal">Accounts Receivable Financing</a></li>
<li id="menu-item-112894" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-112894 site-submenu-link" data-cy="menu-link-112894"><a href="https://www.lendio.com/business-loans/acquisition-loan/" data-cy="parentLink1" data-wpel-link="internal">Business Acquisition Loan</a></li>
<li id="menu-item-112896" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-112896 site-submenu-link" data-cy="menu-link-112896"><a href="https://www.lendio.com/business-loans/term-loans/" data-cy="parentLink1" data-wpel-link="internal">Business Term Loan</a></li>
<li id="menu-item-112895" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-112895 site-submenu-link" data-cy="menu-link-112895"><a href="https://www.lendio.com/business-loans/equipment-financing/" data-cy="parentLink1" data-wpel-link="internal">Equipment Financing</a></li>
<li id="menu-item-121682" class="menu-item menu-item-type-custom menu-item-object-custom menu-link-121682 site-submenu-link" data-cy="menu-link-small-business-loan"><a href="https://www.lendio.com/small-business-loans/" data-cy="parentLink1" data-wpel-link="internal">Small Business Loan</a></li>
<li id="menu-item-108456" class="pb-lg-0 view-more menu-item menu-item-type-post_type menu-item-object-page menu-link-108456 site-submenu-link" data-cy="menu-link-view-all-loan-types"><a title="View all loan types" href="https://www.lendio.com/loan-types/" data-cy="parentLink1" data-wpel-link="internal">View all loan types <i class="fa-light fa-chevron-right"></i></a></li>
<li class="submenu-padding"></li> </div>
<div class="col-4 pt-7 px-7 d-none d-lg-block bg-white">
<a href="https://www.youtube.com/watch?v=eik3bsBny9o" class="header-video" data-wpel-link="external" target="_blank" rel="external noopener noreferrer"><img width="280" height="156" src="https://www.lendio.com/wp-content/uploads/2022/07/Small-Business-Loans-Video-Thumbnail.jpg" class="w-100 pb-4" alt="" decoding="async" loading="lazy" data-wp-pid="108396" /></a>
<p class="pb-1 mb-0">Free access to multiple funding solutions</p>
<p class="p-inline-xs">See funding solutions from 75+ nationwide lenders with a single application.</p>
</div>
</div>
</div>
</li>
<li id="menu-item-93292" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-link-93292 site-menu-link normal-nav d-lg-inline-block mx-4 ms-lg-5 me-lg-0 py-5 py-lg-3 px-4 px-lg-0" data-cy="menu-link-resources"><a href="#" class="parent-link d-flex justify-content-between align-items-center type-500" data-cy="parentLink1">Resources <i class="d-lg-none far fa-angle-right"></i></a>
<div class="site-submenu shadow">
<div class="d-flex d-lg-none justify-content-center align-items-center border-blue-300 border-bottom mx-3 px-4 py-4">
<button class="btn btn-link me-auto site-submenu-header">
<div class="d-flex align-items-center">
<span class="sr-only">Back</span>
<i class="text-dark far fa-chevron-circle-left mx-auto"></i>
</div>
</button>
<span class="me-auto ms-n5 text-uppercase fw-normal">Resources</span>
</div>
<ul style="list-style: none" class="p-0 bg-white h-100">
<li id="menu-item-113521" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-link-113521 site-submenu-link" data-cy="menu-link-113521"><a href="https://www.lendio.com/blog/" data-cy="parentLink2" data-wpel-link="internal">Blog</a></li>
<li id="menu-item-120412" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-120412 site-submenu-link" data-cy="menu-link-120412"><a href="https://www.lendio.com/business-calculators/" data-cy="parentLink2" data-wpel-link="internal">Business Loan Calculator</a></li>
<li id="menu-item-118028" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-118028 site-submenu-link" data-cy="menu-link-118028"><a href="https://www.lendio.com/loan-reviews/" data-cy="parentLink2" data-wpel-link="internal">Business Loan Reviews</a></li>
<li id="menu-item-120526" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-120526 site-submenu-link" data-cy="menu-link-120526"><a href="https://www.lendio.com/industry/" data-cy="parentLink2" data-wpel-link="internal">Industries</a></li>
<li id="menu-item-110384" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-110384 site-submenu-link" data-cy="menu-link-110384"><a href="https://www.lendio.com/employee-retention-credit-application/" data-cy="parentLink2" data-wpel-link="internal">ERC Application</a></li>
<li id="menu-item-118237" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-118237 site-submenu-link" data-cy="menu-link-118237"><a href="https://www.lendio.com/employee-retention-credit-calculator/" data-cy="parentLink2" data-wpel-link="internal">Employee Retention Credit Calculator (ERTC)</a></li>
<li id="menu-item-108434" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-108434 site-submenu-link" data-cy="menu-link-invoice-template"><a title="Invoice Template" href="https://www.lendio.com/small-business-software/invoice-template/" data-cy="parentLink2" data-wpel-link="internal">Invoice Template</a></li>
<li id="menu-item-113872" class="menu-item menu-item-type-custom menu-item-object-custom menu-link-113872 site-submenu-link" data-cy="menu-link-ppp-loans"><a href="https://www.lendio.com/covid-relief/sba-paycheck-protection-program-loans/" data-cy="parentLink2" data-wpel-link="internal">PPP Loans</a></li>
<li class="submenu-padding"></li></ul></div>
</li>
<li id="menu-item-108514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-link-108514 site-menu-link normal-nav d-lg-inline-block mx-4 ms-lg-5 me-lg-0 py-5 py-lg-3 px-4 px-lg-0" data-cy="menu-link-company-3"><a href="#" class="parent-link d-flex justify-content-between align-items-center type-500" data-cy="parentLink2">Company <i class="d-lg-none far fa-angle-right"></i></a>
<div class="site-submenu shadow">
<div class="d-flex d-lg-none justify-content-center align-items-center border-blue-300 border-bottom mx-3 px-4 py-4">
<button class="btn btn-link me-auto site-submenu-header">
<div class="d-flex align-items-center">
<span class="sr-only">Back</span>
<i class="text-dark far fa-chevron-circle-left mx-auto"></i>
</div>
</button>
<span class="me-auto ms-n5 text-uppercase fw-normal">Company</span>
</div>
<ul style="list-style: none" class="p-0 bg-white h-100">
<li id="menu-item-108436" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-108436 site-submenu-link" data-cy="menu-link-about-us-2"><a title="About Us" href="https://www.lendio.com/company/" data-cy="parentLink3" data-wpel-link="internal">About Us</a></li>
<li id="menu-item-108437" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-108437 site-submenu-link" data-cy="menu-link-108437"><a href="https://www.lendio.com/newsroom/leadership/" data-cy="parentLink3" data-wpel-link="internal">Lendio Leadership</a></li>
<li id="menu-item-115710" class="menu-item menu-item-type-post_type_archive menu-item-object-life-at-lendio menu-link-115710 site-submenu-link" data-cy="menu-link-life-at-lendio-2"><a href="https://www.lendio.com/life-at-lendio/" data-cy="parentLink3" data-wpel-link="internal">Life at Lendio</a></li>
<li id="menu-item-114952" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-114952 site-submenu-link" data-cy="menu-link-114952"><a href="https://www.lendio.com/newsroom/" data-cy="parentLink3" data-wpel-link="internal">Newsroom</a></li>
<li id="menu-item-101277" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-101277 site-submenu-link" data-cy="menu-link-101277"><a href="https://www.lendio.com/lendio-gives/" data-cy="parentLink3" data-wpel-link="internal">Lendio Gives</a></li>
<li id="menu-item-93262" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-93262 site-submenu-link" data-cy="menu-link-93262"><a href="https://www.lendio.com/reviews/" data-cy="parentLink3" data-wpel-link="internal">Business Success Stories</a></li>
<li id="menu-item-118606" class="menu-item menu-item-type-post_type menu-item-object-page menu-link-118606 site-submenu-link" data-cy="menu-link-118606"><a href="https://www.lendio.com/partners/" data-cy="parentLink3" data-wpel-link="internal">Partners</a></li>
<li class="submenu-padding"></li></ul></div>
</li>
</ul> <a class="d-block d-lg-none mx-4 py-5 px-4 type-500 mb-4" style="font-size: 1.25rem; line-height: 1.75rem; font-weight: 400; border-bottom: 1px solid #dae0e4;" href="/employee-retention-credit-application" data-wpel-link="internal">
Employee Retention Tax Credit
</a>
<div class="cta-container d-lg-none mt-4 pb-4 mx-4 px-5 border-bottom border-blue-300">
<p class="col-12 col-sm-8 type-400">
Apply for financing, track your business cashflow, and more with a single lendio account.
</p>
<div class="mobile-button-container gap-3 d-flex flex-column flex-sm-row">
<div>
<a href="/bp/basic-info" class="btn px-0 btn-sm btn-primary" style="width: 200px" data-wpel-link="internal">
Create an account
</a>
</div>
<div>
<a class="btn px-0 btn-sm btn-outline-primary" style="width: 200px" href="https://www.lendio.com/log-in" data-wpel-link="internal">
Login
</a>
</div>
</div>
</div>
<div class="d-lg-none my-5 mx-8">
<a class="type-500" href="https://www.lendio.com/contact" data-wpel-link="internal">Support</a>
</div>
</div>
</div>
<div class="d-flex align-items-center ">
<a href="/employee-retention-credit-application/" class="d-none d-lg-inline-block btn btn-sm btn-outline-primary ms-md-4 px-3 px-sm-5" data-wpel-link="internal">
Employee Retention Credit
</a>
<a href="/bp/basic-info" class="btn btn-sm btn-primary ms-md-4 px-3 px-sm-5" data-wpel-link="internal">
Start Application </a>
</div>
</div>
</nav>
<div id="single" class="container">
<div class="row mt-8">
<div class="col-12 col-lg-8">
<p id="breadcrumbs"><span><span><a href="https://www.lendio.com/" data-wpel-link="internal">Home</a></span> <i class="fa-light fa-chevron-right"></i> <span class="breadcrumb_last" aria-current="page">Entrepreneur Addiction Podcast #1 &#8212; Don&#8217;t &#8216;Pull&#8217; Too Hard</span></span></p> <a class="fw-bold text-uppercase d-inline-block my-4" href="https://www.lendio.com/running-a-business/" data-wpel-link="internal">
Running A Business </a>
<h1 class="mb-3">Entrepreneur Addiction Podcast #1 &#8212; Don&#8217;t &#8216;Pull&#8217; Too Hard</h1>
<div class="author mb-2 p-sm type-300">By <a href="https://www.lendio.com/author/dan/" title="Posts by Dan Bischoff" rel="author" data-wpel-link="internal">Dan Bischoff</a></div>
<div class="type-300 p-sm mb-7">
Aug 29, 2011 •
<strong>
10+ min read
</strong>
</div>
<div class="col-12 mb-4 mb-lg-10">
</div>
<div class="col-12">
<div class="d-block d-lg-none sticky-toc border-bottom border-gray-100">
<div class="chapter-nav d-none">
<div class="d-none d-lg-block">
<div class="fs-5 fw-bold mb-3">
Table of Contents
</div>
<ul id="toc" class="list-group background-50 mb-6"></ul>
</div>
<div class="accordion d-lg-none" id="blogTableOfContents-1">
<div class="accordion-item border-0">
<h2 class="accordion-header" id="tableOfContents-1">
<button class="accordion-button px-0 py-4 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#toc-1" aria-expanded="false" aria-controls="collapseOne">
Table of Contents
</button>
</h2>
<div id="toc-1" class="accordion-collapse collapse" aria-labelledby="tableOfContents" data-bs-parent="#blogTableOfContents">
<div class="accordion-body border-top border-gray-100 px-0">
<div class="chapter-nav">
<ul class="list-group background-50 px-4"></ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-5">
<blockquote><p><em>Click below to Play</em>.</p></blockquote>
<p><embed src="https://www.google.com/reader/ui/3523697345-audio-player.swf" type="application/x-shockwave-flash" width="400" height="27"></embed></p>
<blockquote><p>Go here to view and download on iTunes.</p></blockquote>
<p><a href="//www.lendio.com/cms/wp-content/uploads/2011/08/microphone.jpg" data-wpel-link="internal"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-7552" title="microphone" src="//www.lendio.com/cms/wp-content/uploads/2011/08/microphone-300x300.jpg" alt="" width="300" height="300" /></a>Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur topics that can help small businesses be successful. Patrick has had many years experience in radio and TV, and owns the Patrick Wiscombe Podcast Network.</p>
<p>This episode covers:</p>
<ul>
<li>The state of small business</li>
<li>The state of small business lending</li>
<li>Why small Business Lending is the solution to the economic crisis</li>
<li>Difference between a hard and soft credit pull</li>
<li>Lendio in the Inc. 500</li>
<li>Financing options you didn&#8217;t know about</li>
<li>What the podcast will cover in the future</li>
</ul>
<blockquote><p><em>Click to Play</em></p></blockquote>
<p><embed src="https://www.google.com/reader/ui/3523697345-audio-player.swf" type="application/x-shockwave-flash" width="400" height="27"></embed></p>
<p>If you can&#8217;t listen, here&#8217;s the text:</p>
<p><strong>Cool Voice Guy:</strong><em> Fueling your business success, this is the entrepreneur addiction podcast, breaking the small business loan news you need if you obsess about your company. Heard exclusively at Lendio.com. And now here are our your hosts: Brock Blake, Dan Bischoff and Patrick Wiscombe.</em></p>
<p><strong>Patrick:</strong> It&#8217;s the debut edition of the Entrepreneur Addiction Podcast. coming up on toady&#8217;s edition of the podcast, we&#8217;re going to be talking about small business loans. Now before you turn off the radio and go, &#8220;Oh, come on, really? Small business loans?&#8221; No, this is actually really informative, we promise a very entertaining podcast. Now, joining me for the podcast, the CEO of Lendio, who is the main sponsor of this podcast. Brock Blake it&#8217;s good have you here and it&#8217;s good to meet you, too.</p>
<p><strong>Brock:</strong> Yeah, I&#8217;m very excited to be here and we&#8217;re very excited about this podcast. I think it&#8217;ll be very informative for the listeners and to be able to talk a little about small business loans, and especially in today&#8217;s economy, we know what a pain that is, so we&#8217;re going to talk a little bit about it and help people through their &#8220;entrepreneurial addiction.&#8221;</p>
<p><strong>Patrick:</strong> Dan Bischoff, the corporate communications Director of Lendio is also in Studio with us. Good to have you here.</p>
<p><strong>Dan:</strong> Good to be here.</p>
<p><strong>Patrick:</strong> Now guys let&#8217;s get right to the heart of the podcast.</p>
<p><strong>Dan:</strong> &#8220;First, just to give Brock some props, last Tuesday Lendio was named to the Inc. 500 for the second straight year. So props to Brock. And today, Brock&#8217;s going to an awards ceremony with Utah Business Magazine to celebrate being mentioned in the Fast 50.&#8221;</p>
<p><strong>Patrick:</strong> Congratulations, that&#8217;s huge news. The Inc 500 in back to back years.</p>
<p><strong>Brock:</strong> Yeah, when you think of entrepreneurs about starting a business, that&#8217;s one of those dreams to be able to be one of the 500 fastest growing companies in the U.S. We&#8217;re excited about it, especially because we have such a good team, and we&#8217;re really passionate about helping business owners. It&#8217;s fun to have some of those things happen as you grow your company.</p>
<p><strong>Patrick:</strong> Tell us what Lendio does. Maybe we should explain what the company does before we pontificate ourselves as experts.</p>
<p><strong>Brock:</strong> That&#8217;s a great question. Lendio, our goal is to help a small business owner get access to a small business loan. Let me describe the way the current market works. You take a small business owner, and this small business owner is likely very good at, maybe they own a restaurant, or maybe have a landscaping company, or maybe they own a consulting firm, and they&#8217;re really good at what they know best. But when it comes to getting a loan, usually what happens it they know they need a $50,000 loan to grow their business. But how to get that loan, where to go, which banks are lending, which loan products are available, most of those answers are really hard to come by. As a result of that, 9 times out of 10 a business owner applies at a local bank or credit union, they get declined for a loan. Our focus is to say, alright business owner, we&#8217;re going to work with all the lenders across the United States, we are going to identify their loan preferences, the loan products they focus on, and we&#8217;re going to gather that information and we&#8217;re going to come to the business owner and we&#8217;re going to say, &#8216;OK business owner, let us gather some information about you.</p>
<p><strong>Patrick:</strong> Now is this on the website or are you generally speaking?</p>
<p><strong>Brock</strong>: Yeah, this is all our web technology. If a business owner comes to our website, they sign up and we gather some information about them, and we do a soft pull on their credit. We&#8217;ve partnered with Equifax. And we want to be able to look at the business owners&#8217; profile. But a soft pull is important because when we pull the credit we don&#8217;t have a hard inquire that damages a person&#8217;s credit. So we are able to preserve a strong credit score.</p>
<p><strong>Patrick:</strong> We&#8217;ll see a lot of people don&#8217;t know that it even damages the score. Why do they look at as damaging? Would it be damaging because any time you pull credit it&#8217;s considered “Oh, man this Person&#8217;s looking for credit.”</p>
<p><strong>Brock:</strong> Right Right</p>
<p><strong>Dan:</strong> a hard pull, though.</p>
<p><strong>Brock:</strong> There&#8217;s a hard inquiry and a soft inquiry. We have the ability to do a soft inquiry so it doesn&#8217;t damage your credit. We can look at your data without it damaging your credit.</p>
<p><strong>Patrick:</strong> Oh, okay. So it&#8217;s good.</p>
<p><strong>Brock:</strong> So then we use all that information to do three things: First thing is to guide the business owner on the type of loan product. When it comes to business loans there are perhaps twenty different loan products: SBA loans, equipment loans, working capital loans, export loans, and so on&#8230;</p>
<p><strong>Patrick:</strong> Construction?</p>
<p><strong>Brock: </strong>So we tell the business owner “based on your data, here are the three best types of loans that you could qualify for. Then step number two is to be able to then say, “within each of those loan categories, here are the lenders that you are pre-approved for.” Then we&#8217;ll give them a list, and then right through our platform they can apply to that lender. They can click the button, and all of their information will get sent to the lender. The lender will get a notification. And you don&#8217;t have to fill out a bunch of long form applications. You don&#8217;t have to get your credit pulled, and in a few short minutes you can get pre-approved to all the lenders that are actually lending in today’s environment.</p>
<p><strong>Patrick:</strong> I&#8217;m no expert, but to me that sounds a little, not even evolutionary, this is revolutionary. In terms of <a href="https://www.lendio.com/small-business-loans/" data-wpel-link="internal">business loans</a>, I&#8217;ve never heard of this.</p>
<p><strong>Brock: </strong>Yeah, for us we&#8217;re really, really excited about the product. It just makes the business owner life so much easier. And there really isn&#8217;t anything else out there like that that will walk you through that process and make it so efficient for you.</p>
<p><strong>Patrick:</strong> That&#8217;s pretty cool.</p>
<p><strong>Dan:</strong> Anybody&#8217;s that bored about business loans, they probably shouldn&#8217;t be. They think of Angel Investors or Venture Capital as being the sexy thing. That&#8217;s what sounds cool. That&#8217;s what Brock was doing before at Funding Universe. But what he found out is that most of these businesses don’t&#8217; have the kind of business model that fits an investor. And so he was turning away 90 percent of his customers because venture capital wasn&#8217;t the right fit.</p>
<p><strong>Patrick:</strong> So was this your brainchild to come up with a hybrid model to submit you information once and let the institutions, what, &#8216;fight&#8217; so they can get the loan.</p>
<p><strong>Brock:</strong> Well, they don&#8217;t necessarily fight over it. But it brings to the business owner all of their options in one place, and then gives them multiple option that you might not have had before.</p>
<p><strong>Patrick:</strong> Or even places that they hadn&#8217;t even thought of.</p>
<p><strong>Brock:</strong> Yeah. There&#8217;s 8000 financial institutions across the United States. And the days where you would just go to the bank on the street corner and apply for a loan and get approved, I mean those days are long gone. Every bank or credit union has a different loan product that they focus on, a different underwriting criteria, a different geographic footprint, and to have a business owner be expected to know what all of that is and keep track of it to improve their chances of getting a loan is just impossible. So we do all of that and kind of take the guess work out of it for the business owner. Then we say, “Here&#8217;s a lender that may not be in your state, may not be in your region, you may not have even heard of it, but it&#8217;s your best chance of getting a loan based on your profile.</p>
<p><strong>Patrick: </strong>This sounds a lot better. I already smell an extension of this business. If you&#8217;re going business loans, I can smell consumer loans. Have you thought about that?</p>
<p><strong>Brock:</strong> We do a little bit with consumer loans. But we are so passionate about small business owners and entrepreneurs, and the market is so large, that we are really going to take our crack at small business loans and try to make that market efficient. But as you said, I think there&#8217;s a natural extension to move into personal loans or consumer loans or those sorts of things.</p>
<p><strong>Patrick: </strong>Why haven&#8217;t people heard of this before? I never have. I always think of, “well, just go to Wells Fargo or Bank of America.” It has always sound like a hassle and has taken a year to get approved, and even at that it&#8217;s always on some pretty short leash.</p>
<p><strong>Brock: </strong>Yeah, you know, the perception on the market is probably an accurate one. I mean, the reason why is because, the statistics are that nine times out of ten I&#8217;m going to do that and I&#8217;m going to get declined. And so people understand that it&#8217;s difficult and a little bit of a negative perception. We&#8217;re trying to change that to be able to say, “Hey, you know what, there are lender that are looking to loan money, and we can make that process easier for you.”</p>
<p><strong>Dan:</strong> With this economy too, I&#8217;d say, the perception is that banks aren&#8217;t loaning money.</p>
<p><strong>Patrick:</strong> I would agree.</p>
<p><strong>Dan:</strong> With this bad economy they&#8217;ve tightened their credit, or their terms and things. But Brock&#8217;s been to some banking conferences, and that&#8217;s not the issue. Banks want to lend to businesses right now.</p>
<p><strong>Brock: </strong> Yeah, it&#8217;s interesting. The market timing right now is phenomenal because, we&#8217;ve gone through this recession, (I&#8217;m not saying we&#8217;re out of the recession), but in the last two and half, three years, back to 2008, banks and credit unions really pulled back. They were kind of forced to. What that means is that they have all these deposits in their bank, and banks don&#8217;t make money by holding deposits. (laughter) They make money by lending. And so they pulled way back and now they got all this money in their coffer saying, “Man, I’ve got to lend that.”</p>
<p><strong>Patrick:</strong> But it was a real pull back?</p>
<p><strong>Brock:</strong> It was a real pull back. Now they&#8217;re saying, “Okay, we&#8217;ve got all these deposits, now we&#8217;ve need lend.” And now they&#8217;re being very aggressive in their approach to growing small business loans. I wouldn&#8217;t say aggressive as in the reducing of their qualifications so much. I mean, in some case they are. But for those that are qualified they want to lend as much as possible.</p>
<p><strong>Dan:</strong> There&#8217;s a federal study that just came out, I think, a week ago. But they do one every quarter where they survey different banks. And in July they did this survey, and in the first time in four years they found out that banks are starting to loosen those terms. And a lot of the reasons they said, one of the reasons is because of alternative lenders that are creating a lot of competition.</p>
<p><strong>Patrick:</strong> All the corner &#8216;check for cash like&#8217; that?</p>
<p><strong>Dan:</strong> Not just that. There&#8217;s also places like Prosper and Lender Club, which offer peer to peer loan and some social lending that&#8217;s going on. But these things are creating some competition for the burrowers, and the banks are wanting to get back into that is what it looks like.</p>
<p><strong>Brock:</strong> Yeah, there&#8217;s a lot of lenders that have taken advantage of that pull back that the banks went through. And so what they&#8217;re saying is that there&#8217;s other types of loans that someone can make that aren&#8217;t your traditional bank loans. There&#8217;s peer to peer lending, there&#8217;s merchant cash advance, there&#8217;s&#8230;</p>
<p><strong>Patrick:</strong> By the way, is a merchant cash advance, we&#8217;re talking about somebody who has a credit card account and they basically take a loan against their account, for a lack of a better phrase?</p>
<p><strong>Brock:</strong> Yeah, and that&#8217;s why I’m really excited about this pod cast. I think that we ought to, over the course of the next few weeks and months, we can really dive into each type of loan product. But just the general overview of the merchant cash advance: If I’m a business owner, and let&#8217;s say I’m a restaurant and most of my revenue is coming in through credit card, my customers are paying via credit cards, which means lets say I’ve got over two hundred thousand dollars of revenue every month via credit card revenue, well, that&#8217;s an asset that people lend against. So they&#8217;ll say, “Your credit card receivables are the same month to month, so it&#8217;s very predictable. I&#8217;ll use that as an asset in order to lend you money.” So they&#8217;ll advance you, so it&#8217;s merchant cash, so they&#8217;ll advance you cash because they know your credit card payments is going to get so much revenue month over month.</p>
<p><strong>Patrick:</strong> Because they look at the historical intake?</p>
<p><strong>Brock:</strong> Right.</p>
<p><strong>Patrick:</strong> Okay, now in terms of merchant accounts, and I don&#8217;t want to go there because I don&#8217;t want to derail the podcast on the first go around. But man, I wish I was visa. Holy cow! To think that depending on who the merchant is, that they get realistically, depending on the transaction, either a debit card where the discount is much smaller, vs a credit card that can go as high as four or four and half percent per transaction. Man I would love to insert myself into that stream and let everyone else make money for me.</p>
<p><strong>Brock:</strong> Yea, I mean, everyone has to except credit cards, right?</p>
<p><strong>Patrick:</strong> They have to.</p>
<p><strong>Brock:</strong> So you if can get a piece of that, there&#8217;s some of those merchant account companies or providers that are making money hand-over-fist.</p>
<p><strong>Dan:</strong> You know all these other options are a big thing for the economy as well. The M&amp;T bank chairman, what&#8217;s his name?</p>
<p><strong>Patrick:</strong> I&#8217;ve got it right here. It&#8217;s Robert Wilmers</p>
<p><strong>Dan:</strong> Yeah, he spoke in Buffalo, where they&#8217;re located, and he basically linked <a href="//www.lendio.com/" data-wpel-link="internal">small business loans</a> to job creation. And he was talking about the economy, that the basic problem of the economy is that there&#8217;s not enough jobs created, and the reason is that there&#8217;s not business loans. There&#8217;s not enough of that life blood of capital to grow a business and create more jobs. And so with these business loans there&#8217;s a lot of options that these businesses owners aren&#8217;t aware of, that they don&#8217;t even know that they exist. They just think its, like we said before, the bank down the street. They don&#8217;t know what there are a thousand other options out here. They don&#8217;t even know what they qualify for.</p>
<p><strong>Patrick: </strong>would you say that online matching like Lendio, I wouldn&#8217;t say a niche market, but this seems like I said kind of a revolutionary idea, in that people don&#8217;t think about “Hey, maybe I should do a Google search for small business loans.” I guess there could be a perception out there that you have to get your message out. How do you fight that current of traditional thinking that “you just have to get your message out.”</p>
<p><strong>Brock:</strong> For sure, it&#8217;s about awareness. There&#8217;s a couple statistics that I would use to answer that question. So, the first is: We also saw a market research study that came out that said, business owners, if they&#8217;re looking for products or service, 83% of the time now they&#8217;re going to Google. The first place they&#8217;re going to go is, “I’m going to look on Google.” And that&#8217;s totally increased over the last few years where business owners were looking to their networks. But I think the trend is that everyone has a mobile phone, you know, people are really starting to use iPads and Tablets. I mean everything is so on your fingertips, so if you can just go on Google and type in “small business loans”, people are doing that.</p>
<p><strong>Patrick:</strong> So you&#8217;ve got to get Lendio optimized so that you come up at the top so people find you.</p>
<p><strong>Brock:</strong> Right. And the second thing is that, if you think about small business loans, and I&#8217;m going to compare small business loans to other types of loan-verticals. If you look at mortgage loans or auto loans or consumer loans, each of these lending-verticals over the last twenty years have become efficient. I mean, you can go anywhere right now and get a mortgage loan.</p>
<p><strong>Patrick:</strong> Is that market also loosing up so you can get a mortgage now?</p>
<p><strong>Brock:</strong> Yeah, actually it was so efficient that we have too many loans done right? Which kind of got us into this mess.</p>
<p><strong>Patrick:</strong> Yeah, “hey, I make three dollars a month.” “You&#8217;re approved!”</p>
<p><strong>Brock:</strong> “You&#8217;re approved!” but it&#8217;s become so efficient, the same thing happened to auto lending. You can go about anywhere and get an auto loan. Small business lending, the market, is very, very far behind. I&#8217;d say twenty years behind that. So our goal is to look at what they did in mortgage, look what they did in auto loans, look what they did in consumer lending, and apply those principle and concepts to small business loans. Because I think if you talk about the economy and jobs, it&#8217;s small business loans that really drive this economy. So we&#8217;ve got to make it easier for banks to do loans and burrowers to get loans.</p>
<p><strong>Patrick:</strong> You know (clapping) I think you said something in one sentence that everyone is thinking if you&#8217;re a small business owner.</p>
<p><strong>Brock:</strong> Well, I think it really is important. You know you can read about it in the Wall Street Journal, in the New York Times, and President Obama speaking about it all the time: We need to help small business owners get financing. And part of that is helping banks or credit unions find those qualified business owners. So we&#8217;re trying to do both. It&#8217;s a big vision, a big market, but we&#8217;re really excited about making a little bit of a difference.</p>
<p><strong>Dan: </strong>You know, one think about this too, from a personal experience, and I didn&#8217;t know this problem before I came to Lendio, I wasn&#8217;t aware of all the other options out there either, but Brock had us go to a bank by ourselves.</p>
<p><strong>Patrick:</strong> You know, I thought that was interesting.</p>
<p><strong>Dan:</strong> Yeah, and he had everyone in the company do it. And from my experience, you go to the bank, I went to a big one, Chase, and there was nobody there that was the small business expert at the bank.</p>
<p><strong>Patrick:</strong> I hate Chase. I&#8217;m sorry, can I say that?</p>
<p><strong>Brock:</strong> You can, but we&#8217;re not going to.</p>
<p><strong>Dan: </strong>They had me get on the phone with somebody else and talk about it, and there was no real guidance or options. I left there not really knowing what else to do.</p>
<p><strong>Patrick:</strong> I think that&#8217;s cool that you would force all of your employees. Were you an employee?</p>
<p><strong>Dan:</strong> Yeah.</p>
<p><strong>Patrick: </strong>Okay, you forced all your employees to go and try and get a business loan so that they could actually experience the headache. Wait, I won&#8217;t even call it a headache. I&#8217;ll call it a migraine, a big headache.</p>
<p>(Laughter)</p>
<p><strong>Patrick:</strong> Basically Lendio offers multiple lenders to access funding from?</p>
<p><strong>Brock:</strong> Right</p>
<p><strong>Patrick: </strong>You fill out&#8230; give you some information, all of that information basically gets picked up by those who are interested in giving a particular business a loan?</p>
<p><strong>Brock:</strong> Right.</p>
<p><strong>Patrick:</strong> The second thing, and the second part of that is you&#8217;re helping banks actually find qualified people, so they can make loans to those particular small business customers.</p>
<p><strong>Brock:</strong> Right</p>
<p><strong>Patrick:</strong> Guys a think this is a brilliant idea. I really do. I really hope it takes off. I know this is episode one of this podcast, but in terms of big vision, I get it. If anything I think everyone should listen to a financial podcast, just so they can get smarter about money, because I think a lot of people are stupid about money.</p>
<p><strong>Dan:</strong> Every entrepreneur along the way is going to need capital, probably, anyway. I mean, so we&#8217;re going to talk a lot about capital. We&#8217;re also going to bring in some experts, some authors, and some different entrepreneur guys that will offer some different advice. But a lot of it&#8217;s going to be about the financial thing too, and how to get capital. And maybe how to get some funding by some Angel Investors too, sometimes.</p>
<p><strong>Brock: </strong>As I mentioned before, I think there&#8217;s an opportunity to really dive deep to say, “Okay, I&#8217;m a business owner. What are the challenges that are affecting me on a day to day basis?” And a lot of times those challenges are surrounded around capital to start or grow a business. So as we dive deep to be able to say, “If you&#8217;re in this situation, this is the type of loan product that you should pursue. And by the way, these are the steps that you ought to take, and the ways that you ought to prepare yourself.” So it really becomes a personalized message to become educated on, “Hey, I need money to grow my business, to hire employes, to buy equipment, to expand inventory. This podcast is going to help me learn what I need to know to do that.”</p>
<p><strong>Patrick: </strong>You&#8217;ll find the podcast at Lendio.com. We&#8217;ll also put it on my podcast site: PatrickWiscombe.com. So guys, awesome!</p>
<p><strong>Brock:</strong> Yeah, thanks for having us.</p>
<p><strong>Patrick:</strong> That was a good first addition. So for Dan Bischoff who is direct of communications at Lendio.com it&#8217;s always good to see you.</p>
<p><strong>Dan:</strong> you, too.</p>
<p><strong>Patrick:</strong> Brock Blake CEO of Lendio.com, be sure to check out his company at Lendio.com. And if you are a small business person who is looking for capital, and if you know anybody. You may have a neighbor who you&#8217;re fascinated with because he gets to go work for himself every single day. (Laughter) Tell them about Lendio.com. So for Dan Bischoff and Brock Blake, my name is Patrick Wiscombe, thanks for listening to the first ever entrepreneur addiction podcast. We&#8217;ll talk to you next Monday right here at Lendio.com.</p>
<p><strong>Cool Voice Guy:</strong> <em>Making business loans simple, this has been the entrepreneur addiction podcast, helping you secure the capital you need, with your host Brock Blake, Dan Bischoff, and Patrick Wiscombe. Heard exclusively at Lendio.com.</em></p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-center border-top border-bottom py-7 mt-8 mb-5 px-5 border-gray-100 align-items-center">
<div class="me-md-7 ms-md-auto">
<img alt='' src='https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=120&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=240&#038;d=mm&#038;r=g 2x' class='avatar avatar-120 photo w-100 rounded-circle' height='120' width='120' loading='lazy' decoding='async' data-pin-nopin="nopin" /> </div>
<div class="py-4 me-md-auto me-0 text-md-start text-center">
<div class="my-auto">
<h5 class="mb-5 fw-normal">About the author</h5>
<h6 class="fw-bold">
Dan Bischoff </h6>
<p class="mb-0 p-sm type-500">
</p>
</div>
</div>
</div>
<div class="d-flex mb-8 align-items-center">
<span class="fw-bold me-4">Share Article: </span>
<div class="me-3">
<a id="copy-tooltip" class="copy-post-url" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-trigger="manual" title="Copied to Clipboard">
<i class="fas type-400 fa-link"></i>
</a>
</div>
<div class="me-3">
<a class="type-400" href="https://www.facebook.com/sharer/sharer.php?u=https://www.lendio.com/blog/podcast-dont-pull-hard/" aria-label="Facebook" target="_blank" data-wpel-link="internal">
<i aria-hidden="true" class="fab fa-facebook"></i>
</a>
</div>
<div class="me-3">
<a class="type-400" href="https://twitter.com/share?url=https://www.lendio.com/blog/podcast-dont-pull-hard/" target="_blank" aria-label="Twitter" data-wpel-link="internal">
<i aria-hidden="true" class="fab fa-twitter"></i>
</a>
</div>
<div>
<a class="type-400" href="https://www.linkedin.com/sharing/share-offsite/?url=https://www.lendio.com/blog/podcast-dont-pull-hard/" aria-label="Linked In" target="_blank" data-wpel-link="internal">
<i aria-hidden="true" class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4 ps-lg-5">
<div id="blog-sidebar" class="sticky-lg-top">
<div class="d-none d-lg-block mb-6">
<form action="/" method="get">
<div id="blog-search" class="input-group seamless-start">
<span class="input-group-text rounded-end rounded-pill"><i class="text-primary fa-regular fa-magnifying-glass"></i></span>
<input type="text" class="form-control border-start-0 ps-0 rounded-start rounded-pill" name="s" id="search" placeholder="Search articles" value="" />
</div>
<input type="hidden" value="post" name="post_type" id="post_type" />
</form>
</div>
<div class="d-none d-lg-block">
<div class="chapter-nav d-none">
<div class="d-none d-lg-block">
<div class="fs-5 fw-bold mb-3">
Table of Contents
</div>
<ul id="toc" class="list-group background-50 mb-6"></ul>
</div>
<div class="accordion d-lg-none" id="blogTableOfContents-1">
<div class="accordion-item border-0">
<h2 class="accordion-header" id="tableOfContents-1">
<button class="accordion-button px-0 py-4 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#toc-1" aria-expanded="false" aria-controls="collapseOne">
Table of Contents
</button>
</h2>
<div id="toc-1" class="accordion-collapse collapse" aria-labelledby="tableOfContents" data-bs-parent="#blogTableOfContents">
<div class="accordion-body border-top border-gray-100 px-0">
<div class="chapter-nav">
<ul class="list-group background-50 px-4"></ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-5">
<div class="is-layout-flow wp-block-group is-style-full-width has-background-50-background-color has-background">
<div class="is-layout-flow wp-block-group is-style-standard-width has-background-200-background-color has-background"><div class="pt-5 ">
</div>
<h3 class="has-text-align-center">See if you&#8217;re eligible for business financing</h3>
<div class="" style="min-height: 155px;">
<lendio-start class="shadow-host">
</lendio-start>
</div>
<div class="pt-5 ">
</div>
</div>
</div>
</div>
<div class="mb-5">
<div class="is-layout-flow wp-block-group is-style-full-width has-background-50-background-color has-background">
<div class="is-layout-flow wp-block-group is-style-standard-width has-white-background-color has-background"><div class="pt-5 ">
</div>
<h6>Recommended Articles</h6>
<div class="">
<ul class="list-unstyled">
<li>
<a href="https://www.lendio.com/blog/rescue-your-small-business/" class="fw-bold type-600 d-block py-3 border-bottom border-gray-100" data-wpel-link="internal">
29 Ways to Rescue Your Small Business in 2023 </a>
</li>
<li>
<a href="https://www.lendio.com/blog/financial-franchise-opportunities/" class="fw-bold type-600 d-block py-3 border-bottom border-gray-100" data-wpel-link="internal">
The Best Financial Franchise Opportunities in 2023 </a>
</li>
<li>
<a href="https://www.lendio.com/blog/best-worst-franchises-buy-2021/" class="fw-bold type-600 d-block py-3 border-bottom border-gray-100" data-wpel-link="internal">
Best and Worst Franchises to Own in 2023 </a>
</li>
<li>
<a href="https://www.lendio.com/blog/debit-card-processing-fees/" class="fw-bold type-600 d-block py-3 border-bottom border-gray-100" data-wpel-link="internal">
Understanding Debit Card Processing Fees in 2023 </a>
</li>
<li>
<a href="https://www.lendio.com/blog/strategies-increase-sales/" class="fw-bold type-600 d-block py-3 border-bottom border-gray-100" data-wpel-link="internal">
Jump-Start 2023: 4 Actions to Increase Your Sales </a>
</li>
</ul>
</div>
<div class="pt-5 ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="my-8">
<div class="
	card card-section shadow mw-100
	is-style-no-padding">
<div class="card-body">
<div class="is-layout-flex wp-container-10 wp-block-columns is-style-no-gap">
<div class="is-layout-flow wp-block-column has-background-50-background-color has-background" style="padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><div class="pt-9 ">
</div>
<div class="is-layout-flex wp-container-7 wp-block-columns">
<div class="is-layout-flow wp-block-column" style="flex-basis:33.33%">
<figure class="wp-block-image aligncenter size-full"><img decoding="async" loading="lazy" width="292" height="254" src="https://www.lendio.com/wp-content/uploads/2022/09/image.png" alt="" class="wp-image-113543" srcset="https://www.lendio.com/wp-content/uploads/2022/09/image.png 292w, https://www.lendio.com/wp-content/uploads/2022/09/image-259x225.png 259w" sizes="(max-width: 292px) 100vw, 292px" /></figure>
</div>
<div class="is-layout-flow wp-block-column" style="flex-basis:66.66%">
<h4>Business insights right to your inbox</h4>
<p>Subscribe to our weekly newsletter for industry news and business strategies and tips</p>
</div>
</div>
<div class="pt-9 ">
</div>
</div>
<div class="is-layout-flow wp-block-column" style="padding-right:40px;padding-left:40px"><div class="pt-9 ">
</div>
<h4>Subscribe to the newsletter</h4>
<section>
<div id="blog-subscribe">
<div class="hubspot-form-base">
<script type="rocketlazyloadscript">
					document.addEventListener('DOMContentLoaded', () => {
						hbspt.forms.create({
							region: "na1",
							portalId: "3012772",
							formId: "c115adf4-2cca-4800-82f3-763b21246a93",
							onFormReady: function($form) {
								const $inputField = $form.find('input[type=email]');
								const $inputContainer = $inputField.parent().parent();
								const $submitBtn = $form.find('input[type=submit]');

								$submitBtn.removeClass('primary large').addClass('btn flex-shrink-0');

								if ('row'=== 'column'){
									$form.addClass('d-flex flex-column align-items-center');
									$submitBtn.addClass('mt-4');
									$inputContainer.addClass('w-100');
								} else {
									$form.addClass('d-flex justify-content-center align-content-center flex-wrap gap-3');
									$submitBtn.addClass('flex-shrink-0');
									$inputContainer.addClass('flex-grow-1 me-auto');
								}

								$inputField.parent().addClass('input-group d-flex');
								$inputContainer.addClass('d-flex flex-column');
							}
						});
					})
				</script>
</div>
</div>
</section>
<div class="pt-2 ">
</div>
<p>Subscribe to our weekly newsletter for industry news and business strategies and tips.</p>
<div class="pt-9 ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
	//Copy url from window
	(function($) {
		$(document).on('click', '.copy-post-url', function() {
			var tempElement = document.createElement('input'),
			exampleTriggerEl = document.getElementById('copy-tooltip'),
			tooltip = bootstrap.Tooltip.getOrCreateInstance(exampleTriggerEl),
			text = window.location.href;
			document.body.appendChild(tempElement);
			tempElement.value = text;
			tempElement.select();
			document.execCommand('copy');
			document.body.removeChild(tempElement);
			tooltip.show();
			setTimeout(() => {
				tooltip.hide();
			}, 2000);
		});
	})(jQuery);
</script>
<div id="footer" class="alt-white border-top border-gray-100 type-400 pt-8">
<div class="container">
<div class="row m-auto pt-10 px-8 pb-8 justify-content-center">
<div class="col-12 pb-8">
<div class="row justify-content-center">
<div class="
																	col-md-4
																col-12 pt-md-0 pt-4
							">
<p class="fw-normal text-uppercase mb-3">
Resources </p>
<p class="mb-1">
<a href="https://www.lendio.com/contact/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Contact </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/faq/" class="type-400 mb-1 d-block" data-wpel-link="internal">
FAQ </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/partners/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Partners </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/blog/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Blog </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/security/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Security </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/agreements/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Terms & Agreements </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/local/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Find a Local Representative </a>
</p>
</div>
<div class="
																	col-md-4
																col-12 pt-md-0 pt-4
							">
<p class="fw-normal text-uppercase mb-3">
Company </p>
<p class="mb-1">
<a href="https://www.lendio.com/company/" class="type-400 mb-1 d-block" data-wpel-link="internal">
About </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/careers/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Careers </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/newsroom/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Newsroom </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/newsroom/leadership/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Leadership </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/franchise/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Franchising Opportunities </a>
</p>
</div>
<div class="
																	col-md-4
																col-12 pt-md-0 pt-4
							">
<p class="fw-normal text-uppercase mb-3">
Learn </p>
<p class="mb-1">
<a href="https://www.lendio.com/business-loans/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Business Financing </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/how-it-works/" class="type-400 mb-1 d-block" data-wpel-link="internal">
How It Works </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/small-business-loans/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Small Business Loans </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/business-credit/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Building Business Credit </a>
</p>
<p class="mb-1">
<a href="https://www.lendio.com/locations/" class="type-400 mb-1 d-block" data-wpel-link="internal">
Business Loans Near Me </a>
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="row pt-5">
<div class="col-md-6 col-12 pb-8">
<div class="d-flex align-items-center">
<a href="/" target="_blank" class="pe-md-4 pe-3 me-md-4 me-3" data-wpel-link="internal">
<img width="72" height="19" style="width: 72px; height: 19px;" alt="Lendio" src="https://www.lendio.com/wp-content/themes/lendio-standards/images/2021-logo-footer.svg">
</a>
</div>
</div>
<div class="col-md-6 col-12">
<div class="d-flex justify-content-end">
<a class="type-400 p-lg ms-3" href="https://www.instagram.com/lendio/" target="_blank" data-wpel-link="external" rel="external noopener noreferrer">
<span class="sr-only">Instagram</span>
<i class="fa-brands fa-instagram"></i>
</a>
<a class="type-400 p-lg ms-3" href="https://facebook.com/Lendio" target="_blank" data-wpel-link="external" rel="external noopener noreferrer">
<span class="sr-only">Facebook</span>
<i class="fa-brands fa-facebook"></i>
</a>
<a class="type-400 p-lg ms-3" href="https://twitter.com/Lendio" target="_blank" data-wpel-link="external" rel="external noopener noreferrer">
<span class="sr-only">Lendio</span>
<i class="fa-brands fa-twitter"></i>
</a>
<a class="type-400 p-lg ms-3" href="https://www.linkedin.com/company/lendio" target="_blank" data-wpel-link="external" rel="external noopener noreferrer">
<span class="sr-only">LinkedIn</span>
<i class="fa-brands fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-12 border-top border-gray-100 pt-8">
<div class="row">
<div class="col-12 col-lg-10">
<div class="pb-3">
<a href="/agreements/terms-of-use/" class="me-3 p-xs type-400 d-inline" data-wpel-link="internal">
Terms of Use </a>
<a href="/agreements/privacy-policy/" class="me-3 p-xs type-400 d-inline" data-wpel-link="internal">
Privacy Policy </a>
</div>
<div class="p-xs">
<p>Copyright &copy; 2023 Lendio. All Rights Reserved. &nbsp;&nbsp;|&nbsp;&nbsp;4100 Chapel Ridge Road, Suite 500, Lehi, UT 84043</p>
</div>
<div class="type-300 pe-5 p-xs">
<p>California loans made pursuant to the California Financing Law, Division 9 (commencing with Section 22000) of the Finance Code. All such loans made through Lendio Partners, LLC, a wholly-owned subsidiary of Lendio, Inc. and a licensed finance lender/broker, California Financing Law License No. 60DBO-44694.</p>
<p>This site is protected by reCAPTCHA and the Google <a class="type-400" href="https://policies.google.com/privacy" data-wpel-link="external" target="_blank" rel="external noopener noreferrer">Privacy Policy</a> and <a class="type-400" href="https://policies.google.com/terms" data-wpel-link="external" target="_blank" rel="external noopener noreferrer">Terms of Service</a> apply.</p>
</div>
</div>
<div class="col-12 col-lg-2 justify-align-end">
<a href="https://www.bbb.org/us/ut/lehi/profile/loans/lendio-inc-1166-22173663" target="_blank" class="site-footer-bbb" data-wpel-link="external" rel="external noopener noreferrer">
<img alt="Better Business Bureau" width="150" height="57" src="https://cdn.lendio.com/hp-uploads/BBB-Logo-small.png" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		document.addEventListener('wpcf7mailsent', function(event) {
			if('79257' == event.detail.contactFormId) {
				window.location.replace('https://www.lendio.com/franchise/thank-you/');
			} else if('78876' == event.detail.contactFormId) {
				window.location.replace('https://www.lendio.com/franchise/thank-you/');
			} else if('79406' == event.detail.contactFormId) {
				window.location.replace('https://www.lendio.com/franchise/thank-you/');
			}
		}, false);
	</script>
<svg class="overflow-hidden position-absolute" style="height: 1px; width: 1px; clip: rect(1px, 1px, 1px, 1px);" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="blue-gradient-def">
<stop class="blue-stop-1" offset="0%"></stop>
<stop class="blue-stop-2" offset="100%"></stop>
</linearGradient>
<linearGradient id="pink-gradient-def">
<stop class="pink-stop-1" offset="0%"></stop>
<stop class="pink-stop-2" offset="100%"></stop>
</linearGradient>
</defs>
</svg>
<script type="application/ld+json" class="saswp-schema-markup-output">
[{"@context":"https://schema.org/","@graph":[{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Small Business Loans","url":"https://www.lendio.com/small-business-loans/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Accounts Receivable Financing","url":"https://www.lendio.com/business-loans/accounts-receivable-financing/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Business Acquisition Loan","url":"https://www.lendio.com/business-loans/acquisition-loan/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Business Term Loan","url":"https://www.lendio.com/business-loans/term-loans/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Equipment Financing","url":"https://www.lendio.com/business-loans/equipment-financing/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Small Business Loan","url":"https://www.lendio.com/small-business-loans/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"View all loan types","url":"https://www.lendio.com/loan-types/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Resources","url":"#"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Blog","url":"https://www.lendio.com/blog/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Business Loan Calculator","url":"https://www.lendio.com/business-calculators/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Business Loan Reviews","url":"https://www.lendio.com/loan-reviews/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Industries","url":"https://www.lendio.com/industry/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"ERC Application","url":"https://www.lendio.com/employee-retention-credit-application/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Employee Retention Credit Calculator (ERTC)","url":"https://www.lendio.com/employee-retention-credit-calculator/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Invoice Template","url":"https://www.lendio.com/small-business-software/invoice-template/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"PPP Loans","url":"https://www.lendio.com/covid-relief/sba-paycheck-protection-program-loans/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Company","url":"#"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"About Us","url":"https://www.lendio.com/company/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Lendio Leadership","url":"https://www.lendio.com/newsroom/leadership/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Life at Lendio","url":"https://www.lendio.com/life-at-lendio/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Newsroom","url":"https://www.lendio.com/newsroom/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Lendio Gives","url":"https://www.lendio.com/lendio-gives/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Business Success Stories","url":"https://www.lendio.com/reviews/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.lendio.com/#Main","name":"Partners","url":"https://www.lendio.com/partners/"}]},

{"@context":"https://schema.org/","@type":"BreadcrumbList","@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://www.lendio.com","name":"Lendio"}},{"@type":"ListItem","position":2,"item":{"@id":"https://www.lendio.com/running-a-business/","name":"Running A Business"}},{"@type":"ListItem","position":3,"item":{"@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/","name":"Entrepreneur Addiction Podcast #1 &#8212; Don&#8217;t &#8216;Pull&#8217; Too Hard"}}]},

{"@context":"https://schema.org/","@type":"CreativeWork","@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/#CreativeWork","url":"https://www.lendio.com/blog/podcast-dont-pull-hard/","inLanguage":"en-US","mainEntityOfPage":"https://www.lendio.com/blog/podcast-dont-pull-hard/","headline":"Entrepreneur Addiction Podcast #1 &#8212; Don&#8217;t &#8216;Pull&#8217; Too Hard","description":"Click below to Play. Go here to view and download on iTunes. Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur","articleBody":"Click below to Play.    Go here to view and download on iTunes.  Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur topics that can help small businesses be successful. Patrick has had many years experience in radio and TV, and owns the Patrick Wiscombe Podcast Network.    This episode covers:     \tThe state of small business   \tThe state of small business lending   \tWhy small Business Lending is the solution to the economic crisis   \tDifference between a hard and soft credit pull   \tLendio in the Inc. 500   \tFinancing options you didn't know about   \tWhat the podcast will cover in the future    Click to Play      If you can't listen, here's the text:    Cool Voice Guy: Fueling your business success, this is the entrepreneur addiction podcast, breaking the small business loan news you need if you obsess about your company. Heard exclusively at Lendio.com. And now here are our your hosts: Brock Blake, Dan Bischoff and Patrick Wiscombe.    Patrick: It's the debut edition of the Entrepreneur Addiction Podcast. coming up on toady's edition of the podcast, we're going to be talking about small business loans. Now before you turn off the radio and go, \"Oh, come on, really? Small business loans?\" No, this is actually really informative, we promise a very entertaining podcast. Now, joining me for the podcast, the CEO of Lendio, who is the main sponsor of this podcast. Brock Blake it's good have you here and it's good to meet you, too.    Brock: Yeah, I'm very excited to be here and we're very excited about this podcast. I think it'll be very informative for the listeners and to be able to talk a little about small business loans, and especially in today's economy, we know what a pain that is, so we're going to talk a little bit about it and help people through their \"entrepreneurial addiction.\"    Patrick: Dan Bischoff, the corporate communications Director of Lendio is also in Studio with us. Good to have you here.    Dan: Good to be here.    Patrick: Now guys let's get right to the heart of the podcast.    Dan: \"First, just to give Brock some props, last Tuesday Lendio was named to the Inc. 500 for the second straight year. So props to Brock. And today, Brock's going to an awards ceremony with Utah Business Magazine to celebrate being mentioned in the Fast 50.\"    Patrick: Congratulations, that's huge news. The Inc 500 in back to back years.    Brock: Yeah, when you think of entrepreneurs about starting a business, that's one of those dreams to be able to be one of the 500 fastest growing companies in the U.S. We're excited about it, especially because we have such a good team, and we're really passionate about helping business owners. It's fun to have some of those things happen as you grow your company.    Patrick: Tell us what Lendio does. Maybe we should explain what the company does before we pontificate ourselves as experts.    Brock: That's a great question. Lendio, our goal is to help a small business owner get access to a small business loan. Let me describe the way the current market works. You take a small business owner, and this small business owner is likely very good at, maybe they own a restaurant, or maybe have a landscaping company, or maybe they own a consulting firm, and they're really good at what they know best. But when it comes to getting a loan, usually what happens it they know they need a $50,000 loan to grow their business. But how to get that loan, where to go, which banks are lending, which loan products are available, most of those answers are really hard to come by. As a result of that, 9 times out of 10 a business owner applies at a local bank or credit union, they get declined for a loan. Our focus is to say, alright business owner, we're going to work with all the lenders across the United States, we are going to identify their loan preferences, the loan products they focus on, and we're going to gather that information and we're going to come to the business owner and we're going to say, 'OK business owner, let us gather some information about you.    Patrick: Now is this on the website or are you generally speaking?    Brock: Yeah, this is all our web technology. If a business owner comes to our website, they sign up and we gather some information about them, and we do a soft pull on their credit. We've partnered with Equifax. And we want to be able to look at the business owners' profile. But a soft pull is important because when we pull the credit we don't have a hard inquire that damages a person's credit. So we are able to preserve a strong credit score.    Patrick: We'll see a lot of people don't know that it even damages the score. Why do they look at as damaging? Would it be damaging because any time you pull credit it's considered “Oh, man this Person's looking for credit.”    Brock: Right Right    Dan: a hard pull, though.    Brock: There's a hard inquiry and a soft inquiry. We have the ability to do a soft inquiry so it doesn't damage your credit. We can look at your data without it damaging your credit.    Patrick: Oh, okay. So it's good.    Brock: So then we use all that information to do three things: First thing is to guide the business owner on the type of loan product. When it comes to business loans there are perhaps twenty different loan products: SBA loans, equipment loans, working capital loans, export loans, and so on...    Patrick: Construction?    Brock: So we tell the business owner “based on your data, here are the three best types of loans that you could qualify for. Then step number two is to be able to then say, “within each of those loan categories, here are the lenders that you are pre-approved for.” Then we'll give them a list, and then right through our platform they can apply to that lender. They can click the button, and all of their information will get sent to the lender. The lender will get a notification. And you don't have to fill out a bunch of long form applications. You don't have to get your credit pulled, and in a few short minutes you can get pre-approved to all the lenders that are actually lending in today’s environment.    Patrick: I'm no expert, but to me that sounds a little, not even evolutionary, this is revolutionary. In terms of business loans, I've never heard of this.    Brock: Yeah, for us we're really, really excited about the product. It just makes the business owner life so much easier. And there really isn't anything else out there like that that will walk you through that process and make it so efficient for you.    Patrick: That's pretty cool.    Dan: Anybody's that bored about business loans, they probably shouldn't be. They think of Angel Investors or Venture Capital as being the sexy thing. That's what sounds cool. That's what Brock was doing before at Funding Universe. But what he found out is that most of these businesses don’t' have the kind of business model that fits an investor. And so he was turning away 90 percent of his customers because venture capital wasn't the right fit.    Patrick: So was this your brainchild to come up with a hybrid model to submit you information once and let the institutions, what, 'fight' so they can get the loan.    Brock: Well, they don't necessarily fight over it. But it brings to the business owner all of their options in one place, and then gives them multiple option that you might not have had before.    Patrick: Or even places that they hadn't even thought of.    Brock: Yeah. There's 8000 financial institutions across the United States. And the days where you would just go to the bank on the street corner and apply for a loan and get approved, I mean those days are long gone. Every bank or credit union has a different loan product that they focus on, a different underwriting criteria, a different geographic footprint, and to have a business owner be expected to know what all of that is and keep track of it to improve their chances of getting a loan is just impossible. So we do all of that and kind of take the guess work out of it for the business owner. Then we say, “Here's a lender that may not be in your state, may not be in your region, you may not have even heard of it, but it's your best chance of getting a loan based on your profile.    Patrick: This sounds a lot better. I already smell an extension of this business. If you're going business loans, I can smell consumer loans. Have you thought about that?    Brock: We do a little bit with consumer loans. But we are so passionate about small business owners and entrepreneurs, and the market is so large, that we are really going to take our crack at small business loans and try to make that market efficient. But as you said, I think there's a natural extension to move into personal loans or consumer loans or those sorts of things.    Patrick: Why haven't people heard of this before? I never have. I always think of, “well, just go to Wells Fargo or Bank of America.” It has always sound like a hassle and has taken a year to get approved, and even at that it's always on some pretty short leash.    Brock: Yeah, you know, the perception on the market is probably an accurate one. I mean, the reason why is because, the statistics are that nine times out of ten I'm going to do that and I'm going to get declined. And so people understand that it's difficult and a little bit of a negative perception. We're trying to change that to be able to say, “Hey, you know what, there are lender that are looking to loan money, and we can make that process easier for you.”    Dan: With this economy too, I'd say, the perception is that banks aren't loaning money.    Patrick: I would agree.    Dan: With this bad economy they've tightened their credit, or their terms and things. But Brock's been to some banking conferences, and that's not the issue. Banks want to lend to businesses right now.    Brock:  Yeah, it's interesting. The market timing right now is phenomenal because, we've gone through this recession, (I'm not saying we're out of the recession), but in the last two and half, three years, back to 2008, banks and credit unions really pulled back. They were kind of forced to. What that means is that they have all these deposits in their bank, and banks don't make money by holding deposits. (laughter) They make money by lending. And so they pulled way back and now they got all this money in their coffer saying, “Man, I’ve got to lend that.”    Patrick: But it was a real pull back?    Brock: It was a real pull back. Now they're saying, “Okay, we've got all these deposits, now we've need lend.” And now they're being very aggressive in their approach to growing small business loans. I wouldn't say aggressive as in the reducing of their qualifications so much. I mean, in some case they are. But for those that are qualified they want to lend as much as possible.    Dan: There's a federal study that just came out, I think, a week ago. But they do one every quarter where they survey different banks. And in July they did this survey, and in the first time in four years they found out that banks are starting to loosen those terms. And a lot of the reasons they said, one of the reasons is because of alternative lenders that are creating a lot of competition.    Patrick: All the corner 'check for cash like' that?    Dan: Not just that. There's also places like Prosper and Lender Club, which offer peer to peer loan and some social lending that's going on. But these things are creating some competition for the burrowers, and the banks are wanting to get back into that is what it looks like.    Brock: Yeah, there's a lot of lenders that have taken advantage of that pull back that the banks went through. And so what they're saying is that there's other types of loans that someone can make that aren't your traditional bank loans. There's peer to peer lending, there's merchant cash advance, there's...    Patrick: By the way, is a merchant cash advance, we're talking about somebody who has a credit card account and they basically take a loan against their account, for a lack of a better phrase?    Brock: Yeah, and that's why I’m really excited about this pod cast. I think that we ought to, over the course of the next few weeks and months, we can really dive into each type of loan product. But just the general overview of the merchant cash advance: If I’m a business owner, and let's say I’m a restaurant and most of my revenue is coming in through credit card, my customers are paying via credit cards, which means lets say I’ve got over two hundred thousand dollars of revenue every month via credit card revenue, well, that's an asset that people lend against. So they'll say, “Your credit card receivables are the same month to month, so it's very predictable. I'll use that as an asset in order to lend you money.” So they'll advance you, so it's merchant cash, so they'll advance you cash because they know your credit card payments is going to get so much revenue month over month.    Patrick: Because they look at the historical intake?    Brock: Right.    Patrick: Okay, now in terms of merchant accounts, and I don't want to go there because I don't want to derail the podcast on the first go around. But man, I wish I was visa. Holy cow! To think that depending on who the merchant is, that they get realistically, depending on the transaction, either a debit card where the discount is much smaller, vs a credit card that can go as high as four or four and half percent per transaction. Man I would love to insert myself into that stream and let everyone else make money for me.    Brock: Yea, I mean, everyone has to except credit cards, right?    Patrick: They have to.    Brock: So you if can get a piece of that, there's some of those merchant account companies or providers that are making money hand-over-fist.    Dan: You know all these other options are a big thing for the economy as well. The M&amp;T bank chairman, what's his name?    Patrick: I've got it right here. It's Robert Wilmers    Dan: Yeah, he spoke in Buffalo, where they're located, and he basically linked small business loans to job creation. And he was talking about the economy, that the basic problem of the economy is that there's not enough jobs created, and the reason is that there's not business loans. There's not enough of that life blood of capital to grow a business and create more jobs. And so with these business loans there's a lot of options that these businesses owners aren't aware of, that they don't even know that they exist. They just think its, like we said before, the bank down the street. They don't know what there are a thousand other options out here. They don't even know what they qualify for.    Patrick: would you say that online matching like Lendio, I wouldn't say a niche market, but this seems like I said kind of a revolutionary idea, in that people don't think about “Hey, maybe I should do a Google search for small business loans.” I guess there could be a perception out there that you have to get your message out. How do you fight that current of traditional thinking that “you just have to get your message out.”    Brock: For sure, it's about awareness. There's a couple statistics that I would use to answer that question. So, the first is: We also saw a market research study that came out that said, business owners, if they're looking for products or service, 83% of the time now they're going to Google. The first place they're going to go is, “I’m going to look on Google.” And that's totally increased over the last few years where business owners were looking to their networks. But I think the trend is that everyone has a mobile phone, you know, people are really starting to use iPads and Tablets. I mean everything is so on your fingertips, so if you can just go on Google and type in “small business loans”, people are doing that.    Patrick: So you've got to get Lendio optimized so that you come up at the top so people find you.    Brock: Right. And the second thing is that, if you think about small business loans, and I'm going to compare small business loans to other types of loan-verticals. If you look at mortgage loans or auto loans or consumer loans, each of these lending-verticals over the last twenty years have become efficient. I mean, you can go anywhere right now and get a mortgage loan.    Patrick: Is that market also loosing up so you can get a mortgage now?    Brock: Yeah, actually it was so efficient that we have too many loans done right? Which kind of got us into this mess.    Patrick: Yeah, “hey, I make three dollars a month.” “You're approved!”    Brock: “You're approved!” but it's become so efficient, the same thing happened to auto lending. You can go about anywhere and get an auto loan. Small business lending, the market, is very, very far behind. I'd say twenty years behind that. So our goal is to look at what they did in mortgage, look what they did in auto loans, look what they did in consumer lending, and apply those principle and concepts to small business loans. Because I think if you talk about the economy and jobs, it's small business loans that really drive this economy. So we've got to make it easier for banks to do loans and burrowers to get loans.    Patrick: You know (clapping) I think you said something in one sentence that everyone is thinking if you're a small business owner.    Brock: Well, I think it really is important. You know you can read about it in the Wall Street Journal, in the New York Times, and President Obama speaking about it all the time: We need to help small business owners get financing. And part of that is helping banks or credit unions find those qualified business owners. So we're trying to do both. It's a big vision, a big market, but we're really excited about making a little bit of a difference.    Dan: You know, one think about this too, from a personal experience, and I didn't know this problem before I came to Lendio, I wasn't aware of all the other options out there either, but Brock had us go to a bank by ourselves.    Patrick: You know, I thought that was interesting.    Dan: Yeah, and he had everyone in the company do it. And from my experience, you go to the bank, I went to a big one, Chase, and there was nobody there that was the small business expert at the bank.    Patrick: I hate Chase. I'm sorry, can I say that?    Brock: You can, but we're not going to.    Dan: They had me get on the phone with somebody else and talk about it, and there was no real guidance or options. I left there not really knowing what else to do.    Patrick: I think that's cool that you would force all of your employees. Were you an employee?    Dan: Yeah.    Patrick: Okay, you forced all your employees to go and try and get a business loan so that they could actually experience the headache. Wait, I won't even call it a headache. I'll call it a migraine, a big headache.    (Laughter)    Patrick: Basically Lendio offers multiple lenders to access funding from?    Brock: Right    Patrick: You fill out... give you some information, all of that information basically gets picked up by those who are interested in giving a particular business a loan?    Brock: Right.    Patrick: The second thing, and the second part of that is you're helping banks actually find qualified people, so they can make loans to those particular small business customers.    Brock: Right    Patrick: Guys a think this is a brilliant idea. I really do. I really hope it takes off. I know this is episode one of this podcast, but in terms of big vision, I get it. If anything I think everyone should listen to a financial podcast, just so they can get smarter about money, because I think a lot of people are stupid about money.    Dan: Every entrepreneur along the way is going to need capital, probably, anyway. I mean, so we're going to talk a lot about capital. We're also going to bring in some experts, some authors, and some different entrepreneur guys that will offer some different advice. But a lot of it's going to be about the financial thing too, and how to get capital. And maybe how to get some funding by some Angel Investors too, sometimes.    Brock: As I mentioned before, I think there's an opportunity to really dive deep to say, “Okay, I'm a business owner. What are the challenges that are affecting me on a day to day basis?” And a lot of times those challenges are surrounded around capital to start or grow a business. So as we dive deep to be able to say, “If you're in this situation, this is the type of loan product that you should pursue. And by the way, these are the steps that you ought to take, and the ways that you ought to prepare yourself.” So it really becomes a personalized message to become educated on, “Hey, I need money to grow my business, to hire employes, to buy equipment, to expand inventory. This podcast is going to help me learn what I need to know to do that.”    Patrick: You'll find the podcast at Lendio.com. We'll also put it on my podcast site: PatrickWiscombe.com. So guys, awesome!    Brock: Yeah, thanks for having us.    Patrick: That was a good first addition. So for Dan Bischoff who is direct of communications at Lendio.com it's always good to see you.    Dan: you, too.    Patrick: Brock Blake CEO of Lendio.com, be sure to check out his company at Lendio.com. And if you are a small business person who is looking for capital, and if you know anybody. You may have a neighbor who you're fascinated with because he gets to go work for himself every single day. (Laughter) Tell them about Lendio.com. So for Dan Bischoff and Brock Blake, my name is Patrick Wiscombe, thanks for listening to the first ever entrepreneur addiction podcast. We'll talk to you next Monday right here at Lendio.com.    Cool Voice Guy: Making business loans simple, this has been the entrepreneur addiction podcast, helping you secure the capital you need, with your host Brock Blake, Dan Bischoff, and Patrick Wiscombe. Heard exclusively at Lendio.com.","keywords":"Podcast, ","datePublished":"2011-08-29T01:00:59-06:00","dateModified":"2022-08-05T10:22:57-06:00","author":{"@type":"Person","name":"Dan Bischoff","url":"https://www.lendio.com/author/dan/","sameAs":[],"image":{"@type":"ImageObject","url":"https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=96&d=mm&r=g","height":96,"width":96}},"editor":{"@type":"Person","name":"Dan Bischoff","url":"https://www.lendio.com/author/dan/","sameAs":[],"image":{"@type":"ImageObject","url":"https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=96&d=mm&r=g","height":96,"width":96}},"publisher":{"@type":"Organization","name":"Lendio","url":"https://www.lendio.com","logo":{"@type":"ImageObject","url":"https://www.lendio.com/wp-content/uploads/2022/08/Lendio_Logos_Sqaure-01.png","width":"1000","height":"1000"}},"image":[{"@type":"ImageObject","url":"//www.lendio.com/cms/wp-content/uploads/2011/08/microphone-300x300.jpg","width":1200,"height":675,"@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/#primaryimage"}]},

{"@context":"https://schema.org/","@type":"BlogPosting","@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/#BlogPosting","url":"https://www.lendio.com/blog/podcast-dont-pull-hard/","inLanguage":"en-US","mainEntityOfPage":"https://www.lendio.com/blog/podcast-dont-pull-hard/","headline":"Entrepreneur Addiction Podcast #1 &#8212; Don&#8217;t &#8216;Pull&#8217; Too Hard","description":"Click below to Play. Go here to view and download on iTunes. Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur","articleBody":"Click below to Play.    Go here to view and download on iTunes.  Welcome to our debut podcast, which will be on the blog every Monday morning. Patrick Wiscombe will host the show each week, covering a wide variety of entrepreneur topics that can help small businesses be successful. Patrick has had many years experience in radio and TV, and owns the Patrick Wiscombe Podcast Network.    This episode covers:     \tThe state of small business   \tThe state of small business lending   \tWhy small Business Lending is the solution to the economic crisis   \tDifference between a hard and soft credit pull   \tLendio in the Inc. 500   \tFinancing options you didn't know about   \tWhat the podcast will cover in the future    Click to Play      If you can't listen, here's the text:    Cool Voice Guy: Fueling your business success, this is the entrepreneur addiction podcast, breaking the small business loan news you need if you obsess about your company. Heard exclusively at Lendio.com. And now here are our your hosts: Brock Blake, Dan Bischoff and Patrick Wiscombe.    Patrick: It's the debut edition of the Entrepreneur Addiction Podcast. coming up on toady's edition of the podcast, we're going to be talking about small business loans. Now before you turn off the radio and go, \"Oh, come on, really? Small business loans?\" No, this is actually really informative, we promise a very entertaining podcast. Now, joining me for the podcast, the CEO of Lendio, who is the main sponsor of this podcast. Brock Blake it's good have you here and it's good to meet you, too.    Brock: Yeah, I'm very excited to be here and we're very excited about this podcast. I think it'll be very informative for the listeners and to be able to talk a little about small business loans, and especially in today's economy, we know what a pain that is, so we're going to talk a little bit about it and help people through their \"entrepreneurial addiction.\"    Patrick: Dan Bischoff, the corporate communications Director of Lendio is also in Studio with us. Good to have you here.    Dan: Good to be here.    Patrick: Now guys let's get right to the heart of the podcast.    Dan: \"First, just to give Brock some props, last Tuesday Lendio was named to the Inc. 500 for the second straight year. So props to Brock. And today, Brock's going to an awards ceremony with Utah Business Magazine to celebrate being mentioned in the Fast 50.\"    Patrick: Congratulations, that's huge news. The Inc 500 in back to back years.    Brock: Yeah, when you think of entrepreneurs about starting a business, that's one of those dreams to be able to be one of the 500 fastest growing companies in the U.S. We're excited about it, especially because we have such a good team, and we're really passionate about helping business owners. It's fun to have some of those things happen as you grow your company.    Patrick: Tell us what Lendio does. Maybe we should explain what the company does before we pontificate ourselves as experts.    Brock: That's a great question. Lendio, our goal is to help a small business owner get access to a small business loan. Let me describe the way the current market works. You take a small business owner, and this small business owner is likely very good at, maybe they own a restaurant, or maybe have a landscaping company, or maybe they own a consulting firm, and they're really good at what they know best. But when it comes to getting a loan, usually what happens it they know they need a $50,000 loan to grow their business. But how to get that loan, where to go, which banks are lending, which loan products are available, most of those answers are really hard to come by. As a result of that, 9 times out of 10 a business owner applies at a local bank or credit union, they get declined for a loan. Our focus is to say, alright business owner, we're going to work with all the lenders across the United States, we are going to identify their loan preferences, the loan products they focus on, and we're going to gather that information and we're going to come to the business owner and we're going to say, 'OK business owner, let us gather some information about you.    Patrick: Now is this on the website or are you generally speaking?    Brock: Yeah, this is all our web technology. If a business owner comes to our website, they sign up and we gather some information about them, and we do a soft pull on their credit. We've partnered with Equifax. And we want to be able to look at the business owners' profile. But a soft pull is important because when we pull the credit we don't have a hard inquire that damages a person's credit. So we are able to preserve a strong credit score.    Patrick: We'll see a lot of people don't know that it even damages the score. Why do they look at as damaging? Would it be damaging because any time you pull credit it's considered “Oh, man this Person's looking for credit.”    Brock: Right Right    Dan: a hard pull, though.    Brock: There's a hard inquiry and a soft inquiry. We have the ability to do a soft inquiry so it doesn't damage your credit. We can look at your data without it damaging your credit.    Patrick: Oh, okay. So it's good.    Brock: So then we use all that information to do three things: First thing is to guide the business owner on the type of loan product. When it comes to business loans there are perhaps twenty different loan products: SBA loans, equipment loans, working capital loans, export loans, and so on...    Patrick: Construction?    Brock: So we tell the business owner “based on your data, here are the three best types of loans that you could qualify for. Then step number two is to be able to then say, “within each of those loan categories, here are the lenders that you are pre-approved for.” Then we'll give them a list, and then right through our platform they can apply to that lender. They can click the button, and all of their information will get sent to the lender. The lender will get a notification. And you don't have to fill out a bunch of long form applications. You don't have to get your credit pulled, and in a few short minutes you can get pre-approved to all the lenders that are actually lending in today’s environment.    Patrick: I'm no expert, but to me that sounds a little, not even evolutionary, this is revolutionary. In terms of business loans, I've never heard of this.    Brock: Yeah, for us we're really, really excited about the product. It just makes the business owner life so much easier. And there really isn't anything else out there like that that will walk you through that process and make it so efficient for you.    Patrick: That's pretty cool.    Dan: Anybody's that bored about business loans, they probably shouldn't be. They think of Angel Investors or Venture Capital as being the sexy thing. That's what sounds cool. That's what Brock was doing before at Funding Universe. But what he found out is that most of these businesses don’t' have the kind of business model that fits an investor. And so he was turning away 90 percent of his customers because venture capital wasn't the right fit.    Patrick: So was this your brainchild to come up with a hybrid model to submit you information once and let the institutions, what, 'fight' so they can get the loan.    Brock: Well, they don't necessarily fight over it. But it brings to the business owner all of their options in one place, and then gives them multiple option that you might not have had before.    Patrick: Or even places that they hadn't even thought of.    Brock: Yeah. There's 8000 financial institutions across the United States. And the days where you would just go to the bank on the street corner and apply for a loan and get approved, I mean those days are long gone. Every bank or credit union has a different loan product that they focus on, a different underwriting criteria, a different geographic footprint, and to have a business owner be expected to know what all of that is and keep track of it to improve their chances of getting a loan is just impossible. So we do all of that and kind of take the guess work out of it for the business owner. Then we say, “Here's a lender that may not be in your state, may not be in your region, you may not have even heard of it, but it's your best chance of getting a loan based on your profile.    Patrick: This sounds a lot better. I already smell an extension of this business. If you're going business loans, I can smell consumer loans. Have you thought about that?    Brock: We do a little bit with consumer loans. But we are so passionate about small business owners and entrepreneurs, and the market is so large, that we are really going to take our crack at small business loans and try to make that market efficient. But as you said, I think there's a natural extension to move into personal loans or consumer loans or those sorts of things.    Patrick: Why haven't people heard of this before? I never have. I always think of, “well, just go to Wells Fargo or Bank of America.” It has always sound like a hassle and has taken a year to get approved, and even at that it's always on some pretty short leash.    Brock: Yeah, you know, the perception on the market is probably an accurate one. I mean, the reason why is because, the statistics are that nine times out of ten I'm going to do that and I'm going to get declined. And so people understand that it's difficult and a little bit of a negative perception. We're trying to change that to be able to say, “Hey, you know what, there are lender that are looking to loan money, and we can make that process easier for you.”    Dan: With this economy too, I'd say, the perception is that banks aren't loaning money.    Patrick: I would agree.    Dan: With this bad economy they've tightened their credit, or their terms and things. But Brock's been to some banking conferences, and that's not the issue. Banks want to lend to businesses right now.    Brock:  Yeah, it's interesting. The market timing right now is phenomenal because, we've gone through this recession, (I'm not saying we're out of the recession), but in the last two and half, three years, back to 2008, banks and credit unions really pulled back. They were kind of forced to. What that means is that they have all these deposits in their bank, and banks don't make money by holding deposits. (laughter) They make money by lending. And so they pulled way back and now they got all this money in their coffer saying, “Man, I’ve got to lend that.”    Patrick: But it was a real pull back?    Brock: It was a real pull back. Now they're saying, “Okay, we've got all these deposits, now we've need lend.” And now they're being very aggressive in their approach to growing small business loans. I wouldn't say aggressive as in the reducing of their qualifications so much. I mean, in some case they are. But for those that are qualified they want to lend as much as possible.    Dan: There's a federal study that just came out, I think, a week ago. But they do one every quarter where they survey different banks. And in July they did this survey, and in the first time in four years they found out that banks are starting to loosen those terms. And a lot of the reasons they said, one of the reasons is because of alternative lenders that are creating a lot of competition.    Patrick: All the corner 'check for cash like' that?    Dan: Not just that. There's also places like Prosper and Lender Club, which offer peer to peer loan and some social lending that's going on. But these things are creating some competition for the burrowers, and the banks are wanting to get back into that is what it looks like.    Brock: Yeah, there's a lot of lenders that have taken advantage of that pull back that the banks went through. And so what they're saying is that there's other types of loans that someone can make that aren't your traditional bank loans. There's peer to peer lending, there's merchant cash advance, there's...    Patrick: By the way, is a merchant cash advance, we're talking about somebody who has a credit card account and they basically take a loan against their account, for a lack of a better phrase?    Brock: Yeah, and that's why I’m really excited about this pod cast. I think that we ought to, over the course of the next few weeks and months, we can really dive into each type of loan product. But just the general overview of the merchant cash advance: If I’m a business owner, and let's say I’m a restaurant and most of my revenue is coming in through credit card, my customers are paying via credit cards, which means lets say I’ve got over two hundred thousand dollars of revenue every month via credit card revenue, well, that's an asset that people lend against. So they'll say, “Your credit card receivables are the same month to month, so it's very predictable. I'll use that as an asset in order to lend you money.” So they'll advance you, so it's merchant cash, so they'll advance you cash because they know your credit card payments is going to get so much revenue month over month.    Patrick: Because they look at the historical intake?    Brock: Right.    Patrick: Okay, now in terms of merchant accounts, and I don't want to go there because I don't want to derail the podcast on the first go around. But man, I wish I was visa. Holy cow! To think that depending on who the merchant is, that they get realistically, depending on the transaction, either a debit card where the discount is much smaller, vs a credit card that can go as high as four or four and half percent per transaction. Man I would love to insert myself into that stream and let everyone else make money for me.    Brock: Yea, I mean, everyone has to except credit cards, right?    Patrick: They have to.    Brock: So you if can get a piece of that, there's some of those merchant account companies or providers that are making money hand-over-fist.    Dan: You know all these other options are a big thing for the economy as well. The M&amp;T bank chairman, what's his name?    Patrick: I've got it right here. It's Robert Wilmers    Dan: Yeah, he spoke in Buffalo, where they're located, and he basically linked small business loans to job creation. And he was talking about the economy, that the basic problem of the economy is that there's not enough jobs created, and the reason is that there's not business loans. There's not enough of that life blood of capital to grow a business and create more jobs. And so with these business loans there's a lot of options that these businesses owners aren't aware of, that they don't even know that they exist. They just think its, like we said before, the bank down the street. They don't know what there are a thousand other options out here. They don't even know what they qualify for.    Patrick: would you say that online matching like Lendio, I wouldn't say a niche market, but this seems like I said kind of a revolutionary idea, in that people don't think about “Hey, maybe I should do a Google search for small business loans.” I guess there could be a perception out there that you have to get your message out. How do you fight that current of traditional thinking that “you just have to get your message out.”    Brock: For sure, it's about awareness. There's a couple statistics that I would use to answer that question. So, the first is: We also saw a market research study that came out that said, business owners, if they're looking for products or service, 83% of the time now they're going to Google. The first place they're going to go is, “I’m going to look on Google.” And that's totally increased over the last few years where business owners were looking to their networks. But I think the trend is that everyone has a mobile phone, you know, people are really starting to use iPads and Tablets. I mean everything is so on your fingertips, so if you can just go on Google and type in “small business loans”, people are doing that.    Patrick: So you've got to get Lendio optimized so that you come up at the top so people find you.    Brock: Right. And the second thing is that, if you think about small business loans, and I'm going to compare small business loans to other types of loan-verticals. If you look at mortgage loans or auto loans or consumer loans, each of these lending-verticals over the last twenty years have become efficient. I mean, you can go anywhere right now and get a mortgage loan.    Patrick: Is that market also loosing up so you can get a mortgage now?    Brock: Yeah, actually it was so efficient that we have too many loans done right? Which kind of got us into this mess.    Patrick: Yeah, “hey, I make three dollars a month.” “You're approved!”    Brock: “You're approved!” but it's become so efficient, the same thing happened to auto lending. You can go about anywhere and get an auto loan. Small business lending, the market, is very, very far behind. I'd say twenty years behind that. So our goal is to look at what they did in mortgage, look what they did in auto loans, look what they did in consumer lending, and apply those principle and concepts to small business loans. Because I think if you talk about the economy and jobs, it's small business loans that really drive this economy. So we've got to make it easier for banks to do loans and burrowers to get loans.    Patrick: You know (clapping) I think you said something in one sentence that everyone is thinking if you're a small business owner.    Brock: Well, I think it really is important. You know you can read about it in the Wall Street Journal, in the New York Times, and President Obama speaking about it all the time: We need to help small business owners get financing. And part of that is helping banks or credit unions find those qualified business owners. So we're trying to do both. It's a big vision, a big market, but we're really excited about making a little bit of a difference.    Dan: You know, one think about this too, from a personal experience, and I didn't know this problem before I came to Lendio, I wasn't aware of all the other options out there either, but Brock had us go to a bank by ourselves.    Patrick: You know, I thought that was interesting.    Dan: Yeah, and he had everyone in the company do it. And from my experience, you go to the bank, I went to a big one, Chase, and there was nobody there that was the small business expert at the bank.    Patrick: I hate Chase. I'm sorry, can I say that?    Brock: You can, but we're not going to.    Dan: They had me get on the phone with somebody else and talk about it, and there was no real guidance or options. I left there not really knowing what else to do.    Patrick: I think that's cool that you would force all of your employees. Were you an employee?    Dan: Yeah.    Patrick: Okay, you forced all your employees to go and try and get a business loan so that they could actually experience the headache. Wait, I won't even call it a headache. I'll call it a migraine, a big headache.    (Laughter)    Patrick: Basically Lendio offers multiple lenders to access funding from?    Brock: Right    Patrick: You fill out... give you some information, all of that information basically gets picked up by those who are interested in giving a particular business a loan?    Brock: Right.    Patrick: The second thing, and the second part of that is you're helping banks actually find qualified people, so they can make loans to those particular small business customers.    Brock: Right    Patrick: Guys a think this is a brilliant idea. I really do. I really hope it takes off. I know this is episode one of this podcast, but in terms of big vision, I get it. If anything I think everyone should listen to a financial podcast, just so they can get smarter about money, because I think a lot of people are stupid about money.    Dan: Every entrepreneur along the way is going to need capital, probably, anyway. I mean, so we're going to talk a lot about capital. We're also going to bring in some experts, some authors, and some different entrepreneur guys that will offer some different advice. But a lot of it's going to be about the financial thing too, and how to get capital. And maybe how to get some funding by some Angel Investors too, sometimes.    Brock: As I mentioned before, I think there's an opportunity to really dive deep to say, “Okay, I'm a business owner. What are the challenges that are affecting me on a day to day basis?” And a lot of times those challenges are surrounded around capital to start or grow a business. So as we dive deep to be able to say, “If you're in this situation, this is the type of loan product that you should pursue. And by the way, these are the steps that you ought to take, and the ways that you ought to prepare yourself.” So it really becomes a personalized message to become educated on, “Hey, I need money to grow my business, to hire employes, to buy equipment, to expand inventory. This podcast is going to help me learn what I need to know to do that.”    Patrick: You'll find the podcast at Lendio.com. We'll also put it on my podcast site: PatrickWiscombe.com. So guys, awesome!    Brock: Yeah, thanks for having us.    Patrick: That was a good first addition. So for Dan Bischoff who is direct of communications at Lendio.com it's always good to see you.    Dan: you, too.    Patrick: Brock Blake CEO of Lendio.com, be sure to check out his company at Lendio.com. And if you are a small business person who is looking for capital, and if you know anybody. You may have a neighbor who you're fascinated with because he gets to go work for himself every single day. (Laughter) Tell them about Lendio.com. So for Dan Bischoff and Brock Blake, my name is Patrick Wiscombe, thanks for listening to the first ever entrepreneur addiction podcast. We'll talk to you next Monday right here at Lendio.com.    Cool Voice Guy: Making business loans simple, this has been the entrepreneur addiction podcast, helping you secure the capital you need, with your host Brock Blake, Dan Bischoff, and Patrick Wiscombe. Heard exclusively at Lendio.com.","keywords":"Podcast, ","datePublished":"2011-08-29T01:00:59-06:00","dateModified":"2022-08-05T10:22:57-06:00","author":{"@type":"Person","name":"Dan Bischoff","url":"https://www.lendio.com/author/dan/","sameAs":[],"image":{"@type":"ImageObject","url":"https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=96&d=mm&r=g","height":96,"width":96}},"editor":{"@type":"Person","name":"Dan Bischoff","url":"https://www.lendio.com/author/dan/","sameAs":[],"image":{"@type":"ImageObject","url":"https://secure.gravatar.com/avatar/d348ad39a53da386e58e1304704da17a?s=96&d=mm&r=g","height":96,"width":96}},"publisher":{"@type":"Organization","name":"Lendio","url":"https://www.lendio.com","logo":{"@type":"ImageObject","url":"https://www.lendio.com/wp-content/uploads/2022/08/Lendio_Logos_Sqaure-01.png","width":"1000","height":"1000"}},"image":[{"@type":"ImageObject","url":"//www.lendio.com/cms/wp-content/uploads/2011/08/microphone-300x300.jpg","width":1200,"height":675,"@id":"https://www.lendio.com/blog/podcast-dont-pull-hard/#primaryimage"}]}]
</script>
<link data-minify="1" rel='stylesheet' id='block-acf-newsletter-subscription-cta-css' href='https://www.lendio.com/wp-content/cache/min/1/wp-content/themes/lendio-standards/blocks/newsletter-subscription-cta/styles.css?ver=1674583702' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='block-acf-card-css' href='https://www.lendio.com/wp-content/cache/min/1/wp-content/themes/lendio-standards/blocks/card/styles.css?ver=1674583698' type='text/css' media='all' />
<link rel='stylesheet' id='footer-css' href='https://www.lendio.com/wp-content/themes/lendio-standards/stylesheets/compiled/footer.min.css?ver=1674582764' type='text/css' media='all' />
<style id='core-block-supports-inline-css' type='text/css'>
.wp-block-columns.wp-container-7,.wp-block-columns.wp-container-10{flex-wrap:nowrap;}
</style>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1674583698' id='swv-js' defer></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.lendio.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1674583698' id='contact-form-7-js' defer></script>
<script type='text/javascript' id='rocket-browser-checker-js-after'>
"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(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.lendio.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type='text/javascript' id='rocket-preload-links-js-after'>
(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' src='https://www.lendio.com/bp/tracking.min.js?ver=eac96777d308f439690bb8db9f3c4b70' id='lendio-tracking-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.google.com/recaptcha/api.js?render=6LcBPdAjAAAAAHqRUSKEIxaLqnijnr2YCom_wbPV&#038;ver=3.0' id='google-recaptcha-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' id='wpcf7-recaptcha-js-extra'>
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LcBPdAjAAAAAHqRUSKEIxaLqnijnr2YCom_wbPV","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1674583698' id='wpcf7-recaptcha-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/wp-content/themes/lendio-standards/js/blog-chapters.js?ver=1674583703' id='blog-chapters-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.lendio.com/wp-content/cache/min/1/lendio-start.umd.js?ver=1674583703' id='block-acf-lendio-widget-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='//js.hsforms.net/forms/v2.js?ver=eac96777d308f439690bb8db9f3c4b70' id='hubspot-forms-js'></script>
</body>
</html>
