<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------- 

Primary style

-------------------------------- */


.vertical-timeline-wrapper *, .vertical-timeline-wrapper *:after, .vertical-timeline-wrapper *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.timeline-vertical {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  margin: 0 auto;
  background: color: #FFFFFF;
}
.timeline-vertical::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
img.frame {
  width: 100%;
  object-fit: cover;
}

#timeline {
  position: relative;
  padding: 0 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #timeline {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #timeline::before {
    left: 280px;
    margin-left: -2px;
  }
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}

.iconwrapper {
  float: right;
  margin-top: -20px;
}


@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 2em 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-img {
  position: absolute;
  top: 25px;
  left: 0;
  width: 120px;
  /* box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}

.timeline-date {
  position: absolute;
  top: 85px;
  left: 0;
  width: 80px;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.timeline-date a {
  color: #333333;
  font-size: 14px;
}

.timeline-img.picture {
  background: #75ce66;
  color: #FFFFFF;
  text-align: center;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.timeline-img.picture a {
  color: #FFFFFF;
}

@media only screen and (min-width: 1170px) {
  .timeline-img {
    left: 280px;
    margin-left: -60px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .timeline-date {
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  border: 1px solid #DADADA;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content h2 {
  color: #303e49;
}
.timeline-content p, .timeline-content .read-more, .timeline-content .date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.timeline-content .read-more, .timeline-content .date {
  display: inline-block;
}
.timeline-content p {
  margin: 0 0;
  line-height: 1.6;
}
.timeline-content .read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .timeline-content .read-more:hover {
  background-color: #bac4cb;
}
.timeline-content .date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

.timeline-content-i {
  position: absolute;
  margin-left: 60px;
  background: white;
  /* border-radius: 0.25em;*/
  /* box-shadow: 0 3px 0 #d7e4ed; */
  /* border: 1px solid #DADADA; */
}

.timeline-content-i:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-content-i::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .timeline-content .read-more, .timeline-content .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 450px;
    float: left;
    left: 350px;
  }
  .timeline-content::before {
    top: 31px;
    right: 100%;
    border-color: transparent;
    border-right-color: #DADADA;
  }
  .timeline-content .read-more {
    float: left;
  }
  .timeline-content .date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .timeline-content-i {
    margin-left: 0;
    width: 200px;
    float: left;
    left: 20px;
  }

  .timeline-content-i::before {
    top: 31px;
    left: 100%;
    border-color: transparent;
    border-left-color: #DADADA;
  }
}

</pre></body></html>