.horizontalSlider4 {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:120px 30px;
}

.horizontalSlider4.lazy, .horizontalSlider4 .lazy {
	background-image: none !important;
}

.horizontalSlider4 .btn-primary, .horizontalSlider4 .btn-primary:active, .horizontalSlider4 .btn-primary:visited, .horizontalSlider4 .btn-primary:focus {
	color:#fff !important;
	background-color: #0057b8 !important;
	border-color: #0057b8 !important;
	padding: .6rem .75rem !important;
	border-radius: 3px !important;
}

.horizontalSlider4 .btn-primary:hover {
	color: #000 !important;
	background-color: #FFD502 !important;
	border-color: #FFD502 !important;
	padding: .6rem .75rem !important;
	border-radius: 3px !important;
}

.horizontalSlider4 .header h2 {
	text-align: center;
	font-size: 4rem;
	font-weight: 500;
	color: #FFF;
	line-height: 4rem;
	margin-bottom: 45px;
	white-space:pre-line;
}

.horizontalSlider4 .header .stylizedText {
	font-size: 7.5rem;
	line-height: 7.5rem;
	font-weight: 400;
	color: #FFD502;
	font-family: SaltySoul,Arial, Helvetica, sans-serif;
	bottom: -2px;
	position: relative;
}

.horizontalSlider4 .title {
	font-size: 5rem;
	font-weight: 900;
	color: #FFF;
	line-height: 5rem;
}

.horizontalSlider4 .slider {
	max-width:1060px;
	margin:0 auto;
}

.horizontalSlider4 .swiper .swiper-slide {
	height: 100% !important;
}

.horizontalSlider4 .itemContainer {
	height:100%;
}

.horizontalSlider4 .itemWrapper {
	height:100%;
	background:#000 !important;
}

.horizontalSlider4 .content {
	position: relative;
	height:100%;
	display: flex;
	color: #fff;
	min-height: 400px;
}

.horizontalSlider4 .contentLeft {
	width: 40%;
	padding: 1vw;
	position: relative;
	background: #fff;
}

.horizontalSlider4 .contentLeftContainer {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

	.horizontalSlider4 .contentLeftContainer img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}

.horizontalSlider4 .contentLeftContainer .desktop, .horizontalSlider4 .contentLeftContainer .mobile {
	display:none;
}

.horizontalSlider4 .contentRight {
	position: relative;
	width: 60%;
	padding: 30px 30px 100px;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 300;
	height:100%;
}

.horizontalSlider4 .contentRightBody {
	height:100%;
	max-height:400px;
}

.horizontalSlider4 .content .title {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 10px;
	font-weight: 500;
}

.horizontalSlider4 .content .subtitle {
	color: #FFD502;
	font-size: 1.35rem;
	line-height: 1.35rem;
	margin-bottom: 20px;
	font-weight: 600;
}

.horizontalSlider4 .bottom {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 30px 0 25px;
}

.horizontalSlider4 .swiper-slide .nav-controls {
	display:none;
}

.horizontalSlider4 .swiper-slide-active .nav-controls {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: flex;
}

.horizontalSlider4 .swiper-button-prev, .horizontalSlider4 .swiper-button-next {
	left:auto;
	right:auto;
	top:auto;
	position:relative;
}

.horizontalSlider4 .swiper-button-prev {
	margin-right:5px;
}

.horizontalSlider4 .swiper-button-prev::after, .horizontalSlider4 .swiper-button-next::after {
	display:none;
}

.horizontalSlider4 .buttons {
	margin-top:45px;
	text-align:center;
}

.horizontalSlider4 .buttons a {
  margin: 10px 2px;
}

.horizontalSlider4 .buttons .btn-primary{
	min-width:215px;
}


@media all and (max-width: 800px) {
	.horizontalSlider4 .content {
		flex-direction: column;
	}
	
	.horizontalSlider4 .contentLeft,
	.horizontalSlider4 .contentRight {
		width:100%;
	}
	
	.horizontalSlider4 .contentLeftContainer {
		height:150px;
	}
	
	.horizontalSlider4 .contentLeftContainer .mobile {
		display: block;
	}
	
	.horizontalSlider4 .contentRightBody {
		height:300px;
		max-height:300px;
		display: flex;
		flex-direction: column;
	}
}

@media all and (max-width: 480px) {
	.horizontalSlider4 .header h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.horizontalSlider4 .header .stylizedText {
		font-size: 5.5rem;
		line-height: 5.5rem;
	}
}

@media all and (max-width: 360px) {
	.horizontalSlider4 {
		padding: 120px 15px;
	}
	
	.horizontalSlider4 .contentRight {
		position:relative;
		padding: 30px 15px 30px;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.horizontalSlider4 .content .title {
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.horizontalSlider4 .bottom {
		position:relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top:20px;
		bottom: 0;
		height:75px;
	}
	
	.horizontalSlider4 .swiper-slide-active .nav-controls {
		position: relative;
		right: auto;
		padding-top: 15px;
	}
}