.image-text-slider {
	display: flex;
}
.image-text-slider .hs_cos_wrapper_type_inline_rich_text *:last-child {
	margin-bottom: 0; 
}

.image-text-slider__text{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.image-text-slider__text.image-text-slider__text--custom-icon-list ul {
	list-style:none;
	padding-left:0;
}
.image-text-slider__img {
	height: auto; 
	line-height: 0;
	display: flex;
}
.image-text-slider__img.image-text-slider__img--full,
.image-text-slider__img.image-text-slider__img--full picture,
.image-text-slider__img.image-text-slider__img--full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-text-slider__text.image-text-slider__text--custom-icon-list li {
	display: flex;
	align-items: start;
}
.image-text-slider__text.image-text-slider__text--custom-icon-list li:before {
	content: "";
	display: inline-block;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left;
}
.image-text-slider__text li > span {
	padding-left: 8px;
}
.image-text-slider__button{
	display: flex;
	width: fit-content;
}

.image-text-slider__button svg{
	width: 16px;
}
.image-text-slider__button.button span {
	line-height: 0;
}

.image-text-slider__button.button:hover span {
	right: 70%;
}

.navigation{
	width:247px;	
	height:32px;
	margin:0 auto;
	display:flex;
	margin-top:32px;
	justify-content:center;
	gap:57px;
}
.custom-next, .custom-prev{
	cursor:pointer;
}

.image-text-swiper{
	overflow: hidden;
	display: blocK;
}

.image-text-slider__item{
	overflow: hidden;
}

.image-text-slider__item--flip{
	flex-direction: row-reverse;
}

/* CUSTOM SLIDER PAGINATION */

.custom-pagination{
	text-align:center;	
	padding-top: 32px;
}

.custom-pagination .swiper-pagination-bullet{
	background-color: background-color: rgba(0, 127, 255, 0.4);
	border: 1px solid rgba(0, 127, 255, 0.4);
	opacity:1;
	width:12px;
	height:12px;
}

.custom-pagination .swiper-pagination-bullet-active{
	background-color: #007fff;
	border: 1px solid #007fff;
}