.owl-carousel {	display: none;	width: 100%;	-webkit-tap-highlight-color: transparent;	/* position relative and z-index fix webkit rendering fonts issue */	position: relative;	z-index: 1;}.owl-carousel .owl-stage {	position: relative;	-ms-touch-action: pan-Y;	touch-action: manipulation;	-moz-backface-visibility: hidden;	/* fix firefox animation glitch */}.owl-carousel .owl-stage:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.owl-carousel .owl-stage-outer {	position: relative;	overflow: hidden;	/* fix for flashing background */	-webkit-transform: translate3d(0px, 0px, 0px);	transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper,.owl-carousel .owl-item {	backface-visibility: hidden;	transform: translate3d(0, 0, 0);}.owl-carousel .owl-item {	position: relative;	min-height: 1px;	float: left;	backface-visibility: hidden;	-webkit-tap-highlight-color: transparent;	-webkit-touch-callout: none;}.owl-carousel .owl-item {	display: block;	width: 100%;}.owl-carousel .owl-nav,.owl-carousel .owl-dots {	-webkit-tap-highlight-color: transparent;}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {	display: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next,.owl-carousel .owl-dot {	cursor: pointer;	user-select: none;	background: none;	color: inherit;	border: none;	padding: 0;	font: inherit;}.owl-carousel.owl-loaded {	display: block;}.owl-carousel.owl-loading {	opacity: 0;	display: block;}.owl-carousel.owl-hidden {	opacity: 0;}.owl-carousel.owl-refresh .owl-item {	visibility: hidden;}.owl-carousel.owl-drag .owl-item {	touch-action: pan-y;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.owl-carousel.owl-grab {	cursor: grab;}.owl-carousel.owl-rtl {	direction: rtl;}.owl-carousel.owl-rtl .owl-item {	float: right;}.owl-carousel .owl-dots {	margin-top: 2.0625rem;	font-size: 0;	line-height: 0;	text-align: center;	margin-bottom: -1.25rem;	margin-left: -1.25rem;}.owl-carousel .owl-dots:empty {	margin-bottom: 0;	margin-left: 0;}.owl-carousel .owl-dots > * {	margin-top: 0;	margin-bottom: 1.25rem;	margin-left: 1.25rem;}.owl-carousel .owl-dot {	position: relative;	width: 15px;	height: 15px;	display: inline-block;	border-radius: 50%;	background-color: transparent;	box-shadow: inset 0 0 0 2px #04d2c8;	transition: all .3s ease;}.owl-carousel .owl-dot:hover, .owl-carousel .owl-dot.active {	box-shadow: inset 0 0 0 10px #04d2c8;}.owl-carousel .owl-nav {	position: absolute;	top: 50%;	left: 0;	width: 100%;	display: flex;	justify-content: space-between;	transform: translateY(-50%);	pointer-events: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	position: relative;	z-index: 0;	display: inline-flex;	justify-content: center;	align-items: center;	width: 1.875rem;	height: 1.875rem;	font-size: 1.5rem;	line-height: 1;	color: #171724;	background-color: #f7f7f7;	border-radius: 50%;	cursor: pointer;	pointer-events: auto;	transition: all 0.2s ease-in-out;}.owl-carousel .owl-prev::before,.owl-carousel .owl-next::before {	display: block;	font-family: 'Material Design Icons';}.owl-carousel .owl-prev::after,.owl-carousel .owl-next::after {	position: absolute;	left: 0;	top: 0;	right: 0;	bottom: 0;	z-index: -1;	content: '';	background: linear-gradient(180deg, #04d2c8, rgba(4, 210, 200, 0));	border-radius: inherit;	opacity: 0;	transition: all 0.2s ease-in-out;}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	color: #fff;}.owl-carousel .owl-prev:hover::after,.owl-carousel .owl-next:hover::after {	opacity: 1;}.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled {	color: #04d2c8;	opacity: .3;	cursor: default;	pointer-events: none;}.owl-carousel .owl-prev::before {	content: '\f237';}.owl-carousel .owl-next::before {	content: '\f238';}* + .owl-content-1 {	margin-top: 1.75313rem;}.owl-vertical-center .owl-stage {	display: flex;	align-items: center;}.owl-carousel-shadow .owl-stage-outer {	margin: -25px -28px -30px;	padding: 25px 28px 30px;}.owl-carousel-shadow .owl-item:not(.active) > * {	box-shadow: none;}@media (min-width: 992px) {	.owl-carousel .owl-dots {		margin-top: 2.625rem;	}	* + .owl-content-1 {		margin-top: 2.23125rem;	}}@media (min-width: 1600px) {	.owl-carousel .owl-dots {		margin-top: 3.75rem;	}	* + .owl-content-1 {		margin-top: 3.1875rem;	}}