https://www.accountservices-usa.com/

Submitted URL:
https://accountservices-usa.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 18 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.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>

<meta name="viewport" content="width=device-width, initial-scale=1">
	 <link rel="profile" href="https://gmpg.org/xfn/11"> 
	 <!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-59G7W2S');</script>
<!-- End Google Tag Manager --><meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">

	<!-- This site is optimized with the Yoast SEO plugin v22.7 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Home - Account Services</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CMontserrat%3A600%2C400%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=swap"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CMontserrat%3A600%2C400%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=swap" media="all" onload="this.media='all'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A400%2C700%7CMontserrat%3A600%2C400%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript>
	<meta name="description" content="Account Services specialize in all types of debt recovery programs including Healthcare, Financial, Retail, Utilities, Municipalities, and Telecommunication">
	<link rel="canonical" href="https://www.accountservices-usa.com/">
	<meta property="og:locale" content="en_US">
	<meta property="og:type" content="website">
	<meta property="og:title" content="Home - Account Services">
	<meta property="og:description" content="Account Services specialize in all types of debt recovery programs including Healthcare, Financial, Retail, Utilities, Municipalities, and Telecommunication">
	<meta property="og:url" content="https://www.accountservices-usa.com/">
	<meta property="og:site_name" content="Account Services">
	<meta property="article:modified_time" content="2022-04-21T22:49:13+00:00">
	<meta property="og:image" content="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg">
	<meta name="twitter:card" content="summary_large_image">
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.accountservices-usa.com/","url":"https://www.accountservices-usa.com/","name":"Home - Account Services","isPartOf":{"@id":"https://www.accountservices-usa.com/#website"},"about":{"@id":"https://www.accountservices-usa.com/#organization"},"primaryImageOfPage":{"@id":"https://www.accountservices-usa.com/#primaryimage"},"image":{"@id":"https://www.accountservices-usa.com/#primaryimage"},"thumbnailUrl":"https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg","datePublished":"2022-02-22T00:41:37+00:00","dateModified":"2022-04-21T22:49:13+00:00","description":"Account Services specialize in all types of debt recovery programs including Healthcare, Financial, Retail, Utilities, Municipalities, and Telecommunication","breadcrumb":{"@id":"https://www.accountservices-usa.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.accountservices-usa.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.accountservices-usa.com/#primaryimage","url":"https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep.jpg","contentUrl":"https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep.jpg","width":1330,"height":1128,"caption":"account services woman customer service"},{"@type":"BreadcrumbList","@id":"https://www.accountservices-usa.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.accountservices-usa.com/#website","url":"https://www.accountservices-usa.com/","name":"Account Services","description":"","publisher":{"@id":"https://www.accountservices-usa.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.accountservices-usa.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.accountservices-usa.com/#organization","name":"Account Services, USA","url":"https://www.accountservices-usa.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.accountservices-usa.com/#/schema/logo/image/","url":"https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-logo-black.svg","contentUrl":"https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-logo-black.svg","width":287,"height":52,"caption":"Account Services, USA"},"image":{"@id":"https://www.accountservices-usa.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link href="https://fonts.gstatic.com" crossorigin="" rel="preconnect">
<link rel="alternate" type="application/rss+xml" title="Account Services » Feed" href="https://www.accountservices-usa.com/feed/">
<link rel="alternate" type="application/rss+xml" title="Account Services » Comments Feed" href="https://www.accountservices-usa.com/comments/feed/">
<link rel="stylesheet" id="astra-theme-css-css" href="https://www.accountservices-usa.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.6.11" media="all">

