#timeline .btn,
#timeline .form-control,
#timeline .link,
#timeline .reset {
      background-color: transparent;
      padding: 0;
      border: 0;
      border-radius: 0;
      color: inherit;
      line-height: inherit;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  select.form-control::-ms-expand {
      display: none;
  }
  textarea {
      resize: vertical;
      overflow: auto;
      vertical-align: top;
  }
  input::-ms-clear {
      display: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  img,
  video,
  svg {
      max-width: 100%;
  }
  [data-theme] {
      background-color: hsl(0, 0%, 100%);
      background-color: var(--color-bg, #fff);
      color: hsl(240, 4%, 20%);
      color: var(--color-contrast-high, #313135);
  }
  :root {
      --space-unit: 1em;
      --space-xxxxs: calc(0.125 * var(--space-unit));
      --space-xxxs: calc(0.25 * var(--space-unit));
      --space-xxs: calc(0.375 * var(--space-unit));
      --space-xs: calc(0.5 * var(--space-unit));
      --space-sm: calc(0.75 * var(--space-unit));
      --space-md: calc(1.25 * var(--space-unit));
      --space-lg: calc(2 * var(--space-unit));
      --space-xl: calc(3.25 * var(--space-unit));
      --space-xxl: calc(5.25 * var(--space-unit));
      --space-xxxl: calc(8.5 * var(--space-unit));
      --space-xxxxl: calc(13.75 * var(--space-unit));
      --component-padding: var(--space-md);
  }
  :root {
      --max-width-xxs: 32rem;
      --max-width-xs: 38rem;
      --max-width-sm: 48rem;
      --max-width-md: 64rem;
      --max-width-lg: 80rem;
      --max-width-xl: 90rem;
      --max-width-xxl: 120rem;
  }
#timeline .container {
      width: calc(100% - 1.25em);
      width: calc(100% - 2 * var(--component-padding));
      margin-right: auto;
      margin-left: auto;
  }
#timeline .max-width-xxs {
      max-width: 32rem;
      max-width: var(--max-width-xxs);
  }
#timeline .max-width-xs {
      max-width: 38rem;
      max-width: var(--max-width-xs);
  }
#timeline .max-width-sm {
      max-width: 48rem;
      max-width: var(--max-width-sm);
  }
#timeline .max-width-md {
      max-width: 64rem;
      max-width: var(--max-width-md);
  }
#timeline .max-width-lg {
      max-width: 80rem;
      max-width: var(--max-width-lg);
  }
#timeline .max-width-xl {
      max-width: 90rem;
      max-width: var(--max-width-xl);
  }
#timeline .max-width-xxl {
      max-width: 120rem;
      max-width: var(--max-width-xxl);
  }
#timeline .max-width-adaptive-sm {
      max-width: 38rem;
      max-width: var(--max-width-xs);
  }
  @media (min-width: 64rem) {
    #timeline .max-width-adaptive-sm {
          max-width: 48rem;
          max-width: var(--max-width-sm);
      }
  }
#timeline .max-width-adaptive-md {
      max-width: 38rem;
      max-width: var(--max-width-xs);
  }
  @media (min-width: 64rem) {
    #timeline .max-width-adaptive-md {
          max-width: 64rem;
          max-width: var(--max-width-md);
      }
  }
#timeline .max-width-adaptive,
#timeline .max-width-adaptive-lg {
      max-width: 38rem;
      max-width: var(--max-width-xs);
  }
  @media (min-width: 64rem) {
    #timeline .max-width-adaptive,
    #timeline .max-width-adaptive-lg {
          max-width: 64rem;
          max-width: var(--max-width-md);
      }
  }
  @media (min-width: 90rem) {
    #timeline .max-width-adaptive,
    #timeline .max-width-adaptive-lg {
          max-width: 80rem;
          max-width: var(--max-width-lg);
      }
  }
#timeline .max-width-adaptive-xl {
      max-width: 38rem;
      max-width: var(--max-width-xs);
  }
  @media (min-width: 64rem) {
    #timeline .max-width-adaptive-xl {
          max-width: 64rem;
          max-width: var(--max-width-md);
      }
  }
  @media (min-width: 90rem) {
    #timeline .max-width-adaptive-xl {
          max-width: 90rem;
          max-width: var(--max-width-xl);
      }
  }
#timeline .grid {
      --grid-gap: 0px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
#timeline .grid > * {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }
  /*[class*="grid-gap"] {
      margin-bottom: 1em * -1;
      margin-bottom: calc(var(--grid-gap, 1em) * -1);
      margin-left: 1em * -1;
      margin-left: calc(var(--grid-gap, 1em) * -1);
  }*/
  [class*="grid-gap"] > * {
      margin-bottom: 1em;
      margin-bottom: var(--grid-gap, 1em);
      margin-left: 1em;
      margin-left: var(--grid-gap, 1em);
  }
#timeline .grid-gap-xxxxs {
      --grid-gap: var(--space-xxxxs);
  }
#timeline .grid-gap-xxxs {
      --grid-gap: var(--space-xxxs);
  }
#timeline .grid-gap-xxs {
      --grid-gap: var(--space-xxs);
  }
#timeline .grid-gap-xs {
      --grid-gap: var(--space-xs);
  }
#timeline .grid-gap-sm {
      --grid-gap: var(--space-sm);
  }
#timeline .grid-gap-md {
      --grid-gap: var(--space-md);
  }
#timeline .grid-gap-lg {
      --grid-gap: var(--space-lg);
  }
#timeline .grid-gap-xl {
      --grid-gap: var(--space-xl);
  }
#timeline .grid-gap-xxl {
      --grid-gap: var(--space-xxl);
  }
#timeline .grid-gap-xxxl {
      --grid-gap: var(--space-xxxl);
  }
#timeline .grid-gap-xxxxl {
      --grid-gap: var(--space-xxxxl);
  }
#timeline .col {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
  }
