<!DOCTYPE html>
<html lang="en-US" class="no-js no-svg">
<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.v="1.2.3",this.triggerEvents=e,this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}}</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
		<meta property="og:title" content="Atlanta Marketing Minds">
		<meta property="og:image" content="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png">
		<meta property="og:url" content="https://www.atlantamarketingminds.com/">
			
    
    
    
    
    
    
    
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	

    

	
	
	
    <link rel="icon" href="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png" sizes="32x32">	

<script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<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 v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Atlanta Marketing Minds | SEM | SEO | Branding | Google Ads</title><link rel="preload" as="style" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A%20300%2C400%2C400i%2C600%2C700%2C700i%2C800%2C900&#038;display=swap" /><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" media="print" onload="this.media='all'" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A%20300%2C400%2C400i%2C600%2C700%2C700i%2C800%2C900&#038;display=swap" /><noscript><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Open%20Sans%3A%20300%2C400%2C400i%2C600%2C700%2C700i%2C800%2C900&#038;display=swap" /></noscript><link rel="preload" as="style" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&#038;display=swap" /><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" media="print" onload="this.media='all'" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&#038;display=swap" /><noscript><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&#038;display=swap" /></noscript><link rel="stylesheet" href="https://www.atlantamarketingminds.com/wp-content/cache/min/1/b45845f4aff9b09d08909c56001cf8a6.css" media="all" data-minify="1" />
	<meta name="description" content="Atlanta Marketing Minds focuses on helping businesses gain maximum exposure online via Search Engine Marketing, SEO, Branding &amp; Google Ads." />
	<link rel="canonical" href="https://www.atlantamarketingminds.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Atlanta Marketing Minds | SEM | SEO | Branding | Google Ads" />
	<meta property="og:description" content="Atlanta Marketing Minds focuses on helping businesses gain maximum exposure online via Search Engine Marketing, SEO, Branding &amp; Google Ads." />
	<meta property="og:url" content="https://www.atlantamarketingminds.com/" />
	<meta property="og:site_name" content="Atlanta Marketing Minds | Search Engine Marketing Services" />
	<meta property="article:publisher" content="http://www.facebook.com/AtlantaMarketingMinds" />
	<meta property="article:modified_time" content="2025-09-21T16:35:18+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@coachdexter" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.atlantamarketingminds.com\/","url":"https:\/\/www.atlantamarketingminds.com\/","name":"Atlanta Marketing Minds | SEM | SEO | Branding | Google Ads","isPartOf":{"@id":"https:\/\/www.atlantamarketingminds.com\/#website"},"about":{"@id":"https:\/\/www.atlantamarketingminds.com\/#organization"},"datePublished":"2021-06-09T20:34:03+00:00","dateModified":"2025-09-21T16:35:18+00:00","description":"Atlanta Marketing Minds focuses on helping businesses gain maximum exposure online via Search Engine Marketing, SEO, Branding & Google Ads.","breadcrumb":{"@id":"https:\/\/www.atlantamarketingminds.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.atlantamarketingminds.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.atlantamarketingminds.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.atlantamarketingminds.com\/#website","url":"https:\/\/www.atlantamarketingminds.com\/","name":"Atlanta Marketing Minds | Search Engine Marketing Services","description":"Maximum Exposure - Minimum Effort","publisher":{"@id":"https:\/\/www.atlantamarketingminds.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.atlantamarketingminds.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.atlantamarketingminds.com\/#organization","name":"Atlanta Marketing Minds","url":"https:\/\/www.atlantamarketingminds.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.atlantamarketingminds.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.atlantamarketingminds.com\/wp-content\/uploads\/2021\/06\/AtlantaMarketingMinds-Color-Logo.png","contentUrl":"https:\/\/www.atlantamarketingminds.com\/wp-content\/uploads\/2021\/06\/AtlantaMarketingMinds-Color-Logo.png","width":300,"height":150,"caption":"Atlanta Marketing Minds"},"image":{"@id":"https:\/\/www.atlantamarketingminds.com\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/AtlantaMarketingMinds","https:\/\/x.com\/coachdexter","http:\/\/www.linkedin.com\/in\/atlantamarketingminds","https:\/\/www.youtube.com\/c\/Atlantamarketingminds"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.atlantamarketingminds.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.atlantamarketingminds.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.atlantamarketingminds.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.atlantamarketingminds.com%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

















<link rel='stylesheet' id='acf-input-font-awesome-fa-css' href='data:text/css;charset=utf-8;base64,LypibGFuayov' media='all' data-type="kppassive" data-kplinkhref="//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css?ver=4.7.0" />
<script type="rocketlazyloadscript" id="jquery-core-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script type="rocketlazyloadscript" id="jquery-migrate-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="cookie-law-info-js-extra">
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"1","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"ccpa_gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":"","secure_cookies":""};
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#61a229","button_1_button_hover":"#4e8221","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#dedfe0","button_3_button_hover":"#b2b2b3","button_3_link_colour":"#333333","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#dedfe0","button_4_button_hover":"#b2b2b3","button_4_link_colour":"#333333","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":"1","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
var log_object = {"ajax_url":"https://www.atlantamarketingminds.com/wp-admin/admin-ajax.php"};
//# sourceURL=cookie-law-info-js-extra
</script>
<script type="rocketlazyloadscript" id="cookie-law-info-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.5.1"></script>
<script id="cookie-law-info-ccpa-js-extra">
var ccpa_data = {"opt_out_prompt":"Do you really wish to opt out?","opt_out_confirm":"Confirm","opt_out_cancel":"Cancel"};
//# sourceURL=cookie-law-info-ccpa-js-extra
</script>
<script type="rocketlazyloadscript" id="cookie-law-info-ccpa-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/assets/js/cookie-law-info-ccpa.js?ver=3.5.1"></script>
<script type="rocketlazyloadscript" id="jquery-ui-core-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-ui-mouse-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-ui-sortable-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-ui-resizable-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="acf-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/build/js/acf.min.js?ver=6.2.1.1"></script>
<script type="rocketlazyloadscript" id="acf-input-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/build/js/acf-input.min.js?ver=6.2.1.1"></script>
<script type="rocketlazyloadscript" id="acf-pro-input-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/build/js/pro/acf-pro-input.min.js?1780306864&#038;ver=6.2.1.1"></script>
<script type="rocketlazyloadscript" id="acf-pro-ui-options-page-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/build/js/pro/acf-pro-ui-options-page.min.js?1780306864&#038;ver=6.2.1.1"></script>
<script type="rocketlazyloadscript" id="select2-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js?1780306864&#038;ver=4.0.13"></script>
<script type="rocketlazyloadscript" id="jquery-ui-datepicker-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-ui-datepicker-js-after">
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
//# sourceURL=jquery-ui-datepicker-js-after
</script>
<script type="rocketlazyloadscript" id="acf-timepicker-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js?1780306864&#038;ver=1.6.1"></script>
<script type="rocketlazyloadscript" id="jquery-ui-draggable-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-ui-slider-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3"></script>
<script type="rocketlazyloadscript" id="jquery-touch-punch-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/jquery/jquery.ui.touch-punch.js?ver=0.2.2"></script>
<script type="rocketlazyloadscript" id="iris-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-admin/js/iris.min.js?ver=1.0.7"></script>
<script type="rocketlazyloadscript" id="wp-hooks-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script type="rocketlazyloadscript" id="wp-color-picker-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-admin/js/color-picker.min.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-color-picker-alpha-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-pro/assets/inc/color-picker-alpha/wp-color-picker-alpha.js?ver=3.0.0"></script>
<script type="rocketlazyloadscript" id="wp-codemirror-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/codemirror.min.js?ver=5.65.20"></script>
<script type="rocketlazyloadscript" id="wp-codemirror-js-after">
window.CodeMirror = wp.CodeMirror;
//# sourceURL=wp-codemirror-js-after
</script>
<script type="rocketlazyloadscript" id="csslint-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/csslint.js?ver=1.0.5"></script>
<script type="rocketlazyloadscript" id="esprima-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/esprima.js?ver=4.0.1"></script>
<script type="rocketlazyloadscript" id="jshint-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/fakejshint.js?ver=2.9.5"></script>
<script type="rocketlazyloadscript" id="jsonlint-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/jsonlint.js?ver=1.6.3"></script>
<script type="rocketlazyloadscript" id="htmlhint-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/htmlhint.js?ver=1.8.0"></script>
<script type="rocketlazyloadscript" id="htmlhint-kses-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/codemirror/htmlhint-kses.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-css-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/css/css.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-js-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/javascript/javascript.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-xml-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/xml/xml.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-clike-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/clike/clike.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-php-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/php/php.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-htmlmixed-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/mode/htmlmixed/htmlmixed.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-selection-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/addon/selection/mark-selection.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-matchbrackets-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/addon/edit/matchbrackets.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-code-field-codemirror-autorefresh-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/codemirror-5.23.0/addon/display/autorefresh.js?ver=7.0"></script>
<script id="acf-input-code-field-input-js-extra">
var acf_code_field_obj = {"plugins_url":"https://www.atlantamarketingminds.com/wp-content/plugins/acf-code-field","codemirror_version":"codemirror-5.23.0"};
//# sourceURL=acf-input-code-field-input-js-extra
</script>
<script type="rocketlazyloadscript" id="acf-input-code-field-input-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/acf-code-field/js/input.js?ver=7.0"></script>
<script type="rocketlazyloadscript" id="acf-input-font-awesome-edit-input-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/advanced-custom-fields-font-awesome/js/edit_input.js?ver=1.5"></script>
<link rel="https://api.w.org/" href="https://www.atlantamarketingminds.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.atlantamarketingminds.com/wp-json/wp/v2/pages/15" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.atlantamarketingminds.com/xmlrpc.php?rsd" />

<link rel='shortlink' href='https://www.atlantamarketingminds.com/' />

            <script type="application/ld+json"> [{"0":{"@graph":[{"@id":"https://www.atlantamarketingminds.com/#organization","@type":"Organization","image":{"@id":"https://www.atlantamarketingminds.com/#logo"},"logo":{"@id":"https://www.atlantamarketingminds.com/#logo","@type":"ImageObject","caption":"Atlanta Marketing Minds","height":"110","url":"https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png","width":"220"},"name":"Atlanta Marketing Minds","sameAs":"","url":"https://www.atlantamarketingminds.com"},{"@id":"https://www.atlantamarketingminds.com/#website","@type":"WebSite","name":"Atlanta Marketing mInds","potentialAction":{"@type":"SearchAction","query-input":"required name=search_term_string","target":"https://www.atlantamarketingminds.com/?s={search_term_string}"},"publisher":{"@id":"https://www.atlantamarketingminds.com/#organization"},"url":"https://www.atlantamarketingminds.com/"},{"@id":"https://www.atlantamarketingminds.com/#webpage","@type":"WebPage","about":{"@id":"https://www.atlantamarketingminds.com/#organization"},"dateModified":"2020-11-22T11:49:39+00:00","datePublished":"2020-11-22T11:10:43+00:00","description":"Atlanta Marketing Minds focuses on helping small to mid-size businesses gain maximum exposure online, both locally and nationally, via Search Engine Marketing, SEO, and Paid Advertisements (Google Ads).","inLanguage":"en-US","isPartOf":{"@id":"https://www.atlantamarketingminds.com/#website"},"name":"Atlanta Marketing Minds | Search Engine Marketing Services | (706) 5519901","url":"https://www.atlantamarketingminds.com"}],"@context":"https://schema.org"},"2":{"@context":"http://schema.org","@type":"Service","name":"Atlanta Marketing Minds"},"3":{"address":[{"@type":"PostalAddress","addressLocality":"Atlanta","addressRegion":"GA","postalCode":"30316","streetAddress":"3024 Meadowview Drive SE #B"}],"@context":"https://schema.org/","@type":"LocalBusiness","description":"Search Engine Marketing","email":"info@atlanta-marketing-minds.com","image":"https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png","maps":"https://g.page/AtlantaMarketingMinds","name":"Atlanta Marketing Minds","openingHours":"Mon-Fri (9am-4pm)","priceRange":"$550 & Up","telephone":"(706) 551-9901","url":"https://www.atlantamarketingminds.com/"},"publisher":{"@type":"Organization","name":"Atlanta Marketing Minds | Search Engine Marketing Services","logo":{"@type":"ImageObject","url":"https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png"}},"@context":"https://schema.org","@type":"Article","headline":"Atlanta Marketing Minds","alternativeHeadline":"We offer&#8230; Paid Advertising Strategies Search Engine Marketing Branding  &amp; Reputation Mkting SEO &amp; Google Business Social Media Marketing Guaranteed satisfaction What Sets Us Apart Every business hits a brick wall at some point — whether big or small — and to eliminate distractions and increase productivity you need to make small changes to propel your &hellip; Continue reading \"Atlanta Marketing Minds\"","image":"","author":"Dexter Fulton","award":"Best article on this site","editor":"John Doe","genre":"","keywords":"","url":"https://www.atlantamarketingminds.com/","mainEntityOfPage":{"@type":"WebPage","@id":""},"datePublished":"2021-06-09T20:34:03+00:00","dateCreated":"2021-06-09T20:34:03+00:00","dateModified":"2025-09-21T16:35:18+00:00","description":"We offer&#8230; Paid Advertising Strategies Search Engine Marketing Branding  &amp; Reputation Mkting SEO &amp; Google Business Social Media Marketing Guaranteed satisfaction What Sets Us Apart Every business hits a brick wall at some point — whether big or small — and to eliminate distractions and increase productivity you need to make small changes to propel your &hellip; Continue reading \"Atlanta Marketing Minds\"","articleBody":"We offer&#8230;\n\nPaid Advertising Strategies\nSearch Engine Marketing\nBranding  &amp; Reputation Mkting\nSEO &amp; Google Business\nSocial Media Marketing\nGuaranteed satisfaction\n\n\nWhat Sets Us Apart\nEvery business hits a brick wall at some point — whether big or small — and to eliminate distractions and increase productivity you need to make small changes to propel your company to the next level. Often times, the business is not the problem, it\\&#8217;s the day-to-day operations.\nAtlanta Marketing Minds will prioritize your greatest concerns, and help you eliminate each obstacle one at a time. We evaluate each business differently to gain insight on the direction of the company, while looking closely at the competition and market conditions.\nWe brainstorm with you to achieve the best suited marketing strategy for your industry. Then, we set a simple plan of action to help you reach your goals in a desired time frame. We listen and incorporate your thoughts and needs before launching the optimal game-plan for dominating your market.\n&nbsp;\n"}]</script> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><!-- 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-PFLXT2');</script>
<!-- End Google Tag Manager --><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>

</head>

<body class="home wp-singular page-template-default page page-id-15 wp-theme-homeservicesjackpottheme wp-child-theme-home-services-jackpot-theme-child">

	<!--<div id="status_load"></div>--><!--for loading only-->
 	<div id="cp-wrapper" class="has-blur__">

      <div id="cp-top">
      	<div class="inner">
			<div class="row align-items-sm-center justify-content-center">
			  <div class="col-sm-3">
				<a class="cp-logo" href="https://www.atlantamarketingminds.com">
				  	
					<img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png" />
				  	
			    </a>
			  </div><!--col-->	
			  <div class="col-sm-9 col-auto">
			  	<div class="row justify-content-end align-items-md-center">
				  <div class="col-sm-auto d-none_ d-lg-block">
				  	<div class="top-item has-divider">
				  	  <div class="d-inline top-icon">
				  	  	<a href="tel:(706) 551-9901"><i class="fa fa-phone"></i></a>
				  	  </div>
				  	  <div class="d-inline top-info">
				  	  	<a href="tel:(706) 551-9901">
							(706) 551-9901						</a>
				  	  	<span>Phone</span>
				  	  </div>	
				  	</div><!--top-item-->
				  </div><!--col-->		
				  <div class="col-sm-auto d-none d-lg-block">
				  	<div class="top-item has-divider">
				  	  <div class="d-inline top-icon">
				  	  	<a href="mailto:team@atlantamarketingminds.com"><i class="fa fa-envelope-open"></i></a>
				  	  </div>
				  	  <div class="d-inline top-info">
				  	  	<a href="mailto:team@atlantamarketingminds.com">
							team@atlantamarketingminds.com						</a>
				  	  	<span>Email</span>
				  	  </div> 	
				  	</div><!--top-item-->
				  </div><!--col-->		
				  <div class="col-sm-auto d-none d-lg-block">
				  	<div class="top-item top-btn">
				  						  	  <a href="http://atlantamarketingminds.com/contact/" target="">Request A Consultation <i class="fa fa-angle-right"></i></a>
				  	</div><!--top-item-->
				  </div><!--col-->				  		
			  	</div><!--row-->
			  </div><!--col-->	
			</div><!--row-->
      	</div><!--inner-->
      </div><!--cp-top-->
      
      <header>
      	<div id="cp-header">
      	  <div class="inner">
		     <nav class="navbar navbar-expand-lg navbar-dark">
		       <div class="nav-social d-lg-none d--block d-xl-none">
		          <ul>
	      	      		<li><a href="https://www.facebook.com/AtlantaMarketingMinds" target="_blank"><i class="fa fa-facebook"></i></a></li>
	
	
	      	      		<li><a href="http://www.linkedin.com/in/atlantamarketingminds" target="_blank"><i class="fa fa-linkedin"></i></a></li>
	
	
	      	      		<li><a href="https://twitter.com/coachdexter" target="_blank"><i class="fa fa-twitter"></i></a></li>
	
	
	      	      		<li><a href="https://www.youtube.com/c/Atlantamarketingminds" target="_blank"><i class="fa fa-youtube"></i></a></li>
	
		          </ul>	
		        </div><!--nav-social-->
		        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainanv">
			      <i class="fa fa-bars" aria-hidden="true" style=""></i>
			    </button>	
			 
		      <div class="collapse navbar-collapse" id="mainanv">

									<ul id="top-menu" class="menu navbar-nav mr-auto"><li id="menu-item-45" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-45"><a href="http://atlantamarketingminds.com/">Home<svg class="icon icon-angle-down" aria-hidden="true" role="img"> <use href="#icon-angle-down" xlink:href="#icon-angle-down"></use> </svg></a>
<ul class="sub-menu">
	<li id="menu-item-35" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35"><a href="https://www.atlantamarketingminds.com/about/">Meet The Team</a></li>
	<li id="menu-item-395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-395"><a href="https://www.atlantamarketingminds.com/blog/">Blog</a></li>
</ul>
</li>
<li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-37"><a href="https://www.atlantamarketingminds.com/services/">Services<svg class="icon icon-angle-down" aria-hidden="true" role="img"> <use href="#icon-angle-down" xlink:href="#icon-angle-down"></use> </svg></a>
<ul class="sub-menu">
	<li id="menu-item-630" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-630"><a href="https://www.atlantamarketingminds.com/search-engine-optimization/">Search Engine Optimization</a></li>
	<li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="https://www.atlantamarketingminds.com/google-ads/">Paid Advertising</a></li>
	<li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="https://www.atlantamarketingminds.com/social-media-branding/">Social Media Branding</a></li>
	<li id="menu-item-152" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-152"><a href="https://www.atlantamarketingminds.com/website-design/">Website Design</a></li>
</ul>
</li>
<li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36"><a href="https://www.atlantamarketingminds.com/consulting/">Consulting</a></li>
<li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-40"><a href="https://www.atlantamarketingminds.com/reputation-marketing/">Reputation Marketing<svg class="icon icon-angle-down" aria-hidden="true" role="img"> <use href="#icon-angle-down" xlink:href="#icon-angle-down"></use> </svg></a>
<ul class="sub-menu">
	<li id="menu-item-416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-416"><a href="https://www.atlantamarketingminds.com/google-reviews/">Review Widget</a></li>
	<li id="menu-item-467" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-467"><a href="https://www.atlantamarketingminds.com/review-responder/">Review Responder</a></li>
	<li id="menu-item-588" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-588"><a href="https://www.atlantamarketingminds.com/review-engine/">Review Engine</a></li>
</ul>
</li>
<li id="menu-item-292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-292"><a href="https://www.atlantamarketingminds.com/local-seo-audit/">SEO Audit</a></li>
<li id="menu-item-1109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1109"><a href="https://www.atlantamarketingminds.com/ai-visibility-audit/">AI Visibility Audit</a></li>
</ul>	
									  
				  
				  
			
		        <div class="nav-social d-none d-lg-block">
		          <ul>
	      	      		<li><a href="https://www.facebook.com/AtlantaMarketingMinds" target="_blank"><i class="fa fa-facebook"></i></a></li>
	
	
	      	      		<li><a href="http://www.linkedin.com/in/atlantamarketingminds" target="_blank"><i class="fa fa-linkedin"></i></a></li>
	
	
	      	      		<li><a href="https://twitter.com/coachdexter" target="_blank"><i class="fa fa-twitter"></i></a></li>
	
	
	      	      		<li><a href="https://www.youtube.com/c/Atlantamarketingminds" target="_blank"><i class="fa fa-youtube"></i></a></li>
	
		          </ul>	
		        </div><!--nav-social-->
		      </div><!--collapse-->
		    </nav>     	  	
      	  </div><!--inner-->	
      	</div><!--cp-header-->
      </header>


	<style type="text/css">
     .cp-banner-content:before{background: rgba(0, 0, 0, .5);width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0; content: "";}
	</style>
			<section>
		      	<div id="cp-banner">
				  	<div id="cp-slide" class="carousel slide" data-ride="carousel">
										  
					  		<div class="carousel-inner">
		  			   								    					<div class="carousel-item active">
				      	  						<div class="banner" style="background: url('https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/INTERNET-MARKETING-LOADING-BANNER.jpg') no-repeat scroll top / cover transparent;"></div><!--banner-->
					    					</div><!--item-->
		  			   										    
					  		</div><!--carousel-inner-->
											  	
							<div class="cp-banner-content">
				       		<div class="inner">	  
							  	<div class="row align-items-center">
							    	<div class="col-lg-7">
							    			<div class="banner-entry">
									   			<h1>
										  												    		</h1>	       
									    		 
									   		</div><!--banner-entry-->
										</div><!--col--><!--col-->
												  
								  		<div class="col-lg-5">
								    		<div class="banner-form">
																		    
<h3>
			  
		Schedule A Consultation!		  
</h3>
<span class="subtitle">
		 
</span>
		<form id="acf-form" class="acf-form" action="" method="post">
					<div id="acf-form-data" class="acf-hidden">
		<input type="hidden" id="_acf_screen" name="_acf_screen" value="acf_form"/><input type="hidden" id="_acf_post_id" name="_acf_post_id" value="new_post"/><input type="hidden" id="_acf_validation" name="_acf_validation" value="1"/><input type="hidden" id="_acf_form" name="_acf_form" value="eHJ4ZFlJUXVqZzM4ZWV3V2l1WldYbFZKdW5iWEMrRXVCQzdGY0REWWNIUVM2SnowUi9wV0N3eXE5K1BucmNzZ3I2OHBZd2xTTVBVNXRqTXJaRldXN3ZBNlJCTisvai9GM1I1T291RUU4TmduL0Q0dStoVmJDYmo1M0ZiRzB1MmFHelhuWEJnRThrdVVsZ20xVERWMXloWkRaT3Z0OWNiUjlnWU5ncGNJZVkyUDNaQzJkQXhNK21jdk9hcEc0YWd1SG1Rb1daWkxERDNtaGpsMGEvU1NjZ2l6NHVleEpYc2JPSzZJUlpIQ0tBek9yQ1hCZWpuenJURFhMVElzT0hKbWhoU01IOEJndTRuR285aEN6YVF1T1NRTkk4YnQzVzhmMFRuT1FneTIxSjlaSUFJWkhTUFNTT05jbGl5NDhSMlRNL1cybGpkZ21WdHhRaHdGNEJrWGxOODYvWU45c1V2eU9MSG1pZ2JFbU5YbkhQSTRrUWc5eHprdWduRlRLa0ZoWU9ZKzlkaUVRYlVITUpTcUVwenl4TXZmTFF2UE1NR0Z3T01wZWlQREpIYXlGdEtsMlUwbXJ1ak1wcTZtbWFERHJnRE42WEZoWlNUT2ZUMFI2UGFqUm5rbklHYU5FcFhnYzMvbWFZRnMwVmdGSDM4Z050dW5WeEhQTmhjZ2k1ZFVTNTU3QlM5M3lDcTc3d3RLVllRQkxTalRZOFFTYkdNSUlTeXZFK0VQMU5ZSkVNdDRWSnNyY3RiL1BlekRoTVpqN045YVVJL0pjSXhyeE9Wb1V5L1pxTDFNUFFYNXFsdllvVi9jY1Z2R2ZBVnU4NkkvR2dPaUtZcm9BRm1Yalp3YlFmd3g2MElHL3hrb2lhQ1ZFeGVTQUZmNkpQcWJuOWNHMGxEcFphL000ZUhiWUtQSUc5Q08rdmpIV2tDNUU2Y3RnSHFKSmpyMkZmbjQ0YTRZNURncE9XTURxcHA3RDZkd1RTMWUwYWJJVDBPczdFOUw3ck91UlVEYVBrZWpKRjZXZWRsUHNMNFZlUkZ3WkhkcnZsZUtMK2RWSTJWSFNDOHhiUDJCa2ZBZ1FMemM2eEZ4amd5ZDFGcVNWdzVaUk9iT2FOM0cvK3lQQnRXc0FBNTBaQTY5NTJwVisvd0x1clhyZWx3czhHUkFDSXJIZUZmOUdPYkpDRFRpUll0MmVJektQZE12TDBvMTJRaVM1akgvdmVBZVJ0RVJWbTEvd3FNTmtKOGt3dGlsOHdOcDQrYWlUNEpoa3hva2xXRVdLcm50T25IU3Q1SUJsZGRLVi9yYTJYMEhwWDBJRlowa2FOT2hGNEh0L3NaSWcrMG5UZWRnMjc3dFJWMU8yNzJmN0kzTDVGNHdreUhJSExZS2tkSEhEM05nenpQWU1tdXpJZ3l6YnNkNTI4TXhkSk8wbVZUUWZON003cCticDZYM3RlanMzV21tb2YzZERiWmo2WUJ6QUdhZW1iYmJUOGFaYlM4Nm82NUhjdUF0SlhkU3o2Y1dVUGJwQ0tsZnVuUXFHdlc2WHptL1R3SktCMlBFK3ExMjZHR0NQMHAyM0NremU4a3ZhQnkrSHFlUzFZVT06Oogu45oRKgg1bt04N2Bh+og="/><input type="hidden" id="_acf_nonce" name="_acf_nonce" value="dbde8eabbb"/><input type="hidden" id="_acf_changed" name="_acf_changed" value="0"/>	</div>
				<div class="acf-fields acf-form-fields -top">
								<div class="acf-field acf-field-text acf-field--post-title is-required" data-name="_post_title" data-type="text" data-key="_post_title" data-required="1">
