.vc__simple-slider {
	margin-left: calc((100vw - 1300px) / 2) !important;
	width: calc((100vw - 1300px) / 2 + 1300px) !important;
}

@media (max-width: 1400px) and (min-width: 1290px) {
	.vc__simple-slider {
		margin-left: 0 !important;
	}

	.vc__simple-slider .vc__simple-slider-wrapper {
		max-width: 100vw !important;
		margin-left: 0 !important;
		margin-right: 0px;
	}

	.vc__simple-slider .swiper-button-prev {
		left: 0px !important;
	}

	.vc__simple-slider .swiper-button-next {
		right: 0px !important;
	}

	.vc__simple-slider .swiper-slide {
		max-width: 100% !important;
	}
}

.vc__simple-slider .swiper-slide h2 {
	font: normal normal bold 16px / 20px Inter !important;
}

.vc__simple-slider .swiper-slide p {
	font: normal normal bold 24px / 1.4 Inter !important;
}

@media (max-width: 1280px) {
	.vc__simple-slider {
		width: calc(100vw - 30px) !important;
		margin-left: 0 !important;
		padding-left: 30px;
	}
}

.vc__simple-slider .swiper-wrapper {
	align-items: stretch;
	position: relative;
}

.vc__simple-slider-wrapper {
	position: relative;
	max-width: 1376px !important;
	margin-left: -48px;
	padding-left: 48px;
	margin-right: -48px;
	padding-right: 48px;
	overflow-x: hidden;
}

.vc__simple-slider .swiper-slide {
	width: 800px !important;
	background-color: #EFEFEF;
	padding: 50px 50px 50px 50px;
	border-radius: 5px;
	height: auto;
	min-height: auto;
}

.vc__simple-slider .swiper-slide p {
	cursor: pointer;
}

.vc__simple-slide-popup {
	cursor: pointer;
	font-weight: bold;
}

.vc__simple-slider .swiper-slide h2 {
	font: normal normal bold 21px/44px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.5;
}

.vc__simple-slider .swiper-slide p {
	margin: 0;
	text-align: left;
	font: normal normal bold 35px/47px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

@media (max-width: 680px) {
	.vc__simple-slider .swiper-slide {
		width: 100% !important;
		padding: 40px 47px;
		border-radius: 5px;
		aspect-ratio: auto !important;
	}
}

@media (max-width: 1290px) {
	.vc__simple-slider {
		width: 100% !important;
		padding-left: 30px;
		padding-right: 30px;
	}

	.vc__simple-slider .swiper-button-prev {
		left: 20px !important;
		width: 64px !important;
		height: 64px !important;
	}

	.vc__simple-slider .swiper-button-next {
		right: 20px !important;
		width: 64px !important;
		height: 64px !important;
	}

	.vc__simple-slider .swiper-slide p {
		font: normal normal bold 19px/29px Inter !important;
	}

	.vc__simple-slider .swiper-slide {
		max-width: 100% !important;
	}

	.vc__simple-slider .swiper-slide h2 {
		font: normal normal bold 16px/29px Inter !important;
		margin-bottom: 20px;
	}
}

.vc__simple-slider .fusion-column-wrapper {
	margin: 0;
}

.vc__simple-slider-overlay {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000BB;
	z-index: 999999999;
	width: 100vw;
	height: 100vh;
}

.vc__simple-slider-overlay--tile {
	width: 800px;
	max-width: calc(100vw - 100px);
	background-color: #EFEFEF;
	padding: 50px;
	height: auto;
	border-radius: 5px;
	position: relative;
	max-height: 90vh;
}

@media (max-width: 600px) {
	.vc__simple-slider-overlay--tile {
		max-width: 100vw;
		padding: 25px;
	}

	.vc__simple-slider-overlay--tile p {
		flex: 0 0 100%;
		max-height: calc(90vh - 120px);
		margin-top: 0;
		overflow: auto;
	}
}

.scroll-lock {
	overflow: hidden;
}

.vc__simple-slider-overlay--tile-close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 24px;
	cursor: pointer;
}

.vc__simple-slider-pagination {
	display: none !important;
}



.vc__simple-slider .swiper-button-next,
.vc__simple-slider .swiper-button-prev {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	background-color: #000000;
	color: #FFFFFF;
	z-index: 999;
}

.vc__simple-slider .swiper-button-next {
	right: 0;
}

.vc__simple-slider .swiper-button-prev {
	left: 0;
}

.vc__simple-slider .swiper-button-disabled {
	opacity: 0;
}

.vc__simple-slider .swiper-button-next::after,
.vc__simple-slider .swiper-button-prev::after {
	content: none;
}

.vc__simple-slider .swiper-button-bg {
	position: absolute;
	background-color: #ffffff;
	top: 0;
	bottom: 0;
	width: 46px;
	z-index: 998;
}

.vc__simple-slider .swiper-button-bg-prev {
	left: 0;
}

.vc__simple-slider .swiper-button-bg-next {
	right: 0;
}