<link data-minify="1" rel="stylesheet" id="astra-theme-dynamic-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/uploads/astra/astra-theme-dynamic-css-post-68.css?ver=1720026767" media="all">
<link data-minify="1" rel="stylesheet" id="premium-addons-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/premium-addons.min.css?ver=1720026764" media="all">
<link rel="stylesheet" id="premium-pro-css" href="https://www.accountservices-usa.com/wp-content/plugins/premium-addons-pro/assets/frontend/min-css/premium-addons.min.css?ver=2.9.13" media="all">
<link data-minify="1" rel="stylesheet" id="dce-dynamic-visibility-style-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/dynamic-visibility-for-elementor/assets/css/dynamic-visibility.css?ver=1720026737" media="all">
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}body { margin: 0;--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: 24px; }:where(body .is-layout-flow)  > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow)  > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow)  > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-constrained)  > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained)  > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained)  > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-flex) {gap: 24px;}:where(body .is-layout-grid) {gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="astra-addon-css-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-6610449593ab50-44384951.css?ver=1720026737" media="all">
<link data-minify="1" rel="stylesheet" id="astra-addon-dynamic-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-dynamic-css-post-68.css?ver=1720026767" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1720026737" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.24.3" media="all">
<link data-minify="1" rel="stylesheet" id="swiper-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1720026737" media="all">
<link rel="stylesheet" id="e-swiper-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="elementor-post-6-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-6.css?ver=1720026735" media="all">
<link rel="stylesheet" id="elementor-pro-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.24.2" media="all">
<link rel="stylesheet" id="uael-frontend-css" href="https://www.accountservices-usa.com/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.36.35" media="all">
<link data-minify="1" rel="stylesheet" id="font-awesome-5-all-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1720026737" media="all">
<link rel="stylesheet" id="font-awesome-4-shim-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="elementor-post-68-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-68.css?ver=1720026767" media="all">
<link rel="stylesheet" id="elementor-post-18-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-18.css?ver=1720026738" media="all">
<link rel="stylesheet" id="elementor-post-101-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-101.css?ver=1720026739" media="all">
<link rel="stylesheet" id="account-services-theme-css-css" href="https://www.accountservices-usa.com/wp-content/themes/account-services/style.css?ver=1.0.0" media="all">
<link rel="stylesheet" id="eael-general-css" href="https://www.accountservices-usa.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.0.5" media="all">
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.accountservices-usa.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>

<link rel="stylesheet" id="elementor-icons-shared-0-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-fa-solid-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1720026737" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-fa-regular-css" href="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=1720026737" media="all">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin=""><script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
<!--[if IE]>
<script src="https://www.accountservices-usa.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.6.11" id="astra-flexibility-js"></script>
<script id="astra-flexibility-js-after">
flexibility(document.documentElement);</script>
<![endif]-->
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.24.3" id="font-awesome-4-shim-js" defer=""></script>
<link rel="https://api.w.org/" href="https://www.accountservices-usa.com/wp-json/"><link rel="alternate" type="application/json" href="https://www.accountservices-usa.com/wp-json/wp/v2/pages/68"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.accountservices-usa.com/xmlrpc.php?rsd">

<link rel="shortlink" href="https://www.accountservices-usa.com/">
<link rel="alternate" type="application/json+oembed" href="https://www.accountservices-usa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.accountservices-usa.com%2F">
<link rel="alternate" type="text/xml+oembed" href="https://www.accountservices-usa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.accountservices-usa.com%2F&amp;format=xml">
<style type="text/css"> .ae_data .elementor-editor-element-setting {
            display:none !important;
            }
            </style><!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async="" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-71T6C1TBBN"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-71T6C1TBBN');
</script>			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://www.accountservices-usa.com/wp-content/uploads/2022/02/cropped-account-services-site-icon-32x32.png" sizes="32x32">
<link rel="icon" href="https://www.accountservices-usa.com/wp-content/uploads/2022/02/cropped-account-services-site-icon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.accountservices-usa.com/wp-content/uploads/2022/02/cropped-account-services-site-icon-180x180.png">
<meta name="msapplication-TileImage" content="https://www.accountservices-usa.com/wp-content/uploads/2022/02/cropped-account-services-site-icon-270x270.png">
		<style id="wp-custom-css">
			html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/** Alt Button and Links **/

.link-alt a {
	color: #f14f51;
}

.link-alt a:hover {
	color: #D02F36;
}

.button-alt {
	border: 2px solid #0369AE;
	font-size: 0.778em;
	background: #ffffff;
}

.button-alt:hover {
	background: #0369AE;
}

/** Font Adjustments **/

p:last-of-type {
	margin-bottom: 0 !important;
}

/* .no-margin p:last-of-type {
	margin-bottom: 0;
}
 */

h1 {
	font-size: clamp(2rem, 1.8909rem + 0.5457vw, 2.667rem) !important;
}

h2 {
	font-size: clamp(1.5rem, 1.4182rem + 0.4091vw, 2rem) !important;
}

h3 {
	font-size: clamp(0.889rem, 0.8163rem + 0.3633vw, 1.333rem) !important;
}

h4 {
	font-size: clamp(0.889rem, 0.8527rem + 0.1816vw, 1.111rem) !important;
}

/** Service Features List **/

.service-features .elementor-icon-list-item span, selector ,service-features .elementor-icon-list-item span i {
    line-height: 1.5em;
}

.service-features .elementor-icon-list-item {
    align-items: first baseline;
}

.service-features .elementor-icon-list-item span i {
    padding-top: 5px;
}

/** Hide Mobile br Tags **/

@media screen and (max-width: 767px) {
	.mobile-br br {
	display: none;
}
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><link href="https://www.googletagmanager.com" rel="preconnect"></head>

<body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="home page-template-default page page-id-68 wp-custom-logo ast-desktop ast-page-builder-template ast-no-sidebar astra-4.6.11 ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-full-width-layout ast-sticky-header-shrink ast-inherit-site-logo-sticky elementor-default elementor-kit-6 elementor-page elementor-page-68 astra-addon-4.6.4">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59G7W2S"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<a class="skip-link screen-reader-text" href="#content" role="link" title="Skip to content">
		Skip to content</a>

<div class="hfeed site" id="page">
			<div data-elementor-type="header" data-elementor-id="18" class="elementor elementor-18 elementor-location-header" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-f5a83d1 elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f5a83d1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6539e84" data-id="6539e84" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a2e3ab5 elementor-align-justify elementor-widget elementor-widget-button" data-id="a2e3ab5" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.accountservices-usa.com/make-payment/" target="_blank" rel="noopener">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Make A Payment</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2c422ea9 elementor-section-height-min-height elementor-section-content-middle elementor-section-items-stretch elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default" data-id="2c422ea9" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4c012fdd" data-id="4c012fdd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-86cf4bb elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="86cf4bb" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
									<a href="https://www.accountservices-usa.com">
			<img width="287" height="52" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20287%2052'%3E%3C/svg%3E" class="attachment-full size-full wp-image-28 astra-logo-svg" alt="White Account Services logo" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/account-services-logo.svg"><noscript><img width="287" height="52" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/account-services-logo.svg" class="attachment-full size-full wp-image-28 astra-logo-svg" alt="White Account Services logo" /></noscript>				</a>
									</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3931ea86" data-id="3931ea86" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0067b34 uael-nav-menu__align-justify uael-submenu-animation-slide_up uael-submenu-open-hover uael-submenu-icon-arrow uael-link-redirect-child uael-nav-menu__breakpoint-tablet uael-nav-menu-toggle-label-no elementor-widget elementor-widget-uael-nav-menu" data-id="0067b34" data-element_type="widget" data-settings="{&quot;distance_from_menu_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;distance_from_menu&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;distance_from_menu_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="uael-nav-menu.default">
				<div class="elementor-widget-container">
					<div class="uael-nav-menu uael-layout-horizontal uael-nav-menu-layout uael-pointer__none" data-layout="horizontal" data-last-item="cta">
				<div role="button" class="uael-nav-menu__toggle elementor-clickable">
					<span class="screen-reader-text">Main Menu</span>
					<div class="uael-nav-menu-icon">
						<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>					</div>
									</div>
							<nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" class="uael-nav-menu__layout-horizontal uael-nav-menu__submenu-arrow" data-toggle-icon="<i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;></i>" data-close-icon="<i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;></i>" data-full-width="yes"><ul id="menu-1-0067b34" class="uael-nav-menu"><li id="menu-item-1888" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a itemprop="url" class="uael-menu-item">Our Services<span class="uael-menu-toggle sub-arrow uael-menu-child-0"><i class="fa"></i></span></a></div>
<ul class="sub-menu">
	<li id="menu-item-821" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/medical-recovery-services/" itemprop="url" class="uael-sub-menu-item">Medical Recovery Services</a></li>
	<li id="menu-item-820" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/financial-recovery-services/" itemprop="url" class="uael-sub-menu-item">Financial Recovery Services</a></li>
	<li id="menu-item-819" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/general-business-recovery-services/" itemprop="url" class="uael-sub-menu-item">General Business Recovery Services</a></li>
	<li id="menu-item-1201" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/early-out-medical-services-hfs/" itemprop="url" class="uael-sub-menu-item">Early Out Medical Services (HFS)</a></li>
</ul>
</li>
<li id="menu-item-44" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/about/" itemprop="url" class="uael-menu-item">About Us</a></li>
<li id="menu-item-118" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/contact/" itemprop="url" class="uael-menu-item">Contact</a></li>
<li id="menu-item-50" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/careers/" itemprop="url" class="uael-menu-item">Careers</a></li>
<li id="menu-item-45" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/consumer/" itemprop="url" class="uael-menu-item">Consumer Services</a></li>
<li id="menu-item-1852" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/client-remote-access/" itemprop="url" class="uael-menu-item">Client Login</a></li>
<li id="menu-item-933" itemprop="name" class="menu-search menu-item menu-item-type-gs_sim menu-item-object-gs_sim parent uael-creative-menu">		<div data-elementor-type="wp-post" data-elementor-id="928" class="elementor elementor-928" data-elementor-post-type="ae_global_templates">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-dac9cba elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dac9cba" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1911ba5" data-id="1911ba5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ade81f5 elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="ade81f5" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;full_screen&quot;}" data-widget_type="search-form.default">
				<div class="elementor-widget-container">
					<search role="search">
			<form class="elementor-search-form" action="https://www.accountservices-usa.com" method="get">
												<div class="elementor-search-form__toggle" tabindex="0" role="button">
					<i aria-hidden="true" class="fas fa-search"></i>					<span class="elementor-screen-only">Search</span>
				</div>
								<div class="elementor-search-form__container">
					<label class="elementor-screen-only" for="elementor-search-form-ade81f5">Search</label>

					
					<input id="elementor-search-form-ade81f5" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value="">
					
					
										<div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-close"></i>						<span class="elementor-screen-only">Close this search box.</span>
					</div>
									</div>
			</form>
		</search>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		</li>
<li id="menu-item-1853" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/make-payment/" itemprop="url" class="uael-menu-item">Make A Payment</a></li>
</ul></nav>
					</div>
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8d443b7 elementor-section-height-min-height elementor-section-content-middle elementor-section-items-stretch elementor-hidden-desktop elementor-section-boxed elementor-section-height-default" data-id="8d443b7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ef479de" data-id="ef479de" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a23c965 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="a23c965" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
									<a href="https://www.accountservices-usa.com">
			<img width="287" height="52" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/account-services-logo.svg" class="attachment-full size-full wp-image-28 astra-logo-svg entered lazyloaded" alt="White Account Services logo" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/account-services-logo.svg" data-ll-status="loaded"><noscript><img width="287" height="52" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/account-services-logo.svg" class="attachment-full size-full wp-image-28 astra-logo-svg" alt="White Account Services logo" /></noscript>				</a>
									</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-04945d1" data-id="04945d1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67d72cc elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="67d72cc" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;full_screen&quot;}" data-widget_type="search-form.default">
				<div class="elementor-widget-container">
					<search role="search">
			<form class="elementor-search-form" action="https://www.accountservices-usa.com" method="get">
												<div class="elementor-search-form__toggle" tabindex="0" role="button">
					<i aria-hidden="true" class="fas fa-search"></i>					<span class="elementor-screen-only">Search</span>
				</div>
								<div class="elementor-search-form__container">
					<label class="elementor-screen-only" for="elementor-search-form-67d72cc">Search</label>

					
					<input id="elementor-search-form-67d72cc" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value="">
					
					
										<div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-close"></i>						<span class="elementor-screen-only">Close this search box.</span>
					</div>
									</div>
			</form>
		</search>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7d92c33" data-id="7d92c33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a929144 uael-menu-item-space-between uael-submenu-icon-arrow uael-link-redirect-child uael-nav-menu-toggle-label-no elementor-widget elementor-widget-uael-nav-menu" data-id="a929144" data-element_type="widget" data-widget_type="uael-nav-menu.default">
				<div class="elementor-widget-container">
						<div class="uael-nav-menu__toggle elementor-clickable uael-flyout-trigger" tabindex="0">
					<div class="uael-nav-menu-icon">
						<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>					</div>
									</div>
		<div class="uael-flyout-wrapper" data-last-item="cta">
			<div class="uael-flyout-overlay elementor-clickable"></div>
			<div class="uael-flyout-container">
				<div id="uael-flyout-content-id-a929144" class="uael-side uael-flyout-left uael-flyout-open" data-layout="left" data-flyout-type="normal">
					<div class="uael-flyout-content push">
													<nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"><ul id="menu-1-a929144" class="uael-nav-menu"><li id="menu-item-1889" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a itemprop="url" class="uael-menu-item">Our Services<span class="uael-menu-toggle sub-arrow uael-menu-child-0"><i class="fa"></i></span></a></div>
<ul class="sub-menu">
	<li id="menu-item-953" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/medical-recovery-services/" itemprop="url" class="uael-sub-menu-item">Medical Recovery Services</a></li>
	<li id="menu-item-952" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/financial-recovery-services/" itemprop="url" class="uael-sub-menu-item">Financial Recovery Services</a></li>
	<li id="menu-item-951" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/general-business-recovery-services/" itemprop="url" class="uael-sub-menu-item">General Business Recovery Services</a></li>
	<li id="menu-item-1200" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/early-out-medical-services-hfs/" itemprop="url" class="uael-sub-menu-item">Early Out Medical Services (HFS)</a></li>
</ul>
</li>
<li id="menu-item-954" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/about/" itemprop="url" class="uael-menu-item">About Us</a></li>
<li id="menu-item-956" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/contact/" itemprop="url" class="uael-menu-item">Contact</a></li>
<li id="menu-item-957" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/careers/" itemprop="url" class="uael-menu-item">Careers</a></li>
<li id="menu-item-955" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/consumer/" itemprop="url" class="uael-menu-item">Consumer Services</a></li>
<li id="menu-item-1850" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/client-remote-access/" itemprop="url" class="uael-menu-item">Client Login</a></li>
<li id="menu-item-1851" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/make-payment/" itemprop="url" class="uael-menu-item">Make A Payment</a></li>
</ul></nav>
													<div class="elementor-clickable uael-flyout-close" tabindex="0">
							<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>						</div>
					</div>
				</div>
			</div>
		</div>
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
			<div id="content" class="site-content">
		<div class="ast-container">
		

	<div id="primary" class="content-area primary">

		
					<main id="main" class="site-main">
				<article class="post-68 page type-page status-publish ast-article-single" id="post-68" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
	
	
	<header class="entry-header ast-no-title ast-header-without-markup">
			</header> <!-- .entry-header -->


<div class="entry-content clear" itemprop="text">

	
			<div data-elementor-type="wp-page" data-elementor-id="68" class="elementor elementor-68" data-elementor-post-type="page">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-9c2fa99 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9c2fa99" data-element_type="section" data-settings="{&quot;background_video_link&quot;:&quot;https:\/\/www.accountservices-usa.com\/wp-content\/uploads\/2022\/02\/accout-services-home-video-hero.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;,&quot;background_background&quot;:&quot;video&quot;}">
								<div class="elementor-background-video-container">
													<video class="elementor-background-video-hosted elementor-html5-video" autoplay="" muted="" playsinline="" loop=""></video>
											</div>
								<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3dbf933" data-id="3dbf933" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f8a47c5 elementor-widget elementor-widget-heading" data-id="f8a47c5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h1 class="elementor-heading-title elementor-size-default">A Trusted Debt<br>Collection Solution</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-b1d91a9 elementor-widget elementor-widget-heading" data-id="b1d91a9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">Consistent Results through a Professional Approach</h3>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section data-pa-eq-height="{&quot;targetType&quot;:&quot;custom&quot;,&quot;target&quot;:[&quot;.eq-1&quot;,&quot; .eq-2&quot;],&quot;trigger&quot;:&quot;load&quot;,&quot;enableOn&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}" class="elementor-section elementor-top-section elementor-element elementor-element-0db6f4a premium-equal-height-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0db6f4a" data-element_type="section" data-settings="{&quot;premium_eq_height_switcher&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-74ad8b6" data-id="74ad8b6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-134295d no-margin eq-1 elementor-widget elementor-widget-text-editor" data-id="134295d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Enhanced Consumer Engagement through Multiple Communication Channels</p>						</div>
				</div>
				<div class="elementor-element elementor-element-4f8a647 eq-2 elementor-widget elementor-widget-text-editor" data-id="4f8a647" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Encourages consumer response and interaction by offering multiple options for preferred communication including SMS/Text, Email, Chat, Mail and Phone.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8431e5a" data-id="8431e5a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b407e71 no-margin eq-1 elementor-widget elementor-widget-text-editor" data-id="b407e71" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Many of Our Dedicated Industry Agents are Bilingual in English and Spanish</p>						</div>
				</div>
				<div class="elementor-element elementor-element-f866d45 eq-2 elementor-widget elementor-widget-text-editor" data-id="f866d45" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Our agents are fully trained in their specific fields. A significant portion of our staff speaks Spanish. We have notices available in both English and Spanish.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-973c15c" data-id="973c15c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cb3cf6a no-margin eq-1 elementor-widget elementor-widget-text-editor" data-id="cb3cf6a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Free Credit Bureau Reporting and Maintenance</p>						</div>
				</div>
				<div class="elementor-element elementor-element-12f4fdc eq-2 elementor-widget elementor-widget-text-editor" data-id="12f4fdc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Credit Bureau reporting is a very effective collection tool. We submit new bureau Listings, Updates and Deletions weekly, as well as handle all credit bureau disputes.</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7f65b00" data-id="7f65b00" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8f3dfff no-margin eq-1 elementor-widget elementor-widget-text-editor" data-id="8f3dfff" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Improved Contact Rates with Trusted Caller ID Management</p>						</div>
				</div>
				<div class="elementor-element elementor-element-156e381 no-margin eq-2 elementor-widget elementor-widget-text-editor" data-id="156e381" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Reduced Blocked Calls and Caller ID Mislabeling due to our phone numbers being Registered and Certified across the mobile phone ecosystem.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0cc21c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0cc21c5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f93e873" data-id="f93e873" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4f9584b elementor-widget elementor-widget-heading" data-id="4f9584b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">Debt Recovery<br>Services since 1970.</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-5463652 elementor-widget elementor-widget-heading" data-id="5463652" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h5 class="elementor-heading-title elementor-size-default">Put our 50+ years of experience to work for you.</h5>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ae4b53b" data-id="ae4b53b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f17b27d elementor-widget elementor-widget-text-editor" data-id="f17b27d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Account Services USA is an independently owned, mid-size agency with all the experience, resources, and technologies necessary to handle any client type or size.</p><p><br>Our senior management team has more than 100 years of combined experience with all categories of industry debt. Our in-house, proprietary recovery system provides the flexibility to build a custom collection matrix based on each client’s needs. Our web-based communication system allows us to interact with consumers via the communication channels they prefer most. And our flexible payment systems allow consumers to negotiate and pay without any agent involvement – over the phone/IVR or on-line. All this, coupled with our drive for superior customer service, makes Account Services the best choice for any debt recovery needs.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-276f497 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="276f497" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4c859cb" data-id="4c859cb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6ef78ec elementor-widget elementor-widget-heading" data-id="6ef78ec" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<p class="elementor-heading-title elementor-size-default">APPROACH</p>		</div>
				</div>
				<div class="elementor-element elementor-element-877a670 elementor-widget elementor-widget-heading" data-id="877a670" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Effective. Compliant. Professional.</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-a362d34 elementor-widget elementor-widget-text-editor" data-id="a362d34" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Since our inception in 1970, our company’s doctrine has been to deliver “Consistent Results through a Professional Approach.” This process begins with thorough training of personnel in our collection policies and procedures as well as the FDCPA, HIPAA, FCRA, &amp; CFPA. Agents are trained to treat consumers professionally and with respect. Our Mission Statement proclaims that we effectively liquidate our clients’ receivables by assisting consumers in satisfying their financial obligations in a professional and ethical manner, while complying with all applicable state and federal regulations.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-e5e8a35 service-features elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e5e8a35" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Interactive 24/7 Payment Portal and Pay by Phone/IVR</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Background checks and Drug Screen on all Employees</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Fully Bonded and Insured with an A+ BBB Rating</span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Certified Veteran Owned Business </span>
									</li>
								<li class="elementor-icon-list-item">
											<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-check"></i>						</span>
										<span class="elementor-icon-list-text">Up to Date with CFPB’s New Regulation F</span>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f9b769b" data-id="f9b769b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8f514cf elementor-widget elementor-widget-image" data-id="8f514cf" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img fetchpriority="high" decoding="async" width="768" height="651" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20651'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-611" alt="Woman turned towards camera smiling while wearing a headset" data-lazy-srcset="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg 768w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-300x254.jpg 300w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-1024x868.jpg 1024w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep.jpg 1330w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg"><noscript><img fetchpriority="high" decoding="async" width="768" height="651" src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg" class="attachment-medium_large size-medium_large wp-image-611" alt="Woman turned towards camera smiling while wearing a headset" srcset="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-768x651.jpg 768w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-300x254.jpg 300w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep-1024x868.jpg 1024w, https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-smiling-female-customer-service-rep.jpg 1330w" sizes="(max-width: 768px) 100vw, 768px" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-748606b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="748606b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76c5dc9" data-id="76c5dc9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-20df3ec elementor-widget elementor-widget-heading" data-id="20df3ec" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Account Services Specialization</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-2717625 elementor-widget elementor-widget-text-editor" data-id="2717625" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Our different divisions specialize in all types of bad debt and pre-bad debt recovery programs to fit your needs. These include Healthcare, Financial, Retail, Utilities, Municipalities, and Telecommunications.</p>						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1f21d60 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f21d60" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f0425da" data-id="f0425da" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-809c52d elementor-widget elementor-widget-image" data-id="809c52d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="75" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3E%3C/svg%3E" class="attachment-full size-full wp-image-614" alt="vector icon depicting circle with clipboard and heart in the center" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-medical-recovery-icon.svg"><noscript><img decoding="async" width="75" height="75" src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-medical-recovery-icon.svg" class="attachment-full size-full wp-image-614" alt="vector icon depicting circle with clipboard and heart in the center" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ff8435c" data-id="ff8435c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ccb0f83 elementor-widget elementor-widget-heading" data-id="ccb0f83" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">Medical Recovery Services &amp; Early Out Recovery Services  </h3>		</div>
				</div>
				<div class="elementor-element elementor-element-1626746 elementor-widget elementor-widget-text-editor" data-id="1626746" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Bad Debt, Pre-Bad Debt/Early Out, and Payment Monitoring Recovery solutions to all Medical Providers including Hospitals, Physicians Groups, Surgery Centers, Clinics, and Dentists. Our dedicated Medical Collection Staff utilizes Compassionate and Effective Collection efforts to recover the most dollars possible so you can focus on providing exceptional patient care. Strong emphasis on HIPAA and Data security. All calls are recorded.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-e3cf092 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e3cf092" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/medical-recovery-services/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-double-right"></i>						</span>
										<span class="elementor-icon-list-text">Medical Recovery Services</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/early-out-medical-services-hfs/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-double-right"></i>						</span>
										<span class="elementor-icon-list-text">Early Out Recovery Services</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-1891284 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1891284" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-44face1" data-id="44face1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-93238ad elementor-widget elementor-widget-image" data-id="93238ad" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="75" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3E%3C/svg%3E" class="attachment-full size-full wp-image-612" alt="icon depicting a circle with a hand holding a coin in the center" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-financial-recovery-icon.svg"><noscript><img loading="lazy" decoding="async" width="75" height="75" src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-financial-recovery-icon.svg" class="attachment-full size-full wp-image-612" alt="icon depicting a circle with a hand holding a coin in the center" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5c022de" data-id="5c022de" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1558ede elementor-widget elementor-widget-heading" data-id="1558ede" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">Financial Recovery Services</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-b794a4b elementor-widget elementor-widget-text-editor" data-id="b794a4b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Experienced in handling all types of creditor debt including Credit Cards, Consumer Loans, Auto Deficiencies, Overdrafts, Debt Buyers, and various miscellaneous retail debt. Extensive skip tracing utilizing multiple sources as well as scrubbing for Bankruptcies, Deceased, Address Verification, Litigious Consumers, and Cell Phones. Strong emphasis on Compliance, Data and Physical security. All calls are recorded.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-9917f8e elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9917f8e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/financial-recovery-services/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-double-right"></i>						</span>
										<span class="elementor-icon-list-text">Financial Recovery Services</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3765ef4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3765ef4" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8c298a8" data-id="8c298a8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f7cb147 elementor-widget elementor-widget-image" data-id="f7cb147" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img decoding="async" width="75" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3E%3C/svg%3E" class="attachment-full size-full wp-image-613" alt="icon depicting a drop of water, a lightning bolt, and a flame in the center" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-general-recovery-icon.svg"><noscript><img loading="lazy" decoding="async" width="75" height="75" src="https://www.accountservices-usa.com/wp-content/uploads/2022/03/account-services-general-recovery-icon.svg" class="attachment-full size-full wp-image-613" alt="icon depicting a drop of water, a lightning bolt, and a flame in the center" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-278f8dc" data-id="278f8dc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f1e1ea7 elementor-widget elementor-widget-heading" data-id="f1e1ea7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h3 class="elementor-heading-title elementor-size-default">General Business Recovery Services</h3>		</div>
				</div>
				<div class="elementor-element elementor-element-a785214 elementor-widget elementor-widget-text-editor" data-id="a785214" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Collections in select industries, such as Utilities, Telecommunications, Municipalities, and Apartments can require additional skiptracing efforts due to consumer relocation. Any account with bad addresses or no phone numbers automatically triggers heightened location efforts. Additionally, in most cases we can report these accounts to the credit bureaus at no charge, all we need is a social security number or date of birth. All calls are recorded.</p>						</div>
				</div>
				<div class="elementor-element elementor-element-e8940a7 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e8940a7" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/general-business-recovery-services/">

												<span class="elementor-icon-list-icon">
							<i aria-hidden="true" class="fas fa-angle-double-right"></i>						</span>
										<span class="elementor-icon-list-text">General Business Recovery Services</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-93ce994 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="93ce994" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c8715d" data-id="7c8715d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-06798ea elementor-widget elementor-widget-heading" data-id="06798ea" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">How can we help? Get in touch with us.</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-9b3ae69 elementor-align-center elementor-widget elementor-widget-button" data-id="9b3ae69" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.accountservices-usa.com/contact/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">CONTACT ACCOUNT SERVICES</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f12f8e2 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f12f8e2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bc39f31" data-id="bc39f31" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-51b558f elementor-widget elementor-widget-template" data-id="51b558f" data-element_type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
					<div class="elementor-template">
					<div data-elementor-type="section" data-elementor-id="1539" class="elementor elementor-1539" data-elementor-post-type="elementor_library">
					<div class="elementor-section elementor-top-section elementor-element elementor-element-387a5c22 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="387a5c22" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64f22442" data-id="64f22442" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5c06561e elementor-widget elementor-widget-text-editor" data-id="5c06561e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<span>Alert!</span> Account Services Collections, Inc. does not make calls offering to lower credit card interest rates.						</div>
				</div>
					</div>
		</div>
					</div>
		</div>
				</div>
				</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		
	
	
</div><!-- .entry-content .clear -->

	
	
</article><!-- #post-## -->

			</main><!-- #main -->
			
		
	</div><!-- #primary -->


	</div> <!-- ast-container -->
	</div><!-- #content -->
		<div data-elementor-type="footer" data-elementor-id="101" class="elementor elementor-101 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-ac7045a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ac7045a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-bf9fa74" data-id="bf9fa74" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-431e0d3 elementor-widget elementor-widget-heading" data-id="431e0d3" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">Fast, Innovative Debt Collection Services</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-8b35f8e link-alt elementor-widget elementor-widget-text-editor" data-id="8b35f8e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Account Services, USA<br>Call: <a href="tel:+1-210-821-1200">(210) 821-1200</a> | <a href="tel:+1-800-777-5102">(800) 777-5102</a><br>Email: <a href="mailto:[email protected]?subject=Website Question">[email protected]</a><br>Address: 1802 N. E. Loop 410, Suite 400,<br>San Antonio, Texas 78217</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-351bd95" data-id="351bd95" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7418f94 uael-nav-menu__breakpoint-none uael-nav-menu__align-left uael-submenu-icon-arrow uael-link-redirect-child elementor-widget elementor-widget-uael-nav-menu" data-id="7418f94" data-element_type="widget" data-widget_type="uael-nav-menu.default">
				<div class="elementor-widget-container">
					<div class="uael-nav-menu uael-layout-vertical uael-nav-menu-layout" data-layout="vertical">
				<div role="button" class="uael-nav-menu__toggle elementor-clickable">
					<span class="screen-reader-text">Main Menu</span>
					<div class="uael-nav-menu-icon">
											</div>
									</div>
							<nav itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" class="uael-nav-menu__layout-vertical uael-nav-menu__submenu-arrow" data-toggle-icon="" data-close-icon="" data-full-width=""><ul id="menu-1-7418f94" class="uael-nav-menu"><li id="menu-item-113" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-68 current_page_item parent uael-creative-menu"><a href="https://www.accountservices-usa.com/" itemprop="url" class="uael-menu-item">Home</a></li>
<li id="menu-item-1887" itemprop="name" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a itemprop="url" class="uael-menu-item">Our Services<span class="uael-menu-toggle sub-arrow uael-menu-child-0"><i class="fa"></i></span></a></div>
<ul class="sub-menu">
	<li id="menu-item-1861" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/medical-recovery-services/" itemprop="url" class="uael-sub-menu-item">Medical Recovery Services</a></li>
	<li id="menu-item-1860" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/financial-recovery-services/" itemprop="url" class="uael-sub-menu-item">Financial Recovery Services</a></li>
	<li id="menu-item-1859" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/general-business-recovery-services/" itemprop="url" class="uael-sub-menu-item">General Business Recovery Services</a></li>
	<li id="menu-item-1858" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://www.accountservices-usa.com/early-out-medical-services-hfs/" itemprop="url" class="uael-sub-menu-item">Early Out Medical Services (HFS)</a></li>
</ul>
</li>
<li id="menu-item-111" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/about/" itemprop="url" class="uael-menu-item">About Us</a></li>
<li id="menu-item-109" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/careers/" itemprop="url" class="uael-menu-item">Careers</a></li>
<li id="menu-item-110" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/consumer/" itemprop="url" class="uael-menu-item">Consumer Services</a></li>
<li id="menu-item-117" itemprop="name" class="menu-item menu-item-type-post_type menu-item-object-page parent uael-creative-menu"><a href="https://www.accountservices-usa.com/contact/" itemprop="url" class="uael-menu-item">Contact</a></li>
</ul></nav>
					</div>
					</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-94e9104" data-id="94e9104" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-53043ba elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="53043ba" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-008c252" data-id="008c252" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d63490d elementor-align-justify elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="d63490d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.accountservices-usa.com/client-remote-access/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fas fa-lock"></i>			</span>
									<span class="elementor-button-text">Client Login</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5185ac7" data-id="5185ac7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e9d6c9a elementor-align-justify elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="e9d6c9a" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.accountservices-usa.com/make-payment/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Make a Payment</span>
					</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a039c2a elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a039c2a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-06a04f8" data-id="06a04f8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b34deda elementor-widget elementor-widget-image" data-id="b34deda" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="118" height="146" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20118%20146'%3E%3C/svg%3E" class="attachment-full size-full wp-image-157" alt="Logo depicting three triangular shapes meant to look like a scale. Text says &quot;ACA International The association of credit and collection professionals member&quot;" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/aca-member-logo.svg"><noscript><img width="118" height="146" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/aca-member-logo.svg" class="attachment-full size-full wp-image-157" alt="Logo depicting three triangular shapes meant to look like a scale. Text says &quot;ACA International The association of credit and collection professionals member&quot;" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6a4729e" data-id="6a4729e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7ac32d1 elementor-widget elementor-widget-image" data-id="7ac32d1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="534" height="75" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20534%2075'%3E%3C/svg%3E" class="attachment-full size-full wp-image-158" alt="Logo depicting the Texas flag next to the text &quot;ACA of Texas The American Collectors Association of Texas" data-lazy-srcset="https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo.png 534w, https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo-300x42.png 300w" data-lazy-sizes="(max-width: 534px) 100vw, 534px" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo.png"><noscript><img width="534" height="75" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo.png" class="attachment-full size-full wp-image-158" alt="Logo depicting the Texas flag next to the text &quot;ACA of Texas The American Collectors Association of Texas" srcset="https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo.png 534w, https://www.accountservices-usa.com/wp-content/uploads/2022/02/arthemia-logo-300x42.png 300w" sizes="(max-width: 534px) 100vw, 534px" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1231733" data-id="1231733" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4031e51 elementor-widget elementor-widget-image" data-id="4031e51" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="131" height="55" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20131%2055'%3E%3C/svg%3E" class="attachment-full size-full wp-image-160" alt="image showing a checked box next to text reading &quot;SSAE 16 type II Audited Formerly SAS 70" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/SSAE16.jpg"><noscript><img width="131" height="55" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/SSAE16.jpg" class="attachment-full size-full wp-image-160" alt="image showing a checked box next to text reading &quot;SSAE 16 type II Audited Formerly SAS 70" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-d41b119 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d41b119" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e05c532" data-id="e05c532" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0194336 elementor-widget elementor-widget-image" data-id="0194336" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="142" height="54" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20142%2054'%3E%3C/svg%3E" class="attachment-full size-full wp-image-143" alt="illustration of an american flag next to text reading &quot;certified veteran owned business&quot;" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/certified-veteran-owned-business.svg"><noscript><img width="142" height="54" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/certified-veteran-owned-business.svg" class="attachment-full size-full wp-image-143" alt="illustration of an american flag next to text reading &quot;certified veteran owned business&quot;" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8c2c83f" data-id="8c2c83f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c1c077c elementor-widget elementor-widget-image" data-id="c1c077c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="92" height="92" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2092%2092'%3E%3C/svg%3E" class="attachment-full size-full wp-image-145" alt="icon of a blue circlular shape with points around the edge. Text reads &quot;small business SBE certified enterprise&quot;" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/sbe-certified.svg"><noscript><img width="92" height="92" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/sbe-certified.svg" class="attachment-full size-full wp-image-145" alt="icon of a blue circlular shape with points around the edge. Text reads &quot;small business SBE certified enterprise&quot;" /></noscript>													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3d3c9bc" data-id="3d3c9bc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a0c4b2e elementor-widget elementor-widget-image" data-id="a0c4b2e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img width="92" height="92" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2092%2092'%3E%3C/svg%3E" class="attachment-full size-full wp-image-144" alt="icon of a red circlular shape with points around the edge. Text reads &quot;small business SBE certified enterprise&quot;" data-lazy-src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/esbe-certified.svg"><noscript><img width="92" height="92" src="https://www.accountservices-usa.com/wp-content/uploads/2022/02/esbe-certified.svg" class="attachment-full size-full wp-image-144" alt="icon of a red circlular shape with points around the edge. Text reads &quot;small business SBE certified enterprise&quot;" /></noscript>													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-784f46e elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="784f46e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-94197da" data-id="94197da" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-00e6640 link-alt elementor-widget elementor-widget-text-editor" data-id="00e6640" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							© 2024 Account Services Collections, Inc.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb50278" data-id="cb50278" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-72e271d elementor-icon-list--layout-inline elementor-tablet-align-center elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="72e271d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
					<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/privacy-policy/">

											<span class="elementor-icon-list-text">Privacy Policy</span>
											</a>
									</li>
								<li class="elementor-icon-list-item elementor-inline-item">
											<a href="https://www.accountservices-usa.com/sms-wireless-policy/">

											<span class="elementor-icon-list-text">SMS Wireless Policy</span>
											</a>
									</li>
						</ul>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
			</div><!-- #page -->
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/nobelchat/nobel-chat.local.min.v1.js?ver=1711665124" id="ncs" data-strategy="WebChat" defer=""></script>
<div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both">
	<span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
                <path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"></path>
                </svg></span>	<span class="screen-reader-text">Scroll to Top</span>
</div>
			<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<link rel="stylesheet" id="widget-image-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="elementor-post-928-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-928.css?ver=1720026737" media="all">
<link rel="stylesheet" id="widget-theme-elements-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor-pro/assets/css/widget-theme-elements.min.css?ver=3.24.2" media="all">
<link rel="stylesheet" id="widget-heading-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="widget-text-editor-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="widget-icon-list-css" href="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3" media="all">
<link rel="stylesheet" id="elementor-post-1539-css" href="https://www.accountservices-usa.com/wp-content/uploads/elementor/css/post-1539.css?ver=1720026744" media="all">
<script id="astra-theme-js-js-extra">
var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"1","is_header_footer_builder_active":"1","revealEffectEnable":"","edit_post_url":"https:\/\/www.accountservices-usa.com\/wp-admin\/post.php?post={{id}}&action=edit","ajax_url":"https:\/\/www.accountservices-usa.com\/wp-admin\/admin-ajax.php","infinite_count":"2","infinite_total":"0","pagination":"number","infinite_scroll_event":"scroll","no_more_post_message":"No more posts to show.","grid_layout":"1","site_url":"https:\/\/www.accountservices-usa.com","blogArchiveTitleLayout":"","show_comments":"Show Comments","masonryEnabled":"","blogMasonryBreakPoint":"768"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.6.11" id="astra-theme-js-js" defer=""></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/callback-test\/|\/(?:.+\/)?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.accountservices-usa.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script id="astra-addon-js-js-extra">
var astraAddon = {"sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><svg viewBox=\"0 0 512 512\" aria-hidden=\"true\" role=\"img\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"18px\" height=\"18px\">\n                                <path d=\"M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z\" \/>\n                            <\/svg><\/span>","hf_account_show_menu_on":"hover","hf_account_action_type":"link","header_main_stick":"0","header_above_stick":"0","header_below_stick":"0","stick_header_meta":"","header_main_stick_meta":"","header_above_stick_meta":"","header_below_stick_meta":"","sticky_header_on_devices":"desktop","sticky_header_style":"none","sticky_hide_on_scroll":"0","break_point":"921","tablet_break_point":"768","mobile_break_point":"544","header_main_shrink":"1","header_logo_width":"","responsive_header_logo_width":{"desktop":"","tablet":"","mobile":""},"stick_origin_position":"","site_layout":"ast-full-width-layout","site_content_width":"1240","site_layout_padded_width":"1200","site_layout_box_width":"1200","header_builder_active":"1","component_limit":"10","is_header_builder_active":"1"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.accountservices-usa.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-661044959533f9-47503356.js?ver=1712378214" id="astra-addon-js-js" defer=""></script>
<script id="eael-general-js-extra">
var localize = {"ajaxurl":"https:\/\/www.accountservices-usa.com\/wp-admin\/admin-ajax.php","nonce":"0cbde03a1a","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/www.accountservices-usa.com\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http:\/\/wiki.lexisnexis.com\/academic\/images\/f\/fb\/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_login_nonce":"1991c7aa36","eael_register_nonce":"1a083d4d19","eael_lostpassword_nonce":"62360a1576","eael_resetpassword_nonce":"ee1657a81f"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.0.5" id="eael-general-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/ultimate-elementor/assets/min-js/uael-nav-menu.min.js?ver=1.36.35" id="uael-nav-menu-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/ultimate-elementor/assets/lib/jquery-element-resize/jquery_resize.min.js?ver=1.36.35" id="uael-element-resize-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/ultimate-elementor/assets/lib/js-cookie/js_cookie.min.js?ver=1.36.35" id="uael-cookie-lib-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-eq-height.min.js?ver=4.10.55" id="pa-eq-height-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.24.2" id="elementor-pro-webpack-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.24.3" id="elementor-webpack-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.24.3" id="elementor-frontend-modules-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.accountservices-usa.com\/wp-admin\/admin-ajax.php","nonce":"65e5a53ec0","urls":{"assets":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.accountservices-usa.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.24.2" id="elementor-pro-frontend-js" defer=""></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer=""></script>
<script id="elementor-frontend-js-extra">
var uael_particles_script = {"uael_particles_url":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/min-js\/uael-particles.min.js","particles_url":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/lib\/particles\/particles.min.js","snowflakes_image":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/snowflake.svg","gift":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/gift.png","tree":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/tree.png","skull":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/skull.png","ghost":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/ghost.png","moon":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/moon.png","bat":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/bat.png","pumpkin":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/ultimate-elementor\/assets\/img\/pumpkin.png"};
</script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.24.3","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"nested-elements":true,"link-in-bio":true,"floating-buttons":true,"display-conditions":true,"form-submissions":true,"mega-menu":true},"urls":{"assets":"https:\/\/www.accountservices-usa.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.accountservices-usa.com\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"3c1706e5e1"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":68,"title":"Home%20-%20Account%20Services","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.24.3" id="elementor-frontend-js" defer=""></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-after">
window.scope_array = [];
								window.backend = 0;
								jQuery.cachedScript = function( url, options ) {
									// Allow user to set any option except for dataType, cache, and url.
									options = jQuery.extend( options || {}, {
										dataType: "script",
										cache: true,
										url: url
									});
									// Return the jqXHR object so we can chain callbacks.
									return jQuery.ajax( options );
								};
							    jQuery( window ).on( "elementor/frontend/init", function() {
									elementorFrontend.hooks.addAction( "frontend/element_ready/global", function( $scope, $ ){
										if ( "undefined" == typeof $scope ) {
												return;
										}
										if ( $scope.hasClass( "uael-particle-yes" ) ) {
											window.scope_array.push( $scope );
											$scope.find(".uael-particle-wrapper").addClass("js-is-enabled");
										}else{
											return;
										}
										if(elementorFrontend.isEditMode() && $scope.find(".uael-particle-wrapper").hasClass("js-is-enabled") && window.backend == 0 ){
											var uael_url = uael_particles_script.uael_particles_url;

											jQuery.cachedScript( uael_url );
											window.backend = 1;
										}else if(elementorFrontend.isEditMode()){
											var uael_url = uael_particles_script.uael_particles_url;
											jQuery.cachedScript( uael_url ).done(function(){
												var flag = true;
											});
										}
									});
								});
								 jQuery( document ).on( "ready elementor/popup/show", () => {
									if ( jQuery.find( ".uael-particle-yes" ).length < 1 ) {
										return;
									}
									var uael_url = uael_particles_script.uael_particles_url;
									jQuery.cachedScript = function( url, options ) {
										// Allow user to set any option except for dataType, cache, and url.
										options = jQuery.extend( options || {}, {
											dataType: "script",
											cache: true,
											url: url
										});
										// Return the jqXHR object so we can chain callbacks.
										return jQuery.ajax( options );
									};
									jQuery.cachedScript( uael_url );
								});	
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.accountservices-usa.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.24.2" id="pro-elements-handlers-js" defer=""></script>
			<script type="rocketlazyloadscript">
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
			<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{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}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://www.accountservices-usa.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>	<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-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>


<span id="elementor-device-mode-wpr" class="elementor-screen-only"></span></body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1729082665 -->