<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =======================================
owl-slider
======================================= */
.owl-slider {
  position: relative;
}

.owl-slider .slider-content {
  position: relative;
}

.owl-slider .slider-content .slider-layer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.owl-slider .slider-content .slider-layer p {
  margin-bottom: 0px;
}

.owl-slider .slider-content .slider-layer p a {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.owl-slider .slider-content .slider-layer p a:hover {
  /*text-decoration: underline;*/
  color: #bd394b; text-decoration: none;
}

.owl-slider .slider-content .slider-layer ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

.owl-slider .slider-content .slider-layer ul li:nth-child(1) {
  background: #bd394b;
  padding: 4px 12px 3px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
}


/* =======================================
owl-slider owl-nav
======================================= */
.owl-slider.owl-carousel{
	overflow:hidden
}

.owl-slider.owl-carousel .owl-nav{
	margin:0;
	top:auto;
	left:auto;
	padding:3px;
	right:auto;
	bottom:auto;
	text-align:center;
	position:static
}

.owl-slider.owl-carousel .owl-nav button{
	opacity:0;
	padding:0;
	top:50%;
	margin:0px;
	position:absolute;
	width:60px;
	height:60px;
	font-size:22px;
	line-height:60px;
	border-radius:2px;
	color:rgba(255,255,255);
	text-align:center;
	background-color:rgba(30,30,36,.5);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.owl-slider.owl-carousel .owl-nav .owl-prev{
	left:0;
	border-radius:0 2px 2px 0
}
.owl-slider.owl-carousel .owl-nav .owl-next{
	right:0;
	border-radius:2px 0 0 2px
}
.owl-slider.owl-carousel .owl-nav button:hover{
	background-color:#d32f2f
}
.owl-slider.owl-carousel:hover .owl-nav button{
	opacity:1
}</pre></body></html>