#module .swiper-container {
	max-height: 6.25rem;
	padding: 0 0;
	overflow: hidden;
	margin: .4rem 0 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#module .swiper-title {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(10%, 30%);
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: .6rem;
	color: #020810;
	z-index: 99;
}

#module .swiper-container img {
	width: 50%;
	height: auto;
}

#module .swiper-wrapper,
#module .swiper-slide {
	width: 50%;
}

#module .swiper-pagination {
	width: 49%;
}

#module .text-links {
	display: flex;
	justify-content: space-between;
}

#module .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: end;
	background: #F7F9FE;
	flex-direction: column;
}

#module .swiper-pagination-bullet {
	width: auto;
	height: auto;
	font-family: 'Gilroy';
	font-weight: bold;
	font-size: .22rem !important;
	color: #020810 !important;
	line-height: .4rem;
	display: inline-block;
	padding: .2rem .6rem;
	border-radius: 0;
	opacity: 1;
	margin: 0;
	background: #E8EDFD;
	margin-bottom: 0.36rem;
	border-left: .08rem solid #004AC6;


}

#module .swiper-pagination-bullet:last-child {
	margin-bottom: .53rem;
}

#module .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #004AC6 !important;
	color: #fff !important;
	border-color: #FF321B;

}

#module .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

#module .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	transition: all 0.3s ease-in;
}

#module .swiper-pagination {
	background: none;
}

#module .swiper-pagination {
	width: 50%;
	background-color: #fff;
	padding: 1.5rem 0 0 .1rem;
}

#module .swiper-pagination-bullet {
	width: 90%;
	margin: 0 auto 0.36rem;
	background: #F7F7F9;
	border-color: #D0D0E3;
	padding: .2rem 0;
}

#module .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #EDF1FD !important;
	border-color: #004AC6 !important;
	color: #000 !important;
}

#module .swiper-title {
	transform: translate(10%, 70%);
	font-size: .5rem;
}


@media screen and (max-width: 768px) {
	#module .swiper-container {
		flex-direction: column;
	}

	#module .swiper-wrapper,
	#module .swiper-slide,
	#module .swiper-container,
	#module .swiper-container img,
	#module .swiper-pagination {
		width: 100%;
		max-height: none;
	}

	#module .swiper-pagination {
		margin-top: 2rem;
	}


	#module .swiper-title {
		top: 0%;
		transform: translate(-50%, 1150%);
		width: 100%;
	}

	#module .swiper-pagination {
		width: 100%;
		margin-top: 0;
		padding-top: 1.8rem;
	}

}