OK
https://www.ea.com/
Websites
Runtime: 1.2s
On January 18, 2025, 06:52 AM UTC, https://www.ea.com/ was accessible when tested on AS150881 in Vietnam.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
67.215.82.66
Query:
IN A www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
23.199.24.159
Query:
IN AAAA www.ea.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
AAAA
2600:1417:76:98d::1127
@
IN
AAAA
2600:1417:76:98f::1127
TCP Connections
Connection to 2600:1417:76:98d::1127:443 succeeded.
Connection to 2600:1417:76:98f::1127:443 succeeded.
Connection to 23.199.24.159:443 succeeded.
HTTP Requests
URL
GET https://www.ea.com/
Response Headers
Alt-Svc:h3=":443"; ma=93600Cache-Control:max-age=269Content-Security-Policy:frame-ancestors 'self'Content-Type:text/html; charset=UTF-8Date:Sat, 18 Jan 2025 06:52:45 GMTExpires:Sat, 18 Jan 2025 06:57:14 GMTLast-Modified:Sat, 18 Jan 2025 06:41:24 UTCSet-Cookie:EDGESCAPE_COUNTRY=TW; path=/Strict-Transport-Security:max-age=15768000Vary:Accept-EncodingX-Application-Context:eacomX-Environment-Context:prodX-Frame-Options:SAMEORIGINX-L-Path:inert
Response Body
<!DOCTYPE html> <html lang="en" dir="ltr" wf-loading> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"> <script> window.newrelicAttributes = { accountId: "1796917", trustKey: "1796917", agentId: "149134891", licenseKey: "f701a6c63c", applicationId: "149134891" }; </script> <script src="/newrelic.js"></script> <!-- Compliant Google Optimize --> <script> (() => { const getPrivacyCookie = () => { const privacyCookie = document.cookie.match('(^|;)\\s*cmapi_cookie_privacy\\s*=\\s*([^;]+)'); return privacyCookie ? privacyCookie.pop() : null; }; const getBehaviorCookie = () => { const behaviorCookie = document.cookie.match('(^|;)\\s*notice_behavior\\s*=\\s*([^;]+)'); return behaviorCookie ? behaviorCookie.pop() : null; }; const hasOptedIn = () => { const behaviorCookie = getBehaviorCookie(); const privacyCookie = getPrivacyCookie(); return behaviorCookie && behaviorCookie.match(/^none$/) || privacyCookie && privacyCookie.match(/2|3/); } const appendOptimize = () => { const head = document.getElementsByTagName('head')[0]; if (head) { const script = document.createElement('script'); script.src = 'https://www.googleoptimize.com/optimize.js?id=GTM-M6BQF2W'; script.id = "google-optimize" head.append(script); } }; const removeOptimize = () => { const head = document.getElementsByTagName('head')[0]; const optimizeScript = document.getElementById('google-optimize'); if (head && optimizeScript) { head.removeChild(optimizeScript); } } /** * Append or remove Google Optimize script to head, * depending on whether user's cookie preferences * have opted in and Google Optimize script already * exists in head. */ const handleConsentDecision = () => { const googleOptimizeScript = document.getElementById('google-optimize'); if (hasOptedIn() && !googleOptimizeScript) { appendOptimize(); } else if (!hasOptedIn() && googleOptimizeScript) { removeOptimize(); } } /** * Callbacks will occur in the form of a PostMessage event. This code listens for the * appropriately formatted PostMessage event, gets the new consent decision, and then sets * the new cookie preferences. */ const handlePreferencesUpdated = (e) => { try { const { capabilities, action } = JSON.parse(e.data).PrivacyManagerAPI || {}; if (capabilities && action === 'getConsentDecision') { handleConsentDecision(); } } catch (error) { console.error(error); } } /** * Registers with the TrustArc Content Manager (CM) API to receive callbacks when * a preference update occurs, and initialized dispatched preferences array to * the user's current preferences. You must wait for the CM API (PrivacyManagerAPI object) * to exist on the page before registering. */ const CMICallbackRegister = () => { const interval = setInterval(() => { if (window.PrivacyManagerAPI && interval) { const apiObject = { PrivacyManagerAPI: { action: 'getConsentDecision', timestamp: new Date().getTime(), self: window.location.host } }; window.top.postMessage(JSON.stringify(apiObject), '*'); clearInterval(interval); } }, 50); } /** * Listener registers a message callback on the TrustArc Content Manager when * user's cookie preferences are updated and adds an event listener * on the message events that occur when said preference updates occur. */ const trustArcScriptLoadListener = () => { if (typeof window.truste === 'object') { CMICallbackRegister(); window.addEventListener('message', handlePreferencesUpdated); } } window.addEventListener('load', trustArcScriptLoadListener); const behaviorCookie = getBehaviorCookie(); if (behaviorCookie === null) { // wait for TrustArc script to load before checking cookies let numIntervals = 0; const scriptLoadInterval = setInterval( () => { if(getBehaviorCookie()) { handleConsentDecision(); clearInterval(scriptLoadInterval); } // Stop running interval after 8 times (8x the documented 500ms it // should take to load the TrustArc script on the BE) to prevent running forever if (++numIntervals >= 10) { clearInterval(scriptLoadInterval); } } , 500); } else { handleConsentDecision(); } })(); </script> <!-- End Compliant Google Optimize --> <!-- Google Tag Manager --> <script> (function(w, d, s, l) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0]; var j = d.createElement(s); var dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-TG32RCX' + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer'); </script> <!-- End Google Tag Manager --> <style> [unresolved] { visibility: hidden !important; } </style> <noscript> <style> [unresolved] { visibility: visible !important; } </style> </noscript> <style> body { margin: 0; } .image img { max-width: 100%; } </style> <script> if (!CSS.supports('width', 'calc((var(--test))')) { window.ShadyCSS = { shimcssproperties: true }; } document.addEventListener('nds.typeKit.active', function() { document.querySelector('html').removeAttribute('wf-loading'); }); </script> <script src="//unpkg.com/@webcomponents/webcomponentsjs@2.2.7/webcomponents-loader.js" integrity="sha384-3HK5hxQbkFqOIxMbpROlRmRtYl2LBZ52t+tqcjzsmr9NJuOWQxl8RgQSyFvq2lhy" crossorigin="anonymous"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous"></script> <script src="//w.soundcloud.com/player/api.js"></script> <script> window.nds = window.nds || {}; window.nds.componentUrlPrefix = '//pl.ea.com/release/4.68.7/elements/ea-elements.min.js'.substring(0, '//pl.ea.com/release/4.68.7/elements/ea-elements.min.js'.lastIndexOf('/') + 1); window.nds.contentfulUrl = 'https://contentful-proxy.juno.ea.com/graphql'; window.nds.salUrl = 'https://service-aggregation-layer.juno.ea.com/graphql'; window.nds.useApq = true; window.nds.salClientId = 'eacom-fe'; window.nds.xGameDistMethod = 'eacom'; window.nds.lockboxGameId = 'eacom'; window.nds.lockboxInvoiceSource = 'EACOM-STORE-WEB-%countryCode%'; window.nds.lockboxExternalPaymentPath = '/lockbox-external-payment'; </script> <script type="module" src="//pl.ea.com/release/4.68.7/elements/ea-elements.min.js"></script> <script nomodule defer src="//pl.ea.com/release/4.68.7/elements/ea-elements.min.js"></script> <style> @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>Electronic Arts Home Page - Official EA Site</title> <meta property="og:type" content="article"> <meta property="og:title" content="Electronic Arts Home Page - Official EA Site"> <meta property="og:description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile."> <meta property="og:url" content="https://www.ea.com/"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.png.adapt.crop191x100.1200w.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2025-01-16T16:13:17Z"> <meta property="article:published_time" content="2016-10-19T21:20:38+01:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="Electronic Arts Home Page - Official EA Site"> <meta name="twitter:description" content="We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/images/2021/03/ea-featured-tile-generic-electronic-arts.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/2021/03/ea-featured-tile-generic-electronic-arts.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": "We exist to inspire the world through Play. Electronic Arts is a leading publisher of games on Console, PC and Mobile.", "datePublished": "2016-10-19T21:20:38+01:00", "dateModified": "2025-01-16T16:13:17Z", "headline": "Electronic Arts Home Page - Official EA Site", "url": "https://www.ea.com/" } </script> </head> <body unresolved> <custom-style><style include="ea-shared-styles-base-common"></style></custom-style> <custom-style><style include="ea-shared-styles-base-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-base-lists"></style></custom-style> <custom-style><style include="ea-shared-styles-base-links"></style></custom-style> <custom-style><style include="ea-shared-styles-base-images"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-headings"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-paragraphs"></style></custom-style> <custom-style><style include="ea-shared-styles-typography-labels"></style></custom-style> <custom-style> <style> html { --origin-brand-color: #07F468; --eaCorporate-landingSection-spacerTop-XS: 32px; --eaCorporate-landingSection-spacerTop-SM: 32px; --eaCorporate-landingSection-spacerTop-MD: 80px; --eaCorporate-landingSection-spacerTop-LG: 104px; --eaCorporate-landingSection-spacerTop-XL: 128px; --eaCorporate-landingSection-spacerBottom-XS: 32px; --eaCorporate-landingSection-spacerBottom-SM: 32px; --eaCorporate-landingSection-spacerBottom-MD: 40px; --eaCorporate-landingSection-spacerBottom-LG: 48px; --eaCorporate-landingSection-spacerBottom-XL: 56px; --eaCorporate-standardSection-spacerTop-XS: 48px; --eaCorporate-standardSection-spacerTop-SM: 48px; --eaCorporate-standardSection-spacerTop-MD: 80px; --eaCorporate-standardSection-spacerTop-LG: 80px; --eaCorporate-standardSection-spacerTop-XL: 80px; --eaCorporate-standardSection-spacerBottom-XS: 48px; --eaCorporate-standardSection-spacerBottom-SM: 48px; --eaCorporate-standardSection-spacerBottom-MD: 80px; --eaCorporate-standardSection-spacerBottom-LG: 80px; --eaCorporate-standardSection-spacerBottom-XL: 80px; --ea-theme-stream-ui-paddle-default: #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="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/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-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="full-bleed" layout="100" background-color="dark" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="1" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="96px" small="96px" medium="96px" large="96px" largest="100px" > </ea-spacer> <ea-elements-loader elements="ea-hero"> </ea-elements-loader> <ea-hero layout="medium" text-position="left" text-align="center" text-color="light" stacked background-color="none" copy-text="Meet the Men's and Women's Team of the Year XIs—two world-class squads from across Men’s and Women’s football celebrating the stars of the last calendar year." image-smallest="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop16x9.320w.jpg" image-small="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop16x9.767w.jpg" image-medium="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop2x1.1023w.jpg" image-large="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop5x2.1455w.jpg" image-largest="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop7x2.1920w.jpg" image-tooltip="" logo-image="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/toty/fc25-toty-horizontal-logo.png" logo-alt="" spacing-bottom="none" spacing-top="none" scrim-color="none" scrim-opacity="low" unresolved custom-styles="{"xl":{"paddingRight":"60%","paddingLeft":"8%"},"l":{"paddingRight":"55%","paddingLeft":"6.5%"},"m":{"paddingRight":"50%","paddingLeft":"8.5%"}}" show-video-on-all-breakpoints="" > <p>Meet the Men's and Women's Team of the Year XIs—two world-class squads from across Men’s and Women’s football celebrating the stars of the last calendar year.</p> <img src="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/images/2024/12/fc25-toty-reveal-hero-md-landing-page-7x2-xl.jpg.adapt.crop7x2.1920w.jpg 1456w" /> <img src="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/toty/fc25-toty-horizontal-logo.png" alt="" /> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard-rounded" link-url="/games/ea-sports-fc/fc-25/toty/toty-mens" link-text="Men's TOTY" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/games/ea-sports-fc/fc-25/toty/toty-mens" > Men's TOTY </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard-rounded" link-url="/games/ea-sports-fc/fc-25/toty/toty-womens" link-text="Women's TOTY" icon="none" fill-color="none" text-color="light" stroke-color="light" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/games/ea-sports-fc/fc-25/toty/toty-womens" > Women's TOTY </a> </ea-cta> </ea-hero> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="full-bleed" layout="100" background-color="custom" custom-background-value="#FF0000" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="center" mobile-order="1" > <ea-elements-loader elements="ea-product-conversion"> </ea-elements-loader> <ea-product-conversion unresolved text-color="light" background-color="none" title-text="PLAY EA SPORTS™ UFC® 5 TODAY" spacing-top="medium" spacing-bottom="medium" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-play " link-text="JOIN EA PLAY" icon="none" fill-color="dark-brand" text-color="light" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-play " > JOIN EA PLAY </a> </ea-cta> </ea-product-conversion> </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="light" background-overflow="hidden" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-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-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="center" text-color="dark" title-text="Featured Games " spacing-top="medium" spacing-bottom="small" > <h3>Featured Games </h3> </ea-subheading> <ea-elements-loader elements="ea-box-set"> </ea-elements-loader> <ea-box-set unresolved layout="3up" spacing-top="none" spacing-bottom="none" game-box-scrim-color="dark" game-box-scrim-opacity="medium" > <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/03/dragon-age-key-art-16x9.jpg.adapt.crop1x1.767p.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/dragon-age-dreadwolf-logo-png.png" logo-alt="" main-link-url="/en-us/games/dragon-age/dragon-age-the-veilguard" main-link-title="Dragon Age™: The Veilguard" show-back-alt="Dragon Age™: The Veilguard" show-front-alt="Dragon Age™: The Veilguard" title="Dragon Age™: The Veilguard" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/dragon-age/dragon-age-the-veilguard" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/dragon-age/dragon-age-the-veilguard" title="Dragon Age™: The Veilguard" >Dragon Age™: The Veilguard</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/09/fc-25-key-art.png.adapt.crop1x1.767p.png" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fc-25-logo.png" logo-alt="" main-link-url="/en-us/games/ea-sports-fc/fc-25" main-link-title="FC 25" show-back-alt="FC 25" show-front-alt="FC 25" title="FC 25" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/ea-sports-fc/fc-25" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/ea-sports-fc/fc-25" title="FC 25" >FC 25</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/06/m25-gametile-1x1.jpg.adapt.crop1x1.767p.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m25-gametile-logo.svg" logo-alt="" main-link-url="/en-us/games/madden-nfl/madden-nfl-25" main-link-title="Madden NFL 25" show-back-alt="Madden NFL 25" show-front-alt="Madden NFL 25" title="Madden NFL 25" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/madden-nfl/madden-nfl-25" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/madden-nfl/madden-nfl-25" title="Madden NFL 25" >Madden NFL 25</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <ea-game-box slot="game-box" background-image="https://media.contentapi.ea.com/content/dam/gin/images/2024/02/f124-gametile-1x1.jpg.adapt.crop1x1.767p.jpg" background-image-alt-text="" logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f124-gametile-logo.png" logo-alt="" main-link-url="/en-us/games/f1/f1-24" main-link-title="F1® 24" show-back-alt="F1® 24" show-front-alt="F1® 24" title="F1® 24" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/f1/f1-24" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/f1/f1-24" title="F1® 24" >F1® 24</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <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.767p.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="/en-us/games/the-sims/the-sims-4" main-link-title="The Sims 4" show-back-alt="The Sims 4" show-front-alt="The Sims 4" title="The Sims 4" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/the-sims/the-sims-4" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/the-sims/the-sims-4" title="The Sims 4" >The Sims 4</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-game-box"> </ea-elements-loader> <ea-container filter-key="All" slot="container" > <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.767p.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="/en-us/games/apex-legends" main-link-title="Apex Legends" show-back-alt="Apex Legends" show-front-alt="Apex Legends" title="Apex Legends" sale-text="" unresolved > <a class="eapl-link" href="/en-us/games/apex-legends" slot="feature-link" target="" > Official Site </a> <!-- Output Main Link as an anchor tag for SEO --> <a href="/en-us/games/apex-legends" title="Apex Legends" >Apex Legends</a> </ea-game-box> </ea-container> <ea-elements-loader elements="ea-pagination"> </ea-elements-loader> <ea-pagination unresolved slot="pagination" total-count="" page-size="18" current-page="1" next-text="Next" previous-text="Previous" theme="light" ></ea-pagination> </ea-box-set> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/games" link-text="Latest Games" icon="none" fill-color="none" text-color="dark" intent="navigation" unresolved > <a href="/games" > Latest Games </a> </ea-cta> <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="visible" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.768w.png" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1024w.png" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1456w.png" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1920w.png" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.320w.png 320w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.768w.png 768w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1024w.png 1024w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.png.adapt.1456w.png 1320w, https://media.contentapi.ea.com/content/dam/eacom/common/ea-section-bg-tabs-light-fix.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-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="center" text-color="dark" title-text="Latest Updates" spacing-top="medium" spacing-bottom="small" > <h3>Latest Updates</h3> </ea-subheading> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-tabs"> </ea-elements-loader> <dom-bind> <template> <ea-tabs unresolved theme="dark" indicate autoselect selected="{{ selected }}" > <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#ea-news" theme="dark" > EA News </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#ea-sports-fc" theme="dark" > EA SPORTS FC </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#apex-legends" theme="dark" > Apex Legends </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#madden-nfl" theme="dark" > Madden NFL </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#star-wars" theme="dark" > Star Wars </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#the-sims" theme="dark" > The Sims 4 </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#f1-2021" theme="dark" > F1 </ea-tab> <ea-elements-loader elements="ea-tab"> </ea-elements-loader> <ea-tab unresolved url="#battlefield" theme="dark" > Battlefield </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="light" background-overflow="visible" spacing-top="medium" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="light" hide-ctas hide-brand-stroke hide-byline spacing-top="medium" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-Y6fkIGH%2FzboA%2BT%2BcSvPGOesVfBplE3425pnN0TAV5NDBEHkI6opAmjrb%2Bzq%2BoXlSZ0G0LBbLcE93WcHuhcqebJKvM%2BWvhtg5%2FUxTVKPzmy8KpttngxZknrfwrn17Xc2dXIg6iawITiGiucrk%2FPIU5po%2BiwVNIE4Ow3DirCFtcp7o2SLpIKF5Dls%3D" total-count="628" 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/2024-year-in-review-article-thumbnail.png.adapt.crop16x9.431p.png" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 20, 2024" title-text="2024: Year in Review" tooltip="2024: Year in Review" > <h3>2024: Year in Review</h3> <div>Electronic Arts Inc.</div> <div>Dec 20, 2024</div> <ea-tile-copy slot="copy"> Electronic Arts (EA) 2024 was a year of groundbreaking experiences, impact in our communities, and building connections. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/2024-year-in-review" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/2024-year-in-review" > Read More </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-holidays-2024-blog-thumbnail.png.adapt.crop16x9.431p.png" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 18, 2024" title-text="Take a break with EA this holiday season" tooltip="Take a break with EA this holiday season" > <h3>Take a break with EA this holiday season</h3> <div>Electronic Arts Inc.</div> <div>Dec 18, 2024</div> <ea-tile-copy slot="copy"> EA has you covered for your holiday break, from cozy games like The Sims 4 to fast-paced action in Apex Legends. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/ea-holidays-2024" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/ea-holidays-2024" > Read More </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/a-year-of-innovation-at-ea-sports-blog-thumbnail.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 13, 2024" title-text="A Year of Innovation at EA SPORTS" tooltip="A Year of Innovation at EA SPORTS" > <h3>A Year of Innovation at EA SPORTS</h3> <div>Electronic Arts Inc.</div> <div>Dec 13, 2024</div> <ea-tile-copy slot="copy"> A closer look at some exciting innovations and tech advancements from this year’s EA SPORTS game launches! </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/a-year-of-innovation-at-ea-sports" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/a-year-of-innovation-at-ea-sports" > Read More </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/last-minute-gifts-2024-blog-thumbnail.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 12, 2024" title-text="Last minute gift shopping? We got you covered" tooltip="Last minute gift shopping? We got you covered" > <h3>Last minute gift shopping? We got you covered</h3> <div>Electronic Arts Inc.</div> <div>Dec 12, 2024</div> <ea-tile-copy slot="copy"> EA is celebrating a remarkable year with some of its best deals on its most beloved franchises. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/last-minute-gifts-2024" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/last-minute-gifts-2024" > Read More </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/gwc-x-ea-blog-thumbnail.jpeg.adapt.crop16x9.431p.jpeg" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 9, 2024" title-text="Changing the game with Girls Who Code" tooltip="Changing the game with Girls Who Code" > <h3>Changing the game with Girls Who Code</h3> <div>Electronic Arts Inc.</div> <div>Dec 9, 2024</div> <ea-tile-copy slot="copy"> EA and Girls Who Code celebrate a decade of partnership, helping transform STEAM for the future. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/gwc-and-ea" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/gwc-and-ea" > Read More </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/images/2022/07/eacom-brand-featured-image-16x9.png.adapt.crop16x9.431p.png" eyebrow-text="Electronic Arts Inc." eyebrow-secondary-text="Dec 5, 2024" title-text="EA pledges 23 more accessibility patents and open sources more tech" tooltip="EA pledges 23 more accessibility patents and open sources more tech" > <h3>EA pledges 23 more accessibility patents and open sources more tech</h3> <div>Electronic Arts Inc.</div> <div>Dec 5, 2024</div> <ea-tile-copy slot="copy"> EA’s ongoing commitment to accessibility and open source tech continues, adding 23 patents to their accessibility patent pledge. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/2024-accessibility-patent-pledge" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/2024-accessibility-patent-pledge" > Read More </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" 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="light" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/news" link-text="Read More" icon="none" fill-color="none" text-color="dark" stroke-color="dark" intent="news" emphasis="primary" unresolved > <a href="/news" > Read More </a> </ea-cta> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" 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="light" background-overflow="visible" spacing-top="medium" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="light" hide-ctas hide-brand-stroke hide-byline spacing-top="medium" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-0nNpZ5xq1EwhC2uA6KKNs748ymH4GfM%2F%2FEk0wxd5lhS7riBjY9x96%2FG3Q8Dfcdtn2cmm3Wc2NSjmjivL%2FdTb4QL2uFnW3SZZ4%2FALijDyVMarG4QPfVPZvLLf6cUQWjwqY6wjVhyhc%2F0W%2FK7pmlCUYuErbAbcOEks6k8MyoPLIw1Qp5%2F5792CfKQ%3D" total-count="76" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/live-start-points-thumbnail.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Nov 18, 2024" title-text="EA SPORTS FC 25 | Live Start Points" tooltip="EA SPORTS FC 25 | Live Start Points" > <h3>EA SPORTS FC 25 | Live Start Points</h3> <div>Nov 18, 2024</div> <ea-tile-copy slot="copy"> Live Start Points are a new way of experiencing Manager & Player Career, by starting your journey at access points based on real-world events across European league football throughout the 2024/2025 season. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/live-start-points" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/live-start-points" > Learn More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-track-stars-feat-image.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Nov 15, 2024" title-text="Football Ultimate Team™ 25 - TRACK STARS" tooltip="Football Ultimate Team™ 25 - TRACK STARS" > <h3>Football Ultimate Team™ 25 - TRACK STARS</h3> <div>Nov 15, 2024</div> <ea-tile-copy slot="copy"> Add a burst of pace to your Football Ultimate Team squad with Track Stars. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-track-stars" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-track-stars" > Learn More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fut25-centurions-designtemp-storefront-4k-3840x2160.png.adapt.crop16x9.431p.png" eyebrow-text="Nov 8, 2024" title-text="Football Ultimate Team™ 25 - CENTURIONS" tooltip="Football Ultimate Team™ 25 - CENTURIONS" > <h3>Football Ultimate Team™ 25 - CENTURIONS</h3> <div>Nov 8, 2024</div> <ea-tile-copy slot="copy"> Welcome the 100 Club to Ultimate Team with Centurions and create your own with Evolutions. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-centurions" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-centurions" > Learn More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:3" media="https://media.contentapi.ea.com/content/dam/ea/fc/fc-25/common/fc-25-nike-ea-fc-founders-ls-shirt.png.adapt.crop16x9.431p.png" eyebrow-text="Nov 7, 2024" title-text="Nike x EA SPORTS FC Founders LS Shirt" tooltip="Nike x EA SPORTS FC Founders LS Shirt" > <h3>Nike x EA SPORTS FC Founders LS Shirt</h3> <div>Nov 7, 2024</div> <ea-tile-copy slot="copy"> Frequently Asked Questions for the Nike x EA FC Founders LS Shirt </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/nike-ea-sports-fc-founders-ls-shirt" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/nike-ea-sports-fc-founders-ls-shirt" > Learn More </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/ea/fc/fc-25/common/fc-25-ut-hub-trailblazers-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Oct 25, 2024" title-text="Football Ultimate Team™ 25 - TRAILBLAZERS" tooltip="Football Ultimate Team™ 25 - TRAILBLAZERS" > <h3>Football Ultimate Team™ 25 - TRAILBLAZERS</h3> <div>Oct 25, 2024</div> <ea-tile-copy slot="copy"> Enjoy PlayStyle and Role upgrades with Trailblazers, returning to Football Ultimate Team™ in EA SPORTS FC™ 25. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-trailblazers" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-trailblazers" > Learn More </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/ea/fc/fc-25/common/fc-25-ut-hub-total-rush-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Oct 11, 2024" title-text="Football Ultimate Team™ 25 - TOTAL RUSH" tooltip="Football Ultimate Team™ 25 - TOTAL RUSH" > <h3>Football Ultimate Team™ 25 - TOTAL RUSH</h3> <div>Oct 11, 2024</div> <ea-tile-copy slot="copy"> Win as a team with TOTAL RUSH. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-total-rush" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-total-rush" > Learn More </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/fc-25-featured-image.png.adapt.crop16x9.431p.png" eyebrow-text="Sep 30, 2024" tooltip="" > <div>Sep 30, 2024</div> <ea-tile-copy slot="copy"> Discover Cranium Technology in EA SPORTS FC 25 and sculpt your football superstar. Bring your virtual player to life with detailed customization options. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/cranium-technology-ea-sports-fc-25" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/cranium-technology-ea-sports-fc-25" > Learn More </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/ea/fc/fc-25/common/rttk-thumbnail.png.adapt.crop16x9.431p.png" eyebrow-text="Sep 27, 2024" title-text="Football Ultimate Team™ 25 - Road to the Knockouts (RTTK)" tooltip="Football Ultimate Team™ 25 - Road to the Knockouts (RTTK)" > <h3>Football Ultimate Team™ 25 - Road to the Knockouts (RTTK)</h3> <div>Sep 27, 2024</div> <ea-tile-copy slot="copy"> Ultimate Team™ welcomes the glory of UEFA European Competitions to EA SPORTS FC™ 25 in Road to the Knockouts. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/uefa-rttk" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/uefa-rttk" > Learn More </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/ea/fc/fc-25/common/nintendo-switch-deep-dive.png.adapt.crop16x9.431p.png" eyebrow-text="Sep 26, 2024" title-text="EA SPORTS FC 25 | Nintendo Switch Deep Dive" tooltip="EA SPORTS FC 25 | Nintendo Switch Deep Dive" > <h3>EA SPORTS FC 25 | Nintendo Switch Deep Dive</h3> <div>Sep 26, 2024</div> <ea-tile-copy slot="copy"> Hello everyone and welcome to the EA SPORTS FC™ 25 Switch Pitch Notes! I'm Kush Mathur, Assistant Producer on the FC Team and I’m excited to provide an overview of the key new features and updates coming to Nintendo Switch in… </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-switch-deep-dive" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-switch-deep-dive" > Learn More </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/ea/fc/fc-25/common/fc25-thumbnails-02-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Sep 25, 2024" title-text="EA SPORTS FC™ 25 - FC Founders & Club Membership" tooltip="EA SPORTS FC™ 25 - FC Founders & Club Membership" > <h3>EA SPORTS FC™ 25 - FC Founders & Club Membership</h3> <div>Sep 25, 2024</div> <ea-tile-copy slot="copy"> Play Before November 1st and take your FC loyalty to a new level with the all-new FC Club Membership. Find out how you can join today! </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-club-membership" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-club-membership" > Learn More </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/ea/fc/fc-25/common/fut25-earlyaccess-designtemp-16x9.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Sep 20, 2024" title-text="Football Ultimate Team™ 25 - Early Access" tooltip="Football Ultimate Team™ 25 - Early Access" > <h3>Football Ultimate Team™ 25 - Early Access</h3> <div>Sep 20, 2024</div> <ea-tile-copy slot="copy"> Kick-off your Football Ultimate Team journey early with EA SPORTS FC 25 Early Access! Complete objectives, SBCs, Evolutions and more! </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-early-access" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-early-access" > Learn More </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/ea/fc/fc-25/common/nike-stadium.png.adapt.crop16x9.431p.png" eyebrow-text="Sep 17, 2024" title-text="EA SPORTS FC™ 25 - Nike Air Zoom Arena" tooltip="EA SPORTS FC™ 25 - Nike Air Zoom Arena" > <h3>EA SPORTS FC™ 25 - Nike Air Zoom Arena</h3> <div>Sep 17, 2024</div> <ea-tile-copy slot="copy"> Experience an all-new stadium built exclusively in FC 25 by by EA SPORTS in collaboration with Nike as the definitive home of the all-new, fast-paced 5v5 Rush feature in Ultimate Team™ and Clubs. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-nike-air-zoom-arena" link-text="Learn More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/games/ea-sports-fc/fc-25/news/fc-25-nike-air-zoom-arena" > Learn More </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" 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="light" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/games/ea-sports-fc/fc-24/news" link-text="Read More" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="news" emphasis="primary" unresolved > <a href="/games/ea-sports-fc/fc-24/news" > Read More </a> </ea-cta> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" 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="light" background-overflow="visible" spacing-top="medium" spacing-bottom="none" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-subheading"> </ea-elements-loader> <ea-subheading unresolved type="ordered" layout="small" text-align="left" text-color="dark" spacing-top="medium" spacing-bottom="medium" > </ea-subheading> <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="light" hide-ctas hide-brand-stroke hide-byline spacing-top="medium" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="left" cards="" background-color="none" ajax-url="/pagination/2-XJ0RXeGz14iusLQVhyB1tjLTZmDKKrutOHCx5tCOlGwTosQbRu1D2WQOTc3b7Or3DGtXrzVIFCA3rN%2FwRDx99mhLeP5jiu0mw2DDyTPUKU585XHFDPPsgLSxslMGcAMtiSvlA3roagI5oTo3zXPg6RpRdzwsn%2BClVKw7jgx905jD9hNPpH2mjYtKd%2FEHBcSmB2Gc" total-count="315" 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/apex-legends/common/lunar-rebirth-event/apexs23-lunarrebirth-keyart-3840x2160.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="
Resolver
Resolver ASN
AS36692
Resolver IP
67.215.82.66
Resolver Network Name
Cisco OpenDNS, LLC
Report ID
20250118T043647Z_webconnectivity_VN_150881_n1_uXGmnJKoF5tq7eHZ
Platform
linux
Software Name
ooniprobe-cli (3.21.0)
Measurement Engine
ooniprobe-engine (3.21.0)