OK
https://www.origin.com/
Germany
Country
Network
January 18, 2025, 06:46 AM UTC
Date & Time
Websites
Websites
Runtime: 1s
On January 18, 2025, 06:46 AM UTC, https://www.origin.com/ was accessible when tested on AS8881 in Germany.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
89.246.64.138
Query:
IN A www.origin.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
2.16.184.141

TCP Connections

Connection to 2.16.184.141:443 succeeded.

HTTP Requests

URL
GET https://www.ea.com/games/library/mac-download
Response Headers
Alt-Svc:
h3=":443"; ma=93600
Cache-Control:
max-age=34
Content-Security-Policy:
frame-ancestors 'self'
Content-Type:
text/html; charset=UTF-8
Date:
Sat, 18 Jan 2025 06:46:25 GMT
Expires:
Sat, 18 Jan 2025 06:46:59 GMT
Last-Modified:
Sat, 18 Jan 2025 06:32:17 UTC
Set-Cookie:
EDGESCAPE_COUNTRY=DE; path=/
Strict-Transport-Security:
max-age=15768000
Vary:
Accept-Encoding
X-Application-Context:
eacom
X-Environment-Context:
prod
X-Frame-Options:
SAMEORIGIN
X-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>Mac Download Video Games - Official EA Site</title>
    


<meta property="og:type" content="article">
<meta property="og:title" content="Mac Download Video Games - Official EA Site">
<meta property="og:description" content="Explore video games downloads for Mac from Electronic Arts, a leading publisher of games for the PC, consoles and mobile.">

    <meta property="og:url" content="https://www.ea.com/games/library/mac-download">

<meta property="og:site_name" content="Electronic Arts Inc.">

    <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/en-us/migrated-images/2016/10/mac-download-featured-image.jpg.adapt.crop191x100.1200w.jpg">


    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="628">


<meta name="description" content="Explore video games downloads for Mac from Electronic Arts, a leading publisher of games for the PC, consoles and mobile.">
<meta name="author" content="Electronic Arts">
<meta property="article:modified_time" content="2024-03-21T03:02:51Z">
<meta property="article:published_time" content="2016-10-19T20:57:21Z">





<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ea">
<meta name="twitter:title" content="Mac Download Video Games - Official EA Site">
<meta name="twitter:description" content="Explore video games downloads for Mac from Electronic Arts, a leading publisher of games for the PC, consoles and mobile.">

    <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/en-us/migrated-images/2016/10/mac-download-featured-image.jpg.adapt.crop16x9.1023w.jpg">

<meta name="twitter:creator" content="@ea">

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Article",
     
"image": {
    "@type": "ImageObject",
    "url": "https://media.contentapi.ea.com/content/dam/eacom/en-us/migrated-images/2016/10/mac-download-featured-image.jpg.adapt.crop191x100.1200w.jpg"
},
 
    "author": {
      "@type": "Organization",
      "name": "Electronic Arts",
      "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Electronic Arts",
        "sameAs": "https://en.wikipedia.org/wiki/Electronic_Arts",
        "logo": {
            "@type": "ImageObject",
            "url": "https://media.contentapi.ea.com/content/dam/ea/EA_logo.png",
            "width": 60,
            "height": 60
        }
    },
    "inLanguage": "en",
    "description": "Explore video games downloads for Mac from Electronic Arts, a leading publisher of games for the PC, consoles and mobile.",
    "datePublished": "2016-10-19T20:57:21Z",
    "dateModified": "2024-03-21T03:02:51Z",
    "headline": "Mac Download Video Games - Official EA Site",
    "url": "https://www.ea.com/games/library/mac-download"
}
</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: #F3F3F4;
                        
                            --ea-theme-tabs-indicator-color: #276AFC;
                        
                            --ea-theme-tabs-interface-color: #276AFC;
                        
                            --ea-theme-tabs-unselected-type: #000000;
                        
                            --ea-theme-tabs-selected-type: #000000;
                        
                            --ea-theme-tabs-selected-state: #DEDEDE;
                        
                             --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08);
                        
                            --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1);
                        
                            --ea-theme-tabs-tab-text-transform: capitalize;
                        
                            --ea-theme-h5-font-size-tablet-landscape: 22px;
                        
                            --ea-theme-light-gradient: var(--ea-theme-ea-brand-2020-deep-blue);
                        
                    }
                </style>
            </custom-style>
        
    



<ea-elements-loader elements="ea-network-nav, ea-player, ea-type-kit">
</ea-elements-loader>


    <ea-network-nav
        unresolved
        userData="/user-data"
        content="//nds-network-nav.ea.com//en-us/network-nav"
        login-url="/login"
        logout-url="/logout"
            
                
                    
                        hide-logo
                    
                
            
    ></ea-network-nav>




    
        
            
                
<ea-elements-loader elements="ea-page-background">
</ea-elements-loader>
<ea-page-background
    unresolved
    layout="fixed"
    background-color=""
    
>
    


</ea-page-background>

            
        
    




    
        
            
                

    
<ea-elements-loader elements="ea-local-nav-advanced, ea-link">
</ea-elements-loader>
<ea-local-nav-advanced
    
    
        home-text="Electronic Arts Home"
        home-tooltip="Electronic Arts Home"
        home-link="https://www.ea.com/"
    
    
        logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
        
            logo-tooltip="Electronics Arts Home"
        
    
    
        theme="dark"
    
    
        shelf-type="band"
    
    
        open-drawer-text="Menu"
    
    
        close-drawer-text="Close"
    
    
        mini
    
    

    
        show-franchise-nav
    

    
        show-breadcrumbs
    

    

    

    
        franchise-link-text="All Games"
    

    
        franchise-link-url="/games"
    
    unresolved
