<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------------- */
/* --------------- Quick colours ------------------------- */
/* ------------------------------------------------------- */



/* ------------------------------------------------------- */
/* ---------------------- Tables ------------------------- */
/* ------------------------------------------------------- */



/* ------------------------------------------------------- */
/* --------------- Outer Structures ---------------------- */
/* ------------------------------------------------------- */

section.c3_section_chart {
	display: block;
    max-width: 780px;
}

@media only screen and (max-width: 767px) {
    section.c3_section_chart {
        padding: 15px;   
    }
}

section.c3_section_chart div.c3_div_figure_container {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
    flex-basis: 0;
    flex-grow: 1;
    gap: 30px;
}

@media only screen and (max-width: 800px) {
    section.c3_section_chart div.c3_div_figure_container {
       display: block;
    }
}

section.c3_section_chart div.c3_div_figure_container h5 {
    font-size: 28px;
    color: #eb8c00;
}

section.c3_section_chart div.c3_div_figure_container figure:first-of-type h5 {
    color: #d93954;
}

section.c3_section_chart div.c3_div_figure_container h6 {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 991px) {
    section.c3_section_chart div.c3_div_figure_container h6 {
        font-size: 16px;
        line-height: 20px;
    }
}

section.c3_section_chart div.c3_div_figure_container span {
    font-weight: bold;
}

/* ------------------------------------------------------- */
/* ------------------ Graph detail ----------------------- */
/* ------------------------------------------------------- */

#c3_header {
    padding-bottom: 20px;
    padding-left: 0px !important;
}

#c3_header div.chapter-heading-wrapper {
    max-width: 100%;
}


/*#c3_header div.chapter-heading-wrapper {
    width: 100%;
}*/

section#c3_section_chart_3 nav {
    display: flex;
    width: 100%;
    gap: 30px;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav {
       display: block;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #ffffff;
    }
}

section#c3_section_chart_3 nav div {
    display: block;
    width: 33.3%;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav div {
       width: 100%;
        margin-bottom: -7px;
    }
}

section#c3_section_chart_3 nav div::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 0px;
    border-top: 1px dotted #7d7d7d;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav div::before {
        top: 12px;
    }
}

section#c3_section_chart_3 nav div h4 {
    display: inline-block;
    width: auto;
    text-align: center;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #7d7d7d;
    position: relative;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav div h4 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0px;
    }
}

section#c3_section_chart_3 nav ul {
    display: block;
    position: relative;
    overflow: hidden;
}

section#c3_section_chart_3 nav ul li {
    display: block;
    position: relative;
    float: left;
    width: 33.3%;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav ul li {
        margin-bottom: 0px;  
    }
}

section#c3_section_chart_3 nav ul li a {
    display: block;
    position: relative;
    background-color: #7d7d7d;
    overflow: hidden;
    border-right: 1px solid #ffffff;
    background-size: cover;
}

section#c3_section_chart_3 nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

section#c3_section_chart_3 nav ul li a.c3_selected::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

section#c3_section_chart_3 nav ul li a:hover::after, section#c3_section_chart_3 nav ul li a:focus::after {
    bottom: -20px;
}

section#c3_section_chart_3 nav ul li a span {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 10px;
    padding-bottom: 30px;
    color: #ffffff;
    background-color: rgba(39,39,39,0.85);
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 nav ul li a span {
        margin-top: 15px;
        padding: 5px;
        padding-bottom: 5px;
    }
}

section#c3_section_chart_3 figure {
	display: block;
	position: relative;
	width: calc(50% - 10px);
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 figure {
        width: calc(100% - 10px);
        overflow: hidden;
    }
}

section#c3_section_chart_3 div.c3_bar_box {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	position: relative;
	width: calc(100% + 40px);
	margin-left: -40px;
	padding-right: 4%;
	height: auto;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 div.c3_bar_box {
        margin-left: 0px;
        width: 100%;
    }
}

section#c3_section_chart_3 ul.c3_ul_axislabels {
	display: block;
	position: relative;
	width: 30px;
	margin: 0;
	z-index: 2;
}

section#c3_section_chart_3 figure:last-of-type ul.c3_ul_axislabels li {
    color: transparent;
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 figure:last-of-type ul.c3_ul_axislabels li {
        color: #000000;
    }
}

section#c3_section_chart_3 ul.c3_ul_axislabels li {
	display: block;
	text-align: right;
	position: relative;
	height: 30px;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
}

section#c3_section_chart_3 ul.c3_ul_axislabels li::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 40px;
	width: 1000px;
	height: 1px;
	border-top: dotted #2d2d2d 1px;
}

