.home .enquete {
	height: auto !important;
	min-height: 430px;
	overflow: hidden;
}

.home .enquete .carousel-slide {
	overflow: hidden;
}

.home .enquete .carousel-slide .owl-stage-outer {
	margin: 0 !important;
	padding: 24px 30px 30px;
	overflow: hidden;
}

.home .enquete .carousel-slide-item {
	width: 100% !important;
	margin-bottom: 0;
}

.home .enquete .wp-polls {
	max-width: 100%;
	overflow: hidden;
}

.home .enquete .wp-polls p {
	margin: 0 0 18px;
}

.home .enquete .block-section-content-title {
	display: block;
	max-width: 680px;
	color: #30343a;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.home .enquete .wp-polls-ans {
	margin: 0;
	padding: 0;
}

.home .enquete .wp-poll-resp {
	position: relative;
	display: block;
	min-height: 38px;
	margin: 0 0 14px;
	padding: 0 0 18px;
	color: #35383d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	list-style: none;
	overflow: hidden;
}

.home .enquete .wp-poll-resp small {
	color: #69707a;
	font-size: 14px;
	font-weight: 800;
}

.home .enquete .wp-poll-resp:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 10px;
	background: #eef1f5;
	border-radius: 999px;
}

.home .enquete .pollbar {
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 1;
	height: 10px !important;
	min-width: 6px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 999px;
	background: linear-gradient(90deg, #d42531 0%, #f05b63 100%) !important;
	box-shadow: 0 6px 14px rgba(212, 37, 49, .18);
	color: transparent;
	font-size: 0;
	line-height: 0;
	transform-origin: left center;
	animation: sindmetalPollGrow .82s cubic-bezier(.2, .8, .2, 1) both;
}

.home .enquete .wp-poll-resp:nth-child(2) .pollbar {
	background: linear-gradient(90deg, #343944 0%, #68717f 100%) !important;
	box-shadow: 0 6px 14px rgba(52, 57, 68, .16);
	animation-delay: .08s;
}

.home .enquete .wp-poll-resp:nth-child(3) .pollbar {
	background: linear-gradient(90deg, #1f8a70 0%, #48b693 100%) !important;
	box-shadow: 0 6px 14px rgba(31, 138, 112, .16);
	animation-delay: .16s;
}

.home .enquete .wp-poll-resp:nth-child(4) .pollbar {
	background: linear-gradient(90deg, #c58a19 0%, #f0bb4f 100%) !important;
	box-shadow: 0 6px 14px rgba(197, 138, 25, .16);
	animation-delay: .24s;
}

.home .enquete .wp-poll-resp:nth-child(5) .pollbar,
.home .enquete .wp-poll-resp:nth-child(n+6) .pollbar {
	background: linear-gradient(90deg, #6f5bd8 0%, #9a8df0 100%) !important;
	box-shadow: 0 6px 14px rgba(111, 91, 216, .16);
	animation-delay: .32s;
}

.home .enquete input[type="hidden"] {
	display: none;
}

@keyframes sindmetalPollGrow {
	from {
		opacity: .35;
		transform: scaleX(0);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@media screen and (max-width: 992px) {
	.home .enquete .carousel-slide .owl-stage-outer {
		padding: 20px 22px 26px;
	}

	.home .enquete .block-section-content-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.home .enquete .carousel-slide .owl-stage-outer {
		padding: 18px 16px 22px;
	}

	.home .enquete .block-section-content-title {
		font-size: 19px;
		line-height: 1.18;
	}

	.home .enquete .wp-poll-resp {
		font-size: 14px;
		margin-bottom: 12px;
	}
}
