<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- colors --*/

:root {
  --purple: #a0285c;
  --red: #d03a52;
  --orange: #d38375;
  --light_orange: #eec0a9;
  --turquoise: #60b5c3;
  --blue:#616dac; 
  --violet: #5b4676;
  --dark_blue: #253662;
  --bordeaux: #5e1b23;
  --dark_red: #96283a;
  --pink: #e39dac;
  --yellow: #edb44f;
  --light_blue: #85c5dc;
   --grey: #9fa3a7; 
   --wipo_blue:#314668;
}
body{
	font-family: "Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color:#3b3b3b;
	background-color:#FAFAFA;
	padding:0;
}
/*-- wipo banner --*/
.banner__logo{
	width:80px;
}
.top {
	background-color: rgb(49,70,104);
	background-image: linear-gradient(60deg, rgb(117, 131, 154) 0%, rgb(49, 70, 104) 33%);
	padding-top:11px;
	height:47px;
	margin-bottom: 20px;
}
h1{
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
a{
	color:#7495CA;
}
a:hover{
	color:#75839A;
}
/*div{
	border:1px red solid;
} */
.header{
	height:120px;
	padding-top:40px;
}
.show-all{
	display:none;
}
.lead{
	font-size:23px !important;
	margin-bottom: 48px;
}

.map{
	background-color: #EEE;
	border: 1px #EEE solid;
}
.network{
	background-color: #FFF;
	border: 1px #EEE solid;
}
.buttons{
	margin-bottom: 5px;
}
.border{
	stroke:none;
	fill:#FFF;
}

.titlesBlock{
	font-size: 1em;
}

.chartContainer{
	padding-right: 0;
	padding-left: 0;
}
.zoomButtons{
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 100;
	   -webkit-box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.4);
}
.zoomButtons button.btn{
	padding:3px 7px;
	margin-bottom: 0px;
}
.periods{
	padding-top:2px;
}
.top-n-title{
	padding-top: 5px;
}
.top-n{
	padding-bottom:10px;
}
.form-check-label{
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
}

.flows path, .flows line{
	stroke: var(--grey);
	opacity: .3;
	fill:none;
}
.flows path.active{
	stroke: #888;
}
.hide{
	display:none;
}
#network-layout, #map-layout{
	margin-top:30px;
}
/* -- alert --*/
.alert-info{
	display:none;
}

/*.alert--warning{
	background-color:#FAE8D1;
}*/
/* --legend --*/
.legend{
	margin-top:20px;
}
.legendItem{
	cursor: pointer;
	fill: #888;
}
.legendItem.active, .legendItem:hover{
	fill: #000;
}
.legendItem.active circle{
	stroke-width: .5;
	stroke: #000;
}
.legendSVG{
	margin-bottom: 20px; 
}
.note{
	margin-top:40px;
	margin-bottom: 50px;
	font-size:.9em;
}
/* -- buttons --*/
.btn-outline-secondary{
	font-size:.9em;
	border-color: #293a57;
	color: var(--wipo_blue);
	margin-bottom: 10px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active  {
	border-color: #293a57;
	background-color:var(--wipo_blue);
	color: #FFF;
}
.btn-outline-secondary:hover{
	background-color:#75839A;
}
.btn.zoom-in{
	border-bottom: 2px solid #FAFAFA;
}
.btn-sm{
	font-size:1em;
	padding:0px 7px;
}
/*--- circels map --*/
.nodes circle{
	stroke: #888;
	shape-rendering: geometricPrecision;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes highlight-opacity {
    0%   {opacity: 1;}
    50%  {opacity: .5;}
}

/* Standard syntax */
@keyframes highlight-opacity {
    0%   {opacity: 1;}
    50%  {opacity: .5;}
}
.nodes circle.highlightedHotspot {
    -webkit-animation-name: highlight-opacity; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: highlight-opacity;
    animation-duration: 1s;
	animation-iteration-count: infinite;
	stroke:#000;
}

/* --- tooltip ---*/
.arrow_box {
	position: absolute;
	background: #262626;
	color:#ccc;
	z-index: 1200;
	padding:10px;
	border: 0px;
	font-size: .9em;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
   	display:none;
}
.arrow_box:after, .arrow_box:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box.arrow_left:after, .arrow_box.arrow_left:before {
	right: 100%;
}
.arrow_box.arrow_left:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #262626;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box.arrow_left:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #262626;
	border-width: 11px;
	margin-top: -11px;
}
/* arrow right */
.arrow_box.arrow_right:after, .arrow_box.arrow_right:before {
	left: 100%;
}
.arrow_box.arrow_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #262626;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box.arrow_right:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #262626;
	border-width: 11px;
	margin-top: -11px;
}
.arrow_box .title{
	font-size:1.2em;
	text-transform: uppercase;
	color: #FFF;
}
.arrow_box .value{
	font-size: 1.2em;
}
.arrow_box small{
	font-size: .9em;
}
/* arrow bottom */
.arrow_box_bottom {
	position: absolute;
	background: #000000;
	color:#ccc;
	padding: 10px;
	border: 0;
    -webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.4);
	z-index: 1200;
	width: auto;
	height:auto;
    display:none;
	pointer-events: none;
}
.arrow_box_bottom:after, .arrow_box_bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_bottom:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 10px;
	margin-left: -10px;
}

