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

/* ------------------------------------------------------- */
/* --------------- Quick colours ------------------------- */
/* ------------------------------------------------------- */

.c3_chart, .c3_div_table_visible_data, div.c3_svg_chart, div.c3_feature, div.c3_feature_numbers div.c3_feature_stat p strong, div.c3_feature_icon {
	/* Base colours */
	--c3_yellow: #ffb600 !important;
	--c3_tangerine: #eb8c00 !important;
	--c3_orange: #d04a02 !important;
	--c3_rose: #d93954 !important;
	--c3_red: #e0301e !important;
	--c3_lightgrey: #dedede !important;
	--c3_grey: #7d7d7d !important;
	--c3_mediumgrey: #464646 !important;
	--c3_darkgrey: #2d2d2d !important;
	--c3_black: #000000 !important;
	--c3_white: #FFFFFF !important;
	/* Additional data colours */
	--c3_darkred1: #AA2417 !important;
	--c3_darkred2: #741910 !important;
	--c3_darkrose1: #A43E50 !important;
	--c3_darkrose2: #6E2A35 !important;
	--c3_darkorange1: #933401 !important;
	--c3_darkorange2: #571F01 !important;
	--c3_darktangerine1: #AE6800 !important;
	--c3_darktangerine2: #714300 !important;
    /* Further data colours BW */
    --c3_lightrose1: #F7C8C4 !important;
    --c3_lightyellow1: #FFDCA9 !important;
    --c3_lightyellow2: #FFC83D !important;
    --c3_darkyellow1: #EB8C00 !important;
    
}

/* ------------------------------------------------------- */
/* ------------- Hidden Data Tables ---------------------- */
/* ------------------------------------------------------- */

table.c3_table_data { display: none; }

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