#timeline .col-1 {
      -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(8.33% - 0.01px - 1em);
      flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(8.33% - 0.01px - 1em);
      max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-2 {
      -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(16.66% - 0.01px - 1em);
      flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(16.66% - 0.01px - 1em);
      max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-3 {
      -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(25% - 0.01px - 1em);
      flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(25% - 0.01px - 1em);
      max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-4 {
      -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(33.33% - 0.01px - 1em);
      flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(33.33% - 0.01px - 1em);
      max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-5 {
      -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(41.66% - 0.01px - 1em);
      flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(41.66% - 0.01px - 1em);
      max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-6 {
      -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(50% - 0.01px - 1em);
      flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(50% - 0.01px - 1em);
      max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-7 {
      -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(58.33% - 0.01px - 1em);
      flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(58.33% - 0.01px - 1em);
      max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-8 {
      -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(66.66% - 0.01px - 1em);
      flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(66.66% - 0.01px - 1em);
      max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-9 {
      -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(75% - 0.01px - 1em);
      flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(75% - 0.01px - 1em);
      max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-10 {
      -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(83.33% - 0.01px - 1em);
      flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(83.33% - 0.01px - 1em);
      max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-11 {
      -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(91.66% - 0.01px - 1em);
      flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(91.66% - 0.01px - 1em);
      max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
  }
#timeline .col-12 {
      -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
      -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
      flex-basis: calc(100% - 0.01px - 1em);
      flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
      max-width: calc(100% - 0.01px - 1em);
      max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
  }
  @media (min-width: 32rem) {
    #timeline .col\@xs {
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          max-width: 100%;
      }
    #timeline .col-1\@xs {
          -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(8.33% - 0.01px - 1em);
          flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(8.33% - 0.01px - 1em);
          max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-2\@xs {
          -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(16.66% - 0.01px - 1em);
          flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(16.66% - 0.01px - 1em);
          max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-3\@xs {
          -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(25% - 0.01px - 1em);
          flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(25% - 0.01px - 1em);
          max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-4\@xs {
          -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(33.33% - 0.01px - 1em);
          flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(33.33% - 0.01px - 1em);
          max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-5\@xs {
          -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(41.66% - 0.01px - 1em);
          flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(41.66% - 0.01px - 1em);
          max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-6\@xs {
          -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(50% - 0.01px - 1em);
          flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(50% - 0.01px - 1em);
          max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-7\@xs {
          -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(58.33% - 0.01px - 1em);
          flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(58.33% - 0.01px - 1em);
          max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-8\@xs {
          -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(66.66% - 0.01px - 1em);
          flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(66.66% - 0.01px - 1em);
          max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-9\@xs {
          -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(75% - 0.01px - 1em);
          flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(75% - 0.01px - 1em);
          max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-10\@xs {
          -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(83.33% - 0.01px - 1em);
          flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(83.33% - 0.01px - 1em);
          max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-11\@xs {
          -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(91.66% - 0.01px - 1em);
          flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(91.66% - 0.01px - 1em);
          max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-12\@xs {
          -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(100% - 0.01px - 1em);
          flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(100% - 0.01px - 1em);
          max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
      }
  }
  @media (min-width: 48rem) {
    #timeline .col\@sm {
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          max-width: 100%;
      }
    #timeline .col-1\@sm {
          -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(8.33% - 0.01px - 1em);
          flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(8.33% - 0.01px - 1em);
          max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-2\@sm {
          -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(16.66% - 0.01px - 1em);
          flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(16.66% - 0.01px - 1em);
          max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-3\@sm {
          -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(25% - 0.01px - 1em);
          flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(25% - 0.01px - 1em);
          max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-4\@sm {
          -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(33.33% - 0.01px - 1em);
          flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(33.33% - 0.01px - 1em);
          max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-5\@sm {
          -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(41.66% - 0.01px - 1em);
          flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(41.66% - 0.01px - 1em);
          max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-6\@sm {
          -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(50% - 0.01px - 1em);
          flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(50% - 0.01px - 1em);
          max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-7\@sm {
          -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(58.33% - 0.01px - 1em);
          flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(58.33% - 0.01px - 1em);
          max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-8\@sm {
          -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(66.66% - 0.01px - 1em);
          flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(66.66% - 0.01px - 1em);
          max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-9\@sm {
          -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(75% - 0.01px - 1em);
          flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(75% - 0.01px - 1em);
          max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-10\@sm {
          -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(83.33% - 0.01px - 1em);
          flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(83.33% - 0.01px - 1em);
          max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-11\@sm {
          -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(91.66% - 0.01px - 1em);
          flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(91.66% - 0.01px - 1em);
          max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-12\@sm {
          -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(100% - 0.01px - 1em);
          flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(100% - 0.01px - 1em);
          max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
      }
  }
  @media (min-width: 64rem) {
    #timeline .col\@md {
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          max-width: 100%;
      }
    #timeline .col-1\@md {
          -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(8.33% - 0.01px - 1em);
          flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(8.33% - 0.01px - 1em);
          max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-2\@md {
          -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(16.66% - 0.01px - 1em);
          flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(16.66% - 0.01px - 1em);
          max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-3\@md {
          -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(25% - 0.01px - 1em);
          flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(25% - 0.01px - 1em);
          max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-4\@md {
          -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(33.33% - 0.01px - 1em);
          flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(33.33% - 0.01px - 1em);
          max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-5\@md {
          -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(41.66% - 0.01px - 1em);
          flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(41.66% - 0.01px - 1em);
          max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-6\@md {
          -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(50% - 0.01px - 1em);
          flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(50% - 0.01px - 1em);
          max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-7\@md {
          -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(58.33% - 0.01px - 1em);
          flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(58.33% - 0.01px - 1em);
          max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-8\@md {
          -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(66.66% - 0.01px - 1em);
          flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(66.66% - 0.01px - 1em);
          max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-9\@md {
          -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(75% - 0.01px - 1em);
          flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(75% - 0.01px - 1em);
          max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-10\@md {
          -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(83.33% - 0.01px - 1em);
          flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(83.33% - 0.01px - 1em);
          max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-11\@md {
          -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(91.66% - 0.01px - 1em);
          flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(91.66% - 0.01px - 1em);
          max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-12\@md {
          -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(100% - 0.01px - 1em);
          flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(100% - 0.01px - 1em);
          max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
      }
  }
  @media (min-width: 80rem) {
    #timeline .col\@lg {
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          max-width: 100%;
      }
    #timeline .col-1\@lg {
          -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(8.33% - 0.01px - 1em);
          flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(8.33% - 0.01px - 1em);
          max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-2\@lg {
          -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(16.66% - 0.01px - 1em);
          flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(16.66% - 0.01px - 1em);
          max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-3\@lg {
          -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(25% - 0.01px - 1em);
          flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(25% - 0.01px - 1em);
          max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-4\@lg {
          -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(33.33% - 0.01px - 1em);
          flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(33.33% - 0.01px - 1em);
          max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-5\@lg {
          -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(41.66% - 0.01px - 1em);
          flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(41.66% - 0.01px - 1em);
          max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-6\@lg {
          -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(50% - 0.01px - 1em);
          flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(50% - 0.01px - 1em);
          max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-7\@lg {
          -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(58.33% - 0.01px - 1em);
          flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(58.33% - 0.01px - 1em);
          max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-8\@lg {
          -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(66.66% - 0.01px - 1em);
          flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(66.66% - 0.01px - 1em);
          max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-9\@lg {
          -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(75% - 0.01px - 1em);
          flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(75% - 0.01px - 1em);
          max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-10\@lg {
          -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(83.33% - 0.01px - 1em);
          flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(83.33% - 0.01px - 1em);
          max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-11\@lg {
          -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(91.66% - 0.01px - 1em);
          flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(91.66% - 0.01px - 1em);
          max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-12\@lg {
          -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(100% - 0.01px - 1em);
          flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(100% - 0.01px - 1em);
          max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
      }
  }
  @media (min-width: 90rem) {
    #timeline .col\@xl {
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          max-width: 100%;
      }
    #timeline .col-1\@xl {
          -ms-flex-preferred-size: calc(8.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(8.33% - 0.01px - 1em);
          flex-basis: calc(8.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(8.33% - 0.01px - 1em);
          max-width: calc(8.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-2\@xl {
          -ms-flex-preferred-size: calc(16.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(16.66% - 0.01px - 1em);
          flex-basis: calc(16.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(16.66% - 0.01px - 1em);
          max-width: calc(16.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-3\@xl {
          -ms-flex-preferred-size: calc(25% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(25% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(25% - 0.01px - 1em);
          flex-basis: calc(25% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(25% - 0.01px - 1em);
          max-width: calc(25% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-4\@xl {
          -ms-flex-preferred-size: calc(33.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(33.33% - 0.01px - 1em);
          flex-basis: calc(33.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(33.33% - 0.01px - 1em);
          max-width: calc(33.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-5\@xl {
          -ms-flex-preferred-size: calc(41.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(41.66% - 0.01px - 1em);
          flex-basis: calc(41.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(41.66% - 0.01px - 1em);
          max-width: calc(41.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-6\@xl {
          -ms-flex-preferred-size: calc(50% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(50% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(50% - 0.01px - 1em);
          flex-basis: calc(50% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(50% - 0.01px - 1em);
          max-width: calc(50% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-7\@xl {
          -ms-flex-preferred-size: calc(58.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(58.33% - 0.01px - 1em);
          flex-basis: calc(58.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(58.33% - 0.01px - 1em);
          max-width: calc(58.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-8\@xl {
          -ms-flex-preferred-size: calc(66.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(66.66% - 0.01px - 1em);
          flex-basis: calc(66.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(66.66% - 0.01px - 1em);
          max-width: calc(66.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-9\@xl {
          -ms-flex-preferred-size: calc(75% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(75% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(75% - 0.01px - 1em);
          flex-basis: calc(75% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(75% - 0.01px - 1em);
          max-width: calc(75% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-10\@xl {
          -ms-flex-preferred-size: calc(83.33% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(83.33% - 0.01px - 1em);
          flex-basis: calc(83.33% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(83.33% - 0.01px - 1em);
          max-width: calc(83.33% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-11\@xl {
          -ms-flex-preferred-size: calc(91.66% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(91.66% - 0.01px - 1em);
          flex-basis: calc(91.66% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(91.66% - 0.01px - 1em);
          max-width: calc(91.66% - 0.01px - var(--grid-gap, 1em));
      }
    #timeline .col-12\@xl {
          -ms-flex-preferred-size: calc(100% - 0.01px - 1em);
          -ms-flex-preferred-size: calc(100% - 0.01px - var(--grid-gap, 1em));
          flex-basis: calc(100% - 0.01px - 1em);
          flex-basis: calc(100% - 0.01px - var(--grid-gap, 1em));
          max-width: calc(100% - 0.01px - 1em);
          max-width: calc(100% - 0.01px - var(--grid-gap, 1em));
      }
  }
  :root {
      --radius-sm: calc(var(--radius, 0.25em) / 2);
      --radius-md: var(--radius, 0.25em);
      --radius-lg: calc(var(--radius, 0.25em) * 2);
      --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.085), 0 1px 8px rgba(0, 0, 0, 0.1);
      --shadow-md: 0 1px 8px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.15);
      --shadow-lg: 0 1px 8px rgba(0, 0, 0, 0.1), 0 16px 48px rgba(0, 0, 0, 0.1), 0 24px 60px rgba(0, 0, 0, 0.1);
      --bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
      --ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  :root {
      --body-line-height: 1.4;
      --heading-line-height: 1.2;
  }
  body {
      font-size: 1em;
      font-size: var(--text-base-size, 1em);
      font-family: "Droid Serif", serif;
      font-family: var(--font-primary, sans-serif);
      color: hsl(240, 4%, 20%);
      color: var(--color-contrast-high, #313135);
  }
  h1,
  h2,
  h3,
  h4 {
      color: hsl(240, 8%, 12%);
      color: var(--color-contrast-higher, #1c1c21);
      line-height: 1.2;
      line-height: var(--heading-line-height, 1.2);
  }
#timeline .text-xxxl {
      font-size: 2.48832em;
      font-size: var(--text-xxxl, 2.488em);
  }
  h1,
#timeline .text-xxl {
      font-size: 2.0736em;
      font-size: var(--text-xxl, 2.074em);
  }
  h2,
#timeline .text-xl {
      font-size: 1.728em;
      font-size: var(--text-xl, 1.728em);
  }
  h3,
#timeline .text-lg {
      font-size: 1.44em;
      font-size: var(--text-lg, 1.44em);
  }
  h4,
#timeline .text-md {
      font-size: 1.2em;
      font-size: var(--text-md, 1.2em);
  }
  small,
#timeline .text-sm {
      font-size: 0.83333em;
      font-size: var(--text-sm, 0.833em);
  }
#timeline .text-xs {
      font-size: 0.69444em;
      font-size: var(--text-xs, 0.694em);
  }
  a,
#timeline .link {
      color: hsl(220, 90%, 56%);
      color: var(--color-primary, #2a6df4);
      text-decoration: none;
  }
  strong,
#timeline .text-bold {
      font-weight: bold;
  }
  s {
      text-decoration: line-through;
  }
  u,
#timeline .text-underline {
      text-decoration: underline;
  }
#timeline .text-component {
      --component-body-line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
      --component-heading-line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  }
#timeline .text-component h1,
#timeline .text-component h2,
#timeline .text-component h3,
#timeline .text-component h4 {
      line-height: 1.2;
      line-height: var(--component-heading-line-height, 1.2);
      margin-bottom: 0.25em;
      margin-bottom: calc(var(--space-xxxs) * var(--text-vspace-multiplier, 1));
  }
#timeline .text-component h2,
#timeline .text-component h3,
#timeline .text-component h4 {
      margin-top: 0.75em;
      margin-top: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
  }
#timeline .text-component p,
#timeline .text-component blockquote,
#timeline .text-component ul li,
#timeline .text-component ol li {
      line-height: 1.4;
      line-height: var(--component-body-line-height);
  }
#timeline .text-component ul,
#timeline .text-component ol,
#timeline .text-component p,
#timeline .text-component blockquote,
#timeline .text-component .text-component__block {
      margin-bottom: 0.75em;
      margin-bottom: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
  }
#timeline .text-component ul,
#timeline .text-component ol {
      padding-right: 1em;
  }
#timeline .text-component ul {
      list-style-type: disc;
  }
#timeline .text-component ol {
      list-style-type: decimal;
  }
#timeline .text-component img {
      display: block;
      margin: 0 auto;
  }
#timeline .text-component figcaption {
      text-align: center;
      margin-top: 0.5em;
      margin-top: var(--space-xs);
  }
#timeline .text-component em {
      font-style: italic;
  }
#timeline .text-component hr {
      margin-top: 2em;
      margin-top: calc(var(--space-lg) * var(--text-vspace-multiplier, 1));
      margin-bottom: 2em;
      margin-bottom: calc(var(--space-lg) * var(--text-vspace-multiplier, 1));
      margin-right: auto;
      margin-left: auto;
  }
#timeline .text-component > *:first-child {
      margin-top: 0;
  }
#timeline .text-component > *:last-child {
      margin-bottom: 0;
  }
#timeline .text-component__block--full-width {
      width: 100vw;
      margin-right: calc(50% - 50vw);
  }
  @media (min-width: 48rem) {
    #timeline .text-component__block--left,
    #timeline .text-component__block--right {
          width: 45%;
      }
    #timeline .text-component__block--left img,
    #timeline .text-component__block--right img {
          width: 100%;
      }
    #timeline .text-component__block--left {
          float: right;
          margin-left: 0.75em;
          margin-left: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
      }
    #timeline .text-component__block--right {
          float: left;
          margin-right: 0.75em;
          margin-right: calc(var(--space-sm) * var(--text-vspace-multiplier, 1));
      }
  }
  @media (min-width: 90rem) {
    #timeline .text-component__block--outset {
          width: calc(100% + 10.5em);
          width: calc(100% + 2 * var(--space-xxl));
      }
    #timeline .text-component__block--outset img {
          width: 100%;
      }
    #timeline .text-component__block--outset:not(.text-component__block--right) {
          margin-right: -5.25em;
          margin-right: calc(-1 * var(--space-xxl));
      }
    #timeline .text-component__block--left,
    #timeline .text-component__block--right {
          width: 50%;
      }
    #timeline .text-component__block--right.text-component__block--outset {
          margin-left: -5.25em;
          margin-left: calc(-1 * var(--space-xxl));
      }
  }
  :root {
      --icon-xxs: 12px;
      --icon-xs: 16px;
      --icon-sm: 24px;
      --icon-md: 32px;
      --icon-lg: 48px;
      --icon-xl: 64px;
      --icon-xxl: 128px;
  }
#timeline .icon {
      display: inline-block;
      color: inherit;
      fill: currentColor;
      height: 1em;
      width: 1em;
      line-height: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
#timeline .icon--xxs {
      font-size: 12px;
      font-size: var(--icon-xxs);
  }
#timeline .icon--xs {
      font-size: 16px;
      font-size: var(--icon-xs);
  }
#timeline .icon--sm {
      font-size: 24px;
      font-size: var(--icon-sm);
  }
#timeline .icon--md {
      font-size: 32px;
      font-size: var(--icon-md);
  }
#timeline .icon--lg {
      font-size: 48px;
      font-size: var(--icon-lg);
  }
#timeline .icon--xl {
      font-size: 64px;
      font-size: var(--icon-xl);
  }
#timeline .icon--xxl {
      font-size: 128px;
      font-size: var(--icon-xxl);
  }
#timeline .icon--is-spinning {
      -webkit-animation: icon-spin 1s infinite linear;
      animation: icon-spin 1s infinite linear;
  }
  @-webkit-keyframes icon-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  @keyframes icon-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
#timeline .icon use {
      color: inherit;
      fill: currentColor;
  }
#timeline .btn {
      position: relative;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      text-decoration: none;
      line-height: 1;
      font-size: 1em;
      font-size: var(--btn-font-size, 1em);
      padding-top: 0.5em;
      padding-top: var(--btn-padding-y, 0.5em);
      padding-bottom: 0.5em;
      padding-bottom: var(--btn-padding-y, 0.5em);
      padding-right: 0.75em;
      padding-right: var(--btn-padding-x, 0.75em);
      padding-left: 0.75em;
      padding-left: var(--btn-padding-x, 0.75em);
      border-radius: 0.25em;
      border-radius: var(--btn-radius, 0.25em);
  }
#timeline .btn--primary {
      background-color: hsl(220, 90%, 56%);
      background-color: var(--color-primary, #2a6df4);
      color: hsl(0, 0%, 100%);
      color: var(--color-white, #fff);
  }
#timeline .btn--subtle {
      background-color: hsl(240, 1%, 83%);
      background-color: var(--color-contrast-low, #d3d3d4);
      color: hsl(240, 8%, 12%);
      color: var(--color-contrast-higher, #1c1c21);
  }
#timeline .btn--accent {
      background-color: hsl(355, 90%, 61%);
      background-color: var(--color-accent, #f54251);
      color: hsl(0, 0%, 100%);
      color: var(--color-white, #fff);
  }
#timeline .btn--disabled {
      cursor: not-allowed;
  }
#timeline .btn--sm {
      font-size: 0.8em;
      font-size: var(--btn-font-size-sm, 0.8em);
  }
#timeline .btn--md {
      font-size: 1.2em;
      font-size: var(--btn-font-size-md, 1.2em);
  }
#timeline .btn--lg {
      font-size: 1.4em;
      font-size: var(--btn-font-size-lg, 1.4em);
  }
#timeline .btn--icon {
      padding: 0.5em;
      padding: var(--btn-padding-y, 0.5em);
  }
#timeline .form-control {
      background-color: hsl(0, 0%, 100%);
      background-color: var(--color-bg, #f2f2f2);
      padding-top: 0.5em;
      padding-top: var(--form-control-padding-y, 0.5em);
      padding-bottom: 0.5em;
      padding-bottom: var(--form-control-padding-y, 0.5em);
      padding-right: 0.75em;
      padding-right: var(--form-control-padding-x, 0.75em);
      padding-left: 0.75em;
      padding-left: var(--form-control-padding-x, 0.75em);
      border-radius: 0.25em;
      border-radius: var(--form-control-radius, 0.25em);
  }
#timeline .form-control::-webkit-input-placeholder {
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium, #79797c);
  }
#timeline .form-control::-moz-placeholder {
      opacity: 1;
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium, #79797c);
  }
#timeline .form-control:-ms-input-placeholder {
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium, #79797c);
  }
#timeline .form-control:-moz-placeholder {
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium, #79797c);
  }
#timeline .form-control[disabled],
#timeline .form-control[readonly] {
      cursor: not-allowed;
  }
#timeline .form-legend {
      color: hsl(240, 8%, 12%);
      color: var(--color-contrast-higher, #1c1c21);
      line-height: 1.2;
      font-size: 1.2em;
      font-size: var(--text-md, 1.2em);
      margin-bottom: 0.375em;
      margin-bottom: var(--space-xxs);
  }
#timeline .form-label {
      display: inline-block;
  }
#timeline .form__msg-error {
      background-color: hsl(355, 90%, 61%);
      background-color: var(--color-error, #f54251);
      color: hsl(0, 0%, 100%);
      color: var(--color-white, #fff);
      font-size: 0.83333em;
      font-size: var(--text-sm, 0.833em);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0.5em;
      padding: var(--space-xs);
      margin-top: 0.75em;
      margin-top: var(--space-sm);
      border-radius: 0.25em;
      border-radius: var(--radius-md, 0.25em);
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
  }
#timeline .form__msg-error::before {
      content: "";
      position: absolute;
      right: 0.75em;
      right: var(--space-sm);
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-bottom-color: hsl(355, 90%, 61%);
      border-bottom-color: var(--color-error);
  }
#timeline .form__msg-error--is-visible {
      position: relative;
      clip: auto;
  }
#timeline .radio-list > *,
#timeline .checkbox-list > * {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-bottom: 0.375em;
      margin-bottom: var(--space-xxs);
  }
#timeline .radio-list > *:last-of-type,
#timeline .checkbox-list > *:last-of-type {
      margin-bottom: 0;
  }
#timeline .radio-list label,
#timeline .checkbox-list label {
      line-height: 1.4;
      line-height: var(--body-line-height);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
#timeline .radio-list input,
#timeline .checkbox-list input {
      vertical-align: top;
      margin-left: 0.25em;
      margin-left: var(--space-xxxs);
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
  :root {
      --zindex-header: 2;
      --zindex-popover: 5;
      --zindex-fixed-element: 10;
      --zindex-overlay: 15;
  }
  @media not all and (min-width: 32rem) {
    #timeline .display\@xs {
          display: none !important;
      }
  }
  @media (min-width: 32rem) {
    #timeline .hide\@xs {
          display: none !important;
      }
  }
  @media not all and (min-width: 48rem) {
    #timeline .display\@sm {
          display: none !important;
      }
  }
  @media (min-width: 48rem) {
    #timeline .hide\@sm {
          display: none !important;
      }
  }
  @media not all and (min-width: 64rem) {
    #timeline .display\@md {
          display: none !important;
      }
  }
  @media (min-width: 64rem) {
    #timeline .hide\@md {
          display: none !important;
      }
  }
  @media not all and (min-width: 80rem) {
    #timeline .display\@lg {
          display: none !important;
      }
  }
  @media (min-width: 80rem) {
    #timeline .hide\@lg {
          display: none !important;
      }
  }
  @media not all and (min-width: 90rem) {
    #timeline .display\@xl {
          display: none !important;
      }
  }
  @media (min-width: 90rem) {
    #timeline .hide\@xl {
          display: none !important;
      }
  }
  :root {
      --display: block;
  }
#timeline .is-visible {
      display: block !important;
      display: var(--display) !important;
  }
#timeline .is-hidden {
      display: none !important;
  }
#timeline .sr-only {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      width: 1px;
      height: 1px;
      overflow: hidden;
      padding: 0;
      border: 0;
      white-space: nowrap;
  }
#timeline .flex {
      display: -ms-flexbox;
      display: flex;
  }
#timeline .inline-flex {
      display: -ms-inline-flexbox;
      display: inline-flex;
  }
#timeline .flex-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
#timeline .flex-column {
      -ms-flex-direction: column;
      flex-direction: column;
  }
#timeline .flex-row {
      -ms-flex-direction: row;
      flex-direction: row;
  }
#timeline .flex-center {
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
  }
#timeline .justify-start {
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
#timeline .justify-end {
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
#timeline .justify-center {
      -ms-flex-pack: center;
      justify-content: center;
  }
#timeline .justify-between {
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
#timeline .items-center {
      -ms-flex-align: center;
      align-items: center;
  }
#timeline .items-start {
      -ms-flex-align: start;
      align-items: flex-start;
  }
#timeline .items-end {
      -ms-flex-align: end;
      align-items: flex-end;
  }
  @media (min-width: 32rem) {
    #timeline .flex-wrap\@xs {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
    #timeline .flex-column\@xs {
          -ms-flex-direction: column;
          flex-direction: column;
      }
    #timeline .flex-row\@xs {
          -ms-flex-direction: row;
          flex-direction: row;
      }
    #timeline .flex-center\@xs {
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .justify-start\@xs {
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
    #timeline .justify-end\@xs {
          -ms-flex-pack: end;
          justify-content: flex-end;
      }
    #timeline .justify-center\@xs {
          -ms-flex-pack: center;
          justify-content: center;
      }
    #timeline .justify-between\@xs {
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
    #timeline .items-center\@xs {
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .items-start\@xs {
          -ms-flex-align: start;
          align-items: flex-start;
      }
    #timeline .items-end\@xs {
          -ms-flex-align: end;
          align-items: flex-end;
      }
  }
  @media (min-width: 48rem) {
    #timeline .flex-wrap\@sm {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
    #timeline .flex-column\@sm {
          -ms-flex-direction: column;
          flex-direction: column;
      }
    #timeline .flex-row\@sm {
          -ms-flex-direction: row;
          flex-direction: row;
      }
    #timeline .flex-center\@sm {
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .justify-start\@sm {
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
    #timeline .justify-end\@sm {
          -ms-flex-pack: end;
          justify-content: flex-end;
      }
    #timeline .justify-center\@sm {
          -ms-flex-pack: center;
          justify-content: center;
      }
    #timeline .justify-between\@sm {
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
    #timeline .items-center\@sm {
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .items-start\@sm {
          -ms-flex-align: start;
          align-items: flex-start;
      }
    #timeline .items-end\@sm {
          -ms-flex-align: end;
          align-items: flex-end;
      }
  }
  @media (min-width: 64rem) {
    #timeline .flex-wrap\@md {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
    #timeline .flex-column\@md {
          -ms-flex-direction: column;
          flex-direction: column;
      }
    #timeline .flex-row\@md {
          -ms-flex-direction: row;
          flex-direction: row;
      }
    #timeline .flex-center\@md {
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .justify-start\@md {
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
    #timeline .justify-end\@md {
          -ms-flex-pack: end;
          justify-content: flex-end;
      }
    #timeline .justify-center\@md {
          -ms-flex-pack: center;
          justify-content: center;
      }
    #timeline .justify-between\@md {
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
    #timeline .items-center\@md {
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .items-start\@md {
          -ms-flex-align: start;
          align-items: flex-start;
      }
    #timeline .items-end\@md {
          -ms-flex-align: end;
          align-items: flex-end;
      }
  }
  @media (min-width: 80rem) {
    #timeline .flex-wrap\@lg {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
    #timeline .flex-column\@lg {
          -ms-flex-direction: column;
          flex-direction: column;
      }
    #timeline .flex-row\@lg {
          -ms-flex-direction: row;
          flex-direction: row;
      }
    #timeline .flex-center\@lg {
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .justify-start\@lg {
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
    #timeline .justify-end\@lg {
          -ms-flex-pack: end;
          justify-content: flex-end;
      }
    #timeline .justify-center\@lg {
          -ms-flex-pack: center;
          justify-content: center;
      }
    #timeline .justify-between\@lg {
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
    #timeline .items-center\@lg {
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .items-start\@lg {
          -ms-flex-align: start;
          align-items: flex-start;
      }
    #timeline .items-end\@lg {
          -ms-flex-align: end;
          align-items: flex-end;
      }
  }
  @media (min-width: 90rem) {
    #timeline .flex-wrap\@xl {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      }
    #timeline .flex-column\@xl {
          -ms-flex-direction: column;
          flex-direction: column;
      }
    #timeline .flex-row\@xl {
          -ms-flex-direction: row;
          flex-direction: row;
      }
    #timeline .flex-center\@xl {
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .justify-start\@xl {
          -ms-flex-pack: start;
          justify-content: flex-start;
      }
    #timeline .justify-end\@xl {
          -ms-flex-pack: end;
          justify-content: flex-end;
      }
    #timeline .justify-center\@xl {
          -ms-flex-pack: center;
          justify-content: center;
      }
    #timeline .justify-between\@xl {
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
    #timeline .items-center\@xl {
          -ms-flex-align: center;
          align-items: center;
      }
    #timeline .items-start\@xl {
          -ms-flex-align: start;
          align-items: flex-start;
      }
    #timeline .items-end\@xl {
          -ms-flex-align: end;
          align-items: flex-end;
      }
  }
