.section-timeline {
  padding: 90px 0;
  background-color: #11303C;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .section-timeline {
    padding: 60px 0;
  }
}
@media (max-width: 450px) {
  .section-timeline {
    padding: 40px 0;
  }
}
.section-timeline .timeline__opening {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #fff;
  display: flex;
  position: relative;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-timeline .timeline__opening {
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
.section-timeline .timeline__title {
  margin: 0 0 30px 0;
  font-family: "ivypresto-headline", serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .section-timeline .timeline__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__title {
    font-size: 28px;
  }
}
.section-timeline .timeline__opening-content {
  max-width: 692px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-timeline .timeline__opening-content {
    max-width: 100%;
    margin-left: 0;
  }
}
.section-timeline .timeline__opening-heading {
  margin: 0 0 16px 0;
  font-family: "articulat-cf", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  color: #fff;
}
@media (max-width: 768px) {
  .section-timeline .timeline__opening-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__opening-heading {
    font-size: 18px;
  }
}
.section-timeline .timeline__opening-text p {
  font-family: "articulat-cf", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  color: #fff;
  letter-spacing: -0.24px;
  margin: 0 0 16px 0;
}
.section-timeline .timeline__opening-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-timeline .timeline__opening-text p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__opening-text p {
    font-size: 16px;
  }
}
.section-timeline .timeline__wrapper {
  position: relative;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .section-timeline .timeline__wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .section-timeline .timeline__wrapper {
    padding: 0 30px;
  }
}
.section-timeline .timeline__navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-timeline .timeline__navigation {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    order: 2;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.section-timeline .timeline__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.section-timeline .timeline__arrow:hover {
  opacity: 0.7;
}
.section-timeline .timeline__arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.section-timeline .timeline__arrow svg {
  width: 100%;
  height: 100%;
}
.section-timeline .timeline__items {
  position: relative;
  order: 1;
}
.section-timeline .timeline__items .slick-list {
  overflow: visible;
}
.section-timeline .timeline__items .slick-slide {
  outline: none;
  display: none;
  gap: 40px;
  min-height: 120px;
  display: grid;
  grid-template-columns: 345px 1fr;
}
.section-timeline .timeline__items .slick-slide.slick-active {
  display: grid;
  grid-template-columns: 345px 1fr;
}
@media (max-width: 768px) {
  .section-timeline .timeline__items .slick-slide.slick-active {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-timeline .timeline__items .slick-slide {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}
.section-timeline .timeline__items .slick-arrow {
  display: none !important;
}
.section-timeline .timeline__year {
  font-family: "ivypresto-headline", serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  color: #FF4815;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -2rem;
}
@media (max-width: 1024px) {
  .section-timeline .timeline__year {
    font-size: 120px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-timeline .timeline__year {
    font-size: 80px;
    margin-bottom: 30px;
    line-height: 1;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__year {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.section-timeline .timeline__content {
  max-width: 590px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .section-timeline .timeline__content {
    max-width: 100%;
    margin-left: 0;
  }
}
.section-timeline .timeline__item-heading {
  margin: 0 0 16px 0;
  font-family: "articulat-cf", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.67;
  color: #fff;
}
@media (max-width: 768px) {
  .section-timeline .timeline__item-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__item-heading {
    font-size: 18px;
  }
}
.section-timeline .timeline__item-description p {
  font-family: "articulat-cf", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  color: #fff;
  letter-spacing: -0.24px;
  margin: 0 0 16px 0;
}
.section-timeline .timeline__item-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-timeline .timeline__item-description p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .section-timeline .timeline__item-description p {
    font-size: 16px;
  }
}
.section-timeline .timeline__dots {
  order: 3;
}
@media (max-width: 768px) {
  .section-timeline .timeline__dots {
    order: 3;
  }
}
.section-timeline .timeline__dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .section-timeline .timeline__dots .slick-dots {
    margin-top: 40px;
    padding-top: 15px;
  }
}
.section-timeline .timeline__dots li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  flex: 1;
  height: 16px;
}
.section-timeline .timeline__dots li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(0% + 23px);
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #FF4815;
}
.section-timeline .timeline__dots li:last-child {
  flex: 0 0 auto;
}
.section-timeline .timeline__dots button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.section-timeline .timeline__dots button:hover {
  transform: scale(1.2);
}
.section-timeline .timeline__dots button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FF4815;
  transition: all 0.3s ease;
}
.section-timeline .timeline__dots .slick-active button::before {
  background-color: #fff;
}