div.c3_chart {
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: -25%;
	margin-top: 40px;
	width: 150%;
	padding-bottom: 30px;
	margin-bottom: 20px;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

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

div.c3_chart hgroup {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 5px solid var(--c3_orange);
	padding-top: 15px;
    margin-bottom: 30px;
}

div.c3_chart hgroup h3 {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: calc(50% - 15px);
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 50px;
	margin-right: 30px;
}

@media only screen and (max-width: 700px) {
    div.c3_chart hgroup h3 {
        width: 100%;
        font-size: 28px;
	    line-height: 34px;
    }
}

div.c3_chart hgroup h3 strong {
	display: block;
	position: relative;
	overflow: hidden;
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	padding-right: 300px;
}

@media only screen and (max-width: 650px) {
	div.c3_chart hgroup h3 strong {
		padding-right: 0px;
	}
}

div.c3_chart hgroup p {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: calc(50% - 15px);
	font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 24px;
}

@media only screen and (max-width: 700px) {
    div.c3_chart hgroup p {
        width: 100%;
    }
}



/* ------------------------------------------------------- */
/* --------------- Pie Chart Styles ---------------------- */
/* ------------------------------------------------------- */

div.c3_chart div.c3_div_pie_container {
	display: block;
	position: relative;
	width: 25%;
	float: left;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart div.c3_div_pie_container {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 510px) {
    div.c3_chart div.c3_div_pie_container {
        width: 50%;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container {
    width: 16.6666%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container {
        width: 25%;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container::after {
    content: " ";
    display: block;
    position: absolute;
    top: -11%;
    left: 6%;
    width: 90%;
    height: 100%;
    background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_0.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_1::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_1.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_2::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_2.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_3::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_3.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_4::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_4.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_5::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_5.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_6::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_6.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_7::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_7.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_8::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_8.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_9::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_9.svg); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container#c3_chart_fig_2_10::after { background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/fig_2_pie_10.svg); }

div.c3_chart#c3_chart_fig_2 div#c3_chart_fig_2_1 {
    
}

div.c3_chart svg {
	transform: rotate(-90deg);
    transition: all 0.5s ease;
}

div.c3_chart svg circle {
	stroke: var(--c3_black);
	stroke-dasharray: 0 0 0 0;
    stroke-width: 10px;
}

div.c3_chart#c3_chart_fig_2 svg circle {
    stroke-width: 30px;
}

div.c3_chart svg circle.c3_svg_circle_base {
	stroke: var(--c3_lightgrey) !important;
	stroke-width: 10px;
}

div.c3_chart svg.c3_svg_pie_COMPARE {
    display: block;
    position: absolute;
    top: 0%;
    left: 0px;
    transform: scale(0.9);
}

div.c3_chart svg.c3_svg_pie_ORIGINAL circle {
    transition: all 1s ease !important;
}

div.c3_chart svg.c3_svg_pie_COMPARE circle {
	stroke-width: 0px;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: all 1s ease !important;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container circle { stroke: var(--c3_rose); }

div.c3_chart#c3_chart_fig_1 div.c3_div_pie_container#c3_chart_fig_1_0 circle { stroke: var(--c3_grey); }
div.c3_chart#c3_chart_fig_1 div.c3_div_pie_container#c3_chart_fig_1_1 circle { stroke: var(--c3_yellow); }
div.c3_chart#c3_chart_fig_1 div.c3_div_pie_container#c3_chart_fig_1_2 circle { stroke: var(--c3_orange); }
div.c3_chart#c3_chart_fig_1 div.c3_div_pie_container#c3_chart_fig_1_3 circle { stroke: var(--c3_rose); }

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container circle.c3_stroke_yellow { stroke: var(--c3_yellow); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container circle.c3_stroke_tangerine { stroke: var(--c3_tangerine); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container circle.c3_stroke_orange { stroke: var(--c3_orange); }
div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container circle.c3_stroke_red { stroke: var(--c3_red); }

div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(4) { stroke: var(--c3_orange); }
div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(6) { stroke: var(--c3_tangerine); }
div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(5) { stroke: var(--c3_tangerine); }
div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(3) { stroke: var(--c3_grey); }
div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(2) { stroke: var(--c3_black); }
div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle:nth-child(1) { stroke: var(--c3_grey); }

div.c3_chart#c3_chart_fig_3 div.c3_div_pie_container circle.clone {
    stroke-width: 20px;   
}


div.showcomparison svg.c3_svg_pie_COMPARE circle {
    stroke-width: 10px;
}

div.c3_chart svg.c3_svg_pie_COMPARE circle.c3_svg_circle_base {
    stroke: var(--c3_lightgrey) !important;
}

div.c3_chart#c3_chart_fig_2 svg.c3_svg_pie_COMPARE {
    display: none;
}

div.c3_chart div.c3_div_pie_centre {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 20px;
}

div.c3_chart#c3_chart_fig_3 div.c3_div_pie_centre {
    display: none;
}

div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line1 {
    position: absolute;
    top: 380%;
    left: 5%;
    width: 90%;
    font-size: 18px;
    line-height: 24px;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line1 {
        top: 255%;
    }
}

@media only screen and (max-width: 650px) {
    div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line1 {
        font-size: 14px;
        line-height: 20px;
    }
}

div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line2 {
    font-size: 60px;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 650px) {
    div.c3_chart#c3_chart_fig_1 div.c3_div_pie_centre span.c3_span_centre_line2 {
        font-size: 30px;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre {
    top: calc(100% + 0px);
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span {
    display: block;
    position: relative;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line1 {
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line1 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line1 {
        font-size: 11px;
        line-height: 13px;
        min-height: 30px;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line2 {
    font-size: 60px;
    font-weight: 200 !important;
    line-height: 70px;
    color: #777777;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_centre span.c3_span_centre_line2 {
        font-size: 20px;
        line-height: 14px;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller div.c3_div_pie_container {
    margin-top: 3.6%;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container {
   margin-bottom: 10%; 
    margin-top: 3%;
}

@media only screen and (max-width: 991px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container {
        margin-bottom: 12%; 
    }
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_pie_container {
        margin-bottom: 18%; 
    }
}

div.c3_chart#c3_chart_fig_1 div.c3_div_pie_container::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(53% - 0px);
    height: calc(53% - 0px);
    border: 0.3vw solid var(--c3_white);
    top: calc(23% - 2px);
    left: calc(23% + 0px);
    border-radius: 50%;
    transition: all 1s ease;
}

div.c3_chart#c3_chart_fig_1.showcomparison div.c3_div_pie_container::after {
    width: calc(67% - 0px);
    height: calc(66% - 0px);
    border: 0.3vw solid var(--c3_white);
    top: calc(17% - 3px);
    left: calc(17% - 1px);
}

div.c3_chart#c3_chart_fig_1.showcomparison svg.c3_svg_pie_ORIGINAL {
    opacity: 0.3;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller {
    display: block;
    position: relative;
    float: left;
    width: 83.3333%;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller {
        display: inline;
        white-space: normal;
        float: none;
    }
}

div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller::-webkit-scrollbar {
    display: none;
}

div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller div.c3_div_pie_container {
    display: inline-block;
    float: none;
    width: 20%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 div.c3_div_horizontal_scroller div.c3_div_pie_container {
        width: 25%;
    }
}

div.c3_chart nav {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
}

div.c3_chart nav ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

div.c3_chart nav ul li {
    display: block;
    position: relative;
    float: left;
    width: 16%;
    font-weight: 700;
    text-align: center;
}

div.c3_chart nav ul li:first-child {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart nav ul li {
        width: 33.333%;
    }
    
    div.c3_chart nav ul li:first-child {
        width: 33.333%;
    }
}

div.c3_chart nav ul li a {
    display: block;
    position: relative;
    padding-top: 23.4%;
    transition: all 0.5s ease;
}

div.c3_chart nav ul li:first-child a {
    padding-top: 18.6%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_1 nav ul li:first-child a {
        padding-top: 46.4% !important;
    }
}

div.c3_chart nav ul li a img {
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    left: 0%;
}

div.c3_chart nav ul li a:hover, div.c3_chart nav ul li a.selected, div.c3_chart nav ul li a:focus {
    padding-top: 0%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart nav ul li a:hover, div.c3_chart nav ul li a.selected, div.c3_chart nav ul li a:focus {
       padding-top: 23.4%;
    }
}

div.c3_chart nav ul li a:hover img, div.c3_chart nav ul li a.selected img, div.c3_chart nav ul li a:focus img {
    width: 120%;
    left: -10%;
    height: auto;
    transition: all 0.5s ease;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.c3_chart nav ul li a:hover img, div.c3_chart nav ul li a.selected img, div.c3_chart nav ul li a:focus img {
        width: 100%;
        left: 0%;
    }
}

div.c3_chart nav ul li a.muted img {
    opacity: 0.3;
}

div.c3_chart nav ul li span {
    display: block;
    position: relative;
    padding: 10px;
    border-top: 2px solid var(--c3_yellow);
    line-height: 24px;
    background-color: #ffffff;
    height: 55px;
}

@media only screen and (max-width: 1199px) {
    div.c3_chart nav ul li span {
        font-size: 12px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li span {
        font-size: 11px;
        line-height: 14px;
        padding: 0px;
        height: 35px;
        
    }
}

div.c3_chart#c3_chart_fig_1 nav ul li a.selected span {
    background-color: var(--c3_yellow);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: background-color 1.5s ease;
}

div.c3_chart#c3_chart_fig_2 nav ul li {
    width: 14.2857%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li {
        width: 25%;
    }
}

div.c3_chart#c3_chart_fig_2 nav ul li a {
    padding-top: 22.4%;
}

div.c3_chart#c3_chart_fig_2 nav ul li a:hover, div.c3_chart#c3_chart_fig_2 nav ul li a.selected, div.c3_chart#c3_chart_fig_2 nav ul li a:focus {
    padding-top: 0%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li a:hover, div.c3_chart#c3_chart_fig_2 nav ul li a.selected, div.c3_chart#c3_chart_fig_2 nav ul li a:focus {
        padding-top: 22.4%;
    }
}


div.c3_chart#c3_chart_fig_2 nav ul li a img {
    width: 70%;
    left: 15%;
    transition: all 0.5 ease;
}

div.c3_chart#c3_chart_fig_2 nav ul li a img.c3_img_reverse {
    margin-top: -78%;
    transform: rotateY(180deg);
    opacity: 0;
}

div.c3_chart#c3_chart_fig_2 nav ul li a.selected img {
    width: 70%;
    left: 15%;
    transform: rotateY(180deg);
}

div.c3_chart#c3_chart_fig_2 nav ul li a.selected img.c3_img_reverse {
    margin-top: -100%;
    transform: rotateY(0deg);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li a.selected img.c3_img_reverse {
        margin-top: -78%;
    }
}

div.c3_chart#c3_chart_fig_2 nav ul li a:hover img.c3_img_reverse, div.c3_chart#c3_chart_fig_2 nav ul li a:focus img.c3_img_reverse  {
     margin-top: -100%;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li a:hover img.c3_img_reverse, div.c3_chart#c3_chart_fig_2 nav ul li a:focus img.c3_img_reverse {
        margin-top: -78%;
    }
}