#timeline .flex-grow {
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
#timeline .flex-shrink-0 {
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
#timeline .flex-gap-xxxs {
      margin-bottom: -0.25em;
      margin-bottom: calc(-1 * var(--space-xxxs));
      margin-left: -0.25em;
      margin-left: calc(-1 * var(--space-xxxs));
  }
#timeline .flex-gap-xxxs > * {
      margin-bottom: 0.25em;
      margin-bottom: var(--space-xxxs);
      margin-left: 0.25em;
      margin-left: var(--space-xxxs);
  }
#timeline .flex-gap-xxs {
      margin-bottom: -0.375em;
      margin-bottom: calc(-1 * var(--space-xxs));
      margin-left: -0.375em;
      margin-left: calc(-1 * var(--space-xxs));
  }
#timeline .flex-gap-xxs > * {
      margin-bottom: 0.375em;
      margin-bottom: var(--space-xxs);
      margin-left: 0.375em;
      margin-left: var(--space-xxs);
  }
#timeline .flex-gap-xs {
      margin-bottom: -0.5em;
      margin-bottom: calc(-1 * var(--space-xs));
      margin-left: -0.5em;
      margin-left: calc(-1 * var(--space-xs));
  }
#timeline .flex-gap-xs > * {
      margin-bottom: 0.5em;
      margin-bottom: var(--space-xs);
      margin-left: 0.5em;
      margin-left: var(--space-xs);
  }
