@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
.sct-timeline p:empty {
  display: none;
}

.sct-timeline .year-container {
  height: 150px;
}

.sct-timeline .year-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.sct-timeline .year-container .swiper-slide button {
  background: transparent;
  padding: unset;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  z-index: 10;
  position: relative;
}

.sct-timeline .year-container .swiper-slide button.active svg {
  transform: scale(1.3);
}

.sct-timeline .year-container .swiper-slide button.active .year {
  -webkit-transform: translate(-50%, -120%) scale(1.3);
  -ms-transform: translate(-50%, -120%) scale(1.3);
  transform: translate(-50%, -120%) scale(1.3);
}

.sct-timeline .year-container .swiper-slide button svg {
  background-color: #fff;
  border-radius: 50%;
}

.sct-timeline .year-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(155, 155, 155, 1)),
    color-stop(90%, rgba(155, 155, 155, 1)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(155, 155, 155, 1) 10%,
    rgba(155, 155, 155, 1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(155, 155, 155, 1) 10%,
    rgba(155, 155, 155, 1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
  width: 93%;
}

.sct-timeline .year-container .circle {
  width: 40px;
  height: 40px;
  border: 1px solid #192029;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sct-timeline .year-container .year {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}

.sct-timeline .year-container .swiper-slide button svg {
  position: absolute;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sct-timeline .year-container .swiper-slide button:hover svg,
.sct-timeline .year-container .swiper-slide button.active svg {
  visibility: visible;
}

.sct-timeline .swiper-button-prev,
.sct-timeline .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #192029;
  border-radius: 50%;
  background: #fff;
  top: 52%;
}

.sct-timeline .swiper-button-prev svg,
.sct-timeline .swiper-button-next svg {
  color: #000;
  width: 15px;
}

.sct-timeline .swiper-button-prev:after,
.sct-timeline .swiper-button-next:after {
  display: none;
}

.sct-timeline .timeline-panels {
  min-height: 510px;
}

.sct-timeline .timeline-panel {
  padding: 40px 40px 120px 40px;
}

.sct-timeline .timeline-panel.active .content-container {
  	-webkit-animation: sct-slide-in-right .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	  animation: sct-slide-in-right .75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.sct-timeline .timeline-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.sct-timeline .timeline-container .image-container,
.sct-timeline .timeline-container .content-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sct-timeline .swiper-button-next.timeline,
.sct-timeline .swiper-button-prev.timeline {
  background-color: var(--prm-global-color-5552da3) !important;
  height: 40px;
  width: 40px;
  border: unset;
}

.sct-timeline .swiper-button-next.timeline:hover,
.sct-timeline .swiper-button-prev.timeline:hover {
  background-color: var(--prm-global-color-accent);
}

.sct-timeline .swiper-button-next.timeline:hover svg path,
.sct-timeline .swiper-button-prev.timeline:hover svg path {
  fill: #fff;
}

.sct-timeline .swiper-button-next.timeline svg,
.sct-timeline .swiper-button-prev.timeline svg {
  width: 1em;
}

.sct-timeline .timeline-panel .yearly-stamp {
  position: absolute;
  right: -55px;
  top: 580px;
  font-size: 80px;
  font-family: var(--prm-global-typography-primary-font-family);
  color: var(--prm-global-color-25c412a);
  font-weight: 700;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 9;
}

.sct-timeline .timeline-container .content-container {
  padding-right: 100px;
}

.sct-timeline .timeline-container .content-container .content-overflow {
  max-height: 400px;
  overflow: auto;
}

.sct-timeline .timeline-container h3 {
  font-family: var(--prm-global-typography-primary-font-family);
  font-size: 40px;
  font-weight: var(--prm-global-typography-primary-font-weight);
  color: var(--prm-global-color-primary) !important;
}

@media screen and (max-width: 767px) {
  .sct-timeline .timeline-panel {
    padding: 0px 30px 80px 30px !important;
  }
  
  .sct-timeline .year-container:before {
    width: 80% !important;
  }

  .sct-timeline .timeline-container .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px !important;
  }

  .sct-timeline .timeline-container .content-container {
    padding-right: 0px !important;
  }

  .sct-timeline .timeline-panel .yearly-stamp {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    font-size: 40px !important;
    position: static !important;
    background-color: var(--prm-global-color-25c412a);
    display: block;
    text-align: center;
    color: var(--prm-global-color-secondary) !important;
    margin-bottom: 20px;
  }

  .sct-timeline .timeline-container h3 {
    font-family: var(--prm-global-typography-primary-font-family);
    font-size: 30px;
    font-weight: var(--prm-global-typography-primary-font-weight);
  }

  .sct-timeline .swiper-button-next.timeline, .sct-timeline .swiper-button-prev.timeline {
    height: 30px;
    width: 30px;
    top: 50%;
  }

  .sct-timeline .timeline-panel .swiper-button-prev.timeline {
    left: -5px !important;
  }

  .sct-timeline .timeline-panel .swiper-button-next.timeline {
    right: -5px !important;
  }
}
@-webkit-keyframes sct-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sct-slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}