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

div#c3_container {
    display: block;
    width: 100%;
    padding-bottom: 0px;
}

div#c3_div_map_container {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 930px) {
    div#c3_div_map_container {
        display: none !important;
    }
}

div#c3_container div.c3_container_header {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-icon-0.png');
    background-position: 20px center;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    transition: background-color 0.5s ease;
}

div#c3_container div#c3_div_map_magnifier {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: -54%;
    width: 100%;
}

div#c3_container form {
    display: block;
    width: 50%;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: no-repeat #ffffff 95% 50%;
    background-size: auto 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;

}

div#c3_container form#c3_form_comparison {
    display: block;
    position: relative;
    overflow: hidden;
    padding-right: 20px;
    width: calc(100% - 160px);
    background-color: transparent;
    margin-bottom: 20px;
}

@media only screen and (max-width: 570px) {
    div#c3_container form#c3_form_comparison {
        width: 100%;
        padding-right: 0px;
    }
}

div#c3_container div.c3_div_form_comparison {
    z-index: 9;
    width: calc(50% - 1px);
    float: left;
    margin-right: 1px;
}

@media only screen and (max-width: 570px) {
    div#c3_container div.c3_div_form_comparison:first-of-type {
        width: calc(67% - 1px);
    }
    
    div#c3_container div.c3_div_form_comparison {
        width: calc(33% - 1px);
    }
}

div#c3_container form::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 22px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
    transition: all 0.5s ease;
}

div#c3_container form:hover::before {
    top: 16px;
}

div#c3_container form label {
    display: none;
    font-family: "PwC Helvetica Neue Bold", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #464646;
    font-weight: bold;
}

div#c3_container select.c3_select {
    margin: 0px;
    width: 100%;
	height: 48px;
    color: #FFFFFF;
    border: none;
    padding-left: 10px;
    padding-right: 70px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
    border-radius: 0px;
    position: relative;
    background-color: #464646;
    background-image: url("/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/select-arrow.svg");
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}


div#c3_container select.c3_select:focus {
    border: 1px solid #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media only screen and (max-width: 1000px) {
    div#c3_container select.c3_select {
       padding-right: 35px;
    }
}

@media only screen and (max-width: 570px) {
    div#c3_container select.c3_select {
        width: 100%;
    }
}

div#c3_container select.c3_select option {
    background: white !important;
    color: black !important;
}

div#c3_container article.c3_article_control_panel {
    position: sticky;
    top: 0px;
    background-color: #dedede;
    width: 100%;
    height: auto;
    z-index: 10;
}


div#c3_container table {
    background-color: #ffffff;
}


/* ----- Custom CSS ----- */

div#c3_container {
    background-color: #2d2d2d;
}


/* Quick colours */

.c3_text_yellow {
    color: #ffb600;
}

.c3_box_yellow {
    background-color: #ffb600;
}

.c3_text_tangerine {
    color: #eb8c00;
}

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

.c3_stroke_tangerine {
    stroke: #eb8c00 !important;
}

.c3_text_orange {
    color: #d04a02;
}

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

.c3_stroke_orange {
    stroke: #d04a02 !important;
}

.c3_text_rose {
    color: #db536a;
}

.c3_box_rose {
    background-color: #db536a;
}

.c3_text_red {
    color: #e0301e;
}

.c3_box_red {
    background-color: #e0301e;
}

.c3_text_grey {
    color: #7d7d7d;
}

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

.c3_text_darkgrey {
    color: #2d2d2d !important;
}

.c3_box_darkgrey {
    background-color: #2d2d2d;
}

.c3_box_rose h2, .c3_box_rose h3, .c3_box_yellow h2, .c3_box_yellow h3, .c3_box_tangerine h2, .c3_box_tangerine h3 {
    color: #000000 !important;
}

.c3_box_orange h2 {
     color: #ffffff;   
}

div#c3_container h2 {
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 22px;
    font-weight: normal;
}

/* Table styles */

div#c3_container table {
    display: none;
}

