<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Home Content Panel */
.home-content-panel {
	padding: 4em 0;
	background-color: #FFFFFF; /* $white */
}

.home-content-panel .main {
	padding: 0;
}
/* End Home Content Panel */

/* Header */
.home-content-panel .main header {
	width: 100%;
	padding-bottom: 1em;
}

.home-content-panel .main header h4 {
	font-family: 'Lato', sans-serif;
	color: #0194D3;
	font-weight: 300;
	font-size: 1.222em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.home-content-panel .main header h2 {
	font-size: 3.333em;
	font-weight: 900;
	color: #3D3D3D; /* $dark */
	line-height: 1;
	font-family: 'Playfair Display', serif;
	text-transform: none;
	letter-spacing: 0;
}
/* End Header */

/* Left Side Content */
.home-content-panel .main .left-content {
	height: fit-content;
	width: 66.618%;
	padding: 2.222em 2.778em 3.444em 2em;
	box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.07);
}

.home-content-panel .main .left-content .content {
	width: 63.5%;
	line-height: 1.8;
}

.home-content-panel .main .left-content .img-cont {
	width: 30.5%;
	position: relative;
	height: 14.722em;
	box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.07);
}

.home-content-panel .main .left-content .img-cont img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top;
}

.home-content-panel .main .left-content .bottom-content {
	width: 100%;
	padding-top: 2.583em;
}
/* End Left Side Content */

/* Right Side CTA */
.home-content-panel .main .cta-cont {
	width: 29.854%;
}

.home-content-panel .main .cta-cont header {
	padding-bottom: 1em;
}

.home-content-panel .main .cta-cont header h4 {
	color: #3D3D3D; /* $dark */
}

.home-content-panel .main .cta-cont ul {
	border: 5px solid #35A1CF;
}

.home-content-panel .main .cta-cont ul li {
	width: 100%;
	border-bottom: 1px solid #34A9DC;
}

.home-content-panel .main .cta-cont ul li:last-child {
	border-bottom: 0;
}

.home-content-panel .main .cta-cont ul li a {
	padding: 1.333em 1.556em 1.667em;
	background-color: #0194D3; /* $primary */
	position: relative;
	z-index: 1;
}

.home-content-panel .main .cta-cont ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	content: '';
	transition: .5s ease 0s;
	background: linear-gradient(to right,rgba(53,161,207,1) 0%,rgba(1,148,211,1) 100%);
}

.home-content-panel .main .cta-cont ul li a:hover:before {
	width: 100%;
}

.home-content-panel .main .cta-cont ul li a .icon-cont {
	width: 2.667em;
	height: 2.222em;
	position: relative;
	transition: .5s ease 0s;
}

.home-content-panel .main .cta-cont ul li a:hover .icon-cont {
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.home-content-panel .main .cta-cont ul li a .icon-cont icon,
.home-content-panel .main .cta-cont ul li a .icon-cont svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.222em;
	color: #FFFFFF; /* $white */
}

.home-content-panel .main .cta-cont ul li.item-3 a .icon-cont icon {
	font-size: 1.9em;
}

.home-content-panel .main .cta-cont ul li.item-4 a .icon-cont icon {
	font-size: 1.5em;
}

.home-content-panel .main .cta-cont ul li a strong {
	color: #FFFFFF; /* $white */
	display: block;
	font-size: .889em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding-left: 2em;
	transition: .5s ease 0s;
}

.home-content-panel .main .cta-cont ul li a:hover strong {
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
}
/* End Right Side CTA */

/* 1530px Responsive */
@media screen and (max-width:1530px) {
	.home-content-panel .main {
		padding: 0 4%;
	}
}
/* End 1530px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.home-content-panel .main .left-content {
		width: 100%;
	}

	.home-content-panel .main .cta-cont {
		width: 60%;
		margin: 0 auto;
		padding-top: 3em;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.home-content-panel .main .cta-cont {
		width: 80%;
	}

	.home-content-panel {
		padding: 1em 0;
	}
}
/* End 800px Responsive */

/* 600px Responsive */
@media screen and (max-width:600px) {
	.home-content-panel .main .left-content .content {
		width: 100%;
	}

	.home-content-panel .main .left-content .img-cont {
		display: none;
	}
}
/* End 600px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	.home-content-panel .main .cta-cont {
		width: 100%;
	}

	.home-content-panel .main header h2 {
		font-size: 2.8em;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	.home-content-panel .main .left-content {
		padding: 2.222em 1em 3.444em 1em;
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	.home-content-panel .main header h2 {
		font-size: 2.1em;
	}
}
/* End 400px Responsive */
</pre></body></html>