#timeline .flex-gap-sm {
      margin-bottom: -0.75em;
      margin-bottom: calc(-1 * var(--space-sm));
      margin-left: -0.75em;
      margin-left: calc(-1 * var(--space-sm));
  }
#timeline .flex-gap-sm > * {
      margin-bottom: 0.75em;
      margin-bottom: var(--space-sm);
      margin-left: 0.75em;
      margin-left: var(--space-sm);
  }
#timeline .flex-gap-md {
      margin-bottom: -1.25em;
      margin-bottom: calc(-1 * var(--space-md));
      margin-left: -1.25em;
      margin-left: calc(-1 * var(--space-md));
  }
#timeline .flex-gap-md > * {
      margin-bottom: 1.25em;
      margin-bottom: var(--space-md);
      margin-left: 1.25em;
      margin-left: var(--space-md);
  }
#timeline .flex-gap-lg {
      margin-bottom: -2em;
      margin-bottom: calc(-1 * var(--space-lg));
      margin-left: -2em;
      margin-left: calc(-1 * var(--space-lg));
  }
#timeline .flex-gap-lg > * {
      margin-bottom: 2em;
      margin-bottom: var(--space-lg);
      margin-left: 2em;
      margin-left: var(--space-lg);
  }
#timeline .flex-gap-xl {
      margin-bottom: -3.25em;
      margin-bottom: calc(-1 * var(--space-xl));
      margin-left: -3.25em;
      margin-left: calc(-1 * var(--space-xl));
  }
#timeline .flex-gap-xl > * {
      margin-bottom: 3.25em;
      margin-bottom: var(--space-xl);
      margin-left: 3.25em;
      margin-left: var(--space-xl);
  }
#timeline .flex-gap-xxl {
      margin-bottom: -5.25em;
      margin-bottom: calc(-1 * var(--space-xxl));
      margin-left: -5.25em;
      margin-left: calc(-1 * var(--space-xxl));
  }
#timeline .flex-gap-xxl > * {
      margin-bottom: 5.25em;
      margin-bottom: var(--space-xxl);
      margin-left: 5.25em;
      margin-left: var(--space-xxl);
  }
#timeline .margin-xxxxs {
      margin: 0.125em;
      margin: var(--space-xxxxs);
  }
#timeline .margin-xxxs {
      margin: 0.25em;
      margin: var(--space-xxxs);
  }
#timeline .margin-xxs {
      margin: 0.375em;
      margin: var(--space-xxs);
  }
#timeline .margin-xs {
      margin: 0.5em;
      margin: var(--space-xs);
  }
#timeline .margin-sm {
      margin: 0.75em;
      margin: var(--space-sm);
  }
#timeline .margin-md {
      margin: 1.25em;
      margin: var(--space-md);
  }
#timeline .margin-lg {
      margin: 2em;
      margin: var(--space-lg);
  }
#timeline .margin-xl {
      margin: 3.25em;
      margin: var(--space-xl);
  }
#timeline .margin-xxl {
      margin: 5.25em;
      margin: var(--space-xxl);
  }
#timeline .margin-xxxl {
      margin: 8.5em;
      margin: var(--space-xxxl);
  }
#timeline .margin-xxxxl {
      margin: 13.75em;
      margin: var(--space-xxxxl);
  }
#timeline .margin-auto {
      margin: auto;
  }
#timeline .margin-top-xxxxs {
      margin-top: 0.125em;
      margin-top: var(--space-xxxxs);
  }
#timeline .margin-top-xxxs {
      margin-top: 0.25em;
      margin-top: var(--space-xxxs);
  }
#timeline .margin-top-xxs {
      margin-top: 0.375em;
      margin-top: var(--space-xxs);
  }
#timeline .margin-top-xs {
      margin-top: 0.5em;
      margin-top: var(--space-xs);
  }
#timeline .margin-top-sm {
      margin-top: 0.75em;
      margin-top: var(--space-sm);
  }
#timeline .margin-top-md {
      margin-top: 1.25em;
      margin-top: var(--space-md);
  }
#timeline .margin-top-lg {
      margin-top: 2em;
      margin-top: var(--space-lg);
  }
#timeline .margin-top-xl {
      margin-top: 3.25em;
      margin-top: var(--space-xl);
  }
#timeline .margin-top-xxl {
      margin-top: 5.25em;
      margin-top: var(--space-xxl);
  }
#timeline .margin-top-xxxl {
      margin-top: 8.5em;
      margin-top: var(--space-xxxl);
  }
#timeline .margin-top-xxxxl {
      margin-top: 13.75em;
      margin-top: var(--space-xxxxl);
  }
#timeline .margin-top-auto {
      margin-top: auto;
  }
#timeline .margin-bottom-xxxxs {
      margin-bottom: 0.125em;
      margin-bottom: var(--space-xxxxs);
  }
#timeline .margin-bottom-xxxs {
      margin-bottom: 0.25em;
      margin-bottom: var(--space-xxxs);
  }
#timeline .margin-bottom-xxs {
      margin-bottom: 0.375em;
      margin-bottom: var(--space-xxs);
  }
