CINXE.COM

Artificial Intelligence | PwC

<!DOCTYPE HTML> <html lang="en"> <head> <link rel="icon" href="/etc.clientlibs/pwc/clientlibs/css_common/resources/image/favicon.ico" type="image/x-icon"/> <!-- OneTrust Cookies Consent Notice start for www.pwc.com/gx --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="0645fa74-2808-4ef1-b238-12e241a58cf7"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for www.pwc.com/gx --> <script src="/etc.clientlibs/clientlibs/granite/jquery.min.f65891607efbe75b84a8031849cec6c7.js"></script> <script src="/etc.clientlibs/clientlibs/granite/utils.min.308082b4c347f4fec37ffef277d39d0e.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery/granite.min.d9075d4175ab7b0e3ccf4305a4089645.js"></script> <script src="/etc.clientlibs/foundation/clientlibs/jquery.min.dd9b395c741ce2784096e26619e14910.js"></script> <script src="/etc.clientlibs/pwc/clientlibs/components-digitaldataanalytics.min.594e86bc3088dca581ea8df9b0eafa46.js"></script> <script> createObject('page.skipOptanonCall',true); </script> <title>Artificial Intelligence | PwC </title> <meta http-equiv="content-language" content="en_gx"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta property="og:title" content="Artificial Intelligence"/> <meta property="og:type" content="article"/> <meta property="og:site_name" content="PwC"/> <meta property="og:description" content="We are a community of solvers &mdash; consultants, engineers, developers, data scientists and designers &mdash; with the experience and knowledge to implement and provide oversight on generative AI."/> <meta property="og:image" content="https://www.pwc.com/gx/en/issues/artificial-intelligence/ai-hero.jpg"/> <meta name="robots" content="index,follow"/> <meta name="keywords" content=""/> <meta name="description" content="We are a community of solvers &mdash; consultants, engineers, developers, data scientists and designers &mdash; with the experience and knowledge to implement and provide oversight on generative AI."/> <meta name="author" content="PricewaterhouseCoopers"/> <meta name="pwcTitle" content="Artificial Intelligence"/> <meta name="pwcLocale" content="en_gx"/> <meta name="pwcCountry" content='gx'/> <meta name="pwcGeo.default" content="GX"/> <meta name="pwcLang" content="en"/> <meta name="pwcTag" content=""> <meta name="pwcHideLevel" content="0,2"/> <meta name="target" content=""/> <meta name="pwcReleaseDate" content="2024-04-05T11:25:00.000+02:00"/> <meta name="pwcLastModifiedDate" content="2024-10-14T22:43:48.680Z"/> <meta name="pwcselectednav" content="2"/> <meta name="viewport" id="pwcviewport" content="width=device-width, initial-scale=1.0"> <link rel="apple-touch-icon" href="/content/pwc/script/network/apple-touch-icon.png"/> <link rel="canonical" href="https://www.pwc.com/gx/en/issues/artificial-intelligence.html"/> <meta property="og:url" content="https://www.pwc.com/gx/en/issues/artificial-intelligence.html"/> <script> var page ="Artificial Intelligence | PwC"; var anlyticsEscapeTitle = "Artificial Intelligence"; var anlyticsunescapeTitle = $('<textarea />').html(anlyticsEscapeTitle).text(); var templatePath ="/conf/pwc/settings/wcm/templates/longform-campaign-one-pager"; var pwcReleaseDate = "2024-04-05T11:25:00.000+02:00"; var pageNameUnescape = $('<textarea />').html(page).text(); //PR-13329 change -- start var jsonData = {}; if(Object.keys(jsonData).length){ var taxonomyDataKey = jsonData.DataLayerKey !=null ? jsonData.DataLayerKey : "" ; var taxonomyDataValue =jsonData.DataLayerValue!=null ? jsonData.DataLayerValue : ""; createObject(taxonomyDataKey,taxonomyDataValue); } //PR-13329 change -- end createObject('page.pageInfo.pageName', pageNameUnescape); createObject("page.pageInfo.pageType",templatePath.substring(templatePath.lastIndexOf('/') + 1)); createObject('page.content.publishDate', pwcReleaseDate); createObject('page.content.contentTitle', anlyticsunescapeTitle); createObject('page.content.contentType', "article"); //PR-12825 change --start var pageContentJsonObject = {"ContentFullPathValueWithoutQueryParams":"/content/pwc/gx/en/issues/artificial-intelligence.html","ContentFullPathKey":"page.content.contentFullPath"}; var urlQueryParams = new URLSearchParams(window.location.search); var pageUrlPath= pageContentJsonObject.ContentFullPathValueWithoutQueryParams; if(urlQueryParams!=''){ pageUrlPath=pageUrlPath.concat("?").concat(urlQueryParams); } createObject(pageContentJsonObject.ContentFullPathKey,pageUrlPath); //PR-12825 change --end //Added old dataLayer object value in digitalData.site object. digitalData.site ={"SiteValues":{"fullTagParent":"/","businessFunctionParent":"","topicsParent":"","funnel":"","businessFunction":"","industry":"","stakeholders":"","funnelParent":"","fullTag":"/","los":"","campaigns":"","economicBuyers":"","technologyParent":"","folderDirectory":"pwc/gx/en/issues","contentType":"","campaignsParent":"","industriesParent":"","topics":"","pwcContentTypeParent":"","economicBuyersParent":"","servicesParent":"","services":"","technology":"","subLos":"","pwcContentType":"","contentLengthParent":"","industries":"","businessImperatives":"","contentLength":"","stakeholdersParent":"","businessImperativesParent":""},"additionalTags":"","business":{"businessChallenge":"","businessTopic":""},"accountRegistration":false}; </script> <script type="application/ld+json"> { "@type": "Thing", "@context": "http://schema.org", "image": "https://www.pwc.com/gx/en/issues/artificial-intelligence/ai-hero.jpg", "name":"Artificial Intelligence | PwC", "description":"We are a community of solvers — consultants, engineers, developers, data scientists and designers — with the experience and knowledge to implement and provide oversight on generative AI." } </script> <script> var currentPageTerritory = 'gx'; </script> <script src="/etc.clientlibs/foundation/clientlibs/shared.min.e9d9a3990d7779c2e8e3361187f3d36b.js"></script> <script> (function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style) { return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); }, timeout); }(window, document, "body {opacity: 0 !important}", 3000)); </script> <script> var pageTerritoryForDTM = 'gx'; </script> <script src="//assets.adobedtm.com/94ed34440bb5/3f3b522e5510/launch-5b28a70d8754.min.js" type="text/javascript" async></script> <script src="/etc.clientlibs/pwc/clientlibs/components-analytics.min.09fae73c6d4e6a64a3d6fec9bf69a6a7.js"></script> <script src="/etc.clientlibs/pwc/clientlibs/handlebars.min.cea4640e01740056e78b381c8d3b8d84.js"></script> <script src="/etc.clientlibs/pwc/clientlibs/purify.min.861f03f452e5d56afa11ef73013b9d07.js"></script> <link rel="stylesheet" href="/etc.clientlibs/pwc/clientlibs/longform/style-colors-rebrand.min.55562d53c21efab6908d5bd75798b72b.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors.min.a88fa5de6c5f303280177399f8e0b6ac.css" type="text/css"> <!-- <script src="//assets.adobedtm.com/c1b096e48fc8/1825f4c13961/launch-05a1756607c1-development.min.js" async></script> --> <input id="modnavigationid" type="hidden" value="/gx/en/issues/artificial-intelligence/"/> <input type="hidden" id="navmode" value="publish"/> <input type="hidden" id="premiumPage" value="false"/> <input class="currentPagePath" type="hidden" value="/content/pwc/gx/en/issues/artificial-intelligence"/> <input type="hidden" id="isUserReg" value="false"/> </head> <body class="basepage page basicpage red-burgundy-maroon standard-reading longform-campaign-one-pager page-primary-col--orange page-secondary-col--orange page-tertiary-col--orange publish standard-spacing pwcscrolling longformcontent cmp-base-modernized"> <div id="wrapper"> <div class="root container responsivegrid"> <div id="container-afb7e668e5" class="cmp-container"> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section"></div> <section id="header" style="height: auto" class="cmp-experiencefragment cmp-experiencefragment--gx-en fullwidth "> <div id="container-bd325d0133" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="embedscript aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/header/gx-en/master/_jcr_content/root/embedscript.dynamic.html/pwc/components/modernized/content/embedscript, resourceType: pwc/components/modernized/content/embedscript) --> <link rel="stylesheet" type="text/css" href="/gx/en/assets/css/base-new.css"/> <script type="text/javascript" src="/content/pwc/script/gx/en/contact.js"></script> </div> <div class="slim-page-header-v2 parbase aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/header/gx-en/master/_jcr_content/root/slim_page_header_v2.dynamic.html/pwc/components/modernized/content/slim-page-header-v2, resourceType: pwc/components/modernized/content/slim-page-header-v2) --> <nav id="skipNav" aria-label="Skip Links"> <a tabindex="1" id="skipToContent" href="#" class="sr-only sr-only-focusable skip-content" aria-label="Skip to content">Skip to content</a> <a tabindex="1" id="skipToFooter" href="#pgFooter" class="sr-only sr-only-focusable skip-content" aria-label="Skip to footer">Skip to footer</a> </nav> <div class="headerv2-container" data-current-level=""> <header class="slimheader-v2 mod__header-v2"> <input type='hidden' id='checkUserLoginOrNot' value='false'/> <a id="logoUrl" tabindex="3" href="/gx/en" aria-label="PwC homepage" class="slim-logo search-hide levelOneLink "> </a> <img class="mobile-search-btn " alt="Site Search" src="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/slim-header-v2/search-icon.svg"/> <div id="slim-hamburger" class="slim-hamburger-ico" aria-label="Menu "> <span></span> <span></span> <span></span> </div> <div class="slim-navigation" style="opacity:0;"> <nav class="nav-primary search-hide" data-tab-index-start="9" aria-label="Main Navigation"> <a aria-controls="industries-subnav-1" link-href="https://www.pwc.com/gx/en/industries.html" href="#" data-has-subnav="true" data-nav-index="1" class="levelOneLink " nextpage-canonical-url="https://www.pwc.com/gx/en/industries.html" navigation-title="Industries">Industries</a> <a aria-controls="services-subnav-2" link-href="https://www.pwc.com/gx/en/services.html" href="#" data-has-subnav="true" data-nav-index="2" class="levelOneLink " nextpage-canonical-url="https://www.pwc.com/gx/en/services.html" navigation-title="Services">Services</a> <a aria-controls="issues-subnav-3" link-href="https://www.pwc.com/gx/en/issues.html" href="#" data-has-subnav="true" data-nav-index="3" class="levelOneLink " nextpage-canonical-url="https://www.pwc.com/gx/en/issues.html" navigation-title="Issues">Issues</a> <a aria-controls="about_us-subnav-4" link-href="https://www.pwc.com/gx/en/about.html" href="#" data-has-subnav="true" data-nav-index="4" class="levelOneLink " nextpage-canonical-url="https://www.pwc.com/gx/en/about.html" navigation-title="About us">About us</a> <a aria-controls="careers-subnav-5" link-href="https://www.pwc.com/gx/en/careers.html" href="#" data-has-subnav="true" data-nav-index="5" class="levelOneLink " nextpage-canonical-url="https://www.pwc.com/gx/en/careers.html" navigation-title="Careers">Careers</a> <div class="nav-more" style="display: none;"> <p>More</p> <div class="levelOneLink nav-more-dropdown"> </div> </div> </nav> <nav class="nav-secondary search-hide" aria-label="Secondary Navigation"> <script id="overlay-template" type="text/x-handlebars-template"> <div class="authenticated-user-options hidden"> <div class="user-option-list"> <a tabindex="3" class="register myaccount levelOneLink" href="{{myAccountHref}}">My Account</a> <a tabindex="4" class="sign-in signout levelOneLink" onclick="logOffUser(window.location.href)">Sign Out</a> </div> </div> <div class="user-options hidden"> <a tabindex="3" class="sign-in userreg levelOneLink" data-href="{{signInHref}}" href="javascript:void(0);"> Sign in</a> <a tabindex="4" class="register userreg levelOneLink" href="{{createAccountHref}}"> Register</a> </div> </script> <div class="login-data"></div> <!--<div data-sly-test="false" class="user-options hidden"> <a tabindex="3" data-sly-test.loginLink="/bin/saml/internal/auth" data-href="" href="javascript:void(0);" class="sign-in userreg levelOneLink">Sign in</a> <a tabindex="4" data-sly-test.registerLink="https://login.pwc.com/identity/register?goto=" data-register-link="" href="javascript:void(0);" class="register userreg levelOneLink">Register</a> </div>--> <div class="location-options"> <script id="language-selector-template" type="text/x-handlebars-template"> <div class="options-language"> <button tabindex="7" class="open-lang-options">{{jcrlanguage}} <img alt="" src="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/slim-header-v2/Chevron.svg"></button> <img class="close-options" alt="" src="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/slim-header-v2/close-icon-white.svg"> </div> <div class="slim-language-selector" id="langDialog" aria-label="{{langSelectorTitleText}}" role="dialog" aria-modal="true"> <p>{{langSelectorTitleText}}</p> <div class="language-selector-list levelOneLink " id="lstLang" role="listbox" aria-labelledby="langDialog"> {{#each languageSelectorData.alternateLanguages}} <a id="lang_{{@index}}" role="option" {{#if this.isCurrentLanguage}} class="is-active" {{/if}} href="{{this.linkURL}}" data-lang="{{this.linkText}}"> {{this.linkText}} </a> {{/each}} </div> </div> </script> <script id="territory-selector-template" type="text/x-handlebars-template"> <button tabindex="6" aria-label="{{territorySelectorBtnText}}"> <span>{{currentPageTerritoryName}} <img alt="" src="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/slim-header-v2/Chevron.svg"></span> <img class="close-options" alt="" src="/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/slim-header-v2/close-icon-white.svg"> </button> <!-- territory dialog box starts here --> <div class="territory-selector" aria-label="{{findATerritoryText}}" id="lst-territory-selector" role="dialog" aria-modal="true"> <div class="territory-selector-search"> <label class="sr-only" for="searchField"> {{findATerritoryText}} </label> <input id="countrySearch" class="levelOneLink" name="country" type="text" placeholder="{{findATerritoryText}}"> </div> <div class="territory-selector-list levelOneLink" id="lstTerritory" role="listbox" aria-labelledby="lst-territory-selector"> {{#each territories}} {{#if territoryFinder}} <a id="option_{{@index}}" role="option" class="{{#ifEquals name 'Global'}}region-global {{/ifEquals}}{{#ifEquals name ../currentPageTerritoryName}}is-active {{/ifEquals}}" href="{{domain}}" data-value="{{name}}">{{name}}</a> {{#each alias}} <a id="option_{{this}}_{{@index}}" role="option" class="{{#ifEquals name 'Global'}}region-global {{/ifEquals}}{{#ifEquals ../name ../../currentPageTerritoryName}}is-active {{/ifEquals}}" href="{{../domain}}" data-value="{{this}}">{{this}}</a> {{/each}} {{#if @last}} <p id="option_noresult" role="option" class="territory-no-results">{{territoryNotFoundText}}</p> {{/if}} {{/if}} {{/each}} </div> </div> </script> <div class="lo-backsplash"></div> <span class="option-country levelOneLink"> </span> <span class="option-language"> </span> </div> </nav> <div class="nav-search search-hide "> <button aria-expanded="false" class="search-hide levelOneLink">Search</button> <div class="search-hide searchbox"> <form id="slimSearchForm" role="search" action="https://www.pwc.com/gx/en/search.html" method="get"> <input id="slimSearch" class="slim-search" type="text" name="searchfield" placeholder="Search for industries, products, services and more"/> <input type="hidden" name="pwcSiteSection" autocomplete="off"/> <input type="hidden" name="pwcLang" value="" autocomplete="off"/> <input type="hidden" name="pwcGeo" value="" autocomplete="off"/> <input type="submit" class="submit-search" value=""/> </form> <button id="close-search" aria-label="Search Close"></button> </div> </div> </div> </header> <script id="breadcrumb-template" type="text/x-handlebars-template"> <button class="slimnav-v2-bc-toggle is-hidden"> <label class="sr-only">Show full breadcrumb</label> </button> <div class="slimnav-v2-breadcrumbs"> {{#each breadcrumbs}} <a href="{{this.linkURL}}">{{this.linkText}}</a> {{/each}} </div> </script> <div class="slimnav-breadcrumb"> </div> <div class="slimheader-sublevel-slide" data-nav-level="2"> <div class="slide-shadow search-hide"></div> <div class="slide-bg"></div> <div id="industries-subnav-1" class="sublevel-container search-hide show-subnav"> <div class="sublevel-navs"> <div class="slimnav-level2 slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries.html" navigation-title="Industries">Industries</a> </div> <nav> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries.html" aria-controls="see_all_industries-subnav-1-1" nextpage-canonical-url="https://www.pwc.com/gx/en/industries.html" navigation-title="See all industries">See all industries</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/aerospace-defence.html" aria-controls="aerospace__defence___security-subnav-1-2" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/aerospace-defence.html" navigation-title="Aerospace, defence &amp; security">Aerospace, defence &amp; security</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/automotive.html" aria-controls="automotive-subnav-1-3" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/automotive.html" navigation-title="Automotive">Automotive</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/business-services.html" aria-controls="business_services-subnav-1-4" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/business-services.html" navigation-title="Business services">Business services</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/capital-projects-infrastructure.html" aria-controls="capital_projects___infrastructure-subnav-1-5" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/capital-projects-infrastructure.html" navigation-title="Capital projects &amp; infrastructure">Capital projects &amp; infrastructure</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/consumer-markets.html" aria-controls="consumer_markets-subnav-1-6" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/consumer-markets.html" navigation-title="Consumer markets">Consumer markets</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/energy-utilities-resources.html" aria-controls="energy__utilities___resources-subnav-1-7" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources.html" navigation-title="Energy, utilities &amp; resources">Energy, utilities &amp; resources</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/engineering-construction.html" aria-controls="engineering___construction-subnav-1-8" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/engineering-construction.html" navigation-title="Engineering &amp; construction">Engineering &amp; construction</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/financial-services.html" aria-controls="financial_services-subnav-1-9" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services.html" navigation-title="Financial services">Financial services</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/government-public-services.html" aria-controls="government___public_services-subnav-1-10" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services.html" navigation-title="Government &amp; public services">Government &amp; public services</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/healthcare.html" aria-controls="healthcare-subnav-1-11" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/healthcare.html" navigation-title="Healthcare">Healthcare</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/hospitality-leisure.html" aria-controls="hospitality___leisure-subnav-1-12" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/hospitality-leisure.html" navigation-title="Hospitality &amp; leisure">Hospitality &amp; leisure</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/industrial-manufacturing.html" aria-controls="industrial_manufacturing-subnav-1-13" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/industrial-manufacturing.html" navigation-title="Industrial manufacturing">Industrial manufacturing</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" aria-controls="insurance-subnav-1-14" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" navigation-title="Insurance">Insurance</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/pharmaceuticals-life-sciences.html" aria-controls="pharmaceuticals___life_sciences-subnav-1-15" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/pharmaceuticals-life-sciences.html" navigation-title="Pharmaceuticals &amp; life sciences">Pharmaceuticals &amp; life sciences</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/private-equity.html" aria-controls="private_equity-subnav-1-16" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/private-equity.html" navigation-title="Private equity">Private equity</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/tmt.html" aria-controls="technology__media___telecommunications-subnav-1-17" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/tmt.html" navigation-title="Technology, media &amp; Telecommunications">Technology, media &amp; Telecommunications</a> <a class="levelTwoLink " data-breadcrumb="Industries" href="https://www.pwc.com/gx/en/industries/transportation-logistics.html" aria-controls="transportation___logistics-subnav-1-18" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/transportation-logistics.html" navigation-title="Transportation &amp; logistics">Transportation &amp; logistics</a> </nav> </div> </div> <span class="slimnav-level3"> <div id="see_all_industries-subnav-1-1" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries.html" navigation-title="See all industries">See all industries</a> </div> </div> </div> <div id="aerospace__defence___security-subnav-1-2" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/aerospace-defence.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/aerospace-defence.html" navigation-title="Aerospace, defence &amp; security">Aerospace, defence &amp; security</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/aerospace-defence/space.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/aerospace-defence/space.html" navigation-title="Space">Space</a> </nav> </div> </div> <div id="automotive-subnav-1-3" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/automotive.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/automotive.html" navigation-title="Automotive">Automotive</a> </div> </div> </div> <div id="business_services-subnav-1-4" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/business-services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/business-services.html" navigation-title="Business services">Business services</a> </div> </div> </div> <div id="capital_projects___infrastructure-subnav-1-5" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/capital-projects-infrastructure.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/capital-projects-infrastructure.html" navigation-title="Capital projects &amp; infrastructure">Capital projects &amp; infrastructure</a> </div> </div> </div> <div id="consumer_markets-subnav-1-6" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/consumer-markets.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/consumer-markets.html" navigation-title="Consumer markets">Consumer markets</a> </div> </div> </div> <div id="energy__utilities___resources-subnav-1-7" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/energy-utilities-resources.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources.html" navigation-title="Energy, utilities &amp; resources">Energy, utilities &amp; resources</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/energy-utilities-resources/chemicals.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources/chemicals.html" navigation-title="Chemicals">Chemicals</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/energy-utilities-resources/mining-metals.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources/mining-metals.html" navigation-title="Mining &amp; Metals">Mining &amp; Metals</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/energy-utilities-resources/oil-gas-energy.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources/oil-gas-energy.html" navigation-title="Oil &amp; gas">Oil &amp; gas</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/energy-utilities-resources/power-utilities.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/energy-utilities-resources/power-utilities.html" navigation-title="Power &amp; utilities">Power &amp; utilities</a> </nav> </div> </div> <div id="engineering___construction-subnav-1-8" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/engineering-construction.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/engineering-construction.html" navigation-title="Engineering &amp; construction">Engineering &amp; construction</a> </div> </div> </div> <div id="financial_services-subnav-1-9" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/financial-services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services.html" navigation-title="Financial services">Financial services</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/financial-services/asset-management.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services/asset-management.html" navigation-title="Asset &amp; wealth management">Asset &amp; wealth management</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/financial-services/banking-capital-markets.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services/banking-capital-markets.html" navigation-title="Banking &amp; capital markets">Banking &amp; capital markets</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" navigation-title="Insurance">Insurance</a> </nav> </div> </div> <div id="government___public_services-subnav-1-10" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/government-public-services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services.html" navigation-title="Government &amp; public services">Government &amp; public services</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/government-public-services/defence.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services/defence.html" navigation-title="Defence">Defence</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/government-public-services/education-not-for-profit.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services/education-not-for-profit.html" navigation-title="Education">Education</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/government-public-services/international-development-assistance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services/international-development-assistance.html" navigation-title="International development">International development</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/government-public-services/public-safety-justice-security.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/government-public-services/public-safety-justice-security.html" navigation-title="Security">Security</a> </nav> </div> </div> <div id="healthcare-subnav-1-11" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/healthcare.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/healthcare.html" navigation-title="Healthcare">Healthcare</a> </div> </div> </div> <div id="hospitality___leisure-subnav-1-12" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/hospitality-leisure.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/hospitality-leisure.html" navigation-title="Hospitality &amp; leisure">Hospitality &amp; leisure</a> </div> </div> </div> <div id="industrial_manufacturing-subnav-1-13" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/industrial-manufacturing.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/industrial-manufacturing.html" navigation-title="Industrial manufacturing">Industrial manufacturing</a> </div> </div> </div> <div id="insurance-subnav-1-14" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/financial-services/insurance.html" navigation-title="Insurance">Insurance</a> </div> </div> </div> <div id="pharmaceuticals___life_sciences-subnav-1-15" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/pharmaceuticals-life-sciences.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/pharmaceuticals-life-sciences.html" navigation-title="Pharmaceuticals &amp; life sciences">Pharmaceuticals &amp; life sciences</a> </div> </div> </div> <div id="private_equity-subnav-1-16" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/private-equity.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/private-equity.html" navigation-title="Private equity">Private equity</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/sovereign-wealth-investment-funds.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/sovereign-wealth-investment-funds.html" navigation-title="Sovereign investment funds">Sovereign investment funds</a> </nav> </div> </div> <div id="technology__media___telecommunications-subnav-1-17" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/tmt.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/tmt.html" navigation-title="Technology, media &amp; Telecommunications">Technology, media &amp; Telecommunications</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/tmt/media.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/tmt/media.html" navigation-title="Media">Media</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/technology.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/technology.html" navigation-title="Technology">Technology</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/industries/tmt/telecommunications.html" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/tmt/telecommunications.html" navigation-title="Telecommunications">Telecommunications</a> </nav> </div> </div> <div id="transportation___logistics-subnav-1-18" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Industries</a> </div> <a href="https://www.pwc.com/gx/en/industries/transportation-logistics.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/industries/transportation-logistics.html" navigation-title="Transportation &amp; logistics">Transportation &amp; logistics</a> </div> </div> </div> </span> <div class="slim-featured search-hide"> <p class="slim-featured-heading">Featured</p> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/issues/technology/striking-the-right-balance-with-genai-in-financial-services.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/technology/striking-the-right-balance-with-genai-in-financial-services.html" navigation-title="Move fast, think slow: How financial services can strike a balance with GenAI"> <img src="/gx/en/issues/technology/gen-ai-for-fs/adobestock-142505315-4464x2512-170312.jpg.pwcimage.150.100.jpg" alt=""/> <p>Move fast, think slow: How financial services can strike a balance with GenAI</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow/energy-demand-podcast-episode.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow/energy-demand-podcast-episode.html" navigation-title="Take on Tomorrow @ the World Economic Forum in Davos: Energy demand"> <img src="/gx/en/take-on-tomorrow/s-b-adjusted-feature-tile.png.pwcimage.150.100.jpg" alt=""/> <p>Take on Tomorrow @ the World Economic Forum in Davos: Energy demand</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/issues/business-model-reinvention/outlook/insights-and-perspectives.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/business-model-reinvention/outlook/insights-and-perspectives.html" navigation-title="Perspectives from the Global Entertainment &amp; Media Outlook 2024–2028"> <img src="/gx/en/industries/entertainment-media/outlook/content/2024/global-entertainment-media-thumbnail.png.pwcimage.150.100.jpg" alt=""/> <p>Perspectives from the Global Entertainment &amp; Media Outlook 2024–2028</p> </a> </div> </div> </div> <button class="slimheader-close search-hide" aria-label="Menu Close"></button> </div> <div id="services-subnav-2" class="sublevel-container search-hide show-subnav"> <div class="sublevel-navs"> <div class="slimnav-level2 slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services.html" navigation-title="Services">Services</a> </div> <nav> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services.html" aria-controls="see_all_services-subnav-2-1" nextpage-canonical-url="https://www.pwc.com/gx/en/services.html" navigation-title="See all services">See all services</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/alliances.html" aria-controls="alliances_and_ecosystems-subnav-2-2" nextpage-canonical-url="https://www.pwc.com/gx/en/services/alliances.html" navigation-title="Alliances and Ecosystems">Alliances and Ecosystems</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/audit-assurance.html" aria-controls="audit_and_assurance_services-subnav-2-3" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance.html" navigation-title="Audit and assurance services">Audit and assurance services</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/business-model-reinvention.html" aria-controls="business_model_reinvention-subnav-2-4" nextpage-canonical-url="https://www.pwc.com/gx/en/services/business-model-reinvention.html" navigation-title="Business model reinvention">Business model reinvention</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/transformation.html" aria-controls="business_transformation-subnav-2-5" nextpage-canonical-url="https://www.pwc.com/gx/en/services/transformation.html" navigation-title="Business transformation">Business transformation</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/consulting.html" aria-controls="consulting-subnav-2-6" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting.html" navigation-title="Consulting">Consulting</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/issues/crisis-solutions.html" aria-controls="crisis_management-subnav-2-7" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/crisis-solutions.html" navigation-title="Crisis management">Crisis management</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/deals.html" aria-controls="deals-subnav-2-8" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals.html" navigation-title="Deals">Deals</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/entrepreneurial-private-business.html" aria-controls="entrepreneurial_and_private_business-subnav-2-9" nextpage-canonical-url="https://www.pwc.com/gx/en/services/entrepreneurial-private-business.html" navigation-title="Entrepreneurial and private business">Entrepreneurial and private business</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/family-business.html" aria-controls="family_business-subnav-2-10" nextpage-canonical-url="https://www.pwc.com/gx/en/services/family-business.html" navigation-title="Family business">Family business</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/forensics.html" aria-controls="forensics-subnav-2-11" nextpage-canonical-url="https://www.pwc.com/gx/en/services/forensics.html" navigation-title="Forensics">Forensics</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/legal-business-solutions.html" aria-controls="legal_business_solutions-subnav-2-12" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions.html" navigation-title="Legal Business Solutions">Legal Business Solutions</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/managed-services.html" aria-controls="managed_services-subnav-2-13" nextpage-canonical-url="https://www.pwc.com/gx/en/services/managed-services.html" navigation-title="Managed Services">Managed Services</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/risk.html" target="_blank" aria-controls="risk_services-subnav-2-14" nextpage-canonical-url="https://www.pwc.com/gx/en/services/risk.html" navigation-title="Risk services">Risk services</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.strategyand.pwc.com/gx/en/functions.html" target="_blank" aria-controls="strategy-subnav-2-15" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/functions.html" navigation-title="Strategy">Strategy</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/sustainability.html" aria-controls="sustainability_and_climate_change-subnav-2-16" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability.html" navigation-title="Sustainability and climate change">Sustainability and climate change</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/tax.html" aria-controls="tax-subnav-2-17" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax.html" navigation-title="Tax">Tax</a> <a class="levelTwoLink " data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/trust-services.html" aria-controls="trust-subnav-2-18" nextpage-canonical-url="https://www.pwc.com/gx/en/services/trust-services.html" navigation-title="Trust">Trust</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Services" href="https://www.pwc.com/gx/en/services/workforce.html" aria-controls="workforce-subnav-2-19" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce.html" navigation-title="Workforce">Workforce</a> </nav> </div> </div> <span class="slimnav-level3"> <div id="see_all_services-subnav-2-1" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services.html" navigation-title="See all services">See all services</a> </div> </div> </div> <div id="alliances_and_ecosystems-subnav-2-2" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/alliances.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/alliances.html" navigation-title="Alliances and Ecosystems">Alliances and Ecosystems</a> </div> </div> </div> <div id="audit_and_assurance_services-subnav-2-3" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/audit-assurance.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance.html" navigation-title="Audit and assurance services">Audit and assurance services</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/accounting-advisory.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/accounting-advisory.html" navigation-title="Actuarial services">Actuarial services</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/capital-market.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/capital-market.html" navigation-title="Capital markets">Capital markets</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/corporate-reporting.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/corporate-reporting.html" navigation-title="Corporate reporting">Corporate reporting</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/financial.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/financial.html" navigation-title="Financial audit">Financial audit</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/ifrs-reporting.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/ifrs-reporting.html" navigation-title="IFRS">IFRS</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/internal-audit.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/internal-audit.html" navigation-title="Internal audit">Internal audit</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/next-generation-audit.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/next-generation-audit.html" navigation-title="Next Generation Audit">Next Generation Audit</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/risk-assurance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/risk-assurance.html" navigation-title="Risk assurance">Risk assurance</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" navigation-title="Sustainability assurance">Sustainability assurance</a> </nav> </div> </div> <div id="business_model_reinvention-subnav-2-4" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/business-model-reinvention.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/business-model-reinvention.html" navigation-title="Business model reinvention">Business model reinvention</a> </div> </div> </div> <div id="business_transformation-subnav-2-5" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/transformation.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/transformation.html" navigation-title="Business transformation">Business transformation</a> </div> </div> </div> <div id="consulting-subnav-2-6" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/consulting.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting.html" navigation-title="Consulting">Consulting</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/consulting/cloud-transformation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting/cloud-transformation.html" navigation-title="Cloud transformation">Cloud transformation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/consulting/digital-operations.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting/digital-operations.html" navigation-title="Digital operations">Digital operations</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals.html" navigation-title="Deals">Deals</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/advisory/finance-transformation.html" navigation-title="Finance transformation">Finance transformation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/forensics.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/forensics.html" navigation-title="Forensics">Forensics</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/consulting/front-office-transformation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting/front-office-transformation.html" navigation-title="Front office transformation">Front office transformation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/consulting/hr-transformation.html" navigation-title="HR transformation">HR transformation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/risk-regulation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/risk-regulation.html" navigation-title="Risk and regulation">Risk and regulation</a> <a class="levelThreeLink" target="_blank" href="https://www.strategyand.pwc.com/gx/en/functions.html" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/functions.html" navigation-title="Strategy">Strategy</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/consulting/technology.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/consulting/technology.html" navigation-title="Technology">Technology</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce.html" navigation-title="Workforce">Workforce</a> </nav> </div> </div> <div id="crisis_management-subnav-2-7" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/issues/crisis-solutions.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/crisis-solutions.html" navigation-title="Crisis management">Crisis management</a> </div> </div> </div> <div id="deals-subnav-2-8" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/deals.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals.html" navigation-title="Deals">Deals</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/acquisitions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/acquisitions.html" navigation-title="Acquisitions">Acquisitions</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/capital-markets-ipo.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/capital-markets-ipo.html" navigation-title="Capital markets">Capital markets</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/corporate-finance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/corporate-finance.html" navigation-title="Corporate finance">Corporate finance</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/deal-strategy.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/deal-strategy.html" navigation-title="Deals strategy">Deals strategy</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/joint-ventures-and-alliances.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/joint-ventures-and-alliances.html" navigation-title="Joint ventures and alliances">Joint ventures and alliances</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions.html" navigation-title="M&amp;A legal">M&amp;A legal</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/mergers-acquisitions.html" navigation-title="M&amp;A tax">M&amp;A tax</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/restructuring-and-crisis.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/deals/restructuring-and-crisis.html" navigation-title="Restructuring and crisis">Restructuring and crisis</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/deals/mergers-acquisitions.html" navigation-title="Sovereign wealth funds">Sovereign wealth funds</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/value-creation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/value-creation.html" navigation-title="Value creation">Value creation</a> </nav> </div> </div> <div id="entrepreneurial_and_private_business-subnav-2-9" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/entrepreneurial-private-business.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/entrepreneurial-private-business.html" navigation-title="Entrepreneurial and private business">Entrepreneurial and private business</a> </div> </div> </div> <div id="family_business-subnav-2-10" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/family-business.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/family-business.html" navigation-title="Family business">Family business</a> </div> </div> </div> <div id="forensics-subnav-2-11" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/forensics.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/forensics.html" navigation-title="Forensics">Forensics</a> </div> </div> </div> <div id="legal_business_solutions-subnav-2-12" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/legal-business-solutions.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions.html" navigation-title="Legal Business Solutions">Legal Business Solutions</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/employment.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/employment.html" navigation-title="Employment">Employment</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/entity-governance-compliance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/entity-governance-compliance.html" navigation-title="Entity governance &amp; compliance">Entity governance &amp; compliance</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/corporate-and-commercial.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/corporate-and-commercial.html" navigation-title="International business reorganisations">International business reorganisations</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/mergers-and-acquisitions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/mergers-and-acquisitions.html" navigation-title="Mergers &amp; acquisitions">Mergers &amp; acquisitions</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/new-law.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/new-law.html" navigation-title="NewLaw ">NewLaw </a> </nav> </div> </div> <div id="managed_services-subnav-2-13" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/managed-services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/managed-services.html" navigation-title="Managed Services">Managed Services</a> </div> </div> </div> <div id="risk_services-subnav-2-14" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/risk.html" target="_blank" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/risk.html" navigation-title="Risk services">Risk services</a> </div> </div> </div> <div id="strategy-subnav-2-15" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.strategyand.pwc.com/gx/en/functions.html" target="_blank" class="lv2-label" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/functions.html" navigation-title="Strategy">Strategy</a> </div> </div> </div> <div id="sustainability_and_climate_change-subnav-2-16" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/sustainability.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability.html" navigation-title="Sustainability and climate change">Sustainability and climate change</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/climate-risk-resilience-adaptation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/climate-risk-resilience-adaptation.html" navigation-title="Climate risk, resilience and adaptation">Climate risk, resilience and adaptation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/energy-solutions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/energy-solutions.html" navigation-title="Energy solutions">Energy solutions</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/impact-management-for-sustainable-business.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/impact-management-for-sustainable-business.html" navigation-title="Impact management for sustainable business strategy">Impact management for sustainable business strategy</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/esg-legal.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/esg-legal.html" navigation-title="Legal and sustainability">Legal and sustainability</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/net-zero-transformation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/net-zero-transformation.html" navigation-title="Net zero transformation">Net zero transformation</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" navigation-title="Sustainability assurance">Sustainability assurance</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/sustainable-capital.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/sustainable-capital.html" navigation-title="Sustainable capital">Sustainable capital</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/sustainability/sustainable-development-goals.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/sustainable-development-goals.html" navigation-title="Sustainable Development Goals (SDGs)">Sustainable Development Goals (SDGs)</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/audit-assurance/corporate-reporting/esg-reporting.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/corporate-reporting/esg-reporting.html" navigation-title="Sustainability reporting">Sustainability reporting</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/esg-tax.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/esg-tax.html" navigation-title="Tax and sustainability">Tax and sustainability</a> </nav> </div> </div> <div id="tax-subnav-2-17" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/tax.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax.html" navigation-title="Tax">Tax</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/indirect-taxes.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/indirect-taxes.html" navigation-title="Indirect taxes">Indirect taxes</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/international-tax-services.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/international-tax-services.html" navigation-title="International tax services">International tax services</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/mergers-and-acquisitions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/mergers-and-acquisitions.html" navigation-title="Mergers &amp; acquisitions">Mergers &amp; acquisitions</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/sightline.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/sightline.html" navigation-title="Sightline">Sightline</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" navigation-title="Tax code of conduct">Tax code of conduct</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/tax-controversy-dispute-resolution.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/tax-controversy-dispute-resolution.html" navigation-title="Tax controversy &amp; dispute resolution">Tax controversy &amp; dispute resolution</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/tax-policy-administration.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/tax-policy-administration.html" navigation-title="Tax policy &amp; administration">Tax policy &amp; administration</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/tax-reporting-strategy.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/tax-reporting-strategy.html" navigation-title="Tax reporting &amp; strategy">Tax reporting &amp; strategy</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/tax/transfer-pricing.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/transfer-pricing.html" navigation-title="Transfer pricing">Transfer pricing</a> </nav> </div> </div> <div id="trust-subnav-2-18" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/trust-services.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/trust-services.html" navigation-title="Trust">Trust</a> </div> </div> </div> <div id="workforce-subnav-2-19" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Services</a> </div> <a href="https://www.pwc.com/gx/en/services/workforce.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce.html" navigation-title="Workforce">Workforce</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/culture-change-and-leadership.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/culture-change-and-leadership.html" navigation-title="Culture, leadership and change">Culture, leadership and change</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/diversity-and-inclusion.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/diversity-and-inclusion.html" navigation-title="Diversity and inclusion">Diversity and inclusion</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/legal-business-solutions/employment.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/legal-business-solutions/employment.html" navigation-title="Employment law">Employment law</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/employment-tax-and-payroll.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/employment-tax-and-payroll.html" navigation-title="Employment tax and payroll">Employment tax and payroll</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/hr-transformation-technology.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/hr-transformation-technology.html" navigation-title="HR transformation and technology">HR transformation and technology</a> <a class="levelThreeLink" target="_blank" href="https://www.strategyand.pwc.com/gx/en/functions/organisational-strategy.html" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/functions/organisational-strategy.html" navigation-title="Organisational design">Organisational design</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/people-analytics-and-insights.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/people-analytics-and-insights.html" navigation-title="People analytics and insights">People analytics and insights</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/people-in-deals.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/people-in-deals.html" navigation-title="People in deals">People in deals</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/retirement-benefits-pensions.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/retirement-benefits-pensions.html" navigation-title="Retirement and pensions">Retirement and pensions</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/reward-and-benefits.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/reward-and-benefits.html" navigation-title="Reward and benefits">Reward and benefits</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/workforce-risk.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/workforce-risk.html" navigation-title="Workforce risk">Workforce risk</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/services/workforce/workforce-strategy.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/workforce/workforce-strategy.html" navigation-title="Workforce strategy">Workforce strategy</a> </nav> </div> </div> </span> <div class="slim-featured search-hide"> <p class="slim-featured-heading">Featured</p> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/services/sustainability/climate-risk-resilience-adaptation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/sustainability/climate-risk-resilience-adaptation.html" navigation-title="Climate risk, resilience and adaptation"> <img src="/gx/en/sustainability/assets/risk-resilience-adaptation-326700014-image.jpg.pwcimage.150.100.jpg" alt=""/> <p>Climate risk, resilience and adaptation</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/services/transformation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/transformation.html" navigation-title="Business transformation"> <img src="/gx/en/issues/technology/adobestock-559837112-3851x2166-221107.jpg.pwcimage.150.100.jpg" alt=""/> <p>Business transformation</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" nextpage-canonical-url="https://www.pwc.com/gx/en/services/audit-assurance/sustainability-reporting-assurance-services.html" navigation-title="Sustainability assurance"> <img src="/gx/en/nature-and-biodiversity/450587939-670x377.jpeg.pwcimage.150.100.jpg" alt=""/> <p>Sustainability assurance</p> </a> </div> </div> </div> <button class="slimheader-close search-hide" aria-label="Menu Close"></button> </div> <div id="issues-subnav-3" class="sublevel-container search-hide show-subnav"> <div class="sublevel-navs"> <div class="slimnav-level2 slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues.html" navigation-title="Issues">Issues</a> </div> <nav> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues.html" aria-controls="see_all_issues-subnav-3-1" nextpage-canonical-url="https://www.pwc.com/gx/en/issues.html" navigation-title="See all issues">See all issues</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/artificial-intelligence.html" aria-controls="artificial_intelligence-subnav-3-2" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/artificial-intelligence.html" navigation-title="Artificial Intelligence">Artificial Intelligence</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/business-model-reinvention.html" aria-controls="business_model_reinvention-subnav-3-3" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/business-model-reinvention.html" navigation-title="Business model reinvention">Business model reinvention</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/transformation.html" aria-controls="business_transformation-subnav-3-4" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/transformation.html" navigation-title="Business transformation">Business transformation</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/c-suite-insights.html" aria-controls="c_suite_insights-subnav-3-5" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/c-suite-insights.html" navigation-title="C-suite insights">C-suite insights</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/cybersecurity.html" aria-controls="cybersecurity-subnav-3-6" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/cybersecurity.html" navigation-title="Cybersecurity">Cybersecurity</a> <a class="levelTwoLink has-lv3" data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/esg.html" aria-controls="climate_and_sustainability-subnav-3-7" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/esg.html" navigation-title="Climate and sustainability">Climate and sustainability</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/megatrends.html" aria-controls="megatrends-subnav-3-8" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/megatrends.html" navigation-title="Megatrends">Megatrends</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/risk-regulation.html" aria-controls="risk_and_regulation-subnav-3-9" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/risk-regulation.html" navigation-title="Risk and regulation">Risk and regulation</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/technology.html" aria-controls="technology-subnav-3-10" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/technology.html" navigation-title="Technology">Technology</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/trust.html" aria-controls="trust-subnav-3-11" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/trust.html" navigation-title="Trust">Trust</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/upskilling.html" aria-controls="upskilling-subnav-3-12" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/upskilling.html" navigation-title="Upskilling">Upskilling</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/value-creation.html" aria-controls="value_creation-subnav-3-13" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/value-creation.html" navigation-title="Value creation">Value creation</a> <a class="levelTwoLink " data-breadcrumb="Issues" href="https://www.pwc.com/gx/en/issues/workforce.html" aria-controls="workforce-subnav-3-14" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/workforce.html" navigation-title="Workforce">Workforce</a> </nav> </div> </div> <span class="slimnav-level3"> <div id="see_all_issues-subnav-3-1" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues.html" navigation-title="See all issues">See all issues</a> </div> </div> </div> <div id="artificial_intelligence-subnav-3-2" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/artificial-intelligence.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/artificial-intelligence.html" navigation-title="Artificial Intelligence">Artificial Intelligence</a> </div> </div> </div> <div id="business_model_reinvention-subnav-3-3" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/business-model-reinvention.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/business-model-reinvention.html" navigation-title="Business model reinvention">Business model reinvention</a> </div> </div> </div> <div id="business_transformation-subnav-3-4" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/transformation.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/transformation.html" navigation-title="Business transformation">Business transformation</a> </div> </div> </div> <div id="c_suite_insights-subnav-3-5" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/c-suite-insights.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/c-suite-insights.html" navigation-title="C-suite insights">C-suite insights</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/transformation/accelerating-performance.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/transformation/accelerating-performance.html" navigation-title="Accelerating performance">Accelerating performance</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/c-suite-insights/ceo-survey.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/c-suite-insights/ceo-survey.html" navigation-title="Global CEO Survey">Global CEO Survey</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/about/contribution-to-debate/world-economic-forum/pwc-at-davos.html" nextpage-canonical-url="https://www.pwc.com/gx/en/about/contribution-to-debate/world-economic-forum/pwc-at-davos.html" navigation-title="PwC at Davos">PwC at Davos</a> <a class="levelThreeLink" href="https://strategybusiness.pwc.com/" navigation-title="strategy+business digital issue">strategy+business digital issue</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow.html" navigation-title="Take on Tomorrow: a strategy+business podcast">Take on Tomorrow: a strategy+business podcast</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda.html" navigation-title="The Leadership Agenda">The Leadership Agenda</a> </nav> </div> </div> <div id="cybersecurity-subnav-3-6" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/cybersecurity.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/cybersecurity.html" navigation-title="Cybersecurity">Cybersecurity</a> </div> </div> </div> <div id="climate_and_sustainability-subnav-3-7" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/esg.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/esg.html" navigation-title="Climate and sustainability">Climate and sustainability</a> </div> <nav> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/esg/the-energy-transition.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/esg/the-energy-transition.html" navigation-title="Energy Transition">Energy Transition</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/esg/nature-and-biodiversity.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/esg/nature-and-biodiversity.html" navigation-title="Nature &amp; biodiversity">Nature &amp; biodiversity</a> <a class="levelThreeLink" href="https://www.pwc.com/gx/en/issues/esg/corporate-sustainability-reporting-directive.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/esg/corporate-sustainability-reporting-directive.html" navigation-title="Corporate Sustainability Reporting Directive">Corporate Sustainability Reporting Directive</a> </nav> </div> </div> <div id="megatrends-subnav-3-8" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/megatrends.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/megatrends.html" navigation-title="Megatrends">Megatrends</a> </div> </div> </div> <div id="risk_and_regulation-subnav-3-9" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/risk-regulation.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/risk-regulation.html" navigation-title="Risk and regulation">Risk and regulation</a> </div> </div> </div> <div id="technology-subnav-3-10" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/technology.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/technology.html" navigation-title="Technology">Technology</a> </div> </div> </div> <div id="trust-subnav-3-11" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/trust.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/trust.html" navigation-title="Trust">Trust</a> </div> </div> </div> <div id="upskilling-subnav-3-12" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/upskilling.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/upskilling.html" navigation-title="Upskilling">Upskilling</a> </div> </div> </div> <div id="value_creation-subnav-3-13" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/value-creation.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/value-creation.html" navigation-title="Value creation">Value creation</a> </div> </div> </div> <div id="workforce-subnav-3-14" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Issues</a> </div> <a href="https://www.pwc.com/gx/en/issues/workforce.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/workforce.html" navigation-title="Workforce">Workforce</a> </div> </div> </div> </span> <div class="slim-featured search-hide"> <p class="slim-featured-heading">Featured</p> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda.html" navigation-title="The Leadership Agenda"> <img src="/gx/en/issues/c-suite-insights/the-leadership-agenda/tla-thumbnail.jpg.pwcimage.150.100.jpg" alt=""/> <p>The Leadership Agenda</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/issues/workforce/hopes-and-fears.html" nextpage-canonical-url="https://www.pwc.com/gx/en/issues/workforce/hopes-and-fears.html" navigation-title="Global Workforce Hopes and Fears Survey 2024"> <img src="/gx/en/hopes-and-fears/2024/global-hopes-and-fears-2024-thumbnail.png.pwcimage.150.100.jpg" alt=""/> <p>Global Workforce Hopes and Fears Survey 2024</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/ghost/the-sb-digital-issue-ceos-sustainability-checklist.html" nextpage-canonical-url="https://www.pwc.com/gx/en/ghost/the-sb-digital-issue-ceos-sustainability-checklist.html" navigation-title="The s+b digital issue: The CEO’s sustainability checklist"> <img src="/gx/en/hero/home/menu-nav-thumb-670x377-adjusted.png.pwcimage.150.100.jpg" alt=""/> <p>The s+b digital issue: The CEO’s sustainability checklist</p> </a> </div> </div> </div> <button class="slimheader-close search-hide" aria-label="Menu Close"></button> </div> <div id="about_us-subnav-4" class="sublevel-container search-hide show-subnav"> <div class="sublevel-navs"> <div class="slimnav-level2 slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about.html" navigation-title="About us">About us</a> </div> <nav> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about.html" aria-controls="see_more_about_us-subnav-4-1" nextpage-canonical-url="https://www.pwc.com/gx/en/about.html" navigation-title="See more About Us">See more About Us</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/alumni-network.html" aria-controls="alumni-subnav-4-2" nextpage-canonical-url="https://www.pwc.com/gx/en/about/alumni-network.html" navigation-title="Alumni">Alumni</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/analyst-relations.html" aria-controls="analyst_relations-subnav-4-3" nextpage-canonical-url="https://www.pwc.com/gx/en/about/analyst-relations.html" navigation-title="Analyst relations">Analyst relations</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/case-studies.html" aria-controls="client_case_studies-subnav-4-4" nextpage-canonical-url="https://www.pwc.com/gx/en/about/case-studies.html" navigation-title="Client case studies">Client case studies</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/ethics-business-conduct.html" aria-controls="ethics_and_compliance-subnav-4-5" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct.html" navigation-title="Ethics and compliance">Ethics and compliance</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" aria-controls="committing_to_net_zero-subnav-4-6" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" navigation-title="Committing to Net Zero">Committing to Net Zero</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/corporate-sustainability.html" aria-controls="corporate_sustainability-subnav-4-7" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-sustainability.html" navigation-title="Corporate sustainability">Corporate sustainability</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/diversity.html" aria-controls="diversity_and_inclusion-subnav-4-8" nextpage-canonical-url="https://www.pwc.com/gx/en/about/diversity.html" navigation-title="Diversity and inclusion">Diversity and inclusion</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/global-annual-review.html" aria-controls="pwc_s_global_annual_review-subnav-4-9" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-annual-review.html" navigation-title="PwC&#39;s Global Annual Review">PwC&#39;s Global Annual Review</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/global-regulatory-affairs.html" aria-controls="global_regulatory_affairs-subnav-4-10" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-regulatory-affairs.html" navigation-title="Global regulatory affairs">Global regulatory affairs</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/human-rights-statement.html" aria-controls="human_rights_statement-subnav-4-11" nextpage-canonical-url="https://www.pwc.com/gx/en/about/human-rights-statement.html" navigation-title="Human rights statement">Human rights statement</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/leadership.html" aria-controls="leadership_team-subnav-4-12" nextpage-canonical-url="https://www.pwc.com/gx/en/about/leadership.html" navigation-title="Leadership team">Leadership team</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/corporate-governance.html" aria-controls="network_governance_and_structure-subnav-4-13" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-governance.html" navigation-title="Network governance and structure">Network governance and structure</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/new-ventures.html" aria-controls="new_ventures_and_innovation-subnav-4-14" nextpage-canonical-url="https://www.pwc.com/gx/en/about/new-ventures.html" navigation-title="New Ventures and Innovation">New Ventures and Innovation</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/news-room.html" aria-controls="news_room-subnav-4-15" nextpage-canonical-url="https://www.pwc.com/gx/en/news-room.html" navigation-title="News room">News room</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/purpose-values-and-behaviours.html" aria-controls="purpose__values_and_behaviours-subnav-4-16" nextpage-canonical-url="https://www.pwc.com/gx/en/about/purpose-values-and-behaviours.html" navigation-title="Purpose, values and behaviours">Purpose, values and behaviours</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/office-locations.html" aria-controls="pwc_office_locations-subnav-4-17" nextpage-canonical-url="https://www.pwc.com/gx/en/about/office-locations.html" navigation-title="PwC office locations">PwC office locations</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/ethics-business-conduct/code-of-conduct.html" aria-controls="pwc_s_code_of_conduct-subnav-4-18" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct/code-of-conduct.html" navigation-title="PwC&#39;s Code of Conduct">PwC&#39;s Code of Conduct</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/corporate-responsibility/assets/pwc-network-environmental-statement.pdf" target="_blank" aria-controls="pwc_s_network_environment_statement-subnav-4-19" nextpage-canonical-url="https://www.pwc.com/gx/en/corporate-responsibility/assets/pwc-network-environmental-statement.pdf" navigation-title="PwC&#39;s Network Environment Statement">PwC&#39;s Network Environment Statement</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/corporate-governance/strategy-council-governance-structure.html" aria-controls="strategy_council-subnav-4-20" navigation-title="Strategy Council">Strategy Council</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.strategyand.pwc.com/gx/en/about.html" aria-controls="strategy_-subnav-4-21" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/about.html" navigation-title="Strategy&amp;">Strategy&amp;</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" aria-controls="tax_code_of_conduct-subnav-4-22" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" navigation-title="Tax Code of Conduct">Tax Code of Conduct</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/ethics-business-conduct/global-third-party-code-of-conduct.html" aria-controls="third_party_code_of_conduct-subnav-4-23" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct/global-third-party-code-of-conduct.html" navigation-title="Third party code of conduct">Third party code of conduct</a> <a class="levelTwoLink " data-breadcrumb="About us" href="https://www.pwc.com/gx/en/about/transparency-report.html" aria-controls="transparency_report-subnav-4-24" nextpage-canonical-url="https://www.pwc.com/gx/en/about/transparency-report.html" navigation-title="Transparency Report">Transparency Report</a> </nav> </div> </div> <span class="slimnav-level3"> <div id="see_more_about_us-subnav-4-1" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about.html" navigation-title="See more About Us">See more About Us</a> </div> </div> </div> <div id="alumni-subnav-4-2" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/alumni-network.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/alumni-network.html" navigation-title="Alumni">Alumni</a> </div> </div> </div> <div id="analyst_relations-subnav-4-3" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/analyst-relations.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/analyst-relations.html" navigation-title="Analyst relations">Analyst relations</a> </div> </div> </div> <div id="client_case_studies-subnav-4-4" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/case-studies.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/case-studies.html" navigation-title="Client case studies">Client case studies</a> </div> </div> </div> <div id="ethics_and_compliance-subnav-4-5" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/ethics-business-conduct.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct.html" navigation-title="Ethics and compliance">Ethics and compliance</a> </div> </div> </div> <div id="committing_to_net_zero-subnav-4-6" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" navigation-title="Committing to Net Zero">Committing to Net Zero</a> </div> </div> </div> <div id="corporate_sustainability-subnav-4-7" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/corporate-sustainability.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-sustainability.html" navigation-title="Corporate sustainability">Corporate sustainability</a> </div> </div> </div> <div id="diversity_and_inclusion-subnav-4-8" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/diversity.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/diversity.html" navigation-title="Diversity and inclusion">Diversity and inclusion</a> </div> </div> </div> <div id="pwc_s_global_annual_review-subnav-4-9" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/global-annual-review.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-annual-review.html" navigation-title="PwC&#39;s Global Annual Review">PwC&#39;s Global Annual Review</a> </div> </div> </div> <div id="global_regulatory_affairs-subnav-4-10" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/global-regulatory-affairs.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-regulatory-affairs.html" navigation-title="Global regulatory affairs">Global regulatory affairs</a> </div> </div> </div> <div id="human_rights_statement-subnav-4-11" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/human-rights-statement.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/human-rights-statement.html" navigation-title="Human rights statement">Human rights statement</a> </div> </div> </div> <div id="leadership_team-subnav-4-12" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/leadership.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/leadership.html" navigation-title="Leadership team">Leadership team</a> </div> </div> </div> <div id="network_governance_and_structure-subnav-4-13" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/corporate-governance.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-governance.html" navigation-title="Network governance and structure">Network governance and structure</a> </div> </div> </div> <div id="new_ventures_and_innovation-subnav-4-14" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/new-ventures.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/new-ventures.html" navigation-title="New Ventures and Innovation">New Ventures and Innovation</a> </div> </div> </div> <div id="news_room-subnav-4-15" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/news-room.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/news-room.html" navigation-title="News room">News room</a> </div> </div> </div> <div id="purpose__values_and_behaviours-subnav-4-16" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/purpose-values-and-behaviours.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/purpose-values-and-behaviours.html" navigation-title="Purpose, values and behaviours">Purpose, values and behaviours</a> </div> </div> </div> <div id="pwc_office_locations-subnav-4-17" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/office-locations.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/office-locations.html" navigation-title="PwC office locations">PwC office locations</a> </div> </div> </div> <div id="pwc_s_code_of_conduct-subnav-4-18" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/ethics-business-conduct/code-of-conduct.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct/code-of-conduct.html" navigation-title="PwC&#39;s Code of Conduct">PwC&#39;s Code of Conduct</a> </div> </div> </div> <div id="pwc_s_network_environment_statement-subnav-4-19" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/corporate-responsibility/assets/pwc-network-environmental-statement.pdf" target="_blank" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/corporate-responsibility/assets/pwc-network-environmental-statement.pdf" navigation-title="PwC&#39;s Network Environment Statement">PwC&#39;s Network Environment Statement</a> </div> </div> </div> <div id="strategy_council-subnav-4-20" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/corporate-governance/strategy-council-governance-structure.html" class="lv2-label" navigation-title="Strategy Council">Strategy Council</a> </div> </div> </div> <div id="strategy_-subnav-4-21" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.strategyand.pwc.com/gx/en/about.html" class="lv2-label" nextpage-canonical-url="https://www.strategyand.pwc.com/gx/en/about.html" navigation-title="Strategy&amp;">Strategy&amp;</a> </div> </div> </div> <div id="tax_code_of_conduct-subnav-4-22" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/services/tax/code-of-conduct.html" navigation-title="Tax Code of Conduct">Tax Code of Conduct</a> </div> </div> </div> <div id="third_party_code_of_conduct-subnav-4-23" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/ethics-business-conduct/global-third-party-code-of-conduct.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/ethics-business-conduct/global-third-party-code-of-conduct.html" navigation-title="Third party code of conduct">Third party code of conduct</a> </div> </div> </div> <div id="transparency_report-subnav-4-24" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">About us</a> </div> <a href="https://www.pwc.com/gx/en/about/transparency-report.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/about/transparency-report.html" navigation-title="Transparency Report">Transparency Report</a> </div> </div> </div> </span> <div class="slim-featured search-hide"> <p class="slim-featured-heading">Featured</p> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/the-new-equation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/the-new-equation.html" navigation-title="The New Equation"> <img src="/gx/en/the-new-equation-homepage-assets/tne_featured_nav.jpg.pwcimage.150.100.jpg" alt=""/> <p>The New Equation</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/about/global-annual-review.html" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-annual-review.html" navigation-title="PwC’s Global Annual Review"> <img src="/gx/en/global-annual-review/2024/gar-2024-thumb.jpg.pwcimage.150.100.jpg" alt=""/> <p>PwC’s Global Annual Review</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" nextpage-canonical-url="https://www.pwc.com/gx/en/about/corporate-sustainability/environmental-stewardship/net-zero.html" navigation-title="Committing to Net Zero"> <img src="/gx/en/about/assets/net-zero.jpg.pwcimage.150.100.jpg" alt=""/> <p>Committing to Net Zero</p> </a> </div> </div> </div> <button class="slimheader-close search-hide" aria-label="Menu Close"></button> </div> <div id="careers-subnav-5" class="sublevel-container search-hide show-subnav"> <div class="sublevel-navs"> <div class="slimnav-level2 slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Careers</a> </div> <a href="https://www.pwc.com/gx/en/careers.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/careers.html" navigation-title="Careers">Careers</a> </div> <nav> <a class="levelTwoLink " data-breadcrumb="Careers" href="https://www.pwc.com/gx/en/careers.html" aria-controls="find_out_more_about_careers-subnav-5-1" nextpage-canonical-url="https://www.pwc.com/gx/en/careers.html" navigation-title="Find out more about careers">Find out more about careers</a> <a class="levelTwoLink " data-breadcrumb="Careers" href="https://www.pwc.com/gx/en/careers/job-search.html" aria-controls="search_for_a_job-subnav-5-2" nextpage-canonical-url="https://www.pwc.com/gx/en/careers/job-search.html" navigation-title="Search for a job">Search for a job</a> </nav> </div> </div> <span class="slimnav-level3"> <div id="find_out_more_about_careers-subnav-5-1" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Careers</a> </div> <a href="https://www.pwc.com/gx/en/careers.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/careers.html" navigation-title="Find out more about careers">Find out more about careers</a> </div> </div> </div> <div id="search_for_a_job-subnav-5-2" class="slimheader-slide-nav"> <div class="slide-nav-contain"> <div class="sublevel-title-container search-hide"> <div class="slimnav-mobile-header"> <p> Menu</p> </div> <div class="slimheader-breadcrumb is-hidden"> <a href="#">Careers</a> </div> <a href="https://www.pwc.com/gx/en/careers/job-search.html" class="lv2-label" nextpage-canonical-url="https://www.pwc.com/gx/en/careers/job-search.html" navigation-title="Search for a job">Search for a job</a> </div> </div> </div> </span> <div class="slim-featured search-hide"> <p class="slim-featured-heading">Featured</p> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/the-new-equation.html" nextpage-canonical-url="https://www.pwc.com/gx/en/the-new-equation.html" navigation-title="The New Equation"> <img src="/gx/en/the-new-equation-homepage-assets/tne_featured_nav.jpg.pwcimage.150.100.jpg" alt=""/> <p>The New Equation</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/about/global-annual-review.html" nextpage-canonical-url="https://www.pwc.com/gx/en/about/global-annual-review.html" navigation-title="PwC’s Global Annual Review"> <img src="/gx/en/global-annual-review/2024/gar-2024-thumb.jpg.pwcimage.150.100.jpg" alt=""/> <p>PwC’s Global Annual Review</p> </a> </div> <div class="slim-featured-item"> <a class="featuredLink" href="https://www.pwc.com/gx/en/about/new-ventures/the-solvers-challenge.html" nextpage-canonical-url="https://www.pwc.com/gx/en/about/new-ventures/the-solvers-challenge.html" navigation-title="The Solvers Challenge"> <img src="/gx/en/the-solvers-challenge/content/Solvers_Thumbnail_670x377.jpg.pwcimage.150.100.jpg" alt=""/> <p>The Solvers Challenge</p> </a> </div> </div> </div> <button class="slimheader-close search-hide" aria-label="Menu Close"></button> </div> <div class="sublevel-search-container search-hide"> <div class="search-loading"> <div class="slim-search-loader"></div> <p>Loading Results</p> </div> <p class="slim-search-no-results is-hidden">No Match Found</p> <div class="slim-search-results"> <button class="btn view-all-search is-hidden" href="https://www.pwc.com/gx/en/search.html"> View All Results </button> </div> </div> </div> </div> <input type="hidden" id="locale" value='en_gx'/> <input type="hidden" name="mod_signInHref" class="mod_signInHref"/> <input type="hidden" name="mod_createAccountHref" class="mod_createAccountHref"/> <input type="hidden" name="mod_userLoginStatus" class="mod_userLoginStatus"/> <script> //Analytics : Triggers loginSuccessful event on inter user's login $(document).ready(function(){ var prepareUserRegLinks; var internal_login_status_cookie = Cookies.get("internal-login-status"); if(internal_login_status_cookie){ $(document).trigger("loginSuccessful"); rmvCookie("internal-login-status","/"); } //PR-2366: User Access Control landing page's requestAccess button link updates based on user's request. if ($('#access-control-section').length > 0) { var accessControlSection = $('#access-control-section'); var accessControlButtonWrapper = $('#access-control-section').find($('#pwc-access-button')); var accessControlButton = $(accessControlButtonWrapper).find('a'); const requestClasses = {requestAccess:"request-access", requestPending : "request-pending", requestApproved : "request-approved"}; $(accessControlSection).find('.help-block').html('Some error occured with creating access control request'); var userLoginStatus, approvalStatus=""; var currentPagePath = $('.currentPagePath').val(); var currLocale= "en_gx"; var randomNo = Math.round(new Date().getTime() + (Math.random() * 100)); var datapp = 'currentPagePath='+ encodeURIComponent(currentPagePath) + '&currLocale='+ encodeURIComponent(currLocale) + '&'+randomNo+'='; $.ajax('/bin/dpe/logindata', { data: datapp, type: "GET", dataType: 'json', contentType: 'application/json; charset=utf-8', mimeType: 'application/json; charset=utf-8', success: function (rawData, status, xhr) { SuccessCode = rawData.SuccessCode; switch (SuccessCode) { case '[0000]': $(accessControlSection).find($('#accessControl_GeneralError')).hide(); userLoginStatus = rawData.userLoginStatus; if(rawData.approvalStatus && rawData.approvalStatus !== "undefined"){ approvalStatus = rawData.approvalStatus; } $(".mod_userLoginStatus").attr("value",userLoginStatus); prepareUserRegLinks(userLoginStatus, approvalStatus); break; case '[1111]': default: $(accessControlSection).find($('#accessControl_GeneralError')).show(); } }, error: function (xhr, status, err) { $(accessControlSection).find($('#accessControl_GeneralError')).show(); $(accessControlButton).button('reset'); prepareUserRegLinks(false, approvalStatus); } }); prepareUserRegLinks = function(userLoginStatus, approvalStatus) { if (!userLoginStatus) { if($(".mod_signInHref").val()==''){ $(".mod_signInHref").val($('.login-data .sign-in.userreg').attr('href')); } if($(".mod_createAccountHref").val()==''){ $(".mod_createAccountHref").val($('.login-data .register.userreg').attr('href')); } $(accessControlButton).attr('href', $('.login-data .sign-in.userreg').attr('data-href')); $(accessControlSection).find('#access-control-footer a').attr('href', $('.login-data .register.userreg').attr('href')); } else { accessControlSection.removeClass("promo-banner--logged-out").addClass("promo-banner--logged-in"); switch (approvalStatus) { case "": case 'rejected': var reqObj = new Object(); reqObj.accessControlRequestedGroup = $(accessControlSection).data('accessControlGroup'); reqObj.accessControlLandingPage = currentPagePath; reqObj.accessControlRequestedPage = $(accessControlButton).attr('href'); reqObj.locale = 'en_gx'; $(accessControlButton).attr('href', 'javascript:void(0);'); $('#pwc-access-button a').click(function () { if ($(accessControlButtonWrapper).hasClass(requestClasses.requestAccess)) { $(accessControlButton).button('loading'); reqObj.accessControlRequestedTime = "1732683678916"; $.ajax('/bin/requestAccessServlet', { data: JSON.stringify(reqObj), type: "POST", dataType: 'json', contentType: 'application/json; charset=utf-8', mimeType: 'application/json; charset=utf-8', success: function (rawData, status, xhr) { SuccessCode = rawData.result.SuccessCode; $(accessControlButton).button('reset'); switch (SuccessCode) { case '[0000]': $(accessControlSection).find($('#accessControl_GeneralError')).hide(); $(accessControlButtonWrapper).removeClass(requestClasses.requestAccess).addClass(requestClasses.requestPending); $(accessControlButton).html('Access pending approval'); break; case '[1111]': default: $(accessControlSection).find($('#accessControl_GeneralError')).show(); } }, error: function (xhr, status, err) { $(accessControlSection).find($('#accessControl_GeneralError')).show(); $(accessControlButton).button('reset'); } }); } }); break; case 'pending-approval': $(accessControlButtonWrapper).removeClass(requestClasses.requestAccess).addClass(requestClasses.requestPending); $(accessControlButton).html('Access pending approval'); $(accessControlButton).attr('href', 'javascript:void(0);'); break; case 'approved': $(accessControlButtonWrapper).removeClass(requestClasses.requestAccess).addClass(requestClasses.requestApproved); $(accessControlButton).addClass('unlocked').removeClass('locked'); break; default: $(accessControlButton).attr('href', 'javascript:void(0);'); } } }; } }); </script> <script> var cookieI18nValues = {}; cookieI18nValues.cookieDescription = "This site uses cookies to collect information about your browsing activities in order to provide you with more relevant content and promotional materials, and help us understand your interests and enhance the site. By continuing to browse this site you agree to the use of cookies. Visit our <a href=https:\/\/www.pwc.com\/gx\/en\/legal\u002Dnotices\/cookie\u002Dpolicy.html>cookie policy<\/a> to learn more."; cookieI18nValues.cookieAcceptButton = "I understand"; </script> </div> </div> </div> </section> </div> <div class="container responsivegrid"> <div id="container-652e796ab0" class="cmp-container"> <div class="section container responsivegrid"> <section id="title" class="cmp-container page-section page-section--col-primary page-section--col-dark nomove fullwidth rf-bespoke-landing-hero title__overlay title__overlay--transformation crosspagenav--sticky videobghost " data-width="1600" data-height="900" data-image="/content/dam/pwc/gx/en/issues/artificial-intelligence/ai-hero.jpg" data-wcmmode="false" data-parallax="false" data-videoParallax="false" data-videoId="videoelement90cd591c-f9b4-680f-2ce3-cbd317ab1b80" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center center; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="title teaser hero-card-wrapper"> <div class="dpe-component-wrapper hero-title-component hero-title-component--lg-h1"> <div class="hero-title hero-title-textpanel--compaign"> <div class="container"> <div class="row hero-title-row--compaign"> <div class="textColumn col-sm-8"> <div class="hero-title-textpanel" data-analytics-link="Artificial Intelligence"> <h1> <span class="compaign-hlight__inner"> Artificial Intelligence </span> </h1> <p class="lead"> <span class="compaign-hlight__inner"> Discover new paths to future value </span> </p> </div> </div> </div> </div> </div> </div> </div> <div class="prog-ind progress-indicator-default"> <script> $(document).ready(function() { progressIndicator.init({ sections: [ [{"title":"AI insights across the PwC network","id":"ai-insights"},{"title":"Put the Power of GenAI to work for you","id":"making-gen-ai-work-for-you"},{"title":"Responsible Generative AI","id":"responsible-generative-ai"},{"title":"Our analyst ratings","id":"our-analyst-ratings"}], 'progress-indicator-default' ], title: "Index" }); }); </script> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="featured" class="cmp-container page-section page-section--col-white fullwidth videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelementd1602960-b3d7-fb0e-62fc-750852b57a0c" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> </div> </section> </div> <div class="section container responsivegrid"> <section id="overview" class="cmp-container page-section page-section--col-white fullwidth videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement12540418-0a62-b5ac-988b-5aecfc062575" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> </div> </section> </div> <div class="section container responsivegrid"> <section id="navigation" class="cmp-container page-section page-section--col-white fullwidth videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement7b91c3b3-18a8-943a-f8ca-4c837df8735e" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> </div> </section> </div> <div class="container responsivegrid"> <div id="container-c7ecf6d9a6" class="cmp-container"> <div class="section container responsivegrid"> <section id="content-free-1-1d65" class="cmp-container page-section page-section--col-white fullwidth videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelementb007cd73-c54e-9103-5f87-94a65d17fab4" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="reference-xf experiencefragment"><!-- SDI include (path: /content/pwc/gx/en/issues/artificial-intelligence/_jcr_content/root/container/content-free-container/section_59630764/html_copy.dynamic.html, resourceType: pwc/components/modernized/content/reference-xf) --> <div id="reference-xf-0e31cde14d" class="cmp-experiencefragment cmp-experiencefragment--transformation-customization"> <div id="container-855270275d" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="html parbase aem-GridColumn aem-GridColumn--default--12"> <div data-custom-code="Marketing"> <div class="html-xf"><style> #wrapper .collection-hide-search .collection-v2 input.search, #wrapper .collection-hide-search .collection-v3 input.search { display: none; } #wrapper .statbar-col-3 .statline { font-size: 4rem; padding: 2rem 0 0.5rem; } /*Show Ref XF in author */ html.aem-AuthorLayer-Edit .html-xf { display: block; background: #dedede; text-align: center; color: #ccc; height: 3rem; position: relative; } </style> <script src="/content/pwc/script/gx/en/katanya/animate-counters.min.js"></script> <script> new AnimateCounters({ scheme: { selectors: ".countup .statline, .countup .stat-left" } }); </script></div> </div> </div> <div class="html parbase aem-GridColumn aem-GridColumn--default--12"> <div data-custom-code="Sticky crosspage nav"> <div><script> "use strict"; (async ({ navigationSelector }) => { /* Wait for DOMContentLoaded */ document.readyState === "loading" && await new Promise(resolve => document.addEventListener("DOMContentLoaded", resolve)); const nav = document.querySelector(navigationSelector); const closestSection = nav?.closest("section"); if(nav && closestSection) { const updatePosition = () => { const parentNode = nav.parentNode; if(parentNode) { const { top = 0 } = nav.parentNode.getBoundingClientRect() ?? {}; if(top < 0) { nav.style.position = null; /* Reset to default */ } else { nav.style.position = "relative"; } nav.parentNode.style.minHeight = `${nav.offsetHeight}px`; } }; window.addEventListener("scroll", updatePosition); updatePosition(); } })({ navigationSelector: ".crosspagenav--sticky .crosspagenavigation .crosspage" }); </script></div> </div> </div> </div> </div> </div> </div> <div class="reference-xf experiencefragment"><!-- SDI include (path: /content/pwc/gx/en/issues/artificial-intelligence/_jcr_content/root/container/content-free-container/section_59630764/reference_xf.dynamic.html, resourceType: pwc/components/modernized/content/reference-xf) --> <div id="reference-xf-d03026d29a" class="cmp-experiencefragment cmp-experiencefragment--RF-bespoke-landing-heroes"> <div id="container-f5011e7fab" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="embedscript aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/reference/RF-bespoke-landing-heroes/master/_jcr_content/root/embedscript.dynamic.html/pwc/components/modernized/content/embedscript, resourceType: pwc/components/modernized/content/embedscript) --> <link rel="stylesheet" type="text/css" href="/content/pwc/script/gx/en/rf-bespoke/css/rf-bespoke-landing-heroes.css"/> <script type="text/javascript" src="/content/pwc/script/gx/en/rf-bespoke/js/rf-bespoke-landing-heroes.js"></script> </div> </div> </div> </div> </div> <div class="html parbase"> <div data-custom-code="tla banner hero"> <div><link href="/gx/en/issues/tla/assets/live/assets/css/ntf-tla-custom.css?v=2.4" rel="stylesheet"/> <script src="/content/pwc/script/gx/en/tla/collection/grid-collection.js"></script> <link rel="stylesheet" href="/content/pwc/script/gx/en/tla/collection/grid-collection.css"> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="ai-insights" class="cmp-container page-section page-section--col-white grid_collection videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelemente4856d77-6279-4901-c511-47f5ea15437b" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>AI insights across the PwC network</h2> </div> <script src="/etc.clientlibs/pwc/components/modernized/content/richtext/clientlibs-button.min.05014ed24e6422289f02e026aef427f0.js"></script> </div> <div class="VUEJS-APP collection-v3 section"><!-- SDI include (path: /content/pwc/gx/en/issues/artificial-intelligence/_jcr_content/root/container/content-free-container/section_242737921_co/collections_v3_copy_.dynamic.html, resourceType: pwc/components/modernized/content/collections-v3) --> <collection-v3 filter1="{&#34;numberHits&#34;:7,&#34;listItemCollection&#34;:[{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Jul 30 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/strategy-and-business/assets/di-14-gx-insight-tile-670x377.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;30/07/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The August issue of s+b explores how GenAI is sparking a surge of innovation akin to the advent of electricity. Discover how to channel its reinvention potential.\r\n&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;Generative AI: The 21st-century power play&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai--the-21st-century-power-play.html&#34;,&#34;collectionTitle&#34;:&#34;Generative AI: The 21st-century power play&#34;,&#34;thumbnailText&#34;:&#34;The August issue of s+b explores how GenAI is sparking a surge of innovation akin to the advent of electricity. Discover how to channel its reinvention...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai--the-21st-century-power-play&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Thu Jun 27 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/strategy-and-business/assets/genai-adoption-game-changer-thumbnail.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;27/06/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;GenAI\u2019s disruptive potential and adoption enablers will shape the pace at which companies in each industry pursue efficiency and reinvention opportunities.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;GenAI adoption: A game-changer for your industry | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/genai-adoption-game-changer.html&#34;,&#34;collectionTitle&#34;:&#34;Productivity or pioneering? Your industry\u2019s GenAI adoption play&#34;,&#34;thumbnailText&#34;:&#34;GenAI\u2019s disruptive potential and adoption enablers will shape the pace at which companies in each industry pursue efficiency and reinvention opportunities.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/genai-adoption-game-changer&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/content-detail-page-template&#34;,&#34;date&#34;:&#34;Tue Apr 30 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/flagship/ai/generativeai-article-hero/genai-cio-takeways.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;30/04/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Learn how CIOs can leverage generative AI to reinvent IT, enable productivity and drive business transformation.&#34;,&#34;pageTagList&#34;:[&#34;pwc-us:content-type/editors-pick&#34;,&#34;pwc-us:tech-effect/templates/flagship&#34;,&#34;pwc-xx:economic-buyer/chief-information-office&#34;,&#34;pwc-xx:content-type/article&#34;,&#34;pwc-xx:content-type/publication&#34;,&#34;pwc-us:collections/research-insights&#34;,&#34;pwc-us:tech-effect/topics/generative-ai&#34;,&#34;pwc-xx:topic/artificial-intelligence&#34;,&#34;pwc-us:content-length/6-min-read&#34;,&#34;pwc-us:tech-effect/topics/ai&#34;,&#34;pwc-us:tech-effect&#34;],&#34;title&#34;:&#34;Generative AI takeaways for CIOs: PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/us/en/tech-effect/ai-analytics/generative-ai-takeaways-for-cios.html&#34;,&#34;collectionTitle&#34;:&#34;Six generative AI takeaways for CIOs&#34;,&#34;thumbnailText&#34;:&#34;Learn how CIOs can leverage generative AI to reinvent IT, enable productivity and drive business transformation.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/us/en/tech-effect/ai-analytics/generative-ai-takeaways-for-cios&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Apr 11 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/TLA/content/TLA-167-CEO-thumb-data.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;11/04/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;A significant finding from PwC\u2019s 27th Annual Global CEO Survey strengthens the hand of CTOs seeking to leverage generative AI for their business.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;What changes minds on GenAI? Adopting it | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/ctos-and-generative-ai-for-business.html&#34;,&#34;collectionTitle&#34;:&#34;What changes minds on GenAI? Adopting it&#34;,&#34;thumbnailText&#34;:&#34;A significant finding from PwC\u2019s 27th Annual Global CEO Survey strengthens the hand of CTOs seeking to leverage generative AI for their business.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/ctos-and-generative-ai-for-business&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Mon Apr 08 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/technology/assets/path-to-generative-ai-sb-thumbnail-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;08/04/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Businesses that prioritize generative AI use cases can maximize their value capture, speed, and efficiency.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;The path to generative AI value | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/path-to-generative-ai-value.html&#34;,&#34;collectionTitle&#34;:&#34;The path to generative AI value: Setting the flywheel in motion&#34;,&#34;thumbnailText&#34;:&#34;Businesses that prioritize generative AI use cases can maximize their value capture, speed, and efficiency.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/path-to-generative-ai-value&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Mar 14 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/brand-simplified/teaser-images-670/technology/damil-gettyimages-571065857-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;14/03/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Over a year of Generative AI (GenAI) excitement has translated into palpable momentum, with 60% of organisations seeing GenAI as an opportunity rather than a risk, and many launching GenAI-enabled capabilities, investing in GenAI skills and pursuing ambitious strategies.&#34;,&#34;pageTagList&#34;:[&#34;pwc-uk:content_type/insights&#34;,&#34;pwc-uk:issues/emerging-technologies/artificial-intelligence&#34;,&#34;pwc-uk:industries/tmt&#34;],&#34;title&#34;:&#34;GenAI: Creating value through governance - PwC UK&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.co.uk/insights/generative-artificial-intelligence-creating-value-through-governance.html&#34;,&#34;collectionTitle&#34;:&#34;GenAI: Creating value through governance&#34;,&#34;thumbnailText&#34;:&#34;Over a year of Generative AI (GenAI) excitement has translated into palpable momentum, with 60% of organisations seeing GenAI as an opportunity rather than a...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.co.uk/insights/generative-artificial-intelligence-creating-value-through-governance&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Feb 22 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/c-suite-insights/the-leadership-agenda/TLA-156-CEO.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;22/02/24&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Tech CEOs are investing to build their workforce and capitalise on new opportunities from generative AI. That\u2019s a sharp contrast to how their peers view it.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;Gen AI is a tool for growth, not just efficiency | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/gen-ai-is-a-tool-for-growth-not-just-efficiency.html&#34;,&#34;collectionTitle&#34;:&#34;Gen AI is a tool for growth, not just efficiency&#34;,&#34;thumbnailText&#34;:&#34;Tech CEOs are investing to build their workforce and capitalise on new opportunities from generative AI. That\u2019s a sharp contrast to how their peers view it.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/gen-ai-is-a-tool-for-growth-not-just-efficiency&#34;,&#34;videoItemUrl&#34;:&#34;&#34;}],&#34;filters&#34;:[]}" filter2="{&#34;displayDescription&#34;:true,&#34;componentId&#34;:&#34;-content-pwc-gx-en-issues-artificial-intelligence-jcr-content-root-container-content-free-container-section-242737921-co-collections-v3-copy-&#34;,&#34;resultslink&#34;:&#34;&#34;,&#34;displayResultCount&#34;:true,&#34;isDeepLinkSearch&#34;:false,&#34;listFrom&#34;:&#34;static&#34;,&#34;displayBrandKeyline&#34;:false,&#34;pageSize&#34;:6,&#34;orderBy&#34;:&#34;pwcReleaseDate&#34;,&#34;facetedTitle&#34;:&#34;&#34;,&#34;deepLinkId&#34;:&#34;59856&#34;,&#34;variation&#34;:&#34;legacy&#34;,&#34;isVideoChecked&#34;:false,&#34;displayThumbnail&#34;:true,&#34;dateFormatString&#34;:&#34;yyyy-MM-dd&#34;,&#34;displayDownload&#34;:false,&#34;displayDate&#34;:false,&#34;limit&#34;:100,&#34;menuType&#34;:&#34;none&#34;,&#34;isFixedHeight&#34;:true,&#34;linkItems&#34;:false}" filter3="{&#34;loadMoreLabel&#34;:&#34;Load more&#34;,&#34;openModalLabel&#34;:&#34;Filter by&#34;,&#34;cancelSearchLabel&#34;:&#34;Faceted_Navigation_CancelSearch&#34;,&#34;closeFilterLabel&#34;:&#34;Close&#34;,&#34;applyFiltersLabel&#34;:&#34;Apply filters&#34;,&#34;resultSingularLabel&#34;:&#34;result&#34;,&#34;filterByLabel&#34;:&#34;Filter by&#34;,&#34;mostPopularLabel&#34;:&#34;Most Popular&#34;,&#34;publishDateLabel&#34;:&#34;Publish date&#34;,&#34;searchLabel&#34;:&#34;Search&#34;,&#34;loadingLabel&#34;:&#34;Loading...&#34;,&#34;videoErrorLabel&#34;:&#34;Playback of this video is not currently available&#34;,&#34;downloadPdfLabel&#34;:&#34;Download PDF&#34;,&#34;viewAllLabel&#34;:&#34;View all&#34;,&#34;viewTranscriptLabel&#34;:&#34;View transcript&#34;,&#34;sortByLabel&#34;:&#34;Sort by&#34;,&#34;resultsLabel&#34;:&#34;result(s)&#34;,&#34;resultPluralLabel&#34;:&#34;results&#34;,&#34;resetFiltersLabel&#34;:&#34;Reset filters&#34;}"> </collection-v3> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="industry-role-powered-by" class="cmp-container page-section page-section--col-white videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement318316d9-8b28-0dc7-09e4-527eda1c074c" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="quote"> <div class="quote-card"> <p class="h3">“We are at a tipping point in business and society where AI will revolutionise how we work, live and interact at scale”</p> <small class="caption">Mohamed Kande,<cite>Global Chair, PricewaterhouseCoopers International Limited</cite></small> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="making-gen-ai-work-for-you" class="cmp-container page-section page-section--col-light-grey videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement03cb7ae3-a5b7-8291-5dbd-08bfbc759a4a" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="columnControl"> <div class="parsys_column pwccol1-longform-left "> <div class="parsys_column pwccol1-longform-left-c0"> <div id="container-b363d07319" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>Put the power of GenAI to work for you</h2> </div> </div> <div class="text parbase section"><div></div> <div class="text-component"> <p>Learn more about generative AI and how it can impact business.</p> </div> </div> </div> </div> </div> </div> <div class="accordion panelcontainer accordionv2__fifty-fifty"> <div id="accordion-d43c1e123e" class="cmp-accordion" data-cmp-is="accordion" data-placeholder-text="false"> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" id="accordion-d43c1e123e-item-a64f5e8928"> <div class="cmp-accordion__header"> <button id="accordion-d43c1e123e-item-a64f5e8928-button" class="cmp-accordion__button" aria-controls="accordion-d43c1e123e-item-a64f5e8928-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title">What is generative AI?</span> <span class="cmp-accordion__icon"></span> </button> </div> <div data-cmp-hook-accordion="panel" id="accordion-d43c1e123e-item-a64f5e8928-panel" class="cmp-accordion__panel cmp-accordion__panel--expanded cmp-accordion__publish" role="region" aria-labelledby="accordion-d43c1e123e-item-a64f5e8928-button"><div class="container responsivegrid"> <div id="container-a64f5e8928" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <p>Generative AI is not just a technology, but a tool that helps clients scale their workforce, work faster, and focus on higher-value activities. Generative AI is a type of artificial intelligence that allows us to create, enhance, summarize, and analyze unstructured data, such as text, code, voice and images. This type of data makes up a large portion of enterprise data and affects everything that we do. It is the best window into the needs and wants of the customers, employees, candidates and collaborators for your business.</p> </div> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" id="accordion-d43c1e123e-item-ed37f53bad"> <div class="cmp-accordion__header"> <button id="accordion-d43c1e123e-item-ed37f53bad-button" class="cmp-accordion__button" aria-controls="accordion-d43c1e123e-item-ed37f53bad-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title">What is the impact of generative AI?</span> <span class="cmp-accordion__icon"></span> </button> </div> <div data-cmp-hook-accordion="panel" id="accordion-d43c1e123e-item-ed37f53bad-panel" class="cmp-accordion__panel cmp-accordion__panel--expanded cmp-accordion__publish" role="region" aria-labelledby="accordion-d43c1e123e-item-ed37f53bad-button"><div class="container responsivegrid"> <div id="container-ed37f53bad" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <p>Generative AI’s impact on business and society is already starting to be significant. As its capabilities rapidly expand, generative AI’s reach and its ease of use makes it even more accessible and applicable to even more use cases.</p> <p>With GenAI, developing and deploying new AI capabilities is no longer limited to data scientists. Business users can write prompts to apply it to new tasks, use it for brainstorming and many other uses. As they gain more experience in working with it and refining prompts and approaches, the resulting speed and productivity allows them to focus on higher-value activities. As GenAI use in business expands, organizations can transform their business — so long as they practice Responsible AI and manage the new risks to security, privacy, bias and brands.hat is the impact of generative AI?</p> </div> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" id="accordion-d43c1e123e-item-09bc3a494c"> <div class="cmp-accordion__header"> <button id="accordion-d43c1e123e-item-09bc3a494c-button" class="cmp-accordion__button" aria-controls="accordion-d43c1e123e-item-09bc3a494c-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title">How can generative AI improve business?</span> <span class="cmp-accordion__icon"></span> </button> </div> <div data-cmp-hook-accordion="panel" id="accordion-d43c1e123e-item-09bc3a494c-panel" class="cmp-accordion__panel cmp-accordion__panel--expanded cmp-accordion__publish" role="region" aria-labelledby="accordion-d43c1e123e-item-09bc3a494c-button"><div class="container responsivegrid"> <div id="container-09bc3a494c" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <p>Generative AI can automate and enhance aspects of almost all business operations, ranging from customer service to software development and data analytics. For example, it can:</p> <ul> <li><p>Improve how you engage with your customers by enabling self-service, providing a greater interaction or experience</p> </li> <li><p>Automate high-volume tasks, such as processing insurance claims and communications or rapidly streamline complex software development tasks</p> </li> <li><p>Make it easier for your teams to understand all the unstructured data that matters — e.g. contracts, invoices, customer feedback, policies, performance reviews.</p> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" id="accordion-d43c1e123e-item-1ebaa794af"> <div class="cmp-accordion__header"> <button id="accordion-d43c1e123e-item-1ebaa794af-button" class="cmp-accordion__button" aria-controls="accordion-d43c1e123e-item-1ebaa794af-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title">What is responsible generative AI?</span> <span class="cmp-accordion__icon"></span> </button> </div> <div data-cmp-hook-accordion="panel" id="accordion-d43c1e123e-item-1ebaa794af-panel" class="cmp-accordion__panel cmp-accordion__panel--expanded cmp-accordion__publish" role="region" aria-labelledby="accordion-d43c1e123e-item-1ebaa794af-button"><div class="container responsivegrid"> <div id="container-1ebaa794af" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <p>Responsible AI is a set of practices that balances AI’s transformative potential against inherent risks. These practices help companies navigate the risks and benefits of AI solutions in a consistent, transparent, and accountable manner. Responsible AI encourages collaboration between stakeholders to implement strategies and policies that prioritize and promote effective risk management, responsible practices, and align AI systems use with the organization's values and objectives.</p> <p><a pwcbtnfile="HideSize" href="https://www.pwc.com/gx/en/issues/artificial-intelligence/what-is-responsible-ai.html" class="undefined btn btn--secondary btn--transparent">Learn more</a></p> </div> </div> </div> </div> </div> </div> <div class="cmp-accordion__item" data-cmp-hook-accordion="item" id="accordion-d43c1e123e-item-4904e07751"> <div class="cmp-accordion__header"> <button id="accordion-d43c1e123e-item-4904e07751-button" class="cmp-accordion__button" aria-controls="accordion-d43c1e123e-item-4904e07751-panel" data-cmp-hook-accordion="button"> <span class="cmp-accordion__title">Why PwC for generative AI?</span> <span class="cmp-accordion__icon"></span> </button> </div> <div data-cmp-hook-accordion="panel" id="accordion-d43c1e123e-item-4904e07751-panel" class="cmp-accordion__panel cmp-accordion__panel--expanded cmp-accordion__publish" role="region" aria-labelledby="accordion-d43c1e123e-item-4904e07751-button"><div class="container responsivegrid"> <div id="container-4904e07751" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <p>We are a community of solvers — consultants, engineers, developers, data scientists and designers — with the experience and knowledge to implement and provide oversight on generative AI. Our human-led and tech-powered mindset drives our success in harnessing the power of GenAI, both in house and with the companies we work for. Complemented by alliances with other leading tech companies and academic institutions, we are creating solutions that help you reimagine certain areas of your business to unlock more value.</p> <p>PwC is not only transforming its own business at scale across all functions, but also powering workforce transformation at scale. We’re investing in upskilling our entire workforce on GenAI to support our clients by incorporating trust and design. We introduce the right technologies, processes, and upskilling to address the risks and opportunities GenAI can bring. PwC is already working on hundreds of generative AI use cases — both for clients and within our own organization to drive efficiency and productivity. Examples of successful implementation include:</p> <ul> <li><p>Developed a custom generative language model for a Pharma client to automate the writing of safety narratives for drug-related adverse events.</p> </li> <li><p>Helped an insurance client apply AI to its claim estimation process, realizing efficiency savings across its estimator team.</p> </li> <li><p>An automotive retailer client is using GenAI in production to help generate vehicle descriptions at scale and to provide summaries of reviews, resulting in improved search and conversion rates.</p> </li> <li><p>Working with financial clients to analyze historical data and market trends where AI algorithms can generate more precise predictions for revenue, expenses, and cash flow. This can help our clients make better-informed decisions and develop more accurate financial plans.</p> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="responsible-generative-ai" class="cmp-container page-section page-section--col-white videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement59e793d3-d48c-cb56-2fbf-fb2a265eaeee" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="columnControl"> <div class="parsys_column pwccol2-longform "> <div class="parsys_column pwccol2-longform-c0"> <div id="container-82bd0b8da0" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>Responsible Generative AI</h2> <p>AI is bringing limitless potential to push us forward as a society — but with great potential comes great risks.&nbsp;</p> <p>When you use AI to support business-critical decisions based on sensitive data, you need to be sure that you understand what AI is doing, and why. Is it making accurate, bias-aware decisions? Is it violating anyone’s privacy? Can you govern and monitor this powerful technology? Globally, organisations recognise the need for Responsible AI but are at different stages of the journey.&nbsp;</p> <p><a pwcbtnfile="HideSize" href="https://www.pwc.com/gx/en/issues/artificial-intelligence/what-is-responsible-ai.html" class="undefined btn btn--secondary btn--transparent">Learn more</a></p> </div> </div> </div> </div> <div class="parsys_column pwccol2-longform-c1"> <div id="container-890d7f9807" class="cmp-container"> <div class="image"> <div class="asset-sharing-component image-asset "> <img class="js-lazy-loading mod__image_p image-component_background " data-image="/gx/en/issues/artificial-intelligence/resp-ai-component-image.jpg" alt="responsible ai" data-emptytext="Image" style="height:auto; padding-top:; max-height:;"/> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="content-free-1-1514" class="cmp-container page-section page-section--col-light-grey hidden videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelementa8f3db0e-66b1-24b7-241a-e34b1cb2e343" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="columnControl"> <div class="parsys_column pwccol1-longform-left "> <div class="parsys_column pwccol1-longform-left-c0"> <div id="container-1bfc0ad974" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>AI capabilities</h2> </div> </div> </div> </div> </div> </div> <div class="secondary-navigation section"> <div class="dpe-component-wrapper secnav-tabs "> <div class="container"> <div class="row"> <div class="col-xs-12 secnav-tabs__navigation-container"> </div> </div> <div class="row delete-for-print"> <div class="col-xs-12 secnav-tabs__navigation-container"> <ul class="secnav-tabs__navigation"> <li class="active secnav-tabs__tab"> <a href="#tab_5-0-root_container_content-free-container_section-844034303_secondarynavigation-" aria-controls="tab_5-0-root_container_content-free-container_section-844034303_secondarynavigation-" role="tab" data-toggle="tab"> <span class="secnav-tabs__tab-title">GenAI Upskilling</span> </a> </li> <li class=" secnav-tabs__tab"> <a href="#tab_5-1-root_container_content-free-container_section-844034303_secondarynavigation-" aria-controls="tab_5-1-root_container_content-free-container_section-844034303_secondarynavigation-" role="tab" data-toggle="tab"> <span class="secnav-tabs__tab-title">Risk Link</span> </a> </li> <li class=" secnav-tabs__tab"> <a href="#tab_5-2-root_container_content-free-container_section-844034303_secondarynavigation-" aria-controls="tab_5-2-root_container_content-free-container_section-844034303_secondarynavigation-" role="tab" data-toggle="tab"> <span class="secnav-tabs__tab-title">Bias Analyser</span> </a> </li> <li class=" secnav-tabs__tab"> <a href="#tab_5-3-root_container_content-free-container_section-844034303_secondarynavigation-" aria-controls="tab_5-3-root_container_content-free-container_section-844034303_secondarynavigation-" role="tab" data-toggle="tab"> <span class="secnav-tabs__tab-title">Responsible AI Toolkit</span> </a> </li> <li class=" secnav-tabs__tab"> <a href="#tab_5-4-root_container_content-free-container_section-844034303_secondarynavigation-" aria-controls="tab_5-4-root_container_content-free-container_section-844034303_secondarynavigation-" role="tab" data-toggle="tab"> <span class="secnav-tabs__tab-title">Model Edge</span> </a> </li> </ul> <div class="secnav-tabs__tab-horizontal-line"></div> </div> </div> <div class="secnav-tabs__content-wrapper"> <div role="tabpanel" tabindex="0" data-cmp-hook-tabs="tabpanel" class="secnav-tabs__content active" id="tab_5-0-root_container_content-free-container_section-844034303_secondarynavigation-"> <div class="secnav-tabs__content-container"> <div class="secnav-tabs__tab-title-print" style="display: none;">GenAI Upskilling</div> <div class="row"> <div class="col-sm-4"> <img src="/content/dam/pwc/network/collection-fallback-images/2.png" alt="" class="secnav-tabs__content-image img-responsive"/> </div> <div class="col-sm-8"> <div class="secnav-tabs__content-copy text-component"> <h3 class="secnav-tabs__content-heading">GenAI Upskilling</h3> <p><p>Organisations need to be ready to embrace GenAI opportunities and manage associated risks.<br /> </p> </p> <a href="/us/en/ghosts/solutions-generative-ai.html" class="btn btn--transparent">Learn more</a> </div> </div> </div> </div> </div> <div role="tabpanel" tabindex="0" data-cmp-hook-tabs="tabpanel" class="secnav-tabs__content" id="tab_5-1-root_container_content-free-container_section-844034303_secondarynavigation-"> <div class="secnav-tabs__content-container"> <div class="secnav-tabs__tab-title-print" style="display: none;">Risk Link</div> <div class="row"> <div class="col-sm-4"> <img src="/us/en/products/risk-link-properties.jpg" alt="" class="secnav-tabs__content-image img-responsive"/> </div> <div class="col-sm-8"> <div class="secnav-tabs__content-copy text-component"> <h3 class="secnav-tabs__content-heading">Risk Link</h3> <p><p>Our integrated risk intelligence platform helps empower your risk management program, streamlining efficiency and giving you a proactive approach to risk.</p> </p> <a href="/us/en/products/risk-link.html" class="btn btn--transparent">Learn more</a> </div> </div> </div> </div> </div> <div role="tabpanel" tabindex="0" data-cmp-hook-tabs="tabpanel" class="secnav-tabs__content" id="tab_5-2-root_container_content-free-container_section-844034303_secondarynavigation-"> <div class="secnav-tabs__content-container"> <div class="secnav-tabs__tab-title-print" style="display: none;">Bias Analyser</div> <div class="row"> <div class="col-sm-4"> <img src="/us/en/services/consulting/cloud-digital/data-analytics/artificial-intelligence/assets/bias-analyzer-670x377-properties.jpg" alt="" class="secnav-tabs__content-image img-responsive"/> </div> <div class="col-sm-8"> <div class="secnav-tabs__content-copy text-component"> <h3 class="secnav-tabs__content-heading">Bias Analyser</h3> <p><p>Bias Analyser examines AI systems to find hidden biases so you can proactively identify, monitor and manage potential risks and protect your organisation.</p> </p> <a href="/us/en/services/consulting/cloud-digital/data-analytics/artificial-intelligence/bias-analyzer.html" class="btn btn--transparent">Learn more</a> </div> </div> </div> </div> </div> <div role="tabpanel" tabindex="0" data-cmp-hook-tabs="tabpanel" class="secnav-tabs__content" id="tab_5-3-root_container_content-free-container_section-844034303_secondarynavigation-"> <div class="secnav-tabs__content-container"> <div class="secnav-tabs__tab-title-print" style="display: none;">Responsible AI Toolkit</div> <div class="row"> <div class="col-sm-4"> <img src="/us/en/ghosts/images/what-is-responsible-ai.png" alt="" class="secnav-tabs__content-image img-responsive"/> </div> <div class="col-sm-8"> <div class="secnav-tabs__content-copy text-component"> <h3 class="secnav-tabs__content-heading">Responsible AI Toolkit</h3> <p><p>AI will soon touch all of our lives, deeply. Organisations must wield AI’s power with care, so they—and their stakeholders—can trust it as it transforms our world.</p> </p> <a href="/gx/en/issues/data-and-analytics/artificial-intelligence/what-is-responsible-ai.html" class="btn btn--transparent">Learn more</a> </div> </div> </div> </div> </div> <div role="tabpanel" tabindex="0" data-cmp-hook-tabs="tabpanel" class="secnav-tabs__content" id="tab_5-4-root_container_content-free-container_section-844034303_secondarynavigation-"> <div class="secnav-tabs__content-container"> <div class="secnav-tabs__tab-title-print" style="display: none;">Model Edge</div> <div class="row"> <div class="col-sm-4"> <img src="/us/en/products2/overview/product-risk-management-modeledge.jpg" alt="" class="secnav-tabs__content-image img-responsive"/> </div> <div class="col-sm-8"> <div class="secnav-tabs__content-copy text-component"> <h3 class="secnav-tabs__content-heading">Model Edge</h3> <p><p>Streamline model risk management and model governance with a cloud-based platform that accelerates the end-to-end model lifecycle.</p> </p> <a href="/us/en/products/model-edge.html" class="btn btn--transparent">Learn more</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="our-analyst-ratings" class="cmp-container page-section page-section--col-light-grey videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement2f153624-7ac4-5a8e-736f-bc6f9cd8b781" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="tabsnew highlights section"> <div class="speakers container highligths-container"> <div class="row"> <div class="col-xs-12 hl-dv-component-title"> <h2>Our analyst ratings</h2> </div> </div> <div class="row dvHighlights"> <div class="hl-content"> <div class="dv-article hl-article mod__4col_h hl-preview hl-simple col-sm-3"> <div class="heighlight-text-content" style="display:none;"></div> <a target="_self"> <div class="col-xs-4 col-sm-3 col-md-5 hl-dv-article-img"> <div class="alt-img"></div> <div class="hl-article-img" style="background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/orange-for-pwc-only/picto_aidrivenannotation_orange.svg)"></div> </div> <div class="no-padding col-xs-8 col-sm-9 col-md-7"> <h3 class="lg-text-link no-link">AI Service Providers</h3> <p class="hl-article-desc">PwC rated as a Leader in Artificial Intelligence Service Providers by Independent Research Firm, 2022.</p> </div> </a> </div> <div class="dv-article hl-article mod__4col_h hl-preview hl-simple col-sm-3"> <div class="heighlight-text-content" style="display:none;"></div> <a target="_self"> <div class="col-xs-4 col-sm-3 col-md-5 hl-dv-article-img"> <div class="alt-img"></div> <div class="hl-article-img" style="background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/orange-for-pwc-only/picto-technology-digital-orang.svg)"></div> </div> <div class="no-padding col-xs-8 col-sm-9 col-md-7"> <h3 class="lg-text-link no-link">Responsible Artificial Intelligence</h3> <p class="hl-article-desc">PwC named a Leader in the IDC MarketScape for Worldwide Responsible Artificial Intelligence for Integrated Financial Crime Management Platforms 2022</p> </div> </a> </div> <div class="dv-article hl-article mod__4col_h hl-preview hl-simple col-sm-3"> <div class="heighlight-text-content" style="display:none;"></div> <a target="_self"> <div class="col-xs-4 col-sm-3 col-md-5 hl-dv-article-img"> <div class="alt-img"></div> <div class="hl-article-img" style="background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/orange-for-pwc-only/picto_graphicdesign_orange.svg)"></div> </div> <div class="no-padding col-xs-8 col-sm-9 col-md-7"> <h3 class="lg-text-link no-link">AI IT Services</h3> <p class="hl-article-desc">PwC named a Leader in the IDC MarketScape: Worldwide Artificial Intelligence IT Services 2021 Vendor Assessment</p> </div> </a> </div> <div class="dv-article hl-article mod__4col_h hl-preview hl-simple col-sm-3"> <div class="heighlight-text-content" style="display:none;"></div> <a target="_self"> <div class="col-xs-4 col-sm-3 col-md-5 hl-dv-article-img"> <div class="alt-img"></div> <div class="hl-article-img" style="background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/orange-for-pwc-only/picto_businesscard_orange.svg)"></div> </div> <div class="no-padding col-xs-8 col-sm-9 col-md-7"> <h3 class="lg-text-link no-link">AI Business Services</h3> <p class="hl-article-desc">PwC named a Leader in the IDC MarketScape: Worldwide Artificial Intelligence Business Services 2021 Vendor Assessment</p> </div> </a> </div> </div> <div class="dvModal hl-modal-hidden"> <div class="close-modal" aria-label="Back" onclick="highlights_modal.hide_modal(this)">< Back</div> <h4 class="hl-modal-title"></h4> <div class="hl-scroll-content"> <div class="hl-modal-content"> <p class="hl-modal-paragraph text-component"></p> <img src="" class="hl-modal-image"/> </div> </div> <div class="hl-close-modal-mobile" onclick="highlights_modal.hide_modal(this)">< Back</div> <div class="dv-read-more"> <div class="gradient-read-more"></div> <div class="txt-read-more" onclick="highlights_modal.read_more(this)">[+] Read More</div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="industry-role-powered-by" class="cmp-container page-section page-section--col-white videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement43b5c747-1ed1-87af-4a9a-08ff1aef80bd" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="quote"> <div class="quote-card"> <p class="h3">70% of CEOs believe generative AI will significantly change the way their company creates, delivers, and captures value in the next three years.</p> <small class="caption">PwC,<cite>CEO Survey 2024</cite></small> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="content-free-1-33be" class="cmp-container page-section page-section--col-light-grey videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelement5787e8e0-4fd9-65b7-1a4a-e19527cb8dd2" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="columnControl"> <div class="parsys_column pwccol2-longform "> <div class="parsys_column pwccol2-longform-c0"> <div id="container-fb3af39ffe" class="cmp-container"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>PwC and TED<br> </h2> <p>As TED's Strategic AI Partner,&nbsp;we’re working together to lead the global conversation on AI.</p> <p>AI is rapidly impacting the ways in which we interact, create, work, run our businesses and our homes. This moment needs bold leadership, thoughtful examination and fearlessness to ask hard questions. As the Strategic AI Partner at TED2024, PwC is working together with TED to ask these questions and show how AI can create real value for businesses, individuals and our wider societies.<br> </p> <p><a pwcbtnfile="HideSize" href="/gx/en/issues/technology/pwc-and-ted.html" class="undefined btn btn--secondary btn--transparent" pwcbtnrendition="Red">Learn more</a><br> </p> </div> </div> </div> </div> <div class="parsys_column pwccol2-longform-c1"> <div id="container-18cc6dcb99" class="cmp-container"> <div class="image"> <div class="asset-sharing-component image-asset "> <img class="js-lazy-loading mod__image_p image-component_background " data-image="/gx/en/issues/technology/ted-image-14.jpg" alt="PwC and TED" data-emptytext="Image" style="height:auto; padding-top:; max-height:;"/> </div> </div> </div> </div> </div> </div> </div> </section> </div> <div class="section container responsivegrid"> <section id="content-free-1-5481" class="cmp-container page-section page-section--col-white videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelementf0eff015-9965-7b5b-5eff-2b7501aaacab" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="text parbase section"><div></div> <div class="text-component"> <h2>Highlights from the PwC network </h2> </div> </div> <div class="VUEJS-APP collection-v3 section"><!-- SDI include (path: /content/pwc/gx/en/issues/artificial-intelligence/_jcr_content/root/container/content-free-container/section_1197428321/collections_v3_copy.dynamic.html, resourceType: pwc/components/modernized/content/collections-v3) --> <collection-v3 filter1="{&#34;numberHits&#34;:66,&#34;listItemCollection&#34;:[{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Mon Apr 08 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/technology/assets/path-to-generative-ai-sb-thumbnail-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 08, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Businesses that prioritize generative AI use cases can maximize their value capture, speed, and efficiency.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;The path to generative AI value | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/path-to-generative-ai-value.html&#34;,&#34;collectionTitle&#34;:&#34;The path to generative AI value: Setting the flywheel in motion&#34;,&#34;thumbnailText&#34;:&#34;Businesses that prioritize generative AI use cases can maximize their value capture, speed, and efficiency.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/path-to-generative-ai-value&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/content-detail-page-template&#34;,&#34;date&#34;:&#34;Thu Apr 04 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/cloud-nativeapp.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 04, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Developing a strategy to take full advantage of cloud-native app development can help better drive transformation and new business models.&#34;,&#34;pageTagList&#34;:[&#34;pwc-us:content-length/8-min-read&#34;,&#34;pwc-xx:economic-buyer/chief-information-office&#34;,&#34;pwc-xx:content-type/article&#34;,&#34;pwc-us:tech-effect/topics/cloud-engineering&#34;,&#34;pwc-us:tech-effect/topics/cloud&#34;,&#34;pwc-us:tech-effect/templates/feature&#34;,&#34;pwc-us:tech-effect&#34;],&#34;title&#34;:&#34;Cloud native applications: PwC &#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/us/en/tech-effect/cloud/cloud-native-applications.html&#34;,&#34;collectionTitle&#34;:&#34;How cloud-native app development can help drive outcomes and new business models&#34;,&#34;thumbnailText&#34;:&#34;Developing a strategy to take full advantage of cloud-native app development can help better drive transformation and new business models.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/us/en/tech-effect/cloud/cloud-native-applications&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Fri Mar 22 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/network/collection-fallback-images/2.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 22, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;In episode two of Voices in Tech, CEO Harry Keen introduces us to his synthetic data startup, Hazy, and we hear from PwC\u2019s Marcus Hartmann on how companies can safely use their data to create value.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;Synthetic data: A safer, smarter solution for training AI | PwC Canada&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/ca/en/redirects/synthetic-data-a-safer-smarter-solution-for-training-ai.html&#34;,&#34;collectionTitle&#34;:&#34;Synthetic data: A safer, smarter solution for training AI?&#34;,&#34;thumbnailText&#34;:&#34;In episode two of Voices in Tech, CEO Harry Keen introduces us to his synthetic data startup, Hazy, and we hear from PwC\u2019s Marcus Hartmann on how companies can...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/ca/en/redirects/synthetic-data-a-safer-smarter-solution-for-training-ai&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/content-detail-page-template&#34;,&#34;date&#34;:&#34;Mon Mar 11 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/article-hero/te-pattern-cubes-grey.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 11, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Read how a blockchain-based technology, tokenization, can help financial institutions drive value through operations today and unlock opportunities for tomorrow.&#34;,&#34;pageTagList&#34;:[&#34;pwc-us:content-length/8-min-read&#34;,&#34;pwc-xx:economic-buyer/chief-experience-office&#34;,&#34;pwc-xx:economic-buyer/chief-information-office&#34;,&#34;pwc-xx:content-type/article&#34;,&#34;pwc-us:tech-effect/topics/web3&#34;,&#34;pwc-us:tech-effect/templates/article&#34;,&#34;pwc-us:tech-effect/page-color-family/rose&#34;,&#34;pwc-us:tech-effect&#34;,&#34;pwc-us:tech-effect/topics/crypto-and-digital-assets&#34;],&#34;title&#34;:&#34;Value from tokenization in financial services: PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/us/en/tech-effect/emerging-tech/tokenization-in-financial-services.html&#34;,&#34;collectionTitle&#34;:&#34;Tokenization in financial services: Delivering near-term value and long-term transformation&#34;,&#34;thumbnailText&#34;:&#34;Read how a blockchain-based technology, tokenization, can help financial institutions drive value through operations today and unlock opportunities for...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/us/en/tech-effect/emerging-tech/tokenization-in-financial-services&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Mon Mar 04 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/services/consulting/assets/cloud-cyber-thought-leadership_thumbnail.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 04, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;This article explores how businesses, who have extensively adopted cloud technologies, are leading the way in making security a priority.&#34;,&#34;pageTagList&#34;:[&#34;pwc:services/consulting&#34;],&#34;title&#34;:&#34;PwC Cloud and Cyber thought Leadership | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/services/consulting/cloud-transformation/cloud-cyber-thought-leadership.html&#34;,&#34;collectionTitle&#34;:&#34;Cloud-powered businesses make security a priority&#34;,&#34;thumbnailText&#34;:&#34;This article explores how businesses, who have extensively adopted cloud technologies, are leading the way in making security a priority.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/services/consulting/cloud-transformation/cloud-cyber-thought-leadership&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Mon Mar 04 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/m1/en/publications/images-new/human-led-tech-enabled-cybersecurity-function-hero.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 04, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;In today&#39;s rapidly evolving digital landscape, it has become imperative for organisations to establish a mature cybersecurity function to tackle the evolving cyber threat landscape. Cyber attacks can have a significant impact on businesses, particularly as our world becomes more interconnected. Findings from our 27th Annual CEO Survey indicate that cyber risks are a concern for business leaders in the Kingdom of Saudi Arabia, with 40% revealing they were moderately exposed and 20% highly exposed to it in the next 12 months. &#34;,&#34;pageTagList&#34;:[&#34;pwc-content-type:publication&#34;,&#34;pwc-m1:middle_east&#34;,&#34;pwc-m1:middle_east/services/consulting/technology/technology-perspective-series&#34;,&#34;pwc-m1:middle_east/services/consulting/technology&#34;,&#34;pwc-m1:middle_east/services/consulting&#34;,&#34;pwc-m1:middle_east/services/consulting/technology/technology-perspective-series/cyber&#34;],&#34;title&#34;:&#34;A human-led and tech-enabled cybersecurity function - PwC Middle East&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/m1/en/publications/human-led-tech-enabled-cybersecurity-function.html&#34;,&#34;collectionTitle&#34;:&#34;A human-led and tech-enabled cybersecurity function&#34;,&#34;thumbnailText&#34;:&#34;In today&#39;s rapidly evolving digital landscape, it has become imperative for organisations to establish a mature cybersecurity function to tackle the evolving...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/m1/en/publications/human-led-tech-enabled-cybersecurity-function&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Publication&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Sun Mar 03 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/m1/en/publications/images-new/electric-mobility-cosystem-hero.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 03, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The automotive industry is witnessing a technological and transformative revolution. Electric mobility and digitalisation have grown exponentially to gain prominence in the automotive sector in the last decade, so much so that the largest value pools by 2030 are now expected to be Software and EVs. Artificial Intelligence (AI) technology is an essential segment of digitalisation and has existed in the form of autonomous driving, predictive services, and in-car personalisation features for quite some time now.&#34;,&#34;pageTagList&#34;:[&#34;pwc-content-type:publication&#34;,&#34;pwc-m1:middle_east&#34;,&#34;pwc-m1:middle_east/services/consulting/technology&#34;,&#34;pwc-m1:middle_east/services/consulting/technology/technology-perspective-series/e-mobility&#34;,&#34;pwc-m1:middle_east/services/consulting/technology/technology-perspective-series&#34;,&#34;pwc-m1:edition/year/2024&#34;,&#34;pwc:geography/middle_east&#34;],&#34;title&#34;:&#34;Is GenAI a game changer for the emobility ecosystem?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/m1/en/publications/is-gen-ai-a-game-changer-for-the-emobility-ecosystem.html&#34;,&#34;collectionTitle&#34;:&#34;Is GenAI a game changer for the emobility ecosystem?&#34;,&#34;thumbnailText&#34;:&#34;The automotive industry is witnessing a technological and transformative revolution. Electric mobility and digitalisation have grown exponentially to gain...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/m1/en/publications/is-gen-ai-a-game-changer-for-the-emobility-ecosystem&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Publication&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Feb 22 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/c-suite-insights/the-leadership-agenda/TLA-156-CEO.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 22, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Tech CEOs are investing to build their workforce and capitalise on new opportunities from generative AI. That\u2019s a sharp contrast to how their peers view it.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;Gen AI is a tool for growth, not just efficiency | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/gen-ai-is-a-tool-for-growth-not-just-efficiency.html&#34;,&#34;collectionTitle&#34;:&#34;Gen AI is a tool for growth, not just efficiency&#34;,&#34;thumbnailText&#34;:&#34;Tech CEOs are investing to build their workforce and capitalise on new opportunities from generative AI. That\u2019s a sharp contrast to how their peers view it.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/gen-ai-is-a-tool-for-growth-not-just-efficiency&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Wed Feb 07 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/transformation-thumbnails-03.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 07, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Spatial computing combines intuitive interfaces with 3D digital environments, unlocking new business possibilities and sources of value across industries.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;],&#34;title&#34;:&#34;What does spatial computing mean for business? | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/spatial-computing.html&#34;,&#34;collectionTitle&#34;:&#34;Spatial computing&#34;,&#34;thumbnailText&#34;:&#34;Spatial computing combines intuitive interfaces with 3D digital environments, unlocking new business possibilities and sources of value across industries.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/spatial-computing&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Mon Feb 05 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/transformation-thumbnails-04.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 05, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Foundation models are a core part of many forms of AI. Business leaders need to know how they can be used to deliver value.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:analytics/user-persona/cto&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc:industries/tmt&#34;,&#34;pwc-gx:type/insights-and-thought-leadership&#34;,&#34;pwc:industries/energy_utilities_and_mining&#34;,&#34;pwc:economic-buyers/chief-information-secruity-office&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;,&#34;pwc:industries/communications&#34;,&#34;pwc:economic-buyers/chief-information-office&#34;,&#34;pwc:industries/hospitality_and_leisure&#34;,&#34;pwc:industries/engineering_and_construction&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc:economic-buyers/chief-operating-office&#34;,&#34;pwc:industries/automotive&#34;,&#34;pwc:content_type/Featured&#34;,&#34;pwc-content-type:article&#34;,&#34;pwc-gx:analytics/user-persona/chief-operations-officer&#34;,&#34;pwc:industries/aerospace_and_defence&#34;,&#34;pwc-content-type:thought_leadership&#34;,&#34;pwc-gx:dpe-hero-template/light-content&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-content-type:standard-content&#34;,&#34;pwc:funnel/awareness&#34;,&#34;pwc-gx:type/article&#34;,&#34;pwc-gx:analytics/user-persona/cio&#34;,&#34;pwc:industries/retail_and_consumer&#34;,&#34;pwc:funnel/consideration&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc:industries/industrial_manufacturing&#34;,&#34;pwc:issues/technology&#34;,&#34;pwc-gx:analytics/buyers-journey/explorer&#34;,&#34;pwc-gx:type/issues/type-of-thought-leadership/headlamp&#34;,&#34;pwc-content-type:insights&#34;],&#34;title&#34;:&#34;What do foundation models mean for business? | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/foundation-models.html&#34;,&#34;collectionTitle&#34;:&#34;Foundation models&#34;,&#34;thumbnailText&#34;:&#34;Foundation models are a core part of many forms of AI. Business leaders need to know how they can be used to deliver value.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/foundation-models&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Article&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Jan 04 00:00:00 UTC 2024&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/reinventing-the-future/take-on-tomorrow/podcast/tot-genai-ep8-670x377-tilewlogoheader.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;January 04, 2024&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Which sectors are likely to see the biggest changes? What should business leaders be doing now to harness the benefits of GenAI tools for their workers?&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;How will GenAI transform the workforce?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-will-genai-transform-the-workforce-.html&#34;,&#34;collectionTitle&#34;:&#34;How will GenAI transform the workforce?&#34;,&#34;thumbnailText&#34;:&#34;Which sectors are likely to see the biggest changes? What should business leaders be doing now to harness the benefits of GenAI tools for their workers?&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-will-genai-transform-the-workforce-&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Fri Dec 08 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/gen-ai-for-fs/adobestock-142505315-4464x2512-170312.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;December 08, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Discover how financial services organisations are moving forward with generative AI in the race to enhance efficiency, customer experience, and services.&#34;,&#34;pageTagList&#34;:[&#34;pwc-content-type:publication&#34;,&#34;pwc:technology/ai&#34;,&#34;pwc-gx:campaign/tla/content-length/15&#34;,&#34;pwc-gx:analytics/user-persona/cfo&#34;,&#34;pwc:issues/fintech&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:dpe-hero-template/article&#34;,&#34;pwc:funnel/interest&#34;,&#34;pwc-content-type:article&#34;,&#34;pwc-content-type:thought_leadership&#34;,&#34;pwc-gx:type/pdf&#34;,&#34;pwc:topics/generative-ai&#34;,&#34;pwc:technology/ai/generative-ai&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-gx:type/issues/issue-thought-leadership&#34;,&#34;pwc:economic-buyers/chief-finance-office&#34;,&#34;pwc-gx:topics/technology/generative-ai&#34;,&#34;pwc:industries/financial-services&#34;,&#34;pwc-content-type:issue&#34;,&#34;pwc-gx:type/publication&#34;,&#34;pwc:business-function/finance&#34;,&#34;pwc:industries/financial_services&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc:issues/technology&#34;,&#34;pwc-gx:analytics/buyers-journey/explorer&#34;,&#34;pwc-gx:type/issues/type-of-thought-leadership/headlamp&#34;,&#34;pwc-content-type:insights&#34;,&#34;pwc-gx:campaign/tla/theme/generative-ai&#34;,&#34;pwc:content_type/custom-code&#34;],&#34;title&#34;:&#34;How financial services can strike a balance with GenAI | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/striking-the-right-balance-with-genai-in-financial-services.html&#34;,&#34;collectionTitle&#34;:&#34;Move fast, think slow: GenAI for financial services&#34;,&#34;thumbnailText&#34;:&#34;Discover how financial services organisations are moving forward with generative AI in the race to enhance efficiency, customer experience, and services.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/striking-the-right-balance-with-genai-in-financial-services&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Publication&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Thu Dec 07 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/tech-translated/what-is-synthetic-data-150.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;December 07, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Synthetic data\u2014which is created artificially rather than from real-world activities\u2014can maximize the value of limited or restricted data.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;],&#34;title&#34;:&#34;What does synthetic data mean for business? | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/synthetic-data.html&#34;,&#34;collectionTitle&#34;:&#34;Synthetic data&#34;,&#34;thumbnailText&#34;:&#34;Synthetic data\u2014which is created artificially rather than from real-world activities\u2014can maximize the value of limited or restricted data.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/synthetic-data&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Thu Dec 07 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/tech-translated/wht-are-cyberphysical-systems-150.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;December 07, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The technologies that connect the physical and digital worlds\u2014such as the internet of things\u2014can improve efficiency and safety, but are not without risks.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:analytics/user-persona/cto&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc:industries/tmt&#34;,&#34;pwc-gx:type/insights-and-thought-leadership&#34;,&#34;pwc:industries/energy_utilities_and_mining&#34;,&#34;pwc:economic-buyers/chief-information-secruity-office&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;,&#34;pwc:industries/communications&#34;,&#34;pwc:economic-buyers/chief-information-office&#34;,&#34;pwc:industries/hospitality_and_leisure&#34;,&#34;pwc:industries/engineering_and_construction&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc:economic-buyers/chief-operating-office&#34;,&#34;pwc:industries/automotive&#34;,&#34;pwc:content_type/Featured&#34;,&#34;pwc-content-type:article&#34;,&#34;pwc-gx:analytics/user-persona/chief-operations-officer&#34;,&#34;pwc:industries/aerospace_and_defence&#34;,&#34;pwc-content-type:thought_leadership&#34;,&#34;pwc-gx:dpe-hero-template/light-content&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-content-type:standard-content&#34;,&#34;pwc:funnel/awareness&#34;,&#34;pwc-gx:type/article&#34;,&#34;pwc-gx:analytics/user-persona/cio&#34;,&#34;pwc:industries/retail_and_consumer&#34;,&#34;pwc:funnel/consideration&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc:industries/industrial_manufacturing&#34;,&#34;pwc:issues/technology&#34;,&#34;pwc-gx:analytics/buyers-journey/explorer&#34;,&#34;pwc-gx:type/issues/type-of-thought-leadership/headlamp&#34;,&#34;pwc-content-type:insights&#34;],&#34;title&#34;:&#34;What do cyberphysical systems mean for business? | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/cyberphysical-systems.html&#34;,&#34;collectionTitle&#34;:&#34;Cyberphysical systems&#34;,&#34;thumbnailText&#34;:&#34;The technologies that connect the physical and digital worlds\u2014such as the internet of things\u2014can improve efficiency and safety, but are not without risks.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/cyberphysical-systems&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Article&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Nov 30 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/library/trust-in-business-survey-2023/img/desktop/emerging-technology-survey-preview-trust-insights-670.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 30, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore emerging tech investment priorities, how it can revolutionize business models and what makes a company a tech leader in our inaugural survey.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;PwC US Emerging Tech Survey 2023 | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/pwc-us-emerging-tech-survey-2023---pwc.html&#34;,&#34;collectionTitle&#34;:&#34;PwC US Emerging Tech Survey 2023&#34;,&#34;thumbnailText&#34;:&#34;Explore emerging tech investment priorities, how it can revolutionize business models and what makes a company a tech leader in our inaugural survey.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/pwc-us-emerging-tech-survey-2023---pwc&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Tue Nov 28 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/tla/thumbs/medium/ID-145_670px.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 28, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Generative AI is upending the cybersecurity landscape. PwC\u2019s Sean Joyce and Norbert Vas explain how to leverage the technology against those who misuse it.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/theme/trust&#34;,&#34;pwc-gx:campaign/tla/asset/blog&#34;,&#34;pwc-gx:campaign/tla/role/ciso&#34;,&#34;pwc:topics/trust&#34;,&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:campaign/tla/role/cro&#34;,&#34;pwc-content-type:article&#34;],&#34;title&#34;:&#34;For GenAI-enabled threats, fight fire with fire | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/for-gen-AI-enabled-threats-fight-fire-with-fire.html&#34;,&#34;collectionTitle&#34;:&#34;For GenAI-enabled threats, fight fire with fire&#34;,&#34;thumbnailText&#34;:&#34;Generative AI is upending the cybersecurity landscape. PwC\u2019s Sean Joyce and Norbert Vas explain how to leverage the technology against those who misuse it.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/for-gen-AI-enabled-threats-fight-fire-with-fire&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Article&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Mon Nov 20 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/reinventing-the-future/take-on-tomorrow/podcast/tot-101823-privacyai-ep4-670x377-tilewlogoheader.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 20, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Google\u2019s Chief Privacy Officer, Keith Enright, joins the podcast to discuss the unique privacy challenges presented by generative AI. Listen now.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:type/podcast/season-2&#34;,&#34;pwc-gx:campaign/tla/theme/trust&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-content-type:podcast&#34;,&#34;pwc-gx:campaign/tla/role/ciso&#34;,&#34;pwc-gx:campaign/tla/content-length/25&#34;,&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:campaign/tla/asset/podcast&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;,&#34;pwc-gx:type/podcast&#34;],&#34;title&#34;:&#34;Is privacy possible in the age of AI | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow/privacy-possible-AI-podcast-episode.html&#34;,&#34;collectionTitle&#34;:&#34;Is privacy possible in the age of AI?&#34;,&#34;thumbnailText&#34;:&#34;Google\u2019s Chief Privacy Officer, Keith Enright, joins the podcast to discuss the unique privacy challenges presented by generative AI. Listen now.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow/privacy-possible-AI-podcast-episode&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Podcast&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Nov 07 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/ghosts/assets/cognitive-cities-a-journey-to-intelligent-urbanism-thumbnail.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 07, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Growing urban population demands sustainable, efficient cities. Cognitive Cities innovation enables smart development.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;Cognitive Cities: A journey to intelligent urbanism&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/cognitive-cities--a-journey-to-intelligent-urbanism.html&#34;,&#34;collectionTitle&#34;:&#34;Cognitive Cities: A journey to intelligent urbanism&#34;,&#34;thumbnailText&#34;:&#34;Growing urban population demands sustainable, efficient cities. Cognitive Cities innovation enables smart development.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/cognitive-cities--a-journey-to-intelligent-urbanism&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Nov 02 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/ghosts/assets/how-devops-impacts-your-business.thumb.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 02, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;By investing in quality engineering services early on, businesses can align technology with actual needs and drive better cloud business outcomes.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/cloud-engineering&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;,&#34;pwc-gx:campaign/tla/content-length/7&#34;],&#34;title&#34;:&#34;Why Cloud quality engineering matters to business outcomes&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-cloud-quality-engineering-matters-to-business-outcomes.html&#34;,&#34;collectionTitle&#34;:&#34;Why Cloud quality engineering matters to business outcomes&#34;,&#34;thumbnailText&#34;:&#34;By investing in quality engineering services early on, businesses can align technology with actual needs and drive better cloud business outcomes.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-cloud-quality-engineering-matters-to-business-outcomes&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Oct 26 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/tla/thumbs/large/ID-129_883px-new.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 26, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The seismic changes created by new entrants from adjacent industries can feed a virtuous cycle of collaboration. Here\u2019s how CEOs can harness that energy.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/role/transformation&#34;,&#34;pwc-gx:campaign/tla/theme/value-creation&#34;,&#34;pwc-gx:campaign/tla/role/coo&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;Threatened by disruptive competitors? Become one&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/threatened-by-disruptive-competitors-become-one.html&#34;,&#34;collectionTitle&#34;:&#34;Threatened by disruptive competitors? Become one&#34;,&#34;thumbnailText&#34;:&#34;The seismic changes created by new entrants from adjacent industries can feed a virtuous cycle of collaboration. Here\u2019s how CEOs can harness that energy.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/threatened-by-disruptive-competitors-become-one&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Oct 24 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digital-pulse/the-rise-of-the-citizen-developer-thumbnail.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 24, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The rise of the citizen developer and why you should encourage it within your business&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/theme/user-experience&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/theme/employee-experience&#34;],&#34;title&#34;:&#34;The rise of the citizen developer and why you should encourage it&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-rise-of-the-citizen-developer-and-why-you-should-encourage-i.html&#34;,&#34;collectionTitle&#34;:&#34;The rise of the citizen developer and why you should encourage it&#34;,&#34;thumbnailText&#34;:&#34;The rise of the citizen developer and why you should encourage it within your business&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-rise-of-the-citizen-developer-and-why-you-should-encourage-i&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Fri Oct 20 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/in/en/assets/images/consulting/technology/data-and-analytics/improve-your-data-quality/dq-pp.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 20, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Research by PwC and Strategy&amp;amp; takes a value-led approach to identifying GenAI opportunities and assessing the potential level of disruption and change in a number of industries.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;Which industries can create most value with GenAI?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/which-industries-can-create-most-value-with-genai-.html&#34;,&#34;collectionTitle&#34;:&#34;Which industries can create most value with GenAI?&#34;,&#34;thumbnailText&#34;:&#34;Research by PwC and Strategy&amp;amp; takes a value-led approach to identifying GenAI opportunities and assessing the potential level of disruption and change in a...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/which-industries-can-create-most-value-with-genai-&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Tue Oct 17 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/sustainability/assets/soct-2023/state-of-climate-teach-2023-thumbnail.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 17, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;PwC\u2019s fourth annual State of Climate Tech report fourth report on the topic finds climate tech investors expanding their search for growth potential and climate impact.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:los/entrepreneurial-and-private-business/scale&#34;,&#34;pwc-gx:los/entrepreneurial-and-private-business/start&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:campaign/tla/content-length/10&#34;,&#34;pwc:issues/esg&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;,&#34;pwc:content_type/Featured&#34;],&#34;title&#34;:&#34;State of Climate Tech 2023: Investment analysis | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/esg/state-of-climate-tech-2023-investment.html&#34;,&#34;collectionTitle&#34;:&#34;How can the world reverse the fall in climate tech investment?&#34;,&#34;thumbnailText&#34;:&#34;PwC\u2019s fourth annual State of Climate Tech report fourth report on the topic finds climate tech investors expanding their search for growth potential and climate...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/esg/state-of-climate-tech-2023-investment&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon Oct 16 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/uk/en/assets/images/longform/brand-pictures/gettyimages-187920163_image.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 16, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Intelligent A.D.O.P.T.ion Engaging with leaders, managers and employees on AI adoption in the workplace, in a way that is: Agile | Data driven | Optimistic | Personalised | Trustworthy.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;],&#34;title&#34;:&#34;How to drive intelligent AI A.D.O.P.T.ion&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-to-drive-intelligent-ai-a-d-o-p-t-ion.html&#34;,&#34;collectionTitle&#34;:&#34;How to drive intelligent AI A.D.O.P.T.ion&#34;,&#34;thumbnailText&#34;:&#34;Intelligent A.D.O.P.T.ion Engaging with leaders, managers and employees on AI adoption in the workplace, in a way that is: Agile | Data driven | Optimistic |...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-to-drive-intelligent-ai-a-d-o-p-t-ion&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Oct 12 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/tla/thumbs/medium/ID-136_670px.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 12, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Confronted with new technologies and energy sources, even executives outside the fray are reinventing their businesses. Here\u2019s how to keep up.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;,&#34;pwc-gx:campaign/tla/role/transformation&#34;,&#34;pwc-gx:campaign/tla/role/coo&#34;,&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;Are CEOs making the most of disruption?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/are-ceos-making-the-most-of-disruption.html&#34;,&#34;collectionTitle&#34;:&#34;Are CEOs making the most of disruption?&#34;,&#34;thumbnailText&#34;:&#34;Confronted with new technologies and energy sources, even executives outside the fray are reinventing their businesses. Here\u2019s how to keep up.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/are-ceos-making-the-most-of-disruption&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Oct 12 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/jp/ja/knowledge/column/technology-front-line/image/only-prop-vol21.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 12, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;This article introduces &amp;lsquo;spatial IDs&amp;rsquo;, a type of mutual identifier for 3D spatial information; 3D spatial information infrastructure with spatial information distribution methods; real-time locating system (RTLS) technologies to measure the current location of devices; and finally, an overview and explanation of the architecture of an autonomous vehicle that utilises spatial IDs.&#34;,&#34;pageTagList&#34;:[],&#34;title&#34;:&#34;Testing spatial IDs for autonomous vehicles&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/testing-spatial-ids-for-autonomous-vehicles.html&#34;,&#34;collectionTitle&#34;:&#34;Testing spatial IDs for autonomous vehicles&#34;,&#34;thumbnailText&#34;:&#34;This article introduces &amp;lsquo;spatial IDs&amp;rsquo;, a type of mutual identifier for 3D spatial information; 3D spatial information infrastructure with spatial...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/testing-spatial-ids-for-autonomous-vehicles&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Sep 20 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/uk/en/assets/images/longform/brand-pictures/gettyimages-1033710658_image.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;September 20, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;What does it take to create a resilient supply chain?&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;],&#34;title&#34;:&#34;A human-led, tech-powered approach to resilient supply chains&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/a-human-led--tech-powered-approach-to-resilient-supply-chains.html&#34;,&#34;collectionTitle&#34;:&#34;A human-led, tech-powered approach to resilient supply chains&#34;,&#34;thumbnailText&#34;:&#34;What does it take to create a resilient supply chain?&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/a-human-led--tech-powered-approach-to-resilient-supply-chains&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/reading-format-template&#34;,&#34;date&#34;:&#34;Tue Sep 19 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/gettyimages-1326464894-pp.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;September 19, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore PwC&#39;s 2023 EMEA Cloud Business Survey for insights on cloud adoption and transformation. Learn from 2,200+ executives across the region.&#34;,&#34;pageTagList&#34;:[&#34;pwc:geography/africa/south_africa&#34;,&#34;pwc-gx:language/english&#34;,&#34;pwc:geography/global&#34;,&#34;pwc:geography/africa&#34;,&#34;pwc:topics/cloud&#34;,&#34;pwc-gx:type/survey&#34;,&#34;pwc:geography/europe&#34;,&#34;pwc:industries/technology&#34;,&#34;pwc:content_type/publication&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;,&#34;pwc:geography/middle_east&#34;,&#34;pwc:topics/cloud_computing&#34;,&#34;pwc-gx:campaign/tla/theme/leadership&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/10&#34;,&#34;pwc:geography/middle_east/middle_east_region&#34;,&#34;pwc:issues/technology&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;,&#34;pwc:geography/central_and_eastern_europe&#34;],&#34;title&#34;:&#34;EMEA Cloud Business Survey 2023 | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/emea-cloud-business-survey.html&#34;,&#34;collectionTitle&#34;:&#34;EMEA Cloud Business Survey 2023&#34;,&#34;thumbnailText&#34;:&#34;Explore PwC&#39;s 2023 EMEA Cloud Business Survey for insights on cloud adoption and transformation. Learn from 2,200+ executives across the region.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/technology/emea-cloud-business-survey&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Aug 22 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/article-hero/te-pattern-rubix-orange.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 22, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The digital asset industry is moving fast \u2013 here are five crypto and NFT trends for 2023 and what to expect next.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/tech-trends&#34;],&#34;title&#34;:&#34;Five crypto and NFTs trends in 2023&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/five-crypto-and-nfts-trends-in-2023.html&#34;,&#34;collectionTitle&#34;:&#34;Five crypto and NFTs trends in 2023&#34;,&#34;thumbnailText&#34;:&#34;The digital asset industry is moving fast \u2013 here are five crypto and NFT trends for 2023 and what to expect next.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/five-crypto-and-nfts-trends-in-2023&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon Aug 21 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/assets/gen-ai-tax.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 21, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Learn what tax leaders should know about generative AI for tax and how it can help grow capacity and increase speed and accuracy.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/generative-ai&#34;,&#34;pwc-gx:campaign/tla/content-length/7&#34;],&#34;title&#34;:&#34;Generative AI insights for tax leaders&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai-insights-for-tax-leaders.html&#34;,&#34;collectionTitle&#34;:&#34;Generative AI insights for tax leaders&#34;,&#34;thumbnailText&#34;:&#34;Learn what tax leaders should know about generative AI for tax and how it can help grow capacity and increase speed and accuracy.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai-insights-for-tax-leaders&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Aug 16 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/library/podcasts/assets/resp-aiI-web-image.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 16, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Hear from industry leaders on responsible AI\u2014what it is, the impact of generative models, and how to build trust across an organization.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/theme/responsible-ai&#34;,&#34;pwc-gx:campaign/tla/asset/podcast&#34;,&#34;pwc-gx:campaign/tla/content-length/30&#34;],&#34;title&#34;:&#34;Responsible AI: Building trust, shaping policy&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/responsible-ai.html&#34;,&#34;collectionTitle&#34;:&#34;Responsible AI: Building trust, shaping policy&#34;,&#34;thumbnailText&#34;:&#34;Hear from industry leaders on responsible AI\u2014what it is, the impact of generative models, and how to build trust across an organization.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/responsible-ai&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Fri Aug 04 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/flagship/ai/generativeai-article-hero/te-pattern-generativeai9.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 04, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;What to know to unlock ROI with generative AI in your business \u2014 and the six things that may be holding your company back.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/generative-ai&#34;],&#34;title&#34;:&#34;Rethinking business with generative AI&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/six-generative-ai-business-myths.html&#34;,&#34;collectionTitle&#34;:&#34;6 generative AI business myths that will make you rethink everything&#34;,&#34;thumbnailText&#34;:&#34;What to know to unlock ROI with generative AI in your business \u2014 and the six things that may be holding your company back.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/six-generative-ai-business-myths&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Aug 01 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/library/podcasts/assets/pwc-pulse-podcast-digital-assets-and-crypto.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 01, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Hear from Caitlin Long, founder and CEO at Custodia Bank, as we explore the potential of technology and partnerships in stabilizing financial systems.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/podcast&#34;,&#34;pwc-gx:campaign/tla/theme/tech-trends&#34;,&#34;pwc-gx:campaign/tla/content-length/25&#34;],&#34;title&#34;:&#34;Digital assets and crypto: What\u2019s on the horizon?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/digital-assets-and-crypto.html&#34;,&#34;collectionTitle&#34;:&#34;Digital assets and crypto: What\u2019s on the horizon?&#34;,&#34;thumbnailText&#34;:&#34;Hear from Caitlin Long, founder and CEO at Custodia Bank, as we explore the potential of technology and partnerships in stabilizing financial systems.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/digital-assets-and-crypto&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon Jul 31 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/hopes-and-fears/2023/adobestock_213914481-thumbnail.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;July 31, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Excitement and concern over AI features like ChatGPT and Bard in workplaces and society as generative AI captivates millions.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;],&#34;title&#34;:&#34;Nurture employee interest in AI, your bottom line will thank you&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/nurture-employee-interest-in-ai.html&#34;,&#34;collectionTitle&#34;:&#34;Nurture employee interest in AI to boost your bottom line&#34;,&#34;thumbnailText&#34;:&#34;Excitement and concern over AI features like ChatGPT and Bard in workplaces and society as generative AI captivates millions.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/nurture-employee-interest-in-ai&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Fri Jul 21 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/brand-simplified/teaser-images-670/people/damil-gettyimages-1207388601-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;July 21, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Providing the right learning and development opportunities is key to retaining high-performing employees and ensuring they have the technical and human skills they need to thrive&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;],&#34;title&#34;:&#34;How AI is helping HR to retain, retrain and transform the workforce&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/ai-helping-hr-retain-retrain-and-transform-workforce.html&#34;,&#34;collectionTitle&#34;:&#34;How AI is helping HR to retain, retrain and transform the workforce&#34;,&#34;thumbnailText&#34;:&#34;Providing the right learning and development opportunities is key to retaining high-performing employees and ensuring they have the technical and human skills...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/ai-helping-hr-retain-retrain-and-transform-workforce&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Jul 13 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/flagship/ai/generativeai-article-hero/gen-ai-business.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;July 13, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Discover generative AI\u2019s potential for digital transformation in company operations, workforce, cloud and data modernization, business reinvention.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/theme/generative-ai&#34;],&#34;title&#34;:&#34;Generative AI transformation for your business&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai-transformation-for-your-business.html&#34;,&#34;collectionTitle&#34;:&#34;Generative AI transformation for your business&#34;,&#34;thumbnailText&#34;:&#34;Discover generative AI\u2019s potential for digital transformation in company operations, workforce, cloud and data modernization, business reinvention.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/generative-ai-transformation-for-your-business&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Jul 06 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/brand-simplified/teaser-images-670/people/damil-gettyimages-935647680-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;July 06, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;PwC&#39;s Global AI Study forecasts a $15.7 trillion boost to the global economy by 2030. Explore its insights on workforce impact and readiness.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;],&#34;title&#34;:&#34;Is the workforce ready for AI?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/is-workforce-ready-for-ai.html&#34;,&#34;collectionTitle&#34;:&#34;Is the workforce ready for AI?&#34;,&#34;thumbnailText&#34;:&#34;PwC&#39;s Global AI Study forecasts a $15.7 trillion boost to the global economy by 2030. Explore its insights on workforce impact and readiness.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/is-workforce-ready-for-ai&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Jun 28 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/gettyimages-1152048466.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;June 28, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Learn how web3 technologies can help your business re-engage with old customers and attract new ones.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;],&#34;title&#34;:&#34;Five ways to deepen customer engagement and loyalty with web3&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/five-ways-to-deepen-customer-engagement-and-loyalty-with-web3.html&#34;,&#34;collectionTitle&#34;:&#34;Five ways to deepen customer engagement and loyalty with web3&#34;,&#34;thumbnailText&#34;:&#34;Learn how web3 technologies can help your business re-engage with old customers and attract new ones.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/five-ways-to-deepen-customer-engagement-and-loyalty-with-web3&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Jun 21 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/services/trust-solutions/private-company-services/assets/private-cloud-survey-page-properties.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;June 21, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Many private company executives recognize that cloud-based technology can significantly drive both their company&#39;s financial and competitive performance. &#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;],&#34;title&#34;:&#34;Private companies are closing the cloud technology gap&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/private-companies-are-closing-the-cloud-technology-gap.html&#34;,&#34;collectionTitle&#34;:&#34;Private companies are closing the cloud technology gap&#34;,&#34;thumbnailText&#34;:&#34;Many private company executives recognize that cloud-based technology can significantly drive both their company&#39;s financial and competitive performance. &#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/private-companies-are-closing-the-cloud-technology-gap&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Sun Jun 18 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/44659078-thumb5-690x400.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;June 18, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;A study of more than 100 years of infrastructure megaprojects reveals a consistent pattern of challenges at their core.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/leadership&#34;],&#34;title&#34;:&#34;Why do large projects go over budget?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-do-large-projects-go-over-budget-.html&#34;,&#34;collectionTitle&#34;:&#34;Why do large projects go over budget?&#34;,&#34;thumbnailText&#34;:&#34;A study of more than 100 years of infrastructure megaprojects reveals a consistent pattern of challenges at their core.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-do-large-projects-go-over-budget-&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Jun 15 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/ghosts/images/te-pattern-blocks-tangerine.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;June 15, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Implement cloud transformation strategies for your company while navigating risk and compliance implications.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/11&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;],&#34;title&#34;:&#34;Cloud governance on risks and controls&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/cloud-governance-on-risks-and-controls.html&#34;,&#34;collectionTitle&#34;:&#34;Cloud governance on risks and controls&#34;,&#34;thumbnailText&#34;:&#34;Implement cloud transformation strategies for your company while navigating risk and compliance implications.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/cloud-governance-on-risks-and-controls&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon May 22 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/uk/en/issues/business-in-focus/podcast/rowena-daines-tom-adams-sam-tomlinson.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;May 22, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Navigate digital insights for brand loyalty with Rowena Daines, Tom Adams, and Sam Tomlinson. Strike the right balance between personalization and privacy.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/asset/podcast&#34;,&#34;pwc-gx:campaign/tla/content-length/20&#34;],&#34;title&#34;:&#34;How data empowers personal experiences&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-data-empowers-personal-experiences.html&#34;,&#34;collectionTitle&#34;:&#34;How data empowers personal experiences&#34;,&#34;thumbnailText&#34;:&#34;Navigate digital insights for brand loyalty with Rowena Daines, Tom Adams, and Sam Tomlinson. Strike the right balance between personalization and privacy.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-data-empowers-personal-experiences&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue May 09 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/metaverse-works.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;May 09, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The metaverse. Over-hyped? Dismissed too soon? Discover the emerging reality for value-creation.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;,&#34;pwc-gx:campaign/tla/content-length/9&#34;],&#34;title&#34;:&#34;Exploring the Metaverse: Potential and strategies for businesses&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/exploring-the-metaverse--potential-and-strategies-for-businesses.html&#34;,&#34;collectionTitle&#34;:&#34;Exploring the Metaverse: Potential and strategies for businesses&#34;,&#34;thumbnailText&#34;:&#34;The metaverse. Over-hyped? Dismissed too soon? Discover the emerging reality for value-creation.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/exploring-the-metaverse--potential-and-strategies-for-businesses&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue May 09 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/44696063-thumb6-1180x670.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;May 09, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore changing leadership roles in tech eras, focusing on effective leadership in the digital age.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/leadership&#34;,&#34;pwc-gx:campaign/tla/content-length/7&#34;],&#34;title&#34;:&#34;The art of leading in the AI age&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-art-of-leading-in-the-ai-age.html&#34;,&#34;collectionTitle&#34;:&#34;The art of leading in the AI age&#34;,&#34;thumbnailText&#34;:&#34;Explore changing leadership roles in tech eras, focusing on effective leadership in the digital age.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-art-of-leading-in-the-ai-age&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon May 01 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/brand-simplified/teaser-images-670/technology/damil-gettyimages-533257655-670.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;May 01, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Legacy decommissioning \u2013 cost-efficient and sustainable&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/6&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;],&#34;title&#34;:&#34;Cloud Migration without Dead Weight&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/cloud-migration-without-dead-weight.html&#34;,&#34;collectionTitle&#34;:&#34;Cloud Migration without Dead Weight&#34;,&#34;thumbnailText&#34;:&#34;Legacy decommissioning \u2013 cost-efficient and sustainable&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/cloud-migration-without-dead-weight&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Apr 26 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/flagship/ai/generativeai-article-hero/te-pattern-slimhero-generativeai1.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 26, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;How PwC is expanding AI capabilities, including a relationship with Microsoft and Azure OpenAI, to help companies scale AI and generative AI.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/generative-ai&#34;],&#34;title&#34;:&#34;Generative AI investment to scale capabilities | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/scaling-ai-capabilities-with-generative-investment.html&#34;,&#34;collectionTitle&#34;:&#34;PwC US makes $1 billion investment to expand &amp; scale capabilities in AI&#34;,&#34;thumbnailText&#34;:&#34;How PwC is expanding AI capabilities, including a relationship with Microsoft and Azure OpenAI, to help companies scale AI and generative AI.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/scaling-ai-capabilities-with-generative-investment&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Apr 20 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/assets/te-pattern-cubes-gray-670.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 20, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Moving enterprise resource planning (ERP) and other enterprise applications to cloud can help you achieve data agility and transform your business.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/content-length/4&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;],&#34;title&#34;:&#34;ERP data modernization is the key to digital business transformation&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/erp-data-modernization-is-the-key-to-digital-business-transforma.html&#34;,&#34;collectionTitle&#34;:&#34;ERP data modernization is the key to digital business transformation&#34;,&#34;thumbnailText&#34;:&#34;Moving enterprise resource planning (ERP) and other enterprise applications to cloud can help you achieve data agility and transform your business.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/erp-data-modernization-is-the-key-to-digital-business-transforma&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Apr 19 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digitalpulse/heros/2023/fy23-ceo-survey-hero.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 19, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore PwC Australia\u2019s 26th CEO Survey insights on 2023 challenges: pandemic, inflation, cybersecurity, geopolitics, and labor shortages. &#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;],&#34;title&#34;:&#34;CEO Priorities for 2023: keeping up the pace of business transformation&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/ceo-priorities-for-2023-keeping-up-the-pace-of-business-transformation.html&#34;,&#34;collectionTitle&#34;:&#34;CEO Priorities for 2023: keeping up the pace of business transformation&#34;,&#34;thumbnailText&#34;:&#34;Explore PwC Australia\u2019s 26th CEO Survey insights on 2023 challenges: pandemic, inflation, cybersecurity, geopolitics, and labor shortages. &#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/ceo-priorities-for-2023-keeping-up-the-pace-of-business-transformation&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Apr 18 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/tax-erp.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 18, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Learn how a tax-optimized ERP system can support a more effective tax strategy and provide access to accurate data to drive more reliable decisions.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/regulation&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/6&#34;],&#34;title&#34;:&#34;Role of tax in ERP transformation&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/role-of-tax-in-erp-transformation.html&#34;,&#34;collectionTitle&#34;:&#34;Four ways tax can help pay for an ERP transformation&#34;,&#34;thumbnailText&#34;:&#34;Learn how a tax-optimized ERP system can support a more effective tax strategy and provide access to accurate data to drive more reliable decisions.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/role-of-tax-in-erp-transformation&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Sat Apr 15 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digital-pulse/hero-transports-overlay.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 15, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Educational institutions, rich in sensitive student data, face cyber threats. Mitigate risks with secure cloud platforms like Connected Schools for optimal data protection.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/theme/business-model-reinvention&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;],&#34;title&#34;:&#34;Feeling stuck? Our 3-step digital transformation reset will get you back on track.&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/feeling-stuck-our-3-step-digital-transformation-reset-will-get-you-back-on-track.html&#34;,&#34;collectionTitle&#34;:&#34;A 3-step digital transformation reset to get you back on track.&#34;,&#34;thumbnailText&#34;:&#34;Educational institutions, rich in sensitive student data, face cyber threats. Mitigate risks with secure cloud platforms like Connected Schools for optimal data...&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/feeling-stuck-our-3-step-digital-transformation-reset-will-get-you-back-on-track&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Tue Apr 04 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/strategy-and-business/content/s+b_article_thumbnail_7.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;April 04, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Top-performing companies use mutually reinforcing investments to create non-linear advantage. Everyone else is just playing catch-up.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/overview&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/8&#34;],&#34;title&#34;:&#34;Accelerating performance in a winner-takes-most world | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/transformation/accelerating-performance-in-a-winner-takes-most-world.html&#34;,&#34;collectionTitle&#34;:&#34;Accelerating performance in a winner-takes-most world&#34;,&#34;thumbnailText&#34;:&#34;Top-performing companies use mutually reinforcing investments to create non-linear advantage. Everyone else is just playing catch-up.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/transformation/accelerating-performance-in-a-winner-takes-most-world&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Mar 28 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digitalpulse/thumbnails/2023/metaverse-thumbnail.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 28, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;What is the metaverse? Are humans really ready for this technological leap, and if we are, how can businesses use it to gain a competitive advantage?&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;],&#34;title&#34;:&#34;What will the metaverse mean for business?&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/what-will-the-metaverse-mean-for-business-.html&#34;,&#34;collectionTitle&#34;:&#34;What will the metaverse mean for business?&#34;,&#34;thumbnailText&#34;:&#34;What is the metaverse? Are humans really ready for this technological leap, and if we are, how can businesses use it to gain a competitive advantage?&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/what-will-the-metaverse-mean-for-business-&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Mar 28 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/44659078-thumb5-690x400.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 28, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Discover effective strategies for thriving in modern business ecosystems as an orchestrator, partner, or complementor.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/leadership&#34;,&#34;pwc-gx:campaign/tla/content-length/15&#34;],&#34;title&#34;:&#34;Navigating business ecosystem roles: A strategic guide&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/navigating-business-ecosystem-roles--a-strategic-guide.html&#34;,&#34;collectionTitle&#34;:&#34;Navigating business ecosystem roles: A strategic guide&#34;,&#34;thumbnailText&#34;:&#34;Discover effective strategies for thriving in modern business ecosystems as an orchestrator, partner, or complementor.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/navigating-business-ecosystem-roles--a-strategic-guide&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon Mar 27 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digitalpulse/thumbnails/2023/emr-thumb.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 27, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore the vital role of cloud-based Electronic Medical Record (EMR) systems in healthcare&#39;s digital transformation and the benefits of SaaS models&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;],&#34;title&#34;:&#34;Why a cloud-based EMR system is essential to transformation in health&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-a-cloud-based-emr-system-is-essential-to-transformation-in-h.html&#34;,&#34;collectionTitle&#34;:&#34;Why a cloud-based EMR system is essential to transformation in health&#34;,&#34;thumbnailText&#34;:&#34;Explore the vital role of cloud-based Electronic Medical Record (EMR) systems in healthcare&#39;s digital transformation and the benefits of SaaS models&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/why-a-cloud-based-emr-system-is-essential-to-transformation-in-h&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Mar 15 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/ca/en/todays-issues/assets/p1665523-global-risk-campaign-risk-intelligence-web-assets-hero-banner-655x368-op3.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 15, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Mining actionable intelligence from data lets organizations pinpoint threats sooner\u2014and uncover new opportunities along the way.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/risk&#34;,&#34;pwc-gx:campaign/tla/content-length/3&#34;],&#34;title&#34;:&#34;How risk intelligence data mining is changing the way companies manage third-party risks&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/third-party-risk-intelligence-data-mining.html&#34;,&#34;collectionTitle&#34;:&#34;How risk intelligence data mining is changing the way companies manage third-party risks&#34;,&#34;thumbnailText&#34;:&#34;Mining actionable intelligence from data lets organizations pinpoint threats sooner\u2014and uncover new opportunities along the way.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/third-party-risk-intelligence-data-mining&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Mar 09 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/article-hero/te-pattern-cerebral-rose.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;March 09, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Smart venues can introduce hyper-personalized experiences with technologies like sensors, digital twins, machine learning and artificial intelligence.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;],&#34;title&#34;:&#34;Smart venues power connected experiences&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/reinventing-customer-experience-with-smart-venues.html&#34;,&#34;collectionTitle&#34;:&#34;Reinventing the customer experience with smart venues&#34;,&#34;thumbnailText&#34;:&#34;Smart venues can introduce hyper-personalized experiences with technologies like sensors, digital twins, machine learning and artificial intelligence.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/reinventing-customer-experience-with-smart-venues&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Tue Feb 28 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/services/consulting/business-transformation/digital-supply-chain-survey/assets/digital-supply-chain-survey-2023-thumb.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 28, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;The 300+ executives and leaders we surveyed recognize the benefits of digitizing their supply chains and have made significant commitments.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/10&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;],&#34;title&#34;:&#34;PwC\u2019s 2023 Digital Trends in Supply Chain Survey&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/pwc-s-2023-digital-trends-in-supply-chain-survey.html&#34;,&#34;collectionTitle&#34;:&#34;PwC\u2019s 2023 Digital Trends in Supply Chain Survey&#34;,&#34;thumbnailText&#34;:&#34;The 300+ executives and leaders we surveyed recognize the benefits of digitizing their supply chains and have made significant commitments.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/pwc-s-2023-digital-trends-in-supply-chain-survey&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/content-detail-page-template&#34;,&#34;date&#34;:&#34;Fri Feb 24 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/industries/tmt/assets/mwc-web3-pp.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 24, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;As web3 technologies evolve, how can telecom companies develop new business models and find opportunity in this next iteration of the internet?&#34;,&#34;pageTagList&#34;:[&#34;pwc-content-type:publication&#34;,&#34;pwc-gx:dpe-hero-template/industry-pages/platform-thought-leadership&#34;,&#34;pwc-gx:campaign/tla/content-length/15&#34;,&#34;pwc-gx:analytics/user-persona/chief-strategy-officer&#34;,&#34;pwc:industries/tmt&#34;,&#34;pwc-gx:topics/Transformation&#34;,&#34;pwc:issues/Transformation&#34;,&#34;pwc:industries/communications&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc:topics/blockchain&#34;,&#34;pwc-gx:dpe-hero-template/article&#34;,&#34;pwc:content_type/Featured&#34;,&#34;pwc-content-type:thought_leadership&#34;,&#34;pwc-gx:featured/research-insights&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-gx:type/issues/issue-thought-leadership&#34;,&#34;pwc-gx:type/industries/industry-platform-thought-leadership&#34;,&#34;pwc:content_type/publication&#34;,&#34;pwc:industries/technology&#34;,&#34;pwc-gx:los/transformation-services/cloud-engineering&#34;,&#34;pwc-gx:type/publication&#34;,&#34;pwc:industries/entertainment_and_media&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc:issues/technology&#34;,&#34;pwc-gx:analytics/buyers-journey/explorer&#34;,&#34;pwc-gx:type/issues/type-of-thought-leadership/headlamp&#34;],&#34;title&#34;:&#34;How telecoms can find new value in web3 | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/industries/tmt/telecommunications/web3-opportunities-for-telecoms.html&#34;,&#34;collectionTitle&#34;:&#34;The next internet upgrade: How telecoms can find new value in web3&#34;,&#34;thumbnailText&#34;:&#34;As web3 technologies evolve, how can telecom companies develop new business models and find opportunity in this next iteration of the internet?&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/industries/tmt/telecommunications/web3-opportunities-for-telecoms&#34;,&#34;videoItemUrl&#34;:&#34;&#34;,&#34;contentType&#34;:&#34;Publication&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Feb 23 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/tla/thumbs/medium/ID-105_670px.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;February 23, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;A recent PwC survey highlights a key reason that cloud-powered companies are better value-creators: strong C-suite alliances.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla&#34;,&#34;pwc-gx:campaign/tla/content-length/2&#34;,&#34;pwc-gx:campaign/tla/role/chro&#34;,&#34;pwc-gx:campaign/tla/role/coo&#34;,&#34;pwc-gx:campaign/tla/theme/value-creation&#34;,&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/role/cto&#34;,&#34;pwc-gx:campaign/tla/asset/data&#34;,&#34;pwc-gx:campaign/tla/role/cfo&#34;,&#34;pwc-gx:campaign/tla/role/ceo&#34;],&#34;title&#34;:&#34;A winning cloud strategy is a group effort&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/a-winning-cloud-strategy-is-a-group-effort.html&#34;,&#34;collectionTitle&#34;:&#34;A winning cloud strategy is a group effort&#34;,&#34;thumbnailText&#34;:&#34;A recent PwC survey highlights a key reason that cloud-powered companies are better value-creators: strong C-suite alliances.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/c-suite-insights/the-leadership-agenda/a-winning-cloud-strategy-is-a-group-effort&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Mon Jan 30 00:00:00 UTC 2023&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/us/en/tech-effect/content/images/flagship/cloud/cloud-business-survey.png&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;January 30, 2023&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Learn how cloud computing is powering business transformation and four ways companies can create more value quickly in PwC&#39;s annual survey.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;,&#34;pwc-gx:campaign/tla/theme/cloud&#34;,&#34;pwc-gx:campaign/tla/content-length/7&#34;],&#34;title&#34;:&#34;2023 Cloud Business Survey&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/2023-cloud-business-survey.html&#34;,&#34;collectionTitle&#34;:&#34;2023 Cloud Business Survey&#34;,&#34;thumbnailText&#34;:&#34;Learn how cloud computing is powering business transformation and four ways companies can create more value quickly in PwC&#39;s annual survey.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/2023-cloud-business-survey&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Fri Dec 30 00:00:00 UTC 2022&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/forensic-services/damil-gettyimages-1086741384-1600.jpg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;December 30, 2022&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Our PwC Canada panel explores the increasingly critical role of cybersecurity in deals, both in terms of risk mitigation and value creation.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/technology-and-cyber&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/podcast&#34;,&#34;pwc-gx:campaign/tla/content-length/9&#34;],&#34;title&#34;:&#34;Cybersecurity in deals: Protect your organization and create new value&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/protect-your-organization-and-create-value.html&#34;,&#34;collectionTitle&#34;:&#34;Cybersecurity in deals: Protect your organization and create new value&#34;,&#34;thumbnailText&#34;:&#34;Our PwC Canada panel explores the increasingly critical role of cybersecurity in deals, both in terms of risk mitigation and value creation.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/protect-your-organization-and-create-value&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Nov 30 00:00:00 UTC 2022&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/au/en/digitalpulse/thumbnails/2022/future-office-workplace-tech-thumb.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 30, 2022&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;When great experience is key to attracting and retaining talent, office technology; whether at home, or in-person &amp;ndash; has a lot to live up to.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/tech-trends&#34;,&#34;pwc-gx:campaign/tla/content-length/7&#34;],&#34;title&#34;:&#34;Workplace tech for the office of the future&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/workplace-tech-for-the-office-of-the-future.html&#34;,&#34;collectionTitle&#34;:&#34;Workplace tech for the office of the future&#34;,&#34;thumbnailText&#34;:&#34;When great experience is key to attracting and retaining talent, office technology; whether at home, or in-person &amp;ndash; has a lot to live up to.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/workplace-tech-for-the-office-of-the-future&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Wed Nov 23 00:00:00 UTC 2022&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/cloud-pp.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;November 23, 2022&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Insights from Azeem Azhar and Annie Veillet on managing rapid tech growth, AI diversity, and human-centric progress.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/2&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/tech-trends&#34;],&#34;title&#34;:&#34;Keeping ahead of technology&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/keeping-ahead-of-technology0.html&#34;,&#34;collectionTitle&#34;:&#34;Keeping ahead of technology&#34;,&#34;thumbnailText&#34;:&#34;Insights from Azeem Azhar and Annie Veillet on managing rapid tech growth, AI diversity, and human-centric progress.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/keeping-ahead-of-technology0&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Thu Oct 13 00:00:00 UTC 2022&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/44571753-thumb5-690x400-1.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;October 13, 2022&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;In our increasingly digital world, startups and established firms can make progress together by building trust and focusing on value creation.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:campaign/tla/theme/ecosystems&#34;,&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/content-length/9&#34;],&#34;title&#34;:&#34;How to turbocharge collaboration in innovation ecosystems&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-to-turbocharge-collaboration-in-innovation-ecosystems.html&#34;,&#34;collectionTitle&#34;:&#34;How to turbocharge collaboration in innovation ecosystems&#34;,&#34;thumbnailText&#34;:&#34;In our increasingly digital world, startups and established firms can make progress together by building trust and focusing on value creation.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/how-to-turbocharge-collaboration-in-innovation-ecosystems&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/ghost-template&#34;,&#34;date&#34;:&#34;Sun Aug 14 00:00:00 UTC 2022&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/ghost-assets/44517854b-thumb5-690x400.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;August 14, 2022&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Explore past-present parallels, find potential in AI, blockchain &amp; gene editing, discover effective navigation strategies.&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc-gx:campaign/tla/content-length/5&#34;,&#34;pwc-gx:campaign/tla/asset/article&#34;,&#34;pwc-gx:campaign/tla/theme/emerging-technology&#34;],&#34;title&#34;:&#34;The second age of foundational technologies&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-second-age-of-foundational-technologies.html&#34;,&#34;collectionTitle&#34;:&#34;The second age of foundational technologies&#34;,&#34;thumbnailText&#34;:&#34;Explore past-present parallels, find potential in AI, blockchain &amp; gene editing, discover effective navigation strategies.&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/ghost/the-second-age-of-foundational-technologies&#34;,&#34;videoItemUrl&#34;:&#34;&#34;},{&#34;template&#34;:&#34;/conf/pwc/settings/wcm/templates/longform-campaign-one-pager&#34;,&#34;date&#34;:&#34;Thu Jun 22 00:00:00 UTC 2017&#34;,&#34;videoTranscriptLink&#34;:&#34;&#34;,&#34;videoItemHeight&#34;:&#34;&#34;,&#34;imagePath&#34;:&#34;/content/dam/pwc/gx/en/issues/technology/gettyimages-1010342226.jpeg&#34;,&#34;videoType&#34;:&#34;&#34;,&#34;publishDate&#34;:&#34;June 22, 2017&#34;,&#34;isVideo&#34;:false,&#34;description&#34;:&#34;Artificial intelligence (AI) is a source of both huge excitement and apprehension. What are the real opportunities and threats for your business?&#34;,&#34;pageTagList&#34;:[&#34;pwc-gx:series0/the-tech-agenda&#34;,&#34;pwc:topics/artificial-intelligence/reshaping_business_with_ai&#34;,&#34;pwc:geography/global&#34;,&#34;pwc-gx:campaign/tla/asset/report&#34;,&#34;pwc-gx:campaign/tla/theme/artificial-intelligence&#34;,&#34;pwc-gx:campaign/tla/content-length/8&#34;],&#34;title&#34;:&#34;PwC&#39;s Global Artificial Intelligence Study | PwC&#34;,&#34;damSize&#34;:&#34;&#34;,&#34;url&#34;:&#34;https://www.pwc.com/gx/en/issues/artificial-intelligence/publications/artificial-intelligence-study.html&#34;,&#34;collectionTitle&#34;:&#34;Global Artificial Intelligence Study: Sizing the prize&#34;,&#34;thumbnailText&#34;:&#34;Artificial intelligence (AI) is a source of both huge excitement and apprehension. What are the real opportunities and threats for your business?&#34;,&#34;videoDuration&#34;:&#34;&#34;,&#34;closedCaptionLink&#34;:&#34;&#34;,&#34;videoItemWidth&#34;:&#34;&#34;,&#34;href&#34;:&#34;https://www.pwc.com/gx/en/issues/artificial-intelligence/publications/artificial-intelligence-study&#34;,&#34;videoItemUrl&#34;:&#34;&#34;}],&#34;filters&#34;:[]}" filter2="{&#34;displayDescription&#34;:true,&#34;componentId&#34;:&#34;-content-pwc-gx-en-issues-artificial-intelligence-jcr-content-root-container-content-free-container-section-1197428321-collections-v3-copy&#34;,&#34;resultslink&#34;:&#34;&#34;,&#34;displayResultCount&#34;:false,&#34;isDeepLinkSearch&#34;:false,&#34;listFrom&#34;:&#34;static&#34;,&#34;displayBrandKeyline&#34;:false,&#34;pageSize&#34;:8,&#34;orderBy&#34;:&#34;pwcReleaseDate&#34;,&#34;facetedTitle&#34;:&#34;&#34;,&#34;deepLinkId&#34;:&#34;29269&#34;,&#34;variation&#34;:&#34;legacy&#34;,&#34;isVideoChecked&#34;:false,&#34;displayThumbnail&#34;:true,&#34;dateFormatString&#34;:&#34;long&#34;,&#34;displayDownload&#34;:false,&#34;displayDate&#34;:true,&#34;limit&#34;:99,&#34;menuType&#34;:&#34;none&#34;,&#34;isFixedHeight&#34;:true,&#34;linkItems&#34;:false}" filter3="{&#34;loadMoreLabel&#34;:&#34;Load more&#34;,&#34;openModalLabel&#34;:&#34;Filter by&#34;,&#34;cancelSearchLabel&#34;:&#34;Faceted_Navigation_CancelSearch&#34;,&#34;closeFilterLabel&#34;:&#34;Close&#34;,&#34;applyFiltersLabel&#34;:&#34;Apply filters&#34;,&#34;resultSingularLabel&#34;:&#34;result&#34;,&#34;filterByLabel&#34;:&#34;Filter by&#34;,&#34;mostPopularLabel&#34;:&#34;Most Popular&#34;,&#34;publishDateLabel&#34;:&#34;Publish date&#34;,&#34;searchLabel&#34;:&#34;Search&#34;,&#34;loadingLabel&#34;:&#34;Loading...&#34;,&#34;videoErrorLabel&#34;:&#34;Playback of this video is not currently available&#34;,&#34;downloadPdfLabel&#34;:&#34;Download PDF&#34;,&#34;viewAllLabel&#34;:&#34;View all&#34;,&#34;viewTranscriptLabel&#34;:&#34;View transcript&#34;,&#34;sortByLabel&#34;:&#34;Sort by&#34;,&#34;resultsLabel&#34;:&#34;result(s)&#34;,&#34;resultPluralLabel&#34;:&#34;results&#34;,&#34;resetFiltersLabel&#34;:&#34;Reset filters&#34;}"> </collection-v3> </div> </div> </section> </div> </div> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section" data-id="cta-1"></div> </div> <div class="section container responsivegrid"> <section id="link-to-services" class="cmp-container page-section page-section--col-white fullwidth videobghost " data-wcmmode="false" data-parallax="true" data-videoParallax="false" data-videoId="videoelementb5e2904e-5a55-4055-9b12-9eda7c530a92" data-videoAutoplay="false" data-videoLoop="false" style="height:; background-size:cover; background-position:center top; background-image:; background-color:; "> <div class="parsys sectionpar"> <div class="linkexplorer list section"><div></div> <!-- Two column nested rendition --> <!-- Three column rendition - abstract not allowed --> <!-- Four column nested rendition --> </div> </div> </section> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section" data-id="related"></div> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section" data-id="contactUs"></div> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section" data-id="followUs"></div> <section id="followUs" style="height: auto" class="cmp-experiencefragment cmp-experiencefragment--issues fullwidth "> <div id="container-bdd92436a3" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="socialfollow aem-GridColumn aem-GridColumn--default--12"> <div class="socialfollow section"> <div id="socialfollow" class="socialfollowInner"> <span>Follow us</span> <a href="http://pwc.to/PwCTwG" target="_self" title="X Follow" class="socialfollow- X Follow"> <img src="/content/pwc/script/network/follow/follow_twitter.png" alt="X Follow"/> </a> <a href="http://pwc.to/PwCFBG" target="_self" title="Facebook Follow" class="socialfollow- Facebook Follow"> <img src="/content/pwc/script/network/follow/follow_facebook.png" alt="Facebook Follow"/> </a> <a href="http://pwc.to/PwCLICo" target="_self" title="Linkedin Follow" class="socialfollow- Linkedin Follow"> <img src="/content/pwc/script/network/follow/follow_linkedin.png" alt="Linkedin Follow"/> </a> <a href="http://pwc.to/PwCYT" target="_self" title="SocialFollow_Youtube" class="socialfollow- Youtube Follow"> <img src="/content/pwc/script/network/follow/follow_youtube.png" alt="SocialFollow_Youtube"/> </a> </div> </div></div> </div> </div> </section> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section"></div> <section id="bottom-kick" style="height: auto" class="cmp-experiencefragment cmp-experiencefragment--issues-artificial-intelligence fullwidth " data-action="/content/pwc/gx/en/issues/artificial-intelligence" data-xfid="8af8b119-5f92-3151-837b-468630042da0" data-formstartpath="/content/pwc/gx/en/issues/artificial-intelligence/jcr:content/root/container/isection-xf-bottom-kick" data-formid="OnlineForm3601" data-sendviaapi="false" data-thankustyle="inline" data-locale="en_gx" data-onlineformtype="bottomKick" data-thankustyle-d="true" data-eventtype="normal form"> <div id="container-37c3b1c5a0" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="bottom-kick-isection aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/bottom-kick/issues-artificial-intelligence/master/_jcr_content/root/bottom_kick_isection.dynamic.html/pwc/components/modernized/content/bottom-kick-isection, resourceType: pwc/components/modernized/content/bottom-kick-isection) --> <div class="bk-parsys-wrapper container"> <div class="row "> <!-- Bottom-Kick Online Forms Par--> <!-- Bottom-kick Contacts and List Par--> <div class="col-md-12 online-par-disabled "> <div> <div id="container-16c70e1abd" class="cmp-container"> <div class="rightrailcontact"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/bottom-kick/issues-artificial-intelligence/master/_jcr_content/root/bottom_kick_isection/contacts-par/rightrailcontact.dynamic.html/pwc/components/modernized/content/rightrailcontact, resourceType: pwc/components/modernized/content/rightrailcontact) --> <link rel="stylesheet" href="/etc.clientlibs/pwc/clientlibs/component-longform/rebrand-clientlib/rightrailcontcat.min.9612d76cbc5243c9cb899c4d1a6ffd81.css" type="text/css"> <script src="/etc.clientlibs/pwc/clientlibs/component-longform/rebrand-clientlib/rightrailcontcat.min.d41d8cd98f00b204e9800998ecf8427e.js"></script> <div class="sectionpar"> <section class="contactModule maxPadding" id="newrightrailcontacts_33047236-5aa9-4b91-90ac-885564b6890e_root_bottom_kick_isection_contacts-par_rightrailcontact"> <div class="rightrailcontact-component section"> <div class="row"> <div class="col-sm-12"> <h2 class="rightrailcontact-heading" id="scrollcontactheader" style="border:none;">Contact us</h2> <div class="contactCol-container"> <div country="gx" divId="0" class="contactCol" style="display:block"> <div class="noleftline"> <img src="/gx/en/contacts/joe-atkinson.jpg.pwcimage.105.105.jpg" class="contact_image rightrails-profile-img brdOvrid" alt="Joe Atkinson"/> <div class="contact-content"> <p class="contact-name"> Joe Atkinson </p> <div class="contact-info"> <p>Global Chief AI Officer for the PwC Network of Firms, PwC US</p> <p>Tel: +1 215-704-0372</p> <!--<sly data-sly-test=""> <p>Fax: </p> </sly>--> </div> <div class="contact-link"> <a href="https://www.linkedin.com/in/atkinsonjoe/" target="_blank"> <img class="right-rails-img" src="data:image/gif;base64,R0lGODlhGAAYALMAAACJ0KDT7UCn3PD4/HC95RCQ01Cu3zCf2cDi84DE6P///5DM6yCY1mC14v///wAAACH5BAEHAA4ALAAAAAAYABgAAAReEMhJq7046827/xWRHCCVKMrAlBKCKgILnOkqN6O8FYJQaDQFwIVqvBSLTHB4bBowSyIKMXgFoC8migBgvBBYlFYo+YaF0on5Es2Wp+exGs7Opt8KcF18B6x1gIEbEQA7" alt='Linkedin Follow'/> </a> <a class="underline-link contact-email-link-aa" href="javascript:void(0);" onclick="openContactUrl('/content/pwc/gx/en/contacts/j/joe-atkinson','Joe','Atkinson','L2NvbnRlbnQvZGFtL3B3Yy9neC9lbi9jb250ZW50LWZyYWdtZW50cy9jb250YWN0cy9qL2pvZS1hdGtpbnNvbg==','false')" target="_self" data-expert-contact-us="Joe Atkinson"> Email </a> </div> </div> </div> </div> </div> </div> </div> </div> <input type="hidden" value="false" id="countryfilter"/> <input type="hidden" value="xx" id="currentLocation"/> <div class> <div class="contactlink"> </div> </div> </section> </div> <script> function openContactUrl(contactLink,firstName,lastName,encodedPath,hasPageLink) { var url = ""; if("true" === hasPageLink){ url = "\/gx\/en\/content\/pwc\/global\/forms\/contactUsNew.html?style=pwc\x26territory=gx" + "&contactLink=" + contactLink; } else{ url = "\/gx\/en\/content\/pwc\/global\/forms\/contactUsNew.html?style=pwc\x26territory=gx" + "&cf=true" + "&contactLink=" + encodedPath; } if(digitalData && digitalData.page && digitalData.page.content.contentFullPath){ var parentPagePath = digitalData.page.content.contentFullPath; parentPagePath = parentPagePath.split(".html")[0]; if(!url.includes(parentPagePath)){ url = url+"&parentPagePath="+parentPagePath; } } createObject('contactUs.formState','origination'); createObject("contactUs.expertName",firstName+" "+lastName); window.location.href = url; return false; } </script> <script> $(document).ready(function () { var rightrailcontacts = "newrightrailcontacts_33047236-5aa9-4b91-90ac-885564b6890e_root_bottom_kick_isection_contacts-par_rightrailcontact"; var countryhawkList = "countryhawkList_33047236-5aa9-4b91-90ac-885564b6890e_root_bottom_kick_isection_contacts-par_rightrailcontact"; var displayMore = "displayMore_33047236-5aa9-4b91-90ac-885564b6890e_root_bottom_kick_isection_contacts-par_rightrailcontact"; var displayLess = "displayLess_33047236-5aa9-4b91-90ac-885564b6890e_root_bottom_kick_isection_contacts-par_rightrailcontact"; console.log($("countryHawkList ",'#' + countryhawkList)); var allContacts = $('#' + rightrailcontacts + ' div.contactCol'); var parentAllContacts = allContacts.parent(); var a = new Array(); $('#' + countryhawkList).children("option").each(function (x) { test = false; b = a[x] = $(this).val(); for (i = 0; i < a.length - 1; i++) { if (b == a[i]) test = true; } if (test) $(this).remove(); }); $('#' + countryhawkList).html($('#' + countryhawkList + ' option').sort(function (x, y) { return $(x).val() < $(y).val() ? -1 : 1; })); //changes by hemant //Set filter to display all by default on load starts $("#"+countryhawkList).prop('selectedIndex', 0); //Set filter to display all by default on load end if ($("#countryfilter").val() == "true") { var c = $("#currentLocation").val(); var countryExist = false; $('#' + countryhawkList + ' option').each(function () { if (this.value.toLowerCase() == c.toLowerCase()) countryExist = true; }); console.log('exist',countryExist); if (countryExist == true) { if (c != "xx") //if geo is ON, c cannot be xx, if client request territory cannot be determined, then set c to "us" { /*$('#'+rightrailcontacts+' div.contact_layout[country!="'+ c.toLowerCase() + '"]').each(function(index) { $(this).hide(); }); var div_counter =0; $('#'+rightrailcontacts+' div.contact_layout[country="'+ c.toLowerCase() + '"]').each(function(index) { $(this).show(); div_counter++; if(div_counter <=6) $(this).show(); else $(this).hide(); });*/ var contacts = $('#' + rightrailcontacts + ' div.contactCol'); var count = 0; contacts.remove(); allContacts.each(function () { if ($(this).attr('country') == c.toLowerCase()) { parentAllContacts.append(this); count++; } }); $('#' + countryhawkList).val(c.toLowerCase()); } else //if geo is OFF, then c is "xx" { $('#' + countryhawkList).val(' All'); //set territory dropdown to All } } } $('#' + countryhawkList).change(function () { var country = $(this).val(); //console.log("ddl changed"); //alert('#'+ rightrailcontacts+ ' div.contact_layout[country="+ country + "]'); //leave the space before the All, it is needed for the sort. /*if (country != " All") { $('#'+ rightrailcontacts+ ' div.contact_layout[country="'+ country + '"]').each(function(index) { $(this).show(); }); $('#'+ rightrailcontacts+ ' div.contact_layout[country!="'+ country + '"]').each(function(index) { $(this).hide(); }); } else { $('#'+ rightrailcontacts+' div.contact_layout').each(function(index) { $(this).show(); }); }*/ var contacts = $('#' + rightrailcontacts + ' div.contact_layout'); var count = 0; contacts.remove(); //changes by hemant //To fix the existing prod issue of filters start parentAllContacts.empty(); //To fix the existing prod issue of filters end if (country != " All") { allContacts.each(function () { if ($(this).attr('country') == country) { parentAllContacts.append(this); count++; } }); } else { allContacts.each(function () { parentAllContacts.append(this); count++; }); } }); $('#' + displayMore).click(function (e) { $('#' + rightrailcontacts + ' div').each(function (index) { $(this).show(); }); $('#' + displayMore).hide(); $('#' + displayLess).show(); return false; }); $('#' + displayLess).click(function (e) { $('#' + rightrailcontacts + ' div').each(function (index) { if (parseInt($(this).attr("divid")) > 6) { $(this).hide(); } }); $('#' + displayMore).show(); $('#' + displayLess).hide(); return false; }); }); </script> <script> var parentcontactdiv = null; if (document.getElementById('onlineformstart') != null) { var rendermode = "2"; if (rendermode == 2) { var elem = document.getElementsByClassName("contactModule maxPadding"); var x = 0; for (x = 0; x < elem.length; x++) { parentcontactdiv = document.getElementById(elem[x].id).parentElement; parentcontactdiv.className = 'section rightrailcontact'; } } } </script> </div> </div> </div> </div> </div> </div> <div class="dpe-component-wrapper bottom-kick bottom-kick--closed"> <div class="bottom-kick-container pinned bottom-kick--hide"> <div class="bottom-kick__wrapper bottom-kick--invisible"> <div class="bottom-kick__bar"> <div class="container"> <div class="row"> <div class="col-sm-12"> <button class="bottom-kick__bar-wrapper" aria-label="Get in touch"> <span class="bottom-kick__bar-label" aria-hidden="true">Get in touch</span> <div class="bottom-kick__btn-wrapper"> <div class="bottom-kick__btn"> <span class="bottom-kick__btn-icon"></span> </div> <span class="bottom-kick__btn-arrow"></span> </div> </button> <span id="bottom-kick__btn-hide" class="bottom-kick__btn-hide" aria-label="Hide">Hide</span> </div> </div> </div> </div> </div> <div class="bottom-kick__content"> </div> </div> </div> <div class="bottom-kick__overlay"></div> <script> $(".bk-parsys-wrapper").appendTo(".bottom-kick__content"); $(function() { bottomKick({ scrollPosition: 'afterHero' }); }); $(".bottom-kick__btn-wrapper").click(function () { var spanEl = $(this).find("span.bottom-kick__btn-arrow") if($(spanEl).hasClass("bottom-kick__btn-arrow--rotate")) { createObject("page.bottomkick.panel", "close"); } else { createObject("page.bottomkick.panel", "open"); } }); analyticsClickTrigger("#bottom-kick__btn-hide","page.bottomkick.panel","close"); </script> </div> </div> </div> </section> </div> </div> </div> <div class="ixfsection experiencefragment"><div class="mod-ixf-page-section"></div> <section id="footer" style="height: auto" class="cmp-experiencefragment cmp-experiencefragment--gx-en fullwidth "> <div id="container-d09b717ffc" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="html parbase aem-GridColumn aem-GridColumn--default--12"> <div data-custom-code="Marketing"> <div><!-- placeholder --></div> </div> </div> <div class="footer aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /content/experience-fragments/pwc/gx/en/footer/gx-en/master/_jcr_content/root/footer.dynamic.html/pwc/components/modernized/content/footer, resourceType: pwc/components/modernized/content/footer) --> <div></div> <!-- START Sitemap Footer --> <div class="dpe-component-wrapper glb-footer glb-footer__block--reduced "> <div class="container"> <!-- START bottom breadcrumb --> <!-- END bottom breadcrumbs --> <!-- start reduced Footer items --> <div class="row"> <div class="col-xs-12 col-sm-12 "> <div class="glb-footer__block"> <a class="serif glb-footer__link glb-footer__link--l1" href="/gx/en/about/office-locations.html" aria-label="PwC office locations">PwC office locations</a> <a class="serif glb-footer__link glb-footer__link--l1" href="/gx/en/site-map.html" aria-label="Site map">Site map</a> <a class="serif glb-footer__link glb-footer__link--l1" href="/gx/en/content/pwc/global/forms/contactUs.en_gx.html?parentPagePath=/content/pwc/gx/en&style=" aria-label="Contact us">Contact us</a> </div> </div> </div> <!-- end reduced Footer items --> <!-- START Copyright statement --> <div class="row"> <div class="col-xs-12 "> <div class="glb-footer__disclaimer"> <div class="row"> <div class="col-md-8 glb-footer__disclaimer-text"> <a id="slim-footer-logo" href="" aria-label="PwC homepage" class="slim-footer-logo"></a> <p>&copy;&nbsp;2017 - 2024 PwC. All rights reserved. PwC refers to the PwC network and/or one or more of its member firms, each of which is a separate legal entity. Please see <a href="https://www.pwc.com/structure" style="text-decoration: underline;">www.pwc.com/structure</a> for further details. </p> <!-- optional disclaimer links --> <ul class="glb-footer__disclaimer-links" id="pgFooter"> <li> <a href="/gx/en/legal-notices.html">Legal notices</a> </li> <li> <a href="/gx/en/legal-notices/pwc-privacy-statement.html">Privacy</a> </li> <li> <a href="/gx/en/legal-notices/cookie-policy.html">Cookie policy</a> </li> <li> <a href="/gx/en/legal-notices/legal-disclaimer.html">Legal disclaimer</a> </li> <li> <a href="/gx/en/legal-notices/terms-and-conditions.html">Terms and conditions</a> </li> </ul> </div> </div> </div> </div> </div> <!-- END Copyright statement --> </div> </div> <!-- END Sitemap Footer --></div> </div> </div> </section> </div> </div> </div> </div> <script src="/etc.clientlibs/pwc/components/modernized/common/mod-clientlibs/modernization-navigation.min.6c049d6b53dee5a76a1698ad12a65fc9.js"></script> <script src="/etc.clientlibs/pwc/components/modernized/common/mod-clientlibs/components-colors.min.802085caf78a4e4f23c1d2d9cceb847e.js"></script> <script src="/etc.clientlibs/pwc/clientlibs/longform/script.min.339cf70a9ee5e3072275194361ea1388.js"></script> <script src="/etc.clientlibs/pwc/clientlibs/clientlib-vue/vue-bundle.min.4ce839251e0ba160b4b0baa0dc2fbe9c.js"></script> <link rel="stylesheet" href="/etc.clientlibs/pwc/clientlibs/clientlib-vue/vue-bundle.min.a0d52753684e003f9e0bbfd3e035edf7.css" type="text/css"> <script> var getCookieByMatch = function(regex) { var _cookies = document.cookie.split(/;\s*/), _cookieArray = [], i; for (i = 0; i < _cookies.length; i++) { if (_cookies[i].match(regex)) { _cookieArray.push(_cookies[i]); } } return _cookieArray; }; function getUserMarketingID(value) { const _regex = /^(.*)\|MCMID\|(\d+)\|(.*)/gm; if ((_matchedArray = _regex.exec(value)) !== null && _matchedArray.length >= 3) { return _matchedArray[2]; } } function setCookie(cname, cvalue, exdays, path) { var expires = "expires=0" if (exdays != 0) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); expires = "expires=" + d.toGMTString(); } document.cookie = cname + "=" + cvalue + "; " + expires + "; path=/;"; } $( document ).ready(function() { $.each(getCookieByMatch('AMCV_'), function(index, val) { var cookie = val.split("="); var userID = getUserMarketingID(decodeURIComponent(cookie[1])); $('input[name="userMarketingID"]').each(function() { $( this ).val(userID); }); }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10