@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------- */
/* ------------------ Font tests ------------------------- */
/* ------------------------------------------------------- */

div#c3_font_test h1 { font-family: 'ITC Charter' !important; font-weight: normal; }
div#c3_font_test h2 { font-family: 'ITC Charter' !important; font-weight: normal; }
div#c3_font_test h3 { font-family: 'PwC Helvetica Neue' !important; font-weight: normal; }
div#c3_font_test h4 { font-family: 'PwC Helvetica Neue' !important; font-weight: normal; }

/* ------------------------------------------------------- */
/* ------------------ Shared Assets ---------------------- */
/* ------------------------------------------------------- */

@property --c3-linear-gradient-transition {
	syntax: '<percentage>';
	initial-value: 0%;
	inherits: false;
}

a.c3_a_learn_more {
	display: block;
	overflow: hidden;
	position: absolute;
	font-family: 'PwC Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	top: 500px;
	left: 5vw;
	line-height: 60px;
    padding-left: 24px;
	border: 1px solid black;
	margin-top: 20px;
	height: 60px;
	width: 160px;
	color: black;
	text-decoration: none;
	background: linear-gradient(45deg, var(--c3-color-orange) var(--c3-linear-gradient-transition), white var(--c3-linear-gradient-transition));
	transition: all 0.6s cubic-bezier(0.83,0,0.31,1), --c3-linear-gradient-transition 0.6s cubic-bezier(0.83,0,0.31,1);
    &:is(:hover,:focus) {
        --c3-linear-gradient-transition: 100%;
        border-color: var(--c3-color-orange);
    }
	
	.c3_a_learn_more_hidden {
		height: 0px;
		border: 1px solid transparent;
	}
    
    @media (width >= 768px) {
			left: calc((100vw - 750px) / 2);
		}
		@media (width >= 992px) {
			left: calc((100vw - 970px) / 2);
		}
		@media (width >= 1200px) {
			left: calc((100vw - 1170px) / 2);
		}
		@media (width >= 1400px) {
			left: calc((100vw - 1370px) / 2);
		}
	
}

a.c3_a_learn_more i {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE4Ij48cGF0aCBmaWxsPSIjMWYwNjA2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMC45NiAyLjgxNiA1LjIwMyA1LjE3SDB2MS45OThoMTYuMTdsLTUuMjEgNS4xOTZWMThMMjAgOC45ODUgMTAuOTYgMHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: filter var(--gar-btn-transition-duration) var(--gar-transition1-bezier);
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

a.c3_#c3_nav_at_a_glance_next_prev::after {
	content: "";
	display: inline-block;
	background-image: url(https://www.pwc.com/content/dam/connectedassets/global-brand/dpe/en/icons/black/PwC_icon_arrow-right_rgb_black.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: text-top;
}

/* ---- Push upwards to control the sectionpar if it contains a full screen comp ---- */
:not(.aem-AuthorLayer-Edit) div.c3-at-a-glance-parent:has(div.c3_div_fullscreen) {
	padding: 0 !important;
	width: 100% !important;
	height: 100vh;
    
    @media (width < 1400px) {
        font-size: 70px;
    }
    
    @media (width < 1200px) {
        font-size: 70px;
    }
    
    @media (width < 1000px) {
        font-size: 70px;
    }
    
    @media (width < 800px) {
        font-size: 70px;
    }
    
    @media (width < 500px) {
        font-size: 70px;
    }
    
}

:not(.aem-AuthorLayer-Edit) div.c3_div_fullscreen {
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
	height: 100vh;
	background-color: red;
}

/* ------------------------------------------------------- */
/* ------------------ At a glance ------------------------ */
/* ------------------------------------------------------- */

#at-a-glance {
	margin-top: 50px;
}

/* ------------------ Odometers ------------------------- */