div#c3_container table caption {
    padding: 10px;
    background-color: #000000;
    color: #FFFFFF;
}

div#c3_container table tr {
    border: 1px solid #000000;
}

div#c3_container table tr th, table tr td {
    padding: 10px;
    border: 1px solid #000000;
}

div#c3_container table tr th {
    background-color: #CCCCCC;
}

div#c3_container table tr th.c3_th_tableinfo {
    background-color: #e5e5e5;
    font-weight: normal;
    font-size: 14px;
}

div#c3_container svg#lands_4C, div#c3_container svg#lands_4C_2 {
    position: relative;
    top: -20px;
    left: 50%;
    width: 50%;
    height: auto;
    /*transition: all 0.5s linear;*/
}

@media only screen and (max-width: 1280px) {
   div#c3_container svg#lands_4C, div#c3_container svg#lands_4C_2 {
        left: 60%;
    }
}

div#c3_container svg#lands_4C *, div#c3_container svg#lands_4C_2 * {
    transition: fill 0.5s ease;

}

div#c3_container svg#lands_4C .c3Country:hover, div#c3_container svg#lands_4C_2 .c3Country:hover {
    opacity: 0.5;	
}

div#c3_container .c3_slider {
    -webkit-appearance: none;
    width: 90% !important;
    margin-left: 5%;
    height: 60px;
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-slider-bg.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.7;
    position: relative;
    display: block;
    background-color: #2d2d2d;



}

div#c3_container .c3_slider:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 0px 7px 4px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 7px 4px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 7px 4px rgba(255,255,255,0.6);
}

div#c3_container .c3_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 90px;
    border-radius: 20px;
    cursor: grabbing;
    background position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0px;
    background-color: #ffffff;
}

div#c3_container .c3_slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 40px;
    cursor: grabbing;
    background position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -10px;
    background-color: #2d2d2d;
}

div#c3_container div.c3_slidecontainer ul {
    display: block;
    position: relative;
    list-style: none;
    width: 90%;
    margin-left: 5%;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin-top: 15px;

}

div#c3_container div.c3_slidecontainer ul li {
    display: block;
    position: relative;
    list-style: none;
    color: #ffffff;
    float: left;
    text-align: center;
    font-size: 20px;
    width: 32.5%;
}

div#c3_container div.c3_slidecontainer ul li:first-child {
    text-align: left;
    width: 17.5%;
}

div#c3_container div.c3_slidecontainer ul li:last-child {
    text-align: right;
    width: 17.5%;
}

div#c3_container div.c3_slidecontainer p.c3_map_2 {
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    display: none;
}

div#c3_container div.c3_slidecontainer p.c3_map_1 {
    color: #ffffff;
    width: 90%;
    margin-left: 5%;
    display: block;
}

div#c3_container div.c3_map_container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
}

@media only screen and (max-width: 1280px) {
    div#c3_container div.c3_map_container {
        min-height: 770px
    }
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_map_container {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 0px !important;
        height: auto !important;
    }
}

div#c3_container div.c3_map_container #c3_map_key {
    display: none;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0px;
    left: 20px;
    -webkit-box-shadow: 14px 0px 20px 5px #2D2D2D; 
    box-shadow: 14px 0px 20px 5px #2D2D2D;
    background-color: #2d2d2d;
    z-index: 1;
}

div#c3_container div.c3_map_container #c3_map_key img {
    width: auto;
    height: 100%;
}

div#c3_container div.c3_map_container #c3_map_key p {
    display: block;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    left: 30%;

}

