.wp-block-acf-timeline {
  padding: 0;
}
.wp-block-acf-timeline .timeline-inner {
  position: relative;
}
.wp-block-acf-timeline .timeline-inner .timeline-object {
  height: auto;
  height: 35.7142857143vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object {
    height: 66.6666666667vh;
  }
}
@media (max-width: 1440px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object {
    height: 71.4285714286vh;
  }
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object {
    justify-content: flex-start;
    height: auto;
    padding: 2rem 0;
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  background: #e1e1e1;
  height: 100%;
  z-index: 1;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:before {
    margin-right: 0;
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(1):before {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(1) .object-inner .dot:before {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(1) .object-inner .dot:after {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(2):before {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(2) .object-inner .dot:before {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(2) .object-inner .dot:after {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(3):before {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(3) .object-inner .dot:before {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(3) .object-inner .dot:after {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(4):before {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(4) .object-inner .dot:before {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(4) .object-inner .dot:after {
  background: #28724F;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(5):before {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(5) .object-inner .dot:before {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(5) .object-inner .dot:after {
  background: #A2A569;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(6):before {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(6) .object-inner .dot:before {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(6) .object-inner .dot:after {
  background: #E0C6AD;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner {
    width: 100%;
    padding-right: 200px;
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner figure {
  width: 70px;
  height: 70px;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 12.5px;
  height: 12.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 12.5px;
  transition: all ease 0.5s;
  transition-delay: 0.25s;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot:after {
  content: "";
  position: absolute;
  top: -6.25px;
  border-radius: 50%;
  right: calc(100% + 150px);
  width: 25px;
  height: 25px;
  transform: scale(0);
  opacity: 0;
  transition: all ease 0.25s;
  transition-delay: 1s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot {
    left: unset;
    margin: unset;
  }
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot:before {
    transform: translateY(0);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot.visible {
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot.visible:before {
  width: calc(100% + 150px);
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .dot.visible:after {
  transform: scale(1.1);
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner {
  padding-right: 200px;
  opacity: 0;
  transform: translateX(-45%);
  transition: all ease 0.6s;
  transition-delay: 1.6s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner {
    padding-right: 0;
    transform: translateX(-5%);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner.visible {
  opacity: 1;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner.visible {
    padding-right: 0;
    transform: translateX(0);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner figure {
  width: 150px;
  height: 150px;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner .buttons a {
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 0.03em;
  font-family: "Supreme-Bold";
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  transition: all ease 250ms;
  background: #E0C6AD;
  color: #2C2A29;
  text-decoration: none;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(odd) .object-inner .inner-inner .buttons a:hover {
  opacity: 0.75;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner {
    width: 100%;
    padding-right: 200px;
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner figure {
  width: 70px;
  height: 70px;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 12.5px;
  height: 12.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 12.5px;
  transition: all ease 0.5s;
  transition-delay: 0.25s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot:before {
    left: unset;
    right: 0;
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot:after {
  content: "";
  position: absolute;
  top: -6.25px;
  border-radius: 50%;
  left: calc(100% + 150px);
  width: 25px;
  height: 25px;
  transform: scale(0);
  opacity: 0;
  transition: all ease 0.25s;
  transition-delay: 1s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot:after {
    left: unset;
    right: calc(100% + 150px);
  }
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot {
    left: unset;
    margin: unset;
  }
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot:before {
    transform: translateY(0);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot.visible {
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot.visible:before {
  width: calc(100% + 150px);
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .dot.visible:after {
  transform: scale(1.1);
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner {
  padding-left: 200px;
  opacity: 0;
  transform: translateX(45%);
  transition: all ease 0.6s;
  transition-delay: 1.6s;
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner {
    padding-left: 0;
    transform: translateX(5%);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner h2 {
  opacity: 1;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner .buttons a {
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 0.03em;
  font-family: "Supreme-Bold";
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  transition: all ease 250ms;
  background: #E0C6AD;
  color: #2C2A29;
  text-decoration: none;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner .buttons a:hover {
  opacity: 0.75;
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner.visible {
  opacity: 1;
  transform: translateX(50%);
}
@media (max-width: 1024px) {
  .wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner.visible {
    transform: translateX(0);
  }
}
.wp-block-acf-timeline .timeline-inner .timeline-object:nth-child(even) .object-inner .inner-inner figure {
  width: 150px;
  height: 150px;
}

/*# sourceMappingURL=style.css.map */
