main {
  margin-top: 75px;
}

.text-ict-light-purple {
  color: #9652b9;
}

.text-ict-dark-purple {
  color: #3a124e;
}

.bg-ict-dark-purple {
  background-color: #3a124e !important;
  color: #FFF;
}

.partners-button-prev {
  background-color: white;
  left: 0 !important;
}

.partners-button-next {
  background-color: white;
  right: 0 !important;
}

.partners-button-next::after, .partners-button-prev::after {
  font-size: 18px !important;
  color: #3a124e;
  font-weight: bold;
}

.feature-header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.feature-header-wrapper {
  width: 100%;
  height: 100%;
}

.feature-header-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.feature-header-slide img.feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.feature-header-text {
  height: 100vh; display: flex; align-items: center
}

.feature-header-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #9652b9 !important;
}