>
    
        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-16x9.png.adapt.crop1x1.767w.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/images/2021/04/ea-play-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/ea-play"
        
        
            main-link-title="EA Play"
        
        
        
            type="simple"
        
        
        show-back-alt="EA Play"
        show-front-alt="EA Play"
        title="EA Play"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/ea-play"
            
            
                title="EA Play"
            
            
        >EA Play</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/07/eas-fifa22-gen5-ue-keyart-horz-f23logo.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa23-logo-white-stacked.svg"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-23"
        
        
            main-link-title="FIFA 23"
        
        
        
            type="simple"
        
        
        show-back-alt="FIFA 23"
        show-front-alt="FIFA 23"
        title="FIFA 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-23"
            
            
                title="FIFA 23"
            
            
        >FIFA 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/1-1-gamebox-f122-keyart-1.png.adapt.crop1x1.767w.png"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/f122-gamebox-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/f1/f1-22"
        
        
            main-link-title="F1™  22"
        
        
        
            type="simple"
        
        
        show-back-alt="F1™  22"
        show-front-alt="F1™  22"
        title="F1™  22"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/f1/f1-22"
            
            
                title="F1™  22"
            
            
        >F1™  22</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2022/05/madden-23-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/m23-gamebox-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/madden-nfl/madden-nfl-23"
        
        
            main-link-title="Madden NFL 23"
        
        
        
            type="simple"
        
        
        show-back-alt="Madden NFL 23"
        show-front-alt="Madden NFL 23"
        title="Madden NFL 23"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/madden-nfl/madden-nfl-23"
            
            
                title="Madden NFL 23"
            
            
        >Madden NFL 23</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2019/01/apex-legends-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/apex-legends-mono-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/apex-legends"
        
        
            main-link-title="Apex Legends"
        
        
        
            type="simple"
        
        
        show-back-alt="Apex Legends"
        show-front-alt="Apex Legends"
        title="Apex Legends"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/apex-legends"
            
            
                title="Apex Legends"
            
            
        >Apex Legends</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2021/06/battlefield-2042-key-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/battlefield-2042-mono-logo-svg.svg"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/battlefield/battlefield-2042"
        
        
            main-link-title="Battlefield™ 2042"
        
        
        
            type="simple"
        
        
        show-back-alt="Battlefield™ 2042"
        show-front-alt="Battlefield™ 2042"
        title="Battlefield™ 2042"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/battlefield/battlefield-2042"
            
            
                title="Battlefield™ 2042"
            
            
        >Battlefield™ 2042</a>
    </ea-game-box>
</ea-container>

        
            
<ea-elements-loader elements="ea-game-box">
</ea-elements-loader>
<ea-container
    
        filter-key="All"
    
    
        slot="franchise-game-box"
    
>
    <ea-game-box
        slot="game-box"
        
            background-image="https://media.contentapi.ea.com/content/dam/gin/images/2017/01/the-sims-4-keyart.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/the-sims-4-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="https://www.ea.com/games/the-sims/the-sims-4"
        
        
            main-link-title="The Sims 4"
        
        
        
            type="simple"
        
        
        show-back-alt="The Sims 4"
        show-front-alt="The Sims 4"
        title="The Sims 4"
        sale-text=""
        unresolved
    >
        
        
        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/the-sims/the-sims-4"
            
            
                title="The Sims 4"
            
            
        >The Sims 4</a>
    </ea-game-box>
</ea-container>

        
    

    

    
        <a title="Electronic Arts Home" href="https://www.ea.com/">
            Electronic Arts Home
            
                <img
                    src="https://media.contentapi.ea.com/content/dam/eacom/common/ea-wordmark-network-nav-coral.svg"
                    
                        alt="Electronics Arts Home"
                    
                />
            
        </a>
    

    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="GAMES"
    theme="dark"
    type="narrow"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="BROWSE GAMES"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Latest Games"
    link-href="https://www.ea.com/games"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games">Latest Games</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Coming Soon"
    link-href="https://www.ea.com/games/coming-soon"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/coming-soon">Coming Soon</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Free-To-Play"
    link-href="https://www.ea.com/games/library/freetoplay"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/freetoplay">Free-To-Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA SPORTS"
    link-href="https://www.ea.com/sports"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sports">EA SPORTS</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Originals"
    link-href="https://www.ea.com/ea-originals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-originals">EA Originals</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Games Library"
    link-href="https://www.ea.com/games/library"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library">Games Library</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA app Deals"
    link-href="https://www.ea.com/sales/deals"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/sales/deals">EA app Deals</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="PLATFORMS"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="PC"
    link-href="https://www.ea.com/games/library/pc-download"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/pc-download">PC</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="PlayStation"
    link-href="https://www.ea.com/games/library/ps5"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/ps5">PlayStation</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Xbox"
    link-href="https://www.ea.com/games/library/xbox-series-x"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/xbox-series-x">Xbox</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Nintendo Switch"
    link-href="https://www.ea.com/games/library/nintendo-switch"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/nintendo-switch">Nintendo Switch</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Mobile"
    link-href="https://www.ea.com/games/library/mobile"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/games/library/mobile">Mobile</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Pogo"
    link-href="https://www.ea.com/pogo"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/pogo">Pogo</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="EXPERIENCES"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=" "
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="The EA app"
    link-href="https://www.ea.com/ea-app"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-app">The EA app</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Play"
    link-href="https://www.ea.com/ea-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-play">EA Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Playtesting"
    link-href="https://www.ea.com/playtesting"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/playtesting">Playtesting</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="ABOUT"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=""
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Company"
    link-href="https://www.ea.com/about"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/about">Company</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Careers"
    link-href="https://www.ea.com/careers"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/careers">Careers</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="News"
    link-href="https://www.ea.com/news"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/news">News</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Technology"
    link-href="https://www.ea.com/technology"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/technology">Technology</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Studios"
    link-href="https://www.ea.com/studios"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/studios">EA Studios</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="EA Partners"
    link-href="https://www.ea.com/ea-partners"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/ea-partners">EA Partners</a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="COMMITMENTS"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text="Commitments"
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Our Commitments"
    link-href="https://www.ea.com/commitments"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments">Our Commitments</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Positive Play"
    link-href="https://www.ea.com/commitments/positive-play"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/positive-play">Positive Play</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="People &amp; Inclusive Culture"
    link-href="https://www.ea.com/commitments/people-and-culture"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Social Impact"
    link-href="https://www.ea.com/commitments/social-impact"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/social-impact">Social Impact</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Environment "
    link-href="https://www.ea.com/commitments/environment"
    link-target="_self"
    
    unresolved
