/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/timeline/timeline.scss ***!
  \**************************************************************************************************************************************************************************************************/
@keyframes arrow-animation {
  0% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0);
    opacity: 1;
  }
  30% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
    opacity: 0;
  }
  31% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
  }
  32% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  33% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  80% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0%);
    opacity: 1;
  }
}
.font-bold {
  font-weight: 700;
}

hr {
  border: none;
  -webkit-border-before: 0.0625rem solid;
          border-block-start: 0.0625rem solid;
}

.timeline {
  overflow: hidden;
}
.timeline__container {
  display: flex;
}
.timeline__container--bottom {
  position: relative;
  flex-direction: column;
  z-index: 4;
}
.timeline__content, .timeline__visuals {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
.timeline__visuals {
  position: relative;
  display: flex;
  aspect-ratio: 720/633;
}
.timeline__visual {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.66, 0.21, 0, 1);
}
.timeline__visual.is-active {
  z-index: 2;
  transform: translateX(0);
}
.timeline__visual picture, .timeline__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-block: 8.125rem;
}
.timeline__content::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100vw;
  background: rgb(var(--color-blue-100));
  z-index: -1;
  transform: translateX(50%);
}
.timeline__event {
  display: none;
}
.timeline__event.is-active {
  display: block;
}
.timeline__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.timeline__control {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: rgba(var(--color-orange));
  transition: background-color 0.3s ease-in-out;
}
.timeline__controls svg {
  color: white;
  transition: color 0.3s ease-in-out;
}
.timeline__control:hover {
  color: black;
}
.timeline__control.hide {
  background-color: rgba(var(--color-orange-light));
  cursor: not-allowed;
}
.timeline__event {
  color: rgb(var(--color-white));
}
.timeline__year {
  display: inline-flex;
  position: relative;
  margin-block: 1.5rem;
}
.timeline__year svg {
  width: 180%;
  height: 180%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline__bottom {
  transition: transform 1s cubic-bezier(0.66, 0.21, 0, 1);
}
.timeline__scroll-line {
  position: absolute;
  top: -65%;
  rotate: 0.2deg;
  width: 300vw;
  height: 13px;
}
.timeline__line-inner {
  position: relative;
}
.timeline__line-inner::before {
  position: absolute;
  top: -1rem;
  left: 0.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 34%;
  border-bottom-left-radius: 73%;
  background: rgb(var(--color-orange));
  content: "";
  z-index: 10;
}
.timeline__bottom {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
  z-index: 5;
}
.timeline__history-item {
  transition: color 0.3s ease-in-out;
  width: 125px;
  flex: 1 0 auto;
  cursor: pointer;
}
.timeline__history-item--active {
  color: rgb(var(--color-orange));
  font-weight: 700;
}
@media print, screen and (max-width: 56.31125em) {
  .timeline {
    overflow: hidden;
  }
  .timeline__container:not(.timeline__container--bottom).container {
    flex-direction: column;
    padding: 0;
  }
  .timeline__content, .timeline__visuals {
    flex: 0 1 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .timeline__visuals {
    order: -1;
    aspect-ratio: 360/190;
  }
  .timeline__visual {
    width: 100vw;
  }
  .timeline__content {
    padding: 2.5rem;
  }
  .timeline__scroll-line {
    width: 400vw;
    height: 10px;
    top: -49%;
    rotate: 0;
  }
  .timeline__content::before {
    transform: none;
  }
  .timeline__controls {
    position: absolute;
    top: 1.25rem;
    right: 2.5rem;
  }
  .timeline__control {
    width: 45px;
    height: 45px;
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, transform 0.25s ease-out;
  }
  .timeline__control:hover {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
  }
}

.event__suptitle {
  text-transform: uppercase;
}
.event__title {
  margin-top: 0.625rem;
  max-width: 480px;
  line-height: 1.5;
}
