.timeline {
  box-sizing: border-box;
  position: relative;
}
.timeline *, .timeline *::after, .timeline *::before {
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background-color: #ddd;
  z-index: 1;
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.timeline__item {
  position: relative;
  width: 50%;
  padding: 0.625rem 2.5rem 0.625rem 0;
  font-size: 1rem;
  z-index: 2;
}
.timeline__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  z-index: 1;
}
.timeline__item.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  animation-name: fadeIn;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  left: 50%;
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.timeline__item--right:after {
  left: -10px;
}
.timeline__item--right .timeline__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #ccc transparent transparent;
  left: -12px;
}
.timeline__item--right .timeline__content:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 9px 11px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
}
.timeline__content {
  position: relative;
  display: block;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
}
.timeline__content:after, .timeline__content:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ccc;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #fff;
  right: -10px;
  z-index: 2;
}
.timeline__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 4px;
  left: 45px;
  right: 45px;
  background-color: #ddd;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  vertical-align: top;
  white-space: normal;
  transition: none;
}
.timeline--horizontal .timeline__item:after {
  top: 100%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.timeline--horizontal .timeline__item .timeline__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #ccc transparent transparent transparent;
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.timeline--horizontal .timeline__item .timeline__content:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__item__inner .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #ccc transparent;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff transparent;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  vertical-align: bottom;
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  width: 100%;
  left: 0;
  padding-left: 40px;
  padding-right: 0;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 12px 14px 12px 0;
  border-color: transparent #ccc transparent transparent;
  left: -12px;
}
.timeline--mobile .timeline__item .timeline__content:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: -10px;
}

.timeline-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  outline: 0;
  text-indent: -9999px;
  z-index: 10;
  box-shadow: 0 0 0 5px rgb(179, 225, 255);
  animation: ani 3s infinite;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: none;
  animation: none;
}
.timeline-nav-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 14px;
  width: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.timeline-nav-button--prev {
  left: 5px;
}
.timeline-nav-button--prev:before {
  background-image: url(../img/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 5px;
}
.timeline-nav-button--next:before {
  background-image: url(../img/arrow-right.svg);
}

@keyframes ani {
  0%, 50%, 100% {
    box-shadow: 0 0 0 6px rgb(179, 225, 255);
  }
  25%, 75% {
    box-shadow: 0 0 0 3px rgb(179, 225, 255);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
.timeline-nav-button:before {
  width: 1rem;
  height: 1rem;
  background-size: contain;
}

/*# sourceMappingURL=timeline.css.map */
