.swiper {
  width: 100%;
  height: 100%;
}

#MobileSwiper .swiper-slide {
  background-image: url("..//assets/images/about-swiper-background.png");
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  /* bottom: 0px !important;
  right: 0px !important; */
  padding-right: 10px;
  left: 0px;
  z-index: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: max-content;
  right: 0px !important;
  left: auto;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 14px;
  height: 14px;
  color: white;
  border: 1px solid red;
  border-radius: 100px;
  opacity: 1;
  background-color: transparent;
  left: 50px;
  display: block;
  margin-bottom: 15px!important;
  position: relative;
}

.swiper-pagination-bullet:after {
  content: "";
  display: block;
  background: red;
  width: 1px;
  height: 17px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.swiper-pagination-bullet-active {
  background-color: red;
}

.swiper .swiper-pagination-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
}

.swiper .swiper-pagination-wrap .swiper-pagination {
  position: absolute;
  left: 0px;
  top: 0px;
}

.swiper .bullet-label {
  position: absolute;
  left: -50px;
  top: -5px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: #747474;
flex: none;
order: 0;
flex-grow: 0;
}

.swiper-pagination-bullet:last-of-type:after {
  display: none;
}

.timeline-swiper {
  width: 100%;
  min-height: 480px;
  position: relative;
}

.timeline-swiper .swiper-wrapper {
  width: 650px;
  transform: translate3d(0px,0,0)!important;
}

.timeline-swiper .swiper-slide {
  opacity: 0;
  width: 100%!important;
  text-align: center;
  position: absolute;
  padding: 0px 100px;
}

.timeline-swiper .swiper-slide-active {
  opacity: 1;
  position: relative;
}