CINXE.COM

EA - Player and Parental Tools - Electronic Arts Official Site

<!DOCTYPE html> <html lang="en" dir="ltr" wf-loading> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"> <script> window.newrelicAttributes = { accountId: "1796917", trustKey: "1796917", agentId: "149134891", licenseKey: "f701a6c63c", applicationId: "149134891" }; </script> <script src="/newrelic.js"></script> <!-- Compliant Google Optimize --> <script> (() => { const getPrivacyCookie = () => { const privacyCookie = document.cookie.match('(^|;)\\s*cmapi_cookie_privacy\\s*=\\s*([^;]+)'); return privacyCookie ? privacyCookie.pop() : null; }; const getBehaviorCookie = () => { const behaviorCookie = document.cookie.match('(^|;)\\s*notice_behavior\\s*=\\s*([^;]+)'); return behaviorCookie ? behaviorCookie.pop() : null; }; const hasOptedIn = () => { const behaviorCookie = getBehaviorCookie(); const privacyCookie = getPrivacyCookie(); return behaviorCookie && behaviorCookie.match(/^none$/) || privacyCookie && privacyCookie.match(/2|3/); } const appendOptimize = () => { const head = document.getElementsByTagName('head')[0]; if (head) { const script = document.createElement('script'); script.src = 'https://www.googleoptimize.com/optimize.js?id=GTM-M6BQF2W'; script.id = "google-optimize" head.append(script); } }; const removeOptimize = () => { const head = document.getElementsByTagName('head')[0]; const optimizeScript = document.getElementById('google-optimize'); if (head && optimizeScript) { head.removeChild(optimizeScript); } } /** * Append or remove Google Optimize script to head, * depending on whether user's cookie preferences * have opted in and Google Optimize script already * exists in head. */ const handleConsentDecision = () => { const googleOptimizeScript = document.getElementById('google-optimize'); if (hasOptedIn() && !googleOptimizeScript) { appendOptimize(); } else if (!hasOptedIn() && googleOptimizeScript) { removeOptimize(); } } /** * Callbacks will occur in the form of a PostMessage event. This code listens for the * appropriately formatted PostMessage event, gets the new consent decision, and then sets * the new cookie preferences. */ const handlePreferencesUpdated = (e) => { try { const { capabilities, action } = JSON.parse(e.data).PrivacyManagerAPI || {}; if (capabilities && action === 'getConsentDecision') { handleConsentDecision(); } } catch (error) { console.error(error); } } /** * Registers with the TrustArc Content Manager (CM) API to receive callbacks when * a preference update occurs, and initialized dispatched preferences array to * the user's current preferences. You must wait for the CM API (PrivacyManagerAPI object) * to exist on the page before registering. */ const CMICallbackRegister = () => { const interval = setInterval(() => { if (window.PrivacyManagerAPI && interval) { const apiObject = { PrivacyManagerAPI: { action: 'getConsentDecision', timestamp: new Date().getTime(), self: window.location.host } }; window.top.postMessage(JSON.stringify(apiObject), '*'); clearInterval(interval); } }, 50); } /** * Listener registers a message callback on the TrustArc Content Manager when * user's cookie preferences are updated and adds an event listener * on the message events that occur when said preference updates occur. */ const trustArcScriptLoadListener = () => { if (typeof window.truste === 'object') { CMICallbackRegister(); window.addEventListener('message', handlePreferencesUpdated); } } window.addEventListener('load', trustArcScriptLoadListener); const behaviorCookie = getBehaviorCookie(); if (behaviorCookie === null) { // wait for TrustArc script to load before checking cookies let numIntervals = 0; const scriptLoadInterval = setInterval( () => { if(getBehaviorCookie()) { handleConsentDecision(); clearInterval(scriptLoadInterval); } // Stop running interval after 8 times (8x the documented 500ms it // should take to load the TrustArc script on the BE) to prevent running forever if (++numIntervals >= 10) { clearInterval(scriptLoadInterval); } } , 500); } else { handleConsentDecision(); } })(); </script> <!-- End Compliant Google Optimize --> <!-- Google Tag Manager --> <script> (function(w, d, s, l) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-TG32RCX' + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer'); </script> <!-- End Google Tag Manager --> <style> [unresolved] { visibility: hidden !important; } </style> <noscript> <style> [unresolved] { visibility: visible !important; } </style> </noscript> <style> body { margin: 0; } .image img { max-width: 100%; } </style> <script> if (!CSS.supports('width', 'calc((var(--test))')) { window.ShadyCSS = { shimcssproperties: true }; } document.addEventListener('nds.typeKit.active', function() { document.querySelector('html').removeAttribute('wf-loading'); }); </script> <script src="//unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js" integrity="sha384-3HK5hxQbkFqOIxMbpROlRmRtYl2LBZ52t+tqcjzsmr9NJuOWQxl8RgQSyFvq2lhy" crossorigin="anonymous"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script> <script src="//w.soundcloud.com/player/api.js"></script> <script> window.nds = window.nds || {}; window.nds.componentUrlPrefix = '//pl.ea.com/release/4.68.7/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.7/elements/ea-elements.min.js'.lastIndexOf('/') + 1); window.nds.contentfulUrl = 'https://contentful-proxy.juno.ea.com/graphql'; window.nds.salUrl = 'https://service-aggregation-layer.juno.ea.com/graphql'; window.nds.useApq = true; window.nds.salClientId = 'eacom-fe'; window.nds.xGameDistMethod = 'eacom'; window.nds.lockboxGameId = 'eacom'; window.nds.lockboxInvoiceSource = 'EACOM-STORE-WEB-%countryCode%'; window.nds.lockboxExternalPaymentPath = '/lockbox-external-payment'; </script> <script type="module" src="//pl.ea.com/release/4.68.7/elements/ea-elements.min.js"></script> <script nomodule defer src="//pl.ea.com/release/4.68.7/elements/ea-elements.min.js"></script> <style>.eaCorporate__textContainer .gradientText{color:var(--ea-theme-color);background:linear-gradient(-115deg,#255AF6 20%,#0d1042 80%);background:-webkit-linear-gradient(-115deg,#ff4747 20%,#0d1042 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.eaCorporate__textContainer .header{margin:0 0 .35em 0}.eaCorporate__textContainer .subHeader{margin:0 0 1.5em 0}.eaCorporate__textContainer .subHeader:last-child{margin-bottom:0}.eaCorporate__textContainer .bodyCopy{margin:0}.eaCorporate__textContainer .bodyCopy+.bodyCopy{margin-top:1em}.eaCorporate__textContainer.textAlignCenter{text-align:center}.eaCorporate__textContainer.columnText .header{margin:0}.eaCorporate__textContainer.columnText .subHeader:first-child{margin:0 0 .35em 0}.eaCorporate__textContainer.columnText .header+.subHeader{margin:.35em 0}.eaCorporate__textContainer.leadingIconList .listItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.eaCorporate__textContainer.leadingIconList .listImage{width:40px;height:40px;margin:0 16px 0 0}.eaCorporate__textContainer.leadingIconList .listCopy{margin:0}.eaCorporate__textContainer.leadingIconList .listItem+.listItem{margin:32px 0 0 0}.eaCorporate__textContainer .callout{color:var(--ea-theme-color);padding:0 1.25em;quotes:'\0022' '\0022';margin:2em 0}.eaCorporate__textContainer .callout p{display:inline;position:relative;line-height:1.25;margin:0}.eaCorporate__textContainer .callout p::after,.eaCorporate__textContainer .callout p::before{display:block;font-size:150%;line-height:1;position:absolute;font-weight:bolder}.eaCorporate__textContainer .callout p::before{content:open-quote;left:-.5em;top:0}.eaCorporate__textContainer .callout p::after{content:close-quote;right:-.5em;bottom:-.15em}@media only screen and (min-width:768px){.eaCorporate__textContainer.textAlignCenter{max-width:720px;margin-left:auto;margin-right:auto}.eaCorporate__textContainer+.eaCorporate__textContainer{margin:64px 0 0 0}.eaCorporate__textContainer.leadingIconList .listImage{width:56px;height:56px}.eaCorporate__textContainer.leadingIconList .listItem+.listItem{margin:24px 0 0 0}.eaCorporate__textContainer .callout{width:175%;max-width:768px}}@media only screen and (min-width:1456px){.eaCorporate__textContainer .callout{width:75%;max-width:initial}}</style> <style>html { scroll-behavior: smooth; }</style> <link rel="preconnect" href="https://cdn.fonts.net"> <link href="https://cdn.fonts.net/kit/2d7aafb0-d539-11ec-9404-069abf4c3446/2d7aafb0-d539-11ec-9404-069abf4c3446.css" rel="stylesheet" /> <style> @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsDisplay'; src: url(/assets/fonts/display/ElectronicArtsDisplay-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Light.woff2) format('woff'); font-weight: 300; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-LightItalic.woff2) format('woff'); font-weight: 300; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Regular.woff2) format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Italic.woff2) format('woff'); font-weight: 400; font-style: italic; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-Bold.woff2) format('woff'); font-weight: 600; font-style: normal; } @font-face { font-family: 'ElectronicArtsText'; src: url(/assets/fonts/text/ElectronicArtsText-BoldItalic.woff2) format('woff'); font-weight: 600; font-style: italic; } </style> <title>EA - Player and Parental Tools - Electronic Arts Official Site</title> <meta property="og:type" content="article"> <meta property="og:title" content="EA - Player and Parental Tools - Electronic Arts Official Site"> <meta property="og:description" content="We believe in the power of positive play. We want to give players and parents simple solutions to shape how they play."> <meta property="og:url" content="https://www.ea.com/commitments/positive-play/player-and-parental-tools"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/commitments/common/eacom-featured-asset-orange.jpg.adapt.crop191x100.1200w.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="We believe in the power of positive play. We want to give players and parents simple solutions to shape how they play."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2024-11-06T20:18:23Z"> <meta property="article:published_time" content="2023-03-21T17:00Z"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="EA - Player and Parental Tools - Electronic Arts Official Site"> <meta name="twitter:description" content="We believe in the power of positive play. We want to give players and parents simple solutions to shape how they play."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/commitments/common/eacom-featured-asset-orange.jpg.adapt.crop16x9.1023w.jpg"> <meta name="twitter:creator" content="@ea"> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "image": { "@type": "ImageObject", "url": "https://media.contentapi.ea.com/content/dam/eacom/commitments/common/eacom-featured-asset-orange.jpg.adapt.crop191x100.1200w.jpg" }, "author": { "@type": "Organization", "name": "Electronic Arts", "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts" }, "publisher": { "@type": "Organization", "name": "Electronic Arts", "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts", "logo": { "@type": "ImageObject", "url": "https://media.contentapi.ea.com/content/dam/ea/EA_logo.png", "width": 60, "height": 60 } }, "inLanguage": "en", "description": "We believe in the power of positive play. We want to give players and parents simple solutions to shape how they play.", "datePublished": "2023-03-21T17:00Z", "dateModified": "2024-11-06T20:18:23Z", "headline": "EA - Player and Parental Tools - Electronic Arts Official Site", "url": "https://www.ea.com/commitments/positive-play/player-and-parental-tools" } </script> </head> <body unresolved> <custom-style><style include="ea-shared-styles-base-common"></style></custom-style> <custom-style><style include="ea-shared-styles-base-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-base-lists"></style></custom-style> <custom-style><style include="ea-shared-styles-base-links"></style></custom-style> <custom-style><style include="ea-shared-styles-base-images"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-paragraphs"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-labels"></style></custom-style> <custom-style> <style> html { --origin-brand-color: #20D944; --eaCorporate-landingSection-spacerTop-XS: 32px; --eaCorporate-landingSection-spacerTop-SM: 32px; --eaCorporate-landingSection-spacerTop-MD: 80px; --eaCorporate-landingSection-spacerTop-LG: 104px; --eaCorporate-landingSection-spacerTop-XL: 128px; --eaCorporate-landingSection-spacerBottom-XS: 32px; --eaCorporate-landingSection-spacerBottom-SM: 32px; --eaCorporate-landingSection-spacerBottom-MD: 40px; --eaCorporate-landingSection-spacerBottom-LG: 48px; --eaCorporate-landingSection-spacerBottom-XL: 56px; --eaCorporate-standardSection-spacerTop-XS: 48px; --eaCorporate-standardSection-spacerTop-SM: 48px; --eaCorporate-standardSection-spacerTop-MD: 80px; --eaCorporate-standardSection-spacerTop-LG: 80px; --eaCorporate-standardSection-spacerTop-XL: 80px; --eaCorporate-standardSection-spacerBottom-XS: 48px; --eaCorporate-standardSection-spacerBottom-SM: 48px; --eaCorporate-standardSection-spacerBottom-MD: 80px; --eaCorporate-standardSection-spacerBottom-LG: 80px; --eaCorporate-standardSection-spacerBottom-XL: 80px; --ea-theme-stream-ui-paddle-default: #161616; --ea-theme-stream-ui-paddle-disabled: #BFBFBF; --ea-theme-stream-ui-progress-indicator-default: rgb(255,255,255); --ea-theme-stream-ui-progress-indicator-hover: rgb(255,255,255); --ea-theme-stream-ui-progress-bar-stroke-default: #ff8e8e; --ea-theme-stream-ui-progress-bar-stroke-hover: #ff8e8e; --ea-theme-stream-ui-progress-bar-fill-hover: #ff8e8e; --ea-theme-toaster-eyebrow-font-size-mobile: 16px; --ea-theme-toaster-eyebrow-font-size-tablet: 18px; --ea-theme-toaster-eyebrow-font-size-desktop: 20px; --ea-theme-toaster-copy-font-size-tablet: 16px; --ea-theme-toaster-copy-font-size-desktop: 18px; --ea-theme-tabs-background-color: #0D1042; --ea-theme-tabs-indicator-color: #FF4747; --ea-theme-tabs-interface-color: #FF4747; --ea-theme-tabs-unselected-type: #FFFFFF; --ea-theme-tabs-selected-type: var(--ea-dark-color); --ea-theme-tabs-selected-state: #FFFFFF; --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08); --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1); --ea-theme-tabs-tab-text-transform: capitalize; --ea-theme-h5-font-size-tablet-landscape: 22px; --ea-theme-ea-brand-2020-coral: #255AF6; --ea-theme-ea-brand-2020-deep-blue: #FB6714; --ea-theme-header-line-height-mobile: 1.35; --ea-theme-d4-font-size-mobile: 32px; --ea-theme-d4-font-size-tablet-portrait: 48px; --ea-theme-d4-font-size-tablet-landscape: 48px; --ea-theme-d4-font-size-desktop: 48px; --ea-theme-h2-font-weight: bolder; --ea-theme-h3-font-weight: bolder; --ea-theme-h5-font-weight: var(--ea-theme-header-font-weight-bold); --dx-xsmall-spacer-value: 4rem; --dx-small-spacer-value: 4rem; --dx-medium-spacer-value: 4rem; --dx-large-spacer-value: 4rem; --dx-xlarge-spacer-value: 4rem; --dx-xsmall-innerelement-spacer-value: 2rem; --dx-small-innerelement-spacer-value: 2rem; --dx-medium-innerelement-spacer-value: 2rem; --dx-large-innerelement-spacer-value: 2rem; --dx-xlarge-innerelement-spacer-value: 2rem; --dx-xsmall-section-header-spacer-value: 64vw; --dx-small-section-header-spacer-value: 62vw; --dx-medium-section-header-spacer-value: 18vw; --dx-large-section-header-spacer-value: 18vw; --dx-xlarge-section-header-spacer-value: 18vw; --dx-xsmall-section-footer-spacer-value: 8vw; --dx-small-section-footer-spacer-value: 8vw; --dx-medium-section-footer-spacer-value: 2.2vw; --dx-large-section-footer-spacer-value: 5.4vw; --dx-xlarge-section-footer-spacer-value: 6vw; --dx-anchor-nav-separator-color: black; --dx-anchor-nav-color: black; --dx-anchor-nav-hover-color: var(--ea-theme-color); --ea-theme-tabs-accent-elements: #FFFFFF; } </style> </custom-style> <ea-elements-loader elements="ea-network-nav, ea-player, ea-type-kit"> </ea-elements-loader> <ea-network-nav unresolved userData="/user-data" content="//nds-network-nav.ea.com//en-us/network-nav" login-url="/login" logout-url="/logout" hide-logo ></ea-network-nav> <ea-elements-loader elements="ea-local-nav-advanced, ea-link"> </ea-elements-loader> <ea-local-nav-advanced home-text="Electronic Arts Home" home-tooltip="Electronic Arts Home" home-link="https://www.ea.com/" logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg" logo-tooltip="Electronics Arts Home" theme="dark" shelf-type="band" open-drawer-text="Menu" close-drawer-text="Close" mini show-franchise-nav show-breadcrumbs franchise-link-text="All Games" franchise-link-url="/games" unresolved > <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-16x9.png.adapt.crop1x1.767w.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg" logo-alt="" main-link-url="https://www.ea.com/ea-play" main-link-title="EA Play" type="simple" show-back-alt="EA Play" show-front-alt="EA Play" title="EA Play" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/ea-play" title="EA Play" >EA Play</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg" logo-alt="" main-link-url="/games/fifa/fifa-23" main-link-title="FIFA 23" type="simple" show-back-alt="FIFA 23" show-front-alt="FIFA 23" title="FIFA 23" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/fifa/fifa-23" title="FIFA 23" >FIFA 23</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/1-1-gamebox-f122-keyart-1.png.adapt.crop1x1.767w.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png" logo-alt="" main-link-url="/games/f1/f1-22" main-link-title="F1™ 22" type="simple" show-back-alt="F1™ 22" show-front-alt="F1™ 22" title="F1™ 22" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/f1/f1-22" title="F1™ 22" >F1™ 22</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg" logo-alt="" main-link-url="/games/madden-nfl/madden-nfl-23" main-link-title="Madden NFL 23" type="simple" show-back-alt="Madden NFL 23" show-front-alt="Madden NFL 23" title="Madden NFL 23" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/madden-nfl/madden-nfl-23" title="Madden NFL 23" >Madden NFL 23</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg" logo-alt="" main-link-url="/games/apex-legends" main-link-title="Apex Legends" type="simple" show-back-alt="Apex Legends" show-front-alt="Apex Legends" title="Apex Legends" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="/games/apex-legends" title="Apex Legends" >Apex Legends</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg" logo-alt="" main-link-url="https://www.ea.com/games/battlefield/battlefield-2042" main-link-title="Battlefield™ 2042" type="simple" show-back-alt="Battlefield™ 2042" show-front-alt="Battlefield™ 2042" title="Battlefield™ 2042" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/games/battlefield/battlefield-2042" title="Battlefield™ 2042" >Battlefield™ 2042</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="franchise-game-box" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767w.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png" logo-alt="" main-link-url="https://www.ea.com/games/the-sims/the-sims-4" main-link-title="The Sims 4" type="simple" show-back-alt="The Sims 4" show-front-alt="The Sims 4" title="The Sims 4" sale-text="" unresolved > <!-- Output Main Link as an anchor tag for SEO --> <a href="https://www.ea.com/games/the-sims/the-sims-4" title="The Sims 4" >The Sims 4</a> </ea-game-box> </ea-container> <a title="Electronic Arts Home" href="https://www.ea.com/"> Electronic Arts Home <img src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg" alt="Electronics Arts Home" /> </a> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="GAMES" theme="dark" type="narrow" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="BROWSE GAMES" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Latest Games" link-href="https://www.ea.com/games" link-target="_self" unresolved > <a href="https://www.ea.com/games">Latest Games</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Coming Soon" link-href="https://www.ea.com/games/coming-soon" link-target="_self" unresolved > <a href="https://www.ea.com/games/coming-soon">Coming Soon</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Free-To-Play" link-href="https://www.ea.com/games/library/freetoplay" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA SPORTS" link-href="https://www.ea.com/sports" link-target="_self" unresolved > <a href="https://www.ea.com/sports">EA SPORTS</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Originals" link-href="https://www.ea.com/ea-originals" link-target="_self" unresolved > <a href="https://www.ea.com/ea-originals">EA Originals</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Games Library" link-href="https://www.ea.com/games/library" link-target="_self" unresolved > <a href="https://www.ea.com/games/library">Games Library</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA app Deals" link-href="https://www.ea.com/sales/deals" link-target="_self" unresolved > <a href="https://www.ea.com/sales/deals">EA app Deals</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="PLATFORMS" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="PC" link-href="https://www.ea.com/games/library/pc-download" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/pc-download">PC</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="PlayStation" link-href="https://www.ea.com/games/library/ps5" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/ps5">PlayStation</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Xbox" link-href="https://www.ea.com/games/library/xbox-series-x" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Nintendo Switch" link-href="https://www.ea.com/games/library/nintendo-switch" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Mobile" link-href="https://www.ea.com/games/library/mobile" link-target="_self" unresolved > <a href="https://www.ea.com/games/library/mobile">Mobile</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Pogo" link-href="https://www.ea.com/pogo" link-target="_self" unresolved > <a href="https://www.ea.com/pogo">Pogo</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="EXPERIENCES" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text=" " slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="The EA app" link-href="https://www.ea.com/ea-app" link-target="_self" unresolved > <a href="https://www.ea.com/ea-app">The EA app</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Play" link-href="https://www.ea.com/ea-play" link-target="_self" unresolved > <a href="https://www.ea.com/ea-play">EA Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Playtesting" link-href="https://www.ea.com/playtesting" link-target="_self" unresolved > <a href="https://www.ea.com/playtesting">Playtesting</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="ABOUT" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Company" link-href="https://www.ea.com/about" link-target="_self" unresolved > <a href="https://www.ea.com/about">Company</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Careers" link-href="https://www.ea.com/careers" link-target="_self" unresolved > <a href="https://www.ea.com/careers">Careers</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="News" link-href="https://www.ea.com/news" link-target="_self" unresolved > <a href="https://www.ea.com/news">News</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Technology" link-href="https://www.ea.com/technology" link-target="_self" unresolved > <a href="https://www.ea.com/technology">Technology</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Studios" link-href="https://www.ea.com/studios" link-target="_self" unresolved > <a href="https://www.ea.com/studios">EA Studios</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Partners" link-href="https://www.ea.com/ea-partners" link-target="_self" unresolved > <a href="https://www.ea.com/ea-partners">EA Partners</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="COMMITMENTS" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="Commitments" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Our Commitments" link-href="https://www.ea.com/commitments" link-target="_self" unresolved > <a href="https://www.ea.com/commitments">Our Commitments</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Positive Play" link-href="https://www.ea.com/commitments/positive-play" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/positive-play">Positive Play</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="People &amp; Inclusive Culture" link-href="https://www.ea.com/commitments/people-and-culture" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Social Impact" link-href="https://www.ea.com/commitments/social-impact" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/social-impact">Social Impact</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Environment " link-href="https://www.ea.com/commitments/environment" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/environment">Environment </a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav slot="local-nav-shelf-link" toggle-text="RESOURCES" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section title-text="" slot="sub-nav-section" unresolved > <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Help" link-href="https://help.ea.com/" link-target="_blank" unresolved > <a href="https://help.ea.com/">Help</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="EA Community Forums" link-href="https://forums.ea.com" link-target="_self" unresolved > <a href="https://forums.ea.com">EA Community Forums</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Player and Parental Tools" link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools" link-target="_self" unresolved > <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Accessibility " link-href="https://ea.com/able" link-target="_self" unresolved > <a href="https://ea.com/able">Accessibility </a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Press" link-href="https://www.eapressportal.com/" link-target="_self" unresolved > <a href="https://www.eapressportal.com/">Press</a> </ea-local-nav-shelf-sub-nav-section-link> <ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link"> </ea-elements-loader> <ea-local-nav-shelf-sub-nav-section-link slot="sub-nav-section-link" link-text="Investors" link-href="https://ir.ea.com/" link-target="_self" unresolved > <a href="https://ir.ea.com/">Investors</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="GAMES" toggle-tooltip="" theme="dark" type="narrow" unresolved > <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-section slot="local-nav-drawer-sub-nav-section" title-text="BROWSE GAMES" unresolved > <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games" link-title="" link-text="Latest Games" unresolved > <a href="https://www.ea.com/games">Latest Games</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/coming-soon" link-title="" link-text="Coming Soon" unresolved > <a href="https://www.ea.com/games/coming-soon">Coming Soon</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/freetoplay" link-title="" link-text="Free-To-Play" unresolved > <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/sports" link-title="" link-text="EA SPORTS" unresolved > <a href="https://www.ea.com/sports">EA SPORTS</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/ea-originals" link-title="" link-text="EA Originals" unresolved > <a href="https://www.ea.com/ea-originals">EA Originals</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library" link-title="" link-text="Games Library" unresolved > <a href="https://www.ea.com/games/library">Games Library</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/sales/deals" link-title="" link-text="EA app Deals" unresolved > <a href="https://www.ea.com/sales/deals">EA app Deals</a> </ea-link> </ea-local-nav-drawer-sub-nav-section> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-section, ea-link"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-section slot="local-nav-drawer-sub-nav-section" title-text="PLATFORMS" unresolved > <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/pc-download" link-title="" link-text="PC" unresolved > <a href="https://www.ea.com/games/library/pc-download">PC</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/ps5" link-title="" link-text="PlayStation" unresolved > <a href="https://www.ea.com/games/library/ps5">PlayStation</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/xbox-series-x" link-title="" link-text="Xbox" unresolved > <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/nintendo-switch" link-title="" link-text="Nintendo Switch" unresolved > <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/games/library/mobile" link-title="" link-text="Mobile" unresolved > <a href="https://www.ea.com/games/library/mobile">Mobile</a> </ea-link> <ea-link slot="local-nav-drawer-sub-nav-section-link" link-href="https://www.ea.com/pogo" link-title="" link-text="Pogo" unresolved > <a href="https://www.ea.com/pogo">Pogo</a> </ea-link> </ea-local-nav-drawer-sub-nav-section> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="EXPERIENCES" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-app" link-title="" link-text="The EA app" text-color="" unresolved > <a href="https://www.ea.com/ea-app">The EA app</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-play" link-title="" link-text="EA Play" text-color="" unresolved > <a href="https://www.ea.com/ea-play">EA Play</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/playtesting" link-title="" link-text="Playtesting" text-color="" unresolved > <a href="https://www.ea.com/playtesting">Playtesting</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="ABOUT" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/about" link-title="" link-text="Company" text-color="" unresolved > <a href="https://www.ea.com/about">Company</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/careers" link-title="" link-text="Careers" text-color="" unresolved > <a href="https://www.ea.com/careers">Careers</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/news" link-title="" link-text="News" text-color="" unresolved > <a href="https://www.ea.com/news">News</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/technology" link-title="" link-text="Technology" text-color="" unresolved > <a href="https://www.ea.com/technology">Technology</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/studios" link-title="" link-text="EA Studios" text-color="" unresolved > <a href="https://www.ea.com/studios">EA Studios</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/ea-partners" link-title="" link-text="EA Partners" text-color="" unresolved > <a href="https://www.ea.com/ea-partners">EA Partners</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="COMMITMENTS" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments" link-title="" link-text="Our Commitments" text-color="" unresolved > <a href="https://www.ea.com/commitments">Our Commitments</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/positive-play" link-title="" link-text="Positive Play" text-color="" unresolved > <a href="https://www.ea.com/commitments/positive-play">Positive Play</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/people-and-culture" link-title="" link-text="People &amp; Inclusive Culture" text-color="" unresolved > <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/social-impact" link-title="" link-text="Social Impact" text-color="" unresolved > <a href="https://www.ea.com/commitments/social-impact">Social Impact</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/environment" link-title="" link-text="Environment " text-color="" unresolved > <a href="https://www.ea.com/commitments/environment">Environment </a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced"> </ea-elements-loader> <ea-local-nav-drawer-sub-nav-advanced slot="local-nav-drawer-link" toggle-text="RESOURCES" toggle-tooltip="" theme="dark" type="simple" unresolved > <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://help.ea.com/" link-title="" link-text="Help" text-color="" unresolved > <a href="https://help.ea.com/">Help</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://forums.ea.com" link-title="" link-text="EA Community Forums" text-color="" unresolved > <a href="https://forums.ea.com">EA Community Forums</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.ea.com/commitments/positive-play/player-and-parental-tools" link-title="" link-text="Player and Parental Tools" text-color="" unresolved > <a href="https://www.ea.com/commitments/positive-play/player-and-parental-tools">Player and Parental Tools</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://ea.com/able" link-title="" link-text="Accessibility " text-color="" unresolved > <a href="https://ea.com/able">Accessibility </a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://www.eapressportal.com/" link-title="" link-text="Press" text-color="" unresolved > <a href="https://www.eapressportal.com/">Press</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-sub-link" class="eapl-local-nav__drawer-sub-link" link-href="https://ir.ea.com/" link-title="" link-text="Investors" text-color="" unresolved > <a href="https://ir.ea.com/">Investors</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> </ea-local-nav-advanced> <main> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="96px" small="96px" medium="96px" large="96px" largest="100px" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-safe-online-header-section-bg-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" indent-right="3" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-landingSection-spacerBottom-XS)" small="var(--eaCorporate-landingSection-spacerBottom-SM)" medium="var(--eaCorporate-landingSection-spacerBottom-MD)" large="var(--eaCorporate-landingSection-spacerBottom-LG)" largest="var(--eaCorporate-landingSection-spacerBottom-XL)" > </ea-spacer> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="medium" text-align="left" text-color="light" title-text="Take control of your play" spacing-top="none" spacing-bottom="none" > <h3>Take control of your play</h3> </ea-subheading> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-landingSection-spacerBottom-XS)" small="var(--eaCorporate-landingSection-spacerBottom-SM)" medium="var(--eaCorporate-landingSection-spacerBottom-MD)" large="var(--eaCorporate-landingSection-spacerBottom-LG)" largest="var(--eaCorporate-landingSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h3 class="header d4">Positive playing experiences and player tools go hand-in-hand.</h3> <h4 class="subHeader h6">We believe in the power of positive play. Everyone should feel welcome, safe, and in control of their gaming experience.</h4> <p>There are different ways to enhance and manage your and your family’s experience when playing games online. Check out our guidance on:</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="4up" tile-type="vertical" tile-text-align="center" tile-text-color="dark" tile-color="none" hide-brand-stroke spacing-top="small" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="center" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-staysafe-icons-acc-and-platform.jpg.adapt.crop16x9.652w.jpg" title-text="Account and Platform Tools" tooltip="" > <h3>Account and Platform Tools</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="graphic" link-url="#account-and-platform-tools" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#account-and-platform-tools" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-staysafe-icons-game-tools.jpg.adapt.crop16x9.652w.jpg" title-text="Game Tools" tooltip="" > <h3>Game Tools</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="graphic" link-url="#game-tools" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#game-tools" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-staysafe-icons-spendings-age-rate.jpg.adapt.crop16x9.652w.jpg" title-text="Game Ratings" tooltip="" > <h3>Game Ratings</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="graphic" link-url="#game-ratings" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#game-ratings" > </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-staysafe-icons-online-safety.jpg.adapt.crop16x9.652w.jpg" title-text="Stay Safe Online" tooltip="" > <h3>Stay Safe Online</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="graphic" link-url="#stay-safe-online" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#stay-safe-online" > </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <div> <p style="visibility: hidden;"><a id="account-and-platform-tools"></a>Account and Platform Tools</p> </div> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h3 class="header d4">Account and Platform Tools</h3> <p class="bodyCopy">When using EA’s online services, you can play, chat and, in some cases, share other content with players including friends. The first step in ensuring you, and your family, have a positive and safe experience when playing is understanding the tools available on your game platforms.</p> <div class="eaCorporate__textContainer columnText"><ul> <li><a href="https://help.ea.com/en/help/account/online-access-for-child-accounts/" style="font-weight: normal;">Learn more about child and teen accounts and their default settings</a>.</li> <li><a href="https://help.ea.com/en/help/account/how-to-maintain-account-security/">How you can help keep your and your family’s EA accounts secure</a>.</li> </ul> <p class="bodyCopy">Most major gaming platforms have player and family or parental controls that make it easy to create and manage family accounts.</p> <p class="bodyCopy">&nbsp;</p> <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">Choose the guide for your platform(s) here:</h4> </div> </div> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" mp4-src="" webm-src="" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="center" tile-text-color="dark" tile-color="none" hide-ctas hide-brand-stroke hide-byline spacing-top="small" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="center" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-ea-desktop.jpg.adapt.crop16x9.652w.jpg" title-text="EA app" link-target="_blank" link-target="_blank" tooltip="" > <h3>EA app</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://help.ea.com/en/help/ea/ea-app/player-controls-ea/" link-text="cta" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://help.ea.com/en/help/ea/ea-app/player-controls-ea/" > cta </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-apple.jpg.adapt.crop16x9.652w.jpg" title-text="Apple" link-target="_blank" link-target="_blank" tooltip="" > <h3>Apple</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.apple.com/families/" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.apple.com/families/" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-epic-games.jpg.adapt.crop16x9.652w.jpg" title-text="Epic" link-target="_blank" link-target="_blank" tooltip="" > <h3>Epic</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.epicgames.com/help/epic-accounts-c74/parental-controls-c111" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.epicgames.com/help/epic-accounts-c74/parental-controls-c111" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-google-play.jpg.adapt.crop16x9.652w.jpg" title-text="Google Play" link-target="_blank" link-target="_blank" tooltip="" > <h3>Google Play</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://smarturl.it/ctrls-eacom-google" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://smarturl.it/ctrls-eacom-google" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:4" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-nintendo.jpg.adapt.crop16x9.652w.jpg" title-text="Nintendo Switch" link-target="_blank" link-target="_blank" tooltip="" > <h3>Nintendo Switch</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.nintendo.com/switch/parental-controls/" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.nintendo.com/switch/parental-controls/" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:5" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-playstation.jpg.adapt.crop16x9.652w.jpg" title-text="PlayStation" link-target="_blank" link-target="_blank" tooltip="" > <h3>PlayStation</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.playstation.com/explore/ps4/parental-controls/" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.playstation.com/explore/ps4/parental-controls/" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:6" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-steam.jpg.adapt.crop16x9.652w.jpg" title-text="Steam" link-target="_blank" link-target="_blank" tooltip="" > <h3>Steam</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://support.steampowered.com/kb_article.php?ref=5149-eopc-9918" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://support.steampowered.com/kb_article.php?ref=5149-eopc-9918" > parental controls </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:7" media="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-platform-xbox.jpg.adapt.crop16x9.652w.jpg" title-text="Xbox" link-target="_blank" link-target="_blank" tooltip="" > <h3>Xbox</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.xbox.com/community/for-everyone/responsible-gaming" link-text="parental controls" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.xbox.com/community/for-everyone/responsible-gaming" > parental controls </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <div> <p style="visibility: hidden;"><a id="game-tools"></a>Game Tools</p> </div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h3 class="header d4">Understanding In-Game Tools.</h3> <h4 class="subHeader h6">At Electronic Arts, we want to empower our players and parents to make informed decisions about gameplay.</h4> <p>FC Playtime was designed to help FC players understand and control how they play. Use it to get an overview of how much time you spend playing, the FUT packs opened, the FC Points purchased as well as to set limits to manage your engagement.</p> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="50:50" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="1" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="none" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-playtime-control-fifa21.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="24px" small="24px" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5"><a href="https://help.ea.com/en-tr/help/ea-sports-fc/fc-playtime-controls/" style="color: rgb(0,0,0);">Learn about FC Playtime</a></h4> </div> <p><a href="https://help.ea.com/en-tr/help/ea-sports-fc/fc-playtime-controls/"><img class="eapl-cta__image" src="https://media.contentapi.ea.com/content/dam/eacom/commitments/common/tilearrowdark.svg"></a></p> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <div> <p style="visibility: hidden;"><a id="game-ratings"></a>Game Ratings</p> </div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h4 class="header d4">Video Game Ratings Systems</h4> <p>We know it’s important to understand and be comfortable with the video games you and your children are playing.</p> <p>Video game rating systems are designed to help players and parents make informed decisions about the games they choose for themselves or their children.&nbsp;</p> <p>All EA games are labeled with a rating that suggests an age for which the content may be most suitable, like you would see on a movie poster or streaming service.&nbsp;</p> <p>Ratings systems also give additional&nbsp; information on features, like in-game purchasing. Game ratings and content descriptors can vary by country.</p> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="50:50" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="none" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/commitments/images/2020/11/ea-media-parental-control-ratings-system-north-america-esrb.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="24px" small="24px" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">ESRB</h4> <p>ESRB ratings have three parts:&nbsp;</p> <ul> <li>Rating Categories: The recommended age for players (E for Everyone, T for Teen, M for Mature)</li> <li>Content Descriptors:Information on whether the game contains violence, gore, drug and alcohol use, or swearing, for example.&nbsp;</li> <li>Interactive Elements:&nbsp; A heads-up on whether there is online chat, or in-game purchases.</li> </ul> <p>The ESRB’s primary mission is to help parents make informed decisions about the video games and apps their children play.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="24px" small="24px" medium="32px" large="32px" largest="32px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.esrb.org/" link-text="Learn more about ESRB" icon="none" fill-color="brand" text-color="light" stroke-color="none" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.esrb.org/" > Learn more about ESRB </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h4 class="header d4">Electronic Arts Games &amp; Ratings</h4> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="25:25:25:25" background-color="none" background-overflow="hidden" spacing-top="small" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="small" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">E for Everyone</h4> <p class="bodyCopy">Content is generally suitable for all ages. May contain minimal cartoon, fantasy or mild violence and/or infrequent use of mild language.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="16px" small="16px" medium="24px" large="24px" largest="24px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="https://www.ea.com/games/library/everyone" link-text="Browse Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="https://www.ea.com/games/library/everyone" > Browse Games </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="small" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-everyone-10-plus.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">Everyone 10+</h4> <p class="bodyCopy">Content is generally suitable for ages 10 and up. May contain more cartoon, fantasy or mild violence, mild language and/or minimal suggestive themes.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="16px" small="16px" medium="24px" large="24px" largest="24px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="https://www.ea.com/games/library/everyone-10" link-text="Browse Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="https://www.ea.com/games/library/everyone-10" > Browse Games </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="small" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-teen.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">T for Teen</h4> <p class="bodyCopy">Content is generally suitable for ages 13 and up. May contain violence, suggestive themes, crude humor, minimal blood, simulated gambling and/or infrequent use of strong language.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="16px" small="16px" medium="24px" large="24px" largest="24px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="https://www.ea.com/games/library/teen" link-text="Browse Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="https://www.ea.com/games/library/teen" > Browse Games </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="small" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/ea-tile-parental-control-esrb-mature-17-plus.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">M for Mature</h4> <p class="bodyCopy">Content is generally suitable for ages 17 and up. May contain intense violence, blood and gore, sexual content and/or strong language.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="16px" small="16px" medium="24px" large="24px" largest="24px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="https://www.ea.com/games/library/mature" link-text="Browse Games" icon="none" fill-color="brand" text-color="dark" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="https://www.ea.com/games/library/mature" > Browse Games </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <div> <p style="visibility: hidden;"><a id="stay-safe-online"></a>Stay Safe Online</p> </div> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h4 class="header d4">Stay Safe Online</h4> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="50:50" background-color="none" background-overflow="hidden" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="none" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bediscreet-16x9.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0px" small="0px" medium="0px" large="0px" largest="0px" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">Be Discreet</h4> <p class="bodyCopy">Consider carefully who you share your information with. Avoid sharing personal or private information online, including when creating your EA ID. Never share anything that could be used to locate you or another person in real life, such as a full name, email address, home address or phone number. People may act differently IRL than they do online. If you want to meet someone IRL that you’ve been talking to online, always let a friend, parent or guardian know.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="50:50" background-color="none" background-overflow="hidden" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0px" small="0px" medium="0px" large="0px" largest="0px" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">Be Secure</h4> <p class="bodyCopy">Ensure your system is up-to-date and protected by using security software (such as virus and malware scanners). Do not open, reply to or forward an email or attachment unless you know the person who sent it to you, and you’ve checked it for viruses. The content could contain damaging software (such as spyware or viruses) or it might be offensive.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="none" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-besecure-16x9.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="50:50" background-color="none" background-overflow="hidden" spacing-top="medium" spacing-bottom="medium" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-media"> </ea-elements-loader> <ea-media slot="media" text-color="dark" spacing-top="none" spacing-bottom="none" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/corporate/common/eacom-positive-play-grid-tile-bepositive-16x9.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-media> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0px" small="0px" medium="35px" large="35px" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer columnText"><h4 class="subHeader h5">Be Positive</h4> <p class="bodyCopy">Treat others with respect and don’t be afraid to call out bad behavior. Learn more about our&nbsp;<a href="/en-us/commitments/positive-play/charter">Positive Play Charter</a> and&nbsp;<a href="https://help.ea.com/help/faq/report-players-for-cheating-abuse-and-harassment">how to report players</a>.</p> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerBottom-XS)" small="var(--eaCorporate-standardSection-spacerBottom-SM)" medium="var(--eaCorporate-standardSection-spacerBottom-MD)" large="var(--eaCorporate-standardSection-spacerBottom-LG)" largest="var(--eaCorporate-standardSection-spacerBottom-XL)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="75:25" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <div class="eaCorporate__textContainer"><h4 class="header d4">We're Commited to Positive Play</h4> </div> </ea-text> </ea-section-column> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="0" small="0" medium="0" large="0" largest="0" > </ea-spacer> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="light" hide-ctas hide-brand-stroke hide-byline spacing-top="small" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="center" cards="" ajax-url="/pagination/2-wROI3uCpYseZQoDznVpEiacrkHaEMwH2lsM6iOlb9SFV60FHS3u9SpQjWr%2FjNokTBt3Mb1S1kTmFynfKOdvSG91lQg6wTZZBnQ2EHwvVi1Z87zszGidF%2BFKOVnf1D9PoznT%2FfojbXOEjB7IUCmub2Ifp1PevpvrAbPLE2%2F9os3cHAQ5XUymCUvbsyVPaCdHpCAiv%2Fahj2F1uAx8xfC5H9Mu3Kwqzb836qHCkVH0CLnzwwfdb8t9w4SMqqXd4vNNWb%2Bbw0tZl2CT0pw1kfEVaI8vo" total-count="10" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/eacom/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Accessibility" eyebrow-secondary-text="Sep 13, 2022" title-text="Keeping Things Fair with EA anticheat System for PC" tooltip="Keeping Things Fair with EA anticheat System for PC" > <h3>Keeping Things Fair with EA anticheat System for PC</h3> <div>Accessibility</div> <div>Sep 13, 2022</div> <ea-tile-copy slot="copy"> EA anticheat for PC, a new technology, lets us keep the game fair and protect you from other gamers using exploits. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/en-us/news/ea-anticheat" link-text="Číst dál" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/en-us/news/ea-anticheat" > Číst dál </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop16x9.431p.png" eyebrow-text="Accessibility" eyebrow-secondary-text="Oct 27, 2021" title-text="Strengthening Our Commitments to Accessibility and Inclusion" tooltip="Strengthening Our Commitments to Accessibility and Inclusion" > <h3>Strengthening Our Commitments to Accessibility and Inclusion</h3> <div>Accessibility</div> <div>Oct 27, 2021</div> <ea-tile-copy slot="copy"> To inspire the world to play, we must design stories, characters, experiences and services that resonate with all players. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/en-us/news/positive-play-accessibility-and-inclusion" link-text="Číst dál" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/en-us/news/positive-play-accessibility-and-inclusion" > Číst dál </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/images/2020/06/eappp-featured-image-logo-shapes.png.adapt.crop16x9.431p.png" eyebrow-text="Accessibility" eyebrow-secondary-text="Aug 25, 2021" title-text="Using our patents to drive positive play" tooltip="Using our patents to drive positive play" > <h3>Using our patents to drive positive play</h3> <div>Accessibility</div> <div>Aug 25, 2021</div> <ea-tile-copy slot="copy"> Announcing a new patent pledge aimed at sharing some of our most innovative technology. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/en-us/news/using-our-patents-to-drive-positive-play" link-text="Číst dál" icon="none" fill-color="none" text-color="dark" target="_self" intent="news" unresolved > <a href="/en-us/news/using-our-patents-to-drive-positive-play" > Číst dál </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="16px" small="16px" medium="16px" large="16px" largest="16px" > </ea-spacer> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/commitments/positive-play" link-text="More Positive Play Stories" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/commitments/positive-play" > More Positive Play Stories </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="var(--eaCorporate-standardSection-spacerTop-XS)" small="var(--eaCorporate-standardSection-spacerTop-SM)" medium="var(--eaCorporate-standardSection-spacerTop-MD)" large="var(--eaCorporate-standardSection-spacerTop-LG)" largest="var(--eaCorporate-standardSection-spacerTop-XL)" > </ea-spacer> </ea-section-column> </ea-section> <div> <style> .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { width: 90%; margin: 0 auto; padding: 3rem 0; } @media screen and (min-width: 768px) { ea-section ea-section-column.eapl-section-column-50 { align-self: center; margin: 0; width: 50%; overflow: hidden; } .copy-copy ea-section ea-section-column.eapl-section-column-50 { align-self: start; } .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 2rem; margin: 0; width: 50%; } .dx-video-asset ea-media ea-html5-video { margin-bottom: -10px; } } @media screen and (min-width: 1024px) { .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 6rem; } } </style> </div> <div> <style> ea-section-column.eapl-section-column-100 img,ea-section-column.eapl-section-column-50 img,ea-section-column.eapl-section-column-66 img { max-width: 100%; } </style> </div> <div> <style> .dx__anchor-nav { display: flex; align-items: stretch; justify-content: center; align-content: center; list-style-type: none; margin: 0; padding: 0; } .dx__anchor-nav__link { display: flex; align-items: center; font-family: var(--ea-theme-secondary-font-family); text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; font-weight: bold; text-align: center; padding: 0 2rem; margin: 0; border-right: 1px solid var(--dx-anchor-nav-separator-color); white-space: nowrap; } .dx__anchor-nav__link::before { content: ""; } .dx__anchor-nav__link:last-child { border: none; } .dx__anchor-nav__link a { text-decoration: none; line-height: 1; transition: linear all 0.25s; webkit-transition: all .25s linear; moz-transition: all .25s linear; ms-transition: all .25s linear; o-transition: all .25s linear; color: var(--dx-anchor-nav-color); } .dx__anchor-nav__link a:hover { transform: translatey(-2px); color: var(--dx-anchor-nav-hover-color); } @media only screen and (max-width: 1158px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1.5rem; } } @media only screen and (max-width: 960px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1rem; } } @media only screen and (max-width: 846px) { .dx__anchor-nav__link { font-size: 0.8rem; padding: 0 1rem; } } @media only screen and (max-width: 767px) { .dx__anchor-nav { flex-direction: column; } .dx__anchor-nav__link { display: block; text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.05rem; text-align: center; padding: 14px 0; border: none; border-bottom: 1px solid var(--dx-anchor-nav-separator-color); } } </style> </div> <div> <style> .ea-play-section { background: rgb(13,16,66); background: linear-gradient(60deg, rgba(13,16,66,1) 0%, rgba(13,16,66,1) 50%, rgba(255,71,71,1) 100%); border: 3px solid rgb(255, 255, 255); border-radius: 3rem; width: 98%; margin: 3rem auto; padding: 0; position: relative; overflow: hidden; } </style> </div> <div style="display: none;"></div> </main> <footer role="contentinfo"> <ea-elements-loader elements="ea-local-footer, ea-local-links, ea-local-link, ea-social-links, ea-social-link, ea-hybrid-regional-rating"> </ea-elements-loader> <ea-local-footer theme="dark" sal-game-slug="" rating-lang="en" unresolved > <ea-local-links slot="local-links" title-text="" text-color="dark" unresolved > <ea-local-link slot="local-link" link-url="/careers" link-title="Careers" link-text="Careers" text-color="dark" unresolved > <a href="/careers" title="Careers" >Careers</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/executives" link-title="Executives" link-text="Executives" text-color="dark" unresolved > <a href="/executives" title="Executives" >Executives</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/news/2024-impact-report" link-title="Impact Report" link-text="Impact Report" text-color="dark" unresolved > <a href="/news/2024-impact-report" title="Impact Report" >Impact Report</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/commitments" link-title="Our Commitments" link-text="Our Commitments" text-color="dark" unresolved > <a href="/commitments" title="Our Commitments" >Our Commitments</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/brand-partnerships" link-title="Partner With Us" link-text="Partner With Us" text-color="dark" unresolved > <a href="/brand-partnerships" title="Partner With Us" >Partner With Us</a> </ea-local-link> </ea-local-links> <ea-social-links slot="social-links" text-color="dark" title-text="Join The Conversation" unresolved > <ea-social-link slot="social-link" link-url="https://www.facebook.com/EA/" link-title="Facebook" link-target="_blank" text-color="dark" social-network="facebook" unresolved > <a href="https://www.facebook.com/EA/" title="Facebook" >facebook</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.twitter.com/ea" link-title="Twitter" link-target="_blank" text-color="dark" social-network="twitter" unresolved > <a href="https://www.twitter.com/ea" title="Twitter" >twitter</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.youtube.com/EA" link-title="YouTube" link-target="_blank" text-color="dark" social-network="youtube" unresolved > <a href="https://www.youtube.com/EA" title="YouTube" >youtube</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.instagram.com/ea" link-title="Instagram" link-target="_blank" text-color="dark" social-network="instagram" unresolved > <a href="https://www.instagram.com/ea" title="Instagram" >instagram</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.twitch.tv/ea" link-title="Twitch" link-target="_blank" text-color="dark" social-network="twitch" unresolved > <a href="https://www.twitch.tv/ea" title="Twitch" >twitch</a> </ea-social-link> <ea-social-link slot="social-link" link-url="https://www.linkedin.com/company/electronic-arts/" link-title="LinkedIn" link-target="_blank" text-color="dark" social-network="linkedin" unresolved > <a href="https://www.linkedin.com/company/electronic-arts/" title="LinkedIn" >linkedin</a> </ea-social-link> </ea-social-links> </ea-local-footer> <ea-elements-loader elements="ea-network-footer, ea-network-legal, ea-link, ea-content-loader"> </ea-elements-loader> <ea-network-footer theme="dark" logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" logo-tooltip="Electronics Arts Home" logo-link-url="https://www.ea.com" logo-link-text="Electronics Arts Home" logo-link-tooltip="Electronics Arts Home" unresolved > <img src="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" alt="" /> <ea-link slot="link" link-href="/games/library" link-title="Game Library" link-text="Game Library" text-color="dark" unresolved > <a href="/games/library" title="Game Library" >Game Library</a> </ea-link> <ea-link slot="link" link-href="/subscribe" link-title="Subscribe" link-text="Subscribe" text-color="dark" unresolved > <a href="/subscribe" title="Subscribe" >Subscribe</a> </ea-link> <ea-link slot="link" link-href="/redeem" link-title="Redeem Code" link-text="Redeem Code" text-color="dark" unresolved > <a href="/redeem" title="Redeem Code" >Redeem Code</a> </ea-link> <ea-link slot="link" link-href="/ea-app" link-title="EA app" link-text="EA app" text-color="dark" unresolved > <a href="/ea-app" title="EA app" >EA app</a> </ea-link> <ea-link slot="link" link-href="/about" link-title="About" link-text="About" text-color="dark" unresolved > <a href="/about" title="About" >About</a> </ea-link> <ea-link slot="link" link-href="/able" link-title="Accessibility" link-text="Accessibility" text-color="dark" unresolved > <a href="/able" title="Accessibility" >Accessibility</a> </ea-link> <ea-link slot="link" link-href="https://help.ea.com/" link-title="Help" link-text="Help" text-color="dark" unresolved > <a href="https://help.ea.com/" title="Help" >Help</a> </ea-link> <ea-link slot="link" link-href="https://forums.ea.com" link-title="Forums" link-text="Forums" text-color="dark" unresolved > <a href="https://forums.ea.com" title="Forums" >Forums</a> </ea-link> <ea-elements-loader elements="ea-regional-pricing-selector"> </ea-elements-loader> <ea-regional-pricing-selector slot="regional-pricing-selector" theme="dark" label-text="Regional Pricing" unresolved > <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="AT" >Austria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BE" >Belgium</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BG" >Bulgaria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HR" >Croatia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CY" >Cyprus</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CZ" >Czech Republic</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DK" >Denmark</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="EE" >Estonia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FI" >Finland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FR" >France</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DE" >Germany</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="GR" >Greece</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HU" >Hungary</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IS" >Iceland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IE" >Ireland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IT" >Italy</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LV" >Latvia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LI" >Liechtenstein</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LT" >Lithuania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LU" >Luxembourg</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="MT" >Malta</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NL" >Netherlands</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NO" >Norway</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PL" >Poland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PT" >Portugal</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="RO" >Romania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SK" >Slovakia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SL" >Slovenia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="ES" >Spain</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SE" >Sweden</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CH" >Switzerland</ea-regional-pricing-selector-option> </ea-regional-pricing-selector> <ea-elements-loader elements="ea-locale-selector"> </ea-elements-loader> <ea-locale-selector slot="locale-selector" theme="dark" value="en-us" label-text="Language" unresolved > <ea-locale-selector-option slot="locale-selector-option" value="en-us" >United States</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-gb" >United Kingdom</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-au" >Australia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-fr" >France</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="de-de" >Deutschland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="it-it" >Italia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ja-jp" >日本</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pl-pl" >Polska</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pt-br" >Brasil</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ru-ru" >Россия</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-es" >España</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="cs-cz" >Česká republika</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-ca" >Canada (En)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-ca" >Canada (Fr)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="da-dk" >Danmark</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fi-fi" >Suomi</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-mx" >México</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nl-nl" >Nederland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nb-no" >Norge</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="sv-se" >Sverige</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-cn" >中国</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ko-kr" >대한민국</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-tw" >繁體中文</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="tr-tr" >Türkiye</ea-locale-selector-option> </ea-locale-selector> <ea-network-legal slot="network-legal" copyright-text="© 2025 Electronic Arts Inc. " text-color="dark" unresolved > <ea-link slot="link" link-href="http://www.ea.com/legal" link-title="Legal &amp; Privacy" link-text="Legal &amp; Privacy" text-color="dark" unresolved > <a href="http://www.ea.com/legal" title="Legal &amp; Privacy" >Legal &amp; Privacy</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/terms-of-service" link-title="NEW User Agreement" link-text="User Agreement" text-color="dark" unresolved > <a href="https://www.ea.com/terms-of-service" title="NEW User Agreement" >User Agreement</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/legal/privacy-and-cookie-policy" link-title="Privacy &amp; Cookie Policy (Your Privacy Rights)" link-text="Privacy &amp; Cookie Policy (Your Privacy Rights)" text-color="dark" unresolved > <a href="https://www.ea.com/legal/privacy-and-cookie-policy" title="Privacy &amp; Cookie Policy (Your Privacy Rights)" >Privacy &amp; Cookie Policy (Your Privacy Rights)</a> </ea-link> <ea-link slot="link" link-href="/service-updates" link-title="Online Service Updates" link-text="Online Service Updates" text-color="dark" unresolved > <a href="/service-updates" title="Online Service Updates" >Online Service Updates</a> </ea-link> <ea-link slot="link" link-href="/security" link-title="Security" link-text="Security" text-color="dark" unresolved > <a href="/security" title="Security" >Security</a> </ea-link> <ea-content-loader slot="link" content-url="https://www.ea.com/ccpa/footer-link" > </ea-content-loader> <ea-content-loader slot="link" content-url="/about/reporting-concerns-romania/geotargeted-link" > </ea-content-loader> </ea-network-legal> <ea-elements-loader elements="ea-truste"> </ea-elements-loader> <script id="ea-trustarc-script" data-domain="ea.com" async> (() => { function createElement(id, hidden) { const element = document.createElement("div"); element.id = id; element.hidden = hidden; return element; } function createScriptTag() { const domain = document.querySelector('#ea-trustarc-script').dataset.domain; const script = document.createElement("script"); let src = `//consent.trustarc.com/notice?domain=${domain}&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&pn=1`; if (shouldAutoShowCookiePreferences()) { src = src + "&behavior=expressed"; } script.src = src; script.setAttribute("crossorigin", ""); return script; } function shouldAutoShowCookiePreferences() { const showCookiePreferencesParam = "show=cookiePreferences"; const urlSearchParams = window.location.search.slice(1).split("&"); return urlSearchParams.includes(showCookiePreferencesParam); } function isLocalNDS(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('local'); } function isNDSBranch(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('branch'); } function isNDSVersionGreaterOrEqual(componentUrlPrefix) { let ndsVersion = componentUrlPrefix && componentUrlPrefix.match('/release\/([^\/]*)/')[1]; let isGreaterOrEqual = ndsVersion && ndsVersion.localeCompare("4.40.5", undefined, { numeric: true, sensitivity: 'base' }); return isGreaterOrEqual >= 0; } const componentUrlPrefix = window.nds.componentUrlPrefix; /** * Check for backwards compatibility with NDS version greater or equal to when TrustArc was integrated */ if ( isLocalNDS(componentUrlPrefix) || isNDSBranch(componentUrlPrefix) || isNDSVersionGreaterOrEqual(componentUrlPrefix) ) { const trustArcScript = createScriptTag(); const elements = document.createDocumentFragment(); elements.appendChild(createElement("consent_blackbar", false)); elements.appendChild(createElement("teconsent", true)); elements.appendChild(trustArcScript); document.body.appendChild(elements); } })(); </script> <ea-truste unresolved slot="truste" domain="ea.com" > <div> <a href="//privacy.truste.com/privacy-seal/validation?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" target="_blank"> <img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" alt="TRUSTe"/> </a> </div> </ea-truste> </ea-network-footer> </footer> <ea-player player-endpoint="/user-data"></ea-player> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="eacomagegate" theme="dark" > <ea-elements-loader elements="ea-age-gate"> </ea-elements-loader> <ea-age-gate unresolved slot="age-gate" age-gate-id="eacomagegate" age="18" error="You are not eligible to view this content." message="Please provide your birth date. " > <ea-elements-loader elements="ea-date-field"> </ea-elements-loader> <ea-date-field slot="date-field" type="date" text-color="light" month-placeholder="MM" day-placeholder="DD" year-placeholder="YYYY" label-text="Enter your birthdate" unresolved > </ea-date-field> <ea-elements-loader elements="ea-submit"> </ea-elements-loader> <ea-submit unresolved slot="submit" value-text="Submit" text-color="light" ></ea-submit> </ea-age-gate> </ea-modal> <script src="//pl.ea.com/release/4.68.7/elements/browser-support.min.js"></script> <script> eaBrowserSupport.requiredFeatures = 'picture'; eaBrowserSupport.requiredHeading = 'Sorry, this browser is not supported'; eaBrowserSupport.requiredText = 'Please download a supported browser to view this webpage.'; eaBrowserSupport.recommendedFeatures = 'cssgrid'; eaBrowserSupport.recommendedText = 'This browser is not recommended and the webpage may not display properly.'; eaBrowserSupport.ctas = [{"text":"Download Chrome","url":"https://www.google.com/chrome/"},{"text":"Download Firefox","url":"https://www.mozilla.org/firefox/new/"},{"text":"Download Edge","url":"https://www.microsoft.com/edge/"}]; eaBrowserSupport.dismissText = 'Dismiss'; eaBrowserSupport.svgLogo = ''; eaBrowserSupport.init(); </script> <ea-type-kit kit-url="//use.typekit.net/txn1klh.js"></ea-type-kit> </body> </html>

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