<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  *,
  *::before,
  *::after {
    /* margin: 0;
    padding: 0;
    box-sizing: border-box; */
  }

  button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    }

    body {
      /* font: normal 16px/1.5 "Helvetica Neue", sans-serif; */
      /* background: #456990; */
      /* color: #fff; */
    }

    /* .section SECTION
    �𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */
    /* .section {
      background: #F45B69;
      padding: 50px 0;
    } */

    /* .section .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    } */

    /* .section h1 {
      font-size: 2.5rem;
    } */

    /* .section h2 {
      font-size: 1.3rem;
    } */

    /* TIMELINE
    �𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */
    .timeline {
      white-space: nowrap;
      overflow-x: hidden;
      overflow-y: hidden;
      text-align: center;
    }

    .timeline ol {
      font-size: 0;
      /* width: 100vw; */
      padding: 150px 0;
      transition: all 1s;
    padding-left: 0;
    margin-left: -150px;
    }

    .timeline ol li {
      position: relative;
      display: inline-block;
      list-style-type: none;
      width: 150px;
      height: 3px;
      background: #524e4e;
    }

    .timeline ol li:last-child {
      /* width: 300px; */
    }

  .timeline ol li:not(:first-child) {
    /* margin-left: 26px; */
  }

  .timeline ol li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F45B69;
    z-index: 999;
  }

  .timeline ol li &gt; div {
    position: absolute;
    left: calc(100% + 12px);
    width: 210px;
    /* padding: 15px; */
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
  }

  .timeline ol li &gt; div::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateX(-50%);
  }

  .timeline ol li:nth-child(odd) &gt; div {
    top: -16px;
    transform: translateY(-100%);
    left: 45%;
    /* transform: translateX(-50%); */
  }

  .timeline ol li:nth-child(odd) &gt; div::before {
    top: 100%;
    border-width: 8px 8px 8px 8px;
    border-color: white transparent transparent transparent;
  }

  .timeline ol li:nth-child(even) &gt; div {
    top: calc(100% + 16px);
    transform: translateX(-50%);
  }

  .timeline ol li:nth-child(even) &gt; div::before {
    top: -8px;
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent white transparent;
  }

  .timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    /* margin-bottom: 8px; */
    padding: 10px 10px;
  }

  .timeline desc {
    display: block;
    padding: 10px 15px 20px 15px;
    color: white;
  }

  /* TIMELINE ARROWS
  �𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */
  .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .timeline .arrows .arrow__prev {
    margin-right: 20px;
  }

  .timeline .disabled {
    opacity: .5;
  }

  .timeline .arrows img {
    width: 45px;
    height: 45px;
  }

  /* GENERAL MEDIA QUERIES
  �𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�𣏾�� */
  @media screen and (max-width: 1200px) {
    .timeline ol {
          margin-left: 0px;
    }

    .timeline ol li:nth-child(even) &gt; div {
      /* Added */
      transform: translateX(0%);
    }

    .timeline ol,
    .timeline ol li {
      width: auto;
    }

    .timeline ol {
      padding: 0;
      transform: none !important;
    }

    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }

    .timeline ol li:first-child {
      margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
      margin-left: auto;
    }

    .timeline ol li div {
      width: 500px;
      height: auto !important;
      margin: 0 auto 25px;
    }

    .timeline ol li div {
      position: static;
    }

    .timeline ol li:nth-child(odd) div {
      transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: none;
      border-left: 1px solid white;
      height: 25px;
    }


    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
      display: none;
    }
  }

  @media screen and (max-width: 599px) {
    .timeline ol li div {
      max-width: 94%;
      height: auto !important;
      margin: 0 auto 25px;
    }
  }
</pre></body></html>