/*.history-tl-wrap{
  position: relative;
  max-width: 45rem;
  height: 64rem;
  overflow: hidden;
}
.history-images{
  width: calc(45rem * 6);
  height: 64rem;
  position: absolute;
  top: 0;
  left:0;
}

.history-milestones-wrap{
  position: relative;
  z-index: 1;
  height: 64rem;
  width: calc(45rem * 6);
  display: flex;
}

.milestones-wrap{
  display: flex;
  width: 45rem;
  height: 64rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4.38rem 2.44rem;
}*/

.history-tl-wrap{
  position: relative;
  max-width: 45rem;
  height: 64rem;
  overflow: hidden;
  margin-left: auto;
}
.history-images{
  width: calc(100% * 6);
  height: 64rem;
  position: absolute;
  top: 0;
  left:0;
}

.history-milestones-wrap{
  position: relative;
  z-index: 1;
  height: 64rem;
  width: calc(100% * 6);
  display: flex;
  pointer-events: none;
}

.milestones-wrap{
  display: flex;
  width: 100%;
  height: 64rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4.38rem 2.44rem;
}


.history-controls-w{
  margin-top: 14.81rem;
}



.history-milestone{
  position: relative;
  max-width: 18rem;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.milestone-title{
  font-family: Colfax Regular;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  padding-bottom: 0 !important;
}


.milestone-desc{
  font-family: Colfax Regular;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color:#FFFFFF;
  
  min-height: 12rem;
}

.milestone-line-wrap{
  position: relative;
  width: 7.98656rem;
  height: 18.75rem;
  padding-top: 3rem;
}

.milestone-line{
  width: 7.98656rem;
  height: 1px;
  background: #FFFFFF;
}


/* MOBILE */
.history-images-mob{
  width: calc(100vw * 11);
  height: 32.813rem;
  position: absolute;
  top: 0;
  left:0;
  display: none;
}
.history-images-mob img{
  height: 100%!important;
  width: 100%!important;
  object-fit: cover!important;
}
.h-slider-controls-m{
  position: absolute;
  width: 100%;
  justify-content: space-between;
  display: none;
  z-index: 2;
  top: 11rem;
  padding: 0 1.25rem;
}

.h-slider-indicators{
  display: none;
  justify-content: center;
  gap: 6px;

  position: absolute;
  z-index: 2;
  bottom: 1.13rem;
  padding: 0 1.25rem;
}

.indicator{
  width:0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s;
}
.indicator.active {
  background: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  .history-col-left{
	padding-left: 5%;
    padding-right: 12%;
	width: 46%!important;
  }
  
  .history-col-right{
	width: 49%!important;
  }
  
  .history-controls-w{
	margin-top: 9.11rem;
  }
  
  
  .history-tl-wrap{
	max-width: 31.44rem;
	height: 45rem;
  }
  .history-images{
	width: calc(31.44rem * 6);
	height: 45rem;
  }

  .history-milestones-wrap{
	height: 45rem;
	width: calc(31.44rem * 6);
  }

  .milestones-wrap{
	width: 31.44rem;
	height: 45rem;
	padding: 1.89rem 2.34rem;
  }
  .history-milestone{
	position: relative;
	max-width: 11.86238rem;
	height: 18.10575rem;
  }
  
  .milestone-title{
	font-size: 3.25rem;
  }
  .milestone-desc{
	font-size: 1rem;
	line-height: 1.375rem;
	min-height: 8.25rem;
  }
}


@media only screen and (max-width: 1024px) {
  .slider-controls {
	width: 150%!important;
  }
}

@media only screen and (max-width: 980px) {
  .history-col-left{
	padding-left: 5%!important;
    padding-right: 5%!important;
	width: 40%!important;
  }
  .history-col-right{
	padding-left: 0%!important;
    padding-right: 0%!important;
	width: 60%!important;
  }
  .slider-controls {
	width: 110%!important;
  }
}


@media only screen and (max-width: 767px) {
  .history-col-left{
	padding-left: 5%;
    padding-right: 12%;
	width: 100%!important;
  }
  
  .history-col-right{
	width: 100%!important;
  }
  
  .history-tl-wrap{
	position: relative;
	max-width: 100vw;
	height: auto;
  }
  
  .h-slider-controls-m{
	display: flex;
  }
  
  .history-images-mob{
	display: block;
  }
  .history-images{
	display: none;
  }
  .history-milestones-wrap{
	width: calc(100vw * 11);
	height: 32.813rem;
	gap: 0;
  }
  
  .milestones-wrap{
	width: 200%;
	height: 100%;
	padding: 0;
  }
  
  
  

  .history-milestone{
	min-width: 100vw;
	height: 16rem;
	padding: 2rem 4rem 2rem 1.25rem;
  }

  .milestone-title{
	font-size: 2.5rem;
  }

  .milestone-desc{
	font-size: 1rem;
	line-height: 1.375rem;
	min-height: 8.25rem;
  }



  .h-slider-indicators{
	display: flex;
  }


}



/*.swiper {
  width: 100%;
  height: 100%;
}

.history-slide{
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.history-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.history-milestones{
  display: flex;
  z-index: 2;
  position: relative;
  height: 100vh;
  padding: 2.5rem 2.5rem 6rem 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
}

.milestone{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 49%;
  max-width: 16rem;
  height: 17.5rem;
}

.milestone h1{
  font-family: Colfax Regular;
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}
.milestone p{
  font-family: Colfax Regular;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}

@media (max-width: 479px) {
  .milestone h1{
	font-size: 2.5rem;
  }
  .milestone p{
	font-size: 1rem;
	line-height: 1.375rem;
  }
}*/


