<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#000;
}
.container-fluid.no-padding {
	padding:0;
}
.cleardiv {
	clear:both;
}
.header-bar {
	width:100%;
	height:30px;
	background-color:#00a0d8;
}
.main-container {
	text-align:center;
}
h1 {
	margin-top:15px;
	font-family: 'Lato', sans-serif;
	font-size:48px;
}
p {
	font-size:18px;
	line-height:24px;
	font-weight:400;
}
.logos-wrapper {
	width:100%;
	margin:50px auto;
	text-align:center;
}
.feature-section {
	margin:25px auto;
	background-color:#fff;
}
.feature-section.copy-section {
	padding:30px 15px;
}
.feature-section .container {
	position:relative;
}
.feature-section h2 {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-19px;
	width:45%;
}
.feature-section h2 span {
	font-weight:600;
}
.feature-section a h2 {
	
}
.feature-section img {
	float:right;
	width:45%;
}
.feature-section:nth-of-type(odd) {
	background-color:#f0f0f0;
}
.feature-section:nth-of-type(odd) h2 {
	left:auto;
	right:0;
}
.feature-section:nth-of-type(odd) img {
	float:left;
}
.signature-line {

}
.signature-line img {
	max-width:220px;
	float:none !important;
	margin-top:20px;
}
.footer-bar {
	width:100%;
	height:110px;
	background-color:#7b7b7b;
}

@media all and (max-width: 1199px){
	p {
		margin:30px 0;
	}
}
@media all and (max-width: 991px){
	.feature-section h2 {
		text-align:center;
	}
}
@media all and (max-width: 767px){
	.feature-section {
		padding:25px 0;
	}
	.feature-section h2 {
		top:40%;
	}
}

@media all and (max-width: 600px){
	.feature-section {
		margin:0 auto;
		padding:25px 15px;
		text-align:center;
	}
	.feature-section.copy-section {
		text-align:left;
	}
	.feature-section h2, .feature-section img {
		position:static;
		display:block;
		width:100%;
		float:none !important;
	}
	.feature-section h2 {
		margin:25px auto;
	}
	.feature-section h2 img {
		margin:0 auto;
	}
}</pre></body></html>