#timeline .margin-bottom-xs {
      margin-bottom: 0.5em;
      margin-bottom: var(--space-xs);
  }
#timeline .margin-bottom-sm {
      margin-bottom: 0.75em;
      margin-bottom: var(--space-sm);
  }
#timeline .margin-bottom-md {
      margin-bottom: 1.25em;
      margin-bottom: var(--space-md);
  }
#timeline .margin-bottom-lg {
      margin-bottom: 2em;
      margin-bottom: var(--space-lg);
  }
#timeline .margin-bottom-xl {
      margin-bottom: 3.25em;
      margin-bottom: var(--space-xl);
  }
#timeline .margin-bottom-xxl {
      margin-bottom: 5.25em;
      margin-bottom: var(--space-xxl);
  }
#timeline .margin-bottom-xxxl {
      margin-bottom: 8.5em;
      margin-bottom: var(--space-xxxl);
  }
#timeline .margin-bottom-xxxxl {
      margin-bottom: 13.75em;
      margin-bottom: var(--space-xxxxl);
  }
#timeline .margin-bottom-auto {
      margin-bottom: auto;
  }
#timeline .margin-right-xxxxs {
      margin-left: 0.125em;
      margin-left: var(--space-xxxxs);
  }
#timeline .margin-right-xxxs {
      margin-left: 0.25em;
      margin-left: var(--space-xxxs);
  }
#timeline .margin-right-xxs {
      margin-left: 0.375em;
      margin-left: var(--space-xxs);
  }
#timeline .margin-right-xs {
      margin-left: 0.5em;
      margin-left: var(--space-xs);
  }
#timeline .margin-right-sm {
      margin-left: 0.75em;
      margin-left: var(--space-sm);
  }
#timeline .margin-right-md {
      margin-left: 1.25em;
      margin-left: var(--space-md);
  }
#timeline .margin-right-lg {
      margin-left: 2em;
      margin-left: var(--space-lg);
  }
#timeline .margin-right-xl {
      margin-left: 3.25em;
      margin-left: var(--space-xl);
  }
#timeline .margin-right-xxl {
      margin-left: 5.25em;
      margin-left: var(--space-xxl);
  }
#timeline .margin-right-xxxl {
      margin-left: 8.5em;
      margin-left: var(--space-xxxl);
  }
#timeline .margin-right-xxxxl {
      margin-left: 13.75em;
      margin-left: var(--space-xxxxl);
  }
#timeline .margin-right-auto {
      margin-left: auto;
  }
#timeline .margin-left-xxxxs {
      margin-right: 0.125em;
      margin-right: var(--space-xxxxs);
  }
#timeline .margin-left-xxxs {
      margin-right: 0.25em;
      margin-right: var(--space-xxxs);
  }
#timeline .margin-left-xxs {
      margin-right: 0.375em;
      margin-right: var(--space-xxs);
  }
#timeline .margin-left-xs {
      margin-right: 0.5em;
      margin-right: var(--space-xs);
  }
#timeline .margin-left-sm {
      margin-right: 0.75em;
      margin-right: var(--space-sm);
  }
#timeline .margin-left-md {
      margin-right: 1.25em;
      margin-right: var(--space-md);
  }
#timeline .margin-left-lg {
      margin-right: 2em;
      margin-right: var(--space-lg);
  }
#timeline .margin-left-xl {
      margin-right: 3.25em;
      margin-right: var(--space-xl);
  }
#timeline .margin-left-xxl {
      margin-right: 5.25em;
      margin-right: var(--space-xxl);
  }
#timeline .margin-left-xxxl {
      margin-right: 8.5em;
      margin-right: var(--space-xxxl);
  }
#timeline .margin-left-xxxxl {
      margin-right: 13.75em;
      margin-right: var(--space-xxxxl);
  }
#timeline .margin-left-auto {
      margin-right: auto;
  }
#timeline .margin-x-xxxxs {
      margin-right: 0.125em;
      margin-right: var(--space-xxxxs);
      margin-left: 0.125em;
      margin-left: var(--space-xxxxs);
  }
#timeline .margin-x-xxxs {
      margin-right: 0.25em;
      margin-right: var(--space-xxxs);
      margin-left: 0.25em;
      margin-left: var(--space-xxxs);
  }
#timeline .margin-x-xxs {
      margin-right: 0.375em;
      margin-right: var(--space-xxs);
      margin-left: 0.375em;
      margin-left: var(--space-xxs);
  }
#timeline .margin-x-xs {
      margin-right: 0.5em;
      margin-right: var(--space-xs);
      margin-left: 0.5em;
      margin-left: var(--space-xs);
  }
#timeline .margin-x-sm {
      margin-right: 0.75em;
      margin-right: var(--space-sm);
      margin-left: 0.75em;
      margin-left: var(--space-sm);
  }
#timeline .margin-x-md {
      margin-right: 1.25em;
      margin-right: var(--space-md);
      margin-left: 1.25em;
      margin-left: var(--space-md);
  }
#timeline .margin-x-lg {
      margin-right: 2em;
      margin-right: var(--space-lg);
      margin-left: 2em;
      margin-left: var(--space-lg);
  }
#timeline .margin-x-xl {
      margin-right: 3.25em;
      margin-right: var(--space-xl);
      margin-left: 3.25em;
      margin-left: var(--space-xl);
  }
#timeline .margin-x-xxl {
      margin-right: 5.25em;
      margin-right: var(--space-xxl);
      margin-left: 5.25em;
      margin-left: var(--space-xxl);
  }
#timeline .margin-x-xxxl {
      margin-right: 8.5em;
      margin-right: var(--space-xxxl);
      margin-left: 8.5em;
      margin-left: var(--space-xxxl);
  }
#timeline .margin-x-xxxxl {
      margin-right: 13.75em;
      margin-right: var(--space-xxxxl);
      margin-left: 13.75em;
      margin-left: var(--space-xxxxl);
  }
#timeline .margin-x-auto {
      margin-right: auto;
      margin-left: auto;
  }
#timeline .margin-y-xxxxs {
      margin-top: 0.125em;
      margin-top: var(--space-xxxxs);
      margin-bottom: 0.125em;
      margin-bottom: var(--space-xxxxs);
  }
#timeline .margin-y-xxxs {
      margin-top: 0.25em;
      margin-top: var(--space-xxxs);
      margin-bottom: 0.25em;
      margin-bottom: var(--space-xxxs);
  }
#timeline .margin-y-xxs {
      margin-top: 0.375em;
      margin-top: var(--space-xxs);
      margin-bottom: 0.375em;
      margin-bottom: var(--space-xxs);
  }
#timeline .margin-y-xs {
      margin-top: 0.5em;
      margin-top: var(--space-xs);
      margin-bottom: 0.5em;
      margin-bottom: var(--space-xs);
  }
#timeline .margin-y-sm {
      margin-top: 0.75em;
      margin-top: var(--space-sm);
      margin-bottom: 0.75em;
      margin-bottom: var(--space-sm);
  }
#timeline .margin-y-md {
      margin-top: 1.25em;
      margin-top: var(--space-md);
      margin-bottom: 1.25em;
      margin-bottom: var(--space-md);
  }
#timeline .margin-y-lg {
      margin-top: 2em;
      margin-top: var(--space-lg);
      margin-bottom: 2em;
      margin-bottom: var(--space-lg);
  }
#timeline .margin-y-xl {
      margin-top: 3.25em;
      margin-top: var(--space-xl);
      margin-bottom: 3.25em;
      margin-bottom: var(--space-xl);
  }
#timeline .margin-y-xxl {
      margin-top: 5.25em;
      margin-top: var(--space-xxl);
      margin-bottom: 5.25em;
      margin-bottom: var(--space-xxl);
  }
#timeline .margin-y-xxxl {
      margin-top: 8.5em;
      margin-top: var(--space-xxxl);
      margin-bottom: 8.5em;
      margin-bottom: var(--space-xxxl);
  }
#timeline .margin-y-xxxxl {
      margin-top: 13.75em;
      margin-top: var(--space-xxxxl);
      margin-bottom: 13.75em;
      margin-bottom: var(--space-xxxxl);
  }
#timeline .margin-y-auto {
      margin-top: auto;
      margin-bottom: auto;
  }
  @media not all and (min-width: 32rem) {
    #timeline .has-margin\@xs {
          margin: 0 !important;
      }
  }
  @media not all and (min-width: 48rem) {
    #timeline .has-margin\@sm {
          margin: 0 !important;
      }
  }
  @media not all and (min-width: 64rem) {
    #timeline .has-margin\@md {
          margin: 0 !important;
      }
  }
  @media not all and (min-width: 80rem) {
    #timeline .has-margin\@lg {
          margin: 0 !important;
      }
  }
  @media not all and (min-width: 90rem) {
    #timeline .has-margin\@xl {
          margin: 0 !important;
      }
  }
#timeline .padding-md {
      padding: 1.25em;
      padding: var(--space-md);
  }
#timeline .padding-xxxxs {
      padding: 0.125em;
      padding: var(--space-xxxxs);
  }
#timeline .padding-xxxs {
      padding: 0.25em;
      padding: var(--space-xxxs);
  }
#timeline .padding-xxs {
      padding: 0.375em;
      padding: var(--space-xxs);
  }
#timeline .padding-xs {
      padding: 0.5em;
      padding: var(--space-xs);
  }
#timeline .padding-sm {
      padding: 0.75em;
      padding: var(--space-sm);
  }
#timeline .padding-lg {
      padding: 2em;
      padding: var(--space-lg);
  }
#timeline .padding-xl {
      padding: 3.25em;
      padding: var(--space-xl);
  }
#timeline .padding-xxl {
      padding: 5.25em;
      padding: var(--space-xxl);
  }
#timeline .padding-xxxl {
      padding: 8.5em;
      padding: var(--space-xxxl);
  }
#timeline .padding-xxxxl {
      padding: 13.75em;
      padding: var(--space-xxxxl);
  }
#timeline .padding-component {
      padding: 1.25em;
      padding: var(--component-padding);
  }
#timeline .padding-top-md {
      padding-top: 1.25em;
      padding-top: var(--space-md);
  }
#timeline .padding-top-xxxxs {
      padding-top: 0.125em;
      padding-top: var(--space-xxxxs);
  }
#timeline .padding-top-xxxs {
      padding-top: 0.25em;
      padding-top: var(--space-xxxs);
  }
#timeline .padding-top-xxs {
      padding-top: 0.375em;
      padding-top: var(--space-xxs);
  }
