    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      /*text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
	  color:#fff;*/
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }

	.swiper-pagination span{
		width:63px;
		height:3px;
		border-radius:0;
		opacity:1;
	}
	
	.swiper-pagination-bullet{
		background: var(--swiper-pagination-bullet-inactive-color,#fff)
	}

	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background:#3cd8ff;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,auto);
    top: var(--swiper-pagination-top,50%);
	margin-top:22rem;
    left: 0;
    width: 100%;
}

:root {
    --swiper-theme-color:rgba(255,255,255,.5);
}
