
/* ====================================================================================================================
 * TIMELINE
 * ====================================================================================================================*/

.swiper {
  width: 100%;
  padding-bottom: 60px !important;
}

.swiper-slide {
  transition: all 0.3s ease;
  transform: scale(0.8);
  opacity: 0.8;
}

.swiper-slide img {
   aspect-ratio: 1.5 / 1;
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.swiper-slide p, .swiper-slide .chunky-title-medium {
  opacity: 0;
  transition: all 0.3s ease;
}

.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-slide-active p, .swiper-slide-active .chunky-title-medium {
  opacity: 1;
  transition: all 0.3s ease;
}


.swiper-pagination-bullet, #swiper-numbered .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: block;
  background-color: #CBF1FF !important;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1 !important;
  margin: 0 5px !important;
  display: inline-block;
}

.swiper-pagination-bullet-active, #swiper-numbered .swiper-pagination-bullet-active {
  background-color: #FF0084 !important;
}









/* ====================================================================================================================
 * PAGELINKS
 * ====================================================================================================================*/

#swiper-pagelinks .swiper {
  width: 100%;
  overflow: visible !important;
  padding-bottom: 0px !important;
}

#swiper-pagelinks .swiper-slide {
	opacity: 1 !important;
	transform: scale(1) !important;
	height: auto !important;
}

#swiper-pagelinks .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}

#swiper-pagelinks .swiper-slide p, #swiper-pagelinks .chunky-title-medium {
  opacity: 1 !important; 
  transition: all 0.3s ease;
}

#swiper-pagelinks .swiper-slide img {
   aspect-ratio: unset !important;
   object-fit: auto !important;
   width: unset !important;
   height: unset;
}



#swiper-pagelinks .swiper-pagination {
  padding-top: 40px !important;
  position: relative !important;
}


#swiper-pagelinks .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #3800E8 !important;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1 !important;
  margin: 0 5px !important;
}

#swiper-pagelinks .swiper-pagination-bullet-active {
  background-color: #FF0084 !important;
}

#swiper-numbered .swiper-pagination {
  display: block;
}




@media only screen and (min-width: 550px) {	

#swiper-pagelinks .swiper-slide {
	width: 264px !important;
}
#swiper-numbered .swiper-pagination {
  text-align: center;
}
	
	
}




@media only screen and (min-width: 1180px) {
	
#swiper-numbered .swiper-pagination {
  display: none;
}
}

