.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-nav {	margin-top: 2.5rem;	pointer-events: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	display: inline-flex;	padding: 5px;	font-size: 18px;	line-height: 1;	cursor: pointer;	pointer-events: auto;	color: #171724;}.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,.owl-carousel .owl-next::before,.owl-carousel .owl-next::after {	display: block;	font-family: 'Intense Icons';}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	color: #d92d2d;}.owl-carousel .owl-prev.disabled,.owl-carousel .owl-next.disabled {	color: #171724;	opacity: .3;	cursor: default;}.owl-carousel .owl-prev {	margin-right: 10px;}.owl-carousel .owl-prev::before {	content: '\e908';}.owl-carousel .owl-next {	margin-left: 10px;}.owl-carousel .owl-next::before {	content: '\e909';}.owl-carousel .owl-dots {	margin-top: 2.5rem;	font-size: 0;	line-height: 0;}.owl-carousel .owl-dot {	position: relative;	display: inline-block;	text-align: center;	width: 24px;	height: 12px;	margin: 0 4px;	zoom: 1;}.owl-carousel .owl-dot span {	display: inline-block;	width: 12px;	height: inherit;	border-radius: 8px;	background: #a2a2a2;	transition: all .3s ease;}.owl-carousel .owl-dot:hover span {	background: #d92d2d;}.owl-carousel .owl-dot.active span {	width: inherit;	background: #d92d2d;}* + .owl-carousel {	margin-top: 2.5rem;}.divider + .owl-carousel {	margin-top: 4.6875rem;}.owl-style-1 .owl-stage-outer {	margin: -50px -30px;	padding: 50px 30px;}.owl-style-1 .owl-item:not(.active) > *,.owl-style-1 .owl-item:not(.active) > * > * {	box-shadow: none;}.owl-style-2 .owl-stage-outer {	margin: -30px;	padding: 30px;}.owl-style-3 .owl-stage-outer {	overflow: visible;}.owl-style-4 .owl-stage {	display: flex;	align-items: center;}.owl-style-4 .owl-item {	flex-shrink: 0;}.owl-remote-nav .owl-prev,.owl-remote-nav .owl-next {	display: inline-flex;	padding: 5px;	font-size: 18px;	line-height: 1;	cursor: pointer;	color: #171724;}.owl-remote-nav .owl-prev::before, .owl-remote-nav .owl-prev::after,.owl-remote-nav .owl-next::before,.owl-remote-nav .owl-next::after {	display: block;	font-family: 'Intense Icons';}.owl-remote-nav .owl-prev:hover,.owl-remote-nav .owl-next:hover {	color: #d92d2d;}.owl-remote-nav .owl-prev.disabled,.owl-remote-nav .owl-next.disabled {	color: #171724;	opacity: .3;	cursor: default;}.owl-remote-nav .owl-prev {	margin-right: 10px;}.owl-remote-nav .owl-prev::before {	content: '\e908';}.owl-remote-nav .owl-next {	margin-left: 10px;}.owl-remote-nav .owl-next::before {	content: '\e909';}.context-dark .owl-carousel .owl-dot span {	background: rgba(255, 255, 255, 0.3);}.context-dark .owl-carousel .owl-dot:hover span {	background: #fff;}.context-dark .owl-carousel .owl-dot.active span {	width: inherit;	background: #fff;}@media (min-width: 768px) {	* + .owl-carousel {		margin-top: 3.125rem;	}	h1 + .owl-carousel {		margin-top: 4.375rem;	}}@media (min-width: 992px) {	.owl-carousel .owl-nav,	.owl-carousel .owl-dots {		margin-top: 3.75rem;	}}@media (min-width: 1600px) {	* + .owl-carousel {		margin-top: 4.375rem;	}	h1 + .owl-carousel {		margin-top: 6.25rem;	}}.owl-carousel-separate {	padding: 0 15px;}.owl-carousel-separate .owl-stage {	margin-left: auto;	margin-right: auto;}.separate-owl-nav .owl-prev,.separate-owl-nav .owl-next {	position: relative;	z-index: 0;	display: inline-flex;	justify-content: center;	align-items: center;	width: 5rem;	height: 5rem;	font-size: 1.5rem;	color: #31284C;	transition: all 0.2s ease-in-out;}.separate-owl-nav .owl-prev::after,.separate-owl-nav .owl-next::after {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	z-index: -1;	content: '';	border-radius: 50%;	background-color: #fff;	transition: inherit;}.separate-owl-nav .owl-prev:hover,.separate-owl-nav .owl-next:hover {	color: #d92d2d;}.separate-owl-nav .owl-prev:hover::after,.separate-owl-nav .owl-next:hover::after {	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);	transform: scale(1.1);}.separate-owl-nav > * + * {	margin-left: 1.25rem;}* + .owl-carousel-separate {	margin-top: 30px;}@media (min-width: 768px) {	.owl-carousel-separate {		margin-left: -1.25rem;		margin-right: -0.625rem;		padding: 0;		width: auto;	}	.owl-carousel-separate .owl-stage-outer {		overflow: visible;	}}@media (min-width: 992px) {	* + .owl-carousel-separate {		margin-top: 4.8125rem;	}}@media (min-width: 1600px) {	.owl-carousel-separate {		width: auto;		margin-left: -5rem;		margin-right: -2.5rem;	}	* + .owl-carousel-separate {		margin-top: 6.875rem;	}}
/*# sourceMappingURL=owl.carousel.css.map */
