/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/scss/timeline.scss ***!
  \************************************************************************************************************************************************/
:root {
  --body-bg: #352920;
  --timeline-yellow: #e1cc80;
  --timeline-brown: #352920;
  --timeline-light-yellow: #efecdb;
  --cursorX: 65vw;
  --cursorY: 65vh;
  --cat-height: 18.75rem;
  --cat-width: 17.1875rem;
}
@media (min-width: 992px) {
  :root {
    --cat-height: calc(3.3125rem + 24.75vw);
    --cat-width: calc(3rem + 21vw);
  }
}

.btn.btn-hollow-white {
  --theme-btn-border-color: #fff;
  --theme-btn-color: #fff;
  --theme-btn-border-radius: 50rem;
  --theme-btn-hover-bg: #fff;
  --theme-btn-hover-color: var(--body-bg);
  opacity: 0.5;
}
.btn.btn-hollow-white:hover {
  opacity: 1;
}

body.page-template-template-timeline, body.tax-timeline-category {
  overflow: hidden;
}
@media (hover: hover) {
  body.page-template-template-timeline:before, body.tax-timeline-category:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(circle 18vmax at var(--cursorX) var(--cursorY), rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2000;
  }
}

.single-timeline:before, .offcanvas.offcanvas-timeline:before, .card-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../3a29d56ec2fccfdb2f74.jpg);
  background-size: cover;
  background-position: center center;
  opacity: 0.075;
  mix-blend-mode: hard-light;
}

ul.list-share .btn {
  --theme-btn-bg: var(--timeline-yellow);
  --theme-btn-border-color: var(--timeline-yellow);
}

p.is-style-lead:first-letter {
  font-size: calc(1.5rem + 3vw);
  float: left;
  margin: 1rem 1rem 0.5rem 0;
  line-height: calc(1.325rem + 0.9vw);
  font-weight: 600;
  color: var(--timeline-yellow);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "druk" !important;
  font-weight: 500 !important;
}

header#header {
  --header-bg: transparent;
  --header-postion: absolute;
  --header-color: #fff;
  top: calc(0 + var(--admin-bar-height));
  visibility: hidden;
}
@media (min-width: 992px) {
  header#header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
header#header .col-auto {
  visibility: visible;
}
header#header .brand svg {
  width: 7.1875rem;
  fill: var(--header-color);
}
@media (min-width: 992px) {
  header#header .brand svg {
    width: 8.125rem;
  }
}
.single header#header .brand svg {
  --header-color: var(--timeline-brown);
}
header#header .btn-hollow-white .icon-house-regular {
  transform: translateY(0.0625rem);
}
.single header#header .btn-hollow-white {
  --theme-btn-border-color: var(--timeline-brown);
  --theme-btn-color: var(--timeline-brown);
  --theme-btn-hover-bg: var(--timeline-brown);
  --theme-btn-hover-color: #fff;
}

html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.btn-timeline-text {
  background: transparent;
  color: inherit;
  border: none;
  font-weight: 600;
}
.btn-timeline-text .btn-inner {
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .btn-timeline-text .btn-inner {
    font-size: 0.9375rem;
  }
}
.btn-timeline-text .btn-inner .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.625rem;
  height: 1.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.btn-timeline-text .btn-inner .icon:before, .btn-timeline-text .btn-inner .icon:after {
  transition: transform 0.3s ease;
}
.btn-timeline-text .btn-inner .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--timeline-yellow);
  z-index: -1;
  transform: rotate(45deg);
}
.btn-timeline-text:focus {
  outline: 0;
}
.btn-timeline-text:hover .icon-arrow-right:before {
  transform: translateX(0.375rem);
}
.btn-timeline-text:hover .icon-arrow-left:before {
  transform: translateX(-0.375rem);
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}
.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: var(--timeline-yellow);
  border-radius: 50%;
  transition: transform 0.2s ease-in-out, opacity 0.1s;
}
.mf-cursor:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0.2);
  background: #000000;
  border-radius: 50%;
  opacity: 0.1;
  transition: transform 0.2s ease-in-out, opacity 0.1s;
}
.mf-cursor.-inverse {
  color: white;
}
@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: white;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}
.mf-cursor.-text .icon {
  font-size: 1.4375rem;
}
.mf-cursor.-text:before {
  opacity: 1;
  transform: scale(2.4);
}
.mf-cursor.-text:after {
  transform: scale(2.4);
}
.mf-cursor.-text.-active:before, .mf-cursor.-text.-active:after {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
  transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  font-family: 900;
  text-transform: uppercase;
  backface-visibility: hidden;
  transform: translateZ(0);
  opacity: 0;
  color: #fff;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.2s, transform 0.3s;
}
.mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}
.mf-cursor-media img, .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@supports (object-fit: cover) {
  .mf-cursor-media img, .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}
.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.card-timeline {
  background: var(--timeline-light-yellow);
  color: var(--timeline-brown);
  border-radius: 0.75rem;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  width: 17.1875rem;
}
@media (min-width: 992px) {
  .card-timeline {
    padding: 0.375rem;
    width: 21.875rem;
  }
}
@media (min-width: 1920px) {
  .card-timeline {
    padding: 1rem;
    width: calc(2.6875rem + 17.25vw);
  }
}
.card-timeline picture {
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .card-timeline picture {
    --theme-aspect-ratio: 55%;
  }
}
@media (min-width: 992px) {
  .card-timeline picture {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1920px) {
  .card-timeline picture {
    margin-bottom: 1.5rem;
  }
}
.card-timeline .card-content {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .card-timeline .card-content {
    padding: 0.75rem;
  }
}
@media (min-width: 1920px) {
  .card-timeline .card-content {
    padding: 1rem;
  }
}
.card-timeline .card-content .card-title {
  margin: 0 0 0.375rem 0;
}
.card-timeline .card-content .card-title .h4, .card-timeline .card-content .card-title .subtitle {
  display: block;
  margin-bottom: 0;
}
.card-timeline .card-content .card-title .h4 {
  letter-spacing: 0.0625rem;
}
.card-timeline .card-content .card-title .subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
}
.card-timeline .card-content p {
  line-height: 1.3;
  font-size: 0.9375rem;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 1920px) {
  .card-timeline .card-content p {
    margin: 0 0 2rem 0;
  }
}
.card-timeline .card-content .btn-text {
  color: var(--timeline-brown);
}

.card-timeline-tax-wrapper {
  width: var(--cat-width);
  height: var(--cat-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  position: absolute;
  box-shadow: 0 1rem 7.5rem -0.1875rem rgba(0, 0, 0, 0.75);
}
.card-timeline-tax-wrapper .card-timeline-tax {
  width: 100%;
  height: 100%;
  display: block;
}
.card-timeline-tax-wrapper .card-timeline-tax a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.card-timeline-tax-wrapper .card-timeline-tax a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.card-timeline-tax-wrapper .card-timeline-tax a picture:before {
  content: "";
  position: absolute;
  background: var(--body-bg);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-timeline-tax-wrapper .card-timeline-tax a .card-content {
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 992px) {
  .card-timeline-tax-wrapper .card-timeline-tax a .card-content {
    padding: calc(1.325rem + 0.9vw);
  }
}
.card-timeline-tax-wrapper .card-timeline-tax a .card-content .h6 {
  color: var(--timeline-yellow);
  letter-spacing: 0.046875rem;
  display: block;
  margin-bottom: 0;
}
.card-timeline-tax-wrapper .card-timeline-tax a .card-content h2 {
  margin: 0;
  display: inline-block;
}

.offcanvas.offcanvas-timeline {
  --container-padding: 0;
  background: var(--timeline-light-yellow);
  --theme-offcanvas-width: 100%;
  padding-top: 0;
  z-index: 9999;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
  --theme-btn-hover-bg: var(--timeline-yellow);
}
@media (min-width: 992px) {
  .offcanvas.offcanvas-timeline {
    --theme-offcanvas-width: calc(100% - calc(2.375rem + 13.5vw));
    max-width: 80rem;
    clip-path: polygon(calc(1.325rem + 0.9vw) 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .offcanvas.offcanvas-timeline {
    max-width: 83.75rem;
  }
}
.offcanvas.offcanvas-timeline .btn-close {
  --theme-btn-close-focus-shadow: none;
  width: 3.75rem;
  height: 3.75rem;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.offcanvas.offcanvas-timeline .btn-close:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .offcanvas.offcanvas-timeline .btn-close {
    width: 4rem;
    height: 4rem;
    right: 2rem;
    top: 1.5rem;
  }
}
.offcanvas.offcanvas-timeline .offcanvas-body {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .offcanvas.offcanvas-timeline .offcanvas-body {
    padding: 0 calc(2rem + 9vw) calc(1.875rem + 7.5vw);
  }
}
.offcanvas.offcanvas-timeline .offcanvas-body .loader-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.offcanvas.offcanvas-timeline .offcanvas-body .loader-wrapper .loader {
  border-top: 0.1875rem solid var(--timeline-brown);
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  padding-top: calc(1.75rem + 6vw);
  flex: 1;
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .share-wrapper {
  display: none;
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .block-hero-timeline .offset-lg-2 {
  margin: 0;
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .avatar {
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.075);
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .wp-block-image {
  margin: 2.5rem 0;
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .display-1 {
  font-size: calc(1.425rem + 2.1vw);
}
.offcanvas.offcanvas-timeline .offcanvas-body #timeline-post .share-wrapper {
  margin-top: calc(1.625rem + 4.5vw);
}
.offcanvas.offcanvas-timeline .offcanvas-nav {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
}
.offcanvas.offcanvas-timeline.is-active #timeline-post {
  opacity: 1;
}
.offcanvas.offcanvas-timeline.is-loading .loader-wrapper {
  display: inline-flex;
}
.offcanvas.offcanvas-timeline.is-loading #timeline-post {
  opacity: 0;
  pointer-events: none;
}
.offcanvas.offcanvas-timeline.is-loading .offcanvas-nav {
  opacity: 0;
  pointer-events: none;
}

.loader {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
  border-top: 0.1875rem solid #FFF;
  border-right: 0.1875rem solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  background: #fff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.page-loader .loader-wrapper .loader {
  border-top: 0.1875rem solid var(--timeline-brown);
}

.block.block-timeline-archive {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body-bg);
}
.block.block-timeline-archive .timeline-title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2010;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  width: 100%;
}
.block.block-timeline-archive .timeline-title small {
  color: var(--timeline-yellow);
}
.block.block-timeline-archive .drag-wrapper {
  position: relative;
  min-width: 400vw;
  height: 150vh;
}
@media (min-width: 992px) {
  .block.block-timeline-archive .drag-wrapper {
    min-width: 200vw;
    height: 150vh;
  }
}
.block.block-timeline-archive .drag-wrapper .drag-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

:root {
  --cursorX: 65vw;
  --cursorY: 65vh;
}

body.tax-timeline-category {
  background: var(--body-bg);
}
body.tax-timeline-category:after {
  height: 0.0625rem;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 1.5rem 0.0625rem;
  background-repeat: repeat-x;
  pointer-events: none;
  opacity: 0.15;
}
body.tax-timeline-category .c-scrollbar {
  display: none;
}

.block.block-timeline-term {
  padding: 0;
  position: relative;
}
.block.block-timeline-term.horizontal-scroll {
  overflow: hidden;
  display: flex;
  left: 0;
}
.block.block-timeline-term .pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .block.block-timeline-term .pin-wrap {
    margin-top: -2rem;
  }
}
.block.block-timeline-term .pin-wrap .timeline-term {
  display: flex;
}
.block.block-timeline-term .pin-wrap .timeline-term:nth-last-child(1) {
  min-width: 50vw;
}
.block.block-timeline-term .pin-wrap .timeline-item {
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding: 0 1rem;
  color: inherit;
  text-decoration: none;
  margin-right: 8.75rem;
}
@media (min-width: 992px) {
  .block.block-timeline-term .pin-wrap .timeline-item {
    margin-right: 5vw;
    padding: 0 calc(1.525rem + 3.3vw);
  }
}
.block.block-timeline-term .pin-wrap .timeline-item:nth-child(odd) .card-timeline {
  transform: rotate(3deg);
}
.block.block-timeline-term .pin-wrap .timeline-item:nth-child(even) .card-timeline {
  transform: rotate(-3deg);
}
.block.block-timeline-term .pin-wrap .timeline-item .timeline-hero {
  margin-top: -4.5rem;
}
@media (min-width: 992px) {
  .block.block-timeline-term .pin-wrap .timeline-item .timeline-hero {
    width: calc(3.9375rem + 32.25vw);
  }
}
.block.block-timeline-term .pin-wrap .timeline-item .timeline-hero small {
  color: var(--timeline-yellow);
}
.block.block-timeline-term .pin-wrap .timeline-item .timeline-hero h1.display-2 {
  color: #fff;
  max-width: 13ch;
  margin: 0;
}
@media (max-width: 991.98px) {
  .block.block-timeline-term .pin-wrap .timeline-item .timeline-hero h1.display-2 {
    font-size: 4rem;
  }
}

.timeline-scroll-nav {
  position: fixed;
  left: 0;
  top: 80%;
  right: 0;
  z-index: 44;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-scroll-nav > .row {
  border-radius: 50rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.375rem 0;
  display: inline-flex;
}
.timeline-scroll-nav .btn-white {
  background: var(--timeline-light-yellow);
  --theme-btn-hover-bg: var(--timeline-yellow);
}

.timeline-progress-wrapper {
  --offset-left: calc(3.125rem + 5vw);
  --offset-right: 3.125rem;
  --offset: calc(var(--offset-left) + var(--offset-right));
  background: rgba(255, 255, 255, 0.25);
  height: 0.125rem;
  width: 100%;
  position: absolute;
  top: calc(100vh - 1.5rem);
  padding: 0 var(--offset-right) 0 var(--offset-left);
  left: 0;
  z-index: 3;
  display: none;
  justify-content: center;
}
@media (min-width: 1920px) {
  .timeline-progress-wrapper {
    top: calc(100vh - 2.5rem);
  }
}
@media (min-width: 992px) {
  .timeline-progress-wrapper {
    display: flex;
  }
}
.timeline-progress-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--offset) + 2.5rem);
  height: 100%;
  background: var(--timeline-yellow);
}
.timeline-progress-wrapper .progress-bar {
  height: 100%;
  width: calc(100% - var(--offset) * 2);
  position: absolute;
  top: 0;
  background: transparent;
}
.timeline-progress-wrapper .progress-bar > * {
  display: block;
  height: 100%;
  background: var(--timeline-yellow);
}
.timeline-progress-wrapper .progress-years {
  list-style: none;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: calc(100% - var(--offset) * 2);
}
.timeline-progress-wrapper .progress-years li {
  display: inline-block;
  min-width: 5.625rem;
}
.timeline-progress-wrapper .progress-years li a {
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.timeline-progress-wrapper .progress-years li a span {
  display: inline-block;
  transform: translateY(-2rem);
  white-space: nowrap;
}
.timeline-progress-wrapper .progress-years li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.timeline-progress-wrapper .progress-years li a:hover:before {
  box-shadow: 0 0 0 0.75rem var(--timeline-brown);
}
.timeline-progress-wrapper .progress-years li a:before, .timeline-progress-wrapper .progress-years li a:after {
  content: "";
  background: var(--timeline-brown);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.timeline-progress-wrapper .progress-years li a:after {
  width: 1.125rem;
  height: 1.125rem;
  background: var(--timeline-yellow);
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.timeline-progress-wrapper .progress-years li a:before {
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0.375rem var(--timeline-brown);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.timeline-progress-wrapper .progress-years li.is-active > a {
  color: var(--timeline-yellow);
}
.timeline-progress-wrapper .progress-years li.is-active > a:before, .timeline-progress-wrapper .progress-years li.is-active > a:after {
  border-color: var(--timeline-yellow);
}
.timeline-progress-wrapper .progress-years li.is-active > a:after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.timeline-progress-wrapper .progress-years li.is-active > a:before {
  width: 2.5rem;
  height: 2.5rem;
}

.single-timeline {
  background: var(--timeline-light-yellow);
  position: relative;
}
.single .block.block-hero-timeline {
  padding-bottom: 0;
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .single .block.block-hero-timeline {
    padding-top: calc(2.125rem + 10.5vw);
  }
}

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