.arrow_box_bottom:before {
	border-color: rgba(219, 219, 219, 0);
	border-top-color: #DBDBDB;
	border-width: 11px;
	margin-left: -11px;
}
/* wipo styles */
#tools ul {
    list-style-type: none;
}
#tools li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid #314668;
}
#tools li&gt;a, #tools li&gt;a:visited {
    padding: 0 16px;
    font-size: 13px;
    color: #fff;
}
.tools__link:visited, .tools__link:hover {
    text-decoration: none;
}
.nav-breadcrumb {
    list-style-type: none;
    margin: 16px 0 48px;
    padding-left: 0;
    font-size: 13px;
    float: none;
}
.nav-breadcrumb&gt;li {
    display: inline-block;
}
.nav-breadcrumb&gt;li:first-child a {
    padding-left: 0;
}
.nav-breadcrumb a {
    padding: 8px 14px;
}
.nav-breadcrumb &gt; li.active {
    color: #033071;
}
.nav-breadcrumb &gt; li {
    display: inline-block;
}
.nav-breadcrumb &gt; li::after {
    content: "â€º";
	color: #6f91c8;
	font-size: 1.5em;
	padding-right: 14px;
}
.nav-breadcrumb &gt; li.active::after {
    content: "";
    display: table;
    clear: both;
}
h2, .h2 {
    margin-bottom: 16px;
    font-size: 23px;
	line-height: 1.25;
	font-weight: bold;
}
h3, .h3 {
    margin-bottom: 8px;
    font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
}
a, a:visited, a:focus {
    text-decoration: none;
    color: #6F91C8;
}
a:hover{
	text-decoration:underline;
	color:#6F91C8}
.cols--two &gt; .col-md-6:last-of-type {
    padding-left: 10px;
}
.cols--two &gt; .col-md-6:first-of-type {
    padding-right: 10px;
}
figure{
	position:relative;
	margin-bottom:16px; 
}
figure a:hover img{
	opacity:0.8;
}

figure img{
	width:100%;
}

/* tabs */
.tabbable{
	margin-top:30px;
}
.tabbable:before,.tabbable:after{
	display:table;
	content:"";
}
.tabbable:after{
	clear:both;
}
.tab-content{
	padding-top: 10px;
	overflow: hidden;
}
.nav {
    list-style-type: none;
    margin: 0 0 16px 0;
    padding: 0;
}
.nav-tabs::after, .nav-pills::after {
    content: "";
    display: table;
    clear: both;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs:after,.nav-pills:after{
	content:"";
	display:table;
	clear:both}

.nav-tabs &gt; li &gt; a {
	padding: 8px 16px;
}

.nav &gt; li &gt; a {
    display: block;
    margin: 0;
	margin-right: 0px;
}
.nav-tabs &gt; li &gt; a, .nav-pills &gt; li &gt; a {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 4px;
	border: 1px solid transparent;
}

.nav-tabs&gt;.active&gt;a,.nav-tabs&gt;.active&gt;a:hover{
	color:#3b3b3b;
	background-color:#fafafa;
	background-image:linear-gradient(to top, #fafafa, #fff);
	border:1px solid #ccc;
	border-bottom-color:#fafafa;
	text-decoration:none;
}
.nav&gt;li&gt;a:hover{
	text-decoration:none;
}
.nav-tabs&gt;li&gt;a:hover,.nav-pills&gt;li&gt;a:hover{
	text-decoration:underline;
}
.nav-tabs{
	border-bottom:1px solid #ccc;
}
.nav-tabs&gt;li{
	margin-bottom:-1px;
}

a.nav-link.active:hover{
	text-decoration:none;
}
hr{
	padding-top: 48px;
	margin-bottom:0px;
	border-top: 1px solid #ccc;
}
/* select */
/* class applies to select element itself, not a wrapper element */
.select-css, .autocomplete-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding-right: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/*background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');*/
	background-image: url(../images/ic-dropdown.svg);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
	display: none;
}
input.autocomplete-input {
	padding: 8px !important;
}
.autocomplete-list{
	border: 1px solid rgba(0,0,0,.15) !important; 
}
.autocomplete, .select-css,.dropdown, .periods, .titlesBlock{
	margin-bottom: 10px;
}

.autocomplete-list-item:hover,
.autocomplete-list-item.selected {
  background-color: #eee !important;
  color: #000 !important;
  border-radius: 0;
  border:0;
}
/* dropdown */
.dropdown-item{
	padding: 2px 15px;
	color: #333;
}
.dropdown-item:hover{
	background-color: #eee;
}
.dropdown-item.active{
	background-color: #eee;
   	color: var(--wipo_blue);
}
.dropdown-menu{
	margin-top:0px;
	width: 200px;
  	height: auto;
    max-height: 300px;
	overflow-x: hidden;
	font-size: 16px;
}
button.dropdown-toggle{
	padding:5px 15px;
}
button.dropdown-toggle::after{
	margin-left:15px;
}
html[dir="rtl"] button.dropdown-toggle::after{
	margin-right:15px;
	margin-left:0px;
}
/* style for close button selected city/country */
.selected-filter{
	background:#FFF;
	border: 1px #888 solid;
	padding: 5px 10px;
	width: auto;
	font-size: 1.3em;
	border-radius: .25em;
	margin-left: 10px;
}
button.close{
	padding:2px 0 0 10px;
	font-size: 1.3em;
}
html[dir="rtl"] button.close{
	padding:2px 10px 0 0;
	font-size: 1.3em;
}

.btn{
	font-size: 16px;
}

@media (min-width: 576px){
	.titlesBlock{
		padding: 10px;
		position: absolute;
		z-index: 90;
		font-size: .8em;
	}
	.chartContainer{
		padding-right: 15px;
		padding-left: 15px;
	}
	.zoomButtons{
		right: 25px;
	}

}
@media (min-width: 768px){
	/*.autocomplete{
		margin-top: 0px;
	}
	.dropdown{
		margin-top: 0px;
	}*/
	.cols--two &gt; .col-md-6:last-of-type {
		padding-left: 32px;
	}
	.cols--two &gt; .col-md-6:first-of-type {
		padding-right: 32px;
	}
}</pre></body></html>