section#c3_section_chart_3 ul.c3_ul_bar_container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 20%;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

section#c3_section_chart_3 ul.c3_ul_bar_container li {
	display: block;
	position: relative;
	overflow: visible;
	height: 20%;
	margin: 0;
	background-color: rgba(0,0,0,0);
	transition: height 0.5s ease;
    color: transparent;
    cursor: pointer;
}

section#c3_section_chart_3 ul.c3_ul_bar_container li:hover {
    opacity: 0.8;
}

section#c3_section_chart_3 ul.c3_ul_bar_container li.c3_showpopup {
    opacity: 1 !important;
}

section#c3_section_chart_3 figure ul.c3_ul_bar_container li {
    background-color: #eb8c00;
}

section#c3_section_chart_3 figure:first-of-type ul.c3_ul_bar_container li {
    background-color: #d93954;
}

section#c3_section_chart_3 figure ul.c3_ul_bar_container li::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

section#c3_section_chart_3 ul.c3_ul_bar_container li:nth-child(1) { opacity: 0; }
section#c3_section_chart_3 ul.c3_ul_bar_container li:nth-child(2) { opacity: 0; }

section#c3_section_chart_3 ul.c3_ul_bar_container li:nth-child(3)::before { opacity: 0; }
section#c3_section_chart_3 ul.c3_ul_bar_container li:nth-child(4)::before { opacity: 0.30; }
section#c3_section_chart_3 ul.c3_ul_bar_container li:nth-child(5)::before { opacity: 0.63; }



#c3_table_data_chart_3 {
    display: none;
}

section#c3_section_chart_3 figure ul.c3_key {
    display: block;
    position: relative;
}

section#c3_section_chart_3 figure ul.c3_key li {
    display: block;
    position: relative;
    float: left;
    padding-left: 20px;
    margin-right: 20px;
}

section#c3_section_chart_3 figure ul.c3_key li::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #eb8c00;
    top: 5px;
    left: 0px;
}

section#c3_section_chart_3 figure:first-of-type ul.c3_key li::before {
    background-color: #d93954;
}

section#c3_section_chart_3 figure ul.c3_years {
    display: flex;
    padding-right: 4%;
    padding-left: 2%;
    justify-content: space-between;
    gap: 4.25%;
}

@media only screen and (max-width: 991px) {
    section#c3_section_chart_3 figure ul.c3_years {
        padding-left: 0%; 
    }
}

@media only screen and (max-width: 800px) {
    section#c3_section_chart_3 figure ul.c3_years {
        padding-left: 40px; 
    }
}

section#c3_section_chart_3 figure ul.c3_years li {
    width: 25%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}


section#c3_section_chart_3 figure ul.c3_key li:nth-child(1)::before { opacity: 0.3; }
section#c3_section_chart_3 figure ul.c3_key li:nth-child(2)::before { opacity: 0.63; }
section#c3_section_chart_3 figure ul.c3_key li:nth-child(3)::before { opacity: 1; }

div.c3_popup {
    display: none;
    position: absolute;
    top: -6px;
    transform: translateY(-100%);
    left: 0px;
    color: #ffffff;
    background-color: #2d2d2d;
    padding: 5px;
    z-index: 5;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

div.c3_popup::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #2d2d2d;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -7.5px;
}

div.c3_carousel_container {
    display: block;
    width: 100%;
    height: 260px;
    background-color: #d2d2d2;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    position: relative;
}

@media only screen and (max-width: 820px) {
    div.c3_carousel_container {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

div.c3_carousel_container a {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: -50px;
    background-color: #dedede;
    font-size: 0px;
}

@media only screen and (max-width: 820px) {
    div.c3_carousel_container a {
        display: none;
    }
}

div.c3_carousel_container a:hover {
    background-color: #7d7d7d;
}

div.c3_carousel_container a.c3_a_carousel_next {
    left: auto;
    right: -50px;
}

div.c3_carousel_container a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -25px;
    width: 2px;
    height: 30px;
    background-color: #000000;
    transform: rotate(45deg);
}

div.c3_carousel_container a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 24px;
    margin-bottom: -25px;
    width: 2px;
    height: 30px;
    background-color: #000000;
    transform: rotate(-45deg);
}

div.c3_carousel_container a.c3_a_carousel_next::before { transform: rotate(-45deg); }
div.c3_carousel_container a.c3_a_carousel_next::after { transform: rotate(45deg); }

div.c3_carousel_container div.c3_carousel_inner {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    overflow: hidden;
}

@media only screen and (max-width: 820px) {
    div.c3_carousel_container div.c3_carousel_inner {
        overflow: scroll;
    }
}