@media only screen and (max-width: 800px) {
    div#c3_container div.c3_map_container #c3_map_key img {
        margin-left: -10px;
    }

    div#c3_container div.c3_map_container #c3_map_key p {
        font-size: 12px;
        width: 70px;
    }
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_top, div#c3_container div.c3_map_container #c3_map_key p.c3_key_top_2 {
    top: -2px;

}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_bottom, div#c3_container div.c3_map_container #c3_map_key p.c3_key_bottom_2 {

}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_top_2, div#c3_container div.c3_map_container #c3_map_key p.c3_key_bottom_2 {
    width: 200px;
    display: none;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_2 {
    top: 10.5%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_3 {
    top: 21%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_4 {
    top: 31.5%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_5 {
    top: 42%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_6 {
    top: 53%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_7 {
    top: 63.5%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_8 {
    top: 74%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_key_9 {
    top: 84.5%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend {
    top: 0%;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    background-color: #dedede;
    height: 30px;
    border-radius: 30px;
    line-height: 25px;
    width: auto;
    max-width: 30px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend.selected {
    max-width: 250px;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend a {
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    width: 24px;
    height: 24px;
    margin: 3px;
    background-color: #ffffff;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend a:hover {
    background-color: #2d2d2d;
    color: #ffffff;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend span {
    display: inline-block;
    width: auto;
    margin-left: 3px;
    margin-right: 10px;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend_5 {
    top: 0%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend_4 {
    top: 18.125%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend_3 {
    top: 36.25%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend_2 {
    top: 54.375%;
}

div#c3_container div.c3_map_container #c3_map_key p.c3_legend_1 {
    top: 72.5%;
}



div#c3_container div.c3_map_container div#c3_div_map_container, div#c3_container div.c3_map_container div#c3_div_map_container_2 {
    width: 100%;
    height: 0px;
    padding-top: 60%;
    padding-bottom: 80px;
    margin-left: 0%;
    margin-right: 0%;
    display: none;
    overflow: hidden;
    position: relative;
    cursor: grab;
    background-color: #2D2D2D;
   
}

@media only screen and (max-width: 1280px) {
    div#c3_container div.c3_map_container div#c3_div_map_container, div#c3_container div.c3_map_container div#c3_div_map_container_2 {
        min-height: 900px;
    }
}

div#c3_container div.c3_map_container div#c3_div_map_container_2 {
    display: none;
}

div#c3_container div.c3_map_container div#c3_div_map_container::-webkit-scrollbar, div#c3_container div.c3_map_container div#c3_div_map_container_2::-webkit-scrollbar {
    display: none;	
}

div#c3_container div.c3_map_container a.a_zoominout {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    line-height: 50px !important;
    text-align: center;
    font-size: 50px !important;
    color: #2d2d2d;
    top: 10px;
    right: 55px;
    border-radius: 50px;
    transition: all 0.5s ease;
    text-decoration: none !important;
    z-index: 1;
    font-size: 0px !important;
    -webkit-text-size-adjust: none;
    font-weight: normal !important;
    vertical-align: top !important;
    font-family: Courier !important;
    background-size: 80% 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_map_container a.a_zoominout {
        display: none;
    }
}

div#c3_container div.c3_map_container a.a_zoomout {
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-minus.svg');
}

div#c3_container div.c3_map_container a.a_zoomin {
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-plus.svg');
}

div#c3_container div.c3_map_container a.a_zoominout:hover {
    text-decoration: none !important;
    background-color: #7d7d7d;
}


div#c3_container div.c3_map_container a.a_zoomin {
    right: 115px;
}

div#c3_container div.c3_div_label {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    padding-right: 20px;
    background-color: #ffffff;
    z-index: 2;
}

div#c3_container div.c3_div_label::after {
    content: "x";
    font-size: 12px;
    display: block;
    position: absolute;
    top: -5px;
    right: 5px;
    font-weight: bold;
}

div#c3_container a.c3_map_toggle {
    display: table-cell;
    position: relative;
    width: 12.5%;
    border-right: 1px solid #999999;
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    transition: all 0.5s ease;
    vertical-align: middle;
    height: 60px;
    line-height: 20px;
}

div#c3_container div.c3_max_100 {
    display: block;
    background-color: #000000;
    overflow: hidden;
    padding: 10px;
}

@media only screen and (max-width: 720px) {
    div#c3_container a.c3_map_toggle {
        display: block;
        position: relative;
        width: 50%;
        height: auto;
        font-size: 12px;
        float: left;
        border-top: 1px solid #333333;
        border-right: 0px solid #333333;
        border-left: 1px solid #333333;
        text-align: left;
    }
    
    
}