<div class="acf-label">
<label for="acf-_post_title">Title <span class="acf-required">*</span></label></div>
<div class="acf-input">
<div class="acf-input-wrap"><input type="text" id="acf-_post_title" name="acf[_post_title]" required="required"/></div></div>
</div>
<div class="acf-field acf-field-email acf-field-5afa839a70a82 is-required" data-name="c_email" data-type="email" data-key="field_5afa839a70a82" data-required="1">
<div class="acf-label">
<label for="acf-field_5afa839a70a82">Email <span class="acf-required">*</span></label></div>
<div class="acf-input">
<div class="acf-input-wrap"><input type="email" id="acf-field_5afa839a70a82" name="acf[field_5afa839a70a82]" required="required"/></div></div>
</div>
<div class="acf-field acf-field-text acf-field-5afa83ba70a83" data-name="c_phone" data-type="text" data-key="field_5afa83ba70a83">
<div class="acf-label">
<label for="acf-field_5afa83ba70a83">Phone</label></div>
<div class="acf-input">
<div class="acf-input-wrap"><input type="text" id="acf-field_5afa83ba70a83" name="acf[field_5afa83ba70a83]"/></div></div>
</div>
<div class="acf-field acf-field-textarea acf-field-5afa83c070a84" data-name="c_message" data-type="textarea" data-key="field_5afa83c070a84">
<div class="acf-label">
<label for="acf-field_5afa83c070a84">Message</label></div>
<div class="acf-input">
<textarea id="acf-field_5afa83c070a84" name="acf[field_5afa83c070a84]" rows="8"></textarea></div>
</div>
<div class="acf-field acf-field-text acf-field--validate-email" style="display:none !important;" data-name="_validate_email" data-type="text" data-key="_validate_email">
<div class="acf-label">
<label for="acf-_validate_email">Validate Email</label></div>
<div class="acf-input">
<div class="acf-input-wrap"><input type="text" id="acf-_validate_email" name="acf[_validate_email]"/></div></div>
</div>
							</div>
						<div class="acf-form-submit">
				<input type="submit" class="acf-button button button-primary button-large" value="Submit" />				<span class="acf-spinner"></span>			</div>
		</form>
			<script type="rocketlazyloadscript">
		jQuery('label[for="acf-_post_title"]').html("Name <span class='acf-required'>*</span>");
	</script>	
									
											</div>	      
							      		</div><!--col-->
															  
							  	</div><!--row-->			      	  	    	  	
				       		</div><!--inner-->   				  
					  	</div><!--cp-banner-content-->
				  	</div><!--cp-banner-->   	  
		      	</div><!--cp-banner-->
		    </section>
      

       <!--about-->

      <section class="cp-section about-section bgsection">
      	<div class="inner">
      	  <div class="row align-items-lg-center">
      	  	<div class="col-lg-6">
      	  	  <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid aligncenter" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/6-Things-You-Should-Avoid-When-Doing-Product-Branding-1.jpg" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/6-Things-You-Should-Avoid-When-Doing-Product-Branding-1.jpg" class="img-fluid aligncenter" /></noscript>	
      	  	</div><!--col-->
      	  	<div class="col-lg-6">

			  <div class="section-entry">
				  <div class="cp-title">
					 <h2>Why Atlanta Marketing Minds?</h2> 
				  </div><!--cp-title-->	
				  <p>We offer&#8230;</p>
<ul>
<li><em>Paid Advertising Strategies</em></li>
<li><em>Search Engine Marketing</em></li>
<li><em>Branding  &amp; Reputation Mkting</em></li>
<li><em>SEO &amp; Google Business</em></li>
<li><em>Social Media Marketing</em></li>
<li><em>Guaranteed satisfaction</em></li>
</ul>
<hr />
<h3>What Sets Us Apart</h3>
<p>Every business hits a brick wall at some point — whether big or small — and to <strong>eliminate distractions and increase productivity</strong> you need to make small changes to propel your company to the next level. Often times, the business is not the problem, it&#8217;s the day-to-day operations.</p>
<p>Atlanta Marketing Minds will prioritize your greatest concerns, and help you eliminate each obstacle one at a time. We evaluate each business differently to gain insight on the direction of the company, while looking closely at the competition and market conditions.</p>
<p>We brainstorm with you to achieve the best suited marketing strategy for your industry. Then, we set a simple plan of action to help you reach your goals in a desired time frame. We listen and incorporate your thoughts and needs before launching the optimal game-plan for dominating your market.</p>
<p>&nbsp;</p>
	  
				  
			  </div>
				
			

      	  	</div><!--col-->
      	  </div><!--row-->	
      	</div><!--inner-->
      </section>

<!--/bout-->

	   
  	
       <!--default_section-->

      <section class="cp-section about-section bgsection">
      	<div class="inner">
      	  <div class="row align-items-lg-center">
      	  	<div class="col-lg-auto">
				  <div class="cp-title">
					  <span>Atlanta Marketing Minds</span> 
					 <h2>Trusted Source</h2> 
					  
				  </div><!--cp-title-->	
      	  	</div><!--col-->
      	  	<div class="col-lg">

			  <div class="section-entry">
				  <div style="display: flex; width: 100%; justify-content: center; align-items: center; flex-direction: column; padding: 16px; color: rgb(89, 116, 138); background-color: transparent; font-family: &quot;Segoe UI&quot;, -apple-system, BlinkMacSystemFont, Roboto, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Arial, sans-serif;">
