CINXE.COM
EA Studio – Discover the creators behind EA Games – EA Official
<!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 Studio – Discover the creators behind EA Games – EA Official</title> <meta property="og:type" content="article"> <meta property="og:title" content="EA Studio – Discover the creators behind EA Games – EA Official"> <meta property="og:description" content="EA Studios is made up of over 20 studios and 6000 creators committed to building exceptional games."> <meta property="og:url" content="https://www.ea.com/ea-studios"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2019/10/ea-featured-image-generic-brand-logo.png.adapt.crop191x100.1200w.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="EA Studios is made up of over 20 studios and 6000 creators committed to building exceptional games."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2023-12-08T09:04:27Z"> <meta property="article:published_time" content="2023-12-08T09:04:27Z"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="EA Studio – Discover the creators behind EA Games – EA Official"> <meta name="twitter:description" content="EA Studios is made up of over 20 studios and 6000 creators committed to building exceptional games."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2019/10/ea-featured-image-generic-brand-logo.png.adapt.crop16x9.1023w.png"> <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/images/2019/10/ea-featured-image-generic-brand-logo.png.adapt.crop191x100.1200w.png" }, "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": "EA Studios is made up of over 20 studios and 6000 creators committed to building exceptional games.", "datePublished": "2023-12-08T09:04:27Z", "dateModified": "2023-12-08T09:04:27Z", "headline": "EA Studio – Discover the creators behind EA Games – EA Official", "url": "https://www.ea.com/ea-studios" } </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: #C27A1C; --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: #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; } </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="Competitive Gaming" link-href="https://www.ea.com/compete" link-target="_self" unresolved > <a href="https://www.ea.com/compete">Competitive Gaming</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 & 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 & 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="Forums" link-href="https://www.ea.com/forums" link-target="_self" unresolved > <a href="https://www.ea.com/forums">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/compete" link-title="" link-text="Competitive Gaming" text-color="" unresolved > <a href="https://www.ea.com/compete">Competitive Gaming</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 & Inclusive Culture" text-color="" unresolved > <a href="https://www.ea.com/commitments/people-and-culture">People & 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://www.ea.com/forums" link-title="" link-text="Forums" text-color="" unresolved > <a href="https://www.ea.com/forums">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="6vw" small="6vw" medium="6vw" large="6vw" largest="6vw" > </ea-spacer> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="66:33" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-homepage-7x2-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" indent-right="1" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="18vw" small="18vw" medium="6vw" large="6vw" largest="6vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="light" > <p class="d3">EA Studios</p> <p>We are dedicated to creating new, innovative, and immersive gameplay experiences. Committed to building exceptional games, EA Studios is made up of over 20 studios and more than 6,000 creators globally. We are responsible for some of the world’s most beloved game franchises, including <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/fifa/">EA SPORTS FC™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/battlefield/">Battlefield™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/apex-legends">Apex Legends™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/the-sims">The Sims™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/madden-nfl/">Madden NFL™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/need-for-speed">Need for Speed™</a></i>, <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/titanfall">Titanfall™</a></i>, and <i><a style="color: rgb(255,199,0);" href="https://www.ea.com/games/plants-vs-zombies/">Plants vs. Zombies™</a></i> as well as many others.</p> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="12vw" small="12vw" medium="5vw" large="10vw" largest="5vw" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-tabs"> </ea-elements-loader> <dom-bind> <template> <ea-tabs unresolved theme="dark" alignment="left" mobile-layout="default" indicate autoselect selected="{{ selected }}" > <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#studios-by-name" theme="dark" > Studios by Name </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#studios-by-location" theme="dark" > Studios by Location </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="https://www.ea.com/games" theme="dark" > EA Games </ea-tab> </ea-tabs> <iron-pages selected="{{ selected }}"> <div> <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/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png 1456w" /> <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="6vw" small="6vw" medium="3vw" large="3vw" largest="3vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p class="d5">Our Game Studios</p> </ea-text> <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="left" tile-text-color="dark" tile-color="none" hide-eyebrow hide-copy hide-ctas hide-brand-stroke hide-byline spacing-top="none" spacing-bottom="none" hide-tags tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" 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/common/ea-studios-logo-bioware-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Bioware" tooltip="" > <h3>Bioware</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="http://www.bioware.com" link-title="Bioware" link-text="Bioware" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.bioware.com" title="Bioware" > Bioware </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/common/ea-studios-logo-cliffhanger-16x9.png.adapt.crop16x9.652w.png" title-text="Cliffhanger Games" tooltip="" > <h3>Cliffhanger Games</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="/ea-studios/cliffhanger-games" link-title="Cliffhanger Games" link-text="Cliffhanger Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/cliffhanger-games" title="Cliffhanger Games" > Cliffhanger Games </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/common/ea-studios-logo-codemasters-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Codemasters" tooltip="" > <h3>Codemasters</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="/en-us/ea-studios/codemasters" link-title="Codemasters" link-text="Codemasters" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="/en-us/ea-studios/codemasters" title="Codemasters" > Codemasters </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/common/ea-studios-logo-criterion-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Criterion" tooltip="" > <h3>Criterion</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="/ea-studios/criterion-games" link-title="Criterion" link-text="Criterion" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/criterion-games" title="Criterion" > Criterion </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/common/ea-studios-logo-dice-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="DICE" tooltip="" > <h3>DICE</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="http://www.dice.se/" link-title="DICE" link-text="DICE" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.dice.se/" title="DICE" > DICE </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/common/ea-studios-logo-capital-games-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Capital Games" tooltip="" > <h3>EA Capital Games</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="/ea-studios/capital-games" link-title="EA Capital Games" link-text="EA Capital Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/capital-games" title="EA Capital Games" > EA Capital Games </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/common/ea-studios-logo-firemonkeys-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Firemonkeys" tooltip="" > <h3>Firemonkeys</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="/ea-studios/firemonkeys" link-title="Firemonkeys" link-text="Firemonkeys" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/firemonkeys" title="Firemonkeys" > Firemonkeys </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/common/ea-studios-logo-frostbite-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Frostbite" tooltip="" > <h3>Frostbite</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="/frostbite" link-title="Frostbite" link-text="Frostbite" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="/frostbite" title="Frostbite" > Frostbite </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:8" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-full-circle-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Full Circle" tooltip="" > <h3>Full Circle</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="/ea-studios/full-circle" link-title="Full Circle" link-text="Full Circle" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/full-circle" title="Full Circle" > Full Circle </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:9" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-korea-studio-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Korea Studio" tooltip="" > <h3>EA Korea Studio</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="/ea-studios/ea-korea" link-title="EA Korea Studio" link-text="EA Korea Studio" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-korea" title="EA Korea Studio" > EA Korea Studio </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:10" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-maxis-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Maxis" tooltip="" > <h3>Maxis</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="/ea-studios/maxis" link-title="Maxis" link-text="Maxis" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/maxis" title="Maxis" > Maxis </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:11" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-metalhead-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Metalhead" tooltip="" > <h3>Metalhead</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="/ea-studios/metalhead" link-title="Metalhead" link-text="Metalhead" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/metalhead" title="Metalhead" > Metalhead </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:12" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-motive-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Motive" tooltip="" > <h3>Motive</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="/ea-studios/motive" link-title="Motive" link-text="Motive" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/motive" title="Motive" > Motive </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:13" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-orlando-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Orlando" tooltip="" > <h3>EA Orlando</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="/ea-studios/ea-orlando" link-title="EA Orlando" link-text="EA Orlando" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-orlando" title="EA Orlando" > EA Orlando </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:14" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-playdemic-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Playdemic" tooltip="" > <h3>Playdemic</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="/ea-studios/playdemic" link-title="Playdemic" link-text="Playdemic" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/playdemic" title="Playdemic" > Playdemic </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:15" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-pogo-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Pogo" tooltip="" > <h3>Pogo</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.pogo.com/" link-title="Pogo" link-text="Pogo" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.pogo.com/" title="Pogo" > Pogo </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:16" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-popcap-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Popcap" tooltip="" > <h3>Popcap</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="/ea-studios/popcap" link-title="Popcap" link-text="Popcap" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/popcap" title="Popcap" > Popcap </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:17" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-red-wood-studios-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Redwood Shores" tooltip="" > <h3>EA Redwood Shores</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> </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:18" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-respawn-entertainment-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Respawn Entertainment" tooltip="" > <h3>Respawn Entertainment</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="http://www.respawn.com/" link-title="Respawn Entertainment" link-text="Respawn Entertainment" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.respawn.com/" title="Respawn Entertainment" > Respawn Entertainment </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:19" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-ridgeline-games-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Ridgeline Games" tooltip="" > <h3>Ridgeline Games</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="/ea-studios/ridgeline-games" link-title="Ridgeline Games" link-text="Ridgeline Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ridgeline-games" title="Ridgeline Games" > Ridgeline Games </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:20" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ripple-perfect-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Ripple Effect" tooltip="Ripple Effect Studio Logo" > <h3>Ripple Effect</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="/ea-studios/ripple-effect" link-title="Ripple Effect" link-text="Ripple Effect" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ripple-effect" title="Ripple Effect" > Ripple Effect </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:21" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-romania-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Romania" tooltip="" > <h3>EA Romania</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="/ea-studios/ea-romania" link-title="EA Romania" link-text="EA Romania" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-romania" title="EA Romania" > EA Romania </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:22" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-slingshot-studios-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Slingshot" tooltip="" > <h3>Slingshot</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="/ea-studios/slingshot-studios" link-title="Slingshot" link-text="Slingshot" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/slingshot-studios" title="Slingshot" > Slingshot </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:23" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-sport-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA SPORTS" tooltip="" > <h3>EA SPORTS</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="/ea-studios/ea-sports" link-title="EA SPORTS" link-text="EA SPORTS" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-sports" title="EA SPORTS" > EA SPORTS </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:24" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-track-twenty-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Tracktwenty" tooltip="" > <h3>Tracktwenty</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="/ea-studios/tracktwenty" link-title="Tracktwenty" link-text="Tracktwenty" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/tracktwenty" title="Tracktwenty" > Tracktwenty </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="large" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> </ea-section-column> </ea-section> </div> <div> <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/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png 1456w" /> <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="6vw" small="6vw" medium="3vw" large="3vw" largest="3vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p class="d5">Our Game Studios</p> <p><b>Jump to a region</b></p> </ea-text> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="#north-america" link-text="North America" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#north-america" > North America </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="#europe" link-text="Europe" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#europe" > Europe </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="text" link-url="#asia-pacific" link-text="Asia-Pacific" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="#asia-pacific" > Asia-Pacific </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="6vw" small="6vw" medium="3vw" large="3vw" largest="3vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p><a name="north-america" id="north-america"></a></p> <p class="d5">North America</p> </ea-text> <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="left" tile-text-color="dark" tile-color="none" hide-eyebrow hide-copy hide-ctas hide-brand-stroke hide-byline spacing-top="none" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" 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/common/ea-studios-logo-bioware-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Bioware" tooltip="" > <h3>Bioware</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="http://www.bioware.com" link-title="Bioware" link-text="Bioware" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.bioware.com" title="Bioware" > Bioware </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/common/ea-studios-logo-cliffhanger-16x9.png.adapt.crop16x9.652w.png" title-text="Cliffhanger Games" tooltip="" > <h3>Cliffhanger Games</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="/ea-studios/cliffhanger-games" link-title="Cliffhanger Games" link-text="Cliffhanger Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/cliffhanger-games" title="Cliffhanger Games" > Cliffhanger Games </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/common/ea-studios-logo-codemasters-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Codemasters" tooltip="" > <h3>Codemasters</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="/ea-studios/codemasters" link-title="Codemasters" link-text="Codemasters" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/codemasters" title="Codemasters" > Codemasters </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/common/ea-studios-logo-capital-games-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Capital Games" tooltip="" > <h3>EA Capital Games</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="/ea-studios/capital-games" link-title="EA Capital Games" link-text="EA Capital Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/capital-games" title="EA Capital Games" > EA Capital Games </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/common/ea-studios-logo-firemonkeys-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Firemonkeys" tooltip="" > <h3>Firemonkeys</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="/ea-studios/firemonkeys" link-title="Firemonkeys" link-text="Firemonkeys" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/firemonkeys" title="Firemonkeys" > Firemonkeys </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/common/ea-studios-logo-frostbite-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Frostbite" tooltip="" > <h3>Frostbite</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="/frostbite" link-title="Frostbite" link-text="Frostbite" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="/frostbite" title="Frostbite" > Frostbite </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/common/ea-studios-logo-full-circle-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Full Circle" tooltip="" > <h3>Full Circle</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="/ea-studios/full-circle" link-title="Full Circle" link-text="Full Circle" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/full-circle" title="Full Circle" > Full Circle </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/common/ea-studios-logo-maxis-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Maxis" tooltip="" > <h3>Maxis</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="/ea-studios/maxis" link-title="Maxis" link-text="Maxis" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/maxis" title="Maxis" > Maxis </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:8" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-metalhead-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Metalhead" tooltip="" > <h3>Metalhead</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="/ea-studios/metalhead" link-title="Metalhead" link-text="Metalhead" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/metalhead" title="Metalhead" > Metalhead </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:9" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-motive-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Motive" tooltip="" > <h3>Motive</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="/ea-studios/motive" link-title="Motive" link-text="Motive" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/motive" title="Motive" > Motive </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:10" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-orlando-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Orlando" tooltip="" > <h3>EA Orlando</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="/ea-studios/ea-orlando" link-title="EA Orlando" link-text="EA Orlando" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-orlando" title="EA Orlando" > EA Orlando </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:11" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-playdemic-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Playdemic" tooltip="" > <h3>Playdemic</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="/ea-studios/playdemic" link-title="Playdemic" link-text="Playdemic" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/playdemic" title="Playdemic" > Playdemic </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:12" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-pogo-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Pogo" tooltip="" > <h3>Pogo</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.pogo.com/" link-title="Pogo" link-text="Pogo" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://www.pogo.com/" title="Pogo" > Pogo </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:13" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-popcap-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Popcap" tooltip="" > <h3>Popcap</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="/ea-studios/popcap" link-title="Popcap" link-text="Popcap" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/popcap" title="Popcap" > Popcap </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:14" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-red-wood-studios-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Redwood Shores" tooltip="" > <h3>EA Redwood Shores</h3> <ea-tile-copy slot="copy"> </ea-tile-copy> </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:15" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-respawn-entertainment-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Respawn Entertainment" tooltip="" > <h3>Respawn Entertainment</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="http://www.respawn.com/" link-title="Respawn Entertainment" link-text="Respawn Entertainment" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.respawn.com/" title="Respawn Entertainment" > Respawn Entertainment </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:16" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-ridgeline-games-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Ridgeline Games" tooltip="" > <h3>Ridgeline Games</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="/ea-studios/ridgeline-games" link-title="Ridgeline Games" link-text="Ridgeline Games" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ridgeline-games" title="Ridgeline Games" > Ridgeline Games </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:17" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ripple-perfect-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Ripple Effect" tooltip="Ripple Effect Studio Logo" > <h3>Ripple Effect</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="/ea-studios/ripple-effect" link-title="Ripple Effect" link-text="Ripple Effect" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ripple-effect" title="Ripple Effect" > Ripple Effect </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:18" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-sport-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA SPORTS" tooltip="" > <h3>EA SPORTS</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="/ea-studios/ea-sports" link-title="EA SPORTS" link-text="EA SPORTS" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-sports" title="EA SPORTS" > EA SPORTS </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:19" media="https://media.contentapi.ea.com/content/dam/eacom/common/ea-studios-logo-ea-track-twenty-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Tracktwenty" tooltip="" > <h3>Tracktwenty</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="/ea-studios/tracktwenty" link-title="Tracktwenty" link-text="Tracktwenty" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/tracktwenty" title="Tracktwenty" > Tracktwenty </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="large" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> </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" mp4-src="" webm-src="" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png 1456w" /> <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="6vw" small="6vw" medium="3vw" large="3vw" largest="3vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p><a name="europe" id="europe"></a></p> <p class="d5">Europe</p> </ea-text> <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="left" tile-text-color="dark" tile-color="none" hide-eyebrow hide-copy hide-ctas hide-brand-stroke hide-byline spacing-top="none" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" 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/common/ea-studios-logo-codemasters-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Codemasters" tooltip="" > <h3>Codemasters</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="/ea-studios/codemasters" link-title="Codemasters" link-text="Codemasters" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/codemasters" title="Codemasters" > Codemasters </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/common/ea-studios-logo-dice-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="DICE" tooltip="" > <h3>DICE</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="http://www.dice.se/" link-title="DICE" link-text="DICE" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="navigation" emphasis="primary" unresolved > <a href="http://www.dice.se/" title="DICE" > DICE </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/common/ea-studios-logo-criterion-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Criterion" tooltip="" > <h3>Criterion</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="/ea-studios/criterion-games" link-title="Criterion" link-text="Criterion" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/criterion-games" title="Criterion" > Criterion </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/common/ea-studios-logo-playdemic-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Playdemic" tooltip="" > <h3>Playdemic</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="/ea-studios/playdemic" link-title="Playdemic" link-text="Playdemic" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/playdemic" title="Playdemic" > Playdemic </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/common/ea-studios-logo-ea-sport-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA SPORTS" tooltip="" > <h3>EA SPORTS</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="/ea-studios/ea-sports" link-title="EA SPORTS" link-text="EA SPORTS" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-sports" title="EA SPORTS" > EA SPORTS </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/common/ea-studios-logo-ea-romania-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Romania" tooltip="" > <h3>EA Romania</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="/ea-studios/ea-romania" link-title="EA Romania" link-text="EA Romania" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-romania" title="EA Romania" > EA Romania </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/common/ea-studios-logo-ea-track-twenty-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Tracktwenty" tooltip="" > <h3>Tracktwenty</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="/ea-studios/tracktwenty" link-title="Tracktwenty" link-text="Tracktwenty" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/tracktwenty" title="Tracktwenty" > Tracktwenty </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="large" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> </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" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/zh-tw/common/white-bg-ea-bg-global-white-xl.png.adapt.1920w.png 1456w" /> <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="6vw" small="6vw" medium="3vw" large="3vw" largest="3vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p><a name="asia-pacific" id="asia-pacific"></a></p> <p class="d5">Asia-Pacific</p> </ea-text> <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="left" tile-text-color="dark" tile-color="none" hide-eyebrow hide-copy hide-ctas hide-brand-stroke hide-byline spacing-top="none" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" 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/common/ea-studios-logo-firemonkeys-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Firemonkeys" tooltip="" > <h3>Firemonkeys</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="/ea-studios/firemonkeys" link-title="Firemonkeys" link-text="Firemonkeys" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/firemonkeys" title="Firemonkeys" > Firemonkeys </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/common/ea-studios-logo-ea-korea-studio-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="EA Korea Studio" tooltip="" > <h3>EA Korea Studio</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="/ea-studios/ea-korea" link-title="EA Korea Studio" link-text="EA Korea Studio" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/ea-korea" title="EA Korea Studio" > EA Korea Studio </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/common/ea-studios-logo-slingshot-studios-16x9.jpg.adapt.crop16x9.652w.jpg" title-text="Slingshot" tooltip="" > <h3>Slingshot</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="/ea-studios/slingshot-studios" link-title="Slingshot" link-text="Slingshot" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/slingshot-studios" title="Slingshot" > Slingshot </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="large" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> </ea-section-column> </ea-section> </div> <div> </div> </iron-pages> </template> </dom-bind> <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/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/studios/common/ea-studio-section-gradient-7x2-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-section-column slot="section-column" indent-left="1" indent-right="1" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="6vw" small="6vw" medium="6vw" large="6vw" largest="6vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="light" > <p class="d5">We exist to inspire the world to play</p> <p>We are always looking for talented and self-motivated individuals. Join the world’s largest video game development organization.</p> </ea-text> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/careers" link-text="Join Us" icon="none" fill-color="light-brand" text-color="dark" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/careers" > Join Us </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="6vw" small="6vw" medium="6vw" large="6vw" largest="6vw" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-modal-advance"> </ea-elements-loader> <ea-modal-advance modal restore-focus-on-close unresolved id="baton-rouge" theme="light" type="full-bleed" > <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" 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="small" 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/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.768w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1024w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1456w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1920w.jpg" allow-renditions disable-stretching slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/careers/2021-refresh/common/ea-careers-custom-image-locations-baton-rouge-xl-l-m.jpg.adapt.1920w.jpg 1456w" /> </ea-image> </ea-media> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" title-text="Baton Rouge, Louisiana" spacing-top="medium" spacing-bottom="medium" > <h3>Baton Rouge, Louisiana</h3> </ea-subheading> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <p>The capital of Louisiana is also the capital of one of EA’s largest developmental organizations: Quality Assurance. Headquartered on the top floor of Louisiana State University’s Digital Media Center, this team makes EA’s amazing games even better.</p> </ea-text> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://ea.gr8people.com/jobs?geo_location=ChIJy3RfMmc4JIYRHZpXkdvxIyE" link-text="See open roles" icon="none" fill-color="brand" text-color="light" stroke-color="none" target="_blank" intent="navigation" emphasis="primary" unresolved > <a href="https://ea.gr8people.com/jobs?geo_location=ChIJy3RfMmc4JIYRHZpXkdvxIyE" > See open roles </a> </ea-cta> <div> <div style="min-width: 110px;max-width: 140px;margin-top: 24px;"> <svg width="100%" height="auto" viewBox="0 0 469 165" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 159.61L9.06052 143.61H11.5722L14.214 159.61H12.1489L11.3675 155.015H4.89305L2.3256 159.61H0ZM5.82329 153.359H11.107L10.4931 149.34C10.2512 147.74 10.1024 146.419 10.0466 145.359C9.67448 146.271 9.15354 147.368 8.44656 148.615L5.82329 153.359Z" fill="#939598"></path> <path d="M21.7305 159.61L25.0608 143.61H29.8794C31.0329 143.61 31.9259 143.685 32.5213 143.852C33.3957 144.075 34.1399 144.485 34.7539 145.061C35.3678 145.638 35.8329 146.364 36.1492 147.219C36.4655 148.075 36.6143 149.061 36.6143 150.14C36.6143 151.424 36.4283 152.596 36.0376 153.657C35.6469 154.717 35.1446 155.647 34.512 156.447C33.8794 157.247 33.2283 157.88 32.5399 158.326C31.8515 158.773 31.0329 159.108 30.1027 159.331C29.3957 159.499 28.5213 159.573 27.4794 159.573H21.7119L21.7305 159.61ZM24.2422 157.806H26.7724C27.9073 157.806 28.9306 157.694 29.8236 157.489C30.3817 157.359 30.8469 157.173 31.2376 156.913C31.7585 156.578 32.2236 156.15 32.6515 155.61C33.2097 154.903 33.6376 154.085 33.9725 153.173C34.3073 152.261 34.4748 151.219 34.4748 150.066C34.4748 148.764 34.2515 147.778 33.805 147.089C33.3585 146.401 32.7817 145.936 32.0748 145.712C31.5538 145.545 30.7538 145.471 29.6561 145.471H26.8282L24.2422 157.824V157.806Z" fill="#939598"></path> <path d="M37.5259 159.61L39.9445 148.019H41.9166L39.498 159.61H37.5259ZM40.4096 145.843L40.8747 143.61H42.8468L42.3817 145.843H40.4096Z" fill="#939598"></path> <path d="M45.4885 159.61L43.5908 148.02H45.5071L46.4932 154.401C46.6048 155.089 46.735 156.243 46.9025 157.824C47.2746 157.006 47.7583 156.057 48.3536 154.996L52.2234 148.02H54.3072L47.6653 159.61H45.4699H45.4885Z" fill="#939598"></path> <path d="M53.6748 159.61L56.0934 148.019H58.0655L55.6469 159.61H53.6748ZM56.5585 145.843L57.0237 143.61H58.9958L58.5306 145.843H56.5585Z" fill="#939598"></path> <path d="M58.9026 155.647L60.8747 155.536C60.8747 156.094 60.9677 156.596 61.1352 156.987C61.3026 157.378 61.6375 157.713 62.1026 157.973C62.5677 158.234 63.1259 158.364 63.7398 158.364C64.6142 158.364 65.2654 158.196 65.7119 157.843C66.1584 157.489 66.3631 157.08 66.3631 156.615C66.3631 156.28 66.2329 155.945 65.9724 155.647C65.7119 155.35 65.0422 154.959 64.0003 154.513C62.9584 154.066 62.2887 153.75 61.991 153.564C61.5073 153.266 61.1352 152.913 60.8933 152.503C60.6514 152.094 60.5212 151.629 60.5212 151.108C60.5212 150.196 60.8933 149.415 61.6189 148.745C62.3445 148.075 63.3677 147.759 64.6701 147.759C66.1212 147.759 67.2375 148.094 68.0003 148.764C68.7631 149.433 69.1538 150.326 69.191 151.424L67.2561 151.554C67.2189 150.866 66.9771 150.308 66.5119 149.899C66.0468 149.489 65.3956 149.285 64.5398 149.285C63.8515 149.285 63.3305 149.433 62.9398 149.75C62.5677 150.066 62.3817 150.401 62.3817 150.773C62.3817 151.145 62.5491 151.461 62.8654 151.74C63.0887 151.926 63.6468 152.224 64.5584 152.615C66.0654 153.266 67.0329 153.787 67.4236 154.159C68.0561 154.773 68.3538 155.499 68.3538 156.354C68.3538 156.931 68.1678 157.489 67.8329 158.047C67.498 158.606 66.9398 159.034 66.2143 159.368C65.4887 159.703 64.6329 159.871 63.6468 159.871C62.3073 159.871 61.1724 159.536 60.2235 158.885C59.2933 158.215 58.8468 157.136 58.884 155.647H58.9026Z" fill="#939598"></path> <path d="M69.8052 159.61L72.2238 148.019H74.1959L71.7773 159.61H69.8052ZM72.6889 145.843L73.154 143.61H75.1261L74.661 145.843H72.6889Z" fill="#939598"></path> <path d="M75.2007 155.201C75.2007 152.931 75.8705 151.071 77.1914 149.582C78.2891 148.354 79.7216 147.74 81.5077 147.74C82.9031 147.74 84.038 148.187 84.8938 149.043C85.7496 149.899 86.1775 151.089 86.1775 152.578C86.1775 153.899 85.8984 155.145 85.3775 156.299C84.838 157.452 84.0752 158.327 83.0891 158.941C82.1031 159.554 81.0426 159.852 79.9449 159.852C79.0519 159.852 78.2147 159.666 77.4891 159.275C76.7449 158.885 76.1867 158.345 75.796 157.638C75.4053 156.931 75.2193 156.113 75.2193 155.201H75.2007ZM77.1728 154.996C77.1728 156.094 77.4333 156.913 77.9542 157.471C78.4751 158.029 79.1449 158.327 79.9449 158.327C80.3728 158.327 80.7821 158.234 81.1914 158.066C81.6007 157.899 81.9914 157.638 82.3449 157.285C82.6984 156.931 82.9961 156.541 83.2565 156.094C83.517 155.647 83.7031 155.164 83.8705 154.643C84.0938 153.917 84.2054 153.229 84.2054 152.559C84.2054 151.517 83.9449 150.699 83.4054 150.122C82.8845 149.545 82.2147 149.247 81.4147 149.247C80.8007 149.247 80.224 149.396 79.7216 149.694C79.2193 149.992 78.7542 150.42 78.3449 150.996C77.9356 151.573 77.6379 152.224 77.4333 152.968C77.2472 153.713 77.1356 154.401 77.1356 154.978L77.1728 154.996Z" fill="#939598"></path> <path d="M87.2749 159.61L89.6935 148.019H91.4796L91.0517 150.047C91.8331 149.247 92.5587 148.671 93.2284 148.317C93.8982 147.945 94.5866 147.778 95.2936 147.778C96.2238 147.778 96.968 148.038 97.5075 148.54C98.0471 149.043 98.3075 149.731 98.3075 150.587C98.3075 151.015 98.2145 151.703 98.0285 152.615L96.5587 159.629H94.5866L96.1308 152.28C96.2796 151.573 96.354 151.033 96.354 150.699C96.354 150.308 96.2238 150.01 95.9633 149.768C95.7029 149.526 95.3122 149.415 94.8098 149.415C93.8052 149.415 92.8935 149.768 92.1121 150.512C91.3307 151.238 90.7354 152.485 90.3633 154.252L89.247 159.647H87.2749V159.61Z" fill="#939598"></path> <path d="M106.252 155.201C106.252 152.931 106.922 151.071 108.243 149.582C109.34 148.354 110.773 147.74 112.559 147.74C113.954 147.74 115.089 148.187 115.945 149.043C116.801 149.899 117.229 151.089 117.229 152.578C117.229 153.899 116.95 155.145 116.429 156.299C115.889 157.452 115.126 158.327 114.14 158.941C113.154 159.554 112.094 159.852 110.996 159.852C110.103 159.852 109.266 159.666 108.54 159.275C107.796 158.885 107.238 158.345 106.847 157.638C106.457 156.931 106.271 156.113 106.271 155.201H106.252ZM108.224 154.996C108.224 156.094 108.485 156.913 109.005 157.471C109.526 158.029 110.196 158.327 110.996 158.327C111.424 158.327 111.833 158.234 112.243 158.066C112.652 157.899 113.043 157.638 113.396 157.285C113.75 156.931 114.047 156.541 114.308 156.094C114.568 155.647 114.754 155.164 114.922 154.643C115.145 153.917 115.257 153.229 115.257 152.559C115.257 151.517 114.996 150.699 114.457 150.122C113.936 149.545 113.266 149.247 112.466 149.247C111.852 149.247 111.275 149.396 110.773 149.694C110.271 149.992 109.805 150.42 109.396 150.996C108.987 151.573 108.689 152.224 108.485 152.968C108.298 153.713 108.187 154.401 108.187 154.978L108.224 154.996Z" fill="#939598"></path> <path d="M118.605 159.61L120.708 149.545H118.94L119.257 148.019H121.024L121.359 146.364C121.526 145.545 121.712 144.95 121.899 144.578C122.085 144.224 122.382 143.908 122.81 143.685C123.219 143.443 123.796 143.331 124.522 143.331C125.024 143.331 125.75 143.443 126.699 143.647L126.345 145.378C125.675 145.21 125.117 145.117 124.671 145.117C124.28 145.117 124.001 145.21 123.796 145.415C123.592 145.601 123.424 146.066 123.275 146.792L123.015 148.038H125.21L124.894 149.564H122.699L120.596 159.629H118.624L118.605 159.61Z" fill="#939598"></path> <path d="M130.903 159.61L134.234 143.61H136.373L133.415 157.787H141.713L141.341 159.592H130.903V159.61Z" fill="#939598"></path> <path d="M143.536 155.201C143.536 152.931 144.205 151.071 145.526 149.582C146.624 148.354 148.057 147.74 149.843 147.74C151.238 147.74 152.373 148.187 153.229 149.043C154.085 149.899 154.512 151.089 154.512 152.578C154.512 153.899 154.233 155.145 153.712 156.299C153.173 157.452 152.41 158.327 151.424 158.941C150.438 159.554 149.378 159.852 148.28 159.852C147.387 159.852 146.55 159.666 145.824 159.275C145.08 158.885 144.522 158.345 144.131 157.638C143.74 156.931 143.554 156.113 143.554 155.201H143.536ZM145.508 154.996C145.508 156.094 145.768 156.913 146.289 157.471C146.81 158.029 147.48 158.327 148.28 158.327C148.708 158.327 149.117 158.234 149.526 158.066C149.936 157.899 150.326 157.638 150.68 157.285C151.033 156.931 151.331 156.541 151.592 156.094C151.852 155.647 152.038 155.164 152.205 154.643C152.429 153.917 152.54 153.229 152.54 152.559C152.54 151.517 152.28 150.699 151.74 150.122C151.219 149.545 150.55 149.247 149.75 149.247C149.136 149.247 148.559 149.396 148.057 149.694C147.554 149.992 147.089 150.42 146.68 150.996C146.271 151.573 145.973 152.224 145.768 152.968C145.582 153.713 145.471 154.401 145.471 154.978L145.508 154.996Z" fill="#939598"></path> <path d="M163.517 157.508C162.122 159.071 160.708 159.871 159.257 159.871C158.364 159.871 157.638 159.61 157.098 159.108C156.54 158.587 156.28 157.973 156.28 157.229C156.28 156.745 156.41 155.908 156.652 154.717L158.047 148.02H160.019L158.475 155.424C158.345 156.038 158.27 156.522 158.27 156.857C158.27 157.303 158.401 157.638 158.661 157.88C158.922 158.122 159.312 158.252 159.833 158.252C160.391 158.252 160.931 158.122 161.452 157.843C161.973 157.582 162.438 157.21 162.81 156.745C163.201 156.28 163.498 155.741 163.74 155.127C163.908 154.736 164.094 154.029 164.298 153.024L165.34 148.02H167.312L164.894 159.61H163.071L163.498 157.508H163.517Z" fill="#939598"></path> <path d="M167.964 159.61L170.382 148.019H172.355L169.936 159.61H167.964ZM170.848 145.843L171.313 143.61H173.285L172.82 145.843H170.848Z" fill="#939598"></path> <path d="M173.192 155.647L175.164 155.536C175.164 156.094 175.257 156.596 175.424 156.987C175.592 157.378 175.927 157.713 176.392 157.973C176.857 158.234 177.415 158.364 178.029 158.364C178.903 158.364 179.554 158.196 180.001 157.843C180.448 157.489 180.652 157.08 180.652 156.615C180.652 156.28 180.522 155.945 180.261 155.647C180.001 155.35 179.331 154.959 178.289 154.513C177.247 154.066 176.578 153.75 176.28 153.564C175.796 153.266 175.424 152.913 175.182 152.503C174.941 152.094 174.81 151.629 174.81 151.108C174.81 150.196 175.182 149.415 175.908 148.745C176.634 148.075 177.657 147.759 178.959 147.759C180.41 147.759 181.527 148.094 182.289 148.764C183.052 149.433 183.443 150.326 183.48 151.424L181.545 151.554C181.508 150.866 181.266 150.308 180.801 149.899C180.336 149.489 179.685 149.285 178.829 149.285C178.141 149.285 177.62 149.433 177.229 149.75C176.857 150.066 176.671 150.401 176.671 150.773C176.671 151.145 176.838 151.461 177.154 151.74C177.378 151.926 177.936 152.224 178.847 152.615C180.354 153.266 181.322 153.787 181.713 154.159C182.345 154.773 182.643 155.499 182.643 156.354C182.643 156.931 182.457 157.489 182.122 158.047C181.787 158.606 181.229 159.034 180.503 159.368C179.778 159.703 178.922 159.871 177.936 159.871C176.596 159.871 175.461 159.536 174.513 158.885C173.582 158.215 173.136 157.136 173.173 155.647H173.192Z" fill="#939598"></path> <path d="M184.094 159.61L186.513 148.019H188.485L186.066 159.61H184.094ZM186.978 145.843L187.443 143.61H189.415L188.95 145.843H186.978Z" fill="#939598"></path> <path d="M196.95 158.159C196.262 158.754 195.611 159.182 194.978 159.443C194.345 159.722 193.676 159.852 192.95 159.852C191.871 159.852 191.015 159.536 190.364 158.903C189.713 158.271 189.378 157.471 189.378 156.485C189.378 155.833 189.527 155.257 189.824 154.773C190.122 154.271 190.513 153.88 190.997 153.582C191.48 153.285 192.076 153.061 192.783 152.931C193.229 152.838 194.066 152.782 195.313 152.726C196.559 152.671 197.434 152.54 197.973 152.336C198.122 151.796 198.197 151.35 198.197 150.996C198.197 150.531 198.029 150.178 197.694 149.917C197.229 149.545 196.559 149.378 195.685 149.378C194.848 149.378 194.178 149.564 193.657 149.936C193.136 150.308 192.745 150.829 192.504 151.499L190.513 151.331C190.922 150.178 191.573 149.303 192.448 148.689C193.341 148.075 194.438 147.778 195.797 147.778C197.229 147.778 198.364 148.112 199.201 148.801C199.834 149.303 200.169 149.973 200.169 150.792C200.169 151.406 200.076 152.131 199.89 152.95L199.238 155.833C199.034 156.745 198.941 157.489 198.941 158.066C198.941 158.438 199.015 158.959 199.183 159.647H197.192C197.08 159.275 197.006 158.792 196.969 158.215L196.95 158.159ZM197.676 153.731C197.397 153.843 197.099 153.917 196.783 153.973C196.466 154.029 195.945 154.085 195.201 154.159C194.048 154.271 193.248 154.382 192.764 154.55C192.299 154.699 191.927 154.959 191.685 155.294C191.443 155.629 191.331 156.02 191.331 156.429C191.331 156.987 191.517 157.433 191.908 157.787C192.28 158.14 192.838 158.326 193.545 158.326C194.197 158.326 194.829 158.159 195.424 157.806C196.02 157.452 196.504 156.987 196.857 156.354C197.211 155.74 197.471 154.847 197.676 153.713V153.731Z" fill="#939598"></path> <path d="M201.564 159.61L203.983 148.019H205.769L205.341 150.047C206.122 149.247 206.848 148.671 207.517 148.317C208.187 147.945 208.876 147.778 209.583 147.778C210.513 147.778 211.257 148.038 211.797 148.54C212.336 149.043 212.597 149.731 212.597 150.587C212.597 151.015 212.504 151.703 212.318 152.615L210.848 159.629H208.876L210.42 152.28C210.569 151.573 210.643 151.033 210.643 150.699C210.643 150.308 210.513 150.01 210.252 149.768C209.992 149.526 209.601 149.415 209.099 149.415C208.094 149.415 207.183 149.768 206.401 150.512C205.62 151.238 205.024 152.485 204.652 154.252L203.536 159.647H201.564V159.61Z" fill="#939598"></path> <path d="M221.806 158.159C221.118 158.754 220.466 159.182 219.834 159.443C219.201 159.722 218.532 159.852 217.806 159.852C216.727 159.852 215.871 159.536 215.22 158.903C214.569 158.271 214.234 157.471 214.234 156.485C214.234 155.833 214.383 155.257 214.68 154.773C214.978 154.271 215.369 153.88 215.852 153.582C216.336 153.285 216.932 153.061 217.639 152.931C218.085 152.838 218.922 152.782 220.169 152.726C221.415 152.671 222.29 152.54 222.829 152.336C222.978 151.796 223.053 151.35 223.053 150.996C223.053 150.531 222.885 150.178 222.55 149.917C222.085 149.545 221.415 149.378 220.541 149.378C219.704 149.378 219.034 149.564 218.513 149.936C217.992 150.308 217.601 150.829 217.359 151.499L215.369 151.331C215.778 150.178 216.429 149.303 217.304 148.689C218.197 148.075 219.294 147.778 220.653 147.778C222.085 147.778 223.22 148.112 224.057 148.801C224.69 149.303 225.025 149.973 225.025 150.792C225.025 151.406 224.932 152.131 224.746 152.95L224.094 155.833C223.89 156.745 223.797 157.489 223.797 158.066C223.797 158.438 223.871 158.959 224.039 159.647H222.048C221.936 159.275 221.862 158.792 221.825 158.215L221.806 158.159ZM222.532 153.731C222.253 153.843 221.955 153.917 221.639 153.973C221.322 154.029 220.801 154.085 220.057 154.159C218.904 154.271 218.104 154.382 217.62 154.55C217.155 154.699 216.783 154.959 216.541 155.294C216.299 155.629 216.187 156.02 216.187 156.429C216.187 156.987 216.373 157.433 216.764 157.787C217.136 158.14 217.694 158.326 218.401 158.326C219.053 158.326 219.685 158.159 220.28 157.806C220.876 157.452 221.36 156.987 221.713 156.354C222.066 155.74 222.327 154.847 222.532 153.713V153.731Z" fill="#939598"></path> <path d="M232.895 159.61L236.243 143.61H247.778L247.406 145.433H237.992L236.95 150.401H246.123L245.75 152.224H236.578L235.425 157.787H245.49L245.099 159.592H232.895V159.61Z" fill="#939598"></path> <path d="M255.536 155.387L257.508 155.592C257.006 157.043 256.318 158.122 255.406 158.81C254.494 159.517 253.453 159.871 252.28 159.871C251.015 159.871 250.011 159.461 249.229 158.643C248.448 157.824 248.057 156.689 248.057 155.22C248.057 153.954 248.299 152.708 248.801 151.48C249.304 150.252 250.029 149.322 250.959 148.689C251.89 148.057 252.969 147.74 254.159 147.74C255.35 147.74 256.392 148.094 257.118 148.801C257.843 149.508 258.215 150.438 258.215 151.592L256.262 151.722C256.262 150.996 256.039 150.42 255.629 149.992C255.22 149.582 254.662 149.378 253.973 149.378C253.173 149.378 252.485 149.62 251.908 150.122C251.332 150.624 250.866 151.387 250.532 152.41C250.197 153.434 250.029 154.42 250.029 155.368C250.029 156.317 250.252 157.099 250.68 157.601C251.127 158.103 251.648 158.345 252.299 158.345C252.95 158.345 253.546 158.103 254.141 157.62C254.736 157.136 255.183 156.392 255.518 155.387H255.536Z" fill="#939598"></path> <path d="M259.053 155.201C259.053 152.931 259.723 151.071 261.043 149.582C262.141 148.354 263.574 147.74 265.36 147.74C266.755 147.74 267.871 148.187 268.727 149.043C269.583 149.899 270.011 151.089 270.011 152.578C270.011 153.899 269.732 155.145 269.192 156.299C268.653 157.452 267.89 158.327 266.904 158.941C265.918 159.554 264.857 159.852 263.76 159.852C262.867 159.852 262.048 159.666 261.304 159.275C260.56 158.885 260.002 158.345 259.611 157.638C259.22 156.931 259.034 156.113 259.034 155.201H259.053ZM261.025 154.996C261.025 156.094 261.285 156.913 261.806 157.471C262.327 158.029 262.997 158.327 263.797 158.327C264.225 158.327 264.634 158.234 265.044 158.066C265.453 157.899 265.844 157.638 266.197 157.285C266.551 156.931 266.848 156.541 267.109 156.094C267.369 155.647 267.555 155.164 267.723 154.643C267.946 153.917 268.058 153.229 268.058 152.559C268.058 151.517 267.797 150.699 267.276 150.122C266.755 149.545 266.085 149.247 265.285 149.247C264.671 149.247 264.095 149.396 263.592 149.694C263.09 149.992 262.625 150.42 262.216 150.996C261.806 151.573 261.509 152.224 261.304 152.968C261.118 153.713 261.006 154.401 261.006 154.978L261.025 154.996Z" fill="#939598"></path> <path d="M271.127 159.61L273.546 148.019H275.332L274.904 150.047C275.685 149.247 276.411 148.671 277.08 148.317C277.75 147.945 278.439 147.778 279.164 147.778C280.094 147.778 280.839 148.038 281.378 148.54C281.918 149.043 282.178 149.731 282.178 150.587C282.178 151.015 282.085 151.703 281.899 152.615L280.429 159.629H278.457L280.001 152.28C280.15 151.573 280.225 151.033 280.225 150.699C280.225 150.308 280.094 150.01 279.834 149.768C279.574 149.526 279.183 149.415 278.68 149.415C277.676 149.415 276.764 149.768 275.983 150.512C275.201 151.257 274.606 152.485 274.234 154.252L273.118 159.647H271.146L271.127 159.61Z" fill="#939598"></path> <path d="M283.909 155.201C283.909 152.931 284.579 151.071 285.899 149.582C286.997 148.354 288.43 147.74 290.216 147.74C291.611 147.74 292.727 148.187 293.583 149.043C294.439 149.899 294.867 151.089 294.867 152.578C294.867 153.899 294.588 155.145 294.048 156.299C293.509 157.452 292.746 158.327 291.76 158.941C290.774 159.554 289.713 159.852 288.616 159.852C287.723 159.852 286.904 159.666 286.16 159.275C285.416 158.885 284.858 158.345 284.467 157.638C284.076 156.931 283.89 156.113 283.89 155.201H283.909ZM285.881 154.996C285.881 156.094 286.141 156.913 286.662 157.471C287.183 158.029 287.853 158.327 288.653 158.327C289.081 158.327 289.49 158.234 289.899 158.066C290.309 157.899 290.699 157.638 291.053 157.285C291.406 156.931 291.704 156.541 291.965 156.094C292.225 155.647 292.411 155.164 292.579 154.643C292.802 153.917 292.913 153.229 292.913 152.559C292.913 151.517 292.653 150.699 292.132 150.122C291.611 149.545 290.941 149.247 290.141 149.247C289.527 149.247 288.951 149.396 288.448 149.694C287.946 149.992 287.481 150.42 287.072 150.996C286.662 151.573 286.365 152.224 286.16 152.968C285.974 153.713 285.862 154.401 285.862 154.978L285.881 154.996Z" fill="#939598"></path> <path d="M295.983 159.61L298.402 148.019H300.374L299.965 149.936C300.69 149.117 301.36 148.54 301.937 148.243C302.514 147.926 303.146 147.778 303.816 147.778C304.542 147.778 305.137 147.964 305.621 148.354C306.104 148.726 306.421 149.266 306.57 149.954C307.165 149.229 307.779 148.689 308.43 148.317C309.081 147.964 309.77 147.778 310.495 147.778C311.463 147.778 312.188 148.001 312.672 148.466C313.156 148.931 313.397 149.564 313.397 150.401C313.397 150.754 313.323 151.35 313.156 152.168L311.593 159.629H309.621L311.221 151.964C311.351 151.331 311.425 150.885 311.425 150.624C311.425 150.252 311.314 149.954 311.072 149.731C310.83 149.508 310.495 149.396 310.049 149.396C309.453 149.396 308.858 149.582 308.244 149.936C307.63 150.289 307.165 150.754 306.83 151.331C306.495 151.908 306.197 152.801 305.937 153.992L304.765 159.61H302.793L304.43 151.778C304.542 151.257 304.597 150.866 304.597 150.643C304.597 150.271 304.486 149.954 304.244 149.731C304.002 149.508 303.704 149.378 303.332 149.378C302.774 149.378 302.179 149.564 301.565 149.917C300.951 150.271 300.449 150.773 300.058 151.406C299.667 152.038 299.351 152.95 299.109 154.122L297.955 159.592H295.983V159.61Z" fill="#939598"></path> <path d="M314.532 159.61L316.951 148.019H318.923L316.504 159.61H314.532ZM317.416 145.843L317.881 143.61H319.835L319.369 145.843H317.397H317.416Z" fill="#939598"></path> <path d="M327.574 155.387L329.546 155.592C329.044 157.043 328.355 158.122 327.425 158.81C326.513 159.517 325.472 159.871 324.318 159.871C323.053 159.871 322.03 159.461 321.267 158.643C320.485 157.824 320.095 156.689 320.095 155.22C320.095 153.954 320.355 152.708 320.858 151.48C321.36 150.252 322.085 149.322 323.016 148.689C323.946 148.057 325.025 147.74 326.216 147.74C327.406 147.74 328.448 148.094 329.174 148.801C329.899 149.508 330.272 150.438 330.272 151.592L328.337 151.722C328.337 150.996 328.113 150.42 327.704 149.992C327.295 149.582 326.737 149.378 326.048 149.378C325.248 149.378 324.56 149.62 323.983 150.122C323.406 150.624 322.941 151.387 322.606 152.41C322.271 153.434 322.104 154.42 322.104 155.368C322.104 156.317 322.327 157.099 322.755 157.601C323.183 158.103 323.723 158.345 324.374 158.345C325.025 158.345 325.62 158.103 326.216 157.62C326.792 157.136 327.258 156.392 327.592 155.387H327.574Z" fill="#939598"></path> <path d="M337.193 159.61L340.523 143.61H345.342C346.495 143.61 347.388 143.685 348.002 143.852C348.877 144.075 349.621 144.485 350.235 145.061C350.849 145.638 351.314 146.364 351.63 147.219C351.946 148.075 352.095 149.061 352.095 150.14C352.095 151.424 351.909 152.596 351.519 153.657C351.128 154.717 350.625 155.647 349.993 156.447C349.36 157.247 348.709 157.88 348.021 158.326C347.332 158.773 346.514 159.108 345.584 159.331C344.877 159.499 344.002 159.573 342.96 159.573H337.193V159.61ZM339.704 157.806H342.235C343.37 157.806 344.393 157.694 345.286 157.489C345.844 157.359 346.309 157.173 346.7 156.913C347.221 156.578 347.686 156.15 348.114 155.61C348.672 154.903 349.1 154.085 349.435 153.173C349.77 152.261 349.937 151.219 349.937 150.066C349.937 148.764 349.714 147.778 349.267 147.089C348.821 146.401 348.244 145.936 347.537 145.712C347.016 145.545 346.216 145.471 345.118 145.471H342.291L339.704 157.824V157.806Z" fill="#939598"></path> <path d="M361.602 155.666L363.519 155.871C363.24 156.82 362.607 157.731 361.621 158.587C360.635 159.443 359.444 159.871 358.067 159.871C357.212 159.871 356.43 159.666 355.705 159.275C354.979 158.885 354.44 158.308 354.067 157.545C353.695 156.782 353.509 155.927 353.509 154.959C353.509 153.694 353.807 152.466 354.384 151.275C354.979 150.085 355.723 149.21 356.653 148.615C357.584 148.038 358.588 147.74 359.667 147.74C361.044 147.74 362.161 148.168 362.979 149.024C363.798 149.88 364.226 151.052 364.226 152.54C364.226 153.099 364.17 153.694 364.077 154.289H355.537C355.5 154.513 355.5 154.717 355.5 154.903C355.5 155.982 355.742 156.82 356.244 157.378C356.747 157.954 357.36 158.234 358.067 158.234C358.737 158.234 359.407 158.01 360.058 157.564C360.709 157.117 361.212 156.485 361.584 155.648L361.602 155.666ZM355.872 152.801H362.384C362.384 152.596 362.384 152.447 362.384 152.354C362.384 151.368 362.142 150.606 361.64 150.085C361.137 149.564 360.505 149.303 359.723 149.303C358.886 149.303 358.105 149.601 357.416 150.178C356.728 150.754 356.207 151.629 355.853 152.801H355.872Z" fill="#939598"></path> <path d="M368.43 159.61L366.532 148.02H368.449L369.435 154.401C369.546 155.089 369.676 156.243 369.844 157.824C370.216 157.006 370.7 156.057 371.295 154.996L375.165 148.02H377.249L370.607 159.61H368.411H368.43Z" fill="#939598"></path> <path d="M385.193 155.666L387.109 155.871C386.83 156.82 386.198 157.731 385.212 158.587C384.226 159.443 383.035 159.871 381.658 159.871C380.802 159.871 380.021 159.666 379.295 159.275C378.57 158.885 378.03 158.308 377.658 157.545C377.286 156.782 377.1 155.927 377.1 154.959C377.1 153.694 377.398 152.466 377.975 151.275C378.57 150.085 379.314 149.21 380.244 148.615C381.175 148.038 382.179 147.74 383.258 147.74C384.635 147.74 385.751 148.168 386.57 149.024C387.389 149.88 387.816 151.052 387.816 152.54C387.816 153.099 387.761 153.694 387.668 154.289H379.128C379.091 154.513 379.091 154.717 379.091 154.903C379.091 155.982 379.333 156.82 379.835 157.378C380.337 157.954 380.951 158.234 381.658 158.234C382.328 158.234 382.998 158.01 383.649 157.564C384.3 157.117 384.802 156.485 385.175 155.648L385.193 155.666ZM379.463 152.801H385.975C385.975 152.596 385.975 152.447 385.975 152.354C385.975 151.368 385.733 150.606 385.23 150.085C384.728 149.564 384.095 149.303 383.314 149.303C382.477 149.303 381.695 149.601 381.007 150.178C380.319 150.754 379.798 151.629 379.444 152.801H379.463Z" fill="#939598"></path> <path d="M388.97 159.61L392.3 143.61H394.272L390.942 159.61H388.97Z" fill="#939598"></path> <path d="M394.421 155.201C394.421 152.931 395.091 151.071 396.412 149.582C397.509 148.354 398.942 147.74 400.728 147.74C402.123 147.74 403.258 148.187 404.114 149.043C404.97 149.899 405.398 151.089 405.398 152.578C405.398 153.899 405.119 155.145 404.598 156.299C404.058 157.452 403.295 158.327 402.291 158.941C401.305 159.554 400.263 159.852 399.165 159.852C398.253 159.852 397.435 159.666 396.709 159.275C395.965 158.885 395.407 158.345 395.016 157.638C394.626 156.931 394.439 156.113 394.439 155.201H394.421ZM396.393 154.996C396.393 156.094 396.653 156.913 397.174 157.471C397.695 158.029 398.365 158.327 399.165 158.327C399.593 158.327 400.002 158.234 400.412 158.066C400.821 157.899 401.212 157.638 401.565 157.285C401.919 156.931 402.216 156.541 402.477 156.094C402.719 155.647 402.923 155.164 403.091 154.643C403.314 153.917 403.426 153.229 403.426 152.559C403.426 151.517 403.165 150.699 402.626 150.122C402.105 149.545 401.435 149.247 400.635 149.247C400.021 149.247 399.444 149.396 398.942 149.694C398.44 149.992 397.974 150.42 397.565 150.996C397.156 151.573 396.858 152.224 396.653 152.968C396.449 153.713 396.356 154.401 396.356 154.978L396.393 154.996Z" fill="#939598"></path> <path d="M405.528 164.038L408.877 148.001H410.7L410.365 149.62C411.053 148.913 411.649 148.429 412.188 148.15C412.728 147.871 413.286 147.74 413.881 147.74C414.979 147.74 415.909 148.15 416.635 148.95C417.36 149.75 417.733 150.903 417.733 152.41C417.733 153.62 417.528 154.717 417.137 155.703C416.747 156.689 416.244 157.489 415.667 158.103C415.091 158.717 414.495 159.145 413.9 159.443C413.305 159.722 412.691 159.871 412.077 159.871C410.681 159.871 409.602 159.164 408.839 157.75L407.537 164.038H405.565H405.528ZM409.435 154.866C409.435 155.741 409.491 156.336 409.621 156.671C409.807 157.136 410.105 157.527 410.514 157.824C410.923 158.122 411.407 158.271 411.946 158.271C413.081 158.271 413.993 157.638 414.7 156.354C415.407 155.071 415.742 153.768 415.742 152.447C415.742 151.461 415.5 150.699 415.035 150.178C414.57 149.638 413.974 149.378 413.286 149.378C412.784 149.378 412.319 149.508 411.891 149.768C411.463 150.029 411.072 150.438 410.7 150.959C410.328 151.48 410.03 152.131 409.788 152.894C409.546 153.657 409.435 154.327 409.435 154.885V154.866Z" fill="#939598"></path> <path d="M418.923 159.61L421.342 148.019H423.314L422.905 149.936C423.63 149.117 424.3 148.54 424.877 148.243C425.454 147.926 426.086 147.778 426.756 147.778C427.482 147.778 428.077 147.964 428.561 148.354C429.044 148.726 429.361 149.266 429.51 149.954C430.105 149.229 430.719 148.689 431.37 148.317C432.021 147.964 432.71 147.778 433.435 147.778C434.403 147.778 435.128 148.001 435.612 148.466C436.096 148.931 436.338 149.564 436.338 150.401C436.338 150.754 436.244 151.35 436.096 152.168L434.533 159.629H432.561L434.161 151.964C434.291 151.331 434.365 150.885 434.365 150.624C434.365 150.252 434.254 149.954 434.012 149.731C433.77 149.508 433.435 149.396 432.989 149.396C432.393 149.396 431.798 149.582 431.184 149.936C430.57 150.289 430.105 150.754 429.751 151.331C429.417 151.908 429.119 152.801 428.858 153.992L427.686 159.61H425.714L427.351 151.778C427.463 151.257 427.519 150.866 427.519 150.643C427.519 150.271 427.407 149.954 427.165 149.731C426.924 149.508 426.626 149.378 426.235 149.378C425.677 149.378 425.082 149.564 424.468 149.917C423.854 150.271 423.351 150.773 422.961 151.406C422.57 152.038 422.254 152.95 422.012 154.122L420.858 159.592H418.886L418.923 159.61Z" fill="#939598"></path> <path d="M446.049 155.666L447.965 155.871C447.686 156.82 447.054 157.731 446.068 158.587C445.082 159.443 443.891 159.871 442.514 159.871C441.658 159.871 440.858 159.666 440.151 159.275C439.426 158.885 438.886 158.308 438.514 157.545C438.142 156.782 437.956 155.927 437.956 154.959C437.956 153.694 438.254 152.466 438.83 151.275C439.407 150.085 440.17 149.21 441.1 148.615C442.031 148.038 443.035 147.74 444.114 147.74C445.491 147.74 446.607 148.168 447.426 149.024C448.245 149.88 448.672 151.052 448.672 152.54C448.672 153.099 448.617 153.694 448.524 154.289H439.984C439.965 154.513 439.947 154.717 439.947 154.903C439.947 155.982 440.189 156.82 440.691 157.378C441.193 157.954 441.807 158.234 442.514 158.234C443.184 158.234 443.854 158.01 444.505 157.564C445.156 157.117 445.677 156.485 446.031 155.648L446.049 155.666ZM440.319 152.801H446.831C446.831 152.596 446.831 152.447 446.831 152.354C446.831 151.368 446.589 150.606 446.086 150.085C445.584 149.564 444.951 149.303 444.17 149.303C443.333 149.303 442.551 149.601 441.863 150.178C441.175 150.754 440.654 151.629 440.3 152.801H440.319Z" fill="#939598"></path> <path d="M449.975 159.61L452.393 148.019H454.179L453.751 150.047C454.533 149.247 455.258 148.671 455.928 148.317C456.598 147.945 457.286 147.778 458.012 147.778C458.942 147.778 459.686 148.038 460.226 148.54C460.765 149.043 461.026 149.731 461.026 150.587C461.026 151.015 460.933 151.703 460.747 152.615L459.277 159.629H457.305L458.849 152.28C458.998 151.573 459.072 151.033 459.072 150.699C459.072 150.308 458.942 150.01 458.682 149.768C458.421 149.526 458.03 149.415 457.528 149.415C456.523 149.415 455.612 149.768 454.83 150.512C454.049 151.257 453.454 152.485 453.082 154.252L451.965 159.647H449.993L449.975 159.61Z" fill="#939598"></path> <path d="M467.017 157.992L466.682 159.61C466.198 159.74 465.752 159.796 465.305 159.796C464.524 159.796 463.891 159.61 463.426 159.219C463.073 158.922 462.905 158.531 462.905 158.029C462.905 157.768 462.998 157.192 463.184 156.28L464.598 149.545H463.036L463.352 148.019H464.915L465.51 145.173L467.761 143.815L466.887 148.019H468.822L468.487 149.545H466.552L465.212 155.945C465.045 156.764 464.952 157.247 464.952 157.415C464.952 157.638 465.026 157.824 465.156 157.954C465.287 158.085 465.51 158.14 465.808 158.14C466.236 158.14 466.626 158.103 466.98 158.01L467.017 157.992Z" fill="#939598"></path> <path d="M0.446289 90.8098C0.446289 90.2889 0.855594 89.8237 1.43234 89.8237H22.865C23.4418 89.8237 23.8511 90.2889 23.8511 90.8098V96.447C23.8511 96.968 23.4418 97.4331 22.865 97.4331H8.52076V103.852H20.3162C20.8371 103.852 21.3022 104.317 21.3022 104.838V110.475C21.3022 111.052 20.8371 111.461 20.3162 111.461H8.52076V118.456H22.865C23.4418 118.456 23.8511 118.922 23.8511 119.443V125.08C23.8511 125.601 23.4418 126.066 22.865 126.066H1.43234C0.855594 126.066 0.446289 125.601 0.446289 125.08V90.8098Z" fill="#F1A556"></path> <path d="M35.5537 90.233C35.5537 89.712 36.0188 89.3027 36.5398 89.3027H37.8421L58.4934 109.173H58.5492V90.7911C58.5492 90.2702 58.9585 89.8051 59.5352 89.8051H65.7492C66.2702 89.8051 66.7353 90.2702 66.7353 90.7911V125.619C66.7353 126.14 66.2702 126.549 65.7492 126.549H64.912C64.7632 126.549 64.3353 126.401 64.2422 126.289L43.7956 105.731H43.7398V125.042C43.7398 125.563 43.3305 126.029 42.7538 126.029H36.5956C36.0746 126.029 35.6095 125.563 35.6095 125.042L35.5537 90.2144V90.233Z" fill="#F1A556"></path> <path d="M85.0978 97.4331H77.6931C77.1163 97.4331 76.707 96.968 76.707 96.447V90.8098C76.707 90.2889 77.1163 89.8237 77.6931 89.8237H100.67C101.247 89.8237 101.656 90.2889 101.656 90.8098V96.447C101.656 96.968 101.247 97.4331 100.67 97.4331H93.2653V125.08C93.2653 125.601 92.8001 126.066 92.2792 126.066H86.0652C85.5443 126.066 85.0792 125.601 85.0792 125.08V97.4331H85.0978Z" fill="#F1A556"></path> <path d="M111.666 90.8098C111.666 90.2889 112.075 89.8237 112.652 89.8237H134.084C134.661 89.8237 135.07 90.2889 135.07 90.8098V96.447C135.07 96.968 134.661 97.4331 134.084 97.4331H119.74V103.852H131.535C132.056 103.852 132.521 104.317 132.521 104.838V110.475C132.521 111.052 132.056 111.461 131.535 111.461H119.74V118.456H134.084C134.661 118.456 135.07 118.922 135.07 119.443V125.08C135.07 125.601 134.661 126.066 134.084 126.066H112.652C112.075 126.066 111.666 125.601 111.666 125.08V90.8098Z" fill="#F1A556"></path> <path d="M146.81 90.8098C146.81 90.2889 147.219 89.8237 147.796 89.8237H163.275C169.489 89.8237 174.55 94.847 174.55 101.005C174.55 105.768 171.387 109.601 166.885 111.405L173.973 124.559C174.327 125.229 173.973 126.066 173.099 126.066H166.215C165.806 126.066 165.489 125.805 165.378 125.601L158.494 111.889H154.922V125.08C154.922 125.601 154.457 126.066 153.936 126.066H147.778C147.201 126.066 146.792 125.601 146.792 125.08V90.8098H146.81ZM162.606 105.303C164.726 105.303 166.531 103.331 166.531 101.154C166.531 98.9773 164.726 97.2284 162.606 97.2284H154.94V105.303H162.606Z" fill="#F1A556"></path> <path d="M189.936 97.4331H182.531C181.954 97.4331 181.545 96.968 181.545 96.447V90.8098C181.545 90.2889 181.954 89.8237 182.531 89.8237H205.508C206.085 89.8237 206.494 90.2889 206.494 90.8098V96.447C206.494 96.968 206.085 97.4331 205.508 97.4331H198.103V125.08C198.103 125.601 197.638 126.066 197.117 126.066H190.903C190.382 126.066 189.917 125.601 189.917 125.08V97.4331H189.936Z" fill="#F1A556"></path> <path d="M208.95 124.708L225.155 89.8795C225.304 89.5632 225.676 89.3027 226.029 89.3027H226.55C226.904 89.3027 227.276 89.5632 227.425 89.8795L243.629 124.708C243.946 125.377 243.518 126.047 242.755 126.047H237.006C236.076 126.047 235.667 125.731 235.201 124.745L233.341 120.652H219.257L217.397 124.801C217.136 125.415 216.559 126.047 215.536 126.047H209.843C209.062 126.047 208.652 125.377 208.969 124.708H208.95ZM230.234 113.638L226.308 105.098H226.253L222.364 113.638H230.234Z" fill="#F1A556"></path> <path d="M252.689 90.8098C252.689 90.2889 253.155 89.8237 253.676 89.8237H259.889C260.41 89.8237 260.876 90.2889 260.876 90.8098V125.08C260.876 125.601 260.41 126.066 259.889 126.066H253.676C253.155 126.066 252.689 125.601 252.689 125.08V90.8098Z" fill="#F1A556"></path> <path d="M274.532 90.233C274.532 89.712 274.997 89.3027 275.518 89.3027H276.82L297.471 109.173H297.527V90.7911C297.527 90.2702 297.937 89.8051 298.513 89.8051H304.727C305.248 89.8051 305.713 90.2702 305.713 90.7911V125.619C305.713 126.14 305.248 126.549 304.727 126.549H303.909C303.76 126.549 303.332 126.401 303.239 126.289L282.792 105.731H282.736V125.042C282.736 125.563 282.327 126.029 281.75 126.029H275.592C275.071 126.029 274.606 125.563 274.606 125.042L274.55 90.2144L274.532 90.233Z" fill="#F1A556"></path> <path d="M321.955 90.14C322.011 89.6748 322.476 89.3027 322.886 89.3027H323.704C323.965 89.3027 324.43 89.5074 324.579 89.8237L336.579 112.187H336.69L348.69 89.8237C348.839 89.5074 349.304 89.3027 349.565 89.3027H350.402C350.811 89.3027 351.276 89.6562 351.332 90.14L357.174 124.931C357.286 125.601 356.821 126.066 356.188 126.066H350.086C349.621 126.066 349.156 125.656 349.1 125.247L346.774 109.247H346.663L337.974 126.01C337.825 126.326 337.36 126.587 337.1 126.587H336.169C335.853 126.587 335.444 126.326 335.295 126.01L326.551 109.247H326.439L324.169 125.247C324.114 125.656 323.704 126.066 323.183 126.066H317.081C316.467 126.066 316.002 125.601 316.095 124.931L321.937 90.14H321.955Z" fill="#F1A556"></path> <path d="M367.63 90.8098C367.63 90.2889 368.039 89.8237 368.616 89.8237H390.049C390.625 89.8237 391.035 90.2889 391.035 90.8098V96.447C391.035 96.968 390.625 97.4331 390.049 97.4331H375.704V103.852H387.5C388.021 103.852 388.486 104.317 388.486 104.838V110.475C388.486 111.052 388.021 111.461 387.5 111.461H375.704V118.456H390.049C390.625 118.456 391.035 118.922 391.035 119.443V125.08C391.035 125.601 390.625 126.066 390.049 126.066H368.616C368.039 126.066 367.63 125.601 367.63 125.08V90.8098Z" fill="#F1A556"></path> <path d="M402.718 90.233C402.718 89.712 403.183 89.3027 403.704 89.3027H405.007L425.658 109.173H425.714V90.7911C425.714 90.2702 426.123 89.8051 426.7 89.8051H432.914C433.435 89.8051 433.9 90.2702 433.9 90.7911V125.619C433.9 126.14 433.435 126.549 432.914 126.549H432.095C431.946 126.549 431.518 126.401 431.425 126.289L410.979 105.731H410.923V125.042C410.923 125.563 410.514 126.029 409.937 126.029H403.779C403.258 126.029 402.793 125.563 402.793 125.042L402.737 90.2144L402.718 90.233Z" fill="#F1A556"></path> <path d="M452.263 97.4331H444.858C444.281 97.4331 443.872 96.968 443.872 96.447V90.8098C443.872 90.2889 444.281 89.8237 444.858 89.8237H467.835C468.412 89.8237 468.821 90.2889 468.821 90.8098V96.447C468.821 96.968 468.412 97.4331 467.835 97.4331H460.43V125.08C460.43 125.601 459.965 126.066 459.444 126.066H453.23C452.709 126.066 452.244 125.601 452.244 125.08V97.4331H452.263Z" fill="#F1A556"></path> <path d="M151.033 37.2466C151.033 45.8978 150.419 55.3491 139.294 55.3491C128.168 55.3491 127.554 45.8978 127.554 37.2466V2.21387H110.251V39.628C110.251 48.1862 110.605 56.67 117.228 63.1073C122.791 68.5771 131.517 70.5306 139.294 70.5306C147.07 70.5306 155.796 68.5957 161.359 63.1073C167.982 56.67 168.336 48.1862 168.336 39.628V2.21387H151.033V37.2466Z" fill="#006CA9"></path> <path d="M17.7487 2.21387H0.446289V68.7445H36.7442L42.121 54.1025H17.7487V2.21387Z" fill="#006CA9"></path> <path d="M69.9906 0C50.8463 0 33.1904 14.121 33.1904 34.2328C33.1904 40.1119 34.3811 45.5072 36.5021 50.2515L48.7812 50.3259L48.5952 50.8282H48.6138L48.1301 52.0747L47.3859 54.0654L44.6138 61.6004C51.0696 67.4981 59.8511 70.94 69.972 70.94C91.3303 70.94 106.772 55.7585 106.772 34.2328C106.791 14.121 89.1536 0 69.9906 0ZM69.9906 54.1957C59.665 54.1957 51.1998 45.8049 51.1998 34.3258C51.1998 25.1536 59.6836 16.7629 69.9906 16.7629C80.2977 16.7629 88.7815 25.1536 88.7815 34.3258C88.7815 45.8049 80.3163 54.1957 69.9906 54.1957Z" fill="#006CA9"></path> <path d="M443.779 2.21387H424.895L401.007 64.2794V2.21387H383.704V42.9025H383.537L351.853 2.21387H334.55V62.3817L311.89 2.21387H293.006L269.062 64.4468V2.21387H251.759V68.7445H292.95V67.4608C292.95 66.1398 293.918 65.0049 295.22 64.7817C295.518 64.7259 295.834 64.7073 296.132 64.6701C295.927 62.4933 294.866 60.3537 293.564 59.4979C292.615 58.7537 290.792 58.4189 289.099 59.2747C288.225 59.777 287.611 60.6886 287.332 61.8421C287.146 62.6235 287.146 63.498 287.332 64.2794C284.225 63.3677 282.997 61.4514 282.532 60.0003C281.639 57.2468 282.643 54.1956 284.039 52.7444C285.992 50.7351 288.262 50.0281 290.29 50.8281C294.513 52.3537 297.211 57.4514 297.583 64.5026C298.643 64.391 299.685 64.3166 300.746 64.298C300.634 58.5119 299.629 55.7398 297.285 49.4141V49.3583C296.913 48.3909 296.522 47.349 296.094 46.1769C294.643 42.0839 295.499 36.9117 298.439 31.9629C299.313 30.5303 300.392 29.0977 301.843 27.4977C302.997 28.8187 304.281 30.3629 305.248 31.9629C308.206 36.9304 309.043 42.1211 307.536 46.1769C307.164 47.2002 306.811 48.149 306.494 49.0234L306.401 49.2839C304.039 55.7026 303.015 58.5119 302.904 64.298C303.946 64.3166 304.969 64.391 306.011 64.5026C306.327 57.4886 309.043 52.3909 313.322 50.8467C315.388 50.0653 317.657 50.7723 319.555 52.7816C320.932 54.177 321.918 57.1537 321.062 59.9072C320.597 61.4142 319.369 63.3677 316.206 64.3166C316.392 63.4793 316.392 62.5677 316.169 61.7305C315.89 60.6142 315.276 59.777 314.402 59.2933C312.783 58.4747 310.885 58.7723 310.029 59.4979C308.69 60.2793 307.611 62.4189 307.388 64.6887C307.741 64.7445 308.094 64.7631 308.448 64.8189C309.75 65.0421 310.718 66.177 310.718 67.498V68.7817H351.853V27.9815H352.02L383.704 68.7445H417.639L419.89 63.0886L427.667 41.9536L434.142 22.7721H434.309L441.379 43.9629H434.16L429.286 57.1909H446.067L450.384 68.7445H468.821L443.779 2.21387Z" fill="#006CA9"></path> <path d="M192.857 2.21387H175.554V68.7445H192.857V2.21387Z" fill="#006CA9"></path> <path d="M230.476 28.1491L226.066 26.8281C223.071 25.8607 218.383 24.3537 218.383 20.4653C218.383 16.5769 222.625 14.9025 225.806 14.9025C230.048 14.9025 234.104 16.6699 237.285 19.3118L244.169 5.89778C238.253 2.54892 230.048 0.427979 223.332 0.427979C210.011 0.427979 200.392 9.26524 200.392 22.7537C200.392 36.2421 207.536 38.4561 218.401 41.5445C222.104 42.605 228.894 44.2794 228.894 49.1352C228.894 53.9911 224.578 55.8516 220.504 55.8516C214.587 55.8516 207.927 51.4236 203.611 47.6283L197.75 62.9214C204.541 67.6842 212.745 70.5121 221.136 70.5121C227.853 70.5121 234.811 68.6516 240.02 64.2423C245.322 59.74 246.904 52.9492 246.904 46.3259C246.904 35.5538 239.76 30.884 230.494 28.1491H230.476Z" fill="#006CA9"></path> </svg> </div> </div> </ea-section-column> </ea-section> </ea-modal-advance> <ea-elements-loader elements="ea-modals-notifier"> </ea-elements-loader> <ea-modals-notifier unresolved param-name="modal-id" > </ea-modals-notifier> <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-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 & Privacy" link-text="Legal & Privacy" text-color="dark" unresolved > <a href="http://www.ea.com/legal" title="Legal & Privacy" >Legal & 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 & Cookie Policy (Your Privacy Rights)" link-text="Privacy & Cookie Policy (Your Privacy Rights)" text-color="dark" unresolved > <a href="https://www.ea.com/legal/privacy-and-cookie-policy" title="Privacy & Cookie Policy (Your Privacy Rights)" >Privacy & 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¬iceType=bb&text=true>m=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>