.time_progress {
  margin-top: 160px;
  padding: 120px 0;
  background: #f5f6f8;
}
@media only screen and (max-width: 1400px) {
  .time_progress {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 860px) {
  .time_progress {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.time_progress .h2 span {
  color: var(--c5);
}
.time_progress .timeline {
  text-align: center;
  padding: 60px 0;
}
.time_progress {
  /* ===== HEADER ===== */
}
.time_progress .timeline-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.time_progress #year {
  color: var(--c5);
  margin: 0;
}
.time_progress .awards {
  display: flex;
  gap: 12px;
}
.time_progress .awards img {
  height: 200px;
}
.time_progress {
  /* ===== PROGRESS ===== */
}
.time_progress .timeline-progress {
  display: flex;
  align-items: center;
  margin: 50px 0;
  gap: 40px;
}
.time_progress .arrow {
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
.time_progress .progress-wrapper {
  flex: 1;
  position: relative;
  height: 80px;
  overflow: hidden;
}
.time_progress .progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #2d7df6;
}
.time_progress .progress-points {
  position: absolute;
  top: 50%;
  display: flex;
  gap: 400px;
  transform: translateY(-50%);
  transition: 0.4s ease;
}
.time_progress .point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2d7df6;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1);
  box-shadow: 0 0 0 6px rgba(45, 125, 246, 0.37), 0 10px 25px rgba(0, 0, 0, 0.15);
}
.time_progress .point.active {
  opacity: 1;
  transform: scale(1.6);
}
.time_progress {
  /* ===== TEXT ===== */
}
.time_progress .timeline-text {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
.time_progress .timeline-text h3 {
  margin-bottom: 15px;
}/*# sourceMappingURL=time_progress.css.map */