div.c3_chart#c3_chart_fig_2 nav ul li a:hover img, div.c3_chart#c3_chart_fig_2 nav ul li a.selected img, div.c3_chart#c3_chart_fig_2 nav ul li a:focus img {
    width: 90%;
    left: 5%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 nav ul li a:hover img, div.c3_chart#c3_chart_fig_2 nav ul li a.selected img, div.c3_chart#c3_chart_fig_2 nav ul li a:focus img {
        width: 70%;
        left: 15%;
    }
}


div.c3_chart#c3_chart_fig_2 nav ul li span {
    border-top: 0px solid var(--c3_yellow);
}

div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart {
    display: block;
    position: relative;
    float: right;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart {
        display: none;
    }
}

div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 20px;
    background-color: #bebebe;
    top: 15px;
    left: 118px;
}

div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart div {
    display: block;
    position: absolute;
    top: -4px;
    left: 114px;
    font-size: 59px;
    color: #d93954;
    transition: all 0.5s ease;
    /* text-shadow: -1px -1px 0 #7d7d7d, 1px -1px 0 #7d7d7d, -1px 1px 0 #7d7d7d, 1px 1px 0 #7d7d7d; */
}

div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart.selected div {
     left: 164px;
}


div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart span.c3_a_toggle_left {
    position: absolute;
    left: 0px;
    top: 0px;
}

