@charset "UTF-8";
.my-timeline {
  /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .my-timeline *,
  .my-timeline *::before,
  .my-timeline *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .my-timeline button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none; }
  .my-timeline .timeline {
    white-space: nowrap;
    overflow-x: hidden; }
  .my-timeline .timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 330px 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .my-timeline .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #A7A9AC; }
  .my-timeline .timeline ol li:last-child {
    width: 280px; }
  .my-timeline .timeline ol li:not(:first-child) {
    margin-left: 14px; }
  .my-timeline .timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F45B69; }
  .my-timeline .timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
    border: solid 1px #888;
    border-radius: 8px 8px 8px 0; }
  .my-timeline .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid; }
  .my-timeline .timeline ol li:nth-child(odd) div {
    top: -16px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .my-timeline .timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: #888 transparent transparent transparent; }
  .my-timeline .timeline ol li:nth-child(even) div {
    top: calc(100% + 16px); }
  .my-timeline .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #888; }
  .my-timeline .timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px; }
  .my-timeline .timeline .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .my-timeline .timeline .arrows .arrow__prev {
    margin-right: 20px; }
  .my-timeline .timeline .disabled {
    opacity: .5; }
  .my-timeline .timeline .arrows img {
    width: 45px;
    height: 45px; }
  @media screen and (max-width: 599px) {
    .my-timeline .timeline ol,
    .my-timeline .timeline ol li {
      width: auto; }
    .my-timeline .timeline ol {
      padding: 0;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; }
    .my-timeline .timeline ol li {
      display: block;
      height: auto;
      background: transparent; }
    .my-timeline .timeline ol li:first-child {
      margin-top: 25px; }
    .my-timeline .timeline ol li:not(:first-child) {
      margin-left: auto; }
    .my-timeline .timeline ol li div {
      width: 94%;
      height: auto !important;
      margin: 0 auto 25px; }
    .my-timeline .timeline ol li div {
      position: static; }
    .my-timeline .timeline ol li:nth-child(odd) div {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .my-timeline .timeline ol li:nth-child(odd) div::before,
    .my-timeline .timeline ol li:nth-child(even) div::before {
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border: none;
      border-left: 1px solid #A7A9AC;
      height: 25px; }
    .my-timeline .timeline ol li:last-child,
    .my-timeline .timeline ol li:nth-last-child(2) div::before,
    .my-timeline .timeline ol li:not(:last-child)::after,
    .my-timeline .timeline .arrows {
      display: none; } }
