@-webkit-keyframes scroll {
	0% {
		opacity: 0
	}

	10% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		opacity: 0
	}
}

@keyframes scroll {
	0% {
		opacity: 0
	}

	10% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	to {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
		opacity: 0
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes arrowLeftRight {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes arrowLeftRight {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0)
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes frontToBack {
	0% {
		opacity: 1;
		visibility: visible
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes frontToBack {
	0% {
		opacity: 1;
		visibility: visible
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration: 0.45s;
	transition-duration: 0.45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration: 0.55s;
	transition-duration: 0.55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration: 0.65s;
	transition-duration: 0.65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration: 0.85s;
	transition-duration: 0.85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.85s;
	transition-delay: 0.85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration: 0.95s;
	transition-duration: 0.95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay: 0.95s;
	transition-delay: 0.95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration: 1.05s;
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration: 1.1s;
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration: 1.15s;
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration: 1.35s;
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration: 1.45s;
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration: 1.55s;
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration: 1.65s;
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration: 1.85s;
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration: 1.9s;
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration: 1.95s;
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration: 2s;
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay: 2s;
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration: 2.05s;
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.05s;
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration: 2.1s;
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration: 2.15s;
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.15s;
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration: 2.2s;
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration: 2.25s;
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration: 2.3s;
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration: 2.35s;
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.35s;
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration: 2.4s;
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration: 2.45s;
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.45s;
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration: 2.5s;
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration: 2.55s;
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration: 2.6s;
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration: 2.65s;
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration: 2.7s;
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration: 2.75s;
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration: 2.8s;
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration: 2.85s;
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration: 2.9s;
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration: 2.95s;
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration: 3s;
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay: 3s;
	transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
	-webkit-transform: scale(0.6);
	transform: scale(0.6)
}

[data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(0.6);
	transform: translate3d(0, 100px, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(0.6);
	transform: translate3d(0, -100px, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
	transform: translate3d(-100px, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(0.6);
	transform: translate3d(100px, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

[data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0)
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

select {
	border-radius: 0
}

body,
html {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial
}

.freezePage {
	overflow: hidden;
	height: 100%;
	position: relative
}

.modal {
	overflow-y: auto
}

body {
	font-weight: 400;
	font-size: 14px;
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	z-index: 300;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999
}

body.menu-open {
	overflow: hidden
}

@media (max-width:1719px) {
	body.menu-open:before {
		visibility: visible
	}
}

a {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

.page-wrapper {
	background-color: #FFF
}

@media (min-width:320px) and (max-width:768px) and (orientation:landscape) {
	.fancybox-slide .fancybox-image-wrap img {
		height: 80vh;
		width: auto;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

body .mapplic-lightbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body .mapplic-lightbox .mapplic-lightbox-title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #000;
	font-size: 22px;
	text-align: center;
	padding: 0 25px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body .mapplic-lightbox .mapplic-lightbox-description {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%
}

body .mapplic-lightbox .mapplic-lightbox-description p img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

body .mapplic-lightbox .mapplic-popup-link {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: calc(100% - 50px);
	margin: 0 25px 25px 25px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	border-radius: 0
}

body .mapplic-lightbox .mapplic-popup-link:focus,
body .mapplic-lightbox .mapplic-popup-link:hover {
	background-color: #265e6e;
	text-decoration: none
}

body .mapplic-lightbox .mfp-close-btn-in .mfp-close {
	color: #FFF;
	opacity: 1
}

.grecaptcha-badge {
	display: none
}

body.page-template-home .navbar-wrapper__inner--logo {
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px)
}

body.page-template-home .navbar-wrapper.scrolled .navbar-wrapper__inner--logo {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

body .navbar-wrapper {
	height: 80px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

body .navbar-wrapper.scrolled {
	background-color: #000000;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2)
}

body .navbar-wrapper.scrolled .navbar-wrapper__inner--logo svg.animation {
	height: 60px;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

body .navbar-wrapper__inner {
	padding: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative
}

body .navbar-wrapper__inner .inquire-desktop {
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 100
}

@media only screen and (max-width:991px) {
	body .navbar-wrapper__inner .inquire-desktop {
		display: none
	}
}

body .navbar-wrapper__inner .inquire-desktop a {
	cursor: pointer
}

body .navbar-wrapper__inner .inquire-desktop a svg {
	width: 40px;
	height: 40px
}

body .navbar-wrapper__inner--logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .navbar-wrapper__inner--logo svg {
	height: 100px;
	-webkit-transition: height 0.5s, -webkit-transform 1s;
	transition: height 0.5s, -webkit-transform 1s;
	transition: height 0.5s, transform 1s;
	transition: height 0.5s, transform 1s, -webkit-transform 1s
}

body .navbar-wrapper__inner--logo svg g {
	-webkit-transition: height 0.5s, -webkit-transform 1s;
	transition: height 0.5s, -webkit-transform 1s;
	transition: height 0.5s, transform 1s;
	transition: height 0.5s, transform 1s, -webkit-transform 1s
}

body .navbar-wrapper__inner--logo svg g path,
body .navbar-wrapper__inner--logo svg g polygon,
body .navbar-wrapper__inner--logo svg g polyline {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .navbar-wrapper__inner--logo svg.normal {
	width: 225px;
	height: auto
}

@media only screen and (min-width:768px) {
	body .navbar-wrapper__inner--logo svg.normal {
		width: 300px
	}
}

body .navbar-wrapper__inner--nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 500;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	visibility: hidden;
	-webkit-transition: 1s;
	transition: 1s
}

body .navbar-wrapper__inner--nav nav {
	height: 100%;
	background-color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 25px;
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@media only screen and (min-width:992px) {
	body .navbar-wrapper__inner--nav nav {
		width: 320px;
		-webkit-transform: translateX(320px);
		transform: translateX(320px)
	}
}

body .navbar-wrapper__inner--nav nav svg {
	margin-bottom: 50px;
	height: 75px;
	width: 75px;
	display: none
}

@media only screen and (min-width:480px) {
	body .navbar-wrapper__inner--nav nav svg {
		display: block
	}
}

@media only screen and (min-width:1200px) {
	body .navbar-wrapper__inner--nav nav svg {
		display: none
	}
}

body .navbar-wrapper__inner--nav nav ul {
	list-style: none
}

body .navbar-wrapper__inner--nav nav ul .switch {
	position: relative;
	width: 35px;
	height: 20px;
	z-index: 1;
	margin-top: 15px
}

body .navbar-wrapper__inner--nav nav ul .switch img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 10px;
	z-index: 1;
	cursor: pointer
}

body .navbar-wrapper__inner--nav nav ul .switch img.night {
	right: 4.5px
}

body .navbar-wrapper__inner--nav nav ul .switch img.day {
	left: 4.5px
}

body .navbar-wrapper__inner--nav nav ul .switch input {
	display: none
}

body .navbar-wrapper__inner--nav nav ul .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 34px;
	z-index: -1;
	border: 1px solid #FFF
}

body .navbar-wrapper__inner--nav nav ul .switch .slider:before {
	border-radius: 50%;
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	top: 50%;
	left: 2.5px;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate(30px, -50%);
	transform: translate(30px, -50%);
	border: 1px solid #000
}

body .navbar-wrapper__inner--nav nav ul .switch .slider.night {
	background-color: #FFF
}

body .navbar-wrapper__inner--nav nav ul .switch .slider.night:before {
	-webkit-transform: translate(13px, -50%);
	transform: translate(13px, -50%)
}

body .navbar-wrapper__inner--nav nav ul .switch .slider.day:before {
	-webkit-transform: translate(-3px, -50%);
	transform: translate(-3px, -50%)
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul {
	margin: 0
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 25px
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul li:last-child {
	margin-bottom: 0
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul li a {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-weight: bold;
	z-index: 10;
	font-size: 13px
}

@media only screen and (min-width:992px) {
	body .navbar-wrapper__inner--nav nav .menu-primary-container ul li a {
		font-size: 15px
	}
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul li a:focus,
body .navbar-wrapper__inner--nav nav .menu-primary-container ul li a:hover {
	text-decoration: none;
	color: #265e6e
}

body .navbar-wrapper__inner--nav nav .menu-primary-container ul li.current_page_item a {
	color: #265e6e
}

body .navbar-wrapper__inner--nav.active {
	visibility: visible;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .navbar-wrapper__inner--nav.active nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .navbar-wrapper__inner--shop {
	position: absolute;
	right: 80px;
	top: 25px;
	z-index: 400
}

body .navbar-wrapper__inner--shop a {
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	background-color: #265e6e
}

@media only screen and (max-width:767px) {
	body .navbar-wrapper__inner--shop a {
		display: none
	}
}

body .navbar-wrapper__inner--shop a:focus,
body .navbar-wrapper__inner--shop a:hover {
	background-color: #000;
	text-decoration: none
}

body .navbar-wrapper__inner--hamburger {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 501;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 20px;
	height: 25px
}

body .navbar-wrapper__inner--hamburger .hamburger {
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 25px;
	display: block
}

body .navbar-wrapper__inner--hamburger .hamburger .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 3px;
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 10px;
}

body .navbar-wrapper__inner--hamburger .hamburger .line:nth-child(2) {
	top: 8px
}

body .navbar-wrapper__inner--hamburger .hamburger .line:nth-child(3) {
    top: 16px;
    width: 18px;
    margin-left: 10px;
}

body .navbar-wrapper__inner--hamburger.active .hamburger .line {
	width: 28px;
	margin: 0
}

body .navbar-wrapper__inner--hamburger.active .hamburger .line:first-child {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

body .navbar-wrapper__inner--hamburger.active .hamburger .line:nth-child(2) {
	opacity: 0
}

body .navbar-wrapper__inner--hamburger.active .hamburger .line:last-child {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

body .instagram-followers {
	position: fixed;
	top: 50vh;
	left: 0;
	z-index: 500;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	display: none;
	width: 65px;
	height: 65px
}

@media only screen and (min-width:1200px) {
	body .instagram-followers {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

body .instagram-followers__inner .icon {
	text-align: center
}

body .instagram-followers__inner .icon a {
	color: #754594
}

body .instagram-followers__inner .icon a svg {
	font-size: 28px
}

body .instagram-followers__inner .followers p {
	margin: 0;
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 10px
}

body .newsletter {
	padding: 0 25px 130px 25px;
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .newsletter__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 25px;
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:992px) {
	body .newsletter__inner {
		padding: 50px
	}
}

body .newsletter__inner--left,
body .newsletter__inner--right {
	width: 100%
}

@media only screen and (min-width:992px) {

	body .newsletter__inner--left,
	body .newsletter__inner--right {
		width: 50%
	}
}

body .newsletter__inner--left h3 {
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px
}

body .newsletter__inner--left p {
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
	background: transparent;
	padding: 15px 0;
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-webkit-input-placeholder {
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-moz-placeholder {
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]:-ms-input-placeholder {
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-ms-input-placeholder {
	color: #cdc5c0;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::placeholder {
	color: #000;
	font-family: 'Montserrat', sans-serif
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=email]:focus {
	outline: 0
}

/*body .newsletter__inner--right form .mc4wp-form-fields p input[type=submit] {
	color: #FFF;
	background-color: #c1bfbf;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .newsletter__inner--right form .mc4wp-form-fields p input[type=submit]:focus,
body .newsletter__inner--right form .mc4wp-form-fields p input[type=submit]:hover {
	background-color: #265e6e
}*/

body .footer {
	background-color: #000000;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:1200px) {
	body .footer {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%
	}
}

body .footer__inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 25px 25px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body .footer__inner--top {
	width: auto;
	display: inline-block
}

body .footer__inner--top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
	padding-bottom: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 25px
}

@media only screen and (min-width:1200px) {
	body .footer__inner--top ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

body .footer__inner--top ul li {
	text-align: center;
	margin-bottom: 25px
}

@media only screen and (min-width:1200px) {
	body .footer__inner--top ul li {
		float: left;
		margin: 0 7px
	}
}

body .footer__inner--top ul li:last-child {
	margin-bottom: 0;
	margin-right: 0
}

body .footer__inner--top ul li:first-child {
	margin-left: 0
}

body .footer__inner--top ul li a {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 11px
}

body .footer__inner--top ul li a:focus,
body .footer__inner--top ul li a:hover {
	color: #265e6e;
	text-decoration: none
}

body .footer__inner--bottom {
	width: 100%
}

body .footer__inner--bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body .footer__inner--bottom ul li {
	float: left;
	margin: 0 10px
}

body .footer__inner--bottom ul li a {
	color: #FFF;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body .footer__inner--bottom ul li a:focus,
body .footer__inner--bottom ul li a:hover {
	color: #265e6e;
	text-decoration: none
}

body .footer__inner--bottom .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px
}

body .footer__inner--bottom .social__item {
	width: auto
}

body .footer__inner--bottom .social__item:first-child {
	margin-right: 10px
}

body .footer__inner--bottom .social__item:last-child {
	margin-left: 10px
}

body .footer__inner--bottom .social__item a {
	color: #FFF;
	font-size: 26px
}

body .footer__inner--bottom .social__item a:focus,
body .footer__inner--bottom .social__item a:hover {
	color: #265e6e
}

body .footer__created {
	text-align: center;
	padding: 0 25px 25px 25px
}

body .footer__created p {
	margin: 0;
	font-size: 11px;
	color: #FFF
}

body .footer__created p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	color: #FFF
}

body .footer__created p a:focus,
body .footer__created p a:hover {
	color: #265e6e;
	text-decoration: none
}

body #exampleModal .modal-dialog .modal-content .modal-header {
	border: none
}

body #exampleModal .modal-dialog .modal-content .modal-body {
	-webkit-overflow-scrolling: touch;
	padding: 25px 25px 50px 25px
}

body #exampleModal .modal-dialog .modal-content .modal-body__logo {
	text-align: center;
	margin-bottom: 50px
}

body #exampleModal .modal-dialog .modal-content .modal-body__logo svg {
	width: 100px;
	height: 100px
}

body #exampleModal .modal-dialog .modal-content .modal-body__logo img {
	max-width: 300px;
	width: 100%
}

body #exampleModal .modal-dialog .modal-content .modal-body__logo h3 {
	font-family: 'Cormorant', sans-serif;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
	margin: 0;
	margin-bottom: 15px
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row {
	margin: 0
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span {
	width: 100%;
	position: relative;
	margin-bottom: 25px
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span.wpcf7-not-valid-tip {
	margin-bottom: 0
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input:focus,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select:focus,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea:focus {
	outline: 0
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-webkit-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-webkit-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-moz-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-moz-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input:-ms-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select:-ms-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-ms-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-ms-input-placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::placeholder,
body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::placeholder {
	font-family: 'Montserrat', sans-serif
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea {
	height: 75px
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form p {
	margin: 0
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form p .ajax-loader {
	display: none
}

body #exampleModal .modal-dialog .modal-content .modal-body .wpcf7 form p input {
	transition: 0.5s
}

body #exampleModal .modal-dialog .modal-content .modal-body p {
	margin: 0;
	margin-top: 10px;
	text-align: center
}

body #exampleModal .modal-dialog .modal-content .modal-body p a {
	color: #000;
	font-weight: bold
}

body #contactModal .modal-dialog .modal-content {
	border-radius: 0
}

body #contactModal .modal-dialog .modal-content .modal-header {
	border: none
}

body #contactModal .modal-dialog .modal-content .modal-body {
	-webkit-overflow-scrolling: touch;
	padding: 25px 25px 50px 25px
}

body #contactModal .modal-dialog .modal-content .modal-body__logo {
	text-align: center;
	margin-bottom: 50px
}

body #contactModal .modal-dialog .modal-content .modal-body__logo svg {
	width: 100px;
	height: 100px
}

body #contactModal .modal-dialog .modal-content .modal-body__logo img {
	max-width: 300px;
	width: 100%
}

body #contactModal .modal-dialog .modal-content .modal-body__logo h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin-bottom: 15px
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row {
	margin: 0
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span {
	width: 100%;
	position: relative;
	margin-bottom: 25px
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span.your-field-name:before {
	content: url('https://the-landrovers.com/wp-content/uploads/2019/07/caret-down-kopie.svg');
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 10;
	color: #FFF;
	width: 11px
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span.wpcf7-not-valid-tip {
	margin-bottom: 0
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #000
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input:focus,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select:focus,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea:focus {
	outline: 0
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-webkit-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-webkit-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-moz-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-moz-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input:-ms-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select:-ms-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::-ms-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::-ms-input-placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span input::placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select::placeholder,
body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea::placeholder {
	font-family: 'Montserrat', sans-serif
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span select {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form .form-row span textarea {
	height: 75px
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form p {
	margin: 0
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form p .ajax-loader {
	display: none
}

body #contactModal .modal-dialog .modal-content .modal-body .wpcf7 form p input {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: none
}

body #contactModal .modal-dialog .modal-content .modal-body p {
	margin: 0;
	margin-top: 10px;
	text-align: center
}

body #contactModal .modal-dialog .modal-content .modal-body p a {
	color: #000;
	font-weight: bold
}

body .scroll-down {
	position: fixed;
	bottom: 100px;
	right: -21px;
	z-index: 500;
	display: none
}

@media only screen and (min-width:1200px) {
	body .scroll-down {
		display: block;
		bottom: 35px
	}
}

body .scroll-down__inner {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body .scroll-down__inner--scroll_text {
	color: #265e6e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 13px;
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	text-transform: uppercase
}

body.bottom-scroll .scroll-down {
	display: none
}

@media only screen and (min-width:1200px) {
	body.scrolled .instagram-followers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

body.night .newsletter {
	background-color: #000
}

body.night .newsletter__inner {
	background-color: #FFF
}

body.night .newsletter__inner--left h3,
body.night .newsletter__inner--left p {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email] {
	color: #000;
	border-color: #000;
	background-color: #FFF
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-webkit-input-placeholder {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-moz-placeholder {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email]:-ms-input-placeholder {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::-ms-input-placeholder {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=email]::placeholder {
	color: #000
}

body.night .newsletter__inner--right form .mc4wp-form-fields p input[type=submit] {
	background-color: #000;
	color: #FFF
}

body.night .footer {
	background-color: #FFF
}

body.night .footer__inner--top .menu-primary-container ul {
	border-bottom: 1px solid #000
}

body.night .footer__inner--top .menu-primary-container ul li a {
	color: #000
}

body.night .footer__inner--top .menu-primary-container ul li a:focus,
body.night .footer__inner--top .menu-primary-container ul li a:hover {
	color: #265e6e
}

body.night .footer__inner--bottom ul li a {
	color: #000
}

body.night .footer__inner--bottom ul li a:focus,
body.night .footer__inner--bottom ul li a:hover {
	color: #265e6e
}

body.night .footer__inner--bottom .social__item a {
	color: #000
}

body.night .footer__inner--bottom .social__item a:focus,
body.night .footer__inner--bottom .social__item a:hover {
	color: #265e6e
}

body.night .footer__created p {
	color: #000
}

body.night .footer__created p a {
	color: #000
}

body .mobile-bottom-navbar {
	background-color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	height: 55px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 540;
	-webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3)
}

@media only screen and (min-width:1200px) {
	body .mobile-bottom-navbar {
		display: none
	}
}

body .mobile-bottom-navbar__inner {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	padding: 5px 25px;
	height: 100%
}

body .mobile-bottom-navbar__inner .item-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

body .mobile-bottom-navbar__inner .item-wrapper__item {
	width: 25%;
	text-align: center
}

body .mobile-bottom-navbar__inner .item-wrapper__item:first-child a svg {
	width: 32px;
	height: 32px
}

body .mobile-bottom-navbar__inner .item-wrapper__item a {
	color: #FFF;
	position: relative
}

body .mobile-bottom-navbar__inner .item-wrapper__item a:focus,
body .mobile-bottom-navbar__inner .item-wrapper__item a:hover {
	color: #265e6e
}

body .mobile-bottom-navbar__inner .item-wrapper__item a svg {
	width: 18px;
	height: 18px
}

body .zoekbalk {
	background-color: #000;
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 550;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .zoekbalk__active {
	opacity: 1;
	visibility: visible
}

body .zoekbalk__inner {
	padding: 0 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px
}

body .zoekbalk__inner form div label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	color: #FFF;
	margin-right: 10px;
	display: none
}

body .zoekbalk__inner form div input[type=text] {
	height: 30px;
	padding-left: 5px;
	font-family: 'Montserrat', sans-serif
}

body .zoekbalk__inner form div input[type=submit] {
	height: 30px;
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body .zoekbalk__inner form div input[type=submit]:focus,
body .zoekbalk__inner form div input[type=submit]:hover {
	background-color: #265e6e;
	color: #FFF;
	border-color: #265e6e
}

body .zoekbalk__close {
	position: fixed;
	right: 15px;
	bottom: 13px
}

body .zoekbalk__close a {
	color: #FFF;
	cursor: pointer
}

body .zoekbalk__close a svg {
	font-size: 22px;
	color: #FFF
}

body.bottom-scroll .mobile-bottom-navbar,
body.bottom-scroll .zoekbalk {
	display: none
}

body.night .zoekbalk {
	background-color: #FFF
}

body.page-template-home .header {
	position: relative;
	height: calc(100vh - 80px);
	overflow: hidden
}

@media only screen and (min-width:992px) {
	body.page-template-home .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-home .header {
		cursor: none
	}
}

body.page-template-home .header__mobile {
	width: 100%;
	height: 100%
}

body.page-template-home .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.page-template-home .header__mobile--inner img,
body.page-template-home .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-home .header__mobile--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-home .header .swiper-container {
	height: 100%
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .button-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 101
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .button-wrapper .button a {
	display: inline-block;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 25px;
	font-size: 18px
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .button-wrapper .button a:focus,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .button-wrapper .button a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	text-decoration: none
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide .cursor-placeholder {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: -1
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg .video-container,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg iframe {
	z-index: -1
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 101;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 480px;
	margin: 0 auto;
	padding: 50px;
	width: 100%
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 5px 15px
}

body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-home .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none;
	background-color: #265e6e
}

body.page-template-home .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px;
	z-index: 101
}

body.page-template-home .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-home .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-home .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-home .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-home .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-home .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-home .section_2 {
	width: 100%;
	position: relative;
	z-index: 10
}

@media only screen and (min-width:1200px) {
	body.page-template-home .section_2 {
		height: 50vh
	}
}

body.page-template-home .section_2__bg {
	width: 100%;
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (max-width:1199px) {
	body.page-template-home .section_2__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-home .section_2__bg {
		background-attachment: fixed
	}
}

body.page-template-home .section_2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-home .section_2__content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:1200px) {
	body.page-template-home .section_2__content {
		position: absolute;
		top: 0;
		left: 0
	}
}

body.page-template-home .section_2__content--inner {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	padding: 50px 25px;
	text-align: center;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
	font-size: 18px
}

body.page-template-home .section_3 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .section_3__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 130px 12.5px 115px 12.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:1200px) {
	body.page-template-home .section_3__inner {
		padding: 130px 70px 115px 70px
	}
}

body.page-template-home .section_3__inner--item {
	width: 100%;
	height: 350px;
	padding: 0 12.5px;
	margin-bottom: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:768px) {
	body.page-template-home .section_3__inner--item {
		height: 400px;
		width: 50%
	}
}

@media only screen and (min-width:992px) {
	body.page-template-home .section_3__inner--item {
		height: 60vh
	}
}

body.page-template-home .section_3__inner--item:focus,
body.page-template-home .section_3__inner--item:hover {
	margin-top: -10px
}

body.page-template-home .section_3__inner--item:focus .inner__content,
body.page-template-home .section_3__inner--item:hover .inner__content {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	visibility: visible
}

body.page-template-home .section_3__inner--item .inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10
}

body.page-template-home .section_3__inner--item .inner__bg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%
}

body.page-template-home .section_3__inner--item .inner__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden
}

@media only screen and (max-width:767px) {
	body.page-template-home .section_3__inner--item .inner__content {
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3)
	}
}

body.page-template-home .section_3__inner--item .inner__content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1
}

body.page-template-home .section_3__inner--item .inner__content--inner {
	padding: 25px;
	text-align: center
}

body.page-template-home .section_3__inner--item .inner__content--inner h1,
body.page-template-home .section_3__inner--item .inner__content--inner h2,
body.page-template-home .section_3__inner--item .inner__content--inner h3,
body.page-template-home .section_3__inner--item .inner__content--inner h4,
body.page-template-home .section_3__inner--item .inner__content--inner h5 {
	font-size: 22px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin-bottom: 15px
}

body.page-template-home .section_3__inner--item .inner__content--inner p {
	color: #FFF;
	max-width: 480px;
	margin: 0 auto;
	width: 100%
}

body.page-template-home .section_3__inner--item .inner__content--inner .button {
	margin-top: 35px;
	display: block;
	width: 100%
}

body.page-template-home .section_3__inner--item .inner__content--inner .button span {
	background-color: #c1bfbf;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 12px;
	padding: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .section_3__inner--item .inner__content--inner .button span:focus,
body.page-template-home .section_3__inner--item .inner__content--inner .button span:hover {
	background-color: #265e6e
}

body.page-template-home .section_3__inner--item .inner a {
	display: block;
	width: 100%;
	height: 100%
}

body.page-template-home .producten {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-bottom: 80px
}

body.page-template-home .producten__inner {
	padding: 0 25px
}

body.page-template-home .producten__inner--content {
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 130px;
	text-align: center
}

body.page-template-home .producten__inner--content h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px
}

body.page-template-home .producten__inner .swiper-producten {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	padding-bottom: 30px
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
	width: 80% !important
}

@media only screen and (min-width:768px) {
	body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 45% !important
	}
}

@media only screen and (min-width:992px) {
	body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 28% !important
	}
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:focus .swiper-slide__item--inner img,
body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:hover .swiper-slide__item--inner img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner {
	background-color: #c1bfbf;
	overflow: hidden;
	position: relative
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner img {
	max-width: 720px;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out {
	position: absolute;
	top: 0;
	right: 0
}

body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
	color: #FFF;
	background-color: #333;
	padding: 5px 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:768px) {
	body.page-template-home .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
		font-size: 14px
	}
}

body.page-template-home .producten__inner .swiper-producten .swiper-scrollbar {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px
}

body.page-template-home .producten__inner .swiper-producten .swiper-scrollbar-drag {
	background: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .producten__inner .swiper-next {
	text-align: right;
	cursor: pointer;
	margin-top: 25px
}

body.page-template-home .producten__inner .swiper-next:focus {
	outline: 0
}

body.page-template-home .producten__inner .swiper-next svg {
	font-size: 26px
}

body.page-template-home .section_4 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-home .section_4__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 0 12.5px 130px 12.5px
}

body.page-template-home .section_4__inner h3 {
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-home.night .section_1 {
	background-color: #000
}

body.page-template-home.night .section_1__inner .title h3 {
	color: #FFF
}

body.page-template-home.night .section_1__inner .title .button a {
	background-color: #265e6e
}

body.page-template-home.night .section_1__inner .title .button a:focus,
body.page-template-home.night .section_1__inner .title .button a:hover {
	background-color: #FFF;
	color: #000
}

body.page-template-home.night .section_1__inner--categories ul li a {
	background-color: #FFF;
	color: #000
}

body.page-template-home.night .section_1__inner--categories ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-home.night .section_1__inner--ajax .inner .item__inner--content .title h4,
body.page-template-home.night .section_1__inner--ajax .inner .item__inner--content .title span {
	color: #FFF
}

body.page-template-home.night .section_1__inner--ajax .inner .misha_loadmore_filter span {
	background-color: #FFF;
	color: #000
}

body.page-template-home.night .section_1__inner--ajax .inner .misha_loadmore_filter span:focus,
body.page-template-home.night .section_1__inner--ajax .inner .misha_loadmore_filter span:Hover {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-home.night .section_3 {
	background-color: #000
}

body.page-template-home.night .producten {
	background-color: #000
}

body.page-template-home.night .producten__inner--content h3 {
	color: #FFF
}

body.page-template-home.night .producten__inner--content p {
	color: #FFF
}

body.page-template-home.night .producten__inner .swiper-producten .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.1)
}

body.page-template-home.night .producten__inner .swiper-producten .swiper-scrollbar .swiper-scrollbar-drag {
	background: #FFF
}

body.page-template-home.night .producten__inner .swiper-next svg {
	color: #FFF
}

body.page-template-home.night .section_4 {
	background-color: #000
}

body.page-template-home.night .section_4__inner h3 {
	color: #FFF
}

@media only screen and (max-width:991px) {
	body.single-defender .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.single-defender .navbar-wrapper__inner--actions {
	display: none
}

body.single-defender .header {
	position: relative;
	height: 125px;
	overflow: hidden
}

@media only screen and (min-width:480px) {
	body.single-defender .header {
		height: 150px
	}
}

@media only screen and (min-width:768px) {
	body.single-defender .header {
		height: 250px
	}
}

@media only screen and (min-width:992px) {
	body.single-defender .header {
		height: 400px
	}
}

body.single-defender .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.single-defender .header__video img,
body.single-defender .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.single-defender .header__video .img-wrapper {
	width: 100%;
	height: 100%
}

body.single-defender .header__mobile {
	width: 100%;
	height: 100%
}

body.single-defender .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.single-defender .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.single-defender .header .swiper-container {
	height: 100%
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.single-defender .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.single-defender .section_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .section_1__inner {
	max-width: 1720px;
	width: 100%;
	margin: 25px auto 25px auto;
	padding: 0 25px 0 25px
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner {
		margin: 75px auto 130px auto
	}
}

body.single-defender .section_1__inner--left {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--left {
		float: left;
		margin-bottom: 0;
		width: 75%;
		padding-right: 50px
	}
}

body.single-defender .section_1__inner--left p {
	margin: 0;
	margin-top: 15px;
	width: 100%
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--left p {
		margin-top: 0;
		padding: 0 12.5px
	}
}

body.single-defender .section_1__inner--left p a {
	color: #d6341d
}

body.single-defender .section_1__inner--left .defenderstart-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: calc(100% - 25px);
	margin: 0 12.5px 25px 12.5px
}

body.single-defender .section_1__inner--left .defenderstart-container .swiper-wrapper .swiper-slide a img {
	width: 100%
}

body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-next,
body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-prev {
	background-image: none;
	height: 50px;
	width: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-next svg,
body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-prev svg {
	font-size: 26px;
	color: #FFF
}

body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-next:focus,
body.single-defender .section_1__inner--left .defenderstart-container .swiper-button-prev:focus {
	outline: 0
}

body.single-defender .section_1__inner--left .inner {
	width: 100%;
	color: purple;
	padding: 0 12.5px;
	margin-bottom: 25px
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--left .inner {
		width: 50%
	}
}

body.single-defender .section_1__inner--left .inner__image {
	height: 100%;
	position: relative
}

body.single-defender .section_1__inner--left .inner__image.video {
	height: 100%;
	z-index: 10;
	position: relative
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--left .inner__image.video {
		min-height: 80vh
	}
}

body.single-defender .section_1__inner--left .inner__image.video .video-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer
}

body.single-defender .section_1__inner--left .inner__image.video .video-click .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	-webkit-transition: 1s;
	transition: 1s
}

body.single-defender .section_1__inner--left .inner__image.video .video-click .play-button svg {
	color: #FFF;
	font-size: 72px;
	opacity: 0.8
}

body.single-defender .section_1__inner--left .inner__image.video .video-container {
	z-index: -1
}

body.single-defender .section_1__inner--left .inner__image img,
body.single-defender .section_1__inner--left .inner__image video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.single-defender .section_1__inner--left .inner__image a:nth-child(2) {
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0;
	visibility: hidden
}

body.single-defender .section_1__inner--left .inner__image a:nth-child(2) img {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%
}

body.single-defender .section_1__inner--left .inner__image:focus a:nth-child(2),
body.single-defender .section_1__inner--left .inner__image:hover a:nth-child(2) {
	opacity: 1;
	visibility: visible
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--left .inner:nth-child(3n+2) {
		width: 100%
	}
}

body.single-defender .section_1__inner--left .detail-swiper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-wrapper .swiper-slide__image {
	height: 100%
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-wrapper .swiper-slide__image a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-button-next,
body.single-defender .section_1__inner--left .detail-swiper .swiper-button-prev {
	background-image: none;
	height: 50px;
	width: 50px
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-button-next svg,
body.single-defender .section_1__inner--left .detail-swiper .swiper-button-prev svg {
	font-size: 32px;
	color: #FFF
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-button-next:focus,
body.single-defender .section_1__inner--left .detail-swiper .swiper-button-prev:focus {
	outline: 0
}

body.single-defender .section_1__inner--left .detail-swiper .swiper-button-next {
	text-align: right
}

body.single-defender .section_1__inner--right {
	width: 100%;
	will-change: min-height;
	float: left
}

@media only screen and (max-width:1199px) {
	body.single-defender .section_1__inner--right {
		text-align: center
	}
}

body.single-defender .section_1__inner--right .sidebar-inner {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	padding-bottom: 25px
}

@media only screen and (min-width:1200px) {
	body.single-defender .section_1__inner--right {
		width: 25%
	}
}

body.single-defender .section_1__inner--right h2 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
	margin: 0;
	font-size: 30px;
	margin-bottom: 25px;
	text-transform: uppercase
}

body.single-defender .section_1__inner--right h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px
}

body.single-defender .section_1__inner--right p {
	margin: 0
}

body.single-defender .section_1__inner--right .info-item {
	margin-bottom: 25px
}

body.single-defender .section_1__inner--right .info-item:last-child {
	margin-bottom: 0
}

body.single-defender .section_1__inner--right .inquire {
	width: 100%;
	margin: 0 0 35px 0;
	max-width: 320px
}

@media only screen and (max-width:1199px) {
	body.single-defender .section_1__inner--right .inquire {
		margin: 0 auto 35px auto
	}
}

body.single-defender .section_1__inner--right .inquire a {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-color: #000000;
	height: 50px;
	cursor: pointer
}

body.single-defender .section_1__inner--right .inquire a:focus,
body.single-defender .section_1__inner--right .inquire a:hover {
	background-color: #265e6e
}

body.single-defender .section_1__inner--right .extra-info__item {
	margin-bottom: 10px
}

body.single-defender .section_1__inner--right .extra-info__item:last-child {
	margin-bottom: 0
}

body.single-defender .section_1__inner--right .extra-info__item a {
	cursor: pointer
}

body.single-defender .section_1__inner--right .extra-info__item a svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-right: 10px
}

body.single-defender .section_1__inner--right .extra-info__item a.collapsed svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

@media only screen and (max-width:1199px) {
	body.single-defender .section_1__inner--right .icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

body.single-defender .section_1__inner--right .icons a {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.single-defender .section_1__inner--right .icons a:focus:first-child,
body.single-defender .section_1__inner--right .icons a:hover:first-child {
	background-color: #3b5998;
	border-color: #3b5998
}

body.single-defender .section_1__inner--right .icons a:focus:nth-child(2),
body.single-defender .section_1__inner--right .icons a:hover:nth-child(2) {
	background-color: #cb2027;
	border-color: #cb2027
}

body.single-defender .section_1__inner--right .icons a:focus:nth-child(3),
body.single-defender .section_1__inner--right .icons a:hover:nth-child(3) {
	background-color: red;
	border-color: red
}

body.single-defender .section_1__inner--right .icons a:focus:nth-child(4),
body.single-defender .section_1__inner--right .icons a:hover:nth-child(4) {
	background-color: purple;
	border-color: purple
}

body.single-defender .section_1__inner--right .icons a:focus .item svg,
body.single-defender .section_1__inner--right .icons a:hover .item svg {
	color: #FFF
}

body.single-defender .section_1__inner--right .icons a .item svg {
	margin-top: 4px;
	font-size: 18px;
	color: #999;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .section_2 {
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .section_2__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 0 12.5px 130px 12.5px
}

body.single-defender .section_2__inner h3 {
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.single-defender .producten {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-bottom: 130px
}

body.single-defender .producten__inner {
	padding: 50px 25px 0 25px
}

body.single-defender .producten__inner--content {
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 70px;
	text-align: center
}

body.single-defender .producten__inner--content h3 {
	color: #000;
	font-family: 'Cormorant', sans-serif;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px
}

body.single-defender .producten__inner .swiper-producten {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	padding-bottom: 30px
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
	width: 80% !important
}

@media only screen and (min-width:768px) {
	body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 45% !important
	}
}

@media only screen and (min-width:992px) {
	body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 28% !important
	}
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:focus .swiper-slide__item--inner img,
body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:hover .swiper-slide__item--inner img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner {
	background-color: #c1bfbf;
	overflow: hidden;
	position: relative
}


body.single-defender .producten__inner .swiper-producten .swiper-wrapper a {
	h3 {
		margin-top: 20px;
		text-align: center;
		font-family: 'Cormorant', sans-serif;
		font-weight: 400;
		font-variation-settings: 'wght' 400;
		font-size: 18px;
		color: #000;
	}
	
	&:hover {
		text-decoration: none;
	}
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner img {
	max-width: 720px;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out {
	position: absolute;
	top: 0;
	right: 0
}

body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
	color: #FFF;
	background-color: #333;
	padding: 5px 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:768px) {
	body.single-defender .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
		font-size: 14px
	}
}

body.single-defender .producten__inner .swiper-producten .swiper-scrollbar {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px
}

body.single-defender .producten__inner .swiper-producten .swiper-scrollbar-drag {
	background: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .producten__inner .swiper-next {
	text-align: right;
	cursor: pointer;
	margin-top: 25px
}

body.single-defender .producten__inner .swiper-next:focus {
	outline: 0
}

body.single-defender .producten__inner .swiper-next svg {
	font-size: 26px
}

body.single-defender .post-nav {
	display: none
}

@media only screen and (min-width:768px) {
	body.single-defender .post-nav {
		display: block
	}
}

body.single-defender .post-nav a {
	position: relative;
	display: block;
	color: #FFF;
	position: fixed;
	z-index: 999;
	top: 70%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 110px;
	visibility: hidden
}

body.single-defender .post-nav a:focus,
body.single-defender .post-nav a:hover {
	text-decoration: none;
	visibility: visible
}

body.single-defender .post-nav a:focus .next_post_wrapper__inner,
body.single-defender .post-nav a:hover .next_post_wrapper__inner {
	margin-left: 0
}

body.single-defender .post-nav a:focus .prev_post_wrapper__inner,
body.single-defender .post-nav a:hover .prev_post_wrapper__inner {
	margin-left: 0
}

body.single-defender .post-nav a .next_post_wrapper__preview,
body.single-defender .post-nav a .prev_post_wrapper__preview {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #265e6e;
	height: 100%;
	width: 35px;
	visibility: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.single-defender .post-nav a .next_post_wrapper__preview {
	right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

body.single-defender .post-nav a .prev_post_wrapper__preview {
	left: -2px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

body.single-defender .post-nav a .next_post_wrapper__inner,
body.single-defender .post-nav a .prev_post_wrapper__inner {
	padding: 15px;
	display: table;
	max-width: 300px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #265e6e;
	height: 80px;
	width: 220px
}

body.single-defender .post-nav a .next_post_wrapper__inner--left,
body.single-defender .post-nav a .next_post_wrapper__inner--right,
body.single-defender .post-nav a .prev_post_wrapper__inner--left,
body.single-defender .post-nav a .prev_post_wrapper__inner--right {
	display: table-cell;
	vertical-align: middle
}

body.single-defender .post-nav a .next_post_wrapper__inner--left p,
body.single-defender .post-nav a .next_post_wrapper__inner--right p,
body.single-defender .post-nav a .prev_post_wrapper__inner--left p,
body.single-defender .post-nav a .prev_post_wrapper__inner--right p {
	margin: 0;
	color: #FFF
}

body.single-defender .post-nav a .next_post_wrapper__inner--left img,
body.single-defender .post-nav a .next_post_wrapper__inner--right img,
body.single-defender .post-nav a .prev_post_wrapper__inner--left img,
body.single-defender .post-nav a .prev_post_wrapper__inner--right img {
	width: 80px;
	height: 80px;
	border-radius: 100px
}

body.single-defender .post-nav a .next_post_wrapper__inner--left,
body.single-defender .post-nav a .prev_post_wrapper__inner--left {
	padding-right: 12.5px
}

body.single-defender .post-nav a .next_post_wrapper__inner--right,
body.single-defender .post-nav a .prev_post_wrapper__inner--right {
	padding-left: 12.5px
}

body.single-defender .post-nav a .next_post_wrapper__inner {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: 85%;
	padding-right: 35px
}

body.single-defender .post-nav a .next_post_wrapper__inner--left {
	width: 80px;
	height: 80px
}

body.single-defender .post-nav a .next_post_wrapper__inner--right {
	margin-right: 20px;
	text-align: right
}

body.single-defender .post-nav a .prev_post_wrapper__inner {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -85%;
	padding-left: 35px
}

body.single-defender .post-nav a .prev_post_wrapper__inner--right {
	width: 80px;
	height: 80px
}

body.single-defender .post-nav.next_post_wrapper a {
	right: 0
}

body.single-defender .prev_post_wrapper {
	left: 0
}

body.single-defender .next_post_wrapper {
	right: 0
}

body.single-defender .defender-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.single-defender .defender-popup.active {
	opacity: 1;
	visibility: visible
}

body.single-defender .defender-popup__inner {
	max-width: 775px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	margin: auto;
	z-index: 1000;
	width: 100%;
	padding: 0 25px
}

body.single-defender .defender-popup__inner .close-defender-popup {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
	display: block
}

@media only screen and (min-width:768px) {
	body.single-defender .defender-popup__inner .close-defender-popup {
		top: 14%;
		right: 45px
	}
}

body.single-defender .defender-popup__inner .close-defender-popup svg {
	font-size: 18px;
	color: #FFF
}

body.single-defender .defender-popup__inner iframe {
	min-height: 300px;
	margin: 12% auto auto;
	display: inline-block;
	height: auto;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	body.single-defender .defender-popup__inner iframe {
		min-height: 435px
	}
}

body.single-defender.night .section_1 {
	background-color: #000
}

body.single-defender.night .section_1__inner--left p {
	color: #FFF
}

body.single-defender.night .section_1__inner--right h2,
body.single-defender.night .section_1__inner--right h3,
body.single-defender.night .section_1__inner--right p {
	color: #FFF
}

body.single-defender.night .section_1__inner--right .inquire a {
	background-color: #FFF;
	color: #000
}

body.single-defender.night .section_1__inner--right .extra-info__item a {
	color: #FFF
}

body.single-defender.night .section_1__inner--right .extra-info__item a svg {
	color: #FFF
}

body.single-defender.night .section_2 {
	background-color: #000
}

body.single-defender.night .section_2__inner h2,
body.single-defender.night .section_2__inner h3 {
	color: #FFF
}

body.single-defender.night .producten {
	background-color: #000
}

body.single-defender.night .producten__inner--content h3 {
	color: #FFF
}

body.single-defender.night .producten__inner--content p {
	color: #FFF
}

body.single-defender.night .producten__inner .swiper-producten .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.1)
}

body.single-defender.night .producten__inner .swiper-producten .swiper-scrollbar .swiper-scrollbar-drag {
	background: #FFF
}

body.single-defender.night .producten__inner .swiper-next svg {
	color: #FFF
}

body.single-defender.bottom-scroll .post-nav {
	display: none
}

@media only screen and (max-width:991px) {
	body.page-template-custom .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-custom .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-custom .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-custom .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-custom .header {
		cursor: normal
	}
}

body.page-template-custom .header.slide-active {
	cursor: none
}

body.page-template-custom .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-custom .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-custom .header__mobile {
	width: 100%;
	height: 100%
}

body.page-template-custom .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.page-template-custom .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-custom .header .swiper-container {
	height: 100%
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-custom .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-custom .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-custom .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-custom .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-custom .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-custom .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-custom .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-custom .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-custom .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-custom .content {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-custom .content__inner {
	max-width: 1366px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 12.5px 75px 12.5px
}

body.page-template-custom .content__inner h3 {
	color: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0 0 50px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 22px
}

body.page-template-custom .content__inner .placeholder {
	height: 132px;
	width: 100%;
	margin-bottom: 50px
}

@media only screen and (min-width:768px) {
	body.page-template-custom .content__inner .placeholder {
		height: 86px
	}
}

body.page-template-custom .content__inner--nav {
	margin: 0 auto 50px auto;
	width: 100%;
	height: 132px;
	background-color: #FFF
}

@media only screen and (min-width:768px) {
	body.page-template-custom .content__inner--nav {
		height: 86px
	}
}

body.page-template-custom .content__inner--nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 20px 20px 20px;
	background-color: #FFF;
	max-width: 720px;
	margin: 0 auto
}

body.page-template-custom .content__inner--nav ul li {
	list-style: none;
	width: auto;
	float: left;
	text-align: left;
	width: 150px;
	padding: 5px
}

@media only screen and (min-width:480px) {
	body.page-template-custom .content__inner--nav ul li {
		width: 150px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-custom .content__inner--nav ul li {
		width: 25%
	}
}

body.page-template-custom .content__inner--nav ul li:last-child {
	margin-bottom: 0
}

body.page-template-custom .content__inner--nav ul li:last-child a {
	border: 0
}

body.page-template-custom .content__inner--nav ul li a {
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	background-color: #f1f1f1;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	width: auto;
	font-size: 0.8em;
	width: 100%;
	text-align: center
}

body.page-template-custom .content__inner--nav ul li a:focus,
body.page-template-custom .content__inner--nav ul li a:hover {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-custom .content__inner--nav ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-custom .content__inner--exterior .item,
body.page-template-custom .content__inner--interior .item,
body.page-template-custom .content__inner--models .item,
body.page-template-custom .content__inner--power_train .item {
	margin-bottom: 25px
}

body.page-template-custom .content__inner--exterior .item__title,
body.page-template-custom .content__inner--interior .item__title,
body.page-template-custom .content__inner--models .item__title,
body.page-template-custom .content__inner--power_train .item__title {
	width: calc(100% - 25px);
	margin-left: 12.5px;
	border-top: 2px solid #CCC;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 25px 0 25px 0
}

body.page-template-custom .content__inner--exterior .item__title h4,
body.page-template-custom .content__inner--interior .item__title h4,
body.page-template-custom .content__inner--models .item__title h4,
body.page-template-custom .content__inner--power_train .item__title h4 {
	color: #CCC;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-custom .content__inner--models .item__items,
body.page-template-custom .content__inner--power_train .item__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.page-template-custom .content__inner--models .item__items .option,
body.page-template-custom .content__inner--power_train .item__items .option {
	width: 100%;
	margin-bottom: 35px;
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--models .item__items .option,
	body.page-template-custom .content__inner--power_train .item__items .option {
		width: 33.3333%
	}
}

body.page-template-custom .content__inner--models .item__items .option .swiper-custom,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-next,
body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-prev,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-next,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-prev {
	background-image: none;
	height: 50px;
	width: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-next svg,
body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-prev svg,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-next svg,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-prev svg {
	font-size: 32px;
	color: #FFF
}

body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-next:focus,
body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-prev:focus,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-next:focus,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-prev:focus {
	outline: 0
}

body.page-template-custom .content__inner--models .item__items .option .swiper-custom .swiper-button-next,
body.page-template-custom .content__inner--power_train .item__items .option .swiper-custom .swiper-button-next {
	text-align: right
}

body.page-template-custom .content__inner--models .item__items .option img,
body.page-template-custom .content__inner--power_train .item__items .option img {
	width: 100%;
	height: 33.333vh;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--models .item__items .option img,
	body.page-template-custom .content__inner--power_train .item__items .option img {
		max-height: 250px
	}
}

body.page-template-custom .content__inner--models .item__items .option__title,
body.page-template-custom .content__inner--power_train .item__items .option__title {
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
	margin: 0;
	margin-top: 35px;
	
	h2 {
		font-weight: 800;
		font-variation-settings: 'wght' 800;
	}
}

body.page-template-custom .content__inner--models .item__items .option__title p,
body.page-template-custom .content__inner--power_train .item__items .option__title p {
	transition: 0.5s;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .item__items .option,
	body.page-template-custom .content__inner--interior .item__items .option,
	body.page-template-custom .content__inner--power_train .item__items .option {
		width: 25%
	}
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .item__items .option img,
	body.page-template-custom .content__inner--interior .item__items .option img,
	body.page-template-custom .content__inner--power_train .item__items .option img {
		height: 200px
	}
}

body.page-template-custom .content__inner--exterior .grid,
body.page-template-custom .content__inner--interior .grid,
body.page-template-custom .content__inner--power_train .grid {
	margin-bottom: 25px
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper {
	width: 100%
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper,
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper,
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper {
		width: 50%
	}
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper:first-child .image,
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper:first-child .image,
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper:first-child .image {
		height: 400px
	}
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper:last-child .image:first-child,
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper:last-child .image:first-child,
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper:last-child .image:first-child {
		height: 550px
	}
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(2),
	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(3),
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(2),
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(3),
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(2),
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper:last-child .image:nth-child(3) {
		height: 250px;
		width: 50%;
		float: left
	}
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper .image,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper .image,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper .image {
	padding: 0 12.5px;
	margin-bottom: 25px;
	width: 100%;
	height: 250px;
	position: relative
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper .image img,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper .image img,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper .image .watermark,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper .image .watermark,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper .image .watermark {
	position: absolute;
	bottom: 10px;
	left: 22.5px
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.five .wrapper .image .watermark img,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.five .wrapper .image .watermark img,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.five .wrapper .image .watermark img {
	width: 100px;
	height: auto
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper .image,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper .image,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper .image {
	width: 100%;
	height: 250px;
	padding: 0 12.5px;
	margin-bottom: 25px;
	position: relative
}

@media only screen and (min-width:992px) {

	body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper .image,
	body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper .image,
	body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper .image {
		height: 350px;
		width: 33.3333%
	}
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper .image img,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper .image img,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper .image .watermark,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper .image .watermark,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper .image .watermark {
	position: absolute;
	bottom: 10px;
	left: 22.5px
}

body.page-template-custom .content__inner--exterior .grid__inner .grid-row.three .wrapper .image .watermark img,
body.page-template-custom .content__inner--interior .grid__inner .grid-row.three .wrapper .image .watermark img,
body.page-template-custom .content__inner--power_train .grid__inner .grid-row.three .wrapper .image .watermark img {
	width: 100px;
	height: auto
}

body.page-template-custom .content__inner--exterior .item__title,
body.page-template-custom .content__inner--interior .item__title {
	padding-bottom: 0
}

body.page-template-custom .section_4 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-custom .section_4__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 0 12.5px 130px 12.5px
}

body.page-template-custom .section_4__inner h3 {
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-custom.night .content {
	background-color: #000
}

body.page-template-custom.night .content__inner h3 {
	color: #FFF
}

body.page-template-custom.night .content__inner--nav ul li a {
	background-color: #FFF;
	color: #000
}

body.page-template-custom.night .content__inner--nav ul li a.active,
body.page-template-custom.night .content__inner--nav ul li a:focus,
body.page-template-custom.night .content__inner--nav ul li a:hover {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-custom.night .content__inner .item__title {
	border-color: #FFF !important
}

body.page-template-custom.night .content__inner .item__title h4 {
	color: #FFF !important
}

body.page-template-custom.night .content__inner .option__title p {
	color: #FFF !important
}

body.page-template-custom.night .section_4 {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-defenders .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-defenders .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-defenders .header {
	position: relative;
	height: calc(100vh - 80px);
	overflow: hidden;
	cursor: normal
}

body.page-template-defenders .header.remove-fullscreen {
	height: auto !important
}

body.page-template-defenders .header.slide-active {
	cursor: none
}

@media only screen and (min-width:992px) {
	body.page-template-defenders .header {
		height: 100vh
	}
}

body.page-template-defenders .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-defenders .header__video img,
body.page-template-defenders .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-defenders .header__video .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-defenders .header__mobile {
	width: 100%;
	height: 100%
}

body.page-template-defenders .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.page-template-defenders .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-defenders .header .swiper-container {
	height: 100%
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	padding: 50px 25px;
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2,
body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h3 {
	color: #FFF;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 18px
}

body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	margin-bottom: 25px
}

@media only screen and (min-width:992px) {
	body.page-template-defenders .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
		margin-bottom: 50px
	}
}

body.page-template-defenders .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-defenders .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-defenders .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-defenders .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-defenders .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-defenders .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-defenders .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-defenders .section_1 {
	background-color: #FFF
}

body.page-template-defenders .section_1__inner {
	width: 100%;
	padding: 50px 10px 50px 10px
}

@media only screen and (min-width:1200px) {
	body.page-template-defenders .section_1__inner {
		padding: 50px 25px 50px 25px
	}
}

body.page-template-defenders .section_1__inner--categories {
	padding: 0 12.5px;
	max-width: 820px;
	margin: 0 auto 35px auto;
	width: 100%
}

body.page-template-defenders .section_1__inner--categories ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-defenders .section_1__inner--categories ul li {
	list-style: none;
	width: auto;
	float: left;
	text-align: left;
	margin-bottom: 5px
}

@media only screen and (max-width:767px) {
	body.page-template-defenders .section_1__inner--categories ul li {
		min-width: 200px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-defenders .section_1__inner--categories ul li {
		width: 20%
	}
}

body.page-template-defenders .section_1__inner--categories ul li:last-child {
	margin-bottom: 0
}

body.page-template-defenders .section_1__inner--categories ul li:last-child a {
	border: 0
}

body.page-template-defenders .section_1__inner--categories ul li a {
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	background-color: #f1f1f1;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	width: auto;
	font-size: 0.8em;
	width: 100%;
	text-align: center
}

@media only screen and (min-width:480px) {
	body.page-template-defenders .section_1__inner--categories ul li a {
		border-right: 1px solid #CCC
	}
}

body.page-template-defenders .section_1__inner--categories ul li a:focus,
body.page-template-defenders .section_1__inner--categories ul li a:hover {
	background-color: #265e6e;
	color: #FFF;
	text-decoration: none
}

body.page-template-defenders .section_1__inner--categories ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-defenders .section_1__inner--ajax .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm {
	position: relative;
	width: 100%;
	z-index: 10
}

@media only screen and (min-width:768px) {
	body.page-template-defenders .section_1__inner--ajax .inner .itemm {
		width: 50%
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-defenders .section_1__inner--ajax .inner .itemm {
		width: 33.3333%
	}
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner {
	padding: 10px 10px 15px 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner:focus,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner:focus .itemm__inner--content .images .swiper,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner:hover .itemm__inner--content .images .swiper {
	opacity: 1;
	visibility: visible
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content {
	position: relative
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image img {
	width: 100%;
	height: auto
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner {
	position: relative
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a {
	background-color: #265e6e;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a:focus,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a:hover {
	background-color: #000;
	text-decoration: none
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner:focus .image__inner--back,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .image__inner:hover .image__inner--back {
	opacity: 1;
	visibility: visible
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images {
	position: relative
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	text-align: center
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: relative
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container {
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	margin-top: 15px;
	width: calc(100% - 100px)
}

@media (min-width:1366px) {
	body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container {
		width: calc(100% - 125px)
	}
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container .swiper-wrapper .swiper-slide__image {
	cursor: pointer
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container .swiper-wrapper .swiper-slide__image img {
	width: 100%;
	height: auto
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev {
	background-image: none;
	height: 22px;
	width: 18px;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next svg,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev svg {
	font-size: 22px;
	color: #c1bfbf
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next:focus,
body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev:focus {
	outline: 0
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next {
	right: 6px
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev {
	left: 6px
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	margin-bottom: 15px;
	text-align: center
}

body.page-template-defenders .section_1__inner--ajax .inner .itemm .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore,
body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore_filter {
	padding: 0 12.5px;
	text-align: center;
	width: 100%;
	margin-top: 10px
}

body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore_filter span,
body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore span {
	display: inline-block;
	padding: 10px;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore_filter span:focus,
body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore_filter span:hover,
body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore span:focus,
body.page-template-defenders .section_1__inner--ajax .inner .misha_loadmore span:hover {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-defenders .section_2 {
	width: 100%
}

@media only screen and (min-width:1200px) {
	body.page-template-defenders .section_2 {
		height: 50vh
	}
}

body.page-template-defenders .section_2__bg {
	width: 100%;
	height: 50vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (min-width:1200px) {
	body.page-template-defenders .section_2__bg {
		background-attachment: fixed
	}
}

body.page-template-defenders .section_2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-defenders .section_3 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .section_3__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 130px 12.5px 130px 12.5px
}

body.page-template-defenders .section_3__inner h3 {
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}

body.page-template-defenders .producten {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-bottom: 130px
}

body.page-template-defenders .producten__inner {
	padding: 0 25px
}

body.page-template-defenders .producten__inner--content {
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 130px;
	text-align: center
}

body.page-template-defenders .producten__inner--content h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
	margin: 0;
	margin-bottom: 15px;
	font-size: 22px
}


body.page-template-defenders .producten__inner .swiper-producten {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	padding-bottom: 30px
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
	width: 80% !important
}

@media only screen and (min-width:768px) {
	body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 45% !important
	}
}

@media only screen and (min-width:992px) {
	body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide {
		width: 28% !important
	}
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:focus .swiper-slide__item--inner img,
body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item a:hover .swiper-slide__item--inner img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner {
	background-color: #c1bfbf;
	overflow: hidden;
	position: relative
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner img {
	max-width: 720px;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out {
	position: absolute;
	top: 0;
	right: 0
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
	color: #FFF;
	background-color: #333;
	padding: 5px 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:768px) {
	body.page-template-defenders .producten__inner .swiper-producten .swiper-wrapper .swiper-slide__item--inner .sold_out__inner {
		font-size: 14px
	}
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-scrollbar {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px
}

body.page-template-defenders .producten__inner .swiper-producten .swiper-scrollbar-drag {
	background: #333;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-defenders .producten__inner .swiper-next {
	text-align: right;
	cursor: pointer;
	margin-top: 25px
}

body.page-template-defenders .producten__inner .swiper-next:focus {
	outline: 0
}

body.page-template-defenders .producten__inner .swiper-next svg {
	font-size: 26px
}

body.page-template-defenders.night .section_1 {
	background-color: #000
}

body.page-template-defenders.night .section_1__inner .title h3 {
	color: #FFF
}

body.page-template-defenders.night .section_1__inner .title .button a {
	background-color: #265e6e
}

body.page-template-defenders.night .section_1__inner .title .button a:focus,
body.page-template-defenders.night .section_1__inner .title .button a:hover {
	background-color: #FFF;
	color: #000
}

body.page-template-defenders.night .section_1__inner--categories ul li a {
	background-color: #FFF;
	color: #000
}

body.page-template-defenders.night .section_1__inner--categories ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-defenders.night .section_1__inner--ajax .itemm__inner--content .title h4,
body.page-template-defenders.night .section_1__inner--ajax .itemm__inner--content .title span {
	color: #FFF
}

body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore_filter span,
body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore span {
	background-color: #FFF;
	color: #000
}

body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore_filter span:focus,
body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore_filter span:Hover,
body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore span:focus,
body.page-template-defenders.night .section_1__inner--ajax .misha_loadmore span:Hover {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-defenders.night .section_3 {
	background-color: #000
}

body.page-template-defenders.night .section_3__inner h3 {
	color: #FFF
}

body.page-template-defenders.night .producten {
	background-color: #000
}

body.page-template-defenders.night .producten__inner--content h3 {
	color: #FFF
}

body.page-template-defenders.night .producten__inner--content p {
	color: #FFF
}

body.page-template-defenders.night .producten__inner .swiper-producten .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.1)
}

body.page-template-defenders.night .producten__inner .swiper-producten .swiper-scrollbar .swiper-scrollbar-drag {
	background: #FFF
}

body.page-template-defenders.night .producten__inner .swiper-next svg {
	color: #FFF
}

@media only screen and (max-width:991px) {
	body.page-template-media .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-media .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-media .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-media .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-media .header {
		cursor: normal
	}
}

body.page-template-media .header.remove-fullscreen {
	height: auto !important
}

body.page-template-media .header.slide-active {
	cursor: none
}

body.page-template-media .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-media .header__video img,
body.page-template-media .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-media .header__video .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-media .header .swiper-container {
	height: 100%
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-media .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-media .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-media .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-media .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-media .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-media .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-media .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-media .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-media .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-media .youtube-videos {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-media .youtube-videos__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 12.5px 0 12.5px
}

body.page-template-media .youtube-videos__inner--video {
	width: 100%;
	padding: 0 12.5px;
	margin-bottom: 25px
}

@media only screen and (min-width:480px) {
	body.page-template-media .youtube-videos__inner--video {
		width: 50%
	}
}

@media only screen and (min-width:768px) {
	body.page-template-media .youtube-videos__inner--video {
		width: 33.333%
	}
}

body.page-template-media .youtube-videos__inner--video a {
	cursor: pointer
}

body.page-template-media .youtube-videos__inner--video a:focus .placeholder .play-button,
body.page-template-media .youtube-videos__inner--video a:hover .placeholder .play-button {
	top: -100px
}

body.page-template-media .youtube-videos__inner--video .placeholder {
	position: relative;
	overflow: hidden
}

body.page-template-media .youtube-videos__inner--video .placeholder img {
	width: 100%;
	height: 33.3333vh;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-media .youtube-videos__inner--video .placeholder .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	-webkit-transition: 1s;
	transition: 1s
}

body.page-template-media .youtube-videos__inner--video .placeholder .play-button svg {
	color: #FFF;
	font-size: 50px;
	opacity: 0.8
}

body.page-template-media .section_1 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-media .section_1__inner {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 50px 13px 100px 13px
}

body.page-template-media .section_1__inner .sbi_follow_btn a {
	background: #265e6e !important
}

body.page-template-media .section_1__inner .sbi_follow_btn a:focus,
body.page-template-media .section_1__inner .sbi_follow_btn a:hover {
	background: #193e48 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

body.page-template-media .youtube-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-media .youtube-popup.active {
	opacity: 1;
	visibility: visible
}

body.page-template-media .youtube-popup__inner {
	max-width: 775px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	margin: auto;
	z-index: 1000;
	width: 100%;
	padding: 0 25px
}

body.page-template-media .youtube-popup__inner .close-youtube-popup {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
	display: block
}

@media only screen and (min-width:768px) {
	body.page-template-media .youtube-popup__inner .close-youtube-popup {
		top: 12%
	}
}

@media (min-width:1366px) {
	body.page-template-media .youtube-popup__inner .close-youtube-popup {
		right: 0
	}
}

body.page-template-media .youtube-popup__inner .close-youtube-popup svg {
	font-size: 18px;
	color: #FFF
}

body.page-template-media .youtube-popup__inner iframe {
	min-height: 300px;
	margin: 12% auto auto;
	display: inline-block;
	height: auto;
	max-width: 100%
}

@media only screen and (min-width:768px) {
	body.page-template-media .youtube-popup__inner iframe {
		min-height: 435px
	}
}

body.page-template-media.night .youtube-videos {
	background-color: #000
}

body.page-template-media.night .section_1 {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-before_after .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-before_after .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-before_after .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-before_after .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-before_after .header {
		cursor: normal
	}
}

body.page-template-before_after .header.remove-fullscreen {
	height: auto !important
}

body.page-template-before_after .header.slide-active {
	cursor: none
}

body.page-template-before_after .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-before_after .header__video img,
body.page-template-before_after .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-before_after .header__video .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-before_after .header .swiper-container {
	height: 100%
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-before_after .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-before_after .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-before_after .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-before_after .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-before_after .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-before_after .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-before_after .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-before_after .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-before_after .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-before_after .section_1 {
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-before_after .section_1__inner {
	margin: 0 auto;
	width: 100%;
	padding: 100px 25px 50px 25px;
	max-width: 1024px
}

body.page-template-before_after .section_1__inner--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:1199px) {
	body.page-template-before_after .section_1__inner--wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

body.page-template-before_after .section_1__inner--wrapper:last-child {
	margin-bottom: 0
}

body.page-template-before_after .section_1__inner--wrapper .inner {
	width: 100%;
	height: 50vh;
	min-height: 250px;
	margin-bottom: 50px;
	max-height: 720px
}

@media only screen and (min-width:1200px) {
	body.page-template-before_after .section_1__inner--wrapper .inner {
		height: 80vh;
		min-height: 525px
	}
}

body.page-template-before_after .section_1__inner--wrapper .inner .slider-wrapper {
	height: 100%;
	width: 100%;
	position: relative
}

body.page-template-before_after .section_1__inner--wrapper .inner .slider-wrapper:hover {
	cursor: none
}

body.page-template-before_after .section_1__inner--wrapper .inner .before-wrapper {
	display: block;
	overflow: hidden;
	width: auto;
	height: 100%;
	position: relative;
	background-size: cover
}

body.page-template-before_after .section_1__inner--wrapper .inner .before-wrapper:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%
}

body.page-template-before_after .section_1__inner--wrapper .inner .after-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

body.page-template-before_after .section_1__inner--wrapper .inner .after-image {
	display: block;
	width: auto;
	height: 100%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider {
	top: 0;
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #FFF;
	left: 50%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button {
	position: relative;
	width: 100%;
	height: 100%
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--left,
body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--right {
	position: absolute;
	height: 17px;
	width: 9px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--left svg,
body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--right svg {
	font-size: 16px;
	color: #c1bfbf
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--left {
	left: 11px
}

body.page-template-before_after .section_1__inner--wrapper .inner .comparison-slider .round-button__inner--right {
	right: 11px
}

body.page-template-before_after.night .section_1 {
	background-color: #000
}

body.search {
	background: #FFF
}

@media only screen and (max-width:991px) {
	body.search .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.search .navbar-wrapper__inner--actions {
	display: none
}

body.search .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.search .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.search .header {
		cursor: normal
	}
}

body.search .header.slide-active {
	cursor: none
}

body.search .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.search .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.search .header__mobile {
	width: 100%;
	height: 100%
}

body.search .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.search .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.search .header .swiper-container {
	height: 100%
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.search .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.search .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.search .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.search .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.search .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.search .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.search .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.search .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.search .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.search .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.search .search-wrapper {
	background: #FFF
}

body.search .search-wrapper__inner {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	padding: 130px 25px
}

body.search .search-wrapper__inner h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	color: #000;
	margin: 0;
	margin-bottom: 25px;
	font-size: 22px
}

body.search .search-wrapper__inner ul {
	border: 1px solid #000;
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px
}

body.search .search-wrapper__inner ul li {
	width: 100%;
	list-style: none
}

body.search .search-wrapper__inner ul li:nth-child(2n) a {
	background-color: #f1f1f1
}

body.search .search-wrapper__inner ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	display: block;
	padding: 15px
}

body.search .search-wrapper__inner ul li a:focus,
body.search .search-wrapper__inner ul li a:hover {
	color: #265e6e;
	text-decoration: none
}

body.search .search-wrapper__inner .no-result {
	text-align: center;
	margin-top: 25px;
	color: #FF4C3E;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-decoration: underline;
	font-size: 22px
}

body.search.night .search-wrapper {
	background-color: #000
}

body.search.night .search-wrapper__inner h2 {
	color: #FFF !important
}

body.search.night .search-wrapper__inner ul {
	border-color: #FFF
}

body.search.night .search-wrapper__inner ul li a {
	color: #FFF
}

@media only screen and (max-width:991px) {
	body.page-template-testimonials .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-testimonials .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-testimonials .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-testimonials .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-testimonials .header {
		cursor: normal
	}
}

body.page-template-testimonials .header.remove-fullscreen {
	height: auto !important
}

body.page-template-testimonials .header.slide-active {
	cursor: none
}

body.page-template-testimonials .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-testimonials .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-testimonials .header__video--inner img,
body.page-template-testimonials .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-testimonials .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-testimonials .header .swiper-container {
	height: 100%
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-testimonials .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-testimonials .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-testimonials .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-testimonials .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-testimonials .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-testimonials .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-testimonials .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testimonials .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-testimonials .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-testimonials .section_1 {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testimonials .section_1__inner {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	padding: 130px 25px 120px 25px
}

body.page-template-testimonials .section_1__inner h1,
body.page-template-testimonials .section_1__inner h2,
body.page-template-testimonials .section_1__inner h3,
body.page-template-testimonials .section_1__inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
	font-size: 22px;
	margin: 0;
	color: #000;
	margin-bottom: 15px
}

body.page-template-testimonials .section_1__inner p {
	text-align: justify
}

body.page-template-testimonials .section_2 {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item:nth-child(2n) .wrapper__left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-right: 0;
		padding-left: 12.5px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item:nth-child(2n) .wrapper__right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
		padding-right: 12.5px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item:nth-child(2n) .wrapper__right .button {
		padding-left: 25px
	}
}

body.page-template-testimonials .section_2__wrapper--item .bg {
	width: 100%;
	height: 70vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}

@media only screen and (min-width:1200px) {
	body.page-template-testimonials .section_2__wrapper--item .bg {
		background-attachment: fixed
	}
}

body.page-template-testimonials .section_2__wrapper--item .bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-testimonials .section_2__wrapper--item .bg .button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

body.page-template-testimonials .section_2__wrapper--item .title {
	padding: 25px;
	max-width: 1720px;
	margin: 0 auto;
	width: 100%
}

body.page-template-testimonials .section_2__wrapper--item .title h3 {
	color: #000;
	font-size: 22px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-testimonials .section_2__wrapper--item .wrapper {
	padding: 50px 25px 50px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1720px;
	margin: 0 auto;
	width: 100%
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left,
body.page-template-testimonials .section_2__wrapper--item .wrapper__right {
	width: 100%
}

@media only screen and (min-width:768px) {

	body.page-template-testimonials .section_2__wrapper--item .wrapper__left,
	body.page-template-testimonials .section_2__wrapper--item .wrapper__right {
		width: 50%
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left {
	margin-bottom: 25px
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__left {
		margin-bottom: 0;
		padding-right: 12.5px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials {
	height: 100%
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-next,
body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-prev {
	background-image: none;
	height: 30px;
	width: 18px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-next svg,
body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-prev svg {
	font-size: 32px;
	color: #FFF
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-next:focus,
body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-prev:focus {
	outline: 0
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-next {
	right: 15px
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-next {
		right: 25px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-prev {
	left: 15px
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-button-prev {
		left: 25px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-pagination-testimonials {
	width: auto;
	bottom: 10px;
	left: 10px
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-pagination-testimonials {
		bottom: 25px;
		left: 65px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-pagination-testimonials .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-pagination-testimonials .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__left .swiper-testimonials .swiper-pagination-testimonials .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right {
	position: relative
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 12.5px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner {
	max-width: 1024px;
	margin: 0 auto
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner {
		padding: 50px 25px 50px 25px
	}
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner h3 {
	color: #000;
	font-size: 22px;
	margin: 0;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner p {
	text-align: justify
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner p:last-child {
	margin: 0
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right--inner img {
	max-width: 100%;
	height: auto
}

body.page-template-testimonials .section_2__wrapper--item .wrapper__right .button {
	margin-top: 25px;
	width: 100%
}

@media only screen and (min-width:768px) {
	body.page-template-testimonials .section_2__wrapper--item .wrapper__right .button {
		position: absolute;
		bottom: 0;
		max-width: 1024px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0;
		padding-left: 37.5px
	}
}


body.page-template-testimonials.night .section_1 {
	background-color: #000
}

body.page-template-testimonials.night .section_1__inner h1,
body.page-template-testimonials.night .section_1__inner h2,
body.page-template-testimonials.night .section_1__inner h3,
body.page-template-testimonials.night .section_1__inner h4,
body.page-template-testimonials.night .section_1__inner h5,
body.page-template-testimonials.night .section_1__inner p {
	color: #FFF
}

body.page-template-testimonials.night .section_2 {
	background-color: #000
}

body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner h3,
body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner h4,
body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner p {
	color: #FFF
}

body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner .button a {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner .button a:focus,
body.page-template-testimonials.night .section_2__wrapper--item .wrapper__right--inner .button a:hover {
	background-color: #FFF;
	color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-passion .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-passion .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-passion .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-passion .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-passion .header {
		cursor: normal
	}
}

body.page-template-passion .header.remove-fullscreen {
	height: auto !important
}

body.page-template-passion .header.slide-active {
	cursor: none
}

body.page-template-passion .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-passion .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-passion .header__video--inner img,
body.page-template-passion .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-passion .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-passion .header .swiper-container {
	height: 100%
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-passion .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-passion .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-passion .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-passion .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-passion .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-passion .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-passion .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-passion .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-passion .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-passion .section_1 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 75px 25px 12.5px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_1 {
		padding: 30px 25px 15px 25px
	}
}

body.page-template-passion .section_1__left,
body.page-template-passion .section_1__right {
	width: 100%
}

@media only screen and (min-width:992px) {

	body.page-template-passion .section_1__left,
	body.page-template-passion .section_1__right {
		width: 50%
	}
}

body.page-template-passion .section_1__left img,
body.page-template-passion .section_1__right img {
	width: 100%
}

body.page-template-passion .section_1__left {
	margin-bottom: 50px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_1__left {
		margin-bottom: 0;
		padding-right: 25px
	}
}

body.page-template-passion .section_1__left h1,
body.page-template-passion .section_1__left h2,
body.page-template-passion .section_1__left h3,
body.page-template-passion .section_1__left h4,
body.page-template-passion .section_1__left h5 {
	margin: 0;
	margin-bottom: 25px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 22px
}

body.page-template-passion .section_1__left p {
	text-align: justify
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_1__right {
		padding-left: 25px
	}
}

body.page-template-passion .section_1__right img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-passion .section_2 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-passion .section_2__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 12.5px 12.5px 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper {
		padding: 0 15px 15px
	}
}

body.page-template-passion .section_2__wrapper .image,
body.page-template-passion .section_2__wrapper .item {
	position: relative
}

body.page-template-passion .section_2__wrapper .image .watermark,
body.page-template-passion .section_2__wrapper .item .watermark {
	position: absolute;
	bottom: 10px;
	left: 10px
}

body.page-template-passion .section_2__wrapper .image .watermark img,
body.page-template-passion .section_2__wrapper .item .watermark img {
	width: 100px;
	height: auto
}

body.page-template-passion .section_2__wrapper .item {
	padding: 12.5px;
	width: 100%
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .item {
		padding: 15px
	}
}

body.page-template-passion .section_2__wrapper .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-passion .section_2__wrapper .item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-passion .section_2__wrapper .three_images_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:first-child {
		width: 30%
	}
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image {
		height: 50%
	}
}

body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:first-child {
	padding-bottom: 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:first-child {
		padding-bottom: 15px
	}
}

body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:first-child .watermark {
	bottom: 22.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:first-child .watermark {
		bottom: 25px
	}
}

body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:first-child .image:last-child {
		padding-top: 15px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_left .item:nth-child(2) {
		width: 70%
	}
}

body.page-template-passion .section_2__wrapper .three_images_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) {
		width: 30%
	}
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image {
		height: 50%
	}
}

body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:first-child {
	padding-bottom: 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:first-child {
		padding-bottom: 15px
	}
}

body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:first-child .watermark {
	bottom: 22.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:first-child .watermark {
		bottom: 25px
	}
}

body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:nth-child(2) .image:last-child {
		padding-top: 15px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .three_images_right .item:first-child {
		width: 70%
	}
}

body.page-template-passion .section_2__wrapper .two_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media only screen and (min-width:992px) {
	body.page-template-passion .section_2__wrapper .two_images .item {
		width: 50%
	}
}

body.page-template-passion.night .section_1 {
	background-color: #000
}

body.page-template-passion.night .section_1__left h1,
body.page-template-passion.night .section_1__left h2,
body.page-template-passion.night .section_1__left h3,
body.page-template-passion.night .section_1__left h4,
body.page-template-passion.night .section_1__left h5,
body.page-template-passion.night .section_1__left h6,
body.page-template-passion.night .section_1__left p {
	color: #FFF
}

body.page-template-passion.night .section_2 {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-default .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-default .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-default .navbar-wrapper {
	background-color: #FFF
}

body.page-template-default .navbar-wrapper.scrolled {
	background-color: #000000
}

body.page-template-default .navbar-wrapper.scrolled .navbar-wrapper__inner--logo svg g path,
body.page-template-default .navbar-wrapper.scrolled .navbar-wrapper__inner--logo svg g polygon {
	fill: #FFF
}

body.page-template-default .navbar-wrapper.scrolled .navbar-wrapper__inner--logo svg g polyline {
	stroke: #FFF
}

body.page-template-default .navbar-wrapper.scrolled .navbar-wrapper__inner--hamburger a .line {
	background-color: #FFF
}

body.page-template-default .navbar-wrapper__inner--logo svg g path,
body.page-template-default .navbar-wrapper__inner--logo svg g polygon {
	fill: #000
}

body.page-template-default .navbar-wrapper__inner--logo svg g polyline {
	stroke: #000
}

body.page-template-default .navbar-wrapper__inner--hamburger.active a .line {
	background-color: #FFF
}

body.page-template-default .navbar-wrapper__inner--hamburger a .line {
	background-color: #000
}

body.page-template-default .section_1__inner {
	padding: 75px 25px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto
}

@media only screen and (min-width:1200px) {
	body.page-template-default .section_1__inner {
		padding: 130px 25px
	}
}

body.page-template-default .section_1__inner h1,
body.page-template-default .section_1__inner h2,
body.page-template-default .section_1__inner h3,
body.page-template-default .section_1__inner h4,
body.page-template-default .section_1__inner h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-default .section_1__inner h1 {
	font-size: 26px
}

body.page-template-default .section_1__inner h2 {
	font-size: 24px
}

body.page-template-default .section_1__inner h3 {
	font-size: 22px
}

body.page-template-default .section_1__inner h4 {
	font-size: 20px
}

body.page-template-default .section_1__inner b,
body.page-template-default .section_1__inner strong {
	font-weight: bold
}

body.page-template-default .section_1__inner a {
	color: #000000
}

body.page-template-default .section_1__inner ol,
body.page-template-default .section_1__inner ul {
	padding-left: 40px
}

body.page-template-default .section_1__inner ol li,
body.page-template-default .section_1__inner ul li {
	margin-bottom: 5px;
	text-align: justify
}

body.page-template-default .section_1__inner ol li:last-child,
body.page-template-default .section_1__inner ul li:last-child {
	margin-bottom: 0
}

body.page-template-default .section_1__inner img {
	max-width: 100%;
	height: auto
}

body.page-template-default .section_1__inner p {
	text-align: justify
}

body.page-template-default.night .page-wrapper {
	background-color: #000
}

body.page-template-default.night .page-wrapper .section_1__inner h1,
body.page-template-default.night .page-wrapper .section_1__inner h2,
body.page-template-default.night .page-wrapper .section_1__inner h3,
body.page-template-default.night .page-wrapper .section_1__inner h4,
body.page-template-default.night .page-wrapper .section_1__inner h5,
body.page-template-default.night .page-wrapper .section_1__inner h6,
body.page-template-default.night .page-wrapper .section_1__inner li,
body.page-template-default.night .page-wrapper .section_1__inner p {
	color: #FFF
}

body.page-template-jobs .navbar-wrapper {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-jobs .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-jobs .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-jobs .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px);
	display: none
}

@media only screen and (min-width:992px) {
	body.page-template-jobs .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-jobs .header {
		cursor: normal
	}
}

body.page-template-jobs .header.remove-fullscreen {
	height: auto !important
}

body.page-template-jobs .header.slide-active {
	cursor: none
}

body.page-template-jobs .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-jobs .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-jobs .header__video--inner img,
body.page-template-jobs .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-jobs .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-jobs .header .swiper-container {
	height: 100%
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-jobs .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-jobs .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-jobs .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-jobs .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-jobs .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-jobs .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-jobs .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-jobs .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-jobs .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-jobs .language {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	padding: 100px 25px
}

body.page-template-jobs .language a {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-align: center;
	cursor: pointer
}

body.page-template-jobs .language a:focus,
body.page-template-jobs .language a:hover {
	color: #265e6e
}

body.page-template-jobs .section_1 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-jobs .section_1 .first {
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	padding: 0 25px 100px 25px
}

body.page-template-jobs .section_1 .first p {
	text-align: justify
}

body.page-template-jobs .section_1 .first h1,
body.page-template-jobs .section_1 .first h2,
body.page-template-jobs .section_1 .first h3,
body.page-template-jobs .section_1 .first h4,
body.page-template-jobs .section_1 .first h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin: 25px 0
}

body.page-template-jobs .section_1 .first h1 {
	font-size: 26px
}

body.page-template-jobs .section_1 .first h2 {
	font-size: 24px
}

body.page-template-jobs .section_1 .first h3 {
	font-size: 22px
}

body.page-template-jobs .section_1 .first h4 {
	font-size: 20px
}

body.page-template-jobs .section_1 .first b,
body.page-template-jobs .section_1 .first strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}

body.page-template-jobs .section_1 .first a {
	color: #000000
}

body.page-template-jobs .section_1 .first ol,
body.page-template-jobs .section_1 .first ul {
	padding-left: 40px
}

body.page-template-jobs .section_1 .first ol li,
body.page-template-jobs .section_1 .first ul li {
	margin-bottom: 5px
}

body.page-template-jobs .section_1 .first ol li:last-child,
body.page-template-jobs .section_1 .first ul li:last-child {
	margin-bottom: 0
}

body.page-template-jobs .section_1 .first img {
	max-width: 100%;
	height: auto
}

body.page-template-jobs .section_1 .second {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-jobs .section_1 .second__item {
	width: 100%;
	padding-bottom: 50px;
	max-width: 520px;
	margin: 0 auto;
	padding: 0 25px 25px 25px
}

@media only screen and (min-width:992px) {
	body.page-template-jobs .section_1 .second__item {
		margin: 0;
		max-width: auto;
		padding: 0 25px 50px 25px;
		max-width: 33.3333%
	}
}

body.page-template-jobs .section_1 .second__item:nth-child(4),
body.page-template-jobs .section_1 .second__item:nth-child(5),
body.page-template-jobs .section_1 .second__item:nth-child(6) {
	display: none
}

@media only screen and (min-width:992px) {

	body.page-template-jobs .section_1 .second__item:nth-child(4),
	body.page-template-jobs .section_1 .second__item:nth-child(5),
	body.page-template-jobs .section_1 .second__item:nth-child(6) {
		display: block
	}
}

body.page-template-jobs .section_1 .second__item--inner {
	height: 100%
}

@media only screen and (min-width:992px) {
	body.page-template-jobs .section_1 .second__item--inner .content {
		min-height: 150px
	}
}

body.page-template-jobs .section_1 .second__item--inner .content h1,
body.page-template-jobs .section_1 .second__item--inner .content h2,
body.page-template-jobs .section_1 .second__item--inner .content h3,
body.page-template-jobs .section_1 .second__item--inner .content h4,
body.page-template-jobs .section_1 .second__item--inner .content h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin: 0 0 25px 0
}

@media only screen and (min-width:992px) {

	body.page-template-jobs .section_1 .second__item--inner .content h1,
	body.page-template-jobs .section_1 .second__item--inner .content h2,
	body.page-template-jobs .section_1 .second__item--inner .content h3,
	body.page-template-jobs .section_1 .second__item--inner .content h4,
	body.page-template-jobs .section_1 .second__item--inner .content h5 {
		margin: 25px 0
	}
}

body.page-template-jobs .section_1 .second__item--inner .content h1 {
	font-size: 26px
}

body.page-template-jobs .section_1 .second__item--inner .content h2 {
	font-size: 24px
}

body.page-template-jobs .section_1 .second__item--inner .content h3 {
	font-size: 22px
}

body.page-template-jobs .section_1 .second__item--inner .content h4 {
	font-size: 20px
}

body.page-template-jobs .section_1 .second__item--inner img {
	width: 100%;
	height: 40vh;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-jobs .section_3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:768px) {
	body.page-template-jobs .section_3 {
		padding-bottom: 18.75px
	}
}

body.page-template-jobs .section_3__item {
	width: 33.3333%
}

@media only screen and (min-width:768px) {
	body.page-template-jobs .section_3__item:first-child {
		padding-right: 12.5px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-jobs .section_3__item:nth-child(2) {
		padding-left: 6.25px;
		padding-right: 6.25px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-jobs .section_3__item:last-child {
		padding-left: 12.5px
	}
}

body.page-template-jobs .section_3__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-jobs.night .page-wrapper {
	background-color: #000
}

body.page-template-jobs.night .language {
	background-color: #000
}

body.page-template-jobs.night .language a {
	color: #FFF
}

body.page-template-jobs.night .section_1 {
	background-color: #000
}

body.page-template-jobs.night .section_1 .first h1,
body.page-template-jobs.night .section_1 .first h2,
body.page-template-jobs.night .section_1 .first h3,
body.page-template-jobs.night .section_1 .first h4,
body.page-template-jobs.night .section_1 .first h5,
body.page-template-jobs.night .section_1 .first li,
body.page-template-jobs.night .section_1 .first p {
	color: #FFF
}

body.page-template-jobs.night .section_1 .second__item--inner .content h1,
body.page-template-jobs.night .section_1 .second__item--inner .content h2,
body.page-template-jobs.night .section_1 .second__item--inner .content h3,
body.page-template-jobs.night .section_1 .second__item--inner .content h4,
body.page-template-jobs.night .section_1 .second__item--inner .content h5,
body.page-template-jobs.night .section_1 .second__item--inner .content li,
body.page-template-jobs.night .section_1 .second__item--inner .content p {
	color: #FFF
}

body.page-template-jobs.night .section_3 {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-contact .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-contact .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-contact .header {
	position: relative;
	overflow: hidden;
	height: calc(150vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-contact .header {
		height: 120vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-contact .header {
		cursor: normal
	}
}

body.page-template-contact .header.remove-fullscreen {
	height: auto !important
}

body.page-template-contact .header.slide-active {
	cursor: none
}

body.page-template-contact .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-contact .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-contact .header__video--inner img,
body.page-template-contact .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-contact .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-contact .header .swiper-container {
	height: 100%
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-contact .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-contact .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-contact .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-contact .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-contact .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-contact .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-contact .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-contact .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-contact .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-contact .section_1 {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-contact .section_1__inner {
	width: 100%;
	padding: 25px 12.5px 25px 12.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.page-template-contact .section_1__inner--item {
	padding: 0 12.5px;
	width: 100%;
	margin-bottom: 25px
}

@media only screen and (min-width:768px) {
	body.page-template-contact .section_1__inner--item {
		max-width: auto;
		margin: 0;
		width: 33.33333%
	}
}

body.page-template-contact .section_1__inner--item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-contact .section_1__inner--item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-contact .section_2 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-contact .section_2__inner {
	padding-bottom: 100px;
	padding-top: 50px
}

@media only screen and (min-width:768px) {
	body.page-template-contact .section_2__inner {
		padding-bottom: 50px
	}
}

body.page-template-contact .section_2__inner .mapplic-element {
	height: auto !important
}

body.page-template-contact .section_3 {
	background-color: #FFF;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-contact .section_3__inner {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	padding: 50px 25px 100px 25px;
	text-align: center
}

body.page-template-contact .section_3__inner .button a {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-weight: bold;
	padding: 15px 35px;
	background-color: #000000;
	border: 1px solid #000000;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer
}

body.page-template-contact .section_3__inner .button a:focus,
body.page-template-contact .section_3__inner .button a:hover {
	border-color: #265e6e;
	background-color: #265e6e;
	text-decoration: none
}

body.page-template-contact.night .section_1 {
	background-color: #000
}

body.page-template-contact.night .section_2 {
	background-color: #000
}

body.page-template-contact.night .section_2__inner .mapplic-element .mapplic-container .mapplic-map .mapplic-map-image svg path {
	fill: #FFF !important
}

body.page-template-contact.night .section_3 {
	background-color: #000
}

body.page-template-contact.night .section_3__inner .button a {
	background-color: #265e6e
}

body.page-template-contact.night .section_3__inner .button a:focus,
body.page-template-contact.night .section_3__inner .button a:hover {
	background-color: #FFF;
	color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-drifter .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-drifter .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-drifter .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-drifter .header {
		cursor: normal
	}
}

body.page-template-drifter .header.remove-fullscreen {
	height: auto !important
}

body.page-template-drifter .header.slide-active {
	cursor: none
}

body.page-template-drifter .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-drifter .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-drifter .header__video--inner img,
body.page-template-drifter .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-drifter .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-drifter .header .swiper-container {
	height: 100%
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-drifter .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-drifter .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-drifter .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-drifter .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-drifter .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-drifter .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-drifter .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-drifter .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-drifter .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-drifter .content {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-drifter .content__wrapper {
	padding: 0 12.5px 25px 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .height-930 {
		height: 930px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .height-450 {
		height: 450px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .height-600 {
		height: 600px
	}
}

body.page-template-drifter .content__wrapper img,
body.page-template-drifter .content__wrapper video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-drifter .content__wrapper .image,
body.page-template-drifter .content__wrapper .item {
	position: relative
}

body.page-template-drifter .content__wrapper .image .watermark,
body.page-template-drifter .content__wrapper .item .watermark {
	position: absolute;
	bottom: 10px;
	left: 22.5px
}

body.page-template-drifter .content__wrapper .image .watermark img,
body.page-template-drifter .content__wrapper .item .watermark img {
	width: 50px;
	height: auto
}

body.page-template-drifter .content__wrapper .three_images_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-drifter .content__wrapper .three_images_right .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .three_images_right .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .three_images_right .item:first-child,
	body.page-template-drifter .content__wrapper .three_images_right .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-drifter .content__wrapper .three_images_right .item:first-child {
		padding-bottom: 25px
	}
}

body.page-template-drifter .content__wrapper .three_images_right .item:first-child .watermark {
	bottom: 35px
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .three_images_right .item:first-child .watermark {
		bottom: 10px
	}
}

body.page-template-drifter .content__wrapper .three_images_right .item:last-child .image:first-child {
	padding-bottom: 12.5px
}

body.page-template-drifter .content__wrapper .three_images_right .item:last-child .image:first-child .watermark {
	bottom: 22.5px
}

body.page-template-drifter .content__wrapper .three_images_right .item:last-child .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .three_images_right .item:last-child .image {
		height: 50%
	}
}

body.page-template-drifter .content__wrapper .three_images_right .item:last-child .image .watermark {
	left: 10px
}

body.page-template-drifter .content__wrapper .three_images_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

body.page-template-drifter .content__wrapper .three_images_left .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .three_images_left .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .three_images_left .item:first-child,
	body.page-template-drifter .content__wrapper .three_images_left .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-drifter .content__wrapper .three_images_left .item:last-child {
		padding-bottom: 25px
	}
}

body.page-template-drifter .content__wrapper .three_images_left .item:first-child .image:first-child {
	padding-bottom: 12.5px
}

body.page-template-drifter .content__wrapper .three_images_left .item:first-child .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .three_images_left .item:first-child .image {
		height: 50%
	}
}

body.page-template-drifter .content__wrapper .two_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-drifter .content__wrapper .two_images .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .two_images .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .two_images .item:first-child,
	body.page-template-drifter .content__wrapper .two_images .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-drifter .content__wrapper .two_images .item:first-child {
		padding-bottom: 25px
	}
}

body.page-template-drifter .content__wrapper .two_images .item:first-child .watermark {
	bottom: 35px
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .two_images .item:first-child .watermark {
		bottom: 10px
	}
}

body.page-template-drifter .content__wrapper .three_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-drifter .content__wrapper .three_images .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .three_images .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .three_images .item:first-child,
	body.page-template-drifter .content__wrapper .three_images .item:last-child,
	body.page-template-drifter .content__wrapper .three_images .item:nth-child(2) {
		width: 33.3333%
	}
}

@media only screen and (max-width:767px) {

	body.page-template-drifter .content__wrapper .three_images .item:first-child,
	body.page-template-drifter .content__wrapper .three_images .item:nth-child(2) {
		padding-bottom: 25px
	}
}

body.page-template-drifter .content__wrapper .three_images .item:first-child .watermark,
body.page-template-drifter .content__wrapper .three_images .item:nth-child(2) .watermark {
	bottom: 35px
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .three_images .item:first-child .watermark,
	body.page-template-drifter .content__wrapper .three_images .item:nth-child(2) .watermark {
		bottom: 10px
	}
}

body.page-template-drifter .content__wrapper .one_image {
	width: 100%;
	padding-top: 25px
}

body.page-template-drifter .content__wrapper .one_image .item {
	padding: 0 12.5px;
	height: 100%
}

body.page-template-drifter .content__wrapper .two_images_30_70 {
	width: 100%;
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-drifter .content__wrapper .two_images_30_70 .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .two_images_30_70 .item {
		height: 100%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-drifter .content__wrapper .two_images_30_70 .item:first-child {
		padding-bottom: 25px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .two_images_30_70 .item:first-child {
		width: 33.3333%
	}
}

body.page-template-drifter .content__wrapper .two_images_30_70 .item:first-child .watermark {
	bottom: 35px
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .two_images_30_70 .item:first-child .watermark {
		bottom: 10px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .two_images_30_70 .item:last-child {
		width: 66.66666%
	}
}

body.page-template-drifter .content__wrapper .four_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-drifter .content__wrapper .four_images .item {
	padding: 0 12.5px
}

@media only screen and (max-width:767px) {
	body.page-template-drifter .content__wrapper .four_images .item {
		padding-bottom: 25px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-drifter .content__wrapper .four_images .item {
		height: 100%
	}
}

body.page-template-drifter .content__wrapper .four_images .item:last-child {
	padding-bottom: 0
}

@media only screen and (min-width:768px) {
	body.page-template-drifter .content__wrapper .four_images .item {
		width: 25%
	}
}

body.page-template-drifter .content__wrapper .four_images .item:first-child .watermark,
body.page-template-drifter .content__wrapper .four_images .item:nth-child(2) .watermark,
body.page-template-drifter .content__wrapper .four_images .item:nth-child(3) .watermark {
	bottom: 35px
}

@media only screen and (min-width:768px) {

	body.page-template-drifter .content__wrapper .four_images .item:first-child .watermark,
	body.page-template-drifter .content__wrapper .four_images .item:nth-child(2) .watermark,
	body.page-template-drifter .content__wrapper .four_images .item:nth-child(3) .watermark {
		bottom: 10px
	}
}

body.page-template-drifter.night .content {
	background-color: #000
}

body.page-template-form .navbar-wrapper {
	background-color: #000
}

@media only screen and (max-width:991px) {
	body.page-template-form .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-form .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-form .form__inner {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 25px;
	text-align: center
}

body.page-template-form .form__inner svg {
	width: 100px;
	height: 100px;
	margin-bottom: 50px
}

body.page-template-form .form__inner img {
	margin-bottom: 50px;
	height: auto;
	width: 100%
}

body.page-template-form .form__inner .wpcf7 form .form-row {
	margin: 0
}

body.page-template-form .form__inner .wpcf7 form .form-row span {
	width: 100%;
	position: relative;
	margin-bottom: 25px
}

body.page-template-form .form__inner .wpcf7 form .form-row span.your-field-name:before {
	content: url('https://the-landrovers.com/wp-content/uploads/2019/07/caret-down-kopie.svg');
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 10;
	color: #FFF;
	width: 11px
}

body.page-template-form .form__inner .wpcf7 form .form-row span.wpcf7-not-valid-tip {
	margin-bottom: 0
}

body.page-template-form .form__inner .wpcf7 form .form-row span input,
body.page-template-form .form__inner .wpcf7 form .form-row span select,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #000
}

body.page-template-form .form__inner .wpcf7 form .form-row span input:focus,
body.page-template-form .form__inner .wpcf7 form .form-row span select:focus,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea:focus {
	outline: 0
}

body.page-template-form .form__inner .wpcf7 form .form-row span input::-webkit-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span select::-webkit-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-form .form__inner .wpcf7 form .form-row span input::-moz-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span select::-moz-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-form .form__inner .wpcf7 form .form-row span input:-ms-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span select:-ms-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-form .form__inner .wpcf7 form .form-row span input::-ms-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span select::-ms-input-placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea::-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-form .form__inner .wpcf7 form .form-row span input::placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span select::placeholder,
body.page-template-form .form__inner .wpcf7 form .form-row span textarea::placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-form .form__inner .wpcf7 form .form-row span select {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body.page-template-form .form__inner .wpcf7 form .form-row span textarea {
	height: 75px
}

body.page-template-form .form__inner .wpcf7 form p {
	margin: 0
}

body.page-template-form .form__inner .wpcf7 form p .ajax-loader {
	display: none
}

body.page-template-form .form__inner .wpcf7 form p input {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-form .form__inner .wpcf7 form p input:focus,
body.page-template-form .form__inner .wpcf7 form p input:hover {
	background-color: #265e6e
}

body.page-template-form .form__inner p {
	margin: 0;
	margin-top: 10px;
	text-align: center
}

body.page-template-form .form__inner p a {
	color: #000;
	font-weight: bold
}

@media only screen and (max-width:991px) {
	body.page-template-electric .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-electric .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-electric .header {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 80px)
}

@media only screen and (min-width:992px) {
	body.page-template-electric .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-electric .header {
		cursor: normal
	}
}

body.page-template-electric .header.remove-fullscreen {
	height: auto !important
}

body.page-template-electric .header.slide-active {
	cursor: none
}

body.page-template-electric .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-electric .header__video--inner {
	width: 100%;
	height: 100%
}

body.page-template-electric .header__video--inner img,
body.page-template-electric .header__video--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-electric .header__video--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-electric .header .swiper-container {
	height: 100%
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 10;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 330px;
	margin: 0 auto;
	padding: 30px 25px
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 3px 10px
}

body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-electric .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none
}

body.page-template-electric .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-electric .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-electric .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-electric .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-electric .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-electric .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-electric .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-electric .grid {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-electric .grid__inner {
	padding: 25px 12.5px 0 12.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-electric .grid__inner--left,
body.page-template-electric .grid__inner--right {
	width: 100%
}

@media only screen and (min-width:768px) {

	body.page-template-electric .grid__inner--left,
	body.page-template-electric .grid__inner--right {
		width: 50%
	}
}

body.page-template-electric .grid__inner--left .item,
body.page-template-electric .grid__inner--right .item {
	padding: 0 12.5px;
	width: 100%;
	margin-bottom: 25px
}

body.page-template-electric .grid__inner--left .item video,
body.page-template-electric .grid__inner--right .item video {
	width: 100%;
	height: auto
}

body.page-template-electric .grid__inner--left .item img,
body.page-template-electric .grid__inner--right .item img {
	width: 100%;
	height: auto
}

body.page-template-electric .grid__inner--right .item:first-child video {
	height: 50vh;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-electric .grid__inner--left .item:last-child img {
	height: 50vh;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-electric .contact {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-electric .contact__inner {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	padding: 50px 25px 130px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.page-template-electric .contact__inner--left,
body.page-template-electric .contact__inner--right {
	width: 100%
}

body.page-template-electric .contact__inner--left h1,
body.page-template-electric .contact__inner--left h2,
body.page-template-electric .contact__inner--left h3,
body.page-template-electric .contact__inner--left h4 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin: 0;
	margin-bottom: 25px;
	text-align: center
}

body.page-template-electric .contact__inner--left p:last-child {
	margin-bottom: 0
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row {
	margin: 0
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span {
	width: 100%;
	position: relative;
	margin-bottom: 25px
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span.your-field-name:before {
	content: url('https://the-landrovers.com/wp-content/uploads/2019/07/caret-down-kopie.svg');
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 10;
	color: #FFF;
	width: 11px
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span.wpcf7-not-valid-tip {
	margin-bottom: 0
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #000
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input:focus,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select:focus,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea:focus {
	outline: 0
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input::-webkit-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select::-webkit-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input::-moz-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select::-moz-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea::-moz-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input:-ms-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select:-ms-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input::-ms-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select::-ms-input-placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea::-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span input::placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select::placeholder,
body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea::placeholder {
	font-family: 'Montserrat', sans-serif
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span select {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body.page-template-electric .contact__inner--right .wpcf7 form .form-row span textarea {
	height: 75px
}

body.page-template-electric .contact__inner--right .wpcf7 form p {
	margin: 0
}

body.page-template-electric .contact__inner--right .wpcf7 form p .ajax-loader {
	display: none
}

body.page-template-electric .contact__inner--right .wpcf7 form p input {
	background-color: #41f254;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-electric .contact__inner--right .wpcf7 form p input:focus,
body.page-template-electric .contact__inner--right .wpcf7 form p input:hover {
	background-color: #41f254
}

body.page-template-electric .content {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-electric .content__wrapper {
	padding: 0 12.5px 25px 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .height-930 {
		height: 930px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .height-450 {
		height: 450px
	}
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .height-600 {
		height: 600px
	}
}

body.page-template-electric .content__wrapper img,
body.page-template-electric .content__wrapper video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-electric .content__wrapper .image,
body.page-template-electric .content__wrapper .item {
	position: relative
}

body.page-template-electric .content__wrapper .image .watermark,
body.page-template-electric .content__wrapper .item .watermark {
	position: absolute;
	bottom: 35px;
	left: 22.5px
}

@media only screen and (min-width:992px) {

	body.page-template-electric .content__wrapper .image .watermark,
	body.page-template-electric .content__wrapper .item .watermark {
		bottom: 10px
	}
}

body.page-template-electric .content__wrapper .image .watermark img,
body.page-template-electric .content__wrapper .item .watermark img {
	width: 100px;
	height: auto
}

body.page-template-electric .content__wrapper .three_images_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-electric .content__wrapper .three_images_right .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .three_images_right .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-electric .content__wrapper .three_images_right .item:first-child,
	body.page-template-electric .content__wrapper .three_images_right .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-electric .content__wrapper .three_images_right .item:first-child {
		padding-bottom: 25px
	}
}

body.page-template-electric .content__wrapper .three_images_right .item:last-child .image:first-child {
	padding-bottom: 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .three_images_right .item:last-child .image:first-child .watermark {
		bottom: 22.5px
	}
}

body.page-template-electric .content__wrapper .three_images_right .item:last-child .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:768px) {
	body.page-template-electric .content__wrapper .three_images_right .item:last-child .image {
		height: 50%
	}
}

body.page-template-electric .content__wrapper .three_images_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

body.page-template-electric .content__wrapper .three_images_left .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .three_images_left .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-electric .content__wrapper .three_images_left .item:first-child,
	body.page-template-electric .content__wrapper .three_images_left .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-electric .content__wrapper .three_images_left .item:last-child {
		padding-bottom: 25px
	}
}

body.page-template-electric .content__wrapper .three_images_left .item:first-child .image:first-child {
	padding-bottom: 12.5px
}

body.page-template-electric .content__wrapper .three_images_left .item:first-child .image:last-child {
	padding-top: 12.5px
}

@media only screen and (min-width:768px) {
	body.page-template-electric .content__wrapper .three_images_left .item:first-child .image {
		height: 50%
	}
}

body.page-template-electric .content__wrapper .two_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-electric .content__wrapper .two_images .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .two_images .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-electric .content__wrapper .two_images .item:first-child,
	body.page-template-electric .content__wrapper .two_images .item:last-child {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-electric .content__wrapper .two_images .item:first-child {
		padding-bottom: 25px
	}
}

body.page-template-electric .content__wrapper .two_images .item:last-child .watermark {
	bottom: 10px
}

body.page-template-electric .content__wrapper .three_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-electric .content__wrapper .three_images .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .three_images .item {
		height: 100%
	}
}

@media only screen and (min-width:768px) {

	body.page-template-electric .content__wrapper .three_images .item:first-child,
	body.page-template-electric .content__wrapper .three_images .item:last-child,
	body.page-template-electric .content__wrapper .three_images .item:nth-child(2) {
		width: 33.3333%
	}
}

@media only screen and (max-width:767px) {

	body.page-template-electric .content__wrapper .three_images .item:first-child,
	body.page-template-electric .content__wrapper .three_images .item:nth-child(2) {
		padding-bottom: 25px
	}
}

body.page-template-electric .content__wrapper .three_images .item:last-child .watermark {
	bottom: 10px
}

body.page-template-electric .content__wrapper .one_image {
	width: 100%;
	padding-top: 25px
}

body.page-template-electric .content__wrapper .one_image .item {
	padding: 0 12.5px;
	height: 100%
}

body.page-template-electric .content__wrapper .one_image .item .watermark {
	bottom: 10px
}

body.page-template-electric .content__wrapper .two_images_30_70 {
	width: 100%;
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-electric .content__wrapper .two_images_30_70 .item {
	padding: 0 12.5px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .two_images_30_70 .item {
		height: 100%
	}
}

@media only screen and (max-width:767px) {
	body.page-template-electric .content__wrapper .two_images_30_70 .item:first-child {
		padding-bottom: 25px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-electric .content__wrapper .two_images_30_70 .item:first-child {
		width: 33.3333%
	}
}

@media only screen and (min-width:768px) {
	body.page-template-electric .content__wrapper .two_images_30_70 .item:last-child {
		width: 66.66666%
	}
}

body.page-template-electric .content__wrapper .two_images_30_70 .item:last-child .watermark {
	bottom: 10px
}

body.page-template-electric .content__wrapper .four_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 25px
}

body.page-template-electric .content__wrapper .four_images .item {
	padding: 0 12.5px;
	padding-bottom: 25px
}

@media only screen and (min-width:992px) {
	body.page-template-electric .content__wrapper .four_images .item {
		height: 100%
	}
}

body.page-template-electric .content__wrapper .four_images .item:last-child {
	padding-bottom: 0
}

@media only screen and (min-width:768px) {
	body.page-template-electric .content__wrapper .four_images .item {
		width: 25%
	}
}

body.page-template-electric.night .grid {
	background-color: #000
}

body.page-template-electric.night .contact {
	background-color: #000
}

body.page-template-electric.night .contact h1,
body.page-template-electric.night .contact h2,
body.page-template-electric.night .contact h3,
body.page-template-electric.night .contact h4,
body.page-template-electric.night .contact p {
	color: #FFF
}

body.page-template-electric.night .content {
	background-color: #000
}

body.page-template-testpage .header {
	position: relative;
	height: calc(100vh - 80px);
	overflow: hidden
}

@media only screen and (min-width:992px) {
	body.page-template-testpage .header {
		height: 100vh
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-testpage .header {
		cursor: none
	}
}

body.page-template-testpage .header__mobile {
	width: 100%;
	height: 100%
}

body.page-template-testpage .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.page-template-testpage .header__mobile--inner img,
body.page-template-testpage .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-testpage .header__mobile--inner .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-testpage .header .swiper-container {
	height: 100%
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide .cursor-placeholder {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: -1
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg .video-container,
body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg iframe {
	z-index: -1
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	left: 75px;
	z-index: 101;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	cursor: default
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	max-width: 480px;
	margin: 0 auto;
	padding: 50px;
	width: 100%
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	color: #000;
	margin: 0;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	margin-bottom: 25px
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p {
	color: #000;
	margin: 0
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner p strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button {
	margin-top: 25px
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a {
	border: 1px solid #FFF;
	background-color: #000;
	color: #FFF;
	padding: 5px 15px
}

body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:focus,
body.page-template-testpage .header .swiper-container .swiper-wrapper .swiper-slide__content--inner .button a:hover {
	border-color: transparent;
	text-decoration: none;
	background-color: #265e6e
}

body.page-template-testpage .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px;
	z-index: 101
}

body.page-template-testpage .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-testpage .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-testpage .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-testpage .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-testpage .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testpage .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-testpage .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-testpage .section_1 {
	background-color: #FFF
}

body.page-template-testpage .section_1__inner {
	width: 100%;
	padding: 50px 10px 50px 10px
}

@media only screen and (min-width:1200px) {
	body.page-template-testpage .section_1__inner {
		padding: 50px 25px 50px 25px
	}
}

body.page-template-testpage .section_1__inner--categories {
	padding: 0 12.5px;
	max-width: 820px;
	margin: 0 auto 35px auto;
	width: 100%
}

body.page-template-testpage .section_1__inner--categories ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-testpage .section_1__inner--categories ul li {
	list-style: none;
	width: auto;
	float: left;
	text-align: left;
	margin-bottom: 5px
}

@media only screen and (max-width:767px) {
	body.page-template-testpage .section_1__inner--categories ul li {
		min-width: 200px
	}
}

@media only screen and (min-width:768px) {
	body.page-template-testpage .section_1__inner--categories ul li {
		width: 20%
	}
}

body.page-template-testpage .section_1__inner--categories ul li:last-child {
	margin-bottom: 0
}

body.page-template-testpage .section_1__inner--categories ul li:last-child a {
	border: 0
}

body.page-template-testpage .section_1__inner--categories ul li a {
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	background-color: #f1f1f1;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	width: auto;
	font-size: 0.8em;
	width: 100%;
	text-align: center
}

@media only screen and (min-width:480px) {
	body.page-template-testpage .section_1__inner--categories ul li a {
		border-right: 1px solid #CCC
	}
}

body.page-template-testpage .section_1__inner--categories ul li a:focus,
body.page-template-testpage .section_1__inner--categories ul li a:hover {
	background-color: #265e6e;
	color: #FFF;
	text-decoration: none
}

body.page-template-testpage .section_1__inner--categories ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body.page-template-testpage .section_1__inner--ajax .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm {
	position: relative;
	width: 100%;
	z-index: 10
}

@media only screen and (min-width:768px) {
	body.page-template-testpage .section_1__inner--ajax .inner .itemm {
		width: 50%
	}
}

@media only screen and (min-width:1200px) {
	body.page-template-testpage .section_1__inner--ajax .inner .itemm {
		width: 33.3333%
	}
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner {
	padding: 10px 10px 15px 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner:focus,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner:focus .itemm__inner--content .images .swiper,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner:hover .itemm__inner--content .images .swiper {
	opacity: 1;
	visibility: visible
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content {
	position: relative
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image img {
	width: 100%;
	height: auto
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner {
	position: relative
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a {
	background-color: #265e6e;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a:focus,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner--back a:hover {
	background-color: #000;
	text-decoration: none
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner:focus .image__inner--back,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .image__inner:hover .image__inner--back {
	opacity: 1;
	visibility: visible
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images {
	position: relative
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	text-align: center
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: relative
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container {
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	margin-top: 15px;
	width: calc(100% - 100px)
}

@media (min-width:1366px) {
	body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container {
		width: calc(100% - 125px)
	}
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container .swiper-wrapper .swiper-slide__image {
	cursor: pointer
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .defender-container .swiper-wrapper .swiper-slide__image img {
	width: 100%;
	height: auto
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev {
	background-image: none;
	height: 22px;
	width: 18px;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next svg,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev svg {
	font-size: 22px;
	color: #c1bfbf
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next:focus,
body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev:focus {
	outline: 0
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-next {
	right: 6px
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm__inner--content .images .swiper .swiper-button-prev {
	left: 6px
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	margin-bottom: 15px;
	text-align: center
}

body.page-template-testpage .section_1__inner--ajax .inner .itemm .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore,
body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore_filter {
	padding: 0 12.5px;
	text-align: center;
	width: 100%;
	margin-top: 10px
}

body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore_filter span,
body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore span {
	display: inline-block;
	padding: 10px;
	background-color: #f2f2f2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	color: #c1bfbf;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore_filter span:focus,
body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore_filter span:hover,
body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore span:focus,
body.page-template-testpage .section_1__inner--ajax .inner .misha_loadmore span:hover {
	background-color: #265e6e;
	color: #FFF
}

@media only screen and (max-width:991px) {
	body.page-template-why .navbar-wrapper__inner--logo {
		left: 25px;
		-webkit-transform: none;
		transform: none
	}
}

body.page-template-why .navbar-wrapper__inner--actions {
	display: none
}

body.page-template-why .header {
	position: relative;
	height: calc(100vh - 80px);
	overflow: hidden;
	cursor: normal
}

body.page-template-why .header.remove-fullscreen {
	height: auto !important
}

body.page-template-why .header.slide-active {
	cursor: none
}

@media only screen and (min-width:992px) {
	body.page-template-why .header {
		height: 100vh
	}
}

body.page-template-why .header__video {
	height: 100%;
	width: 100%;
	cursor: default
}

body.page-template-why .header__video img,
body.page-template-why .header__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-why .header__video .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-why .header__mobile {
	width: 100%;
	height: 100%
}

body.page-template-why .header__mobile--inner {
	width: 100%;
	height: 100%
}

body.page-template-why .header__mobile--inner video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

body.page-template-why .header .swiper-container {
	height: 100%
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__bg {
	height: 100%;
	width: 100%
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__bg img,
body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__bg video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__bg .img-wrapper {
	width: 100%;
	height: 100%
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content--inner {
	padding: 50px 25px;
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	text-align: center
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2,
body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h3 {
	color: #FFF;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 18px
}

body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
	margin-bottom: 25px
}

@media only screen and (min-width:992px) {
	body.page-template-why .header .swiper-container .swiper-wrapper .swiper-slide__content--inner h2 {
		margin-bottom: 50px
	}
}

body.page-template-why .header .swiper-container .swiper-pagination {
	width: auto;
	bottom: 25px;
	left: 65px
}

body.page-template-why .header .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 0.5;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif
}

body.page-template-why .header .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
	outline: 0
}

body.page-template-why .header .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 36px;
	opacity: 1
}

body.page-template-why .header #custom-cursor {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	width: 33px;
	height: 54px
}

body.page-template-why .header #custom-cursor svg {
	color: #FFF;
	font-size: 54px;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-why .header #custom-cursor.left svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

body.page-template-why .header #custom-cursor.right svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page-template-why .section_1 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-why .section_1__inner {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
	padding: 50px 25px
}

@media only screen and (min-width:992px) {
	body.page-template-why .section_1__inner {
		padding: 130px 25px
	}
}

body.page-template-why .section_1__inner h1,
body.page-template-why .section_1__inner h2,
body.page-template-why .section_1__inner h3,
body.page-template-why .section_1__inner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	color: #000;
	font-size: 22px;
	margin: 0;
	margin-bottom: 25px;
	text-align: center
}

body.page-template-why .section_1__inner p {
	text-align: justify
}

body.page-template-why .section_2 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%
}

body.page-template-why .section_2__inner {
	padding-bottom: 25px;
	max-width: 1720px;
	margin: 0 auto
}

body.page-template-why .section_2__inner--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 25px 0 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

body.page-template-why .section_2__inner--item:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

body.page-template-why .section_2__inner--item:nth-child(2n) .right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 0;
	padding-right: 12.5px
}

body.page-template-why .section_2__inner--item:nth-child(2n) .left {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

body.page-template-why .section_2__inner--item .left,
body.page-template-why .section_2__inner--item .right {
	width: 100%
}

@media only screen and (min-width:992px) {

	body.page-template-why .section_2__inner--item .left,
	body.page-template-why .section_2__inner--item .right {
		width: 50%
	}
}

body.page-template-why .section_2__inner--item .left {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px 0
}

@media only screen and (min-width:992px) {
	body.page-template-why .section_2__inner--item .left {
		margin: 0;
		padding: 50px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

body.page-template-why .section_2__inner--item .left .inner h1,
body.page-template-why .section_2__inner--item .left .inner h2,
body.page-template-why .section_2__inner--item .left .inner h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 22px;
	margin: 0;
	margin-bottom: 25px
}

body.page-template-why .section_2__inner--item .left .inner h4 {
	font-size: 18px
}

body.page-template-why .section_2__inner--item .left .inner p:last-child {
	margin: 0
}

body.page-template-why .section_2__inner--item .right {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media only screen and (min-width:992px) {
	body.page-template-why .section_2__inner--item .right {
		padding-left: 12.5px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

body.page-template-why .section_2__inner--item .right img {
	width: 100%
}

body.page-template-why .section_2__inner--item .right video {
	width: 100%
}

body.page-template-why .section_3 {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-why .section_3__inner {
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 12.5px 0 12.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.page-template-why .section_3__inner .inner {
	width: 100%;
	padding: 0 12.5px;
	margin-bottom: 25px
}

@media only screen and (min-width:480px) {
	body.page-template-why .section_3__inner .inner {
		width: 50%
	}
}

body.page-template-why .section_3__inner .inner__image {
	height: 100%;
	position: relative
}

body.page-template-why .section_3__inner .inner__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

body.page-template-why .section_3__inner .inner__image .watermark {
	position: absolute;
	bottom: 10px;
	left: 10px
}

body.page-template-why .section_3__inner .inner__image .watermark img {
	width: 100px;
	height: auto
}

body.page-template-why .section_3__inner .inner:nth-child(3n) {
	width: 100%
}

body.page-template-why .instagram {
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body.page-template-why .instagram__inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	padding: 100px 12.5px 100px 12.5px
}

body.page-template-why .instagram__inner h3 {
	color: #000;
	text-align: center;
	margin: 0;
	margin-bottom: 106px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
}

body.page-template-why.night .section_1 {
	background-color: #000
}

body.page-template-why.night .section_1__inner h1,
body.page-template-why.night .section_1__inner h2,
body.page-template-why.night .section_1__inner h3,
body.page-template-why.night .section_1__inner h4,
body.page-template-why.night .section_1__inner h5,
body.page-template-why.night .section_1__inner p {
	color: #FFF
}

body.page-template-why.night .section_2 {
	background-color: #000
}

body.page-template-why.night .section_2__inner--item .left .inner h1,
body.page-template-why.night .section_2__inner--item .left .inner h2,
body.page-template-why.night .section_2__inner--item .left .inner h3,
body.page-template-why.night .section_2__inner--item .left .inner h4,
body.page-template-why.night .section_2__inner--item .left .inner h5,
body.page-template-why.night .section_2__inner--item .left .inner h6,
body.page-template-why.night .section_2__inner--item .left .inner li,
body.page-template-why.night .section_2__inner--item .left .inner p {
	color: #FFF
}

body.page-template-why.night .instagram,
body.page-template-why.night .section_3 {
	background-color: #000
}

body.page-template-why.night .instagram h3 {
	color: #FFF
}

body .landrovers-grid {
	background-color: #FFF
}

body .landrovers-grid__inner {
	width: 100%;
	padding: 50px 10px 50px 10px
}

@media only screen and (min-width:1200px) {
	body .landrovers-grid__inner {
		padding: 50px 25px 50px 25px
	}
}

body .landrovers-grid__inner--categories {
	padding: 0 12.5px;
	max-width: 820px;
	margin: 0 auto 35px auto;
	width: 100%
}

body .landrovers-grid__inner--categories ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body .landrovers-grid__inner--categories ul li {
	list-style: none;
	width: auto;
	float: left;
	text-align: left;
	margin-bottom: 5px
}

@media only screen and (max-width:767px) {
	body .landrovers-grid__inner--categories ul li {
		min-width: 200px
	}
}

@media only screen and (min-width:768px) {
	body .landrovers-grid__inner--categories ul li {
		width: 20%
	}
}

body .landrovers-grid__inner--categories ul li:last-child {
	margin-bottom: 0
}

body .landrovers-grid__inner--categories ul li:last-child a {
	border: 0
}

body .landrovers-grid__inner--categories ul li a {
	color: #c1bfbf;
	font-family: 'Montserrat', sans-serif;
	background-color: #f1f1f1;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	width: auto;
	font-size: 0.8em;
	width: 100%;
	text-align: center
}

@media only screen and (min-width:480px) {
	body .landrovers-grid__inner--categories ul li a {
		border-right: 1px solid #CCC
	}
}

body .landrovers-grid__inner--categories ul li a:focus,
body .landrovers-grid__inner--categories ul li a:hover {
	background-color: #265e6e;
	color: #FFF;
	text-decoration: none
}

body .landrovers-grid__inner--categories ul li a.active {
	background-color: #265e6e;
	color: #FFF
}

body .landrovers-grid__inner--ajax .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body .landrovers-grid__inner--ajax .inner .itemm {
	position: relative;
	width: 100%;
	z-index: 10
}

@media only screen and (min-width:768px) {
	body .landrovers-grid__inner--ajax .inner .itemm {
		width: 50%
	}
}

@media only screen and (min-width:1200px) {
	body .landrovers-grid__inner--ajax .inner .itemm {
		width: 33.3333%
	}
}

body .landrovers-grid__inner--ajax .inner .itemm__inner {
	padding: 10px 10px 15px 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative
}

body .landrovers-grid__inner--ajax .inner .itemm__inner:focus,
body .landrovers-grid__inner--ajax .inner .itemm__inner:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(204, 204, 204, 0.5)
}

body .landrovers-grid__inner--ajax .inner .itemm__inner:focus .itemm__inner--content .images__inner,
body .landrovers-grid__inner--ajax .inner .itemm__inner:hover .itemm__inner--content .images__inner {
	opacity: 1;
	visibility: visible
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content {
	position: relative
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main a:focus .image-main__inner:after,
body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main a:hover .image-main__inner:after {
	opacity: 1;
	visibility: visible
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main img {
	width: 100%;
	height: auto
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner {
	position: relative
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner--back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner--back a {
	background-color: #265e6e;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner--back a:focus,
body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner--back a:hover {
	background-color: #000;
	text-decoration: none
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner:focus .image-main__inner--back,
body .landrovers-grid__inner--ajax .inner .itemm__inner--content .image-main__inner:hover .image-main__inner--back {
	opacity: 1;
	visibility: visible
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images {
	position: relative
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	text-align: center;
	
	span {
		font-weight: 400;
		font-variation-settings: 'wght' 400;
	}
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images__inner {
	overflow: hidden;
	width: calc(100% - 100px);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px auto 0 auto;
	opacity: 0;
	visibility: hidden
}

@media (min-width:1366px) {
	body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images__inner {
		width: calc(100% - 125px)
	}
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images__inner .image {
	width: 25%;
	padding: 0 7.5px
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images__inner .image__inner {
	cursor: pointer
}

body .landrovers-grid__inner--ajax .inner .itemm__inner--content .images__inner .image__inner img {
	width: 100%;
	height: auto
}

body .landrovers-grid__inner--ajax .inner .itemm .title h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	font-size: 16px;
	margin: 0;
	color: #000;
	margin-bottom: 15px;
	text-align: center
	
	span {
		font-weight: 400;
		font-variation-settings: 'wght' 400;
	}
}

body .landrovers-grid__inner--ajax .inner .itemm .title h4 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 10px
}

body .landrovers-grid__inner--ajax .inner .misha_loadmore,
body .landrovers-grid__inner--ajax .inner .misha_loadmore_filter {
	padding: 0 12.5px;
	text-align: center;
	width: 100%;
	margin-top: 10px
}

body .landrovers-grid__inner--ajax .inner .misha_loadmore_filter span,
body .landrovers-grid__inner--ajax .inner .misha_loadmore span {
	display: inline-block;
	padding: 10px;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-variation-settings: 'wght' 800;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s
}

body .landrovers-grid__inner--ajax .inner .misha_loadmore_filter span:focus,
body .landrovers-grid__inner--ajax .inner .misha_loadmore_filter span:hover,
body .landrovers-grid__inner--ajax .inner .misha_loadmore span:focus,
body .landrovers-grid__inner--ajax .inner .misha_loadmore span:hover {
	background-color: #265e6e;
	color: #FFF
}