CINXE.COM

Privacy Policy 2 - Encyclopædia Britannica, Inc. Corporate Site

<!doctype html> <html lang="en-US"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Google tag (gtag.js) --> <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-P67XBXYZGT"></script> <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-P67XBXYZGT'); </script> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v22.2 - https://yoast.com/wordpress/plugins/seo/ --> <title>Privacy Policy 2 - Encyclopædia Britannica, Inc. Corporate Site</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript> <link rel="canonical" href="https://corporate.britannica.com/privacy-policy-2" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Privacy Policy 2 - Encyclopædia Britannica, Inc. Corporate Site" /> <meta property="og:description" content="Encyclopaedia Britannica, Inc.Privacy Notice Last Updated and Effective as of: June 1, 2023 Your use of our Services is governed by our Terms of Use.  OUR TERMS OF USE CONTAIN DISCLAIMERS OF WARRANTIES AND LIABILITY, A CHOICE OF LAW PROVISION AND A CLASS ACTION WAIVER. THESE PROVISIONS AFFECT YOUR RIGHTS ABOUT HOW TO RESOLVE ANY DISPUTE WITH ENCYCLOPAEDIA [&hellip;]" /> <meta property="og:url" content="https://corporate.britannica.com/privacy-policy-2" /> <meta property="og:site_name" content="Encyclopædia Britannica, Inc. Corporate Site" /> <meta property="article:modified_time" content="2023-06-01T20:54:48+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="45 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://corporate.britannica.com/privacy-policy-2","url":"https://corporate.britannica.com/privacy-policy-2","name":"Privacy Policy 2 - Encyclopædia Britannica, Inc. Corporate Site","isPartOf":{"@id":"https://corporate.britannica.com/#website"},"datePublished":"2023-06-01T20:09:47+00:00","dateModified":"2023-06-01T20:54:48+00:00","breadcrumb":{"@id":"https://corporate.britannica.com/privacy-policy-2#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://corporate.britannica.com/privacy-policy-2"]}]},{"@type":"BreadcrumbList","@id":"https://corporate.britannica.com/privacy-policy-2#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://corporate.britannica.com/"},{"@type":"ListItem","position":2,"name":"Privacy Policy 2"}]},{"@type":"WebSite","@id":"https://corporate.britannica.com/#website","url":"https://corporate.britannica.com/","name":"Encyclopædia Britannica, Inc. Corporate Site","description":"Encyclopædia Britannica, Inc. Corporate Site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://corporate.britannica.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Encyclopædia Britannica, Inc. Corporate Site &raquo; Feed" href="https://corporate.britannica.com/feed" /> <link rel="alternate" type="application/rss+xml" title="Encyclopædia Britannica, Inc. Corporate Site &raquo; Comments Feed" href="https://corporate.britannica.com/comments/feed" /> <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> <link data-minify="1" rel='stylesheet' id='jet-engine-frontend-css' href='https://corporate.britannica.com/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=1731947946' media='all' /> <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--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}: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='hello-elementor-css' href='https://corporate.britannica.com/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://corporate.britannica.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://corporate.britannica.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://corporate.britannica.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1731947946' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://corporate.britannica.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.20.0' media='all' /> <style id='elementor-frontend-inline-css'> .elementor-kit-5{--e-global-color-primary:#0C406C;--e-global-color-secondary:#00A2E3;--e-global-color-text:#151515;--e-global-color-accent:#CB0017;--e-global-color-dcf4178:#797979;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 a{color:var( --e-global-color-secondary );}.elementor-kit-5 h1{font-size:23px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}} .elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-site-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-page-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-post-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var( --e-global-color-primary );}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group > label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-type-html{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );}.elementor-widget-form .e-form__buttons__wrapper__button-previous{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form{--e-form-steps-indicator-inactive-primary-color:var( --e-global-color-text );--e-form-steps-indicator-active-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-completed-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-background-color:var( --e-global-color-text );--e-form-steps-indicator-progress-meter-color:var( --e-global-color-text );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-login .elementor-field-group > a{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a:hover{color:var( --e-global-color-accent );}.elementor-widget-login .elementor-form-fields-wrapper label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before, .elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hotspot .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-hotspot{--hotspot-color:var( --e-global-color-primary );--hotspot-box-color:var( --e-global-color-secondary );--tooltip-color:var( --e-global-color-secondary );}.elementor-widget-hotspot .e-hotspot__label{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-hotspot .e-hotspot__tooltip{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-list .elementor-price-list-header{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-list .elementor-price-list-price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-list .elementor-price-list-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:var( --e-global-color-secondary );}.elementor-widget-price-table{--e-price-table-header-background-color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__subheading{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table .elementor-price-table__price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__original-price{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__period{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list{--e-price-table-features-list-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__features-list li{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-price-table .elementor-price-table__additional_info{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-reviews .elementor-testimonial__text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-item{background-color:var( --e-global-color-primary );}.elementor-widget-countdown .elementor-countdown-digits{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-countdown .elementor-countdown-expire--message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form .elementor-search-form__input, .elementor-widget-search-form .elementor-search-form__icon, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button, .elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item{color:var( --e-global-color-text );}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg{fill:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover{color:var( --e-global-color-text );}.elementor-widget-paypal-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-paypal-button .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-stripe-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-stripe-button .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-progress-tracker .current-progress-percentage{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );} .elementor-11602 .elementor-element.elementor-element-ff34eda{text-align:center;font-family:"Roboto", Sans-serif;font-size:39px;font-weight:600;}.elementor-11602 .elementor-element.elementor-element-ff34eda > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-11602 .elementor-element.elementor-element-1955a0e > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-1955a0e{margin-top:36px;margin-bottom:9px;}.elementor-11602 .elementor-element.elementor-element-1fa5b4a{text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-56158e4{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-087b18e > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-d0deebe{text-align:left;}.elementor-11602 .elementor-element.elementor-element-d166f62 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-6d9daba{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-eed77fc > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-dd71fb2{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-a32c4b6 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-ac97605{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-1ba2fea > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-3623496{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-89ec28a > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-926a5ab{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-8f60cb7 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-ae292f8{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-83e5495 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-7b31d66{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-654e9f6 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-f5047d2{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-0bb9acc > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-d5723b9{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-2bc8332 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-25195d8{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-9f8c072 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-3e7e337{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-d7e7b61 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-f030932{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-d1f4ac5 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-062a1da{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-7c05ecc > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-d16d23f{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-a642c70 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-cbc9515{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-b2f0203 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-6a85c76{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-e5889f0 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-d75c248{text-align:left;}.elementor-11602 .elementor-element.elementor-element-a247439 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-4e827ee{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-a2d9275 > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-2d91aee{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-11602 .elementor-element.elementor-element-5e7a16b > .elementor-container{max-width:975px;}.elementor-11602 .elementor-element.elementor-element-6c83dff{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-11602 .elementor-element.elementor-element-3d7ba25{padding:0px 20px 0px 20px;}.elementor-11602 .elementor-element.elementor-element-1955a0e{padding:0px 20px 0px 20px;}.elementor-11602 .elementor-element.elementor-element-1fa5b4a{font-size:15px;}.elementor-11602 .elementor-element.elementor-element-56158e4{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-6d9daba{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-dd71fb2{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-ac97605{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-3623496{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-926a5ab{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-ae292f8{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-7b31d66{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-f5047d2{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-d5723b9{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-25195d8{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-3e7e337{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-f030932{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-062a1da{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-d16d23f{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-cbc9515{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-6a85c76{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-4e827ee{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-2d91aee{font-size:13px;}.elementor-11602 .elementor-element.elementor-element-6c83dff{font-size:13px;}} .elementor-21 .elementor-element.elementor-element-64ff1a0a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-21 .elementor-element.elementor-element-64ff1a0a{box-shadow:0px 0px 38px 0px rgba(0,0,0,0.1);padding:15px 0px 15px 0px;}.elementor-21 .elementor-element.elementor-element-6da0a40{text-align:left;}.elementor-21 .elementor-element.elementor-element-6da0a40 img{width:100%;max-width:36%;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-menu-toggle{margin-left:auto;background-color:rgba(0,0,0,0);}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu .elementor-item{font-size:15px;font-weight:500;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:3px;padding-right:3px;padding-top:5px;padding-bottom:5px;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item:hover, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item.highlighted, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed .elementor-item:before, .elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:#FFFFFF;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed .elementor-item.elementor-item-active:before, .elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed .elementor-item.elementor-item-active:after{border-color:#FFFFFF;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed .elementor-item:before{border-width:2px;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 2px 2px;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:2px 2px 0 0;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:2px 0 0 2px;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 2px 2px 0;}.elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-underline .elementor-item:after, .elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-overline .elementor-item:before, .elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-double-line .elementor-item:before, .elementor-21 .elementor-element.elementor-element-1308541f .e--pointer-double-line .elementor-item:after{height:2px;}.elementor-21 .elementor-element.elementor-element-1308541f{--e-nav-menu-horizontal-menu-item-margin:calc( 35px / 2 );}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:35px;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown{background-color:#f7f7f7;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a:hover, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a.highlighted, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-menu-toggle:hover{color:#FFFFFF;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a:hover, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-1308541f div.elementor-menu-toggle{color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-1308541f div.elementor-menu-toggle svg{fill:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-1308541f div.elementor-menu-toggle:hover{color:var( --e-global-color-secondary );}.elementor-21 .elementor-element.elementor-element-1308541f div.elementor-menu-toggle:hover svg{fill:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-21 .elementor-element.elementor-element-64ff1a0a{padding:20px 20px 20px 20px;}.elementor-21 .elementor-element.elementor-element-6da0a40 img{max-width:55%;}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-64ff1a0a{padding:020px 020px 020px 020px;}.elementor-21 .elementor-element.elementor-element-55a58e4a{width:70%;}.elementor-21 .elementor-element.elementor-element-6da0a40 img{max-width:100%;}.elementor-21 .elementor-element.elementor-element-139b668f{width:30%;}.elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-21 .elementor-element.elementor-element-1308541f .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:30px !important;}} .elementor-37 .elementor-element.elementor-element-690d33c > .elementor-container{max-width:1000px;}.elementor-37 .elementor-element.elementor-element-690d33c:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-690d33c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(330deg, #062036 0%, #0C406C 48%);}.elementor-37 .elementor-element.elementor-element-690d33c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:16px 0px 19px 0px;}.elementor-37 .elementor-element.elementor-element-690d33c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-37 .elementor-element.elementor-element-ce6a833{text-align:center;}.elementor-37 .elementor-element.elementor-element-ce6a833 img{width:45%;}.elementor-37 .elementor-element.elementor-element-ce6a833 > .elementor-widget-container{margin:3px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-menu-toggle{margin:0 auto;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu .elementor-item{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:600;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;padding-left:0px;padding-right:0px;padding-top:4px;padding-bottom:4px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item:hover, .elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed .elementor-item:before, .elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed .elementor-item:before{border-width:2px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 2px 2px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:2px 2px 0 0;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:2px 0 0 2px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 2px 2px 0;}.elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-underline .elementor-item:after, .elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-overline .elementor-item:before, .elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-double-line .elementor-item:before, .elementor-37 .elementor-element.elementor-element-b8c6a33 .e--pointer-double-line .elementor-item:after{height:2px;}.elementor-37 .elementor-element.elementor-element-b8c6a33{--e-nav-menu-horizontal-menu-item-margin:calc( 31px / 2 );}.elementor-37 .elementor-element.elementor-element-b8c6a33 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:31px;}.elementor-37 .elementor-element.elementor-element-b8c6a33 div.elementor-menu-toggle{color:#FFFFFF;}.elementor-37 .elementor-element.elementor-element-b8c6a33 div.elementor-menu-toggle svg{fill:#FFFFFF;}.elementor-37 .elementor-element.elementor-element-b8c6a33 div.elementor-menu-toggle:hover{color:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 div.elementor-menu-toggle:hover svg{fill:var( --e-global-color-secondary );}.elementor-37 .elementor-element.elementor-element-b8c6a33 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-37 .elementor-element.elementor-element-c2bd1b0{text-align:center;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:11px;font-weight:400;}@media(max-width:767px){.elementor-37 .elementor-element.elementor-element-ce6a833 img{width:50%;}} </style> <link data-minify="1" rel='stylesheet' id='swiper-css' href='https://corporate.britannica.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=1731947946' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://corporate.britannica.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.20.0' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://corporate.britannica.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://corporate.britannica.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1731947946' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><link rel="https://api.w.org/" href="https://corporate.britannica.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://corporate.britannica.com/wp-json/wp/v2/pages/11602" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://corporate.britannica.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7" /> <link rel='shortlink' href='https://corporate.britannica.com/?p=11602' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://corporate.britannica.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcorporate.britannica.com%2Fprivacy-policy-2" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://corporate.britannica.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcorporate.britannica.com%2Fprivacy-policy-2&#038;format=xml" /> <meta name="generator" content="Elementor 3.20.0; features: e_optimized_assets_loading, additional_custom_breakpoints, block_editor_assets_optimize, e_image_loading_optimization; settings: css_print_method-internal, google_font-enabled, font_display-auto"> <link rel="icon" href="https://corporate.britannica.com/wp-content/uploads/2022/09/favicon-32x32-1.png" sizes="32x32" /> <link rel="icon" href="https://corporate.britannica.com/wp-content/uploads/2022/09/favicon-32x32-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://corporate.britannica.com/wp-content/uploads/2022/09/favicon-32x32-1.png" /> <meta name="msapplication-TileImage" content="https://corporate.britannica.com/wp-content/uploads/2022/09/favicon-32x32-1.png" /> <style id="wp-custom-css"> /* FIXED WIDTH */ .site-container { background-color: #ffffff; border: 0px solid #eee; margin: 0 auto; max-width: 1200px; padding: 0px; } body { background-color: #f8f8f8; } </style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="page-template page-template-elementor_header_footer page page-id-11602 elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-11602"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="site-container"> <div data-elementor-type="header" data-elementor-id="21" class="elementor elementor-21 elementor-location-header" data-elementor-post-type="elementor_library"> <header class="elementor-section elementor-top-section elementor-element elementor-element-64ff1a0a elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64ff1a0a" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-55a58e4a" data-id="55a58e4a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6da0a40 elementor-widget elementor-widget-image" data-id="6da0a40" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/"> <img width="800" height="152" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20152'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1645" alt="" data-lazy-srcset="https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo.jpg 800w, https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo-300x57.jpg 300w, https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo-768x146.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo.jpg" /><noscript><img width="800" height="152" src="https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo.jpg" class="attachment-large size-large wp-image-1645" alt="" srcset="https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo.jpg 800w, https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo-300x57.jpg 300w, https://corporate.britannica.com/wp-content/uploads/2022/09/britannica_logo-768x146.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-139b668f" data-id="139b668f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1308541f elementor-nav-menu__align-end elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="1308541f" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" 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-underline e--animation-fade"> <ul id="menu-1-1308541f" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-23"><a href="https://corporate.britannica.com/" class="elementor-item">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-24"><a href="https://corporate.britannica.com/about-us" class="elementor-item">About Us</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12064"><a href="https://corporate.britannica.com/about-us" class="elementor-sub-item">Leadership Team</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12063"><a href="https://corporate.britannica.com/britannica-gives-back" class="elementor-sub-item">Britannica Gives Back</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-167"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-item">Our Brands</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-115"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-sub-item">Britannica</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a href="https://corporate.britannica.com/our-brands/britannica-education" class="elementor-sub-item">Britannica Education</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://corporate.britannica.com/our-brands/merriam-webster" class="elementor-sub-item">Merriam-Webster</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a href="https://corporate.britannica.com/our-brands/melingo" class="elementor-sub-item">Melingo</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://corporate.britannica.com/press-releases" class="elementor-item">Press</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1889"><a href="https://corporate.britannica.com/press-releases" class="elementor-sub-item">Press Releases</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://corporate.britannica.com/free-subscriptions-for-journalists" class="elementor-sub-item">For Journalists</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1940"><a href="https://corporate.britannica.com/job-opportunities" class="elementor-item">Jobs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="https://corporate.britannica.com/contact" class="elementor-item">Contact</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-1308541f" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-23"><a href="https://corporate.britannica.com/" class="elementor-item" tabindex="-1">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-24"><a href="https://corporate.britannica.com/about-us" class="elementor-item" tabindex="-1">About Us</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12064"><a href="https://corporate.britannica.com/about-us" class="elementor-sub-item" tabindex="-1">Leadership Team</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12063"><a href="https://corporate.britannica.com/britannica-gives-back" class="elementor-sub-item" tabindex="-1">Britannica Gives Back</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-167"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-item" tabindex="-1">Our Brands</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-115"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-sub-item" tabindex="-1">Britannica</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a href="https://corporate.britannica.com/our-brands/britannica-education" class="elementor-sub-item" tabindex="-1">Britannica Education</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-117"><a href="https://corporate.britannica.com/our-brands/merriam-webster" class="elementor-sub-item" tabindex="-1">Merriam-Webster</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a href="https://corporate.britannica.com/our-brands/melingo" class="elementor-sub-item" tabindex="-1">Melingo</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-26"><a href="https://corporate.britannica.com/press-releases" class="elementor-item" tabindex="-1">Press</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1889"><a href="https://corporate.britannica.com/press-releases" class="elementor-sub-item" tabindex="-1">Press Releases</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1888"><a href="https://corporate.britannica.com/free-subscriptions-for-journalists" class="elementor-sub-item" tabindex="-1">For Journalists</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1940"><a href="https://corporate.britannica.com/job-opportunities" class="elementor-item" tabindex="-1">Jobs</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="https://corporate.britannica.com/contact" class="elementor-item" tabindex="-1">Contact</a></li> </ul> </nav> </div> </div> </div> </div> </div> </header> </div> <div data-elementor-type="wp-page" data-elementor-id="11602" class="elementor elementor-11602" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3d7ba25 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3d7ba25" 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-b58e50b" data-id="b58e50b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ff34eda elementor-widget elementor-widget-text-editor" data-id="ff34eda" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Encyclopaedia Britannica, Inc.<br /><span style="color: var( --e-global-color-text );">Privacy Notice</span></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1955a0e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1955a0e" 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-171c5e4" data-id="171c5e4" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1fa5b4a elementor-widget elementor-widget-text-editor" data-id="1fa5b4a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Last Updated and Effective as of: June 1, 2023</p> </div> </div> <div class="elementor-element elementor-element-56158e4 elementor-widget elementor-widget-text-editor" data-id="56158e4" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><i>Your use of our Services is governed by our <a href="https://corporate.britannica.com/termsofuse2.html">Terms of Use</a>.  <strong>O</strong><span style="font-weight: 600;">UR </span><span style="font-weight: 600;"><a href="https://corporate.britannica.com/termsofuse2.html">TERMS OF USE</a> </span><span style="font-weight: 600;">CONTAIN DISCLAIMERS OF WARRANTIES AND LIABILITY, A CHOICE OF LAW PROVISION AND A CLASS ACTION WAIVER. THESE PROVISIONS AFFECT YOUR RIGHTS ABOUT HOW TO RESOLVE ANY DISPUTE WITH ENCYCLOPAEDIA BRITANNICA, INC. (&#8220;BRITANNICA&#8221;) INCLUDING UNDER THIS PRIVACY NOTICE. PLEASE REVIEW. YOUR USE OF THE SERVICES IS ACCEPTANCE OF THIS PRIVACY NOTICE AND OUR <a href="https://corporate.britannica.com/termsofuse2.html">TERMS OF USE</a>.</span></i></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-087b18e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="087b18e" 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-457a801" data-id="457a801" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d0deebe elementor-widget elementor-widget-text-editor" data-id="d0deebe" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><span style="font-weight: 600;">Table of Contents</span><span style="font-weight: 600;"> </span></h1><p><a href="#Introduction">Introduction<br /></a><a href="https://corporate.britannica.com/cookie_policy.html">Cookie Policy &amp; Cookie Settings Preference Center</a><br /><a href="#coppa-compliance">COPPA Compliance</a><br /><a href="#info-you-provide">Information that You Provide to Us</a><br /><a href="#how-we-use">How We Use Information that You Provide to Us</a><br /><a href="#purpose-of-processing">Purposes of Processing the Information that You Provide to Us</a><br /><a href="#links-to-other-sites">Links to Other Websites</a><br /><a href="#info-collected-automatically">Information Collected Automatically</a><br /><a href="#opt-out">Your Rights &amp; Choices; Opt-Out</a><br /><a href="#student-data">Britannica Kids &amp; Student Data</a><br /><a href="#security-of-your-information">Security of Your Information</a><br /><a href="#Data-Storage-and-Retention">Data Storage and Retention</a><br /><a href="#consent-to-processing">Consent to Processing and Transfer of Information about You</a><br /><a href="#Correcting-Updating">Correcting, Updating, or Removing Personal Information; Account Deletion</a><br /><a href="#california-privacy-notice">Privacy Notice for California Residents</a><br /><a href="#EU-Data-Subject-Rights">EU Data Subject Rights</a><br /><a href="#eu-rep">EU Representative and Data Protection Officer</a><br /><a href="#Copyright">Copyright</a><br /><a href="#Business-Transfers">Business Transfers</a><br /><a href="#Acceptance-of-Privacy-Notice">Acceptance of Privacy Notice Terms and Conditions</a><br /><a href="#Questions">Questions, Comments or Complaints</a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d166f62 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d166f62" 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-1b088d8" data-id="1b088d8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6d9daba elementor-widget elementor-widget-text-editor" data-id="6d9daba" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Introduction</strong></h1><p>Your privacy is important to us.  We understand that you are aware of and care about your own personal privacy interests, and we take that seriously. This Privacy Notice sets forth your privacy rights and applies to personal information we may collect through our websites, mobile applications or online services that link to this Privacy Notice (our &#8220;Services&#8221;); how we will use, disclose and protect this information; and how you can opt out of some of our uses and disclosures of your information. This Privacy Notice does not apply to information that we collect in other ways, such as over the phone, by mail or in person, except where state otherwise or as required by law.</p><p>Please note:</p><ul><li>The <a href="#student-data">Britannica Kids &amp; Student Data</a> section of this Privacy Notice applies to our Britannica Kids Services, which is our ad-free, premium subscription service that is intended for use by kids in grades pre-K-12 (our &#8220;Kids&#8217; Service&#8221;); and</li><li>Our <a href="https://corporate.britannica.com/privacy.html">Britannica Education Privacy Policy</a> located at <a href="https://corporate.britannica.com/privacy.html">https://corporate.britannica.com/privacy.html</a>, not this Privacy Notice, applies to data collected through our <a href="https://britannicaeducation.com/">Britannica Education</a> suite of digital reference and curriculum services (our &#8220;Institutional Services&#8221;).<br /><br /></li></ul><p><span style="color: var( --e-global-color-text ); font-size: 1rem;">Your decision to use any of our Services and provide your personal information is voluntary. We indicate on our online, mobile, and other registration forms what types of personal information are requested. You may choose not to submit requested information online, or may choose to restrict the use of cookies (see our </span><a style="background-color: #ffffff; font-size: 1rem;" href="https://corporate.britannica.com/cookie_policy.html">Cookie Policy</a><span style="color: var( --e-global-color-text ); font-size: 1rem;"> and &#8216;<a href="#opt-out">Your Rights &amp; Choices; Opt-Out</a>&#8216; below for more information), but that may limit the services we are able to provide to you.</span></p><p>Except for our Kids&#8217; Service and our Institutional Services, the Services are a network of general audience sites, and are not targeted to, and do not knowingly collect personal information from, minors under 16 years of age. We request that these individuals do not provide personal information through the Services. Please see &#8216;<a href="#coppa-compliance">COPPA Compliance</a>&#8216; below for more information.</p><p>We recognize that information privacy is an ongoing responsibility, and so we will from time to time update this Privacy Notice as we undertake new personal information practices or adopt new privacy policies. If you have concerns, please contact our data protection officer at <a href="/cdn-cgi/l/email-protection#82e6f2edc2e7e0ace1edef"><span class="__cf_email__" data-cfemail="0c687c634c696e226f6361">[email&#160;protected]</span></a>. </p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-eed77fc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="eed77fc" 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-6d9fa7a" data-id="6d9fa7a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9931469 elementor-widget elementor-widget-menu-anchor" data-id="9931469" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="coppa-compliance" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-dd71fb2 elementor-widget elementor-widget-text-editor" data-id="dd71fb2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>COPPA Compliance</strong></h1><p>In accordance with the Federal Children&#8217;s Online Privacy Protection Act of 1998 (COPPA), we will never knowingly solicit, nor will we accept, personal information from users known to be under thirteen (13) years of age without the consent of their educational institution or the child’s parent or guardian. We do, however, use COPPA-compliant, third-party services that automatically collect or share certain information and usage data with us to support our internal operations as described in this Privacy Notice.</p><p>If an educational institution with students that are under thirteen (13) years of age uses our Institutional Services, the educational institution also may provide us with personally information about its students. We use student information to provide the subscribed-to Institutional Service to the educational institution and its students as provided in the <a href="https://corporate.britannica.com/privacy.html">Britannica Education Privacy Policy</a> located at <span style="color: #00a2e3;">https://corporate.britannica.com/privacy.html</span>.</p><p>If you believe that we have collected personal information from someone under the age of 13, please contact us at: <a href="/cdn-cgi/l/email-protection#b1d5c1def1d4d39fd2dedc"><span class="__cf_email__" data-cfemail="ef8b9f80af8a8dc18c8082">[email&#160;protected]</span></a>.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a32c4b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a32c4b6" 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-4dd364e" data-id="4dd364e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7268890 elementor-widget elementor-widget-menu-anchor" data-id="7268890" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="info-you-provide" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-ac97605 elementor-widget elementor-widget-text-editor" data-id="ac97605" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Information that You Provide to Us</strong></h1><p>Britannica protects the identity of visitors to the Services by limiting the collection of personal information. Except with your consent, personal information provided by you to us will not be posted or published by us, and will be shared with third parties only as provided herein.  You can enjoy many of our Services and their special features without giving us your personal information. See also <a href="#how-we-use">How We Use Information that You Provide to Us</a> below.</p><p><strong>Use of Our Premium Subscription Services</strong></p><p>When you subscribe to one of our ad-free, premium Services, we collect information about you (in accordance with applicable privacy laws) that may include (but not be limited to) your email address, first and name, title, IP address, device ID and shared favorites.  We may also collect a personal mailing address and phone number. You may edit your information at any time to change, add or remove certain personal information by visiting your <a href="http://myaccount.britannica.com">Britannica Account Settings</a><span style="color: var( --e-global-color-text ); font-size: 1rem;"> page or sending an email to <a href="/cdn-cgi/l/email-protection#593a2c2a2d36343c2b2a3c2b2f303a3c193c3b773a3634">Britannica Customer Support</a>. </span><span style="color: var( --e-global-color-text ); font-size: 1rem;">We process your personal information to administer and manage your subscription, deliver the subscriber benefits described below, inform you of prizes and other benefits or opportunities associated with your subscription and respond to your information requests. We may also use this information for legitimate business purposes that help us analyze the demographic of our subscribers and understand our users’ needs and interests to better tailor our products and services to meet user needs and deliver additional services to our users.  </span></p><p><strong>Promotions and other special features</strong></p><p>For certain promotions and to access certain features available throughout our Services, including our free, ad-supported Services, we collect information voluntarily submitted by you to us to deliver the requested feature that may include (but not be limited to) your email address, first and last name, title, IP address and device ID. We may also collect a personal mailing address and phone number.  You may edit this information at any time to change, add or remove it from our Services by visiting your <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page or sending an email to <a href="/cdn-cgi/l/email-protection#7d1e080e091210180f0e180f0b141e183d181f531e1210">Britannica Customer Support</a>.  We process your personal information to deliver the requested feature to you, inform you of other benefits or opportunities associated with our Services, including the benefits described below. We may also use this information for legitimate business purposes that help us understand our users’ needs and interests to better tailor our products and services to meet your needs.</p><p><strong>Newsletters</strong></p><p>You may wish to register for or subscribe to a Britannica newsletter without becoming a Britannica subscriber. To receive these newsletters by email, you must provide us with your email address.  We use <a href="https://ortto.com/privacy/">Autopilot by Ortto</a> and <a href="https://www.salesforce.com/company/privacy/">Salesforce</a>, our third-party service providers, to deliver our newsletters to you. When you open an email that contains a newsletter, we gather certain statistics, such as number of emails opened and clicks within a newsletter, using industry-standard technologies, including cle<span style="color: var( --e-global-color-text ); font-size: 1rem;">ar gifs, helping us monitor and improve our newsletters. For more information, please see </span><a style="background-color: #ffffff; font-size: 1rem;" href="https://ortto.com/privacy/">Autopilot&#8217;s Privacy Policy</a><span style="color: var( --e-global-color-text ); font-size: 1rem;"> and <a href="https://www.salesforce.com/company/privacy/">Salesforce&#8217;s Privacy Statement</a>. Except for Autopilot and Salesforce, we do not share your voluntarily provided email address with any third party.  </span></p><p>You may manage your Britannica newsletter and email preferences by subscribing or unsubscribing at any time using the link included in the related newsletter or marketing email or visiting the &#8216;Notifications and Emails&#8217; section of your <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page. Please note that if you have set your browser to block cookies, this may have an impact on your ability to unsubscribe. If you have any difficulties managing your email or other communication preferences with Britannica, please contact <a href="/cdn-cgi/l/email-protection#ec8f999f988381899e9f899e9a858f89ac898ec28f8381">Britannica Customer Support</a>.</p><p><strong>Quizzes </strong></p><p>Whenever you play our Quizzes, we collect data about your interactions with each Quiz. This information may be associated with your user name, IP address or device ID for the purpose of providing our Services and improving them. In addition, when you play a Quiz, your user name, related photo and Quiz score may be displayed in our &#8220;Quiz Leaderboard&#8221; for other players to see. If you do not want your user name and related photo displayed in the Quiz Leaderboard, please refrain from playing our Quizzes.</p><p><strong>Logging in using social networking credentials</strong></p><p>If you log-in to our Services using a social media (such as Facebook or Twitter) log-in, you are granting permission to the social media service to share your user details with us. This may include your name, email address, date of birth and location, which will then be used to create a Britannica identity. These social media services may use information about your visit to our Services on their pages. If you browse these pages while still logged in to your account with us, information they collect may be connected to your account on their Web site. For more information on how these social media services use information, please review their privacy policies.</p><p><strong>Posting from home</strong></p><p>You should be aware that if you or your friends post the location of your home and that information is published on a Service it may be available to others and may be published by third parties without our control. To request removal of location data please email us at <a href="/cdn-cgi/l/email-protection#f383819a8592908ab39691dd909c9e"><span class="__cf_email__" data-cfemail="1666647f6077756f5673743875797b">[email&#160;protected]</span></a>.</p><p><strong>Prospect and Referral Information</strong></p><p>If a User visits a Service and submits an email address to Britannica but fails to complete the registration or purchase process, we may use such &#8220;prospect&#8221; information to contact the prospective User from time to time with offers from Britannica or its wholly owned subsidiary, Merriam-Webster, Incorporated (&#8220;Merriam-Webster&#8221;) and information about new features, new services, and special discounts we think the User may see as valuable. Similarly, if a User forwards a Britannica email to a friend, we may use the &#8220;referral&#8221; information provided to contact the friend from time to time with offers from Britannica or Merriam-Webster and information about new features, new services, and special discounts we think the friend may see as valuable. We do not sell or rent any contact information for such &#8220;prospects&#8221; or &#8220;referrals.&#8221;</p><p><strong>Payment card information</strong></p><p>You may choose to purchase goods or subscription services from Britannica using a payment card. Typically, payment card information is provided directly by a you, via the Services, into the PCI/DSS-compliant payment processing service to which Britannica subscribes, and Britannica does not, itself, process or store your card information.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1ba2fea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1ba2fea" 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-ff33f93" data-id="ff33f93" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8d9891e elementor-widget elementor-widget-menu-anchor" data-id="8d9891e" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="how-we-use" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-3623496 elementor-widget elementor-widget-text-editor" data-id="3623496" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>How We Use Information that You Provide to Us</strong></h1><p><strong>Subscriber Communications</strong></p><p>As a benefit of membership, Britannica subscribers may receive the following communications from us or our wholly owned subsidiary, Merriam-Webster:</p><ul><li><strong>Communications related to subscription maintenance activities. </strong>These communications may include, without limitation, notices regarding material changes to Britannica Service policies, service updates, service enhancements, and account management procedures. Since these communications are necessary to ensure Britannica provides its subscribers with the highest quality of services, our subscribers are not permitted to opt-out from receipt of these communications.</li><li><strong>Newsletter Communications. </strong>As a benefit of a Britannica subscription, we may send Britannica subscribers our exclusive Britannica or Merriam-Webster newsletters. To unsubscribe to a newsletter, a User can either (i) follow the instructions at the bottom of any newsletter or (ii) visit the &#8216;Notifications and Emails&#8217; section of their <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page.</li><li><strong>Communications containing information about Britannica or Merriam-Webster products and services. </strong>We may send promotional emails and other outbound communications to Britannica subscribers regarding products and services from Britannica or Merriam-Webster. Any Britannica subscriber that does not wish to receive such product and service communications can choose to remove their contact information from our contact list at any time by (i) following the instructions at the bottom of any promotional email; (ii) visiting the &#8216;Notifications and Emails&#8217; section of their <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page; or (iii) sending an email to <a href="/cdn-cgi/l/email-protection#7f1c0a0c0b10121a0d0c1a0d09161c1a3f1a1d511c1012">Britannica Customer Support</a>.<br /><br /></li></ul><p><strong>Non-subscriber communications from us and our approved, third-party partners</strong></p><p>If you choose to provide us with personal information on any of our free, ad-supported Services, you may receive the following types of emails from us:</p><ul><li>Emails related to subscription-maintenance activities;</li><li>Emails highlighting new features, content, and usage tips for the Services; and</li><li>Special offers<ul><li>From us for additional Britannica or Merriam-Webster products and services, and</li><li>From our approved, third-party partners, if you &#8220;opt-in&#8221; or give us your permission to send them.<br /><br /></li></ul></li></ul><p>When you provide us with your personal information, you can let us know that you do not wish to receive special offers from Britannica, Merriam-Webster or Britannica&#8217;s third-party partners. Also, each special offer will have information available to allow you to &#8220;opt-out&#8221; if you no longer wish to receive special offers.</p><p><strong>Authorized service providers</strong></p><p>For legitimate business interests, we may share your personal information with service providers that perform certain services on our behalf, such as processing credit card payments, performing business and sales analysis, and supporting our Services&#8217; functionality, including <a href="https://ortto.com/privacy/">Autopilot </a>and <a href="https://www.salesforce.com/company/privacy/">Salesforce</a>.</p><p><strong>Business partners</strong></p><p>When you make purchases or engage in our promotions, we may share personal information with the businesses with which we partner to offer you those products, services, promotions, contests and/or sweepstakes. When you elect to engage in a particular merchant&#8217;s offer or program, you expressly authorize us to provide your email address and other information to that merchant.</p><p><strong>Surveys</strong></p><p>We may occasionally conduct on-line surveys. All surveys are voluntary and you may decline to participate.</p><p><strong>Direct mail partners</strong></p><p>From time to time we may share our postal mailing list with selected providers of goods and services that may be of interest to you. If you prefer not to receive mailings from these providers, you can notify us at any time by sending an email to <a href="/cdn-cgi/l/email-protection#6515170c1304061c2500074b060a08"><span class="__cf_email__" data-cfemail="38484a514e595b41785d5a165b5755">[email&#160;protected]</span></a>.</p><p><strong>Law enforcement</strong></p><p>We also may disclose your information: In response to a subpoena or as otherwise required by law. When we believe disclosure is appropriate in connection with efforts to investigate, prevent, or take other action regarding illegal activity, suspected fraud or other wrongdoing; to protect and defend the rights, property or safety of Britannica, our Users, our employees, or others; to comply with applicable law or cooperate with law enforcement; or to enforce our <a href="https://corporate.britannica.com/termsofuse2.html">Terms of Use</a> or other agreements or policies.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-89ec28a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="89ec28a" 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-bd45322" data-id="bd45322" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-62ef23b elementor-widget elementor-widget-menu-anchor" data-id="62ef23b" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="purpose-of-processing" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-926a5ab elementor-widget elementor-widget-text-editor" data-id="926a5ab" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Purposes of Processing the Information That You Provide to Us</strong></h1><p>As explained above, Britannica processes your data to provide you with the products and services you have requested or purchased from us, including subscriptions, special features, newsletters and other content.  Sometimes we use third-party providers to facilitate the delivery of the services described above, and these third-party providers may be supplied with or have access to your personal information for the sole purpose of providing services to you on our behalf, such as our newsletters.</p><p>We also use your data for legitimate business purposes that enable us to refine our products and services to better tailor them to your needs and communicate with you about other products and services offered by Britannica.  In addition, we may disclose your personal information in special legal circumstances. For instance, such information may be used where it is necessary to protect our copyright or intellectual property rights, or if the law requires us to do so.</p><p>You can update your personal information and change your marketing preferences at any time by visiting your <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page or sending an email to <a href="/cdn-cgi/l/email-protection#6605131512090b0314150314100f05032603044805090b">Britannica Customer Support</a>.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8f60cb7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8f60cb7" 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-3a95c50" data-id="3a95c50" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-684c179 elementor-widget elementor-widget-menu-anchor" data-id="684c179" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="links-to-other-sites" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-ae292f8 elementor-widget elementor-widget-text-editor" data-id="ae292f8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Links to Other Websites</strong></h1><p>This Privacy Notice only governs information collected by Britannica through your use of the Services.  Our Services contain links to websites or content (including advertisements on our free, ad-supported Services) operated and maintained by third parties over which we have no control, including <a href="https://www.cafemedia.com/publisher-advertising-privacy-policy">CMI Marketing, Inc., d/b/a Raptive</a> (&#8220;Raptive&#8221;) for the purposes of placing advertising on some of the pages in the Services.  We encourage you to review the privacy policies of all third-party websites before disclosing any personal information to the website. Do not supply personal information to third-party websites unless you have verified their security and privacy policies.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-83e5495 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="83e5495" 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-6f047b2" data-id="6f047b2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7efdd5a elementor-widget elementor-widget-menu-anchor" data-id="7efdd5a" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="info-collected-automatically" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-7b31d66 elementor-widget elementor-widget-text-editor" data-id="7b31d66" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Information Collected Automatically</strong></h1><p>Like other commercial websites, Britannica and our authorized, third-party service providers use cookies (small files transferred from a website to its visitors’ hard drives or browsers for record-keeping purposes), including Strictly Necessary, Performance, Functional and Personalization cookies, and other similar information-gathering technologies throughout our Services to collect certain information automatically and store it in log files for a variety of legitimate business interests and purposes. This information may include (but is not limited to) internet protocol (IP) addresses, mobile device identifiers, the region or general location from where your computer or device is accessing the internet, browser type, operating system and other usage information about your use of our Services, including a history of the pages you view. Please refer to our <a href="https://corporate.britannica.com/cookie_policy.html">Cookie Policy</a> to view more information and access our &#8216;Cookie Settings &#8211; Privacy Preference Center&#8217; in order to Manage Consent Preferences.</p><p>Web beacons, tags, and scripts also may be used on our Services or in email or other electronic communications we send to you. These assist us in delivering cookies, counting visits to our Services, understanding usage and campaign effectiveness and determining whether an email has been opened and acted upon. We may receive reports based on the use of these technologies by our third-party service providers on an individual and aggregated basis.</p><p>Britannica and its authorized, third-party service providers use cookies, beacons, and other similar technologies on our Services either with your consent or for our legitimate business purposes to ensure you can navigate or otherwise use our Services and access secure areas of our Services.  We also use these technologies for statistical purposes and to analyze and improve the use of our Services and prepare aggregated usage reports.</p><p>As described below, on our free, ad-supported Services, we use these technologies for our legitimate business purposes of providing standard advertising controls, determining user response to advertisements and promotions, and delivering targeted advertisements that we or our authorized, third-party service providers believe will be of most interest to you.</p><p>We may also use your IP address to help diagnose problems with our servers and to administer our Services, analyze trends, track visitor movements, and gather broad demographic information that assists us in identifying visitor preferences.</p><p>We have a legitimate interest in understanding how our users, subscribers, customers, and potential customers use our Services. Among other things, this assists us in providing more relevant products and services.  Please refer to our <a href="https://corporate.britannica.com/cookie_policy.html">Cookie Policy</a> and &#8216;<a href="#opt-out">Your Rights &amp; Choices; Opt-Out</a>&#8216; below for more information.</p><p>You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Services. For more information about cookies, please visit <a href="https://allaboutcookies.org/">All About Cookies.</a></p><ul><li><strong><strong>Analytics &amp; usage data</strong></strong><p> </p></li></ul><p><em>For our legitimate business interests, we may process your personal information for analytic purposes on all of our Services as described in this section. </em></p><p>Together with <a href="https://policies.google.com/privacy?hl=en">Google Analytics</a>, we use cookies and software logs to monitor the use of the Services and to gather non-personal information about visitors to the site. These monitoring systems allow us to track general information about our visitors, such as the type of browsers (for example, Firefox or Internet Explorer), the operating systems (for instance, Windows or Macintosh), or the Internet providers (for instance, Comcast) they use. This information is used for statistical and market research purposes to tailor content to usage patterns and to provide services requested by our customers.</p><p>We also have implemented certain <a href="https://policies.google.com/technologies/ads">Google Analytics Advertiser</a> features. These tools use cookies to collect and store standard Internet log and visitor information on our behalf, including information about what pages you visit, how long you are on our sites, how you got here, and what you click on during your visit. This Google Analytics data is not tied to personal information, so this information cannot be used to identify who you are. We use the data provided by Google Analytics to develop our services and content around our User demographics, interests, and behavior on our Services. You can opt-out of this Google Analytics Advertiser feature using the Ads Settings located at <a href="https://www.google.com/settings/ads">https://www.google.com/settings/ads</a>. In addition, you can use the <a href="https://tools.google.com/dlpage/gaoptout">Google Analytics Opt-Out Browser Add-on</a> to disable tracking by Google Analytics.  To delete these cookies, please see your browser&#8217;s privacy settings or follow the above instructions.</p><p>We may also receive other data about your use of our Services from other sources.  This information may include (but is not limited to) information about your activities across unrelated websites and mobile applications, information about the possible relationships between different browsers and devices and information that we receive from our third-party service providers. We may add this information to the information to the information we have already collect through our Services.</p><ul><li><strong><strong>Advertising on our free, ad-supported Services</strong></strong><p> </p></li></ul><p>Our free (non-subscription) Services are supported by advertising and, as more fully described <a href="https://corporate.britannica.com/privacy-policy/?elementor-preview=10498&amp;ver=1597351982#opt-out">below</a>,  Britannica works with third-party service providers to display advertising, including interest-based or behavioral advertising, on the Services.</p><p><em>We participate in the IAB Transparency &amp; Consent Framework and comply with its <a href="https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/">Specifications and Policies</a>. Except with respect to Britannica Online (<a href="http://www.britannica.com">www.britannica.com</a>), our Consent Management Platform (CMP) is OneTrust LLC with the CMP identification number 28.</em></p><p>In addition, some of the pages on the Services may be affiliated with Raptive for the purposes of placing advertising on the Service, and Raptive will collect and use certain data for advertising purposes. Raptive&#8217;s is LiveRamp with the CMP identification number 3. To learn more about Raptive&#8217;s data usage and your related rights, click here:  <a href="http://AdThrive/CafeMedia This Site is affiliated with CMI Marketing, Inc., d/b/a CafeMedia (“CafeMedia”) for the purposes of placing advertising on the Site, and CafeMedia will collect and use certain data for advertising purposes. To learn more about CafeMedia’s data usage, click here www.cafemedia.com/publisher-advertising-privacy-policy">Raptive&#8217;s Advertising Privacy Policy</a>.</p><p>We also may work with DigiTrust to set a cookie in your browser to enable us and <a href="http://www.digitru.st/participating-companies/">DigiTrust Partners</a> to collect web viewing data that includes visits to a Britannica Service and other non-affiliated websites over time. This data may be used to infer whether you share interests with other Users and deliver advertising relevant to those inferences. You can exercise choice about the collection of data in this way for interest-based, behavioral advertising by visiting the <a href="http://optout.aboutads.info/#!/">Digital Advertising Alliance’s choice page</a> and opting out from DigiTrust or use one of the links provided <a href="#opt-out">below</a>. Opting out from DigiTrust will stop DigiTrust Partners from using the DigiTrust identifier. Through the DAA choice page, you may make other choices for companies that participate in the DAA, some of which are DigiTrust Partners.</p><p>Our ad-supported Services may also rely on third-party service providers to do things like: take user-level information, anonymize it through hashing (a hashed email address might look something like this: <strong>e820bb4aba5ad74c5a6ff1aca16641f6</strong>) and match it against other anonymized, people-based identifiers – doing this helps us serve you personalized, relevant advertisements.  Specifically, when you use our ad-supported Services, we may share information that we may collect from you, including your email (in hashed form), IP address or information about your browser or operating system, with our third-party service providers, Index Exchange (IX) and LiveRamp Inc. and its group companies (‘LiveRamp’). IX and LiveRamp may use our first party cookie on your browser to match your shared information to their marketing databases in order to provide back a pseudonymous privacy-centric identifier for our use in real time bidding in digital advertising. These third parties may in turn link further demographic or interest-based information to your browser. You have the choice to opt-out of the use of your data by third-party service providers for this purpose at any time.  Please find more information about opting out <a href="#opt-out">below</a>.</p><p>Please note that limiting third-party cookies via your browser controls does not prevent our first-party cookies from being set in this way. Also, please know, if you opt-out of interest-based advertising <u>you will continue to receive ads on our free, ad-supported Services, but not behaviorally targeted ads</u>. Also, if you opt-out of Britannica’s practices, you may continue to receive interest-based advertising through other companies.  If you erase your browser&#8217;s cookies, you may need to perform this process again.</p><ul><li><strong>Anonymous </strong><strong><strong>data</strong></strong><p> </p></li></ul><p>Anonymous aggregated data may be provided to other companies we do business with for statistical purposes. For example, we may report to advertisers that a certain percentage of our site&#8217;s visitors are adults between the ages of 25 and 35.</p><ul><li><strong><strong>Device identifiers</strong></strong><p> </p></li></ul><p><em>For our legitimate business interests, we process your device identifiers as described in this section. </em></p><p><em> </em>When you use a mobile device like a tablet or cell phone to access our Services, we may access and monitor one or more &#8220;device identifiers.&#8221; Device identifiers are small data files associated with your mobile device that uniquely identify your mobile device. A device identifier may deliver information to us or a third party partner about how you browse and use the services and may help us or others provide reports or personalized ads. Some features of the services may not function properly if use or availability of device identifiers is impaired or disabled.</p><p><strong>Third-party activities</strong></p><p><em>For our legitimate business interests, and with your consent where this is required, we may process data collected by us for advertising, including interest-based advertising, as described in this section.</em></p><p>As described above, in order to monetize our free, ad-supported Services, we work with third-party service providers, advertisers and advertising networks that use cookies and other similar technologies to target ads served to our free, ad-supported Services. Our Privacy Notice does not cover the use of data that you provide directly to advertisers or third-party partners; that usage is governed by the advertiser&#8217;s or third party partner&#8217;s privacy policy.</p><p>What does it mean to &#8220;serve ads&#8221;? When you visit a website, your Internet browser transmits a &#8220;request&#8221; to the computer that hosts the website (the &#8220;host server&#8221;) requesting that server to send you (or &#8220;serve&#8221;) the Web page that you are seeking. Most Web pages contain components that are pulled from different sources, for example, a Web page at a news site may get its weather section from one provider, its sports results from a different source, and advertisements from other servers. Our Web pages contain coding that directs your browser to fill the ad spaces on the Web pages with content served by advertisers and advertising networks to whom we have sold the ad spaces. These advertisers and advertising networks use cookies and beacons to help manage ad delivery and frequency and to identify audience segment(s) for customized advertising (&#8220;targeting&#8221;). These cookies are used to identify your IP address, so that when you visit another website using the same advertising network, the advertising network will recognize the cookie as one of its own, read the information on the cookie (the record of which sites in the network you have visited) and serve you an ad that you might be interested in, based on your past visits to other sites in the network. Advertising targeted based on past Web surfing is known as &#8220;behavioral advertising.&#8221;</p><p>Britannica does not provide any personal information to advertisers or advertising networks about visitors to the Services. Our Privacy Notice does not cover the use of information that they may have collected from you by third parties on other websites. If you would like to learn more about behavioral advertising or to opt-out of having this information used by companies that are part of the Network Advertising Initiative to deliver targeted ads, please visit <a href="http://www.networkadvertising.org/">http://www.networkadvertising.org</a>. Many of the same companies are members of the Self-Regulatory Program for Online Behavioral Advertising. You can learn more and opt-out of receiving targeted ads from them at <a href="http://www.aboutads.info/choices">http://www.aboutads.info/choices</a>.</p><p>Some advertising networks require that we specifically list their opt-out links below. When you opt-out of a network, you may receive a &#8220;opt-out&#8221; cookie so that the network will know not to assign you new cookies in the future. <u>You will continue to receive ads from that network, but not behaviorally targeted ads</u>. If you erase your browser&#8217;s cookies, you may need to perform this process again.</p><ul><li>Exponential Interactive, Inc. has a legitimate interest to collect and profile personal information in the form of IP address and cookie ID from users on our website in order to provide targeted online advertising and ad measurement. For more details including opt-out requests, access requests, or complaints, please review their <a href="http://exponential.com/privacy/">privacy policy</a> or contact their data protection officer via <a href="/cdn-cgi/l/email-protection#b3c3c1dac5d2d0caf3d6cbc3dcddd6ddc7dad2df9dd0dcde"><span class="__cf_email__" data-cfemail="acdcdec5dacdcfd5ecc9d4dcc3c2c9c2d8c5cdc082cfc3c1">[email&#160;protected]</span></a>.</li></ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-654e9f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="654e9f6" 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-2aedd41" data-id="2aedd41" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-19038db elementor-widget elementor-widget-menu-anchor" data-id="19038db" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="opt-out" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-f5047d2 elementor-widget elementor-widget-text-editor" data-id="f5047d2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Your Rights &amp; Choices; Opt-Out Choices</strong></h1><p>We participate in the IAB Transparency &amp; Consent Framework and comply with its <a href="https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/">Specifications and Policies</a>.  Our Consent Management Platform (CMP) is OneTrust LLC with the CMP identification number 28.  </p><p>Our <a href="https://corporate.britannica.com/cookie_policy.html">Cookie Policy</a> more fully describes the cookies, beacons and other similar technology used on the our Services and provides information on when and how users can accept or reject them. </p><p>You can opt-out of being behaviorally targeted by Britannica (and other companies employing online advertising) via the following options:</p><ul><li><a href="http://www.aboutads.info/choices/">Digital Advertising Alliance</a></li><li><a href="http://www.youradchoices.ca/">Digital Advertising Alliance Canada</a></li><li><a href="http://www.youronlinechoices.eu/">European Digital Advertising Alliance</a></li><li><a href="http://www.networkadvertising.org/managing/opt_out.asp">Network Advertising Initiative<br /></a><p> </p></li></ul><p><strong>Please remember, if you opt-out of interest-based advertising you will continue to receive ads on our free, ad-supported Services, but not behaviorally targeted ads. Also, if you opt-out of Britannica’s practices, you may continue to receive interest-based advertising through other companies.</strong></p><p><strong>Browser controls</strong></p><p>You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Services. For more information about cookies, please visit <a href="https://allaboutcookies.org/">All About Cookies</a>. Please note that limiting third-party cookies via your browser controls does not prevent our first-party cookies from being set in this way.</p><ul><li>To manage or delete browser cookies, please see your browser&#8217;s privacy settings.</li><li>To manage or delete Flash cookies, please use the Adobe Flash Player Settings Manager here: <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html">http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html<br /></a><p> </p></li></ul><p><strong>Google Analytics</strong></p><p>You can control the use of your personal information by Google Analytics by visiting the ‘Your privacy controls’ section of the Google Privacy Policy located at <a href="https://policies.google.com/privacy?hl=en-US#infochoices">https://policies.google.com/privacy?hl=en-US#infochoices</a>. You also can use the Google Analytics Opt-Out Browser Add-on to disable tracking by Google Analytics.  To delete these cookies, please see your browser&#8217;s privacy settings or follow the above instructions.</p><p><strong>IX &amp; LiveRamp</strong></p><p>You can control the use of your personal information by IX and LiveRamp as follows:</p><p>IX&#8217;s options for users to opt-out of personalized advertising can be found on the IX website at this link: <a href="https://www.indexexchange.com/privacy/">https://www.indexexchange.com/privacy/</a>.  IX may continue to add opt-out options. </p><p>To opt out of LiveRamp&#8217;s use of your personal information, please head here: <a href="https://liveramp.com/opt_out/">https://liveramp.com/opt_out/</a>.</p><p><strong>How we respond to “Do Not Track” signals</strong></p><p>When you visit a website in any browser, you automatically share information with that website, such as your IP address, and other standard PC information. If the website contains content provided by a third-party website (for example a web measurement tools such as a web beacon or scripts), some information about you may be automatically sent to the content provider.  This type of arrangement has several benefits, such as allowing you to access third-party content from our Services conveniently. Some internet browsers or other tools include “Do Not Track” (DNT) features that, when turned on, send a signal to websites you visit indicating you do not wish to be tracked across websites over time. However, since no technology standard for DNT signals has been developed or adopted to date, our Services do not currently respond to DNT signals.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-0bb9acc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0bb9acc" 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-4f5ede7" data-id="4f5ede7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-52ca842 elementor-widget elementor-widget-menu-anchor" data-id="52ca842" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="student-data" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-d5723b9 elementor-widget elementor-widget-text-editor" data-id="d5723b9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Britannica Kids &amp; Student Data</strong></h1><p><strong>A note to minors:</strong> If you are under the age of 16, please get permission from your parent/legal guardian or school before using the Services. If we discover that we have collected any personal information from a child under the age of 16 without the proper consents required by law, we will suspend the associated account and/or remove that information from our database as soon as possible.</p><p>Britannica does not knowingly collect or solicit personal information from or about children under 16, except as permitted by law or otherwise provided herein. If we discover we have received any information from a child under 16 in violation of this policy, we will delete that information immediately. If you believe Britannica has any information from or about anyone under 16, please email us at <a href="/cdn-cgi/l/email-protection#e8989a819e898b91a88d8ac68b8785"><span class="__cf_email__" data-cfemail="80f0f2e9f6e1e3f9c0e5e2aee3efed">[email&#160;protected]</span></a>.</p><p><strong>Student Data</strong></p><p>If you are a student with access to our Institutional Services through an Institutional Subscription License Agreement between your school institution and us, your student data is processed in a way that is COPPA- and FERPA-compliant.<strong>  </strong>As you use our Institutional Services, you may enter student data or interact with student data that has already been entered. Under the terms of our contracts with school institutions, we agree to act as a “School Official” as defined by the Family Educational Rights and Privacy Act (FERPA), meaning that we:</p><ul><li>Perform an institutional service or function for which the school or district would otherwise use its own employees;</li><li>Have been determined to meet the criteria set forth in the school’s or district’s annual notification of FERPA rights for being a School Official with a legitimate educational interest in the education records;</li><li>Are under the direct control of the school or district with regard to the use and maintenance of education records; and</li><li>Use education records only for authorized purposes and will not re-disclose from education records to other parties (unless we have specific authorization from the school or district to do so and it is otherwise permitted by FERPA).<br /><br /></li></ul><p>However, FERPA requires limitations on disclosure of those records and implementation of appropriate security measures to protect those records. To help your school district comply with FERPA, we have adopted certain practices, and require that educators using this site fulfill certain responsibilities to safeguard student data.</p><p>The following statement explains our practices and your responsibilities regarding the student data you enter on this site.</p><p><strong>Student Data Security &amp; Confidentiality Statement</strong></p><p><strong>Purposes of Data Entry</strong></p><p>You control what student data is entered on our Kids&#8217; Service or Institutional Services and you retain ownership of the student data at all times. Student data entered on this site should be limited to information that is relevant to the legitimate educational purpose of improving student performance. We will not ask you to enter, and you are instructed not to enter, data about students that is not relevant to this legitimate educational purpose.</p><p>Therefore, only a minimum amount of student data required for the setup of the Kids&#8217; Service or Institutional Services is requested. Additional data, not specific to the student, is also required to complete system setup, including the teacher first and last name, class name, grade level, and school name.</p><p><strong>Use, Disclosure, and Storage</strong></p><p>We will use the student data to provide the subscribed-to Institutional Services to your school institution. We will not keep the student data after you or the school district instructs us to delete it.</p><p>We will only disclose student data to authorized employees or representatives of the school institution, and will not knowingly disclose the student data to any third person without express written authorization. When, at the request of the school institution, we acquire assessment or other information, including student data, from a third-party source we treat that information with the same confidentiality and security safeguards as though it were provided directly by the school institution. Additional agreements may be required by the third party to authorize transmission of data to us.</p><p>Your school institution may from time to time request that we provide student data to third parties of its choosing. We will do so with written authorization that acknowledges we are providing that data as the requesting institution’s agent and once the data is received by the third party, we no longer have any control over the use or disposition of the data.</p><p>We may also use aggregated data in our research, product development, and marketing. This aggregated, non-personal information data (e.g., summary or statistical data) may be shared with third parties. However, we do not use personally identifiable student data to market any products or services directly to students or their parents.</p><p>In the event that we wish, from time to time, to release aggregated data that identifies a school or school district by name, we will enter into a separate agreement with the institution to authorize release and publication.</p><p>We do not utilize third parties or subcontractors to deliver the Kids&#8217; Service or Institutional Services to our subscribers and only share your student data with our authorized, third-party vendors.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2bc8332 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc8332" 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-584d1b1" data-id="584d1b1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d8eddd7 elementor-widget elementor-widget-menu-anchor" data-id="d8eddd7" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="security-of-your-information" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-25195d8 elementor-widget elementor-widget-text-editor" data-id="25195d8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Security </strong><strong>of Your Information</strong></h1><p>Britannica is committed to keeping your personal information safe and secure. Any personal information collected through the Services is stored on limited-access servers. We maintain a comprehensive information security program and seek to use commercially reasonable organizational, physical, technical and administrative safeguards to protect these servers and the information they store from unauthorized access, use, disclosure, loss or modification. Our security measures include (among others): encryption of data; security controls that protect the entirety of Britannica’s IT infrastructure from external attack and unauthorized access; and internal policies setting out our data security approach and training for employees, including a Data Breach Notification Policy. We update and test our security technology on an ongoing basis. We strive to restrict access to your personal information to those employees who need to know that information to provide benefits or services to you. In addition, we strive to ensure that all our employees are aware of the importance of confidentiality and maintaining the privacy and security of your information.</p><p>If there is an unauthorized disclosure of personal information in Britannica’s possession or control, we will take steps in accordance with our written Incident Response Policy to investigate and mitigate the impact of the breach and notify affected customers in the manner required by applicable laws.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9f8c072 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f8c072" 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-ba58a32" data-id="ba58a32" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8eaeb24 elementor-widget elementor-widget-menu-anchor" data-id="8eaeb24" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Data-Storage-and-Retention" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-3e7e337 elementor-widget elementor-widget-text-editor" data-id="3e7e337" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Data Storage and Retention</strong></h1><p>Your personal information is stored by us using Amazon Web Services (AWS) cloud storage solutions in the AWS Cloud – U.S. East (N. Virginia) Region, with backups in the AWS Cloud &#8211; Asia Pacific (Singapore) Region and Brazil (Sao Paulo) Region. We retain your information for the duration of your business relationship with us and as long as necessary to permit us to use it for the legitimate business purposes that we have communicated to you and comply with applicable law or regulations. For more information on where and how long your personal information is stored, and for more information on your rights of erasure and portability, please contact the Britannica&#8217;s data protection officer at <a href="/cdn-cgi/l/email-protection#f7d2c5c7938798b79295d994989a"><span class="__cf_email__" data-cfemail="e286928da28780cc818d8f">[email&#160;protected]</span></a>.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d7e7b61 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d7e7b61" 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-06d0834" data-id="06d0834" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2333ea9 elementor-widget elementor-widget-menu-anchor" data-id="2333ea9" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="consent-to-processing" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-f030932 elementor-widget elementor-widget-text-editor" data-id="f030932" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Consent to Processing and Transfer of Information about You</strong><strong> </strong></h1><p>Britannica’s headquarters are in the United States. Information we collect from you will be processed in the United States and may be stored, transferred to, and processed in any country where we have facilities or in which we engage service providers.  These countries may be outside your country of residence, including the United States, and may have different data protection laws than your country.</p><p>If you are located in the European Economic Area (EEA), Britannica collects and transfers personal information out of the EEA only: with your consent; to perform a contract with you; or to fulfill a compelling legitimate interest of Britannica in a manner that does not outweigh your rights and freedoms. Britannica endeavors to apply suitable safeguards to protect the privacy and security of your personal information and to use it only consistent with your relationship with us and the practices described in this Privacy Notice.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-d1f4ac5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d1f4ac5" 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-7a24ac0" data-id="7a24ac0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8105216 elementor-widget elementor-widget-menu-anchor" data-id="8105216" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Correcting-Updating" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-062a1da elementor-widget elementor-widget-text-editor" data-id="062a1da" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Correcting, Updating, or Removing Personal Information; Account Deletion</strong></h1><p>Users may opt out of certain Services or correct, update, or remove certain personal information that Britannica has collected about them through any of the means listed below. Please be sure to include the following information in your correspondence:</p><p>Your email address<br />Your first and last name<br />Your mailing address (street, city, state, zip code, and country)<br />The name of the Britannica Service to which the request applies</p><p><strong>Email us at:</strong></p><p><a href="/cdn-cgi/l/email-protection#4a293f393e25272f38392f383c23292f0a2f2864292527">Britannica Customer Support</a> or <a href="/cdn-cgi/l/email-protection#6616140f1007051f2603044805090b"><span class="__cf_email__" data-cfemail="cbbbb9a2bdaaa8b28baea9e5a8a4a6">[email&#160;protected]</span></a></p><p><strong> </strong><strong>Call us at:</strong></p><p>(800) 323-1229 (within the United States), or<br />(312) 347-7159 (outside the United States)<br />Monday &#8211; Friday, 8:00 a.m. to 6:00 p.m. (U.S. Central Time).</p><p><strong>Write us at: </strong></p><p>Britannica Customer Service, Attn: Removal from Mailing List<br />325 North LaSalle Street, Suite 200<br />Chicago, IL 60654-2682<br />Please allow up to six (6) weeks for mailed-in or faxed opt-out requests to be processed.</p><p><strong>Account Deletion:</strong></p><p>If you no longer wish to have a registered account, you may terminate your account by visiting your <a href="http://myaccount.britannica.com">Britannica Account Settings</a> page or sending an email to <a href="/cdn-cgi/l/email-protection#96f5e3e5e2f9fbf3e4e5f3e4e0fff5f3d6f3f4b8f5f9fb">Britannica Customer Support</a>. Because of the way we maintain the Britannica Services, such deletion may not be immediate, and residual copies of your profile information or posts may remain on backup media for up to ninety (90) days.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7c05ecc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7c05ecc" 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-8f7567d" data-id="8f7567d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b31693c elementor-widget elementor-widget-menu-anchor" data-id="b31693c" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="california-privacy-notice" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-d16d23f elementor-widget elementor-widget-text-editor" data-id="d16d23f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Privacy Notice for California Residents</strong><strong> </strong></h1><p>This Privacy Notice for California Residents supplements the information contained elsewhere in this Privacy Notice and applies solely to all visitors, users, and others who reside in the State of California (&#8220;consumers&#8221; or &#8220;you&#8221;). We adopt this notice to comply with the California Consumer Privacy Act of 2018 (CCPA) and any terms defined in the CCPA have the same meaning when used in this notice.</p><p><strong>Information We Collect</strong></p><p>Our websites, software applications (apps), emails (with your consent, where required by law), and other products, services and platforms collect information that identifies, relates to, describes, references, is capable of being associated with, or could reasonably be linked, directly or indirectly, with a particular consumer or device (&#8220;personal information&#8221;). In particular, our websites, apps, emails, and other products, services and platforms may have collected the following categories of personal information from its consumers within the last twelve (12) months:</p><table><tbody><tr><td width="727"><p><strong>Category</strong></p></td><td width="171"><p><strong>Collected</strong></p></td></tr><tr><td width="727"><p>A.    Identifiers</p></td><td width="171"><p>YES</p></td></tr><tr><td width="727"><p>B.    Personal information categories listed in the California Customer Records statute (Cal. Civ. Code § 1798.80(e))</p></td><td width="171"><p>YES</p></td></tr><tr><td width="727"><p>C.    Protected classification characteristics under California or federal law</p></td><td width="171"><p>NO</p></td></tr><tr><td width="727"><p>D.    Commercial information.</p></td><td width="171"><p>YES</p></td></tr><tr><td width="727"><p>E.    Biometric information.</p></td><td width="171"><p>NO</p></td></tr><tr><td width="727"><p>F.     Internet or other similar network activity.</p></td><td width="171"><p>YES</p></td></tr><tr><td width="727"><p>G.    Geolocation data.</p></td><td width="171"><p>YES</p></td></tr><tr><td width="727"><p>H.    Sensory data.</p></td><td width="171"><p>NO</p></td></tr><tr><td width="727"><p>I.      Professional or employment-related information.</p></td><td width="171"><p>NO</p></td></tr><tr><td width="727"><p>J.     Non-public education information (per the Family Educational Rights and Privacy Act (20 U.S.C. Section 1232g, 34 C.F.R. Part 99)).</p></td><td width="171"><p>NO</p></td></tr><tr><td width="727"><p>K.    Inferences drawn from other personal information.</p></td><td width="171"><p>YES</p></td></tr></tbody></table><p>Personal information does not include:</p><ul><li>Publicly available information from government records.</li><li>Deidentified or aggregated consumer information.</li><li>Information excluded from the CCPA&#8217;s scope, like:<ul><li>health or medical information covered by the Health Insurance Portability and Accountability Act of 1996 (HIPAA) and the California Confidentiality of Medical Information Act (CMIA) or clinical trial data;</li><li>personal information covered by certain sector-specific privacy laws, including the Fair Credit Reporting Act (FRCA), the Gramm-Leach-Bliley Act (GLBA) or California Financial Information Privacy Act (FIPA), and the Driver&#8217;s Privacy.<br /><br /></li></ul></li></ul><p><strong style="color: var( --e-global-color-text ); font-size: 1rem;">Use of Personal Information</strong></p><p>We may use or disclose the personal information we collect for one or more of the following business purposes:</p><ul><li>To fulfill or meet the reason you provided the information. For example, if you share your name and contact information to request a newsletter or ask a question about our products or services, we will use that personal information to respond to your inquiry. If you provide your personal information to purchase a product or service, we or our third-party service providers will use that information to process your payment and facilitate delivery. We may also save your information to facilitate new product or service orders and requests.</li><li>To provide, support, personalize, and develop our websites, apps, emails, and other products, services and platforms.</li><li>To create, maintain, customize, and secure your account with us.</li><li>To process your requests, purchases, transactions, and payments and prevent transactional fraud.</li><li>To provide you with support and to respond to your inquiries, including investigating and addressing your concerns and monitoring and improving our responses.</li><li>To personalize your website, apps, emails, or other product, service or platform experience and to deliver content and product and service offerings relevant to your interests, including targeted offers and ads through our websites, apps, emails, and other products, services and platforms.</li><li>To help maintain the safety, security, and integrity of our websites, apps, emails, and other products, services and platforms, databases and other technology assets, and business.</li><li>For testing, research, analysis, and product development, including to develop and improve our websites, apps, emails, and other products, services and platforms.</li><li>To respond to law enforcement requests and as required by applicable law, court order, or governmental regulations.</li><li>As described to you when collecting your personal information or as otherwise set forth in the CCPA.</li><li>To evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of the Company’s assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which personal information held by the Company about our Website users is among the assets transferred.<br /><br /></li></ul><p>The Company will not collect additional categories of personal information or use the personal information we collected for materially different, unrelated, or incompatible purposes without providing you notice.</p><p><strong>Sharing Personal Information</strong></p><p>The Company may disclose your personal information to a third-party for a business purpose or sell your personal information, subject to your right to opt-out of those sales (see ‘<em>Sales of Personal Information</em>’ below). When we disclose personal information for a business purpose, we enter a contract that describes the purpose and requires the recipient to both keep that personal information confidential and not use it for any purpose except performing the contract. The CCPA prohibits third parties who purchase the personal information we hold from reselling it unless you have received explicit notice and an opportunity to opt-out of further sales (see ‘<em>Sales of Personal Information</em>’ below).  </p><p>We may share your personal information with the following categories of third parties:</p><ul><li>Subsidiaries and affiliates.</li><li>Contractors and service providers.</li><li>Data aggregators.</li><li>Third parties with whom we partner to offer products and services to you.<br /><br /></li></ul><p><strong>Disclosures of Personal Information for a Business Purpose</strong></p><p>In the preceding twelve (12) months, the Company has disclosed the following categories of personal information for a business purpose:</p><p>[Category A: Identifiers.] <br />[Category B: California Customer Records personal information categories.] <br />[Category F: Internet or other similar network activity.]<br />[Category G: Geolocation Data.]<br />[Category K: Inferences drawn from other personal information.]</p><p><strong>Sales of Personal Information</strong></p><p>Except with respect to our Institutional Services, in the preceding twelve (12) months, the Company has sold the following categories of personal information collected through our ad-supported Services:</p><p>[Category A: Identifiers.] <br />[Category F: Internet or other similar network activity.]<br />[Category G: Geolocation Data.]<br />[Category K: Inferences drawn from other personal information.]</p><p>The Company and our advertising partners collect the personal information identified above (such as the cookies stored on your browser, the advertising identifier on your mobile device, or the IP address of your device) when you visit our websites, apps, and other products, services and platforms, or open our emails. We, and our partners, use this information to tailor and deliver ads to you on our websites, apps, emails, and other products, services and platforms, or to help tailor ads to you when you visit others&#8217; sites (or use others&#8217; apps). To tailor ads that may be more relevant to you, we and/or our partners may share the information we collect with third parties.</p><p>If you do not wish for us or our partners to sell your personal information to third parties for advertising purposes, click the <strong>“Do Not Sell My Info” </strong>link accessible from the pages of our websites, apps, and other products, services and platforms. Note that although we will not sell your personal information after you click that button, we will continue to share some personal information with our partners (who will function as our service providers in such instance) to help us perform advertising-related functions such as, but not limited to, measuring the effectiveness of our ads, managing how many times you may see an ad, reporting on the performance of our ads, ensuring services are working correctly and securely, providing aggregate statistics and analytics, improving when and where you may see ads and/or reducing ad fraud. If you access our websites, apps, and other products, services and platforms from other devices or browsers, visit our “<strong>Do Not Sell My Info</strong>” link from those devices or browsers to ensure your choice applies to the data collected when you use those devices or browsers. Additionally, although clicking the “<strong>Do Not Sell My Info</strong>” link will opt you out of the sale of your personal information for advertising purposes, <u>it will not opt you out of the use of previously collected and sold personal information (except for personal information sold within 90 days prior to your exercising your right to opt out) or all interest-based advertising</u>. If you would like more information about how to opt out of interest-based advertising in desktop and mobile browsers on a particular device, please visit <a href="http://optout.aboutads.info/#/">http://optout.aboutads.info/#/</a> and <a href="http://optout.networkadvertising.org/">http://optout.networkadvertising.org/#</a>. You may download the AppChoices app at <a href="http://www.aboutads.info/appchoices">http://www.aboutads.info/appchoices</a> to opt out in connection with mobile apps, or use the platform controls on your mobile device to opt out.</p><p><strong>Your Rights and Choices</strong></p><p>The CCPA provides consumers (California residents) with specific rights regarding their personal information. This section describes your CCPA rights and explains how to exercise those rights.</p><p><strong><em>Access to Specific Information and Data Portability Rights </em></strong></p><p>You have the right to request that the Company disclose certain information to you about our collection and use of your personal information over the past 12 months. Once we receive and confirm your verifiable consumer request, we will disclose to you:</p><ul><li>The categories of personal information we collected about you.</li><li>The categories of sources for the personal information we collected about you.</li><li>Our business or commercial purpose for collecting or selling that personal information.</li><li>The categories of third parties with whom we share that personal information.</li><li>The specific pieces of personal information we collected about you (also called a data portability request).</li><li>If we disclosed your personal information for a business purpose, we will identify the personal information categories that each category of recipient obtained.<br /><br /></li></ul><p><strong>Deletion Request Rights</strong></p><p>You have the right to request that the Company delete any of your personal information that we collected from you and retained, subject to certain exceptions. Once we receive and confirm your verifiable consumer request, we will delete (and direct our service providers to delete) your personal information from our records, unless an exception applies.</p><p>We may deny your deletion request if retaining the information is necessary for us or our service provider(s) to:</p><ol><li>Complete the transaction for which we collected the personal information, provide a good or service that you requested, take actions reasonably anticipated within the context of our ongoing business relationship with you, or otherwise perform our contract with you.</li><li>Detect security incidents, protect against malicious, deceptive, fraudulent, or illegal activity, or prosecute those responsible for such activities.</li><li>Debug products to identify and repair errors that impair existing intended functionality.</li><li>Exercise free speech, ensure the right of another consumer to exercise their free speech rights, or exercise another right provided for by law.</li><li>Comply with the California Electronic Communications Privacy Act (Cal. Penal Code § 1546 et. seq.).</li><li>Engage in public or peer-reviewed scientific, historical, or statistical research in the public interest that adheres to all other applicable ethics and privacy laws, when the information&#8217;s deletion may likely render impossible or seriously impair the research&#8217;s achievement, if you previously provided informed consent.</li><li>Enable solely internal uses that are reasonably aligned with consumer expectations based on your relationship with us.</li><li>Comply with a legal obligation.</li><li>Make other internal and lawful uses of that information that are compatible with the context in which you provided it.<br /><br /></li></ol><p><strong><em>Exercising Access, Data Portability, and Deletion Rights </em></strong></p><p>To exercise the access, data portability, and deletion rights described above, please submit a verifiable consumer request to us by either:</p><ul><li>Calling us at (800) 323-1229; Monday-Friday, 8:00 a.m. to 6:00 p.m. (U.S. Central Time)</li><li>Emailing us at <a href="/cdn-cgi/l/email-protection#c5a1b5aa85a0a7eba6aaa8"><span class="__cf_email__" data-cfemail="7511051a3510175b161a18">[email&#160;protected]</span></a></li></ul><p>Only you, or a person registered with the California Secretary of State that you authorize to act on your behalf, may make a verifiable consumer request related to your personal information. You may also make a verifiable consumer request on behalf of your minor child.</p><p>You may only make a verifiable consumer request for access or data portability twice within a 12-month period. The verifiable consumer request must:</p><ul><li>Provide sufficient information that allows us to reasonably verify you are the person about whom we collected personal information or an authorized representative.</li><li>Describe your request with sufficient detail that allows us to properly understand, evaluate, and respond to it.</li></ul><p>We cannot respond to your request or provide you with personal information if we cannot verify your identity or authority to make the request and confirm the personal information relates to you.</p><p>Making a verifiable consumer request does not require you to create an account with us.</p><p>We will only use personal information provided in a verifiable consumer request to verify the requestor&#8217;s identity or authority to make the request.</p><p><strong><em>Response Timing and Format </em></strong></p><p>We endeavor to respond to a verifiable consumer request within forty-five (45) days of its receipt. If we require more time, we will inform you of the reason and extension period in writing in accordance with CCPA requirements.</p><p>If you have an account with us, we will deliver our written response to that account. If you do not have an account with us, we will deliver our written response by mail or electronically, at your option.</p><p> Any disclosures we provide will only cover the 12-month period preceding the verifiable consumer request&#8217;s receipt. The response we provide will also explain the reasons we cannot comply with a request, if applicable. For data portability requests, we will select a format to provide your personal information that is readily useable and should allow you to transmit the information from one entity to another entity without hindrance.</p><p> We do not charge a fee to process or respond to your verifiable consumer request unless it is excessive, repetitive, or manifestly unfounded. If we determine that the request warrants a fee, we will tell you why we made that decision and provide you with a cost estimate before completing your request.</p><p><strong><em>Personal Information Sales Opt-Out and Opt-In Rights</em></strong></p><p>If you are 16 years of age or older, you have the right to direct us to not sell your personal information at any time (the &#8220;right to opt-out&#8221;). We do not sell the personal information of consumers we actually know are less than 16 years of age, unless we receive affirmative authorization (the &#8220;right to opt-in&#8221;) from either the consumer who is between 13 and 16 years of age, or the parent or guardian of a consumer less than 13 years of age. Consumers who opt-in to personal information sales may opt-out of future sales at any time.</p><p>To exercise the right to opt-out, you (or your authorized representative) may submit a request to us by emailing <a href="/cdn-cgi/l/email-protection#ff8f8d96899e9c86bf9a9dd19c9092"><span class="__cf_email__" data-cfemail="51212338273032281134337f323e3c">[email&#160;protected]</span></a>.</p><p>Once you make an opt-out request, we will wait at least twelve (12) months before asking you to reauthorize personal information sales. However, you may change your mind and opt back in to personal information sales at any time by clearing cookies from your browser or emailing <a href="/cdn-cgi/l/email-protection#7c0c0e150a1d1f053c191e521f1311"><span class="__cf_email__" data-cfemail="9aeae8f3ecfbf9e3dafff8b4f9f5f7">[email&#160;protected]</span></a>.</p><p> You do not need to create an account with us to exercise your opt-out rights. We will only use personal information provided in an opt-out request to review and comply with the request.</p><p><strong>Non-Discrimination</strong></p><p>We will not discriminate against you for exercising any of your CCPA rights. Unless permitted by the CCPA, we will not:</p><ul><li>Deny you goods or services.</li><li>Charge you different prices or rates for like-goods or services, including through granting discounts or other benefits, or imposing penalties.</li><li>Provide you a different level or quality of like-goods or services.</li><li>Suggest that you may receive a different price or rate for like-goods or services or a different level or quality of like-goods or services.</li></ul><p>However, we may offer you certain financial incentives permitted by the CCPA that can result in different prices, rates, or quality levels.  Any CCPA-permitted financial incentive we offer will reasonably relate to your Personal Information’s value and contain written terms that describe the program’s material aspects. Participation in a financial incentive program requires your prior opt in consent, which you may revoke at any time.  We currently provide the following financial incentives:</p><p>NONE</p><p><strong>Other California Privacy Rights</strong></p><p> California&#8217;s &#8220;Shine the Light&#8221; law (Civil Code Section § 1798.83) permits users of our websites, mobile applications, and other products, services and platforms that are California residents to request certain information regarding our disclosure of personal information to third parties for their direct marketing purposes. To make such a request, please send an email to <a href="/cdn-cgi/l/email-protection#f397839cb39691dd909c9e"><span class="__cf_email__" data-cfemail="7410041b3411165a171b19">[email&#160;protected]</span></a> or write us at: Encyclopaedia Britannica, Inc., Attn: M.G. Kim, DPO, 325 N. LaSalle Street, Suite 200, Chicago, Illinois 60654.</p><p><strong>Changes to Our Privacy Notice</strong></p><p>The Company reserves the right to amend this privacy notice at our discretion and at any time. When we make changes to this privacy notice, we will post the updated notice on our website and update the notice&#8217;s effective date. <strong>Your continued use of our websites, mobile applications, and other products, services and platforms</strong> <strong>following the posting of changes constitutes your acceptance of such changes</strong>.</p><p><strong>Contact Information</strong></p><p>If you have any questions or comments about this notice, the ways in which the Company collects and uses your information described herein, your choices and rights regarding such use, or wish to exercise your rights under California law, please do not hesitate to contact us at:</p><table width="990"><tbody><tr><td width="189"><p>Phone:</p></td><td width="801"><p>(800) 323-1229; Monday-Friday, 8:00 a.m. to 6:00 p.m. (U.S. Central Time)</p></td></tr><tr><td width="189"><p>Website:</p></td><td width="801"><p><a href="http://www.britannica.com">www.britannica.com</a></p></td></tr><tr><td width="189"><p>Email:</p></td><td width="801"><p><a href="/cdn-cgi/l/email-protection#2e4a5e416e4b4c004d4143"><span class="__cf_email__" data-cfemail="abcfdbc4ebcec985c8c4c6">[email&#160;protected]</span></a></p></td></tr><tr><td width="189"><p>Postal Address:</p></td><td width="801"><p>Encyclopaedia Britannica, Inc.<br />Attn: M.G. Kim, DPO<br />325 N. LaSalle Street, Suite 200<br />Chicago, Illinois 60654</p></td></tr></tbody></table> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a642c70 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a642c70" 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-1374bcf" data-id="1374bcf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f111cc0 elementor-widget elementor-widget-menu-anchor" data-id="f111cc0" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="EU-Data-Subject-Rights" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-cbc9515 elementor-widget elementor-widget-text-editor" data-id="cbc9515" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>EU Data Subject Rights</strong></h1><p>The EU GDPR and other countries’ privacy laws provide certain rights for data subjects. A good explanation of them (in English) is available on the website of the United Kingdom’s <a href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/individuals-rights/the-right-to-be-informed/">Information Commissioner’s Office</a>.</p><p>If you wish to confirm that Britannica is processing your personal information, or to have access to the personal information Britannica may have about you, please contact us at <a href="/cdn-cgi/l/email-protection#6307130c2306014d000c0e"><span class="__cf_email__" data-cfemail="a6c2d6c9e6c3c488c5c9cb">[email&#160;protected]</span></a>.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b2f0203 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b2f0203" 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-616fdbf" data-id="616fdbf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cf1599d elementor-widget elementor-widget-menu-anchor" data-id="cf1599d" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="eu-rep" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-6a85c76 elementor-widget elementor-widget-text-editor" data-id="6a85c76" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>EU Representative and Data Protection Officer</strong></h1><p>Britannica is headquartered in Illinois USA. Britannica has appointed an EU representative and data protection officer for you to contact if you have any questions or concerns about Britannica’s personal information policies or practices.</p><p>Our EU representative’s name and contact information are:</p><p>    Encyclopaedia Britannica, Inc. EU Representative<br />    Unity Wharf, 13 Mill Street<br />    London SE1 2BH UNITED KINGDOM<br />    <a href="/cdn-cgi/l/email-protection#87c0c3d7d5d8c2d2d5e2f7c7e2e5a9e4e8ea"><span class="__cf_email__" data-cfemail="0c4b485c5e5349595e697c4c696e226f6361">[email&#160;protected]</span></a></p><p>Our data protection officer’s name and contact information are:</p><p>    M.G. Kim<br />    Encyclopaedia Britannica, Inc. Data Protection Officer<br />    325 N. LaSalle Street, Suite 200<br />    Chicago, IL USA 60654<br />    <a href="/cdn-cgi/l/email-protection#167266795673743875797b"><span class="__cf_email__" data-cfemail="076377684762652964686a">[email&#160;protected]</span></a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e5889f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e5889f0" 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-98e9648" data-id="98e9648" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2fa8a39 elementor-widget elementor-widget-menu-anchor" data-id="2fa8a39" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Copyright" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-d75c248 elementor-widget elementor-widget-text-editor" data-id="d75c248" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Copyright</strong></h1><p>All of the content on the Services is copyrighted by Encyclopaedia Britannica, Inc., 354 N. LaSalle St., Suite 200, Chicago, Illinois 60654, or its licensors, and it cannot be redistributed or used for commercial purposes. More detailed information about Britannica&#8217;s copyrights and trademarks is available in our <a href="https://corporate.britannica.com/termsofuse2.html">Terms of Use</a>.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a247439 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a247439" 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-34aec47" data-id="34aec47" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-423d312 elementor-widget elementor-widget-menu-anchor" data-id="423d312" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Business-Transfers" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-4e827ee elementor-widget elementor-widget-text-editor" data-id="4e827ee" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Business Transfers</strong></h1><p>As we continue to develop our business, we might sell or buy subsidiaries, or business units. In such transactions, customer information generally is one of the transferred business assets but remains subject to the promises made in any pre-existing Privacy Notice or Policy (unless, of course, the customer consents otherwise). Also, in the unlikely event that Britannica, or substantially all of its assets are acquired, customer information will be one of the transferred assets, and will remain subject to our Privacy Notice.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-a2d9275 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a2d9275" 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-3b75bb2" data-id="3b75bb2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ff26bdb elementor-widget elementor-widget-menu-anchor" data-id="ff26bdb" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Acceptance-of-Privacy-Notice" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-2d91aee elementor-widget elementor-widget-text-editor" data-id="2d91aee" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Acceptance of Privacy Notice Terms and Conditions</strong></h1><p><span style="color: var( --e-global-color-text ); font-size: 1rem;">By using the Services, you signify your agreement to the terms and conditions of this Privacy Notice. If you do not agree to these terms, please do not use the Services. We reserve the right, at our sole discretion, to change, modify, add, or remove portions of this Privacy Notice at any time. If we make any material changes to this Privacy Notice that impact your privacy rights, we will notify you by posting a notice on the Services prior to the effective date of such changes with an opportunity for you to review the same, unless otherwise required by applicable law. All non-material amended terms automatically will take effect when they are posted on the Services. Please check this page periodically for any modifications. Your continued use of any of the Services following the posting of any non-material changes to these terms shall mean that you have accepted those changes. All other amended terms will take effect 30 days after you are notified of the same.</span></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5e7a16b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5e7a16b" 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-a083f8b" data-id="a083f8b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a9e03fb elementor-widget elementor-widget-menu-anchor" data-id="a9e03fb" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="Questions" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-6c83dff elementor-widget elementor-widget-text-editor" data-id="6c83dff" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h1><strong>Questions, Comments or Complaints</strong></h1><p>If you have questions about Britannica or its products, visit our <a href="http://corporate.britannica.com/contact/">Contact Us</a> page to find email addresses and other contact information for the appropriate department. To correct, update, or remove personal information, please email us at <a href="/cdn-cgi/l/email-protection#c1a5b1ae81a4a3efa2aeac"><span class="__cf_email__" data-cfemail="cfabbfa08faaade1aca0a2">[email&#160;protected]</span></a>. If you have any questions or concerns, please send an email to <a href="/cdn-cgi/l/email-protection#a2d2d0cbd4c3c1dbe2c7c08cc1cdcf"><span class="__cf_email__" data-cfemail="1464667d6275776d5471763a777b79">[email&#160;protected]</span></a> or at <a href="/cdn-cgi/l/email-protection#5f3b2f301f3a3d713c3032"><span class="__cf_email__" data-cfemail="7d190d123d181f531e1210">[email&#160;protected]</span></a>.</p> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="footer" data-elementor-id="37" class="elementor elementor-37 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-690d33c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="690d33c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-490431a" data-id="490431a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ce6a833 elementor-widget elementor-widget-image" data-id="ce6a833" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/"> <img width="482" height="96" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20482%2096'%3E%3C/svg%3E" class="attachment-large size-large wp-image-41" alt="" data-lazy-srcset="https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica.png 482w, https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica-300x60.png 300w" data-lazy-sizes="(max-width: 482px) 100vw, 482px" data-lazy-src="https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica.png" /><noscript><img width="482" height="96" src="https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica.png" class="attachment-large size-large wp-image-41" alt="" srcset="https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica.png 482w, https://corporate.britannica.com/wp-content/uploads/2022/09/LogoWhite_Britannica-300x60.png 300w" sizes="(max-width: 482px) 100vw, 482px" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-b8c6a33 elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="b8c6a33" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" 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-underline e--animation-fade"> <ul id="menu-1-b8c6a33" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-837"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-item">Britannica</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://corporate.britannica.com/our-brands/merriam-webster" class="elementor-item">Merriam-Webster</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-840"><a href="https://corporate.britannica.com/our-brands/britannica-education" class="elementor-item">Britannica Education</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-839"><a href="https://corporate.britannica.com/our-brands/melingo" class="elementor-item">Melingo</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-842"><a href="https://corporate.britannica.com/about-us" class="elementor-item">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-843"><a href="https://corporate.britannica.com/press-releases" class="elementor-item">Press Releases</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://corporate.britannica.com/contact" class="elementor-item">Contact</a></li> </ul> </nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-b8c6a33" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-837"><a href="https://corporate.britannica.com/our-brands/brand-eb" class="elementor-item" tabindex="-1">Britannica</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://corporate.britannica.com/our-brands/merriam-webster" class="elementor-item" tabindex="-1">Merriam-Webster</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-840"><a href="https://corporate.britannica.com/our-brands/britannica-education" class="elementor-item" tabindex="-1">Britannica Education</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-839"><a href="https://corporate.britannica.com/our-brands/melingo" class="elementor-item" tabindex="-1">Melingo</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-842"><a href="https://corporate.britannica.com/about-us" class="elementor-item" tabindex="-1">About Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-843"><a href="https://corporate.britannica.com/press-releases" class="elementor-item" tabindex="-1">Press Releases</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://corporate.britannica.com/contact" class="elementor-item" tabindex="-1">Contact</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-c2bd1b0 elementor-widget elementor-widget-text-editor" data-id="c2bd1b0" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <a style="color: white; font-size: 11px;" href="https://corporate.britannica.com/privacy-policy">Privacy Policy</a>      <a style="color: white; font-size: 11px;" href="https://corporate.britannica.com/termsofuse.html">Terms of Use</a>       Copyright 2024 Encyclopædia Britannica, Inc. Corporate Site. All rights reserved. </div> </div> </div> </div> </div> </section> </div> </div><!-- .site-container --> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></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\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/corporate.britannica.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-rocket-src="https://corporate.britannica.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.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://corporate.britannica.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://corporate.britannica.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.20.0" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.20.0" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.20.0" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.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" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/corporate.britannica.com\/wp-admin\/admin-ajax.php","nonce":"072d0bc1cb","urls":{"assets":"https:\/\/corporate.britannica.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/corporate.britannica.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:\/\/corporate.britannica.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.20.0" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.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}}},"version":"3.20.0","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"theme_builder_v2":true,"block_editor_assets_optimize":true,"ai-layout":true,"landing-pages":true,"e_image_loading_optimization":true,"notes":true,"form-submissions":true},"urls":{"assets":"https:\/\/corporate.britannica.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":11602,"title":"Privacy%20Policy%202%20-%20Encyclop%C3%A6dia%20Britannica%2C%20Inc.%20Corporate%20Site","excerpt":"","featuredImage":false}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.20.0" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://corporate.britannica.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.20.0" id="pro-elements-handlers-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload",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://corporate.britannica.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10