CINXE.COM
Cookie Policy - ActiveCampaign
<!DOCTYPE html> <html lang="en" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.activecampaign.com/xmlrpc.php"> <link rel="alternate" hreflang="en" href="https://www.activecampaign.com/legal/cookie-policy" /> <link rel="alternate" hreflang="x-default" href="https://www.activecampaign.com/legal/cookie-policy" /> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Cookie Policy - ActiveCampaign</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CIBM%20Plex%20Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap" /></noscript> <meta name="description" content="THIS COPY IS PROVIDED AS A COURTESY ONLY AND DOES NOT CONSTITUTE LEGAL ADVICE."/> <meta name="robots" content="follow, index, max-snippet:200, max-video-preview:10, max-image-preview:large"/> <link rel="canonical" href="https://www.activecampaign.com/legal/cookie-policy" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Cookie Policy - ActiveCampaign" /> <meta property="og:description" content="THIS COPY IS PROVIDED AS A COURTESY ONLY AND DOES NOT CONSTITUTE LEGAL ADVICE." /> <meta property="og:url" content="https://www.activecampaign.com/legal/cookie-policy" /> <meta property="og:site_name" content="ActiveCampaign" /> <meta property="og:updated_time" content="2022-12-12T09:21:54-06:00" /> <meta property="og:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:secure_url" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:alt" content="Cookie Policy" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Cookie Policy - ActiveCampaign" /> <meta name="twitter:description" content="THIS COPY IS PROVIDED AS A COURTESY ONLY AND DOES NOT CONSTITUTE LEGAL ADVICE." /> <meta name="twitter:image" content="https://www.activecampaign.com/wp-content/uploads/2021/10/ActiveCampaign_Logo_OpenGraph.png" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="3 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://www.activecampaign.com/legal/cookie-policy#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.activecampaign.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.activecampaign.com/legal","name":"Legal"}},{"@type":"ListItem","position":"3","item":{"@id":"https://www.activecampaign.com/legal/cookie-policy","name":"Cookie Policy"}}]}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//cdn.getambassador.com' /> <link rel='dns-prefetch' href='//cdn.sajari.com' /> <link rel='dns-prefetch' href='//pixel.cdnwidget.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign » Feed" href="https://www.activecampaign.com/feed" /> <link rel="alternate" type="application/rss+xml" title="ActiveCampaign » Comments Feed" href="https://www.activecampaign.com/comments/feed" /> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-library-inline-css'> :root{--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,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}: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)}.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)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#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{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;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-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}} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ac-blue: #004CFF;--wp--preset--color--ac-blue-200: #EAF6FF;--wp--preset--color--midnight: #0E1C38;--wp--preset--color--dusk: #003343;--wp--preset--color--cream: #F2F1E5;--wp--preset--color--moss: #255131;--wp--preset--color--dawn: #FF551D;--wp--preset--color--maroon: #821469;--wp--preset--color--midday: #756031;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--ocean: linear-gradient(165deg, rgb(53, 106, 230) 50%, rgb(53, 106, 230) 0px, rgb(64, 114, 231) 0px);--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--font-size--type-1: 12px;--wp--preset--font-size--type-2: 14px;--wp--preset--font-size--type-3: 16px;--wp--preset--font-size--type-4: 18px;--wp--preset--font-size--type-5: 20px;--wp--preset--font-size--type-6: 24px;--wp--preset--font-size--type-7: 28px;--wp--preset--font-family--plex-sans-regular: IBM Plex Regular;--wp--preset--font-family--plex-sans-medium: IBM Plex Medium;--wp--preset--font-family--plex-sans-semibold: IBM Plex Semi Bold;--wp--preset--font-family--plex-sans-bold: IBM Plex Bold;--wp--preset--font-family--poppins: Poppins Bold;--wp--preset--font-family--ibm-plex-mono-bold: IBM Plex Mono Bold;--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--spacing--100: 2px;--wp--preset--spacing--200: 4px;--wp--preset--spacing--300: 8px;--wp--preset--spacing--400: 12px;--wp--preset--spacing--500: 16px;--wp--preset--spacing--600: 20px;--wp--preset--spacing--700: 24px;--wp--preset--spacing--800: 28px;--wp--preset--spacing--900: 32px;--wp--preset--spacing--1000: 48px;--wp--preset--spacing--1100: 64px;--wp--preset--spacing--1200: 80px;--wp--preset--spacing--1300: 128px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}.wp-block-heading{--wp--preset--font-size--type-0: 20px;--wp--preset--font-size--type-1: 28px;--wp--preset--font-size--type-2: 32px;--wp--preset--font-size--type-3: 36px;--wp--preset--font-size--type-4: 40px;--wp--preset--font-size--type-5: 44px;--wp--preset--font-size--type-6: 48px;--wp--preset--font-size--type-7: 60px;}.wp-block-image{--wp--preset--spacing--hang-100: -2px;--wp--preset--spacing--hang-200: -4px;--wp--preset--spacing--hang-300: -8px;--wp--preset--spacing--hang-400: -12px;--wp--preset--spacing--hang-500: -16px;--wp--preset--spacing--hang-600: -20px;--wp--preset--spacing--hang-700: -24px;--wp--preset--spacing--hang-800: -28px;--wp--preset--spacing--hang-900: -32px;--wp--preset--spacing--hang-1000: -48px;--wp--preset--spacing--hang-1100: -64px;--wp--preset--spacing--hang-1200: -80px;--wp--preset--spacing--hang-1300: -128px;}body { margin: 0;--wp--style--global--content-size: 712px;--wp--style--global--wide-size: 1080px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--500); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: var(--wp--preset--spacing--500); }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--500);margin-block-end: 0;}:where(body .is-layout-flex) {gap: var(--wp--preset--spacing--500);}:where(body .is-layout-grid) {gap: var(--wp--preset--spacing--500);}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{font-family: var(--wp--preset--font-family--plex-sans-regular);line-height: 1.25;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ac-blue-color{color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-color{color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-color{color: var(--wp--preset--color--midnight) !important;}.has-dusk-color{color: var(--wp--preset--color--dusk) !important;}.has-cream-color{color: var(--wp--preset--color--cream) !important;}.has-moss-color{color: var(--wp--preset--color--moss) !important;}.has-dawn-color{color: var(--wp--preset--color--dawn) !important;}.has-maroon-color{color: var(--wp--preset--color--maroon) !important;}.has-midday-color{color: var(--wp--preset--color--midday) !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-ac-blue-background-color{background-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-background-color{background-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-background-color{background-color: var(--wp--preset--color--midnight) !important;}.has-dusk-background-color{background-color: var(--wp--preset--color--dusk) !important;}.has-cream-background-color{background-color: var(--wp--preset--color--cream) !important;}.has-moss-background-color{background-color: var(--wp--preset--color--moss) !important;}.has-dawn-background-color{background-color: var(--wp--preset--color--dawn) !important;}.has-maroon-background-color{background-color: var(--wp--preset--color--maroon) !important;}.has-midday-background-color{background-color: var(--wp--preset--color--midday) !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-ac-blue-border-color{border-color: var(--wp--preset--color--ac-blue) !important;}.has-ac-blue-200-border-color{border-color: var(--wp--preset--color--ac-blue-200) !important;}.has-midnight-border-color{border-color: var(--wp--preset--color--midnight) !important;}.has-dusk-border-color{border-color: var(--wp--preset--color--dusk) !important;}.has-cream-border-color{border-color: var(--wp--preset--color--cream) !important;}.has-moss-border-color{border-color: var(--wp--preset--color--moss) !important;}.has-dawn-border-color{border-color: var(--wp--preset--color--dawn) !important;}.has-maroon-border-color{border-color: var(--wp--preset--color--maroon) !important;}.has-midday-border-color{border-color: var(--wp--preset--color--midday) !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-ocean-gradient-background{background: var(--wp--preset--gradient--ocean) !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;}.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;}.has-plex-sans-regular-font-family{font-family: var(--wp--preset--font-family--plex-sans-regular) !important;}.has-plex-sans-medium-font-family{font-family: var(--wp--preset--font-family--plex-sans-medium) !important;}.has-plex-sans-semibold-font-family{font-family: var(--wp--preset--font-family--plex-sans-semibold) !important;}.has-plex-sans-bold-font-family{font-family: var(--wp--preset--font-family--plex-sans-bold) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-ibm-plex-mono-bold-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono-bold) !important;}.wp-block-heading.has-type-0-font-size{font-size: var(--wp--preset--font-size--type-0) !important;}.wp-block-heading.has-type-1-font-size{font-size: var(--wp--preset--font-size--type-1) !important;}.wp-block-heading.has-type-2-font-size{font-size: var(--wp--preset--font-size--type-2) !important;}.wp-block-heading.has-type-3-font-size{font-size: var(--wp--preset--font-size--type-3) !important;}.wp-block-heading.has-type-4-font-size{font-size: var(--wp--preset--font-size--type-4) !important;}.wp-block-heading.has-type-5-font-size{font-size: var(--wp--preset--font-size--type-5) !important;}.wp-block-heading.has-type-6-font-size{font-size: var(--wp--preset--font-size--type-6) !important;}.wp-block-heading.has-type-7-font-size{font-size: var(--wp--preset--font-size--type-7) !important;} </style> <link rel='stylesheet' id='ac-block-menu-dropdown-frontend-css-css' href='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css?ver=ac-block-menu-dropdown-frontend.b5946dd8966a97654b1d.css' media='all' /> <link rel='stylesheet' id='bcct_style-css' href='https://www.activecampaign.com/wp-content/plugins/better-click-to-tweet/assets/css/styles.css?ver=3.0' media='all' /> <link rel='stylesheet' id='wpml-blocks-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=4.6.6' media='all' /> <link rel='stylesheet' id='wpml-legacy-dropdown-0-css' href='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css?ver=1' media='all' /> <style id='wp-webfonts-inline-css'> @font-face{font-family:"IBM Plex Regular";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2');}@font-face{font-family:"IBM Plex Medium";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2') format('woff2');}@font-face{font-family:"IBM Plex Semi Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2') format('woff2');}@font-face{font-family:"IBM Plex Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2') format('woff2');}@font-face{font-family:"Poppins Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2') format('woff2');}@font-face{font-family:"IBM Plex Mono Bold";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/IBMPlexMono-Bold.ttf') format('truetype');} </style> <link rel='stylesheet' id='active-campaign-styles-css' href='https://www.activecampaign.com/wp-content/themes/activecampaign/build/css/index.css?ver=1722438044' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.23.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-6.css?ver=1732290514' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/custom-pro-frontend.min.css?ver=1732290523' media='all' /> <link rel='stylesheet' id='elementor-post-36023-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-36023.css?ver=1732301613' media='all' /> <link rel='stylesheet' id='elementor-post-435-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-435.css?ver=1732290531' media='all' /> <link rel='stylesheet' id='elementor-post-102-css' href='https://www.activecampaign.com/wp-content/uploads/elementor/css/post-102.css?ver=1732290532' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0} </style> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://www.activecampaign.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js?ver=1' id='wpml-legacy-dropdown-0-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js' defer></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.activecampaign.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://www.activecampaign.com/?p=36023' /> <link rel="alternate" type="application/json+oembed" href="https://www.activecampaign.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Flegal%2Fcookie-policy" /> <link rel="alternate" type="text/xml+oembed" href="https://www.activecampaign.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.activecampaign.com%2Flegal%2Fcookie-policy&format=xml" /> <!-- HFCM by 99 Robots - Snippet # 2: GTM --> <!-- Google Tag Manager --> <script>(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-NQ88L9R');</script> <!-- End Google Tag Manager --> <!-- Add GTM script part 2 after body tag --> <script type="text/javascript"> document.onload = function() { let gtm = document.createElement('noscript'); let iframe = document.createElement('iframe') iframe.src = 'https://www.googletagmanager.com/ns.html?id=GTM-NQ88L9R'; iframe.style.display = 'none'; iframe.style.visibility = 'hidden'; iframe.style.width = '0'; iframe.style.height = '0'; gtm.appendChild(iframe); document.body.parentNode.insertBefore(gtm, document.body.firstChild); } </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 18: Adobe --> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 20: --> <style> .otgs-development-site-front-end{ display:none !important; } </style> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 22: Adobe Pre-Hiding Snippet --> <script data-nolazy> //prehiding snippet for Adobe Target with asynchronous tags deployment ;(function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style) { return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); }, timeout); }(window, document, "body {opacity: 0 !important}", 3000)); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 23: Adobe Async --> <script src="https://assets.adobedtm.com/fccae223403d/b9ca3c9bef1d/launch-dab30381be28.min.js" async></script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 24: Whisperlink style fixes --> <style> .camp ul.is-style-check-white-tick li a{ color: white; text-decoration:underline } .camp ul.is-style-check-white-tick li a:hover{ color:white; text-decoration:none; } </style> <!-- /end HFCM by 99 Robots --> <meta name="generator" content="WPML ver:4.6.6 stt:1,4,3,27,66,2;" /> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-regular.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-500.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-600.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/ibm-plex-sans-v8-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/themes/activecampaign/build/fonts/poppins-v15-latin-700.woff2" crossorigin> <link rel="preload" as="font" href="https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2" crossorigin><meta name="generator" content="Elementor 3.16.5; features: e_dom_optimization, e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.activecampaign.com/wp-content/uploads/2023/10/cropped-favicon-270x270.png" /> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript> </head> <body class="page-template-default page page-id-36023 page-child parent-pageid-10155 wp-custom-logo wp-embed-responsive site-wrapper mobile page-cookie-policy group-blog no-js lang-en elementor-default elementor-kit-6 elementor-page elementor-page-36023"> <a class="skip-link screen-reader-text" href="#main">Skip to content</a> <div class="craftHeader craft-api"> <div class="skeleton-loader"> <div class="skeleton-logo"></div> <div class="skeleton-links"> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> <div class="skeleton-line"></div> </div> <div class="skeleton-buttons"> <div class="skeleton-button"></div> <div class="skeleton-button"></div> <div class="skeleton-mobile-menu"></div> </div> </div> <div class="dynamic-header loading"></div> </div> <main id="main" class="site-main container"> <article id="post-36023" class="post-36023 page type-page status-publish hentry"> <div class="entry-content"> <div data-elementor-type="wp-page" data-elementor-id="36023" class="elementor elementor-36023" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6e93121a pt-12 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6e93121a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44e18e59" data-id="44e18e59" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-55a3fb72 lead-in elementor-widget elementor-widget-heading" data-id="55a3fb72" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">THIS COPY IS PROVIDED AS A COURTESY ONLY AND DOES NOT CONSTITUTE LEGAL ADVICE.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-64a2db3 py-80 px-16 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64a2db3" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-28d8fd2b elementor-hidden-tablet elementor-hidden-mobile" data-id="28d8fd2b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6e646744 elementor-share-buttons--view-text elementor-share-buttons--align-left elementor-share-buttons--color-custom pb-40 pt-24 elementor-share-buttons-mobile--align-center elementor-share-buttons--shape-rounded elementor-share-buttons--skin-gradient elementor-grid-0 elementor-widget elementor-widget-share-buttons" data-id="6e646744" data-element_type="widget" data-widget_type="share-buttons.default"> <div class="elementor-widget-container"> <div class="elementor-grid"> <div class="elementor-grid-item"> <div class="elementor-share-btn elementor-share-btn_print" role="button" tabindex="0" aria-label="Share on print" > <div class="elementor-share-btn__text"> <span class="elementor-share-btn__title"> Download as PDF </span> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-3986baf ac-toc elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-table-of-contents" data-id="3986baf" data-element_type="widget" data-settings="{"headings_by_tags":["h4"],"container":".ac-toc-content","exclude_headings_by_selector":"#header1","sticky_offset":250,"sticky_on":["desktop","tablet"],"sticky_parent":"yes","sticky":"top","marker_view":"numbers","min_height":{"unit":"px","size":"","sizes":[]},"min_height_tablet":{"unit":"px","size":"","sizes":[]},"min_height_mobile":{"unit":"px","size":"","sizes":[]},"sticky_effects_offset":0}" data-widget_type="table-of-contents.default"> <div class="elementor-widget-container"> <div class="elementor-toc__header" aria-controls="elementor-toc__body"> <h4 class="elementor-toc__header-title"> TABLE OF CONTENTS </h4> </div> <div class="elementor-toc__body" aria-expanded="true"> <div class="elementor-toc__spinner-container"> <i class="elementor-toc__spinner eicon-animation-spin eicon-loading" aria-hidden="true"></i> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-25f1ca72" data-id="25f1ca72" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3844e3d2 elementor-widget elementor-widget-heading" data-id="3844e3d2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Legal</p> </div> </div> <div class="elementor-element elementor-element-27a6215 elementor-widget elementor-widget-theme-page-title elementor-page-title elementor-widget-heading" data-id="27a6215" data-element_type="widget" data-widget_type="theme-page-title.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Cookie Policy</h1> </div> </div> <div class="elementor-element elementor-element-1c563924 elementor-widget elementor-widget-text-editor" data-id="1c563924" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Effective: April 25th, 2018 </div> </div> <div class="elementor-element elementor-element-7fdeca7e py-64 ac-toc-content elementor-widget elementor-widget-text-editor" data-id="7fdeca7e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Our Privacy Policy explains how we collect and use information from and about you when you visit our website, create an account with us, use our platform, or otherwise interact with us. This policy explains more about how we use cookies and your choices concerning cookies.</p><p> </p><h4>What are Cookies?</h4><p>Like most websites, we use cookies and similar technologies to remember things about you so that we can provide you with a better experience.</p><ul><li>Cookies are small data files stored on your browser or device. They may be served by the entity that operates the website you are visiting (“first-party cookies”) or by other companies (“third-party cookies”). For example, we partner with third-party analytics providers, like Google, which set cookies when you visit our websites. This helps us understand how you are using our Services so that we can improve them.</li><li>Pixels are small images on a web page or in an email. Pixels collect information about your browser or device and can set cookies.</li><li>Local storage allows data to be stored locally on your browser or device and includes HTML5 local storage and browser cache.</li><li>SDKs are blocks of code provided by our partners that may be installed in our mobile applications. SDKs help us understand how you interact with our mobile applications and collect certain information about the device and network you use to access the application.</li></ul><p> </p><h4>How We Use Cookies</h4><p>We use cookies for a number of reasons, like helping us see which features are most popular, counting visitors to a page, improving our users’ experience, keeping our services secure, and generally providing you with a better experience. The cookies we use generally fall into one of the following categories.</p><table class="section-table"><thead><tr><th><strong>CATEGORY OF COOKIES</strong></th><th><strong>WHY WE USE THESE COOKIES</strong></th></tr></thead><tbody><tr><td>Technical</td><td>These cookies are essential for our services to function properly. Like the other cookies we use, technical cookies may be either first-party cookies or third-party cookies.</td></tr><tr><td>Preferences</td><td>We use these cookies to remember your settings and preferences. For example, we may use these cookies to remember your language preferences.</td></tr><tr><td>Security</td><td>We use these cookies to help identify and prevent security risks.</td></tr><tr><td>Performance</td><td>We use these cookies to collect information about how you interact with our services and to help us improve them. For example, we may use these cookies to determine if you have interacted with a certain page.</td></tr><tr><td>Analytics</td><td>We use these cookies to help us understand and improve our services. For example, we can use these cookies to learn more about which features are the most popular with our users and where we may need to make improvements.</td></tr><tr><td>Advertising</td><td>We and our advertising partners use these cookies to deliver advertisements, to make them more relevant and meaningful to visitors to our website, and to track the efficiency of our advertising campaigns, both on our services and on other websites.</td></tr></tbody></table><p>Please visit our cookies page for <a href="/legal/cookies">a full list of the cookies we deploy on our website</a> and the categories they fall into.</p><p>Device ID’s. If you access our website using a mobile device, the device ID may be recorded and used for purposes similar to those of cookies. We do not identify or record a device location without your specific permission.</p><p> </p><h4>Your Choices</h4><p>You have a number of options to control or limit how we and our partners use cookies and similar technologies, including for advertising.</p><ul><li>Although most browsers and devices accept cookies by default, their settings usually allow you to clear or decline cookies. If you disable cookies, however, some of the features of our services may not function properly.</li><li>To prevent your data from being used by Google Analytics, you can install <a href="https://tools.google.com/dlpage/gaoptout" target="_blank" rel="noopener">Google’s opt-out browser add-on</a>.</li><li>For information on how our advertising partners allow you to opt out of receiving ads based on your web browsing history, please visit <a href="http://optout.aboutads.info/" target="_blank" rel="noopener">http://optout.aboutads.info/</a>. European users may opt out of receiving targeted advertising through the <a href="https://www.youronlinechoices.eu/" target="_blank" rel="noopener">European Interactive Digital Advertising Alliance</a>.</li><li>To opt out of ads on Facebook, Pinterest, or Google that are targeted to your interests, use your Facebook, Pinterest, or Google Ads settings.</li><li>Check your mobile device for settings that control ads based on your interactions with the applications on your device. For example, on your iOS device, enable the “Limit Ad Tracking” setting, and on your Android device, enable the “Opt out of Ads Personalization” setting.</li></ul><p> </p><h4>Contact Us</h4><p>If you have any questions about our use of cookies, please contact us at <a href="mailto:info@activecampaign.com">info@activecampaign.com</a> or at:</p><p>ActiveCampaign, LLC<br />1 North Dearborn Street, 5th Floor<br />Chicago, IL 60602</p> </div> </div> </div> </div> </div> </section> </div> </div><!-- .entry-content --> </article><!-- #post-## --> </main><!-- #main --> <div class="craftFooter craft-api"></div> <!-- HFCM by 99 Robots - Snippet # 1: Tracking --> <!-- AC conversion reporting --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var trackac = document.createElement("script"); trackac.defer = true; trackac.type = "text/javascript"; trackac.src = "//www.activecampaign.com/_track.php?r="+encodeURIComponent(document.referrer)+"&u="+encodeURIComponent(window.location.href); var trackac_s = document.getElementsByTagName("script"); if (trackac_s.length) { trackac_s[0].parentNode.appendChild(trackac); } else { var trackac_h = document.getElementsByTagName("head"); trackac_h.length && trackac_h[0].appendChild(trackac); } </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } var url = window.location.href; var arr = url.match(/(\?|&)_r=([^&]*)/); if (arr) { setCookie("acAffiliate", arr[2], 90); } </script> <script type="rocketlazyloadscript" src='https://js.sentry-cdn.com/b822c481a6c34679af9122e5576d7311.min.js' crossorigin="anonymous" defer></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { Sentry.onLoad(function() { Sentry.init({ environment: "{{ if { env:APP_ENV } === 'dev' }}development{{ else }}{{ if { env:IS_STAGING } }}staging{{ else }}production{{ /if }}{{ /if }}", denyUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ], ignoreErrors: [ /* Random plugins/extensions */ 'top.GLOBALS', /* See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html */ 'originalCreateNotification', 'canvas.contentDocument', 'MyApp_RemoveAllHighlights', 'http://tt.epicplay.com', 'https://distillery.wistia.com', 'Can\'t find variable: ZiteReader', 'jigsaw is not defined', 'ComboSearch is not defined', 'http://loading.retry.widdit.com/', 'atomicFindClose', /* Facebook borked */ 'fb_xd_fragment', /* ISP "optimizing" proxy - `Cache-Control: no-transform` seems to / reduce this. (thanks @acdha) / See http://stackoverflow.com/questions/4113268 */ 'bmi_SafeAddOnload', 'EBCallBackMessageReceived', /* See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx */ 'conduitPage', // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i, ], blacklistUrls: [ /* Facebook flakiness */ /graph\.facebook\.com/i, /* Facebook blocked */ /connect\.facebook\.net\/en_US\/all\.js/i, /* Woopra flakiness */ /eatdifferent\.com\.woopra-ns\.com/i, /static\.woopra\.com\/js\/woopra\.js/i, /* Chrome extensions */ /extensions\//i, /^chrome:\/\//i, /* Other plugins */ /127\.0\.0\.1:4001\/isrunning/i, /* Cacaoweb */ /webappstoolbarba\.texthelp\.com\//i, /metrics\.itunes\.apple\.com\.edgesuite\.net\//i, // Ignore Google flakiness /\/(gtm|ga|analytics)\.js/i ] }); }); }) </script> <!-- Leads tracking - minified script --> <!-- <script type="rocketlazyloadscript">var queryForm=function(e){var t=!(!e||!e.reset)&&e.reset,o=window.location.toString().split("?"),n=document.referrer,r=new Date;if(window.localStorage.setItem("date",r),n.length>0){var i=(n=n.replace(/^http(s?):\/\//i,"")).split(".");"www"==i[0]?refDomain=i[1].toString():refDomain=i[0].toString(),sessionStorage.setItem("referring_domain",decodeURIComponent(refDomain))}if(o.length>1){var a=o[1].split("&");for(l in a){var s=a[l].split("=");(t||null===sessionStorage.getItem(s[0]))&&sessionStorage.setItem(s[0],decodeURIComponent(s[1]))}}for(var m=document.querySelectorAll("input[type=hidden], input[type=text]"),l=0;l<m.length;l++){var g=m[l].name.match(/\[(.*?)\]/);if(g)if("current_date"===g[1])var d=window.localStorage.getItem("date");else d=sessionStorage.getItem(g[1]);d&&(document.getElementsByName(m[l].name)[0].value=d)}};setTimeout(function(){queryForm()},3e3);</script>--> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 17: Geo Form Fix --> <script> (function () { var storageCheck = (function() { var uid = 'ACLocalStorageTest'; var result; try { localStorage.setItem(uid, uid); result = localStorage.getItem(uid) === uid; localStorage.removeItem(uid); return result && localStorage; } catch (exception) {} }()); var initGeoField = function (locationField) { if (locationField && locationField.value.match(/^([A-Z]{2})/)) { if (storageCheck && localStorage.getItem('GeoLoc') && localStorage.getItem('GeoLoc').match(/^([A-Z]{2})/)){ locationField.value = localStorage.getItem('GeoLoc'); } else { fetch('https://www.activecampaign.com/wp-content/themes/activecampaign/json/location.php') .then(res => res.json()) .then((out) => { if (storageCheck && out.location !== 'XX'){ localStorage.setItem('GeoLoc', out.location); } //console.log('Original Location: ', locationField.value); locationField.value = out.location //console.log('Updated Location: ', locationField.value); }).catch(err => console.error(err)); } } } // Elementor Forms var forms = document.querySelectorAll('.elementor-form'); if (forms) { forms.forEach(function (item) { var locationField = item.querySelector('.elementor-field-type-hidden > input[type=hidden]'); if (locationField){ initGeoField(locationField); } }); } // Blog Signup var fields = document.querySelectorAll('input[data-name="geoip_country"]'); if (fields) { fields.forEach(function (locationField) { initGeoField(locationField); }); } })(); </script> <!-- /end HFCM by 99 Robots --> <!-- HFCM by 99 Robots - Snippet # 21: URL Tracking --> <script type="rocketlazyloadscript"> (function(){ const setSessionParams = () => { const urlParams = new URLSearchParams(location.search); const trackedParameters = [ 'cid', 'mMact', 'mMc', 'mMsta', 'mMt', 'utm_campaign', 'utm_medium', 'utm_source', 'wid' ]; if (urlParams){ trackedParameters.forEach((param) => { if (urlParams.has(param)){ sessionStorage.setItem(param,urlParams.get(param)); } }) } } //check referring domain const setReferringDomain = () => { if (sessionStorage.getItem('referring_domain') === null){ try { let url = (new URL(document.referrer)); if (url.host){ // ignore staging and live environments if (!url.host.includes('wpengine') && !url.host.includes('activecampaign')){ sessionStorage.setItem('referring_domain', url.host); } } } catch (e){ //console.log(e); } } } setReferringDomain(); setSessionParams(); })() </script> <!-- /end HFCM by 99 Robots --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> /** * We define our custom disqus configs here. This function is invoked from: * /disqus-comment-system/public/js/comment_embed.js by variable `disqus_config_custom` */ var disqus_config = function () { this.language = "en"; }; </script><script src='https://www.activecampaign.com/wp-content/mu-plugins/ac-blocks/build/ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js?ver=ac-block-menu-dropdown-frontend.c3470337b392f0c390bb.js' id='ac-block-menu-dropdown-frontend-js-js' defer></script> <script id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id='rocket-preload-links-js-extra'> var RocketPreloadLinksConfig = {"excludeUris":"\/it\/sales-crm|\/br\/marketing-automation|\/br\/email-marketing|\/lp\/sem\/marketing-automation|\/about|\/es\/marketing-automation|\/about\/events|\/resources\/customer-enablement-workshops|\/security\/security-package|\/email-marketing|\/contact|\/search|\/customer-experience-automation|\/br\/feature\/marketing-automation|\/br\/glossary\/dmarc|\/about\/diversity-equity-inclusion|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","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.activecampaign.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='https://www.activecampaign.com/wp-content/themes/activecampaign/build/js/index.js?ver=1722438045' id='active-campaign-scripts-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.16.2' id='elementor-pro-webpack-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.16.5' id='elementor-webpack-runtime-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.16.5' id='elementor-frontend-modules-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script> <script src='https://www.activecampaign.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.activecampaign.com\/wp-admin\/admin-ajax.php","nonce":"44c5f1604a","urls":{"assets":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.activecampaign.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}}, "facebook_sdk":{"lang":"en","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.16.2' id='elementor-pro-frontend-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js' defer></script> <script src='https://www.activecampaign.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":600,"lg":960,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":599,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":959,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}, "version":"3.16.5","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.activecampaign.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_mobile":599,"viewport_tablet":"959","body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":36023,"title":"Cookie%20Policy%20-%20ActiveCampaign","excerpt":"","featuredImage":false}}; </script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.16.5' id='elementor-frontend-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.16.2' id='pro-elements-handlers-js' defer></script> <script src='https://www.activecampaign.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.16.2' id='e-sticky-js' defer></script> <div class="svg-sprite-wrapper"><svg width="0" height="0" style="position:absolute"><symbol viewBox="0 0 24 24" id="arrow-back" xmlns="http://www.w3.org/2000/svg"><path fill="#356AE6" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></symbol><symbol fill="none" viewBox="0 0 24 25" id="arrow-left" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#aba)"><path fill-rule="evenodd" clip-rule="evenodd" d="M23 13.54H4.375l9.085 9.3-1.431 1.398L.602 12.54 12.03.84l1.43 1.398-9.084 9.302H23v2Z" fill="#1F2129"/></g><defs><clipPath id="aba"><path fill="#fff" transform="translate(0 .54)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 24" id="back-arrow" xmlns="http://www.w3.org/2000/svg"><defs><path id="aca" d="M5.414 11H22v2H5.414l7.293 7.293-1.414 1.414L1.586 12l9.707-9.707 1.414 1.414L5.414 11z"/></defs><g fill="none" fill-rule="evenodd"><mask id="acb" fill="#fff"><use xlink:href="#aca"/></mask><use fill="currentColor" fill-rule="nonzero" xlink:href="#aca"/><g mask="url(#acb)"><path d="M0 0h24v24H0z"/></g></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="calendar" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 0h-2v2H4V0H2v2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2V0Zm0 6H2v8h12V6Zm-2 2H9v3h3V8Z" fill="#5F667E"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="calendar-event" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 0h-3v3H8V0H5v3H3a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2V0ZM3 9h18v12H3V9Zm16 2h-4v4h4v-4Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 16 28" id="caret-down" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M16 11a.99.99 0 0 1-.297.703l-7 7C8.516 18.89 8.265 19 8 19s-.516-.109-.703-.297l-7-7A.996.996 0 0 1 0 11c0-.547.453-1 1-1h14c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 24 24" id="check" xmlns="http://www.w3.org/2000/svg"><path fill="#19CCA3" d="M8.382 16.956 20.202 4 22 5.64 8.5 20.44 2 14.22l1.683-1.76z"/></symbol><symbol fill="none" viewBox="0 0 8 8" id="chevron-filled-right" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4Z" fill="#356AE6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-banana" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#facf3f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-creamsicle" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#ff8730"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-lavender" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#73f"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-mint" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#19cca3"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-ocean" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#356ae6"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-slate" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#4e5468"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-strawberry" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#f3376b"/></symbol><symbol style="enable-background:new 0 0 8 8" xml:space="preserve" viewBox="0 0 8 8" id="chevron-filled-right-white" xmlns="http://www.w3.org/2000/svg"><path d="M6 4 2 0v8l4-4z" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="chevron-lined-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.707.293 6.293 1.707 16.586 12 6.293 22.293l1.414 1.414L19.414 12 7.707.293Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="clock-time" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-11-.054V5h-2v8.054l4.47 2.794 1.06-1.696L13 11.946Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 22.5 22.27" id="close" xmlns="http://www.w3.org/2000/svg"><defs><style>.ase976b01e-b823-4a33-afa4-7e423e5efc07{fill:#303536}</style></defs><g id="asbc0933f0-4035-477f-a26f-3729a5f20fc6" data-name="Layer 2"><g id="asac142a7b-f51d-4aa6-8dfb-c0c4fdfa64fb" data-name="Layer 1"><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="m.4 2.17 19.44 19.44a1.25 1.25 0 1 0 1.77-1.77L2.17.4A1.18 1.18 0 0 0 .4.4a1.18 1.18 0 0 0 0 1.77Z"/><path class="ase976b01e-b823-4a33-afa4-7e423e5efc07" d="M2.66 21.87 22.1 2.43a1.18 1.18 0 0 0 0-1.77 1.18 1.18 0 0 0-1.77 0L.89 20.1a1.18 1.18 0 0 0 0 1.77 1.18 1.18 0 0 0 1.77 0Z"/></g></g></symbol><symbol viewBox="0 0 48 48" id="divider-handle" xmlns="http://www.w3.org/2000/svg"><circle fill="#1f2129" cx="24" cy="24" r="24"/><path d="M28.5 30V18l7 6zm-9-12v12l-7-6z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 16 16" id="download" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="m11.226 5.843-.284-1.431a3 3 0 0 0-5.885 0l-.284 1.431-1.45.167A1.5 1.5 0 0 0 3.5 9H5v2H3.5a3.5 3.5 0 0 1-.405-6.977 5.002 5.002 0 0 1 9.81 0A3.5 3.5 0 0 1 12.5 11H11V9h1.5a1.5 1.5 0 0 0 .176-2.99l-1.45-.167zM7 13V6h2v7h2l-3 3-3-3h2z" fill="#004cff"/></symbol><symbol fill="none" viewBox="0 0 17 17" id="earth-globe" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ava)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.577 14.53c2.221 0 4.16-1.207 5.197-3h-.197a2 2 0 0 1-2-2 2 2 0 0 1 0-4h2.197a5.998 5.998 0 0 0-5.197-3 5.998 5.998 0 0 0-5.197 3h.697a2.5 2.5 0 0 1 2 4h1a1.5 1.5 0 0 1 0 3H4.105a5.985 5.985 0 0 0 4.472 2Zm0 2a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" fill="#fff"/></g><defs><clipPath id="ava"><path fill="#fff" transform="translate(.577 .53)" d="M0 0h16v16H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="email-love" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#awa)"><mask id="awb" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#awb)" fill="#fff" stroke="#004CFF" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="awa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 24 28" id="facebook-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M19.5 2q1.859 0 3.18 1.32T24 6.5v15q0 1.859-1.32 3.18T19.5 26h-2.938v-9.297h3.109l.469-3.625h-3.578v-2.312q0-.875.367-1.313t1.43-.438l1.906-.016V5.765q-.984-.141-2.781-.141-2.125 0-3.398 1.25t-1.273 3.531v2.672H9.688v3.625h3.125v9.297H4.5q-1.859 0-3.18-1.32T0 21.499v-15q0-1.859 1.32-3.18t3.18-1.32h15z"/></symbol><symbol viewBox="0 0 20 20" id="globe" xmlns="http://www.w3.org/2000/svg"><path d="M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM8.964 18.51a8.507 8.507 0 0 1-5.025-2.45A8.515 8.515 0 0 1 1.429 10c0-2.061.722-4.01 2.048-5.56.034.409.118.848.097 1.162-.08 1.144-.192 1.86.477 2.825.261.376.325.915.452 1.35.125.425.62.649.963.91.69.53 1.35 1.145 2.083 1.611.483.308.784.46.643 1.05-.114.474-.146.766-.39 1.189-.076.129.282.957.4 1.076.361.36.719.691 1.112 1.016.609.503-.06 1.157-.35 1.88zm7.097-2.45a8.51 8.51 0 0 1-4.45 2.36 3.55 3.55 0 0 1 1.053-1.411c.341-.263.768-.77.947-1.17.178-.401.414-.749.652-1.117.34-.524-.837-1.314-1.219-1.48-.858-.373-1.504-.875-2.267-1.412-.543-.383-1.647.2-2.26-.068-.841-.367-1.533-1.005-2.264-1.555-.754-.568-.717-1.23-.717-2.067.59.022 1.43-.164 1.822.311.124.15.55.82.834.582.233-.195-.172-.974-.25-1.157-.241-.563.548-.783.951-1.165.527-.498 1.658-1.28 1.568-1.637-.089-.357-1.13-1.369-1.742-1.21-.092.023-.9.87-1.055 1.002l.012-.829c.003-.174-.325-.353-.31-.466.039-.284.83-.8 1.027-1.026-.138-.087-.609-.491-.751-.432-.345.144-.735.243-1.08.387 0-.12-.014-.232-.031-.343a8.49 8.49 0 0 1 2.178-.632l.677.272.478.567.477.492.417.134.663-.624-.171-.446v-.401c1.31.19 2.547.679 3.63 1.432-.193.018-.406.046-.646.077-.1-.059-.227-.085-.335-.126.314.675.641 1.34.974 2.007.355.711 1.144 1.475 1.282 2.226.164.885.05 1.69.14 2.731.086 1.003 1.13 2.143 1.13 2.143s.483.164.884.107a8.519 8.519 0 0 1-2.248 3.945z" fill="currentColor"/></symbol><symbol viewBox="0 0 30 20" id="hamburger" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 2"><path d="M12.5 11.25h16.25A1.18 1.18 0 0 0 30 10a1.18 1.18 0 0 0-1.25-1.25H12.5A1.18 1.18 0 0 0 11.25 10a1.18 1.18 0 0 0 1.25 1.25ZM1.25 2.5h27.5A1.18 1.18 0 0 0 30 1.25 1.18 1.18 0 0 0 28.75 0H1.25A1.18 1.18 0 0 0 0 1.25 1.18 1.18 0 0 0 1.25 2.5Zm0 17.5h27.5a1.25 1.25 0 0 0 0-2.5H1.25a1.25 1.25 0 0 0 0 2.5Z" style="fill:#000" data-name="Layer 1"/></g></symbol><symbol fill="none" viewBox="0 0 12 12" id="icon-link" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h5v2H2v8h8V8h2v4H0V0Z" fill="#5F667E"/><path d="M10.207 3.207 12 5V0H7l1.793 1.793-4.5 4.5 1.414 1.414 4.5-4.5Z" fill="#5F667E"/></symbol><symbol viewBox="0 0 27 32" id="instagram-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M18.286 16q0-1.893-1.339-3.232t-3.232-1.339-3.232 1.339T9.144 16t1.339 3.232 3.232 1.339 3.232-1.339T18.286 16zm2.464 0q0 2.929-2.054 4.982t-4.982 2.054-4.982-2.054T6.678 16t2.054-4.982 4.982-2.054 4.982 2.054T20.75 16zm1.929-7.321q0 .679-.482 1.161t-1.161.482-1.161-.482-.482-1.161.482-1.161 1.161-.482 1.161.482.482 1.161zM13.714 4.75l-1.366-.009q-1.241-.009-1.884 0t-1.723.054-1.839.179-1.277.33q-.893.357-1.571 1.036T3.018 7.911q-.196.518-.33 1.277t-.179 1.839-.054 1.723 0 1.884T2.464 16t-.009 1.366 0 1.884.054 1.723.179 1.839.33 1.277q.357.893 1.036 1.571t1.571 1.036q.518.196 1.277.33t1.839.179 1.723.054 1.884 0 1.366-.009 1.366.009 1.884 0 1.723-.054 1.839-.179 1.277-.33q.893-.357 1.571-1.036t1.036-1.571q.196-.518.33-1.277t.179-1.839.054-1.723 0-1.884T24.964 16t.009-1.366 0-1.884-.054-1.723-.179-1.839-.33-1.277q-.357-.893-1.036-1.571t-1.571-1.036q-.518-.196-1.277-.33t-1.839-.179-1.723-.054-1.884 0-1.366.009zM27.429 16q0 4.089-.089 5.661-.179 3.714-2.214 5.75t-5.75 2.214q-1.571.089-5.661.089t-5.661-.089q-3.714-.179-5.75-2.214T.09 21.661Q.001 20.09.001 16t.089-5.661q.179-3.714 2.214-5.75t5.75-2.214q1.571-.089 5.661-.089t5.661.089q3.714.179 5.75 2.214t2.214 5.75q.089 1.571.089 5.661z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="language" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 2h11v7h-2c-1.1 0-1.833-.433-2.3-1.004A3.23 3.23 0 0 1 8 6h3V5H8V3H7v2H4v1h3c0 .65-.22 1.409-.7 1.996C5.834 8.567 5.1 9 4 9v1c1.348 0 2.341-.526 3-1.283V12h1V8.717c.375.431.859.787 1.454 1.014A1.992 1.992 0 0 0 9 11v2H2V2Zm7 13H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7h7a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2v-7Zm6-3h3l3 9h-2l-.667-2h-3.666L14 21h-2l3-9Zm1.5 1.5L15.333 17h2.334L16.5 13.5Z" fill="#1F2129"/></symbol><symbol fill="none" viewBox="0 0 9 5" id="language-caret-down" xmlns="http://www.w3.org/2000/svg"><path d="m4.577 4.53 4-4h-8l4 4Z" fill="#fff"/></symbol><symbol fill="none" viewBox="0 0 19 19" id="language-check" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.468 18.178a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm-2.25-4.189 8.03-8.03-1.06-1.06-6.97 6.969-2.47-2.47-1.06 1.061 3.53 3.53Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightbulb" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bga)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.582c0 1.48-.804 2.773-2 3.465v1.535H4V8.047a4 4 0 1 1 6-3.465Zm-2 8v-2H4v2h4Z" fill="#4E5468"/></g><defs><clipPath id="bga"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightbulb-creamcicle" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4c0 1.48-.804 2.773-2 3.465V9H4V7.465A4 4 0 1 1 10 4Zm-2 8v-2H4v2h4Z" fill="#E66000"/></symbol><symbol fill="none" viewBox="0 0 12 13" id="lightning" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bia)"><path d="M3 .582v7h2v5l4-7H7l2-5H3Z" fill="#4E5468"/></g><defs><clipPath id="bia"><path fill="#fff" transform="translate(0 .582)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="lightning-mint" xmlns="http://www.w3.org/2000/svg"><path d="M3 0v7h2v5l4-7H7l2-5H3Z" fill="#11866F"/></symbol><symbol viewBox="0 0 24 28" id="linkedin-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M3.703 22.094h3.609V11.25H3.703v10.844zM7.547 7.906q-.016-.812-.562-1.344t-1.453-.531-1.477.531-.57 1.344q0 .797.555 1.336t1.445.539h.016q.922 0 1.484-.539t.562-1.336zm9.141 14.188h3.609v-6.219q0-2.406-1.141-3.641T16.14 11q-2.125 0-3.266 1.828h.031V11.25H9.296q.047 1.031 0 10.844h3.609v-6.062q0-.594.109-.875.234-.547.703-.93t1.156-.383q1.813 0 1.813 2.453v5.797zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol viewBox="0 0 24 24" id="magnifying-glass-lt-grey" xmlns="http://www.w3.org/2000/svg"><path fill="#ced3e0" d="M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm6.676-1.238 4.48 4.48-1.413 1.415-4.481-4.481a8.5 8.5 0 1 1 1.414-1.414z"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="map-pin-location" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 24s9-9.732 9-14.809C21 4.115 16.97 0 12 0S3 4.115 3 9.191C3 14.268 12 24 12 24Zm0-12a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" fill="#1F2129"/></symbol><symbol viewBox="0 0 148 148" fill="none" id="overlay-play-button" xmlns="http://www.w3.org/2000/svg"><g filter="url(#bna)"><path d="M134.897 70c0 33.69-27.288 61-60.948 61S13 103.69 13 70 40.288 9 73.948 9c33.661 0 60.949 27.31 60.949 61Z" stroke="#fff" stroke-width="2"/><path d="m98.728 69.256-42.124 23.56v-47.12l42.124 23.56Z" fill="#fff"/></g><defs><filter id="bna" x="0" y="0" width="147.897" height="148" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="6"/><feColorMatrix values="0 0 0 0 0.121569 0 0 0 0 0.129412 0 0 0 0 0.160784 0 0 0 0.08 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter></defs></symbol><symbol viewBox="0 0 24 28" id="pause" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M24 3v22c0 .547-.453 1-1 1h-8c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1zM10 3v22c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1V3c0-.547.453-1 1-1h8c.547 0 1 .453 1 1z"/></symbol><symbol viewBox="0 0 22 28" id="play" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M21.625 14.484.875 26.015c-.484.266-.875.031-.875-.516v-23c0-.547.391-.781.875-.516l20.75 11.531c.484.266.484.703 0 .969z"/></symbol><symbol id="play-btn-white" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><style>.bpst0{fill:#fff}</style><path class="bpst0" d="M30 60C13.5 60 0 46.5 0 30S13.5 0 30 0s30 13.5 30 30-13.5 30-30 30zm0-58C14.6 2 2 14.6 2 30s12.6 28 28 28 28-12.6 28-28S45.4 2 30 2z"/><path class="bpst0" d="M44 30.3 21.3 43V17.7L44 30.3z"/></symbol><symbol viewBox="0 0 110 110" id="play-button" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol viewBox="0 0 110 110" id="play-button-3" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle cx="55" cy="55" r="55" fill="#FFF"/><path fill="#356AE6" d="M78 55 39 77V33z"/></g></symbol><symbol fill="none" viewBox="0 0 16 16" id="question-icon-blue" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 16A8 8 0 1 0 8 0a8 8 0 1 0 0 16zm-1.29-4.127A1.13 1.13 0 0 0 7.845 13a1.13 1.13 0 0 0 1.136-1.127 1.13 1.13 0 0 0-1.136-1.127 1.13 1.13 0 0 0-1.136 1.127zm4.118-4.645c-.167.4-.545.91-1.09 1.248-.188.118-.45.284-.77.584a.96.96 0 0 0-.205.438c-.01.065 0 .32 0 .32H6.88a2.59 2.59 0 0 1 .008-.588l.003-.03c.012-.11.044-.406.173-.633.18-.317.335-.474.86-.828l.095-.064c.63-.422.98-.658 1.06-.966.077-.285.107-.616-.14-.888-.22-.24-.515-.282-.842-.293-.308-.01-.73.034-1 .328-.243.267-.218.978-.218.978H5a3.196 3.196 0 0 1 .038-.576c.02-.142.085-.494.233-.82.212-.466.568-.938 1.198-1.207.487-.21.942-.237 1.617-.226.705.01 1.27.116 1.845.502.2.136.797.55 1 1.332a2.21 2.21 0 0 1-.105 1.392z" fill="#356ae6"/></symbol><symbol viewBox="0 0 40 30" id="quotes" xmlns="http://www.w3.org/2000/svg"><path d="M24.295 26.864c-5.094-5.719-1.585-15.673 2.657-19.522 3.615-3.28 9.605-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.16 7.221 4.918 2.22 5.012 4.391 5.17 7.153.398 6.954-7.89 10.207-12.864 5.234zm-19.172-.099C.028 21.046 3.538 11.09 7.78 7.243c3.614-3.28 9.604-5.96 10.17-5.024.897 1.49-2.636 2.547-5.293 4.938-3.316 3.586-4.43 5.198.159 7.221 4.918 2.22 5.013 4.391 5.17 7.153.399 6.954-7.89 10.207-12.863 5.234z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 63 47" id="quotes-ocean" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bua)" fill="#e3ebfc"><path d="M23.304 2.66c-2.207.76-5.673 2.327-8.608 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.607 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C4.857 4.205 19.1 0 23.518 0m31.286 2.66c-2.207.76-5.672 2.327-8.607 5.648-4.782 5.4-6.74 13.772-4.304 15.688 1.445 1.136 3.227-1.074 7.378-.627.345.037 5.728.698 8.608 5.02 3.15 4.73 2.36 12.423-2.46 16.316-5.965 4.818-13.95.458-14.756 0-5.355-3.037-7.1-8.536-7.993-11.295-2.262-7.082-.668-13.24 0-15.688C36.357 4.205 50.6 0 55.018 0"/></g><defs><clipPath id="bua"><path fill="#fff" d="M0 0h63v47H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 64.27 47.97" id="quotes-white" xmlns="http://www.w3.org/2000/svg"><path d="M23.67 2.72a20.41 20.41 0 0 0-8.74 5.76c-4.86 5.53-6.85 14.07-4.37 16 1.47 1.16 3.28-1.1 7.49-.64.35 0 5.82.71 8.75 5.12 3.2 4.83 2.4 12.69-2.5 16.67-6.06 4.92-14.17.46-15 0-5.44-3.11-7.22-8.72-8.12-11.54a27.91 27.91 0 0 1 0-16C4.93 4.29 19.39 0 23.89 0m35.34 2.74a20.55 20.55 0 0 0-8.74 5.77c-4.86 5.52-6.85 14.06-4.38 16 1.47 1.16 3.28-1.1 7.5-.64.35 0 5.82.71 8.74 5.13 3.2 4.83 2.4 12.68-2.5 16.66-6.06 4.92-14.17.47-15 0-5.44-3.1-7.22-8.72-8.12-11.54a28.09 28.09 0 0 1 0-16C40.49 4.32 55 0 59.45 0" style="fill:#fff"/></symbol><symbol fill="none" viewBox="0 0 25 25" id="rss-blue" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bxa)"><path fill-rule="evenodd" clip-rule="evenodd" d="M.707 4.418c11.046 0 20 8.954 20 20h4c0-13.255-10.745-24-24-24v4Zm12 20c0-6.627-5.372-12-12-12v-4c8.837 0 16 7.163 16 16h-4Zm-5-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="#356AE6"/></g><defs><clipPath id="bxa"><path fill="#fff" transform="translate(.707 .418)" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol viewBox="0 0 22.48 23.43" id="star-with-check" xmlns="http://www.w3.org/2000/svg"><path d="M10.11 1.35a2 2 0 0 1 2.78 0l1 1a2 2 0 0 0 1.67.54l1.37-.19a2 2 0 0 1 2.25 1.63l.24 1.37a2 2 0 0 0 1 1.42l1.23.65a2 2 0 0 1 .86 2.65l-.61 1.24a2 2 0 0 0 0 1.76l.61 1.24a2 2 0 0 1-.86 2.65l-1.23.65a2 2 0 0 0-1 1.42l-.24 1.37a2 2 0 0 1-2.25 1.63l-1.37-.19a2 2 0 0 0-1.67.54l-1 1a2 2 0 0 1-2.78 0l-1-1a2 2 0 0 0-1.67-.54l-1.37.19a2 2 0 0 1-2.25-1.63l-.24-1.37a2 2 0 0 0-1-1.42l-1.23-.65a2 2 0 0 1-.86-2.65l.61-1.24a2 2 0 0 0 0-1.76l-.64-1.28a2 2 0 0 1 .86-2.65l1.23-.65a2 2 0 0 0 1-1.42l.24-1.37a2 2 0 0 1 2.28-1.63l1.37.19a2 2 0 0 0 1.67-.54Z" transform="translate(-.26 -.78)" style="fill:#1bddb1"/><path d="M17.21 9.35 9.5 17.06l-3.71-3.71 1.42-1.41 2.29 2.29 6.29-6.29Z" transform="translate(-.26 -.78)" style="fill:#fff;fill-rule:evenodd"/></symbol><symbol viewBox="0 0 24 28" id="twitter-square" xmlns="http://www.w3.org/2000/svg"><path fill="#444" d="M20 9.531q-.875.391-1.891.531 1.062-.625 1.453-1.828-1.016.594-2.094.797Q16.515 8 15.077 8q-1.359 0-2.32.961t-.961 2.32q0 .453.078.75-2.016-.109-3.781-1.016t-3-2.422q-.453.781-.453 1.656 0 1.781 1.422 2.734-.734-.016-1.563-.406v.031q0 1.172.781 2.086t1.922 1.133q-.453.125-.797.125-.203 0-.609-.063.328.984 1.164 1.625t1.898.656q-1.813 1.406-4.078 1.406-.406 0-.781-.047 2.312 1.469 5.031 1.469 1.75 0 3.281-.555t2.625-1.484 1.883-2.141 1.172-2.531.383-2.633q0-.281-.016-.422.984-.703 1.641-1.703zM24 6.5v15q0 1.859-1.32 3.18T19.5 26h-15q-1.859 0-3.18-1.32T0 21.5v-15q0-1.859 1.32-3.18T4.5 2h15q1.859 0 3.18 1.32T24 6.5z"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-email" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#caa)"><mask id="cab" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="7" width="30" height="22"><rect x="2" y="8" width="28" height="20" rx="1" fill="#fff" stroke="#004CFF" stroke-width="2"/></mask><g mask="url(#cab)" fill="#fff" stroke="#0E1C38" stroke-width="2"><rect x="2" y="8" width="28" height="20" rx="1"/><path d="M15.276 14.233 2.315 28h27.371L16.732 14.233a1 1 0 0 0-1.456 0Z"/><path d="M15.32 19.988 2.53 8h26.942L16.688 19.988a1 1 0 0 1-1.368 0Z"/></g><path d="m17.491 12.833 5.223-5.842A4.244 4.244 0 0 0 17.237.603L16 1.407 14.763.603a4.244 4.244 0 0 0-5.477 6.388l5.223 5.842a2 2 0 0 0 2.982 0Z" fill="#004CFF" stroke="#fff" stroke-width="2"/></g><defs><clipPath id="caa"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-question" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="14" stroke="#0E1C38" stroke-width="2"/><path d="M17.168 17.456c-.063.2-.098.51-.103.93h-2.13c.031-.888.116-1.501.252-1.838.137-.342.49-.733 1.058-1.175l.575-.45c.19-.142.342-.297.458-.465.21-.29.316-.608.316-.955 0-.4-.119-.763-.355-1.089-.232-.331-.658-.497-1.278-.497-.61 0-1.045.203-1.302.608a2.353 2.353 0 0 0-.379 1.262H12c.063-1.499.586-2.562 1.57-3.187.62-.4 1.383-.6 2.288-.6 1.189 0 2.175.284 2.959.852.788.568 1.183 1.41 1.183 2.525 0 .683-.17 1.26-.513 1.727-.2.285-.584.648-1.152 1.09l-.56.433c-.305.237-.507.513-.607.829Zm.063 4.291H14.88v-2.28h2.35v2.28Z" fill="#004CFF"/></symbol><symbol fill="none" viewBox="0 0 32 32" id="updates-rss" xmlns="http://www.w3.org/2000/svg"><path d="M19 27c0-7.732-6.268-14-14-14M27 27C27 14.85 17.15 5 5 5" stroke="#0E1C38" stroke-width="2"/><circle cx="8" cy="24" r="3" fill="#004CFF"/></symbol></svg></div><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.activecampaign.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e9e44fb0fc681d7',t:'MTczMjgzNzkyMy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->