<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLORS */
:root {
	--theme-color-rose: #d93954;
	--theme-color-red: #e0301e;
	--theme-color-orange: #d04a02;
	--theme-color-tangerine: #eb8c00;
	--theme-color-yellow: #ffb600;
	--theme-color-digital-grey: #f2f2f2;
	--theme-color-grey: #7d7d7d;
	--theme-color-light-grey: #dedede;
	--theme-color-medium-grey: #464646;
	--theme-color-dark-grey: #2d2d2d;
    --theme-color-white: #fff;
    --theme-color-black: #000;

    --mask-pixel--small: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve' width='40' height='40'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFB600;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='35.4,40 40,40 40,35.4 '/%3E%3Cpolygon class='st0' points='26.2,40 30.8,40 40,30.8 40,26.2 '/%3E%3Cpolygon class='st0' points='16.6,40 21.2,40 40,21.2 40,16.6 '/%3E%3Cpolygon class='st0' points='7,40 11.6,40 40,11.6 40,7 '/%3E%3Cpolygon class='st0' points='37.7,0 0,37.7 0,40 2.4,40 40,2.4 40,0 '/%3E%3Cpolygon class='st0' points='28,0 0,28 0,32.6 32.6,0 '/%3E%3Cpolygon class='st0' points='18.8,0 0,18.8 0,23.4 23.4,0 '/%3E%3Cpolygon class='st0' points='9.6,0 0,9.6 0,14.2 14.2,0 '/%3E%3Cpolygon class='st0' points='0,0 0,4.6 4.6,0 '/%3E%3C/svg%3E%0A");
    --mask-pixel--medium: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpolygon class='cls-1' points='70.8 80 80 80 80 70.8 70.8 80'/%3E%3Cpolygon class='cls-1' points='52.4 80 61.6 80 80 61.6 80 52.4 52.4 80'/%3E%3Cpolygon class='cls-1' points='33.2 80 42.4 80 80 42.4 80 33.2 33.2 80'/%3E%3Cpolygon class='cls-1' points='14 80 23.2 80 80 23.2 80 14 14 80'/%3E%3Cpolygon class='cls-1' points='75.4 0 0 75.4 0 80 4.8 80 80 4.8 80 0 75.4 0'/%3E%3Cpolygon class='cls-1' points='56 0 0 56 0 65.2 65.2 0 56 0'/%3E%3Cpolygon class='cls-1' points='37.6 0 0 37.6 0 46.8 46.8 0 37.6 0'/%3E%3Cpolygon class='cls-1' points='19.2 0 0 19.2 0 28.4 28.4 0 19.2 0'/%3E%3Cpolygon class='cls-1' points='0 0 0 9.2 9.2 0 0 0'/%3E%3C/svg%3E");

    --frame--grey-red: url(/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top--grey-red.png);
    --frame--grey-tangerine: url(/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top--grey-tangerine.png);
}

.page-primary-col--red {
	--theme-color-base: #e0301e;
}

.page-primary-col--rose {
	--theme-color-base: #d93954;
}

.page-primary-col--orange {
	--theme-color-base: #d04a02;
}

/*.gar--section h3 {
    font-size: 1.4rem;
    margin-bottom: .75rem;
}*/

/* Menu */
@media (min-width: 1400px) {
	#wrapper .crosspage .crosspage-menuwrap {
		padding: 0px 40px;
		width: auto;
		justify-content: center;
	}
}

/* HERO */
#title .hero-card-wrapper .hero-card-wrapper--with-image .hero-card__primary-wrapper {
	min-height: calc(100vw / 32 * 9);
}
.gar--hero {
	display: flex !important;
	flex-flow: row;
	align-items: stretch;
}

@media (min-aspect-ratio: 3 / 2) {
	html:not(.aem-AuthorLayer-Edit) .gar--hero {
		min-height: calc(100vh - 127px);
	}
}

.gar--hero .title,
.gar--hero .hero-card.hero-card-wrapper--no-image {
	margin: 0px;
	height: 100%;
}

.gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__primary {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	height: 100%;
	background: transparent !important;
}

html:not(.aem-AuthorLayer-Edit) .gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__primary {
	padding-top: 15vh;
}

.gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__secondary {
	display: none;
}

.gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__primary .card__primary-wrap {
	display: flex;
	flex-flow: column-reverse;
	flex-wrap: wrap;
	padding: 50px;
	width: 100% !important;
}

.gar--hero.gar--hero-flip .hero-card.hero-card-wrapper--no-image .hero-card__primary .card__primary-wrap {
	flex-flow: column;
}

.gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__primary .hero-card__primary-title {
	font-family: "PwC Helvetica Neue Light", Arial, sans-serif;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: normal;
}

.gar--hero.gar--hero-flip .hero-card.hero-card-wrapper--no-image .hero-card__primary .hero-card__primary-title {
	margin: 50px 0px 0px 50px;
	font-size: 2rem;
	line-height: 2.5rem;
}

.gar--hero.gar--hero-flip .hero-card.hero-card-wrapper--no-image .hero-card__primary .hero-card__primary-eyebrow {
	font: normal normal 4rem/5rem "PwC Helvetica Neue Light", Arial, sans-serif;
}

.gar--hero .hero-card.hero-card-wrapper--no-image .hero-card__primary :is(.hero-card__primary-title, .hero-card__primary-eyebrow) strong {
	font-family: "PwC Helvetica Neue", Arial, sans-serif;
}

/* SECTION */
.gar--section .parsys {
	overflow: hidden;
}

.gar--section.gar--section-primary-color-heading h2 {
	color: var(--theme-color-base) !important;
}

.gar--section .parsys_column.pwccol1-longform { /* Fix section overflow, leaking outside viewscreen */
	margin: 0px;
	width: 100%;
}

/* -------------------- C3 Stats comp ------------------------ */

.c3_stat_comp {
    background-color: transparent !important;
    background-image: url("/content/dam/pwc/gx/en/global-annual-review/2024/c3_sandstone.jpg") !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 120px !important;
    overflow: hidden !important;
}

.c3_stat_comp .statbar-col * {
    color: #ffffff !important;   
}

.c3_stat_comp .statbar-col .statline::before {
    display: none !important;
}

.c3_stat_comp .statbar2-container {
    background-color: transparent !important;
}

.c3_stat_comp .statbar-col-2, .c3_stat_comp .statbar-col-4 {
    flex-wrap: wrap !important;   
}

.c3_stat_comp .statline {
    font-size: 70px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.c3_stat_comp .stats {
    padding-bottom: 60px !important;
    position: relative !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 60px !important;
    margin-bottom: -12px !important;
}

@media only screen and (max-width: 991px) {
    .c3_stat_comp .stats {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 140px !important;
        padding-bottom: 150px !important;
    }
    
}

.c3_stat_comp .stats::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    background-image: url("/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-top-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

.c3_stat_comp .stats::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -60px;
    width: 210px;
    height: 150px;
    background-image: url("/content/dam/pwc/gx/en/global-annual-review/2024/c3-aperture-bottom-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    transform: rotate(270deg);
}

.c3_stat_comp span.statline {
    font-weight: bold !important;
    font-family: "PwC Helvetica Neue Bold",Arial,Sans-Serif;
}

.c3_stat_comp .statbar-col {
   width: 50% !important; 
}

.c3_stat_comp .text-component {
    width: 100% !important;
}

.c3_stat_comp p a {
    position: absolute;
    bottom: 50px;
    left: auto;
    margin-left: 150px;
    background-color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
    .c3_stat_comp p a {
       margin-left: 0px;
    }

}

.c3_stat_comp p a:hover {
   background-color: #d04a02 !important;
}


@media only screen and (max-width: 767px) {
    .c3_stat_comp .statbar-col {
       width: 100% !important; 
    }

}

/* Case studies */
.gar-section--cs .parsys_column .textimage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#wrapper .pwccol1-longform &gt; .parsys_column {
    width: 100%;
}
@media (width &gt; 768px) {
    #wrapper .pwccol1-longform &gt; .parsys_column {
        max-width: 800px;
    }
}

html:not(.aem-AuthorLayer-Edit) .gar-section--cs .img-alignment-right {
    margin: -100px 0 0;
}

@media (width &lt;= 768px) {
    html:not(.aem-AuthorLayer-Edit) .gar-section--cs .img-alignment-right { 
        margin-top: -60px;
    }
    .gar-section--cs .img-alignment-right img {
        width: 75px;
    }
}

/* Case study pixels */
.gar-section--cs .text-component-lead p strong {
    background: var(--theme-color-medium-grey);
    padding: 15px;
    display: inline-block;
    color: var(--theme-color-white);
    position: relative;
    line-height: 1rem;
    height: 46px;
}

.gar-section--cs .text-component-lead p strong::after {
    content: '';
    display: block;    
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--theme-color-medium-grey);
    -webkit-mask-image: var(--mask-pixel--small);
    mask-image: var(--mask-pixel--small);
    position: absolute;
    top: 0;
    right: -46px;
    mask-size: cover;
}