div#c3_container a.c3_map_toggle.selected {
    color: #ffffff;
    background-color: #d04a02;

}

div#c3_container a.c3_map_toggle:selected, div#c3_container a.c3_map_toggle:hover {
    text-decoration: none !important;
}

/*div#c3_container a.c3_map_toggle::before {
    content: " ";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(-135deg);
    top:15px;
    right: 30px;
    transition: all 0.5s ease;
}

div#c3_container a.c3_map_toggle.selected::before {
    content: " ";
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 35px;
}

@media only screen and (max-width: 1000px) {
    div#c3_container a.c3_map_toggle::before {
        right: 15px;
    }
}*/

.c3_max_50 {
    width: 100%;
    padding-right: 40%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #f2f2f2;
    margin-bottom: 20px;

}

@media only screen and (max-width: 1380px) {
    .c3_max_50 {
        padding-right: 20%;
    }
}

@media only screen and (max-width: 1050px) {
    .c3_max_50 {
        padding-right: 0%;
    }
}

div#c3_container div.c3_statmenustyle_1 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: auto;
    z-index: 3;
    padding: 25px;
    background-color: #2D2D2D;
}



div#c3_container div.c3_statmenustyle_1 h3 {
    display: block;
    position: relative;
    color: #ffffff;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
    font-weight: normal;
    font-size: 25px;
	margin: 0px;
    margin-bottom: 10px;
    padding-left: 80px;
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-icons.svg');
    background-position: -5px -5px;
    background-repeat: no-repeat;
    background-size: 68px auto;
    transition: all 1s ease;
}

@media only screen and (max-width: 730px) {
    div#c3_container div.c3_statmenustyle_1 h3 {
        padding-right: 20px;
        margin-top: 0px;
    }
}

div#c3_container div.c3_statmenustyle_1 h3 strong {
    font-weight: 700;
    display: block;
}

div#c3_container div.c3_statmenustyle_1 p {
    display: block;
    color: #ffffff;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
	color: rgb(255, 182, 0);
}

div#c3_container div.c3_statmenustyle_1 ul {
    list-style: none;
    display: block;
    position: relative;
    list-style: none;
    height: 430px;
    padding-left: 25px;
    margin-left: -25px;
    padding-right: 0px;
    width: calc(100% + 50px);
    overflow: hidden;
    transition: height 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li {
    list-style: none;
    display: block;
    position: relative;
    color: #ffffff !important;
    padding-left: 65px;
    border-bottom: 1px solid #333333;
    min-height: 40px;
    font-size: 14px;
    line-height: 16px;
    background-color: #222222;
    margin-bottom: 0px;
    padding-top: 5px;
    margin-left: -25px;
    width: calc(100% + 25px);
    padding-right: 25px;
	transition: padding-right 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li a {
	display: block;
    position: relative;
    text-decoration: none !important;
}

div#c3_container div.c3_statmenustyle_1 ul li a span {
	display: none;
    position: absolute;
	top: 0px;
    right: 0px;
	line-height: 20px;
}

div#c3_container div.c3_statmenustyle_1 ul li div.c3_country_name {
	line-height: 20px;
    margin-right: 5px;
}

div#c3_container div.c3_statmenustyle_1 ul li strong {
    display: block;
    background-color: #ebebeb;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -35px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li div.c3_stat_bar {
    display: block;
    position: relative;
    overflow: hidden;
    width: 0px;
    height: 5px;
    background-color: #ebebeb;
    margin-top: -5px;
    transition: width 0.5s ease;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li div.c3_stat_bar_blank {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    background-color: #464646;
    margin-top: 5px;
}

div#c3_container div.c3_statmenustyle_1 ul li.c3_top_3 {
    padding-left: 75px;
    border-bottom: 1px solid #222222;
    background-color: transparent;
    min-height: 50px;
    font-size: 20px;
    line-height: 22px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li.c3_top_3 strong {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: -45px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li.c3_top_3 a span {
	line-height: 30px;
	transition: right 0.5s ease;
}

div#c3_container div.c3_statmenustyle_1 ul li.c3_top_3 div.c3_country_name {
    line-height: 30px;
}

