.elementor-widget-statements .swiper-container {
	overflow: initial;
}

.elementor-widget-statements .swiper-slide {
	opacity: 0;
	transition: opacity .3s ease !important;
}

.elementor-widget-statements .swiper-slide-active {
	opacity: 1;
}

.elementor-widget-statements .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translateZ(0);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-statements  input[type=range].custom-slider {
	-webkit-appearance: none;
	appearance: none;

	width: 10rem;
	background: none;
}
.elementor-widget-statements input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;	
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 50px;
	margin-top: -7px;
	
}

.elementor-widget-statements input[type=range]::-webkit-slider-runnable-track {
	cursor: pointer;
	height: 1px;
	padding-block: 9px;
	background-color: white;
	background-clip: content-box;
	box-sizing: content-box;
}


.elementor-widget-statements .elementor-slide-description{
	text-align: center;
	font: normal normal 100 86px/96px TT Hoves;
	opacity: 1;
	color: black;
}



.elementor-widget-statements .custom-last-number,
.elementor-widget-statements .custom-first-number{
	
	text-align: left;
	font: normal normal 100 25px/33px 'TT Hoves';
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-left: 3rem;
}

.elementor-widget-statements .custom-first-number{
	margin-right: 3rem;
	margin-left: 0;
}

@media only screen and (max-width: 1025px){
	.elementor-widget-statements .elementor-slide-description{
		text-align: center;
		font: normal normal 100 39px/39px TT Hoves;
		opacity: 1;
		margin-top: 5rem;
		color: black;
	}

	.elementor-widget-statements .custom-last-number,
	.elementor-widget-statements .custom-first-number{
		
		text-align: left;
		font: normal normal 300 14px/19px TT Hoves;
		letter-spacing: 0px;
		color: #000000;
		opacity: 1;
		margin-left: 3rem;
	}

	.elementor-widget-statements .custom-first-number{
		margin-right: 3rem;
		margin-left: 0;
	}
}



