<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lottie01, #lottie02{
    background-color:#ffffff;
/*    margin-left: -500px;
    margin-right: -500px;*/
    display:block;
    overflow: hidden;
}
#lottie02 {
	margin-bottom: -20px;
}
#lottie04 {
	margin-bottom: 50px;
}

.options-bg {
	background: linear-gradient(to bottom, #6b3996cc, transparent);
}

.section2 .title, .section2 .sub-title-txt {
	color: #006f69;
}
.section3 .title, .section3 .sub-title-txt {
	color: #e89622;
}
.section4 .title, .section4 .sub-title-txt {
	color: #8f5517;
}
.section5 .title, .section5 .sub-title-txt {
	color: #009d98;
}

.section2 .sub-title {
	background-color: #eef7f3;
}
.section3 .sub-title {
	background-color: #fff9e8;
}
.section4 .sub-title {
	background-color: #fceedd;
}
.section5 .sub-title {
	background-color: #ecf7f6;
}
.items:nth-child(2) {
	margin-top: 150px;
}
.section3 .items:nth-child(2) {
	margin-top: 200px;
}
.items .sub-title {
	border-radius: 20px;
}



.section2 .label {
	background-color: #006f69;
}
.section3 .label {
	background-color: #e89622;
}
.section4 .label {
	background-color: #8f5517;
}
.section5 .label {
	background-color: #009d98;
}

.items {
	margin-top: 80px;
}

.items:not(:last-child) {
	padding-bottom: 50px;
}

.clear {
	clear: both;
}

.items .title {
	font-size: 1.8rem;
	font-weight: bold;
	max-width: 70%;
	margin-bottom: 20px;
	line-height: 1.2;

}

.items .sub-title {
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	display: grid;
	min-height: 100px;
	align-content: center;
}
.items .sub-title-txt {
	padding: 15px 30px;
	max-width: 70%;
}
/*.items .sub-title &gt; div {
	float: left;
}*/
.items .subrow {
	position: relative;
	margin-bottom: 45px;
	border-radius: 20px;
}
.items .sub-title .label {
	width: 187px;
	color: white;
	height: 100%;
	min-height: auto;
	display: grid;
	align-content: center;
	text-align: center;
	border-radius: 20px;
	border-top-right-radius: 0;
}
.items .sub-title .icon img {
	width: 100%;
}
.items .sub-title .icon {
	width: 382px;
	max-width: 40%;
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 0px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.banner &gt; .banner-title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
div.banner-title {
	transform-origin: top left;
}
img.banner-title {
	left: 360px;
	top: 30px;
	position: relative;
}

.read-more {
	display: inline-block;
	border-radius: 10px;
	padding: 3px 23px;
	cursor: pointer;
	transition: all .3s linear;
	box-shadow: 0px 6px 10px #ddd;
}
.read-more:hover {
	box-shadow: none;
}

.options .details-icon {
  width: 20px;
  height: 15px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -17px;
  right: -5px;
}
.options .arrow {
  position: absolute;
  top: 25px;
  width: 90%;
  height: 1px;
  background-color: #000;
  transition: all .3s linear;
}
.options .arrow::after, .options .arrow::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  right: -2px;
  background-color: #000;
  transition: all .3s linear;
}
.options .arrow::after {
  top: -3px;
  transform: rotate(45deg);
}
.options .arrow::before {
  top: 3px;
  transform: rotate(-45deg);
}



.read-more:hover {
	color: #fff;
}
.read-more:hover .arrow::after, .read-more:hover .arrow::before, .read-more:hover .arrow {
	background-color: #fff;
}

.section2 .read-more {
	border: 1px solid #006f69;
}
.section2 .read-more:hover {
	background-color: #006f69;
}

.section3 .read-more {
	border: 1px solid #e89622;
}
.section3 .read-more:hover {
	background-color: #e89622;
}

.section4 .read-more {
	border: 1px solid #8f5517;
}
.section4 .read-more:hover {
	background-color: #8f5517;
}

.section5 .read-more {
	border: 1px solid #009d98;
}
.section5 .read-more:hover {
	background-color: #009d98;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) { }

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.items .title, .items .sub-title {
		font-size: 1.5rem;
	}
	.items .sub-title .label, .items .sub-title {
		border-radius: 15px;

	}
	.items .sub-title .label {
		border-top-right-radius: 0;
		width: 150px;
	}
	.items .subrow {
		margin-bottom: 30px;
	}
	.items {
		margin-top: 30px;
	}
	.items:nth-child(2) {
		margin-top: 100px;
	}
	.section3 .items:nth-child(2) {
		margin-top: 120px;
	}
	.items:not(:last-child) {
	  padding-bottom: 30px;
	}
	.items .sub-title-txt {
		padding: 15px;
	}
	.items .sub-title .icon {
		right: 0px;
		max-width: 38%;
	}
	.items .sub-title {
		min-height: 80px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) { }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	#lottie04 {
		margin-bottom: 15px;
	}
	.items:nth-child(2) {
		margin-top: 30px;
	}
	.section3 .items:nth-child(2) {
		margin-top: 30px;
	}
	.items .sub-title {
		min-height: 70px;
	}
	.items .title {
		font-size: 1.2rem;
	}
	.items .sub-title {
		font-size: 1.2rem;
	}
	.items .sub-title {
		border-radius: 10px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.items .sub-title .label {
		border-radius: 10px;
		width: 100px;
		border-top-right-radius: 0;

	}
	.items .sub-title .icon {
/*		right: -15px;*/
		max-width: 38%;
	}
	.items .sub-title-txt {
		padding: 10px;
		max-width: 70%;
	}
	.items .subrow {
		margin-bottom: 20px;
	}
	.items {
		margin-top: 20px;
/*		margin-right: -15px;*/
	}
	.items:not(:last-child) {
	  padding-bottom: 15px;
	}
	.items .subrow {
		border-radius: 10px;
		margin-right: -15px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.items .desc {
/*		padding-right: 15px;*/
	}
	img.banner-title, img.mobile_banner-title {
		position: relative;
		left: 400px;
		top: 80px;
	}

}</pre></body></html>