.sliderWrapper p {
	font-size: 17px;
}

div.carousel {
	width: auto;
	height: auto
}

div.carousel div.item {
	width: 100%;
	height: 590px;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

div.carousel div.item img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box
}

div.carousel.slick-slider {
	margin: 0
}

div.carousel .slick-prev {
	left: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-next {
	right: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-dots {
	bottom: 5%;
}

div.carousel .slick-dots li button {
	
}

div.carousel .slick-dots li.slick-active {

	}

div.carousel .slick-dots li button:before {
	color: #f0f0f0;
	content: '';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	opacity: 0.5;
	background: #fff;
	border-radius: 50%;
	
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
    color: #fff;
}