CINXE.COM

EA Play Live - Spotlights - Official EA 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.6/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.6/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.6/elements/ea-elements.min.js"></script> <script nomodule defer src="//pl.ea.com/release/4.68.6/elements/ea-elements.min.js"></script> <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 Play Live - Spotlights - Official EA Site</title> <meta property="og:type" content="article"> <meta property="og:title" content="EA Play Live - Spotlights - Official EA Site"> <meta property="og:description" content="Watch and learn the EA Play Live 2021 Spotlights here. "> <meta property="og:url" content="https://www.ea.com/ea-play-live/spotlights"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/en-us/migrated-images/2016/10/en-us-featured-image.jpg.adapt.crop191x100.1200w.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="Watch and learn the EA Play Live 2021 Spotlights here. "> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2021-06-29T06:05:59Z"> <meta property="article:published_time" content="2021-06-30T08:23-07:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="EA Play Live - Spotlights - Official EA Site"> <meta name="twitter:description" content="Watch and learn the EA Play Live 2021 Spotlights here. "> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/en-us/migrated-images/2016/10/en-us-featured-image.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/en-us/migrated-images/2016/10/en-us-featured-image.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": "Watch and learn the EA Play Live 2021 Spotlights here. ", "datePublished": "2021-06-30T08:23-07:00", "dateModified": "2021-06-29T06:05:59Z", "headline": "EA Play Live - Spotlights - Official EA Site", "url": "https://www.ea.com/ea-play-live/spotlights" } </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: #07F468; --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: rgb(255,255,255); --ea-theme-stream-ui-paddle-disabled: #ff8e8e; --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: #FFFFFF; --ea-theme-tabs-indicator-color: #FF4747; --ea-theme-tabs-interface-color: #FF4747; --ea-theme-tabs-unselected-type: #000000; --ea-theme-tabs-selected-type: #000000; --ea-theme-tabs-selected-state: #DEDEDE; --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-d2-font-weight: bolder; } </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-page-background"> </ea-elements-loader> <ea-page-background unresolved layout="fixed" background-color="" > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.320w.jpg" small="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.767w.jpg" medium="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1023w.jpg" large="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1455w.jpg" largest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/ea-play-live-gradient-bg.jpg.adapt.crop16x9.1920w.jpg 1456w" /> </ea-image> </ea-page-background> <ea-elements-loader elements="ea-local-nav-advanced, ea-link"> </ea-elements-loader> <ea-local-nav-advanced aria-label-text="Local" home-text="EA Play Live" home-tooltip="EA Play Live" home-link="/ea-play-live" logo-image="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/ea-play-live-nav-logo.svg" logo-tooltip="" theme="dark" shelf-type="band" open-drawer-text="Menu" close-drawer-text="Close" mini unresolved > <a title="EA Play Live" href="/ea-play-live"> EA Play Live <img src="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/ea-play-live-nav-logo.svg" /> </a> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/ea-play-live/spotlights" link-title="Spotlight Series" link-text="Spotlight Series" unresolved > <a href="/ea-play-live/spotlights">Spotlight Series</a> </ea-link> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/ea-play-live/news" link-title="News" link-text="News" unresolved > <a href="/ea-play-live/news">News</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/ea-play-live/spotlights" link-title="Spotlight Series" link-text="Spotlight Series" text-color="light" unresolved > <a href="/ea-play-live/spotlights">Spotlight Series</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/ea-play-live/news" link-title="News" link-text="News" text-color="light" unresolved > <a href="/ea-play-live/news">News</a> </ea-link> </ea-local-nav-advanced> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="96px" small="96px" medium="96px" large="96px" largest="100px" > </ea-spacer> <main> <ea-elements-loader elements="ea-page-background"> </ea-elements-loader> <ea-page-background unresolved layout="fixed" background-color="" > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg" small="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.768w.jpg" medium="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1024w.jpg" large="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1456w.jpg" largest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1920w.jpg" allow-renditions slot="image" > <img src="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1920w.jpg 1456w" /> </ea-image> </ea-page-background> <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="64px" small="64px" medium="112px" large="112px" largest="112px" > </ea-spacer> <div> <svg xmlns="http://www.w3.org/2000/svg" width="100%" style="max-width: 400px" viewBox="0 0 305 111"> <path fill="#FFF" d="M214.094,0.100098 L273.002,54.3505 C272.248,54.1876 271.451,54.0898 270.621,54.0898 C266.263,54.0898 262.9,56.3602 262.9,60.184 C262.9,64.4424 266.973,65.5504 270.381,66.4303 C272.816,67.0604 274.902,67.5818 274.902,69.0158 C274.902,70.1781 273.58,70.9711 271.735,70.9711 C269.256,70.9711 267.377,69.5806 267.093,67.5058 L267.093,67.5058 L262.452,67.5058 C262.889,71.7641 266.646,74.7949 271.735,74.7949 C276.333,74.7949 279.936,72.3725 279.936,68.5486 C279.936,64.3989 275.863,63.2909 272.456,62.411 C269.966,61.7701 267.847,61.216 267.847,59.7387 C267.847,58.5437 269.136,57.9028 270.534,57.9028 C272.892,57.9028 274.662,59.2498 274.978,61.3247 L274.978,61.3247 L279.62,61.3247 C279.576,60.9662 279.511,60.6077 279.423,60.2601 L279.423,60.2601 L304.989,83.8005 L223.584,110.089 L164.306,106.765 L169.045,96.6081 C163.006,100.465 156.006,103.05 148.394,103.941 C126.486,106.494 106.272,94.1748 97.9499,75.0231 L97.9499,75.0231 L97.4803,85.1909 L87.16,104.788 L2.84217094e-14,97.2273 L0.393154,70.667 C2.54458,73.2307 6.00652,74.7949 10.2111,74.7949 C16.1411,74.7949 20.7825,71.612 20.7825,66.3108 C20.7825,60.6186 15.0163,59.3802 10.2548,58.1852 C6.89111,57.3162 4.00798,56.4797 4.00798,54.0464 C4.00798,52.015 5.93007,50.744 8.69307,50.744 C12.2533,50.744 14.8962,52.7754 15.2129,55.9583 L15.2129,55.9583 L20.5423,55.9583 C20.1054,50.19 15.1364,46.1272 8.61662,46.1272 C5.35126,46.1272 2.54458,47.1809 0.720782,49.0493 L0.720782,49.0493 L1.27775,11.5064 L20.8918,2.27272 L101.062,8.24744 L99.9375,32.4613 C107.276,19.154 120.764,9.46411 137.069,7.56306 C163.585,4.47794 187.611,23.1516 191.095,49.3861 L191.095,49.3861 L214.094,0.100098 Z M111.164,54.1985 C105.966,54.1985 101.237,58.5003 101.237,64.4315 C101.237,70.3628 105.879,74.6646 110.968,74.6646 C113.447,74.6646 115.696,73.7086 117.335,72.0792 L117.335,72.0792 L117.335,74.0345 C117.335,77.0979 114.899,79.2923 111.972,79.2923 C109.646,79.2923 107.604,77.9778 107.047,75.8704 L107.047,75.8704 L101.925,75.8704 C102.613,80.4438 107.014,83.5941 112.256,83.5941 C117.859,83.5941 122.424,79.6942 122.424,74.4365 L122.424,74.4365 L122.424,54.5243 L117.335,54.5243 L117.335,56.8273 C115.773,55.1544 113.567,54.1985 111.164,54.1985 Z M34.6085,54.2093 C32.1294,54.2093 29.8797,55.1653 28.2416,56.7947 L28.2416,56.7947 L28.2416,54.5243 L23.1524,54.5243 L23.1524,83.1921 L28.2416,83.1921 L28.2416,72.0466 C29.7923,73.7195 31.9984,74.6754 34.401,74.6754 C39.5993,74.6754 44.339,70.3736 44.339,64.4424 C44.339,58.5111 39.6976,54.2093 34.6085,54.2093 Z M56.778,54.1333 C50.9353,54.1333 46.2065,58.4785 46.2065,64.4858 C46.2065,70.4497 50.9353,74.7949 56.778,74.7949 C62.6207,74.7949 67.3385,70.4497 67.3494,64.4858 C67.3494,58.4785 62.6207,54.1333 56.778,54.1333 Z M250.483,54.0898 C244.76,54.0898 240.119,58.4242 240.119,64.4424 C240.119,70.4171 245,74.7949 251.007,74.7949 C255.452,74.7949 259.056,72.2856 260.574,68.4617 L260.574,68.4617 L254.927,68.4617 C254.087,69.7001 252.645,70.2976 251.083,70.2976 C248.364,70.2976 246.114,68.6247 245.437,66.1153 L245.437,66.1153 L260.847,66.1153 C260.847,65.8329 260.89,65.5939 260.89,65.3549 C260.89,57.7181 255.452,54.0898 250.483,54.0898 Z M205.248,54.0898 C199.526,54.0898 194.884,58.4242 194.884,64.4424 C194.884,70.4171 199.766,74.7949 205.772,74.7949 C210.217,74.7949 213.821,72.2856 215.339,68.4617 L215.339,68.4617 L209.693,68.4617 C208.852,69.7001 207.41,70.2976 205.849,70.2976 C203.129,70.2976 200.88,68.6247 200.203,66.1153 L200.203,66.1153 L215.612,66.1153 C215.612,65.8329 215.656,65.5939 215.656,65.3549 C215.656,57.7181 210.217,54.0898 205.248,54.0898 Z M180.894,46.1272 C175.205,46.1272 170.88,49.31 170.803,54.4483 C170.803,60.662 177.083,61.857 181.932,63.1279 C182.795,63.3452 183.614,63.5733 184.345,63.834 C186.235,64.4967 187.545,65.3549 187.545,66.9083 C187.545,68.9397 185.339,70.2107 182.576,70.2107 C182.172,70.2107 181.79,70.1781 181.408,70.1347 C178.208,69.7327 175.871,67.6796 175.62,64.7574 L175.62,64.7574 L170.334,64.7574 C170.672,69.7001 174.211,73.4045 179.387,74.469 C180.37,74.6646 181.408,74.7841 182.5,74.7841 C184.564,74.7841 186.464,74.393 188.08,73.6652 C191.095,72.3073 193.071,69.7653 193.071,66.3108 C193.071,64.2686 192.329,62.802 191.16,61.7049 C189.948,60.5642 188.288,59.8256 186.497,59.2498 C185.197,58.837 183.843,58.5111 182.554,58.1852 C179.191,57.3162 176.308,56.4797 176.308,54.0464 C176.308,52.015 178.23,50.744 180.993,50.744 C184.553,50.744 187.196,52.7754 187.513,55.9583 L187.513,55.9583 L192.831,55.9583 C192.7,54.2528 192.165,52.6885 191.313,51.3415 C191.095,51.0047 190.876,50.6788 190.625,50.3746 C188.495,47.7458 185.001,46.1272 180.894,46.1272 Z M229.864,54.1659 C226.784,53.8074 224.578,55.5238 223.377,58.1092 L223.377,58.1092 L223.377,54.5243 L218.288,54.5243 L218.288,74.4039 L223.377,74.4039 L223.377,63.8884 C223.377,61.1834 225.779,58.3482 229.864,58.9891 L229.864,58.9891 Z M154.837,48.7017 L149.835,50.2986 L149.835,54.5243 L145.227,54.5243 L145.227,58.8261 L149.835,58.8261 L149.835,69.2547 C149.835,72.3181 151.998,74.393 155.678,74.393 L155.678,74.393 L160.647,74.393 L160.647,69.8957 L157.12,69.8957 C155.558,69.8957 154.837,69.1787 154.837,67.8643 L154.837,67.8643 L154.837,58.8261 L160.647,58.8261 L160.647,54.5135 L154.837,54.5135 L154.837,48.7017 Z M130.713,44.9213 L125.624,46.5182 L125.624,74.3821 L130.713,74.3821 L130.713,62.3567 C130.713,60.0537 132.515,58.2178 134.874,58.2178 C137.309,58.2178 139.034,59.9776 139.034,62.5631 L139.034,62.5631 L139.034,74.393 L144.124,74.393 L144.124,62.1611 C144.124,57.5008 141.437,54.079 136.676,54.079 C134.12,54.079 131.914,55.1979 130.713,56.9903 L130.713,56.9903 L130.713,44.9213 Z M98.6161,54.5243 L93.5269,54.5243 L93.5269,74.393 L98.6161,74.393 L98.6161,54.5243 Z M90.3162,44.9213 L85.227,46.5182 L85.227,74.393 L90.3162,74.393 L90.3162,44.9213 Z M77.1128,48.7017 L72.111,50.2986 L72.111,54.5243 L67.5023,54.5243 L67.5023,58.8261 L72.111,58.8261 L72.111,69.2547 C72.111,72.3181 74.2733,74.393 77.9537,74.393 L77.9537,74.393 L82.9227,74.393 L82.9227,69.8957 L79.3952,69.8957 C77.8335,69.8957 77.1128,69.1787 77.1128,67.8643 L77.1128,67.8643 L77.1128,58.8261 L82.9118,58.8261 L82.9118,54.5135 L77.1128,54.5135 L77.1128,48.7017 Z M237.465,54.5243 L232.376,54.5243 L232.376,74.393 L237.465,74.393 L237.465,54.5243 Z M0.567658,59.3911 C2.81737,61.5203 6.54141,62.3024 9.6648,63.128 C12.7445,63.921 15.2672,64.7575 15.2672,66.9084 C15.2672,68.9398 13.0612,70.2108 10.2982,70.2108 C6.49773,70.2108 3.6146,68.0273 3.34158,64.7575 L3.34158,64.7575 L0.491211,64.7575 Z M56.778,58.7827 C59.8577,58.7827 62.293,61.0966 62.3039,64.5184 C62.3039,67.8643 59.8577,70.2107 56.778,70.2107 C53.6982,70.2107 51.252,67.8643 51.252,64.5184 C51.252,61.0966 53.6982,58.7827 56.778,58.7827 Z M111.852,58.7065 C114.975,58.7065 117.422,61.053 117.422,64.4423 C117.422,67.8316 114.975,70.178 111.852,70.178 C108.761,70.178 106.282,67.8316 106.282,64.4423 C106.282,61.053 108.772,58.7065 111.852,58.7065 Z M33.7132,58.7065 C36.8039,58.7065 39.2829,61.053 39.2829,64.4423 C39.2829,67.8316 36.7929,70.178 33.7132,70.178 C30.5898,70.178 28.1436,67.8316 28.1436,64.4423 C28.1436,61.053 30.5898,58.7065 33.7132,58.7065 Z M250.482,58.5112 C252.841,58.5112 254.916,60.1407 255.364,62.498 L255.364,62.498 L245.48,62.498 C246.158,60.0647 248.123,58.5112 250.482,58.5112 Z M205.248,58.5112 C207.607,58.5112 209.682,60.1407 210.13,62.498 L210.13,62.498 L200.246,62.498 C200.923,60.0647 202.889,58.5112 205.248,58.5112 Z M96.0278,45.5188 C95.6674,45.5188 95.318,45.584 94.9903,45.7035 C93.7344,46.1489 92.7952,47.3656 92.7952,48.7886 C92.7952,49.8641 93.3303,50.82 94.1385,51.4175 C94.6736,51.8194 95.3289,52.0584 96.0387,52.0584 C97.4585,52.0584 98.6707,51.1459 99.1184,49.8749 L99.1184,49.8749 L99.2058,47.9739 C98.8345,46.5725 97.5458,45.5188 96.0278,45.5188 Z M234.909,45.5188 C233.151,45.5188 231.666,46.9962 231.666,48.7886 C231.666,50.581 233.151,52.0584 234.909,52.0584 C236.711,52.0584 238.197,50.581 238.197,48.7886 C238.197,46.9962 236.711,45.5188 234.909,45.5188 Z"/> </svg> </div> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="medium" text-align="center" text-color="light" subtitle-text="The series that connects you to the games you love and the people who make them" spacing-top="none" spacing-bottom="none" > <h4>The series that connects you to the games you love and the people who make them</h4> </ea-subheading> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="64px" small="64px" medium="0" large="0" largest="0" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="full-bleed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" indent-left="1" indent-right="1" 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="light" tile-color="none" hide-brand-stroke spacing-top="none" 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/ea/ea-play-live-2021/common/eaplaylive-fps-tile-16x9.jpg.adapt.crop16x9.652w.jpg" eyebrow-text="July 8, 2021 at 10AM" title-text="The Future of FPS" tooltip="" > <h3>The Future of FPS</h3> <div>July 8, 2021 at 10AM</div> <ea-tile-copy slot="copy"> <p style="margin: 0;">Hosted by Stella Chung</p> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-play-live/spotlights/future-of-fps" link-text="Details" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-play-live/spotlights/future-of-fps" > Details </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/ea/ea-play-live-2021/common/eaplaylive-eao-tile-16x9.jpg.adapt.crop16x9.652w.jpg" eyebrow-text="July 13, 2021 at 10AM" title-text="EA Originals &lt;3s Independent Studios" tooltip="" > <h3>EA Originals &lt;3s Independent Studios</h3> <div>July 13, 2021 at 10AM</div> <ea-tile-copy slot="copy"> <p style="margin: 0;">Hosted by Todd Martens</p> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-play-live/spotlights/ea-originals-spotlight" link-text="Details" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-play-live/spotlights/ea-originals-spotlight" > Details </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/ea/ea-play-live-2021/common/eaplaylive-madden-tile-16x9.jpg.adapt.crop16x9.652w.jpg" eyebrow-text="July 19, 2021 at 4PM" title-text="Madden NFL 22 All-Access: Scouting" tooltip="" > <h3>Madden NFL 22 All-Access: Scouting</h3> <div>July 19, 2021 at 4PM</div> <ea-tile-copy slot="copy"> <p style="margin: 0;">Hosted by Nick Mizesko</p> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-play-live/spotlights/madden-all-access-spotlight" link-text="Details" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-play-live/spotlights/madden-all-access-spotlight" > Details </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/ea/ea-play-live-2021/common/eaplaylive-fifa22-tile-16x9.jpg.adapt.crop16x9.652w.jpg" eyebrow-text="July 20, 2021 at 10AM" title-text="FIFA Next Gen Gameplay Powered by HyperMotion Technology" tooltip="" > <h3>FIFA Next Gen Gameplay Powered by HyperMotion Technology</h3> <div>July 20, 2021 at 10AM</div> <ea-tile-copy slot="copy"> <p style="margin: 0;">Hosted by&nbsp;Amit Katwala</p> </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-play-live/spotlights/fifa-22-spotlight" link-text="Details" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-play-live/spotlights/fifa-22-spotlight" > Details </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="calc(64px - 24px)" small="calc(64px - 24px)" medium="calc(112px - 40px)" large="calc(112px - 40px)" largest="calc(112px - 40px)" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-page-background"> </ea-elements-loader> <ea-page-background unresolved layout="fixed" background-color="" > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg" small="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.768w.jpg" medium="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1024w.jpg" large="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1456w.jpg" largest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1920w.jpg" allow-renditions slot="image" > <img src="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-page-bg-spotlight-series-fifa22-16x9.jpg.adapt.1920w.jpg 1456w" /> </ea-image> </ea-page-background> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="light" background-overflow="visible" 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="6px" small="6px" medium="6px" large="6px" largest="6px" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="full-bleed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/ea-play-live-2021/common/eaplaylive-section-bg-email-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" indent-left="" indent-right="" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-newsletter-opt-in"> </ea-elements-loader> <ea-newsletter-opt-in api-newsletter-status="/api/newsletter/status" api-newsletter-signup="/api/newsletter/signup" token="zSGxKCYcPngH73WSB7_NpKNukxZigcec9eBqZUUDU25pzSU13QxqOS5R3RmgQmwccawJUCGOwH1Gk6udFqhkdz72YY-xjGAqPdjD7-o6O0Np03GqpHmZw-Q7Y64VsvIy9PnjEkBKLrxT3Q" proposition-title-text="Stay up to date with EA emails" email-label-text="Email" email-error-text="Invalid email address" birthdate-label-Text="Birthdate" birthdate-error-Text="Invalid birthdate" birthdate-month-placeholder-text="MM" birthdate-day-placeholder-text="DD" birthdate-year-placeholder-text="YYYY" birthdate-format = "mm-dd-yyyy" country-label-text="Country" countries="[{&#34;value&#34;:&#34;US&#34;,&#34;text&#34;:&#34;United States&#34;},{&#34;value&#34;:&#34;AR&#34;,&#34;text&#34;:&#34;Argentina&#34;},{&#34;value&#34;:&#34;AU&#34;,&#34;text&#34;:&#34;Australia&#34;},{&#34;value&#34;:&#34;AT&#34;,&#34;text&#34;:&#34;Austria&#34;},{&#34;value&#34;:&#34;BE&#34;,&#34;text&#34;:&#34;Belgium&#34;},{&#34;value&#34;:&#34;BR&#34;,&#34;text&#34;:&#34;Brazil&#34;},{&#34;value&#34;:&#34;CA&#34;,&#34;text&#34;:&#34;Canada&#34;},{&#34;value&#34;:&#34;CL&#34;,&#34;text&#34;:&#34;Chile&#34;},{&#34;value&#34;:&#34;CN&#34;,&#34;text&#34;:&#34;China&#34;},{&#34;value&#34;:&#34;CO&#34;,&#34;text&#34;:&#34;Colombia&#34;},{&#34;value&#34;:&#34;CZ&#34;,&#34;text&#34;:&#34;Czech Republic&#34;},{&#34;value&#34;:&#34;DK&#34;,&#34;text&#34;:&#34;Denmark&#34;},{&#34;value&#34;:&#34;FI&#34;,&#34;text&#34;:&#34;Finland&#34;},{&#34;value&#34;:&#34;FR&#34;,&#34;text&#34;:&#34;France&#34;},{&#34;value&#34;:&#34;DE&#34;,&#34;text&#34;:&#34;Germany&#34;},{&#34;value&#34;:&#34;GR&#34;,&#34;text&#34;:&#34;Greece&#34;},{&#34;value&#34;:&#34;HK&#34;,&#34;text&#34;:&#34;Hong Kong&#34;},{&#34;value&#34;:&#34;HU&#34;,&#34;text&#34;:&#34;Hungary&#34;},{&#34;value&#34;:&#34;IN&#34;,&#34;text&#34;:&#34;India&#34;},{&#34;value&#34;:&#34;IE&#34;,&#34;text&#34;:&#34;Ireland&#34;},{&#34;value&#34;:&#34;IL&#34;,&#34;text&#34;:&#34;Israel&#34;},{&#34;value&#34;:&#34;IT&#34;,&#34;text&#34;:&#34;Italy&#34;},{&#34;value&#34;:&#34;JP&#34;,&#34;text&#34;:&#34;Japan&#34;},{&#34;value&#34;:&#34;KR&#34;,&#34;text&#34;:&#34;Korea&#34;},{&#34;value&#34;:&#34;MX&#34;,&#34;text&#34;:&#34;Mexico&#34;},{&#34;value&#34;:&#34;NL&#34;,&#34;text&#34;:&#34;Netherlands&#34;},{&#34;value&#34;:&#34;NZ&#34;,&#34;text&#34;:&#34;New Zealand&#34;},{&#34;value&#34;:&#34;NO&#34;,&#34;text&#34;:&#34;Norway&#34;},{&#34;value&#34;:&#34;PL&#34;,&#34;text&#34;:&#34;Poland&#34;},{&#34;value&#34;:&#34;PT&#34;,&#34;text&#34;:&#34;Portugal&#34;},{&#34;value&#34;:&#34;RO&#34;,&#34;text&#34;:&#34;Romania&#34;},{&#34;value&#34;:&#34;RU&#34;,&#34;text&#34;:&#34;Russia&#34;},{&#34;value&#34;:&#34;SA&#34;,&#34;text&#34;:&#34;Saudi Arabia&#34;},{&#34;value&#34;:&#34;SG&#34;,&#34;text&#34;:&#34;Singapore&#34;},{&#34;value&#34;:&#34;SK&#34;,&#34;text&#34;:&#34;Slovakia&#34;},{&#34;value&#34;:&#34;ZA&#34;,&#34;text&#34;:&#34;South Africa&#34;},{&#34;value&#34;:&#34;ES&#34;,&#34;text&#34;:&#34;Spain&#34;},{&#34;value&#34;:&#34;SE&#34;,&#34;text&#34;:&#34;Sweden&#34;},{&#34;value&#34;:&#34;CH&#34;,&#34;text&#34;:&#34;Switzerland&#34;},{&#34;value&#34;:&#34;TW&#34;,&#34;text&#34;:&#34;Taiwan&#34;},{&#34;value&#34;:&#34;TH&#34;,&#34;text&#34;:&#34;Thailand&#34;},{&#34;value&#34;:&#34;TR&#34;,&#34;text&#34;:&#34;Turkey&#34;},{&#34;value&#34;:&#34;UA&#34;,&#34;text&#34;:&#34;Ukraine&#34;},{&#34;value&#34;:&#34;AE&#34;,&#34;text&#34;:&#34;United Arab Emirates&#34;},{&#34;value&#34;:&#34;GB&#34;,&#34;text&#34;:&#34;United Kingdom&#34;}]" edit-profile-text="edit" edit-profile-link="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US" connected-platforms-title-text="Your Connected Platforms." connected-platforms-more-text="See Connected Platforms" connected-platforms-more-link="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US" connected-platforms-help-text="How do I add accounts?" connected-platforms-help-link="https://help.ea.com/en-ca/help/account/linking-your-origin-account-with-your-psn-id-and-gamertag/" submit-text="Sign Up" sign-in-cta-text="Sign In and Join" sign-in-cta-link="/login" sign-up-cta-text="Sign Up" success-title-text="You&#x27;ve successfully signed up." already-title-text="You&#x27;ve already signed up" ineligible-title-text="Ineligible" error-title-text="Error" error-cta-text="Refresh Page" error-cta-link="." type="contextual" theme="light" input-background-color="dark" background-color="none" submit-text-color="light" spacing-bottom="none" spacing-top="none" preferences unresolved > <ea-elements-loader elements="ea-connected-accounts"> </ea-elements-loader> <ea-connected-accounts slot="context-connected-accounts" cta-text="See Connected Platforms" cta-link="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US" text-color="light" spacing-bottom="none" spacing-top="none" unresolved ></ea-connected-accounts> <ea-elements-loader elements="ea-connected-accounts"> </ea-elements-loader> <ea-connected-accounts slot="already-signed-up-connected-accounts" cta-text="See Connected Platforms" cta-link="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US" text-color="light" spacing-bottom="none" spacing-top="none" unresolved ></ea-connected-accounts> <ea-elements-loader elements="ea-input"> </ea-elements-loader> <ea-input slot="email-field" id="Email" type="email" name="email" required background-color="dark" text-color="light" theme="light" label-text="Email" error-text="Invalid email address" unresolved ></ea-input> <ea-elements-loader elements="ea-date-field"> </ea-elements-loader> <ea-date-field slot="birthdate-field" id="DateOfBirth" name="birthdate" error-text="Invalid birthdate" text-color="light" background-color="dark" month-placeholder="MM" day-placeholder="DD" year-placeholder="YYYY" label-text="Birthdate" required unresolved > </ea-date-field> <ea-elements-loader elements="ea-select"> </ea-elements-loader> <ea-select unresolved slot="country-field" id="Country" theme="light" background-color="dark" label-text="Country" value="US" > <ea-select-option slot="select-option" value="US" > United States </ea-select-option> <ea-select-option slot="select-option" value="AR" > Argentina </ea-select-option> <ea-select-option slot="select-option" value="AU" > Australia </ea-select-option> <ea-select-option slot="select-option" value="AT" > Austria </ea-select-option> <ea-select-option slot="select-option" value="BE" > Belgium </ea-select-option> <ea-select-option slot="select-option" value="BR" > Brazil </ea-select-option> <ea-select-option slot="select-option" value="CA" > Canada </ea-select-option> <ea-select-option slot="select-option" value="CL" > Chile </ea-select-option> <ea-select-option slot="select-option" value="CN" > China </ea-select-option> <ea-select-option slot="select-option" value="CO" > Colombia </ea-select-option> <ea-select-option slot="select-option" value="CZ" > Czech Republic </ea-select-option> <ea-select-option slot="select-option" value="DK" > Denmark </ea-select-option> <ea-select-option slot="select-option" value="FI" > Finland </ea-select-option> <ea-select-option slot="select-option" value="FR" > France </ea-select-option> <ea-select-option slot="select-option" value="DE" > Germany </ea-select-option> <ea-select-option slot="select-option" value="GR" > Greece </ea-select-option> <ea-select-option slot="select-option" value="HK" > Hong Kong </ea-select-option> <ea-select-option slot="select-option" value="HU" > Hungary </ea-select-option> <ea-select-option slot="select-option" value="IN" > India </ea-select-option> <ea-select-option slot="select-option" value="IE" > Ireland </ea-select-option> <ea-select-option slot="select-option" value="IL" > Israel </ea-select-option> <ea-select-option slot="select-option" value="IT" > Italy </ea-select-option> <ea-select-option slot="select-option" value="JP" > Japan </ea-select-option> <ea-select-option slot="select-option" value="KR" > Korea </ea-select-option> <ea-select-option slot="select-option" value="MX" > Mexico </ea-select-option> <ea-select-option slot="select-option" value="NL" > Netherlands </ea-select-option> <ea-select-option slot="select-option" value="NZ" > New Zealand </ea-select-option> <ea-select-option slot="select-option" value="NO" > Norway </ea-select-option> <ea-select-option slot="select-option" value="PL" > Poland </ea-select-option> <ea-select-option slot="select-option" value="PT" > Portugal </ea-select-option> <ea-select-option slot="select-option" value="RO" > Romania </ea-select-option> <ea-select-option slot="select-option" value="RU" > Russia </ea-select-option> <ea-select-option slot="select-option" value="SA" > Saudi Arabia </ea-select-option> <ea-select-option slot="select-option" value="SG" > Singapore </ea-select-option> <ea-select-option slot="select-option" value="SK" > Slovakia </ea-select-option> <ea-select-option slot="select-option" value="ZA" > South Africa </ea-select-option> <ea-select-option slot="select-option" value="ES" > Spain </ea-select-option> <ea-select-option slot="select-option" value="SE" > Sweden </ea-select-option> <ea-select-option slot="select-option" value="CH" > Switzerland </ea-select-option> <ea-select-option slot="select-option" value="TW" > Taiwan </ea-select-option> <ea-select-option slot="select-option" value="TH" > Thailand </ea-select-option> <ea-select-option slot="select-option" value="TR" > Turkey </ea-select-option> <ea-select-option slot="select-option" value="UA" > Ukraine </ea-select-option> <ea-select-option slot="select-option" value="AE" > United Arab Emirates </ea-select-option> <ea-select-option slot="select-option" value="GB" > United Kingdom </ea-select-option> </ea-select> <ea-elements-loader elements="ea-checkbox"> </ea-elements-loader> <ea-checkbox slot="opt-in-field" id="LegalOptIn" name="legalOptin" required text-color="light" unresolved > Yes! Send me EA news, products, events and promotions by email consistent with <a href="https://tos.ea.com/legalapp/WEBPRIVACY/US/en/PC/">EA’s Privacy &amp; Cookie Policy</a>. I can unsubscribe at any time by changing my <a href="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US">email preferences</a>, emailing privacy_policy@ea.com, or writing to Electronic Arts Inc., ATTN: Email Opt-Out, 209 Redwood Shores Pkwy, Redwood City, CA, 94065, USA. </ea-checkbox> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="sign-in-cta" link-url="/login" link-text="Sign In and Join" fill-color="brand" text-color="light" unresolved > <a href="/login" > Sign In and Join </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="sign-up-cta" link-text="Sign Up" fill-color="brand" text-color="light" unresolved > <a > Sign Up </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="success-cta" fill-color="brand" text-color="light" unresolved > <a > </a> </ea-cta> <ea-elements-loader elements="ea-form-errors"> </ea-elements-loader> <ea-form-errors slot="form-errors" unresolved > </ea-form-errors> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="double-opt-in-cta" fill-color="brand" text-color="light" unresolved > <a > </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="already-cta" fill-color="brand" text-color="light" unresolved > <a > </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="ineligible-cta" fill-color="brand" text-color="light" unresolved > <a > </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="error-cta" link-url="." link-text="Refresh Page" fill-color="brand" text-color="light" unresolved > <a href="." > Refresh Page </a> </ea-cta> <ea-elements-loader elements="ea-submit"> </ea-elements-loader> <ea-submit unresolved slot="sign-up-submit" value-text="Sign Up" text-color="light" ></ea-submit> <newsletter-opt-in-proposition-copy-text slot="newsletter-opt-in-proposition-copy-text" > <p>Sign up today to receive the latest EA news, updates, behind-the-scenes content, exclusive offers, and more (including other EA news, products, events, and promotions) by email.</p> </newsletter-opt-in-proposition-copy-text> <newsletter-opt-in-sign-in-copy-text slot="newsletter-opt-in-sign-in-copy-text" > <p>You must sign in and sign up for [FRANCHISE] and EA emails before you can redeem your [IN-GAME ITEM].</p> </newsletter-opt-in-sign-in-copy-text> <newsletter-opt-in-sign-up-copy-text slot="newsletter-opt-in-sign-up-copy-text" > <p>You must sign up for the [FRANCHISE] newsletter before you can redeem your item.</p> </newsletter-opt-in-sign-up-copy-text> <newsletter-opt-in-success-copy-text slot="newsletter-opt-in-success-copy-text" > <p>You've successfully signed up to receive emails about EA news, products, events and promotions. Unsubscribe at any time by changing your <a href="https://myaccount.ea.com/cp-ui/aboutme/index?locale=en_US">email preferences</a>.</p> </newsletter-opt-in-success-copy-text> <newsletter-opt-in-already-copy-text slot="newsletter-opt-in-already-copy-text" > <p>You’ve already signed up for EA newsletters with the above email. Please check your spam folder for the above email. If you still have troubles receiving the emails, please <a href="https://help.ea.com/contact-us/">contact EA</a>.</p> </newsletter-opt-in-already-copy-text> <newsletter-opt-in-ineligible-copy-text slot="newsletter-opt-in-ineligible-copy-text" > <p>Sorry, you are ineligible to sign up for this newsletter.</p> </newsletter-opt-in-ineligible-copy-text> <newsletter-opt-in-error-copy-text slot="newsletter-opt-in-error-copy-text" > <p>Sorry, something has gone wrong. Please try again later.</p> </newsletter-opt-in-error-copy-text> </ea-newsletter-opt-in> </ea-section-column> </ea-section> <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-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="© 2024 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.6/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