div.c3_chart#c3_chart_fig_2 a.c3_a_toggle_chart span.c3_a_toggle_right {
    position: absolute;
    right: 0px;
    top: 0px;
}

div#c3_chart_fig_3 img {
    display: block;
    margin-top: 2%;
    width: 25%;
    height: auto;
    background-image: url(../../../../content/dam/pwc/gx/en/consumer-markets/global-consumer-insights-survey-2023-01/c3_cat_tail.gif);
    background-size: 11%;
    background-repeat: no-repeat;
    background-position: 92% 89%;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 img {
       display: none;
    }
}

div#c3_chart_fig_3 p.c3_main_stat {
    display: block;
    position: absolute;
    left: 25%;
	bottom: 50%;
    font-size: 70px;
    line-height: 80px;
	margin: 0px;
    width: 30%;
    color: #333333;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
	z-index: 5;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 p.c3_main_stat {
        left: 0%;
    }
}

@media only screen and (max-width: 660px) {
    div#c3_chart_fig_3 p.c3_main_stat {
        font-size: 30px;
        line-height: 40px;
    }
}

div#c3_chart_fig_3 p.c3_main_stat_2 {
	left: auto;
    right: 0px;
    text-align: right;
    color: #333333;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    
}

div#c3_chart_fig_3 p.c3_main_stat span.c3_span_stat {
	display: block;
	position: absolute;
	top: 100%;
    color: var(--c3_black);
}

div#c3_chart_fig_3 p.c3_main_stat_2 span.c3_span_stat {
	right: 0px;
    color: var(--c3_black);
}

div#c3_chart_fig_3 p.c3_main_stat strong {
    display: block;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    border-bottom: 2px solid var(--c3_tangerine);
    color: var(--c3_black);
    font-weight: 200 !important;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

@media only screen and (max-width: 1199px) {
    div#c3_chart_fig_3 p.c3_main_stat strong {
        font-size: 26px;
        line-height: 28px;
    }
}

div#c3_chart_fig_3 p.c3_main_stat_2 strong {
    color: var(--c3_black);
    border-bottom: 2px solid var(--c3_orange);
}

div#c3_chart_fig_3 p.c3_secondary_stat {
    display: block;
    position: absolute;
    overflow: visible;
    left: 36%;
    bottom: 50%;
    font-size: 30px;
    line-height: 40px;
    width: 31.6%;
    height: 50%;
    margin: 0px;
    color: #333333;
    font-family: "LMC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 p.c3_secondary_stat {
        left: 0%;
        width: 50%;
    }
    
}

div#c3_chart_fig_3 p.c3_secondary_stat span.c3_graph_line {
    content: "";
    display: block;
    position: absolute;
    transform-origin: left bottom;
    width: 100%;
    border-bottom: 1px dotted #777777;
    transform: rotate(19deg);
    transition: all 0.5s ease;
    height: 1px;
    left: 100.5%;
    top: 45px;
}

div#c3_chart_fig_3 p.c3_secondary_stat_2 {
    bottom: auto;
	top: 50%;
    color: #333333;
}

div#c3_chart_fig_3 p.c3_secondary_stat strong {
    display: block;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    width: 120%;
    color: var(--c3_black);
    font-weight: 200 !important;
    background-color: var(--c3_white);
    z-index: 3;
}

@media only screen and (max-width: 512px) {
    div#c3_chart_fig_3 p.c3_secondary_stat strong {
       font-size: 10px; 
    }
}