div#c3_container a#c3showAllCountries {
    display: block;
	position: absolute;
	overflow: visible;
	right: 0px;
	bottom: 45px;
	color: #ffffff;
    padding-right: 30px;
	height: 40px;
	line-height: 40px;
}

div#c3_container a#c3showAllCountries::before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    transition: all 0.5s ease;
}

div#c3_container a#c3showAllCountries::after {
    content: " ";
    display: block;
    position: absolute;
    top: 15px;
    right: 6px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    transform: rotate(-135deg);
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: auto;
    z-index: 3;
    padding: 25px;
    padding-bottom: 0px;
    background-color: rgba(45,45,45,0.6);
    padding-top: 15px;
	backdrop-filter: blur(10px);
}

@media only screen and (max-width: 1280px) {
    div#c3_container div.c3_statmenustyle_1, div#c3_container div.c3_statmenustyle_2 {
        width: 60%;
    }
}

@media only screen and (max-width: 930px) {
     div#c3_container div.c3_statmenustyle_1, div#c3_container div.c3_statmenustyle_2  {
        position: relative;
         width: 100%;
    }
}

div#c3_container div.c3_statmenustyle_2 h3 {
    display: block;
    position: relative;
    color: #ffffff;
	width: 80%;
	height: 60px;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
    padding-left: 75px;
    background-image: url('/content/dam/pwc/gx/en/services/entrepreneurial-private-business/assets/c3-2022-private-business-attractiveness-index/c3-icons.svg');
    background-position: 0px -5px;
    background-repeat: no-repeat;
    background-size: 68px auto;
    transition: all 1s ease;
}

@media only screen and (max-width: 570px) {
    div#c3_container div.c3_statmenustyle_2 h3 {
        height: auto;
    }
}

div#c3_container div.c3_statmenustyle_2 h3 strong {
    font-weight: 700;
    display: block;
    font-size: 30px;
    line-height: 35px;
}

div#c3_container div.c3_statmenustyle_2 ul {
    list-style: none;
	clear: both;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    width: 100%;
}

div#c3_container div.c3_statmenustyle_2 ul li {
    list-style: none;
    display: block;
    position: relative;
    color: #ffffff !important;
    border-top: 1px solid #464646;
    min-height: 75px;
    font-size: 16px;
    background-color: rgba(45,45,45,0.6);
    margin-bottom: 0px;
}

div#c3_container div.c3_statmenustyle_2 ul li span {
    display: block;
    width: auto;
    height: 62px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    color: #000000;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
    line-height: 40px;
    float: left;
    margin-right: 20px;
}

div#c3_container div.c3_statmenustyle_2 ul li p {
    font-size: 16px;
	font-weight: 200;
	line-height: 60px;
    padding-top: 15px;
    line-height: 26px;
}

@media only screen and (max-width: 570px) {
   div#c3_container div.c3_statmenustyle_2 ul li p {
       line-height: 24px;
       padding-top: 10px;
    }
}

div#c3_container div.c3_statmenustyle_2 ul li span b {
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
}

div#c3_container div.c3_statmenustyle_2 ul li span b sup {
    font-size: 14px;
    font-weight: 200;
    display: none;
}

div#c3_container div.c3_statmenustyle_2 ul li span em {
    display: none;
    position: relative;
    float: left;
    font-size: 24px;
    padding-top: 10px;
    width: 60px;
	font-style: normal;
    height: 100%;
    line-height: 40px;
}

div#c3_container div.c3_statmenustyle_2 ul li span em sup {
    font-size: 14px;
    font-weight: 200;
    display: none;
}

div#c3_container div.c3_statmenustyle_2 ul li a {
    text-decoration: none !important;
}

div#c3_container div.c3_statmenustyle_2 ul li div.c3_country_name {
    float: left;
    margin-right: 5px;
}

