CINXE.COM
Corporate Governance Highlights | Take-Two Interactive Software, Inc.
<!DOCTYPE html><html class="light" lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"/><title>Corporate Governance Highlights | Take-Two Interactive Software, Inc.</title><meta name="robots" content="index,follow"/><meta name="googlebot" content="index,follow"/><meta name="description" content="The Investor Relations website contains information about Take-Two Interactive Software, Inc.'s business for stockholders, potential investors, and financial analysts."/><meta name="twitter:card" content="summary_large_image"/><meta property="og:title" content="Corporate Governance Highlights | Take-Two Interactive Software, Inc."/><meta property="og:description" content="The Investor Relations website contains information about Take-Two Interactive Software, Inc.'s business for stockholders, potential investors, and financial analysts."/><meta property="og:url" content="https://www.take2games.com/ir/corporate-governance-highlights"/><meta property="og:image" content="https://images.ctfassets.net/wn7ipiv9ue5v/5pdZg8ju76AQPhgDDwP7f2/85c82aa572e714ca61ec6ed4d836841e/Frame_92__1_.jpg?w=&h=630&fm=&q="/><meta property="og:image:alt" content="Take-Two Interactive Software Image"/><link rel="canonical" href="https://www.take2games.com/ir/corporate-governance-highlights"/><meta name="next-head-count" content="13"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="theme-color" content="#1a1a1a"/><meta name="color-scheme" content="light"/><meta charSet="utf-8"/><style id="fontcss">@font-face { font-family: 'Gotham'; src: url('/fonts/gotham/woff2/GothamSSm-Book_Web.woff2') format('woff2'), url('/fonts/gotham/woff/GothamSSm-Book_Web.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Gotham'; src: url('/fonts/gotham/woff2/GothamSSm-BookItalic_Web.woff2') format('woff2'), url('/fonts/gotham/woff/GothamSSm-BookItalic_Web.woff') format('woff'); font-weight: 400; font-style: italic; font-display: swap; } @font-face { font-family: 'Gotham'; src: url('/fonts/gotham/woff2/GothamSSm-Bold_Web.woff2') format('woff2'), url('/fonts/gotham/woff/GothamSSm-Bold_Web.woff') format('woff'); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: 'Gotham'; src: url('/fonts/gotham/woff2/GothamSSm-BoldItalic_Web.woff2') format('woff2'), url('/fonts/gotham/woff/GothamSSm-BoldItalic_Web.woff') format('woff'); font-weight: 700; font-style: italic; font-display: swap; } </style><style> :root { /* default theme + overrides from config */ --color-white-rgb: 255, 255, 255; --color-black-rgb: 0, 0, 0; --color-primary-rgb: 20, 128, 99; --color-success-rgb: 56, 135, 30; --color-error-rgb: 170, 51, 51; --color-warning-rgb: 170, 103, 0; --color-info-rgb: 34, 85, 153; --color-neutral-000-rgb: 255, 255, 255; --color-neutral-100-rgb: 235, 235, 235; --color-neutral-200-rgb: 215, 215, 215; --color-neutral-300-rgb: 195, 195, 195; --color-neutral-999-rgb: 0, 0, 0; --text-color-primary-rgb: 0, 0, 0; --color-promo-attribute-rgb: 253, 185, 53; --disabled-button-filter: saturate(0); --font-primary: Gotham, sans-serif; --color-text-shadow: transparent; --color-game-primary-rgb: var(--color-primary-rgb); --color-game-secondary-rgb: var(--color-black-rgb); /* opaque rgb values */ --color-white: rgb(var(--color-white-rgb)); --color-black: rgb(var(--color-black-rgb)); --color-primary: rgb(var(--color-primary-rgb)); --color-secondary: rgb(var(--color-secondary-rgb)); --color-success: rgb(var(--color-success-rgb)); --color-error: rgb(var(--color-error-rgb)); --color-warning: rgb(var(--color-warning-rgb)); --color-info: rgb(var(--color-info-rgb)); --color-neutral-000: rgb(var(--color-neutral-000-rgb)); --color-neutral-100: rgb(var(--color-neutral-100-rgb)); --color-neutral-200: rgb(var(--color-neutral-200-rgb)); --color-neutral-300: rgb(var(--color-neutral-300-rgb)); --color-neutral-999: rgb(var(--color-neutral-999-rgb)); --text-color-primary: rgb(var(--text-color-primary-rgb)); --color-game-primary: rgb(var(--color-game-primary-rgb)); --color-game-secondary: rgb(var(--color-game-secondary-rgb)); --color-button-text-override: rgb(var(--color-button-text-override-rgb)); --color-promo-attribute: rgb(var(--color-promo-attribute-rgb)); } </style><link rel="icon" sizes="48x48" href="https://images.ctfassets.net/wn7ipiv9ue5v/1DxCIrUbhWllnMBuMyCje5/546552d68f1324b54b89d733f40f2d8f/favicon.png"/><script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" data-domain-script="21fdf4f3-d8a6-45f3-9579-c9bddf8e3815" data-document-language="false" async=""></script><script> const eventMethod = window.addEventListener ? 'addEventListener' : 'attachEvent'; const eventListener = window[eventMethod]; const messageEvent = eventMethod == 'attachEvent' ? 'onmessage' : 'message'; eventListener( messageEvent, e => { // gcs-web.com or vanity domain if (e.origin.indexOf('gcs-web.com') < 0) return; const message = JSON.parse(e.data); // message.window = id/name attribute of iframe element // message.height = height of #iframe-wrapper of child frame gcsFrameUpdate(message.window, message.height); }, false ); function gcsFrameUpdate(gcsFrameWindow, gcsFrameHeight) { document .getElementById(gcsFrameWindow) .setAttribute('height', gcsFrameHeight); } function onFrameLoad(gcsFrame) { if (gcsFrame) { // use data-loaded attribute to prevent repositioning on first load if (!gcsFrame.getAttribute('data-loaded')) { gcsFrame.setAttribute('data-loaded', 'true'); } else { const gcsFramePos = gcsFrame.getBoundingClientRect(); const gcsScrollTop = window.pageYOffset || document.documentElement.scrollTop; parent.scrollTo(0, gcsScrollTop + gcsFramePos.top - 80); } } } </script><script> if (window.globalThis === undefined) { window.globalThis = window; } window.t2gp=Object.freeze({"useCustomCookieMgmt":false,"env":{"T2GP_PUBLIC_RUNTIME_LOCALE_SUPPORTED_LANGS":"en","T2GP_PUBLIC_RUNTIME_NEWSLETTER_API_BASE":"https://api.privatedivision.com","T2GP_PUBLIC_RUNTIME_CLIENT_PRODUCT_API_BASEURL":"https://api.t2gp.take2games.com","T2GP_PUBLIC_RUNTIME_T2GP_TELEMETRY_API_KEY":"4b471172c5d7c07c1e216bae6693b419","T2GP_PUBLIC_RUNTIME_T2GP_TELEMETRY_HOST":"https://beacon.take2games.com","T2GP_PUBLIC_RUNTIME_T2GP_TELEMETRY_DEBUG":"false","T2GP_PUBLIC_RUNTIME_CHECKOUT_HOST":"checkout.privatedivision.com","T2GP_PUBLIC_RUNTIME_ENABLE_SEARCH":"false","T2GP_PUBLIC_RUNTIME_ACCOUNT_PAGE_ENABLED":"false","T2GP_PUBLIC_RUNTIME_OFFER_PAGE_ENABLED":"false","T2GP_PUBLIC_RUNTIME_DIRECT_FULFILLMENT_PREFERRED":"DRM Free Private Division,Rockstar Games Launcher,CatDaddy,Zynga,Nordeus","T2GP_PUBLIC_RUNTIME_AUTH_PROVIDER":""},"oneTrust":{"cookieCallbackMap":{},"groupMap":{"lux_uid":"2","t2gt.tid":"2","NEXT_LOCALE":"3","next-i18next":"3","google_optimize":"2"}}}); if(window.t2gp.oneTrust){ window.t2gp.oneTrust.registerCookie = function (cookieName, callbackFn) { var groupId = window.t2gp.oneTrust.groupMap ? window.t2gp.oneTrust.groupMap[cookieName] : ''; if (window.t2gp.oneTrust.cookieCallbackMap) { window.t2gp.oneTrust.cookieCallbackMap[cookieName] = callbackFn; } try { callbackFn( window.OnetrustActiveGroups ? window.OnetrustActiveGroups.split(',').indexOf(groupId) > -1 : false ); } catch (error) { console.error('ot: ', error); } }; } </script><script type="text/javascript"> function OptanonWrapper(accepted) { var i = 0; var isGroupActive = false; function activateScript(e) { var t = e.parentNode, o = document.createElement(e.tagName); o.innerHTML = e.innerHTML; var n = e.attributes; if (0 < n.length) for (var s = 0; s < n.length; s++) 'type' !== n[s].name ? o.setAttribute(n[s].name, n[s].value, !0) : o.setAttribute('type', 'text/javascript', !0); t.appendChild(o), t.removeChild(e); } function findAndActivateScripts() { var groupNumber = 1; for (groupNumber = 1; groupNumber <= 4; groupNumber = groupNumber + 1) { var allScripts = document.querySelectorAll( '.optanon-category-' + groupNumber ); allScripts.forEach(elem => activateScript(elem)); } } function checkCookieActive(cookieName) { if (window.OnetrustActiveGroups) { return window.OnetrustActiveGroups ? window.OnetrustActiveGroups.split(',').indexOf( window.t2gp.oneTrust.groupMap[cookieName] ) > -1 : false; } if (window.t2gp && window.t2gp.useCustomCookieMgmt) { const groupId = window.t2gp.oneTrust.groupMap[cookieName]; return ( (groupId === '2' && accepted.tracking) || (groupId === '3' && accepted.convenience) ); } } if ( window.t2gp && window.t2gp.oneTrust && window.t2gp.oneTrust.cookieCallbackMap ) { var cookieCallbackMap = window.t2gp.oneTrust.cookieCallbackMap; for (var cookieName in cookieCallbackMap) { isGroupActive = checkCookieActive(cookieName); cookieCallbackMap[cookieName](isGroupActive); if (!isGroupActive) { document.cookie = cookieName + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } } if (window.t2gp && window.t2gp.useCustomCookieMgmt) { if(isGroupActive) { findAndActivateScripts(); window.dataLayer.push({ OnetrustActiveGroups: ',1,2,3,4,', OptanonActiveGroups: ',1,2,3,4,', }); } else { window.dataLayer.push({ OnetrustActiveGroups: ',1,', OptanonActiveGroups: ',1,', }); } window.dataLayer.push( { event: "OneTrustGroupsUpdated" }) ; } } } </script><script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push( {'gtm.start': new Date().getTime(),event:'gtm.js'} );var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-52K5D7G'); </script><script> LUX=(function(){var a=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMarks)?LUX.gaMarks:[]);var d=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMeasures)?LUX.gaMeasures:[]);var j="LUX_start";var k=window.performance;var l=("undefined"!==typeof(LUX)&&LUX.ns?LUX.ns:(Date.now?Date.now():+(new Date())));if(k&&k.timing&&k.timing.navigationStart){l=k.timing.navigationStart}function f(){if(k&&k.now){return k.now()}var o=Date.now?Date.now():+(new Date());return o-l}function b(n){if(k){if(k.mark){return k.mark(n)}else{if(k.webkitMark){return k.webkitMark(n)}}}a.push({name:n,entryType:"mark",startTime:f(),duration:0});return}function m(p,t,n){if("undefined"===typeof(t)&&h(j)){t=j}if(k){if(k.measure){if(t){if(n){return k.measure(p,t,n)}else{return k.measure(p,t)}}else{return k.measure(p)}}else{if(k.webkitMeasure){return k.webkitMeasure(p,t,n)}}}var r=0,o=f();if(t){var s=h(t);if(s){r=s.startTime}else{if(k&&k.timing&&k.timing[t]){r=k.timing[t]-k.timing.navigationStart}else{return}}}if(n){var q=h(n);if(q){o=q.startTime}else{if(k&&k.timing&&k.timing[n]){o=k.timing[n]-k.timing.navigationStart}else{return}}}d.push({name:p,entryType:"measure",startTime:r,duration:(o-r)});return}function h(n){return c(n,g())}function c(p,o){for(i=o.length-1;i>=0;i--){var n=o[i];if(p===n.name){return n}}return undefined}function g(){if(k){if(k.getEntriesByType){return k.getEntriesByType("mark")}else{if(k.webkitGetEntriesByType){return k.webkitGetEntriesByType("mark")}}}return a}return{mark:b,measure:m,gaMarks:a,gaMeasures:d}})();LUX.ns=(Date.now?Date.now():+(new Date()));LUX.ac=[];LUX.cmd=function(a){LUX.ac.push(a)};LUX.init=function(){LUX.cmd(["init"])};LUX.send=function(){LUX.cmd(["send"])};LUX.addData=function(a,b){LUX.cmd(["addData",a,b])};LUX_ae=[];window.addEventListener("error",function(a){LUX_ae.push(a)});LUX_al=[];if("function"===typeof(PerformanceObserver)&&"function"===typeof(PerformanceLongTaskTiming)){var LongTaskObserver=new PerformanceObserver(function(c){var b=c.getEntries();for(var a=0;a<b.length;a++){var d=b[a];LUX_al.push(d)}});try{LongTaskObserver.observe({type:["longtask"]})}catch(e){}}; </script><script type="text/plain" class="optanon-category-2" src="https://cdn.speedcurve.com/js/lux.js?id=483787099" async="" defer="" crossorigin="anonymous"></script><style>/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:360px){.container{max-width:360px}}@media (min-width:420px){.container{max-width:420px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}@media (min-width:1920px){.container{max-width:1920px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:start;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;font-size:.875rem;line-height:1.25rem;width:-moz-fit-content;width:fit-content;padding:.25rem .75rem}.\!btn{position:relative!important;height:-moz-fit-content!important;height:fit-content!important;border-radius:.375rem!important;padding:.75rem 1.5rem!important;text-align:center!important;line-height:1!important;text-decoration-line:none!important;display:inline-flex!important;flex-shrink:0!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;border-width:1px!important;border-color:transparent!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;min-width:8rem!important;min-height:3rem!important;transition:background-color .1s ease-out!important;z-index:0!important}.btn{position:relative;height:-moz-fit-content;height:fit-content;border-radius:.375rem;padding:.75rem 1.5rem;text-align:center;line-height:1;text-decoration-line:none;display:inline-flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:center;border-width:1px;border-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:8rem;min-height:3rem;transition:background-color .1s ease-out;z-index:0}.\!btn:disabled{pointer-events:none!important}.btn:disabled{pointer-events:none}.\!btn:disabled>*{opacity:.7!important}.btn:disabled>*{opacity:.7}.\!btn:disabled:after{border-radius:.375rem!important;content:""!important;box-sizing:border-box!important;position:absolute!important;inset:0!important;z-index:-1!important;margin-inline-start:-1px!important;margin-top:-1px!important;width:calc(100% + 2px)!important;height:calc(100% + 2px)!important;border:inherit!important;background:inherit!important;-o-border-image:inherit!important;border-image:inherit!important;filter:var(--disabled-button-filter)!important}.btn:disabled:after{border-radius:.375rem;content:"";box-sizing:border-box;position:absolute;inset:0;z-index:-1;margin-inline-start:-1px;margin-top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border:inherit;background:inherit;-o-border-image:inherit;border-image:inherit;filter:var(--disabled-button-filter)}.\!btn.loading{pointer-events:none!important}.btn.loading{pointer-events:none}.btn.\!loading{pointer-events:none!important}.\!btn.loading:before{margin-inline-end:.5rem!important;height:1rem!important;width:1rem!important;border-radius:9999px!important;border-width:2px!important;animation:spin 1.5s linear infinite!important;content:""!important;border-color:transparent currentColor currentColor transparent!important}.btn.loading:before{margin-inline-end:.5rem;height:1rem;width:1rem;border-radius:9999px;border-width:2px;animation:spin 1.5s linear infinite;content:"";border-color:transparent currentColor currentColor transparent}.btn.\!loading:before{margin-inline-end:.5rem!important;height:1rem!important;width:1rem!important;border-radius:9999px!important;border-width:2px!important;animation:spin 1.5s linear infinite!important;content:""!important;border-color:transparent currentColor currentColor transparent!important}.btn-outline{border-width:1px;border-color:currentColor;background-color:transparent}.card{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column}.promo-banner-scrim-\[var\(--promo-gradient-rgb\)\]{background-image:linear-gradient(to right,rgba(var(--promo-gradient-rgb),1),rgba(var(--promo-gradient-rgb),.7) 33%,rgba(var(--promo-gradient-rgb),0) 66%)}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-left-2{left:-.5rem}.-left-full{left:-100%}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-right-full{right:-100%}.-top-1{top:-.25rem}.-top-1\/2{top:-50%}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1\/2{bottom:50%}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-\[-10px\]{bottom:-10px}.bottom-px{bottom:1px}.left-0{left:0}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-25px\]{left:-25px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1\/2{right:50%}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-\[-130px\]{top:-130px}.top-\[50\%\]{top:50%}.top-\[64px\]{top:64px}.-z-10{z-index:-10}.-z-20{z-index:-20}.-z-50{z-index:-50}.-z-\[1\]{z-index:-1}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[100001\]{z-index:100001}.z-\[100\]{z-index:100}.z-\[12\]{z-index:12}.z-\[499\]{z-index:499}.z-\[500\]{z-index:500}.z-\[501\]{z-index:501}.z-\[99\]{z-index:99}.z-banner{z-index:12}.z-checkoutFooter{z-index:100}.z-dialog{z-index:201}.z-dialogOverlay,.z-helpShiftChat{z-index:200}.z-marketingMessage{z-index:10}.z-nav{z-index:13}.z-stripe{z-index:1}.z-subnav{z-index:12}.z-userBalance{z-index:11}.z-widgetCircle{z-index:97}.z-widgetCounter{z-index:98}.z-widgetModal{z-index:99}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.\!col-span-1{grid-column:span 1/span 1!important}.\!col-span-full{grid-column:1/-1!important}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-6{grid-column:span 6/span 6}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.col-start-10{grid-column-start:10}.col-start-2{grid-column-start:2}.col-start-7{grid-column-start:7}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-\[0\.125rem\]{margin-left:.125rem;margin-right:.125rem}.mx-\[3\%\]{margin-left:3%;margin-right:3%}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-me-\[100\%\]{margin-inline-end:-100%}.-ml-1{margin-left:-.25rem}.-ml-4{margin-left:-1rem}.-ms-6{margin-inline-start:-1.5rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-40{margin-bottom:10rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.me-0{margin-inline-end:0}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.me-4{margin-inline-end:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-8{margin-right:2rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-2\.5{margin-inline-start:.625rem}.ms-4{margin-inline-start:1rem}.ms-6{margin-inline-start:1.5rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-48{margin-top:12rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[-0\.15rem\]{margin-top:-.15rem}.mt-\[-0\.2rem\]{margin-top:-.2rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.\!contents{display:contents!important}.contents{display:contents}.hidden{display:none}.aspect-\[1\/1\.4\]{aspect-ratio:1/1.4}.aspect-\[1\/1\]{aspect-ratio:1/1}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[2\.5\/1\]{aspect-ratio:2.5/1}.aspect-\[3\.28\/1\]{aspect-ratio:3.28/1}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.size-12{width:3rem;height:3rem}.size-32{width:8rem;height:8rem}.\!h-4{height:1rem!important}.\!h-\[unset\]{height:unset!important}.\!h-full{height:100%!important}.h-0{height:0}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0\.9rem\]{height:.9rem}.h-\[12\.5rem\]{height:12.5rem}.h-\[128px\]{height:128px}.h-\[25px\]{height:25px}.h-\[45px\]{height:45px}.h-\[48px\]{height:48px}.h-\[72px\]{height:72px}.h-\[80px\]{height:80px}.h-\[calc\(100\%-2rem\)\]{height:calc(100% - 2rem)}.h-\[unset\]{height:unset}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-full{max-height:100%!important}.max-h-40{max-height:10rem}.max-h-72{max-height:18rem}.max-h-\[1\.5rem\]{max-height:1.5rem}.max-h-\[10\.5rem\]{max-height:10.5rem}.max-h-\[12rem\]{max-height:12rem}.max-h-\[14rem\]{max-height:14rem}.max-h-\[2\.5rem\]{max-height:2.5rem}.max-h-\[20\.5rem\]{max-height:20.5rem}.max-h-\[255px\]{max-height:255px}.max-h-\[25rem\]{max-height:25rem}.max-h-\[32rem\]{max-height:32rem}.max-h-\[3rem\]{max-height:3rem}.max-h-\[4rem\]{max-height:4rem}.max-h-\[5rem\]{max-height:5rem}.max-h-\[6rem\]{max-height:6rem}.max-h-\[calc\(100\%-4rem\)\]{max-height:calc(100% - 4rem)}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-\[1\.5rem\]{min-height:1.5rem}.min-h-\[150px\]{min-height:150px}.min-h-\[1rem\]{min-height:1rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[20rem\]{min-height:20rem}.min-h-\[245px\]{min-height:245px}.min-h-\[25vh\]{min-height:25vh}.min-h-\[2rem\]{min-height:2rem}.min-h-\[3rem\]{min-height:3rem}.min-h-\[50vh\]{min-height:50vh}.min-h-\[60px\]{min-height:60px}.min-h-\[640px\]{min-height:640px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[8rem\]{min-height:8rem}.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-1{width:.25rem}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[--radix-select-trigger-width\]{width:var(--radix-select-trigger-width)}.w-\[12\.5rem\]{width:12.5rem}.w-\[16px\]{width:16px}.w-\[35\%\]{width:35%}.w-\[40px\]{width:40px}.w-\[45px\]{width:45px}.w-\[65\%\]{width:65%}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-28{min-width:7rem}.min-w-36{min-width:9rem}.min-w-40{min-width:10rem}.min-w-48{min-width:12rem}.min-w-6,.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[100vw\]{min-width:100vw}.min-w-\[150px\]{min-width:150px}.min-w-\[18px\]{min-width:18px}.min-w-\[1rem\]{min-width:1rem}.min-w-\[21rem\]{min-width:21rem}.min-w-\[24px\]{min-width:24px}.min-w-\[40px\]{min-width:40px}.min-w-\[4rem\]{min-width:4rem}.min-w-\[5rem\]{min-width:5rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[inherit\]{min-width:inherit}.min-w-\[unset\]{min-width:unset}.min-w-full{min-width:100%}.\!max-w-full{max-width:100%!important}.\!max-w-none{max-width:none!important}.max-w-28{max-width:7rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1\.5rem\]{max-width:1.5rem}.max-w-\[10\.5rem\]{max-width:10.5rem}.max-w-\[100px\]{max-width:100px}.max-w-\[16rem\]{max-width:16rem}.max-w-\[176px\]{max-width:176px}.max-w-\[17ch\]{max-width:17ch}.max-w-\[20rem\]{max-width:20rem}.max-w-\[24rem\]{max-width:24rem}.max-w-\[2rem\]{max-width:2rem}.max-w-\[30rem\]{max-width:30rem}.max-w-\[32px\]{max-width:32px}.max-w-\[48px\]{max-width:48px}.max-w-\[48rem\]{max-width:48rem}.max-w-\[50\%\]{max-width:50%}.max-w-\[5rem\]{max-width:5rem}.max-w-\[60vw\]{max-width:60vw}.max-w-\[64px\]{max-width:64px}.max-w-\[64rem\]{max-width:64rem}.max-w-\[6rem\]{max-width:6rem}.max-w-\[7\.5rem\]{max-width:7.5rem}.max-w-\[750px\]{max-width:750px}.max-w-\[768px\]{max-width:768px}.max-w-\[7rem\]{max-width:7rem}.max-w-\[840px\]{max-width:840px}.max-w-\[90vw\]{max-width:90vw}.max-w-\[unset\]{max-width:unset}.max-w-full{max-width:100%}.max-w-layout{max-width:120rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-3xl{max-width:1920px}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-\[2\]{flex:2}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.flex-grow-\[1\],.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-1\/2{flex-basis:50%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-1{--tw-border-spacing-x:0.25rem;--tw-border-spacing-y:0.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-1\/2,.-translate-x-2\/4{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-2\/4,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y:-0.25rem}.-translate-y-1\/2,.-translate-y-2\/4{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-2\/4,.-translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y:-1rem}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-\[10\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[10\%\]{--tw-translate-x:10%}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y:50%}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.scale-\[-1\]{--tw-scale-x:-1;--tw-scale-y:-1}.-scale-x-100,.scale-\[-1\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-scale-x-100{--tw-scale-x:-1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-appear{animation:appear .5s cubic-bezier(.16,1,.3,1)}.animate-disappear{animation:disappear .5s cubic-bezier(.16,1,.3,1)}@keyframes glow{0%{box-shadow:0 0 10px -5px #add8e6}to{box-shadow:0 0 10px 5px #add8e6}}.animate-glow{animation:glow 1s infinite alternate}.animate-slide-in-from-top{animation:slide-down .25s cubic-bezier(0,0,.2,1)}.animate-slide-out-to-top{animation:slide-up .2s cubic-bezier(.4,0,1,1)}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.scroll-mt-24{scroll-margin-top:6rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.\!appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-row{grid-auto-flow:row}.auto-rows-\[minmax\(160px\2c auto\)\]{grid-auto-rows:minmax(160px,auto)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-between{place-content:space-between}.content-center{align-content:center}.content-end{align-content:flex-end}.content-between{align-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-0\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.125rem * var(--tw-space-x-reverse));margin-left:calc(.125rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.place-self-center{place-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.whitespace-break-spaces{white-space:break-spaces}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l{border-bottom-left-radius:.25rem}.rounded-l,.rounded-t{border-top-left-radius:.25rem}.rounded-t{border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr-sm{border-top-right-radius:.125rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-8{border-width:8px}.\!border-x-0{border-left-width:0!important;border-right-width:0!important}.\!border-b-0{border-bottom-width:0!important}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t,.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[red\]{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.border-\[rgba\(var\(--color-error-rgb\)\2c 0\.8\)\]{border-color:rgba(var(--color-error-rgb),.8)}.border-\[var\(--color-neutral-300\)\]{border-color:var(--color-neutral-300)}.border-current{border-color:currentColor}.border-error{border-color:var(--color-error)}.border-neutral-999{border-color:var(--color-neutral-999)}.border-primary{border-color:var(--color-primary)}.border-tile-btn-border-0{border-color:var(--tile-btn-border-0)}.border-white{border-color:var(--color-white)}.border-t-transparent{border-top-color:transparent}.border-opacity-40{--tw-border-opacity:0.4}.\!bg-transparent{background-color:transparent!important}.bg-\[--color-button-bg\]{background-color:var(--color-button-bg)}.bg-\[rgb\(0_0_0_\/_\.3\)\]{background-color:rgba(0,0,0,.3)}.bg-\[rgb\(var\(--promo-gradient-rgb\)\)\]{background-color:rgb(var(--promo-gradient-rgb))}.bg-black{background-color:var(--color-black)}.bg-current{background-color:currentColor}.bg-error{background-color:var(--color-error)}.bg-game-primary{background-color:var(--color-game-primary)}.bg-info{background-color:var(--color-info)}.bg-neutral-100{background-color:var(--color-neutral-100)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-300{background-color:var(--color-neutral-300)}.bg-primary{background-color:var(--color-primary)}.bg-success{background-color:var(--color-success)}.bg-tile-btn-0{background-color:var(--tile-btn-0)}.bg-transparent{background-color:transparent}.bg-warning{background-color:var(--color-warning)}.bg-white{background-color:var(--color-white)}.bg-opacity-0{--tw-bg-opacity:0}.bg-\[linear-gradient\(247\.2deg\2c rgba\(var\(--color-black-rgb\)\2c 0\.5\)0\%\2c rgba\(var\(--color-black-rgb\)\2c 0\.5\)5\.61\%\2c rgba\(var\(--color-black-rgb\)\2c 0\)10\.6\%\)\]{background-image:linear-gradient(247.2deg,rgba(var(--color-black-rgb),.5) 0,rgba(var(--color-black-rgb),.5) 5.61%,rgba(var(--color-black-rgb),0)10.6%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-\[rgb\(var\(--promo-gradient-rgb\)\)\]{--tw-gradient-from:rgb(var(--promo-gradient-rgb)) var(--tw-gradient-from-position);--tw-gradient-to:rgb(var(--promo-gradient-rgb)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-tile-btn-0{--tw-gradient-from:var(--tile-btn-0) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-tile-btn-1{--tw-gradient-to:var(--tile-btn-1) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.bg-\[size\:100\%auto\]{background-size:100%auto}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-top{background-position:top}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-center{-o-object-position:center;object-position:center}.object-left-top{-o-object-position:left top;object-position:left top}.object-right{-o-object-position:right;object-position:right}.object-top{-o-object-position:top;object-position:top}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-24{padding:6rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!py-8{padding-top:2rem!important;padding-bottom:2rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.\!pe-1{padding-inline-end:.25rem!important}.\!pe-1\.5{padding-inline-end:.375rem!important}.\!ps-1{padding-inline-start:.25rem!important}.\!ps-1\.5{padding-inline-start:.375rem!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[100\%\]{padding-bottom:100%}.pb-\[56\.25\%\]{padding-bottom:56.25%}.pe-1{padding-inline-end:.25rem}.pe-2{padding-inline-end:.5rem}.pe-4{padding-inline-end:1rem}.pe-8{padding-inline-end:2rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[40\%\]{padding-top:40%}.pt-\[55\%\]{padding-top:55%}.pt-\[80\%\]{padding-top:80%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.\!font-\[Arial\]{font-family:Arial!important}.font-secondary{font-family:var(--font-secondary)}.\!text-\[1\.125rem\]{font-size:1.125rem!important}.\!text-\[10\.13px\]{font-size:10.13px!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.65rem\]{font-size:.65rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1\.33rem\]{font-size:1.33rem}.text-\[1rem\]{font-size:1rem}.text-\[24px\]{font-size:24px}.text-\[3\.5rem\]{font-size:3.5rem}.text-\[48px\]{font-size:48px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-normal{font-weight:400}.\!uppercase{text-transform:uppercase!important}.uppercase{text-transform:uppercase}.\!capitalize{text-transform:capitalize!important}.capitalize{text-transform:capitalize}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!leading-5{line-height:1.25rem!important}.\!leading-\[150\%\]{line-height:150%!important}.\!leading-none{line-height:1!important}.leading-8{line-height:2rem}.leading-\[150\%\]{line-height:150%}.leading-\[1\],.leading-none{line-height:1}.leading-normal{line-height:1.5}.\!tracking-normal{letter-spacing:0!important}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[inherit\]{color:inherit!important}.\!text-black{color:var(--color-black)!important}.\!text-text-primary{color:var(--text-color-primary)!important}.text-\[--color-button-text\]{color:var(--color-button-text)}.text-\[inherit\]{color:inherit}.text-\[rgb\(var\(--color-promo-attribute-rgb\)\)\]{color:rgb(var(--color-promo-attribute-rgb))}.text-black{color:var(--color-black)}.text-button-text{color:var(--color-button-text-override,var(--color-neutral-999))}.text-current{color:currentColor}.text-neutral-000{color:var(--color-neutral-000)}.text-neutral-999{color:var(--color-neutral-999)}.text-text-primary{color:var(--text-color-primary)}.text-transparent{color:transparent}.text-white{color:var(--color-white)}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-\[0\.6\]{opacity:.6}.shadow-far{--tw-shadow:0px 12px 16px rgba(var(--color-black-rgb),0.32);--tw-shadow-colored:0px 12px 16px var(--tw-shadow-color)}.shadow-far,.shadow-near{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-near{--tw-shadow:0px 4px 8px rgba(var(--color-black-rgb),0.24);--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 0 rgba(var(--color-black-rgb),0);--tw-shadow-colored:0 0 0 var(--tw-shadow-color)}.shadow-none,.shadow-xfar{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xfar{--tw-shadow:0px 16px 20px rgba(var(--color-black-rgb),0.4);--tw-shadow-colored:0px 16px 20px var(--tw-shadow-color)}.shadow-xnear{--tw-shadow:0px 2px 4px rgba(var(--color-black-rgb),0.24);--tw-shadow-colored:0px 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-white{--tw-ring-color:var(--color-white)}.blur{--tw-blur:blur(8px)}.blur,.blur-md{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-md{--tw-blur:blur(12px)}.brightness-75{--tw-brightness:brightness(.75)}.brightness-75,.contrast-75{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.contrast-75{--tw-contrast:contrast(.75)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow,.drop-shadow-\[0_0_4px_rgb\(255_255_255\/\.8\)\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_0_4px_rgb\(255_255_255\/\.8\)\]{--tw-drop-shadow:drop-shadow(0 0 4px hsla(0,0%,100%,.8))}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.drop-shadow-lg,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-lg,.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[bottom\]{transition-property:bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[filter\]{transition-property:filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[height\]{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-0{transition-delay:0s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-500{transition-duration:.5s}.ease-\[cubic-bezier\(0\.68\2c -0\.55\2c 0\.265\2c 1\.55\)\]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.bg-black-10{background-color:rgba(var(--color-black-rgb),.12)}.bg-black-20{background-color:rgba(var(--color-black-rgb),.2)}.border-black-20{border-color:rgba(var(--color-black-rgb),.2)}.bg-black-40{background-color:rgba(var(--color-black-rgb),.4)}.bg-black-50{background-color:rgba(var(--color-black-rgb),.5)}.border-black-50{border-color:rgba(var(--color-black-rgb),.5)}.text-black-50{color:rgba(var(--color-black-rgb),.5)}.bg-black-60{background-color:rgba(var(--color-black-rgb),.6)}.bg-white-10{background-color:rgba(var(--color-white-rgb),.12)}.bg-white-20{background-color:rgba(var(--color-white-rgb),.2)}.border-white-20{border-color:rgba(var(--color-white-rgb),.2)}.border-white-50{border-color:rgba(var(--color-white-rgb),.5)}.bg-neutral-000-20{background-color:rgba(var(--color-neutral-000-rgb),.2)}.bg-neutral-100-40{background-color:rgba(var(--color-neutral-100-rgb),.4)}.bg-neutral-100-70{background-color:rgba(var(--color-neutral-100-rgb),.7)}.bg-neutral-100-80{background-color:rgba(var(--color-neutral-100-rgb),.8)}.border-neutral-999-20{border-color:rgba(var(--color-neutral-999-rgb),.2)}.text-neutral-999-60{color:rgba(var(--color-neutral-999-rgb),.6)}.\!text-text-primary-60{color:rgba(var(--text-color-primary-rgb),.6)!important}.text-text-primary-60{color:rgba(var(--text-color-primary-rgb),.6)}.text-text-primary-80{color:rgba(var(--text-color-primary-rgb),.8)}.text-text-primary-100{color:rgba(var(--text-color-primary-rgb),1)}.type-headline-xl{font-weight:700;font-size:2rem}.type-headline-l,.type-headline-xl{font-family:var(--font-secondary);line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}.type-headline-l{font-weight:600;font-size:1.5rem}.type-headline-m{font-weight:600;font-family:var(--font-secondary);font-size:1.25rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1)}.type-body-l,.type-headline-m{text-transform:none;letter-spacing:normal}.type-body-l{font-weight:400;font-size:1.125rem;line-height:150%;color:rgba(var(--text-color-primary-rgb),.8)}.type-body-m{font-weight:400;color:rgba(var(--text-color-primary-rgb),.8)}.type-body-m,.type-body-m-bold{font-size:1rem;line-height:150%;text-transform:none;letter-spacing:normal}.type-body-m-bold{font-weight:700;color:rgba(var(--text-color-primary-rgb),1)}.type-body-m-60{font-size:1rem;color:rgba(var(--text-color-primary-rgb),.6)}.type-body-m-60,.type-body-s{font-weight:400;line-height:150%;text-transform:none;letter-spacing:normal}.type-body-s{font-size:.875rem;color:rgba(var(--text-color-primary-rgb),.8)}.type-body-s-bold{font-weight:700;color:rgba(var(--text-color-primary-rgb),1)}.type-body-s-60,.type-body-s-bold{font-size:.875rem;line-height:150%;text-transform:none;letter-spacing:normal}.type-body-s-60{font-weight:400;color:rgba(var(--text-color-primary-rgb),.6)}.type-button-m{font-weight:700;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb),1);text-transform:uppercase;letter-spacing:normal}.type-title{font-weight:600;font-size:.75rem;color:rgba(var(--text-color-primary-rgb),.8)}.type-overline,.type-title{line-height:125%;text-transform:uppercase;letter-spacing:.05rem}.type-overline{font-weight:700;font-size:.688rem;color:rgba(var(--text-color-primary-rgb),.6)}.type-caption{font-weight:700;color:rgba(var(--text-color-primary-rgb),1);line-height:125%}.type-caption,.type-subtext{font-size:.688rem;text-transform:none;letter-spacing:.05rem}.type-subtext{color:rgba(var(--text-color-primary-rgb),.8)}.type-subtext,.type-subtext-60{font-weight:400;line-height:150%}.type-subtext-60{color:rgba(var(--text-color-primary-rgb),.6);font-size:.688rem;text-transform:none;letter-spacing:.05rem}.type-link{cursor:pointer;color:rgba(var(--text-color-primary-rgb),.8);text-decoration:underline;transition:color .2s ease-in-out}.text-headline-xl{font-size:2rem;line-height:1.25}.text-headline-l{font-size:1.5rem;line-height:1.25;font-weight:600}.text-headline-m{font-size:1.25rem;line-height:1.25;font-weight:600}.text-body-l{font-size:1.125rem;line-height:1.5}.text-body-m{font-size:1rem;line-height:1.5}.text-body-s{font-size:.875rem;line-height:1.5}.text-subtext{font-size:.688rem;line-height:1.5rem}.\!text-caption{font-size:.688rem!important;font-weight:700!important;line-height:1.25!important}.text-title{font-size:.75rem;line-height:1.25;font-weight:600}.text-overline,.text-title{text-transform:uppercase;letter-spacing:.05em}.text-overline{font-weight:700;line-height:1.25rem}.text-button-m{font-size:1rem;line-height:1.5rem;font-weight:700;text-transform:uppercase}.layout{width:100%}.layout-content{max-width:120rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.layout-content{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.layout-content{padding-left:4rem;padding-right:4rem}}@media (min-width:1280px){.layout-content{padding-left:6rem;padding-right:6rem}}@media (min-width:1920px){.layout-content{padding-left:8rem;padding-right:8rem}}.\[background\:none\]{background:none}.\[border\:none\]{border:none}.\[float\:inline-end\]{float:inline-end}.\[float\:inline-start\]{float:inline-start}.\[font-family\:var\(--font-secondary\)\]{font-family:var(--font-secondary)}.\[font-size\:inherit\]{font-size:inherit}.\[font-weight\:bold\]{font-weight:700}.\[line-height\:0\.875rem\]{line-height:.875rem}.\[margin-block-end\:0\.125rem\]{margin-block-end:.125rem}.\[margin-block-end\:0\.5rem\]{margin-block-end:.5rem}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}:root{font-family:var(--font-primary,sans-serif);--reach-menu-button:1;[data-reach-menu-popover],[data-reach-menu],[data-reach-popover]{z-index:1000}[data-reach-menu-item],[data-reach-menu-list]{outline:2px solid transparent;outline-offset:2px}[data-reach-menu-item]:not([aria-disabled=true]):hover,[data-reach-menu-item][data-selected]:not([aria-disabled=true]){color:var(--color-neutral-999);background-color:rgba(var(--color-neutral-999-rgb),.12)}[data-reach-menu-item][aria-disabled=true]{cursor:not-allowed;opacity:.4}[lang=ja],[lang=ko],[lang=zh-CN],[lang=zh-Hant]{word-break:break-word;overflow-wrap:break-word}*{scrollbar-width:thin;scrollbar-color:rgba(var(--color-white-rgb),.4) rgba(var(--color-black-rgb),.4);&::-webkit-scrollbar{width:.5rem;height:.5rem}&::-webkit-scrollbar-corner,&::-webkit-scrollbar-track{background:var(--color-neutral-100)}&::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:rgba(var(--color-neutral-999-rgb),.4);background-clip:content-box;border:2px solid transparent}&::-webkit-scrollbar-thumb:hover:not(:active){background-color:rgba(var(--color-white-rgb),.4)}}}.placeholder\:text-neutral-999-60::-moz-placeholder{color:rgba(var(--color-neutral-999-rgb),.6)}.placeholder\:text-neutral-999-60::placeholder{color:rgba(var(--color-neutral-999-rgb),.6)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:size-full:after{width:100%}.after\:h-full:after,.after\:size-full:after{content:var(--tw-content);height:100%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:rounded:after{content:var(--tw-content);border-radius:.25rem}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:\!border-t-0:first-child{border-top-width:0!important}.first\:border-none:first-child{border-style:none}.last\:mb-0:last-child{margin-bottom:0}.last\:mb-24:last-child{margin-bottom:6rem}.last\:mr-0:last-child{margin-right:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.last\:\!border-b-0:last-child{border-bottom-width:0!important}.only\:px-4:only-child{padding-left:1rem;padding-right:1rem}.last-of-type\:mb-16:last-of-type{margin-bottom:4rem}.last-of-type\:mt-20:last-of-type{margin-top:5rem}.last-of-type\:pr-0:last-of-type{padding-right:0}.checked\:bg-current:checked{background-color:currentColor}.empty\:hidden:empty{display:none}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-black:hover{background-color:var(--color-black)}.hover\:bg-neutral-200:hover{background-color:var(--color-neutral-200)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-20:hover{opacity:.2}.hover\:brightness-105:hover{--tw-brightness:brightness(1.05)}.hover\:brightness-105:hover,.hover\:drop-shadow-lg:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:drop-shadow-lg:hover{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.hover\:filter:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:bg-black-10:hover{background-color:rgba(var(--color-black-rgb),.12)}.hover\:bg-white-10:hover{background-color:rgba(var(--color-white-rgb),.12)}.hover\:\!bg-neutral-999-10:hover{background-color:rgba(var(--color-neutral-999-rgb),.12)!important}.hover\:type-link-hover:hover{color:rgba(var(--text-color-primary-rgb),1);text-decoration:underline}.hover\:\[text-decoration\:none\]:hover{text-decoration:none}.after\:hover\:bg-white:hover:after,.hover\:after\:bg-white:hover:after{content:var(--tw-content);background-color:var(--color-white)}.after\:hover\:opacity-10:hover:after,.hover\:after\:opacity-10:hover:after{content:var(--tw-content);opacity:.1}.focus\:text-white:focus{color:var(--color-white)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:bg-white-20:focus{background-color:rgba(var(--color-white-rgb),.2)}.focus-visible\:border-2:focus-visible{border-width:2px}.focus-visible\:border-solid:focus-visible{border-style:solid}.focus-visible\:border-white:focus-visible{border-color:var(--color-white)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.active\:after\:bg-white:active:after{content:var(--tw-content);background-color:var(--color-white)}.active\:after\:opacity-20:active:after{content:var(--tw-content);opacity:.2}.disabled\:hidden:disabled{display:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:grayscale:disabled{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.disabled\:text-shadow-btn-disabled:disabled{text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.data-\[entering\]\:animate-appear[data-entering]{animation:appear .5s cubic-bezier(.16,1,.3,1)}.data-\[exiting\]\:animate-disappear[data-exiting],.data-\[state\=\"closed\"\]\:animate-disappear[data-state=closed]{animation:disappear .5s cubic-bezier(.16,1,.3,1)}@keyframes slide-up{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:.5}}.data-\[state\=\"closed\"\]\:animate-slide-out-to-top[data-state=closed]{animation:slide-up .2s cubic-bezier(.4,0,1,1)}.data-\[state\=\"open\"\]\:animate-appear[data-state=open]{animation:appear .5s cubic-bezier(.16,1,.3,1)}@keyframes slide-down{0%{transform:translateY(-100%);opacity:.5}to{transform:translateY(0);opacity:1}}.data-\[state\=\"open\"\]\:animate-slide-in-from-top[data-state=open]{animation:slide-down .25s cubic-bezier(0,0,.2,1)}@keyframes content-hide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}.data-\[state\=closed\]\:animate-content-hide[data-state=closed]{animation:content-hide .15s cubic-bezier(.16,1,.3,1)}@keyframes disappear{0%{opacity:1}to{opacity:0}}.data-\[state\=closed\]\:animate-disappear[data-state=closed]{animation:disappear .5s cubic-bezier(.16,1,.3,1)}@keyframes appear{0%{opacity:0}to{opacity:1}}.data-\[state\=open\]\:animate-appear[data-state=open]{animation:appear .5s cubic-bezier(.16,1,.3,1)}@keyframes content-show{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.data-\[state\=open\]\:animate-content-show[data-state=open]{animation:content-show .15s cubic-bezier(.16,1,.3,1)}.data-\[state\=closed\]\:rounded[data-state=closed]{border-radius:.25rem}.data-\[state\=open\]\:rounded-t[data-state=open]{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.light .light\:border-black{border-color:var(--color-black)}.light .light\:bg-primary{background-color:var(--color-primary)}.light .light\:text-\[var\(--color-primary\)\],.light .light\:text-primary{color:var(--color-primary)}.light .light\:text-text-primary{color:var(--text-color-primary)}.light .light\:text-white{color:var(--color-white)}.light .light\:shadow-xnear{--tw-shadow:0px 2px 4px rgba(var(--color-black-rgb),0.24);--tw-shadow-colored:0px 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.light .light\:border-black-20{border-color:rgba(var(--color-black-rgb),.2)}.light .light\:bg-white-90{background-color:rgba(var(--color-white-rgb),.9)}.light .light\:hover\:text-black:hover{color:var(--color-black)}.light .light\:hover\:bg-black-10:hover{background-color:rgba(var(--color-black-rgb),.12)}.light .light\:focus\:text-black:focus{color:var(--color-black)}.light .light\:focus\:bg-black-10:focus{background-color:rgba(var(--color-black-rgb),.12)}.prose-headings\:mb-2 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem}.prose-headings\:font-bold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700}.prose-headings\:\!leading-tight :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.25!important}.prose-headings\:text-text-primary :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){color:var(--text-color-primary)}.prose-headings\:type-headline-l :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}.prose-h1\:text-xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-h2\:text-xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-h3\:text-base :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1rem;line-height:1.5rem}.prose-p\:m-0 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin:0}.prose-p\:my-2 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem;margin-bottom:.5rem}.prose-p\:mb-2 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem}.prose-p\:text-base :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1rem;line-height:1.5rem}.prose-p\:opacity-80 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){opacity:.8}.prose-p\:type-body-s :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:400;font-size:.875rem;line-height:150%;color:rgba(var(--text-color-primary-rgb),.8);text-transform:none;letter-spacing:normal}.prose-a\:type-link :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){cursor:pointer;color:rgba(var(--text-color-primary-rgb),.8);text-decoration:underline;transition:color .2s ease-in-out}.hover\:prose-a\:type-link-hover :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{color:rgba(var(--text-color-primary-rgb),1);text-decoration:underline}.prose-blockquote\:my-0 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-blockquote\:leading-3 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:.75rem}.prose-blockquote\:text-text-primary :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){color:var(--text-color-primary)}.prose-strong\:text-text-primary :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){color:var(--text-color-primary)}.prose-ol\:my-0 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-ul\:my-0 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-li\:-my-1 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:-.25rem;margin-bottom:-.25rem}.prose-img\:inline-block :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){display:inline-block}.prose-img\:h-3 :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){height:.75rem}.prose-img\:w-3 :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){width:.75rem}@media (min-width:320px){.min-\[320px\]\:min-w-max{min-width:-moz-max-content;min-width:max-content}}@media (min-width:360px){.xxs\:mb-0{margin-bottom:0}.xxs\:mt-4{margin-top:1rem}.xxs\:min-w-\[8rem\]{min-width:8rem}.xxs\:flex-row{flex-direction:row}.xxs\:items-center{align-items:center}.xxs\:justify-center{justify-content:center}}@media (min-width:420px){.xs\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}}@media (min-width:480px){.min-\[480px\]\:block{display:block}.min-\[480px\]\:hidden{display:none}}@media (min-width:640px){.sm\:m-0{margin:0}.sm\:m-auto{margin:auto}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-1{margin-bottom:.25rem}.sm\:me-4{margin-inline-end:1rem}.sm\:ms-auto{margin-inline-start:auto}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-48{height:12rem}.sm\:h-auto{height:auto}.sm\:w-48{width:12rem}.sm\:w-5\/12{width:41.666667%}.sm\:w-9\/12{width:75%}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:max-w-48{max-width:12rem}.sm\:max-w-\[234px\]{max-width:234px}.sm\:max-w-sm{max-width:24rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-4{gap:1rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-1{padding-left:.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:text-\[0\]{font-size:0}.sm\:text-transparent{color:transparent}.sm\:type-headline-l{font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:right-0{right:0}.md\:order-2{order:2}.md\:order-3{order:3}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:-mt-3{margin-top:-.75rem}.md\:mb-0{margin-bottom:0}.md\:me-6{margin-inline-end:1.5rem}.md\:me-auto{margin-inline-end:auto}.md\:mr-16{margin-right:4rem}.md\:ms-auto{margin-inline-start:auto}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-48{height:12rem}.md\:h-auto{height:auto}.md\:h-max{height:-moz-max-content;height:max-content}.md\:min-h-\[2rem\]{min-height:2rem}.md\:w-10\/12{width:83.333333%}.md\:w-24{width:6rem}.md\:w-3\/4{width:75%}.md\:w-48{width:12rem}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:max-w-\[16rem\]{max-width:16rem}.md\:max-w-lg{max-width:32rem}.md\:flex-1{flex:1 1 0%}.md\:flex-none{flex:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-8{gap:2rem}.md\:border-r{border-right-width:1px}.md\:border-t{border-top-width:1px}.md\:bg-cover{background-size:cover}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-14{padding:3.5rem}.md\:p-4{padding:1rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:pb-0{padding-bottom:0}.md\:ps-12{padding-inline-start:3rem}.md\:pt-0{padding-top:0}.md\:pt-\[40\%\]{padding-top:40%}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:\[text-align\:initial\]{text-align:initial}.prose-headings\:md\:type-headline-xl :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:700;font-family:var(--font-secondary);font-size:2rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:bottom-16{bottom:4rem}.lg\:right-1{right:.25rem}.lg\:right-8{right:2rem}.lg\:top-0{top:0}.lg\:top-2{top:.5rem}.lg\:top-\[80px\]{top:80px}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:row-start-1{grid-row-start:1}.lg\:m-auto{margin:auto}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-16{margin-left:4rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mr-8{margin-right:2rem}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:\!h-\[85\%\]{height:85%!important}.lg\:h-32{height:8rem}.lg\:h-\[unset\]{height:unset}.lg\:max-h-32{max-height:8rem}.lg\:max-h-\[11\.5rem\]{max-height:11.5rem}.lg\:min-h-\[20rem\]{min-height:20rem}.lg\:min-h-\[640px\]{min-height:640px}.lg\:w-1\/2{width:50%}.lg\:w-2\/5{width:40%}.lg\:w-32{width:8rem}.lg\:w-4\/12{width:33.333333%}.lg\:w-48{width:12rem}.lg\:w-60{width:15rem}.lg\:w-8\/12{width:66.666667%}.lg\:w-96{width:24rem}.lg\:w-fit{width:-moz-fit-content;width:fit-content}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:min-w-\[25rem\]{min-width:25rem}.lg\:min-w-\[unset\]{min-width:unset}.lg\:\!max-w-\[58rem\]{max-width:58rem!important}.lg\:\!max-w-lg{max-width:32rem!important}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-\[25rem\]{max-width:25rem}.lg\:max-w-\[33\%\]{max-width:33%}.lg\:max-w-\[42rem\]{max-width:42rem}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:shrink-0{flex-shrink:0}.lg\:grow-0{flex-grow:0}.lg\:basis-64{flex-basis:16rem}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-12{gap:3rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:border-b{border-bottom-width:1px}.lg\:border-solid{border-style:solid}.lg\:p-0{padding:0}.lg\:p-2{padding:.5rem}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-9{padding:2.25rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pl-7{padding-left:1.75rem}.lg\:pr-0{padding-right:0}.lg\:pr-4{padding-right:1rem}.lg\:\!text-left{text-align:left!important}.lg\:\!text-right{text-align:right!important}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-\[3\.5rem\]{font-size:3.5rem}.lg\:leading-\[4\.5rem\]{line-height:4.5rem}.lg\:layout-content{max-width:120rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.lg\:layout-content{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.lg\:layout-content{padding-left:4rem;padding-right:4rem}}@media (min-width:1280px){.lg\:layout-content{padding-left:6rem;padding-right:6rem}}@media (min-width:1920px){.lg\:layout-content{padding-left:8rem;padding-right:8rem}}.lg\:only\:px-\[unset\]:only-child{padding-left:unset;padding-right:unset}}@media (min-width:1280px){.xl\:right-24{right:6rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:-ml-8{margin-left:-2rem}.xl\:mr-16{margin-right:4rem}.xl\:inline{display:inline}.xl\:w-3\/4{width:75%}.xl\:\!max-w-\[64rem\]{max-width:64rem!important}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:ps-3{padding-inline-start:.75rem}}@media (min-width:1536px){.\32xl\:min-h-\[25rem\]{min-height:25rem}.\32xl\:w-10\/12{width:83.333333%}.\32xl\:w-2\/4{width:50%}.\32xl\:max-w-\[25\%\]{max-width:25%}.\32xl\:max-w-\[35\%\]{max-width:35%}.\32xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1920px){.\33xl\:col-start-1{grid-column-start:1}.\33xl\:mb-8{margin-bottom:2rem}.\33xl\:mr-24{margin-right:6rem}.\33xl\:block{display:block}.\33xl\:h-full{height:100%}.\33xl\:min-h-\[30rem\]{min-height:30rem}.\33xl\:w-32{width:8rem}.\33xl\:w-7\/12{width:58.333333%}.\33xl\:w-9\/12{width:75%}.\33xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\33xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.\33xl\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.\33xl\:px-32{padding-left:8rem;padding-right:8rem}.\33xl\:type-headline-xl{font-weight:700;font-family:var(--font-secondary);font-size:2rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:left-\[unset\]:where([dir=rtl],[dir=rtl] *){left:unset}.rtl\:right-1:where([dir=rtl],[dir=rtl] *){right:.25rem}.rtl\:right-1\.5:where([dir=rtl],[dir=rtl] *){right:.375rem}.rtl\:right-2:where([dir=rtl],[dir=rtl] *){right:.5rem}.rtl\:right-\[unset\]:where([dir=rtl],[dir=rtl] *){right:unset}.rtl\:ms-6:where([dir=rtl],[dir=rtl] *){margin-inline-start:1.5rem}.rtl\:-scale-100:where([dir=rtl],[dir=rtl] *){--tw-scale-x:-1;--tw-scale-y:-1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:1024px){.lg\:rtl\:scale-\[-1\]:where([dir=rtl],[dir=rtl] *){--tw-scale-x:-1;--tw-scale-y:-1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.\[\&\:\:-webkit-scrollbar-corner\]\:\!bg-transparent::-webkit-scrollbar-corner,.\[\&\:\:-webkit-scrollbar-track\]\:\!bg-transparent::-webkit-scrollbar-track{background-color:transparent!important}.\[\&\:\:-webkit-scrollbar\]\:\!w-0::-webkit-scrollbar{width:0!important}.\[\&\:focus\]\:outline-0:focus{outline-width:0}.\[\&\:hover\:not\(\:active\)\]\:bg-primary:hover:not(:active){background-color:var(--color-primary)}.\[\&\>\*\:div\]\:rounded-t-lg>:div{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\[\&\>\*\:div\]\:\!border-t-0>:div{border-top-width:0!important}.\[\&\>\*\:first-child\]\:ps-0>:first-child{padding-inline-start:0}.\[\&\>\*\:last-child\]\:rounded-b-lg>:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.\[\&\>\*\:last-child\]\:pe-0>:last-child{padding-inline-end:0}.\[\&\>\*\:not\(\:last-child\)\]\:mb-2>:not(:last-child){margin-bottom:.5rem}.\[\&\>\*\>\*\]\:h-full>*>*{height:100%}.\[\&\>\*\]\:col-span-full>*{grid-column:1/-1}.\[\&\>\*\]\:col-start-1>*{grid-column-start:1}.\[\&\>\*\]\:row-span-full>*{grid-row:1/-1}.\[\&\>\*\]\:inline>*{display:inline}.\[\&\>\*\]\:h-auto>*{height:auto}.\[\&\>\*\]\:\!border-b-0>*{border-bottom-width:0!important}.\[\&\>\*\]\:border-t>*{border-top-width:1px}.\[\&\>\*\]\:px-2>*{padding-left:.5rem;padding-right:.5rem}.\[\&\>\*\]\:align-middle>*{vertical-align:middle}.\[\&\>\*\]\:border-white-20>*{border-color:rgba(var(--color-white-rgb),.2)}.\[\&\>\*\]\:border-text-primary-20>*{border-color:rgba(var(--text-color-primary-rgb),.2)}.\[\&\>\*\]\:\[backface-visibility\:hidden\]>*{backface-visibility:hidden}.\[\&\>\*\]\:first\:font-bold:first-child>*{font-weight:700}@media (min-width:640px){.\[\&\>\*\]\:sm\:col-span-1>*{grid-column:span 1/span 1}}.\[\&\>\*last\]\:rounded-b-lg>last{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.\[\&\>\*last\]\:\!border-b-0>last{border-bottom-width:0!important}.\[\&\>\:nth-child\(2\)\]\:mt-2>:nth-child(2){margin-top:.5rem}.\[\&\>a\]\:max-w-\[20rem\]>a{max-width:20rem}.\[\&\>a\]\:overflow-hidden>a{overflow:hidden}.\[\&\>a\]\:text-ellipsis>a{text-overflow:ellipsis}@media (min-width:420px){.xs\:\[\&\>a\]\:max-w-\[12rem\]>a{max-width:12rem}}.\[\&\>button\>div\]\:text-base>button>div{font-size:1rem;line-height:1.5rem}.\[\&\>div\>figure\]\:px-0>div>figure{padding-left:0;padding-right:0}.\[\&\>div\>img\]\:max-h-\[5rem\]>div>img{max-height:5rem}.\[\&\>div\]\:h-min>div{height:-moz-min-content;height:min-content}.\[\&\>div\]\:min-h-min>div{min-height:-moz-min-content;min-height:min-content}.\[\&\>h2\]\:type-headline-l>h2{font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb),1);text-transform:none;letter-spacing:normal}.\[\&\>img\]\:absolute>img{position:absolute}.\[\&\>img\]\:inset-0>img{inset:0}.\[\&\>img\]\:mx-auto>img{margin-left:auto;margin-right:auto}.\[\&\>img\]\:block>img{display:block}.\[\&\>img\]\:h-\[96px\]>img{height:96px}.\[\&\>img\]\:h-auto>img{height:auto}.\[\&\>img\]\:h-full>img{height:100%}.\[\&\>img\]\:max-h-\[128px\]>img{max-height:128px}.\[\&\>img\]\:w-40>img{width:10rem}.\[\&\>img\]\:w-full>img{width:100%}.\[\&\>img\]\:max-w-\[16rem\]>img{max-width:16rem}.\[\&\>img\]\:rounded>img{border-radius:.25rem}.\[\&\>img\]\:object-contain>img{-o-object-fit:contain;object-fit:contain}.\[\&\>img\]\:object-cover>img{-o-object-fit:cover;object-fit:cover}.\[\&\>img\]\:object-\[center_center\]>img{-o-object-position:center center;object-position:center center}.\[\&\>img\]\:\[object-position\:var\(--bg-pos\)\]>img{-o-object-position:var(--bg-pos);object-position:var(--bg-pos)}@media (min-width:360px){.xxs\:\[\&\>img\]\:min-w-\[8rem\]>img{min-width:8rem}}@media (min-width:420px){.xs\:\[\&\>img\]\:min-w-\[10rem\]>img{min-width:10rem}}@media (min-width:1024px){.lg\:\[\&\>img\]\:absolute>img{position:absolute}.lg\:\[\&\>img\]\:inset-0>img{inset:0}.lg\:\[\&\>img\]\:h-full>img{height:100%}.lg\:\[\&\>img\]\:object-contain>img{-o-object-fit:contain;object-fit:contain}}.\[\&\>ol\]\:list-inside>ol{list-style-position:inside}.\[\&\>ol\]\:list-decimal>ol{list-style-type:decimal}.\[\&\>p\]\:mb-10>p{margin-bottom:2.5rem}.\[\&\>p\]\:mt-2>p{margin-top:.5rem}.\[\&\>p\]\:mt-4>p{margin-top:1rem}.\[\&\>p\]\:h-0>p{height:0}.\[\&\>p\]\:w-40>p{width:10rem}.\[\&\>p\]\:py-2>p{padding-top:.5rem;padding-bottom:.5rem}@media (min-width:1024px){.\[\&\>p\]\:lg\:mb-8>p{margin-bottom:2rem}}.\[\&\>picture\]\:me-2>picture{margin-inline-end:.5rem}.\[\&\>picture\]\:mt-2>picture{margin-top:.5rem}.\[\&\>picture\]\:w-full>picture{width:100%}.\[\&\>span\>span\>picture\>img\]\:\!max-h-\[3rem\]>span>span>picture>img{max-height:3rem!important}.\[\&\>span\>span\>picture\>img\]\:\!max-w-\[10\.5rem\]>span>span>picture>img{max-width:10.5rem!important}.\[\&\>span\]\:\!flex>span{display:flex!important}.\[\&\>svg\]\:h-4>svg{height:1rem}.\[\&\>svg\]\:w-4>svg{width:1rem}.\[\&\>svg\]\:text-text-primary>svg{color:var(--text-color-primary)}.\[\&\>tr\>td\]\:min-w-24>tr>td,.\[\&\>tr\>th\]\:min-w-24>tr>th{min-width:6rem}.\[\&\>ul\]\:list-inside>ul{list-style-position:inside}.\[\&\>ul\]\:list-disc>ul{list-style-type:disc}.\[\&\>ul\]\:overflow-y-auto>ul{overflow-y:auto}.\[\&\[data-bottom\=\"true\"\]\]\:bottom-4[data-bottom=true]{bottom:1rem}.\[\&\[data-bottom\=\"true\"\]\]\:bottom-9[data-bottom=true]{bottom:2.25rem}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:type-link a{cursor:pointer;color:rgba(var(--text-color-primary-rgb),.8);text-decoration:underline;transition:color .2s ease-in-out}.\[\&_a\]\:text-link a{cursor:pointer;text-decoration-line:underline}.hover\:\[\&_a\]\:type-link-hover a:hover{color:rgba(var(--text-color-primary-rgb),1);text-decoration:underline}.\[\&_div\]\:mb-5 div{margin-bottom:1.25rem}.\[\&_hr\]\:hidden hr{display:none}.\[\&_img\]\:inline img{display:inline}.\[\&_img\]\:max-h-12 img{max-height:3rem}.\[\&_img\]\:px-1 img{padding-left:.25rem;padding-right:.25rem}.\[\&_ol\]\:\!list-decimal ol{list-style-type:decimal!important}.\[\&_p\]\:my-0 p{margin-top:0;margin-bottom:0}.\[\&_p\]\:mb-4 p{margin-bottom:1rem}.\[\&_p\]\:text-sm p{font-size:.875rem;line-height:1.25rem}.\[\&_p\]\:type-body-m p{font-size:1rem}.\[\&_p\]\:type-body-m p,.\[\&_p\]\:type-body-s p{font-weight:400;line-height:150%;color:rgba(var(--text-color-primary-rgb),.8);text-transform:none;letter-spacing:normal}.\[\&_p\]\:type-body-s p{font-size:.875rem}.storeCtaStripe_button__210ps{color:var(--t2-ctaStripe-button-text-color);background:var(--t2-ctaStripe-button-background-color)}.storeCtaStripe_main__Zf4O0{background:var(--t2-ctaStripe-main-background-color)}.checkout_main__hQvOX{background:var(--t2-checkout-main-background,var(--color-neutral-100));color:var(--t2-checkout-main-text-color,var(--text-color-primary))}.checkout_button__snZEt,.checkout_main__hQvOX [data-payments-ui=button]{background:var(--t2-checkout-button-background,var(--color-game-primary));color:var(--t2-checkout-button-text-color,var(--text-color-primary));border:var(--t2-checkout-button-border,none);-o-border-image:var(--t2-checkout-button-border-image,none);border-image:var(--t2-checkout-button-border-image,none);font-family:var(--t2-checkout-button-font-family,inherit);text-shadow:var(--t2-checkout-button-textStroke,none);stroke:var(--t2-checkout-button-textStroke-color,inherit)}.checkout_button__snZEt>svg,.checkout_main__hQvOX [data-payments-ui=button]>svg{stroke-width:2px;stroke-linejoin:round;paint-order:stroke}.checkout_main__hQvOX button[data-payments-ui=secondary-button],.checkout_secondaryButton__KUiuU{color:var(--t2-checkout-secondaryButton-text-color)}.checkout_heading__DeR4i{background:var(--t2-checkout-heading-background,var(--color-neutral-200));color:var(--t2-checkout-heading-text-color,var(--text-color-primary))}.checkout_headingContent__MJPuU{background:var( --t2-checkout-headingContent-background,var(--color-neutral-200) );color:var(--t2-checkout-headingContent-text-color)}.checkout_headingTop__w014W{background:var(--t2-checkout-headingTop-background,transparent);color:var(--t2-checkout-headingTop-text-color)}.checkout_footer__9iFC7,.checkout_main__hQvOX [data-payments-ui=footer]{background:var(--t2-checkout-footer-background,var(--color-neutral-100));border-top:var(--t2-checkout-footer-border,none)}.checkout_checkoutCompleteContents__iVX6o{background:var( --t2-packageContents-main-background,var(--color-neutral-300) )}.tile_main__BObvn{background:var(--t2-tile-main-background,var(--color-neutral-100));color:var(--t2-tile-main-text-color,var(--text-color-primary));border:var(--t2-tile-main-border,none);-o-border-image:var(--t2-tile-main-border-image,none);border-image:var(--t2-tile-main-border-image,none);font-family:var(--t2-tile-main-font-family,inherit)}.tile_activePromotionTile__fz04s{border:var(--t2-tile-promotionActive-border,none)}.tile_activePromotionGlow__tJSYr{box-shadow:0 0 12px 5px var(--t2-tile-button-background,none)}.tile_title__lX_Hd{color:var(--t2-tile-title-text-color,inherit);font-family:var(--t2-tile-title-font-family,inherit)}.tile_description__3oS_X{color:var(--t2-tile-description-text-color,inherit);text-shadow:var(--t2-tile-description-text-shadow,none);font-family:var(--t2-tile-description-font-family,inherit)}.tile_tileGroupContent__vAXdz{background:var( --t2-packageContents-main-background-color,var(--color-neutral-300) );color:var(--t2-packageContents-main-text-color,var(--text-color-primary));border:var(--t2-packageContents-main-border,none);scrollbar-color:var( --t2-tile-secondaryButton-background-color,rgba(var(--color-neutral-999),.4) ) var(--t2-tile-main-background,var(--color-neutral-100))!important}.tile_desktop__2t7xj::-webkit-scrollbar{height:.75rem!important}.tile_desktop__2t7xj::-webkit-scrollbar-thumb{border-radius:1rem!important}.tile_tileGroupContent__vAXdz::-webkit-scrollbar-corner,.tile_tileGroupContent__vAXdz::-webkit-scrollbar-track{background:var( --t2-tile-main-background,var(--color-neutral-100) )!important}.tile_tileGroupContent__vAXdz::-webkit-scrollbar-thumb{background-color:var( --t2-tile-secondaryButton-background-color,rgba(var(--color-neutral-999),.4) )!important}.tile_tab__pSjcd{border:var(--t2-tile-tab-border,none)}.tile_button__YTefd{background:var( --t2-tile-button-background,var(--color-game-primary) )!important;color:var(--t2-tile-button-text-color,var(--text-color-primary));text-shadow:var(--t2-tile-button-textStroke,none);border:var(--t2-tile-button-border,none);-o-border-image:var(--t2-tile-button-border-image,none);border-image:var(--t2-tile-button-border-image,none);font-family:var(--t2-tile-button-font-family,inherit)}.tile_icon__vSCQP{stroke:var(--t2-tile-button-textStroke-color,none)}.tile_checkIcon__AV_B4{background-color:var( --t2-packageContents-main-background-color,var(--color-neutral-300) )}.tile_info__IceGC{color:var(--t2-tile-promotion-text-color,var(--color-promo-attribute))}.tile_banner__LSlIu{background:var(--t2-tile-banner-background,var(--color-info));color:var(--t2-tile-banner-text-color,var(--text-color-primary))}.tile_tilePromo__jK3fT{background:var( --t2-packageContents-main-background-color,var(--color-neutral-300) )}.tile_overlay__aKw1e{background:var(--t2-tile-overlay-background,none)}.tile_header__Ty77x{background:var( --t2-tile-header-background,rgba(var(--color-neutral-100-rgb),.8) )}.tile_headerSection__p79Gl{background:var(--t2-tile-main-background,var(--color-neutral-100))}.tile_calendar__3LYF_{background:var(--t2-calendar-main-background)}.tile_calendarCell__E2o5N{background:var(--t2-calendar-day-background,var(--color-neutral-100));color:var(--t2-calendar-day-text-color,var(--text-color-primary));box-shadow:var(--t2-calendar-day-boxShadow-value,none);border:var(--t2-calendar-day-border,none)}.tile_calendarCell__E2o5N[data-today]{color:var( --t2-calendar-today-text-color,var(--t2-calendar-day-text-color,var(--text-color-primary)) );background:var( --t2-calendar-today-background,var(--t2-calendar-day-background,var(--color-neutral-300)) );border:var( --t2-calendar-today-border,var(--t2-calendar-day-background,none) );box-shadow:var(--t2-calendar-today-boxShadow-value,none)}.tile_calendarCell__E2o5N[data-event]{color:var( --t2-calendar-event-text-color,var(--t2-calendar-day-text-color,var(--text-color-primary)) );background:var( --t2-calendar-event-background,var(--t2-calendar-day-background,var(--color-neutral-300)) );border:var( --t2-calendar-event-border,var(--t2-calendar-day-background,none) );box-shadow:var( --t2-calendar-event-boxShadow-value,var(--t2-calendar-day-boxShadow-value,none) )}.tile_calendarCell__E2o5N[data-today][data-event]{color:var( --t2-calendar-event-text-color,var(--t2-calendar-today-text-color,var(--text-color-primary)) );background:var( --t2-calendar-event-background,var(--t2-calendar-today-background,var(--color-neutral-300)) );border:var( --t2-calendar-event-border,var(--t2-calendar-today-background,none) );box-shadow:var( --t2-calendar-day-boxShadow-value,var(--t2-calendar-today-boxShadow-value,none) )}.tile_calendarCell__E2o5N[data-past]{color:var( --t2-calendar-past-text-color,var(--t2-calendar-day-text-color,var(--text-color-primary)) );background:var( --t2-calendar-past-background,var(--t2-calendar-day-background,var(--color-neutral-100)) );border:var( --t2-calendar-past-border,var(--t2-calendar-day-background,none) );box-shadow:var( --t2-calendar-past-boxShadow-value,var(--t2-calendar-day-boxShadow-value,none) )}.tile_calendarEvent__A27LI{color:var( --t2-calendar-eventSecondary-text-color,var(--t2-calendar-day-text-color,var(--text-color-primary)) )}.tile_selector__yQ2be{border:var(--t2-tile-selector-border,none)!important}.tile_selectorInner__6Zrgi{box-shadow:var(--t2-tile-selector-boxShadow-value,none)}.ListPackageContents_main__GGEnb{background:var( --t2-packageContents-main-background-color,var(--color-neutral-300) );color:var(--t2-packageContents-main-text-color,var(--text-color-primary));border:var(--t2-packageContents-main-border,none);font-family:var(--t2-packageContents-main-font-family,inherit)}.ListPackageContents_popup__Tp3oo{background:var( --t2-packageContents-popup-background,var(--t2-packageContents-main-background,var(--color-neutral-300)) );color:var( --t2-packageContents-popup-text-color,var(--t2-packageContents-main-text-color,var(--text-color-primary)) );border:var(--t2-packageContents-popup-border,none);font-family:var(--t2-packageContents-popup-font-family,inherit)}.marketingMessage_pointyMain__oH_PR{background:var(--t2-marketingMessage-main-background);color:var(--t2-marketingMessage-main-text-color,);text-shadow:var(--t2-marketingMessage-main-textStroke)}.marketingMessage_pointyBorder__5jOBg{background-color:var(--t2-marketingMessage-main-border-color,hidden)}.marketingMessage_main__LFBFu{color:var(--t2-marketingMessage-main-text-color)}.marketingMessage_main__LFBFu,.marketingMessage_popover__Z7QYT{background:var(--t2-marketingMessage-main-background);border:var(--t2-marketingMessage-main-border,none);text-shadow:var(--t2-marketingMessage-main-textStroke)}.marketingMessage_popover__Z7QYT{color:var(--t2-marketingMessage-main-text-color,)}.marketingMessage_popoverArrow__mLRjt{fill:var(--t2-marketingMessage-main-border-color,#000);stroke:var(--t2-marketingMessage-main-border,none)}.imageLinkList_main__DcLNt{background:var(--t2-imageLinks-main-background,transparent)}.imageLinkList_header__jfMiy{font-family:var(--font-secondary);color:var(--t2-imageLinks-header-text-color,var(--text-color-primary))}.RightCTAGroup_button__2T_Eu{min-width:var(--t2-topNavRightCtaGroup-button-content-minwidth)!important;min-height:var(--t2-topNavRightCtaGroup-button-content-minheight)!important;border-radius:var(--t2-topNavRightCtaGroup-button-border-radius)}.RightCTAGroup_button-content__Gs2uf{padding:var(--t2-topNavRightCtaGroup-button-content-padding)!important;min-height:var(--t2-topNavRightCtaGroup-button-content-minheight);color:var(--t2-topNavRightCtaGroup-button-text-color);background:var(--t2-topNavRightCtaGroup-button-background-color);border:var(--t2-topNavRightCtaGroup-button-content-border)!important;border-radius:var(--t2-topNavRightCtaGroup-button-border-radius);display:flex!important}.RightCTAGroup_button-cover__v1lNi{min-height:var(--t2-topNavRightCtaGroup-button-content-minheight);background-color:var(--t2-topNavRightCtaGroup-button-scrim-color)}</style><style>.punchCard_main__CDy69{background:var(--t2-punchCard-main-background,var(--color-neutral-100));border:var(--t2-punchCard-main-border,none);color:var(--t2-punchCard-main-text-color,var(--color-neutral-999))}.punchCard_button__ODLax{background:var(--t2-punchCard-button-background,var(--color-neutral-100));border:var(--t2-punchCard-button-border,none);color:var(--t2-punchCard-button-text-color,var(--color-neutral-999))}.punchCard_timer__8JbvA{color:var( --t2-punchCard-timer-text-color,rgb(var(--color-promo-attribute-rgb)) )}.infoArticleDetail_richText__IwrTi li,.infoArticleDetail_richText__IwrTi p{color:var(--t2-infoArticle-main-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h1{color:var(--t2-infoArticle-heading1-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h2{color:var(--t2-infoArticle-heading2-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h3{color:var(--t2-infoArticle-heading3-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h4{color:var(--t2-infoArticle-heading4-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h5{color:var(--t2-infoArticle-heading5-text-color,#8e8e8e)}.infoArticleDetail_richText__IwrTi h6{color:var(--t2-infoArticle-heading6-text-color,#8e8e8e)}.faq_main__SpV48{background:var(--t2-faq-main-background)}.keyFeature_button__9QWQk{padding:var(--t2-keyFeature-button-content-padding,.75rem);border:var(--t2-keyFeature-button-content-border,none);border-radius:var(--t2-keyFeature-button-border-radius,.25rem);border-color:var(--t2-keyFeature-button-border-color);color:var(--t2-keyFeature-button-text-color);background:var(--t2-keyFeature-button-background-color)}.card_card__fYlLW{border:var(--t2-card-card-content-border,none);background:var(--t2-card-card-background-color)}.card_cardShadow__plvnS{box-shadow:0 3px 6px rgba(var(--color-black-rgb),.5)}.card_cardTitle__yG8ga{color:var(--t2-card-title-text-color);font-size:var(--t2-card-title-font-size,1rem);font-weight:var(--t2-card-title-font-weight,700)}.card_cardContent__3gWp5 p{color:var(--t2-card-content-text-color);font-size:var(--t2-card-content-font-size,.75rem);font-weight:var(--t2-card-content-font-weight)}.card_cardButton__To066{padding:var(--t2-card-button-content-padding,.75rem);border:var(--t2-card-button-content-border,none);border-radius:var(--t2-card-button-border-radius,.25rem);border-color:var(--t2-card-button-border-color);color:var(--t2-card-button-text-color);background:var(--t2-card-button-background-color);font-weight:var(--t2-card-button-font-weight,700)}.accountCancelSubscriptionPage_description__Skw9V,.layoutCardList_description__IAWvD{color:var(--t2-cardList-description-text-color)}.tileattribute_main__mS9nx{color:var(--t2-tile-promotion-text-color,var(--color-promo-attribute))}.tileattribute_icon__6jsUJ{background:var(--t2-tile-promotion-text-color,var(--color-promo-attribute));color:var(--t2-tile-promotionIcon-text-color,#000)}.tileattribute_popup__CAuxS{background:var( --t2-packageContents-popup-background,var(--t2-packageContents-main-background,var(--color-neutral-300)) );color:var( --t2-packageContents-popup-text-color,var(--t2-packageContents-main-text-color,var(--text-color-primary)) );border:var(--t2-packageContents-popup-border,none);font-family:var(--t2-packageContents-popup-font-family,inherit)}.tileattribute_twentyFourHrsCountdownBg__S7_xh{background:var( --t2-packageContents-twentyFourHrsCountDown-background-color,var(--color-promo-attribute) )}.tileattribute_twentyFourHrsCountdownText___fVw2{color:var( --t2-packageContents-twentyFourHrsCountDown-text-color,var(--color-neutral-300) )}.listview_main__SH8WP{color:var(--t2-layoutListView-main-text-color,var(--text-color-primary));font-family:var(--t2-layoutListView-main-font-family,var(--font-secondary))}.listview_title__iN_Mi{color:var(--t2-layoutListView-title-text-color,var(--text-color-primary));font-family:var(--t2-layoutListView-title-font-family,var(--font-primary))}.listview_table__UDLS9{background:var(--t2-layoutListView-table-background,transparent);border:var(--t2-layoutListView-table-border,none)}.listview_floating__yat4F{background:var(--t2-tile-main-background,transparent);border:var(--t2-tile-main-border,none)}.streakTracker_trackerContainer__lAVbl{border:var(--t2-tracker-main-border)}.streakTracker_trackerHeader__lXs6n{background:var(--t2-tracker-header-background-color)}.streakTracker_trackerHeaderDescription__xor9G{color:var(--t2-tracker-header-text-color);-webkit-text-stroke-color:var(--t2-tracker-header-textStroke-color);-webkit-text-stroke-width:var(--t2-tracker-header-textStroke-width)}.streakTracker_trackerHeaderCounter__AFScp{color:var(--t2-tracker-counter-text-color);-webkit-text-stroke-color:var(--t2-tracker-counter-textStroke-color);-webkit-text-stroke-width:var(--t2-tracker-counter-textStroke-width)}.streakTracker_trackerBonusCaption__69lFq{background:var(--t2-tracker-streakBonus-background-color);color:var(--t2-tracker-streakBonus-text-color)}.streakTracker_trackerSecondary__Py6d1{background:var(--t2-tracker-secondary-background-color);color:var(--t2-tracker-secondary-text-color)}.streakTracker_progressBarContainer__FX4Xq{background:var(--t2-tracker-progressBar-background-color);border:var(--t2-tracker-progressBar-border)}.streakTracker_progressBar__4_gZy,.streakTracker_trackerGift__gpotG{background:var(--t2-tracker-progress-background-color)}.streakTracker_trackerGift__gpotG{border:var(--t2-tracker-progressBar-border);color:var(--t2-tracker-progressBarIcon-text-color)}.layoutForm_submitButton__6_23M{padding:var(--t2-form-button-content-padding);border:var(--t2-form-button-content-border);border-radius:var(--t2-form-button-border-radius)}@keyframes layoutHero_fadeIn__30kCX{0%{opacity:0}to{opacity:1}}.layoutHero_animatedFadeIn__tH03_{animation:layoutHero_fadeIn__30kCX 2s ease-in .3s both}.layoutHero_header__1YnP1{font-family:var(--font-secondary)}.layoutHero_header__1YnP1,.layoutHero_mobileFullWidthDescription__4KYAu{color:rgba(var(--text-color-primary-rgb),1)}.layoutHero_mobileFullWidthButton__t1VDv{padding:var(--t2-layoutHero-button-content-padding,.75rem 1.5rem);border:var(--t2-layoutHero-button-content-border,none);border-radius:var(--t2-layoutHero-button-border-radius,.25rem);border-color:var(--t2-layoutHero-button-border-color,none);-o-border-image:var(--t2-layoutHero-button-border-image,none);border-image:var(--t2-layoutHero-button-border-image,none);text-shadow:var(--t2-layoutHero-button-textStroke,none);color:var(--t2-layoutHero-button-text-color);background:var(--t2-layoutHero-button-background-color)}.layoutHero_addToCalendarDropdown__ibsb3 button{background:var(--t2-layoutHero-dropdown-background-color);padding:var(--t2-layoutHero-dropdown-content-padding,.5rem .25rem);border:var(--t2-layoutHero-dropdown-content-border,none)}.layoutHero_addToCalendarDropdown__ibsb3 button svg,.layoutHero_addToCalendarDropdown__ibsb3 div{color:var(--t2-layoutHero-dropdown-text-color)}.layoutHero_addToCalendarDropdown__ibsb3 div{font-size:var(--t2-layoutHero-dropdown-font-size,1rem);font-weight:var(--t2-layoutHero-dropdown-font-weight,700)}.layoutHero_addToCalendarDropdown__ibsb3 button:hover *{color:var(--t2-layoutHero-dropdown-hover-color)}.subscription_secondaryButton__Yaalu{color:var(--t2-subscription-button-text-color,var(--color-game-primary))}.subscription_border__WweMx{border-color:var(--t2-subscription-table-border-color)}.subscription_subheading__dLBfZ{color:var(--t2-subscription-subheading-text-color)}.subscription_tableHeader__4n__9{background:var(--t2-subscription-tableHeader-background-color)}.subscription_dunningBanner__0FDJQ{background:var(--t2-subscription-dunningBanner-background-color)}.subscription_dunningIcon__wcbtU{background:var(--t2-subscription-dunningIcon-background-color)}.subscription_dialog___8KR_{background:#151515}.tag_tag__hie_R{background-color:var( --t2-entryTag-button-background-color,var(--color-game-secondary) );color:var(--t2-entryTag-button-text-color,inherit);border:var(--t2-entryTag-button-border,none);border-radius:var(--t2-entryTag-button-border-radius,.25rem)}.pageArticle_table___g9lH table{background-color:var(--t2-article-table-background-color);font-family:var(--t2-article-table-font-family)}.pageArticle_table___g9lH td,.pageArticle_table___g9lH th{min-width:var(--t2-article-table-cell-minWidth,10rem);padding:var(--t2-article-table-cell-padding,7px 8px)}.notificationSubscription_main__IQxmp{background:var(--t2-notificationSubscription-main-background-color,#fff);color:var(--t2-notificationSubscription-main-text-color,#000);border:var(--t2-notificationSubscription-main-content-border)}.notificationSubscription_modal__zbyAN{background:var(--t2-notificationSubscription-modal-background-color,#fff);color:var(--t2-notificationSubscription-modal-text-color,#000)}.notificationSubscription_popup__5NzaQ{background:var(--t2-notificationSubscription-popup-background-color,#fff);color:var(--t2-notificationSubscription-popup-text-color,#000);border:1px solid var(--t2-notificationSubscription-popup-border-color,#000);position:absolute;z-index:1000}.notificationSubscription_popupTop__Rz9NL{top:0}.notificationSubscription_popupTop__Rz9NL:before{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:transparent transparent var(--t2-notificationSubscription-popup-background-color) transparent;top:-19px;left:calc(50% - 5px)}.notificationSubscription_popupBottom__CnETc{bottom:0}.notificationSubscription_popupBottom__CnETc:after{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:var(--t2-notificationSubscription-popup-background-color) transparent transparent transparent;bottom:-19px;left:calc(50% - 5px)}.notificationSubscription_button__GJ6eW{background:var(--t2-notificationSubscription-button-background-color,#000);color:var(--t2-notificationSubscription-button-text-color,#fff);-o-border-image:var(--t2-notificationSubscription-button-border-image,none);border-image:var(--t2-notificationSubscription-button-border-image,none);stroke:var(--t2-notificationSubscription-button-textStroke-color,none);text-shadow:var(--t2-notificationSubscription-button-textStroke,none);--color-button-bg:var(--t2-notificationSubscription-button-background-color);--color-button-text:var(--t2-notificationSubscription-button-text-color)}</style><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script defer="" src="/_next/static/chunks/889.a306a2278740e210.js"></script><script src="/_next/static/chunks/webpack-1927e0ca0575871d.js" defer=""></script><script src="/_next/static/chunks/framework-56291c8f77938afa.js" defer=""></script><script src="/_next/static/chunks/main-f2b0d0bbec55762f.js" defer=""></script><script src="/_next/static/chunks/pages/_app-54a259e2999af3b6.js" defer=""></script><script src="/_next/static/chunks/249-53ebc1b64ad0f590.js" defer=""></script><script src="/_next/static/chunks/899-29f185c2a2c5eb45.js" defer=""></script><script src="/_next/static/chunks/890-cbcac1343e507dec.js" defer=""></script><script src="/_next/static/chunks/848-7d509851b75469ac.js" defer=""></script><script src="/_next/static/chunks/914-42f1d65f85a4bef7.js" defer=""></script><script src="/_next/static/chunks/242-43b6f75f8745e270.js" defer=""></script><script src="/_next/static/chunks/pages/ir/%5B%5B...slug%5D%5D-02968b488b3e478a.js" defer=""></script><script src="/_next/static/j0_iy_IdQhc1WDnkE52SG/_buildManifest.js" defer=""></script><script src="/_next/static/j0_iy_IdQhc1WDnkE52SG/_ssgManifest.js" defer=""></script></head><body><noscript><iframe title="gtag" src="https://www.googletagmanager.com/ns.html?id=GTM-52K5D7G" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="__next"><style data-emotion="css-global p5wlzq">:root{color:white;background-color:var(--color-neutral-200);font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;scroll-behavior:smooth;font-size:var(--font-base-size, 15px);}@media (min-width: 1024px){:root{font-size:var(--font-base-size-lg, 16px);}}@media (min-width: 1920px){:root{font-size:var(--font-base-size-3xl, 18px);}}html,body,#__next{min-height:100%;}#__next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;}#__next >footer{margin-top:auto;-webkit-flex:none;-ms-flex:none;flex:none;}.ReactModal__Body--open{overflow:hidden;}.ReactModal__Overlay{-webkit-animation:fade-in 0.2s ease-out;animation:fade-in 0.2s ease-out;}.ReactModal__Overlay >*{-webkit-animation:scale-in 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:scale-in 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);}@-webkit-keyframes fade-in{from{opacity:0;}to{opacity:1;}}@keyframes fade-in{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes scale-in{from{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);}to{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}}@keyframes scale-in{from{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);}to{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(3rem);-moz-transform:translateX(3rem);-ms-transform:translateX(3rem);transform:translateX(3rem);}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}@keyframes slide-in-right{0%{-webkit-transform:translateX(3rem);-moz-transform:translateX(3rem);-ms-transform:translateX(3rem);transform:translateX(3rem);}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.xpaystation-widget-lightbox{overflow:auto;}.xpaystation-widget-lightbox-content{left:0!important;right:0!important;margin-left:auto!important;margin-right:auto!important;background-color:transparent!important;}@media (max-width: 767px){.xpaystation-widget-lightbox-content{height:100%!important;border-radius:unset!important;background-color:#2d2d2d!important;}}.xpaystation-widget-lightbox-content-iframe{margin-left:auto!important;margin-right:auto!important;max-width:680px;}.t2gp-xpaystation-widget-close-button{position:absolute;right:0px;top:0px;margin:0.5rem;height:1.5rem;width:1.5rem;cursor:pointer;padding:1rem;z-index:3;}.t2gp-xpaystation-widget-close-button::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.t2gp-xpaystation-widget-close-button::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}.t2gp-xpaystation-widget-close-button::before,.t2gp-xpaystation-widget-close-button::after{position:absolute;right:1rem;top:0px;height:1.5rem;background-color:var(--color-white);content:' ';width:3px;}@media (hover: none){[data-reach-menu],[data-reach-popover],[data-reach-menu-popover]{display:block;position:absolute;}[data-reach-menu][hidden],[data-reach-popover][hidden],[data-reach-menu-popover][hidden]{display:none;visibility:hidden;z-index:-999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;}}</style><style data-emotion="css qbnk8v">.css-qbnk8v{position:absolute;inset:0px;max-height:64px;background:rgb(var(--color-neutral-100-rgb));}@media (min-width: 1024px){.css-qbnk8v{max-height:80px;}}</style><div class="css-qbnk8v"></div><style data-emotion="css 1wjdfj0">header.css-1wjdfj0{height:64px;outline:1px solid rgba(var(--color-white-rgb), 0.2);outline-offset:0;-webkit-transition:background 0.2s ease-in-out,top 0.2s ease-in-out;transition:background 0.2s ease-in-out,top 0.2s ease-in-out;z-index:13;text-transform:none;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);letter-spacing:normal;}@media (min-width: 1024px){header.css-1wjdfj0{height:80px;}}header.css-1wjdfj0 >nav[data-open='true']{padding-bottom:4rem;}@media (min-width: 768px){header.css-1wjdfj0 >nav[data-open='true']{padding-bottom:0px;}}@media (min-width: 1024px){header.css-1wjdfj0 >nav >a:first-of-type{padding:0px;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;}}@media (min-width: 1024px){header.css-1wjdfj0 >*{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){header.css-1wjdfj0 >*{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){header.css-1wjdfj0 >*{padding-left:8rem;padding-right:8rem;}}header.css-1wjdfj0 svg{-webkit-flex:none;-ms-flex:none;flex:none;}header.css-1wjdfj0 p:empty+svg{display:none;}header.css-1wjdfj0 button,header.css-1wjdfj0 section>label,header.css-1wjdfj0 a{font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;font-weight:inherit;}@media (min-width: 1024px){header.css-1wjdfj0 button,header.css-1wjdfj0 section>label,header.css-1wjdfj0 a{padding:1rem;}}header.css-1wjdfj0 button:hover,header.css-1wjdfj0 section>label:hover,header.css-1wjdfj0 a:hover,header.css-1wjdfj0 button[aria-expanded='true'],header.css-1wjdfj0 section>label[aria-expanded='true'],header.css-1wjdfj0 a[aria-expanded='true']{font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;background:none;text-shadow:0 0 1rem rgba(var(--color-white-rgb), 0.4);}html.light header.css-1wjdfj0 button:hover,html.light header.css-1wjdfj0 section>label:hover,html.light header.css-1wjdfj0 a:hover,html.light header.css-1wjdfj0 button[aria-expanded='true'],html.light header.css-1wjdfj0 section>label[aria-expanded='true'],html.light header.css-1wjdfj0 a[aria-expanded='true']{color:rgba(var(--color-primary-rgb), 1);text-shadow:none;}@media (min-width: 1024px){header.css-1wjdfj0 ul>li>a,header.css-1wjdfj0 ul>li>button{padding:0px;padding-left:1.75rem;}}header.css-1wjdfj0 div a>span,header.css-1wjdfj0 nav a>span{display:inline-block;height:100%;padding:0px;}header.css-1wjdfj0 div a>span img,header.css-1wjdfj0 nav a>span img{height:100%;width:100%;object-fit:contain;object-position:center;padding-top:0.75rem;padding-bottom:0.75rem;min-width:3rem;max-width:6rem;}@media (min-width: 1024px){header.css-1wjdfj0 div a>span img,header.css-1wjdfj0 nav a>span img{padding-top:0px;padding-bottom:0px;}}header.css-1wjdfj0 div ul>li>a>p+span,header.css-1wjdfj0 nav ul>li>a>p+span{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}header.css-1wjdfj0 div ul>li>a>p+span picture>img,header.css-1wjdfj0 nav ul>li>a>p+span picture>img{margin-left:0.5rem;height:1rem;width:1rem;min-width:inherit;padding-top:0px;padding-bottom:0px;}header.css-1wjdfj0 div [data-reach-menu-popover] a,header.css-1wjdfj0 nav [data-reach-menu-popover] a{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}@media (min-width: 1024px){header.css-1wjdfj0 div [data-reach-menu-popover] a,header.css-1wjdfj0 nav [data-reach-menu-popover] a{padding:0.5rem;}}header.css-1wjdfj0 div [data-reach-menu-popover] a:hover,header.css-1wjdfj0 nav [data-reach-menu-popover] a:hover{background-color:none;}@media (min-width: 1024px){header.css-1wjdfj0 div [data-reach-menu-popover] [data-reach-menu-items],header.css-1wjdfj0 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){header.css-1wjdfj0 div [data-reach-menu-popover] [data-reach-menu-items],header.css-1wjdfj0 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){header.css-1wjdfj0 div [data-reach-menu-popover] [data-reach-menu-items],header.css-1wjdfj0 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:8rem;padding-right:8rem;}}header.css-1wjdfj0 div [data-reach-menu-popover] [data-reach-menu-items] >ul,header.css-1wjdfj0 nav [data-reach-menu-popover] [data-reach-menu-items] >ul{padding-left:0;}header.css-1wjdfj0 div section>section>ul>li>a,header.css-1wjdfj0 nav section>section>ul>li>a{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}header.css-1wjdfj0 div section>section>ul>li>a:hover,header.css-1wjdfj0 nav section>section>ul>li>a:hover{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}header.css-1wjdfj0 div >a:first-of-type img,header.css-1wjdfj0 nav >a:first-of-type img{max-height:4rem;width:auto;max-width:unset;}</style><style data-emotion="css dsho8">.css-dsho8{position:-webkit-sticky;position:sticky;top:0px;z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(var(--color-neutral-100-rgb), 0.8);box-shadow:0 3px 4px rgba(var(--color-black-rgb), 0.15);}.css-dsho8::before{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);z-index:-1;content:'';position:absolute;inset:0px;}header.css-dsho8{height:64px;outline:1px solid rgba(var(--color-white-rgb), 0.2);outline-offset:0;-webkit-transition:background 0.2s ease-in-out,top 0.2s ease-in-out;transition:background 0.2s ease-in-out,top 0.2s ease-in-out;z-index:13;text-transform:none;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);letter-spacing:normal;}@media (min-width: 1024px){header.css-dsho8{height:80px;}}header.css-dsho8 >nav[data-open='true']{padding-bottom:4rem;}@media (min-width: 768px){header.css-dsho8 >nav[data-open='true']{padding-bottom:0px;}}@media (min-width: 1024px){header.css-dsho8 >nav >a:first-of-type{padding:0px;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;}}@media (min-width: 1024px){header.css-dsho8 >*{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){header.css-dsho8 >*{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){header.css-dsho8 >*{padding-left:8rem;padding-right:8rem;}}header.css-dsho8 svg{-webkit-flex:none;-ms-flex:none;flex:none;}header.css-dsho8 p:empty+svg{display:none;}header.css-dsho8 button,header.css-dsho8 section>label,header.css-dsho8 a{font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;font-weight:inherit;}@media (min-width: 1024px){header.css-dsho8 button,header.css-dsho8 section>label,header.css-dsho8 a{padding:1rem;}}header.css-dsho8 button:hover,header.css-dsho8 section>label:hover,header.css-dsho8 a:hover,header.css-dsho8 button[aria-expanded='true'],header.css-dsho8 section>label[aria-expanded='true'],header.css-dsho8 a[aria-expanded='true']{font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;background:none;text-shadow:0 0 1rem rgba(var(--color-white-rgb), 0.4);}html.light header.css-dsho8 button:hover,html.light header.css-dsho8 section>label:hover,html.light header.css-dsho8 a:hover,html.light header.css-dsho8 button[aria-expanded='true'],html.light header.css-dsho8 section>label[aria-expanded='true'],html.light header.css-dsho8 a[aria-expanded='true']{color:rgba(var(--color-primary-rgb), 1);text-shadow:none;}@media (min-width: 1024px){header.css-dsho8 ul>li>a,header.css-dsho8 ul>li>button{padding:0px;padding-left:1.75rem;}}header.css-dsho8 div a>span,header.css-dsho8 nav a>span{display:inline-block;height:100%;padding:0px;}header.css-dsho8 div a>span img,header.css-dsho8 nav a>span img{height:100%;width:100%;object-fit:contain;object-position:center;padding-top:0.75rem;padding-bottom:0.75rem;min-width:3rem;max-width:6rem;}@media (min-width: 1024px){header.css-dsho8 div a>span img,header.css-dsho8 nav a>span img{padding-top:0px;padding-bottom:0px;}}header.css-dsho8 div ul>li>a>p+span,header.css-dsho8 nav ul>li>a>p+span{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}header.css-dsho8 div ul>li>a>p+span picture>img,header.css-dsho8 nav ul>li>a>p+span picture>img{margin-left:0.5rem;height:1rem;width:1rem;min-width:inherit;padding-top:0px;padding-bottom:0px;}header.css-dsho8 div [data-reach-menu-popover] a,header.css-dsho8 nav [data-reach-menu-popover] a{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}@media (min-width: 1024px){header.css-dsho8 div [data-reach-menu-popover] a,header.css-dsho8 nav [data-reach-menu-popover] a{padding:0.5rem;}}header.css-dsho8 div [data-reach-menu-popover] a:hover,header.css-dsho8 nav [data-reach-menu-popover] a:hover{background-color:none;}@media (min-width: 1024px){header.css-dsho8 div [data-reach-menu-popover] [data-reach-menu-items],header.css-dsho8 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){header.css-dsho8 div [data-reach-menu-popover] [data-reach-menu-items],header.css-dsho8 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){header.css-dsho8 div [data-reach-menu-popover] [data-reach-menu-items],header.css-dsho8 nav [data-reach-menu-popover] [data-reach-menu-items]{padding-left:8rem;padding-right:8rem;}}header.css-dsho8 div [data-reach-menu-popover] [data-reach-menu-items] >ul,header.css-dsho8 nav [data-reach-menu-popover] [data-reach-menu-items] >ul{padding-left:0;}header.css-dsho8 div section>section>ul>li>a,header.css-dsho8 nav section>section>ul>li>a{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}header.css-dsho8 div section>section>ul>li>a:hover,header.css-dsho8 nav section>section>ul>li>a:hover{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}header.css-dsho8 div >a:first-of-type img,header.css-dsho8 nav >a:first-of-type img{max-height:4rem;width:auto;max-width:unset;}</style><header class="css-dsho8"><style data-emotion="css xkfbpa">.css-xkfbpa{margin-left:auto;margin-right:auto;height:100%;width:100%;overflow:hidden;max-width:120rem;margin-left:0px;margin-right:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (min-width: 1024px){.css-xkfbpa{display:none;}}</style><style data-emotion="css 1y67dek">.css-1y67dek{position:relative;height:100%;width:100%;}@media (min-width: 1024px){.css-1y67dek{display:none;}}</style><div class="css-1y67dek"><div class="css-xkfbpa" data-testid="top-nav-mobile"><style data-emotion="css tomzpd">.css-tomzpd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:var(--text-color-primary);height:100%;padding-left:1rem;padding-right:1.5rem;}a.css-tomzpd,button.css-tomzpd{cursor:pointer;}a.css-tomzpd:hover,button.css-tomzpd:hover{background-color:var(--color-neutral-200);}a.css-tomzpd:hover,button.css-tomzpd:hover,a.css-tomzpd[aria-expanded='true'],button.css-tomzpd[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-tomzpd >img{max-height:100%;object-fit:contain;object-position:center;}@media (min-width: 640px){.css-tomzpd{padding-left:1.5rem;}}</style><button type="button" title="Menu" aria-expanded="false" class="css-tomzpd"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" class="text-[24px]"><path fill="currentColor" d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1Zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1ZM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1Z"></path></svg></button><style data-emotion="css kjaw4b">.css-kjaw4b{max-width:18rem;background-color:rgba(var(--color-neutral-100-rgb), 0.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:100%;height:100vh;height:calc(100vh - 100%);width:280px;max-width:100%;overflow:auto;-webkit-transition:left 0.15s ease-in-out,right 0.15s ease-in-out;transition:left 0.15s ease-in-out,right 0.15s ease-in-out;left:-280px;}@media (min-width: 1024px){.css-kjaw4b{display:none;}}.css-kjaw4b[data-open='true']{left:0px;}[dir='rtl'] .css-kjaw4b{left:unset;right:-280px;}[dir='rtl'] .css-kjaw4b[data-open='true']{right:0px;}[dir='rtl'] .css-kjaw4b[data-open='false']{display:none;}.css-kjaw4b >ul>li:first-child{padding-top:0.5rem;}.css-kjaw4b >*:last-child{padding-bottom:4rem;}</style><nav data-open="false" class="css-kjaw4b"><ul hidden=""><li><style data-emotion="css iuss63">.css-iuss63{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:var(--text-color-primary);display:block;padding:0px;padding-top:0.5rem;}a.css-iuss63,button.css-iuss63{cursor:pointer;}a.css-iuss63:hover,button.css-iuss63:hover{background-color:var(--color-neutral-200);}a.css-iuss63:hover,button.css-iuss63:hover,a.css-iuss63[aria-expanded='true'],button.css-iuss63[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-iuss63 >img{max-height:100%;object-fit:contain;object-position:center;}.css-iuss63 a{padding-top:0.5rem;padding-bottom:0.5rem;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem;}.css-iuss63 a:hover{color:var(--color-white);background-color:rgba(var(--color-white-rgb), 0.12);}html.light .css-iuss63 a:hover{color:var(--color-black);background-color:rgba(var(--color-black-rgb), 0.12);}</style><div hidden="" id="top-nav-7zY4PUo2bB0oqXc4zxe2Ts-mobile" class="css-iuss63"><style data-emotion="css 1qm9q1i">.css-1qm9q1i{margin-bottom:0.5rem;display:inline-block;-webkit-padding-start:1rem;padding-inline-start:1rem;}</style><span class="css-1qm9q1i">Games</span><style data-emotion="css 1um7p1v">.css-1um7p1v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:var(--text-color-primary);}a.css-1um7p1v,button.css-1um7p1v{cursor:pointer;}a.css-1um7p1v:hover,button.css-1um7p1v:hover{background-color:var(--color-neutral-200);}a.css-1um7p1v:hover,button.css-1um7p1v:hover,a.css-1um7p1v[aria-expanded='true'],button.css-1um7p1v[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-1um7p1v >img{max-height:100%;object-fit:contain;object-position:center;}</style><a class="css-1um7p1v" href="https://rockstargames.com/"><style data-emotion="css 1xjj904">.css-1xjj904{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:unset!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;white-space:nowrap;}.css-1xjj904 p{display:inline;white-space:initial;}</style><span class="css-1xjj904"><p>Rockstar Games</p></span></a><a class="css-1um7p1v" href="https://store.2k.com"><span class="css-1xjj904"><p>2K</p></span></a><a class="css-1um7p1v" href="https://zynga.com/"><span class="css-1xjj904"><p>Zynga</p></span></a></div></li><li><a data-testid="top-nav-link-6WmJCLvJDkdvmMmWhokxQw" class="css-1um7p1v" href="/ir"><p>Investors</p></a></li><li><a data-testid="top-nav-link-HCIHk0pQ5V5ITDXdlSvko" class="css-1um7p1v" href="https://careers.take2games.com/"><span class="css-1xjj904"><p>Careers</p></span></a></li><li><div hidden="" id="top-nav-2VYWiROgz0cn6aEXlpj6hN-mobile" class="css-iuss63"><span class="css-1qm9q1i">Policies & Conduct</span><a class="css-1um7p1v" href="/ir/conduct-social-responsibility-overview"><p>Conduct and Social Responsibility</p></a><a class="css-1um7p1v" href="https://www.take2games.com/diversity-statement"><span class="css-1xjj904"><p>Diversity Statement</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/2151b514-39e9-4335-bc84-d6e6be6f8bc0"><span class="css-1xjj904"><p>Guidelines for Directors and Board Governance</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/dd50e8aa-6e12-40d2-957a-ba1e0e74a273"><span class="css-1xjj904"><p>Conflict of Interest Guidelines for Directors</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/d591f910-08a9-4650-96ab-63348345e9fc"><span class="css-1xjj904"><p>Supplier Code of Conduct</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/0dda2509-5891-498c-9d66-2962930c3a01"><span class="css-1xjj904"><p>Global Policy Regarding Human Rights and Modern Slavery</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/c0f3c4d2-afde-46d5-ade5-1a0cfdd42321"><span class="css-1xjj904"><p>UK Tax Strategy</p></span></a><a class="css-1um7p1v" href="https://www.take2games.com/cctv"><span class="css-1xjj904"><p>CCTV</p></span></a><a class="css-1um7p1v" href="https://ir.take2games.com/static-files/e5c88bd3-3266-4dbd-869b-7cd5ca14cfb9"><span class="css-1xjj904"><p>Policy for Reporting Misconduct</p></span></a></div></li><li><a data-testid="top-nav-link-5P16PBCTVLxk1jzddnBfqE" class="css-1um7p1v" href="/ir/corporate-governance-highlights"><p>Board & Management</p></a></li></ul></nav><style data-emotion="css 1ga4y57">.css-1ga4y57{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0px;}</style><style data-emotion="css dl9s3y">.css-dl9s3y{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:var(--text-color-primary);height:100%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0px;}a.css-dl9s3y,button.css-dl9s3y{cursor:pointer;}a.css-dl9s3y:hover,button.css-dl9s3y:hover{background-color:var(--color-neutral-200);}a.css-dl9s3y:hover,button.css-dl9s3y:hover,a.css-dl9s3y[aria-expanded='true'],button.css-dl9s3y[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-dl9s3y >img{max-height:100%;object-fit:contain;object-position:center;}</style><a data-testid="site-logo" class="css-dl9s3y" href="/"><style data-emotion="css 1n2g5i4">.css-1n2g5i4{margin-top:0.5rem;margin-bottom:0.5rem;}</style><span class="css-1n2g5i4"><picture><source srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png?w=262&h=&fm=avif&q=75" type="image/avif"/><source srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png?w=262&h=&fm=webp&q=" type="image/webp"/><img src="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png" alt="T2 Vector" width="262" height="200"/></picture></span><p></p></a><style data-emotion="css 1ceh32b">.css-1ceh32b{-webkit-margin-start:auto;margin-inline-start:auto;}</style><div class="css-1ceh32b"><style data-emotion="css jax16x">.css-jax16x{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;padding-left:1.5rem;padding-right:1rem;color:var(--text-color-primary);}@media (min-width: 640px){.css-jax16x{padding-right:1.5rem;}}@media (min-width: 1024px){.css-jax16x{padding-right:0px;}}a.css-jax16x,button.css-jax16x{cursor:pointer;}a.css-jax16x:hover,button.css-jax16x:hover{background-color:var(--color-neutral-200);}a.css-jax16x:hover,button.css-jax16x:hover,a.css-jax16x[aria-expanded='true'],button.css-jax16x[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-jax16x >img{max-height:100%;object-fit:contain;object-position:center;}@media (max-width: 1023px){.css-jax16x >*+*{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem;}}</style><div class="css-jax16x"><div class="hidden lg:block"></div></div></div></div></div><style data-emotion="css 5dr0mu">.css-5dr0mu{margin-left:auto;margin-right:auto;height:100%;width:100%;overflow:hidden;max-width:120rem;display:none;}@media (min-width: 1024px){.css-5dr0mu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style><style data-emotion="css cdecas">.css-cdecas{height:100%;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-margin-start:2rem;margin-inline-start:2rem;z-index:inherit;margin-left:auto;margin-right:auto;height:100%;width:100%;overflow:hidden;max-width:120rem;display:none;}.css-cdecas >*{height:100%;}@media (min-width: 1024px){.css-cdecas{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style><nav class="css-cdecas" data-testid="top-nav-desktop"><a data-testid="site-logo" class="css-1um7p1v" href="/"><span class="css-1n2g5i4"><picture><source srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png?w=262&h=&fm=avif&q=75" type="image/avif"/><source srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png?w=262&h=&fm=webp&q=" type="image/webp"/><img src="https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png" alt="T2 Vector" width="262" height="200"/></picture></span><p></p></a><style data-emotion="css 1w74fzp">.css-1w74fzp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-1w74fzp >li,.css-1w74fzp >li>*{height:100%;}</style><ul class="css-1w74fzp"><li><style data-emotion="css 1xa2u0n">.css-1xa2u0n{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;color:var(--text-color-primary);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}a.css-1xa2u0n,button.css-1xa2u0n{cursor:pointer;}a.css-1xa2u0n:hover,button.css-1xa2u0n:hover{background-color:var(--color-neutral-200);}a.css-1xa2u0n:hover,button.css-1xa2u0n:hover,a.css-1xa2u0n[aria-expanded='true'],button.css-1xa2u0n[aria-expanded='true']{background-color:var(--color-neutral-200);}.css-1xa2u0n >img{max-height:100%;object-fit:contain;object-position:center;}.css-1xa2u0n[aria-expanded='true']>svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.css-1xa2u0n >li,.css-1xa2u0n >li>*{height:100%;}</style><button aria-haspopup="true" aria-controls="menu" class="css-1xa2u0n" data-testid="top-nav-button" id="menu-button--menu" type="button" data-reach-menu-button="">Games<!-- --> <style data-emotion="css 1fsl76d">.css-1fsl76d{height:1rem;width:1rem;-webkit-margin-start:0.25rem;margin-inline-start:0.25rem;-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;}</style><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="css-1fsl76d"><path fill="currentColor" d="M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0Z"></path></svg></button><style data-emotion="css 1001ls">.css-1001ls{max-width:18rem;background-color:rgba(var(--color-neutral-100-rgb), 0.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-width:unset;max-height:80vh;position:absolute;left:0px;right:0px;overflow:auto;top:100%;height:auto!important;}.css-1001ls [data-reach-menu-item][data-selected],.css-1001ls [data-reach-menu-item][data-selected]:hover{color:var(--color-white);background-color:rgba(var(--color-white-rgb), 0.12);}html.light .css-1001ls [data-reach-menu-item][data-selected],html.light .css-1001ls [data-reach-menu-item][data-selected]:hover{color:var(--color-black);background-color:rgba(var(--color-black-rgb), 0.12);}</style><div hidden="" data-testid="top-nav-popover" class="css-1001ls" data-reach-menu-popover=""><style data-emotion="css 1cpzlfj">.css-1cpzlfj{margin-left:auto;margin-right:auto;outline:2px solid transparent;outline-offset:2px;max-width:120rem;}</style><div aria-labelledby="menu-button--menu" role="menu" tabindex="-1" class="css-1cpzlfj" id="menu" data-reach-menu-items=""><style data-emotion="css 1jgymc8">.css-1jgymc8{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:2rem;padding-top:1rem;display:grid;grid-gap:1rem;grid-template-columns:repeat(auto-fill, 16rem);}</style><ul class="css-1jgymc8"><li data-testid="top-nav-item-5069S4Kf2KBBvstUQK7faD"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://rockstargames.com/"><span class="css-1xjj904"><p>Rockstar Games</p></span></a></li><li data-testid="top-nav-item-14kY3l7dockmiqbwiVaSB5"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://store.2k.com"><span class="css-1xjj904"><p>2K</p></span></a></li><li data-testid="top-nav-item-111CXti4c1KRL8XDEcqfa1"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://zynga.com/"><span class="css-1xjj904"><p>Zynga</p></span></a></li></ul></div></div></li><li><a data-testid="top-nav-link-6WmJCLvJDkdvmMmWhokxQw" class="css-1um7p1v" href="/ir"><p>Investors</p></a></li><li><a data-testid="top-nav-link-HCIHk0pQ5V5ITDXdlSvko" class="css-1um7p1v" href="https://careers.take2games.com/"><span class="css-1xjj904"><p>Careers</p></span></a></li><li><button aria-haspopup="true" aria-controls="menu" class="css-1xa2u0n" data-testid="top-nav-button" id="menu-button--menu" type="button" data-reach-menu-button="">Policies & Conduct<!-- --> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="css-1fsl76d"><path fill="currentColor" d="M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0Z"></path></svg></button><div hidden="" data-testid="top-nav-popover" class="css-1001ls" data-reach-menu-popover=""><div aria-labelledby="menu-button--menu" role="menu" tabindex="-1" class="css-1cpzlfj" id="menu" data-reach-menu-items=""><ul class="css-1jgymc8"><li data-testid="top-nav-item-1Eu5lNs7DY4L420EoSOWaH"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="/ir/conduct-social-responsibility-overview"><p>Conduct and Social Responsibility</p></a></li><li data-testid="top-nav-item-3SHjPrDTpuX3DV3xc9QiE0"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://www.take2games.com/diversity-statement"><span class="css-1xjj904"><p>Diversity Statement</p></span></a></li><li data-testid="top-nav-item-3287Ytm7Gw60lfso9orY2C"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/2151b514-39e9-4335-bc84-d6e6be6f8bc0"><span class="css-1xjj904"><p>Guidelines for Directors and Board Governance</p></span></a></li><li data-testid="top-nav-item-4cYGROlFSehegsCvh0cpzo"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/dd50e8aa-6e12-40d2-957a-ba1e0e74a273"><span class="css-1xjj904"><p>Conflict of Interest Guidelines for Directors</p></span></a></li><li data-testid="top-nav-item-5m2RJy5XpiTqguXTgcQUQP"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/d591f910-08a9-4650-96ab-63348345e9fc"><span class="css-1xjj904"><p>Supplier Code of Conduct</p></span></a></li><li data-testid="top-nav-item-1OoAorWkG9gLW6defk3pb5"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/0dda2509-5891-498c-9d66-2962930c3a01"><span class="css-1xjj904"><p>Global Policy Regarding Human Rights and Modern Slavery</p></span></a></li><li data-testid="top-nav-item-77eQHR9BnE2CNvodZQPwOQ"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/c0f3c4d2-afde-46d5-ade5-1a0cfdd42321"><span class="css-1xjj904"><p>UK Tax Strategy</p></span></a></li><li data-testid="top-nav-item-epcuhq2S6xcophAYSFD2k"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://www.take2games.com/cctv"><span class="css-1xjj904"><p>CCTV</p></span></a></li><li data-testid="top-nav-item-7fEsFtWjimluKAWR038jrj"><a role="menuitem" tabindex="-1" class="p-2 !bg-transparent hover:!bg-neutral-999-10 css-1um7p1v" data-reach-menu-link="" data-selected="" data-valuetext="" data-reach-menu-item="" href="https://ir.take2games.com/static-files/e5c88bd3-3266-4dbd-869b-7cd5ca14cfb9"><span class="css-1xjj904"><p>Policy for Reporting Misconduct</p></span></a></li></ul></div></div></li><li><a data-testid="top-nav-link-5P16PBCTVLxk1jzddnBfqE" class="css-1um7p1v" href="/ir/corporate-governance-highlights"><p>Board & Management</p></a></li></ul><div class="css-1ceh32b"><div class="css-jax16x"><div class="hidden lg:block"></div></div></div></nav></header><style data-emotion="css 122x2s7">.css-122x2s7 header h2{font-size:1.5rem;line-height:2rem;}.css-122x2s7 header span{top:-128px;}@media (min-width: 1024px){.css-122x2s7 header span{top:-144px;}}</style><div class="css-122x2s7"><main><style data-emotion="css-global 104xlgc">[id^='ir-nav-'][data-reach-menu-items]{border-radius:0.25rem;background-color:var(--color-white);padding-top:0.75rem;padding-bottom:0.75rem;--tw-shadow:0px 2px 4px rgba(var(--color-black-rgb), 0.24);--tw-shadow-colored:0px 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);}[id^='ir-nav-'][data-reach-menu-items] p{padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;}</style><style data-emotion="css 1kv948o">.css-1kv948o{position:-webkit-sticky;position:sticky;z-index:12;top:64px;background-color:#1a1a1a;color:white;}@media (min-width: 1024px){.css-1kv948o{top:80px;}}.css-1kv948o >*{max-width:120rem;padding-left:2rem;padding-right:2rem;}.css-1kv948o >*:last-of-type{padding-right:0px;}@media (min-width: 1024px){.css-1kv948o >*{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){.css-1kv948o >*{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){.css-1kv948o >*{padding-left:8rem;padding-right:8rem;}}.css-1kv948o [data-reach-menu-item]{color:white;padding:1rem;}</style><nav class="css-1kv948o"><style data-emotion="css xos5s">.css-xos5s{margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}</style><section class="css-xos5s"><style data-emotion="css 1u6h8tu">.css-1u6h8tu{margin-right:1rem;padding-top:1rem;padding-bottom:1rem;}</style><div class="css-1u6h8tu"><style data-emotion="css gd876s">.css-gd876s{--text-color-primary-rgb:var(--color-white);margin-right:0.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}</style><button aria-haspopup="true" aria-controls="ir-nav-0" class="css-gd876s" id="menu-button--ir-nav-0" type="button" data-reach-menu-button=""><style data-emotion="css dor6hj">.css-dor6hj{max-width:6rem;text-align:left;}@media (min-width: 640px){.css-dor6hj{max-width:24rem;}}</style><span class="css-dor6hj">Financial Information</span><style data-emotion="css e1btgi">.css-e1btgi{height:1rem;width:1rem;-webkit-margin-start:0.25rem;margin-inline-start:0.25rem;}</style><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="css-e1btgi"><path fill="currentColor" d="M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0Z"></path></svg></button><span></span></div><div class="css-1u6h8tu"><button aria-haspopup="true" aria-controls="ir-nav-1" class="css-gd876s" id="menu-button--ir-nav-1" type="button" data-reach-menu-button=""><span class="css-dor6hj">Stock Information</span><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="css-e1btgi"><path fill="currentColor" d="M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0Z"></path></svg></button><span></span></div><style data-emotion="css 1xml9yc">.css-1xml9yc{--text-color-primary-rgb:var(--color-white);max-width:6rem;padding-top:1rem;padding-bottom:1rem;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1xml9yc:not(:last-of-type){margin-right:2rem;}@media (min-width: 640px){.css-1xml9yc{max-width:24rem;}}</style><div class="css-1xml9yc"><a href="/ir/press-releases"><p>Press Releases</p></a></div><div class="css-1u6h8tu"><button aria-haspopup="true" aria-controls="ir-nav-3" class="css-gd876s" id="menu-button--ir-nav-3" type="button" data-reach-menu-button=""><span class="css-dor6hj">Email Alerts</span><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="css-e1btgi"><path fill="currentColor" d="M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0Z"></path></svg></button><span></span></div></section></nav><style data-emotion="css 1pcpjl5">.css-1pcpjl5{background-color:#F7F7F7;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}.css-1pcpjl5 a{color:#148063;}</style><div class="css-1pcpjl5"><style data-emotion="css i6bazn">.css-i6bazn{overflow:hidden;}</style><div class="css-i6bazn"><div data-testid="LayoutIrInfo-none" class="empty:hidden last-of-type:mb-16"><style data-emotion="css 1vklt5v">.css-1vklt5v{margin-top:6rem;}.css-1vklt5v >*{max-width:120rem;padding-left:2rem;padding-right:2rem;}.css-1vklt5v >*:last-child{margin-bottom:6rem;}@media (min-width: 1024px){.css-1vklt5v >*{padding-left:4rem;padding-right:4rem;}}@media (min-width: 1280px){.css-1vklt5v >*{padding-left:6rem;padding-right:6rem;}}@media (min-width: 1920px){.css-1vklt5v >*{padding-left:8rem;padding-right:8rem;}}.css-1vklt5v h2{font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}</style><section class="css-1vklt5v"><style data-emotion="css uoch9x">.css-uoch9x{margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}.css-uoch9x a{min-width:5rem;font-size:0.75rem;line-height:1rem;font-weight:700;}</style><div class="css-uoch9x"><h2>Corporate Governance Highlights</h2></div><style data-emotion="css r4qmxs">.css-r4qmxs{margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width: 768px){.css-r4qmxs{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}</style><div class="css-r4qmxs"><style data-emotion="css dq96xx">.css-dq96xx{-webkit-flex:1;-ms-flex:1;flex:1;}.css-dq96xx:not(:last-child){margin-right:1.25rem;}.css-dq96xx:last-child{margin-left:1.25rem;}.css-dq96xx:last-child:nth-last-child(1){margin-left:0;}@media (max-width: 768px){.css-dq96xx{margin-bottom:1.25rem;}.css-dq96xx:not(:last-child){margin-right:0;}.css-dq96xx:last-child{margin-left:0;}}</style><div class="css-dq96xx"><style data-emotion="css xjho08">.css-xjho08{white-space:pre-line;}.css-xjho08 >h2{width:100%;font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-xjho08 >h3{width:100%;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-xjho08 >p{margin-top:0px;margin-bottom:0px;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}.css-xjho08 >b{margin-top:0px;margin-bottom:0px;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}</style><style data-emotion="css 1s5gl5r">.css-1s5gl5r{font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;white-space:pre-line;}.css-1s5gl5r >p{margin-top:1rem;margin-bottom:0.5rem;}.css-1s5gl5r >div,.css-1s5gl5r >span{display:block;margin-top:1rem;margin-bottom:1rem;}.css-1s5gl5r >h1,.css-1s5gl5r >h2,.css-1s5gl5r >h3,.css-1s5gl5r >h4,.css-1s5gl5r >h5,.css-1s5gl5r >h6{margin-top:2.5rem;margin-bottom:0.5rem;}.css-1s5gl5r >h1{font-weight:bold;font-family:var(--font-secondary);font-size:2rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >h2{font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >h3,.css-1s5gl5r >h4,.css-1s5gl5r >h5,.css-1s5gl5r >h6{font-weight:600;font-family:var(--font-secondary);font-size:1.25rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >ul,.css-1s5gl5r >ol{margin-top:0.5rem;margin-bottom:1rem;-webkit-margin-start:1rem;margin-inline-start:1rem;}.css-1s5gl5r >ul li:not(:last-child),.css-1s5gl5r >ol li:not(:last-child){margin-bottom:0.5rem;}.css-1s5gl5r >ul{list-style:initial;}.css-1s5gl5r >ol{list-style:decimal;}.css-1s5gl5r >blockquote,.css-1s5gl5r >hr{margin-top:1rem;margin-bottom:1rem;}.css-1s5gl5r >:first-child{margin-top:0px;}.css-1s5gl5r >:last-child{margin-bottom:0px;}.css-1s5gl5r a{cursor:pointer;color:rgba(var(--text-color-primary-rgb), 0.8);-webkit-text-decoration:underline;text-decoration:underline;-webkit-transition:color 0.2s ease-in-out;transition:color 0.2s ease-in-out;}.css-1s5gl5r a:hover{color:rgba(var(--text-color-primary-rgb), 1.0);-webkit-text-decoration:underline;text-decoration:underline;}.light .css-1s5gl5r a{color:rgba(var(--color-primary-rgb), 0.8);}.light .css-1s5gl5r a:hover{color:var(--color-primary);}.css-1s5gl5r code{background-color:var(--color-neutral-300);}.css-1s5gl5r td,.css-1s5gl5r th{border-width:1px;border-color:rgba(var(--text-color-primary-rgb),0.3);}.css-1s5gl5r th{text-align:left;}.css-1s5gl5r >h2{width:100%;font-weight:600;font-family:var(--font-secondary);font-size:1.5rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >h3{width:100%;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >p{margin-top:0px;margin-bottom:0px;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}.css-1s5gl5r >b{margin-top:0px;margin-bottom:0px;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}</style><div class="css-1s5gl5r"><p>Take-Two is governed by a ten-member Board of Directors and four Executive Officers. Together, they have extensive and diverse management experience, subject matter expertise, and knowledge that is critical to the Company. They bring a range of valuable perspectives to their leadership roles.</p><p></p><p>More information about our Board of Directors, our Board’s composition and Committee charters, and our Executive Officers can be found within this Corporate Governance tab.</p></div></div></div></section></div><div data-testid="LayoutIrInfo-none" class="empty:hidden last-of-type:mb-16"><section class="css-1vklt5v"><div class="css-uoch9x"><h2>Executive Officers</h2></div><div class="css-r4qmxs"><section class="css-dq96xx"><style data-emotion="css 1rhem2i">.css-1rhem2i{margin-top:0px;margin-bottom:0px;margin-left:-1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:28rem;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;}@media (min-width: 768px){.css-1rhem2i{max-width:32rem;}}@media (min-width: 1024px){.css-1rhem2i{max-width:64rem;}}@media (min-width: 1280px){.css-1rhem2i{margin-left:-2rem;}}</style><ul class="css-1rhem2i"><style data-emotion="css 1b9ozh0">.css-1b9ozh0{margin-left:1rem;margin-right:1rem;margin-bottom:1.5rem;width:8rem;}@media (min-width: 640px){.css-1b9ozh0{width:12rem;}}@media (min-width: 768px){.css-1b9ozh0{width:12rem;}}@media (min-width: 1280px){.css-1b9ozh0{margin-left:2rem;margin-right:2rem;}}</style><li class="css-1b9ozh0"><a href="/ir/management/strauss-zelnick"><style data-emotion="css w12036">.css-w12036 img{height:8rem;width:8rem;border-radius:50%;object-fit:cover;object-position:left top;-webkit-filter:drop-shadow(0 4px 4px transparent);filter:drop-shadow(0 4px 4px transparent);-webkit-transition:filter 0.2s ease-in-out;transition:filter 0.2s ease-in-out;}@media (min-width: 640px){.css-w12036 img{height:12rem;width:12rem;}}@media (min-width: 768px){.css-w12036 img{height:12rem;width:12rem;}}.css-w12036 img:hover{-webkit-filter:drop-shadow(0 4px 4px rgba(var(--color-black-rgb), 0.3));filter:drop-shadow(0 4px 4px rgba(var(--color-black-rgb), 0.3));}</style><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Strauss Zelnick" srcSet="https://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482" loading="lazy"/></picture><style data-emotion="css o1fez6">.css-o1fez6{margin-top:1.5rem;font-weight:bold;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 1.0);text-transform:none;letter-spacing:normal;}</style><div class="css-o1fez6">Strauss Zelnick</div><style data-emotion="css 1c6nw41">.css-1c6nw41{margin-top:0.5rem;font-weight:normal;font-size:0.875rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}</style><div class="css-1c6nw41">Chairman and Chief Executive Officer</div></a></li><li class="css-1b9ozh0"><a href="/ir/management/karl-slatoff"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Slatoff" srcSet="https://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4" loading="lazy"/></picture><div class="css-o1fez6">Karl Slatoff</div><div class="css-1c6nw41">President</div></a></li><li class="css-1b9ozh0"><a href="/ir/management/lainie-goldstein"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Goldstein" srcSet="https://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0" loading="lazy"/></picture><div class="css-o1fez6">Lainie Goldstein</div><div class="css-1c6nw41">Chief Financial Officer</div></a></li><li class="css-1b9ozh0"><a href="/ir/management/daniel-p-emerson"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Emerson" srcSet="https://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc" loading="lazy"/></picture><div class="css-o1fez6">Daniel P. Emerson</div><div class="css-1c6nw41">Executive Vice President and Chief Legal Officer</div></a></li></ul></section></div></section></div><div data-testid="LayoutIrInfo-none" class="empty:hidden last-of-type:mb-16"><section class="css-1vklt5v"><div class="css-uoch9x"><h2>Board of Directors</h2></div><div class="css-r4qmxs"><section class="css-dq96xx"><ul class="css-1rhem2i"><li class="css-1b9ozh0"><a href="/ir/board-member/strauss-zelnick"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Strauss Zelnick" srcSet="https://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b" loading="lazy"/></picture><div class="css-o1fez6">Strauss Zelnick</div><div class="css-1c6nw41">Chairman and Chief Executive Officer</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/michael-dornemann"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Dornemann" srcSet="https://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577" loading="lazy"/></picture><div class="css-o1fez6">Michael Dornemann</div><div class="css-1c6nw41"> Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/bing-gordon"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Gordon" srcSet="https://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe" loading="lazy"/></picture><div class="css-o1fez6">Bing Gordon</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/roland-hernandez"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Hernandez" srcSet="https://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225" loading="lazy"/></picture><div class="css-o1fez6">Roland Hernandez</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/j-moses"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Moses" srcSet="https://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd" loading="lazy"/></picture><div class="css-o1fez6">J Moses</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/michael-sheresky"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Sheresky" srcSet="https://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5" loading="lazy"/></picture><div class="css-o1fez6">Michael Sheresky</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/ellen-siminoff"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Siminoff" srcSet="https://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5" loading="lazy"/></picture><div class="css-o1fez6">Ellen Siminoff</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/laverne-srinivasan"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Srinivasan" srcSet="https://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5" loading="lazy"/></picture><div class="css-o1fez6">LaVerne Srinivasan</div><div class="css-1c6nw41">Lead Independent Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/susan-tolson"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Tolson" srcSet="https://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c" loading="lazy"/></picture><div class="css-o1fez6">Susan Tolson</div><div class="css-1c6nw41">Director</div></a></li><li class="css-1b9ozh0"><a href="/ir/board-member/paul-viera"><picture class="css-w12036"><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1920&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 1281px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1920&h=&fm=webp&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=webp&q= 2x" media="(min-width: 1281px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1920&h=&fm=png&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=png&q= 2x" media="(min-width: 1281px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1280&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=avif&q=75 2x" media="(min-width: 769px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1280&h=&fm=webp&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=webp&q= 2x" media="(min-width: 769px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1280&h=&fm=png&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=2048&h=&fm=png&q= 2x" media="(min-width: 769px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=768&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1536&h=&fm=avif&q=75 2x" media="(min-width: 421px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=768&h=&fm=webp&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1536&h=&fm=webp&q= 2x" media="(min-width: 421px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=768&h=&fm=png&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=1536&h=&fm=png&q= 2x" media="(min-width: 421px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=420&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=840&h=&fm=avif&q=75 2x" media="(min-width: 361px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=420&h=&fm=webp&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=840&h=&fm=webp&q= 2x" media="(min-width: 361px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=420&h=&fm=png&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=840&h=&fm=png&q= 2x" media="(min-width: 361px)" type="image/png"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=360&h=&fm=avif&q=75, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=720&h=&fm=avif&q=75 2x" media="(max-width: 360px)" type="image/avif"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=360&h=&fm=webp&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=720&h=&fm=webp&q= 2x" media="(max-width: 360px)" type="image/webp"/><source srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=360&h=&fm=png&q=, https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e?w=720&h=&fm=png&q= 2x" media="(max-width: 360px)" type="image/png"/><img alt="Viera" srcSet="https://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e" loading="lazy"/></picture><div class="css-o1fez6">Paul Viera</div><div class="css-1c6nw41">Director</div></a></li></ul></section></div></section></div><div data-testid="LayoutIrInfo-none" class="empty:hidden last-of-type:mb-16"><section class="css-1vklt5v"><div class="css-uoch9x"><h2>Board Commitee Charter</h2></div><div class="css-r4qmxs"><style data-emotion="css 1yhtax6">.css-1yhtax6{-webkit-flex:1;-ms-flex:1;flex:1;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}.css-1yhtax6:not(:last-child){margin-right:1.25rem;}.css-1yhtax6:last-child{margin-left:1.25rem;}.css-1yhtax6:last-child:nth-last-child(1){margin-left:0;}@media (max-width: 768px){.css-1yhtax6{margin-bottom:1.25rem;}.css-1yhtax6:not(:last-child){margin-right:0;}.css-1yhtax6:last-child{margin-left:0;}}</style><div class="css-1yhtax6"><a href="https://ir.take2games.com/static-files/b7335403-167a-4ad4-86ab-c259180613d2" rel="noreferrer" target="_blank"><style data-emotion="css 6mrmej">.css-6mrmej{margin-top:0.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><div class="css-6mrmej"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1H10c.83 0 1.5.67 1.5 1.5v1Zm5 2c0 .83-.67 1.5-1.5 1.5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2c.83 0 1.5.67 1.5 1.5v3Zm4-3.75c0 .41-.34.75-.75.75H19v1h.75c.41 0 .75.34.75.75s-.34.75-.75.75H19v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1h1.25c.41 0 .75.34.75.75ZM9 9.5h1v-1H9v1ZM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1Zm11 5.5h1v-3h-1v3Z"></path></svg><style data-emotion="css 1f2k2gl">.css-1f2k2gl{margin-left:0.5rem;}</style><p class="css-1f2k2gl">Audit Committee Charter</p></div></a><a href="https://ir.take2games.com/static-files/a349cb9e-4617-4151-9026-67e8d29dc866" rel="noreferrer" target="_blank"><div class="css-6mrmej"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1H10c.83 0 1.5.67 1.5 1.5v1Zm5 2c0 .83-.67 1.5-1.5 1.5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2c.83 0 1.5.67 1.5 1.5v3Zm4-3.75c0 .41-.34.75-.75.75H19v1h.75c.41 0 .75.34.75.75s-.34.75-.75.75H19v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1h1.25c.41 0 .75.34.75.75ZM9 9.5h1v-1H9v1ZM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1Zm11 5.5h1v-3h-1v3Z"></path></svg><p class="css-1f2k2gl">Compensation Committee Charter</p></div></a><a href="https://ir.take2games.com/static-files/771ebbee-f167-4b05-9526-e830de2fc035" rel="noreferrer" target="_blank"><div class="css-6mrmej"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1H10c.83 0 1.5.67 1.5 1.5v1Zm5 2c0 .83-.67 1.5-1.5 1.5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2c.83 0 1.5.67 1.5 1.5v3Zm4-3.75c0 .41-.34.75-.75.75H19v1h.75c.41 0 .75.34.75.75s-.34.75-.75.75H19v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1h1.25c.41 0 .75.34.75.75ZM9 9.5h1v-1H9v1ZM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1Zm11 5.5h1v-3h-1v3Z"></path></svg><p class="css-1f2k2gl">Corporate Governance Committee Charter</p></div></a><a href="https://ir.take2games.com/static-files/0ea50d9f-bf48-410d-8eca-bb1be8fc8133" rel="noreferrer" target="_blank"><div class="css-6mrmej"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1H10c.83 0 1.5.67 1.5 1.5v1Zm5 2c0 .83-.67 1.5-1.5 1.5h-2c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2c.83 0 1.5.67 1.5 1.5v3Zm4-3.75c0 .41-.34.75-.75.75H19v1h.75c.41 0 .75.34.75.75s-.34.75-.75.75H19v1.25c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8c0-.55.45-1 1-1h1.25c.41 0 .75.34.75.75ZM9 9.5h1v-1H9v1ZM3 6c-.55 0-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1-.45-1-1V7c0-.55-.45-1-1-1Zm11 5.5h1v-3h-1v3Z"></path></svg><p class="css-1f2k2gl">Executive Committee Charter</p></div></a></div></div></section></div><div data-testid="LayoutIrInfo-none" class="empty:hidden last-of-type:mb-16"><section class="css-1vklt5v"><div class="css-uoch9x"><h2>Board Committee Composition</h2></div><div class="css-r4qmxs"><style data-emotion="css 8atqhb">.css-8atqhb{width:100%;}</style><div class="css-8atqhb"><style data-emotion="css 18q54yr">.css-18q54yr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width: 768px){.css-18q54yr{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}}</style><div class="css-18q54yr"><style data-emotion="css kawo8r">.css-kawo8r{margin-right:2rem;}@media (min-width: 768px){.css-kawo8r{-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;}}</style><div class="css-kawo8r"><style data-emotion="css 1do5xn3">.css-1do5xn3{margin-bottom:0.5rem;font-weight:600;font-size:0.75rem;line-height:125%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:uppercase;letter-spacing:0.05rem;}@media (min-width: 768px){.css-1do5xn3{min-height:2rem;}}</style><h3 class="css-1do5xn3">AUDIT COMMITTEE</h3><style data-emotion="css v8h51d">.css-v8h51d{padding-bottom:1rem;}@media (min-width: 768px){.css-v8h51d{padding-bottom:0px;}}</style><div class="css-v8h51d"><style data-emotion="css 70qvj9">.css-70qvj9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><div class="css-70qvj9"><style data-emotion="css 72w8db">.css-72w8db{padding-right:0.5rem;color:rgba(var(--text-color-primary-rgb), 1.0);font-weight:bold;font-size:1rem;line-height:150%;text-transform:none;letter-spacing:normal;}</style><span class="css-72w8db">Susan Tolson</span><style data-emotion="css 1dp55xe">.css-1dp55xe{height:1rem;}</style><span class="css-1dp55xe"><style data-emotion="css 1dulkuw">.css-1dulkuw{margin-left:-0.25rem;margin-right:0.25rem;margin-top:-0.15rem;height:1.25rem;-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;}</style><svg title="Financial Expert" class="css-1dulkuw" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-5.44 3.53c.29-.29.77-.29 1.06 0l.88.88.88-.88c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.88.88.88.88c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-.88-.87-.88.88c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l.88-.88-.88-.88c-.3-.3-.3-.78 0-1.07ZM7 7.72h3.5c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75ZM10.75 16H9.5v1.25c0 .41-.34.75-.75.75S8 17.66 8 17.25V16H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 1.25h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Zm0-2.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Z"></path></svg></span></div><style data-emotion="css 15wpz90">.css-15wpz90{padding-bottom:0.5rem;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}</style><div class="css-15wpz90">Chairperson</div><div class="css-70qvj9"><span class="css-72w8db">Michael Dornemann</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Ellen Siminoff</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Paul Viera</span><span class="css-1dp55xe"><svg title="Financial Expert" class="css-1dulkuw" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-5.44 3.53c.29-.29.77-.29 1.06 0l.88.88.88-.88c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.88.88.88.88c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-.88-.87-.88.88c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l.88-.88-.88-.88c-.3-.3-.3-.78 0-1.07ZM7 7.72h3.5c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75ZM10.75 16H9.5v1.25c0 .41-.34.75-.75.75S8 17.66 8 17.25V16H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 1.25h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Zm0-2.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Z"></path></svg></span></div><div class="css-15wpz90">Member</div></div></div><div class="css-kawo8r"><h3 class="css-1do5xn3">COMPENSATION COMMITTEE</h3><div class="css-v8h51d"><div class="css-70qvj9"><span class="css-72w8db">Michael Sheresky</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Chairperson</div><div class="css-70qvj9"><span class="css-72w8db">Michael Dornemann</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">J Moses</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Roland Hernandez</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div></div></div><div class="css-kawo8r"><h3 class="css-1do5xn3">CORPORATE GOVERNANCE COMMITTEE</h3><div class="css-v8h51d"><div class="css-70qvj9"><span class="css-72w8db">J Moses</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Chairperson</div><div class="css-70qvj9"><span class="css-72w8db">Michael Dornemann</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Michael Sheresky</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Ellen Siminoff</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div></div></div><div class="css-kawo8r"><h3 class="css-1do5xn3">EXECUTIVE COMMITTEE</h3><div class="css-v8h51d"><div class="css-70qvj9"><span class="css-72w8db">LaVerne Srinivassan</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Chairperson</div><div class="css-70qvj9"><span class="css-72w8db">Strauss Zelnick</span><span class="css-1dp55xe"><style data-emotion="css 1ydtpn4">.css-1ydtpn4{margin-left:-0.25rem;margin-right:0.25rem;margin-top:-0.2rem;height:1.25rem;-webkit-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;}</style><svg title="Chairman Of The Board" class="css-1ydtpn4" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="m12 17.27 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5Z"></path></svg></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Michael Dornemann</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div><div class="css-70qvj9"><span class="css-72w8db">Michael Sheresky</span><span class="css-1dp55xe"></span></div><div class="css-15wpz90">Member</div></div></div></div><style data-emotion="css eyvy3z">.css-eyvy3z{margin-top:4rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}</style><div class="css-eyvy3z"><style data-emotion="css e9u9dh">.css-e9u9dh{margin-right:1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-black);}</style><div class="css-e9u9dh"><span class="css-1dp55xe"><svg title="Financial Expert" class="css-1dulkuw" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-5.44 3.53c.29-.29.77-.29 1.06 0l.88.88.88-.88c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-.88.88.88.88c.29.29.29.77 0 1.06-.29.29-.77.29-1.06 0l-.88-.87-.88.88c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l.88-.88-.88-.88c-.3-.3-.3-.78 0-1.07ZM7 7.72h3.5c.41 0 .75.34.75.75s-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75ZM10.75 16H9.5v1.25c0 .41-.34.75-.75.75S8 17.66 8 17.25V16H6.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H8v-1.25c0-.41.34-.75.75-.75s.75.34.75.75v1.25h1.25c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 1.25h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Zm0-2.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.5c.41 0 .75.34.75.75s-.34.75-.75.75Z"></path></svg></span><style data-emotion="css 9pp4zq">.css-9pp4zq{padding-right:0.5rem;font-weight:normal;font-size:1rem;line-height:150%;color:rgba(var(--text-color-primary-rgb), 0.8);text-transform:none;letter-spacing:normal;}</style><span class="css-9pp4zq">Financial Expert</span></div><div class="css-e9u9dh"><span class="css-1dp55xe"><svg title="Chairman Of The Board" class="css-1ydtpn4" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="m12 17.27 4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1 4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5Z"></path></svg></span><span class="css-9pp4zq">Chairman of the Board</span></div></div></div></div></section></div></div></div></main></div><footer class="layout bg-neutral-100-70 [&_p]:my-0 light:bg-white-90"><div class="layout-content mx-auto max-w-layout flex pt-8 pb-12 flex-col items-center md:flex-row md:items-start gap-y-4"><picture><source sizes="80px" srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=16&fm=avif 16w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=32&fm=avif 32w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=48&fm=avif 48w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=64&fm=avif 64w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=96&fm=avif 96w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=128&fm=avif 128w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=256&fm=avif 256w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=384&fm=avif 384w" type="image/avif"/><source sizes="80px" srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=16&fm=webp 16w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=32&fm=webp 32w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=48&fm=webp 48w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=64&fm=webp 64w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=96&fm=webp 96w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=128&fm=webp 128w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=256&fm=webp 256w,https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png?q=75&w=384&fm=webp 384w" type="image/webp"/><img loading="lazy" alt="t2-black" class="max-w-[5rem] max-h-[5rem]" src="https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png"/></picture><section class="space-y-4 mx-12 order-3 md:order-2 md:mt-0 w-full"><nav><ul class="flex flex-col flex-wrap md:flex-row type-body-s mb-2 -ms-6 -mt-2"><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.take2games.com/privacy/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-6mU7Bad3O6bjwNubt20x4I"><p>Privacy Policy</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.take2games.com/legal/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-2gYmOXjYysFPXtONvk3pWc"><p>Legal</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.take2games.com/cookiepolicy/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-23vQ10TuAnHxMOQ0ikovD3"><p>Cookie Policy</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.take2games.com/ccpa" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-5MLuA9kAhUwj2yxSkU9VL6"><p>Do Not Sell or Share My Personal Information</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://support.rockstargames.com/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-6GLlYbsqevfveZkwrMRAdZ"><p>Rockstar Support</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.ghoststorygames.com/contact/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-1IehVvPjzaO6JxSlmDmE7i"><p>Ghost Story Support</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://www.zynga.com/support/" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-5RT61n1HN5VV5uAbfP7ZxA"><p>Zynga Support</p></a></li><li class="type-link no-underline hover:type-link-hover light:text-[var(--color-primary)] ms-6 mt-2 text-center md:text-left"><a href="https://support.2k.com/hc/en-us" target="_blank" rel="noreferrer noopener" data-testid="site-footer-link-4Q7cUBkhjd9FhntFZholeG"><p>2K Support</p></a></li></ul></nav><div class="type-subtext-60 mt-2 text-center md:[text-align:initial] prose max-w-none prose-p:m-0 prose-img:inline-block prose-img:w-3 prose-img:h-3"><p>©2024 Take-Two Interactive Software, Inc.</p></div><div class="mt-8"><ul class="flex justify-center md:justify-start gap-x-6"></ul></div></section><div class="order-2 md:order-3 md:ms-auto md:-mt-3 min-w-[unset]"></div><div class="order-4 md:ps-12 mt-8 md:ms-auto md:mt-0"><picture><source sizes="80px" srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=16&fm=avif 16w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=32&fm=avif 32w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=48&fm=avif 48w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=64&fm=avif 64w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=96&fm=avif 96w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=128&fm=avif 128w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=256&fm=avif 256w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=384&fm=avif 384w" type="image/avif"/><source sizes="80px" srcSet="https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=16&fm=webp 16w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=32&fm=webp 32w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=48&fm=webp 48w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=64&fm=webp 64w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=96&fm=webp 96w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=128&fm=webp 128w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=256&fm=webp 256w,https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png?q=75&w=384&fm=webp 384w" type="image/webp"/><img loading="lazy" alt="Multi ESRB Game Rating" class="max-w-[7rem] max-h-[5rem]" src="https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png"/></picture></div></div></footer><style data-emotion="css 1p6wv70">.css-1p6wv70{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto;border-radius:0.25rem;}@media (min-width: 640px){.css-1p6wv70{margin:auto;}}@media (min-width: 640px){.css-1p6wv70{max-width:40rem;max-height:24rem;}}</style><style data-emotion="css 1aoebe">.css-1aoebe{position:absolute;top:0px;right:0px;bottom:0px;left:0px;max-height:100%;max-width:100%;overflow:hidden;background-color:var(--color-neutral-200);--tw-shadow:0px 16px 20px rgba(var(--color-black-rgb), 0.4);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:1024px;max-width:min(1024px, 100%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto;border-radius:0.25rem;}.css-1aoebe:focus{outline:none;}@media (min-width: 1024px){.css-1aoebe{margin:4rem;border-radius:0.25rem;}}@media (min-width: 1024px){.css-1aoebe{margin-left:auto;margin-right:auto;}}@media (min-width: 640px){.css-1aoebe{margin:auto;}}@media (min-width: 640px){.css-1aoebe{max-width:40rem;max-height:24rem;}}</style><button type="button" data-bottom="true" class="fixed bottom-16 left-4 right-4 flex items-center justify-center w-8 h-8 cursor-pointer rounded text-transparent bg-neutral-100 shadow-near z-helpShiftChat ms-auto [border:none] transition-[bottom] duration-500 ease-[cubic-bezier(0.68,-0.55,0.265,1.55)] [&:hover:not(:active)]:bg-primary [&>svg]:text-text-primary [&[data-bottom="true"]]:bottom-4 hidden" title="Need help? Click here to chat with customer service"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2Z"></path></svg></button><style data-emotion="css 1jdahkt">.css-1jdahkt{position:fixed;bottom:1rem;left:1rem;right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:2rem;height:2rem;cursor:pointer;border-radius:0.25rem;color:rgba(0, 0, 0, 0);background-color:var(--color-neutral-100);--tw-shadow:0px 4px 8px rgba(var(--color-black-rgb), 0.24);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);-webkit-margin-start:auto;margin-inline-start:auto;border:none;-webkit-transition:background-color 0.2s ease-in-out,bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:background-color 0.2s ease-in-out,bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);font-size:0;}.css-1jdahkt[aria-hidden='true']{bottom:-4rem;}.css-1jdahkt:hover:not(:active){background-color:var(--color-primary);}.css-1jdahkt svg{color:var(--text-color-primary);}</style><button type="button" disabled="" aria-hidden="true" title="Back to top" class="css-1jdahkt"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M8.12 14.71 12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"></path></svg></button></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"page":{"sys":{"id":"V3eldLIONhTgYBo7KPiRf"},"contentfulMetadata":{"tags":[]},"onPageSeo":{"__typename":"OnPageSeo","title":"Corporate Governance Highlights","description":"The Investor Relations website contains information about Take-Two Interactive Software, Inc.'s business for stockholders, potential investors, and financial analysts.","noIndex":false,"siteName":null,"omitTitleSiteName":null,"twitterSite":null,"ogImage":{"sys":{"id":"5pdZg8ju76AQPhgDDwP7f2"},"title":"Take-Two Interactive Software Image","url":"https://images.ctfassets.net/wn7ipiv9ue5v/5pdZg8ju76AQPhgDDwP7f2/85c82aa572e714ca61ec6ed4d836841e/Frame_92__1_.jpg","width":1200,"height":627},"organization":{"name":"Take-Two Interactive Software","url":"https://take2games.com","slogan":"Leading game publisher behind Rockstar Games, 2K Games, Private Division, Ghost Story Games, Social Point, Nordeus and Dots.","logo":{"sys":{"id":"44wExKTI9M8bIqPzm5L0HH"},"title":"T2 Interactive Logo White and Blue SVG","url":"https://images.ctfassets.net/wn7ipiv9ue5v/44wExKTI9M8bIqPzm5L0HH/74831afd8c9d0d64b46690242b72ae2d/T2Only-Solid-RGB-Black_1.svg","width":316,"height":243}},"json":null},"slug":"corporate-governance-highlights","layoutCollection":{"items":[{"sys":{"id":"7tgWmZj9mJycpCcyP34QSC"},"__typename":"LayoutIrInfo","variation":null,"header":{"text":"Corporate Governance Highlights"},"description":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Take-Two is governed by a ten-member Board of Directors and four Executive Officers. Together, they have extensive and diverse management experience, subject matter expertise, and knowledge that is critical to the Company. They bring a range of valuable perspectives to their leadership roles.","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}}]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"More information about our Board of Directors, our Board’s composition and Committee charters, and our Executive Officers can be found within this Corporate Governance tab.","marks":[],"data":{}}]}]}},"image":null,"infoType":"TEXT","imagePlacement":"IMAGE_NONE","linkUrl":null,"linkText":null,"additionalData":null,"irData":{}},{"sys":{"id":"3XXfBVzzUNu9nttRbwA36l"},"__typename":"LayoutIrInfo","variation":null,"header":{"text":"Executive Officers"},"description":null,"image":null,"infoType":"EXECUTIVE_OFFICERS","imagePlacement":null,"linkUrl":null,"linkText":null,"additionalData":{"emerson":"https://images.secure.ctfassets.net/wn7ipiv9ue5v/7xnFb8SIhd5zQioJ4UXBmD/21b2e07928a4d5a91671ac26f0238c95/emerson.jpg","slatoff":"https://images.secure.ctfassets.net/wn7ipiv9ue5v/50jcxHQlVBbFukR3LUONtu/7521e82091e81088af482881fce96c21/slatoff.jpg","zelnick":"https://images.secure.ctfassets.net/wn7ipiv9ue5v/6BTF2wwZ4QEgTeyzfv6OP9/529d21481656cb9e2bb71d12be562b53/zelnick.jpg","goldstein":"https://images.ctfassets.net/wn7ipiv9ue5v/r0BUEv2TWBNg759ibd6dI/bf73ddc303a4214e54a3b768f783c830/lainie.jpg"},"irData":[{"id":6311,"title":"Chairman and Chief Executive Officer","photo":{"url":"http://ir.take2games.com/static-files/361a6732-5fb2-4c27-ada0-eb555eb9f482","altText":"Strauss Zelnick"},"first":"Strauss","last":"Zelnick","link":{"hostedUrl":"http://ir.take2games.com/management/strauss-zelnick"},"company":null,"bio":"Strauss Zelnick, a partner in ZelnickMedia since 2001, became Chairman of Take-Two in March 2007 and Chief Executive Officer in January 2011. Throughout his tenure at Take-Two, Strauss has been an inspiring, visionary leader, applying sound financial infrastructure and rigor to enable the industry’s top creative talent to pursue their passions and deliver incredible entertainment experiences for consumers across the world. Strauss has been instrumental in establishing a strong corporate culture that is diverse, inclusive, and respectful, and is driven by the Take-Two’s mission to be the most innovative, creative, and efficient entertainment company in the world. By leveraging his vast media expertise, Strauss continues to position Take-Two to be on the forefront of our evolving industry and to chart our pathway for long-term success.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPrior to forming ZelnickMedia, Strauss was President and Chief Executive Officer of BMG Entertainment, a $4.7 billion music and entertainment company. His appointment as President and Chief Executive Officer of BMG Entertainment followed his tenure as President and Chief Executive Officer of the company's North American business unit from 1994 through 1998. Before joining BMG Entertainment, Strauss was President and Chief Executive Officer of Crystal Dynamics, a leading producer and distributor of interactive game software. Prior to that, he spent four years as President and Chief Operating Officer of 20th Century Fox, where he managed all aspects of the worldwide motion picture and distribution business.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPreviously, Strauss spent three years at Vestron Inc. as a senior executive and rose to become President and Chief Operating Officer. He also served as Vice President, International Television for Columbia Pictures.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nStrauss holds an MBA and a JD from Harvard University and a BA from Wesleyan University. He currently serves on the boards of directors of Starwood Property Trust, Inc (for which he currently serves as the Chairman of its Audit Committee); Education Networks of America, a privately-held company; and the Entertainment Software Association, for which he served as Chairman from July 2014 to July 2017. Additionally, Strauss served as Chairman of the Board for CBS Corp. from 2018-2019. Strauss is an associate member of the National Academy of Recording Arts and Sciences and is a Trustee Emeritus of Wesleyan University."},{"id":6281,"title":"President","photo":{"url":"http://ir.take2games.com/static-files/0c217171-652d-4454-a390-39e6025232b4","altText":"Slatoff"},"first":"Karl","last":"Slatoff","link":{"hostedUrl":"http://ir.take2games.com/management/karl-slatoff"},"company":null,"bio":"Karl Slatoff is the President of Take-Two, a role that he assumed in May 2013. He previously served as the Company’s Chief Operating Officer beginning in October 2010, and prior to that, held the position of Executive Vice President beginning in February 2008. Karl is a partner at ZelnickMedia, which specializes in the areas of music, direct marketing, broadcast television and radio, interactive entertainment and new media.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nThroughout Karl’s tenure at Take-Two, he has partnered strategically with the Company’s labels to support their creative vision to selectively broaden and enhance our portfolio, and to drive long-term growth. In addition, Karl has played an integral role in the Company’s ability to attract and retain key talent, including through organic and inorganic initiatives. He has also focused on harnessing the expertise of our global teams across an array of disciplines, including technology, legal, sales and human resources to best position the company for long-term success.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nBefore joining Take-Two, Karl served as Vice President, New Media for BMG Entertainment, one of the world's largest music companies, whose labels include Arista Records, RCA Records and J Records and is home to such worldwide superstars as Whitney Houston, Annie Lennox, Christina Aguilera, Santana, Sarah McLachlan and the Dave Matthews Band, among many others. In this position, he was responsible for guiding BMG's online digital strategies, including the development of commercial digital distribution initiatives and new business models for the sale and syndication of online content. Karl was also responsible for maintaining relationships and leading negotiations with major software developers, consumer electronics manufacturers and online retailers/portals, as well as representing BMG's interests in various industry consortiums relating to the development of digital businesses. Karl joined BMG in 1998 as Manager, Corporate Development. In this position he worked closely with the company's then-President and CEO Strauss Zelnick on a variety of corporate development initiatives.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nBefore joining BMG, Karl worked in strategic planning at the Walt Disney Company, where he focused on the consumer products, studio and broadcast divisions, as well as several initiatives in the educational, publishing and new media sectors. Karl was also an active member of the integration team for Disney's 1996 acquisition of Capital Cities/ABC. Prior to Disney, he worked in the corporate finance and mergers and acquisitions units at Lehman Brothers where he focused on the consumer products and retail/merchandising industries.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nKarl received his M.B.A. from the Harvard Business School and holds Bachelor of Arts degrees in English literature and economics from Kenyon College. He serves on the board of CommentSold, Inc., a company that helps businesses sell products digitally, and on the Board of Trustees at Kenyon College."},{"id":6321,"title":"Chief Financial Officer","photo":{"url":"http://ir.take2games.com/static-files/a818aa80-b718-4440-b305-7deb2797d0d0","altText":"Goldstein"},"first":"Lainie","last":"Goldstein","link":{"hostedUrl":"http://ir.take2games.com/management/lainie-goldstein"},"company":null,"bio":"Lainie Goldstein is the Chief Financial Officer of Take-Two, a role that she assumed in 2007. In this capacity, she is responsible for overseeing finance, accounting, tax, treasury, investor relations and corporate communications. Lainie previously served as the Company’s Senior Vice President of Finance beginning in 2003.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nUnder Lainie’s leadership, Take-Two has successfully navigated the industry’s evolving and complex global marketplace, which is reflected in the Company’s approach to financial reporting and disclosures. Additionally, she has led initiatives to improve and streamline various financial processes and instilled a strong fiscal discipline across the entire Company. Lainie’s team-based leadership approach has significantly enhanced collaboration and improved the flow of information across Take-Two as it has grown into a major global entertainment company.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nLainie is a CPA with more than 30 years of financial and business experience in the software, entertainment, retail and apparel industries, with proven success in managing the finance function of publicly traded companies.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPrior to joining Take-Two, Lainie held a number of positions of increasing responsibility within Nautica Enterprises, most recently serving as Vice President, Finance and Business Development. Earlier in her career, she held positions in the audit and reorganization departments at Grant Thornton LLP. Lainie holds a BSBA in Accounting from The American University in Washington, D.C. She also serves as a director and member of the audit committee of Phreesia, Inc."},{"id":6326,"title":"Executive Vice President and Chief Legal Officer","photo":{"url":"http://ir.take2games.com/static-files/f89066e1-7cfa-4a35-983e-1e919fb4ecbc","altText":"Emerson"},"first":"Daniel P.","last":"Emerson","link":{"hostedUrl":"http://ir.take2games.com/management/daniel-p-emerson"},"company":null,"bio":"Dan Emerson has served as Executive Vice President and Chief Legal Officer of Take-Two since October 2014. He joined the Company as a Vice President in June 2005 and served in various capacities of increasing responsibility within the legal department, including Senior Vice President, Corporate Secretary and Deputy General Counsel. In additional to serving as the General Counsel of Take-Two, Dan oversees administrative management of Internal Audit on behalf of the Audit Committee. Prior to joining the Company, Dan was a partner in the New York offices of the law firm Blank Rome LLP, where he represented public and private companies in mergers and acquisitions, securities law, financings and general corporate matters. Dan holds a J.D. from Syracuse University College of Law and a B.S. from Cornell University."}]},{"sys":{"id":"3KUAW6WHKEXf7xwwzP2HCl"},"__typename":"LayoutIrInfo","variation":null,"header":{"text":"Board of Directors"},"description":null,"image":null,"infoType":"BOARD_OF_DIRECTORS","imagePlacement":null,"linkUrl":null,"linkText":null,"additionalData":null,"irData":[{"id":6306,"title":"Chairman and Chief Executive Officer","photo":{"url":"http://ir.take2games.com/static-files/b40414f3-9d90-4916-96af-4afa36802b8b","altText":"Strauss Zelnick"},"first":"Strauss","last":"Zelnick","link":{"hostedUrl":"http://ir.take2games.com/board-member/strauss-zelnick"},"company":null,"bio":"Strauss Zelnick, a partner in ZelnickMedia since 2001, became Chairman of Take-Two in March 2007 and Chief Executive Officer in January 2011. Throughout his tenure at Take-Two, Strauss has been an inspiring, visionary leader, applying sound financial infrastructure and rigor to enable the industry’s top creative talent to pursue their passions and deliver incredible entertainment experiences for consumers across the world. Strauss has been instrumental in establishing a strong corporate culture that is diverse, inclusive, and respectful, and is driven by the Take-Two’s mission to be the most innovative, creative, and efficient entertainment company in the world. By leveraging his vast media expertise, Strauss continues to position Take-Two to be on the forefront of our evolving industry and to chart our pathway for long-term success.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPrior to forming ZelnickMedia, Strauss was President and Chief Executive Officer of BMG Entertainment, a $4.7 billion music and entertainment company. His appointment as President and Chief Executive Officer of BMG Entertainment followed his tenure as President and Chief Executive Officer of the company's North American business unit from 1994 through 1998. Before joining BMG Entertainment, Strauss was President and Chief Executive Officer of Crystal Dynamics, a leading producer and distributor of interactive game software. Prior to that, he spent four years as President and Chief Operating Officer of 20th Century Fox, where he managed all aspects of the worldwide motion picture and distribution business.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPreviously, Strauss spent three years at Vestron Inc. as a senior executive and rose to become President and Chief Operating Officer. He also served as Vice President, International Television for Columbia Pictures.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nStrauss holds an MBA and a JD from Harvard University and a BA from Wesleyan University. He currently serves on the boards of directors of Starwood Property Trust, Inc; Education Networks of America, a privately-held company; and the Entertainment Software Association, for which he served as Chairman from July 2014 to July 2017. Additionally, Strauss served as Chairman of the Board for CBS Corp. from 2018-2019. Strauss is an associate member of the National Academy of Recording Arts and Sciences and is a Trustee Emeritus of Wesleyan University."},{"id":6296,"title":" Director","photo":{"url":"http://ir.take2games.com/static-files/ff3fe709-40bd-428d-b485-f3c42d989577","altText":"Dornemann"},"first":"Michael","last":"Dornemann","link":{"hostedUrl":"http://ir.take2games.com/board-member/michael-dornemann"},"company":null,"bio":"Michael Dornemann has been a director since April 2007. Mr. Dornemann is an entertainment and marketing executive with more than 30 years of management consulting, corporate development, strategic advisory and media experience. Since 2001, Mr. Dornemann has served on several boards and currently serves on the board of directors of Jet Set AG, a worldwide fashion company based in Switzerland, as Vice-Chairman of Access Worldwide Communications and on the board of directors of Columbia Music Entertainment (CME) of Japan. Prior to 2001, Mr. Dornemann was an executive board member of Bertelsmann AG for 16 years and Chairman and Chief Executive Officer of Bertelsmann Entertainment (music and television division, BMG and RTL Group) and held positions with IBM and Boston Consulting Group. Mr. Dornemann’s consulting, management, and marketing experience obtained from his past experiences, including his role as Chief Executive Officer of Bertelsmann Entertainment, is a valuable addition to the Board of Directors, and as such, the Board of Directors has deemed Mr. Dornemann qualified to serve as a director."},{"id":28926,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/b2ed4afb-157a-4a67-a035-59162d82afbe","altText":"Gordon"},"first":"Bing","last":"Gordon","link":{"hostedUrl":"http://ir.take2games.com/board-member/bing-gordon"},"company":null,"bio":"Bing Gordon became a director in May 2022, following Take-Two’s combination with Zynga. Prior to the transaction, Mr. Gordon served on the board of directors of Zynga from 2008 through 2022.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nMr. Gordon has been a partner at Kleiner Perkins, a venture capital firm, since June 2008. In 1982, Mr. Gordon co-founded Electronic Arts Inc. (NASDAQ: EA) and held various roles, including Vice President, Marketing and later, Executive Vice President and Chief Creative Officer from March 1998 to May 2008. Mr. Gordon serves on the boards of directors of Duolingo (NASDAQ: DUOL), a language learning company; Truecaller (NORDIC: TRUE-B), a telephony company; and privately held companies including Airtime Media Inc., a messaging company; Dreamscape, a VR and learning systems company; Flipboard, a media sharing company; N3twork, a blockchain games publisher; and Zume Inc., an environmentally-conscious food packaging company.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nMr. Gordon is a special advisor to the board of directors of Amazon.com, Inc. (NASDAQ: AMZN) and was previously a member of its board of directors from 2003 until January 2018. He was also a founding director at ngmoco, LLC (acquired by DeNA Co. Ltd. In 2010) and Audible, Inc. (acquired by Amazon.com, Inc. in 2008). Mr. Gordon was awarded the Academy of Interactive Arts \u0026amp; Sciences’ Lifetime Achievement Award in 2011 and held the game industry’s first ever endowed chair in game design, at the University of Southern California School of Cinematic Arts.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nMr. Gordon earned an M.B.A. from the Stanford Graduate School of Business and a B.A. from Yale University. Mr. Gordon has extensive knowledge of the interactive entertainment industry, emerging technologies, consumer-focused product development and marketing issues, as well venture capital investing in and guiding technology companies. As such, the Board deems Mr. Gordon qualified to serve as a director."},{"id":26356,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/209c8050-32a4-4953-8b7e-e81ea562b225","altText":"Hernandez"},"first":"Roland","last":"Hernandez","link":{"hostedUrl":"http://ir.take2games.com/board-member/roland-hernandez"},"company":null,"bio":"\u003cp\u003eRoland Hernandez was elected as a director in September 2019. Mr. Hernandez is the Founding Principal and Chief Executive Officer of Hernandez Media Ventures, a privately held company engaged in the acquisition and management of media assets. He has served in this capacity since January 2001. Before founding Hernandez Media Ventures, Mr. Hernandez served as Chairman of Telemundo Group, Inc., a Spanish-language television and entertainment company, from 1998 to 2000 and as President and Chief Executive Officer from 1995 to 2000.\u003c/p\u003e\r\n\r\n\u003cp\u003eMr. Hernandez serves as a member of the board and chair of the audit committee and member of the capital planning committee of US Bancorp; as a member of the board and chair of the audit committee and member of the nominating and corporate governance committee of Fox Corporation; and as lead director and chair of the compensation committee and member of the audit and corporate social responsibility committees of MGM Resorts International. Mr. Hernandez also serves as a member of the board of directors of Vail Resorts, Inc., for which he will not stand for reelection at the end of his current term. Mr. Hernandez serves on the advisory board of Harvard Law School. He previously served on the board of directors of Belmond, Ltd., Sony Corporation and Walmart Inc.\u003c/p\u003e\r\n\r\n\u003cp\u003eMr. Hernandez received an A.B. in economics from Harvard College and a J.D. from Harvard law school. As the former President, CEO and Chairman of a television and entertainment company and through his experience on the boards of large public corporations, Mr. Hernandez has gained significant experience in financial matters, a broad understanding of the retail and media sector and significant knowledge of board operations. As such, the Board deems Mr. Hernandez qualified to serve as a director.\u003c/p\u003e\r\n"},{"id":6391,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/63c30c37-30da-4d12-bd3a-868338ffccdd","altText":"Moses"},"first":"J","last":"Moses","link":{"hostedUrl":"http://ir.take2games.com/board-member/j-moses"},"company":null,"bio":"J Moses has been a director since April 2007. Mr. Moses serves on the Advisory Boards of Simulmedia, Inc. and Flow Corp, Inc. Mr. Moses also is an Advisor to the President of KapanLagi, the largest on-line media business in Indonesia, as well as a consultant in the United States, where he works closely with a range of clients and in strategic alliance with Borden Media Consulting. Most recently, Mr. Moses was founder and President of Bagooba, Inc. a social media start up based in New York City. From 1998 until July 2009, Mr. Moses was the Chief Executive Officer of UGO Networks, Inc., an online publisher delivering information and entertainment for gamers. Mr. Moses, who co-founded UGO Networks, managed the sale of that company to the Hearst Corporation in August 2007. Prior thereto, Mr. Moses served as President of MTV Russia and oversaw the launch of MTV Networks in Russia in 1998. Mr. Moses, a 30-year veteran of entertainment and technology, also served as the President of BMG Interactive from 1993 to 1996. Mr. Moses’ vast media experience and leadership history, including his role as President of MTV Russia, is a key asset to the Board of Directors, and as such, the Board of Directors has deemed Mr. Moses qualified to serve as a director."},{"id":6316,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/020a0b86-34b8-4c6f-962d-ecd87f5ecbc5","altText":"Sheresky"},"first":"Michael","last":"Sheresky","link":{"hostedUrl":"http://ir.take2games.com/board-member/michael-sheresky"},"company":null,"bio":"Michael Sheresky has been a director since April 2007. Mr. Sheresky is a partner at United Talent Agency and has served as a motion picture talent agent there since June 2009, where he is responsible for structuring projects and deals in the areas of motion picture and television development, production, and distribution. From 1992 until 1995, and then from 1997 until May 2009, Mr. Sheresky held a number of positions at the William Morris Agency, a talent agency, most recently Senior Vice President in its Motion Picture Department. During that time, he represented authors, journalists, screenwriters, directors, producers and actors in the motion picture and television businesses. Mr. Sheresky holds an MBA from Harvard University and a B.A. from Vassar College. Mr. Sheresky’s entertainment experience obtained from his various positions at William Morris Agency and United Talent Agency is an important asset to the Board of Directors, and as such, the Board of Directors has deemed Mr. Sheresky qualified to serve as a director."},{"id":28921,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/bd346269-f13e-4d48-b735-d38f62fa4aa5","altText":"Siminoff"},"first":"Ellen","last":"Siminoff","link":{"hostedUrl":"http://ir.take2games.com/board-member/ellen-siminoff"},"company":null,"bio":"Ellen Siminoff became a director in May 2022, following Take-Two’s combination with Zynga. Ms. Siminoff previously served on the board of Zynga from 2012 through 2022, serving as a member of the Audit Committee and Chair of the Nominating and Corporate Governance Committee.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nMs. Siminoff is a long-tenured media and technology executive and board member. From 2007 to 2018, she was President and CEO of Shmoop University, an educational publishing company which has built millions of units of content. Ms. Siminoff served as President and CEO of Efficient Frontier, a pioneer in the field of dynamic Search Engine Marketing (SEM) management services (sold to Adobe). Prior to Efficient Frontier, Ms. Siminoff had six adventurous years as a founding executive at Yahoo!. During her tenure, she led Business Development (Vice President, Business Development and Planning), Corporate Development (Senior Vice President, Corporate Development) and ran the Small Business and Entertainment Business units.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nAmong other boards and advisory relationships, she currently serves on the board of BigCommerce (NASDAQ: BIGC), a leading SAAS ecommerce platform, and the board of Verifone, the pre-eminent global payments platform. She has served as a member of the Advisory Board of Stanford University’s Graduate School of Business and serves on the President's Advisory Council of Princeton University. Other prior board experiences include SolarWinds, Discovery Education, US Auto Parts Network, Journal Communications, and Mozilla Corporation, the developers of Firefox browsers.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nMs. Siminoff graduated Stanford's Graduate School of Business with an M.B.A. and Princeton University with an A.B. in Economics. She is currently enrolled in the Harvard University online software engineering program, where she plans to continue studying. Ms. Siminoff has a breadth of professional experiences in emerging growth and technology companies, marketing and advertising, consumer trends, vast expertise in corporate and business development, and significant governance experience as a director of several public companies. As such, the Board deems Ms. Siminoff is qualified to serve as a director."},{"id":6331,"title":"Lead Independent Director","photo":{"url":"http://ir.take2games.com/static-files/2115be59-ca82-49c6-bbed-03e54ca35ab5","altText":"Srinivasan"},"first":"LaVerne","last":"Srinivasan","link":{"hostedUrl":"http://ir.take2games.com/board-member/laverne-srinivasan"},"company":null,"bio":"\u003cp\u003eLaVerne Srinivasan became a director and member of the corporate governance committee of the Board in March 2017. Ms. Srinivasan is Vice President of the National Program and Program Director for Education at the Carnegie Corporation of New York, employing creative strategies and innovative thinking to strengthen urban education. Since 2014, she has overseen grant making and other activities aimed at engaging parents and communities, improving teaching and leadership for learning, advancing innovative learning environment designs, providing K-12 pathways to college and career success, and fostering integrated approaches to innovation and learning in the field of education.\u003c/p\u003e\r\n\r\n\u003cp\u003eFrom 2012 through 2014, Ms. Srinivasan was the Co-Founder of Fiero Now, an education technology company. Prior to Fiero Now, she worked at various educational technology, urban district change, and non-profit education reform companies, including Time to Know, Education Champions for All and New Leaders for New Schools. From 2003 through 2006, Ms. Srinivasan served as Deputy Chancellor for the New York City Department of Education. In addition, from 1993 through 2003, she served in various roles at BMG Entertainment, including as Senior Vice President and General Counsel. Ms. Srinivasan serves on the board of Young Audiences New York and the national advisory board of College Promise Campaign, and was a founding member of the Consortium for Policy Research in Education’s task force on Strategic Management of Human Capital.\u003c/p\u003e\r\n\r\n\u003cp\u003eMs. Srinivasan holds an A.B. in sociology from Harvard College, and a J.D. from Harvard Law School. She brings to the Board of Directors strong leadership skills, extensive experience leveraging technology in the education and entertainment industries, and deep marketing expertise. As such, the Board has deemed Ms. Srinivasan qualified to serve as a director.\u003c/p\u003e\r\n"},{"id":6396,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/4f82d7ad-209a-4d5d-af72-7e9cdb15a51c","altText":"Tolson"},"first":"Susan","last":"Tolson","link":{"hostedUrl":"http://ir.take2games.com/board-member/susan-tolson"},"company":null,"bio":"\u003cp\u003eSusan Tolson became a director and member of the audit committee of the Board in March 2014. Ms. Tolson is a director of Groupe Lagardere, Worldline E-Payment Services and CBS Outdoor Americas Inc. From 1990 to June 2010, Ms. Tolson worked at Capital Research and Management Company and Capital Research Company, subsidiaries of The Capital Group Companies, Inc., serving in various capacities, including Senior Vice President and Portfolio Manager. Prior to joining Capital Research, she spent two years with Aetna Investment Management Company, making private investments in media and entertainment companies. Ms. Tolson also serves as a board member and audit committee member of the American Cinémathèque, and board member and member of the business affairs committee of The American University of Paris. She also serves on the investment committee of the American School of Paris.\u003c/p\u003e\r\n\r\n\u003cp\u003eMs. Tolson resides in Washington, D.C. She holds a B.A., cum laude, in economics from Smith College, and an MBA from Harvard University Graduate School of Business Administration. Ms. Tolson brings to the Board significant experience in entertainment and financial matters from her previous positions, together with her existing experience as a director of both for profit and non-profit organizations. As such, the Board has deemed Ms. Tolson qualified to serve as a director.\u003c/p\u003e\r\n"},{"id":24306,"title":"Director","photo":{"url":"http://ir.take2games.com/static-files/4b55de88-8130-433b-8d01-6f16d4bac62e","altText":"Viera"},"first":"Paul","last":"Viera","link":{"hostedUrl":"http://ir.take2games.com/board-member/paul-viera"},"company":null,"bio":"\u003cp\u003ePaul Viera became a director and member of the audit committee of the Board in May 2018.\u0026nbsp; Mr. Viera is the founder and chief executive officer of Earnest Partners, a global investment firm responsible for overseeing over $20 billion for municipalities, states, corporations, endowments, and universities.\u0026nbsp; Prior to founding Earnest Partners in 1998, Mr. Viera was a Vice President at Bankers Trust in both New York and London and later joined Invesco, where he became a global partner and senior member of its investment team.\u003c/p\u003e\r\n\r\n\u003cp\u003eMr. Viera serves as a Trustee of the Woodruff Arts Center in Atlanta, Georgia and as a member of its investment committee.\u0026nbsp; He is also a member of the board of managers of Direct Scripts LLC, the Board of Dean’s Advisors for Harvard Business School, the Council on Foreign Relations, the Carter Center Board of Councilors, the National Center for Human \u0026amp; Civil Rights, the University of Michigan School of Information External Advisory Board, the Cristo Rey Atlanta Jesuit High School Board and the Emory University Board of Visitors.\u003c/p\u003e\r\n\r\n\u003cp\u003eMr. Viera received a BA in Economics from the University of Michigan and an MBA from the Harvard Business School.\u0026nbsp; Mr. Viera brings to the Board of Directors proven leadership skills, significant business expertise and financial acumen.\u0026nbsp; As such, the Board has deemed Mr. Viera qualified to serve as a director.\u003c/p\u003e\r\n"}]},{"sys":{"id":"12KWirCmngNaAgKZBminCW"},"__typename":"LayoutIrInfo","variation":null,"header":{"text":"Board Commitee Charter"},"description":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}},"image":null,"infoType":"BOARD_COMMITTEE_CHARTER","imagePlacement":"IMAGE_NONE","linkUrl":null,"linkText":null,"additionalData":[{"url":"https://ir.take2games.com/static-files/b7335403-167a-4ad4-86ab-c259180613d2","type":"pdf","label":"Audit Committee Charter"},{"url":"https://ir.take2games.com/static-files/a349cb9e-4617-4151-9026-67e8d29dc866","type":"pdf","label":"Compensation Committee Charter"},{"url":"https://ir.take2games.com/static-files/771ebbee-f167-4b05-9526-e830de2fc035","type":"pdf","label":"Corporate Governance Committee Charter"},{"url":"https://ir.take2games.com/static-files/0ea50d9f-bf48-410d-8eca-bb1be8fc8133","type":"pdf","label":"Executive Committee Charter"}],"irData":{}},{"sys":{"id":"4YXTweN9AQJtm1LLVD3Hvv"},"__typename":"LayoutIrInfo","variation":null,"header":{"text":"Board Committee Composition"},"description":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[{"type":"code"}],"value":"","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}},"image":null,"infoType":"BOARD_COMMITTEE_COMPOSITION","imagePlacement":"IMAGE_NONE","linkUrl":null,"linkText":null,"additionalData":{"committees":[{"name":"AUDIT COMMITTEE","members":[{"name":"Susan Tolson","position":"Chairperson","special":"Financial Expert"},{"name":"Michael Dornemann","position":"Member","special":null},{"name":"Ellen Siminoff","position":"Member","special":null},{"name":"Paul Viera","position":"Member","special":"Financial Expert"}]},{"name":"COMPENSATION COMMITTEE","members":[{"name":"Michael Sheresky","position":"Chairperson","special":null},{"name":"Michael Dornemann","position":"Member","special":null},{"name":"J Moses","position":"Member","special":null},{"name":"Roland Hernandez","position":"Member","special":null}]},{"name":"CORPORATE GOVERNANCE COMMITTEE","members":[{"name":"J Moses","position":"Chairperson","special":null},{"name":"Michael Dornemann","position":"Member","special":null},{"name":"Michael Sheresky","position":"Member","special":null},{"name":"Ellen Siminoff","position":"Member","special":null}]},{"name":"EXECUTIVE COMMITTEE","members":[{"name":"LaVerne Srinivassan","position":"Chairperson","special":null},{"name":"Strauss Zelnick","position":"Member","special":"Chairman of the Board"},{"name":"Michael Dornemann","position":"Member","special":null},{"name":"Michael Sheresky","position":"Member","special":null}]}],"keys":[{"name":"Financial Expert"},{"name":"Chairman of the Board"}]},"irData":{}}]},"navigation":{"itemsCollection":{"items":[{"sys":{"id":"40sXVel19gqIeJ00phX0TF"},"__typename":"Navigation","displayTitle":"Financial Information","itemsCollection":{"items":[{"sys":{"id":"7nkv7qSkBYxVJm6RFJzxpU"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Quarterly Earnings","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/quarterly-earnings","openInNewTab":false},{"sys":{"id":"1Qscwdam2j20Rmau94N4oa"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"SEC Filings","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/sec-filings","openInNewTab":false},{"sys":{"id":"5F8Z2PFKOaKB7rdYGNhVv7"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Fundamentals","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/fundamentals","openInNewTab":false},{"sys":{"id":"7GvnFH9rjTTmt3FjsDfgkK"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Analyst Coverage","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/analyst-coverage","openInNewTab":false}]}},{"sys":{"id":"i0z5yWki3hmx9Fa82Ff2J"},"__typename":"Navigation","displayTitle":"Stock Information","itemsCollection":{"items":[{"sys":{"id":"3j8BP34c53nlCMKUEq2dRG"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"General Information","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/stock","openInNewTab":false},{"sys":{"id":"2mYNpcpUMyiJlxXEUvRciZ"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"IRS Form 8937","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/irs-form-8937","openInNewTab":false}]}},{"sys":{"id":"1V2W9HFYghLVmRHDDN43hI"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Press Releases","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/press-releases","openInNewTab":false},{"sys":{"id":"3jUqCKwVlkH0UEEJIbUQMk"},"__typename":"Navigation","displayTitle":"Email Alerts","itemsCollection":{"items":[{"sys":{"id":"51bZX7oDXzNDNz6hmC53Dd"},"__typename":"NavigationLink","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Subscribe","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/subscribe","openInNewTab":false},{"sys":{"id":"7dk7RGWFwQz5GoToMWNfxT"},"__typename":"NavigationLink","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Unsubscribe","marks":[],"data":{}}]}]},"links":{"assets":{"block":[]}}},"url":"/ir/unsubscribe","openInNewTab":false}]}}]}}},"key":"corporate-governance-highlights","_nextI18Next":{"initialI18nStore":{"en":{"translation":{"[app]submit":"Submit","About":"About","active":"Active","add-to-cart":"Add to Cart","added-to-cart":"Added to Cart","age-gate-blocked":"You do not meet the requirements for this content","age-gate-verify-age":"Verify your age","age-not-meet-requirement":"Sorry, you must be at least {{age}} years or older to sign up.","Alcohol Reference":"Alcohol Reference","all-deals-claimed":"All Deals Claimed!","amount-due":"Amount Due","amount-to-free-shipping":"Add {{amount}} to this order to qualify for FREE standard shipping.","Animated Blood":"Animated Blood","aquamarine":"Aquamarine","Arabic":"Arabic","article":"article","articles":"articles","availability-ends-in":"Availability ends in \u003c1\u003etimer\u003c/1\u003e","Available On Date":"Available on \u003c1\u003e{{displayReleaseDate}}\u003c/1\u003e","available-again-in-days_one":"Available again in {{count}} day","available-again-in-days_other":"Available again in {{count}} days","available-again-in-timer":"Available again in \u003c1\u003eTIMER\u003c/1\u003e","available-coupon-banner-title":"You have {{amount}} off automatically applied for your next purchase!","available-coupons-banner-details":"Check out the \u003c1\u003eoffers page\u003c/1\u003e for details","available-coupons-banner-title":"You have multiple offers available!","Back":"Back","back-to-daily-streak":"BACK TO DAILY STREAK","back-to-reward-streak":"BACK TO REWARD STREAK","back-to-store":"Back to Store","back-to-top":"Back to top","bad-request":"Bad request.","best-offers":"Best Offers","billion-shorthand":"B","black":"Black","Blood":"Blood","Blood and Gore":"Blood and Gore","blue":"Blue","brown":"Brown","browser-not-supported":"Browser not supported","browser-not-supported-description":"You’re using a web browser that is not supported. \u003c1\u003eSee suggested browsers\u003c/1\u003e","bundle-no-selection":"Select a game to buy from Section 1 and Section 2 to get the bonus game included with your purchase!","bundle-price":"Bundle Total: {{price}}","bundle-savings":"You save {{amount}}!","button-label-edit":"Edit","Buy":"Buy","Buy Now":"Buy Now","buy-all-n":"buy all {{n}}","buy-game":"Buy {{game}}","buy-now":"Buy Now","buy-now-price":"Buy Now\u003c0\u003e\u003c/0\u003e","buy-remaining-n":"buy remaining {{n}}","calendar-future-offers":"This offer will be revealed soon.","calendar-past-offers":"This offer has already passed.","calendar-timer":"Next Offer in \u003c1 /\u003e","calendar-todays-offers":"Today's Offers","canceled":"Canceled","cannot-signup":"Sorry, you cannot sign up at this time.","carousel-page-dot":"Page {{current}} of {{total}}","cart":"cart","cart-continue-shopping":"Continue Shopping","cart-coupon":"Coupon","cart-discount":"Discount","cart-empty":"Your cart is empty","cart-error":"Cart Error","cart-error-detail":"There’s been an error adding your item to cart. Please try again.","cart-go-to":"Go To Cart","cart-items-total":"Total for Items","cart-ordersummary":"Order Summary","cart-proceedtocheckout":"Proceed to Checkout","cart-remove":"Remove","cart-shoppingcart":"Shopping Cart","cart-subtotal":"Subtotal","cart-xsolla-msg":"Taxes and shipping will be calculated in the checkout window.","cartItems_one":"1 item","cartItems_other":"{{count}} items","cartItems_zero":"0 items","Cartoon Violence":"Cartoon Violence","Catalan":"Catalan","categories":"Categories","category":"category","check-status":"Check Status","checkbox-required":"Checkbox Required","checkout-order-details-text":"\u003c1\u003e Player ID: {{player_id}}\u003c/1\u003e \n\u003c2\u003e Account: {{account}}\u003c/2\u003e","checkout-order-email-text":"Email: {{email}}","checkout-order-number-text":"Order Number: {{orderNumber}}","checkout-page-title":"Checkout","checkout-success-text-email-balance-updated":"Your order confirmation email is on the way and your balance will be updated in-game.","checkout-time-expired":"Checkout Time Expired","checkout-time-expired-description":"If you have completed your checkout process on your browser, please select “Check Status” to get the status of your transaction. If not, please start the checkout process again.","choose-quantity":"Quantity","choose-your-item":"choose your item","claim":"CLAIM","claim-final-reward-and-bonus-success-message":"Good job! You have successfully claimed this offer. \n\nYou were able to make every check-in and have also claimed the final reward!","claim-final-reward-btn-copy":"CLAIM FINAL REWARD","claim-final-reward-success-message":"Good job! You have successfully claimed this offer. \n\nYou were able to make every check-in and can now claim the final reward!","claim-gift":"Claim Gift","claim-now":"Claim Now","claim-offer-success-text":"Your balance will be updated in game.","claim-offer-title-success":"Thank you for claiming your gift!","claimed":"Claimed","clear-search-input":"Clear search input","Close":"Close","close-search":"Close Search","color":"Color","color-gray":"Gray","Comic Mischief":"Comic Mischief","coming-soon":"Coming Soon","compare-editions":"Compare Editions","completed":"Completed","confirm":"OK","confirm-your-country":"CONFIRM YOUR COUNTRY OR REGION","connect":"connect","connect-id":"LOGIN","content-offer-revealed-soon":"The contents of this offer will be revealed soon!","cookie-settings":"Cookie Settings","Countdown":"{{days}}d, {{hours}}h {{minutes}}m {{seconds}}s","countdown-days":"{{days}}d","countdown-days-hours":"{{days}}d {{hours}}h","country-is-required":"Country is required","coupon-header":"{{amount}} Coupon","Crude Humor":"Crude Humor","currency":"{{data, currency}}","cyan":"Cyan","Czech":"Czech","daily-checkin":"Daily Check-In","daily-streak-bonus-missed":"REWARD EXPIRED. REMEMBER TO CLAIM IT NEXT TIME!","daily-streak-claim":"CHECK IN EVERY DAY TO CLAIM!","daily-streak-claim-failed":"UNABLE TO CLAIM REWARD DUE TO MISSED CHECKINS","daily-streak-on-track":"You are on track, check in every day","Danish":"Danish","Day":"Day","days":"DAYS","deactivated":"Deactivated","deactivated-on":"Deactivated On","declined":"Declined","details":"Details","Developer":"Developer","Digital":"Digital","Discount Countdown":"Sale ends in \u003c1/\u003e","discount-ends-in-days_one":"Discount ends in {{count}} day","discount-ends-in-days_other":"Discount ends in {{count}} days","discount-ends-timer":"Discount ends in \u003c1\u003eTIMER\u003c/1\u003e","discount-percentage":"{{percentage}}% OFF","disk":"Disk","Do Not Sell My Info":"Do Not Sell My Info","dob-is-required":"Date of birth is required","dob-label":"Date of Birth","Download":"Download","dr-migrate-complete":"Thank you for your response","dr-migrate-consent":"I consent for you to migrate my payment details","dr-migrate-description":"In the coming weeks, we are switching payment partners. If you have saved your payment information with us, would you like us to migrate it? Let us know by July 10th. If not, you will be prompted to enter it again when you next make a purchase.","dr-migrate-title":"Migrate Saved Payment Information","DRM Free":"Direct Download","DRM Free Private Division":"Direct Download","Drug Reference":"Drug Reference","Drugs":"Drugs","Dutch":"Dutch","each-price":"({{eachprice}} each)","edition-select-single-version":"Version: {{gameName}}","edition-select-version":"Version:","Edutainment":"Edutainment","email-address":"Email Address","email-enter-placeholder":"Enter your email address","email-format-error":"Email is invalid","email-instruction":"Game activation instructions will be emailed to you. Please make sure the provided email is correct.","email-is-required":"Email is required","email-label":"Email","email-rule":"Email is invalid","email-submitting-error":"There was a problem submitting your email. Please try again later","email-total-price":"Total: \u003c1\u003eprice\u003c/1\u003e","employee-store":"Employee Store","ends-in-days_one":"Ends in 1 day","ends-in-days_other":"Ends in {{count}} days","ends-in-hours":"Ends in \u003c1\u003etimer\u003c/1\u003e","English":"English","enter-dob":"Enter your date of birth","Epic":"Epic","Error":"Error","error-fetch-more-content":"Error fetching more content","error-header-title":"Error Page {{errorCode}}","error-page-latest-games":"Lost in space? Check out our latest games","error-page-title":"Houston, we have a problem","error-page-with-status-code":"Error Code: {{statusCode}}","error-payment-in-progress":"You may have a payment already in progress. Please close all payment windows and try again.","error-with-status":"A {{statusCode}} error occurred on server","error-without-status":"An error occurred on the server.","Expansions":"Expansions","expired-on":"Expired On","expiring-on":"Expiring On","external":"external","Failed to fetch":"Network Error","Failed to fetch-detail":"Network error. Please try again!","Fall Sale":"Fall Sale","Fantasy Violence":"Fantasy Violence","fetching-data-error":"There was a problem fetching {{errorSource}} details.","filters":"Filters","Finnish":"Finnish","Forums":"Forums","franchises":"game collections","free":"FREE","free-ending-timer":"free for \u003c1\u003eTIMER\u003c/1\u003e","free-for-days_one":"Free for {{count}} day","free-for-days_other":"Free for {{count}} days","free-once-every-day":"FREE Once Every Day","French":"French","French (Canada)":"French (Canada)","from-comparison-price":"From \u003c0\u003e\u003c/0\u003e","from-price":"From {{price}}","full-audio":"Full Audio","fv3-packs-fishing-event":"FISHING EVENT PACKS","fv3-packs-lost-legacy":"LOST LEGACY PACKS","fv3-packs-royal-circle":"Royal Circle Exclusive Packs","game":"game","game-details":"Game Details","game-launching-in-days_one":"Game launching in \u003c1\u003e1 day\u003c/1\u003e","game-launching-in-days_other":"Game launching in \u003c1\u003e{{count}} days\u003c/1\u003e","game-launching-in-hours":"Game launching in \u003c1\u003etimer\u003c/1\u003e","Games":"Games","Games Included":"Games Included","gear":"Gear","Gear":"Gear","gender":"Gender","gender-mens":"Men's","gender-unisex":"Unisex","gender-womens":"Women's","generic-error-page-message-with-status-code":"Error code {{statusCode}}: Looks like a glitch in the matrix. Our team is onto it.","generic-error-page-title":"Oops, Something Went Wrong","Genre":"Genre","German":"German","go-to-game":"Go to Game","go-to-store":"GO TO STORE","gold":"Gold","graphics":"Graphics","gray":"Gray","green":"Green","Guides":"Guides","helpshift-hint":"Need help? Click here to chat with customer service","hours":"HOURS","how-to-redeem-offer":"\u003c0\u003eTo redeem: \u003c/0\u003e\u003c1\u003eAutomatically redeemed at checkout, expires {{date}}\u003c/1\u003e","Hungarian":"Hungarian","Improper Language":"Improper Language","In-Game Purchases":"In-Game Purchases","In-Game Purchases (Includes Random Items)":"In-Game Purchases (Includes Random Items)","in-game-currency":"\u003c0\u003eIn-Game Currency:\u003c/0\u003e \u003c1/\u003e","in-stock-quantity":"IN STOCK: {{quantity}}","inactive":"Inactive","included":"Included","includes-vat":"Includes {{taxRate}} VAT","indigo":"Indigo","influencer-stripe-body":"Purchases from this site will support \u003c1\u003e{{influencer}}\u003c/1\u003e","Informational":"Informational","Intense Violence":"Intense Violence","interface":"Interface","internal-server-error":"Internal server error.","intro-price":"SPECIAL","iphone":"iPhone","iphone6":"iPhone 6","iphone6-7-8":"iPhone 6, 7, 8","iphone6plus":"iPhone 6 Plus","iphone6s":"iPhone 6 S","iphone6splus":"iPhone 6S Plus","iphone7":"iPhone 7","iphone7plus":"iPhone 7 Plus","iphone8":"iPhone 8","iphonex":"iPhone X","is-required-to-play":"This DLC requires \u003c0\u003e{{basegame}}\u003c/0\u003e to play","Italian":"Italian","item-available-for-days_one":"Item available for {{count}} day","item-available-for-days_other":"Item available for {{count}} days","item-available-timer":"Item available for \u003c1\u003eTimer\u003c/1\u003e","item-not-available-in-region":"This item is not available for your region","items":"Items","Japanese":"Japanese","join-now-price":"Join Now {{price}}","join-now-price-month":"Join Now {{price}}/Month","jump-to":"jump to","just-for-you":"Just For You","Korean":"Korean","l":"L","l-xl":"L-XL","LANGUAGE":"Language","Launching":"Launching {{month}} {{year}}","Launching Countdown":"Launching in \u003c1\u003e{{days}}d, {{hours}}h {{minutes}}m {{seconds}}s\u003c/1\u003e","launching-in-days_one":"Launching in \u003c1\u003e1 day\u003c/1\u003e","launching-in-days_other":"Launching in \u003c1\u003e{{count}} days\u003c/1\u003e","launching-in-hours":"Launching in \u003c1\u003etimer\u003c/1\u003e","Learn More (Button)":"Learn More","learn-more-offers":"\u003c0\u003eLearn more about Offers\u003c/0\u003e and how you can qualify","Legal":"Legal","lime":"Lime","limited-quantity-available":"{{left}}/{{total}} Available","Links":"Links","Linux":"Linux","loading-article":"Loading article...","location-label":"Location","logging-out":"Logging out...","logging-you-in":"Logging you in...","login":"Login","login-error-try-again":"\u003c0\u003eError fetching Profile, \u003c/0\u003e\u003c1\u003eTry Again\u003c/1\u003e","login-failed":"Unfortunately, we cannot complete your login at this time. Please try again later.","login-session-expired":"Login session expired.","logout":"Log Out","low-stock":"Low stock","Lyrics":"Lyrics","m":"M","Mac OS X":"Mac OS X","magenta":"Magenta","maintenance-message":"\u003c0\u003eUnder Maintenance\u003c/0\u003e\u003c1\u003eOur site is undergoing maintenance right now\u003c/1\u003e\u003c2\u003ePlease come back later, and thank you for your patience!\u003c/3\u003e","manager-account":"Manager ID: {{accountId}}","maroon":"Maroon","Mature Humor":"Mature Humor","max-cart-value-eu-shipping-reached":"Order Total Exceeded","max-cart-value-eu-shipping-reached-detail":"For EU orders over 150€, additional customs and duties may be charged. Please remove some items from the cart to keep your order under 150€.","max-quantity-reached":"Maximum Quantity Reached","max-quantity-reached-detail":"This item is available in limited quantities.","member-status":"Member Status","memory":"Memory","mens":"Men's","menu-2k-launcher":"Menu","merch":"Gear","Merchandise":"Merchandise","Mild Blood":"Mild Blood","Mild Language":"Mild Language","Mild Suggestive Themes":"Mild Suggestive Themes","Mild Violence":"Mild Violence","million-shorthand":"M","Minimum":"Minimum","minutes":"MINUTES","missed":"REWARD MISSED","Month":"Month","more":"More","My Account":"My Account","my-account":"My Account","my-account-inline":"my account","my-address-information":"My Address Information","my-address-subinfo":"Add new address","my-cart":"My Cart","my-games":"My Games","my-offers":"My Offers","my-order-subinfo":"For order and billing questions, please visit \u003c0\u003eRockstar Customer Support\u003c/0\u003e","my-payment-information":"My Payment Information","my-payment-subinfo":"Add new payment method","my-profile":"My Profile","navy":"Navy","new-tag-label":"New","News":"News","next":"Next","Nintendo Switch":"Nintendo Switch","no-active-membership":"No Active Membership","no-available-offers":"You do not currently qualify for any special offers.","no-search-result":"No Results. Please try another search.","Norwegian":"Norwegian","Not Applicable":"Not Applicable","not-found":"Not Found","Nudity":"Nudity","offer-choose-item":"This offer lets you choose an item!","offer-claimed":"Offer Claimed","offer-claimed-desc":"Thank you! You have already redeemed this offer.","offer-ends-in":"offer ends in \u003c1\u003etimer\u003c/1\u003e","offer-error":"Something Went Wrong...","offer-error-desc":"We’re sorry. There seems to be an error. Please try again.","offer-success":"Success!","offer-success-desc":"Thank you! You have successfully redeemed this offer.","offer-with-selected-items":"The offer with your current selection:","Official Fandom Wiki":"Official Fandom Wiki","olive":"Olive","On Sale":"On Sale","Online Interactions Not Rated by the ESRB":"Online Interactions Not Rated by the ESRB","or":"Or","orange":"Orange","Order History":"Order History","Order Status":"Order Status","order-confirmation-in-game":"Your order confirmation email is on the way.","order-date":"Order Date","order-history-description":"The current order history only includes digital purchases made after Jan 1, 1970. For previous purchases made on your account, please visit the following [link](/). For a list of your purchases for physical goods, please visit [link](/).","order-history-empty-description":"You do not have any purchases in your history. Visit the [store](/) to browse our games and other products.","order-number":"Order Number","os":"OS","out-of-stock":"Out of stock","out-of-stock-detail":"Please remove out of stock items","paidmedia-legaltext":"Click “Claim Now” below to claim your free GTA$300,000 bonus. Bonus will be added to your Maze Bank account within 7 days.\n\nOffer ends July 26th at 11:59 pm ET. US only. Limit one redemption per Social Club account user. Social Club account with a linked game account and verified email required. Online console play requires paid subscription. Additional terms apply.","paidmedia-offer-header":"Social Club Member Exclusive: Claim a free GTA$300,000 bonus for GTA Online","Partial Nudity":"Partial Nudity","payment-awaiting":"Awaiting Payment","payment-method":"Payment Method","payment-method-invalid-param":"Invalid parameter was provided for the payment method.","payment-pending-active":"Active - Payment Pending","payment-pending-suspended":"Suspended - Payment Pending","payment-update":"Update Payment","payments-add-card-option":"Add New Card","payments-agreements-not-accepted-error":"Accept the terms and conditions to continue.","payments-cancel":"Cancel","payments-changes-saved":"Changes Saved","payments-credit-card":"Credit Card","payments-delete-card-label":"Delete","payments-delete-card-option":"Delete Cards","payments-email-invalid":"Invalid email address","payments-email-optional-placeholder":"Email address (optional)","payments-email-placeholder":"Email address (required)","payments-exclusive-tax":"Sales tax:","payments-order-number":"Order #:","payments-order-number-with-id":"Order #: {{orderId}}","payments-pay-with-applepay":"Pay with ApplePay","payments-pay-with-creditcard":"Pay with Credit Card","payments-pay-with-googlepay":"Pay with Google Pay","payments-pay-with-paypal":"Pay with PayPal","payments-paynow":"Pay Now","payments-postalcode-invalid":"Invalid Postal Code","payments-postalcode-placeholder":"Postal Code","payments-redirecting-to-manage":"Redirecting you back to your previous page...","payments-redirecting-to-store":"Redirecting you back to your previous page...","payments-remember-me":"Remember Me","payments-save-changes":"Save Changes","payments-see-more-payments":"See More Payment Methods","payments-subtotal":"Subtotal","payments-tax-short":"Sales Tax ({{percentage}})","payments-tax-summary":"Price includes {{percentage}} {{region_code}} {{country_code}} tax","payments-tax-summary-gst":"Price includes {{taxRate}} GST","payments-tax-summary-sales":"Price includes {{taxRate}} sales tax","payments-tax-summary-type":"Price includes {{taxRate}} GST","payments-tax-summary-vat":"Price includes {{taxRate}} VAT","payments-total-due":"Total Due","payments-total-paid":"Total Paid","payments-transaction-details":"Transaction Details","payments-update-digital-orders-title":"Saved Payment Methods (Digital Orders)","PC":"PC","pending":"Pending","phone":"Phone","phone-iphone 6":"iPhone 6","phone-iphone 6 plus":"iPhone 6 plus","phone-iphone 6/7/8":"iPhone 6/7/8","phone-iphone 6/7/8 plus":"iPhone 6/7/8 plus","phone-iphone 6s":"iPhone 6s","phone-iphone 6s plus":"iPhone 6s plus","phone-iphone 7":"iPhone 7","phone-iphone 7 plus":"iPhone 7 plus","phone-iphone 7/8":"iPhone 7/8","phone-iphone 7/8 plus":"iPhone 7/8 plus","phone-iphone x":"iPhone X","Physical":"Physical","pink":"Pink","platform-cd":"CD","platform-label":"Preferred Platform","platform-mp3":"MP3","platform-vinyl":"Vinyl","platforms":"platform","player-account":"Account: {{accountId}}","player-account-catdaddy":"Player ID: {{accountId}}","player-name":"Player: {{playerName}}","PlayStation":"PlayStation 4","PlayStation 4":"PlayStation 4","PlayStation 5":"PlayStation 5","Polish":"Polish","Portuguese":"Portuguese","Portuguese (Brazil)":"Portuguese (Brazil)","Pre-order Coming Soon":"Pre-order Coming Soon","pre-order-price":"Pre-order \u003c0\u003e\u003c/0\u003e","pre-purchase":"Pre-Purchase","pre-purchase-coming-soon":"Pre-purchase Coming Soon","pre-purchase-price":"Pre-purchase \u003c0\u003e\u003c/0\u003e","pre-register":"Pre-Register","pre-register-to-troops-now":"Pre-Register for Top Troops now!","Preorder":"Pre-order","preorder-game":"Pre-order {{game}}","preorder-game-charge-info":"You will be charged for your pre-order closer to {{month}} {{day}}, {{year}}","preorder-limit-reached":"Pre-Order Limit Exceeded","preorder-limit-reached-detail":"You can only pre-order one item on each checkout. You may pre-order your additional item on another checkout.","prereg-email-verification-desc-email":"We've sent you an email with instructions to {{email}}","prereg-email-verification-spam":"If you don’t see it in your inbox, check your spam folder","prereg-email-verification-title":"Verify your email to complete your pre-registration","prereg-top-troops-consent":"I consent to pre-register and receive news and updates for Top Troops™ and other games from Zynga and its affiliates. You can opt out by clicking the Unsubscribe link in any email. For details about how your personal data is treated, see the Privacy Policy.","prereg-top-troops-description":"Pre-registering only takes under a minute. We will send you a verification email and will let you know as soon as the game is available in your region. If your country or region isn't listed below, Top Troops is not available for pre-registration there.","prereg-top-troops-heading":"Pre-register to play Top Troops as soon as it’s available","prereg-underage-description":"Based on the information you have provided, you are not eligible to pre-register for Top Troops.","prereg-underage-title":"You do not meet the requirements to view this content","prereg-underage-view-policy":"View our \u003c0\u003ePrivacy Policy\u003c/0\u003e for more information","previous":"Previous","previous-amount-chips":"Was ${{amount}} chips!","PRICE":"PRICE","price-includes-tax":"Price includes {{taxRate}} Tax","private-policy-is-required":"The privacy policy must be read.","processing-error":"Processing Error","processing-error-try-later":"An error occurred while processing the card. Try again later or with a different payment method.","processor":"Processor","processor-intel":"Processor (Intel)","progressive-streak-days-claimed":"{{progress}}/{{milestoneMaxDay}} Days Claimed","promotional-discount":"Promotional Discount","PS4":"PS4","PS5":"PS5","Publisher":"Publisher","punchcard-completed":"Congratulations! You completed your card!","PURCHASE":"PURCHASE","purchase-available-singular":"purchase available","purchase-fail-title":"Something Went Wrong","purchase-message-error":"The transaction was not completed. Please try again.","purchase-message-gems-amount":"You got {{gemAmount}}.","purchase-message-success-text":"Your balance will be updated in game. A receipt has been sent to the email address provided.","purchase-message-success-title":"Thank you for your purchase!","purchase-status-blocked":"User failed screening.","purchase-status-error":"Initiation error or failed to get product information.","purchase-status-failed":"Something went wrong, purchase failed.","purchased":"Purchased","purchases-available":"purchases available","purchasing-physical-copy":"You're purchasing a physical copy of the game.","purple":"Purple","qualified-for-free-shipping":"Your order qualifies for FREE standard shipping.","quantity-available":"{{quantity}} Available","quantity-left":"{{quantity}} Left","quantity-number":"Qty: {{number}}","Real Gambling":"Real Gambling","Recommended":"Recommended","red":"Red","Red Dead Redemption Essentials Collection":"Red Dead Redemption Essentials Collection","Redeem":"Redeem","redeem-offer-title-success":"Congratulations","refresh-the-page":"Please refresh the page to see the updated offers!","Refund and Cancellation Policy":"Refund and Cancellation Policy","refunded":"Refunded","Release Date":"Release Date","renews-on":"Renews On","return-to-game":"Return to Game","Rockstar Games Launcher":"Rockstar Games Launcher","rockstar-promo-just-for-you":"Just For You","rockstar-social-club-nav-menu":"Rockstar Games Account","Russian":"Russian","s":"S","s-m":"S-M","Sale":"Sale","sale-ends-in-days_one":"Sale ends in \u003c1\u003e1 day\u003c/1\u003e","sale-ends-in-days_other":"Sale ends in \u003c1\u003e{{count}} days\u003c/1\u003e","sale-ends-in-hours":"Sale ends in \u003c1\u003etimer\u003c/1\u003e","sale-has-ended":"The Sale Has Ended","Search":"Search","search-for-games":"Search","search-page-title":"My Search","search-results":"\u003c0\u003eSearch for: {{query}}\u003c/0\u003e \u003c1\u003e{{count}} results\u003c/1\u003e","search-sort-by":"Sort by","search-sort-date-desc":"New Arrivals","search-sort-date-desc (Apparel)":"Apparel","search-sort-date-desc (Collectible)":"Collectibles","search-sort-name-asc":"Name A to Z","search-sort-name-desc":"Name Z to A","search-sort-price-asc":"Price Low to High","search-sort-price-desc":"Price High to Low","search-sort-relevance":"Relevance","seconds":"SECONDS","See all":"See all","see-all-results":"See All Results","select":"select","select-an-item":"Please select an item for your offer.","select-attribute":"Select \u003c0\u003e\u003c/0\u003e","select-location":"Select location","select-platform":"Select Platform","select-platform-with-drm":"Select Platform: {{drm}}","selected":"Selected","selected-platform":"Selected Platform","Sex":"Sex","Sexual Content":"Sexual Content","Sexual Themes":"Sexual Themes","Sexual Violence":"Sexual Violence","shared-stock-description":"This is a **Shared Stock Offer**. Purchasing it will affect the stock of the matching in-game offer.","shared-stock-qty":"Shared Stock: {{qty}}","Shares Location":"Shares Location","show-less":"Show less","show-more":"Show more","Sign In":"Sign In","Sign Out":"Sign Out","sign-in-welcome":"Welcome, {{user}}","Signing Out":"Signing out...","silver":"Silver","Simplified Chinese":"Simplified Chinese","Simulated Gambling":"Simulated Gambling","size":"Size","size-chart":"Size Chart","size-l":"L","size-l-xl":"L-XL","size-m":"M","size-s":"S","size-s-m":"S-M","size-xl":"XL","size-xs":"XS","size-xxl":"XXL","size-xxxl":"XXXL","social-club-feed-up-to-date":"Check the \u003c0\u003eSocial Club feed\u003c/0\u003e to stay up to date on news, events, etc","Some Adult Assistance Required":"Some Adult Assistance Required","something-went-wrong":"Something Went Wrong","something-went-wrong-try-again":"Something went wrong, try again.","Spanish":"Spanish (Spain)","Spanish (Latin America)":"Spanish (Mexico)","Stadia":"Stadia","static-daily-streak-bonus-tile-title":"Final Reward","static-daily-streak-tile-title":"DAY {{day}} REWARD","status":"Status","Steam":"Steam","stock-unavailable":"Stock Unavailable","stock-unavailable-detail":"Please refresh your cart and check again.","storage":"Storage","Store":"Store","Strong Language":"Strong Language","Strong Lyrics":"Strong Lyrics","Strong Sexual Content":"Strong Sexual Content","subcategories":"gear","subscribe":"Subscribe","subscribe-success":"Thank you for subscribing!","subscribe-to-newsletter":"Subscribe to Newsletter","subscription-details":"Subscription Details","subscription-error-expired":"Your membership has expired due to too many unsuccessful attempts at payment.","subtitles":"Subtitles","successfully-redeemed-code-thank-you":"Thank you! You have successfully redeemed this Code.","Suggestive Themes":"Suggestive Themes","Summer Sale":"Summer Sale","supported":"supported","suspended-on":"Suspended On","suspending-on":"Suspending On","Swedish":"Swedish","Switch":"Switch","system.account-overview":"Account Overview","tan":"Tan","teal":"Teal","Terms":"Terms","Thai":"Thai","Thank you for your purchase":"Thank you for your purchase!","thank-you":"THANK YOU!","thousand-shorthand":"K","threshold-free-shipping":"Get FREE shipping with orders over {{amount}}","title-not-available-in-region":"This title is unavailable in your country or region","Tobacco Reference":"Tobacco Reference","too-many-requests-error":"Our services are busy right now. Please wait a few minutes and try again.","total":"Total","total-price":"Total: {{price}}","Traditional Chinese":"Traditional Chinese","transaction-decline-contact-bank":"Please contact your bank for more information.","transaction-declined":"Transaction Declined","transaction-declined-contact-issuer":"Please contact your card issuer for more information.","transaction-declined-expired":"The card you are using has expired. Please use a different card.","transaction-declined-incorrect-cvc":"Invalid CVC. Please check the code on your card and try again.","transaction-declined-incorrect-number":"Invalid Card Number. Please check your card number and try again.","transaction-declined-incorrect-pin":"Invalid Pin. Please check your PIN and try again.","transaction-declined-insufficient-funds":"The card has insufficient funds to complete the purchase.","transaction-declined-invalid-card":"Invalid Card Number. Check your card number.","transaction-declined-invalid-cred":"Invalid credentials.","transaction-declined-invalid-cvc":"Invalid CVC. Please check the code on your card and try again.","transaction-declined-invalid-expiry-month":"Invalid Expiry Month. Check the expiration month and try again.","transaction-declined-invalid-expiry-year":"Invalid Expiry Year. Check the expiration year and try again.","transaction-declined-testmode-decline":"Invalid Card. A real card must be used to make a payment.","transaction-not-complete":"The transaction was not completed. Please try again later.","transaction-processing-description":"This is taking longer than expected. Please confirm your purchase through the game or your payment method provider.","transaction-requires-action-description":"In order to complete payment you need to take additional actions with your payment method provider. Check your email for more details.","transaction-requires-action-title":"Additional action required","try-again":"Try again","Turkish":"Turkish","turquoise":"Turquoise","Twitch Drops - March 1":"Twitch Drops - March 1","unauthorized":"Unauthorized.","underage-purchase":"You do not meet the requirements to purchase this game/product.","unisex":"Unisex","unlocks-in":"Unlocks in \u003c1\u003eTIMER\u003c/1\u003e","Unrestricted Internet":"Unrestricted Internet","unsupported":"unsupported","until-purchasable":"until purchasable","until-sale-ends":"until the sale ends","Use of Alcohol":"Use of Alcohol","Use of Drugs":"Use of Drugs","Use of Tobacco":"Use of Tobacco","user-logged-in-cart-error":"User must be logged in to access cart.","user-login-cart":"Please log in to access the cart","user-login-prompt":"Please log in to access {{pageName}}","user-payment-suspended-message":"This account is currently blocked from purchasing. Please contact:","user-payment-suspended-title":"Payment Suspended","Users Interact":"Users Interact","validate-user-id-error":"Error retrieving user. Please check id.","vc-100k-promo":"{{percentage}}% OFF + 100,000VC FREE","Vietnamese":"Vietnamese","view-all-supported-languages":"View all {{length}} supported languages","Violence":"Violence","violet":"Violet","vip-multiplier-applied":"{{value}} VIP Bonus Applied","Visit the Twitch Drops page":"Visit the Twitch Drops page","Watch Trailer":"Watch Trailer","what-you-can-do":"\u003c0\u003eWhat you can do:\u003c/0\u003e","white":"White","why-to-buy":"The purchase of this game directly supports the developers, V1 Interactive.","win-amount":"Bonus {{chipAmount}}","Winter Sale":"Winter Sale","womens":"Women's","Works On":"Works On","x-items":"(0) 0 items; (1) 1 item; (2-inf) {{count}} items;","Xbox":"Xbox One","Xbox One":"Xbox One","Xbox One (Short name)":"One","Xbox Series X":"Xbox Series X","Xbox Series X (Short name)":"Series X","xl":"XL","xs":"XS","xxl":"XXL","xxs":"XXS","xxxl":"XXXL","Year":"Year","yellow":"Yellow","you-own-this":"You have this.","you-own-this-open-in-launcher":"You have this. Go to \u003c1\u003e{{drm}}\u003c/1\u003e to download.","you-own-this-preordered":"You have this. Your pre-purchase will be available via \u003c1\u003e{{drm}}\u003c/1\u003e on \u003c3\u003e{{releaseDate}}\u003c/3\u003e.","you-won-amount":"You won {{chipAmount}}","Your free gift awaits!":"YOUR FREE GIFT AWAITS!","zynga-customer-service":"Zynga Customer Service","zynga-id":"Zynga ID: {{idNumber}}"}}},"initialLocale":"en","userConfig":{"i18n":{"defaultLocale":"en","locales":["en"]},"localePath":"public/static/locales","defaultNS":"translation","default":{"i18n":{"defaultLocale":"en","locales":["en"]},"localePath":"public/static/locales","defaultNS":"translation"}}},"appSettings":{"env":{"accountText":"player-account","T2_STRIPE_ENABLED_COUNTRIES":[]},"app":{"nav":{"__typename":"Navigation","itemsCollection":{"items":[{"__typename":"ExternalLink","sys":{"id":"4mq6vCCSNn6BbxsdsUO09V"},"internalName":"T2 Home","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"embedded-asset-block","data":{"target":{"sys":{"id":"6MXI9TsSrLDoRGThjKTHaT","type":"Link","linkType":"Asset"}}},"content":[]},{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"","marks":[],"data":{}}]}]},"links":{"assets":{"block":[{"sys":{"id":"6MXI9TsSrLDoRGThjKTHaT"},"title":"T2 Vector","url":"https://images.ctfassets.net/wn7ipiv9ue5v/6MXI9TsSrLDoRGThjKTHaT/b77a7aa8b9ddb5a7a509c27d1e9ae353/Vector.png","width":262,"height":200}]}}},"url":"/","openInNewTab":false,"analyticsData":null},{"__typename":"Navigation","sys":{"id":"7zY4PUo2bB0oqXc4zxe2Ts"},"displayTitle":"Games","itemsCollection":{"items":[{"__typename":"ExternalLink","sys":{"id":"5069S4Kf2KBBvstUQK7faD"},"internalName":"T2 Rockstar Nav","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Rockstar Games","marks":[],"data":{}}]}]},"links":{"assets":{"block":[]}}},"url":"https://rockstargames.com/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"14kY3l7dockmiqbwiVaSB5"},"internalName":"T2 2K Nav","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"2K","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://store.2k.com","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"111CXti4c1KRL8XDEcqfa1"},"internalName":"T2 Zynga Nav","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Zynga","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://zynga.com/","openInNewTab":false,"analyticsData":null}]}},{"__typename":"ExternalLink","sys":{"id":"6WmJCLvJDkdvmMmWhokxQw"},"internalName":"T2 IR","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Investors","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"HCIHk0pQ5V5ITDXdlSvko"},"internalName":"T2 Careers Nav Link","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Careers","marks":[],"data":{}}]}]},"links":{"assets":{"block":[]}}},"url":"https://careers.take2games.com/","openInNewTab":false,"analyticsData":null},{"__typename":"Navigation","sys":{"id":"2VYWiROgz0cn6aEXlpj6hN"},"displayTitle":"Policies \u0026 Conduct","itemsCollection":{"items":[{"__typename":"ExternalLink","sys":{"id":"1Eu5lNs7DY4L420EoSOWaH"},"internalName":"T2 Sub Nav: Conduct and Social Responsibility","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Conduct and Social Responsibility","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"/ir/conduct-social-responsibility-overview","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"3SHjPrDTpuX3DV3xc9QiE0"},"internalName":"T2 Sub Nav: Diversity Statement","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Diversity Statement","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/diversity-statement","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"3287Ytm7Gw60lfso9orY2C"},"internalName":"T2 Sub Nav: Guidelines for Directors and Board Governance","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Guidelines for Directors and Board Governance","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/2151b514-39e9-4335-bc84-d6e6be6f8bc0","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"4cYGROlFSehegsCvh0cpzo"},"internalName":"T2 Sub Nav: Conflict of Interest Guidelines for Directors","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Conflict of Interest Guidelines for Directors","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/dd50e8aa-6e12-40d2-957a-ba1e0e74a273","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"5m2RJy5XpiTqguXTgcQUQP"},"internalName":"T2 Sub Nav: Supplier Code of Conduct","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Supplier Code of Conduct","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/d591f910-08a9-4650-96ab-63348345e9fc","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"1OoAorWkG9gLW6defk3pb5"},"internalName":"T2 Sub Nav: Global Policy Regarding Human Rights and Modern Slavery","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Global Policy Regarding Human Rights and Modern Slavery","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/0dda2509-5891-498c-9d66-2962930c3a01","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"77eQHR9BnE2CNvodZQPwOQ"},"internalName":"T2 Sub Nav: UK Tax Strategy","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"UK Tax Strategy","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/c0f3c4d2-afde-46d5-ade5-1a0cfdd42321","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"epcuhq2S6xcophAYSFD2k"},"internalName":"T2 Sub Nav: CCTV","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"CCTV","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/cctv","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"7fEsFtWjimluKAWR038jrj"},"internalName":"T2 Sub Nav: Policy for Reporting Misconduct","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Policy for Reporting Misconduct","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://ir.take2games.com/static-files/e5c88bd3-3266-4dbd-869b-7cd5ca14cfb9","openInNewTab":false,"analyticsData":null}]}},{"__typename":"ExternalLink","sys":{"id":"5P16PBCTVLxk1jzddnBfqE"},"internalName":"Board \u0026 Governance","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Board \u0026 Management","marks":[],"data":{}}]}]},"links":{"assets":{"block":[]}}},"url":"/ir/corporate-governance-highlights","openInNewTab":null,"analyticsData":null}]},"backgroundImage":null,"borderImage":null,"rightCtaGroupCollection":{"items":[]}},"footer":{"__typename":"StoreFooter","storeLogo":{"__typename":"Asset","sys":{"id":"6hmTRybacj1cpNxc32lJeq"},"title":"t2-black","url":"https://images.ctfassets.net/wn7ipiv9ue5v/6hmTRybacj1cpNxc32lJeq/39bc7701b87e26dd85d0a2ff578689a6/t2-black.png","width":316,"height":243},"richText":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"©2024 Take-Two Interactive Software, Inc.","marks":[],"data":{}}]}]},"links":{"entries":{"inline":[]}}},"footerLinkCollection":{"items":[{"__typename":"ExternalLink","sys":{"id":"6mU7Bad3O6bjwNubt20x4I"},"internalName":"T2 Privacy Policy Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Privacy Policy","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/privacy/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"2gYmOXjYysFPXtONvk3pWc"},"internalName":"T2 Legal Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Legal","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/legal/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"23vQ10TuAnHxMOQ0ikovD3"},"internalName":"T2 Cookie Policy Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Cookie Policy","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/cookiepolicy/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"5MLuA9kAhUwj2yxSkU9VL6"},"internalName":"Do Not Sell or Share My Personal Information","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Do Not Sell or Share My Personal Information","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.take2games.com/ccpa","openInNewTab":false,"analyticsData":{"name":"click on footer","action":"do not share"}},{"__typename":"ExternalLink","sys":{"id":"6GLlYbsqevfveZkwrMRAdZ"},"internalName":"Rockstar Support Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Rockstar Support","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://support.rockstargames.com/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"1IehVvPjzaO6JxSlmDmE7i"},"internalName":"Ghost Story Support Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Ghost Story Support","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://www.ghoststorygames.com/contact/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"5RT61n1HN5VV5uAbfP7ZxA"},"internalName":"Zynga Support","label":{"json":{"nodeType":"document","data":{},"content":[{"nodeType":"paragraph","data":{},"content":[{"nodeType":"text","value":"Zynga Support","marks":[],"data":{}}]}]},"links":{"assets":{"block":[]}}},"url":"https://www.zynga.com/support/","openInNewTab":false,"analyticsData":null},{"__typename":"ExternalLink","sys":{"id":"4Q7cUBkhjd9FhntFZholeG"},"internalName":"2K Support Footer Link","label":{"json":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"2K Support","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"links":{"assets":{"block":[]}}},"url":"https://support.2k.com/hc/en-us","openInNewTab":false,"analyticsData":null}]},"footerSocialLinkCollection":{"items":[]},"additionalLogo":{"__typename":"Asset","sys":{"id":"10gdezmXOkXxaYUA4fY1SW"},"title":"Multi ESRB Game Rating","url":"https://images.ctfassets.net/wn7ipiv9ue5v/10gdezmXOkXxaYUA4fY1SW/03115255bb67a08aa90750e6273db950/esrb-all.png","width":300,"height":198},"additionalLogoLink":null,"storeLogoLink":null},"browsers":{"__typename":"UnsupportedBrowserPage","title":"Browser not supported","blurredBackground":{"url":"https://images.ctfassets.net/wn7ipiv9ue5v/204942jAz71SA66vAUKPD2/2ca612215427c706ffd6b0621a7808ad/light_gray_2k_background2.jpg"},"description":"You’re using a web browser that is not supported by the Take-Two site. Try one of these browsers to to get a better experience:","unsupportedBrowserList":{"ie":13,"edge":18,"opera":50,"chrome":63,"safari":12,"firefox":58,"edge-chromium":79},"actionLinkText":"or return to home","preferredBrowserList":[{"link":"https://www.google.com/chrome","logo":"https://images.ctfassets.net/wn7ipiv9ue5v/1vrKsvBP9zGCGKZnhJ2rwe/c6f1005ca71d075b26a9702c4d92e524/chromeIcon.png","name":"Chrome"},{"link":"https://www.microsoft.com/edge","logo":"https://images.ctfassets.net/wn7ipiv9ue5v/5RoFD3auKklPxgfhqcxFtJ/82749f89e23ccc14bb89d274e8743103/edgeIcon.png","name":"Edge"},{"link":"https://www.mozilla.org","logo":"https://images.ctfassets.net/wn7ipiv9ue5v/rTBkuayJTXeCsCqsOrKYo/240fffe784751af48577cf5b27181ba6/firefoxLogo.png","name":"Firefox"},{"link":"https://www.opera.com","logo":"https://images.ctfassets.net/wn7ipiv9ue5v/24tr4k4gtvagy1quSn9QDw/162c4dbe701b950cad907ed022647145/operaIcon.png","name":"Opera"},{"link":"https://www.apple.com/safari","logo":"https://images.ctfassets.net/wn7ipiv9ue5v/6JOtyfPs4pSzsQB0MRgNzH/8d75c7d520eb3eb4ba6774eb2e86fd59/safari.png","name":"Safari"}]},"userIdEntry":null},"checkoutProvider":"xsolla","theme":"light","applicationId":"T2_CORP","siteUrl":"https://www.take2games.com","rootSlug":"t2","layoutSpacing":null,"loginUrl":null,"logoutUrl":null,"returnToGameUrl":null,"connectCheckUrl":null,"drmExternalLinks":null,"siteName":"Take-Two Interactive Software, Inc.","twitterSite":null,"applicationAttributeDefinitions":[],"pdpLinkOutHost":null,"topNavItemsMany":true,"upsells":[],"qrCodeImageUrl":null,"drawerIconUrl":null,"langmap":{},"errorIconUrl":"","checkoutPaletteId":null,"iconsMap":null,"disableBounceModal":null,"configTheme":{"name":"light","--font-primary":"Gotham, sans-serif","--color-primary-rgb":"20, 128, 99","--color-text-shadow":"transparent","--color-neutral-000-rgb":"255, 255, 255","--color-neutral-100-rgb":"235, 235, 235","--color-neutral-200-rgb":"215, 215, 215","--color-neutral-300-rgb":"195, 195, 195","--color-neutral-999-rgb":"0, 0, 0","--text-color-primary-rgb":"0, 0, 0"},"storeRoot":"/","gotoStoreAfterDailyStreakClaim":false,"rewardStreakSlug":"daily-streak","punchCardConnectDifferentFromBanner":false,"activePaymentsConfigVariation":"","originWhiteList":[],"acceptedPrompts":[],"refreshOnUserIdValidation":true,"forceStripe":false,"checkoutBack":false},"pathName":"/ir/corporate-governance-highlights","_sentryTraceData":"8a55b04ee8bb422a89403068c6f48125-b73b7ed0a48cdf3c-0","_sentryBaggage":"sentry-environment=production,sentry-release=local-development,sentry-public_key=ef29c4f77ed244fd9908550e411c0a78,sentry-trace_id=8a55b04ee8bb422a89403068c6f48125,sentry-sample_rate=0,sentry-transaction=%2Fir%2F%5B%5B...slug%5D%5D,sentry-sampled=false"},"__N_SSP":true},"page":"/ir/[[...slug]]","query":{"slug":["corporate-governance-highlights"]},"buildId":"j0_iy_IdQhc1WDnkE52SG","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[73848],"gssp":true,"locale":"en","locales":["en"],"defaultLocale":"en","scriptLoader":[]}</script></body></html>