<div style="display: flex; justify-content: center; align-items: center; width: max(70%, 360px);">
<div style="flex-grow: 1;">
<hr style="height: 1px; border: 0px; opacity: 0.4; background: linear-gradient(to left, currentcolor, rgba(0, 0, 0, 0));"></div>
<div style="padding: 0px 16px; text-transform: uppercase; letter-spacing: 0.3em; margin-right: -0.3em; font-weight: bold;"> As seen on </div>
<div style="flex-grow: 1;">
<hr style="height: 1px; border: 0px; opacity: 0.4; background: linear-gradient(to right, currentcolor, rgba(0, 0, 0, 0));"></div>
</div>
<div style="width: 100%;">
<div style="display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 12px 0px;"><span aria-hidden="true" title="Fox" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg width="65" height="29" viewbox="0 0 65 29" fill="none" xmlns="http://www.w3.org/2000/svg" style="height: auto; width: auto;"><path d="M7.89591 7.73144V11.3709H15.585V18.9811H7.89591V27.997H0V0.0800781H16.7838L17.3213 7.73144H7.89591Z" fill="#003998"></path><path d="M39.8634 4.37154C42.4829 7.0466 43.7933 10.2758 43.7933 14.0585C43.7933 17.8685 42.4827 21.1109 39.8634 23.7864C37.2435 26.4613 34.0836 27.7988 30.3837 27.7988C26.6565 27.7988 23.4826 26.4613 20.8632 23.7864C18.2432 21.1111 16.9335 17.8685 16.9335 14.0585C16.9335 10.2757 18.2432 7.0466 20.8632 4.37154C23.4826 1.69647 26.6565 0.358887 30.3837 0.358887C34.0835 0.358887 37.2435 1.69647 39.8634 4.37154ZM28.1149 19.6518C28.1149 20.2738 28.3441 20.814 28.8036 21.2731C29.2625 21.7329 29.8165 21.9623 30.4646 21.9623C31.1129 21.9623 31.6597 21.7329 32.1054 21.2731C32.5512 20.814 32.7739 20.2738 32.7739 19.6518V8.34358C32.7739 7.69515 32.5512 7.14157 32.1054 6.68183C31.6599 6.22278 31.113 5.99279 30.4646 5.99279C29.8165 5.99279 29.2626 6.22278 28.8036 6.68183C28.344 7.14157 28.1149 7.69515 28.1149 8.34358V19.6518Z" fill="#003998"></path><path d="M56.1117 28.0801L52.1433 21.0075L48.2988 28.0801H39.6175L47.8855 13.6044L40.0722 0.0800781H49.0016L52.2675 6.11844L55.5745 0.0800781H64.2143L56.5665 13.5216L64.9998 28.08H56.1117V28.0801Z" fill="#003998"></path></svg></span><span aria-hidden="true" title="Google News" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg width="138" height="26" viewbox="0 0 138 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="height: auto; width: auto;"><path d="M44.6799 13.6174V15.4686H49.1184C48.9846 16.5169 48.6277 17.2752 48.1147 17.8105C47.4679 18.4573 46.4419 19.1711 44.6799 19.1711C41.9365 19.1711 39.7953 16.963 39.7953 14.2196C39.7953 11.4762 41.9365 9.26807 44.6799 9.26807C46.1519 9.26807 47.2448 9.84797 48.0255 10.6063L49.3414 9.29037C48.2262 8.21978 46.7541 7.39453 44.6799 7.39453C40.9328 7.39453 37.7656 10.4502 37.7656 14.1973C37.7656 17.9443 40.9105 21 44.6799 21C46.7095 21 48.2262 20.3309 49.4306 19.1041C50.6574 17.8774 51.0365 16.1377 51.0365 14.7549C51.0365 14.3311 51.0142 13.9296 50.9473 13.5951C50.925 13.6174 44.6799 13.6174 44.6799 13.6174Z" fill="#4285F4"></path><path d="M56.5881 12.1016C54.1569 12.1016 52.1719 13.9528 52.1719 16.4955C52.1719 19.0158 54.1569 20.8894 56.5881 20.8894C59.0192 20.8894 61.0043 19.0381 61.0043 16.4955C61.0043 13.9305 59.0192 12.1016 56.5881 12.1016ZM56.5881 19.1496C55.2498 19.1496 54.1123 18.0567 54.1123 16.4955C54.1123 14.9119 55.2721 13.8413 56.5881 13.8413C57.904 13.8413 59.0638 14.9342 59.0638 16.4955C59.0638 18.0567 57.9263 19.1496 56.5881 19.1496Z" fill="#EA4336"></path><path d="M78.2248 13.0829H78.1579C77.7342 12.5699 76.8866 12.1016 75.8383 12.1016C73.6525 12.1016 71.7344 14.0197 71.7344 16.4955C71.7344 18.9712 73.6525 20.8894 75.8383 20.8894C76.8866 20.8894 77.7119 20.421 78.1579 19.8857H78.2248V20.4879C78.2248 22.1607 77.3327 23.0751 75.8829 23.0751C74.7008 23.0751 73.9648 22.2276 73.6748 21.5139L72.002 22.2053C72.4927 23.3651 73.764 24.7926 75.9052 24.7926C78.1579 24.7926 80.0761 23.4543 80.0761 20.2202V12.3246H78.2471V13.0829H78.2248ZM75.9944 19.1496C74.6562 19.1496 73.6525 18.0121 73.6525 16.4955C73.6525 14.9342 74.6562 13.8413 75.9944 13.8413C77.3104 13.8413 78.3364 14.9788 78.3364 16.5178C78.3587 18.0344 77.3104 19.1496 75.9944 19.1496Z" fill="#4285F4"></path><path d="M66.424 12.1016C63.9929 12.1016 62.0078 13.9528 62.0078 16.4955C62.0078 19.0158 63.9929 20.8894 66.424 20.8894C68.8551 20.8894 70.8402 19.0381 70.8402 16.4955C70.8402 13.9305 68.8551 12.1016 66.424 12.1016ZM66.424 19.1496C65.0858 19.1496 63.9483 18.0567 63.9483 16.4955C63.9483 14.9119 65.1081 13.8413 66.424 13.8413C67.7622 13.8413 68.8998 14.9342 68.8998 16.4955C68.8998 18.0567 67.7622 19.1496 66.424 19.1496Z" fill="#FABD05"></path><path d="M81.5703 7.59375H83.4662V20.887H81.5703V7.59375Z" fill="#34A853"></path><path d="M89.3325 19.1524C88.3512 19.1524 87.6597 18.7063 87.1913 17.8142L93.0796 15.383L92.8789 14.8923C92.522 13.911 91.3845 12.082 89.1095 12.082C86.8568 12.082 84.9609 13.8664 84.9609 16.4759C84.9609 18.9517 86.8122 20.8698 89.3102 20.8698C91.3176 20.8698 92.4774 19.6431 92.9681 18.9294L91.4737 17.9257C90.983 18.684 90.3139 19.1524 89.3325 19.1524ZM89.1764 13.7548C89.957 13.7548 90.6262 14.1563 90.8492 14.7139L86.8791 16.3644C86.8791 14.5132 88.195 13.7548 89.1764 13.7548Z" fill="#EA4336"></path><path d="M98.5469 20.9778V8.93359H100.42L106.286 18.3013H106.353L106.286 15.9817V8.93359H107.825V20.9778H106.219L100.086 11.1417H100.019L100.086 13.4613V20.9555H98.5469V20.9778ZM113.736 21.2677C112.487 21.2677 111.483 20.8439 110.703 20.0187C109.922 19.1934 109.543 18.1452 109.543 16.8738C109.543 15.6694 109.922 14.6434 110.68 13.7736C111.439 12.9037 112.398 12.4799 113.58 12.4799C114.807 12.4799 115.788 12.8814 116.524 13.6844C117.26 14.4873 117.617 15.5579 117.617 16.8738L117.595 17.1638H111.082C111.126 17.989 111.394 18.6581 111.907 19.1265C112.42 19.6172 113.022 19.8403 113.691 19.8403C114.807 19.8403 115.543 19.3719 115.944 18.4351L117.327 19.015C117.059 19.6618 116.613 20.1971 115.989 20.6209C115.386 21.0447 114.628 21.2677 113.736 21.2677ZM115.966 15.8701C115.922 15.4018 115.721 14.9557 115.32 14.5319C114.918 14.1081 114.338 13.8851 113.535 13.8851C112.955 13.8851 112.465 14.0635 112.041 14.4204C111.617 14.7773 111.327 15.2679 111.171 15.8701H115.966ZM128.033 20.9778H126.449L124.397 14.6434L122.368 20.9778H120.806L118.152 12.7253H119.758L121.587 18.9481H121.609L123.639 12.7253H125.245L127.274 18.9481H127.297L129.103 12.7253H130.687L128.033 20.9778ZM134.769 21.2677C133.854 21.2677 133.096 21.0447 132.494 20.5986C131.914 20.1748 131.445 19.5949 131.178 18.9258L132.561 18.3459C133.007 19.3719 133.743 19.8849 134.791 19.8849C135.282 19.8849 135.661 19.7733 135.973 19.5726C136.285 19.3496 136.441 19.0819 136.441 18.7251C136.441 18.1898 136.062 17.8329 135.304 17.6322L133.631 17.2307C133.096 17.0969 132.605 16.8515 132.137 16.4724C131.668 16.0932 131.423 15.5802 131.423 14.9557C131.423 14.2196 131.735 13.6397 132.382 13.1714C133.029 12.7253 133.787 12.4799 134.679 12.4799C135.415 12.4799 136.062 12.6361 136.642 12.9706C137.2 13.2829 137.646 13.7959 137.869 14.3981L136.531 14.9557C136.218 14.2196 135.594 13.8628 134.635 13.8628C134.166 13.8628 133.787 13.952 133.475 14.1527C133.163 14.3535 133.007 14.5988 133.007 14.9334C133.007 15.4018 133.363 15.714 134.099 15.8924L135.728 16.2716C136.508 16.4501 137.066 16.7623 137.445 17.1861C137.824 17.6322 138.003 18.1229 138.003 18.6582C138.003 19.3942 137.69 20.0187 137.088 20.5094C136.508 21.0224 135.728 21.2677 134.769 21.2677Z" fill="#5F6367"></path><g clip-path="url(#clip0_17338_1406)"><path d="M24.5077 17.7754C24.5077 18.2043 24.154 18.5556 23.7217 18.5556H7.08778C6.65556 18.5556 6.30187 18.2043 6.30187 17.7754V1.45605C6.30187 1.02711 6.65556 0.675781 7.08778 0.675781H23.7222C24.1544 0.675781 24.5081 1.02711 24.5081 1.45605V17.7754H24.5077Z" fill="#0C9D58"></path><path opacity="0.2" d="M24.5077 4.87122L18.2735 4.06885L24.5077 5.74132V4.87122Z" fill="#004D40"></path><path opacity="0.2" d="M15.7055 1.52647L6.26472 5.74199L16.6989 1.94412V1.93377C16.5154 1.54058 16.0686 1.35715 15.7055 1.52647Z" fill="#004D40"></path><path opacity="0.2" d="M23.7222 0.675781H7.08778C6.65556 0.675781 6.30187 1.02711 6.30187 1.45605V1.63101C6.30187 1.20207 6.65556 0.850742 7.08778 0.850742H23.7222C24.1544 0.850742 24.5081 1.20207 24.5081 1.63101V1.45605C24.5077 1.02711 24.1544 0.675781 23.7222 0.675781Z" fill="white"></path><path d="M10.3387 17.2738C10.2263 17.6929 10.4506 18.1204 10.8372 18.2239L26.2441 22.3674C26.6307 22.4709 27.0389 22.2127 27.1509 21.7936L30.7804 8.24827C30.8928 7.82922 30.6684 7.40169 30.2818 7.29822L14.8749 3.15466C14.4883 3.05119 14.0801 3.3094 13.9682 3.72846L10.3387 17.2738Z" fill="#EA4335"></path><path opacity="0.2" d="M27.3089 13.0835L28.1193 18.0064L27.3089 21.032V13.0835Z" fill="#3E2723"></path><path opacity="0.2" d="M18.3464 4.26953L19.0726 4.46472L19.5232 7.50301L18.3464 4.26953Z" fill="#3E2723"></path><path opacity="0.2" d="M30.2823 7.29822L14.8754 3.15466C14.4888 3.05119 14.0806 3.3094 13.9686 3.72846L10.3391 17.2738C10.333 17.2964 10.3316 17.3194 10.3274 17.342L13.9296 3.89919C14.042 3.48013 14.4502 3.22192 14.8364 3.32539L30.2433 7.46895C30.6087 7.56677 30.8255 7.95479 30.7536 8.35128L30.7813 8.24827C30.8932 7.82922 30.6689 7.40169 30.2823 7.29822Z" fill="white"></path><path d="M22.4726 15.606C22.6207 16.0137 22.4345 16.4591 22.0587 16.596L5.80098 22.5132C5.42472 22.65 4.99578 22.4285 4.84763 22.0207L0.0512637 8.84318C-0.0968884 8.43541 0.08936 7.99001 0.465149 7.85315L16.7228 1.936C17.0991 1.79913 17.528 2.02066 17.6762 2.42843L22.4726 15.606Z" fill="#FFC107"></path><path opacity="0.2" d="M0.112877 9.00919C-0.0352752 8.60141 0.150973 8.15602 0.526762 8.01915L16.7845 2.10153C17.1565 1.96608 17.5793 2.18196 17.7322 2.58126L17.6762 2.42794C17.5276 2.02017 17.0986 1.79864 16.7228 1.93551L0.46515 7.85313C0.0888904 7.98999 -0.097358 8.43539 0.0512645 8.84316L4.84763 22.0207C4.84904 22.0249 4.85186 22.0287 4.85374 22.0334L0.112877 9.00919Z" fill="white"></path><path d="M27.3089 25.0959C27.3089 25.529 26.9543 25.8837 26.5211 25.8837H4.28888C3.85572 25.8837 3.50109 25.529 3.50109 25.0959V8.29072C3.50109 7.85755 3.85572 7.50293 4.28888 7.50293H26.5211C26.9543 7.50293 27.3089 7.85755 27.3089 8.29072V25.0959Z" fill="#4285F4"></path><path d="M23.0638 14.1553H16.4115V12.4048H23.0638C23.2571 12.4048 23.4137 12.5614 23.4137 12.7547V13.8049C23.4137 13.9982 23.2571 14.1553 23.0638 14.1553ZM23.0638 20.8071H16.4115V19.0566H23.0638C23.2571 19.0566 23.4137 19.2132 23.4137 19.4065V20.4567C23.4137 20.6505 23.2571 20.8071 23.0638 20.8071ZM24.114 17.481H16.4115V15.7304H24.114C24.3073 15.7304 24.4639 15.8871 24.4639 16.0804V17.1306C24.4639 17.3244 24.3073 17.481 24.114 17.481Z" fill="white"></path><path opacity="0.2" d="M26.5211 25.7087H4.28888C3.85572 25.7087 3.50109 25.3541 3.50109 24.9209V25.0959C3.50109 25.529 3.85572 25.8837 4.28888 25.8837H26.5211C26.9543 25.8837 27.3089 25.529 27.3089 25.0959V24.9209C27.3089 25.3541 26.9543 25.7087 26.5211 25.7087Z" fill="#1A237E"></path><path opacity="0.2" d="M4.28888 7.67789H26.5211C26.9543 7.67789 27.3089 8.03252 27.3089 8.46568V8.29072C27.3089 7.85755 26.9543 7.50293 26.5211 7.50293H4.28888C3.85572 7.50293 3.50109 7.85755 3.50109 8.29072V8.46568C3.50109 8.03252 3.85572 7.67789 4.28888 7.67789Z" fill="white"></path><path d="M10.4595 15.9059V17.4848H12.7251C12.5379 18.4466 11.6923 19.1441 10.4595 19.1441C9.08432 19.1441 7.96918 17.9809 7.96918 16.6057C7.96918 15.2305 9.08432 14.0674 10.4595 14.0674C11.079 14.0674 11.6335 14.2804 12.0713 14.6976V14.6986L13.2702 13.4997C12.5421 12.821 11.5926 12.4048 10.4591 12.4048C8.13896 12.4048 6.25767 14.2856 6.25767 16.6062C6.25767 18.9268 8.13849 20.8076 10.4591 20.8076C12.8855 20.8076 14.4818 19.1017 14.4818 16.7017C14.4818 16.4265 14.4564 16.1613 14.4154 15.9059H10.4595Z" fill="white"></path><g opacity="0.2"><path d="M10.5033 17.4849V17.6598H12.7265C12.743 17.6024 12.7571 17.5441 12.7688 17.4849H10.5033Z" fill="#1A237E"></path><path d="M10.5033 20.8072C8.21233 20.8072 6.35079 18.9734 6.30422 16.6933C6.30375 16.7224 6.30187 16.7516 6.30187 16.7808C6.30187 19.1013 8.1827 20.9822 10.5033 20.9822C12.9297 20.9822 14.526 19.2763 14.526 16.8762C14.526 16.857 14.5236 16.8391 14.5236 16.8198C14.4714 19.1573 12.8897 20.8072 10.5033 20.8072ZM12.1151 14.6977C11.6772 14.281 11.1222 14.0675 10.5033 14.0675C9.12805 14.0675 8.01291 15.2306 8.01291 16.6058C8.01291 16.6354 8.0162 16.6641 8.01714 16.6933C8.06371 15.3566 9.15721 14.2424 10.5033 14.2424C11.1227 14.2424 11.6772 14.4555 12.1151 14.8727V14.8736L13.4014 13.5873C13.3713 13.559 13.3379 13.5341 13.3069 13.5068L12.1156 14.6986L12.1151 14.6977Z" fill="#1A237E"></path></g><path opacity="0.2" d="M23.4137 13.9796V13.8047C23.4137 13.998 23.2571 14.1546 23.0638 14.1546H16.4115V14.3296H23.0638C23.2571 14.33 23.4137 14.1734 23.4137 13.9796ZM23.0638 20.8069H16.4115V20.9818H23.0638C23.2571 20.9818 23.4137 20.8252 23.4137 20.6319V20.457C23.4137 20.6503 23.2571 20.8069 23.0638 20.8069ZM24.114 17.4807H16.4115V17.6557H24.114C24.3073 17.6557 24.4639 17.4991 24.4639 17.3058V17.1308C24.4639 17.3241 24.3073 17.4807 24.114 17.4807Z" fill="#1A237E"></path><path d="M30.2823 7.29842L24.5081 5.74541V1.45605C24.5081 1.02711 24.1544 0.675781 23.7222 0.675781H7.08779C6.65556 0.675781 6.30187 1.02711 6.30187 1.45605V5.72847L0.46515 7.85293C0.0888904 7.98979 -0.097358 8.43519 0.0512645 8.84296L3.50109 18.3219V25.096C3.50109 25.5291 3.85572 25.8838 4.28889 25.8838H26.5211C26.9543 25.8838 27.3089 25.5291 27.3089 25.096V21.2068L30.7813 8.24847C30.8932 7.82941 30.6689 7.40189 30.2823 7.29842Z" fill="url(#paint0_radial_17338_1406)"></path></g><defs><radialgradient id="paint0_radial_17338_1406" cx="0" cy="0" r="1" gradientunits="userSpaceOnUse" gradienttransform="translate(6.94389 2.7181) scale(29.9623 29.9623)"><stop stop-color="white" stop-opacity="0.1"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></radialgradient><clippath id="clip0_17338_1406"><rect width="30.81" height="25.208" fill="white" transform="translate(0 0.675781)"></rect></clippath></defs></svg></span><span aria-hidden="true" title="Youtube" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg xmlns="http://www.w3.org/2000/svg" width="91" height="20" viewbox="0 0 91 20" fill="none" style="height: auto; width: auto;"><path d="M14.2231 20C14.2231 20 23.1437 20 25.3564 19.4C26.6023 19.06 27.5393 18.08 27.8681 16.87C28.4761 14.65 28.4761 9.98 28.4761 9.98C28.4761 9.98 28.4761 5.34 27.8681 3.14C27.5393 1.9 26.6023 0.94 25.3564 0.61C23.1437 0 14.2231 0 14.2231 0C14.2231 0 5.32245 0 3.11972 0.61C1.89376 0.94 0.936912 1.9 0.588062 3.14C0 5.34 0 9.98 0 9.98C0 9.98 0 14.65 0.588062 16.87C0.936912 18.08 1.89376 19.06 3.11972 19.4C5.32245 20 14.2231 20 14.2231 20Z" fill="#FF0033"></path><path d="M18.6568 10L11.2922 5.75V14.25L18.6568 10Z" fill="white"></path><path d="M36.4677 18.9015V13.4415L39.875 2.10156H37.3318L36.0357 7.25156C35.7411 8.43156 35.476 9.66156 35.2796 10.8015H35.1225C35.0145 9.80156 34.7002 8.49156 34.386 7.23156L33.1292 2.10156H30.5859L33.9442 13.4415V18.9015H36.4677Z" fill="black"></path><path d="M43.3038 6.30127C40.3286 6.30127 39.3074 8.05127 39.3074 11.8212V13.6112C39.3074 16.9912 39.9456 19.1112 43.2449 19.1112C46.4951 19.1112 47.1923 17.0912 47.1923 13.6112V11.8212C47.1923 8.45127 46.5246 6.30127 43.3038 6.30127ZM44.5705 14.7212C44.5705 16.3612 44.2858 17.3912 43.2548 17.3912C42.2434 17.3912 41.9586 16.3512 41.9586 14.7212V10.6812C41.9586 9.28127 42.155 8.03127 43.2548 8.03127C44.4134 8.03127 44.5705 9.35127 44.5705 10.6812V14.7212Z" fill="black"></path><path d="M51.3273 19.0915C52.7609 19.0915 53.6545 18.4815 54.391 17.3815H54.499L54.607 18.9015H56.5609V6.5415H53.9687V16.4715C53.6937 16.9615 53.0554 17.3215 52.4564 17.3215C51.7004 17.3215 51.4648 16.7115 51.4648 15.6915V6.5415H48.8822V15.8115C48.8822 17.8215 49.4518 19.0915 51.3273 19.0915Z" fill="black"></path><path d="M61.6914 18.9015V4.15156H64.6764V2.10156H56.1434V4.15156H59.1285V18.9015H61.6914Z" fill="black"></path><path d="M66.6469 19.0915C68.0806 19.0915 68.9741 18.4815 69.7106 17.3815H69.8186L69.9266 18.9015H71.8806V6.5415H69.2883V16.4715C69.0134 16.9615 68.3751 17.3215 67.7761 17.3215C67.0201 17.3215 66.7844 16.7115 66.7844 15.6915V6.5415H64.2019V15.8115C64.2019 17.8215 64.7714 19.0915 66.6469 19.0915Z" fill="black"></path><path d="M79.2173 6.27141C77.9604 6.27141 77.057 6.83141 76.458 7.74141H76.3304C76.4089 6.54141 76.4679 5.52141 76.4679 4.71141V1.44141H73.9639L73.9541 12.1814L73.9639 18.9014H76.1438L76.3304 17.7014H76.3991C76.9785 18.5114 77.872 19.0214 79.0602 19.0214C81.0339 19.0214 81.8783 17.2914 81.8783 13.6114V11.7014C81.8783 8.26141 81.4954 6.27141 79.2173 6.27141ZM79.3056 13.6114C79.3056 15.9114 78.9718 17.2814 77.9211 17.2814C77.4302 17.2814 76.7526 17.0414 76.4482 16.5914V9.24141C76.7133 8.54141 77.3025 8.03141 77.9604 8.03141C79.0209 8.03141 79.3056 9.34141 79.3056 11.7314V13.6114Z" fill="black"></path><path d="M90.9783 11.5015C90.9783 8.52152 90.6837 6.31152 87.3157 6.31152C84.144 6.31152 83.437 8.46152 83.437 11.6215V13.7915C83.437 16.8715 84.0851 19.1115 87.2371 19.1115C89.7312 19.1115 91.0176 17.8415 90.8703 15.3815L88.6609 15.2615C88.6315 16.7815 88.2878 17.4015 87.296 17.4015C86.049 17.4015 85.99 16.1915 85.99 14.3915V13.5515H90.9783V11.5015ZM87.2567 7.97152C88.4547 7.97152 88.5431 9.12152 88.5431 11.0715V12.0815H85.99V11.0715C85.99 9.14152 86.0686 7.97152 87.2567 7.97152Z" fill="black"></path></svg></span><span aria-hidden="true" title="Digital Journal" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg width="87" height="37" viewbox="0 0 87 37" fill="none" xmlns="http://www.w3.org/2000/svg" style="height: auto; width: auto;"><path d="M9.28704 0.902344H0V15.0093H9.28704V0.902344Z" fill="#D12801"></path><path d="M10.9062 0.993831H16.3402C17.2576 0.97266 18.1679 1.15614 19.0077 1.53722C19.7275 1.87596 20.3415 2.40524 20.7861 3.0686C21.146 3.70373 21.4 4.38826 21.5412 5.10808C21.7247 6.0396 21.8164 6.9923 21.8023 7.93794C21.8094 8.88358 21.7247 9.82922 21.5341 10.7608C21.4 11.4735 21.1601 12.1651 20.8284 12.8143C20.3979 13.4777 19.791 14.014 19.0712 14.3598C18.2456 14.7409 17.3423 14.9244 16.4319 14.9032H10.9133V13.9223H11.8801V1.98181H10.9133V0.993831H10.9062ZM14.2795 13.9435H15.8321C16.6366 13.9435 17.2082 13.8306 17.554 13.5977C18.796 12.8073 19.4241 10.9019 19.4241 7.88149C19.4241 4.95988 18.8242 3.12505 17.6316 2.37701C17.3917 2.22175 17.1164 2.1159 16.8341 2.0665C16.4672 2.00299 16.0932 1.9677 15.7191 1.97476H14.2724V13.9435H14.2795Z" fill="#010101"></path><path d="M22.2266 0.992188H26.9689V1.98017H25.868V13.9277H26.9689V14.9086H22.2266V13.9277H23.4545V1.98017H22.2266V0.992188Z" fill="#010101"></path><path d="M37.8484 12.821C36.7686 14.4229 35.2443 15.1992 33.2684 15.1498C31.0595 15.1286 29.5211 14.3876 28.6531 12.9268C27.9544 11.833 27.6016 10.2028 27.6016 8.02927C27.6016 5.85571 27.9756 4.09145 28.7166 2.99055C29.5352 1.53681 31.1018 0.79582 33.4095 0.774649C34.8138 0.746421 36.1829 1.21218 37.2697 2.10137L37.5731 4.55016H36.437C36.444 3.80917 36.1688 3.09641 35.6607 2.55302C35.1526 2.01669 34.4045 1.74852 33.4166 1.74146C32.3157 1.72735 31.4829 2.24957 30.9184 3.30812C30.3538 4.36667 30.0504 5.92628 30.001 7.99398C30.0433 10.0193 30.3397 11.5648 30.8831 12.6163C31.4265 13.6678 32.2239 14.1901 33.2684 14.183C33.6988 14.183 34.1223 14.0913 34.5245 13.9219C34.8844 13.7666 35.209 13.5408 35.4772 13.2515V9.6171H34.1152V8.615H38.674V9.60299H37.8272V12.821H37.8484Z" fill="#010101"></path><path d="M38.9219 0.992188H43.6571V1.98017H42.5562V13.9277H43.6571V14.9086H38.9219V13.9277H40.1498V1.98017H38.9219V0.992188Z" fill="#010101"></path><path d="M54.4366 0.992188L54.8035 3.5186H53.7732C53.618 2.48828 53.2581 1.97311 52.6935 1.97311H50.6046V13.9277H51.5503V14.9086H47.2031V13.9277H48.1982V1.98017H46.1164C45.5447 1.98017 45.1848 2.49533 45.0296 3.52566H43.9922L44.3592 0.999245H54.4295L54.4366 0.992188Z" fill="#010101"></path><path d="M53.7344 14.9086V13.9418H54.7576C55.4351 11.7894 56.1126 9.62998 56.7971 7.46348C57.4817 5.29697 58.1521 3.14458 58.8225 0.992188H59.8881L64.0659 13.9418H65.068V14.9157H60.9184V13.9418H61.6241L61.3277 13.0174C61.236 12.721 61.1372 12.4246 61.0384 12.1282L60.7491 11.2319C60.6503 10.9285 60.5515 10.618 60.4527 10.3004H57.0723C56.9736 10.6109 56.8747 10.9285 56.776 11.2249C56.6772 11.5213 56.5925 11.8177 56.5007 12.1141C56.409 12.4104 56.3172 12.7068 56.2255 13.0032C56.1338 13.2996 56.035 13.6101 55.9362 13.9418H56.663V14.9157L53.7414 14.9016L53.7344 14.9086ZM60.1422 9.2983C59.9022 8.57143 59.6623 7.85867 59.4365 7.15297C59.2106 6.44727 58.9707 5.73451 58.7378 5.00058C58.5049 5.73451 58.272 6.44727 58.0603 7.13885L57.3829 9.2983H60.1492H60.1422Z" fill="#010101"></path><path d="M69.3092 13.9277H73.8892C74.4609 13.9277 74.8208 13.4125 74.976 12.3752H76.0134L75.6465 14.9157H65.943V13.9348H66.8887V1.98017H65.9219V0.992188H70.2408V1.98017H69.3163V13.9277H69.3092Z" fill="#010101"></path><path d="M12.8764 19.2426H11.839V18.2617H16.3061V19.2426H15.2899V30.9361C15.2758 32.4463 14.9935 33.639 14.436 34.507C13.8573 35.3962 12.8552 35.9184 11.4156 36.0595L10.9922 35.1421C12.2483 35.0998 12.8764 33.6813 12.8764 30.9008V19.2426Z" fill="#010101"></path><path d="M22.3853 18.0274C25.9843 18.0274 27.7909 20.4197 27.7909 25.2114C27.7909 30.0031 25.9914 32.3955 22.3994 32.4025C18.8074 32.4025 17.0078 30.0031 17.0078 25.2114C17.0078 20.4197 18.8003 18.0203 22.3923 18.0274H22.3853ZM22.3853 19.0224C20.4093 19.0224 19.4143 21.0831 19.4143 25.2114C19.4143 29.3398 20.4093 31.4075 22.3923 31.4145C24.3683 31.4145 25.3633 29.3539 25.3633 25.2255C25.3633 21.0972 24.3683 19.0295 22.3853 19.0224Z" fill="#010101"></path><path d="M36.4135 18.2617H39.5468V19.2426H38.5659V26.4338C38.5659 30.3857 37.0486 32.3546 34.0211 32.3546C32.2216 32.3546 30.9372 31.7759 30.1609 30.6115C29.5329 29.6518 29.2224 28.2474 29.2224 26.4055V19.2426H28.2344V18.2617H32.5744V19.2426H31.6359V26.4902C31.6359 28.0922 31.7629 29.2072 32.0099 29.8211C32.398 30.8514 33.2237 31.3666 34.494 31.3666C36.4064 31.3666 37.3662 29.7153 37.3662 26.4055V19.2426H36.4205V18.2617H36.4135Z" fill="#010101"></path><path d="M43.9655 31.1894H44.9958V32.1704H40.5781V31.1894H41.5449V19.2348H40.5781V18.2539H46.4425C47.0071 18.2539 47.5787 18.3315 48.1221 18.4868C48.6231 18.635 49.096 18.8608 49.5194 19.1572C49.9569 19.4818 50.3168 19.8982 50.5709 20.3851C50.8179 20.8791 50.9449 21.4225 50.9378 21.973C50.9378 22.4034 50.8532 22.8269 50.6838 23.2291C50.5074 23.6384 50.2604 24.0195 49.964 24.3441C49.6817 24.6335 49.3641 24.8875 49.0254 25.0992C48.6866 25.3109 48.3126 25.4662 47.9245 25.572C48.2138 26.5106 48.6302 27.4069 49.1595 28.2396C49.8228 29.277 50.5568 30.265 51.3683 31.1965H52.4057V32.1774H49.3006C48.5384 31.1753 47.8327 30.1309 47.2047 29.0441C46.5907 27.9855 46.0403 26.8846 45.5674 25.7485H43.9796V31.1965L43.9655 31.1894ZM43.9655 24.7323H46.379C46.6613 24.7323 46.9294 24.6476 47.1623 24.4923C47.4376 24.3018 47.6845 24.0689 47.8751 23.7937C48.0586 23.5114 48.2138 23.215 48.3267 22.8974C48.4326 22.6081 48.489 22.2976 48.4961 21.9941C48.5102 21.3025 48.2915 20.6251 47.868 20.0746C47.4658 19.5383 46.8306 19.2207 46.1602 19.2348H43.9655L43.9584 24.7393L43.9655 24.7323Z" fill="#010101"></path><path d="M63.0043 19.2426V32.1782H61.6917L55.3474 21.1763V31.1902H56.286V32.1711H53.2656V31.1902H54.2324V19.2426H53.2656V18.2617H56.3566L61.8822 27.7252V19.2426H60.9437V18.2617H63.9711V19.2426H63.0114H63.0043Z" fill="#010101"></path><path d="M64.5071 32.1774V31.2035H65.5303C66.2078 29.0512 66.8853 26.8917 67.5698 24.7252C68.2543 22.5587 68.9318 20.4063 69.6093 18.2539H70.6749L74.8527 31.1965H75.8547V32.1704H71.684V31.1965H72.3897L72.0934 30.272L71.804 29.3828C71.7052 29.0864 71.6135 28.79 71.5147 28.4866L71.2183 27.5551H67.8309C67.7251 27.8656 67.6263 28.1761 67.5345 28.4795C67.4428 28.783 67.351 29.0794 67.2593 29.3687L66.9841 30.2579C66.8923 30.5614 66.7935 30.8719 66.6877 31.1965H67.4145V32.1704H64.5L64.5071 32.1774ZM70.9148 26.56C70.6749 25.8331 70.435 25.1204 70.2091 24.4147C69.9762 23.709 69.7434 22.9962 69.5105 22.2694C69.2776 23.0103 69.0447 23.716 68.833 24.4076L68.1555 26.56H70.9219H70.9148Z" fill="#010101"></path><path d="M79.7702 31.1902H84.3502C84.9218 31.1902 85.2817 30.675 85.437 29.6376H86.4744L86.1074 32.1711H76.404V31.1902H77.3496V19.2426H76.3828V18.2617H80.7017V19.2426H79.7702V31.1902Z" fill="#010101"></path></svg></span><span aria-hidden="true" title="Spotify" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg xmlns="http://www.w3.org/2000/svg" width="101" height="28" viewbox="0 0 101 28" fill="none" style="height: auto; width: auto;"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2257 0.612565C6.67436 0.312413 0.311151 6.19038 0.0109999 13.7417C-0.289151 21.293 5.59006 27.6562 13.1401 27.9564C20.6914 28.2565 27.0546 22.3785 27.3548 14.8272C27.6537 7.27593 21.7757 0.911465 14.2257 0.612565ZM20.0011 20.6577C19.831 20.9578 19.4996 21.1079 19.1769 21.0629C19.0781 21.0491 18.9793 21.0166 18.8868 20.9641C17.0784 19.9348 15.1074 19.2645 13.0288 18.9718C10.9503 18.6792 8.87047 18.7805 6.8482 19.272C6.40923 19.3783 5.96775 19.1094 5.86145 18.6704C5.75515 18.2314 6.02403 17.79 6.463 17.6837C8.68663 17.1434 10.9728 17.0321 13.2564 17.3535C15.5401 17.6749 17.7062 18.4115 19.6959 19.5434C20.0874 19.7672 20.2249 20.265 20.0023 20.6577H20.0011ZM21.7995 17.0659C21.5206 17.5811 20.8753 17.7737 20.36 17.4948C18.2439 16.3505 15.9528 15.5989 13.5503 15.2612C11.1479 14.9235 8.73915 15.0148 6.38922 15.5313C6.26165 15.5589 6.13534 15.5639 6.01278 15.5463C5.58631 15.4863 5.22113 15.1687 5.12358 14.7222C4.99726 14.1494 5.35995 13.5829 5.93274 13.4565C8.5303 12.885 11.1929 12.7837 13.8467 13.1564C16.4993 13.5291 19.0318 14.3595 21.3705 15.6251C21.887 15.904 22.0784 16.5481 21.7995 17.0646V17.0659ZM23.793 13.0163C23.5304 13.5216 22.9838 13.783 22.4511 13.7079C22.3072 13.6879 22.1659 13.6429 22.0296 13.5729C19.5659 12.291 16.912 11.4443 14.1419 11.0553C11.3717 10.6664 8.58657 10.7489 5.8652 11.3017C5.15735 11.4455 4.46825 10.9878 4.32443 10.2812C4.1806 9.57333 4.63833 8.88424 5.34494 8.74041C8.35896 8.12886 11.4405 8.03756 14.5058 8.46778C17.5711 8.89799 20.5076 9.83597 23.2365 11.2554C23.8768 11.5881 24.1257 12.3772 23.793 13.0176V13.0163Z" fill="#1ED760"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M38.3668 21.4382C36.0068 21.4382 33.9808 20.6215 33.1341 19.6935C33.0541 19.6023 33.0428 19.5522 33.0428 19.4409V16.6783C33.0428 16.547 33.1542 16.4969 33.2442 16.6082C34.2622 17.8789 36.4308 18.9169 38.2054 18.9169C39.6174 18.9169 40.5654 18.5342 40.5654 17.2836C40.5654 16.537 40.2127 16.053 38.2867 15.5089L37.1774 15.1963C34.6061 14.4709 33.0428 13.613 33.0428 11.153C33.0428 8.97564 35.0589 7.05968 38.4268 7.05968C40.0801 7.05968 41.7235 7.57369 42.6715 8.28029C42.7515 8.34032 42.7828 8.4016 42.7828 8.51166V11.0229C42.7828 11.1943 42.6414 11.2443 42.5101 11.1342C41.7435 10.4989 40.2615 9.64223 38.5069 9.64223C36.7522 9.64223 35.9255 10.4289 35.9255 11.1542C35.9255 11.9209 36.4596 12.1322 38.3655 12.6975L39.3135 12.9802C42.2475 13.8569 43.4481 15.0875 43.4481 17.1248C43.4481 19.7461 41.2707 21.4407 38.3668 21.4407V21.4382ZM58.9259 16.1743C58.9259 14.571 60.0352 13.3816 61.5985 13.3816C63.1618 13.3816 64.2598 14.571 64.2598 16.1743C64.2598 17.7776 63.1505 18.9669 61.5985 18.9669C60.0465 18.9669 58.9259 17.7776 58.9259 16.1743ZM61.5872 21.4382C64.8439 21.4382 67.1125 19.1095 67.1125 16.1743C67.1125 13.239 64.8439 10.9104 61.5872 10.9104C58.3306 10.9104 56.072 13.219 56.072 16.1743C56.072 19.1295 58.3206 21.4382 61.5872 21.4382ZM81.2497 10.3063V11.153H79.535C79.4437 11.153 79.3937 11.203 79.3937 11.2943V13.3103C79.3937 13.4016 79.4437 13.4517 79.535 13.4517H81.2497V21.0542C81.2497 21.1455 81.2997 21.1956 81.391 21.1956H83.9723C84.0636 21.1956 84.1136 21.1455 84.1136 21.0542V13.4517H86.3222L89.5288 20.4189L87.8042 24.2096C87.7542 24.3209 87.8142 24.3709 87.9155 24.3709H90.6682C90.7594 24.3709 90.7995 24.3509 90.8395 24.2596L96.5361 11.3131C96.5761 11.2218 96.5261 11.1517 96.4248 11.1517H93.8435C93.7522 11.1517 93.7122 11.1718 93.6722 11.263L91.0709 17.515L88.4595 11.263C88.4195 11.1718 88.3795 11.1517 88.2882 11.1517H84.1136V10.4864C84.1136 9.39711 84.8502 8.8931 85.7969 8.8931C86.361 8.8931 86.9763 9.18575 87.4103 9.44713C87.5116 9.50716 87.5816 9.43713 87.5416 9.34583L86.6336 7.17849C86.6036 7.10845 86.5636 7.06718 86.4923 7.02716C86.0483 6.79579 85.323 6.59319 84.6163 6.59319C82.479 6.59319 81.2484 8.22652 81.2484 10.3038L81.2497 10.3063ZM50.8593 21.3769C53.4406 21.3769 55.2953 19.1483 55.2953 16.1543C55.2953 13.1603 53.4194 10.9717 50.8381 10.9717C48.9221 10.9717 47.8128 12.141 47.1675 13.3103V11.2943C47.1675 11.203 47.1174 11.153 47.0261 11.153H44.4949C44.4036 11.153 44.3535 11.203 44.3535 11.2943V24.2308C44.3535 24.3221 44.4036 24.3722 44.4949 24.3722H47.0261C47.1174 24.3722 47.1675 24.3221 47.1675 24.2308V19.0582C47.8128 20.2276 48.9021 21.3769 50.8581 21.3769H50.8593ZM72.3964 21.3369C73.2431 21.3369 74.0598 21.1155 74.5438 20.8329C74.6138 20.7929 74.6238 20.7528 74.6238 20.6815V18.7656C74.6238 18.6643 74.5738 18.6343 74.4825 18.6855C74.1898 18.8469 73.8071 18.9782 73.2831 18.9782C72.4565 18.9782 71.9325 18.4942 71.9325 17.4249V13.4517H74.4537C74.545 13.4517 74.595 13.4016 74.595 13.3103V11.2943C74.595 11.203 74.545 11.153 74.4537 11.153H71.9325V8.52166C71.9325 8.41036 71.8624 8.35033 71.7611 8.43037L67.2538 11.9797C67.1938 12.0297 67.1738 12.081 67.1738 12.161V13.3103C67.1738 13.4016 67.2238 13.4517 67.3151 13.4517H69.0698V17.8476C69.0698 20.2276 70.4405 21.3369 72.3977 21.3369H72.3964ZM75.3104 8.16899C75.3104 9.07694 76.0158 9.76229 76.9838 9.76229C77.9517 9.76229 78.6771 9.07694 78.6771 8.16899C78.6771 7.26103 77.9718 6.57568 76.9838 6.57568C75.9958 6.57568 75.3104 7.26103 75.3104 8.16899ZM75.7031 21.1968H78.2844C78.3757 21.1968 78.4257 21.1468 78.4257 21.0555V11.2956C78.4257 11.2043 78.3757 11.1542 78.2844 11.1542H75.7031C75.6118 11.1542 75.5618 11.2043 75.5618 11.2956V21.0555C75.5618 21.1468 75.6118 21.1968 75.7031 21.1968ZM47.1074 16.1355C47.5714 14.5822 48.6395 13.3929 50.0914 13.3929C51.5434 13.3929 52.4301 14.4409 52.4301 16.1555C52.4301 17.8701 51.4721 18.9382 50.0914 18.9382C48.7107 18.9382 47.5702 17.6075 47.1074 16.1355Z" fill="#1ED760"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M99.841 11.7424C99.7084 11.5135 99.5246 11.3347 99.2895 11.2046C99.0543 11.0758 98.7917 11.0107 98.4991 11.0107C98.2064 11.0107 97.9438 11.0758 97.7087 11.2046C97.4735 11.3347 97.2897 11.5135 97.1571 11.7424C97.0246 11.9712 96.9583 12.2301 96.9583 12.519C96.9583 12.8079 97.0246 13.0618 97.1571 13.2906C97.2897 13.5195 97.4735 13.6983 97.7087 13.8284C97.9438 13.9585 98.2064 14.0223 98.4991 14.0223C98.7917 14.0223 99.0543 13.9572 99.2895 13.8284C99.5246 13.6996 99.7084 13.5195 99.841 13.2906C99.9736 13.0618 100.04 12.8054 100.04 12.519C100.04 12.2326 99.9736 11.9712 99.841 11.7424ZM99.5996 13.1631C99.4921 13.3532 99.342 13.5007 99.1506 13.6083C98.9593 13.7146 98.7417 13.7684 98.5003 13.7684C98.2589 13.7684 98.0351 13.7146 97.8437 13.6083C97.6524 13.502 97.5036 13.3532 97.3973 13.1631C97.291 12.9742 97.2384 12.7591 97.2384 12.519C97.2384 12.2789 97.291 12.065 97.3973 11.8774C97.5036 11.6898 97.6524 11.5423 97.8437 11.436C98.0351 11.3297 98.2539 11.2759 98.5003 11.2759C98.7467 11.2759 98.9593 11.3297 99.1506 11.436C99.342 11.5423 99.4921 11.6911 99.5996 11.8812C99.7072 12.0713 99.7609 12.2851 99.7609 12.5253C99.7609 12.7654 99.7072 12.9742 99.5996 13.1643V13.1631Z" fill="#1ED760"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M99.0229 12.4917C99.1254 12.4167 99.1767 12.3166 99.1767 12.1928C99.1767 12.069 99.1267 11.964 99.0266 11.8889C98.9266 11.8139 98.7815 11.7764 98.5914 11.7764H97.9211V13.1771H98.245V12.6205H98.4213L98.8478 13.1771H99.2455L98.779 12.5868C98.8778 12.568 98.9616 12.5368 99.0241 12.4905L99.0229 12.4917ZM98.5401 12.3679H98.245V12.0252H98.5514C98.6427 12.0252 98.7127 12.039 98.7615 12.0678C98.8103 12.0965 98.8353 12.1403 98.8353 12.2003C98.8353 12.2566 98.809 12.2991 98.759 12.3266C98.7077 12.3554 98.6352 12.3692 98.5401 12.3692V12.3679Z" fill="#1ED760"></path></svg></span><span aria-hidden="true" title="Pinterest" style="height: auto; width: auto; color: currentcolor; margin: 8px 18px; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg xmlns="http://www.w3.org/2000/svg" width="108" height="20" viewbox="0 0 108 20" fill="none" style="height: auto; width: auto;"><path d="M9.96859 19.8202C15.4741 19.8202 19.9371 15.3833 19.9371 9.9101C19.9371 4.43691 15.4741 0 9.96859 0C4.46309 0 0 4.43691 0 9.9101C0 15.3833 4.46309 19.8202 9.96859 19.8202Z" fill="white"></path><path d="M6.26949 19.1032C6.14586 17.978 6.23361 16.9005 6.48088 15.8586L7.47794 11.5879C7.31443 11.0689 7.19079 10.4746 7.19079 9.88039C7.19079 8.49379 7.8648 7.50339 8.92169 7.50339C9.6555 7.50339 10.1939 8.01048 10.1939 8.989C10.1939 9.29803 10.1301 9.64665 10.0065 10.0428L9.57177 11.465C9.48402 11.7384 9.44814 11.996 9.44814 12.2217C9.44814 13.2121 10.2099 13.7707 11.179 13.7707C12.9099 13.7707 14.1462 11.988 14.1462 9.67438C14.1462 7.0993 12.4513 5.45125 9.94666 5.45125C7.15489 5.45125 5.38411 7.25776 5.38411 9.77342C5.38411 10.7876 5.6952 11.7305 6.30541 12.3722C6.10599 12.7051 5.89461 12.7684 5.57157 12.7684C4.57451 12.7684 3.6253 11.37 3.6253 9.46442C3.6253 6.17229 6.28146 3.54569 10.0065 3.54569C13.919 3.54569 16.3757 6.25548 16.3757 9.59912C16.3757 12.9665 13.9827 15.4941 11.4023 15.4941C10.3814 15.4941 9.48402 15.0623 8.85787 14.2818L8.34738 16.3379C8.0722 17.4036 7.66139 18.4059 6.99935 19.3725C7.93261 19.6578 8.85787 19.8202 9.9666 19.8202C15.4743 19.8202 19.9371 15.3871 19.9371 9.91605C19.9371 4.44498 15.4784 0 9.97059 0C4.46284 0 0 4.43311 0 9.90416C0 14.0521 2.56843 17.6294 6.26949 19.1032Z" fill="#E60023"></path><mask id="mask0_17338_1459" maskunits="userSpaceOnUse" x="23" y="0" width="85" height="20" style="mask-type: luminance;"><path d="M107.914 0H23.4302V19.8202H107.914V0Z" fill="white"></path></mask><g mask="url(#mask0_17338_1459)"><path d="M23.4414 2.04346H30.3736C33.3096 2.04346 35.6091 4.1409 35.6091 7.27041C35.6091 10.3777 33.3654 12.4974 30.3736 12.4974H27.0246V17.7909H23.4302V2.04346H23.4414ZM29.6815 9.30126C31.0769 9.30126 31.9252 8.6354 31.9252 7.27041C31.9252 5.90539 31.0769 5.23955 29.6815 5.23955H27.0359V9.30126H29.6815Z" fill="#E60023"></path><path d="M36.119 6.50391H39.602V17.779H36.119V6.50391Z" fill="#E60023"></path><path d="M40.3858 6.50506H43.6231V7.98105H43.7348C44.3376 6.90457 45.5542 6.19434 47.24 6.19434C49.7964 6.19434 51.5489 7.69249 51.5489 10.3892V17.7802H48.0661V11.6876C48.0661 10.3004 47.4857 9.45702 46.0901 9.45702C44.6501 9.45702 43.8689 10.2782 43.8689 12.1316V17.7802H40.3858V6.50506Z" fill="#E60023"></path><path d="M53.2616 14.1173V9.2788H51.6207V6.50442H53.2616V3.65234H56.7445V6.50442H59.2339V9.2677H56.7445V13.3183C56.7445 14.5279 57.1463 14.994 58.2516 14.994C58.6087 14.994 58.9437 14.9275 59.2339 14.8386V17.7573C58.6979 17.957 57.9725 18.0903 57.1463 18.0903C54.4896 18.0903 53.2616 16.6143 53.2616 14.1173Z" fill="#E60023"></path><path d="M101.849 14.1173V9.2788H100.208V6.50442H101.849V3.65234H105.332V6.50442H107.821V9.2677H105.332V13.3183C105.332 14.5279 105.733 14.994 106.839 14.994C107.196 14.994 107.531 14.9275 107.821 14.8386V17.7573C107.285 17.957 106.559 18.0903 105.733 18.0903C103.077 18.0903 101.849 16.6143 101.849 14.1173Z" fill="#E60023"></path><path d="M59.0705 12.0871C59.0705 8.33615 61.6716 6.19434 64.9089 6.19434C68.4811 6.19434 70.6802 8.49152 70.6802 11.6655C70.6802 12.1316 70.6577 12.6642 70.5239 13.1635H62.5536C62.6652 14.4398 63.681 15.2388 65.0651 15.2388C66.2596 15.2388 66.9517 14.7283 67.3537 13.8739L70.3565 15.1057C69.776 16.8924 67.8895 18.0908 65.0988 18.0908C61.6716 18.0908 59.0705 16.0157 59.0705 12.0871ZM67.2642 10.8886C67.1525 9.54578 66.2038 8.81336 64.8867 8.81336C63.5806 8.81336 62.5982 9.52361 62.5311 10.8886H67.2642Z" fill="#E60023"></path><path d="M71.1226 6.50506H74.3599V8.20299H74.4716C74.7616 6.97117 75.6436 6.19434 77.1618 6.19434C77.4522 6.19434 77.6976 6.19434 78.0547 6.28311V9.72335C77.8093 9.65677 77.5189 9.63457 77.184 9.63457C75.454 9.63457 74.6054 10.589 74.6054 12.6198V17.7802H71.1226V6.50506Z" fill="#E60023"></path><path d="M77.8412 12.0871C77.8412 8.33615 80.4423 6.19434 83.6796 6.19434C87.2517 6.19434 89.4509 8.49152 89.4509 11.6655C89.4509 12.1316 89.4284 12.6642 89.2945 13.1635H81.3241C81.4358 14.4398 82.4516 15.2388 83.8358 15.2388C85.0302 15.2388 85.7224 14.7283 86.1243 13.8739L89.1271 15.1057C88.5466 16.8924 86.6601 18.0908 83.8692 18.0908C80.4422 18.0908 77.8412 16.0157 77.8412 12.0871ZM86.0349 10.8886C85.9232 9.54578 84.9745 8.81336 83.6571 8.81336C82.3512 8.81336 81.3687 9.52361 81.3018 10.8886H86.0349Z" fill="#E60023"></path><path d="M89.2395 14.4509L92.5885 14.007C92.901 14.917 93.6934 15.4829 94.9438 15.4829C96.0041 15.4829 96.6295 15.1057 96.6295 14.4287C96.6295 13.9182 96.3167 13.6741 95.502 13.5853L93.3697 13.3411C90.7465 13.0304 89.8199 11.843 89.8199 9.85651C89.8199 7.67032 91.952 6.19434 94.6871 6.19434C97.6007 6.19434 99.5093 7.35959 100.012 9.32385L96.7521 9.98971C96.4395 9.25725 95.6916 8.78006 94.6423 8.78006C93.6155 8.78006 93.0906 9.13518 93.0906 9.69005C93.0906 10.1118 93.3585 10.3781 94.1959 10.4891L96.4842 10.7776C98.9066 11.0884 99.9001 12.2314 99.9001 14.0847C99.9001 16.6039 97.835 18.0798 94.8544 18.0798C91.8181 18.0908 89.7082 16.7259 89.2395 14.4509Z" fill="#E60023"></path><path d="M39.9036 3.65293C39.9036 2.53206 38.9882 1.62207 37.8607 1.62207C36.7332 1.62207 35.8179 2.53206 35.8179 3.65293C35.8179 4.77378 36.7332 5.68377 37.8607 5.68377C38.9882 5.67267 39.9036 4.76268 39.9036 3.65293Z" fill="#E60023"></path></g></svg></span></div>
</div>
<div>
<div style="display: flex; align-items: center; justify-content: center; padding-bottom: 18px; text-transform: uppercase; font-size: 90%; letter-spacing: 0.16em; margin-right: -0.16em;"> And <span style="font-weight: bold; padding: 0px 0.5em;"> 300+ </span> sites </div>
</div>
<div style="display: flex; justify-content: center; align-items: center; width: max(80%, 360px);">
<div style="flex-grow: 1;">
<hr style="height: 1px; border: 0px; opacity: 0.4; background: linear-gradient(to left, currentcolor, rgba(0, 0, 0, 0));"></div>
<div style="padding: 0px 16px; font-size: 80%; font-weight: bold; display: flex; align-items: center;"><span aria-hidden="true" style="font-size: 16px; height: 16px; width: 16px; margin-right: 4px; color: currentcolor; align-items: center; display: inline-flex; justify-content: center; line-height: 1; position: relative; vertical-align: middle; user-select: none;"><svg width="18" height="18" viewbox="0 1 18 18" fill="currentColor" xmlns="http://www.w3.org/2000/svg" style="font-size: 16px; height: 16px; width: 16px;"><g><path d="M9 15.9556L5.49375 17.1181C5.24375 17.2056 5.01562 17.1743 4.80938 17.0243C4.60313 16.8743 4.5 16.6743 4.5 16.4243V11.6618C4.025 11.1368 3.65625 10.5368 3.39375 9.86182C3.13125 9.18682 3 8.46807 3 7.70557C3 6.03057 3.58125 4.61182 4.74375 3.44932C5.90625 2.28682 7.325 1.70557 9 1.70557C10.675 1.70557 12.0938 2.28682 13.2563 3.44932C14.4187 4.61182 15 6.03057 15 7.70557C15 8.46807 14.8688 9.18682 14.6063 9.86182C14.3438 10.5368 13.975 11.1368 13.5 11.6618V16.4243C13.5 16.6743 13.3969 16.8743 13.1906 17.0243C12.9844 17.1743 12.7563 17.2056 12.5063 17.1181L9 15.9556ZM9 12.2056C10.25 12.2056 11.3125 11.7681 12.1875 10.8931C13.0625 10.0181 13.5 8.95557 13.5 7.70557C13.5 6.45557 13.0625 5.39307 12.1875 4.51807C11.3125 3.64307 10.25 3.20557 9 3.20557C7.75 3.20557 6.6875 3.64307 5.8125 4.51807C4.9375 5.39307 4.5 6.45557 4.5 7.70557C4.5 8.95557 4.9375 10.0181 5.8125 10.8931C6.6875 11.7681 7.75 12.2056 9 12.2056Z"></path><path d="M8.31819 8.05092L10.8472 5.50399C10.9787 5.3605 11.1431 5.29174 11.3404 5.29772C11.5377 5.3037 11.7081 5.37246 11.8516 5.50399C11.9951 5.64748 12.0698 5.81787 12.0758 6.01517C12.0818 6.21247 12.013 6.38286 11.8695 6.52635L8.8204 9.57549C8.67691 9.71898 8.50951 9.79073 8.31819 9.79073C8.12687 9.79073 7.95947 9.71898 7.81598 9.57549L6.29141 8.05092C6.14792 7.90743 6.07617 7.73704 6.07617 7.53974C6.07617 7.34244 6.14792 7.17205 6.29141 7.02856C6.43489 6.88507 6.60529 6.81333 6.80259 6.81333C6.99988 6.81333 7.17028 6.88507 7.31377 7.02856L8.31819 8.05092Z"></path></g></svg></span> Verified by&nbsp; <a href="https://ampifire.com/?utm_source=trust-badge" target="_blank" rel="noopener" style="color: currentcolor; text-decoration: underline;"> AmpiFire.com </a></div>
<div style="flex-grow: 1;">
<hr style="height: 1px; border: 0px; opacity: 0.4; background: linear-gradient(to right, currentcolor, rgba(0, 0, 0, 0));"></div>
</div>
</div>
	  
			  </div>
				
			

      	  	</div><!--col-->
      	  </div><!--row-->	
      	</div><!--inner-->
      </section>

