<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/* SWIPER **************************************************************************************************************************/
/***********************************************************************************************************************************/

.swiper-slide{
	padding: 0 64px;
    box-sizing: border-box;
}
.swiper-container{
	text-align: center;
}
.swiper-scrollbar,
.swiper-button-disabled{
	display: none;
}
.selector-item{
	text-align: center;
}

/** arrow **************************************************************************************************************************/
.swiper-button-prev,
.swiper-button-next{
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
	width: 64px;
	height: 64px;
}
.swiper-button-prev:active,
.swiper-button-next:active{
	animation: ontap .1s 1 linear;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	background-image: url(/media/equideo/image/components/swiper/64/button-prev.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	background-image: url(/media/equideo/image/components/swiper/64/button-next.png);
}

/** pagination *************************************************************************************************************************/
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets{
	background: rgba(0,0,0,.2);
    position: relative;
    display: inline-block;
    width: inherit;
    padding: 5px 20px;
    border-radius: 12px;
}
.swiper-pagination-bullet{
	background: rgba(0, 0, 0, 0.5);
	width: 10px;
	height: 10px;
    opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    background: #fff;
}
</pre></body></html>