>
    <a href="https://www.ea.com/commitments/environment">Environment </a>
</ea-local-nav-shelf-sub-nav-section-link>

</ea-local-nav-shelf-sub-nav-section>

</ea-local-nav-shelf-sub-nav>

        
    
        
            
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav
    slot="local-nav-shelf-link"
    toggle-text="RESOURCES"
    theme="dark"
    type="simple"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section
    title-text=""
    slot="sub-nav-section"
    unresolved
>
    
<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="Help"
    link-href="https://help.ea.com/"
    link-target="_blank"
    
    unresolved
>
    <a href="https://help.ea.com/">Help</a>
</ea-local-nav-shelf-sub-nav-section-link>

<ea-elements-loader elements="ea-local-nav-shelf-sub-nav-section-link">
</ea-elements-loader>
<ea-local-nav-shelf-sub-nav-section-link
    slot="sub-nav-section-link"
    link-text="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 &amp; Inclusive Culture"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/people-and-culture">People &amp; Inclusive Culture</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/social-impact"
        link-title=""
        link-text="Social Impact"
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/social-impact">Social Impact</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://www.ea.com/commitments/environment"
        link-title=""
        link-text="Environment "
        text-color=""
        unresolved
    >
        <a href="https://www.ea.com/commitments/environment">Environment </a>
    </ea-link>


        
    </ea-local-nav-drawer-sub-nav-advanced>


        
            

    <ea-elements-loader elements="ea-local-nav-drawer-sub-nav-advanced">
    </ea-elements-loader>
    <ea-local-nav-drawer-sub-nav-advanced
        
            slot="local-nav-drawer-link"
        
        toggle-text="RESOURCES"
        toggle-tooltip=""
        theme="dark"
        
            type="simple"
        
        unresolved
    >
        
        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://help.ea.com/"
        link-title=""
        link-text="Help"
        text-color=""
        unresolved
    >
        <a href="https://help.ea.com/">Help</a>
    </ea-link>


        
            

    <ea-elements-loader elements="ea-link">
    </ea-elements-loader>
    <ea-link
        slot="local-nav-drawer-sub-link"
        class="eapl-local-nav__drawer-sub-link"
        link-href="https://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>



            
        
    




    
        
            
                
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="96px"
    
    
        small="96px"
    
    
        medium="10vw"
    
    
        large="8vw"
    
    
        largest="100px"
    
>
</ea-spacer>

            
                

    <div>
        <style>
  .originBeta_textContainer + .originBeta_textContainer {
    margin: 3rem 0 0 0;
  }
  .originBeta_faqTextContainer + .originBeta_faqTextContainer {
    margin: 2rem 0 0 0;
    border-top: 1px dashed var(--ea-theme-color);
    padding-top: 2rem;
  }
  .originBeta_textContainer p {
    margin: 0;
    padding: 0;
  }
  .originBeta_textContainer .faqQuestion {
    font-weight: var(--ea-theme-header-font-weight-bold);
    margin: 0 0 0.5em 0;
  }
  .originBeta_textContainer .asteriskIndent {
    text-indent: -0.65em;
  }
  .originBeta_textContainer .footnote {
    font-size: 12px;
  }
</style>
    </div>


            
        
    


<main>
    



    
<ea-elements-loader elements="ea-section">
</ea-elements-loader>
<ea-section
    unresolved
    slot="section"
    
    
        type="full-bleed"
    
    
        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/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg"
        background-image-small="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.768w.jpg"
        background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1024w.jpg"
        background-image-large="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1456w.jpg"
        background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1920w.jpg"
        image-tooltip=""
    
    
>
    
        <img
            src="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg"
            alt=""
            srcset="https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/common/eacom-pc-games-page-top-section-header-xl.jpg.adapt.1920w.jpg 1456w"
        />
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="20vw"
    
    
        small="25vw"
    
    
        medium="3.5vw"
    
    
        large="3.5vw"
    
    
        largest="4.5vw"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="light"
    
>
    <h1><b>MAC Games</b></h1>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="30vw"
    
    
        small="30vw"
    
    
        medium="10vw"
    
    
        large="11vw"
    
    
        largest="10vw"
    
>
</ea-spacer>

</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-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <h2 class="d6">Featured Mac Games</h2>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<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="none"
    
    
        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/2017/09/the-sims-4-console-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="/games/the-sims/the-sims-4"
        
        
            main-link-title="The Sims 4"
        
        
            main-link-target="/games/the-sims/the-sims-4"
        
        
        
        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="/games/the-sims/the-sims-4"
            
            
                title="The Sims 4"
            
            
                target="/games/the-sims/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/2022/05/ts4-kit-11-game-box-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-11-game-box-logo.svg"
            logo-alt="F1® 22"
        
        
            main-link-url="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-blooming-rooms-kit"
        
        
            main-link-title="THE Sims™ 4 Blooming Rooms Kit"
        
        
            main-link-target="_blank"
        
        
        
        show-back-alt="THE Sims™ 4 Blooming Rooms Kit"
        show-front-alt="THE Sims™ 4 Blooming Rooms Kit"
        title="THE Sims™ 4 Blooming Rooms Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-blooming-rooms-kit"
    slot="feature-link"
    target="_blank"
>
    THE Sims™ 4 Blooming Rooms Kit
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-blooming-rooms-kit"
            
            
                title="THE Sims™ 4 Blooming Rooms Kit"
            
            
                target="_blank"
            
        >THE Sims™ 4 Blooming Rooms Kit</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/2023/11/ts4-ep-15-game-box-art.jpg.adapt.crop1x1.767w.jpg"
            
                background-image-alt-text="FIFA 22"
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-ep-15-game-box-logo.svg"
            logo-alt="FIFA 22"
        
        
            main-link-url="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-for-rent-expansion-pack"
        
        
            main-link-title="THE Sims™ 4 For Rent Expansion Pack"
        
        
            main-link-target="_blank"
        
        
        
        show-back-alt="THE Sims™ 4 For Rent Expansion Pack"
        show-front-alt="THE Sims™ 4 For Rent Expansion Pack"
        title="THE Sims™ 4 For Rent Expansion Pack"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-for-rent-expansion-pack"
    slot="feature-link"
    target="_blank"