<!--/default_section-->

	 
  	
       <!--get_started_section-->

	  <section data-bg="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/social-media-time-clock.png" class="qta-section cp-section section_bg rocket-lazyload" style="">
        <div class="inner">
          <div class="cp-title text-center">
			 <h2>Ready To Get Started?</h2> 
			 <div class="subtitle"><p>Contact us now for all your digital marketing needs so we can<br />
explain exactly who we are &amp; what we can do for you!</p>
</div>  
		  </div><!--cp-title-->	
            <div class="text-center">
                
		      	<div class="qta-btn text-center">
      	  		  	
				    	
					<a href="/consulting" class="global-btn">Schedule A Consultation</a>
				    	
					<a href="tel:706-551-9901" class="global-btn btn-solid">CALL: (706) 551-9901</a>
				   	
				  					
				</div><!--qta-btn-->                             
            </div>
        </div>
      </section>
	  <section class="cp-section negativemargintop nopaddingtop bgsection">
        <div class="inner">
          <div class="no-gutters row align-items-lg-stretch">	
				<div class="col-lg col-box">
			  	<div class="col-box-entry text-center">
					<h3>
						Let's Build Your Brand Together					</h3>
					<p>Boost your brand with Atlanta Marketing Minds. Our team of experts will work tirelessly to help you grow your business and stand out in a crowded market. From search engine optimization to targeted ad marketing strategies, we have the solutions you need to succeed. Let us help you make your mark on the world.</p>
					<a href="/consulting/" class="global-btn btn-solid light">Schedule A Consultation</a>
				</div>  
			  </div><!--col--><div class="col-lg col-box col-box-bg" style="background:url('https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/Marketingstrategy.jpg') no-repeat scroll top center / cover;">
			  	<div class="col-box-entry text-center">
					<h3>
						Satisfaction Guranteed					</h3>
					<p>We understand what an inconvenience it is not to have a dependable in-house marketing team you can trust! Our first priority is to make your biggest marketing problems disappear&#8230; leaving you free to run your business. So, if you&#8217;re not completely satisfied with our service, you&#8217;ll get 100% of your money back. That&#8217;s Our Iron-Clad Guarantee!</p>
					<a href="/contact/" class="global-btn">Let's Work Together!</a>
				</div>  
			  </div><!--col--></div><!--row-->	
		  <div class="section-more-content">
			  <div class="cp-title">
			    <h2>Our Commitment To You</h2> 
		  	  </div><!--cp-title-->		
			  <div class="row justify-content-between align-items-center">
				  <div class="col-lg-9">
					  <p>Atlanta Marketing Minds will create a reciprocal relationship with each individual business by building trust through education and reporting of progress, investing critical time in getting to know your business, and being accessible when unforeseen problems arise.</p>
<p>Leaving you with a peace of mind to run your day-to-day operations while leaving the digital marketing to us!</p>
<hr />
<p><strong>Customer Service Hours of Operation:</strong><br />
<span style="font-size: 1rem;">Monday &#8211; Friday:  8:00 a.m. &#8211; 4:00 p.m.<br />
</span>Saturday &amp; Sunday:  Closed</p>
<hr />
<p><strong>Local Areas Served:<br />
</strong>Atlanta, Decatur, Marietta, Gwinnett, Conyers, Ellenwood, McDonough, Stockbridge, Covington, Douglasville, South Cobb, Fayetteville</p>
				  </div>
				  <div class="col-lg-auto">
					  <a href="/contact/" class="global-btn">Contact An Expert</a>
				  </div>
			  </div>	
		  </div><!--section-more-content--> 
	
		<div class="divider"></div><!--divider-->
		 <div class="services-section">
	        <div class="services-info">
	            <div class="row clearfix justify-content-center">
				    	
					<!--Info BLock-->
					<div class="info-block col-xl col-lg-3 col-sm-4 col-6">
					    <a href="/search-engine-optimization/"><div class="icon-box"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/339-3398089_marketing-icon-market-strategy-icon-e1623536133401.jpg" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/339-3398089_marketing-icon-market-strategy-icon-e1623536133401.jpg" class="img-fluid" /></noscript></div></a>
					    <div class="text"><div class="title"><a href="/search-engine-optimization/">Search Engine Optimization</a></div></div>
					</div>					
				    	
					<!--Info BLock-->
					<div class="info-block col-xl col-lg-3 col-sm-4 col-6">
					    <a href="/google-ads/"><div class="icon-box"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/search-engine.png" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/search-engine.png" class="img-fluid" /></noscript></div></a>
					    <div class="text"><div class="title"><a href="/google-ads/">Paid Advertising</a></div></div>
					</div>					
				    	
					<!--Info BLock-->
					<div class="info-block col-xl col-lg-3 col-sm-4 col-6">
					    <a href="/reputation-marketing/"><div class="icon-box"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/3-31109_five-stars-star-s-comments-5-star-general.jpg" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/3-31109_five-stars-star-s-comments-5-star-general.jpg" class="img-fluid" /></noscript></div></a>
					    <div class="text"><div class="title"><a href="/reputation-marketing/">Reputation Marketing</a></div></div>
					</div>					
				    	
					<!--Info BLock-->
					<div class="info-block col-xl col-lg-3 col-sm-4 col-6">
					    <a href="/social-media/"><div class="icon-box"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/social-media-marketing-icon-png-9.png" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/social-media-marketing-icon-png-9.png" class="img-fluid" /></noscript></div></a>
					    <div class="text"><div class="title"><a href="/social-media/">Social Media Marketing</a></div></div>
					</div>					
				   		               

	            </div><!--row-->
	        </div><!--services-info-->
		  </div><!--services section-->			
			
        </div><!--inner-->

      </section>
	
<!--/get_started_section-->

	   
  	
       <!--default_section-->

      <section class="cp-section about-section bgsection">
      	<div class="inner">
      	  <div class="row align-items-lg-center">
      	  	<div class="col-lg-auto">
				  <div class="cp-title">
					  <span>Learn More About Your Business</span> 
					 <h2>Local SEO Audit</h2> 
					  
				  </div><!--cp-title-->	
      	  	</div><!--col-->
      	  	<div class="col-lg">

			  <div class="section-entry">
				  <p><script type="rocketlazyloadscript" data-widget-id="e8e905702115d6a490404de2bffc18412627b5ea" data-rocket-src="https://www.local-marketing-reports.com/m/assets-v2/lead-gen/js/external/widget-builder.js"></script></p>
	  
			  </div>
				
			

      	  	</div><!--col-->
      	  </div><!--row-->	
      	</div><!--inner-->
      </section>

<!--/default_section-->

	 
  	
       <!--about-->

      <section class="cp-section about-section bgsection">
      	<div class="inner">
      	  <div class="row align-items-lg-center">
      	  	<div class="col-lg-6 order-lg-2">
      	  	  <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="img-fluid aligncenter" data-lazy-src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/advertising.jpg" /><noscript><img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/advertising.jpg" class="img-fluid aligncenter" /></noscript>	
      	  	</div><!--col-->
      	  	<div class="col-lg-6">

			  <div class="section-entry">
				  <div class="cp-title">
					 <h2>Dominate The SERPs</h2> 
				  </div><!--cp-title-->	
				  <h3>Unlock Your Business&#8217;s Full Potential with <span class="notranslate">Atlanta Marketing Minds</span>&#8216; Proven Brand Building Tactics</h3>
<p>It&#8217;s no secret that being visible online is the key to business success in today&#8217;s digital world. To truly dominate Search Engine Result Pages (SERPs) and attract the attention of prospective customers, Search Engine Marketing (SEM) remains an indispensable tool.</p>
<p>This powerful marketing strategy, if implemented correctly, can skyrocket your online presence, drive massive traffic to your website, and significantly improve your conversion rates.</p>
<p>By investing in SEM, your products and services will not just be visible on the internet &#8211; they&#8217;ll be front and center when potential customers are searching for what you offer, making your business hard to overlook.</p>
<p>It&#8217;s time to take a leap and unlock the potential of Search Engine Marketing. Dive into the world of SEM and experience a noticeable boost in your online business like never before.</p>
	  
				  
			  </div>
				
			

      	  	</div><!--col-->
      	  </div><!--row-->	
      	</div><!--inner-->
      </section>

