[data-zcroller^="fadeIn"] {
  opacity: 1;
}
.timeline__wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 16px 0 0;
}
.timeline__element {
  margin: 0;
  padding-top: 64px;
  position: relative;
  width: 50%;
}
.timeline__element:before {
  background-color: #23366f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 80px;
  width: 16px;
}
@media (min-width: 768px) {
  .timeline__element:nth-child(odd) {
    border-right: 1px solid #23366f;
    padding-right: 48px;
    text-align: right;
  }
  .timeline__element:nth-child(odd):before {
    right: -9px;
  }
  .timeline__element:nth-child(2n) {
    border-left: 1px solid #23366f;
    margin-left: -1px;
    padding-left: 48px;
    padding-top: 256px;
  }
  .timeline__element:nth-child(2n):before {
    left: -8px;
    top: 272px;
  }
  .timeline__element:first-child {
    padding-top: 0;
  }
  .timeline__element:first-child:before {
    top: 0;
  }
  .timeline__element:first-child .timeline__headline {
    margin-top: -16px;
  }
  .timeline__element:nth-child(2) {
    padding-top: 192px;
  }
  .timeline__element:nth-child(2):before {
    top: 208px;
  }
}
.timeline__content,
.timeline__text {
  position: relative;
}
.timeline__date {
  display: block;
  font-family: ZurichSans-SemiBold, Arial, sans-serif;
}
.timeline__image img {
  max-width: 100%;
}
.timeline--highlighted .timeline__date {
  font-size: 36px;
  line-height: 1.3;
}
.timeline--highlighted .timeline__element:first-child .timeline__date {
  margin-top: -16px;
}
.timeline--highlighted .timeline__element:first-child .timeline__headline {
  margin-top: 0;
}
.timeline--highlighted .timeline__element.highlight:before {
  height: 24px;
  width: 24px;
}
.timeline--highlighted .timeline__element.highlight:after {
  animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both
    scale-up-center;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
}
.timeline--highlighted .timeline__element.highlight:nth-child(odd):before {
  right: -13px;
  top: 76px;
}
@media (max-width: 767px) {
  .timeline__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .timeline__element {
    border-left: 1px solid #23366f;
    margin-left: 64px;
    padding-left: 24px;
    width: 100%;
  }
  .timeline__element:before {
    left: -8px;
    top: 69px;
  }
  .timeline__element:first-child {
    padding-top: 0;
  }
  .timeline__element:first-child:before {
    top: 0;
  }
  .timeline__element:first-child .timeline__headline {
    margin-top: -5px;
  }
  .timeline__element .timeline__headline {
    font-family: ZurichSans-SemiBold, Arial, sans-serif;
    font-size: 18px;
  }
  .timeline__element .timeline__date {
    left: -88px;
    position: absolute;
  }
  .timeline__element .timeline__image img {
    max-width: 100%;
  }
  .timeline--highlighted .timeline__date {
    font-size: 18px;
  }
  .timeline--highlighted .timeline__element:first-child .timeline__date {
    margin-top: 0;
  }
  .timeline--highlighted .timeline__element:first-child .timeline__headline {
    margin-top: -5px;
  }
  .timeline--highlighted .timeline__element.highlight:nth-child(odd):before {
    left: -12px;
    right: auto;
    top: 65px;
  }
}
.timeline--highlighted .timeline__element.highlight:nth-child(2n):before {
  left: -12px;
  top: 268px;
}
@media (max-width: 767px) {
  .timeline--highlighted .timeline__element.highlight:nth-child(2n):before {
    top: 65px;
  }
}
.timeline--highlighted .timeline__element.highlight:nth-child(odd):after {
  right: -21px;
  top: 68px;
}
@media (max-width: 767px) {
  .timeline--highlighted .timeline__element.highlight:nth-child(odd):after {
    left: -20px;
    right: auto;
    top: 57px;
  }
}
.timeline--highlighted .timeline__element.highlight:nth-child(2n):after {
  left: -20px;
  top: 260px;
}
.timeline--highlighted .timeline__element.highlight:first-child:before {
  top: 0;
}
@media (max-width: 767px) {
  .timeline--highlighted .timeline__element.highlight:nth-child(2n):after {
    top: 57px;
  }
  .timeline--highlighted .timeline__element.highlight:first-child:before {
    top: -4px;
  }
}
.timeline--highlighted .timeline__element.highlight:first-child:after {
  top: -8px;
}
.timeline--highlighted .timeline__element.highlight:nth-child(2):before {
  top: 204px;
}
@media (max-width: 767px) {
  .timeline--highlighted .timeline__element.highlight:first-child:after {
    top: -12px;
  }
  .timeline--highlighted .timeline__element.highlight:nth-child(2):before {
    top: 65px;
  }
}
.timeline--highlighted .timeline__element.highlight:nth-child(2):after {
  top: 196px;
}
.timeline--highlighted .timeline__element.highlight .timeline__headline {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: ZurichSans-Light, Arial, sans-serif;
}
.timeline--highlighted .timeline__element.highlight .timeline__date {
  background-color: #23366f;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 1.3;
  padding: 0 16px 4px;
}
@media (max-width: 767px) {
  .timeline--highlighted .timeline__element.highlight:nth-child(2):after {
    top: 57px;
  }
  .timeline--highlighted .timeline__element.highlight .timeline__date {
    font-size: 18px;
    left: -92px;
    padding: 0 4px 2px;
  }
}
.timeline--highlighted .timeline__element.highlight .timeline__text {
  font-family: ZurichSans-Regular, Arial, sans-serif;
}
.timeline--highlighted .timeline__element.highlight .timeline__text > button {
  font-family: ZurichSans-Light, Arial, sans-serif;
}
.timeline--highlighted .timeline__element.past {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .timeline--highlighted
    .timeline__element.highlight:nth-child(odd)
    .timeline__headline {
    align-items: flex-end;
  }
  .timeline--highlighted .timeline__element.highlight:nth-child(2n),
  .timeline--highlighted .timeline__element.past:nth-child(2n) {
    border-left-color: transparent;
  }
  .timeline--highlighted .timeline__element.past:nth-child(2n):before {
    content: normal;
  }
  .timeline--highlighted .timeline__element.past:nth-child(odd):after {
    background-color: #23366f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: -9px;
    top: 272px;
    width: 16px;
  }
  .timeline--highlighted .timeline__element.past:first-child:after {
    top: 208px;
  }
  .timeline--highlighted
    .timeline__element.highlight:nth-child(2n)
    .timeline__content:before {
    background-color: #23366f;
    content: "";
    height: calc(100% - 20px);
    left: -49px;
    position: absolute;
    top: 20px;
    width: 1px;
  }
  .timeline--highlighted .timeline__element.highlight:nth-child(odd) {
    border-right-color: transparent;
  }
  .timeline--highlighted
    .timeline__element.highlight:nth-child(odd)
    .timeline__content:before {
    background-color: #23366f;
    content: "";
    height: calc(100% - 20px);
    position: absolute;
    right: -49px;
    top: 20px;
    width: 1px;
  }
  .timeline--highlighted
    .timeline__element.highlight
    + .timeline__element:nth-child(2n) {
    border-left-color: rgba(35, 54, 111, 0.5);
  }
  .timeline--highlighted
    .timeline__element.highlight
    + .timeline__element:nth-child(2n)
    .timeline__content:before {
    background-color: #23366f;
    content: "";
    height: 100%;
    left: -49px;
    position: absolute;
    top: 20px;
    width: 1px;
  }
  .timeline--highlighted .timeline__element.highlight:last-child {
    border-right-color: rgba(35, 54, 111, 0.5);
  }
  .timeline--has-nav .timeline__wrapper {
    margin-left: 21.15%;
    padding-left: 8px;
  }
}
@keyframes scale-up-center {
  0% {
    background-color: transparent;
    transform: scale(0.5);
  }
  10% {
    background-color: #23366f;
    transform: scale(0.5);
  }
  to {
    background-color: transparent;
    transform: scale(1);
  }
}
.timeline--has-nav .timeline__nav {
  position: absolute;
  top: 16px;
  width: 46px;
  z-index: 1;
}
.timeline--has-nav .timeline__nav-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline--has-nav .timeline__nav-inner ul li {
  margin: 0;
  padding: 0;
  transition: 0.2s;
}
.no-touch .timeline--has-nav .timeline__nav-inner ul li:hover {
  transform: scale(1.05);
}
.timeline--has-nav .timeline__nav-inner ul li a {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 23px;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.12);
  color: #23366f;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: ZurichSans-SemiBold, Arial, sans-serif;
  font-size: 14px;
  height: 96px;
  justify-content: center;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 46px;
}
.timeline--has-nav .timeline__nav-inner ul li a:hover {
  text-decoration: none !important;
}
.timeline--has-nav .timeline__nav-inner ul li a.is-highlighted:before {
  animation: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both
    scale-up-center;
  background-color: #23366f;
  border-radius: 33px;
  content: "";
  display: block;
  height: 116px;
  left: -7px;
  position: absolute;
  top: -10px;
  width: 60px;
  z-index: -1;
}
.timeline--has-nav .timeline__nav-inner ul li a.is-current {
  background-color: #23366f;
  color: #fff;
}
.timeline--has-nav .timeline__nav-inner ul li a span {
  pointer-events: none;
}
.timeline--has-nav .timeline__nav-inner ul li + li {
  margin-top: 8px;
}
.timeline--has-nav .timeline__element:focus {
  outline: transparent 0;
}
@media (min-width: 768px) {
  .timeline--has-nav .timeline__element {
    width: auto;
  }
  .timeline--has-nav .timeline__element:nth-child(2n),
  .timeline--has-nav .timeline__element:nth-child(odd) {
    border-left: 1px solid #23366f;
    border-right: none;
    margin-left: -1px;
    padding-left: 48px;
    padding-top: 64px;
    text-align: left;
  }
  .timeline--has-nav .timeline__element:nth-child(2n):before,
  .timeline--has-nav .timeline__element:nth-child(odd):before {
    content: "";
    left: -8px;
    top: 82px;
  }
  .timeline--has-nav .timeline__element:nth-child(odd):after {
    content: normal;
  }
  .timeline--has-nav .timeline__element:first-child {
    padding-top: 0;
  }
  .timeline--has-nav .timeline__element:first-child:before {
    top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .timeline--has-nav .timeline__element:nth-child(2n),
  .timeline--has-nav .timeline__element:nth-child(odd) {
    margin-left: -60px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .timeline--has-nav .timeline__element:first-child .timeline__content {
    margin-top: -16px;
  }
  .timeline--has-nav .timeline__element:first-child .timeline__date {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .timeline--has-nav .timeline__element.past:nth-child(odd):after {
    content: normal;
  }
  .timeline--has-nav .timeline__element.past:nth-child(2n) {
    border-left-color: #23366f;
  }
  .timeline--has-nav .timeline__element.past:nth-child(2n):before {
    content: "";
  }
  .timeline--has-nav .timeline__element.highlight:nth-child(2n),
  .timeline--has-nav .timeline__element.highlight:nth-child(odd) {
    border-left: 1px solid rgba(35, 54, 111, 0.5);
  }
  .timeline--has-nav .timeline__element.highlight:nth-child(2n):before {
    top: 78px;
  }
  .timeline--has-nav .timeline__element.highlight:nth-child(2n):after {
    top: 70px;
  }
  .timeline--has-nav .timeline__element.highlight:nth-child(odd):before {
    left: -12px;
    right: auto;
  }
  .timeline--has-nav .timeline__element.highlight:nth-child(odd):after {
    content: "";
    left: -20px;
    right: auto;
  }
  .timeline--has-nav
    .timeline__element.highlight:nth-child(odd)
    .timeline__content:before {
    background-color: #23366f;
    content: "";
    height: 100%;
    left: -49px;
    position: absolute;
    top: 20px;
    width: 1px;
  }
}
.timeline--has-nav
  .timeline__element.highlight
  + .timeline__element:nth-child(2n) {
  border-left-color: #23366f;
}
.timeline--has-nav
  .timeline__element.highlight
  + .timeline__element:nth-child(2n)
  .timeline__content:before {
  content: normal;
}
.timeline--has-nav .timeline__element.highlight .timeline__date {
  left: -200px;
}
.timeline--has-nav .timeline__date {
  left: auto;
  position: static;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline--has-nav .timeline__date {
    font-size: 32px;
    left: -170px;
    position: absolute;
  }
  .timeline--has-nav .timeline__headline {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .timeline--has-nav .timeline__date {
    left: -180px;
    position: absolute;
  }
}

/* Plus icon */
.timeline__text.slide-content {
  box-sizing: border-box;
  max-height: 300px;
  overflow-x: visible;
  overflow-y: hidden;
  padding-bottom: 40px;
  transition: max-height 0.3s ease;
}
.timeline__text.slide-content:after {
  background: linear-gradient(0deg, #fff 20%, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 100%;
}
.timeline__text.slide-content > button {
  align-items: center;
  border: 1px solid #23366f;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  font-size: 32px;
  height: 33px;
  justify-content: center;
  left: calc(50% - 16px);
  position: absolute;
  width: 33px;
  z-index: 10;
  text-decoration: none;
}
.timeline__text.slide-content > button span {
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .timeline__text.slide-content > button {
    left: 0;
  }
}
.timeline__text.slide-content.slide-opened > button span {
  line-height: 0.8;
}

.timeline__text.slide-opened:after {
  background: transparent;
}
