.kts-wrapper {
	position: relative;
	max-width: 1170px;
	margin: 50px auto 120px;
}

.kts-title {
	text-align: center;
	font-size: 62px;
	margin: 0 0 30px;
	color: #202020;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'FG Extra Comp', sans-serif;
}

.kts-container {
	position: relative;
}

.kts-slides {
	height: 350px;
	position: relative;
	width: 100%;
	max-width: 80%;
	margin: auto;
}

.kts-slide {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kts-slide:first-child {
	visibility: visible;
	opacity: 1;
}

#kts-left-arrow {
	left: 0;
	top: calc(50% - 36px);
	position: absolute;
	color: #202020;
	font-size: 56px;
	cursor: pointer;
	transition: .2s;
}

#kts-right-arrow {
	right: 0;
	top: calc(50% - 36px);
	position: absolute;
	color: #202020;
	font-size: 56px;
	cursor: pointer;
	transition: .2s;
}

#kts-right-arrow:hover,
#kts-left-arrow:hover {
	color: #3a7ca7;
}

#kts-right-arrow:active,
#kts-left-arrow:active {
	color: #4b9dd3;
}

.kts-dots {
	bottom: -30px;
	left: calc(50% - 100px);
	position: absolute;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kts-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: solid 2px #4b9dd3;
	background-color: transparent;
	margin: 0 10px;
	transition: .2s;
	cursor: pointer;
}

.kts-dot:hover,
.kts-dot.active {
	border: solid 2px #4b9dd3;
	background-color: #4b9dd3;
}

.kts-dot:active {
	border: solid 2px #4b9dd3;
	background-color: #4b9dd3;
}

.hs-play-button {
	outline: none;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
	z-index: 10;
}

.hs-play-button:hover {
	transform: scale(0.95);
}

.hs-play-button:active {
	transform: scale(1.05);
}

.kts-slide a.learn-more {
	text-decoration: none;
	font-size: 18px;
	text-transform: none;
	padding: 12px 30px;
	color: #fff;
	background: #4b9dd3;
	cursor: pointer;
	transition: .2s;
}

.kts-slide a.learn-more:hover {
	color: #4b9dd3;
	background: #fff;
}

.kts-slide a.learn-more:visited {
	color: #fff;
	background: #4b9dd3;
}

.hs-play-button {
	outline: none;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	cursor: pointer;
	z-index: 10;
}

.hs-play-button:hover {
	transform: scale(0.95);
}

.hs-play-button:active {
	transform: scale(1.05);
}

.hs-play-button {
	fill: #4b9dd3;
	width: 50px;
	height: 50px;
	transition: .5s;
}

.hs-play-button:hover {
	fill: #454545;
}

.hs-play-button:active {
	fill: #4b9dd3;
}



@media ( max-width: 991px ) {
	.kts-wrapper {
		margin: 25px auto 60px;
	}
	.kts-title {
		line-height: 50px;
		font-size: 42px;
	}
	#kts-left-arrow,
	#kts-right-arrow{
		font-size: 36px;
		top: calc( 50% - 18px );
	}
	.hs-play-button {
		width: 40px;
		height: 40px;
	}
	.kts-slides {
		height: 300px;
	}
	.kts-slide {
		padding: 15px 30px;
	}
}


@media ( max-width: 767px ) {
	.kts-wrapper {
		margin: 20px auto 50px;
	}
	#kts-left-arrow,
	#kts-right-arrow{
		font-size: 28px;
		top: calc( 50% - 14px );
	}
	#kts-left-arrow {
		left: -15px;
	}
	#kts-right-arrow {
		right: -15px;
	}
	.hs-play-button {
		left: -15px;
	}
	.kts-slides {
		max-width: 90%;
	}
	.kts-slide {
		padding: 10px 20px;
	}
}

@media ( max-width: 599px ) {
	#kts-left-arrow,
	#kts-right-arrow{
		font-size: 24px;
		top: calc( 50% - 12px );
	}
	.hs-play-button {
		width: 35px;
		height: 35px;
	}
	.kts-slide {
		padding: 5px 10px;
	}
	.kts-slides {
		max-width: 95%;
	}
}