>
    THE Sims™ 4 For Rent Expansion
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="https://www.ea.com/games/the-sims/the-sims-4/store/addons/the-sims-4-for-rent-expansion-pack"
            
            
                title="THE Sims™ 4 For Rent Expansion Pack"
            
            
                target="_blank"
            
        >THE Sims™ 4 For Rent Expansion Pack</a>
    </ea-game-box>
</ea-container>

    


</ea-box-set>

</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-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <h2 class="d6">Discover more great games for Mac</h2>

    
</ea-text>

<ea-elements-loader elements="ea-text">
</ea-elements-loader>
<ea-text
    unresolved
    slot="text"
    
        text-color="dark"
    
>
    <p>Browse the complete collection of add-ons for The Sims 4, from packs to kits to custom bundles. Explore the full spectrum of Sims items and adventures, from tropical getaways and horse ranches to love stories, paranormal phenomena, and everything in between.</p>
<p>And don’t forget, your digital game purchases are protected by our <a href="https://www.ea.com/great-game-guarantee">Great Game Guarantee</a>.</p>

    
</ea-text>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="2vw"
    
    
        small="2vw"
    
    
        medium="2vw"
    
    
        large="2vw"
    
    
        largest="2vw"
    
>
</ea-spacer>

</ea-section-column>

    
</ea-section>



<ea-elements-loader elements="ea-tabs">
</ea-elements-loader>
<dom-bind>
    <template>
        <ea-tabs
            unresolved
            
                theme="custom"
            
            
                alignment="centre"
            
            
                mobile-layout="default"
            
            indicate
            autoselect
            selected="{{ selected }}"
        >
            

    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#latest-games"
        
        
        
            theme="custom"
        
    >
        
            latest games
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="/games/coming-soon"
        
        
        
            theme="custom"
        
    >
        
            coming soon
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="#the-sims"
        
        
        
            theme="custom"
        
    >
        
            the sims
        
    </ea-tab>



    <ea-elements-loader elements="ea-tab">
    </ea-elements-loader>
    <ea-tab
        unresolved
        
            url="/games/library#genres"
        
        
        
            theme="custom"
        
    >
        
            Genres
        
    </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="none"
    
    
        spacing-bottom="none"
    
    
    
    
    
>
    
    


<ea-section-column
    slot="section-column"
    
    
    
        text-align="center"
    
    
    
        mobile-order="0"
    
    
>
    
<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<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 Games"
    
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
    
        <h3>Latest 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="medium"
    
    
        game-box-scrim-color="dark"
    
    
        game-box-scrim-opacity="medium"
    
    
        total-count="14"
        
    
        ajax-url="/pagination/2-aLeP2%2BiGuDbp4upPOHLjf1wtSN0hPZsxgRze9tLUlQcx%2Fc63tVV4REzRdD3qzB6sGPAPmOtGtPvmwsijeIJAGxr4vSBUf4n5y0XXxohraZqdOUWwC%2FFcqSD2aP63RAZHYp50aJfqLyILUmt9Msktn0%2F9Vh15THTd2iXucxhdIkWn88SJZ%2F8AwgYHuP24rHAl1C9P6ImPmnLFudpBY16xhgrvb7mQXRa5ce8p0FSK2TEMbGpxyLQ%3D"
    
>
    

    
<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="/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="/games/the-sims/the-sims-4"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/help-home/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://forums.ea.com/category/the-sims-4-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/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/2017/01/simcity-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/simcity-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/simcity/simcity"
        
        
            main-link-title="SimCity™"
        
        
        
        
        show-back-alt="SimCity™"
        show-front-alt="SimCity™"
        title="SimCity™"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/simcity/simcity"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-The-Sims-Games/bd-p/other-sims-games-en"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/simcity/simcity"
            
            
                title="SimCity™"
            
            
        >SimCity™</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/fifa-13-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa-13-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-13"
        
        
            main-link-title="FIFA 13"
        
        
        
        
        show-back-alt="FIFA 13"
        show-front-alt="FIFA 13"
        title="FIFA 13"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/fifa/fifa-13"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-FIFA-Games/bd-p/FIFA-15"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-13"
            
            
                title="FIFA 13"
            
            
        >FIFA 13</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/fifa-12-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/fifa-12-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/fifa/fifa-12"
        
        
            main-link-title="FIFA 12"
        
        
        
        
        show-back-alt="FIFA 12"
        show-front-alt="FIFA 12"
        title="FIFA 12"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/fifa/fifa-12"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://fifaforums.easports.com/en/"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/fifa/fifa-12"
            
            
                title="FIFA 12"
            
            
        >FIFA 12</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/tiger-woods-pga-tour-12-masters-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/tiger-woods-pga-tour-12-masters-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/pga-tour/tiger-woods-pga-tour-12-the-masters"
        
        
            main-link-title="Tiger Woods PGA Tour 12: the Masters"
        
        
        
        
        show-back-alt="Tiger Woods PGA Tour 12: the Masters"
        show-front-alt="Tiger Woods PGA Tour 12: the Masters"
        title="Tiger Woods PGA Tour 12: the Masters"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/pga-tour/tiger-woods-pga-tour-12-the-masters"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-EA-Games/bd-p/Other-EA-Games"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/pga-tour/tiger-woods-pga-tour-12-the-masters"
            
            
                title="Tiger Woods PGA Tour 12: the Masters"
            
            
        >Tiger Woods PGA Tour 12: the Masters</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/dragn2-keyart.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/dragon-age-2.png"
            logo-alt=""
        
        
            main-link-url="/games/dragon-age/dragon-age-2"
        
        
            main-link-title="Dragon Age 2"
        
        
        
        
        show-back-alt="Dragon Age 2"
        show-front-alt="Dragon Age 2"
        title="Dragon Age 2"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/dragon-age/dragon-age-2"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-Dragon-Age-Games/bd-p/dragon-age-origins"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/dragon-age/dragon-age-2"
            
            
                title="Dragon Age 2"
            
            
        >Dragon Age 2</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/nba-jam-keyart-6bit.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/nba-jam-on-fire-edition-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/nba-live/nba-jam"
        
        
            main-link-title="NBA JAM"
        
        
        
        
        show-back-alt="NBA JAM"
        show-front-alt="NBA JAM"
        title="NBA JAM"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/nba-live/nba-jam"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://forums.ea.com/en/nba-live"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/nba-live/nba-jam"
            
            
                title="NBA JAM"
            
            
        >NBA JAM</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/10/the-sims-3-keyart-2.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts3-flat-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-3"
        
        
            main-link-title="The Sims 3"
        
        
        
        
        show-back-alt="The Sims 3"
        show-front-alt="The Sims 3"
        title="The Sims 3"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-3"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="http://answers.ea.com/t5/The-Sims-3/bd-p/the-sims-3"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-3"
            
            
                title="The Sims 3"
            
            
        >The Sims 3</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/command-and-conquer-red-alert-3-key-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/command-and-conquer-red-alert-3-mono-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/command-and-conquer/command-and-conquer-red-alert-3"
        
        
            main-link-title="Command &amp; Conquer Red Alert 3"
        
        
        
        
        show-back-alt="Command &amp; Conquer Red Alert 3"
        show-front-alt="Command &amp; Conquer Red Alert 3"
        title="Command &amp; Conquer Red Alert 3"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/command-and-conquer/command-and-conquer-red-alert-3"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Help