div#c3_div_comp_at_a_glance {

	.c3_div_odometer_container {
		font-family: 'PwC Helvetica Neue', "Helvetica Neue", Arial, sans-serif !important;
		font-weight: normal;
		font-size: 90px;
		line-height: 130px;
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 130px;
        transform-origin: left top;
        
        @media (width >= 1600px) {
			transform: scale(1.8);
            margin-bottom: 100px;
		}
        
        @media (width < 500px) {
            font-size: 70px;
            height: 110px;
        }
	}
    
    .c3_div_odometer_container {
        
    }
	
	h2 {
		font-family: var(--gar-font-itc);
		font-size: var(--gar-font-h2);
		font-weight: 700;
		letter-spacing: -.05rem;
		color: var(--c3-color-white);
		line-height: 40px;
		display: block;
		position: absolute;
		top: 40px;
		left: 5vw;
		z-index: 2;

		
		@media (width >= 992px) {
			left: calc((100vw - 970px) / 2);
		}
		@media (width >= 1200px) {
			left: calc((100vw - 1170px) / 2);
		}
		@media (width >= 1400px) {
			left: calc((100vw - 1370px) / 2);
		}
	}
	
	h3 {
		font-family: "ITC Charter", "PwC ITC Charter", Georgia, Serif !important;
		font-weight: normal;
		font-size: 30px;
		line-height: 40px;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 0px;
        
        @media (width < 500px) {
            font-size: 22px;
            margin-top: 0px;
            line-height: 28px;
        }
	}
	
	.c3_div_odometer_container > span {
		display: block;
		position: relative;
		width: auto;
		float: left;
		transition: margin-top 3s ease;
        
        
	}
	
	.c3_div_odometer_container > span > span {
		display: block;
		position: relative;
		width: auto;
		height: 130px;
		text-align: center;
	}
	
	.c3_article_at_a_glance {
		display: block;
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
	}

	.c3_div_odometer_positioner {
		display: block;
		position: sticky;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: var(--c3-color-grey200);
	}

	.c3_div_odometer_box {
		display: block;
		position: absolute;
		padding: 20px 30px 0px 30px;
		top: 0;
		left: 0;
		width: 30vw;
		height: 30vw;
		background-color: var(--c3-color-white);
	}

	:not(.aem-AuthorLayer-Edit) .c3_div_video_full_screen {

		display: block;
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		background-color: var(--c3-color-grey400);

		video {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			height: 100%;
			width: 177.77777778vh;
			min-width: 100%;
			min-height: 75vw;
		}
	}

	.c3_div_fullscreen_limiter {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 0 15px;
		width: 1370px;
		height: 100%;
	}

	.c3_sticky_container {
		display: flex;
		overflow-x: auto;
		height: 100vh;
		-ms-overflow-style: none;
		scrollbar-width: none;

		.example::-webkit-scrollbar {
			display: none;
		}
	}	

	.c3_sticky_article {
		position: relative;           
		flex: 0 0 120vw;              
		height: 100%;
		box-sizing: border-box;
	}
	
	.c3_sticky_box {
		display: block;
		position: sticky;
		left: 5vw;
		top: 120px;
		margin-right: 5vw;
		padding: 0px 30px 0px 30px;
		width: 90vw;
		height: auto;
        min-height: 300px;
		background-color: var(--c3-color-white);

		@media (width >= 768px) {
			left: 5vw;
            width: 90vw;
		}
		@media (width >= 992px) {
			left: calc((100vw - 970px) / 2);
            width: 50vw;
		}
		@media (width >= 1200px) {
			left: calc((100vw - 1170px) / 2);
            width: 50vw;
		}
		@media (width >= 1400px) {
			left: calc((100vw - 1370px) / 2);
            width: 50vw;
		}
	}

	.c3_sticky_box::after {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		height: 50px;
		background-image: url("/content/dam/pwc/gx/en/global-annual-review/2025/momentum_extender.svg");
		background-repeat: no-repeat;
		background-size: 50% auto;
	}
	
	/* Transport controls */
	
	#c3_nav_at_a_glance_next_prev {
		display: block;
		position: absolute;
		top: calc(120px - 50px - 2px);
		left: calc((100vw - 1370px) / 2 + 50vw - 50px - 50px - 2px);
		width: calc(50px * 2 + 2px);
		height: 50px;
		
		a {
			width: 50px;
			height: 50px;
			background-color: var(--c3-color-white);
			background-position: center center;
			background-size: 40px auto;
			background-repeat: no-repeat;
		}
		
		a.c3_a_at_a_glance_nav_suppressed {
			opacity: 0.5;
		}
        
        @media (width <= 1399px) {
			left: calc((100vw - 1170px) / 2 + 50vw - 50px - 50px - 2px);

		}
        
        @media (width <= 1199px) {
			left: calc((100vw - 970px) / 2 + 50vw - 50px - 50px - 2px);

		}
        
        @media (width <= 991px) {
			left: auto;
            right: 5vw;

		}
        
	}
	
	#c3_a_at_a_glance_next {
		display: block;
		position: absolute;
		font-size: 0px;
		top: 0px;
		left: calc(50px + 2px);
		background-image: url("/content/dam/connectedassets/global-brand/dpe/en/icons/black/PwC_icon_arrow-right_rgb_black.svg");
	}
	
	#c3_a_at_a_glance_prev {
		display: block;
		position: absolute;
		font-size: 0px;
		top: 0px;
		left: 0px;
		background-image: url("/content/dam/connectedassets/global-brand/dpe/en/icons/black/PwC_icon_arrow-right_rgb_black.svg");
		transform: rotate(180deg);
	}

}

/* ------------------ Persistent Gradient ------------------------- */

/* map the gradient to the container’s box */
.c3_div_odometer_container {
	--W: 0px;          /* set by JS */
	--H: 0px;          /* set by JS */
	--grad: linear-gradient(45deg, #ff9f00, #fd5108 50%);
}

/* let gradient show through everywhere */
.c3_div_odometer_container * {
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* apply ONE gradient, sized to the container, to each visible glyph
   and shift it horizontally to line up as a single sheet */
.c3_div_odometer_container > span:not(.c3_span_is_number),
.c3_div_odometer_container .c3_span_is_number > span {
	background-image: var(--grad);
	background-size: var(--W) var(--H);
	background-position-x: calc(var(--x) * -1px);
	background-position-y: 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
}
	
}


/* ------------------ Other elements ------------------------- */