div.c3_carousel_container div.c3_carousel_inner ul {
    display: block;
    position: absolute;
    width: 300%;
    height: 100%;
    left: 0%;
    overflow: hidden;
    transition: all 0.5s ease;
}


div.c3_carousel_container.c3_carousel_position_2 div.c3_carousel_inner ul {
    left: -100%;
}

div.c3_carousel_container.c3_carousel_position_3 div.c3_carousel_inner ul {
    left: -200%;
}

@media only screen and (max-width: 820px) {
    div.c3_carousel_container div.c3_carousel_inner ul {
        width: 2340px;
        left: 0% !important;
    }
}

div.c3_carousel_container div.c3_carousel_inner ul li {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 11.1111%;
    background-size: cover;
    overflow: hidden;
}

div.c3_carousel_inner ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 74%;
    height: 0%;
    padding-top: 74%;
    background-color: rgba(0,0,0,0.50);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

div.c3_carousel_inner ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
    top: 0px;
    left: 0px;
}

div.c3_carousel_inner ul li div.div_circle_centre {
    display: block;
    position: absolute;
    width: 60%;
    height: auto;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 1;
}

div.c3_carousel_inner ul li div.div_circle_centre p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

div.c3_carousel_inner ul li div.div_circle_centre p strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    display: block;
}

div.c3_carousel_inner ul li div.div_circle_centre p b {
    font-weight: bold;
}

div.c3_carousel_inner ul li svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.c3_carousel_inner ul li circle {
    transition: all 1s ease;
    transition-delay: 0.5s;
}

div.c3_carousel_inner ul li circle { stroke-dasharray: calc(251.327 * 0), calc(251.327 * 1);}
div.c3_carousel_inner ul li circle.c3_circle_base { stroke-dasharray: calc(251.327 * 1), calc(251.327 * 0);}
div.c3_carousel_position_1 div.c3_carousel_inner ul li circle.c3_circle_1 { stroke-dasharray: calc(251.327 * 0.62), calc(251.327 * 0.38);}
div.c3_carousel_position_1 div.c3_carousel_inner ul li circle.c3_circle_2 { stroke-dasharray: calc(251.327 * 0.62), calc(251.327 * 0.38);}
div.c3_carousel_position_1 div.c3_carousel_inner ul li circle.c3_circle_3 { stroke-dasharray: calc(251.327 * 0.26), calc(251.327 * 0.74);}

div.c3_carousel_position_2 div.c3_carousel_inner ul li circle.c3_circle_4 { stroke-dasharray: calc(251.327 * 0.74), calc(251.327 * 0.26);}
div.c3_carousel_position_2 div.c3_carousel_inner ul li circle.c3_circle_5 { stroke-dasharray: calc(251.327 * 0.74), calc(251.327 * 0.26);}
div.c3_carousel_position_2 div.c3_carousel_inner ul li circle.c3_circle_6 { stroke-dasharray: calc(251.327 * 0.54), calc(251.327 * 0.46);}

div.c3_carousel_position_3 div.c3_carousel_inner ul li circle.c3_circle_7 { stroke-dasharray: calc(251.327 * 0.27), calc(251.327 * 0.73);}
div.c3_carousel_position_3 div.c3_carousel_inner ul li circle.c3_circle_8 { stroke-dasharray: calc(251.327 * 0.36), calc(251.327 * 0.64);}
div.c3_carousel_position_3 div.c3_carousel_inner ul li circle.c3_circle_9 { stroke-dasharray: calc(251.327 * 0.87), calc(251.327 * 0.13);}

@media only screen and (max-width: 820px) {
    div div.c3_carousel_inner ul li circle.c3_circle_1 { stroke-dasharray: calc(251.327 * 0.62), calc(251.327 * 0.38);}
    div div.c3_carousel_inner ul li circle.c3_circle_2 { stroke-dasharray: calc(251.327 * 0.62), calc(251.327 * 0.38);}
    div div.c3_carousel_inner ul li circle.c3_circle_3 { stroke-dasharray: calc(251.327 * 0.26), calc(251.327 * 0.74);}

    div div.c3_carousel_inner ul li circle.c3_circle_4 { stroke-dasharray: calc(251.327 * 0.74), calc(251.327 * 0.26);}
    div div.c3_carousel_inner ul li circle.c3_circle_5 { stroke-dasharray: calc(251.327 * 0.74), calc(251.327 * 0.26);}
    div div.c3_carousel_inner ul li circle.c3_circle_6 { stroke-dasharray: calc(251.327 * 0.54), calc(251.327 * 0.46);}

    div div.c3_carousel_inner ul li circle.c3_circle_7 { stroke-dasharray: calc(251.327 * 0.27), calc(251.327 * 0.73);}
    div div.c3_carousel_inner ul li circle.c3_circle_8 { stroke-dasharray: calc(251.327 * 0.36), calc(251.327 * 0.64);}
    div div.c3_carousel_inner ul li circle.c3_circle_9 { stroke-dasharray: calc(251.327 * 0.87), calc(251.327 * 0.13);}
}

