<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 ------------------------- */
/* ------------------------------------------------------- */

.c3_text_yellow { color: #ffb600 !important; }
.c3_box_yellow { background-color: #ffb600 !important; }
.c3_fill_yellow { fill: #ffb600 !important; }

.c3_text_tangerine { color: #eb8c00 !important; }
.c3_box_tangerine { background-color: #eb8c00 !important; }
.c3_fill_tangerine { fill: #eb8c00 !important; }

.c3_text_orange { color: #d04a02 !important; }
.c3_box_orange { background-color: #d04a02 !important; }
.c3_fill_orange { fill: #d04a02 !important; }

.c3_text_rose { color: #D93954 !important; }
.c3_box_rose { background-color: #D93954 !important; }
.c3_fill_rose { fill: #D93954 !important; }

.c3_text_red { color: #e0301e !important; }
.c3_box_red { background-color: #e0301e !important; }
.c3_fill_red { fill: #e0301e !important; }

.c3_text_lightgrey { color: #dedede !important; }
.c3_box_lightgrey { background-color: #dedede !important; }
.c3_fill_lightgrey { fill: #dedede !important; }

.c3_text_grey { color: #7d7d7d !important; }
.c3_box_grey { background-color: #7d7d7d !important; }
.c3_fill_grey { fill: #7d7d7d !important; }

.c3_text_darkgrey { color: #2d2d2d !important; }
.c3_box_darkgrey { background-color: #2d2d2d !important; }
.c3_fill_darkgrey { fill: #2d2d2d !important; }

.c3_text_black { color: #000000 !important; }
.c3_box_black { background-color: #000000 !important; }
.c3_fill_black { fill: #000000 !important; }

.c3_text_white { color: #FFFFFF !important; }
.c3_box_white { background-color: #FFFFFF !important; }
.c3_fill_white { fill: #FFFFFF !important; }

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

article.c3_article_outer_container table { display: none; }

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

article.c3_article_outer_container {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

article#c3_article_outer_container_1 {
	padding-bottom: 0px;
}

article.c3_article_outer_container div.c3_div_col_container {
	display: block;
	overflow: hidden;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

article.c3_article_outer_container div.c3_div_col_container.c3_div_col_container_chart {
	overflow: visible;
}

article.c3_article_outer_container div.c3_div_col_container.c3_div_col_container_gapped {
	padding-top: 20px;
}

article.c3_article_outer_container div.c3_div_col {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	width: calc(50% - 10px);
}

article.c3_article_outer_container div.c3_div_col:nth-of-type(1) { margin-right: 10px; }
article.c3_article_outer_container div.c3_div_col:nth-of-type(2) { margin-left: 10px; }

article.c3_article_outer_container div.c3_div_col.c3_div_col_nogap {
	width: 50%;
	margin-right: 0px;
	margin-left: 0px;
}

article.c3_article_outer_container div.c3_div_col.c3_div_col_chart { overflow: visible; }

/* ------------------------------------------------------- */
/* ----------------- Text Styles ------------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container h2 {
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

article.c3_article_outer_container h3 {
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

article.c3_article_outer_container h4 {
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

article.c3_article_outer_container p {
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

/* ------------------------------------------------------- */
/* ----------------- Key &amp; Question ---------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container div.c3_div_q {
	display: block;
	position: relative;
	float: left;
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	width: 102px;
	height: 120px;
	font-size: 50px;
	line-height: 120px;
	margin-bottom: 15px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

article.c3_article_outer_container div.c3_div_q:nth-of-type(1) {
	text-align: center;
	background-image: url("images/hex-grey.svg");
}

article.c3_article_outer_container div.c3_div_q:nth-of-type(2) {
	padding-left: 20px;
	width: calc(100% - 102px);
	height: auto;
}

article.c3_article_outer_container div.c3_div_col:nth-of-type(1) div.c3_div_q { margin-top: 20px; }

article.c3_article_outer_container ul.c3_ul_key {
	display: block;
	clear: both;
}

article.c3_article_outer_container ul.c3_ul_key li {
	padding-left: 120px;
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url("images/hex-rose.svg");
}

article.c3_article_outer_container ul.c3_ul_key li:nth-of-type(2) { background-image: url("images/hex-tangerine.svg"); }
article.c3_article_outer_container ul.c3_ul_key li:nth-of-type(3) { background-image: url("images/hex-yellow.svg"); }

/* ------------------------------------------------------- */
/* ----------------- Form Styles ------------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container form {
	display: block;
	position: relative;
	float: none;
	clear: both;
	width: 100%;
}

article.c3_article_outer_container div.c3_div_col:nth-of-type(1) form.c3_form_select_country { margin-top: 30px; }

article.c3_article_outer_container form.c3_form_compare_country {
	padding: 20px;
	padding-bottom: 0px;
	width: 200%;
}

article.c3_article_outer_container div.c3_div_col:nth-of-type(2) form.c3_form_compare_country { opacity: 0; }

article.c3_article_outer_container form label {
	display: block;
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

article.c3_article_outer_container form select {
	display: block;
	width: 100%;
	border: 1px solid #7d7d7d;
}

article.c3_article_outer_container form select:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

article.c3_article_outer_container form.c3_form_compare_country label {
	display: block;
	position: relative;
	float: left;
	text-align: right;
	font-weight: 200;
	width: 50%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0px;
	padding-right: 30px;
}

article.c3_article_outer_container form.c3_form_compare_country label::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 15px;
	width: 40px;
	height: 20px;
	background-color: #7d7d7d;
	border-right: 20px solid #2d2d2d;
}

article.c3_article_outer_container form.c3_form_compare_country select {
	float: left;
	width: calc(50% - 30px);
	margin-left: 30px;
}

article.c3_article_outer_container.c3_box_black form select {
	color: #FFFFFF;
	background-color: #000000;
}

article.c3_article_outer_container.c3_box_black form label {
	color: #FFFFFF;
}

/* ------------------------------------------------------- */
/* --------------------- Chart 1 ------------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container div.c3_div_col.c3_div_col_capped {
	background-color: #dedede;
	background-image: url("images/col-cap.svg");
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 20px;
}

article.c3_article_outer_container div.c3_div_col.c3_div_col_capped:nth-of-type(1) { background-color: rgba(222, 222, 222, 0.7); }

article.c3_article_outer_container img.c3_img_col_icon {
	display: block;
	position: absolute;
	width: 200px;
	height: auto;
	left: 50%;
	top: 0px;
	margin-left: -100px;
}

article.c3_article_outer_container div.c3_div_col_capped h3  {
	display: block;
	position: relative;
	font-weight: 700;
	width: 100%;
	padding-top: 30%;
	text-align: center;
	height: auto;
	margin-bottom: 30px;
	background-size: 0% auto;
	background-repeat: no-repeat;
	background-position: center 25%;
	background-image: url("images/icon-instore.svg");
	transition: background-size 0.5s ease, background-position 0.5s ease;
}

article.c3_article_outer_container div.c3_div_col_capped h3 span {
	font-weight: 200;
	font-size: 20px;
}

article.c3_article_outer_container div.c3_div_col_capped h3.c3_inview  {
	background-size: 30% auto;
	background-position: center 0%;
}

article.c3_article_outer_container div.c3_div_col_capped:nth-of-type(2) h3  {
	background-image: url("images/icon-online.svg");
}

article.c3_article_outer_container div.c3_div_col_capped h4  {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	width: 200%;
	height: auto;
	text-align: center;
}

article.c3_article_outer_container div.c3_div_col_capped:nth-of-type(1)  {
	overflow: visible;
	z-index: 2;
}

article.c3_article_outer_container div.c3_div_col_capped:nth-of-type(2) h4  {
	opacity: 0;
	z-index: 1;
}

article.c3_article_outer_container div.c3_div_col_capped ul  {
	margin-bottom: 20px;
}

article.c3_article_outer_container div.c3_div_col_capped ul li  {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	transition: height 0.5s ease;
}

article.c3_article_outer_container div.c3_div_col_capped ul li.c3_li_butterflybar_compare  { height: 0px !important; }
article.c3_article_outer_container div.c3_div_col_capped ul li.c3_li_butterflybar_compare.c3_active  { height: 20px !important; }

article.c3_article_outer_container div.c3_div_col_capped ul li span  {
	display: block;
	position: absolute;
	width: 50%;
	height: 20px;
	right: 0px;
	top: 0px;
	padding-left: 3px;
	line-height: 20px;
	font-size: 14px;
	transition: width 0.5s ease, opacity 0.1s linear;
}

article.c3_article_outer_container div.c3_div_col_capped ul li:nth-of-type(2) span { color: #FFFFFF; }

article.c3_article_outer_container div.c3_div_col_capped:nth-of-type(2) ul li span  {
	right: auto;
	left: 0px;
	text-align: right;
	padding-right: 3px;
	color: #FFFFFF;
}

article#c3_article_outer_container_1 p.c3_p_key {
	font-size: 14px;
	position: relative;
	width: 100%;
	text-align: right;
	padding-right: 30px;
}

article#c3_article_outer_container_1 div.c3_div_col:nth-of-type(2) p.c3_p_key {
	opacity: 0;
}

article#c3_article_outer_container_1 p.c3_p_key::after {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 0px;
	width: 40px;
	height: 20px;
	background-color: #7d7d7d;
	border-right: solid 20px #2d2d2d;
}

/* ------------------------------------------------------- */
/* --------------------- Chart 2 ------------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container ul#c3_ul_chart_2 {
	display: block;
	overflow: visible;
	width: 100%;
	padding-top: 20px;
}

article.c3_article_outer_container ul#c3_ul_chart_2 li {
	display: inline-block;
	position: relative;
	overflow: visible;
	padding-top: 40%;
	width: 20%;
}

article.c3_article_outer_container ul#c3_ul_chart_2 li strong {
	display: block;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 80px;
	bottom: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

article.c3_article_outer_container ul#c3_ul_chart_2 li span {
	display: none;
	position: absolute;
	text-align: center;
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	color: #FFFFFF;
	font-size: 64px;
	width: 100%;
	top: calc((100% - 80px) / 2);
	left: 0px;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	z-index: 1;
	transition: font-size 0.5s ease;
}

article.c3_article_outer_container ul#c3_ul_chart_2 li span.c3_span_smaller {
	font-size: 45px;
}

article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(1) svg.c3_svg_hex_global { transition: width 0.5s ease 0.4s, margin-top 0.5s ease 0.4s, margin-left 0.5s ease 0.4s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(2) svg.c3_svg_hex_global { transition: width 0.5s ease 0.6s, margin-top 0.5s ease 0.6s, margin-left 0.5s ease 0.6s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(3) svg.c3_svg_hex_global { transition: width 0.5s ease 0.8s, margin-top 0.5s ease 0.8s, margin-left 0.5s ease 0.8s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(4) svg.c3_svg_hex_global { transition: width 0.5s ease 1.0s, margin-top 0.5s ease 1.0s, margin-left 0.5s ease 1.0s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(5) svg.c3_svg_hex_global { transition: width 0.5s ease 1.2s, margin-top 0.5s ease 1.2s, margin-left 0.5s ease 1.2s; }

article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(1) svg.c3_svg_hex_country { transition: width 0.5s ease 0.0s, margin-top 0.5s ease 0.0s, margin-left 0.5s ease 0.0s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(2) svg.c3_svg_hex_country { transition: width 0.5s ease 0.2s, margin-top 0.5s ease 0.2s, margin-left 0.5s ease 0.2s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(3) svg.c3_svg_hex_country { transition: width 0.5s ease 0.4s, margin-top 0.5s ease 0.4s, margin-left 0.5s ease 0.4s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(4) svg.c3_svg_hex_country { transition: width 0.5s ease 0.6s, margin-top 0.5s ease 0.6s, margin-left 0.5s ease 0.6s; }
article.c3_article_outer_container ul#c3_ul_chart_2 li:nth-of-type(5) svg.c3_svg_hex_country { transition: width 0.5s ease 0.8s, margin-top 0.5s ease 0.8s, margin-left 0.5s ease 0.8s; }

article.c3_article_outer_container ul#c3_ul_chart_2 svg.c3_svg_hex_global {
	/* There is a 1.15 ratio height to width */
	display: block;
	position: absolute;
	top: calc((100% - 80px) / 2);
	left: 50%;
	margin-left: -50%; /* half the width of the css width */
	margin-top: -50%; /* half the width * the 1.15 ratio */
	width: 0%;
	height: auto;
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill: none;
	z-index: 1;
}

article.c3_article_outer_container ul#c3_ul_chart_2 svg.c3_svg_hex_country {
	/* There is a 1.15 ratio height to width */
	display: block;
	position: absolute;
	top: calc((100% - 80px) / 2);
	left: 50%;
	margin-left: -50%; /* half the width of the css width */
	margin-top: -50%; /* half the width * the 1.15 ratio */
	width: 100%;
	height: auto;
	stroke: #FFFFFF;
	stroke-width: 0px;
	fill: #FF0000;
	z-index: 0;
}

article#c3_article_outer_container_2 p.c3_p_key {
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
	padding-left: 60px;
	line-height: 50px;
	width: 100%;
	height: 50px;
	background-image: url("images/hex-white.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
}

/* ----------------------------------------------------------------------- */
/* --------------------- Chart 3 (Scroll Jacker) ------------------------- */
/* ----------------------------------------------------------------------- */

article#c3_article_outer_container_3 h2 {
	padding-top: 40px;
}

article#c3_article_outer_container_3.c3_article_data_animated {
    height: 500vh;
}

article#c3_article_outer_container_3.c3_article_data_animated div.c3_canvas_wrapper {
    position: sticky;
    top: 0px;
    width: 100%;
    overflow: visible;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    min-height: 1200px;
    padding-top: 0px;
}

article#c3_article_outer_container_3 canvas {
	display: block;
	position: relative;
	overflow: visible;
	width: 110%;
    	margin-left: -10%;
	margin-top: -10%;
   	z-index: -1;
}

article#c3_article_outer_container_3 img {
	display: none;
}

/* ------------------------------------------------------- */
/* --------------------- Chart 4 ------------------------- */
/* ------------------------------------------------------- */

article.c3_article_outer_container ul#c3_ul_chart_4 {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	padding-top: 100%;
}

article.c3_article_outer_container ul#c3_ul_chart_4 li {
	display: inline-block;
	position: absolute;
	overflow: visible;
	padding-top: 50%;
	width: 100%;
	margin-left: -50%
}

article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(1) { left: 50%; top: 3%; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(2) { left: 27%; top: 43%; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(3) { left: 73%; top: 43%; }

article.c3_article_outer_container ul#c3_ul_chart_4 li strong {
	display: block;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 80px;
	bottom: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

article.c3_article_outer_container ul#c3_ul_chart_4 li span {
	display: none;
	position: absolute;
	text-align: center;
	font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	color: #FFFFFF;
	font-size: 64px;
	width: 100%;
	top: 50%;
	left: 0px;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	z-index: 1;
}

article.c3_article_outer_container ul#c3_ul_chart_4 li span.c3_span_smaller {
	font-size: 45px;
}

article.c3_article_outer_container ul#c3_ul_chart_4 li span.c3_active { opacity: 1 }

article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(1) svg.c3_svg_hex_global { transition: width 0.5s ease 0.0s, margin-top 0.5s ease 0.0s, margin-left 0.5s ease 0.0s; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(2) svg.c3_svg_hex_global { transition: width 0.5s ease 0.2s, margin-top 0.5s ease 0.2s, margin-left 0.5s ease 0.2s; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(3) svg.c3_svg_hex_global { transition: width 0.5s ease 0.4s, margin-top 0.5s ease 0.4s, margin-left 0.5s ease 0.4s; }

article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(1) svg.c3_svg_hex_country { transition: width 0.5s ease 0.4s, margin-top 0.5s ease 0.4s, margin-left 0.5s ease 0.4s; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(2) svg.c3_svg_hex_country { transition: width 0.5s ease 0.6s, margin-top 0.5s ease 0.6s, margin-left 0.5s ease 0.6s; }
article.c3_article_outer_container ul#c3_ul_chart_4 li:nth-of-type(3) svg.c3_svg_hex_country { transition: width 0.5s ease 0.8s, margin-top 0.5s ease 0.8s, margin-left 0.5s ease 0.8s; }

article.c3_article_outer_container ul#c3_ul_chart_4 svg.c3_svg_hex_global {
	/* There is a 1.15 ratio height to width */
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%; /* half the width of the css width */
	margin-top: -25%; /* half the width * the 1.15 ratio */
	width: 50%;
	height: auto;
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill: none;
	z-index: 1;
}

article.c3_article_outer_container ul#c3_ul_chart_4 svg.c3_svg_hex_country {
	/* There is a 1.15 ratio height to width */
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%; /* half the width of the css width */
	margin-top: -25%; /* half the width * the 1.15 ratio */
	width: 50%;
	height: auto;
	stroke: #FFFFFF;
	stroke-width: 0px;
	fill: #FF0000;
	z-index: 0;
}

article#c3_article_outer_container_4 p.c3_p_key {
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
	padding-right: 60px;
	line-height: 50px;
	text-align: right;
	width: 100%;
	height: 50px;
	background-image: url("images/hex-white.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

@media only screen and (max-width: 1400px) {
	
	article.c3_article_outer_container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media only screen and (max-width: 800px) {
	
	article.c3_article_outer_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	article.c3_article_outer_container div.c3_div_col {
		width: 100%;
		margin: 0px !important;
	}
	
	article.c3_article_outer_container div.c3_div_col.c3_div_col_mobile_pad {
		padding-top: 15px;
	}
	
	article.c3_article_outer_container h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	article.c3_article_outer_container h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	article.c3_article_outer_container div.c3_div_col_capped h3 {
		font-size: 14px;
		line-height: 20px;
		padding-top: 40%;
		margin-bottom: 15px;
	}
	
	article.c3_article_outer_container div.c3_div_col_capped h3.c3_inview {
		background-size: 40% auto;
    	background-position: center 0%;
	}
	
	article.c3_article_outer_container div.c3_div_col_capped h3 span {
		font-size: 14px;
		line-height: 20px;
	}
	
	article.c3_article_outer_container h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	article.c3_article_outer_container div.c3_div_q {
		width: 85px;
		height: 100px;
		font-size: 40px;
		line-height: 100px;
	}
	
	article.c3_article_outer_container div.c3_div_q:nth-of-type(2) {
		padding-left: 15px;
		width: calc(100% - 85px);
	}
	
	article.c3_article_outer_container div.c3_div_col_capped h4 {
		font-size: 14px;
		line-height: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	article.c3_article_outer_container div.c3_div_col_capped ul {
		margin-bottom: 10px;
	}
	
	article.c3_article_outer_container form.c3_form_compare_country {
		padding: 20px;
		padding-top: 5px;
	}
	
	article.c3_article_outer_container form.c3_form_compare_country label {
		font-size: 14px;
		line-height: 20px;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_2 {
		margin-bottom: 20px;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_2 li {
		padding-top: 75%;
		width: 50%;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_2 li strong {
		font-size: 14px;
		line-height: 20px;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_2 li:last-of-type {
		margin-left: 25%;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_2 li span {
		font-size: 44px;
	}
	
	article#c3_article_outer_container_3 canvas {
		margin-left: -25%;
    		width: 150%;
	}
	
	article#c3_article_outer_container_3.c3_article_data_animated div.c3_canvas_wrapper {
		height: auto;
		min-height: 100vh;
	}
	
	article.c3_article_outer_container ul.c3_ul_key li {
		padding-left: 100px;
	}
	
	article.c3_article_outer_container ul#c3_ul_chart_4 li span {
		font-size: 44px;
	}

}</pre></body></html>