</a>

<a
    class="eapl-link"
    href="https://answers.ea.com/t5/Other-EA-Games/bd-p/Other-EA-Games"
    slot="feature-link"
    target=""
>
    Forums
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/command-and-conquer/command-and-conquer-red-alert-3"
            
            
                title="Command &amp; Conquer Red Alert 3"
            
            
        >Command &amp; Conquer Red Alert 3</a>
    </ea-game-box>
</ea-container>



    

<ea-elements-loader elements="ea-pagination">
</ea-elements-loader>
<ea-pagination
    unresolved
    slot="pagination"
    total-count=""
    page-size="9"
    current-page="1"
    next-text="Next"
    previous-text="Previous"
    theme="light"
    
></ea-pagination>

<ea-elements-loader elements="ea-filter">
</ea-elements-loader>
<ea-filter
    slot="filter"

    
        theme="dark"
    
    
        apply-cta-background-color="brand"
    
    
        apply-cta-text-color="light"
    
    
        reset-cta-background-color="transparent"
    
    
        reset-cta-text-color="dark"
    
    
        filter-cta-text="Filter Games"
    
    
      franchise-options="[{&quot;text&quot;:&quot;All Franchises&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;Battlefield&quot;,&quot;value&quot;:&quot;battlefield&quot;},{&quot;text&quot;:&quot;Bejeweled&quot;,&quot;value&quot;:&quot;bejeweled&quot;},{&quot;text&quot;:&quot;Burnout&quot;,&quot;value&quot;:&quot;burnout&quot;},{&quot;text&quot;:&quot;Command &amp; Conquer&quot;,&quot;value&quot;:&quot;command-and-conquer&quot;},{&quot;text&quot;:&quot;Dragon Age&quot;,&quot;value&quot;:&quot;dragon-age&quot;},{&quot;text&quot;:&quot;FIFA&quot;,&quot;value&quot;:&quot;fifa&quot;},{&quot;text&quot;:&quot;Madden&quot;,&quot;value&quot;:&quot;madden&quot;},{&quot;text&quot;:&quot;Mass Effect&quot;,&quot;value&quot;:&quot;mass-effect&quot;},{&quot;text&quot;:&quot;NBA&quot;,&quot;value&quot;:&quot;nba&quot;},{&quot;text&quot;:&quot;Need for Speed&quot;,&quot;value&quot;:&quot;need-for-speed&quot;},{&quot;text&quot;:&quot;NHL&quot;,&quot;value&quot;:&quot;nhl&quot;},{&quot;text&quot;:&quot;PGA Tour&quot;,&quot;value&quot;:&quot;pga-tour&quot;},{&quot;text&quot;:&quot;Plants vs Zombies&quot;,&quot;value&quot;:&quot;plants-vs-zombies&quot;},{&quot;text&quot;:&quot;Real Racing&quot;,&quot;value&quot;:&quot;real-racing&quot;},{&quot;text&quot;:&quot;SimCity&quot;,&quot;value&quot;:&quot;simcity&quot;},{&quot;text&quot;:&quot;The Simpsons&quot;,&quot;value&quot;:&quot;the-simpsons&quot;},{&quot;text&quot;:&quot;The Sims&quot;,&quot;value&quot;:&quot;the-sims&quot;},{&quot;text&quot;:&quot;Titanfall&quot;,&quot;value&quot;:&quot;titanfall&quot;},{&quot;text&quot;:&quot;UFC&quot;,&quot;value&quot;:&quot;ufc&quot;}]"
    
      genre-options="[{&quot;text&quot;:&quot;All Genres&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;Action&quot;,&quot;value&quot;:&quot;action&quot;},{&quot;text&quot;:&quot;Adventure&quot;,&quot;value&quot;:&quot;adventure&quot;},{&quot;text&quot;:&quot;Family&quot;,&quot;value&quot;:&quot;family&quot;},{&quot;text&quot;:&quot;Fantasy&quot;,&quot;value&quot;:&quot;fantasy&quot;},{&quot;text&quot;:&quot;Horror&quot;,&quot;value&quot;:&quot;horror&quot;},{&quot;text&quot;:&quot;Kids&quot;,&quot;value&quot;:&quot;kids&quot;},{&quot;text&quot;:&quot;MMORPG&quot;,&quot;value&quot;:&quot;mmorpg&quot;},{&quot;text&quot;:&quot;Racing&quot;,&quot;value&quot;:&quot;racing&quot;},{&quot;text&quot;:&quot;Role Playing (RPG)&quot;,&quot;value&quot;:&quot;role-playing&quot;},{&quot;text&quot;:&quot;Shooter&quot;,&quot;value&quot;:&quot;shooting&quot;},{&quot;text&quot;:&quot;Simulation&quot;,&quot;value&quot;:&quot;simulation&quot;},{&quot;text&quot;:&quot;Sports&quot;,&quot;value&quot;:&quot;sports&quot;},{&quot;text&quot;:&quot;Strategy&quot;,&quot;value&quot;:&quot;strategy&quot;}]"
    
      rating-options="[{&quot;text&quot;:&quot;All Ratings&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;ACB (G) General&quot;,&quot;value&quot;:&quot;acb-g&quot;},{&quot;text&quot;:&quot;ACB (M) Mature&quot;,&quot;value&quot;:&quot;acb-m&quot;},{&quot;text&quot;:&quot;ACB MA15+: Not suitable for under 15s&quot;,&quot;value&quot;:&quot;acb-ma&quot;},{&quot;text&quot;:&quot;ACB (PG) Parental Guidance&quot;,&quot;value&quot;:&quot;acb-pg&quot;},{&quot;text&quot;:&quot;ACB Restricted (R 18+)&quot;,&quot;value&quot;:&quot;acb-r&quot;}]"
    
      year-options="[{&quot;text&quot;:&quot;All Years&quot;,&quot;value&quot;:&quot;&quot;},{&quot;text&quot;:&quot;2023&quot;,&quot;value&quot;:&quot;2023&quot;},{&quot;text&quot;:&quot;2022&quot;,&quot;value&quot;:&quot;2022&quot;},{&quot;text&quot;:&quot;2021&quot;,&quot;value&quot;:&quot;2021&quot;},{&quot;text&quot;:&quot;2020&quot;,&quot;value&quot;:&quot;2020&quot;},{&quot;text&quot;:&quot;2019&quot;,&quot;value&quot;:&quot;2019&quot;},{&quot;text&quot;:&quot;2018&quot;,&quot;value&quot;:&quot;2018&quot;},{&quot;text&quot;:&quot;2017&quot;,&quot;value&quot;:&quot;2017&quot;},{&quot;text&quot;:&quot;2016&quot;,&quot;value&quot;:&quot;2016&quot;},{&quot;text&quot;:&quot;2015&quot;,&quot;value&quot;:&quot;2015&quot;},{&quot;text&quot;:&quot;2014&quot;,&quot;value&quot;:&quot;2014&quot;},{&quot;text&quot;:&quot;2013&quot;,&quot;value&quot;:&quot;2013&quot;},{&quot;text&quot;:&quot;2012&quot;,&quot;value&quot;:&quot;2012&quot;},{&quot;text&quot;:&quot;2011&quot;,&quot;value&quot;:&quot;2011&quot;},{&quot;text&quot;:&quot;2010&quot;,&quot;value&quot;:&quot;2010&quot;},{&quot;text&quot;:&quot;2009&quot;,&quot;value&quot;:&quot;2009&quot;},{&quot;text&quot;:&quot;2008&quot;,&quot;value&quot;:&quot;2008&quot;},{&quot;text&quot;:&quot;2007&quot;,&quot;value&quot;:&quot;2007&quot;},{&quot;text&quot;:&quot;2006&quot;,&quot;value&quot;:&quot;2006&quot;},{&quot;text&quot;:&quot;2005&quot;,&quot;value&quot;:&quot;2005&quot;},{&quot;text&quot;:&quot;2004&quot;,&quot;value&quot;:&quot;2004&quot;},{&quot;text&quot;:&quot;2003&quot;,&quot;value&quot;:&quot;2003&quot;},{&quot;text&quot;:&quot;2002&quot;,&quot;value&quot;:&quot;2002&quot;},{&quot;text&quot;:&quot;2001&quot;,&quot;value&quot;:&quot;2001&quot;},{&quot;text&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000&quot;},{&quot;text&quot;:&quot;1999&quot;,&quot;value&quot;:&quot;1999&quot;},{&quot;text&quot;:&quot;1998&quot;,&quot;value&quot;:&quot;1998&quot;},{&quot;text&quot;:&quot;1997&quot;,&quot;value&quot;:&quot;1997&quot;},{&quot;text&quot;:&quot;1996&quot;,&quot;value&quot;:&quot;1996&quot;},{&quot;text&quot;:&quot;1995&quot;,&quot;value&quot;:&quot;1995&quot;},{&quot;text&quot;:&quot;1994&quot;,&quot;value&quot;:&quot;1994&quot;}]"
    
    unresolved
