<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div#twocolumns {
	display: flex;
	width: 100%;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
 {
	div#twocolumns {
		display: block;
		width: 100%;
	}
}

div#twocolumns div#content {
	flex: 0 0 80%;
	width: 80%;
}
@media (max-width: 1400px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 2100px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 3500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 4200px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 2100px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 3500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 4200px) and (orientation:portrait)
 {
	div#twocolumns div#content {
		flex: 0 0 70%;
		width: 70%;
	}
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
 {
	div#twocolumns div#content {
		width: 100%;
	}
}

div#twocolumns div#twocolumns_right {
	flex: 0 0 20%; 
	width: 20%;
	background: #4A7692;
	margin-top: -100px;
	color: white;
	text-align:left;
}
@media (max-width: 1400px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 2100px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 3500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 4200px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 2100px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 3500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 4200px) and (orientation:portrait)
 {
	div#twocolumns div#twocolumns_right {
		flex: 0 0 30%; 
		width: 30%;
		background: #4A7692;
		margin-top: -100px;
		color: white;
		text-align:left;
	}
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
 {
	div#twocolumns div#twocolumns_right {
		width: 100%;
		background: #4A7692;
		margin-top: -20px;
		color: white;
	}
}

h1.rightheadline { color:white;background: #1A4662; padding: 10px 10px 10px 20px;margin:0; }

div.eip_imgtextcontainer_right { color:white;padding: 10px 10px 10px 20px;}


div.eip_responsibles { padding: 10px 10px 10px 20px; }
div.eip_responsibles h1 {color:white; }
div.eip_responsibles a {color:white; }

div.eip_responsibles_pic { background: none; }
div.eip_responsibles_pic img { width:100% !important; }</pre></body></html>