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

.module_about {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.module_about h1 {
	display: block;
	width: 100%;
	color: #202020;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 15px;
}

.module_about h1:after {
	content: "";
	display: block;
	width: 15%;
	min-width: 100px;
	height: 6px;
	background: rgb(4, 118, 189);
	background: linear-gradient(45deg, rgba(4, 118, 189, 1) 0%, rgba(20, 154, 82, 1) 100%);
	margin-top: 10px;
}

.module_about h2 {
	display: block;
	width: 100%;
	color: #303030;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.25;
}


/* Counter Module */

.module_about .counter_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 30px);
	margin: -15px;
}

.module_about .counter_block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background: #f6f5f4;
	text-align: center;
	width: calc(50% - 30px);
	height: 180px;
	padding: 20px;
	margin: 15px;
}

.module_about .counter_block i {
	color: rgba(0, 0, 0, .03);
	font-size: 150px;
	margin-bottom: 10px;
	position: absolute;
	left: -50px;
	bottom: -50px;
}

.module_about .counter_block .numscroller {
	font-weight: bold;
	font-size: 34px;
	color: rgb(4, 118, 189);
	margin-bottom: 10px;
	background: rgb(4, 118, 189);
	background: linear-gradient(45deg, rgba(4, 118, 189, 1) 0%, rgba(20, 154, 82, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.module_about:lang(ar) .counter_block .numscroller {
	line-height: 2;
}

.module_about .counter_block span {
	font-weight: bold;
	font-size: 15px;
}

.module_about .background {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}</pre></body></html>