div#c3_container div.c3_statmenustyle_2 ul li strong {
    display: block;
    background-color: #ebebeb;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 25px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 ul li div.c3_stat_bar {
    display: block;
    position: relative;
    overflow: hidden;
    width: 0px;
    height: 5px;
    background-color: #ebebeb;
    margin-top: 5px;
    transition: width 0.5s ease;
    transition: all 0.5s ease;
}


div#c3_container div.c3_statmenustyle_2 ul li.c3_top_3 {
    padding-left: 75px;
    border-bottom: 1px solid #222222;
    background-color: transparent;
    min-height: 50px;
    font-size: 20px;
    line-height: 22px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 ul li.c3_top_3 strong {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 25px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 a.c3_close_country_detail {
    display: block;
	color: #ffffff;
    padding-left: 30px;
    position: relative;
	height: 40px;
	line-height: 40px;
}

div#c3_container div.c3_statmenustyle_2 a.c3_close_country_detail::before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 a.c3_close_country_detail::after {
    content: " ";
    display: block;
    position: absolute;
    top: 15px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 a.c3_close_country_detail:hover::before {
    opacity: 0.5;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    margin-top: 0px;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 570px) {
    div#c3_container div.c3_statmenustyle_2 div.c3_div_score {
        right: 0px;
    }
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score p {
	display: block;
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 16px;
	background-color: #000000;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_current {
	display: block;
    position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 120px;
	line-height: 120px;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
	font-size: 30px;
	color: #FFFFFF;
	transition: all 0.5s ease;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_current span {
    display: none;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_current.c3_comparing {
	height: 82px;
	line-height: 82px;
}

@media only screen and (max-width: 570px) {
    div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_current.c3_comparing {
       line-height: 62px; 
    }
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_compare {
	display: none;
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 48px;
	margin-left: 0px;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
	color: #FFFFFF;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_compare span {
	display: block;
    position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin-top: -15px;
}

div#c3_container div.c3_statmenustyle_2 div.c3_div_score div.c3_div_compare span em {
    display: none;
}

@media only screen and (max-width: 570px) {
    div#c3_container div.c3_statmenustyle_2 div.c3_div_score {
        position: relative;
        float: none;
        margin-top: 0px;
        width: 100%;
        height: 140px;
        line-height: 80px;
        margin-bottom: 30px;
    }
}

div#c3_container .c3compare {
    display: none;
    opacity: 1;
    background-color: #7d7d7d;
    color: #ffffff;
    padding: 0px;
    font-weight: bold;
    /* border-radius: 20px; */
    font-size: 14px;
    vertical-align: bottom;
    white-space: nowrap;
    width: 50%;
    float: right;
}

div#c3_container li > em.c3compare {
    float: none;
    padding: 7px;
    padding-bottom: 7px;
    line-height: 22px;
    margin-left: 6px;
}

div#c3_container div.c3_div_score .c3compare {
    font-size: 23px !important;
    margin-left: 2px;
}


div#c3_container div.c3key {
    position: relative;
    z-index: 3;
    padding: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    width: calc(100% - 140px);
}


div#c3_container div.c3key ul {
    list-style: none;
    height: auto !important;
    margin-left: 0px;
    padding-left: 0px;
}

div#c3_container div.c3key ul li {
    display: block;
    color: #ffffff;
    float: left;
    width: calc(25% - 25px);
    height: auto;
    margin-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    text-shadow: 0px 0px 15px #333333;
    margin-bottom: 0px;
    border-bottom: 0px;
    background-color: transparent !important;
    padding-top: 0px;
    margin-left: 0px;
    min-height: 0px;
	border: none;
}


@media only screen and (max-width: 1300px) {
    div#c3_container div.c3key ul li {
        font-size: 14px;
        padding-left: 8px;
    }
}


@media only screen and (max-width: 580px) {
    div#c3_container div.c3key ul li {
        width: calc(50% - 25px);
        margin-bottom: 10px;
        padding-left: 5px !important;
        border-left-width: 10px !important;
    }
}


