@charset "utf-8";
/* reset.css  -> blueprint.css */
html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	line-height: 24px;
	font-size: 16px;
	background: white;
	 font-family: 'SourceSansPro-Regular', sans-serif !important;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
:focus {
	outline: 0;
}
/* typography.css */
html {
	font-size: 100.01%;
}
body {
	font-size: 80%;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	background: #FBFBFB;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
	line-height: 1;
	margin-bottom: 0.25em
}
h1 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	line-height: 1.0em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.25em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


p {
	margin: 0 0 1.5em;
}

a:focus, a:hover {
	text-decoration: underline;
}
a {
	color: #D9052F;
	text-decoration: none;
}

li ul, li ol {
	margin: 0;
}
ul, ol, .csc-default ul, .csc-default ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
.comp-countryselection > div{
	margin:0 auto;
	max-width:772px;
	padding:48px 0px;
	
}
.comp-countryselection > div > div{
	padding-bottom:16px;
	
}
.country-group{
	font-size: 16px;
}
.country-group .heading{
	height:36px;display:flex;align-items: center;font-weight: bold;margin-bottom:8px;
}
.country-group .groups .col .item{
	margin-bottom:8px;
	display:flex;
	column-gap:16px;
	align-items: center;
}
.country-group .groups .col .item:last-child{
	margin-bottom:0;
}
.country-group .groups .col .item a,.country-group .groups .col .item a:visited,.country-group .groups .col .item a:hover,.country-group .groups .col .item a:active{
	display:flex;align-items: center; column-gap:8px;
	color:#3669C4;text-decoration: none;height:36px;
}
.country-group .groups .col .item a:hover{
	text-decoration: underline;
}
.country-group .groups > div{
	display:flex;column-gap:64px;
}
 @media handheld, only screen and (max-width: 672px) {
	 .comp-countryselection > div{
		 padding:48px 32px;
	 }
.country-group .groups > div{
	display:flex;column-gap:16px;flex-wrap: wrap;
}
	 .country-group .groups > div .col{
		 flex:0 0 100%;
	
}
	 
	 .country-group .groups .col .item:last-child{
	margin-bottom:8px;
}
	 
}
