It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://intelemark.com/

  1. <!doctype html>
  2.  
  3. <html lang="en-US" prefix="og: https://ogp.me/ns#">
  4. <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.v="1.2.5.1",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=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){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._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
  5.    <!-- Header Home 3 -->
  6.    
  7. <!-- Google Tag Manager -->
  8. <script>
  9. setTimeout(function(){
  10.    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  11.    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  12.    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  13.    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  14.    })(window,document,'script','dataLayer','GTM-N53JSK');
  15. }, 5000);
  16.  
  17. </script>
  18. <!-- End Google Tag Manager -->
  19.  
  20.    
  21.  <meta name="viewport" content="width=device-width">
  22. <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
  23. <title>B2B Telemarketing Services by Intelemark</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2" crossorigin><link rel="preload" as="font" href="https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" as="font" href="https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin><style id="wpr-usedcss">img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}body{--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, .2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, .2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1),6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}.mfp-close-btn-in .mfp-close{color:#f5f5f5!important;background-color:#ff6766!important}button.mfp-arrow.mfp-arrow-left.mfp-prevent-close{background-color:#60646d!important;line-height:62px}button.mfp-arrow.mfp-arrow-right.mfp-prevent-close{background-color:#60646d!important;line-height:62px}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#000;font-size:40px}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-block-start:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:0;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:0 0;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:0 0;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border{border:1px solid var(--e-a-color-txt-muted)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:0 0;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info{background-color:var(--e-a-btn-bg-info)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover{background-color:var(--e-a-btn-bg-info-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}:root{--page-title-display:block}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:0 0;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio,1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0)}:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-kit-5345{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button{display:none}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){background-color:#fff}.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover{color:var(--e-global-color-text);fill:var(--e-global-color-text)}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.home .landing-white-bar{background:rgba(255,255,255,.9)}.home .services-title.title-banner-l.larger-h1{padding-left:3.7em!important}.home .services-subtitle.title-banner-l.larger-h2{color:#f69301!important;font-size:30px!important}.cta-button.taller{padding:.7em 3em!important}.mobile-menu-switch{z-index:200}tr:nth-child(2n){padding:5px 10px;border-bottom:1px solid #dcdcdc}.main-content table{border-collapse:collapse;width:100%}.main-content tr:nth-child(2n){background-color:#f2f2f2}@media screen and (max-width:910px){#main-header{position:static;height:75px}}.title-banner span{letter-spacing:0!important;font-size:3em;font-weight:900!important;bottom:0!important;color:#00263e!important;width:unset!important;position:unset!important;margin:0!important;padding:0!important}.title-banner .span-subtitle{font-weight:400;font-size:2.2em;color:#00263e!important;border-bottom:none!important;padding:0!important;margin:0!important;text-align:left}#main-logo img{height:auto}.page-id-57 .mfp-wrap{z-index:991043}.landing-right-market-leader{position:absolute;right:80px;width:203px;font-size:2em;bottom:-105px;z-index:9;color:#fff;padding:12px 43px;text-align:center;height:273px;width:273px;background-image:url('https://www.intelemark.com/wp-content/uploads/22-Years-Market-Leader-2.png');background-repeat:no-repeat}.page-id-7124 .landing-centered-container{background-color:transparent}.page-id-7124 .landing-white-bar{background:#ffffffb8;position:relative;width:41%;float:none;height:auto;padding:1em 0 1em 1.1em;top:0;display:flex;justify-content:left}.page-id-7124 .subhea-text{font-size:2.1em;color:#00263e!important;margin-bottom:3.5em!important}.page-id-7124 #landing-feature .innershorter{min-height:0}.page-id-7124 .services-title.title-banner-l.larger-h1{padding-left:3.7em!important}.page-id-7124 .services-subtitle.title-banner-l.larger-h2{color:#00263e!important;font-size:3.1em!important;transform:translateX(0) translateY(2%);font-weight:700!important;text-transform:none}#main-phone{font-size:1em}.page-id-7124 .title-banner span{display:block;font-weight:400!important;padding-bottom:3px!important}.page-id-7124 .cta-btn-banner{background-color:#ed7d31!important;font-size:2.3em!important;border-radius:2px!important;padding:5px 20px!important;text-align:center;text-transform:none}@media screen and (max-width:768px){.home .services-title.title-banner-l.larger-h1{padding-left:0!important}.home .services-subtitle.title-banner-l.larger-h2{color:#f69301!important;font-size:18px!important}.landing-right-market-leader{position:absolute;right:102px!important;width:215px!important;font-size:2em;bottom:70px!important;z-index:9;color:#fff;padding:0!important;text-align:center}.landing-right-market-leader img{width:100%}.page-id-7124 .services-subtitle.title-banner-l.larger-h2{font-size:30px!important;padding-bottom:13px!important}.page-id-7124 .landing-white-center{padding-left:0!important}.page-id-7124 .title-banner{padding:0 34px}.page-id-7124 #landing-feature-wrapper-health{background-position:56% 53%}.page-id-7124 .cta-btn-banner{font-size:1.1em!important}#landing-feature .innershorter{min-height:346px!important}}.page-id-7124 #landing-feature-wrapper-health{scroll-behavior:inherit;background-blend-mode:lighten;background-color:#272727}.page-id-7124 .landing-white-center{margin:0;width:auto;max-width:none;text-align:left;padding-left:0}.page-id-7124 .title-banner{left:0;background:0 0;position:relative;bottom:0;z-index:999}.page-id-7124 .banner-text{margin:auto;width:auto}@media screen and (max-width:1466px){div#myBtn2{width:100%}.cta-button span{font-size:15px;font-weight:700}.page-id-7124 .title-banner span{display:block;font-weight:400!important;padding-bottom:3px!important}.page-id-7124 .subhea-text{font-size:1.4em;color:#00263e!important;margin-bottom:3.5em!important}.page-id-7124 .services-subtitle.title-banner-l.larger-h2{color:#00263e!important;font-size:2em!important;transform:translateX(0) translateY(2%);font-weight:700!important;text-transform:none}.page-id-7124 .cta-btn-banner{background-color:#ed7d31!important;font-size:1.7em!important;border-radius:2px!important;padding:5px 20px!important;text-align:center;text-transform:none}.page-id-7124 .landing-white-bar{background:#ffffffb8;position:relative;width:44%;float:none;height:auto;padding:1em 0 1em 1.1em;top:0;display:flex;justify-content:left}.landing-right-market-leader{right:18px;bottom:-80px;height:222px;width:214px;background-image:url('https://www.intelemark.com/wp-content/uploads/22-Years-Market-Leader-3.png');background-repeat:no-repeat}}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.far,.fas{font-family:"Font Awesome 6 Free"}:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}.far{font-weight:400}:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.ttf) format("truetype")}.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:swap;src:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.intelemark.com/wp-content/themes/intelemark2/css/fontawesome-6/webfonts/fa-solid-900.ttf) format("truetype")}.fa,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-bars:before{content:"\f0c9"}.fa-bullhorn:before{content:"\f0a1"}.fa-calendar-check:before{content:"\f274"}.fa-chart-line:before{content:"\f201"}.fa-code:before{content:"\f121"}.fa-database:before{content:"\f1c0"}.fa-dolly:before{content:"\f472"}.fa-first-aid:before{content:"\f479"}.fa-graduation-cap:before{content:"\f19d"}.fa-hands-helping:before{content:"\f4c4"}.fa-headset:before{content:"\f590"}.fa-hospital:before{content:"\f0f8"}.fa-industry:before{content:"\f275"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-tasks:before{content:"\f0ae"}.fa-user-check:before{content:"\f4fc"}.fa-user-friends:before{content:"\f500"}.fa-users-cog:before{content:"\f509"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(https://www.intelemark.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}*{box-sizing:border-box;font-family:'Open Sans',sans-serif}body{margin:0;padding:0;font-size:17px;color:#5b5c56;margin-top:6.1em}a{color:#1a4f9a}a:hover{color:#f69301}h2{font-weight:400;font-size:1.6em;line-height:.04em;line-height:1.2em;color:#164d9c;border-bottom:1px solid #ececec}h2 .first-word{border-bottom:5px solid #5b5b56}h2.st-word{border-bottom:none}h3{color:#164d9c;font-weight:400;border-bottom:1px solid #ececec}img{border:0}.column{display:flex;flex-direction:column;flex-basis:100%;flex:35%;margin:35px}.inner{max-width:1280px;margin:0 auto}.inner span{text-decoration:none!important}#navigation-menu{float:right;margin-top:2em}#menu-item-97 ul{margin-left:-4em}#main-logo{display:inline-block;margin:1em 0 .5em;float:left}#main-logo img{height:4em}#main-phone{position:absolute;top:.5em;right:0}#main-header{border-bottom:5px solid #1a4f9a;position:fixed;width:100%;height:6.1em;background-color:#fff;z-index:100000;top:0}.cta-container{text-align:center;padding:3em 0}.cta-button,.wpcf7-submit{display:inline-block;padding:.2em 1em;border:none;background-color:#f69301;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border-radius:.3em;font-family:Lato,sans-serif;font-size:1em}.cta-button:hover{background-color:#f4a201;color:#fff}.cta-button.taller{padding:.5em 1em}.cta-button span{vertical-align:middle}.cta-button .fa,.cta-button .fas{font-size:1.6em;vertical-align:middle}.selfclear:after{content:"";display:table;clear:both}.four-cols .col{width:25%;float:left;text-align:center}#main-footer{background-color:#ebeaea}#main-footer .col{padding:4em 1em;text-align:left}#main-footer li{color:#f69203;padding:10px 0}#main-footer li a{color:#1a4f9a;text-decoration:none;padding:.1em!important;text-transform:uppercase;display:block}#main-footer li a:hover{color:#f69301}#main-footer ul ul{margin:0;padding-left:1em}#main-footer li li{font-size:.8em;width:80%;margin:0;padding:5px 0;list-style-type:disc}#main-footer .col1{padding-left:3em}#main-footer .col2{width:23%}#footer-logo img{width:90%;margin-top:1em}#bottom-stripe{background-color:#000;padding:2em 0}#bottom-stripe p{float:right;margin:0;color:#8b8b8b;text-transform:uppercase}#bottom-stripe a{margin:0;color:#f69203;display:inline-block;text-decoration:none;text-transform:uppercase;padding:0 1em}.footer-address{padding:1em 0}form.wpcf7-form{padding:2em;display:block;background-color:#f7f7f7;margin:0 auto}.wpcf7-form label{display:block;padding:.5em 0 .2em}.wpcf7-submit{display:block;width:auto;margin:0 auto;padding:.5em 1em}.mobile-menu-switch{display:none}.person{float:none;padding:0;margin:0 14px;display:inline-block;position:relative;vertical-align:top}.person h3{text-align:center;width:210px;display:block;margin-bottom:0}.person h4{width:210px;display:block;text-align:center;font-weight:400;text-transform:uppercase;font-size:13px;line-height:18px;color:#221e1f;padding:0;margin:0 0 5px}#main-header,#main-logo,#main-logo img,#main-phone,#navigation-menu,body{transition:all .3s}body.scrolled{margin-top:4em}.scrolled #main-logo{margin-top:.5em}.scrolled #main-logo img{height:2.5em;width:auto}.scrolled #main-header{height:4em}.scrolled #navigation-menu{margin-top:-.5em}.scrolled #main-phone{top:.8em}.modal-overlay{background-color:#0000009c;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000000}.modal-bio{position:fixed;z-index:1000001;top:10%;max-height:90%;left:20%;right:20%;background-color:#fff;max-width:100%;padding:2em;overflow:auto;box-sizing:border-box;border:3px solid #f5911f;border-left:none;border-right:none}.modal-bio img{width:200px;height:auto;float:left;margin:0 2em 1em 0}.modal-closer{position:absolute;top:20px;right:20px;font-size:2em;border:1px solid #ccc;line-height:1em;width:1em;cursor:pointer;text-align:center}.modal-closer:hover{color:#f5911f}.modal-bio h3{color:#f5911f;font-size:1.5em;font-weight:400}.home_badge{text-align:center;padding-top:40px;padding-bottom:70px}.home_badge img{width:250px;height:250px}.footer_badge{padding:0 60px}@media screen and (max-width:720px){.footer_badge{text-align:center}}@media screen and (max-width:1180px){#navigation-menu a{letter-spacing:-.5px;font-size:.8em;margin:.2em}.inner{margin:0 1em}}@media screen and (max-width:1111px){#navigation-menu a{padding:.5em 0 .1em}}@media screen and (max-width:910px){h2{line-height:1.4em}.inner{margin:0}.modal-bio{left:5%;right:5%;top:5%}.mobile-menu-switch{font-size:7vw;margin:0;display:block;position:absolute;right:.5em;top:.3em}.mobile-menu-switch span{font-size:2vw;display:block;line-height:0}body{font-size:4.4vw;margin-top:0}img{max-width:100%;height:auto}#navigation-menu a{padding:.5em 0 .1em;display:inline-block}#main-logo img{width:40vw;height:auto;padding-left:1em}#navigation-menu{margin-top:0;float:none;clear:both;font-size:5vw;display:none;background-color:#fff}#navigation-menu ul{display:block;padding:0;margin:0 0 1em 13vw}#navigation-menu ul ul{display:block;font-size:.8em;margin-left:17vw}#navigation-menu li:hover ul{display:block;position:static;border:none;box-shadow:none;margin-top:0;padding:0;margin-left:17vw;border-radius:0;padding:0}#navigation-menu li{display:block}#main-phone{position:absolute;top:5vw;right:14vw;font-size:.8em}.four-cols .col{width:auto;float:none;text-align:center}#main-footer img{width:50%}#bottom-stripe p{float:none;margin:1em;font-size:3vw}#main-footer .col3{padding-left:7vw}#main-header{position:static;height:auto}#main-footer .col{margin:0!important;padding:0 1em!important;padding-bottom:0!important;width:auto!important}#main-footer ul{margin:0}#main-footer li a{padding:.2em!important;font-size:1.1em}#main-footer .col1{padding-top:2em!important}#main-footer .col4{text-align:center;padding:2em 0!important}form h2{padding:0!important}#menu-item-97 ul{margin-left:0}.modal-bio img{width:70%;display:block;height:auto;float:none;margin:0 2em 1em 0}.cta-container{text-align:center;padding:1em}}body{color:#777}h2{font-size:2em;text-align:center;text-transform:uppercase;border-bottom:none}h3{color:#164d9c;font-weight:400;border-bottom:initial;display:inline;font-size:16px}#navigation-menu{display:block;float:right;margin-top:2em}#navigation-menu ul{display:block;margin:1.2em 0 0;padding:0}#navigation-menu li{display:inline-block;margin:0;padding:0}#navigation-menu a{display:block;margin:0 .5em;padding:.5em .2em .1em;text-transform:uppercase;text-decoration:none;letter-spacing:.05em;font-size:.9em}.current-menu-item>a{border-bottom:3px solid #f69301}#navigation-menu ul ul{display:none}#navigation-menu li:hover ul{display:block;position:absolute;z-index:10000;background-color:#fff;border:1px solid #1a4f9a;border-left:none;border-right:none;box-shadow:0 6px 10px #716c6c5c;margin-top:-3px;padding:.5em;border-radius:0 .5em 0 0;padding-bottom:1em}#navigation-menu>ul>li:hover>a{color:#f69301}#navigation-menu li li{display:block}#navigation-menu li li a{border-bottom:none!important;color:#59595c}#navigation-menu li li a:hover{color:#f69301}#navigation-menu li li.current-menu-item a{border-bottom:3px solid #f69301!important}#main-phone{position:absolute;top:10px;right:10px}#main-phone-c{display:inline-block;display:none;font-size:2.4em;margin:0}#main-footer{display:block}.inner{max-width:100%;margin:0 auto;position:relative}#main-logo{margin:1em 0 .5em 1em}#landing-feature-wrapper-health{background-image:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/images/banner-bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.landing-centered-container{background-color:rgba(0,0,0,.24);position:relative}#landing-feature{position:relative;background-position:center top;background-repeat:no-repeat;margin:auto;max-width:1300px}#landing-feature h2{text-transform:none!important;text-align:left;font-size:1.6em;border-bottom:none;letter-spacing:normal;font-weight:400}#landing-feature .wpcf7{width:40%;max-width:400px;display:block;float:right}#landing-feature .inner{text-align:center;min-height:600px}#landing-feature .innershorter{min-height:460px}#landing-feature .wpcf7-submit{letter-spacing:normal;width:100%}div#landing-feature ul{padding:0;margin:0}.wpcf7-form label{color:#fff}.cta-button,.wpcf7-submit{background-color:#f69301;font-size:1.3em}#landing-feature li{list-style-image:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/images/bullet.png)}#landing-feature li{list-style:none;position:relative;margin-left:30px;margin-bottom:1em}#landing-feature li:before{content:'';display:inline-block;position:absolute;left:-30px;height:30px;width:30px;background-size:contain;background-image:url(https://www.intelemark.com/wp-content/themes/intelemark2/css/images/bullet.png);background-repeat:no-repeat;top:4px}.scrolled #navigation-menu{margin-top:-14em;margin-right:15em}.title-banner h1{letter-spacing:0!important;font-size:3em;font-weight:900!important;bottom:0!important;color:#00263e!important;width:unset!important;position:unset!important;margin:0!important;padding:0!important}.title-banner h2{font-weight:400;font-size:2.2em;color:#00263e!important;border-bottom:none!important;padding:0!important;margin:0!important;text-align:left}.title-banner p{font-size:4em!important;color:#014077;display:block;font-weight:400;margin:0 20px 10px;color:#000}.larger-h1{font-size:4em!important}.larger-h2{font-size:3em!important}.four-cols .col{width:24%}.columnshort{padding:40px;max-width:500px}.columnshort img{width:80%}.row{max-width:1280px!important;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:1000px;text-align:center;margin:0 auto;padding:0}.row h1{height:50px}.inner.selfclear{max-width:1308px}.column{padding:15px;flex:24%;margin:10px}.column h1{font-size:1.3em!important}.columnc{padding:15px;flex:22%;margin:10px}.columnc h1{font-size:1.3em!important}.darkh1{color:#f69301;font-size:28px;font-weight:700}.whiteh1{color:#fff;font-size:20px;font-weight:700}.column i{font-size:70px;color:#00499a;margin-bottom:20px}.columnc i{font-size:70px;color:#bfbfbf;margin-bottom:20px}.banner-text{margin:auto}.cta-button.taller{padding:.5em 1em;display:flow-root;width:max-content;margin:40px auto}.landing-white-bar{bottom:0;background:#ffffff94;position:absolute;width:100%;float:left;height:auto;padding:1em 0}.landing-white-center{margin:auto;max-width:1110px;text-align:left}.text{color:#f2f2f2;font-size:15px;padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center}.dot{height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.active{background-color:#717171}#section-1 .inner{max-width:1100px}#section-5{background-color:#686868;background-image:url("https://www.intelemark.com/wp-content/uploads/laptop-computer-work-typing-black-and-white-keyboard-935315-pxhere.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;background-blend-mode:exclusion;color:#fff}#section-5 h2{color:#fff}#section-5 .inner{max-width:1100px}#section-5 .column i{color:#f69301}#section-1 h1{color:#00263e;font-family:Roboto,Sans-serif;font-size:3.3em;font-weight:700;line-height:1.2em;text-align:center}#section-1 h2{color:#164d9c;font-weight:700;font-size:2.2em;line-height:initial;margin:0 0 20px;width:100%}.home-accordion{background-color:#fff;color:#444;cursor:pointer;padding:18px;width:100%;border:none;border-bottom:1px solid #ccc;text-align:left;outline:0;font-size:15px;transition:.4s}.home-accordion:hover,.home-active{background-color:#f5f5f5}.home-block{padding-top:3px;padding-bottom:0}.home-block h2{font-size:2.2em;font-weight:700}.services-title.title-banner-l.larger-h1{text-transform:uppercase;font-size:40px!important;color:#00263e;font-weight:700}.services-subtitle.title-banner-l.larger-h2{text-transform:uppercase;font-size:28px!important;color:#00263e}@media screen and (max-width:1160px){#main-logo img{width:220px;height:auto}#navigation-menu a{margin:0 4px;padding:4px 1px 0}.banner-text{margin:0 20px 0 0}}@media screen and (max-width:1000px){#main-logo img{width:200px;height:auto}}@media screen and (min-width:940px) and (max-width:999px){#main-logo img{width:150px;height:auto}}@media screen and (min-width:940px) and (max-width:1160px){.banner-text{width:calc(100vw - 440px)}.title-banner{position:unset}#main-logo img{width:150px;height:auto}.title-banner h1{font-size:4em!important}.title-banner p{font-size:3em!important}}@media screen and (max-width:940px){body{font-size:initial}.row{padding:2em 1em 0}.home-block h2{font-size:1.6em}.four-cols .col{width:unset}#section-1 h1{font-size:2em}#main-header{height:auto}#main-logo{margin:1em 0 .5em}#main-logo img{width:31vw;height:auto;padding-left:1em}#landing-feature li:before{height:1.5em;width:1.5em}#landing-feature .inner{text-align:center}#landing-feature .wpcf7{width:100%!important;width:auto;max-width:unset!important;display:block;float:right}#landing-feature h2{letter-spacing:normal;font-weight:400;font-size:1.2em}#navigation-menu a{padding:.5em 0 .1em;display:inline-block}#navigation-menu{margin-top:0;float:none;clear:both;font-size:5vw;display:none;background-color:#fff}#navigation-menu ul{display:block;padding:0;margin:0 0 1em 13vw}#navigation-menu ul ul{display:block;font-size:.8em;margin-left:17vw}#navigation-menu li:hover ul{display:block;position:static;border:none;box-shadow:none;margin-top:0;padding:0;margin-left:17vw;border-radius:0;padding:0}#navigation-menu li{display:block}.mobile-menu-switch{font-size:3em;display:block;position:absolute;right:10px;top:10px}#main-phone{display:none;position:absolute;top:2em;right:.5em}#main-phone-c{display:block;width:100%;margin:0 auto;font-size:1.6em;text-align:center;border-radius:0;position:absolute;bottom:0;background:#f69301}#landing-feature .innershorter{min-height:440px}form.wpcf7-form{background-color:#1a4f9a;color:#fff;max-width:440px}form.wpcf7-form:hover{background-color:#1a4f9a}.wpcf7-form label{display:block;padding:.5em 0 .2em;color:#fff}.feature-shade.selfclear{background-color:unset}.title-banner{position:relative;bottom:unset;width:100vw;left:unset;text-align:center!important}.title-banner h1{max-width:unset;font-size:1.7em!important;font-weight:700!important;margin:0 0 0 20px!important;padding:10px 10px 10px 20px;text-align:left}.title-banner h2{max-width:unset;font-size:1.7em!important;margin:0 0 0 20px!important;text-align:left}.title-banner p{max-width:unset;font-size:1.7em!important;font-weight:700;margin:unset!important;padding:10px 10px 10px 20px;text-align:center}#main-logo img{width:250px;height:auto}.main-content{padding:10px 20px 20px}.column{padding:unset;flex:100%;margin:10px}.columnshort{padding:unset;max-width:unset;padding:20px}.banner-text{width:unset}.cta-button.taller{width:90%}.landing-white-bar{position:inherit}#landing-feature{background-position-y:0px;min-height:11em}.services-title.title-banner-l.larger-h1{text-transform:uppercase;font-size:24px!important;color:#00263e;font-weight:700;display:block;text-align:left;margin:0 20px}.services-subtitle.title-banner-l.larger-h2{text-transform:uppercase;font-size:18px!important;color:#00263e;text-align:left;display:block;margin:10px 0 0 20px}}</style>
  24. <meta name="description" content="Increase your sales pipeline &amp; grow your business with the #1 B2B Appointment Setting Company. Call (602) 943-7111"/>
  25. <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
  26. <link rel="canonical" href="https://www.intelemark.com/" />
  27. <meta property="og:locale" content="en_US" />
  28. <meta property="og:type" content="website" />
  29. <meta property="og:title" content="B2B Appointment Setting Services - Custom B2B Calling Campaigns" />
  30. <meta property="og:description" content="Intelemark, Professional Business to Business (B2B) Appointment Setting Services that drive opportunity. 90+ years of combined experience." />
  31. <meta property="og:url" content="https://www.intelemark.com/" />
  32. <meta property="og:site_name" content="Intelemark" />
  33. <meta property="og:updated_time" content="2024-04-17T11:52:47-07:00" />
  34. <meta property="og:image" content="https://www.intelemark.com/wp-content/uploads/Intelemark-The-B2B-Appointment-Setting-Company-640x212.jpg" />
  35. <meta property="og:image:secure_url" content="https://www.intelemark.com/wp-content/uploads/Intelemark-The-B2B-Appointment-Setting-Company-640x212.jpg" />
  36. <meta property="og:image:width" content="640" />
  37. <meta property="og:image:height" content="212" />
  38. <meta property="og:image:alt" content="Home Page (Dev)" />
  39. <meta property="og:image:type" content="image/jpeg" />
  40. <meta name="twitter:card" content="summary" />
  41. <meta name="twitter:title" content="B2B Appointment Setting Services - Custom B2B Calling Campaigns" />
  42. <meta name="twitter:description" content="Intelemark, Professional Business to Business (B2B) Appointment Setting Services that drive opportunity. 90+ years of combined experience." />
  43. <meta name="twitter:image" content="https://www.intelemark.com/wp-content/uploads/Intelemark-The-B2B-Appointment-Setting-Company-640x212.jpg" />
  44. <meta name="twitter:label1" content="Written by" />
  45. <meta name="twitter:data1" content="awesome" />
  46. <meta name="twitter:label2" content="Time to read" />
  47. <meta name="twitter:data2" content="Less than a minute" />
  48. <!-- /Rank Math WordPress SEO plugin -->
  49.  
  50.  
  51. <style id='wp-emoji-styles-inline-css' type='text/css'></style>
  52. <style id='classic-theme-styles-inline-css' type='text/css'></style>
  53. <style id='global-styles-inline-css' type='text/css'></style>
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.intelemark.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
  67. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.intelemark.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
  68. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.intelemark.com/wp-content/cache/min/1/wp-content/plugins/tc-team-members-pro/assets/js/main.js?ver=1713382119" id="main-js-js" defer></script>
  69. <link rel="https://api.w.org/" href="https://www.intelemark.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.intelemark.com/wp-json/wp/v2/pages/7124" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.intelemark.com/xmlrpc.php?rsd" />
  70. <link rel='shortlink' href='https://www.intelemark.com/' />
  71. <link rel="alternate" type="application/json+oembed" href="https://www.intelemark.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.intelemark.com%2F" />
  72. <link rel="alternate" type="text/xml+oembed" href="https://www.intelemark.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.intelemark.com%2F&#038;format=xml" />
  73. <script type="rocketlazyloadscript"> (function(){ window.ldfdr = window.ldfdr || {}; (function(d, s, ss, fs){ fs = d.getElementsByTagName(s)[0]; function ce(src){ var cs = d.createElement(s); cs.src = src; setTimeout(function(){fs.parentNode.insertBefore(cs,fs)}, 1); } ce(ss); })(document, 'script', 'https://lftracker.leadfeeder.com/lftracker_v1_Xbp1oaE1MwraEdVj.js'); })(); </script>
  74.  
  75. <script type="application/ld+json">
  76. {
  77.  "@context": "https://schema.org",
  78.  "@type": "FAQPage",
  79.  "mainEntity": [{
  80.    "@type": "Question",
  81.    "name": "What role does a full sales pipeline play in a B2B business?",
  82.    "acceptedAnswer": {
  83.      "@type": "Answer",
  84.      "text": "A full sales pipeline is crucial for any B2B business as it ensures a constant stream of revenue. It provides your sales team with a steady supply of potential clients to engage with, thus increasing the chances of conversions."
  85.    }
  86.  },{
  87.    "@type": "Question",
  88.    "name": "Why is focusing on the target market important in B2B telemarketing campaigns?",
  89.    "acceptedAnswer": {
  90.      "@type": "Answer",
  91.      "text": "Focusing on the target market ensures that your telemarketing efforts are directed towards those who are most likely to have a genuine need for your products or services. This increases the chances of capturing their interest and potentially winning their business."
  92.    }
  93.  },{
  94.    "@type": "Question",
  95.    "name": "What are the key components of effective B2B telemarketing?",
  96.    "acceptedAnswer": {
  97.      "@type": "Answer",
  98.      "text": "Effective B2B telemarketing hinges on consistent effort and communication with current customers and prospects, B2B telesales and support services, and integrated event marketing. These components together can ensure robust lead generation and customer retention."
  99.    }
  100.  },{
  101.    "@type": "Question",
  102.    "name": "What are some B2B marketing services that aid in lead generation?",
  103.    "acceptedAnswer": {
  104.      "@type": "Answer",
  105.      "text": "Services like direct mail/email campaign follow-ups, account profiling, lead nurturing, and boosting brand awareness play a significant role in B2B lead generation. These services ensure that your marketing efforts resonate with your target audience, thus turning leads into customers."
  106.    }
  107.  },{
  108.    "@type": "Question",
  109.    "name": "Why should a B2B company consider call center outsourcing?",
  110.    "acceptedAnswer": {
  111.      "@type": "Answer",
  112.      "text": "Call center outsourcing can save time and resources, allowing your in-house team to focus on core business activities. It ensures that you're working with professionals experienced in effective communication and lead generation techniques."
  113.    }
  114.  },{
  115.    "@type": "Question",
  116.    "name": "What does the process of B2B sales lead qualification involve?",
  117.    "acceptedAnswer": {
  118.      "@type": "Answer",
  119.      "text": "B2B sales lead qualification involves verifying the legitimacy and relevance of potential leads. This ensures that your sales team focuses its efforts on prospects who genuinely require your products or services, which increases the chances of closing deals and driving revenue growth."
  120.    }
  121.  },{
  122.    "@type": "Question",
  123.    "name": "How do you measure the success of B2B telemarketing campaigns?",
  124.    "acceptedAnswer": {
  125.      "@type": "Answer",
  126.      "text": "The success of B2B telemarketing campaigns can be measured by identifying key performance metrics like conversion rates, appointment setting success, and lead quality. Additionally, analyzing the effectiveness of marketing strategies and setting realistic goals aligned with your long-term strategy also help evaluate the success of your campaigns."
  127.    }
  128.  }]
  129. }
  130. </script>
  131.  
  132. <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"AboutPage","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/www.intelemark.com\/about-intelemark\/"},"headline":"About Us","description":"Celebrating 20 Years Helping Companies Grow Their Business\r\nThere are B2B appointment setting companies\u00a0who tell you they can increase your sales pipeline activity. And then there\u2019s us. \r\n\r\nWe are changing B2B demand generation for the better, one call at a time.\r\n\r\nIntelemark is a passionate B2B appointment setting company who has\u00a0actually been doing demand generation through telemarketing with outstanding success for a long time. It\u2019s not easy to stay in this business if you don\u2019t have the chops, the reach, and the experience to do it right \u2014 to produce quantitative results.\r\n\r\nWe can say, without hesitation, that we have earned the reputation for being The Business Connection Company because we don\u2019t just offer you formulas. We design highly customized and well-crafted B2B demand generation, lead generation and appointment setting campaigns to connect your business with the people who want exactly what you have to offer. The results are in the quantity and quality of connections you will experience. Your program will be one of the most valuable demand generation investments you can make in the future of your company\u2019s bottom line.\r\n\r\nOur authentic connection strategy has set the industry standard for qualified appointment setting, B2B lead generation, lead nurturing, and all things related to sales pipeline development.\r\n\r\nBut here\u2019s the real difference: we also commit ourselves to intimately understand your brand. That\u2019s why we align our B2B appointment setting strategies and sales support efforts to provide measurable brand optimization with every campaign we launch. Our differentiation is in our ability to build a partnership with your company. One that gives you access to infinite possibilities for growth from the very first hello.\r\n\r\nContact Intelemark today to understand how a customized demand generation telemarketing campaign can drive outstanding results for your company.","image":{"@type":"ImageObject","url":"https:\/\/www.intelemark.com\/wp-content\/uploads\/102b.jpg","width":1038,"height":378},"publisher":{"@type":"organization","name":"Intelemark","url":"https:\/\/www.intelemark.com","logo":{"@type":"ImageObject","url":"https:\/\/www.intelemark.com\/wp-content\/uploads\/intelemark-logo-2-1.png","width":187,"height":47}}}</script>
  133.  
  134. <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"ContactPage","mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/www.intelemark.com\/contact-us\/"},"headline":"Contact Us","description":"Invaluable Connections That Transform Your Business\r\nYou are one step away from making an invaluable connection that will transform your business. We take your business seriously and are passionate about applying our proven experience to your appointment setting, lead generation or other business development activities.\r\n\r\nLearn how we can transform your business one call at a time.\r\n\r\nJust call: 602-943-7111\r\n\r\nOr fill out the email connection form below. Someone will be right back to you.\r\n\r\n(It\u2019ll be the first impression we make on you and you can guarantee it will be a good one!)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIt\u2019s simple, just fill out the form below to get more information\r\nName*  \r\nTitle \r\nCompany \r\nContact Number* \r\nEmail Address* \r\nCompany Web Address \r\nBrie\ufb02y describe how we can help get you connected in all the right places \r\nPlease be assured we will treat your information with the utmost care and will never sell it to other companies. View our Privacy Policy for more details.\r\n\r\nPlease leave this field empty.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n  \r\n    \r\n    \r\n  \r\n  \r\n    \r\n       \r\n            Thank You {{full-name}}. We will contact you shortly.\r\n       \r\n    \r\n  \r\n  \r\n    \r\n      \r\n      \t{{#verifyErrors}}\r\n            {{message}}\r\n        {{\/verifyErrors}}","image":{"@type":"ImageObject","url":"https:\/\/www.intelemark.com\/wp-content\/uploads\/bg3.jpg","width":1038,"height":378},"publisher":{"@type":"organization","name":"Intelemark","url":"https:\/\/www.intelemark.com","logo":{"@type":"ImageObject","url":"https:\/\/www.intelemark.com\/wp-content\/uploads\/intelemark-logo-2-1.png","width":187,"height":47}}}</script><!-- organization Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"organization","name":"Intelemark","url":"https:\/\/www.intelemark.com","ContactPoint":{"@type":"ContactPoint","contactType":"customer support","telephone":"602-943-7111","url":"https:\/\/www.intelemark.com\/contact-us\/","contactOption":["HearingImpairedSupported","TollFree"],"availableLanguage":"English"},"logo":{"@type":"ImageObject","url":"https:\/\/www.intelemark.com\/wp-content\/uploads\/intelemark-logo-2-1.png","width":187,"height":47},"sameAs":["https:\/\/www.facebook.com\/IntelemarkLLC","https:\/\/twitter.com\/intelemark","https:\/\/www.linkedin.com\/company\/intelemarkleadgen"]}</script><!-- / organization Schema optimized by Schema Pro --><!-- site-navigation-element Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@graph":[{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Home","url":"https:\/\/www.intelemark.com\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Services","url":"https:\/\/www.intelemark.com\/services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"B2B Appointment Setting","url":"https:\/\/www.intelemark.com\/services\/b2b-appointment-setting-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"B2B Sales Lead Generation","url":"https:\/\/www.intelemark.com\/services\/b2b-sales-lead-generation\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"LinkedIn Lead Generation Services","url":"https:\/\/www.intelemark.com\/services\/linkedin-lead-generation-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Event Registration","url":"https:\/\/www.intelemark.com\/services\/event-registration\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Customer Reactivation Services","url":"https:\/\/www.intelemark.com\/services\/customer-reactivation-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Customer Retention Services","url":"https:\/\/www.intelemark.com\/services\/customer-retention\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Database Cleanup","url":"https:\/\/www.intelemark.com\/services\/database-cleanup\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"B2B Sales Lead Qualification","url":"https:\/\/www.intelemark.com\/services\/b2b-sales-lead-qualification\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Emergency Telemarketing","url":"https:\/\/www.intelemark.com\/services\/emergency-telemarketing\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Sales Insourcing Services","url":"https:\/\/www.intelemark.com\/services\/sales-insourcing-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Sales Enablement Consulting Services","url":"https:\/\/www.intelemark.com\/services\/sales-enablement-consulting-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Surveys: Market Research & Customer Feedback","url":"https:\/\/www.intelemark.com\/services\/surveys-market-research-customer-feedback\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Sales Account Based Marketing","url":"https:\/\/www.intelemark.com\/services\/account-based-marketing\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Sales Intelligence","url":"https:\/\/www.intelemark.com\/services\/sales-intelligence\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Telemarketing Consulting","url":"https:\/\/www.intelemark.com\/services\/telemarketing-consulting\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Tradeshow Support","url":"https:\/\/www.intelemark.com\/services\/telemarketing-for-tradeshows\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Var Communication","url":"https:\/\/www.intelemark.com\/services\/var-communications\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Inbound Call Center Services","url":"https:\/\/www.intelemark.com\/services\/inbound-call-center-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Mobile Communications","url":"https:\/\/www.intelemark.com\/services\/mobile-communications\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Hosting Services","url":"https:\/\/www.intelemark.com\/services\/hosting-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Monitoring Services","url":"https:\/\/www.intelemark.com\/services\/monitoring-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Tier 1-2-3 Technical Support","url":"https:\/\/www.intelemark.com\/services\/tier-1-2-3-technical-support\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Industries","url":"https:\/\/www.intelemark.com\/business-connections\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Healthcare","url":"https:\/\/www.intelemark.com\/business-connections\/healthcare-lead-generation\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Technology","url":"https:\/\/www.intelemark.com\/business-connections\/technology-lead-generation\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Financial","url":"https:\/\/www.intelemark.com\/business-connections\/financial-services-lead-generation\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Education","url":"https:\/\/www.intelemark.com\/business-connections\/education\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Logistics","url":"https:\/\/www.intelemark.com\/business-connections\/logistics\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Manufacturing","url":"https:\/\/www.intelemark.com\/business-connections\/manufacturing\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Marketing","url":"https:\/\/www.intelemark.com\/business-connections\/marketing\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Consulting","url":"https:\/\/www.intelemark.com\/business-connections\/consulting\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Other Industries","url":"https:\/\/www.intelemark.com\/business-connections\/other-industries\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Case Studies","url":"https:\/\/www.intelemark.com\/client-stories\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Medical Equipment Manufacturer","url":"https:\/\/www.intelemark.com\/client-stories\/medical-equipment-manufacturer\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Teligistics","url":"https:\/\/www.intelemark.com\/client-stories\/teligistics\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Health Equity","url":"https:\/\/www.intelemark.com\/client-stories\/call-campaign-generates-60-incremental-sales\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Cyber Security Solutions Provider","url":"https:\/\/www.intelemark.com\/client-stories\/integrated-cold-calling-and-email-turbocharge-a-successful-campaign\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Large Privately Held Company Product Launch","url":"https:\/\/www.intelemark.com\/client-stories\/intelemark-beats-the-big-guys-at-generating-more-higher-quality-leads\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Hospital Consulting Firm","url":"https:\/\/www.intelemark.com\/client-stories\/lead-generation-campaign-produces-an-astronomical-roi\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Global Digital Marketing Solutions Provider","url":"https:\/\/www.intelemark.com\/client-stories\/global-digital-marketing-solutions-provider\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"About Us","url":"https:\/\/www.intelemark.com\/about-intelemark\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"About US","url":"https:\/\/www.intelemark.com\/about-intelemark\/about-us\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Team","url":"https:\/\/www.intelemark.com\/about-intelemark\/our-team\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Results","url":"https:\/\/www.intelemark.com\/about-intelemark\/results-2\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Why Intelemark","url":"https:\/\/www.intelemark.com\/about-intelemark\/why-intelemark\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Intelemark in the News","url":"https:\/\/www.intelemark.com\/about-intelemark\/news\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"FAQ","url":"https:\/\/www.intelemark.com\/faq\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Testimonials","url":"https:\/\/www.intelemark.com\/what-our-clients-say\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Blog","url":"https:\/\/www.intelemark.com\/blog\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Contact","url":"https:\/\/www.intelemark.com\/contact-us\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Work With Us","url":"https:\/\/www.intelemark.com\/contact-us\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Work For Us","url":"https:\/\/www.intelemark.com\/b2b-business-development-representative\/"}]}</script><!-- / site-navigation-element Schema optimized by Schema Pro --><!-- sitelink-search-box Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"WebSite","name":"Intelemark","url":"https:\/\/www.intelemark.com","potentialAction":[{"@type":"SearchAction","target":"https:\/\/www.intelemark.com\/?s={search_term_string}","query-input":"required name=search_term_string"}]}</script><!-- / sitelink-search-box Schema optimized by Schema Pro --><style id="ez-toc-inline-css"></style><meta name="generator" content="Elementor 3.19.4; features: e_optimized_assets_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-external, google_font-enabled, font_display-auto">
  135. <style type="text/css"></style><script type="application/ld+json">{
  136.    "@context": "http://schema.org",
  137.    "@type": "BreadcrumbList",
  138.    "itemListElement": [
  139.        {
  140.            "@type": "ListItem",
  141.            "position": 1,
  142.            "item": {
  143.                "@id": "https://www.intelemark.com",
  144.                "name": "Home"
  145.            }
  146.        }
  147.    ]
  148. }</script> <style id="wpsp-style-frontend"></style>
  149. <link rel="icon" href="https://www.intelemark.com/wp-content/uploads/cropped-favicon-1-32x32.png" sizes="32x32" />
  150. <link rel="icon" href="https://www.intelemark.com/wp-content/uploads/cropped-favicon-1-192x192.png" sizes="192x192" />
  151. <link rel="apple-touch-icon" href="https://www.intelemark.com/wp-content/uploads/cropped-favicon-1-180x180.png" />
  152. <meta name="msapplication-TileImage" content="https://www.intelemark.com/wp-content/uploads/cropped-favicon-1-270x270.png" />
  153. <style type="text/css" id="wp-custom-css"></style>
  154. <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
  155.    
  156.    
  157.    
  158.    
  159.    
  160.    <!-- link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous" -->
  161.    
  162.    
  163.    
  164.    
  165.    
  166.    
  167.    
  168.    <!-- link rel="stylesheet" href="https://www.intelemark.com/wp-content/themes/intelemark2/js/flexslider/flexslider.css" -->
  169.    
  170. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.intelemark.com/wp-content/cache/min/1/jquery-3.5.1.min.js?ver=1713382119"crossorigin="anonymous" defer></script>
  171. <!-- script async src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script -->
  172.    <!--<script type="rocketlazyloadscript" async data-rocket-src="/js/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>-->
  173.  
  174.  
  175. <!-- script async src="//13312.tctm.co/t.js"></script -->
  176.        <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org",
  177. "@graph":[{"@type":"Organization",
  178. "@id":"https://www.intelemark.com/",
  179. "name":"Intelemark",
  180. "url":"https://www.intelemark.com/",
  181. "sameAs":["https://www.facebook.com/IntelemarkLLC/",
  182. "https://www.linkedin.com/company/intelemark/"],"logo":{"@type":"ImageObject",
  183. "@id":"https://www.intelemark.com/#main-logo",
  184. "inLanguage":"en-US",
  185. "url":"https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png",
  186. "caption":"Intelemark"},"image":{"@id":"https://www.intelemark.com/#main-logo"}},{"@type":"WebSite",
  187. "@id":"https://www.intelemark.com/#main-header",
  188. "url":"https://www.intelemark.com/",
  189. "name":"Intelemark",
  190. "description":"The Business Connection Company",
  191. "author": {
  192.            "@type": "Person",
  193.            "name" : "Murray Goodman",
  194.            "givenName": "Murray",
  195.            "familyName": "Goodman"
  196.        },
  197. "publisher": {
  198.            "@type": "Person",
  199.            "name" : "Murray Goodman",
  200.            "givenName": "Murray",
  201.            "familyName": "Goodman"
  202.        },"inLanguage":"en-US"},{"@type":"ImageObject",
  203. "@id":"https://www.intelemark.com/#landing-feature-wrapper-health",
  204. "inLanguage":"en-US",
  205. "url":"https://www.intelemark.com/wp-content/uploads/Intelemark-The-B2B-Appointment-Setting-Company.jpg",
  206. "width":2024,"height":671,"caption":"B2B appointment setting services that drive opportunity"},{"@type":"WebPage",
  207. "@id":"https://www.intelemark.com/#section-1",
  208. "url":"https://www.intelemark.com/",
  209. "name":"B2B Appointment Setting - Intelemark, Custom B2B Calling Campaigns",
  210. "isPartOf":{"@id":"https://www.intelemark.com/#section-1"},"primaryImageOfPage":{"@id":"https://www.intelemark.com/#landing-feature"},"datePublished":"2020-08-10T00:00:00+00:00",
  211. "dateModified":"2020-08-18T00:00:00+00:00",
  212. "description":"Intelemark, Professional Business to Business (B2B) appointment setting services that drive opportunity. 90+ years of combined experience. Increase your B2B Sales Pipeline and drive revenues now.",
  213. "inLanguage":"en-US",
  214. "potentialAction":[{"@type":"ReadAction",
  215. "target":["https://www.intelemark.com/"]}]},{"@type":"Article",
  216. "@id":"https://www.intelemark.com/#section-1",
  217. "isPartOf":{"@id":"https://www.intelemark.com/#landing-feature-wrapper-health"},"headline":"B2B appointment setting generates connections",
  218. "datePublished":"2020-08-10T00:00:00+00:00",
  219. "dateModified":"2020-08-18T00:00:00+00:00",
  220. "author": {
  221.            "@type": "Person",
  222.            "name" : "Murray Goodman",
  223.            "givenName": "Murray",
  224.            "familyName": "Goodman"
  225.        },
  226. "publisher": {
  227.            "@type": "Organization",
  228.            "name" : "Intelemark",
  229.            "url" : "http://www.intelemark.com",
  230.            "logo":{"@type":"ImageObject",
  231. "@id":"https://www.intelemark.com/#main-logo",
  232. "inLanguage":"en-US",
  233. "url":"https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png",
  234. "caption":"Intelemark"}
  235.            },        
  236. "commentCount":0,"mainEntityOfPage":{"@id":"https://www.intelemark.com/#landing-testimonials"},"image":{"@id":"https://www.intelemark.com/#section-4"},"articleSection":"Appointment Setting",
  237. "inLanguage":"en-US"},{"@type":["Person"],"@id":"https://www.intelemark.com/#section-6",
  238. "name":"Murray Goodman",
  239. "image":{"@type":"ImageObject",
  240. "@id":"https://www.intelemark.com/#section-6",
  241. "inLanguage":"en-US",
  242. "url":"https://www.intelemark.com/wp-content/uploads/2014/10/personel_murray.jpg",
  243. "caption":"Murray S. Goodman"},"description":"CEO, Team Captain"}]}</script>
  244. </head>
  245.  
  246. <body class="home page-template page-template-home-template-4-dev page-template-home-template-4-dev-php page page-id-7124 wp-schema-pro-2.7.6 elementor-default elementor-kit-5345 elementor-page elementor-page-7124" >
  247.  
  248.    <!-- Google Tag Manager -->
  249.    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-N53JSK"
  250.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  251.    <!-- End Google Tag Manager -->
  252.    
  253.    
  254.    <!-- BING ads -->    
  255.    <script type="rocketlazyloadscript">(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"5667988"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
  256.    <noscript><img src="//bat.bing.com/action/0?ti=5667988&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>
  257.    <!-- End BING ads -->    
  258.    
  259.    
  260.        
  261.    
  262.    <div id="main-header">
  263.        
  264.        <div class="inner selfclear">
  265.         <a href="/" id="main-logo"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png" /><noscript><img src="https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png" /></noscript></a>
  266.         <div class="mobile-menu-switch" style="cursor:pointer;"><i class="fas fa-bars"></i><span>MENU</span></div>
  267.         <nav id="navigation-menu" role="navigation">
  268.                <ul id="menu-main" class="menu"><li id="menu-item-132" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-132"><a href="https://www.intelemark.com/" aria-current="page">Home</a></li>
  269. <li id="menu-item-4688" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4688"><a href="https://www.intelemark.com/services/">Services</a>
  270. <ul class="sub-menu">
  271. <li id="menu-item-4695" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4695"><a href="https://www.intelemark.com/services/b2b-appointment-setting-services/">B2B Appointment Setting</a></li>
  272. <li id="menu-item-4679" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4679"><a href="https://www.intelemark.com/services/b2b-sales-lead-generation/">B2B Sales Lead Generation</a></li>
  273. <li id="menu-item-6089" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6089"><a href="https://www.intelemark.com/services/linkedin-lead-generation-services/">LinkedIn Lead Generation Services</a></li>
  274. <li id="menu-item-4685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4685"><a href="https://www.intelemark.com/services/event-registration/">Event Registration</a></li>
  275. <li id="menu-item-4681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4681"><a href="https://www.intelemark.com/services/customer-reactivation-services/">Customer Reactivation Services</a></li>
  276. <li id="menu-item-4682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4682"><a href="https://www.intelemark.com/services/customer-retention/">Customer Retention Services</a></li>
  277. <li id="menu-item-4683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4683"><a href="https://www.intelemark.com/services/database-cleanup/">Database Cleanup</a></li>
  278. <li id="menu-item-4680" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4680"><a href="https://www.intelemark.com/services/b2b-sales-lead-qualification/">B2B Sales Lead Qualification</a></li>
  279. <li id="menu-item-4684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4684"><a href="https://www.intelemark.com/services/emergency-telemarketing/">Emergency Telemarketing</a></li>
  280. <li id="menu-item-4675" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4675"><a href="https://www.intelemark.com/services/sales-insourcing-services/">Sales Insourcing Services</a></li>
  281. <li id="menu-item-4676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4676"><a href="https://www.intelemark.com/services/sales-enablement-consulting-services/">Sales Enablement Consulting Services</a></li>
  282. <li id="menu-item-4673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4673"><a href="https://www.intelemark.com/services/surveys-market-research-customer-feedback/">Surveys: Market Research &#038; Customer Feedback</a></li>
  283. <li id="menu-item-4686" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4686"><a href="https://www.intelemark.com/services/account-based-marketing/">Sales Account Based Marketing</a></li>
  284. <li id="menu-item-4674" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4674"><a href="https://www.intelemark.com/services/sales-intelligence/">Sales Intelligence</a></li>
  285. <li id="menu-item-5058" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5058"><a href="https://www.intelemark.com/services/telemarketing-consulting/">Telemarketing Consulting</a></li>
  286. <li id="menu-item-4672" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4672"><a href="https://www.intelemark.com/services/telemarketing-for-tradeshows/">Tradeshow Support</a></li>
  287. <li id="menu-item-4671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4671"><a href="https://www.intelemark.com/services/var-communications/">Var Communication</a></li>
  288. <li id="menu-item-5386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5386"><a href="https://www.intelemark.com/services/inbound-call-center-services/">Inbound Call Center Services</a></li>
  289. <li id="menu-item-5506" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5506"><a href="https://www.intelemark.com/services/mobile-communications/">Mobile Communications</a></li>
  290. <li id="menu-item-5507" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5507"><a href="https://www.intelemark.com/services/hosting-services/">Hosting Services</a></li>
  291. <li id="menu-item-5387" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5387"><a href="https://www.intelemark.com/services/monitoring-services/">Monitoring Services</a></li>
  292. <li id="menu-item-5389" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5389"><a href="https://www.intelemark.com/services/tier-1-2-3-technical-support/">Tier 1-2-3 Technical Support</a></li>
  293. </ul>
  294. </li>
  295. <li id="menu-item-75" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-75"><a href="https://www.intelemark.com/business-connections/">Industries</a>
  296. <ul class="sub-menu">
  297. <li id="menu-item-4710" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4710"><a href="https://www.intelemark.com/business-connections/healthcare-lead-generation/">Healthcare</a></li>
  298. <li id="menu-item-4670" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4670"><a href="https://www.intelemark.com/business-connections/technology-lead-generation/">Technology</a></li>
  299. <li id="menu-item-4667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4667"><a href="https://www.intelemark.com/business-connections/financial-services-lead-generation/">Financial</a></li>
  300. <li id="menu-item-4668" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4668"><a href="https://www.intelemark.com/business-connections/education/">Education</a></li>
  301. <li id="menu-item-4664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4664"><a href="https://www.intelemark.com/business-connections/logistics/">Logistics</a></li>
  302. <li id="menu-item-4663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4663"><a href="https://www.intelemark.com/business-connections/manufacturing/">Manufacturing</a></li>
  303. <li id="menu-item-4662" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4662"><a href="https://www.intelemark.com/business-connections/marketing/">Marketing</a></li>
  304. <li id="menu-item-4669" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4669"><a href="https://www.intelemark.com/business-connections/consulting/">Consulting</a></li>
  305. <li id="menu-item-4665" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4665"><a href="https://www.intelemark.com/business-connections/other-industries/">Other Industries</a></li>
  306. </ul>
  307. </li>
  308. <li id="menu-item-3776" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3776"><a href="https://www.intelemark.com/client-stories/">Case Studies</a>
  309. <ul class="sub-menu">
  310. <li id="menu-item-3778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3778"><a href="https://www.intelemark.com/client-stories/medical-equipment-manufacturer/">Medical Equipment Manufacturer</a></li>
  311. <li id="menu-item-3777" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3777"><a href="https://www.intelemark.com/client-stories/teligistics/">Teligistics</a></li>
  312. <li id="menu-item-4393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4393"><a href="https://www.intelemark.com/client-stories/call-campaign-generates-60-incremental-sales/">Health Equity</a></li>
  313. <li id="menu-item-4394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4394"><a href="https://www.intelemark.com/client-stories/integrated-cold-calling-and-email-turbocharge-a-successful-campaign/">Cyber Security Solutions Provider</a></li>
  314. <li id="menu-item-4395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4395"><a href="https://www.intelemark.com/client-stories/intelemark-beats-the-big-guys-at-generating-more-higher-quality-leads/">Large Privately Held Company Product Launch</a></li>
  315. <li id="menu-item-4396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4396"><a href="https://www.intelemark.com/client-stories/lead-generation-campaign-produces-an-astronomical-roi/">Hospital Consulting Firm</a></li>
  316. <li id="menu-item-4397" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4397"><a href="https://www.intelemark.com/client-stories/global-digital-marketing-solutions-provider/">Global Digital Marketing Solutions Provider</a></li>
  317. </ul>
  318. </li>
  319. <li id="menu-item-12" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-12"><a href="https://www.intelemark.com/about-intelemark/">About Us</a>
  320. <ul class="sub-menu">
  321. <li id="menu-item-873" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-873"><a href="https://www.intelemark.com/about-intelemark/about-us/">About US</a></li>
  322. <li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a href="https://www.intelemark.com/about-intelemark/our-team/">Team</a></li>
  323. <li id="menu-item-159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-159"><a href="https://www.intelemark.com/about-intelemark/results-2/">Results</a></li>
  324. <li id="menu-item-74" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-74"><a href="https://www.intelemark.com/about-intelemark/why-intelemark/">Why Intelemark</a></li>
  325. <li id="menu-item-874" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-874"><a href="https://www.intelemark.com/about-intelemark/news/">Intelemark in the News</a></li>
  326. <li id="menu-item-4410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4410"><a href="https://www.intelemark.com/faq/">FAQ</a></li>
  327. </ul>
  328. </li>
  329. <li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-73"><a href="https://www.intelemark.com/what-our-clients-say/">Testimonials</a></li>
  330. <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a href="https://www.intelemark.com/blog/">Blog</a></li>
  331. <li id="menu-item-97" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-97"><a href="https://www.intelemark.com/contact-us/">Contact</a>
  332. <ul class="sub-menu">
  333. <li id="menu-item-7839" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7839"><a href="https://www.intelemark.com/contact-us/">Work With Us</a></li>
  334. <li id="menu-item-7838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7838"><a href="https://www.intelemark.com/b2b-business-development-representative/">Work For Us</a></li>
  335. </ul>
  336. </li>
  337. </ul>            </nav>
  338.            <a href="tel:602-943-7111" id="main-phone" class="cta-button"><i class="fas fa-phone-square"></i> <span class="number">(602) 943-7111</span></a>
  339.        </div>
  340.    </div>
  341.    <!--div id="alertMessage" class="py-2">
  342.            <p class="mb-0">Intelemark and its staff support the fight to eradicate all forms of racial injustice, inequality, and hatred.</p>
  343.        </div-->    
  344.    
  345.        
  346.        <div data-bg="https://www.intelemark.com/wp-content/uploads/header-larger-scaled-1_op.jpg" class="rocket-lazyload" id="landing-feature-wrapper-health" style="">
  347.        <div class="landing-centered-container">
  348.            <div class="landing-right-market-leader">
  349.  
  350.            </div>
  351.        <div class="landing-white-bar">
  352.  
  353.            <div class="landing-white-center">
  354.  
  355.                <div class="title-banner">
  356.                  <div class="banner-text">
  357.                    <span class="services-title title-banner-l larger-h1"></span>
  358.                    <span class="services-subtitle title-banner-l larger-h2 span-subtitle">BUILDING SALES PIPELINES<br/> ONE CALL AT A TIME</span>
  359.                      <span class="subhea-text">Experienced US-Based Agents. Putting Your<br/> Sales Team in Front of Your Desired Buyers.</span>
  360.  
  361.                    <a href="tel:602-943-7111" class="cta-button cta-btn-banner"> Get Started with a<br/> Complimentary Consultation</a>
  362.                </div>
  363.                  
  364.  
  365.                </div>
  366.            </div>
  367.        </div>
  368.        <div id="landing-feature" class="selfclear">
  369.        
  370.            <div class="feature-shade selfclear">
  371.  
  372.                <div class="innershorter">
  373.  
  374.                    <a href="tel:602-943-7111" id="main-phone-c" id="main-phone-c" class="cta-button"><i class="fa fa-phone-square"></i>
  375.                        <span class="number">(602) 943-7111</span></a>
  376.  
  377.                </div>
  378.            </div>
  379.        </div>
  380.        </div>
  381.       </div>
  382.  
  383.      
  384.        <!-- div id="section-0" class"main-content home-block">
  385.            
  386.            <div>Intelemark and its staff support the fight to eradicate all forms of racial injustice, inequality, and hatred</div>
  387.        </div -->
  388.  
  389.        <div  id="section-1"  class="main-content home-block">
  390.            <div class="row" style="padding: 0 20px 0 20px;">
  391.            <h1 style="color:#164d9c; text-align: left; font-size: 2.1em;">B2B TELEMARKETING SERVICES</h1>
  392.        
  393.            <!-- h2>B2B LEAD GENERATION TELEMARKETING</h2 -->
  394.            <div class="row">
  395.                <!-- h1>
  396.                                    </h1 -->
  397.  
  398.  
  399.                
  400.            </div>
  401.            </div>
  402.        </div>
  403.  
  404.        <div  id="section-2"  class="main-content home-block">
  405.            
  406.        <!-- <h2>WHY INTELEMARK</h2> -->
  407.  
  408.        <div class="row" style="padding: 0 20px 0 20px;">
  409.            <p style="text-align: justify">Consistent effort and communication with current customers and prospects are key in effective B2B appointment setting and lead generation strategies throughout the sales cycle. Focus on key services include:</p>
  410.                <h3 style="text-align: left !important;width: 100%;">Definition and overview of B2B telemarketing</h3>
  411.                <p style="text-align: justify">So, what exactly is B2B telemarketing? In a nutshell, it's a dynamic marketing strategy that focuses on fostering business-to-business communication by using phone calls to promote products or services. Picture a team of skilled professionals, known as telemarketers, engaging in meaningful conversations with key decision-makers. Their ultimate goal? To pique interest, build connections, and, of course, drive sales.</p>
  412.                <h3 style="text-align: left !important;width: 100%;">Importance of quality B2B leads for driving revenue</h3>
  413.                <p style="text-align: justify">Now, let's delve into the significance of top-notch B2B leads. You see, in today's fast-paced business world, revenue growth is often the name of the game. And that growth is heavily reliant on a constant influx of potential customers. Enter quality B2B leads—these precious gems of information serve as a lifeline for businesses, offering a gateway to transform prospects into loyal clients. It's no wonder, then, that securing a steady stream of first-rate leads is absolutely essential for generating revenue opportunities and staying competitive in the market. After all, without a solid foundation of leads, it would be a herculean task to maintain a full sales pipeline and achieve consistent sales all year round. In essence, high-quality B2B leads are the driving force behind revenue growth, keeping businesses thriving and ahead of the curve.</p>
  414.            <h2 style="width: 100%; text-align:left;">The Right Strategy for B2B Telemarketing Lead Generation</h2>
  415.                <h3 style="text-align: left !important;width: 100%;">Developing a cost-effective strategic plan</h3>
  416.                <p style="text-align: justify">Alright, let's talk strategy. Crafting a cost-effective plan for B2B telemarketing is essential to ensure your business maximizes its return on investment. But how do you go about it? Start by setting clear objectives that align with your overall business goals. Next, identify your target audience, and focus your efforts on connecting with those who are most likely to benefit from your offerings. Don't forget to allocate resources wisely, including time, budget, and workforce, to maximize efficiency. And, of course, monitor and track your progress to fine-tune your approach and continually optimize your strategy.</p>
  417.                <h3 style="text-align: left !important;width: 100%;">Articulating your value proposition</h3>
  418.                <p style="text-align: justify">Now, onto the value proposition—a vital ingredient for success in B2B telemarketing. Think of it as the unique blend of features, benefits, and overall experience that sets your business apart from the competition. To effectively communicate your value proposition, you need to convey how your products or services can help solve your prospects' pain points and contribute to their business growth. Make sure your messaging is clear, concise, and, above all, relatable. Remember, a well-articulated value proposition can work wonders in resonating with your target audience and sparking interest in your offerings.</p>
  419.                <h3 style="text-align: left !important;width: 100%;">Addressing challenges faced by prospects</h3>
  420.                <p style="text-align: justify">Last but certainly not least, let's discuss addressing the challenges your prospects face daily. To truly connect with your target audience, it's crucial to demonstrate empathy and understanding of their struggles. How do you do that? By actively listening to their concerns, identifying their pain points, and offering tailored solutions that address their specific needs. Show them that you're not just another business trying to make a sale, but a trusted partner who genuinely cares about helping them overcome their obstacles. In doing so, you'll not only build strong relationships with your prospects, but you'll also establish a solid foundation for long-lasting success in your B2B telemarketing team endeavors.</p>
  421.        
  422.            
  423.        </div>
  424. <div class="home_badge"><img width="250px" height="250px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%20250'%3E%3C/svg%3E" data-lazy-src="https://www.intelemark.com/wp-content/uploads/top-call-centers.png"><noscript><img width="250px" height="250px" src="https://www.intelemark.com/wp-content/uploads/top-call-centers.png"></noscript></div>
  425.        </div>
  426.        <div  id="section-2"  class="main-content home-block">
  427.            <div class="row" style="padding: 0em 0 0 0;">
  428.          
  429.            </div>    </div>
  430.  
  431.  
  432.        <div  id="section-5"  class="main-content home-block">
  433.  
  434.            
  435. <h2>B2B TELEMARKETING SERVICES</h2>
  436.            <div class="inner">
  437.                <p>
  438.                    Consistent effort and communication with current customers and prospects are key in effective B2B telemarketing lead generation strategies throughout the sales cycle. Focus on key services include:
  439.                </p>
  440.            </div>
  441.  
  442.  
  443.            <div class="row">
  444.                <div class="column columnshort">
  445.                    <span class="whiteh1">B2B APPOINTMENT SETTING</span>
  446.                    <p><i class="fas fa-calendar-check" aria-hidden="true"></i><br>
  447.                        Quality leads and a consistent volume of them are vital to fill your sales pipeline with the right people,
  448.                        the decision-makers your sales team want to reach. Through B2B telemarketing calls, our callers are reaching a high volume of prospects during this time.
  449.                    </p>
  450.                </div>
  451.                
  452.                <div class="column columnshort">
  453.                    <span class="whiteh1">B2B SALES LEAD GENERATION</span>
  454.                    <p><i class="fas fa-user-check" aria-hidden="true"></i><br>
  455.                        Generate B2B sales leads with qualified, high quality prospects now. Outsource time consuming activities,
  456.                        such as cold calling to an experienced, professional lead gen team while your sales team focuses on relationships and closing sales.
  457.                    </p>
  458.                </div>
  459.                
  460.                <div class="column columnshort">
  461.                    <span class="whiteh1">B2B TELEMARKETING</span>
  462.                    <p><i class="fas fa-user-friends" aria-hidden="true"></i><br>
  463.                        The lead generation process for busy sales and marketing teams should include B2B telemarketing strategy for prospecting tactics like sales follow-up,
  464.                        direct mail/email campaign follow-up, account profiling, lead nurturing, and brand awareness.
  465.                    </p>
  466.                </div>
  467.                
  468.                <div class="column columnshort">
  469.                    <span class="whiteh1">CUSTOMER REACTIVATION SERVICES</span>
  470.                    <p><i class="fas fa-users-cog" aria-hidden="true"></i><br>
  471.                        Acquiring new customers is far more expensive (5-7x more) than retaining current customers. A Customer Reactivation Campaign is a smart marketing
  472.                        strategy that can help you reach dormant, inactive, or lost clients.
  473.                    </p>
  474.                </div>
  475.                <div class="column columnshort">
  476.                    <span class="whiteh1">CUSTOMER RETENTION SERVICES</span>
  477.                    <p><i class="fas fa-tasks" aria-hidden="true"></i><br>
  478.                        Optimize your resources and follow-up with current customers. It is less expensive than new customer acquisition and your sales reps already have a relationship with them.
  479.                        Retention should be part of your sales process.
  480.                    </p>
  481.                </div>
  482.                <div class="column columnshort">
  483.                    <span class="whiteh1">B2B SALES LEAD QUALIFICATION</span>
  484.                    <p><i class="fas fa-first-aid" aria-hidden="true"></i><br>
  485.                        Our experienced lead gen professionals verify potential leads and if they have a true need for your products and services, eliminating wasted time. Intelemark then provides you with
  486.                        a revised list of qualified leads.
  487.                    </p>
  488.                </div>
  489.                <div class="column columnshort">
  490.                    <span class="whiteh1">EMERGENCY B2B TELEMARKETING</span>
  491.                    <p><i class="fas fa-database" aria-hidden="true"></i><br>
  492.                        We can ramp quickly with phone calls to set B2B appointments and deliver leads to help you meet your newly formed business objectives. Timing is everything, especially when quick results
  493.                        are crucial you must focus on other areas of your business.
  494.                    </p>
  495.                </div>
  496.  
  497.                <div class="column columnshort">
  498.                    <span class="whiteh1">DATABASE CLEANUP</span>
  499.                    <p><i class="fas fa-headset" aria-hidden="true"></i><br>
  500.                        Intelemark can help you make the best use of your time during this crisis. We can save you time and money – NOW is the time to clean up old prospect lists while you focus your time and effort
  501.                         on closing sales with qualified leads.
  502.                    </p>
  503.                </div>
  504.  
  505.                <div class="column columnshort">
  506.                    <span class="whiteh1">INBOUND CALL CENTER SERVICES</span>
  507.                    <p><i class="fas fa-phone" aria-hidden="true"></i><br>
  508.                        Intelemark offers key call center services including – customer service, incident management, incident logging, call routing, inbound answering services, and managing new leads brought
  509.                        in by website visitors.
  510.                    </p>
  511.                </div>
  512.  
  513.  
  514.  
  515.            </div>
  516.            <div class="row">
  517.                <a href="/contact-us/" style="text-decoration:none;"><div id="myBtn2" class="cta-container cta-button taller">
  518.                    <i class="fa fa100 fa-calendar-check"></i><span> CONTACT US</span>
  519.                </div></a>
  520.            </div>
  521.        </div>
  522.    
  523.    <div  id="section-3"  class="main-content home-block">    
  524.  
  525.        
  526.        <div class="row">
  527.            <h2 style="width: 100%; text-align:left;">Benefits of Outsourcing B2B Telemarketing Services to Our Company</h2>
  528.                <h3 style="width: 100%; text-align:left;">Overcoming Difficulties in Generating Qualified Leads</h3>
  529.                <p style="text-align:justify">Partnering with our company for your B2B telemarketing needs offers numerous advantages, one of which is overcoming the challenges associated with generating qualified leads. Our team of seasoned professionals is adept at identifying and engaging the right prospects, ensuring that your sales pipeline is filled with potential customers who are genuinely interested in your products or services. By entrusting this critical task to our experts, you can rest easy knowing that we're working tirelessly to connect you with the leads that matter most.</p>
  530.                <h3 style="width: 100%; text-align:left;">Saving Time on Prospecting and Researching Potential Customers</h3>
  531.                <p style="text-align:justify">Another significant benefit of outsourcing your B2B telemarketing services to our company is the time you'll save on prospecting and researching potential customers. Our team is highly skilled in efficiently identifying and qualifying leads, allowing your sales team to focus on what they do best: closing deals. By leaving the time-consuming tasks of prospecting and research to our experienced telemarketers, you can allocate your resources more effectively and drive greater results for your business.</p>
  532.                <h3 style="width: 100%; text-align:left;">Working with Experienced Telemarketers</h3>
  533.                <p style="text-align:justify">Finally, when you choose to collaborate with our company for your B2B telemarketing needs, you gain access to a team of experienced telemarketers who are well-versed in the art of lead generation. Our telemarketers have honed their skills through years of experience across various industries, ensuring that they have the expertise needed to effectively communicate your value proposition to prospects. With our dedicated team by your side, you can be confident that your B2B telemarketing efforts are in capable hands, poised to deliver the results you desire.</p>
  534.            <h2 style="width: 100%; text-align:left;">Telemarketing Campaigns for B2B Businesses</h2>
  535.                <h3 style="width: 100%; text-align:left;">Maintaining a full sales pipeline</h3>
  536.                <p style="text-align:justify">Let's begin by discussing the importance of maintaining a full sales pipeline. A well-stocked pipeline is crucial for ensuring a steady flow of revenue, as it provides your sales team with a constant stream of prospects to engage with and potentially convert into customers. Telemarketing campaigns can be a game-changer in this regard, as they help identify and connect with potential clients, keeping that pipeline brimming with opportunities. And you know what they say—a full pipeline is a happy pipeline, and a happy pipeline leads to a thriving business!</p>
  537.                <h3 style="width: 100%; text-align:left;">Increasing sales pipeline regularly during the sales cycle</h3>
  538.                <p style="text-align:justify">Now, let's move on to the significance of regularly increasing your sales pipeline throughout the sales cycle. You see, a static pipeline isn't enough to sustain long-term growth. Instead, you need to continuously expand your pool of potential customers, reaching out to new prospects and identifying fresh opportunities. By doing so, you're not only ensuring that your pipeline stays full but also setting the stage for continued expansion and success. Telemarketing campaigns can play a pivotal role in this process, as they provide a targeted and proactive approach to connecting with your desired audience and fueling your sales engine.</p>
  539.                <h3 style="width: 100%; text-align:left;">Focusing on the target market</h3>
  540.                <p style="text-align:justify">Finally, let's touch on the importance of focusing your telemarketing campaigns on your target market. In the world of B2B sales, it's essential to zero in on the right prospects—those who are most likely to have a genuine need for your products or services. By directing your telemarketing efforts towards this specific group, you're maximizing the chances of resonating with them, capturing their interest, and ultimately, winning their business. So, before you kick off your next campaign, make sure to have a crystal-clear understanding of your target market and tailor your approach accordingly. After all, a well-aimed arrow is far more likely to hit its mark than one fired blindly into the air.</p>
  541.                
  542.  
  543.  
  544.            <div class="columnc columnshort">
  545.                <span class="darkh1">Healthcare</span>
  546.                <p><i class="fas fa-hospital" aria-hidden="true"></i><br>
  547.                    Experience matters in lead gen campaigns for
  548.                    specialized B2B industries like Healthcare.
  549.                </p>
  550.            </div>
  551.            <div class="columnc columnshort">
  552.                <span class="darkh1">Technology</span>
  553.                <p><i class="fas fa-code" aria-hidden="true"></i><br>
  554.                    Our business experience and proprietary software
  555.                    drive high-quality new leads.
  556.                </p>
  557.            </div>
  558.            <div class="columnc columnshort">
  559.                <span class="darkh1">Financial</span>
  560.                <p><i class="fas fa-chart-line" aria-hidden="true"></i><br>
  561.                    High-value decision-makers = Growth
  562.                    opportunities with the right targeting efforts.
  563.                </p>
  564.            </div>
  565.            <div class="columnc columnshort">
  566.                <span class="darkh1">Education</span>
  567.                <p><i class="fas fa-graduation-cap" aria-hidden="true"></i><br>
  568.                    Education is a trillion dollar industry –
  569.                    Gain market share with the right marketing campaign.
  570.                </p>
  571.            </div>
  572.            <div class="columnc columnshort">
  573.                <span class="darkh1">Logistics</span>
  574.                <p><i class="fas fa-dolly" aria-hidden="true"></i><br>
  575.                    Gain brand awareness through strong prospecting
  576.                    effort in an industry with 500K competitors.
  577.                </p>
  578.            </div>
  579.            <div class="columnc columnshort">
  580.                <span class="darkh1">Manufacturing</span>
  581.                <p><i class="fas fa-industry" aria-hidden="true"></i><br>
  582.                    Gain brand awareness with strategic lead
  583.                    generation tactics in an important global industry.
  584.                </p>
  585.            </div>
  586.            <div class="columnc columnshort">
  587.                <span class="darkh1">Consulting</span>
  588.                <p><i class="fas fa-hands-helping" aria-hidden="true"></i><br>
  589.                    Increase your sales pipeline today and
  590.                    reach potential customers who really need you.
  591.                </p>
  592.            </div>
  593.            <div class="columnc columnshort">
  594.                <span class="darkh1">Marketing</span>
  595.                <p><i class="fas fa-bullhorn" aria-hidden="true"></i><br>
  596.                    Expertise in generating leads and reaching
  597.                    the right target audience drives revenue growth.
  598.                </p>
  599.            </div>
  600.    <!-- div class="columnc columnshort">
  601.    <span class="darkh1">Other</span>
  602.    <p><i class="fas fa-bullhorn" aria-hidden="true"></i><br>
  603.    Knowledge and Expertise Drive Increased Revenue and Growth </p>
  604.    </div -->
  605.    </div>
  606.    </div>
  607.  
  608.    <div  id="section-2"  class="main-content home-block">
  609.        <div class="row" style="padding: 0em 0 0 0;">
  610.            <h2 style="width: 100%; text-align:left;">Key Components of Effective B2B Telemarketing</h2>
  611.                <h3 style="width: 100%; text-align:left;">Consistent effort and communication with current customers and prospects</h3>
  612.                    <p style="text-align:justify">First and foremost, let's delve into the crucial role that consistent effort and communication play in the realm of effective B2B telemarketing. Maintaining an ongoing dialogue with both current customers and prospects is vital, as it helps to build rapport, foster trust, and reinforce your brand's presence in their minds. By regularly reaching out and engaging with your audience, you're not only creating opportunities to uncover new leads but also ensuring that existing customers feel valued and appreciated. Remember, consistency is key when it comes to successful B2B telemarketing, so don't let those communication channels go silent!</p>
  613.                <h3 style="width: 100%; text-align:left;">B2B telesales and support services</h3>
  614.                    <p style="text-align:justify">Next up, let's discuss the importance of B2B telesales and support services. Telesales goes hand in hand with telemarketing, as it involves directly selling your products or services to potential clients over the phone. By incorporating telesales into your B2B telemarketing strategy, you're capitalizing on the connections forged during the initial outreach and working towards converting those leads into paying customers. Meanwhile, support services play an essential role in ensuring that your clients have a positive experience with your brand, addressing any concerns or questions that may arise and ultimately, fostering long-term relationships.</p>
  615.                    <p style="text-align:justify">Finally, let's explore the role of event marketing in the context of B2B telemarketing. Hosting or participating in industry events, such as conferences, trade shows, or webinars, can be a powerful lead generation tool. These gatherings provide an ideal platform for showcasing your products or services, connecting with potential clients, and generating buzz around your brand. By integrating event marketing into your B2B telemarketing strategy, you're creating opportunities to expand your reach, engage with your target audience in a more personal way, and ultimately, drive your sales efforts forward. So, don't be shy—get out there and make your presence known!</p>
  616.            <h2 style="width: 100%; text-align:left;">B2B Marketing Services for Lead Generation</h2>
  617.                <h3 style="width: 100%; text-align:left;">Direct mail/email campaign follow-up</h3>
  618.                    <p style="text-align:justify">First on our list of B2B marketing services for lead generation is direct mail and email campaign follow-ups. These campaigns are instrumental in reaching out to your target audience, sharing valuable information, and making a lasting impression. However, it's important not to stop there. Following up with your prospects after the initial contact is crucial, as it helps to keep the conversation going, gauge their interest, and potentially turn a lead into a customer. So, make sure to stay on top of those follow-ups and let your prospects know that you're genuinely interested in meeting their needs.</p>
  619.                <h3 style="width: 100%; text-align:left;">Account profiling</h3>
  620.                    <p style="text-align:justify">Next up is account profiling, which involves collecting and analyzing data on your potential customers to better understand their specific needs, pain points, and preferences. By doing so, you can tailor your marketing efforts to suit their unique requirements, increasing the likelihood of resonating with them and ultimately, winning their business. Account profiling is a vital component of B2B lead generation, as it enables you to target your audience with laser-like precision, ensuring that your message hits home every time.</p>
  621.                <h3 style="width: 100%; text-align:left;">Lead nurturing</h3>
  622.                    <p style="text-align:justify">Now, let's discuss lead nurturing, which is the process of cultivating relationships with your prospects throughout the sales funnel. By maintaining regular contact and sharing relevant content, you can keep your brand at the forefront of their minds, gradually building trust and credibility. Lead nurturing is essential for converting leads into customers, as it ensures that they don't slip through the cracks or lose interest in your products or services. So, make sure to invest time and effort into nurturing your leads, and watch as they blossom into loyal customers.</p>
  623.                <h3 style="width: 100%; text-align:left;">Brand awareness</h3>
  624.                    <p style="text-align:justify">Last but not least, we have brand awareness, which refers to the extent to which your target audience recognizes and associates your brand with your products or services. Boosting brand awareness is a key objective of B2B lead generation, as it helps to ensure that your prospects think of you when they're in need of the solutions you offer. To increase brand awareness, consider employing a mix of marketing channels, such as social media, content marketing, and of course, telemarketing. By consistently putting your brand out there, you'll become a familiar and trusted name in your industry, paving the way for a steady stream of leads and sales.</p>
  625.            <h2 style="width: 100%; text-align:left;">Call Center Outsourcing for B2B Companies</h2>
  626.                <h3 style="width: 100%; text-align:left;">Inbound and outbound telemarketing services</h3>
  627.                <p style="text-align:justify">First up in our exploration of call center outsourcing for B2B companies is the concept of inbound and outbound telemarketing services. Inbound services involve receiving calls from potential customers interested in your products or services, while outbound services entail proactively reaching out to prospects. By outsourcing these tasks to a specialized call center, you can save time and resources, allowing your in-house team to focus on core business activities. Moreover, outsourcing ensures that you're working with experienced professionals who are well-versed in effective communication and lead generation techniques.</p>
  628.                <h3 style="width: 100%; text-align:left;">B2B appointment setting</h3>
  629.                <p style="text-align:justify">Next, let's discuss B2B appointment setting, another crucial service that can be outsourced to call centers. This process involves scheduling meetings between your sales team and potential clients, paving the way for fruitful discussions and ultimately, sales conversions. By partnering with a skilled call center, you can ensure that appointments are set with the right decision-makers, making the most of your sales team's time and expertise.</p>
  630.                <h3 style="width: 100%; text-align:left;">Customer reactivation and retention services</h3>
  631.                <p style="text-align:justify">Now, we'll delve into customer reactivation and retention services. Reactivating dormant or inactive clients is an often-overlooked yet valuable aspect of B2B telemarketing, as it can be significantly more cost-effective than acquiring new customers. Call centers can also help with customer retention by providing top-notch support services and maintaining regular communication, ensuring that your clients remain satisfied and loyal to your brand. Outsourcing these services allows your business to maximize its resources and maintain strong relationships with your customer base.</p>      
  632.                <h3 style="width: 100%; text-align:left;">B2B sales lead qualification</h3>
  633.                <p style="text-align:justify">Lastly, we have B2B sales lead qualification, an essential component of any successful telemarketing campaign. This process involves verifying the legitimacy and relevance of potential leads, ensuring that your sales team focuses its efforts on prospects who genuinely require your products or services. By outsourcing lead qualification to a professional call center, you can be confident that your sales team is armed with a list of well-vetted, high-quality leads, increasing their chances of closing deals and driving revenue growth.</p>
  634.            <h2 style="width: 100%; text-align:left;">Measuring the Success of B2B Telemarketing Campaigns</h2>
  635.                <h3 style="width: 100%; text-align:left;">Identifying Key Performance Metrics</h3>
  636.                <p style="text-align:justify">To kick off this section, let's talk about the importance of identifying key performance metrics for your B2B telemarketing campaigns. By pinpointing the right indicators, such as conversion rates, appointment setting success, and lead quality, you can effectively measure the success of your marketing efforts and identify areas for improvement. This ensures that your campaigns are always optimized for maximum results.</p>
  637.                <h3 style="width: 100%; text-align:left;">Analyzing the Effectiveness of Marketing Strategies</h3>
  638.                <p style="text-align:justify">Next up, we'll delve into the process of analyzing the effectiveness of marketing strategies. To do so, it's crucial to assess the data collected from your key performance metrics and draw meaningful insights. By understanding what's working and what's not, you can make informed decisions to refine and improve your telemarketing campaigns, ensuring they continue to generate the best possible results for your business.</p>
  639.                <h3 style="width: 100%; text-align:left;">Long-term Strategy and Realistic Goals</h3>
  640.                <p style="text-align:justify">Lastly, let's touch upon the significance of having a long-term strategy and setting realistic goals for your B2B telemarketing campaigns. By looking beyond short-term achievements and focusing on the bigger picture, you can build a robust and sustainable sales pipeline. This allows your business to grow and thrive, even in the face of ever-changing market conditions. By setting attainable goals that align with your long-term strategy, you'll be better equipped to measure your progress, adapt as needed, and ultimately achieve greater success in your B2B telemarketing efforts.</p>
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.        </div>
  648.    </div>
  649.  
  650.    
  651.    
  652.  
  653.    
  654.  
  655.  
  656.        
  657.    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">var d = new Date();
  658.        document.getElementById("datestamp").value = d.toDateString();
  659.        var hours = d.getHours();
  660.        var mins = d.getMinutes();
  661.        var seconds = d.getSeconds();
  662.        document.getElementById("timestamp").value = hours + ":" + mins + ":" + seconds;</script>
  663.  
  664.  
  665.  
  666.    </div>
  667.    
  668.    
  669.  
  670.  
  671. <!-- <div id="floating-chat-container">
  672.        <div id="floating-chat-button">
  673.            <i class="fa-solid fa-headset"></i>
  674.        </div>
  675.        <div class="live-text">Live Agents</div>
  676.    </div> -->
  677.  
  678.    <div id="main-footer">
  679.     <div class="inner">
  680.        
  681.        <div class="four-cols  selfclear">
  682.            <div class="col col1">
  683.        
  684.                 <nav class="footer-menu1">
  685.                    <ul id="menu-footer-menu1" class="footer-col"><li id="menu-item-355" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-355"><a href="https://www.intelemark.com/" aria-current="page">Home</a></li>
  686. <li id="menu-item-356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-356"><a href="https://www.intelemark.com/about-intelemark/">About Us</a></li>
  687. <li id="menu-item-4716" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4716"><a href="https://www.intelemark.com/services/">Services</a></li>
  688. <li id="menu-item-358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-358"><a href="https://www.intelemark.com/about-intelemark/our-team/">Team</a></li>
  689. <li id="menu-item-359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-359"><a href="https://www.intelemark.com/business-connections/">Industries We Serve</a></li>
  690. <li id="menu-item-1126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1126"><a href="https://www.intelemark.com/about-intelemark/why-intelemark/">Why Intelemark</a>
  691. <ul class="sub-menu">
  692. <li id="menu-item-3261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3261"><a href="https://www.intelemark.com/b2b-business-development-representative/changing-the-sales-industry/">Changing the Industry</a></li>
  693. </ul>
  694. </li>
  695. </ul>                 </nav>
  696.                </div>
  697.                <div class="col col2">
  698.                 <nav class="footer-menu2">
  699.                    <ul id="menu-footer-menu2" class="footer-col"><li id="menu-item-362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-362"><a href="https://www.intelemark.com/what-our-clients-say/">What Our Clients Say</a></li>
  700. <li id="menu-item-360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-360"><a href="https://www.intelemark.com/about-intelemark/results-2/">Our Results</a></li>
  701. <li id="menu-item-365" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-365"><a href="https://www.intelemark.com/blog/">Blog</a></li>
  702. <li id="menu-item-1127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1127"><a href="https://www.intelemark.com/contact-us/">Contact Us</a></li>
  703. <li id="menu-item-3170" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3170"><a href="https://www.intelemark.com/sales-pipeline-resources/">Resources</a>
  704. <ul class="sub-menu">
  705. <li id="menu-item-3171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3171"><a href="https://www.intelemark.com/sales-pipeline-resources/executive-reports/">Executive Reports</a></li>
  706. <li id="menu-item-3172" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3172"><a href="https://www.intelemark.com/sales-pipeline-resources/case-studies/">Case Studies</a></li>
  707. </ul>
  708. </li>
  709. </ul>                 </nav>
  710.                </div>
  711.                <div class="col col3">
  712.                    <nav class="footer-menu2">
  713.                        <ul id="menu-footer-menu3" class="footer-col"><li id="menu-item-3164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3164"><a href="https://www.intelemark.com/b2b-business-development-representative/">Contact Us</a>
  714. <ul class="sub-menu">
  715. <li id="menu-item-3262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3262"><a href="https://www.intelemark.com/b2b-business-development-representative/">Apply Today</a></li>
  716. <li id="menu-item-3167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3167"><a href="https://www.intelemark.com/b2b-business-development-representative/day-in-the-life/">A Day in The Life</a></li>
  717. <li id="menu-item-3168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3168"><a href="https://www.intelemark.com/b2b-business-development-representative/expat-jobs/">Expat Jobs</a></li>
  718. <li id="menu-item-3169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3169"><a href="https://www.intelemark.com/b2b-business-development-representative/calling-agents-love-working-at-intelemark/">Agents Love Intelemark</a></li>
  719. </ul>
  720. </li>
  721. </ul>                    </nav>
  722. <div class="footer_badge">
  723. <img width="120px" height="120px" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20120'%3E%3C/svg%3E" data-lazy-src="https://www.intelemark.com/wp-content/uploads/top-call-centers.png"><noscript><img width="120px" height="120px" src="https://www.intelemark.com/wp-content/uploads/top-call-centers.png"></noscript>
  724. </div>
  725.                </div>
  726.                <div class="col col4">  
  727.                 <a href="/" id="footer-logo"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png" /><noscript><img src="https://www.intelemark.com/wp-content/themes/intelemark2/images/intelemark-logo.png" /></noscript></a>
  728.                
  729.                 <div class="footer-address">
  730.                 <!-- 16427 N Scottsdale Road, Suite 410<br>
  731.                    Scottsdale, AZ 85254 -->
  732.                    16211 N. Scottsdale Rd. <br /> Suite A6A #442<br/>
  733. Scottsdale AZ 85254
  734.                 </div>
  735.                
  736.                 <a href="tel:480-351-0242" id="main-phone footer" class="cta-button"><i class="fa fa-phone-square"></i> <span class="number">(602) 943-7111</span></a>
  737.  
  738.                </div>
  739.            </div>
  740.     </div>
  741.    </div>
  742.    
  743.    <div id="bottom-stripe">
  744.        <div class="inner">
  745.            <p>© Copyright 2019 Intelemark, LLC. All Rights Reserved.</p>
  746.        
  747.            <a href="/privacy/" title="Privacy">Privacy</a> <a href="https://www.intelemark.com/sitemap.xml">Sitemap</a> | <a href="https://www.facebook.com/IntelemarkLLC" rel="nofollow">Facebook</a> <a href="https://www.linkedin.com/company/intelemark" rel="nofollow">Linkedin</a> <a href="https://twitter.com/intelemark" rel="nofollow">Twitter</a>
  748.        </div>
  749.    </div>
  750.  
  751.    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
  752. document.addEventListener( 'wpcf7mailsent', function( event ) {
  753.    if ( '3160' == event.detail.contactFormId ) {
  754.        ga( 'send', 'event', 'Contact Form', 'submit' );
  755.    }
  756.    else {
  757.        ga( 'send', 'event2', 'Contact Form', 'submit' );
  758.     }
  759. }, false );
  760. $('.wpcf7-form').submit(function() {
  761.    var ts = document.getElementById("timestamp");
  762. var myTimestamp = new Date().toLocaleString('en-GB');
  763. var myArray1 =  myTimestamp.split(',');
  764.  
  765. var myDate = myArray1[0];
  766. var myTime = myArray1[1];
  767. var myArray2 = myDate.split('/');
  768. myDate = myArray2[1]+'/'+myArray2[0]+'/'+myArray2[2];
  769. myTimestamp = myDate+' '+myTime;
  770. ts.value = myTimestamp;
  771. });
  772. });</script>
  773. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.intelemark.com/wp-content/cache/min/1/wp-content/plugins/tc-team-members-pro/vendors/popup/jquery.magnific-popup.js?ver=1713382119" id="popup-js-js" defer></script>
  774. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
  775. /* <![CDATA[ */
  776. "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}();
  777. /* ]]> */
  778. </script>
  779. <script type="text/javascript" id="rocket-preload-links-js-extra">
  780. /* <![CDATA[ */
  781. 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.intelemark.com","onHoverDelay":"100","rateThrottle":"3"};
  782. /* ]]> */
  783. </script>
  784. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
  785. /* <![CDATA[ */
  786. (function() {
  787. "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();
  788. }());
  789. /* ]]> */
  790. </script>
  791. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wpsp-script-frontend"></script>
  792. <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
  793. if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
  794. images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
  795. if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.intelemark.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>    
  796.    <!-- link rel="stylesheet" href="https://www.intelemark.com/wp-content/themes/intelemark2/js/tooltipster/css/tooltipster.bundle.min.css" / -->
  797.    
  798.    <!-- script src="https://www.intelemark.com/wp-content/themes/intelemark2/js/tooltipster/js/tooltipster.bundle.min.js"></script -->
  799.    
  800.    <!-- script src="https://www.intelemark.com/wp-content/themes/intelemark2/js/flexslider/jquery.flexslider.js"></script -->
  801.    <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.intelemark.com/wp-content/cache/min/1/wp-content/themes/intelemark2/js/main.js?ver=1713382119" defer></script>
  802.    <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.intelemark.com/wp-content/cache/min/1/wp-content/themes/intelemark2/js/home3.js?ver=1713382119" defer></script>
  803. <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
  804. </html>
  805. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1713603042 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda