/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.pv-timeline-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pv-timeline-block .event {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
.pv-timeline-block .event:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 80px;
  top: 85px;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--secondary);
  display: none;
}
.pv-timeline-block .event:not(:last-child) {
  padding-bottom: 3rem;
}
.pv-timeline-block .event:not(:last-child):before {
  display: block;
}
.pv-timeline-block .event .circle {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--wp--preset--color--secondary);
  position: relative;
  background-color: var(--wp--preset--color--secondary);
}
.pv-timeline-block .event .image-wrapper {
  margin: 0;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s var(--wp--custom--easing);
}
.pv-timeline-block .event .image-wrapper img {
  display: block;
  width: 150px;
  height: 150px;
}
.pv-timeline-block .event .image-wrapper img.fallback-image {
  transform: scale(0.7);
}
.pv-timeline-block .event .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  opacity: 1;
  transition: opacity 0.3s var(--wp--custom--easing);
  font-stretch: condensed;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
}
.pv-timeline-block .event .text-wrapper {
  align-self: center;
}
.pv-timeline-block .event .text-wrapper,
.pv-timeline-block .event .text-wrapper a {
  color: var(--wp--preset--color--secondary);
}
.pv-timeline-block .event.past .image-wrapper {
  opacity: 1;
}
.pv-timeline-block .event.past .date {
  display: none;
}
.pv-timeline-block .event.past .circle {
  border-color: var(--wp--preset--color--primary);
}
.pv-timeline-block .event.past:before {
  background-color: var(--wp--preset--color--primary);
}
.pv-timeline-block .event.past .text-wrapper,
.pv-timeline-block .event.past .text-wrapper a {
  color: var(--wp--preset--color--primary);
}
.pv-timeline-block .event:hover .date, .pv-timeline-block .event:focus-visible .date {
  opacity: 0;
}
.pv-timeline-block .event:hover .image-wrapper, .pv-timeline-block .event:focus-visible .image-wrapper {
  opacity: 1;
}
.pv-timeline-block .event:hover .circle, .pv-timeline-block .event:focus-visible .circle {
  border-color: var(--wp--preset--color--primary);
}
.pv-timeline-block .event:hover .text-wrapper,
.pv-timeline-block .event:hover .text-wrapper a, .pv-timeline-block .event:focus-visible .text-wrapper,
.pv-timeline-block .event:focus-visible .text-wrapper a {
  color: var(--wp--preset--color--primary);
}
.pv-timeline-block .event .text-wrapper {
  flex: 1;
}
.pv-timeline-block .event .title {
  margin-block: 0.5em;
}
.pv-timeline-block .event .title a {
  text-decoration: none;
}
.pv-timeline-block .event .title a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.pv-timeline-block .event .excerpt {
  margin-block: 0.5em;
}

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