.gradient-purple-dream {
  background: linear-gradient(120.52deg, #7034EE 8.96%, #3B4D96 93.6%);
}

.module--timeline {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.module--timeline .swiper-container-wrapper .swiper-container {
  position: relative;
  overflow: hidden;
}
.module--timeline .wrapper .timeline-years .swiper-container {
  border-bottom: 2px solid rgba(15, 28, 77, 0.2);
}
.module--timeline .container-fluid .timeline-years {
  border-bottom: 2px solid rgba(15, 28, 77, 0.2);
}
.module--timeline .timeline-years .swiper-container .timeline-year {
  cursor: pointer;
  text-align: center;
  padding: 9px;
}
.module--timeline .timeline-years .swiper-container .timeline-year::before {
  content: "";
  background: var(--Sonatype-Logo-Purple, #8002EF);
  border-radius: 5px;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  transition: background 150ms ease-in-out, height 300ms ease-in-out;
}
.module--timeline .timeline-years .swiper-container .timeline-year .timeline-year-title {
  color: rgba(15, 28, 77, 0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.9px;
  transition: color 500ms ease-in-out;
}
@media (max-width: 767.98px) {
  .module--timeline .timeline-years .swiper-container .timeline-year .timeline-year-title {
    padding-left: 0;
  }
}
.module--timeline .timeline-years .swiper-container .timeline-year.swiper-slide-active::before {
  height: 4px;
}
.module--timeline .timeline-years .swiper-container .timeline-year.swiper-slide-active .timeline-year-title {
  color: var(--Sonatype-Logo-Purple, #8002EF);
  position: relative;
}
.module--timeline .timeline-items .swiper-container .timeline-item {
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 450ms ease-in-out, color 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  .module--timeline .timeline-items .swiper-container .timeline-item {
    text-align: center;
  }
}
.module--timeline .timeline-items .swiper-container .timeline-item .card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.module--timeline .timeline-items .swiper-container .timeline-item .card .card-content {
  position: relative;
  z-index: 2;
}
.module--timeline .timeline-items .swiper-container .timeline-item .card::before, .module--timeline .timeline-items .swiper-container .timeline-item .card::after {
  border-radius: var(--bs-border-radius);
  z-index: 0;
}
.module--timeline .timeline-items .swiper-container .timeline-item .card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0.5;
}
.module--timeline .timeline-items .swiper-container .timeline-item .card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(141.2deg, #7034EE 0%, #00A1E2 100%);
  transform: translate(100%, 0);
  transition: transform 0.5s ease 0s;
}
.module--timeline .timeline-items .swiper-container .timeline-item.swiper-slide-active {
  opacity: 1;
  color: white;
}
.module--timeline .timeline-items .swiper-container .timeline-item.swiper-slide-active .card::after {
  transform: translate(0, 0);
}
.module--timeline .timeline-items .swiper-container .timeline-item.swiper-slide-active ~ div .card::after {
  transform: translate(-100%, 0);
}
.module--timeline .arrow {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-color: #FFF;
  outline: 2px solid transparent;
}
.module--timeline .arrow:focus {
  outline: 2px dashed var(--bs-primary);
}
.module--timeline .arrow.btn:disabled {
  border: 0;
}
.module--timeline .arrow--left {
  fill: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M10.0908 1.15234L1.65312 9.84573L10.0908 18.5391' stroke='%230F1C4D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  border-radius: 5px 0 0 5px;
}
.module--timeline .arrow--right {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.39941 18.5391L9.83711 9.84568L1.39942 1.15229' stroke='%230F1C4D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  border-radius: 0 5px 5px 0;
}
.module--timeline .arrow--disabled {
  opacity: 0.5;
  cursor: initial;
}
.module--timeline button.arrow {
  height: 37px;
  width: 41px;
  box-shadow: 0px 4px 32px rgba(15, 28, 77, 0.1);
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .module--timeline button.arrow {
    height: 37px;
    width: 41px;
  }
}
@media (min-width: 992px) {
  .module--timeline button.arrow {
    height: 50px;
    width: 55px;
  }
}
.module--timeline button.arrow.slider-nav-next {
  border-radius: 0 5px 5px 0;
}