div#c3_chart_fig_3 p.c3_secondary_stat_1 span.c3_div_secondary_stat_1_horizontal {
	display: block;
	position: relative;
	width: 120%;
	height: 100%;
	border-top: 2px solid var(--c3_grey);
	background-color: var(--c3_white);
    font-size: 50px;
    padding-top: 10px;
    color: var(--c3_black);
}

@media only screen and (max-width: 660px) {
    div#c3_chart_fig_3 p.c3_secondary_stat_1 span.c3_div_secondary_stat_1_horizontal {
        font-size: 20px;
        line-height: 10px;
    }
}

div#c3_chart_fig_3 p.c3_secondary_stat_1 span.c3_div_secondary_stat_1_vertical {
	display: block;
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--c3_grey);
    background-color: var(--c3_white);
    transform: rotate(-114deg);
    transform-origin: top left;
    z-index: 2;
	transition: transform 0.5s ease;
    font-size: 50px;
}

div#c3_chart_fig_3 p.c3_secondary_stat_2 strong {
	display: block;
	position: absolute;
    color: var(--c3_black);
	width: 120%;
	background-color: var(--c3_white);
	line-height: 28px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

div#c3_chart_fig_3 p.c3_secondary_stat_2 span.c3_div_secondary_stat_2_horizontal {
	display: block;
	position: relative;
	width: 120%;
	height: calc(100% - 28px);
	border-bottom: 2px solid var(--c3_black);
	background-color: var(--c3_white);
}

div#c3_chart_fig_3 p.c3_secondary_stat_2 span.c3_div_secondary_stat_2_horizontal span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 50px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 660px) {
    div#c3_chart_fig_3 p.c3_secondary_stat_2 span.c3_div_secondary_stat_2_horizontal span {
        font-size: 20px;
        line-height: 10px;
    }
}

div#c3_chart_fig_3 p.c3_secondary_stat_2 span.c3_div_secondary_stat_2_vertical {
	display: block;
    position: absolute;
    left: 100%;
    top: 0%;
    width: 100%;
    height: 200%;
    border-left: 2px solid var(--c3_black);
    background-color: var(--c3_white);
    transform: rotate(24deg);
    transform-origin: top left;
    z-index: 2;
	transition: transform 0.5s ease;
}

div#c3_chart_fig_3 div.c3_div_chart_container {
    display: block;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 div.c3_div_chart_container {
       padding-top: 69%;
    }
}

div#c3_chart_fig_3 div.c3_div_chart_container label{ 
    display: block;
    position: absolute;
    top: 52%;
    left: 58%;
    font-size: 12px;
    color: var(--c3_orange);
    z-index: 6;
    font-weight: 200;
    width: 19%;
    text-align: center;
}


@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 div.c3_div_chart_container label { 
        left: 40.3%;
    }
}

@media only screen and (max-width: 769px) {
    div#c3_chart_fig_3 div.c3_div_chart_container label { 
        display: none;
    }
}


div#c3_chart_fig_3 div.c3_div_pie_container {
    position: absolute;
    left: 50%;
    top: 7.5%;
    width: 35%;
	z-index: 4;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 div.c3_div_pie_container {
        position: absolute;
        left: 20%;
        top: 7.5%;
        width: 60%;
        z-index: 4;
    }
}

div#c3_chart_fig_3 select {
    font-weight: bold;
    color: #6e6d72;
    border-radius: 50%;
    width: 19.4%;
    height: 47.5%;
    position: absolute;
    overflow: hidden;
    background-color: #ffffff;
    top: 26.7%;
    left: 57.8%;
    background-size: 25px 25px;
    background-position: center bottom 40px;
    text-align: center;
    opacity: 1;
    z-index: 5;
    -webkit-appearance: none;
    text-align: -webkit-center;
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    div#c3_chart_fig_3 select {
        width: 34.4%;
        height: 50%;
        top: 26%;
        left: 32.8%;
    }
}

@media only screen and (max-width: 767px) {
    div#c3_chart_fig_3 select {    
        background-size: 20px 20px !important;
        font-size: 14px;
        text-align: left;
        padding: 10px;
        padding-right: 30px;
        background-position: center right 10px;
    }
}


div#c3_chart_fig_3 select:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


div#c3_chart_fig_3 svg.c3_svg_line {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(0deg);
}

div#c3_chart_fig_3 svg.c3_svg_line path {
    stroke: #000000;
    stroke-width: 2;
}