#timeline .padding-top-xs {
      padding-top: 0.5em;
      padding-top: var(--space-xs);
  }
#timeline .padding-top-sm {
      padding-top: 0.75em;
      padding-top: var(--space-sm);
  }
#timeline .padding-top-lg {
      padding-top: 2em;
      padding-top: var(--space-lg);
  }
#timeline .padding-top-xl {
      padding-top: 3.25em;
      padding-top: var(--space-xl);
  }
#timeline .padding-top-xxl {
      padding-top: 5.25em;
      padding-top: var(--space-xxl);
  }
#timeline .padding-top-xxxl {
      padding-top: 8.5em;
      padding-top: var(--space-xxxl);
  }
#timeline .padding-top-xxxxl {
      padding-top: 13.75em;
      padding-top: var(--space-xxxxl);
  }
#timeline .padding-top-component {
      padding-top: 1.25em;
      padding-top: var(--component-padding);
  }
#timeline .padding-bottom-md {
      padding-bottom: 1.25em;
      padding-bottom: var(--space-md);
  }
#timeline .padding-bottom-xxxxs {
      padding-bottom: 0.125em;
      padding-bottom: var(--space-xxxxs);
  }
#timeline .padding-bottom-xxxs {
      padding-bottom: 0.25em;
      padding-bottom: var(--space-xxxs);
  }
#timeline .padding-bottom-xxs {
      padding-bottom: 0.375em;
      padding-bottom: var(--space-xxs);
  }
#timeline .padding-bottom-xs {
      padding-bottom: 0.5em;
      padding-bottom: var(--space-xs);
  }
#timeline .padding-bottom-sm {
      padding-bottom: 0.75em;
      padding-bottom: var(--space-sm);
  }
#timeline .padding-bottom-lg {
      padding-bottom: 2em;
      padding-bottom: var(--space-lg);
  }
#timeline .padding-bottom-xl {
      padding-bottom: 3.25em;
      padding-bottom: var(--space-xl);
  }
#timeline .padding-bottom-xxl {
      padding-bottom: 5.25em;
      padding-bottom: var(--space-xxl);
  }
#timeline .padding-bottom-xxxl {
      padding-bottom: 8.5em;
      padding-bottom: var(--space-xxxl);
  }
#timeline .padding-bottom-xxxxl {
      padding-bottom: 13.75em;
      padding-bottom: var(--space-xxxxl);
  }
#timeline .padding-bottom-component {
      padding-bottom: 1.25em;
      padding-bottom: var(--component-padding);
  }
#timeline .padding-right-md {
      padding-left: 1.25em;
      padding-left: var(--space-md);
  }
#timeline .padding-right-xxxxs {
      padding-left: 0.125em;
      padding-left: var(--space-xxxxs);
  }
#timeline .padding-right-xxxs {
      padding-left: 0.25em;
      padding-left: var(--space-xxxs);
  }
#timeline .padding-right-xxs {
      padding-left: 0.375em;
      padding-left: var(--space-xxs);
  }
#timeline .padding-right-xs {
      padding-left: 0.5em;
      padding-left: var(--space-xs);
  }
#timeline .padding-right-sm {
      padding-left: 0.75em;
      padding-left: var(--space-sm);
  }
#timeline .padding-right-lg {
      padding-left: 2em;
      padding-left: var(--space-lg);
  }
#timeline .padding-right-xl {
      padding-left: 3.25em;
      padding-left: var(--space-xl);
  }
#timeline .padding-right-xxl {
      padding-left: 5.25em;
      padding-left: var(--space-xxl);
  }
#timeline .padding-right-xxxl {
      padding-left: 8.5em;
      padding-left: var(--space-xxxl);
  }
#timeline .padding-right-xxxxl {
      padding-left: 13.75em;
      padding-left: var(--space-xxxxl);
  }
#timeline .padding-right-component {
      padding-left: 1.25em;
      padding-left: var(--component-padding);
  }
#timeline .padding-left-md {
      padding-right: 1.25em;
      padding-right: var(--space-md);
  }
#timeline .padding-left-xxxxs {
      padding-right: 0.125em;
      padding-right: var(--space-xxxxs);
  }
#timeline .padding-left-xxxs {
      padding-right: 0.25em;
      padding-right: var(--space-xxxs);
  }
#timeline .padding-left-xxs {
      padding-right: 0.375em;
      padding-right: var(--space-xxs);
  }
#timeline .padding-left-xs {
      padding-right: 0.5em;
      padding-right: var(--space-xs);
  }
#timeline .padding-left-sm {
      padding-right: 0.75em;
      padding-right: var(--space-sm);
  }
#timeline .padding-left-lg {
      padding-right: 2em;
      padding-right: var(--space-lg);
  }
#timeline .padding-left-xl {
      padding-right: 3.25em;
      padding-right: var(--space-xl);
  }
#timeline .padding-left-xxl {
      padding-right: 5.25em;
      padding-right: var(--space-xxl);
  }
#timeline .padding-left-xxxl {
      padding-right: 8.5em;
      padding-right: var(--space-xxxl);
  }
#timeline .padding-left-xxxxl {
      padding-right: 13.75em;
      padding-right: var(--space-xxxxl);
  }
#timeline .padding-left-component {
      padding-right: 1.25em;
      padding-right: var(--component-padding);
  }
#timeline .padding-x-md {
      padding-right: 1.25em;
      padding-right: var(--space-md);
      padding-left: 1.25em;
      padding-left: var(--space-md);
  }
#timeline .padding-x-xxxxs {
      padding-right: 0.125em;
      padding-right: var(--space-xxxxs);
      padding-left: 0.125em;
      padding-left: var(--space-xxxxs);
  }
#timeline .padding-x-xxxs {
      padding-right: 0.25em;
      padding-right: var(--space-xxxs);
      padding-left: 0.25em;
      padding-left: var(--space-xxxs);
  }
#timeline .padding-x-xxs {
      padding-right: 0.375em;
      padding-right: var(--space-xxs);
      padding-left: 0.375em;
      padding-left: var(--space-xxs);
  }
#timeline .padding-x-xs {
      padding-right: 0.5em;
      padding-right: var(--space-xs);
      padding-left: 0.5em;
      padding-left: var(--space-xs);
  }
#timeline .padding-x-sm {
      padding-right: 0.75em;
      padding-right: var(--space-sm);
      padding-left: 0.75em;
      padding-left: var(--space-sm);
  }
#timeline .padding-x-lg {
      padding-right: 2em;
      padding-right: var(--space-lg);
      padding-left: 2em;
      padding-left: var(--space-lg);
  }
#timeline .padding-x-xl {
      padding-right: 3.25em;
      padding-right: var(--space-xl);
      padding-left: 3.25em;
      padding-left: var(--space-xl);
  }
#timeline .padding-x-xxl {
      padding-right: 5.25em;
      padding-right: var(--space-xxl);
      padding-left: 5.25em;
      padding-left: var(--space-xxl);
  }
#timeline .padding-x-xxxl {
      padding-right: 8.5em;
      padding-right: var(--space-xxxl);
      padding-left: 8.5em;
      padding-left: var(--space-xxxl);
  }
#timeline .padding-x-xxxxl {
      padding-right: 13.75em;
      padding-right: var(--space-xxxxl);
      padding-left: 13.75em;
      padding-left: var(--space-xxxxl);
  }
#timeline .padding-x-component {
      padding-right: 1.25em;
      padding-right: var(--component-padding);
      padding-left: 1.25em;
      padding-left: var(--component-padding);
  }
#timeline .padding-y-md {
      padding-top: 1.25em;
      padding-top: var(--space-md);
      padding-bottom: 1.25em;
      padding-bottom: var(--space-md);
  }
#timeline .padding-y-xxxxs {
      padding-top: 0.125em;
      padding-top: var(--space-xxxxs);
      padding-bottom: 0.125em;
      padding-bottom: var(--space-xxxxs);
  }
#timeline .padding-y-xxxs {
      padding-top: 0.25em;
      padding-top: var(--space-xxxs);
      padding-bottom: 0.25em;
      padding-bottom: var(--space-xxxs);
  }
#timeline .padding-y-xxs {
      padding-top: 0.375em;
      padding-top: var(--space-xxs);
      padding-bottom: 0.375em;
      padding-bottom: var(--space-xxs);
  }
#timeline .padding-y-xs {
      padding-top: 0.5em;
      padding-top: var(--space-xs);
      padding-bottom: 0.5em;
      padding-bottom: var(--space-xs);
  }
#timeline .padding-y-sm {
      padding-top: 0.75em;
      padding-top: var(--space-sm);
      padding-bottom: 0.75em;
      padding-bottom: var(--space-sm);
  }
#timeline .padding-y-lg {
      padding-top: 2em;
      padding-top: var(--space-lg);
      padding-bottom: 2em;
      padding-bottom: var(--space-lg);
  }
#timeline .padding-y-xl {
      padding-top: 3.25em;
      padding-top: var(--space-xl);
      padding-bottom: 3.25em;
      padding-bottom: var(--space-xl);
  }
#timeline .padding-y-xxl {
      padding-top: 5.25em;
      padding-top: var(--space-xxl);
      padding-bottom: 5.25em;
      padding-bottom: var(--space-xxl);
  }
#timeline .padding-y-xxxl {
      padding-top: 8.5em;
      padding-top: var(--space-xxxl);
      padding-bottom: 8.5em;
      padding-bottom: var(--space-xxxl);
  }
#timeline .padding-y-xxxxl {
      padding-top: 13.75em;
      padding-top: var(--space-xxxxl);
      padding-bottom: 13.75em;
      padding-bottom: var(--space-xxxxl);
  }
#timeline .padding-y-component {
      padding-top: 1.25em;
      padding-top: var(--component-padding);
      padding-bottom: 1.25em;
      padding-bottom: var(--component-padding);
  }
  @media not all and (min-width: 32rem) {
    #timeline .has-padding\@xs {
          padding: 0 !important;
      }
  }
  @media not all and (min-width: 48rem) {
    #timeline .has-padding\@sm {
          padding: 0 !important;
      }
  }
  @media not all and (min-width: 64rem) {
    #timeline .has-padding\@md {
          padding: 0 !important;
      }
  }
  @media not all and (min-width: 80rem) {
    #timeline .has-padding\@lg {
          padding: 0 !important;
      }
  }
  @media not all and (min-width: 90rem) {
    #timeline .has-padding\@xl {
          padding: 0 !important;
      }
  }
