<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service-list-corp {
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-list-corp .title {
	margin-bottom: 30px;
}

.service-list-corp .title .title-text {
	display: block;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #2f373f;
}

.service-list-corp .title .link {
	display: none;
}

.service-list-corp .description {
	margin-bottom: 25px;
}

.service-list-corp .description p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.8px;
	font-weight: 300;
	color: #2f373f;
}

.service-list-corp .description p span {
	font-weight: 700;
}

.service-list-corp .link {
	margin-bottom: 25px;
}

.service-list-corp .link a {
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	color: #00a0d2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.service-list-corp .link a i {
	font-size: 24px;
	margin-left: 5px;
}

.service-list-corp .link a i::before {
	line-height: 26px;
}

.service-list-corp .list-container .service {
	padding: 15px;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-list-corp .list-container .service:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.service-list-corp .list-container .service:hover .blur-shadow {
	opacity: 0.1;
}

.service-list-corp .list-container .service:hover .service-content {
	background-position: 100% 0;
}

.service-list-corp .list-container .service:hover .arrow-icon {
	-webkit-transform: translateX(-32px);
	transform: translateX(-32px);
}

.service-list-corp .list-container .service .blur-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-filter: blur(11.3px);
	filter: blur(11.3px);
	background-color: #112e3b;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-list-corp .list-container .service .service-content {
	position: relative;
	padding: 35px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(45deg, #4dba59 0%, #00a0d1 50%, #4dba59 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-list-corp .list-container .service .service-content .service-icon {
	width: 75px;
	height: 75px;
}

.service-list-corp .list-container .service .service-content .service-icon img {
	width: 100%;
}

.service-list-corp .list-container .service .service-content .service-name {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.9px;
	margin-left: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.service-list-corp .list-container .service .service-content .arrow-icon {
	position: absolute;
	bottom: 0;
	right: 7px;
	font-size: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.service-list-corp .title .title-text {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.service-list-corp .description {
		margin-bottom: 45px;
	}
	.service-list-corp .description p {
		font-size: 18px;
		line-height: 33px;
		letter-spacing: 1.3px;
	}
	.service-list-corp .link {
		margin-top: 40px;
	}
	.service-list-corp .list-container .service {
		max-width: 50%;
	}
	.service-list-corp .list-container .service .service-content .service-icon {
		width: 84px;
		height: 84px;
	}
	.service-list-corp .list-container .service .service-content .service-name {
		font-size: 15px;
		line-height: 19px;
		letter-spacing: 1.1px;
	}
}

@media (min-width: 1360px) {
	.service-list-corp .title {
		margin-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.service-list-corp .title .title-text {
		display: inline-block;
		max-width: 50%;
		font-size: 28px;
		letter-spacing: 3px;
	}
	.service-list-corp .title .link {
		display: inline-block;
		margin: 0;
		margin-top: auto;
		margin-left: auto;
	}
	.service-list-corp .description {
		margin-bottom: 70px;
	}
	.service-list-corp .description p {
		font-size: 18px;
		line-height: 33px;
		letter-spacing: 1.3px;
	}
	.service-list-corp .link {
		display: none;
	}
	.service-list-corp .list-container .service {
		max-width: 33.3%;
	}
	.service-list-corp .list-container .service .service-content .service-icon {
		width: 90px;
		height: 90px;
	}
	.service-list-corp .list-container .service .service-content .service-name {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1.2px;
	}
}
</pre></body></html>