>
    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="franchise"
    theme="dark"
    value=""
    
        id="franchise"
    
    
        label-text="Franchise"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="genre"
    theme="dark"
    value=""
    
        id="genre"
    
    
        label-text="Genre"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="rating"
    theme="dark"
    value=""
    
        id="ratingCategory"
    
    
        label-text="Rating"
    
    
    unresolved
    >
    
</ea-dropdown>

    
      
<ea-elements-loader elements="ea-dropdown">
</ea-elements-loader>
<ea-dropdown
    slot="year"
    theme="dark"
    value=""
    
        id="year"
    
    
        label-text="Year"
    
    
    unresolved
    >
    
</ea-dropdown>

    
    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="apply-cta"
    
    
    
    
    
    
        link-text="Apply"
    
    
    
    
        fill-color="brand"
    
    
        text-color="light"
    
    
    
    
    
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
        
    >
        
            Apply
        
    </a>
</ea-cta>

    
<ea-elements-loader elements="ea-cta">
</ea-elements-loader>
<ea-cta
    
        slot="reset-cta"
    
    
    
    
    
    
        link-text="Reset"
    
    
    
    
        fill-color="transparent"
    
    
        text-color="dark"
    
    
    
    
    
    
    
    
    
    
    
    
    
    unresolved
>
    <a
        
        
    >
        
            Reset
        
    </a>