#timeline .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
#timeline .text-replace {
      overflow: hidden;
      color: transparent;
      text-indent: 100%;
      white-space: nowrap;
  }
#timeline .text-center {
      text-align: center;
  }
#timeline .text-left {
      text-align: right;
  }
#timeline .text-right {
      text-align: left;
  }
  @media (min-width: 32rem) {
    #timeline .text-center\@xs {
          text-align: center;
      }
    #timeline .text-left\@xs {
          text-align: right;
      }
    #timeline .text-right\@xs {
          text-align: left;
      }
  }
  @media (min-width: 48rem) {
    #timeline .text-center\@sm {
          text-align: center;
      }
    #timeline .text-left\@sm {
          text-align: right;
      }
    #timeline .text-right\@sm {
          text-align: left;
      }
  }
  @media (min-width: 64rem) {
    #timeline .text-center\@md {
          text-align: center;
      }
    #timeline .text-left\@md {
          text-align: right;
      }
    #timeline .text-right\@md {
          text-align: left;
      }
  }
  @media (min-width: 80rem) {
    #timeline .text-center\@lg {
          text-align: center;
      }
    #timeline .text-left\@lg {
          text-align: right;
      }
    #timeline .text-right\@lg {
          text-align: left;
      }
  }
  @media (min-width: 90rem) {
    #timeline .text-center\@xl {
          text-align: center;
      }
    #timeline .text-left\@xl {
          text-align: right;
      }
    #timeline .text-right\@xl {
          text-align: left;
      }
  }
#timeline .color-inherit {
      color: inherit;
  }
#timeline .color-contrast-medium {
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium, #79797c);
  }
#timeline .color-contrast-high {
      color: hsl(240, 4%, 20%);
      color: var(--color-contrast-high, #313135);
  }
#timeline .color-contrast-higher {
      color: hsl(240, 8%, 12%);
      color: var(--color-contrast-higher, #1c1c21);
  }
#timeline .color-primary {
      color: hsl(220, 90%, 56%);
      color: var(--color-primary, #2a6df4);
  }
#timeline .color-accent {
      color: hsl(355, 90%, 61%);
      color: var(--color-accent, #f54251);
  }
#timeline .color-success {
      color: hsl(94, 48%, 56%);
      color: var(--color-success, #88c559);
  }
#timeline .color-warning {
      color: hsl(46, 100%, 61%);
      color: var(--color-warning, #ffd138);
  }
#timeline .color-error {
      color: hsl(355, 90%, 61%);
      color: var(--color-error, #f54251);
  }
#timeline .width-100\% {
      width: 100%;
  }
#timeline .height-100\% {
      height: 100%;
  }
#timeline .media-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
  }
#timeline .media-wrapper iframe,
#timeline .media-wrapper video,
#timeline .media-wrapper img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
#timeline .media-wrapper video,
#timeline .media-wrapper img {
      -o-object-fit: cover;
      object-fit: cover;
  }
#timeline .media-wrapper--4\:3 {
      padding-bottom: 75%;
  }
  :root,
  [data-theme="default"] {
      --color-primary-darker: hsl(220, 90%, 36%);
      --color-primary-darker-h: 220;
      --color-primary-darker-s: 90%;
      --color-primary-darker-l: 36%;
      --color-primary-dark: hsl(220, 90%, 46%);
      --color-primary-dark-h: 220;
      --color-primary-dark-s: 90%;
      --color-primary-dark-l: 46%;
      --color-primary: hsl(220, 90%, 56%);
      --color-primary-h: 220;
      --color-primary-s: 90%;
      --color-primary-l: 56%;
      --color-primary-light: hsl(220, 90%, 66%);
      --color-primary-light-h: 220;
      --color-primary-light-s: 90%;
      --color-primary-light-l: 66%;
      --color-primary-lighter: hsl(220, 90%, 76%);
      --color-primary-lighter-h: 220;
      --color-primary-lighter-s: 90%;
      --color-primary-lighter-l: 76%;
      --color-accent-darker: hsl(355, 90%, 41%);
      --color-accent-darker-h: 355;
      --color-accent-darker-s: 90%;
      --color-accent-darker-l: 41%;
      --color-accent-dark: hsl(355, 90%, 51%);
      --color-accent-dark-h: 355;
      --color-accent-dark-s: 90%;
      --color-accent-dark-l: 51%;
      --color-accent: hsl(355, 90%, 61%);
      --color-accent-h: 355;
      --color-accent-s: 90%;
      --color-accent-l: 61%;
      --color-accent-light: hsl(355, 90%, 71%);
      --color-accent-light-h: 355;
      --color-accent-light-s: 90%;
      --color-accent-light-l: 71%;
      --color-accent-lighter: hsl(355, 90%, 81%);
      --color-accent-lighter-h: 355;
      --color-accent-lighter-s: 90%;
      --color-accent-lighter-l: 81%;
      --color-black: hsl(240, 8%, 12%);
      --color-black-h: 240;
      --color-black-s: 8%;
      --color-black-l: 12%;
      --color-white: hsl(0, 0%, 100%);
      --color-white-h: 0;
      --color-white-s: 0%;
      --color-white-l: 100%;
      --color-success-darker: hsl(94, 48%, 36%);
      --color-success-darker-h: 94;
      --color-success-darker-s: 48%;
      --color-success-darker-l: 36%;
      --color-success-dark: hsl(94, 48%, 46%);
      --color-success-dark-h: 94;
      --color-success-dark-s: 48%;
      --color-success-dark-l: 46%;
      --color-success: hsl(94, 48%, 56%);
      --color-success-h: 94;
      --color-success-s: 48%;
      --color-success-l: 56%;
      --color-success-light: hsl(94, 48%, 66%);
      --color-success-light-h: 94;
      --color-success-light-s: 48%;
      --color-success-light-l: 66%;
      --color-success-lighter: hsl(94, 48%, 76%);
      --color-success-lighter-h: 94;
      --color-success-lighter-s: 48%;
      --color-success-lighter-l: 76%;
      --color-error-darker: hsl(355, 90%, 41%);
      --color-error-darker-h: 355;
      --color-error-darker-s: 90%;
      --color-error-darker-l: 41%;
      --color-error-dark: hsl(355, 90%, 51%);
      --color-error-dark-h: 355;
      --color-error-dark-s: 90%;
      --color-error-dark-l: 51%;
      --color-error: hsl(355, 90%, 61%);
      --color-error-h: 355;
      --color-error-s: 90%;
      --color-error-l: 61%;
      --color-error-light: hsl(355, 90%, 71%);
      --color-error-light-h: 355;
      --color-error-light-s: 90%;
      --color-error-light-l: 71%;
      --color-error-lighter: hsl(355, 90%, 81%);
      --color-error-lighter-h: 355;
      --color-error-lighter-s: 90%;
      --color-error-lighter-l: 81%;
      --color-warning-darker: hsl(46, 100%, 41%);
      --color-warning-darker-h: 46;
      --color-warning-darker-s: 100%;
      --color-warning-darker-l: 41%;
      --color-warning-dark: hsl(46, 100%, 51%);
      --color-warning-dark-h: 46;
      --color-warning-dark-s: 100%;
      --color-warning-dark-l: 51%;
      --color-warning: hsl(46, 100%, 61%);
      --color-warning-h: 46;
      --color-warning-s: 100%;
      --color-warning-l: 61%;
      --color-warning-light: hsl(46, 100%, 71%);
      --color-warning-light-h: 46;
      --color-warning-light-s: 100%;
      --color-warning-light-l: 71%;
      --color-warning-lighter: hsl(46, 100%, 81%);
      --color-warning-lighter-h: 46;
      --color-warning-lighter-s: 100%;
      --color-warning-lighter-l: 81%;
      --color-bg: hsl(0, 0%, 100%);
      --color-bg-h: 0;
      --color-bg-s: 0%;
      --color-bg-l: 100%;
      --color-contrast-lower: hsl(0, 0%, 95%);
      --color-contrast-lower-h: 0;
      --color-contrast-lower-s: 0%;
      --color-contrast-lower-l: 95%;
      --color-contrast-low: hsl(240, 1%, 83%);
      --color-contrast-low-h: 240;
      --color-contrast-low-s: 1%;
      --color-contrast-low-l: 83%;
      --color-contrast-medium: hsl(240, 1%, 48%);
      --color-contrast-medium-h: 240;
      --color-contrast-medium-s: 1%;
      --color-contrast-medium-l: 48%;
      --color-contrast-high: hsl(240, 4%, 20%);
      --color-contrast-high-h: 240;
      --color-contrast-high-s: 4%;
      --color-contrast-high-l: 20%;
      --color-contrast-higher: hsl(240, 8%, 12%);
      --color-contrast-higher-h: 240;
      --color-contrast-higher-s: 8%;
      --color-contrast-higher-l: 12%;
  }
  @supports (--css: variables) {
      @media (min-width: 64rem) {
          :root {
              --space-unit: 1.25em;
          }
      }
  }
  :root {
      --radius: 0.25em;
  }
  :root {
      --font-primary: sans-serif;
      --text-base-size: 1em;
      --text-scale-ratio: 1.2;
      --text-xs: calc(1em / var(--text-scale-ratio) / var(--text-scale-ratio));
      --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
      --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
      --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
      --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
      --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
      --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
      --body-line-height: 1.4;
      --heading-line-height: 1.2;
      --font-primary-capital-letter: 1;
  }
  @supports (--css: variables) {
      @media (min-width: 64rem) {
          :root {
              --text-base-size: 1.25em;
              --text-scale-ratio: 1.25;
          }
      }
  }
  mark {
      background-color: hsla(355, 90%, 61%, 0.2);
      background-color: hsla(var(--color-accent-h), var(--color-accent-s), var(--color-accent-l), 0.2);
      color: inherit;
  }
#timeline .text-component {
      --line-height-multiplier: 1;
      --text-vspace-multiplier: 1;
  }
#timeline .text-component blockquote {
      padding-right: 1em;
      border-right: 4px solid hsl(240, 1%, 83%);
      border-right: 4px solid var(--color-contrast-low);
  }
#timeline .text-component hr {
      background: hsl(240, 99%, 83%);
      background: var(--color-contrast-low);
      height: 1px;
  }
#timeline .text-component figcaption {
      font-size: 0.83333em;
      font-size: var(--text-sm);
      color: hsl(240, 1%, 48%);
      color: var(--color-contrast-medium);
  }