@media only screen and (max-width: 380px) {
    div#c3_container div.c3key ul li {
        width: calc(100% - 25px);
        margin-bottom: 10px;
        padding-left: 5px !important;
        border-left-width: 10px !important;
    }
}

/*----------- 2022 --------------*/

div#c3_container form.c3_form_main {
    display: block;
    position: relative !important;
    width: 50% !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #ffffff !important;
}

div#c3_container form.c3_form_main select {
    width: 100% !important;
    background-color: transparent !important;
}


div#c3_container form.c3_form_main::before {
    border-top: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;
    top: 13px !important;
}

div#c3_container div.c3_toggle_dataset {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset {
        
    }
}

div#c3_container div.c3_toggle_dataset::before {
    display: block;
    content: " ";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #777777;
    position: absolute;
    top: 0px;
    right: 102px;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset::before {
        right: 83px;
    }
}

div#c3_container div.c3_toggle_dataset::after {
    display: block;
    content: " ";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #777777;
    position: absolute;
    top: 0px;
    right: 47px;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset::after {
        right: 40px;
    }
}

div#c3_container div.c3_toggle_dataset span {
    line-height: 50px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset span {
       display: none;
    }
}

div#c3_container div.c3_toggle_dataset a {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset a {
        width: 170px;

    }
}

div#c3_container div.c3_toggle_dataset a::before {
    display: block;
    content: " ";
    width: 60px;
    height: 50px;
    border-radius: 0px;
    background-color: #777777;
    position: absolute;
    top: 0px;
    left: 71px;
    
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset a::before {
        left: 60px;
        width: 48px;
    }
}

div#c3_container div.c3_toggle_dataset a::after {
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    left: 55px;
    z-index: 1;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset a::after {
        left: 44px;
    }
}

div#c3_container div.c3_toggle_dataset a:hover::after {
    background-color: rgb(255, 182, 0);
}

div#c3_container div.c3_toggle_dataset a.c3_2022::after {
    left: 105px;
}

@media only screen and (max-width: 930px) {
    div#c3_container div.c3_toggle_dataset a.c3_2022::after {
        left: 85px;
    }
}

div#c3_container div.c3_toggle_dataset a strong {
    float: right;
}

div#c3_container div.c3_toggle_dataset a strong:first-of-type {
    float: left;
}

div#c3_container p.c3_rank {
	display: block;
	position: relative;
	float: left;
    color: #ffffff;
    width: 60px;
	height: 60px;
    text-align: center;
    font-weight: bold;
    background-color: #222222;
	font-size: 16px;
    line-height: 46px;
    padding-top: 7px;
	margin-right: 1px;
	transition: width 0.5s ease;
}

div#c3_container p.c3_rank.c3_comparing { width: 120px; }

div#c3_container p.c3_metrics_title {
	display: block;
	position: relative;
	float: left;
    color: #ffffff;
    width: calc(100% - 61px);
	height: 60px;
	line-height: 60px;
	font-weight: 400;
    background-color: #222222;
	font-size: 16px;
	padding-left: 20px;
	transition: width 0.5s ease;
}

div#c3_container p.c3_metrics_title.c3_comparing { width: calc(100% - 121px); }

div#c3_container p.c3_rank sup {
    font-weight: 200;
    display: none;
}

div#c3_container a.c3_compare_year {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 26%;
    height: 53px;
    border-right: 52px solid #ffffff;
    padding-right: 10px;
    text-align: right;
    width: calc(30% - 52px);
    text-decoration: none !important;
    transition: all 0.5s ease;
}

div#c3_container a.c3_compare_year:hover {
    text-decoration: none !important;
    border-right: 52px solid #727272;
}

div#c3_container a.c3_compare_year.c3_compared::before {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    background-color: #000000;
    height: 30px;
    top: 11px;
    right: -33px;
    transform: rotate(45deg);
}

div#c3_container a.c3_compare_year.c3_compared::after {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    background-color: #000000;
    height: 15px;
    top: 24px;
    right: -20px;
    transform: rotate(-45deg);
}