</ea-cta>

</ea-filter>


</ea-box-set>

<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>
                    
                
            
                
                    
                        <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="small"
    
    
        spacing-bottom="small"
    
    
    
    
    
>
    
    


<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="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-subheading">
</ea-elements-loader>
<ea-subheading
    unresolved
    
        type="ordered"
    
    
        layout="small"
    
    
        text-align="center"
    
    
        text-color="dark"
    
    
    
        title-text="The Sims"
    
    
    
        spacing-top="none"
    
    
        spacing-bottom="none"
    
>
    
    
        <h3>The Sims</h3>
    
    
</ea-subheading>

<ea-elements-loader elements="ea-spacer">
</ea-elements-loader>
<ea-spacer
    unresolved
    
        smallest="3rem"
    
    
        small="3rem"
    
    
        medium="3rem"
    
    
        large="3rem"
    
    
        largest="3rem"
    
>
</ea-spacer>

<ea-elements-loader elements="ea-box-set">
</ea-elements-loader>
<ea-box-set
    unresolved
    
        layout="3up"
    
    
        spacing-top="medium"
    
    
        spacing-bottom="none"
    
    
        game-box-scrim-color="none"
    
    
        game-box-scrim-opacity="low"
    
    
        total-count="84"
        
    
        ajax-url="/pagination/2-BSySOTBhyuDgl30H40fVmL2i1yFrf8vABywMfTeCPUUMKOyvVtZ7ik56q3Hapj3m7jnHDPLo9XhJcYO8LNmq%2BlSpc5qzGKZDfzKcnwej5qmfS8z5SZJ%2F1mk9I0ea2fHaNzDgTMlu1Tg4EvOCFXabfwopV%2FMwOjzB7dgI7DIxldU5U1MLqnGwWuEUfP8wrzLoCvEFudSP%2BEAs%2F5dSL3sAJ7%2BfwHJvbgd%2Bnjaj"
    
