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

  /* These are technically the same, but use both */
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;

  -ms-word-break: break-all !important;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all !important;
  /* Instead use this no n-standard one: */
  word-break: break-word !important;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;

}

body{
	background: #f1f2f6 !important;
}
main{
	background: #fdfbfb !important; 
	padding: 20px 20px 20px 20px !important;
	
}
header{

}
nav{
	padding: 0px !important;
	margin: 0px !important;
}
footer{
	width: 100%;
	bottom: 0px !important;
	margin-bottom: 0px !important;
	max-height: 170px !important;
	background: #009f3c !important;
	padding-top: 30px !important;
}
.green-gradient{
	background: #009f3c !important;
  	background: -moz-linear-gradient(top, #009f3c 0%, #009245  100%)!important;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009f3c), color-stop(100%, #009245 )) !important;
  	background: -webkit-linear-gradient(top, #009f3c 0%, #009245  100%)!important;
  	background: -o-linear-gradient(top, #009f3c 0%, #009245  100%)!important;
  	background: -ms-linear-gradient(top, #009f3c 0%, #009245  100%)!important;
  	background: linear-gradient(to bottom, #009f3c 0%, #009245  100%) !important;
  	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05) !important;
}
.grey-gradient{
	background: #fefefe  !important;
	background: -moz-linear-gradient(top, #fefefe  0%, #cfd9df 100%) !important;
	background: -webkit-linear-gradient(top, #fefefe  0%, #cfd9df 100%) !important;
	background: linear-gradient(to bottom, #fefefe  0%, #cfd9df 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfd9df',GradientType=0 );
}
.background-green{
	background: #009f3c !important;
}
.menu-link {
	color: #ffffff !important;
	text-transform:  uppercase !important;
	font-weight: bold !important;
}
	/*.menu-link:hover{
		color: #0a0a0a !important;
		background: #ecf0f1 !important;
	}*/
.statistic-img{
	width: 60px;
	height: 60px;
}
.center-align{
	text-align: center;
}
.margin-bottom-zero{
	margin-bottom: 0px !important;
}
.small-margin-top{
	margin-top: 15px !important;
}
.image-logo-white{
	filter: brightness(0) invert(1);
}
.section-logos{
	height: 170px !important;
}
.padding-left-60{
	padding-left: 60px !important;
}
.fixar-nav-bar{
    position: fixed;
	z-index: 9999;
    width: 100%;
    top: 0px !important;
	margin-top: 0px !important;
}

a.menu-link:hover {
	background: #036528 !important;
}
/*.active {
	background: #036528 !important;
}*/

.width-complete{
	width: 100% !important;
}</pre></body></html>