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

h2.country-list{
	font-size: 20px; 
	font-weight: 700; 
	color: #0099ff;
	margin:20px 0 0;
}
.contentSectionWrapper .card ul.country-lists{
	list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.contentSectionWrapper .card ul.country-lists li{
    list-style: none;
    padding-left: 0;
    position: static !important;
}
.contentSectionWrapper .card ul.country-lists li:before{
	position:static !important;
	content:"" !important;
}
.contentSectionWrapper .card ul.country-lists li a{
	font-weight: 300;
    font-size: 16px;
    color: #666666;
}</pre></body></html>