<!--/bout-->

	   
  	
       <!--default_section-->

      <section class="cp-section about-section bgsection">
      	<div class="inner">
      	  <div class="row align-items-lg-center">
      	  	<div class="col-lg-auto">
				  <div class="cp-title">
					  <span>Let Us Know How We're Doing</span> 
					 <h2>Google Reviews</h2> 
					  
				  </div><!--cp-title-->	
      	  	</div><!--col-->
      	  	<div class="col-lg">

			  <div class="section-entry">
				  <p><!-- Start Review Widget Generator --></p>
<div class="rwg-app-91d41bd1-877f-47ef-85b6-889eb56c6457"></div>
<p><script type="rocketlazyloadscript" data-rocket-src="https://u.reviewour.biz/widget/dist/index.js"></script><br />
<!-- End Review Widget Generator --></p>
	  
			  </div>
				
			

      	  	</div><!--col-->
      	  </div><!--row-->	
      	</div><!--inner-->
      </section>

<!--/default_section-->

	 
  	
       <!--get_started_section-->

	  <section data-bg="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/social-media-time-clock.png" class="qta-section cp-section section_bg rocket-lazyload" style="">
        <div class="inner">
          <div class="cp-title text-center">
			 <h2>Partner With Us</h2> 
			 <div class="subtitle"><p>Gain Visibility, Reputation, and Success &#8211; Let Atlanta Marketing Minds Elevate Your Business!</p>
</div>  
		  </div><!--cp-title-->	
            <div class="text-center">
                
		      	<div class="qta-btn text-center">
      	  		  	
				    	
					<a href="https://www.atlantamarketingminds.com/consulting/" class="global-btn">Schedule A Consultation</a>
				   	
				  					
				</div><!--qta-btn-->                             
            </div>
        </div>
      </section>
	  <section class="cp-section negativemargintop nopaddingtop bgsection">
        <div class="inner">
          <div class="no-gutters row align-items-lg-stretch">	
				<div class="col-lg col-box">
			  	<div class="col-box-entry text-center">
					<h3>
						Trust Atlanta Marketing Minds					</h3>
					<p>Stand out from the competition with Atlanta Marketing Minds. Our expert team has advanced knowledge in all aspects of digital marketing, including search engine optimization, online banner advertising, branding, and customer acquisition.</p>
<p>With our help, you can dominate Google and attract more customers to your business. Trust Atlanta Marketing Minds to take your online presence to the next level.</p>
					<a href="/about/" class="global-btn light">Meet The Team</a>
				</div>  
			  </div><!--col--></div><!--row-->	
		  <div class="section-more-content">
			  <div class="cp-title">
			    <h2>Search Engine Marketing</h2> 
		  	  </div><!--cp-title-->		
			  <div class="row justify-content-between align-items-center">
				  <div class="col-lg-9">
					  <h2>Effective Strategies to Maximize Your Search Engine Marketing Performance</h2>
<p>As the digital landscape continues to evolve, it is apparent that <a href="https://www.atlantamarketingminds.com/search-engine-marketing/">mastering the art of search engine marketing</a> (SEM) is crucial for businesses seeking to stay at the top of their industry. SEM helps businesses increase visibility, drive targeted traffic, and generate high-quality leads. However, it demands deep understanding and continuous refinement of strategies to truly harness its power. Below, we delve into effective tactics to maximize your SEM performance.</p>
<h2>Understanding the Fundamentals of Search Engine Marketing</h2>
<p>First and foremost, recognizing the basics of SEM is a must. SEM involves promoting your website by increasing its visibility on search engine results pages (SERPs) through paid advertising, brand building, and SEO. It encompasses techniques like Pay-Per-Click (PPC), <a href="https://www.atlantamarketingminds.com/google-ads/">Google Ads</a>, Brand Building, and <a href="https://www.atlantamarketingminds.com/search-engine-optimization/">Search Engine Optimization (SEO)</a>.</p>
<p>It&#8217;s important to understand how to choose relevant keywords, how to write high quality content, how to bid efficiently for adverts, and how to craft compelling ad copies. By mastering these fundamentals, you can build a solid foundation to increase your online visibility and improve your SERP rankings.</p>
<h2>Implementing Advanced Techniques for Improved SEM Results</h2>
<p>Once you have a solid grasp of the basics, it&#8217;s time to explore advanced techniques to further amplify your SEM outcomes. Here, the focus shifts to methods that help in achieving quantifiable improvements in your search engine marketing performance.</p>
<p>Some SEO tactics include user-friendly SEO optimized content, a well developed site structure, interlinking, and advance schema mark-up. Plus, ad strategies like using dynamic keyword insertion in your ads, conducting rigorous A/B testing, optimizing Google&#8217;s Display network, and employing bid management strategies which can prove highly beneficial.</p>
<p>Additionally, make sure to optimize your landing pages to improve conversion rates. A well-optimized landing page that matches the promise in the ad copy can significantly boost your ROI.</p>
<h2>Monitoring and Refining Your Search Engine Marketing Strategy for Maximum Performance</h2>
<p>Optimizing your SEM efforts doesn&#8217;t stop at implementing your strategy. It requires constant monitoring, testing, and tweaking. Analytics tools such as Google Analytics, <a href="https://ahrefs.com/" target="_blank" rel="noopener">Ahrefs</a>, and <a href="https://www.semrush.com/">SEMrush</a> can provide insightful data about your campaign performance. Pay close attention to metrics like click-through rate (CTR), cost per click (CPC), conversion rate, page-views, and return on investment (ROI). If you&#8217;re not seeing the expected results, don&#8217;t hesitate to modify your strategy. It&#8217;s important to remember that SEM is a dynamic field and staying agile is the key to maintaining a competitive edge.</p>
<p>Ultimately, leveraging SEM effectively is about combining a deep understanding of the fundamental mechanics, implementing advanced optimization techniques, and continually refining your strategy based on data-driven insights. The nature of SEM requires an ongoing commitment, but with the right approach and the right tools, you&#8217;ll be well-equipped to maximize your SEM performance and achieve your business goals.</p>
				  </div>
				  <div class="col-lg-auto">
					  <a href="https://www.atlantamarketingminds.com/consulting/" class="global-btn">Let's Grow Togther!</a>
				  </div>
			  </div>	
		  </div><!--section-more-content--> 
	
		<div class="divider"></div><!--divider-->
		 <div class="services-section">
	        <div class="services-info">
	            <div class="row clearfix justify-content-center">
				   		               

	            </div><!--row-->
	        </div><!--services-info-->
		  </div><!--services section-->			
			
        </div><!--inner-->

      </section>
	
<!--/get_started_section-->

	   
  	


<style>

    #cp-header #top-menu li a { color: #eeb313 !important; }

    #cp-header #top-menu li a:hover { color: #ffffff !important; }

    body.home div#cp-banner .cp-banner-content .banner-entry h1 { color: #FFF !important; }

    div#cp-header nav .nav-social li a { background: #FFF; }


</style>
<style type="text/css">
	.acf-map:after{
		display: none;	
	}
</style>

		
<style type="text/css">
	.acf-map:after{
		background: eeb31390;	
	}
</style>


<footer>
	<div id="footer">
    	<div class="inner">
			<div class="row justify-content-between">	  
	      		<div class="col-lg-5">
	      	  		<div class="footer-widget">
	      	  			<h3>About The Owner</h3>
	      	  			<p><p>Dexter Fulton&#8230; founder of <em>Atlanta Marketing Minds</em>, is a Google Ads Partner with <strong>advanced certifications</strong> in Search, Mobile, Display, and Video advertising. He has extreme knowledge in Search Engine Optimization <em>(Local &amp; National)</em>, Google Analytics, and Specializes in Social Media Customer Acquisition. In addition, he&#8217;s the co-owner of Top of the Line Turf Management, and has been performing SEM since 2008.</p>
</p>
		      	  		<ul class="footer-info">
		      	  				
		      	  				<li>
		      	  					<a href="tel:(706) 551-9901">
		      	  						<i class="fa fa-phone"></i> 
										(706) 551-9901									</a>
									</li>
								
		      	  					      	  				<li>
									<a href="mailto:team@atlantamarketingminds.com">
										<i class="fa fa-envelope"></i> 
										team@atlantamarketingminds.com							  		</a>
								</li>
									
								
		      	  				<li>
		      	  					<i class="fa fa-map-marker"></i> 
		      	  					3024 Meadowview Dr. SE #B, Atlanta, GA 30316		      	  				</li>
		      	  				
		      	  		</ul>      	  		
	      	  		</div>
	      	  	</div>
					      	  		<div class="col-lg-auto">
	      	  			<div class="footer-widget">
	      	  				<h3>Services</h3>					
							<ul><li id="menu-item-638" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-638"><a href="https://www.atlantamarketingminds.com/search-engine-optimization/">Search Engine Optimization</a></li>
<li id="menu-item-269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-269"><a href="https://www.atlantamarketingminds.com/google-ads/">Paid Advertising</a></li>
<li id="menu-item-272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-272"><a href="https://www.atlantamarketingminds.com/social-media-branding/">Social Media Branding</a></li>
<li id="menu-item-273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-273"><a href="https://www.atlantamarketingminds.com/website-design/">Website Design</a></li>
<li id="menu-item-270" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-270"><a href="https://www.atlantamarketingminds.com/reputation-marketing/">Reputation Marketing</a></li>
<li id="menu-item-268" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-268"><a href="https://www.atlantamarketingminds.com/blog/">Blog</a></li>
</ul>	      	  			</div>
	      	  		</div>
					
					      	  		<div class="col-lg-auto">
	      	  			<div class="footer-widget">
	      	  				<h3>Quick Links</h3>
							<ul><li id="menu-item-785" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-785"><a href="https://www.atlantamarketingminds.com/" aria-current="page">Home</a></li>
<li id="menu-item-781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-781"><a href="https://www.atlantamarketingminds.com/consulting/">Consulting</a></li>
<li id="menu-item-784" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-784"><a href="https://www.atlantamarketingminds.com/local-seo-audit/">SEO Audit</a></li>
<li id="menu-item-782" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-782"><a href="https://www.atlantamarketingminds.com/contact/">Contact</a></li>
<li id="menu-item-780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-780"><a rel="privacy-policy" href="https://www.atlantamarketingminds.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-783"><a href="https://www.atlantamarketingminds.com/terms-of-service/">Terms of Service</a></li>
</ul>	      	  			</div>	
	      	  		</div>	
								
	      	  	<div class="col-lg-auto">
	      	  		<div class="footer-widget footer-copyright">
	      	  			<a href="https://www.atlantamarketingminds.com">
					  			
								<img src="https://www.atlantamarketingminds.com/wp-content/uploads/2021/06/AtlantaMarketingMinds-Color-Logo.png" class="img-fluid"  />
					  									
						</a>
	      	  			<p>© Copyright 2024 Atlanta Marketing Minds. All Rights Reserved.	</p>
	      	  			<ul class="footer-social">
								      	      				<li><a href="https://www.facebook.com/AtlantaMarketingMinds" target="_blank"><i class="fa fa-facebook"></i></a></li>
								
								
								      	      				<li><a href="http://www.linkedin.com/in/atlantamarketingminds" target="_blank"><i class="fa fa-linkedin"></i></a></li>
								
								
								      	      				<li><a href="https://twitter.com/coachdexter" target="_blank"><i class="fa fa-twitter"></i></a></li>
								
								
								      	      				<li><a href="https://www.youtube.com/c/Atlantamarketingminds" target="_blank"><i class="fa fa-youtube"></i></a></li>
								
      	  	  	    	</ul>	
	      	  		</div>
	      	  	</div>	
	      	</div>    
 		</div>	
    </div>
</footer>
	  

	</div><!--wrapper-->  

	<a class="scroll backtotop" href="#cp-wrapper"><i class="fa fa-angle-up"></i></a>

    <!-- Include all compiled plugins (below), or include individual files as needed -->
    <!-- <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/popper.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/bootstrap.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/imagesloaded.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/isotope.pkgd.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/lightbox.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/owl.carousel.min.js"></script> 
    <script type="rocketlazyloadscript" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/script.js"></script> -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/home-services-jackpot-theme-child/*","/wp-content/themes/homeservicesjackpottheme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies to improve and customize your experience if you continue to browse. Is it OK if we also use cookies to show you personalized ads?</br><div class="wt-cli-ccpa-element"> <a style="color:#333333" class="wt-cli-ccpa-opt-out">Do not sell my personal information</a>.</div></div><div class="cli-bar-btn_container"><a role="button" class="medium cli-plugin-button cli-plugin-main-button cli_settings_button" style="margin:0px 10px 0px 5px">Cookie Settings</a><a role="button" data-cli_action="accept" id="cookie_action_close_header" class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button wt-cli-accept-btn" style="display:inline-block">Accept</a></div></div></span></div><div id="cookie-law-info-again" style="display:none" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
  <div class="cli-modal-dialog" role="document">
	<div class="cli-modal-content cli-bar-popup">
		  <button type="button" class="cli-modal-close" id="cliModalClose">
			<svg class="" viewbox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
			<span class="wt-cli-sr-only">Close</span>
		  </button>
		  <div class="cli-modal-body">
			<div class="cli-container-fluid cli-tab-container">
	<div class="cli-row">
		<div class="cli-col-12 cli-align-items-stretch cli-px-0">
			<div class="cli-privacy-overview">
				<h4>Privacy Overview</h4>				<div class="cli-privacy-content">
					<div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div>
				</div>
				<a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a>			</div>
		</div>
		<div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container">
												<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab">
								Necessary							</a>
																						<div class="wt-cli-necessary-checkbox">
									<input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" />
									<label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label>
								</div>
								<span class="cli-necessary-caption">Always Enabled</span>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="necessary">
								<div class="wt-cli-cookie-description">
									Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
<table class="cookielawinfo-row-cat-table cookielawinfo-winter"><thead><tr><th class="cookielawinfo-column-1">Cookie</th><th class="cookielawinfo-column-3">Duration</th><th class="cookielawinfo-column-4">Description</th></tr></thead><tbody><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-analytics</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-functional</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-necessary</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-others</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-performance</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">viewed_cookie_policy</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.</td></tr></tbody></table>								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="functional" data-toggle="cli-toggle-tab">
								Functional							</a>
																						<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-functional" class="cli-user-preference-checkbox" data-id="checkbox-functional" />
									<label for="wt-cli-checkbox-functional" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Functional</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="functional">
								<div class="wt-cli-cookie-description">
									Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="performance" data-toggle="cli-toggle-tab">
								Performance							</a>
																						<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-performance" class="cli-user-preference-checkbox" data-id="checkbox-performance" />
									<label for="wt-cli-checkbox-performance" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Performance</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="performance">
								<div class="wt-cli-cookie-description">
									Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="analytics" data-toggle="cli-toggle-tab">
								Analytics							</a>
																						<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-analytics" class="cli-user-preference-checkbox" data-id="checkbox-analytics" />
									<label for="wt-cli-checkbox-analytics" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Analytics</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="analytics">
								<div class="wt-cli-cookie-description">
									Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="advertisement" data-toggle="cli-toggle-tab">
								Advertisement							</a>
																						<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-advertisement" class="cli-user-preference-checkbox" data-id="checkbox-advertisement" />
									<label for="wt-cli-checkbox-advertisement" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Advertisement</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="advertisement">
								<div class="wt-cli-cookie-description">
									Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
								</div>
							</div>
						</div>
					</div>
																	<div class="cli-tab-section">
						<div class="cli-tab-header">
							<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="others" data-toggle="cli-toggle-tab">
								Others							</a>
																						<div class="cli-switch">
									<input type="checkbox" id="wt-cli-checkbox-others" class="cli-user-preference-checkbox" data-id="checkbox-others" />
									<label for="wt-cli-checkbox-others" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Others</span></label>
								</div>
													</div>
						<div class="cli-tab-content">
							<div class="cli-tab-pane cli-fade" data-id="others">
								<div class="wt-cli-cookie-description">
									Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
								</div>
							</div>
						</div>
					</div>
										</div>
	</div>
</div>
		  </div>
		  <div class="cli-modal-footer">
			<div class="wt-cli-element cli-container-fluid cli-tab-container">
				<div class="cli-row">
					<div class="cli-col-12 cli-align-items-stretch cli-px-0">
						<div class="cli-tab-footer wt-cli-privacy-overview-actions">
						
															<a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE &amp; ACCEPT</a>
													</div>
						
					</div>
				</div>
			</div>
		</div>
	</div>
  </div>
</div>
<div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
<div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
<!--googleon: all--><script src="data:text/javascript;base64,dmFyIGtwZGV0ZWN0ZGVsYXlqcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ3NjcmlwdFt0eXBlPSJyb2NrZXRsYXp5bG9hZHNjcmlwdCJdJykubGVuZ3RoO2lmIChrcGRldGVjdGRlbGF5anMgPj0gMSl7Y2xhc3Mga3Bzb0V4ZWN1dGVTY3JpcHRzIGV4dGVuZHMgUm9ja2V0TGF6eUxvYWRTY3JpcHRze3N0YXRpYyBrcHNvRmlyZSgpe2lmKG5hdmlnYXRvci51c2VyQWdlbnQubWF0Y2goLzExNy4wLjAuMHwxMTkuMC4wLjB8bWV0cml4fHBpbmd8ZGFyZXxwdHN0L2kpKXt2YXIgZT1uZXcgUm9ja2V0TGF6eUxvYWRTY3JpcHRzKFsia2V5ZG93biIsIm1vdXNlb3ZlciIsInRvdWNobW92ZSIsInRvdWNoc3RhcnQiLCJ0b3VjaGVuZCIsInRvdWNoY2FuY2VsIiwidG91Y2hmb3JjZWNoYW5nZSIsIndoZWVsIl0pO31lbHNle3ZhciBlPW5ldyBSb2NrZXRMYXp5TG9hZFNjcmlwdHMoWyJsb2FkIl0pO31lLl9hZGRVc2VySW50ZXJhY3Rpb25MaXN0ZW5lcihlKTt9fWtwc29FeGVjdXRlU2NyaXB0cy5rcHNvRmlyZSgpO30=" id="mLQFAVgBhg"></script>
	<script id="cz8MjVA6ko" async src="data:text/javascript;base64,aWYobmF2aWdhdG9yLnVzZXJBZ2VudC5tYXRjaCgvMTE3LjAuMC4wfDExOS4wLjAuMHxtZXRyaXh8cGluZ3xkYXJlfHB0c3QvaSkpe3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImtleWRvd24iLCJtb3VzZW92ZXIiLCJ0b3VjaG1vdmUiLCJ0b3VjaHN0YXJ0IiwidG91Y2hlbmQiLCJ0b3VjaGNhbmNlbCIsInRvdWNoZm9yY2VjaGFuZ2UiLCJ3aGVlbCJdO31lbHNle3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImxvYWQiXTt9a3BVc2VySW50ZXJhY3Rpb25FdmVudHMuZm9yRWFjaChmdW5jdGlvbihldmVudCl7d2luZG93LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnQsa3BUcmlnZ2VyU2NyaXB0TG9hZGVyLHtwYXNzaXZlOnRydWV9KX0pO2Z1bmN0aW9uIGtwVHJpZ2dlclNjcmlwdExvYWRlcigpe2h3dExITG9jUkY2a3UzTygpO2twVXNlckludGVyYWN0aW9uRXZlbnRzLmZvckVhY2goZnVuY3Rpb24oZXZlbnQpe3dpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKGV2ZW50LGtwVHJpZ2dlclNjcmlwdExvYWRlcix7cGFzc2l2ZTp0cnVlfSl9KTt9ZnVuY3Rpb24gaHd0TEhMb2NSRjZrdTNPKCl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgibGlua1tkYXRhLXR5cGU9J2twcGFzc2l2ZSddIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgiaHJlZiIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BsaW5raHJlZiIpKX0pO3NldFRpbWVvdXQoZnVuY3Rpb24oKXtkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCJzY3JpcHRbZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpLmZvckVhY2goZnVuY3Rpb24oZWxlbSl7ZWxlbS5zZXRBdHRyaWJ1dGUoInNyYyIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BzY3JpcHRzcmMiKSl9KTt9LDIwMCk7aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpKXtpZihkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCJ2aWRlb1tkYXRhLWtwdmlkZW9zcmNdIikpe2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoInZpZGVvW2RhdGEta3B2aWRlb3NyY10iKS5mb3JFYWNoKGZ1bmN0aW9uKGVsZW0pe2VsZW0uc2V0QXR0cmlidXRlKCJzcmMiLGVsZW0uZ2V0QXR0cmlidXRlKCJkYXRhLWtwdmlkZW9zcmMiKSl9KTt9aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSBzb3VyY2UiKSl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXTpub3QoW2RhdGEta3B2aWRlb3NyY10pIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgic3JjIixlbGVtLmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzb3VyY2UnKVswXS5nZXRBdHRyaWJ1dGUoImRhdGEta3B2aWRlb3NyYyIpKX0pO319fQ=="></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}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://www.atlantamarketingminds.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</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();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script id="twentyseventeen-skip-link-focus-fix-js-extra">
