CINXE.COM
Do Not Sell or Share My Personal Information
<!DOCTYPE html><html lang="en" id="top" style="background-color:var(--color-neutral-500)"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>Do Not Sell or Share My Personal Information</title><meta name="next-head-count" content="3"/><link rel="icon" href="/static/assets/images/favicon.png"/><script> // ignore react errors window.onerror = function(e) { if (typeof e === 'string' && e.toLowerCase().includes('minified react error')) { return true; } } window.addEventListener("unhandledrejection", (event) => { event.preventDefault(); }); window.addEventListener("error", (event) => { event.preventDefault(); }); const eventMethod = window.addEventListener ? 'addEventListener' : 'attachEvent'; const eventListener = window[eventMethod]; const messageEvent = eventMethod == 'attachEvent' ? 'onmessage' : 'message'; eventListener( messageEvent, e => { // whitelist domains const allowedOrigins = [ 'https://3elhv3fbwk.execute-api.us-east-1.amazonaws.com', 'https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com', ]; if (!allowedOrigins.includes(e.origin)) { return; } const message = e.data; // message.height = height of #iframe-wrapper of child frame const iframe = getIframeByEvent(e); gcsFrameUpdate(iframe, message.height); }, false ); // from: https://stackoverflow.com/questions/50456089/get-iframe-by-message-event#50457849 // get the iframe that sent the event function getIframeByEvent(event) { return Array.from(document.getElementsByTagName('iframe')).filter(iframe => { return iframe.contentWindow === event.source; })[0]; } function gcsFrameUpdate(gcsFrameWindow, gcsFrameHeight) { if (gcsFrameWindow) { // make resize 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><link rel="preload" href="/t2gp-corp-docs/_next/static/css/ef46db3751d8e999.css" as="style"/><link rel="stylesheet" href="/t2gp-corp-docs/_next/static/css/ef46db3751d8e999.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/t2gp-corp-docs/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/t2gp-corp-docs/_next/static/chunks/webpack-7681df8dd76b2a87.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/framework-7cd07bcce3503f90.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/main-520003a68b48c905.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/pages/_app-9caf7101ee2941b3.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/529-7d69a1baf389f15e.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/53-7318b2673ccc690a.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/273-a291549da8775249.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/917-fce4f2646b5c1463.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/pages/%5B...docs%5D-bcc2451d8e555316.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/-atnNB7qDoOk0Y-JG4vXa/_buildManifest.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/-atnNB7qDoOk0Y-JG4vXa/_ssgManifest.js" defer=""></script></head><body><div id="__next"><style data-emotion="css-global 1i0w3o1">@import 'https://fonts.googleapis.com/css?family=Montserrat:wght@400;600;700&display=swap';:root{--color-white-rgb:255,255,255;--color-black-rgb:0,0,0;--color-primary-rgb:32,54,85;--color-secondary-rgb:0,110,177;--color-tertiary-rgb:128,28,190;--color-success-rgb:89,156,23;--color-error-rgb:159,45,45;--color-warning-rgb:214,147,18;--color-info-rgb:43,93,151;--color-neutral-100-rgb:11,20,38;--color-neutral-200-rgb:76,76,76;--color-neutral-300-rgb:119,119,119;--color-neutral-400-rgb:192,192,192;--color-neutral-500-rgb:235,235,235;--text-color-primary-rgb:255,255,255;--button-background-primary-rgb:190,28,44;--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-tertiary:rgb(var(--color-tertiary-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-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-400:rgb(var(--color-neutral-400-rgb));--color-neutral-500:rgb(var(--color-neutral-500-rgb));--text-color-primary:rgb(var(--text-color-primary-rgb));--button-background-primary:rgb(var(--button-background-primary-rgb));}</style><style data-emotion="css-global 137a60g">*,*::before,*::after{box-sizing:border-box;}:root{-moz-tab-size:4;tab-size:4;}html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';}hr{height:0;color:inherit;}abbr[title]{-webkit-text-decoration:underline dotted;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0;border-color:inherit;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,select{text-transform:none;}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;}::-moz-focus-inner{border-style:none;padding:0;}:-moz-focusring{outline:1px dotted ButtonText;}:-moz-ui-invalid{box-shadow:none;}legend{padding:0;}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:-webkit-box;display:-webkit-list-item;display:-ms-list-itembox;display:list-item;}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0;}button{background-color:transparent;background-image:none;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}fieldset{margin:0;padding:0;}ol,ul{list-style:none;margin:0;padding:0;}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5;}body{font-family:inherit;line-height:inherit;}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}hr{border-top-width:1px;}img{border-style:solid;}textarea{resize:vertical;}input::-webkit-input-placeholder{opacity:1;color:#9ca3af;}input::-moz-placeholder{opacity:1;color:#9ca3af;}input:-ms-input-placeholder{opacity:1;color:#9ca3af;}textarea::-webkit-input-placeholder{opacity:1;color:#9ca3af;}textarea::-moz-placeholder{opacity:1;color:#9ca3af;}textarea:-ms-input-placeholder{opacity:1;color:#9ca3af;}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af;}button,[role="button"]{cursor:pointer;}table{border-collapse:collapse;}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit;}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle;}img,video{max-width:100%;height:auto;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}*:not(:focus-visible),a:not(:focus-visible),button:not(:focus-visible){outline:2px solid transparent;outline-offset:2px;}:root{-webkit-print-color-scheme:light;color-scheme:light;font-family:var(--font-primary, sans-serif);}:root *{scrollbar-width:thin;scrollbar-color:rgba(var(--color-white-rgb), 0.4) rgba(var(--color-black-rgb), 0.4);}:root *::-webkit-scrollbar{width:0.5rem;height:0.5rem;}:root *::-webkit-scrollbar-track,:root *::-webkit-scrollbar-corner{background:var(--color-neutral-100);}:root *::-webkit-scrollbar-thumb{border-radius:0.25rem;background-color:rgba(var(--color-neutral-999-rgb), 0.4);-webkit-background-clip:content-box;background-clip:content-box;border:2px solid transparent;}:root *::-webkit-scrollbar-thumb:hover:not(:active){background-color:rgba(var(--color-white-rgb), 0.4);}[lang='zh-CN'],[lang='zh-Hant'],[lang='ja'],[lang='ko']{word-break:break-word;overflow-wrap:break-word;}:root{--reach-menu-button:1;}:root [data-reach-menu],:root [data-reach-popover],:root [data-reach-menu-popover]{z-index:1000;}:root [data-reach-menu-list],:root [data-reach-menu-item]{outline:2px solid transparent;outline-offset:2px;}:root [data-reach-menu-item]:not([aria-disabled='true']):hover,:root [data-reach-menu-item][data-selected]:not([aria-disabled='true']){background-color:rgba(var(--color-neutral-999-rgb), 0.12);color:var(--color-neutral-999);}:root [data-reach-menu-item][aria-disabled='true']{opacity:0.4;cursor:not-allowed;}</style><style data-emotion="css-global 10gyxtj">input[type='range']::-webkit-slider-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-webkit-slider-container{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']:focus::-webkit-slider-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global v2pmyv">input[type='range']::-moz-range-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-moz-range-track{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']::-moz-range-progress{border-radius:0.125rem;background-color:rgba(var(--color-white-rgb), 0.8);}input[type='range']:focus::-moz-range-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global 1t3ibeg">input[type='range']::-ms-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-ms-track{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']::-ms-fill-lower{border-radius:0.125rem;background-color:rgba(var(--color-white-rgb), 0.8);}input[type='range']:focus::-ms-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global uukut1">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}html,body,#__next{height:100%;}html,body{scrollbar-color:rgba(var(--color-black-rgb), 0.6) transparent;}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:transparent;}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:rgba(var(--color-black-rgb), 0.4);}html::-webkit-scrollbar-thumb:hover:not(:active),body::-webkit-scrollbar-thumb:hover:not(:active){background-color:rgba(var(--color-black-rgb), 0.6);}html *:focus,body *:focus{outline:solid 4px rgba(var(--color-secondary-rgb), 0.2);box-shadow:inherit;}.optanon-alert-box-bg a{color:inherit;}.optanon-alert-box-bg a:hover:not(:active){opacity:0.8;}*{font-family:Montserrat,Arial,sans-serif!important;}</style><style data-emotion-css="1j113hv">.css-1j113hv{height:100%;background-color:var(--color-primary);font-family:var(--font-primary,sans-serif);background:var(--color-neutral-500);}</style><section class="css-1j113hv"><noscript style="position:fixed;z-index:10000;bottom:0;width:100%;padding:0.5rem;background:var(--color-neutral-100);color:var(--text-color-primary);text-align:center">JavaScript is disabled: Please note that some elements of the site may not work without it.</noscript><style data-emotion-css="y99sll">.css-y99sll{padding:0 1rem;}.css-y99sll >div{max-width:1400px;margin:calc(1rem) auto 2rem auto;}.css-y99sll h1{font-weight:bold;font-size:200%;padding-bottom:0.5rem;margin-bottom:1rem;margin-top:2rem;}.css-y99sll h2{font-weight:bold;font-size:150%;padding-bottom:0.5rem;margin-bottom:1rem;margin-top:2rem;border-bottom:solid 1px var(--color-neutral-400);}.css-y99sll p,.css-y99sll label{margin:0.5rem 0;line-height:1.5;}.css-y99sll ul,.css-y99sll ol{list-style:initial;margin-left:2rem;}.css-y99sll table{border-collapse:collapse;width:100%;}.css-y99sll td,.css-y99sll th{border:1px solid;padding:0.5rem;text-align:left;}.css-y99sll b{font-weight:bold;}.css-y99sll i{font-style:italic;}.css-y99sll a{color:var(--color-secondary);-webkit-text-decoration:underline;text-decoration:underline;overflow-wrap:break-word;}.css-y99sll a:hover:not(:active){opacity:0.8;}</style><div class="css-y99sll"><style data-emotion-css="scmyt">.css-scmyt{background:rgba(230,230,230);position:absolute;inset:0px;overflow:hidden;background-color:var(--color-neutral-500);max-width:768px;}@media (min-width:768px){.css-scmyt{margin:4rem;border-radius:0.25rem;}}@media (min-width:768px){.css-scmyt{box-shadow:0 0.25rem 0.5rem rgba(var(--color-black-rgb),0.6);}}.css-scmyt:focus{outline:none;box-shadow:0 0.25rem 0.5rem rgba(var(--color-black-rgb),0.6);}.css-scmyt *:focus{box-shadow:0 0 0.5rem rgba(var(--color-black-rgb),0.6);}@media (min-width:768px){.css-scmyt{margin-left:auto;margin-right:auto;}}</style><div dir="ltr"><style data-emotion-css="1up9x80">.css-1up9x80{color:rgb(0,0,0);z-index:1;display:inline-block;position:relative;}.css-1up9x80 ul{list-style:none;}</style><div class="css-1up9x80"><style data-emotion-css="1cw4hmo">.css-1cw4hmo{padding:0.5rem 0;}</style><button type="button" id="lang-listbox-label" aria-haspopup="listbox" class="css-1cw4hmo">Language<!-- --> <span aria-hidden="true">▾</span></button><style data-emotion-css="1h4kby5">.css-1h4kby5{left:-2rem;right:auto;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);position:absolute;background-color:rgb(255,255,255);box-shadow:0 3px 4px rgba(0,0,0,0.15);z-index:1;display:none;}</style><ul role="listbox" aria-activedescendant="lang-listbox-item--1" tabindex="0" aria-labelledby="lang-listbox-label" class="css-1h4kby5"><style data-emotion-css="1sykxbl">.css-1sykxbl a{color:rgb(0,0,0);padding:0.5rem 1rem;-webkit-text-decoration:none;text-decoration:none;display:block;min-width:10rem;}.css-1sykxbl:hover a,.css-1sykxbl[aria-selected='true'] a{background-color:rgb(119,119,119);color:rgb(255,255,255);}</style><li role="option" lang="en-US" aria-selected="false" id="lang-listbox-item-0" class="css-1sykxbl"><a href="/ccpa/en-US">English</a></li><li role="option" lang="ar" aria-selected="false" id="lang-listbox-item-1" class="css-1sykxbl"><a href="/ccpa/ar">العربية</a></li><li role="option" lang="zh-CN" aria-selected="false" id="lang-listbox-item-2" class="css-1sykxbl"><a href="/ccpa/zh-CN">简体中文</a></li><li role="option" lang="zh-Hant" aria-selected="false" id="lang-listbox-item-3" class="css-1sykxbl"><a href="/ccpa/zh-Hant">繁體中文</a></li><li role="option" lang="cs" aria-selected="false" id="lang-listbox-item-4" class="css-1sykxbl"><a href="/ccpa/cs">čeština</a></li><li role="option" lang="fr" aria-selected="false" id="lang-listbox-item-5" class="css-1sykxbl"><a href="/ccpa/fr">Français</a></li><li role="option" lang="nl" aria-selected="false" id="lang-listbox-item-6" class="css-1sykxbl"><a href="/ccpa/nl">Nederlands</a></li><li role="option" lang="de" aria-selected="false" id="lang-listbox-item-7" class="css-1sykxbl"><a href="/ccpa/de">Deutsch</a></li><li role="option" lang="el" aria-selected="false" id="lang-listbox-item-8" class="css-1sykxbl"><a href="/ccpa/el">Ελληνικά</a></li><li role="option" lang="it" aria-selected="false" id="lang-listbox-item-9" class="css-1sykxbl"><a href="/ccpa/it">Italiano</a></li><li role="option" lang="es" aria-selected="false" id="lang-listbox-item-10" class="css-1sykxbl"><a href="/ccpa/es">Español-España</a></li><li role="option" lang="pl" aria-selected="false" id="lang-listbox-item-11" class="css-1sykxbl"><a href="/ccpa/pl">Polski</a></li><li role="option" lang="es-419" aria-selected="false" id="lang-listbox-item-12" class="css-1sykxbl"><a href="/ccpa/es-419">Español-Latinoamérica</a></li><li role="option" lang="ko" aria-selected="false" id="lang-listbox-item-13" class="css-1sykxbl"><a href="/ccpa/ko">한국어</a></li><li role="option" lang="tr" aria-selected="false" id="lang-listbox-item-14" class="css-1sykxbl"><a href="/ccpa/tr">Türkçe</a></li><li role="option" lang="pt-BR" aria-selected="false" id="lang-listbox-item-15" class="css-1sykxbl"><a href="/ccpa/pt-BR">Português- Brasil</a></li><li role="option" lang="pt" aria-selected="false" id="lang-listbox-item-16" class="css-1sykxbl"><a href="/ccpa/pt">Português</a></li><li role="option" lang="ja" aria-selected="false" id="lang-listbox-item-17" class="css-1sykxbl"><a href="/ccpa/ja">日本語</a></li><li role="option" lang="ru" aria-selected="false" id="lang-listbox-item-18" class="css-1sykxbl"><a href="/ccpa/ru">Русский язык</a></li><li role="option" lang="da" aria-selected="false" id="lang-listbox-item-19" class="css-1sykxbl"><a href="/ccpa/da">Dansk</a></li><li role="option" lang="fi" aria-selected="false" id="lang-listbox-item-20" class="css-1sykxbl"><a href="/ccpa/fi">Suomi</a></li><li role="option" lang="nb" aria-selected="false" id="lang-listbox-item-21" class="css-1sykxbl"><a href="/ccpa/nb">Norsk</a></li><li role="option" lang="sv" aria-selected="false" id="lang-listbox-item-22" class="css-1sykxbl"><a href="/ccpa/sv">Svenska</a></li><li role="option" lang="th" aria-selected="false" id="lang-listbox-item-23" class="css-1sykxbl"><a href="/ccpa/th">ไทย</a></li><li role="option" lang="af" aria-selected="false" id="lang-listbox-item-24" class="css-1sykxbl"><a href="/ccpa/af">Afrikaans</a></li><li role="option" lang="he" aria-selected="false" id="lang-listbox-item-25" class="css-1sykxbl"><a href="/ccpa/he">עִברִית</a></li><li role="option" lang="hi" aria-selected="false" id="lang-listbox-item-26" class="css-1sykxbl"><a href="/ccpa/hi">हिंदी</a></li><li role="option" lang="ms" aria-selected="false" id="lang-listbox-item-27" class="css-1sykxbl"><a href="/ccpa/ms">Melayu</a></li><li role="option" lang="ro" aria-selected="false" id="lang-listbox-item-28" class="css-1sykxbl"><a href="/ccpa/ro">Română</a></li><li role="option" lang="sr" aria-selected="false" id="lang-listbox-item-29" class="css-1sykxbl"><a href="/ccpa/sr">Српски језик</a></li><li role="option" lang="uk" aria-selected="false" id="lang-listbox-item-30" class="css-1sykxbl"><a href="/ccpa/uk">Українська</a></li><li role="option" lang="ca" aria-selected="false" id="lang-listbox-item-31" class="css-1sykxbl"><a href="/ccpa/ca">català</a></li><li role="option" lang="fa" aria-selected="false" id="lang-listbox-item-32" class="css-1sykxbl"><a href="/ccpa/fa">فارسی</a></li><li role="option" lang="vi" aria-selected="false" id="lang-listbox-item-33" class="css-1sykxbl"><a href="/ccpa/vi">Tiếng Việt</a></li><li role="option" lang="hu" aria-selected="false" id="lang-listbox-item-34" class="css-1sykxbl"><a href="/ccpa/hu">Magyar</a></li><li role="option" lang="id" aria-selected="false" id="lang-listbox-item-35" class="css-1sykxbl"><a href="/ccpa/id">bahasa Indonesia</a></li></ul></div><div class="py-9"><style data-emotion-css="1umsvo2">.css-1umsvo2 th,.css-1umsvo2 td{text-align:inherit;}</style><div class="css-1umsvo2"><h2><b>Do Not Sell or Share My Personal Information</b></h2><p>Last Update: 29 March 2023</p><p>You may have the right to tell us not to “sell” or “share” (for targeted advertising) your personal information. The only “sales” or “sharing” (for targeted advertising) we do (as defined by privacy laws) are to collect (and allow our advertising providers to collect) and share certain information to enable us to provide personalized ads to you and others like you on our Services, and on other sites and apps that you visit. To learn more about our privacy practices, please review our <a href="https://www.take2games.com/privacy/"><u>Privacy Policy</u></a>.</p><p>To exercise your right to opt out of the “sale” or “sharing” (for targeted advertising), please see the options available<a href="https://www.take2games.com/data-request"> <u>here</u></a>. To opt out of online personalized advertising more broadly, please see the opt out options in the<a href="https://www.take2games.com/privacy/#Manage%20Your%20Account,%20Communications,%20and%20Data"> <i><u>Manage Your Account, Communications, and Data</u></i></a> section of our Privacy Policy.</p><p>You can also disable targeted advertising by using privacy controls:</p><ul><li><p>Opt out of interest-based targeted advertising from participating advertising providers by visiting the <a href="https://www.networkadvertising.org/managing/opt_out.asp"><u>Network Advertising Initiative</u></a>, <a href="http://www.aboutads.info/"><u>Digital Advertising Alliance</u></a>, or <a href="http://www.youronlinechoices.eu./"><u>Your Online Choices (EU)</u></a></p></li><li><p>Adjust your privacy and advertising settings on your device to control whether you receive interest-based targeted advertising</p></li><li><p>Manage the cookies on your browser using the cookie preference tool (where available) or your browser settings based on the Cookie Policy posted on the Services</p></li></ul><p>If you opt out using the above privacy controls, an “opt-out” cookie will be stored in your browser indicating that you do not want to receive targeted advertisements. If you delete cookies generally or use a different browser or device, you will need to opt out again.</p></div></div><style data-emotion-css="14f4psd">.css-14f4psd{margin-top:1rem;margin-bottom:1rem;}.css-14f4psd::after{content:'';clear:both;display:block;}.css-14f4psd >nav{padding-bottom:2rem;z-index:0;}.css-14f4psd >nav >ul{list-style-type:none;margin:0;font-weight:bold;}.css-14f4psd >nav li{padding:0.5rem 0;}.css-14f4psd >nav a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:768px){.css-14f4psd >nav{position:-webkit-sticky;position:sticky;top:64px;}.css-14f4psd >nav >ul{max-width:300px;}}.css-14f4psd >main{margin-top:-2rem;}.css-14f4psd >main >div{position:relative;}.css-14f4psd >main >div >div:first-of-type{width:1rem;height:1rem;pointer-events:none;background:transparent;position:absolute;left:0;top:-5rem;}@media (min-width:768px){.css-14f4psd >main{padding-bottom:1rem;padding-left:1rem;}}</style><article class="css-14f4psd"><style data-emotion-css="4e6q66">.css-4e6q66{width:100%;float:left;position:relative;}@media (min-width:768px){.css-4e6q66{width:100%;}}</style><main class="css-4e6q66"></main></article></div></div><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></section></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"title":"Do Not Sell or Share My Personal Information","termsHeader":null,"termsBody":null,"termsAcceptButtonText":null,"termsDeclineButtonText":null,"termsDeclinedMessage":null,"titleTag":"Do Not Sell or Share My Personal Information","preamble":{"nodeType":"document","data":{},"content":[{"nodeType":"heading-2","content":[{"nodeType":"text","value":"Do Not Sell or Share My Personal Information","marks":[{"type":"bold"}],"data":{}}],"data":{}},{"nodeType":"paragraph","content":[{"nodeType":"text","value":"Last Update: 29 March 2023","marks":[],"data":{}}],"data":{}},{"nodeType":"paragraph","content":[{"nodeType":"text","value":"You may have the right to tell us not to “sell” or “share” (for targeted advertising) your personal information. The only “sales” or “sharing” (for targeted advertising) we do (as defined by privacy laws) are to collect (and allow our advertising providers to collect) and share certain information to enable us to provide personalized ads to you and others like you on our Services, and on other sites and apps that you visit. To learn more about our privacy practices, please review our ","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":"Privacy Policy","marks":[{"type":"underline"}],"data":{}}],"data":{"uri":"https://www.take2games.com/privacy/"}},{"nodeType":"text","value":".","marks":[],"data":{}}],"data":{}},{"nodeType":"paragraph","content":[{"nodeType":"text","value":"To exercise your right to opt out of the “sale” or “sharing” (for targeted advertising), please see the options available","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":" ","marks":[],"data":{}},{"nodeType":"text","value":"here","marks":[{"type":"underline"}],"data":{}}],"data":{"uri":"https://www.take2games.com/data-request"}},{"nodeType":"text","value":". To opt out of online personalized advertising more broadly, please see the opt out options in the","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":" ","marks":[],"data":{}},{"nodeType":"text","value":"Manage Your Account, Communications, and Data","marks":[{"type":"underline"},{"type":"italic"}],"data":{}}],"data":{"uri":"https://www.take2games.com/privacy/#Manage%20Your%20Account,%20Communications,%20and%20Data"}},{"nodeType":"text","value":" section of our Privacy Policy.","marks":[],"data":{}}],"data":{}},{"nodeType":"paragraph","content":[{"nodeType":"text","value":"You can also disable targeted advertising by using privacy controls:","marks":[],"data":{}}],"data":{}},{"nodeType":"unordered-list","content":[{"nodeType":"list-item","content":[{"nodeType":"paragraph","content":[{"nodeType":"text","value":"Opt out of interest-based targeted advertising from participating advertising providers by visiting the ","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":"Network Advertising Initiative","marks":[{"type":"underline"}],"data":{}}],"data":{"uri":"https://www.networkadvertising.org/managing/opt_out.asp"}},{"nodeType":"text","value":", ","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":"Digital Advertising Alliance","marks":[{"type":"underline"}],"data":{}}],"data":{"uri":"http://www.aboutads.info/"}},{"nodeType":"text","value":", or ","marks":[],"data":{}},{"nodeType":"hyperlink","content":[{"nodeType":"text","value":"Your Online Choices (EU)","marks":[{"type":"underline"}],"data":{}}],"data":{"uri":"http://www.youronlinechoices.eu./"}}],"data":{}}],"data":{}},{"nodeType":"list-item","content":[{"nodeType":"paragraph","content":[{"nodeType":"text","value":"Adjust your privacy and advertising settings on your device to control whether you receive interest-based targeted advertising","marks":[],"data":{}}],"data":{}}],"data":{}},{"nodeType":"list-item","content":[{"nodeType":"paragraph","content":[{"nodeType":"text","value":"Manage the cookies on your browser using the cookie preference tool (where available) or your browser settings based on the Cookie Policy posted on the Services","marks":[],"data":{}}],"data":{}}],"data":{}}],"data":{}},{"nodeType":"paragraph","content":[{"nodeType":"text","value":"If you opt out using the above privacy controls, an “opt-out” cookie will be stored in your browser indicating that you do not want to receive targeted advertisements. If you delete cookies generally or use a different browser or device, you will need to opt out again.","marks":[],"data":{}}],"data":{}}]},"expandSectionText":null,"hideSectionText":null,"additionalText":[],"docsId":"ccpa","locale":"en-US","isLocalized":true,"languageStr":"Language","languages":[{"label":"English","value":"en-US"},{"label":"العربية","value":"ar"},{"label":"简体中文","value":"zh-CN"},{"label":"繁體中文","value":"zh-Hant"},{"label":"čeština","value":"cs"},{"label":"Français","value":"fr"},{"label":"Nederlands","value":"nl"},{"label":"Deutsch","value":"de"},{"label":"Ελληνικά","value":"el"},{"label":"Italiano","value":"it"},{"label":"Español-España","value":"es"},{"label":"Polski","value":"pl"},{"label":"Español-Latinoamérica","value":"es-419"},{"label":"한국어","value":"ko"},{"label":"Türkçe","value":"tr"},{"label":"Português- Brasil","value":"pt-BR"},{"label":"Português","value":"pt"},{"label":"日本語","value":"ja"},{"label":"Русский язык","value":"ru"},{"label":"Dansk","value":"da"},{"label":"Suomi","value":"fi"},{"label":"Norsk","value":"nb"},{"label":"Svenska","value":"sv"},{"label":"ไทย","value":"th"},{"label":"Afrikaans","value":"af"},{"label":"עִברִית","value":"he"},{"label":"हिंदी","value":"hi"},{"label":"Melayu","value":"ms"},{"label":"Română","value":"ro"},{"label":"Српски језик","value":"sr"},{"label":"Українська","value":"uk"},{"label":"català","value":"ca"},{"label":"فارسی","value":"fa"},{"label":"Tiếng Việt","value":"vi"},{"label":"Magyar","value":"hu"},{"label":"bahasa Indonesia","value":"id"}],"rtl":"ltr","backToTopText":"Back to top"},"__N_SSG":true},"page":"/[...docs]","query":{"docs":["ccpa","en-US"]},"buildId":"-atnNB7qDoOk0Y-JG4vXa","assetPrefix":"/t2gp-corp-docs","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>