CINXE.COM
Privacy Policy - Seers | Privacy & Consent Management | GDPR & CCPA
<!DOCTYPE html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.3",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",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v23.6 - https://yoast.com/wordpress/plugins/seo/ --> <title>Privacy Policy - Seers | Privacy & Consent Management | GDPR & CCPA</title><link rel="stylesheet" href="https://seersco.com/wp-content/cache/min/1/50b6390133e0b1ccca939c57a0909a01.css" media="all" data-minify="1" /> <meta name="description" content="Privacy Policy | Seers - Learn About Our Commitment to Protecting Privacy & How We Handle Your Data in Compliance with GDPR and CCPA" /> <link rel="canonical" href="https://seersco.com/privacy-policy/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Privacy Policy - Seers | Privacy & Consent Management | GDPR & CCPA" /> <meta property="og:description" content="Privacy Policy | Seers - Learn About Our Commitment to Protecting Privacy & How We Handle Your Data in Compliance with GDPR and CCPA" /> <meta property="og:url" content="https://seersco.com/privacy-policy/" /> <meta property="og:site_name" content="Seers | Privacy & Consent Management Platform | GDPR & CCPA" /> <meta property="article:modified_time" content="2024-06-26T06:08:27+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="12 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://seersco.com/privacy-policy/","url":"https://seersco.com/privacy-policy/","name":"Privacy Policy - Seers | Privacy & Consent Management | GDPR & CCPA","isPartOf":{"@id":"https://seersco.com/#website"},"datePublished":"2023-04-15T19:26:23+00:00","dateModified":"2024-06-26T06:08:27+00:00","description":"Privacy Policy | Seers - Learn About Our Commitment to Protecting Privacy & How We Handle Your Data in Compliance with GDPR and CCPA","breadcrumb":{"@id":"https://seersco.com/privacy-policy/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://seersco.com/privacy-policy/"]}]},{"@type":"BreadcrumbList","@id":"https://seersco.com/privacy-policy/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://seersco.com/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https://seersco.com/#website","url":"https://seersco.com/","name":"Seers | Privacy & Consent Management Platform | GDPR & CCPA","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://seersco.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//js.hs-scripts.com' /> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel='dns-prefetch' href='//maps.googleapis.com' /> <link rel='dns-prefetch' href='//maps.gstatic.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' /> <link rel='dns-prefetch' href='//ajax.googleapis.com' /> <link rel='dns-prefetch' href='//apis.google.com' /> <link rel='dns-prefetch' href='//google-analytics.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel='dns-prefetch' href='//ssl.google-analytics.com' /> <link rel='dns-prefetch' href='//youtube.com' /> <link rel='dns-prefetch' href='//api.pinterest.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//connect.facebook.net' /> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//syndication.twitter.com' /> <link rel='dns-prefetch' href='//platform.instagram.com' /> <link rel='dns-prefetch' href='//disqus.com' /> <link rel='dns-prefetch' href='//sitename.disqus.com' /> <link rel='dns-prefetch' href='//s7.addthis.com' /> <link rel='dns-prefetch' href='//platform.linkedin.com' /> <link rel='dns-prefetch' href='//w.sharethis.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//i1.wp.com' /> <link rel='dns-prefetch' href='//i2.wp.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//pixel.wp.com' /> <link rel='dns-prefetch' href='//s.gravatar.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel="alternate" type="application/rss+xml" title="Seers | Privacy & Consent Management Platform | GDPR & CCPA » Feed" href="https://seersco.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Seers | Privacy & Consent Management Platform | GDPR & CCPA » Comments Feed" href="https://seersco.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-6K1TDS4L55" data-cfasync="false" data-wpfc-render="false" async></script> <script type="rocketlazyloadscript" data-cfasync="false" data-wpfc-render="false"> var mi_version = '9.2.4'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/seersco.com\/privacy-policy\/","page_referrer":"https:\/\/seersco.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-6K1TDS4L55', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-6K1TDS4L55', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="rocketlazyloadscript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/seersco.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='safe-svg-svg-icon-style-inline-css'> .safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #28303D;--wp--preset--color--gray: #39414D;--wp--preset--color--green: #D1E4DD;--wp--preset--color--blue: #D1DFE4;--wp--preset--color--purple: #D1D1E4;--wp--preset--color--red: #E4D1D1;--wp--preset--color--orange: #E4DAD1;--wp--preset--color--yellow: #EEEADD;--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--purple-to-yellow: linear-gradient(160deg, #D1D1E4 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-purple: linear-gradient(160deg, #EEEADD 0%, #D1D1E4 100%);--wp--preset--gradient--green-to-yellow: linear-gradient(160deg, #D1E4DD 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-green: linear-gradient(160deg, #EEEADD 0%, #D1E4DD 100%);--wp--preset--gradient--red-to-yellow: linear-gradient(160deg, #E4D1D1 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-red: linear-gradient(160deg, #EEEADD 0%, #E4D1D1 100%);--wp--preset--gradient--purple-to-red: linear-gradient(160deg, #D1D1E4 0%, #E4D1D1 100%);--wp--preset--gradient--red-to-purple: linear-gradient(160deg, #E4D1D1 0%, #D1D1E4 100%);--wp--preset--font-size--small: 18px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--extra-small: 16px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--extra-large: 40px;--wp--preset--font-size--huge: 96px;--wp--preset--font-size--gigantic: 144px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twenty-twenty-one-print-style-css' href='https://seersco.com/wp-content/themes/twentytwentyone/assets/css/print.css?ver=1.0%20License:' media='print' /> <link rel='stylesheet' id='elementor-post-31-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-31.css?ver=1734013404' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://seersco.com/wp-content/uploads/elementor/css/global.css?ver=1734013410' media='all' /> <link rel='stylesheet' id='elementor-post-2670-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-2670.css?ver=1734021362' media='all' /> <link rel='stylesheet' id='elementor-post-48-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-48.css?ver=1734013410' media='all' /> <link rel='stylesheet' id='elementor-post-138-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-138.css?ver=1734013411' 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://seersco.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> <script src="https://seersco.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script src="https://seersco.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/seersco.com","hash_tracking":"false","v4_id":"G-6K1TDS4L55"};</script> <script type="rocketlazyloadscript" id="twenty-twenty-one-ie11-polyfills-js-after"> ( Element.prototype.matches && Element.prototype.closest && window.NodeList && NodeList.prototype.forEach ) || document.write( '<script data-minify="1" src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/polyfills.js?ver=1735199651" defer></scr' + 'ipt>' ); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js?ver=1735199651" id="twenty-twenty-one-primary-navigation-script-js" defer data-wp-strategy="defer"></script> <link rel="https://api.w.org/" href="https://seersco.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://seersco.com/wp-json/wp/v2/pages/2670" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://seersco.com/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://seersco.com/?p=2670' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://seersco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseersco.com%2Fprivacy-policy%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://seersco.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fseersco.com%2Fprivacy-policy%2F&format=xml" /> <!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.1.65--> <script type="rocketlazyloadscript" class="hsq-set-content-id" data-content-id="standard-page"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); </script> <!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin --> <script type="rocketlazyloadscript" data-key="$2y$10$FySnpcl51kIUquse6UhN9OC2mtB.cewgjLZq7Yogn68.a65xX55S" data-name="CookieXray" data-rocket-src="https://cdn.seersco.com/banners/15980/13355/cb.js" data-rocket-type="text/javascript" defer></script> <!-- 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-MW25NZLT');</script> <!-- End Google Tag Manager --> <meta name="generator" content="Elementor 3.24.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <meta name="theme-color" content="#FFFFFF"> <link rel="icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://seersco.com/wp-content/uploads/2023/03/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://seersco.com/wp-content/uploads/2023/03/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-2670 wp-embed-responsive is-light-theme no-js singular has-main-navigation elementor-default elementor-template-full-width elementor-kit-31 elementor-page elementor-page-2670"> <div data-elementor-type="header" data-elementor-id="48" class="elementor elementor-48 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-d1797fc elementor-section-full_width elementor-section-content-middle elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="d1797fc" data-element_type="section" data-settings="{"sticky":"top","sticky_on":["desktop"],"background_background":"classic","sticky_offset":0,"sticky_effects_offset":0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d33565" data-id="7d33565" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b323427 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b323427" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9ea5116" data-id="9ea5116" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-74b1e8d elementor-widget elementor-widget-image" data-id="74b1e8d" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://seersco.com"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1801996" data-id="1801996" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7f54a03 elementor-nav-menu--dropdown-none elementor-nav-menu__align-end elementor-widget__width-auto elementor-widget elementor-widget-nav-menu" data-id="7f54a03" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"> <ul id="menu-1-7f54a03" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-59"><a href="#" class="elementor-item elementor-item-anchor">SOLUTIONS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item">Cookie Consent Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1887"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5017"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3846"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5103"><a href="https://seersco.com/products/" class="elementor-item">PRODUCTS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5116"><a href="https://seersco.com/products/wordpress-cookie-consent/" class="elementor-sub-item">WordPress</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5114"><a href="https://seersco.com/products/shopify-cookie-consent/" class="elementor-sub-item">Shopify</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5115"><a href="https://seersco.com/products/magento-cookie-consent/" class="elementor-sub-item">Magento</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5108"><a href="https://seersco.com/products/drupal-cookie-consent-plugin/" class="elementor-sub-item">Drupal</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4104"><a href="https://seersco.com/price-plan/" class="elementor-item">PRICING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://seersco.com/company-partners/" class="elementor-item">PARTNERS</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="https://dashboard.seersco.com/login?uuid=acae8096-2025-4608-9cdc-904c15857a8c" class="elementor-item">LOGIN</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-7f54a03" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-59"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">SOLUTIONS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item" tabindex="-1">Cookie Consent Management</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1887"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item" tabindex="-1">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5017"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item" tabindex="-1">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3846"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item" tabindex="-1">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5103"><a href="https://seersco.com/products/" class="elementor-item" tabindex="-1">PRODUCTS</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5116"><a href="https://seersco.com/products/wordpress-cookie-consent/" class="elementor-sub-item" tabindex="-1">WordPress</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5114"><a href="https://seersco.com/products/shopify-cookie-consent/" class="elementor-sub-item" tabindex="-1">Shopify</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5115"><a href="https://seersco.com/products/magento-cookie-consent/" class="elementor-sub-item" tabindex="-1">Magento</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5108"><a href="https://seersco.com/products/drupal-cookie-consent-plugin/" class="elementor-sub-item" tabindex="-1">Drupal</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4104"><a href="https://seersco.com/price-plan/" class="elementor-item" tabindex="-1">PRICING</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4943"><a href="https://seersco.com/company-partners/" class="elementor-item" tabindex="-1">PARTNERS</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-63"><a href="https://dashboard.seersco.com/login?uuid=acae8096-2025-4608-9cdc-904c15857a8c" class="elementor-item" tabindex="-1">LOGIN</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-3501d6f elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="3501d6f" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://calendly.com/seers/seers-demo"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">WATCH A DEMO</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-40a800d elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="40a800d" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://dashboard.seersco.com/register/business"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">START FREE</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-0783b0f elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="0783b0f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="640" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20480'%3E%3C/svg%3E" title="gb" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/gb.svg" /><noscript><img width="640" height="480" src="https://seersco.com/wp-content/uploads/2023/03/gb.svg" title="gb" alt="" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-dcce8c5 elementor-section-full_width elementor-section-content-middle elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="dcce8c5" data-element_type="section" data-settings="{"sticky":"top","sticky_on":["desktop"],"background_background":"classic","sticky_offset":0,"sticky_effects_offset":0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-673a2a6" data-id="673a2a6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-41c67cb elementor-widget elementor-widget-image" data-id="41c67cb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5764e2a" data-id="5764e2a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-caaa885 elementor-view-default elementor-widget elementor-widget-icon" data-id="caaa885" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjgwMSIsInRvZ2dsZSI6dHJ1ZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 302.4 268.8"><title>open-menu-icon</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M0,224H302.4v44.8H0Z"></path><path d="M0,112H302.4v44.8H0Z"></path><path d="M0,0H302.4V44.8H0Z"></path></g></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-page" data-elementor-id="2670" class="elementor elementor-2670" data-elementor-post-type="page"> <div class="elementor-element elementor-element-e184b55 e-con-full e-flex e-con e-parent" data-id="e184b55" data-element_type="container" data-settings="{"background_background":"classic"}"> <div class="elementor-element elementor-element-414fe28 elementor-widget elementor-widget-heading" data-id="414fe28" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default"><span class="mobile-border-bottom">Privacy</span> <strong> <span style="color:#6cc04a">Policy</span> </strong></h1> </div> </div> </div> <div class="elementor-element elementor-element-b9c8587 e-con-full e-flex e-con e-parent" data-id="b9c8587" data-element_type="container"> <div class="elementor-element elementor-element-15c1fb7 elementor-widget elementor-widget-termsofservice" data-id="15c1fb7" data-element_type="widget" data-widget_type="termsofservice.default"> <div class="elementor-widget-container"> <style> .container { max-width: calc(100% - 10%); padding: 0 2%; } h2 { --max-font: 35; --min-font: 20; font-weight: 400; line-height: 40px; font-family: var(--main-font); font-size: var(--responsive); color: #222; } .policy-hol .title-desc p { font-size: 15px !important; color: #7e7e7e; text-align: left; line-height: 22px; font-weight: 500; margin-bottom: 1rem; } .mobile-border-bottom { display: inline-block; } .policy-hol .question-hol details { position: relative; background: #fff; -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .1); -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, .1); box-shadow: 0 5px 18px rgba(0, 0, 0, .1); border-radius: 7px; border: 1px solid transparent; margin: 0 0 25px 0; } .policy-hol .question-hol summary { color: #292929; font-size: 17px; text-align: left; padding: 15px 20px 15px 20px; list-style-type: none; } summary { display: list-item; cursor: pointer; outline: 0; } .policy-hol .question-hol details summary::before { width: 7px; height: 7px; border-right: 1px solid #707070; border-bottom: 1px solid #707070; position: absolute; right: 25px; content: " "; top: 23px; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .policy-hol .question-hol details summary.one::after { content: "1."; } .policy-hol .question-hol details summary::after { color: #292929; content: " "; left: 20px; top: 15px; font-size: 17px; position: absolute; display: none; } .policy-hol .question-hol details[open] > summary ~ * { animation: open .3s linear; } .policy-hol .question-hol p { padding: 0 40px 10px 20px; font-size: 15px !important; color: #7e7e7e; text-align: left; line-height: 22px; font-weight: 500; position: relative; font-family: 'Poppins', sans-serif; margin-bottom: 15px; } .title-desc .mb-4 { font-size: 35px; } .policy-hol .question-hol details[open] { border: 1px solid #3b6ef8; } .policy-hol .question-hol details { position: relative; background: #fff; -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .1); -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, .1); box-shadow: 0 5px 18px rgba(0, 0, 0, .1); border-radius: 7px; border: 1px solid transparent; margin: 0 0 25px 0; } .policy-hol .question-hol details[open] > summary { color: #3b6ef8; } .policy-hol .question-hol details:hover { border: 1px solid #3b6ef8; } .policy-hol .question-hol summary:hover { color: #3b6ef8; } .policy-hol .question-hol details[open] summary::before { top: 27px; border-right: 1px solid #3b6ef8; border-bottom: 1px solid #3b6ef8; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .list-unstyled { padding-left: 0; list-style: none; } dl, ol, ul { margin-top: 0; margin-bottom: 1rem; } .policy-hol .question-hol ul.tick-list li { font-size: 15px !important; font-weight: 500 !important; font-family: poppins, sans-serif; color: #7e7e7e !important; } ul.tick-list li {position: relative;-webkit-transition: .2s ease-in-out;} .ml-1, .mx-1 { margin-left: .25rem !important; } @media (min-width: 768px){ ul.tick-list li::after { top: 5px !important; }} ul.tick-list li::after { background: url(/wp-content/uploads/2023/04/li-tick-left.svg); content: ''; left: -30px; top: 10px; position: absolute; width: 11px; height: 10px; background-repeat: no-repeat; background-position: center; } a:hover { text-decoration: none; color: #6cc04a; } a { color: #7e7e7e; } .policy-hol .question-hol p.left-line { margin-left: 20px; } .policy-hol .question-hol p.left-line::after { content: '-'; position: absolute; left: 2px; top: 0; } @media (min-width: 768px){ ul.tick-list li { font-size: 15px !important; margin: 0 0 5px 10px; margin-left: 10px; text-align: left; }} @media (min-width: 1200px){ .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }} @media (min-width: 992px){ .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }} @media (min-width: 768px){ .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }} @media (min-width: 576px){ .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }} .ml-5, .mx-5 { margin-left: 3rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } </style> <section class="policy-hol bg-white"> <div class="container"> <div class="row py-5 questions-hol"> <div class="col-12 col-sm-12 col-md-10 col-lg-10 col-xl-10 mb-4 mx-auto title-desc"> <h2 class="mb-4">SEERS - PRIVACY POLICY</h2> <p>The website <a href="https://seersco.com/">seersco.com</a> is operated by Seers Group Limited (“we” or “us”). By using our website, software, services <br class="br-none-two"> and mobile app and by submitting your personal information to us, you agree to us using your personal information as <br class="br-none-two"> set out in this privacy policy. The effective date of this privacy policy and any revised or changed notice may be <br class="br-none-two">found on this page.</p> <p>Any information which is provided by you to us will be treated in accordance with the provisions of (i) the Data <br class="br-none-two">Protection Act 2018, (ii) on and with effect from its effective date, the General Data Protection Regulation (Regulation)<br class="br-none-two"> (EU) 2016/679 of the European Parliament and Council of 27th April 2016) and any consequential national legislation <br class="br-none-two">(iii) the Privacy and Electronic Communications (EC Directive) Regulations 2003, and (iv) any guidance and / or <br class="br-none-two"> codes of practice issued by the UK Information Commissioner’s Office or other relevant supervisory authority, <br class="br-none-two"> including, without limitation, the European Data Protection Board, in each case as amended, supplemented or <br class="br-none-two"> replaced from time to time (the “Data Protection Laws”).</p> <p>We will not use your information except as described in our privacy policy.</p> </div> <div class="col-12 col-sm-12 col-md-10 col-lg-10 col-xl-10 mx-auto p-0"> <div class="question-hol"> <details> <summary class="one">1. Purpose</summary> <p>Our purpose is to provide you (the "User" or "you") with a platform to link professionals ("Data Protection <br class="br-none-two"> Experts") with companies that require their expertise and a software solution platform to provide information, assessment and recornmendations (the "Services").</p> <p>The website is designed to provide advice in relation to GDPR but is not designed to provide legal advice. The content and solutions on the website do not constitute legal advice. Seers Group Ltd is not liable for any loss of damage arising out of the use of or relying on the content and/or solutions on the website.</p> </details> <details> <summary class="two">2. Principles of Data Protection</summary> <p class="mb-0 pb-0">Any processing of personal information will comply with the principles of compliant processing of personal information as set out in the Data Protection Laws. These are that personal information will be:</p> <ul class="tick-list mr-xl-5 mr-lg-5 mr-md-4 mr-sm-3 mr-3 ml-5 list-unstyled"> <li class="ml-1">Processed fairly and lawfully and in a transparent manner;</li> <li class="ml-1">Processed for specified, explicit and legitimate purposes;</li> <li class="ml-1">Adequate, relevant and limited to what is necessary for the purpose;</li> <li class="ml-1">Accurate;</li> <li class="ml-1">Kept in a form which permits the identification of you for no longer than necessary for the purpose it was <br class="br-none-two"> collected; and</li> <li class="ml-1">Kept secure.</li> </ul> </details> <details> <summary class="three">3. Information Collected</summary> <p class="mb-0 pb-0">We collect personal information to implement and improve our services. The data we collect is:</p> <ul class="list-unstyled tick-list mr-xl-5 mr-lg-5 mr-md-4 mr-sm-3 mr-3 ml-5"> <li class="ml-1">Personal information you provide to us, such as your name, address, email address, phone number, payment information and profile-related information;</li> </ul> <p class="mb-0 pb-0">Personal information provided to us by third parties, such as user ratings or API from websites such as LinkedIn, Google, Facebook.</p> <p>The Information generated by the use of our services, including, but not limited to:</p> <p class="mb-0 pb-0 left-line">Any personal information or comments that you may provide to us through the toolkits or chatbots;</p> <p class="mb-0 pb-0 left-line">Login details, including time;</p> <p class="mb-0 pb-0 left-line">Settings / preferences;</p> <p class="mb-0 pb-0 left-line">Details of your use of our website or other services and information collected through cookies and other tracking technologies, including but not limited to your IP address and device information (such as your mobile operating system name and version, phone make and model, etc.);</p> <p class="mb-0 pb-0 left-line">Data that may be cached locally for performance improvements and offline use; and</p> <p class="left-line">The internet browser and operating system used (website).</p> <p>This data may be stored in our database and captured as part of our logs or analytics systems. This information may be associated with your user account and is considered private.</p> </details> <details> <summary class="four">4. How we use your information</summary> <p class="mb-0 pb-0">Any personal information collected from you will be processed for the purposes of performing our contract with you, for legitimate business reasons, to comply with our legal obligations or where you have consented to our use of your information. We may use your personal information for the</p> <p class="mb-0 pb-0">following purposes:</p> <p class="mb-0 pb-0 left-line">To improve our services;</p> <p class="mb-0 pb-0 left-line">To provide better recommendations;</p> <p class="mb-0 pb-0 left-line">To complete financial transactions using payment information;</p> <p class="mb-0 pb-0 left-line">To show profile information such as your email address, name and profile picture;</p> <p class="mb-0 pb-0 left-line">When you contact us we may store a record of our communication including your profile information;</p> <p class="left-line">For compliance with our legal obligations; and</p> <p class="left-line">We may use your email to inform you about our services or to notify you about important changes or developments to our website, apps or services;</p> <p>With your consent, we may send you offers or marketing emails by email. We may market to you by e-mail, SMS, push notifications, post or telephone. Where required by law, we will ask for your consent at the time we collect your data to conduct any of these types of marketing. We will provide an option to unsubscribe, or opt-out of further communication on any electronic marketing communication sent to you or you can let us know by contacting us using the details set out below.</p> </details> <details> <summary class="five">5. Do we share? With whom and why?</summary> <p>We share certain personal information with registered and authorised users/companies to provide our services or who wish to contact you with a view to hiring you as a Data Protection Expert. We will take steps to reasonably ensure that all-sufficient technical and organisational security measures are taken by such registered and authorised users/companies to ensure that your personal data is treated securely and in accordance with this privacy policy.</p> <p class="font-weight-bold mb-0 pb-0 text-dark">We may otherwise share your information with any third party for the reasons set out above or, if necessary, for the following reasons:</p> <p class="mb-0 pb-0 left-line">Where the disclosure is necessary to enable us to provide our services to you;</p> <p class="mb-0 pb-0 left-line">To comply with the law, any legal process or any governmental or law enforcement enquiry. Any such request will be reviewed by our team and may be appealed against if such request does not follow standard procedure or unnecessarily compromises user privacy;</p> <p class="mb-0 pb-0 left-line">Where the disclosure is to third party service providers, on the understanding that they will keep the personal information confidential; or To solve technical or security issues; or</p> <p class="pb-0 left-line">Investigations such as possible cases of fraud, violation of terms and service, or to protect the rights of public or Seers Group Limited and our clients in compliance with the law.</p> <p>In case of Seers Group Limited is acquired, involved in a merger or sells (part of) our assets, Seers Group Limited will continue to uphold the terms of this privacy policy. You will be given notice before your personal information is shared or subjected to a different privacy policy.</p> </details> <details> <summary class="six">6. Third-Party Services </summary> <p>Our Service may contain links to other sites that are not operated by us. These sites are governed by their terms and privacy policies. As such, we are not responsible to the operation and information practices of third parties, and if you click on these links, we would strongly advise that you should read the privacy policy of these third-party sites before using the site.</p> <p>Where we provide links to third-party websites, these links are provided for your information only. Such links should not be interpreted as approval by us of those linked websites or information you may obtain from them.</p> <p>We have no control over the contents of these third party services or websites.</p> </details> <details> <summary class="seven">7. Payments</summary> <p>Payments are processed by Stripe, which is responsible for securely storing the payment information (e.g. credit and debit card numbers) of all our customers and users. Such information, including any financial transaction made, is subject to Stripe privacy policy.</p> </details> <details> <summary class="eight">8. Security</summary> <p>At Seers Group Limited, we take security seriously, and our technical and privacy experts work day and night to protect your confidential and personal information against unauthorised access, modification, disclosure or destruction. We will implement appropriate technical and organisational measures to ensure an appropriate level of security, including the pseudonymisation and encryption of personal information and the ability to restore the availability and access to personal information in a timely manner in the event of a physical or technical incident. For example:</p> <p class="mb-0 pb-0 left-line">We encrypt communications with our services where appropriate.</p> <p class="mb-0 pb-0 left-line">We have strong guidelines for how personal information of users’ and customers’ may be accessed by our employees and contractors.</p> <p class="mb-0 pb-0 left-line">We carefully review security measures taken by any third parties used to implement or improve our services.</p> <p class="mb-0 pb-0 left-line">We regularly review our security policies with regards to the storage, processing and collection of personal information.</p> <p class="pb-0 left-line">We provide awareness and training to employees and contractors.</p> <p>Although we take every reasonable measure to protect our users’ information and its integrity, we do not guarantee the complete security of our applications, services or the security of any third parties involved in the implementation or improvement of our services. Moreover, devices or communication channels may be compromised, and as such, any submission of information is done at your own risk.</p> </details> <details> <summary class="nine">9. Age-Related Issues</summary> <p>We do not knowingly collect or solicit personal information from anyone under the age of 18 or knowingly allow such persons to register for the Services. If you are under 18, please do not attempt to register for the Services or send any information about yourself to us, including your name, address, telephone number, or email address. No one under age 18 may provide any personal information to us or on the Services. In the event that we learn that we have collected personal information from a child under age 18, we will delete that information as quickly as possible. If you believe that we might have any information from or about a child under 18, please write to us at the address specified below.</p> </details> <details> <summary class="ten">10. Cookies</summary> <p>Cookies are files with small amount of data, which may include a unique anonymous identifier. Cookies are sent to your browser from a website and stored on your computer's hard drive.</p> <p>Our website uses cookie data to improve the website and your experience. When you use our website, you agree to our use of cookie data. Otherwise, you may choose not to use our website. For more information on the types of cookies we use, please review our Cookies Policy.</p> </details> <details> <summary class="eleven">11. Storage and Transfer of Data</summary> <p>To provide our service, your personal information may be transferred outside the European Economic Area (the “EEA”), to implement and improve our service.</p> <p>Many of the countries will be within the EEA or will be ones which the European Commission has approved, and will have data protection laws which are the same as or broadly equivalent to those in the United Kingdom.</p> <p>However, some transfers may be to countries which do not have equivalent protections, and in that case, we shall use reasonable efforts to implement contractual protections for the personal information. While this will not always be possible where we are required to transfer the information in order to comply with and perform our contract with you or where we have a legal obligation to do so, any transfers will be done in accordance with applicable data protection laws, including through the implementation of appropriate or suitable safeguards in accordance with such applicable data protection laws.</p> <p>For the avoidance of doubt, safeguards in the form of [EU Commission approved standard contractual clauses / binding corporate rules adopted by the recipient / the EU- US Privacy Shield for transfers to the United States] will be implemented where personal information is transferred by us to our service providers for processing.</p> <p>Payment of the subscription can either be made monthly or annually. Any discount codes provided by Seers, will only be valid for the first payment made.</p> <p>Subscription payments are processed by Stripe, for further information check out their terms and conditions.</p> <p>The EU Representative service offered by Seers is governed by a contract separate from these terms and conditions, and payment for the service is outlined under said contract.</p> </details> <details> <summary class="twelve">12. Compliance</summary> <p>At Seers Group Limited, we implement appropriate measures to uphold the terms of this privacy policy. When we receive complaints from users, clients or any third party, we do our best to follow up and resolve the issue in compliance with the Data Protection Laws and the terms and conditions of our services and company.</p> <p>All content, data, and information provided through our Services are owned by Seers, or where applicable our licensors.</p> <p>“Seersco” and “Seers” are a registered trademark of Seers Group Limited. You are not permitted to use it without our approval, unless with our express consent.</p> </details> <details> <summary class="thirteen">13. Data Retention</summary> <ul class="tick-list mr-xl-5 mr-lg-5 mr-md-4 mr-sm-3 mr-3 ml-5 list-unstyled"> <li class="ml-1">You use our Services at your own risk.</li> <li class="ml-1">No information obtained through our website or our Services (including, but not limited to, the chatbot) amounts to legal advice. You rely on this advice at your own risk.</li> <p>We will keep your information as long as necessary for the processing purpose that it was collected, and any other permitted linked purpose, including legal, regulatory and legitimate business purposes.</p> <p>Our retention periods are based on our business needs and your personal information that is no longer needed is either irreversibly anonymised or securely destroyed. In general, we (or our service providers on our behalf) will hold this information for a period of seven years, unless we are obliged to hold it for a longer period under law or applicable regulations.</p> <li class="ml-1">By using our Services, you agree to electronic communications, storage of some of your personal information, and notifications (phone call, SMS and emails) for important updates to our privacy policy, Terms of Service or other important company or product updates.</li> <li class="ml-1">By accepting these Terms and Conditions you are giving us explicit consent to send offers to you.</li> <li class="ml-1">When a Data Protection Expert provides information through our Services, they retain the right to update that information.</li> </ul> </details> <details> <summary class="fourteen">14. Updates to your personal information</summary> <p>We will use reasonable efforts to keep your personal information up to date. However, we need you to notify us without delay in the event of any change in your personal circumstances so that we can keep your personal information up to date.</p> </details> <details> <summary class="fifteen">15. Your Rights</summary> <p>You may at any time request a copy of your personal information from Seers Group Limited. This right can be exercised by writing to the company at the address specified below.</p> <p>You also have the right to correct any inaccuracies in, and in certain circumstances, to request erasure, or restriction on the use, of your personal information, and to object to certain uses of your personal information, in each case subject to the restrictions set out in applicable data protection laws.</p> <p>In any case, where we are relying on your consent to process your personal information, you have the right to change your mind and withdraw your consent by writing to us at the address specified below.</p> <p>Where we are relying on our legitimate purpose in order to use and disclose your personal information, you are entitled to object to such use of your personal information, and if you do so, we will cease to use and process your personal information for that purpose unless we can show there are compelling legitimate reasons for us to continue or we need to use the personal information for the purposes of legal claims.</p> <p>In limited circumstances, you may also have the right to data portability in respect of certain of your personal information, which means you can request that we provide it to you or your third-party nominee.</p> <p>You also have the right to lodge a complaint with the Information Commissioner’s Office about the processing of your personal information.</p> </details> <details> <summary class="sixteen">16. Changes to this Privacy Policy</summary> <p>We reserve the right to modify this privacy policy as necessary. Any changes to this privacy policy that reduces the rights of our users or customers will result in the prior notification and will require explicit consent from the user. Significant changes to our policies may result in email notifications. Personal information is bound by the latest privacy policy that users and customers have consented to.</p> </details> <details> <summary class="seventeen">17. Governing Law</summary> <p>This privacy policy is governed by the laws of England & Wales.</p> </details> <details> <summary class="eighteen">18. Contact Details</summary> <p>Any queries or complaints regarding the use of the personal information by us and the exercise of individual rights should be addressed to Seers Group LTD at <a href="support@seersco.com">support@seersco.com</a></p> <p class="font-weight-bold text-dark">Effective Date 1st March 2018</p> </details> </div> </div> </div> </div> </section> </div> </div> </div> </div> <div data-elementor-type="footer" data-elementor-id="138" class="elementor elementor-138 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-19e617d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="19e617d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c72a22d" data-id="c72a22d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-19ac9de elementor-widget elementor-widget-image" data-id="19ac9de" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://seersco.com"> <img width="602" height="185" src="https://seersco.com/wp-content/uploads/2023/03/seers-logo-1.svg" title="seers-logo" alt="" loading="lazy" /> </a> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-c75436d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="c75436d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-dcd89fa" data-id="dcd89fa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-137c3d9 elementor-widget elementor-widget-heading" data-id="137c3d9" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Office</h2> </div> </div> <div class="elementor-element elementor-element-2d1c2a6 elementor-widget elementor-widget-text-editor" data-id="2d1c2a6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>United Kingdom<br />24 Holborn Viaduct<br />London, EC1A 2BN</p> </div> </div> <div class="elementor-element elementor-element-ca6cd7e elementor-widget elementor-widget-text-editor" data-id="ca6cd7e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <i class="fa fa-envelope" aria-hidden="true"></i>  <a href="mailto:info@seersco.com">info@seersco.com</a></p> </div> </div> <div class="elementor-element elementor-element-baef4ba e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="baef4ba" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-5d8e2b4" href="https://www.facebook.com/seersgroupltd/" target="_blank"> <span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-repeater-item-c9674ef" href="https://www.linkedin.com/company/seersco/" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-aa18ca9" href="https://twitter.com/seersco" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-f8dbd61" href="https://www.youtube.com/channel/UCkgKXCD2petNZ0WjhNBNPaA" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-4a0a96f" data-id="4a0a96f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1ab7cd3 elementor-widget elementor-widget-heading" data-id="1ab7cd3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">About Us</h2> </div> </div> <div class="elementor-element elementor-element-2c38ded elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="2c38ded" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-2c38ded" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-164"><a href="https://seersco.com/about-us/" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-165"><a href="https://seersco.com/newsletter/" class="elementor-item">Newsletter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-166"><a href="https://seersco.com/company-partners/" class="elementor-item">Partners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-167"><a href="https://seersco.com/contact/" class="elementor-item">Contact Us</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-2c38ded" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-164"><a href="https://seersco.com/about-us/" class="elementor-item" tabindex="-1">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-165"><a href="https://seersco.com/newsletter/" class="elementor-item" tabindex="-1">Newsletter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-166"><a href="https://seersco.com/company-partners/" class="elementor-item" tabindex="-1">Partners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-167"><a href="https://seersco.com/contact/" class="elementor-item" tabindex="-1">Contact Us</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-78086d6" data-id="78086d6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8944c9f elementor-widget elementor-widget-heading" data-id="8944c9f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Products</h2> </div> </div> <div class="elementor-element elementor-element-f2990e0 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="f2990e0" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-f2990e0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3787"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-item">Cookie Consent</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3808"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-item">GDPR Staff eTraining</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4901"><a href="https://seersco.com/policy-generator/" class="elementor-item">Policy Generator</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-f2990e0" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3787"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-item" tabindex="-1">Cookie Consent</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3808"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-item" tabindex="-1">GDPR Staff eTraining</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4901"><a href="https://seersco.com/policy-generator/" class="elementor-item" tabindex="-1">Policy Generator</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-310f98e" data-id="310f98e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1c7f982 elementor-widget elementor-widget-heading" data-id="1c7f982" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Resources</h2> </div> </div> <div class="elementor-element elementor-element-1f07706 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="1f07706" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"> <ul id="menu-1-1f07706" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-172"><a href="https://seersco.com/regulations/" class="elementor-item">Regulations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-173"><a href="https://seersco.com/seers-gdpr-guides/" class="elementor-item">Seers Guides</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174"><a href="https://seerssupport.zendesk.com/hc/en-us" class="elementor-item">Documentation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-175"><a href="https://seersco.com/blogs/" class="elementor-item">Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176"><a href="https://seersco.com/areas-of-specialism/" class="elementor-item">Areas of Specialism</a></li> </ul> </nav> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-1f07706" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-172"><a href="https://seersco.com/regulations/" class="elementor-item" tabindex="-1">Regulations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-173"><a href="https://seersco.com/seers-gdpr-guides/" class="elementor-item" tabindex="-1">Seers Guides</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-174"><a href="https://seerssupport.zendesk.com/hc/en-us" class="elementor-item" tabindex="-1">Documentation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-175"><a href="https://seersco.com/blogs/" class="elementor-item" tabindex="-1">Blogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-176"><a href="https://seersco.com/areas-of-specialism/" class="elementor-item" tabindex="-1">Areas of Specialism</a></li> </ul> </nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d3b1b21" data-id="d3b1b21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-850ae4b elementor-absolute elementor-widget elementor-widget-image" data-id="850ae4b" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="127" height="136" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20127%20136'%3E%3C/svg%3E" title="footer-bg-graphics" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/footer-bg-graphics.svg" /><noscript><img width="127" height="136" src="https://seersco.com/wp-content/uploads/2023/03/footer-bg-graphics.svg" title="footer-bg-graphics" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-63bcf07 elementor-widget elementor-widget-heading" data-id="63bcf07" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">The ultimate</h2> </div> </div> <div class="elementor-element elementor-element-e6f91b8 elementor-widget elementor-widget-heading" data-id="e6f91b8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">guide to GDPR </h2> </div> </div> <div class="elementor-element elementor-element-aa77b8a elementor-widget elementor-widget-text-editor" data-id="aa77b8a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Avoid the legal reprimands, plan and protect your business now. </div> </div> <div class="elementor-element elementor-element-d240fd7 elementor-widget elementor-widget-text-editor" data-id="d240fd7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Here’s what you need to know in a nutshell. </div> </div> <div class="elementor-element elementor-element-89dbcd7 elementor-align-left e-transform elementor-widget elementor-widget-button" data-id="89dbcd7" data-element_type="widget" data-settings="{"_transform_translateX_effect_hover":{"unit":"px","size":"5","sizes":[]},"_transform_translateX_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://seersco.com/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Know More</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3526f5d elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="3526f5d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-450aff2" data-id="450aff2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b0be44 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8b0be44" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="83" height="69" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2083%2069'%3E%3C/svg%3E" title="icoceplusbadge" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/icoceplusbadge.svg" /><noscript><img width="83" height="69" src="https://seersco.com/wp-content/uploads/2023/03/icoceplusbadge.svg" title="icoceplusbadge" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-4daa77c elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="4daa77c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="57" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2057%2044'%3E%3C/svg%3E" title="chambers" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/chambers.svg" /><noscript><img width="57" height="44" src="https://seersco.com/wp-content/uploads/2023/03/chambers.svg" title="chambers" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-6d773aa elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="6d773aa" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="368" height="130" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20368%20130'%3E%3C/svg%3E" title="wcag2.1AA-blue-v" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/wcag2.1AA-blue-v.png" /><noscript><img width="368" height="130" src="https://seersco.com/wp-content/uploads/2023/03/wcag2.1AA-blue-v.png" title="wcag2.1AA-blue-v" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-8ea9b24 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8ea9b24" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="google-consent-mode" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/google-consent-mode.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/google-consent-mode.svg" title="google-consent-mode" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-56158f4 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="56158f4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="child-privacy-consent" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/child-privacy-consent.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/child-privacy-consent.svg" title="child-privacy-consent" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-deaa793 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="deaa793" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="110" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20110'%3E%3C/svg%3E" title="Google consent mode certified" alt="Google consent mode certified" data-lazy-src="https://seersco.com/wp-content/uploads/elementor/thumbs/google-badge-qvayl4xikb7w0k5jdplq2aub624s1397vg157u6zws.png" /><noscript><img width="100" height="110" src="https://seersco.com/wp-content/uploads/elementor/thumbs/google-badge-qvayl4xikb7w0k5jdplq2aub624s1397vg157u6zws.png" title="Google consent mode certified" alt="Google consent mode certified" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2b23dbd elementor-section-full_width elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="2b23dbd" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b0f4fc1" data-id="b0f4fc1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0de5b12 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="0de5b12" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="wordpress-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/wordpress-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/wordpress-rating.svg" title="wordpress-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-4217ee1 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="4217ee1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="joomla-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/joomla-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/joomla-rating.svg" title="joomla-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-9b39298 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="9b39298" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="magento-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/magento-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/magento-rating.svg" title="magento-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-5b88494 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="5b88494" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="capterra-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/capterra-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/capterra-rating.svg" title="capterra-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-69a5b90 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="69a5b90" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="get-app-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/get-app-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/get-app-rating.svg" title="get-app-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-8abfff2 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="8abfff2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="software-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/software-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/software-rating.svg" title="software-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-1b4e010 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="1b4e010" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="Trustpillot-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/Trustpillot-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/Trustpillot-rating.svg" title="Trustpillot-rating" alt="" loading="lazy" /></noscript> </div> </div> <div class="elementor-element elementor-element-1a10a61 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="1a10a61" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="99" height="44" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2099%2044'%3E%3C/svg%3E" title="google-rating" alt="" data-lazy-src="https://seersco.com/wp-content/uploads/2023/03/google-rating.svg" /><noscript><img width="99" height="44" src="https://seersco.com/wp-content/uploads/2023/03/google-rating.svg" title="google-rating" alt="" loading="lazy" /></noscript> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ad45710 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ad45710" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b8a0ead" data-id="b8a0ead" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a44ff7 elementor-widget elementor-widget-text-editor" data-id="5a44ff7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Seers Group © 2024 All Rights Reserved</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-83dd1f2" data-id="83dd1f2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8b5c746 lowerfooter elementor-widget elementor-widget-text-editor" data-id="8b5c746" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #fff;" href="https://seersco.com/terms-conditions/">Terms of use</a> | <a style="color: #fff;" href="https://seersco.com/privacy-policy/">Privacy policy</a> | <a style="color: #fff;" href="https://seersco.com/cookie-policy/">Cookie Policy</a> | <a style="color: #fff;" href="https://seersco.com/sitemap/">Sitemap</a> | <a id="SeersDoNotSell" style="color: #fff;"></a>Do Not Sell or Share My Personal Information.</p> </div> </div> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript"> let uniqueuuid = "0c8c883b-267d-4c31-981b-4c5d1d4ade4e"; if ( window.location.pathname == '/' ){ localStorage.removeItem('wpuseruuid'); } let curuseruuid = localStorage.getItem('wpuseruuid'); if (!curuseruuid) { localStorage.setItem("wpuseruuid", uniqueuuid); curuseruuid = uniqueuuid; } </script> <script type="rocketlazyloadscript"> let allloginlinks = document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']"); for (let lnk = 0; lnk < allloginlinks.length; lnk++) { if (document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk]) { //document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk].href= document.querySelectorAll("a[href^='https://dashboard.seersco.com/lo$ document.querySelectorAll("a[href^='https://dashboard.seersco.com/login']")[lnk].href= "https://dashboard.seersco.com/login?uuid=" + curuseruuid; } } let allregisterlinks = document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']"); for (lnk = 0; lnk < allregisterlinks .length; lnk++) { if (document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk]) { //document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk].href= document.querySelectorAll("a[href^='https://dashboard.se$ document.querySelectorAll("a[href^='https://dashboard.seersco.com/register/business']")[lnk].href= "https://dashboard.seersco.com/register/business?uuid=" + curuseruuid; } } </script> <script>document.body.classList.remove("no-js");</script> <script type="rocketlazyloadscript"> if ( -1 !== navigator.userAgent.indexOf( 'MSIE' ) || -1 !== navigator.appVersion.indexOf( 'Trident/' ) ) { document.body.classList.add( 'is-IE' ); } </script> <div data-elementor-type="popup" data-elementor-id="801" class="elementor elementor-801 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","exit_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.4,"sizes":[]},"prevent_scroll":"yes","avoid_multiple_popups":"yes","a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6538e8c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6538e8c6" 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-1adfb907" data-id="1adfb907" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8a7372a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-icon" data-id="8a7372a" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6IiJ9"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 504 504"><title>mobile-menu-close</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M252,0A252,252,0,1,0,504,252,251.66,251.66,0,0,0,252,0Zm72.8,358.4L252,285.6l-72.8,72.8c-21.84,21.84-54.88-11.76-33.6-33.6L218.4,252l-72.8-72.8c-21.84-21.84,11.76-54.88,33.6-33.61L252,218.4l72.8-72.81c21.84-21.84,54.88,11.77,33.6,33.61L285.6,252l72.8,72.8c21.28,21.28-12.32,54.88-33.6,33.6Z"></path></g></g></svg> </a> </div> </div> </div> <div class="elementor-element elementor-element-3e1a572f elementor-widget-mobile__width-inherit elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="3e1a572f" data-element_type="widget" data-settings="{"layout":"dropdown","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-3e1a572f" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-808"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Solutions</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1886"><a href="https://seersco.com/cookie-consent-management-solution/" class="elementor-sub-item" tabindex="-1">Cookie Consent Management Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1885"><a href="https://seersco.com/gdpr-audit/" class="elementor-sub-item" tabindex="-1">GDPR Audit</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5019"><a href="https://seersco.com/policy-generator/" class="elementor-sub-item" tabindex="-1">Policy Generator</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3848"><a href="https://seersco.com/gdpr-staff-e-training/" class="elementor-sub-item" tabindex="-1">GDPR Staff e Training</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4103"><a href="https://seersco.com/price-plan/" class="elementor-item" tabindex="-1">Pricing</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-811"><a href="https://dashboard.seersco.com/login" class="elementor-item" tabindex="-1">Login</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-812"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Contact Us</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-51c2a8a4 elementor-align-justify elementor-widget elementor-widget-button" data-id="51c2a8a4" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://calendly.com/seers-demo/45?month=2020-04"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">book a demo</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-5f150320 elementor-align-justify elementor-widget elementor-widget-button" data-id="5f150320" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://dashboard.seersco.com/register/business"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">start free</span> </span> </a> </div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5ffff011 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5ffff011" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5906d15" data-id="5906d15" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-31ddfd65 elementor-shape-circle e-grid-align-mobile-left elementor-widget-mobile__width-auto elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="31ddfd65" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-animation-push elementor-repeater-item-9960da1" href="https://www.linkedin.com/company/icustoms/" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-push elementor-repeater-item-749efc6" href="https://twitter.com/icustoms_AI" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-push elementor-repeater-item-fe03bb0" href="https://www.facebook.com/icustoms1/" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-42c0f46" data-id="42c0f46" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </div> </div> </section> </div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='elementor-post-801-css' href='https://seersco.com/wp-content/uploads/elementor/css/post-801.css?ver=1734013410' media='all' /> <script id="seersco-custom-js-extra"> var my_ajax_object = {"ajax_url":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","priceplan_nonce":"b1af8bb951","cookiexray_nonce":"871755f197"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/seersco-elementor-widgets/js/custom.js?ver=1735199651" id="seersco-custom-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1735199651" id="swv-js" defer></script> <script id="contact-form-7-js-extra"> var wpcf7 = {"api":{"root":"https:\/\/seersco.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1735199651" id="contact-form-7-js" defer></script> <script id="leadin-script-loader-js-js-extra"> var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.65"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/5410056.js?ver=1735199651" id="leadin-script-loader-js-js" defer></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|http:\/\/(\/%5B\/%5D+)?\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/seersco.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://seersco.com/wp-content/cache/min/1/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js?ver=1735199651" id="twenty-twenty-one-responsive-embeds-script-js" defer></script> <script src="https://www.google.com/recaptcha/api.js?render=6Lc9ZPscAAAAAHglbK_1dD02f9fYhfIjrs5AJFAs&ver=3.0" id="google-recaptcha-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script id="wpcf7-recaptcha-js-extra"> var wpcf7_recaptcha = {"sitekey":"6Lc9ZPscAAAAAHglbK_1dD02f9fYhfIjrs5AJFAs","actions":{"homepage":"homepage","contactform":"contactform"}}; </script> <script data-minify="1" src="https://seersco.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1735199651" id="wpcf7-recaptcha-js" defer></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","nonce":"ff485fc5fb","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/seersco.com\/privacy-policy\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.0.7" id="eael-general-js" defer></script> <script src="https://seersco.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-wrapper-link.min.js?ver=4.10.56" id="pa-wrapper-link-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.21.3" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.24.6" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.24.6" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","nonce":"f8bd9b52e2","urls":{"assets":"https:\/\/seersco.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/seersco.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"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/seersco.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.21.3" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.24.6","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"nested-elements":true,"link-in-bio":true,"floating-buttons":true,"form-submissions":true},"urls":{"assets":"https:\/\/seersco.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/seersco.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/seersco.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"dbdecb0353"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"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":2670,"title":"Privacy%20Policy%20-%20Seers%20%7C%20Privacy%20%26%20Consent%20Management%20%7C%20GDPR%20%26%20CCPA","excerpt":"","featuredImage":false}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.24.6" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://seersco.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.21.3" id="pro-elements-handlers-js" defer></script> <script src="https://seersco.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.21.3" id="e-sticky-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://seersco.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- Rocket no webp --> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->