var twentyseventeenScreenReaderText = {"quote":"\u003Csvg class=\"icon icon-quote-right\" aria-hidden=\"true\" role=\"img\"\u003E \u003Cuse href=\"#icon-quote-right\" xlink:href=\"#icon-quote-right\"\u003E\u003C/use\u003E \u003C/svg\u003E","expand":"Expand child menu","collapse":"Collapse child menu","icon":"\u003Csvg class=\"icon icon-angle-down\" aria-hidden=\"true\" role=\"img\"\u003E \u003Cuse href=\"#icon-angle-down\" xlink:href=\"#icon-angle-down\"\u003E\u003C/use\u003E \u003Cspan class=\"svg-fallback icon-angle-down\"\u003E\u003C/span\u003E\u003C/svg\u003E"};
//# sourceURL=twentyseventeen-skip-link-focus-fix-js-extra
</script>
<script type="rocketlazyloadscript" id="twentyseventeen-skip-link-focus-fix-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/assets/js/skip-link-focus-fix.js?ver=1.0"></script>
<script type="rocketlazyloadscript" id="twentyseventeen-navigation-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/assets/js/navigation.js?ver=1.0"></script>
<script type="rocketlazyloadscript" id="twentyseventeen-global-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/assets/js/global.js?ver=1.0"></script>
<script type="rocketlazyloadscript" id="jquery-scrollto-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/assets/js/jquery.scrollTo.js?ver=2.1.2"></script>
<script type="rocketlazyloadscript" id="popper-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/popper.min.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript" id="bootstrap-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/bootstrap.min.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript" id="imagesloaded-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script>
<script type="rocketlazyloadscript" id="isotope-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/isotope.pkgd.min.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript" id="lightbox-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/lightbox.min.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript" id="carousel-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/owl.carousel.min.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript" id="script-js" data-rocket-src="https://www.atlantamarketingminds.com/wp-content/themes/homeservicesjackpottheme/npm/js/script.js?1780306864&#038;ver=7.0"></script>
<script type="rocketlazyloadscript">
acf.data = {"select2L10n":{"matches_1":"One result is available, press enter to select it.","matches_n":"%d results are available, use up and down arrow keys to navigate.","matches_0":"No matches found","input_too_short_1":"Please enter 1 or more characters","input_too_short_n":"Please enter %d or more characters","input_too_long_1":"Please delete 1 character","input_too_long_n":"Please delete %d characters","selection_too_long_1":"You can only select 1 item","selection_too_long_n":"You can only select %d items","load_more":"Loading more results&hellip;","searching":"Searching&hellip;","load_fail":"Loading failed"},"google_map_api":"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyCWXKXfmeQX9o2WDHdwWh5Si4M8ccmoTD4&libraries=places&ver=3&callback=Function.prototype&language=en_US","datePickerL10n":{"closeText":"Done","currentText":"Today","nextText":"Next","prevText":"Prev","weekHeader":"Wk","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesMin":["S","M","T","W","T","F","S"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"dateTimePickerL10n":{"timeOnlyTitle":"Choose Time","timeText":"Time","hourText":"Hour","minuteText":"Minute","secondText":"Second","millisecText":"Millisecond","microsecText":"Microsecond","timezoneText":"Time Zone","currentText":"Now","closeText":"Done","selectText":"Select","amNames":["AM","A"],"pmNames":["PM","P"]},"colorPickerL10n":{"hex_string":"Hex String","rgba_string":"RGBA String"},"mimeTypeIcon":"https:\/\/www.atlantamarketingminds.com\/wp-includes\/images\/media\/default.png","mimeTypes":{"jpg|jpeg|jpe":"image\/jpeg","gif":"image\/gif","png":"image\/png","bmp":"image\/bmp","tiff|tif":"image\/tiff","webp":"image\/webp","avif":"image\/avif","ico":"image\/x-icon","heic":"image\/heic","heif":"image\/heif","heics":"image\/heic-sequence","heifs":"image\/heif-sequence","asf|asx":"video\/x-ms-asf","wmv":"video\/x-ms-wmv","wmx":"video\/x-ms-wmx","wm":"video\/x-ms-wm","avi":"video\/avi","divx":"video\/divx","flv":"video\/x-flv","mov|qt":"video\/quicktime","mpeg|mpg|mpe":"video\/mpeg","mp4|m4v":"video\/mp4","ogv":"video\/ogg","webm":"video\/webm","mkv":"video\/x-matroska","3gp|3gpp":"video\/3gpp","3g2|3gp2":"video\/3gpp2","txt|asc|c|cc|h|srt":"text\/plain","csv":"text\/csv","tsv":"text\/tab-separated-values","ics":"text\/calendar","rtx":"text\/richtext","css":"text\/css","vtt":"text\/vtt","dfxp":"application\/ttaf+xml","mp3|m4a|m4b":"audio\/mpeg","aac":"audio\/aac","ra|ram":"audio\/x-realaudio","wav|x-wav":"audio\/wav","ogg|oga":"audio\/ogg","flac":"audio\/flac","mid|midi":"audio\/midi","wma":"audio\/x-ms-wma","wax":"audio\/x-ms-wax","mka":"audio\/x-matroska","rtf":"application\/rtf","pdf":"application\/pdf","class":"application\/java","tar":"application\/x-tar","zip":"application\/zip","gz|gzip":"application\/x-gzip","rar":"application\/rar","7z":"application\/x-7z-compressed","psd":"application\/octet-stream","xcf":"application\/octet-stream","doc":"application\/msword","pot|pps|ppt":"application\/vnd.ms-powerpoint","wri":"application\/vnd.ms-write","xla|xls|xlt|xlw":"application\/vnd.ms-excel","mdb":"application\/vnd.ms-access","mpp":"application\/vnd.ms-project","docx":"application\/vnd.openxmlformats-officedocument.wordprocessingml.document","docm":"application\/vnd.ms-word.document.macroEnabled.12","dotx":"application\/vnd.openxmlformats-officedocument.wordprocessingml.template","dotm":"application\/vnd.ms-word.template.macroEnabled.12","xlsx":"application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet","xlsm":"application\/vnd.ms-excel.sheet.macroEnabled.12","xlsb":"application\/vnd.ms-excel.sheet.binary.macroEnabled.12","xltx":"application\/vnd.openxmlformats-officedocument.spreadsheetml.template","xltm":"application\/vnd.ms-excel.template.macroEnabled.12","xlam":"application\/vnd.ms-excel.addin.macroEnabled.12","pptx":"application\/vnd.openxmlformats-officedocument.presentationml.presentation","pptm":"application\/vnd.ms-powerpoint.presentation.macroEnabled.12","ppsx":"application\/vnd.openxmlformats-officedocument.presentationml.slideshow","ppsm":"application\/vnd.ms-powerpoint.slideshow.macroEnabled.12","potx":"application\/vnd.openxmlformats-officedocument.presentationml.template","potm":"application\/vnd.ms-powerpoint.template.macroEnabled.12","ppam":"application\/vnd.ms-powerpoint.addin.macroEnabled.12","sldx":"application\/vnd.openxmlformats-officedocument.presentationml.slide","sldm":"application\/vnd.ms-powerpoint.slide.macroEnabled.12","onetoc|onetoc2|onetmp|onepkg":"application\/onenote","oxps":"application\/oxps","xps":"application\/vnd.ms-xpsdocument","odt":"application\/vnd.oasis.opendocument.text","odp":"application\/vnd.oasis.opendocument.presentation","ods":"application\/vnd.oasis.opendocument.spreadsheet","odg":"application\/vnd.oasis.opendocument.graphics","odc":"application\/vnd.oasis.opendocument.chart","odb":"application\/vnd.oasis.opendocument.database","odf":"application\/vnd.oasis.opendocument.formula","wp|wpd":"application\/wordperfect","key":"application\/vnd.apple.keynote","numbers":"application\/vnd.apple.numbers","pages":"application\/vnd.apple.pages"},"admin_url":"https:\/\/www.atlantamarketingminds.com\/wp-admin\/","ajaxurl":"https:\/\/www.atlantamarketingminds.com\/wp-admin\/admin-ajax.php","nonce":"3b9e15852f","acf_version":"6.2.1.1","wp_version":"7.0","browser":"","locale":"en_US","rtl":false,"screen":"acf_form","post_id":"new_post","validation":true,"editor":"classic","is_pro":true};
</script>
<script type="rocketlazyloadscript">
acf.l10n = {"acf_code_field":{"error":"Error! Please enter a higher value"}};
</script>
<script type="rocketlazyloadscript">
acf.doAction( 'prepare' );
</script>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-behance" viewbox="0 0 37 32">
<path class="path1" d="M33 6.054h-9.125v2.214h9.125v-2.214zM28.5 13.661q-1.607 0-2.607 0.938t-1.107 2.545h7.286q-0.321-3.482-3.571-3.482zM28.786 24.107q1.125 0 2.179-0.571t1.357-1.554h3.946q-1.786 5.482-7.625 5.482-3.821 0-6.080-2.357t-2.259-6.196q0-3.714 2.33-6.17t6.009-2.455q2.464 0 4.295 1.214t2.732 3.196 0.902 4.429q0 0.304-0.036 0.839h-11.75q0 1.982 1.027 3.063t2.973 1.080zM4.946 23.214h5.286q3.661 0 3.661-2.982 0-3.214-3.554-3.214h-5.393v6.196zM4.946 13.625h5.018q1.393 0 2.205-0.652t0.813-2.027q0-2.571-3.393-2.571h-4.643v5.25zM0 4.536h10.607q1.554 0 2.768 0.25t2.259 0.848 1.607 1.723 0.563 2.75q0 3.232-3.071 4.696 2.036 0.571 3.071 2.054t1.036 3.643q0 1.339-0.438 2.438t-1.179 1.848-1.759 1.268-2.161 0.75-2.393 0.232h-10.911v-22.5z"></path>
</symbol>
<symbol id="icon-deviantart" viewbox="0 0 18 32">
<path class="path1" d="M18.286 5.411l-5.411 10.393 0.429 0.554h4.982v7.411h-9.054l-0.786 0.536-2.536 4.875-0.536 0.536h-5.375v-5.411l5.411-10.411-0.429-0.536h-4.982v-7.411h9.054l0.786-0.536 2.536-4.875 0.536-0.536h5.375v5.411z"></path>
</symbol>
<symbol id="icon-medium" viewbox="0 0 32 32">
<path class="path1" d="M10.661 7.518v20.946q0 0.446-0.223 0.759t-0.652 0.313q-0.304 0-0.589-0.143l-8.304-4.161q-0.375-0.179-0.634-0.598t-0.259-0.83v-20.357q0-0.357 0.179-0.607t0.518-0.25q0.25 0 0.786 0.268l9.125 4.571q0.054 0.054 0.054 0.089zM11.804 9.321l9.536 15.464-9.536-4.75v-10.714zM32 9.643v18.821q0 0.446-0.25 0.723t-0.679 0.277-0.839-0.232l-7.875-3.929zM31.946 7.5q0 0.054-4.58 7.491t-5.366 8.705l-6.964-11.321 5.786-9.411q0.304-0.5 0.929-0.5 0.25 0 0.464 0.107l9.661 4.821q0.071 0.036 0.071 0.107z"></path>
</symbol>
<symbol id="icon-slideshare" viewbox="0 0 32 32">
<path class="path1" d="M15.589 13.214q0 1.482-1.134 2.545t-2.723 1.063-2.723-1.063-1.134-2.545q0-1.5 1.134-2.554t2.723-1.054 2.723 1.054 1.134 2.554zM24.554 13.214q0 1.482-1.125 2.545t-2.732 1.063q-1.589 0-2.723-1.063t-1.134-2.545q0-1.5 1.134-2.554t2.723-1.054q1.607 0 2.732 1.054t1.125 2.554zM28.571 16.429v-11.911q0-1.554-0.571-2.205t-1.982-0.652h-19.857q-1.482 0-2.009 0.607t-0.527 2.25v12.018q0.768 0.411 1.58 0.714t1.446 0.5 1.446 0.33 1.268 0.196 1.25 0.071 1.045 0.009 1.009-0.036 0.795-0.036q1.214-0.018 1.696 0.482 0.107 0.107 0.179 0.161 0.464 0.446 1.089 0.911 0.125-1.625 2.107-1.554 0.089 0 0.652 0.027t0.768 0.036 0.813 0.018 0.946-0.018 0.973-0.080 1.089-0.152 1.107-0.241 1.196-0.348 1.205-0.482 1.286-0.616zM31.482 16.339q-2.161 2.661-6.643 4.5 1.5 5.089-0.411 8.304-1.179 2.018-3.268 2.643-1.857 0.571-3.25-0.268-1.536-0.911-1.464-2.929l-0.018-5.821v-0.018q-0.143-0.036-0.438-0.107t-0.42-0.089l-0.018 6.036q0.071 2.036-1.482 2.929-1.411 0.839-3.268 0.268-2.089-0.643-3.25-2.679-1.875-3.214-0.393-8.268-4.482-1.839-6.643-4.5-0.446-0.661-0.071-1.125t1.071 0.018q0.054 0.036 0.196 0.125t0.196 0.143v-12.393q0-1.286 0.839-2.196t2.036-0.911h22.446q1.196 0 2.036 0.911t0.839 2.196v12.393l0.375-0.268q0.696-0.482 1.071-0.018t-0.071 1.125z"></path>
</symbol>
<symbol id="icon-snapchat-ghost" viewbox="0 0 30 32">
<path class="path1" d="M15.143 2.286q2.393-0.018 4.295 1.223t2.92 3.438q0.482 1.036 0.482 3.196 0 0.839-0.161 3.411 0.25 0.125 0.5 0.125 0.321 0 0.911-0.241t0.911-0.241q0.518 0 1 0.321t0.482 0.821q0 0.571-0.563 0.964t-1.232 0.563-1.232 0.518-0.563 0.848q0 0.268 0.214 0.768 0.661 1.464 1.83 2.679t2.58 1.804q0.5 0.214 1.429 0.411 0.5 0.107 0.5 0.625 0 1.25-3.911 1.839-0.125 0.196-0.196 0.696t-0.25 0.83-0.589 0.33q-0.357 0-1.107-0.116t-1.143-0.116q-0.661 0-1.107 0.089-0.571 0.089-1.125 0.402t-1.036 0.679-1.036 0.723-1.357 0.598-1.768 0.241q-0.929 0-1.723-0.241t-1.339-0.598-1.027-0.723-1.036-0.679-1.107-0.402q-0.464-0.089-1.125-0.089-0.429 0-1.17 0.134t-1.045 0.134q-0.446 0-0.625-0.33t-0.25-0.848-0.196-0.714q-3.911-0.589-3.911-1.839 0-0.518 0.5-0.625 0.929-0.196 1.429-0.411 1.393-0.571 2.58-1.804t1.83-2.679q0.214-0.5 0.214-0.768 0-0.5-0.563-0.848t-1.241-0.527-1.241-0.563-0.563-0.938q0-0.482 0.464-0.813t0.982-0.33q0.268 0 0.857 0.232t0.946 0.232q0.321 0 0.571-0.125-0.161-2.536-0.161-3.393 0-2.179 0.482-3.214 1.143-2.446 3.071-3.536t4.714-1.125z"></path>
</symbol>
<symbol id="icon-yelp" viewbox="0 0 27 32">
<path class="path1" d="M13.804 23.554v2.268q-0.018 5.214-0.107 5.446-0.214 0.571-0.911 0.714-0.964 0.161-3.241-0.679t-2.902-1.589q-0.232-0.268-0.304-0.643-0.018-0.214 0.071-0.464 0.071-0.179 0.607-0.839t3.232-3.857q0.018 0 1.071-1.25 0.268-0.339 0.705-0.438t0.884 0.063q0.429 0.179 0.67 0.518t0.223 0.75zM11.143 19.071q-0.054 0.982-0.929 1.25l-2.143 0.696q-4.911 1.571-5.214 1.571-0.625-0.036-0.964-0.643-0.214-0.446-0.304-1.339-0.143-1.357 0.018-2.973t0.536-2.223 1-0.571q0.232 0 3.607 1.375 1.25 0.518 2.054 0.839l1.5 0.607q0.411 0.161 0.634 0.545t0.205 0.866zM25.893 24.375q-0.125 0.964-1.634 2.875t-2.42 2.268q-0.661 0.25-1.125-0.125-0.25-0.179-3.286-5.125l-0.839-1.375q-0.25-0.375-0.205-0.821t0.348-0.821q0.625-0.768 1.482-0.464 0.018 0.018 2.125 0.714 3.625 1.179 4.321 1.42t0.839 0.366q0.5 0.393 0.393 1.089zM13.893 13.089q0.089 1.821-0.964 2.179-1.036 0.304-2.036-1.268l-6.75-10.679q-0.143-0.625 0.339-1.107 0.732-0.768 3.705-1.598t4.009-0.563q0.714 0.179 0.875 0.804 0.054 0.321 0.393 5.455t0.429 6.777zM25.714 15.018q0.054 0.696-0.464 1.054-0.268 0.179-5.875 1.536-1.196 0.268-1.625 0.411l0.018-0.036q-0.411 0.107-0.821-0.071t-0.661-0.571q-0.536-0.839 0-1.554 0.018-0.018 1.339-1.821 2.232-3.054 2.679-3.643t0.607-0.696q0.5-0.339 1.161-0.036 0.857 0.411 2.196 2.384t1.446 2.991v0.054z"></path>
</symbol>
<symbol id="icon-vine" viewbox="0 0 27 32">
<path class="path1" d="M26.732 14.768v3.536q-1.804 0.411-3.536 0.411-1.161 2.429-2.955 4.839t-3.241 3.848-2.286 1.902q-1.429 0.804-2.893-0.054-0.5-0.304-1.080-0.777t-1.518-1.491-1.83-2.295-1.92-3.286-1.884-4.357-1.634-5.616-1.259-6.964h5.054q0.464 3.893 1.25 7.116t1.866 5.661 2.17 4.205 2.5 3.482q3.018-3.018 5.125-7.25-2.536-1.286-3.982-3.929t-1.446-5.946q0-3.429 1.857-5.616t5.071-2.188q3.179 0 4.875 1.884t1.696 5.313q0 2.839-1.036 5.107-0.125 0.018-0.348 0.054t-0.821 0.036-1.125-0.107-1.107-0.455-0.902-0.92q0.554-1.839 0.554-3.286 0-1.554-0.518-2.357t-1.411-0.804q-0.946 0-1.518 0.884t-0.571 2.509q0 3.321 1.875 5.241t4.768 1.92q1.107 0 2.161-0.25z"></path>
</symbol>
<symbol id="icon-vk" viewbox="0 0 35 32">
<path class="path1" d="M34.232 9.286q0.411 1.143-2.679 5.25-0.429 0.571-1.161 1.518-1.393 1.786-1.607 2.339-0.304 0.732 0.25 1.446 0.304 0.375 1.446 1.464h0.018l0.071 0.071q2.518 2.339 3.411 3.946 0.054 0.089 0.116 0.223t0.125 0.473-0.009 0.607-0.446 0.491-1.054 0.223l-4.571 0.071q-0.429 0.089-1-0.089t-0.929-0.393l-0.357-0.214q-0.536-0.375-1.25-1.143t-1.223-1.384-1.089-1.036-1.009-0.277q-0.054 0.018-0.143 0.063t-0.304 0.259-0.384 0.527-0.304 0.929-0.116 1.384q0 0.268-0.063 0.491t-0.134 0.33l-0.071 0.089q-0.321 0.339-0.946 0.393h-2.054q-1.268 0.071-2.607-0.295t-2.348-0.946-1.839-1.179-1.259-1.027l-0.446-0.429q-0.179-0.179-0.491-0.536t-1.277-1.625-1.893-2.696-2.188-3.768-2.33-4.857q-0.107-0.286-0.107-0.482t0.054-0.286l0.071-0.107q0.268-0.339 1.018-0.339l4.893-0.036q0.214 0.036 0.411 0.116t0.286 0.152l0.089 0.054q0.286 0.196 0.429 0.571 0.357 0.893 0.821 1.848t0.732 1.455l0.286 0.518q0.518 1.071 1 1.857t0.866 1.223 0.741 0.688 0.607 0.25 0.482-0.089q0.036-0.018 0.089-0.089t0.214-0.393 0.241-0.839 0.17-1.446 0-2.232q-0.036-0.714-0.161-1.304t-0.25-0.821l-0.107-0.214q-0.446-0.607-1.518-0.768-0.232-0.036 0.089-0.429 0.304-0.339 0.679-0.536 0.946-0.464 4.268-0.429 1.464 0.018 2.411 0.232 0.357 0.089 0.598 0.241t0.366 0.429 0.188 0.571 0.063 0.813-0.018 0.982-0.045 1.259-0.027 1.473q0 0.196-0.018 0.75t-0.009 0.857 0.063 0.723 0.205 0.696 0.402 0.438q0.143 0.036 0.304 0.071t0.464-0.196 0.679-0.616 0.929-1.196 1.214-1.92q1.071-1.857 1.911-4.018 0.071-0.179 0.179-0.313t0.196-0.188l0.071-0.054 0.089-0.045t0.232-0.054 0.357-0.009l5.143-0.036q0.696-0.089 1.143 0.045t0.554 0.295z"></path>
</symbol>
<symbol id="icon-search" viewbox="0 0 30 32">
<path class="path1" d="M20.571 14.857q0-3.304-2.348-5.652t-5.652-2.348-5.652 2.348-2.348 5.652 2.348 5.652 5.652 2.348 5.652-2.348 2.348-5.652zM29.714 29.714q0 0.929-0.679 1.607t-1.607 0.679q-0.964 0-1.607-0.679l-6.125-6.107q-3.196 2.214-7.125 2.214-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884 0.991-4.884 2.679-4.018 4.018-2.679 4.884-0.991 4.884 0.991 4.018 2.679 2.679 4.018 0.991 4.884q0 3.929-2.214 7.125l6.125 6.125q0.661 0.661 0.661 1.607z"></path>
</symbol>
<symbol id="icon-envelope-o" viewbox="0 0 32 32">
<path class="path1" d="M29.714 26.857v-13.714q-0.571 0.643-1.232 1.179-4.786 3.679-7.607 6.036-0.911 0.768-1.482 1.196t-1.545 0.866-1.83 0.438h-0.036q-0.857 0-1.83-0.438t-1.545-0.866-1.482-1.196q-2.821-2.357-7.607-6.036-0.661-0.536-1.232-1.179v13.714q0 0.232 0.17 0.402t0.402 0.17h26.286q0.232 0 0.402-0.17t0.17-0.402zM29.714 8.089v-0.438t-0.009-0.232-0.054-0.223-0.098-0.161-0.161-0.134-0.25-0.045h-26.286q-0.232 0-0.402 0.17t-0.17 0.402q0 3 2.625 5.071 3.446 2.714 7.161 5.661 0.107 0.089 0.625 0.527t0.821 0.67 0.795 0.563 0.902 0.491 0.768 0.161h0.036q0.357 0 0.768-0.161t0.902-0.491 0.795-0.563 0.821-0.67 0.625-0.527q3.714-2.946 7.161-5.661 0.964-0.768 1.795-2.063t0.83-2.348zM32 7.429v19.429q0 1.179-0.839 2.018t-2.018 0.839h-26.286q-1.179 0-2.018-0.839t-0.839-2.018v-19.429q0-1.179 0.839-2.018t2.018-0.839h26.286q1.179 0 2.018 0.839t0.839 2.018z"></path>
</symbol>
<symbol id="icon-close" viewbox="0 0 25 32">
<path class="path1" d="M23.179 23.607q0 0.714-0.5 1.214l-2.429 2.429q-0.5 0.5-1.214 0.5t-1.214-0.5l-5.25-5.25-5.25 5.25q-0.5 0.5-1.214 0.5t-1.214-0.5l-2.429-2.429q-0.5-0.5-0.5-1.214t0.5-1.214l5.25-5.25-5.25-5.25q-0.5-0.5-0.5-1.214t0.5-1.214l2.429-2.429q0.5-0.5 1.214-0.5t1.214 0.5l5.25 5.25 5.25-5.25q0.5-0.5 1.214-0.5t1.214 0.5l2.429 2.429q0.5 0.5 0.5 1.214t-0.5 1.214l-5.25 5.25 5.25 5.25q0.5 0.5 0.5 1.214z"></path>
</symbol>
<symbol id="icon-angle-down" viewbox="0 0 21 32">
<path class="path1" d="M19.196 13.143q0 0.232-0.179 0.411l-8.321 8.321q-0.179 0.179-0.411 0.179t-0.411-0.179l-8.321-8.321q-0.179-0.179-0.179-0.411t0.179-0.411l0.893-0.893q0.179-0.179 0.411-0.179t0.411 0.179l7.018 7.018 7.018-7.018q0.179-0.179 0.411-0.179t0.411 0.179l0.893 0.893q0.179 0.179 0.179 0.411z"></path>
</symbol>
<symbol id="icon-folder-open" viewbox="0 0 34 32">
<path class="path1" d="M33.554 17q0 0.554-0.554 1.179l-6 7.071q-0.768 0.911-2.152 1.545t-2.563 0.634h-19.429q-0.607 0-1.080-0.232t-0.473-0.768q0-0.554 0.554-1.179l6-7.071q0.768-0.911 2.152-1.545t2.563-0.634h19.429q0.607 0 1.080 0.232t0.473 0.768zM27.429 10.857v2.857h-14.857q-1.679 0-3.518 0.848t-2.929 2.134l-6.107 7.179q0-0.071-0.009-0.223t-0.009-0.223v-17.143q0-1.643 1.179-2.821t2.821-1.179h5.714q1.643 0 2.821 1.179t1.179 2.821v0.571h9.714q1.643 0 2.821 1.179t1.179 2.821z"></path>
</symbol>
<symbol id="icon-twitter" viewbox="0 0 30 32">
<path class="path1" d="M28.929 7.286q-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.437-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589 0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893z"></path>
</symbol>
<symbol id="icon-facebook" viewbox="0 0 19 32">
<path class="path1" d="M17.125 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214z"></path>
</symbol>
<symbol id="icon-github" viewbox="0 0 27 32">
<path class="path1" d="M13.714 2.286q3.732 0 6.884 1.839t4.991 4.991 1.839 6.884q0 4.482-2.616 8.063t-6.759 4.955q-0.482 0.089-0.714-0.125t-0.232-0.536q0-0.054 0.009-1.366t0.009-2.402q0-1.732-0.929-2.536 1.018-0.107 1.83-0.321t1.679-0.696 1.446-1.188 0.946-1.875 0.366-2.688q0-2.125-1.411-3.679 0.661-1.625-0.143-3.643-0.5-0.161-1.446 0.196t-1.643 0.786l-0.679 0.429q-1.661-0.464-3.429-0.464t-3.429 0.464q-0.286-0.196-0.759-0.482t-1.491-0.688-1.518-0.241q-0.804 2.018-0.143 3.643-1.411 1.554-1.411 3.679 0 1.518 0.366 2.679t0.938 1.875 1.438 1.196 1.679 0.696 1.83 0.321q-0.696 0.643-0.875 1.839-0.375 0.179-0.804 0.268t-1.018 0.089-1.17-0.384-0.991-1.116q-0.339-0.571-0.866-0.929t-0.884-0.429l-0.357-0.054q-0.375 0-0.518 0.080t-0.089 0.205 0.161 0.25 0.232 0.214l0.125 0.089q0.393 0.179 0.777 0.679t0.563 0.911l0.179 0.411q0.232 0.679 0.786 1.098t1.196 0.536 1.241 0.125 0.991-0.063l0.411-0.071q0 0.679 0.009 1.58t0.009 0.973q0 0.321-0.232 0.536t-0.714 0.125q-4.143-1.375-6.759-4.955t-2.616-8.063q0-3.732 1.839-6.884t4.991-4.991 6.884-1.839zM5.196 21.982q0.054-0.125-0.125-0.214-0.179-0.054-0.232 0.036-0.054 0.125 0.125 0.214 0.161 0.107 0.232-0.036zM5.75 22.589q0.125-0.089-0.036-0.286-0.179-0.161-0.286-0.054-0.125 0.089 0.036 0.286 0.179 0.179 0.286 0.054zM6.286 23.393q0.161-0.125 0-0.339-0.143-0.232-0.304-0.107-0.161 0.089 0 0.321t0.304 0.125zM7.036 24.143q0.143-0.143-0.071-0.339-0.214-0.214-0.357-0.054-0.161 0.143 0.071 0.339 0.214 0.214 0.357 0.054zM8.054 24.589q0.054-0.196-0.232-0.286-0.268-0.071-0.339 0.125t0.232 0.268q0.268 0.107 0.339-0.107zM9.179 24.679q0-0.232-0.304-0.196-0.286 0-0.286 0.196 0 0.232 0.304 0.196 0.286 0 0.286-0.196zM10.214 24.5q-0.036-0.196-0.321-0.161-0.286 0.054-0.25 0.268t0.321 0.143 0.25-0.25z"></path>
</symbol>
<symbol id="icon-bars" viewbox="0 0 27 32">
<path class="path1" d="M27.429 24v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 14.857v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 5.714v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804z"></path>
</symbol>
<symbol id="icon-google-plus" viewbox="0 0 41 32">
<path class="path1" d="M25.661 16.304q0 3.714-1.554 6.616t-4.429 4.536-6.589 1.634q-2.661 0-5.089-1.036t-4.179-2.786-2.786-4.179-1.036-5.089 1.036-5.089 2.786-4.179 4.179-2.786 5.089-1.036q5.107 0 8.768 3.429l-3.554 3.411q-2.089-2.018-5.214-2.018-2.196 0-4.063 1.107t-2.955 3.009-1.089 4.152 1.089 4.152 2.955 3.009 4.063 1.107q1.482 0 2.723-0.411t2.045-1.027 1.402-1.402 0.875-1.482 0.384-1.321h-7.429v-4.5h12.357q0.214 1.125 0.214 2.179zM41.143 14.125v3.75h-3.732v3.732h-3.75v-3.732h-3.732v-3.75h3.732v-3.732h3.75v3.732h3.732z"></path>
</symbol>
<symbol id="icon-linkedin" viewbox="0 0 27 32">
<path class="path1" d="M6.232 11.161v17.696h-5.893v-17.696h5.893zM6.607 5.696q0.018 1.304-0.902 2.179t-2.42 0.875h-0.036q-1.464 0-2.357-0.875t-0.893-2.179q0-1.321 0.92-2.188t2.402-0.866 2.375 0.866 0.911 2.188zM27.429 18.714v10.143h-5.875v-9.464q0-1.875-0.723-2.938t-2.259-1.063q-1.125 0-1.884 0.616t-1.134 1.527q-0.196 0.536-0.196 1.446v9.875h-5.875q0.036-7.125 0.036-11.554t-0.018-5.286l-0.018-0.857h5.875v2.571h-0.036q0.357-0.571 0.732-1t1.009-0.929 1.554-0.777 2.045-0.277q3.054 0 4.911 2.027t1.857 5.938z"></path>
</symbol>
<symbol id="icon-quote-right" viewbox="0 0 30 32">
<path class="path1" d="M13.714 5.714v12.571q0 1.857-0.723 3.545t-1.955 2.92-2.92 1.955-3.545 0.723h-1.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h1.143q1.893 0 3.232-1.339t1.339-3.232v-0.571q0-0.714-0.5-1.214t-1.214-0.5h-4q-1.429 0-2.429-1t-1-2.429v-6.857q0-1.429 1-2.429t2.429-1h6.857q1.429 0 2.429 1t1 2.429zM29.714 5.714v12.571q0 1.857-0.723 3.545t-1.955 2.92-2.92 1.955-3.545 0.723h-1.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h1.143q1.893 0 3.232-1.339t1.339-3.232v-0.571q0-0.714-0.5-1.214t-1.214-0.5h-4q-1.429 0-2.429-1t-1-2.429v-6.857q0-1.429 1-2.429t2.429-1h6.857q1.429 0 2.429 1t1 2.429z"></path>
</symbol>
<symbol id="icon-mail-reply" viewbox="0 0 32 32">
<path class="path1" d="M32 20q0 2.964-2.268 8.054-0.054 0.125-0.188 0.429t-0.241 0.536-0.232 0.393q-0.214 0.304-0.5 0.304-0.268 0-0.42-0.179t-0.152-0.446q0-0.161 0.045-0.473t0.045-0.42q0.089-1.214 0.089-2.196 0-1.804-0.313-3.232t-0.866-2.473-1.429-1.804-1.884-1.241-2.375-0.759-2.75-0.384-3.134-0.107h-4v4.571q0 0.464-0.339 0.804t-0.804 0.339-0.804-0.339l-9.143-9.143q-0.339-0.339-0.339-0.804t0.339-0.804l9.143-9.143q0.339-0.339 0.804-0.339t0.804 0.339 0.339 0.804v4.571h4q12.732 0 15.625 7.196 0.946 2.393 0.946 5.946z"></path>
</symbol>
<symbol id="icon-youtube" viewbox="0 0 27 32">
<path class="path1" d="M17.339 22.214v3.768q0 1.196-0.696 1.196-0.411 0-0.804-0.393v-5.375q0.393-0.393 0.804-0.393 0.696 0 0.696 1.196zM23.375 22.232v0.821h-1.607v-0.821q0-1.214 0.804-1.214t0.804 1.214zM6.125 18.339h1.911v-1.679h-5.571v1.679h1.875v10.161h1.786v-10.161zM11.268 28.5h1.589v-8.821h-1.589v6.75q-0.536 0.75-1.018 0.75-0.321 0-0.375-0.375-0.018-0.054-0.018-0.625v-6.5h-1.589v6.982q0 0.875 0.143 1.304 0.214 0.661 1.036 0.661 0.857 0 1.821-1.089v0.964zM18.929 25.857v-3.518q0-1.304-0.161-1.768-0.304-1-1.268-1-0.893 0-1.661 0.964v-3.875h-1.589v11.839h1.589v-0.857q0.804 0.982 1.661 0.982 0.964 0 1.268-0.982 0.161-0.482 0.161-1.786zM24.964 25.679v-0.232h-1.625q0 0.911-0.036 1.089-0.125 0.643-0.714 0.643-0.821 0-0.821-1.232v-1.554h3.196v-1.839q0-1.411-0.482-2.071-0.696-0.911-1.893-0.911-1.214 0-1.911 0.911-0.5 0.661-0.5 2.071v3.089q0 1.411 0.518 2.071 0.696 0.911 1.929 0.911 1.286 0 1.929-0.946 0.321-0.482 0.375-0.964 0.036-0.161 0.036-1.036zM14.107 9.375v-3.75q0-1.232-0.768-1.232t-0.768 1.232v3.75q0 1.25 0.768 1.25t0.768-1.25zM26.946 22.786q0 4.179-0.464 6.25-0.25 1.054-1.036 1.768t-1.821 0.821q-3.286 0.375-9.911 0.375t-9.911-0.375q-1.036-0.107-1.83-0.821t-1.027-1.768q-0.464-2-0.464-6.25 0-4.179 0.464-6.25 0.25-1.054 1.036-1.768t1.839-0.839q3.268-0.357 9.893-0.357t9.911 0.357q1.036 0.125 1.83 0.839t1.027 1.768q0.464 2 0.464 6.25zM9.125 0h1.821l-2.161 7.125v4.839h-1.786v-4.839q-0.25-1.321-1.089-3.786-0.661-1.839-1.161-3.339h1.893l1.268 4.696zM15.732 5.946v3.125q0 1.446-0.5 2.107-0.661 0.911-1.893 0.911-1.196 0-1.875-0.911-0.5-0.679-0.5-2.107v-3.125q0-1.429 0.5-2.089 0.679-0.911 1.875-0.911 1.232 0 1.893 0.911 0.5 0.661 0.5 2.089zM21.714 3.054v8.911h-1.625v-0.982q-0.946 1.107-1.839 1.107-0.821 0-1.054-0.661-0.143-0.429-0.143-1.339v-7.036h1.625v6.554q0 0.589 0.018 0.625 0.054 0.393 0.375 0.393 0.482 0 1.018-0.768v-6.804h1.625z"></path>
</symbol>
<symbol id="icon-dropbox" viewbox="0 0 32 32">
<path class="path1" d="M7.179 12.625l8.821 5.446-6.107 5.089-8.75-5.696zM24.786 22.536v1.929l-8.75 5.232v0.018l-0.018-0.018-0.018 0.018v-0.018l-8.732-5.232v-1.929l2.625 1.714 6.107-5.071v-0.036l0.018 0.018 0.018-0.018v0.036l6.125 5.071zM9.893 2.107l6.107 5.089-8.821 5.429-6.036-4.821zM24.821 12.625l6.036 4.839-8.732 5.696-6.125-5.089zM22.125 2.107l8.732 5.696-6.036 4.821-8.821-5.429z"></path>
</symbol>
<symbol id="icon-instagram" viewbox="0 0 27 32">
<path class="path1" d="M18.286 16q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339-1.339 3.232 1.339 3.232 3.232 1.339 3.232-1.339 1.339-3.232zM20.75 16q0 2.929-2.054 4.982t-4.982 2.054-4.982-2.054-2.054-4.982 2.054-4.982 4.982-2.054 4.982 2.054 2.054 4.982zM22.679 8.679q0 0.679-0.482 1.161t-1.161 0.482-1.161-0.482-0.482-1.161 0.482-1.161 1.161-0.482 1.161 0.482 0.482 1.161zM13.714 4.75q-0.125 0-1.366-0.009t-1.884 0-1.723 0.054-1.839 0.179-1.277 0.33q-0.893 0.357-1.571 1.036t-1.036 1.571q-0.196 0.518-0.33 1.277t-0.179 1.839-0.054 1.723 0 1.884 0.009 1.366-0.009 1.366 0 1.884 0.054 1.723 0.179 1.839 0.33 1.277q0.357 0.893 1.036 1.571t1.571 1.036q0.518 0.196 1.277 0.33t1.839 0.179 1.723 0.054 1.884 0 1.366-0.009 1.366 0.009 1.884 0 1.723-0.054 1.839-0.179 1.277-0.33q0.893-0.357 1.571-1.036t1.036-1.571q0.196-0.518 0.33-1.277t0.179-1.839 0.054-1.723 0-1.884-0.009-1.366 0.009-1.366 0-1.884-0.054-1.723-0.179-1.839-0.33-1.277q-0.357-0.893-1.036-1.571t-1.571-1.036q-0.518-0.196-1.277-0.33t-1.839-0.179-1.723-0.054-1.884 0-1.366 0.009zM27.429 16q0 4.089-0.089 5.661-0.179 3.714-2.214 5.75t-5.75 2.214q-1.571 0.089-5.661 0.089t-5.661-0.089q-3.714-0.179-5.75-2.214t-2.214-5.75q-0.089-1.571-0.089-5.661t0.089-5.661q0.179-3.714 2.214-5.75t5.75-2.214q1.571-0.089 5.661-0.089t5.661 0.089q3.714 0.179 5.75 2.214t2.214 5.75q0.089 1.571 0.089 5.661z"></path>
</symbol>
<symbol id="icon-flickr" viewbox="0 0 27 32">
<path class="path1" d="M22.286 2.286q2.125 0 3.634 1.509t1.509 3.634v17.143q0 2.125-1.509 3.634t-3.634 1.509h-17.143q-2.125 0-3.634-1.509t-1.509-3.634v-17.143q0-2.125 1.509-3.634t3.634-1.509h17.143zM12.464 16q0-1.571-1.107-2.679t-2.679-1.107-2.679 1.107-1.107 2.679 1.107 2.679 2.679 1.107 2.679-1.107 1.107-2.679zM22.536 16q0-1.571-1.107-2.679t-2.679-1.107-2.679 1.107-1.107 2.679 1.107 2.679 2.679 1.107 2.679-1.107 1.107-2.679z"></path>
</symbol>
<symbol id="icon-tumblr" viewbox="0 0 19 32">
<path class="path1" d="M16.857 23.732l1.429 4.232q-0.411 0.625-1.982 1.179t-3.161 0.571q-1.857 0.036-3.402-0.464t-2.545-1.321-1.696-1.893-0.991-2.143-0.295-2.107v-9.714h-3v-3.839q1.286-0.464 2.304-1.241t1.625-1.607 1.036-1.821 0.607-1.768 0.268-1.58q0.018-0.089 0.080-0.152t0.134-0.063h4.357v7.571h5.946v4.5h-5.964v9.25q0 0.536 0.116 1t0.402 0.938 0.884 0.741 1.455 0.25q1.393-0.036 2.393-0.518z"></path>
</symbol>
<symbol id="icon-dockerhub" viewbox="0 0 24 28">
<path class="path1" d="M1.597 10.257h2.911v2.83H1.597v-2.83zm3.573 0h2.91v2.83H5.17v-2.83zm0-3.627h2.91v2.829H5.17V6.63zm3.57 3.627h2.912v2.83H8.74v-2.83zm0-3.627h2.912v2.829H8.74V6.63zm3.573 3.627h2.911v2.83h-2.911v-2.83zm0-3.627h2.911v2.829h-2.911V6.63zm3.572 3.627h2.911v2.83h-2.911v-2.83zM12.313 3h2.911v2.83h-2.911V3zm-6.65 14.173c-.449 0-.812.354-.812.788 0 .435.364.788.812.788.447 0 .811-.353.811-.788 0-.434-.363-.788-.811-.788"></path>
<path class="path2" d="M28.172 11.721c-.978-.549-2.278-.624-3.388-.306-.136-1.146-.91-2.149-1.83-2.869l-.366-.286-.307.345c-.618.692-.8 1.845-.718 2.73.063.651.273 1.312.685 1.834-.313.183-.668.328-.985.434-.646.212-1.347.33-2.028.33H.083l-.042.429c-.137 1.432.065 2.866.674 4.173l.262.519.03.048c1.8 2.973 4.963 4.225 8.41 4.225 6.672 0 12.174-2.896 14.702-9.015 1.689.085 3.417-.4 4.243-1.968l.211-.4-.401-.223zM5.664 19.458c-.85 0-1.542-.671-1.542-1.497 0-.825.691-1.498 1.541-1.498.849 0 1.54.672 1.54 1.497s-.69 1.498-1.539 1.498z"></path>
</symbol>
<symbol id="icon-dribbble" viewbox="0 0 27 32">
<path class="path1" d="M18.286 26.786q-0.75-4.304-2.5-8.893h-0.036l-0.036 0.018q-0.286 0.107-0.768 0.295t-1.804 0.875-2.446 1.464-2.339 2.045-1.839 2.643l-0.268-0.196q3.286 2.679 7.464 2.679 2.357 0 4.571-0.929zM14.982 15.946q-0.375-0.875-0.946-1.982-5.554 1.661-12.018 1.661-0.018 0.125-0.018 0.375 0 2.214 0.786 4.223t2.214 3.598q0.893-1.589 2.205-2.973t2.545-2.223 2.33-1.446 1.777-0.857l0.661-0.232q0.071-0.018 0.232-0.063t0.232-0.080zM13.071 12.161q-2.143-3.804-4.357-6.75-2.464 1.161-4.179 3.321t-2.286 4.857q5.393 0 10.821-1.429zM25.286 17.857q-3.75-1.071-7.304-0.518 1.554 4.268 2.286 8.375 1.982-1.339 3.304-3.384t1.714-4.473zM10.911 4.625q-0.018 0-0.036 0.018 0.018-0.018 0.036-0.018zM21.446 7.214q-3.304-2.929-7.732-2.929-1.357 0-2.768 0.339 2.339 3.036 4.393 6.821 1.232-0.464 2.321-1.080t1.723-1.098 1.17-1.018 0.67-0.723zM25.429 15.875q-0.054-4.143-2.661-7.321l-0.018 0.018q-0.161 0.214-0.339 0.438t-0.777 0.795-1.268 1.080-1.786 1.161-2.348 1.152q0.446 0.946 0.786 1.696 0.036 0.107 0.116 0.313t0.134 0.295q0.643-0.089 1.33-0.125t1.313-0.036 1.232 0.027 1.143 0.071 1.009 0.098 0.857 0.116 0.652 0.107 0.446 0.080zM27.429 16q0 3.732-1.839 6.884t-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884 1.839-6.884 4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884z"></path>
</symbol>
<symbol id="icon-skype" viewbox="0 0 27 32">
<path class="path1" d="M20.946 18.982q0-0.893-0.348-1.634t-0.866-1.223-1.304-0.875-1.473-0.607-1.563-0.411l-1.857-0.429q-0.536-0.125-0.786-0.188t-0.625-0.205-0.536-0.286-0.295-0.375-0.134-0.536q0-1.375 2.571-1.375 0.768 0 1.375 0.214t0.964 0.509 0.679 0.598 0.714 0.518 0.857 0.214q0.839 0 1.348-0.571t0.509-1.375q0-0.982-1-1.777t-2.536-1.205-3.25-0.411q-1.214 0-2.357 0.277t-2.134 0.839-1.589 1.554-0.598 2.295q0 1.089 0.339 1.902t1 1.348 1.429 0.866 1.839 0.58l2.607 0.643q1.607 0.393 2 0.643 0.571 0.357 0.571 1.071 0 0.696-0.714 1.152t-1.875 0.455q-0.911 0-1.634-0.286t-1.161-0.688-0.813-0.804-0.821-0.688-0.964-0.286q-0.893 0-1.348 0.536t-0.455 1.339q0 1.643 2.179 2.813t5.196 1.17q1.304 0 2.5-0.33t2.188-0.955 1.58-1.67 0.589-2.348zM27.429 22.857q0 2.839-2.009 4.848t-4.848 2.009q-2.321 0-4.179-1.429-1.375 0.286-2.679 0.286-2.554 0-4.884-0.991t-4.018-2.679-2.679-4.018-0.991-4.884q0-1.304 0.286-2.679-1.429-1.857-1.429-4.179 0-2.839 2.009-4.848t4.848-2.009q2.321 0 4.179 1.429 1.375-0.286 2.679-0.286 2.554 0 4.884 0.991t4.018 2.679 2.679 4.018 0.991 4.884q0 1.304-0.286 2.679 1.429 1.857 1.429 4.179z"></path>
</symbol>
<symbol id="icon-foursquare" viewbox="0 0 23 32">
<path class="path1" d="M17.857 7.75l0.661-3.464q0.089-0.411-0.161-0.714t-0.625-0.304h-12.714q-0.411 0-0.688 0.304t-0.277 0.661v19.661q0 0.125 0.107 0.018l5.196-6.286q0.411-0.464 0.679-0.598t0.857-0.134h4.268q0.393 0 0.661-0.259t0.321-0.527q0.429-2.321 0.661-3.411 0.071-0.375-0.205-0.714t-0.652-0.339h-5.25q-0.518 0-0.857-0.339t-0.339-0.857v-0.75q0-0.518 0.339-0.848t0.857-0.33h6.179q0.321 0 0.625-0.241t0.357-0.527zM21.911 3.786q-0.268 1.304-0.955 4.759t-1.241 6.25-0.625 3.098q-0.107 0.393-0.161 0.58t-0.25 0.58-0.438 0.589-0.688 0.375-1.036 0.179h-4.839q-0.232 0-0.393 0.179-0.143 0.161-7.607 8.821-0.393 0.446-1.045 0.509t-0.866-0.098q-0.982-0.393-0.982-1.75v-25.179q0-0.982 0.679-1.83t2.143-0.848h15.857q1.696 0 2.268 0.946t0.179 2.839zM21.911 3.786l-2.821 14.107q0.071-0.304 0.625-3.098t1.241-6.25 0.955-4.759z"></path>
</symbol>
<symbol id="icon-wordpress" viewbox="0 0 32 32">
<path class="path1" d="M2.268 16q0-2.911 1.196-5.589l6.554 17.946q-3.5-1.696-5.625-5.018t-2.125-7.339zM25.268 15.304q0 0.339-0.045 0.688t-0.179 0.884-0.205 0.786-0.313 1.054-0.313 1.036l-1.357 4.571-4.964-14.75q0.821-0.054 1.571-0.143 0.339-0.036 0.464-0.33t-0.045-0.554-0.509-0.241l-3.661 0.179q-1.339-0.018-3.607-0.179-0.214-0.018-0.366 0.089t-0.205 0.268-0.027 0.33 0.161 0.295 0.348 0.143l1.429 0.143 2.143 5.857-3 9-5-14.857q0.821-0.054 1.571-0.143 0.339-0.036 0.464-0.33t-0.045-0.554-0.509-0.241l-3.661 0.179q-0.125 0-0.411-0.009t-0.464-0.009q1.875-2.857 4.902-4.527t6.563-1.67q2.625 0 5.009 0.946t4.259 2.661h-0.179q-0.982 0-1.643 0.723t-0.661 1.705q0 0.214 0.036 0.429t0.071 0.384 0.143 0.411 0.161 0.375 0.214 0.402 0.223 0.375 0.259 0.429 0.25 0.411q1.125 1.911 1.125 3.786zM16.232 17.196l4.232 11.554q0.018 0.107 0.089 0.196-2.25 0.786-4.554 0.786-2 0-3.875-0.571zM28.036 9.411q1.696 3.107 1.696 6.589 0 3.732-1.857 6.884t-4.982 4.973l4.196-12.107q1.054-3.018 1.054-4.929 0-0.75-0.107-1.411zM16 0q3.25 0 6.214 1.268t5.107 3.411 3.411 5.107 1.268 6.214-1.268 6.214-3.411 5.107-5.107 3.411-6.214 1.268-6.214-1.268-5.107-3.411-3.411-5.107-1.268-6.214 1.268-6.214 3.411-5.107 5.107-3.411 6.214-1.268zM16 31.268q3.089 0 5.92-1.214t4.875-3.259 3.259-4.875 1.214-5.92-1.214-5.92-3.259-4.875-4.875-3.259-5.92-1.214-5.92 1.214-4.875 3.259-3.259 4.875-1.214 5.92 1.214 5.92 3.259 4.875 4.875 3.259 5.92 1.214z"></path>
</symbol>
<symbol id="icon-stumbleupon" viewbox="0 0 34 32">
<path class="path1" d="M18.964 12.714v-2.107q0-0.75-0.536-1.286t-1.286-0.536-1.286 0.536-0.536 1.286v10.929q0 3.125-2.25 5.339t-5.411 2.214q-3.179 0-5.42-2.241t-2.241-5.42v-4.75h5.857v4.679q0 0.768 0.536 1.295t1.286 0.527 1.286-0.527 0.536-1.295v-11.071q0-3.054 2.259-5.214t5.384-2.161q3.143 0 5.393 2.179t2.25 5.25v2.429l-3.482 1.036zM28.429 16.679h5.857v4.75q0 3.179-2.241 5.42t-5.42 2.241q-3.161 0-5.411-2.223t-2.25-5.366v-4.786l2.339 1.089 3.482-1.036v4.821q0 0.75 0.536 1.277t1.286 0.527 1.286-0.527 0.536-1.277v-4.911z"></path>
</symbol>
<symbol id="icon-digg" viewbox="0 0 37 32">
<path class="path1" d="M5.857 5.036h3.643v17.554h-9.5v-12.446h5.857v-5.107zM5.857 19.661v-6.589h-2.196v6.589h2.196zM10.964 10.143v12.446h3.661v-12.446h-3.661zM10.964 5.036v3.643h3.661v-3.643h-3.661zM16.089 10.143h9.518v16.821h-9.518v-2.911h5.857v-1.464h-5.857v-12.446zM21.946 19.661v-6.589h-2.196v6.589h2.196zM27.071 10.143h9.5v16.821h-9.5v-2.911h5.839v-1.464h-5.839v-12.446zM32.911 19.661v-6.589h-2.196v6.589h2.196z"></path>
</symbol>
<symbol id="icon-spotify" viewbox="0 0 27 32">
<path class="path1" d="M20.125 21.607q0-0.571-0.536-0.911-3.446-2.054-7.982-2.054-2.375 0-5.125 0.607-0.75 0.161-0.75 0.929 0 0.357 0.241 0.616t0.634 0.259q0.089 0 0.661-0.143 2.357-0.482 4.339-0.482 4.036 0 7.089 1.839 0.339 0.196 0.589 0.196 0.339 0 0.589-0.241t0.25-0.616zM21.839 17.768q0-0.714-0.625-1.089-4.232-2.518-9.786-2.518-2.732 0-5.411 0.75-0.857 0.232-0.857 1.143 0 0.446 0.313 0.759t0.759 0.313q0.125 0 0.661-0.143 2.179-0.589 4.482-0.589 4.982 0 8.714 2.214 0.429 0.232 0.679 0.232 0.446 0 0.759-0.313t0.313-0.759zM23.768 13.339q0-0.839-0.714-1.25-2.25-1.304-5.232-1.973t-6.125-0.67q-3.643 0-6.5 0.839-0.411 0.125-0.688 0.455t-0.277 0.866q0 0.554 0.366 0.929t0.92 0.375q0.196 0 0.714-0.143 2.375-0.661 5.482-0.661 2.839 0 5.527 0.607t4.527 1.696q0.375 0.214 0.714 0.214 0.518 0 0.902-0.366t0.384-0.92zM27.429 16q0 3.732-1.839 6.884t-4.991 4.991-6.884 1.839-6.884-1.839-4.991-4.991-1.839-6.884 1.839-6.884 4.991-4.991 6.884-1.839 6.884 1.839 4.991 4.991 1.839 6.884z"></path>
</symbol>
<symbol id="icon-soundcloud" viewbox="0 0 41 32">
<path class="path1" d="M14 24.5l0.286-4.304-0.286-9.339q-0.018-0.179-0.134-0.304t-0.295-0.125q-0.161 0-0.286 0.125t-0.125 0.304l-0.25 9.339 0.25 4.304q0.018 0.179 0.134 0.295t0.277 0.116q0.393 0 0.429-0.411zM19.286 23.982l0.196-3.768-0.214-10.464q0-0.286-0.232-0.429-0.143-0.089-0.286-0.089t-0.286 0.089q-0.232 0.143-0.232 0.429l-0.018 0.107-0.179 10.339q0 0.018 0.196 4.214v0.018q0 0.179 0.107 0.304 0.161 0.196 0.411 0.196 0.196 0 0.357-0.161 0.161-0.125 0.161-0.357zM0.625 17.911l0.357 2.286-0.357 2.25q-0.036 0.161-0.161 0.161t-0.161-0.161l-0.304-2.25 0.304-2.286q0.036-0.161 0.161-0.161t0.161 0.161zM2.161 16.5l0.464 3.696-0.464 3.625q-0.036 0.161-0.179 0.161-0.161 0-0.161-0.179l-0.411-3.607 0.411-3.696q0-0.161 0.161-0.161 0.143 0 0.179 0.161zM3.804 15.821l0.446 4.375-0.446 4.232q0 0.196-0.196 0.196-0.179 0-0.214-0.196l-0.375-4.232 0.375-4.375q0.036-0.214 0.214-0.214 0.196 0 0.196 0.214zM5.482 15.696l0.411 4.5-0.411 4.357q-0.036 0.232-0.25 0.232-0.232 0-0.232-0.232l-0.375-4.357 0.375-4.5q0-0.232 0.232-0.232 0.214 0 0.25 0.232zM7.161 16.018l0.375 4.179-0.375 4.393q-0.036 0.286-0.286 0.286-0.107 0-0.188-0.080t-0.080-0.205l-0.357-4.393 0.357-4.179q0-0.107 0.080-0.188t0.188-0.080q0.25 0 0.286 0.268zM8.839 13.411l0.375 6.786-0.375 4.393q0 0.125-0.089 0.223t-0.214 0.098q-0.286 0-0.321-0.321l-0.321-4.393 0.321-6.786q0.036-0.321 0.321-0.321 0.125 0 0.214 0.098t0.089 0.223zM10.518 11.875l0.339 8.357-0.339 4.357q0 0.143-0.098 0.241t-0.241 0.098q-0.321 0-0.357-0.339l-0.286-4.357 0.286-8.357q0.036-0.339 0.357-0.339 0.143 0 0.241 0.098t0.098 0.241zM12.268 11.161l0.321 9.036-0.321 4.321q-0.036 0.375-0.393 0.375-0.339 0-0.375-0.375l-0.286-4.321 0.286-9.036q0-0.161 0.116-0.277t0.259-0.116q0.161 0 0.268 0.116t0.125 0.277zM19.268 24.411v0 0zM15.732 11.089l0.268 9.107-0.268 4.268q0 0.179-0.134 0.313t-0.313 0.134-0.304-0.125-0.143-0.321l-0.25-4.268 0.25-9.107q0-0.196 0.134-0.321t0.313-0.125 0.313 0.125 0.134 0.321zM17.5 11.429l0.25 8.786-0.25 4.214q0 0.196-0.143 0.339t-0.339 0.143-0.339-0.143-0.161-0.339l-0.214-4.214 0.214-8.786q0.018-0.214 0.161-0.357t0.339-0.143 0.33 0.143 0.152 0.357zM21.286 20.214l-0.25 4.125q0 0.232-0.161 0.393t-0.393 0.161-0.393-0.161-0.179-0.393l-0.107-2.036-0.107-2.089 0.214-11.357v-0.054q0.036-0.268 0.214-0.429 0.161-0.125 0.357-0.125 0.143 0 0.268 0.089 0.25 0.143 0.286 0.464zM41.143 19.875q0 2.089-1.482 3.563t-3.571 1.473h-14.036q-0.232-0.036-0.393-0.196t-0.161-0.393v-16.054q0-0.411 0.5-0.589 1.518-0.607 3.232-0.607 3.482 0 6.036 2.348t2.857 5.777q0.946-0.393 1.964-0.393 2.089 0 3.571 1.482t1.482 3.589z"></path>
</symbol>
<symbol id="icon-codepen" viewbox="0 0 32 32">
<path class="path1" d="M3.857 20.875l10.768 7.179v-6.411l-5.964-3.982zM2.75 18.304l3.446-2.304-3.446-2.304v4.607zM17.375 28.054l10.768-7.179-4.804-3.214-5.964 3.982v6.411zM16 19.25l4.857-3.25-4.857-3.25-4.857 3.25zM8.661 14.339l5.964-3.982v-6.411l-10.768 7.179zM25.804 16l3.446 2.304v-4.607zM23.339 14.339l4.804-3.214-10.768-7.179v6.411zM32 11.125v9.75q0 0.732-0.607 1.143l-14.625 9.75q-0.375 0.232-0.768 0.232t-0.768-0.232l-14.625-9.75q-0.607-0.411-0.607-1.143v-9.75q0-0.732 0.607-1.143l14.625-9.75q0.375-0.232 0.768-0.232t0.768 0.232l14.625 9.75q0.607 0.411 0.607 1.143z"></path>
</symbol>
<symbol id="icon-twitch" viewbox="0 0 32 32">
<path class="path1" d="M16 7.75v7.75h-2.589v-7.75h2.589zM23.107 7.75v7.75h-2.589v-7.75h2.589zM23.107 21.321l4.518-4.536v-14.196h-21.321v18.732h5.821v3.875l3.875-3.875h7.107zM30.214 0v18.089l-7.75 7.75h-5.821l-3.875 3.875h-3.875v-3.875h-7.107v-20.679l1.946-5.161h26.482z"></path>
</symbol>
<symbol id="icon-meanpath" viewbox="0 0 27 32">
<path class="path1" d="M23.411 15.036v2.036q0 0.429-0.241 0.679t-0.67 0.25h-3.607q-0.429 0-0.679-0.25t-0.25-0.679v-2.036q0-0.429 0.25-0.679t0.679-0.25h3.607q0.429 0 0.67 0.25t0.241 0.679zM14.661 19.143v-4.464q0-0.946-0.58-1.527t-1.527-0.58h-2.375q-1.214 0-1.714 0.929-0.5-0.929-1.714-0.929h-2.321q-0.946 0-1.527 0.58t-0.58 1.527v4.464q0 0.393 0.375 0.393h0.982q0.393 0 0.393-0.393v-4.107q0-0.429 0.241-0.679t0.688-0.25h1.679q0.429 0 0.679 0.25t0.25 0.679v4.107q0 0.393 0.375 0.393h0.964q0.393 0 0.393-0.393v-4.107q0-0.429 0.25-0.679t0.679-0.25h1.732q0.429 0 0.67 0.25t0.241 0.679v4.107q0 0.393 0.393 0.393h0.982q0.375 0 0.375-0.393zM25.179 17.429v-2.75q0-0.946-0.589-1.527t-1.536-0.58h-4.714q-0.946 0-1.536 0.58t-0.589 1.527v7.321q0 0.375 0.393 0.375h0.982q0.375 0 0.375-0.375v-3.214q0.554 0.75 1.679 0.75h3.411q0.946 0 1.536-0.58t0.589-1.527zM27.429 6.429v19.143q0 1.714-1.214 2.929t-2.929 1.214h-19.143q-1.714 0-2.929-1.214t-1.214-2.929v-19.143q0-1.714 1.214-2.929t2.929-1.214h19.143q1.714 0 2.929 1.214t1.214 2.929z"></path>
</symbol>
<symbol id="icon-pinterest-p" viewbox="0 0 23 32">
<path class="path1" d="M0 10.661q0-1.929 0.67-3.634t1.848-2.973 2.714-2.196 3.304-1.393 3.607-0.464q2.821 0 5.25 1.188t3.946 3.455 1.518 5.125q0 1.714-0.339 3.357t-1.071 3.161-1.786 2.67-2.589 1.839-3.375 0.688q-1.214 0-2.411-0.571t-1.714-1.571q-0.179 0.696-0.5 2.009t-0.42 1.696-0.366 1.268-0.464 1.268-0.571 1.116-0.821 1.384-1.107 1.545l-0.25 0.089-0.161-0.179q-0.268-2.804-0.268-3.357 0-1.643 0.384-3.688t1.188-5.134 0.929-3.625q-0.571-1.161-0.571-3.018 0-1.482 0.929-2.786t2.357-1.304q1.089 0 1.696 0.723t0.607 1.83q0 1.179-0.786 3.411t-0.786 3.339q0 1.125 0.804 1.866t1.946 0.741q0.982 0 1.821-0.446t1.402-1.214 1-1.696 0.679-1.973 0.357-1.982 0.116-1.777q0-3.089-1.955-4.813t-5.098-1.723q-3.571 0-5.964 2.313t-2.393 5.866q0 0.786 0.223 1.518t0.482 1.161 0.482 0.813 0.223 0.545q0 0.5-0.268 1.304t-0.661 0.804q-0.036 0-0.304-0.054-0.911-0.268-1.616-1t-1.089-1.688-0.58-1.929-0.196-1.902z"></path>
</symbol>
<symbol id="icon-periscope" viewbox="0 0 24 28">
<path class="path1" d="M12.285,1C6.696,1,2.277,5.643,2.277,11.243c0,5.851,7.77,14.578,10.007,14.578c1.959,0,9.729-8.728,9.729-14.578 C22.015,5.643,17.596,1,12.285,1z M12.317,16.551c-3.473,0-6.152-2.611-6.152-5.664c0-1.292,0.39-2.472,1.065-3.438 c0.206,1.084,1.18,1.906,2.352,1.906c1.322,0,2.393-1.043,2.393-2.333c0-0.832-0.447-1.561-1.119-1.975 c0.467-0.105,0.955-0.161,1.46-0.161c3.133,0,5.81,2.611,5.81,5.998C18.126,13.94,15.449,16.551,12.317,16.551z"></path>
</symbol>
<symbol id="icon-get-pocket" viewbox="0 0 31 32">
<path class="path1" d="M27.946 2.286q1.161 0 1.964 0.813t0.804 1.973v9.268q0 3.143-1.214 6t-3.259 4.911-4.893 3.259-5.973 1.205q-3.143 0-5.991-1.205t-4.902-3.259-3.268-4.911-1.214-6v-9.268q0-1.143 0.821-1.964t1.964-0.821h25.161zM15.375 21.286q0.839 0 1.464-0.589l7.214-6.929q0.661-0.625 0.661-1.518 0-0.875-0.616-1.491t-1.491-0.616q-0.839 0-1.464 0.589l-5.768 5.536-5.768-5.536q-0.625-0.589-1.446-0.589-0.875 0-1.491 0.616t-0.616 1.491q0 0.911 0.643 1.518l7.232 6.929q0.589 0.589 1.446 0.589z"></path>
</symbol>
<symbol id="icon-vimeo" viewbox="0 0 32 32">
<path class="path1" d="M30.518 9.25q-0.179 4.214-5.929 11.625-5.946 7.696-10.036 7.696-2.536 0-4.286-4.696-0.786-2.857-2.357-8.607-1.286-4.679-2.804-4.679-0.321 0-2.268 1.357l-1.375-1.75q0.429-0.375 1.929-1.723t2.321-2.063q2.786-2.464 4.304-2.607 1.696-0.161 2.732 0.991t1.446 3.634q0.786 5.125 1.179 6.661 0.982 4.446 2.143 4.446 0.911 0 2.75-2.875 1.804-2.875 1.946-4.393 0.232-2.482-1.946-2.482-1.018 0-2.161 0.464 2.143-7.018 8.196-6.821 4.482 0.143 4.214 5.821z"></path>
</symbol>
<symbol id="icon-reddit-alien" viewbox="0 0 32 32">
<path class="path1" d="M32 15.107q0 1.036-0.527 1.884t-1.42 1.295q0.214 0.821 0.214 1.714 0 2.768-1.902 5.125t-5.188 3.723-7.143 1.366-7.134-1.366-5.179-3.723-1.902-5.125q0-0.839 0.196-1.679-0.911-0.446-1.464-1.313t-0.554-1.902q0-1.464 1.036-2.509t2.518-1.045q1.518 0 2.589 1.125 3.893-2.714 9.196-2.893l2.071-9.304q0.054-0.232 0.268-0.375t0.464-0.089l6.589 1.446q0.321-0.661 0.964-1.063t1.411-0.402q1.107 0 1.893 0.777t0.786 1.884-0.786 1.893-1.893 0.786-1.884-0.777-0.777-1.884l-5.964-1.321-1.857 8.429q5.357 0.161 9.268 2.857 1.036-1.089 2.554-1.089 1.482 0 2.518 1.045t1.036 2.509zM7.464 18.661q0 1.107 0.777 1.893t1.884 0.786 1.893-0.786 0.786-1.893-0.786-1.884-1.893-0.777q-1.089 0-1.875 0.786t-0.786 1.875zM21.929 25q0.196-0.196 0.196-0.464t-0.196-0.464q-0.179-0.179-0.446-0.179t-0.464 0.179q-0.732 0.75-2.161 1.107t-2.857 0.357-2.857-0.357-2.161-1.107q-0.196-0.179-0.464-0.179t-0.446 0.179q-0.196 0.179-0.196 0.455t0.196 0.473q0.768 0.768 2.116 1.214t2.188 0.527 1.625 0.080 1.625-0.080 2.188-0.527 2.116-1.214zM21.875 21.339q1.107 0 1.884-0.786t0.777-1.893q0-1.089-0.786-1.875t-1.875-0.786q-1.107 0-1.893 0.777t-0.786 1.884 0.786 1.893 1.893 0.786z"></path>
</symbol>
<symbol id="icon-hashtag" viewbox="0 0 32 32">
<path class="path1" d="M17.696 18.286l1.143-4.571h-4.536l-1.143 4.571h4.536zM31.411 9.286l-1 4q-0.125 0.429-0.554 0.429h-5.839l-1.143 4.571h5.554q0.268 0 0.446 0.214 0.179 0.25 0.107 0.5l-1 4q-0.089 0.429-0.554 0.429h-5.839l-1.446 5.857q-0.125 0.429-0.554 0.429h-4q-0.286 0-0.464-0.214-0.161-0.214-0.107-0.5l1.393-5.571h-4.536l-1.446 5.857q-0.125 0.429-0.554 0.429h-4.018q-0.268 0-0.446-0.214-0.161-0.214-0.107-0.5l1.393-5.571h-5.554q-0.268 0-0.446-0.214-0.161-0.214-0.107-0.5l1-4q0.125-0.429 0.554-0.429h5.839l1.143-4.571h-5.554q-0.268 0-0.446-0.214-0.179-0.25-0.107-0.5l1-4q0.089-0.429 0.554-0.429h5.839l1.446-5.857q0.125-0.429 0.571-0.429h4q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5l-1.393 5.571h4.536l1.446-5.857q0.125-0.429 0.571-0.429h4q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5l-1.393 5.571h5.554q0.268 0 0.446 0.214 0.161 0.214 0.107 0.5z"></path>
</symbol>
<symbol id="icon-chain" viewbox="0 0 30 32">
<path class="path1" d="M26 21.714q0-0.714-0.5-1.214l-3.714-3.714q-0.5-0.5-1.214-0.5-0.75 0-1.286 0.571 0.054 0.054 0.339 0.33t0.384 0.384 0.268 0.339 0.232 0.455 0.063 0.491q0 0.714-0.5 1.214t-1.214 0.5q-0.268 0-0.491-0.063t-0.455-0.232-0.339-0.268-0.384-0.384-0.33-0.339q-0.589 0.554-0.589 1.304 0 0.714 0.5 1.214l3.679 3.696q0.482 0.482 1.214 0.482 0.714 0 1.214-0.464l2.625-2.607q0.5-0.5 0.5-1.196zM13.446 9.125q0-0.714-0.5-1.214l-3.679-3.696q-0.5-0.5-1.214-0.5-0.696 0-1.214 0.482l-2.625 2.607q-0.5 0.5-0.5 1.196 0 0.714 0.5 1.214l3.714 3.714q0.482 0.482 1.214 0.482 0.75 0 1.286-0.554-0.054-0.054-0.339-0.33t-0.384-0.384-0.268-0.339-0.232-0.455-0.063-0.491q0-0.714 0.5-1.214t1.214-0.5q0.268 0 0.491 0.063t0.455 0.232 0.339 0.268 0.384 0.384 0.33 0.339q0.589-0.554 0.589-1.304zM29.429 21.714q0 2.143-1.518 3.625l-2.625 2.607q-1.482 1.482-3.625 1.482-2.161 0-3.643-1.518l-3.679-3.696q-1.482-1.482-1.482-3.625 0-2.196 1.571-3.732l-1.571-1.571q-1.536 1.571-3.714 1.571-2.143 0-3.643-1.5l-3.714-3.714q-1.5-1.5-1.5-3.643t1.518-3.625l2.625-2.607q1.482-1.482 3.625-1.482 2.161 0 3.643 1.518l3.679 3.696q1.482 1.482 1.482 3.625 0 2.196-1.571 3.732l1.571 1.571q1.536-1.571 3.714-1.571 2.143 0 3.643 1.5l3.714 3.714q1.5 1.5 1.5 3.643z"></path>
</symbol>
<symbol id="icon-thumb-tack" viewbox="0 0 21 32">
<path class="path1" d="M8.571 15.429v-8q0-0.25-0.161-0.411t-0.411-0.161-0.411 0.161-0.161 0.411v8q0 0.25 0.161 0.411t0.411 0.161 0.411-0.161 0.161-0.411zM20.571 21.714q0 0.464-0.339 0.804t-0.804 0.339h-7.661l-0.911 8.625q-0.036 0.214-0.188 0.366t-0.366 0.152h-0.018q-0.482 0-0.571-0.482l-1.357-8.661h-7.214q-0.464 0-0.804-0.339t-0.339-0.804q0-2.196 1.402-3.955t3.17-1.759v-9.143q-0.929 0-1.607-0.679t-0.679-1.607 0.679-1.607 1.607-0.679h11.429q0.929 0 1.607 0.679t0.679 1.607-0.679 1.607-1.607 0.679v9.143q1.768 0 3.17 1.759t1.402 3.955z"></path>
</symbol>
<symbol id="icon-arrow-left" viewbox="0 0 43 32">
<path class="path1" d="M42.311 14.044c-0.178-0.178-0.533-0.356-0.711-0.356h-33.778l10.311-10.489c0.178-0.178 0.356-0.533 0.356-0.711 0-0.356-0.178-0.533-0.356-0.711l-1.6-1.422c-0.356-0.178-0.533-0.356-0.889-0.356s-0.533 0.178-0.711 0.356l-14.578 14.933c-0.178 0.178-0.356 0.533-0.356 0.711s0.178 0.533 0.356 0.711l14.756 14.933c0 0.178 0.356 0.356 0.533 0.356s0.533-0.178 0.711-0.356l1.6-1.6c0.178-0.178 0.356-0.533 0.356-0.711s-0.178-0.533-0.356-0.711l-10.311-10.489h33.778c0.178 0 0.533-0.178 0.711-0.356 0.356-0.178 0.533-0.356 0.533-0.711v-2.133c0-0.356-0.178-0.711-0.356-0.889z"></path>
</symbol>
<symbol id="icon-arrow-right" viewbox="0 0 43 32">
<path class="path1" d="M0.356 17.956c0.178 0.178 0.533 0.356 0.711 0.356h33.778l-10.311 10.489c-0.178 0.178-0.356 0.533-0.356 0.711 0 0.356 0.178 0.533 0.356 0.711l1.6 1.6c0.178 0.178 0.533 0.356 0.711 0.356s0.533-0.178 0.711-0.356l14.756-14.933c0.178-0.356 0.356-0.711 0.356-0.889s-0.178-0.533-0.356-0.711l-14.756-14.933c0-0.178-0.356-0.356-0.533-0.356s-0.533 0.178-0.711 0.356l-1.6 1.6c-0.178 0.178-0.356 0.533-0.356 0.711s0.178 0.533 0.356 0.711l10.311 10.489h-33.778c-0.178 0-0.533 0.178-0.711 0.356-0.356 0.178-0.533 0.356-0.533 0.711v2.311c0 0.178 0.178 0.533 0.356 0.711z"></path>
</symbol>
<symbol id="icon-play" viewbox="0 0 22 28">
<path d="M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z"></path>
</symbol>
<symbol id="icon-pause" viewbox="0 0 24 28">
<path d="M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path>
</symbol>
</defs>
</svg>
<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 data-type="kppassive" data-kpscriptsrc="https://www.atlantamarketingminds.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript">
	(function($) {

		/*
		*  new_map
		*/
		function new_map( $el ) {
			// var
			var $markers = $el.find('.marker');
			// vars
			var args = {
				zoom		: 16,
				center		: new google.maps.LatLng(0, 0),
				mapTypeId	: google.maps.MapTypeId.ROADMAP
			};
			// create map	        	
			var map = new google.maps.Map( $el[0], args);
			// add a markers reference
			map.markers = [];
			// add markers
			$markers.each(function(){
				add_marker( $(this), map );
			});
			// center map
			center_map( map );
			// return
			return map;
		}

		/*
		*  add_marker
		*/
		function add_marker( $marker, map ) {
			// var
			var latlng = new google.maps.LatLng( $marker.attr('data-lat'), $marker.attr('data-lng') );
			// create marker
			var marker = new google.maps.Marker({
				position	: latlng,
				map			: map
			});
			// add to array
			map.markers.push( marker );
			// if marker contains HTML, add it to an infoWindow
			if( $marker.html() ){
				// create info window
				var infowindow = new google.maps.InfoWindow({
					content		: $marker.html()
				});
				// show info window when marker is clicked
				google.maps.event.addListener(marker, 'click', function() {
					infowindow.open( map, marker );
				});
			}
		}

		/*
		*  center_map
		*/
		function center_map( map ) {
			// vars
			var bounds = new google.maps.LatLngBounds();
			// loop through all markers and create bounds
			$.each( map.markers, function( i, marker ){
				var latlng = new google.maps.LatLng( marker.position.lat(), marker.position.lng() );
				bounds.extend( latlng );
			});
			// only 1 marker?
			if( map.markers.length == 1 ){
				// set center of map
			    map.setCenter( bounds.getCenter() );
			    map.setZoom( 16 );
			}else{
				// fit to bounds
				map.fitBounds( bounds );
			}
		}

		/*
		*  document ready
		*/
		// global var
		var map = null;
		$(document).ready(function(){
			$('.acf-map').each(function(){
				// create map
				map = new_map( $(this) );
			});
		});
	})(jQuery);
</script>
	<script type="rocketlazyloadscript">
    (function(i,s,o,g,d,p,a,m){
      a=s.createElement(o);
      m=s.getElementsByTagName(o)[0];
      a.async=1;
      a.src=g+"/widget/wai-widget.js";
      a.charset="utf-8";
      m.parentNode.insertBefore(a,m);
      p.url = g;
      p.id = d;
      i["widgetAppParams"] = p;
    }
    )
    (window,document,"script", "https://soft.adaleadz.com","354",{});
      </script><script type="rocketlazyloadscript">
	jQuery(document).ready(function(){
					jQuery('label[for="acf-_post_title"]').html("Name <span class='acf-required'>*</span>");
			});
</script>
</body>
</html>

<script type="rocketlazyloadscript">
jQuery(document).ready(function(){ 		  
			//carousel
			jQuery('.carousel').carousel({
			  interval: 3000,
			  pause: 'hover'
			});		  
});		  
		  </script>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1780306864 -->