/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2023 | 11:44:49 */
.swiper-horizontal .swiper {
	
	height: auto;
}


.swiper-horizontal .swiper-wrapper {
	
	flex-direction: column;
}


.swiper-horizontal .swiper .swiper-wrapper .swiper-slide {
	
	height: 80vh;
	margin-bottom: 120px;
}

.swiper-horizontal .swiper .swiper-pagination,
#swiper-next-section,
.swiper-horizontal::after{
	
	display: none;
}

@media (max-width: 768px) {
	
.swiper-horizontal .swiper .swiper-wrapper .swiper-slide {
	
    height: 60vh;
    margin-bottom: 60px;
}
}

@media (max-width: 540px) {
	
.swiper-horizontal .swiper .swiper-wrapper .swiper-slide {
	
    height: 45vh;
    margin-bottom: 60px;
}
}

@media (max-width: 430px) {
	
.swiper-horizontal .swiper .swiper-wrapper .swiper-slide {
	
    height: 33vh;
    margin-bottom: 60px;
}
}