>
    

    
<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/thesims-gothkit-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/sims4-sp48-goth-galore-kit-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-goth-galore-kit"
        
        
            main-link-title="The Sims™ 4 Goth Galore Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Goth Galore Kit"
        show-front-alt="The Sims™ 4 Goth Galore Kit"
        title="The Sims™ 4 Goth Galore Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-goth-galore-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-goth-galore-kit"
            
            
                title="The Sims™ 4 Goth Galore Kit"
            
            
        >The Sims™ 4 Goth Galore Kit</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/03/thesims-castle-estate-1x1.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/sims4-sp47-castle-estate-kit-logo.png"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-castle-estate-kit"
        
        
            main-link-title="The Sims™ 4 Castle Estate Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Castle Estate Kit"
        show-front-alt="The Sims™ 4 Castle Estate Kit"
        title="The Sims™ 4 Castle Estate Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-castle-estate-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-castle-estate-kit"
            
            
                title="The Sims™ 4 Castle Estate Kit"
            
            
        >The Sims™ 4 Castle Estate Kit</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/2023/01/ts4-kit-20-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-20-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-simtimates-collection-kit"
        
        
            main-link-title="The Sims™ 4 Simtimates Collection Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Simtimates Collection Kit"
        show-front-alt="The Sims™ 4 Simtimates Collection Kit"
        title="The Sims™ 4 Simtimates Collection Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-simtimates-collection-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-simtimates-collection-kit"
            
            
                title="The Sims™ 4 Simtimates Collection Kit"
            
            
        >The Sims™ 4 Simtimates Collection Kit</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="/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="/games/the-sims/the-sims-4"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/help-home/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/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/2022/08/ts4-kit-17-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-17-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-desert-luxe-kit"
        
        
            main-link-title="The Sims™ 4 Desert Luxe Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Desert Luxe Kit"
        show-front-alt="The Sims™ 4 Desert Luxe Kit"
        title="The Sims™ 4 Desert Luxe Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-desert-luxe-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-desert-luxe-kit"
            
            
                title="The Sims™ 4 Desert Luxe Kit"
            
            
        >The Sims™ 4 Desert Luxe Kit</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/2022/08/ts4-kit-16-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-16-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-first-fits-kit"
        
        
            main-link-title="The Sims™ 4 First Fits Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 First Fits Kit"
        show-front-alt="The Sims™ 4 First Fits Kit"
        title="The Sims™ 4 First Fits Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-first-fits-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-first-fits-kit"
            
            
                title="The Sims™ 4 First Fits Kit"
            
            
        >The Sims™ 4 First Fits Kit</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/2022/06/ts4-game-box-ep-12-with-icon.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-game-box-ep-12-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-high-school-years"
        
        
            main-link-title="The Sims™ 4 High School Years"
        
        
        
        
        show-back-alt="The Sims™ 4 High School Years"
        show-front-alt="The Sims™ 4 High School Years"
        title="The Sims™ 4 High School Years"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-high-school-years"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-high-school-years"
            
            
                title="The Sims™ 4 High School Years"
            
            
        >The Sims™ 4 High School Years</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/2022/05/ts4-gp12-game-box-with-icon.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-gp12-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-werewolves"
        
        
            main-link-title="The Sims™ 4 Werewolves"
        
        
        
        
        show-back-alt="The Sims™ 4 Werewolves"
        show-front-alt="The Sims™ 4 Werewolves"
        title="The Sims™ 4 Werewolves"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-werewolves"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-werewolves"
            
            
                title="The Sims™ 4 Werewolves"
            
            
        >The Sims™ 4 Werewolves</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/2022/05/ts4-kit-15-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-15-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-little-campers-kit"
        
        
            main-link-title="The Sims™ 4 Little Campers Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Little Campers Kit"
        show-front-alt="The Sims™ 4 Little Campers Kit"
        title="The Sims™ 4 Little Campers Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-little-campers-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-little-campers-kit"
            
            
                title="The Sims™ 4 Little Campers Kit"
            
            
        >The Sims™ 4 Little Campers Kit</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/2022/05/ts4-kit-14-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-14-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-moonlight-chic-kit"
        
        
            main-link-title="The Sims™ 4 Moonlight Chic Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Moonlight Chic Kit"
        show-front-alt="The Sims™ 4 Moonlight Chic Kit"
        title="The Sims™ 4 Moonlight Chic Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-moonlight-chic-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-moonlight-chic-kit"
            
            
                title="The Sims™ 4 Moonlight Chic Kit"
            
            
        >The Sims™ 4 Moonlight Chic Kit</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/2022/02/ts4-gp11-game-box-with-icon.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-gp11-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-wedding-stories"
        
        
            main-link-title="The Sims™ 4 Wedding Stories"
        
        
        
        
        show-back-alt="The Sims™ 4 Wedding Stories"
        show-front-alt="The Sims™ 4 Wedding Stories"
        title="The Sims™ 4 Wedding Stories"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-wedding-stories"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-wedding-stories"
            
            
                title="The Sims™ 4 Wedding Stories"
            
            
        >The Sims™ 4 Wedding Stories</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/2022/05/ts4-kit-12-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-12-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-carnaval-kit"
        
        
            main-link-title="The Sims™ 4 Carnaval"
        
        
        
        
        show-back-alt="The Sims™ 4 Carnaval"
        show-front-alt="The Sims™ 4 Carnaval"
        title="The Sims™ 4 Carnaval"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-carnaval-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-carnaval-kit"
            
            
                title="The Sims™ 4 Carnaval"
            
            
        >The Sims™ 4 Carnaval</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/2022/05/ts4-kit-10-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-10-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-modern-menswear"
        
        
            main-link-title="The Sims™ 4 Modern Menswear Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Modern Menswear Kit"
        show-front-alt="The Sims™ 4 Modern Menswear Kit"
        title="The Sims™ 4 Modern Menswear Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-modern-menswear"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-modern-menswear"
            
            
                title="The Sims™ 4 Modern Menswear Kit"
            
            
        >The Sims™ 4 Modern Menswear Kit</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/2022/05/ts4-kit-11-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-11-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-blooming-rooms-kit"
        
        
            main-link-title="The Sims™ 4 Blooming Rooms Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Blooming Rooms Kit"
        show-front-alt="The Sims™ 4 Blooming Rooms Kit"
        title="The Sims™ 4 Blooming Rooms Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-blooming-rooms-kit"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-blooming-rooms-kit"
            
            
                title="The Sims™ 4 Blooming Rooms Kit"
            
            
        >The Sims™ 4 Blooming Rooms Kit</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/2022/05/ts4-kit-08-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-08-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-incheon-arrivals"
        
        
            main-link-title="The Sims™ 4 Incheon Arrivals Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Incheon Arrivals Kit"
        show-front-alt="The Sims™ 4 Incheon Arrivals Kit"
        title="The Sims™ 4 Incheon Arrivals Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-incheon-arrivals"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-incheon-arrivals"
            
            
                title="The Sims™ 4 Incheon Arrivals Kit"
            
            
        >The Sims™ 4 Incheon Arrivals Kit</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/2022/05/ts4-kit-06-game-box-art.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-kit-06-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-fashion-street"
        
        
            main-link-title="The Sims™ 4 Fashion Street Kit"
        
        
        
        
        show-back-alt="The Sims™ 4 Fashion Street Kit"
        show-front-alt="The Sims™ 4 Fashion Street Kit"
        title="The Sims™ 4 Fashion Street Kit"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-fashion-street"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/en/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-fashion-street"
            
            
                title="The Sims™ 4 Fashion Street Kit"
            
            
        >The Sims™ 4 Fashion Street Kit</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/2021/05/ts4-gp10-key-art-16x9.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt-text=""
            

        
        
            logo-url="https://media.contentapi.ea.com/content/dam/gin/common/logos/ts4-gp10-game-box-logo.svg"
            logo-alt=""
        
        
            main-link-url="/games/the-sims/the-sims-4-dream-home-decorator-game-pack"
        
        
            main-link-title="The Sims™ 4 Dream Home Decorator Game Pack"
        
        
        
        
        show-back-alt="The Sims™ 4 Dream Home Decorator Game Pack"
        show-front-alt="The Sims™ 4 Dream Home Decorator Game Pack"
        title="The Sims™ 4 Dream Home Decorator Game Pack"
        sale-text=""
        unresolved
    >
        
        
<a
    class="eapl-link"
    href="/games/the-sims/the-sims-4-dream-home-decorator-game-pack"
    slot="feature-link"
    target=""
>
    Official Site
</a>

<a
    class="eapl-link"
    href="https://help.ea.com/"
    slot="feature-link"
    target=""
>
    Support
</a>

        

        
        <!-- Output Main Link as an anchor tag for SEO -->
        <a
            
                href="/games/the-sims/the-sims-4-dream-home-decorator-game-pack"
            
            
                title="The Sims™ 4 Dream Home Decorator Game Pack"
            
            
        >The Sims™ 4 Dream Home Decorator Game Pack</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/2020/12/ts4-sp18-key-art-16x9.jpg.adapt.crop1x1.767p.jpg"
            
                background-image-alt
URL
GET https://www.origin.com/
Response Headers
Content-Length:
0
Date:
Sat, 18 Jan 2025 06:46:25 GMT
Location:
https://www.ea.com/games/library/mac-download
Pragma:
EAX-Redirector-Cloudlet-PROD-origincom-to-eacom
Server:
AkamaiGHost
Strict-Transport-Security:
max-age=7776000
Response Body

Empty body

Resolver

Resolver ASN
AS8881
Resolver IP
89.246.64.138
Resolver Network Name
1&1 Versatel Deutschland GmbH
Report ID
20250118T062416Z_webconnectivity_DE_8881_n1_EwtUMTCa1goapCjw
Platform
android
Software Name
ooniprobe-android-unattended (4.0.1)
Measurement Engine
ooniprobe-engine (3.24.0)

Raw Measurement Data

Loading