#timeline .article.text-component {
      --line-height-multiplier: 1.13;
      --text-vspace-multiplier: 1.2;
  }
  :root {
      --btn-font-size: 1em;
      --btn-font-size-sm: calc(var(--btn-font-size) - 0.2em);
      --btn-font-size-md: calc(var(--btn-font-size) + 0.2em);
      --btn-font-size-lg: calc(var(--btn-font-size) + 0.4em);
      --btn-radius: 0.25em;
      --btn-padding-x: var(--space-sm);
      --btn-padding-y: var(--space-xs);
  }
#timeline .btn {
      --color-shadow: hsla(240, 8%, 12%, 0.15);
      --color-shadow: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);
      box-shadow: 0 4px 16px hsla(240, 8%, 12%, 0.15);
      box-shadow: 0 4px 16px hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.15);
      cursor: pointer;
  }
#timeline .btn--primary {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
#timeline .btn--accent {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
#timeline .btn--disabled {
      opacity: 0.6;
  }
  :root {
      --form-control-padding-x: var(--space-sm);
      --form-control-padding-y: var(--space-xs);
      --form-control-radius: 0.25em;
  }
#timeline .form-control {
      border: 2px solid hsl(240, 1%, 83%);
      border: 2px solid var(--color-contrast-low);
  }
#timeline .form-control:focus {
      outline: none;
      border-color: hsl(220, 90%, 56%);
      border-color: var(--color-primary);
      --color-shadow: hsla(220, 90%, 56%, 0.2);
      --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
      box-shadow: none;
      box-shadow: 0 0 0 3px var(--color-shadow);
  }
#timeline .form-control:focus:focus {
      box-shadow: 0 0 0 3px hsla(220, 90%, 56%, 0.2);
      box-shadow: 0 0 0 3px var(--color-shadow);
  }
#timeline .form-control[aria-invalid="true"] {
      border-color: hsl(355, 90%, 61%);
      border-color: var(--color-error);
  }
#timeline .form-control[aria-invalid="true"]:focus {
      --color-shadow: hsla(355, 90%, 61%, 0.2);
      --color-shadow: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);
      box-shadow: none;
      box-shadow: 0 0 0 3px var(--color-shadow);
  }
#timeline .form-control[aria-invalid="true"]:focus:focus {
      box-shadow: 0 0 0 3px hsla(355, 90%, 61%, 0.2);
      box-shadow: 0 0 0 3px var(--color-shadow);
  }
#timeline .form-label {
      font-size: 0.83333em;
      font-size: var(--text-sm);
  }
  :root {
      --cd-color-1: hsl(206, 21%, 24%);
      --cd-color-1-h: 206;
      --cd-color-1-s: 21%;
      --cd-color-1-l: 24%;
      --cd-color-2: hsl(205, 38%, 89%);
      --cd-color-2-h: 205;
      --cd-color-2-s: 38%;
      --cd-color-2-l: 89%;
      --cd-color-3: hsl(207, 10%, 55%);
      --cd-color-3-h: 207;
      --cd-color-3-s: 10%;
      --cd-color-3-l: 55%;
      --cd-color-4: hsl(111, 51%, 60%);
      --cd-color-4-h: 111;
      --cd-color-4-s: 51%;
      --cd-color-4-l: 60%;
      --cd-color-5: hsl(356, 53%, 49%);
      --cd-color-5-h: 356;
      --cd-color-5-s: 53%;
      --cd-color-5-l: 49%;
      --cd-color-6: hsl(47, 85%, 61%);
      --cd-color-6-h: 47;
      --cd-color-6-s: 85%;
      --cd-color-6-l: 61%;
      --cd-header-height: 200px;
      --font-primary: "Droid Serif", serif;
      --font-secondary: "Open Sans", sans-serif;
  }
  @supports (--css: variables) {
      @media (min-width: 64rem) {
          :root {
              --cd-header-height: 300px;
          }
      }
  }
#timeline .cd-main-header {
      height: 200px;
      height: var(--cd-header-height);
      background: hsl(206, 79%, 24%);
      background: var(--cd-color-1);
      color: hsl(0, 0%, 100%);
      color: var(--color-white);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
#timeline .cd-main-header h1 {
      font-family: "Open Sans", sans-serif;
      font-family: var(--font-secondary);
      color: inherit;
  }
#timeline .cd-timeline {
      overflow: hidden;
      padding: 2em 0;
      padding: var(--space-lg) 0;
      color: hsl(207, 10%, 55%);
      color: var(--cd-color-3);
      background-color: hsl(205, 38%, 93.45%);
      background-color: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l) * 1.05));
      font-family: "Droid Serif", serif;
      font-family: var(--font-primary);
  }
#timeline .cd-timeline h2 {
      font-family: "Open Sans", sans-serif;
      font-family: var(--font-secondary);
      font-weight: 700;
  }
#timeline .cd-timeline__container {
      position: relative;
      padding: 1.25em 0;
      padding: var(--space-md) 0;
  }
#timeline .cd-timeline__container::before {
      content: "";
      position: absolute;
      top: 0;
      right: 18px;
      height: 100%;
      width: 6px;
      /* background: hsl(205, 62%, 89%);
      background: var(--cd-color-2); */
      background: #d0cfcd;
      border-radius: 4px;
  }
  @media (min-width: 64rem) {
    #timeline .cd-timeline__container::before {
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
      }
  }
#timeline .cd-timeline__block {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 1;
      /* margin-bottom: 2em;
      margin-bottom: var(--space-lg); */
      margin-bottom: 1.5em;
  }
#timeline .cd-timeline__block:last-child {
      margin-bottom: 0;
  }
  @media (min-width: 64rem) {
    #timeline .cd-timeline__block:nth-child(even) {
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      }
  }
#timeline .cd-timeline__img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #fff;
      /* box-shadow: 0 0 0 1px hsl(0, 0%, 100%), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 0 1px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); */
  }
#timeline .cd-timeline__img img {
      width: 24px;
      height: 24px;
  }
  @media (min-width: 64rem) {
    #timeline .cd-timeline__img {
          /* width: 60px;
          height: 60px;
          -ms-flex-order: 1;
          order: 1;
          margin-right: calc(5% - 30px);
          will-change: transform; */
          width: 20px;
          height: 20px;
          -ms-flex-order: 1;
          order: 1;
          margin-right: calc(5% - 10px);
          will-change: transform;
      }
    #timeline .cd-timeline__block:nth-child(even) .cd-timeline__img {
          margin-left: calc(5% - 10px);
      }
  }
#timeline .cd-timeline__img--picture {
      /* background-color: hsl(111, 51%, 60%);
      background-color: var(--cd-color-4); */
      background-color: #a7aba9;
  }
#timeline .cd-timeline__img--movie {
      /* background-color: hsl(356, 53%, 49%);
      background-color: var(--cd-color-5); */
      background-color: #a7aba9;
  }
#timeline .cd-timeline__img--location {
      /* background-color: hsl(47, 85%, 61%);
      background-color: var(--cd-color-6); */
      background-color: #a7aba9;
  }
#timeline .cd-timeline__content {
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      margin-right: 1.25em;
      margin-right: var(--space-md);
      background: hsl(0, 100%, 100%);
      background: var(--color-white);
      border-radius: 0.25em;
      border-radius: var(--radius-md);
      /* padding: 1.25em;
      padding: var(--space-md); */
      padding: 1.25em;
      /* box-shadow: 0 3px 0 hsl(205, 38%, 89%);
      box-shadow: 0 3px 0 var(--cd-color-2); */
      box-shadow:0px 0px 5px #ccc;
  }
#timeline .cd-timeline__content::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 11%;
      height: 1px;
      border: 1px solid #a7aba9;
      /* border-left-color: hsl(0, 0%, 100%);
      border-left-color: var(--color-white); */
  }
#timeline .cd-timeline__content h2 {
      color: hsl(206, 21%, 24%);
      color: var(--cd-color-1);
  }
  @media (min-width: 64rem) {
    #timeline .cd-timeline__content {
          width: 45%;
          -ms-flex-positive: 0;
          flex-grow: 0;
          will-change: transform;
          margin: 0;
          font-size: 0.8em;
          --line-height-multiplier: 1.2;
      }
    #timeline .cd-timeline__content::before {
          /* top: 50%; */
          top: 8px;
      }
    #timeline .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
          left: auto;
          right: 100%;
          width: 11%;
          height: 1px;
          border: 1px solid #a7aba9;
          /* border-right-color: hsl(0, 0%, 100%);
          border-right-color: var(--color-white); */
      }
  }
#timeline .cd-timeline__date {
      color: hsla(207, 10%, 55%, 0.7);
      color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.7);
  }
  @media (min-width: 64rem) {
    #timeline .cd-timeline__date {
          position: absolute;
          width: 100%;
          right: 120%;
          top: 20px;
      }
    #timeline .cd-timeline__block:nth-child(even) .cd-timeline__date {
          right: auto;
          left: 120%;
          text-align: left;
      }
  }
  @media (min-width: 64rem) {
    /*#timeline .cd-timeline__img--hidden,
    #timeline .cd-timeline__content--hidden {
          visibility: hidden;
      }*/
    #timeline .cd-timeline__img--bounce-in {
          -webkit-animation: cd-bounce-1 0.6s;
          animation: cd-bounce-1 0.6s;
      }
    #timeline .cd-timeline__content--bounce-in {
          -webkit-animation: cd-bounce-2 0.6s;
          animation: cd-bounce-2 0.6s;
      }
    #timeline .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
          -webkit-animation-name: cd-bounce-2-inverse;
          animation-name: cd-bounce-2-inverse;
      }
  }
  @-webkit-keyframes cd-bounce-1 {
      0% {
          opacity: 0;
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
      }
      60% {
          opacity: 1;
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
      }
      100% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }
  @keyframes cd-bounce-1 {
      0% {
          opacity: 0;
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
      }
      60% {
          opacity: 1;
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
      }
      100% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
  }
  @-webkit-keyframes cd-bounce-2 {
      0% {
          opacity: 0;
          -webkit-transform: translateX(100px);
          transform: translateX(100px);
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
      }
      100% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
  @keyframes cd-bounce-2 {
      0% {
          opacity: 0;
          -webkit-transform: translateX(100px);
          transform: translateX(100px);
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
      }
      100% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
  @-webkit-keyframes cd-bounce-2-inverse {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(20px);
          transform: translateX(20px);
      }
      100% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
  @keyframes cd-bounce-2-inverse {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
      }
      60% {
          opacity: 1;
          -webkit-transform: translateX(20px);
          transform: translateX(20px);
      }
      100% {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