.gar-section--cs .textimage .textimage-image,
.gar-section--cs .textimage .image-asset {
    position: relative;
    overflow: visible;
}
.gar-section--cs .textimage .image-asset::before,
.gar-section--cs .textimage .image-asset::after {
    content: '';
    display: block;
    width: 40px;
    aspect-ratio: 1;
    position: absolute;
}
.gar-section--cs .textimage .image-asset::before {
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-mask-image: var(--mask-pixel--small);
}
.gar-section--cs .textimage .image-asset::after {
    background-color: var(--theme-color-red);
    bottom: -40px;
    left: -40px;
}

/* Collapsable content */
.gar-section--cs .text.spacer_after {
    border: 0;
    position: relative;
    z-index: 10;
    margin-top: 30px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.gar-section--cs .text.spacer_after.cs-expanded {
    max-height: 2000px;
    margin-bottom: 2rem;
}

#wrapper .gar-section--cs button {
    position: relative;
    z-index: 100;
    border: 0;
    background: transparent;
    font-weight: bold;
}

#wrapper .gar-section--cs .text.spacer_after + button::after {
	content: "";
	display: inline-block;
	margin: -0.35em 10px 0px 10px;
	width: 0.6em;
	height: 0.6em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	transform: rotate(45deg);
	transition: all 0.25s ease;
}

#wrapper .gar-section--cs .text.spacer_after.cs-expanded + button::after {
	margin-top: 0.35em;
	transform: rotate(225deg);
}

/* Highlights carousels */
@media (width &gt;= 768px) {
    #wrapper .gar-section--highlights .pwccol1-longform &gt; .parsys_column {
        max-width: 1000px;
        margin-top: -40px;
    }
}

/* List with checkboxes */
.gar--list .text-component ul {
    padding-left: 0;
}
.gar--list .text-component ul &gt; li {
    position: relative;
}

.gar--list .text-component ul &gt; li:before {
    width: 40px;
    height: 40px;
    background: #2d2d2d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m6 10l-2 2l6 6L20 8l-2-2l-8 8z'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 30px;
    position: absolute;
    left: -50px;
    top: 4px;
}


/* C3 Prev/Next */
div.c3_prevnext {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #fff;
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext {
		width: calc(100% - 15px);
	}
}

div.c3_prevnext a.c3_a_prevchapter {
	display: block;
	padding-left: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s ease;
	width: 50%;
	border-bottom-width: 0px !important;
}

div.c3_prevnext a.c3_a_prevchapter::before, div.c3_prevnext a.c3_a_nextchapter::before {
	content: " ";
	display: block;
	width: 40px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 48px;
	left: 30px;
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_prevchapter::before, div.c3_prevnext a.c3_a_nextchapter::before {
		left: 5px;
	}
}

div.c3_prevnext a.c3_a_nextchapter::before {
	left: auto;
	right: 30px
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_nextchapter::before {
		right: 5px;
	}
}

div.c3_prevnext a.c3_a_prevchapter::after, div.c3_prevnext a.c3_a_nextchapter::after {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	border-top: 3px solid #000000;
	border-left: 3px solid #000000;
	position: absolute;
	top: 34px;
	left: 32px;
	transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_prevchapter::after, div.c3_prevnext a.c3_a_nextchapter::after {
		left: 9px;
	}
}

div.c3_prevnext a.c3_a_nextchapter::after {
	left: auto;
	right: 32px;
	transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_nextchapter::after {
		right: 9px;
	}
}

div.c3_prevnext a.c3_a_nextchapter {
	display: block;
	padding-right: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	transition: all 0.5s ease;
	width: 50%;
	border-bottom-width: 0px !important;
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_nextchapter {
		padding-right: 50px;
	}

	div.c3_prevnext a.c3_a_prevchapter {
		padding-left: 50px;
	}
}

div.c3_prevnext a:hover {
	background-color: #ebebeb; 
}

div.c3_prevnext a strong {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	height: 100px;
	line-height: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	div.c3_prevnext a.c3_a_nextchapter strong, div.c3_prevnext a.c3_a_prevchapter strong {
		line-height: 20px;
		padding-top: 30px;
	}
}

.contactCol .contact-info {
    max-width: 26rem;
}

/* Remove hover behavior for collection on the Archive page */
.collection--no-hover .listing_collection_medium_card:hover .listing_collection_card_content, 
.collection--no-hover .listing_collection_narrow_card:hover .listing_collection_card_content {
    position: static !important;
}
.collection--no-hover .listing_collection_medium_card:hover .listing_collection_card_image_container, 
.collection--no-hover .listing_collection_narrow_card:hover .listing_collection_card_image_container {
    position: relative !important;
    visibility: visible !important;
    bottom: auto !important;
}</pre></body></html>