div.c3_custom_video_container {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

div.c3_custom_video_container::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    width: 0px;
    height: 0px;
    left: 50%;
    background-image: url(/content/dam/pwc/gx/en/issues/esg/prosperity-at-risk/hero-shape-1.svg);
    background-size: cover;
    z-index: 1;
    transition: all 0.5s ease;
    transition-delay: 0.25s;
}

div.c3_custom_video_container.c3_inview::before  {
    width: 100px;
    height: 100px;
}

div.c3_custom_video_container::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 0px;
    height: 0px;
    right: 50%;
    background-color: #D93954;
    z-index: 1;
    transition: all 0.5s ease;
}

div.c3_custom_video_container.c3_inview::after  {
    width: 30px;
    height: 30px;
}



div.c3_custom_video {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000000;
    background-image: url(/content/dam/pwc/gx/en/issues/esg/prosperity-at-risk/papar-video-placeholder.png);
    background-size: cover;
    overflow: hidden;
}

div.c3_custom_video div.c3_custom_video_cover {
    display: block;
    position: absolute;
    top: 0%;
    left: -100%;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

div.c3_custom_video_container.c3_inview div.c3_custom_video_cover {
    left: 0%;
}

div.c3_custom_video_container div.c3_custom_video_cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 0px;
    right: 0px;
    background-image: url(/content/dam/pwc/gx/en/issues/esg/prosperity-at-risk/hero-shape-2.svg);
    background-size: cover;
    transition: all 0.5s ease;
    transition-delay: 1s;
}

div.c3_custom_video_container.c3_inview div.c3_custom_video_cover::before {
    width: 100px;
    height: 100px;
}

div.c3_custom_video div.c3_custom_video_cover h2 {
    color: #ffffff;
    padding: 50px;
    padding-top: 60%;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 34px;
}

div.c3_custom_video div.c3_custom_video_cover p {
    color: #ffffff;
    padding: 50px;
    padding-top: 0px;
}

@media only screen and (max-width: 991px) {
    div.c3_custom_video div.c3_custom_video_cover h2 {
        padding: 15px;
        padding-top: 120px;
        padding-bottom: 0px;
        font-size: 20px;
        line-height: 24px;
    }

    div.c3_custom_video div.c3_custom_video_cover p {
        color: #ffffff;
        padding: 15px;
        padding-top: 0px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 451px) {
    div.c3_custom_video div.c3_custom_video_cover p {
        display: none;
    }
}


div.c3_custom_video a.c3_play_video {
    font-size: 0px;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    bottom: 0px;
    right: 0px;
    transition: all 0.5s ease;
    background-image: url(/content/dam/pwc/gx/en/issues/esg/prosperity-at-risk/c3_play.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

div.c3_custom_video a.c3_play_video:hover {
    background-color: rgba(0,0,0,0.60);
}

div.c3_custom_video div.c3_vimeo_container {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
}

div.c3_custom_video div.c3_vimeo_container iframe {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

a.c3_closevideo {
    display: block;
    position: relative;
    margin: 20px;
    width: 50px;
    height: 50px;
    background-color: #d04a02;
    font-size: 0px;
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: 2;
}

a.c3_closevideo:hover {
    background-color: #eb8c00;
}

a.c3_closevideo::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 25px;
    left: 10px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

a.c3_closevideo::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 25px;
    left: 10px;
    background-color: #ffffff;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

a.c3_closevideo:hover::before {
    transform: rotate(-45deg);
    background-color: #000000;
}

a.c3_closevideo:hover::after {
    transform: rotate(45deg);
    background-color: #000000;
}

a.c3_download {
    background-image: url(/content/dam/pwc/gx/en/aijb/c3-download.png) !important;
    background-size: 15% !important;
    background-position: 180px 8px !important;
    background-repeat: no-repeat !important;
}

a.c3_download:hover {
    background-image: url(/content/dam/pwc/gx/en/aijb/c3-download-white.png) !important;
}

a.btn i+i {
    display: none !important;
}

@media only screen and (min-width: 800px) {
    .c3_columnControl {
        overflow: hidden;
    }
}
</pre></body></html>