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

}

.lympha_tabs .tab-container {
	 border-bottom-color: transparent;
	 margin-bottom: 67px;
}
.lympha_tabs .tab {
	font-size: 20px;
	line-height: 1.16;
	border-bottom: 4px solid #E6E6E6;
	min-width: 190px;
	padding-bottom: 12px;
	transition: all 0.2s ease-out;
	text-align: center;
	margin: 0 2px 12px 2px;
	cursor: pointer;
}
.lympha_tabs .tab.active {
	border-color: #7FADED;
}
.lympha_tabs .tabs-content {

}
.lympha_tabs .tab-content {

}
.lympha_tabs .tab-content .media-col img {
	/* width: 785px; */
}
.lympha_tabs .description {
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
}
.lympha_tabs .description h2,
.lympha_tabs .description h3,
.lympha_tabs .description h4 {
	color: #7FADED;
}

.lympha_tabs .description h2 + p {
	 margin-top: -1em;
}

.lympha_tabs .description ul {
	text-align: left;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1150px;
}
.lympha_tabs .description ul li {
	max-width: 100%;
	text-align: left;
	position: relative;
	padding-left: 37px;
	margin-bottom: 1.4em;
}
.lympha_tabs .description ul li:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3ccircle id='Elipse_12' data-name='Elipse 12' cx='7.5' cy='7.5' r='7.5' transform='translate(0.5 0.5)' fill='none' stroke='%23f1bc7c' stroke-miterlimit='10' stroke-width='1'/%3e%3c/svg%3e ");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px;
}
.lympha_tabs .description a {
	font-size: 22px;
}

.lympha_tabs .list-container {
	max-width: 1060px;
	margin: 0 auto;
}
.lympha_tabs .list .item {
	margin-bottom: 65px;
}
.lympha_tabs .list .item .title {
	
}
.lympha_tabs .list .item .text-col {
	max-width: 390px;
}

/* CONTENT TWO COLS */
.lympha_tabs .tab-content.two-col .description {
	text-align: left;
}
.lympha_tabs .tab-content.two-col.has-testimonials .description {
	text-align: left;
	max-width: 650px;
	margin-right: 0;
}
.lympha_tabs .tab-content.two-col.has-testimonials .media-col {
	max-width: 650px;
	text-align: left !important;
}
.lympha_tabs .tab-content.two-col.has-testimonials .media-col img {
	width: auto;
}
.lympha_tabs .tab-content.two-col .list .item {
	margin-bottom: 30px;
}
.lympha_tabs .tab-content.two-col .list .item .icon {
	max-width: 40px;
}
.lympha_tabs .video-container {
	position: relative;
	margin-right: 30px;
	padding-bottom: 54.2%;
}
.lympha_tabs .mp4video-container {
	position: relative;
	margin-right: 30px;
	padding-bottom: 54.2%;
}
.lympha_tabs .mp4video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lympha_tabs .video-container .video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lympha_tabs .video-play {
	 cursor: pointer;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: all 0.3s ease-out;
	 visibility: visible;
	 opacity: 1;
	 z-index: 99;
}
.lympha_tabs .video-play.playing {
	 opacity: 0;
	 visibility: hidden;
}
.lympha_tabs .video-play img {
	 object-fit: cover;
	 width: 100%;
	 height: 100%;
}
.lympha_tabs .video-play .icon {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 color: #fff;
	 font-size: 90px;
}



@media (max-width: 1199px) {
	.lympha_tabs .tab-content.two-col .media-col img {
		width: 620px;
	}
	.lympha_tabs .video-outer {
		max-width: 620px;
		margin: 0 auto 20px auto;
	}
	.lympha_tabs .video-container {
		margin: 0;
	}
	.lympha_tabs .video-container img {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.lympha_tabs .tab-container {
		margin-bottom: 55px;
	}
}
@media (max-width: 767px) {
	.lympha_tabs .tab-container {
		margin-bottom: 45px;
	}
	.lympha_tabs .tabs-content {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
}
@media (max-width: 575px) {
	.lympha_tabs .description ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
	.lympha_tabs .list .item {
		margin-bottom: 40px;
	}
	.lympha_tabs .tab {
		font-size: 18px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}</pre></body></html>