301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: maxis.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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/[email protected]/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> <link href="https://cdn.fonts.net/kit/39cb7200-9915-11ec-b670-06c4e8753e28/39cb7200-9915-11ec-b670-06c4e8753e28.css" rel="stylesheet" /> <style>html { scroll-behavior: smooth; }</style> <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>Maxis Studios – Official Electronic Arts Sites</title> <meta property="og:type" content="article"> <meta property="og:title" content="Maxis Studios – Official Electronic Arts Sites"> <meta property="og:description" content="Maxis Studios: Creators of The Sims. Craftspeople, Storytellers, Tinkerers. We exist to make the world better through creative play."> <meta property="og:url" content="https://www.ea.com/ea-studios/maxis"> <meta property="og:site_name" content="Electronic Arts Inc."> <meta property="og:image" content="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-featured-image-16x9-c.jpg.adapt.crop191x100.1200w.jpg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="description" content="Maxis Studios: Creators of The Sims. Craftspeople, Storytellers, Tinkerers. We exist to make the world better through creative play."> <meta name="author" content="Electronic Arts"> <meta property="article:modified_time" content="2023-04-21T09:07:10Z"> <meta property="article:published_time" content="2022-03-18T14:32-07:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@ea"> <meta name="twitter:title" content="Maxis Studios – Official Electronic Arts Sites"> <meta name="twitter:description" content="Maxis Studios: Creators of The Sims. Craftspeople, Storytellers, Tinkerers. We exist to make the world better through creative play."> <meta name="twitter:image" content="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-featured-image-16x9-c.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/maxis/common/maxis-featured-image-16x9-c.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": "Maxis Studios: Creators of The Sims. Craftspeople, Storytellers, Tinkerers. We exist to make the world better through creative play.", "datePublished": "2022-03-18T14:32-07:00", "dateModified": "2023-04-21T09:07:10Z", "headline": "Maxis Studios – Official Electronic Arts Sites", "url": "https://www.ea.com/ea-studios/maxis" } </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: #FF4747; --eaCorporate-landingSection-spacerTop-XS: 32px; --eaCorporate-landingSection-spacerTop-SM: 32px; --eaCorporate-landingSection-spacerTop-MD: 80px; --eaCorporate-landingSection-spacerTop-LG: 104px; --eaCorporate-landingSection-spacerTop-XL: 128px; --eaCorporate-landingSection-spacerBottom-XS: 32px; --eaCorporate-landingSection-spacerBottom-SM: 32px; --eaCorporate-landingSection-spacerBottom-MD: 40px; --eaCorporate-landingSection-spacerBottom-LG: 48px; --eaCorporate-landingSection-spacerBottom-XL: 56px; --eaCorporate-standardSection-spacerTop-XS: 48px; --eaCorporate-standardSection-spacerTop-SM: 48px; --eaCorporate-standardSection-spacerTop-MD: 80px; --eaCorporate-standardSection-spacerTop-LG: 80px; --eaCorporate-standardSection-spacerTop-XL: 80px; --eaCorporate-standardSection-spacerBottom-XS: 48px; --eaCorporate-standardSection-spacerBottom-SM: 48px; --eaCorporate-standardSection-spacerBottom-MD: 80px; --eaCorporate-standardSection-spacerBottom-LG: 80px; --eaCorporate-standardSection-spacerBottom-XL: 80px; --ea-theme-stream-ui-paddle-default: #161616; --ea-theme-stream-ui-paddle-disabled: #BFBFBF; --ea-theme-stream-ui-progress-indicator-default: rgb(255,255,255); --ea-theme-stream-ui-progress-indicator-hover: rgb(255,255,255); --ea-theme-stream-ui-progress-bar-stroke-default: #ff8e8e; --ea-theme-stream-ui-progress-bar-stroke-hover: #ff8e8e; --ea-theme-stream-ui-progress-bar-fill-hover: #ff8e8e; --ea-theme-toaster-eyebrow-font-size-mobile: 16px; --ea-theme-toaster-eyebrow-font-size-tablet: 18px; --ea-theme-toaster-eyebrow-font-size-desktop: 20px; --ea-theme-toaster-copy-font-size-tablet: 16px; --ea-theme-toaster-copy-font-size-desktop: 18px; --ea-theme-tabs-background-color: #FFFFFF; --ea-theme-tabs-indicator-color: #FF4747; --ea-theme-tabs-interface-color: #FF4747; --ea-theme-tabs-unselected-type: #000000; --ea-theme-tabs-selected-type: #000000; --ea-theme-tabs-selected-state: #DEDEDE; --ea-theme-tabs-accent-elements: rgba(0, 0, 0, 0.08); --ea-theme-tabs-inactive-interface-color: rgba(255, 255, 255, 0.1); --ea-theme-tabs-tab-text-transform: capitalize; --ea-theme-h5-font-size-tablet-landscape: 22px; --ea-theme-color: #00CE67; --ea-theme-dark-gradient: #0067AB; --ea-theme-light-gradient: #FC72CB; --nintendo-brand-color: #1DA0FF; --ea-theme-cta-font-weight: 800; --aktifoabook: "AktifoABook", sans-serif; --aktifoabold: "AktifoABold", sans-serif; --ea-theme-primary-font-family: var(--aktifoabook); --ea-theme-typographic-headings-font-family: var(--aktifoabold); --maxis-animation-timing-long: 800ms; --ea-access-brand-color: #FFE000; --ea-theme-dark-gradient: #FC72CB; --xbox-brand-color: #FC72CB; } </style> </custom-style> <ea-elements-loader elements="ea-network-nav, ea-player, ea-type-kit"> </ea-elements-loader> <ea-network-nav unresolved userData="/user-data" content="//nds-network-nav.ea.com//en-us/network-nav" login-url="/login" logout-url="/logout" hide-logo ></ea-network-nav> <ea-elements-loader elements="ea-local-nav-advanced, ea-link"> </ea-elements-loader> <ea-local-nav-advanced home-text="The Studio" home-tooltip="" home-link="/ea-studios/maxis" logo-image="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-nav.svg" logo-tooltip="" theme="dark" shelf-type="band" open-drawer-text="Menu" close-drawer-text="Close" mini unresolved > <a title="" href="/ea-studios/maxis"> The Studio <img src="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-nav.svg" /> </a> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/ea-studios/maxis/about" link-title="" link-text="The Studio" unresolved > <a href="/ea-studios/maxis/about">The Studio</a> </ea-link> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/ea-studios/maxis/what-we-build" link-title="" link-text="What We Build" unresolved > <a href="/ea-studios/maxis/what-we-build">What We Build</a> </ea-link> <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="Working Here" 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="Working Here" 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 Culture" link-href="/ea-studios/maxis/our-culture" link-target="_self" unresolved > <a href="/ea-studios/maxis/our-culture">Our 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="Diversity, Equity, & Inclusion " link-href="/ea-studios/maxis/diversity-equity-and-inclusion" link-target="_self" unresolved > <a href="/ea-studios/maxis/diversity-equity-and-inclusion">Diversity, Equity, & Inclusion </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="/ea-studios/maxis/careers" link-target="_self" unresolved > <a href="/ea-studios/maxis/careers">Careers</a> </ea-local-nav-shelf-sub-nav-section-link> </ea-local-nav-shelf-sub-nav-section> </ea-local-nav-shelf-sub-nav> <ea-link slot="local-nav-shelf-link" class="eapl-local-nav__shelf-link" text-color="light" link-href="/ea-studios/maxis/news" link-title="" link-text="News" unresolved > <a href="/ea-studios/maxis/news">News</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/ea-studios/maxis/about" link-title="" link-text="The Studio" text-color="light" unresolved > <a href="/ea-studios/maxis/about">The Studio</a> </ea-link> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/ea-studios/maxis/what-we-build" link-title="" link-text="What We Build" text-color="light" unresolved > <a href="/ea-studios/maxis/what-we-build">What We Build</a> </ea-link> <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="Working Here" 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="/ea-studios/maxis/our-culture" link-title="" link-text="Our Culture" text-color="" unresolved > <a href="/ea-studios/maxis/our-culture">Our 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="/ea-studios/maxis/diversity-equity-and-inclusion" link-title="" link-text="Diversity, Equity, & Inclusion " text-color="" unresolved > <a href="/ea-studios/maxis/diversity-equity-and-inclusion">Diversity, Equity, & Inclusion </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="/ea-studios/maxis/careers" link-title="" link-text="Careers" text-color="" unresolved > <a href="/ea-studios/maxis/careers">Careers</a> </ea-link> </ea-local-nav-drawer-sub-nav-advanced> <ea-elements-loader elements="ea-link"> </ea-elements-loader> <ea-link slot="local-nav-drawer-link" class="eapl-local-nav__drawer-link" link-href="/ea-studios/maxis/news" link-title="" link-text="News" text-color="light" unresolved > <a href="/ea-studios/maxis/news">News</a> </ea-link> </ea-local-nav-advanced> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="93px" small="93px" medium="96px" large="96px" largest="100px" > </ea-spacer> <div> <style> .pseudoHeroMedium { padding: 100% var(--ea-rail-mobile) 24px var(--ea-rail-mobile); } .pseudoHeroMedium .header, .pseudoHeroMedium .subHeader, .pseudoHeroMedium .body { margin: 0; } .pseudoHeroMedium .content { align-items: stretch; display: flex; flex-direction: column; justify-content: center; } .pseudoHeroMedium [class*="darkLine"], .pseudoHeroMedium [class*="lightLine"], .pseudoHeroMedium [class*="whiteLine"], .pseudoHeroMedium .aboutLine, .pseudoHeroMedium .careersLine, .pseudoHeroMedium .diversityEquityInclusionLine, .pseudoHeroMedium .whatWeBuildLine { margin: 0 0 24px 0; position: relative; } .pseudoHeroMedium [class*="darkLine"]::before, .pseudoHeroMedium [class*="lightLine"]::before, .pseudoHeroMedium [class*="whiteLine"]::before, .pseudoHeroMedium .aboutLine::before, .pseudoHeroMedium .careersLine::before, .pseudoHeroMedium .diversityEquityInclusionLine::before, .pseudoHeroMedium .whatWeBuildLine::before { content: ""; display: block; bottom: -16px; height: 16px; position: absolute; width: 100%; background-repeat: no-repeat; background-size: contain; background-position: left center; } .pseudoHeroMedium .darkLine1::before, .pseudoHeroMedium .lightLine1::before, .pseudoHeroMedium .whiteLine1::before, .pseudoHeroMedium .diversityEquityInclusionLine::before { height: 38px; bottom: -26px; } .pseudoHeroMedium .darkLine1::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-01-forest-green.png'); } .pseudoHeroMedium .lightLine1::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-01-plumbob-green.png'); } .pseudoHeroMedium .whiteLine1::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-01-white.png'); } .pseudoHeroMedium .diversityEquityInclusionLine::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-diversity-equity-inclusion-line.png'); } .pseudoHeroMedium .darkLine4::before, .pseudoHeroMedium .lightLine4::before, .pseudoHeroMedium .whiteLine4::before, .pseudoHeroMedium .whatWeBuildLine::before { height: 16px; } .pseudoHeroMedium .darkLine4::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-04-forest-green.png'); } .pseudoHeroMedium .lightLine4::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-04-plumbob-green.png'); } .pseudoHeroMedium .whiteLine4::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-04-white.png'); } .pseudoHeroMedium .whatWeBuildLine::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-what-we-build-line.png'); } .pseudoHeroMedium .darkLine5::before, .pseudoHeroMedium .lightLine5::before, .pseudoHeroMedium .whiteLine5::before, .pseudoHeroMedium .aboutLine::before { bottom: -28px; height: 36px; } .pseudoHeroMedium .darkLine5::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-05-forest-green.png'); } .pseudoHeroMedium .lightLine5::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-05-plumbob-green.png'); } .pseudoHeroMedium .whiteLine5::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-05-white.png'); } .pseudoHeroMedium .aboutLine::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-about-line.png'); } .pseudoHeroMedium .darkLine7::before, .pseudoHeroMedium .lightLine7::before, .pseudoHeroMedium .whiteLine7::before, .pseudoHeroMedium .careersLine::before { bottom: -22px; height: 26px; } .pseudoHeroMedium .darkLine7::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-07-forest-green.png'); } .pseudoHeroMedium .lightLine7::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-07-plumbob-green.png'); } .pseudoHeroMedium .whiteLine7::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-07-white.png'); } .pseudoHeroMedium .careersLine::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-careers-line.png'); } .pseudoHeroMedium .darkLine8::before, .pseudoHeroMedium .lightLine8::before, .pseudoHeroMedium .whiteLine8::before { bottom: -28px; height: 36px; } .pseudoHeroMedium .darkLine8::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-08-forest-green.png'); } .pseudoHeroMedium .lightLine8::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-08-plumbob-green.png'); } .pseudoHeroMedium .whiteLine8::before { background-image: url('https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-08-white.png'); } @media only screen and (min-width: 768px) { .pseudoHeroMedium { height: 0; padding: 0 0 50% 0; position: relative; } .pseudoHeroMedium .content { position: absolute; bottom: 0; left: 0; padding: 0 var(--ea-hero-content-padding-right-portrait,calc(var(--ea-rail-tablet-portrait) + 6 * var(--ea-column-tablet-portrait-with-rail) + 6 * var(--ea-gutter-tablet-portrait))) 0 var(--ea-hero-content-padding-left-portrait,var(--ea-rail-tablet-portrait)); right: 0; top: 0; } .pseudoHeroMedium.contentOnRight .content { padding: 0 var(--ea-hero-content-padding-left-portrait,var(--ea-rail-tablet-portrait)) 0 var(--ea-hero-content-padding-right-portrait,calc(var(--ea-rail-tablet-portrait) + 6 * var(--ea-column-tablet-portrait-with-rail) + 6 * var(--ea-gutter-tablet-portrait))); } .pseudoHeroMedium [class*="darkLine"]::before, .pseudoHeroMedium [class*="lightLine"]::before { width: 104%; left: -2%; } } @media only screen and (min-width: 1024px) { .pseudoHeroMedium { padding: 0 0 40% 0; } .pseudoHeroMedium .content { padding: 0 var(--ea-hero-content-padding-right-landscape,calc(var(--ea-rail-tablet-landscape) + 6 * var(--ea-column-tablet-landscape-with-rail) + 6 * var(--ea-gutter-tablet-landscape))) 0 var(--ea-hero-content-padding-left-landscape,var(--ea-rail-tablet-landscape)); } .pseudoHeroMedium.contentOnRight .content { padding: 0 var(--ea-hero-content-padding-left-landscape,var(--ea-rail-tablet-landscape)) 0 var(--ea-hero-content-padding-right-landscape,calc(var(--ea-rail-tablet-landscape) + 6 * var(--ea-column-tablet-landscape-with-rail) + 6 * var(--ea-gutter-tablet-landscape))); } } @media only screen and (min-width: 1456px) { .pseudoHeroMedium { padding: 0 0 28.57% 0; } .pseudoHeroMedium .content { padding: 0 var(--ea-hero-content-padding-right-desktop,calc(var(--ea-rail-desktop) + 6 * var(--ea-column-desktop-with-rail) + 6 * var(--ea-gutter-desktop))) 0 var(--ea-hero-content-padding-left-desktop,var(--ea-rail-desktop)); } .pseudoHeroMedium.contentOnRight .content { padding: 0 var(--ea-hero-content-padding-left-desktop,var(--ea-rail-desktop)) 0 var(--ea-hero-content-padding-right-desktop,calc(var(--ea-rail-desktop) + 6 * var(--ea-column-desktop-with-rail) + 6 * var(--ea-gutter-desktop))); } } </style> </div> <div> <style> .sectionTitle[class*="darkLine"], .sectionTitle[class*="lightLine"], .sectionTitle[class*="whiteLine"] { margin: 0 0 32px 0; position: relative; } .sectionTitle[class*="darkLine"]::before, .sectionTitle[class*="lightLine"]::before, .sectionTitle[class*="whiteLine"]::before { display: block; content: ""; background-position: center center; background-repeat: no-repeat; background-size: contain; max-width: 320px; bottom: -24px; height: 24px; left: 50%; transform: translateX(-50%); position: absolute; width: 100%; } .sectionTitle.darkLine2::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-02-forest-green.png); } .sectionTitle.lightLine2::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-02-plumbob-green.png); } .sectionTitle.whiteLine2::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-02-white.png); } .sectionTitle.darkLine3::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-03-forest-green.png); } .sectionTitle.lightLine3::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-03-plumbob-green.png); } .sectionTitle.whiteLine3::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-03-white.png); } .sectionTitle.darkLine6::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-06-forest-green.png); } .sectionTitle.lightLine6::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-06-plumbob-green.png); } .sectionTitle.whiteLine6::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-06-white.png); } .sectionTitle.darkLine9::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-09-forest-green.png); } .sectionTitle.lightLine9::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-09-plumbob-green.png); } .sectionTitle.whiteLine9::before { background-image: url(https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-media-211104-annotation-line-09-white.png); } </style> </div> <div> <style> ea-cta { text-transform: uppercase; } </style> </div> <main> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" animations-on-mobile type="full-bleed" layout="100" background-color="none" background-overflow="hidden" spacing-top="none" spacing-bottom="none" background-image-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.320w.jpg" background-image-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.768w.jpg" background-image-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1024w.jpg" background-image-large="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1456w.jpg" background-image-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1920w.jpg" image-tooltip="" > <img src="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-hmpg-sectionbg-xl.jpg.adapt.1920w.jpg 1456w" /> <ea-elements-loader elements="ea-section-column"> </ea-elements-loader> <ea-section-column slot="section-column" text-align="left" animations-on-mobile mobile-order="0" animatable animation-threshold="0.5" animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-short":"1000ms"}" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="5.4vw" small="5.4vw" medium="5.4vw" large="5.4vw" largest="5.4vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="light" > <div class="pseudoHeroMedium contentOnRight"><div class="content"><h1 class="d2 header whiteLine4" style="text-align: left;">We are Maxis.</h1> <h2 class="h6 subHeader" style="text-align: left;">Craftspeople. Storytellers. Tinkerers. We exist to make the world better through creative play.</h2> </div> </div> </ea-text> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="5.4vw" small="5.4vw" medium="5.4vw" large="5.4vw" largest="5.4vw" > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-hero"> </ea-elements-loader> <ea-hero layout="medium" text-position="left" text-align="left" text-color="dark" stacked animations-on-mobile background-color="light" title-text="Our Culture" subtitle-text="We are passionate professionals who challenge ourselves, champion inclusivity, and strive for authenticity." image-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop16x9.320w.jpg" image-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop16x9.767w.jpg" image-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop2x1.1023w.jpg" image-large="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop5x2.1455w.jpg" image-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop7x2.1920w.jpg" image-tooltip="" spacing-bottom="none" spacing-top="none" scrim-color="none" scrim-opacity="medium" animatable animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-long":"var(--maxis-animation-timing-long)","--ea-animation-enter-background-keyframe-name":"none","--ea-animation-enter-content-keyframe-name":"fadeIn"}" unresolved custom-styles="{}" > <h1>Our Culture</h1> <h2>We are passionate professionals who challenge ourselves, champion inclusivity, and strive for authenticity.</h2> <img src="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-ourculture-xl-7x2.jpg.adapt.crop7x2.1920w.jpg 1456w" /> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-studios/maxis/our-culture" link-text="Explore our values" icon="none" fill-color="brand" text-color="dark" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/maxis/our-culture" > Explore our values </a> </ea-cta> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-text="Watch Video" icon="play" fill-color="brand" text-color="dark" stroke-color="none" target="_self" intent="navigation" modal-id="cinematic-trailer" emphasis="primary" unresolved > <a > Watch Video </a> </ea-cta> </ea-hero> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="cinematic-trailer" theme="dark" type="railed" > <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" animations-on-mobile type="railed" layout="100" background-color="none" 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-html5-video"> </ea-elements-loader> <ea-html5-video slot="html5-video" webm-src-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/webm/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-2.webm" mp4-src-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/mp4/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-1.mp4" webm-src-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/webm/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-2.webm" mp4-src-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/mp4/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-1.mp4" webm-src-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/webm/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-2.webm" mp4-src-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/mp4/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-1.mp4" webm-src="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/webm/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-2.webm" mp4-src="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/mp4/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-1.mp4" webm-src-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/webm/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-2.webm" mp4-src-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/videos/2022/03/mp4/trailers-with-ratings/ts4-maxis-recruitment-video-owned-yt-1080p-16x9-29-97fps-lf-eng-us-1.mp4" controls="" unresolved > <ea-elements-loader elements="ea-image"> </ea-elements-loader> <ea-image unresolved tooltip="" smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.320w.jpg" small="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.768w.jpg" medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1024w.jpg" large="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1456w.jpg" largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1920w.jpg" slot="image" > <img src="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.768w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1024w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1456w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/common/maxis-recruitmentvideo-posterimg-16x9-2.jpg.adapt.1920w.jpg 1456w" /> </ea-image> </ea-html5-video> </ea-section-column> </ea-section> </ea-modal> <ea-elements-loader elements="ea-hero"> </ea-elements-loader> <ea-hero layout="medium" text-position="right" text-align="left" text-color="dark" stacked animations-on-mobile background-color="light" title-text="Our Careers" subtitle-text="We’re on the lookout for diverse, innovative people who want to make a positive impact on the world." image-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop16x9.320w.jpg" image-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop16x9.767w.jpg" image-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop2x1.1023w.jpg" image-large="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop5x2.1455w.jpg" image-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop7x2.1920w.jpg" image-tooltip="" spacing-bottom="none" spacing-top="none" scrim-color="none" scrim-opacity="medium" animatable animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-long":"var(--maxis-animation-timing-long)","--ea-animation-enter-background-keyframe-name":"none","--ea-animation-enter-content-keyframe-name":"fadeIn"}" unresolved custom-styles="{}" > <h1>Our Careers</h1> <h2>We’re on the lookout for diverse, innovative people who want to make a positive impact on the world.</h2> <img src="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop16x9.320w.jpg" alt="" srcset="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop16x9.320w.jpg 320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop16x9.767w.jpg 768w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop2x1.1023w.jpg 1024w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop5x2.1455w.jpg 1320w, https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/02/maxis-hero-medium-careers-xl-7x2.jpg.adapt.crop7x2.1920w.jpg 1456w" /> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-studios/maxis/careers " link-text="See What's Possible" icon="none" fill-color="light-brand" text-color="dark" stroke-color="dark" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/maxis/careers " > See What's Possible </a> </ea-cta> </ea-hero> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" mp4-src="" webm-src="" > <ea-elements-loader elements="ea-section-column"> </ea-elements-loader> <ea-section-column slot="section-column" text-align="left" animations-on-mobile mobile-order="0" animatable animation-threshold="0.5" animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-short":"1000ms"}" > <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved smallest="4vw" small="4vw" medium="3vw" large="1vw" largest="1.5vw" > </ea-spacer> <ea-elements-loader elements="ea-text"> </ea-elements-loader> <ea-text unresolved slot="text" text-color="dark" > <h3 class="d4 d4-dark" style="margin-bottom: 0.0px; text-align: center;">Latest Projects</h3> <p style="text-align: center;">We are proud to make games that spark creativity and self-discovery.</p> </ea-text> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-elements-loader elements="ea-section-column"> </ea-elements-loader> <ea-section-column slot="section-column" text-align="left" animations-on-mobile mobile-order="0" animatable animation-threshold="0.25" animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-short":"var(--maxis-animation-timing-long)","--ea-animation-enter-section-keyframe-name":"fadeIn"}" > <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="none" hide-eyebrow hide-title hide-copy hide-ctas hide-brand-stroke hide-byline spacing-top="medium" spacing-bottom="none" hide-tags animations-on-mobile tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="center" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" animations-on-mobile="" media="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2022/03/maxis-latestprojects-base-tile-16x9.jpg.adapt.crop16x9.652w.jpg" tooltip="" > <ea-tile-copy slot="copy"> </ea-tile-copy> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" animations-on-mobile="" media="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2023/12/ts4-ep-15-maxis-game-box-art.jpg.adapt.crop16x9.652w.jpg" tooltip="" > <ea-tile-copy slot="copy"> </ea-tile-copy> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" animations-on-mobile="" media="https://media.contentapi.ea.com/content/dam/eacom/maxis/images/2023/07/ts4-ep-14-maxis-game-box-art.jpg.adapt.crop16x9.652w.jpg" tooltip="" > <ea-tile-copy slot="copy"> </ea-tile-copy> </ea-tile> </ea-container> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="small" > <ea-section-column slot="section-column" indent-left="1" indent-right="1" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-studios/maxis/what-we-build" link-text="View Our Portfolio" icon="none" fill-color="brand" text-color="dark" stroke-color="none" target="_self" intent="navigation" emphasis="primary" unresolved > <a href="/ea-studios/maxis/what-we-build" > View Our Portfolio </a> </ea-cta> <ea-elements-loader elements="ea-spacer"> </ea-elements-loader> <ea-spacer unresolved > </ea-spacer> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" animations-on-mobile type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="none" > <ea-elements-loader elements="ea-section-column"> </ea-elements-loader> <ea-section-column slot="section-column" text-align="center" animations-on-mobile mobile-order="0" animatable animation-threshold="0.75" animation-on-enter animation-margin="0px" animation-overrides="{"--ea-animation-timing-short":"1500ms","--ea-animation-delay-medium":"","--ea-animation-enter-section-keyframe-name":"fadeIn"}" > <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 News" spacing-top="medium" spacing-bottom="medium" > <h3>Latest News</h3> </ea-subheading> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="medium" spacing-bottom="small" > <ea-section-column slot="section-column" text-align="left" mobile-order="0" > <ea-elements-loader elements="ea-grid"> </ea-elements-loader> <ea-grid type="ordered" tile-media-shape="rectangle" layout="3up" tile-type="vertical" tile-text-align="left" tile-text-color="dark" tile-color="light" hide-ctas hide-brand-stroke spacing-top="none" spacing-bottom="none" tile-scrim-color="none" tile-scrim-opacity="medium" tile-align="center" ajax-url="/pagination/2-gkouryGQ1407KPlntYWeOsts1BmpTujOVr4NDVzPh6cbLeqq9H%2B48qARI3fcqcdi2pWa6q8n6LT21BiuIdX1qT%2F9etjXDjoy%2F5UBtSB%2FKleYkAwlZvlTZL3WbzBFZEgILMaFKuNnyoPlstehazpXSmzSz4Q4i3nu10kXyLNfTnNx0CGd5Lj3%2BK1JWjgDs1bALRXVv1AyPUDrsXJH3bAmooB5mkO%2BA2RwzheM3XbyV%2F1I" total-count="17" animate-in-order="" animate-out-order="" unresolved > <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:0" media="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/josh-contreras-25-years-sims-article/josh-contreras-thumbnail.png.adapt.crop16x9.431p.png" eyebrow-text="Maxis" eyebrow-secondary-text="May 15, 2025" title-text="Celebrating 25 Years of The Sims: Josh Contreras" tooltip="Celebrating 25 Years of The Sims: Josh Contreras" > <h3>Celebrating 25 Years of The Sims: Josh Contreras</h3> <div>Maxis</div> <div>May 15, 2025</div> <ea-tile-copy slot="copy"> Commemorate The Sims 25th Birthday with a look back at its most impactful updates, according to the team behind the games. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/celebrating-25-years-of-the-sims-josh-contreras" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/celebrating-25-years-of-the-sims-josh-contreras" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:1" media="https://media.contentapi.ea.com/content/dam/eacom/SIMS/common/maxis-joanna-article-thumbnail-1.jpg.adapt.crop16x9.431p.jpg" eyebrow-text="Maxis" eyebrow-secondary-text="May 8, 2025" title-text="Celebrating 25 Years of The Sims: JoAnna Lio" tooltip="Celebrating 25 Years of The Sims: JoAnna Lio" > <h3>Celebrating 25 Years of The Sims: JoAnna Lio</h3> <div>Maxis</div> <div>May 8, 2025</div> <ea-tile-copy slot="copy"> Commemorate The Sims 25th Birthday with a look back at its most impactful updates, according to the team behind the games. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/celebrating-25-years-of-the-sims-joanna-lio" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/celebrating-25-years-of-the-sims-joanna-lio" > Read More </a> </ea-cta> </ea-tile> </ea-container> <ea-elements-loader elements="ea-tile"> </ea-elements-loader> <ea-container slot="container" filter-key="All" > <ea-tile unresolved slot="tile" style="--ea-animation-index:2" media="https://media.contentapi.ea.com/content/dam/eacom/SIMS/common/ts-alice-lo-deeks-article-thumbnail.png.adapt.crop16x9.431p.png" eyebrow-text="Maxis" eyebrow-secondary-text="Apr 24, 2025" title-text="Celebrating 25 Years of The Sims: Alice Lo Deeks" tooltip="Celebrating 25 Years of The Sims: Alice Lo Deeks" > <h3>Celebrating 25 Years of The Sims: Alice Lo Deeks</h3> <div>Maxis</div> <div>Apr 24, 2025</div> <ea-tile-copy slot="copy"> Commemorate The Sims 25th Birthday with a look back at its most impactful updates, according to the team behind the games. </ea-tile-copy> <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="https://www.ea.com/news/celebrating-25-years-of-the-sims-alice-lo-deeks" link-text="Read More" icon="none" fill-color="none" text-color="dark" intent="news" unresolved > <a href="https://www.ea.com/news/celebrating-25-years-of-the-sims-alice-lo-deeks" > Read More </a> </ea-cta> </ea-tile> </ea-container> </ea-grid> </ea-section-column> </ea-section> <ea-elements-loader elements="ea-section"> </ea-elements-loader> <ea-section unresolved slot="section" type="railed" layout="100" background-color="none" background-overflow="visible" spacing-top="none" spacing-bottom="medium" > <ea-section-column slot="section-column" text-align="center" mobile-order="0" > <ea-elements-loader elements="ea-cta"> </ea-elements-loader> <ea-cta slot="cta" type="standard" link-url="/ea-studios/maxis/news" link-text="View more" icon="none" fill-color="none" text-color="dark" stroke-color="dark" target="_self" intent="news" emphasis="primary" unresolved > <a href="/ea-studios/maxis/news" > View more </a> </ea-cta> </ea-section-column> </ea-section> <div> <style> .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { width: 90%; margin: 0 auto; padding: 3rem 0; } @media screen and (min-width: 768px) { ea-section ea-section-column.eapl-section-column-50 { align-self: center; margin: 0; width: 50%; overflow: hidden; } .copy-copy ea-section ea-section-column.eapl-section-column-50 { align-self: start; } .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 2rem; margin: 0; width: 50%; } .dx-video-asset ea-media ea-html5-video { margin-bottom: -10px; } } @media screen and (min-width: 1024px) { .asset-first .eapl-section-column-50:nth-of-type(2), .copy-first .eapl-section-column-50:nth-of-type(1), .copy-copy .eapl-section-column-50 { padding: 0 6rem; } } </style> </div> <div> <style> ea-section-column.eapl-section-column-100 img,ea-section-column.eapl-section-column-50 img,ea-section-column.eapl-section-column-66 img { max-width: 100%; } </style> </div> <div> <style> .dx__anchor-nav { display: flex; align-items: stretch; justify-content: center; align-content: center; list-style-type: none; margin: 0; padding: 0; } .dx__anchor-nav__link { display: flex; align-items: center; font-family: var(--ea-theme-secondary-font-family); text-transform: uppercase; font-size: 1.2rem; line-height: 1.1; font-weight: bold; text-align: center; padding: 0 2rem; margin: 0; border-right: 1px solid var(--dx-anchor-nav-separator-color); white-space: nowrap; } .dx__anchor-nav__link::before { content: ""; } .dx__anchor-nav__link:last-child { border: none; } .dx__anchor-nav__link a { text-decoration: none; line-height: 1; transition: linear all 0.25s; webkit-transition: all .25s linear; moz-transition: all .25s linear; ms-transition: all .25s linear; o-transition: all .25s linear; color: var(--dx-anchor-nav-color); } .dx__anchor-nav__link a:hover { transform: translatey(-2px); color: var(--dx-anchor-nav-hover-color); } @media only screen and (max-width: 1158px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1.5rem; } } @media only screen and (max-width: 960px) { .dx__anchor-nav__link { font-size: 1rem; padding: 0 1rem; } } @media only screen and (max-width: 846px) { .dx__anchor-nav__link { font-size: 0.8rem; padding: 0 1rem; } } @media only screen and (max-width: 767px) { .dx__anchor-nav { flex-direction: column; } .dx__anchor-nav__link { display: block; text-transform: uppercase; font-size: 1.125rem; letter-spacing: 0.05rem; text-align: center; padding: 14px 0; border: none; border-bottom: 1px solid var(--dx-anchor-nav-separator-color); } } </style> </div> <div> <style> .ea-play-section { background: rgb(13,16,66); background: linear-gradient(60deg, rgba(13,16,66,1) 0%, rgba(13,16,66,1) 50%, rgba(255,71,71,1) 100%); border: 3px solid rgb(255, 255, 255); border-radius: 3rem; width: 98%; margin: 3rem auto; padding: 0; position: relative; overflow: hidden; } </style> </div> <div style="display: none;"></div> </main> <footer role="contentinfo"> <ea-elements-loader elements="ea-local-footer, ea-local-links, ea-local-link, ea-social-links, ea-social-link, ea-hybrid-regional-rating"> </ea-elements-loader> <ea-local-footer theme="dark" sal-game-slug="" rating-lang="en" unresolved > <ea-local-links slot="local-links" title-text="Maxis" text-color="dark" unresolved > <ea-local-link slot="local-link" link-url="/ea-studios/maxis/about" link-title="" link-text="The Studio" text-color="dark" unresolved > <a href="/ea-studios/maxis/about" title="" >The Studio</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/ea-studios/maxis/what-we-build" link-title="" link-text="What We Build" text-color="dark" unresolved > <a href="/ea-studios/maxis/what-we-build" title="" >What We Build</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/ea-studios/maxis/our-culture" link-title="" link-text="Our Culture" text-color="dark" unresolved > <a href="/ea-studios/maxis/our-culture" title="" >Our Culture</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/ea-studios/maxis/diversity-equity-and-inclusion" link-title="" link-text="DE&I" text-color="dark" unresolved > <a href="/ea-studios/maxis/diversity-equity-and-inclusion" title="" >DE&I</a> </ea-local-link> <ea-local-link slot="local-link" link-url="/ea-studios/maxis/careers" link-title="" link-text="Maxis Careers" text-color="dark" unresolved > <a href="/ea-studios/maxis/careers" title="" >Maxis Careers</a> </ea-local-link> <ea-local-link slot="local-link" link-url="https://www.ea.com/games/the-sims/the-sims-4" link-title="" link-text="The Sims 4" text-color="dark" unresolved > <a href="https://www.ea.com/games/the-sims/the-sims-4" title="" >The Sims 4</a> </ea-local-link> <ea-local-link slot="local-link" link-url="https://www.ea.com/careers" link-title="" link-text="EA Careers" text-color="dark" unresolved > <a href="https://www.ea.com/careers" title="" >EA Careers</a> </ea-local-link> </ea-local-links> <ea-social-links slot="social-links" text-color="dark" title-text="" unresolved > </ea-social-links> <ea-elements-loader elements="ea-studio-link"> </ea-elements-loader> <ea-studio-link unresolved slot="studio-link" link-url="/ea-studios/maxis" link-title="" image-smallest="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-footer-1.svg" image-small="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-footer-1.svg" image-medium="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-footer-1.svg" image-large="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-footer-1.svg" image-largest="https://media.contentapi.ea.com/content/dam/gin/common/logos/maxis-logo-footer-1.svg" image-alt="" > <a href="/ea-studios/maxis" title="" ></a> </ea-studio-link> <ea-elements-loader elements="ea-rating-link"> </ea-elements-loader> <ea-rating-link unresolved slot="rating-link" link-url="http://www.esrb.org/" link-title="ESRB" image-smallest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/esrb-e-t-rating.svg" image-small="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/esrb-e-t-rating.svg" image-medium="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/esrb-e-t-rating.svg" image-large="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/esrb-e-t-rating.svg" image-largest="https://media.contentapi.ea.com/content/dam/eacom/maxis/common/esrb-e-t-rating.svg" image-alt="" > <a href="http://www.esrb.org/" title="ESRB" ></a> </ea-rating-link> <ea-legal-disclaimer-text slot="legal-disclaimer-text"> </ea-legal-disclaimer-text> </ea-local-footer> <ea-elements-loader elements="ea-network-footer, ea-network-legal, ea-link, ea-content-loader"> </ea-elements-loader> <ea-network-footer theme="dark" logo-image="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" logo-tooltip="Electronics Arts Home" logo-link-url="https://www.ea.com" logo-link-text="Electronics Arts Home" logo-link-tooltip="Electronics Arts Home" unresolved > <img src="https://media.contentapi.ea.com/content/dam/eacom/common/medallion-violet.png" alt="" /> <ea-link slot="link" link-href="/games/library" link-title="Game Library" link-text="Game Library" text-color="dark" unresolved > <a href="/games/library" title="Game Library" >Game Library</a> </ea-link> <ea-link slot="link" link-href="/subscribe" link-title="Subscribe" link-text="Subscribe" text-color="dark" unresolved > <a href="/subscribe" title="Subscribe" >Subscribe</a> </ea-link> <ea-link slot="link" link-href="/redeem" link-title="Redeem Code" link-text="Redeem Code" text-color="dark" unresolved > <a href="/redeem" title="Redeem Code" >Redeem Code</a> </ea-link> <ea-link slot="link" link-href="/ea-app" link-title="EA app" link-text="EA app" text-color="dark" unresolved > <a href="/ea-app" title="EA app" >EA app</a> </ea-link> <ea-link slot="link" link-href="/about" link-title="About" link-text="About" text-color="dark" unresolved > <a href="/about" title="About" >About</a> </ea-link> <ea-link slot="link" link-href="/able" link-title="Accessibility" link-text="Accessibility" text-color="dark" unresolved > <a href="/able" title="Accessibility" >Accessibility</a> </ea-link> <ea-link slot="link" link-href="https://help.ea.com/" link-title="Help" link-text="Help" text-color="dark" unresolved > <a href="https://help.ea.com/" title="Help" >Help</a> </ea-link> <ea-link slot="link" link-href="https://forums.ea.com" link-title="Forums" link-text="Forums" text-color="dark" unresolved > <a href="https://forums.ea.com" title="Forums" >Forums</a> </ea-link> <ea-elements-loader elements="ea-regional-pricing-selector"> </ea-elements-loader> <ea-regional-pricing-selector slot="regional-pricing-selector" theme="dark" label-text="Regional Pricing" unresolved > <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="AT" >Austria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BE" >Belgium</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="BG" >Bulgaria</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HR" >Croatia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CY" >Cyprus</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CZ" >Czech Republic</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DK" >Denmark</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="EE" >Estonia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FI" >Finland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="FR" >France</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="DE" >Germany</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="GR" >Greece</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="HU" >Hungary</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IS" >Iceland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IE" >Ireland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="IT" >Italy</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LV" >Latvia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LI" >Liechtenstein</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LT" >Lithuania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="LU" >Luxembourg</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="MT" >Malta</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NL" >Netherlands</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="NO" >Norway</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PL" >Poland</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="PT" >Portugal</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="RO" >Romania</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SK" >Slovakia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SL" >Slovenia</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="ES" >Spain</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="SE" >Sweden</ea-regional-pricing-selector-option> <ea-regional-pricing-selector-option slot="regional-pricing-selector-option" value="CH" >Switzerland</ea-regional-pricing-selector-option> </ea-regional-pricing-selector> <ea-elements-loader elements="ea-locale-selector"> </ea-elements-loader> <ea-locale-selector slot="locale-selector" theme="dark" value="en-us" label-text="Language" unresolved > <ea-locale-selector-option slot="locale-selector-option" value="en-us" >United States</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-gb" >United Kingdom</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-au" >Australia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-fr" >France</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="de-de" >Deutschland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="it-it" >Italia</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ja-jp" >日本</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pl-pl" >Polska</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="pt-br" >Brasil</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ru-ru" >Россия</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-es" >España</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="cs-cz" >Česká republika</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="en-ca" >Canada (En)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fr-ca" >Canada (Fr)</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="da-dk" >Danmark</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="fi-fi" >Suomi</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="es-mx" >México</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nl-nl" >Nederland</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="nb-no" >Norge</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="sv-se" >Sverige</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-cn" >简体中文</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="ko-kr" >대한민국</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="zh-tw" >繁體中文</ea-locale-selector-option> <ea-locale-selector-option slot="locale-selector-option" value="tr-tr" >Türkiye</ea-locale-selector-option> </ea-locale-selector> <ea-network-legal slot="network-legal" copyright-text="© 2025 Electronic Arts Inc. " text-color="dark" unresolved > <ea-link slot="link" link-href="http://www.ea.com/legal" link-title="Legal & Privacy" link-text="Legal & Privacy" text-color="dark" unresolved > <a href="http://www.ea.com/legal" title="Legal & Privacy" >Legal & Privacy</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/terms-of-service" link-title="NEW User Agreement" link-text="User Agreement" text-color="dark" unresolved > <a href="https://www.ea.com/terms-of-service" title="NEW User Agreement" >User Agreement</a> </ea-link> <ea-link slot="link" link-href="https://www.ea.com/legal/privacy-and-cookie-policy" link-title="Privacy & Cookie Policy (Your Privacy Rights)" link-text="Privacy & Cookie Policy (Your Privacy Rights)" text-color="dark" unresolved > <a href="https://www.ea.com/legal/privacy-and-cookie-policy" title="Privacy & Cookie Policy (Your Privacy Rights)" >Privacy & Cookie Policy (Your Privacy Rights)</a> </ea-link> <ea-link slot="link" link-href="/service-updates" link-title="Online Service Updates" link-text="Online Service Updates" text-color="dark" unresolved > <a href="/service-updates" title="Online Service Updates" >Online Service Updates</a> </ea-link> <ea-link slot="link" link-href="/security" link-title="Security" link-text="Security" text-color="dark" unresolved > <a href="/security" title="Security" >Security</a> </ea-link> <ea-content-loader slot="link" content-url="https://www.ea.com/ccpa/footer-link" > </ea-content-loader> <ea-content-loader slot="link" content-url="/about/reporting-concerns-romania/geotargeted-link" > </ea-content-loader> </ea-network-legal> <ea-elements-loader elements="ea-truste"> </ea-elements-loader> <script id="ea-trustarc-script" data-domain="ea.com" async> (() => { function createElement(id, hidden) { const element = document.createElement("div"); element.id = id; element.hidden = hidden; return element; } function createScriptTag() { const domain = document.querySelector('#ea-trustarc-script').dataset.domain; const script = document.createElement("script"); let src = `//consent.trustarc.com/notice?domain=${domain}&c=teconsent&js=nj¬iceType=bb&text=true>m=1&pn=1`; if (shouldAutoShowCookiePreferences()) { src = src + "&behavior=expressed"; } script.src = src; script.setAttribute("crossorigin", ""); return script; } function shouldAutoShowCookiePreferences() { const showCookiePreferencesParam = "show=cookiePreferences"; const urlSearchParams = window.location.search.slice(1).split("&"); return urlSearchParams.includes(showCookiePreferencesParam); } function isLocalNDS(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('local'); } function isNDSBranch(componentUrlPrefix) { return componentUrlPrefix && componentUrlPrefix.includes('branch'); } function isNDSVersionGreaterOrEqual(componentUrlPrefix) { let ndsVersion = componentUrlPrefix && componentUrlPrefix.match('/release\/([^\/]*)/')[1]; let isGreaterOrEqual = ndsVersion && ndsVersion.localeCompare("4.40.5", undefined, { numeric: true, sensitivity: 'base' }); return isGreaterOrEqual >= 0; } const componentUrlPrefix = window.nds.componentUrlPrefix; /** * Check for backwards compatibility with NDS version greater or equal to when TrustArc was integrated */ if ( isLocalNDS(componentUrlPrefix) || isNDSBranch(componentUrlPrefix) || isNDSVersionGreaterOrEqual(componentUrlPrefix) ) { const trustArcScript = createScriptTag(); const elements = document.createDocumentFragment(); elements.appendChild(createElement("consent_blackbar", false)); elements.appendChild(createElement("teconsent", true)); elements.appendChild(trustArcScript); document.body.appendChild(elements); } })(); </script> <ea-truste unresolved slot="truste" domain="ea.com" > <div> <a href="//privacy.truste.com/privacy-seal/validation?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" target="_blank"> <img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=f1a11c5d-0232-4077-8498-2e69a38c1335" alt="TRUSTe"/> </a> </div> </ea-truste> </ea-network-footer> </footer> <ea-player player-endpoint="/user-data"></ea-player> <ea-elements-loader elements="ea-modal"> </ea-elements-loader> <ea-modal modal restore-focus-on-close unresolved id="eacomagegate" theme="dark" > <ea-elements-loader elements="ea-age-gate"> </ea-elements-loader> <ea-age-gate unresolved slot="age-gate" age-gate-id="eacomagegate" age="18" error="You are not eligible to view this content." message="Please provide your birth date. " > <ea-elements-loader elements="ea-date-field"> </ea-elements-loader> <ea-date-field slot="date-field" type="date" text-color="light" month-placeholder="MM" day-placeholder="DD" year-placeholder="YYYY" label-text="Enter your birthdate" unresolved > </ea-date-field> <ea-elements-loader elements="ea-submit"> </ea-elements-loader> <ea-submit unresolved slot="submit" value-text="Submit" text-color="light" ></ea-submit> </ea-age-gate> </ea-modal> <script src="//pl.ea.com/release/4.68.7/elements/browser-support.min.js"></script> <script> eaBrowserSupport.requiredFeatures = 'picture'; eaBrowserSupport.requiredHeading = 'Sorry, this browser is not supported'; eaBrowserSupport.requiredText = 'Please download a supported browser to view this webpage.'; eaBrowserSupport.recommendedFeatures = 'cssgrid'; eaBrowserSupport.recommendedText = 'This browser is not recommended and the webpage may not display properly.'; eaBrowserSupport.ctas = [{"text":"Download Chrome","url":"https://www.google.com/chrome/"},{"text":"Download Firefox","url":"https://www.mozilla.org/firefox/new/"},{"text":"Download Edge","url":"https://www.microsoft.com/edge/"}]; eaBrowserSupport.dismissText = 'Dismiss'; eaBrowserSupport.svgLogo = ''; eaBrowserSupport.init(); </script> <ea-type-kit kit-url="//use.typekit.net/txn1klh.js"></ea-type-kit> </body> </html>