.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-98 .elementor-element.elementor-element-c9b18ac{background-color:#FFFFFF;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -96px) 0px;padding:12px 12px 12px 12px;z-index:10;border-radius:168px 168px 168px 168px;}.elementor-98 .elementor-element.elementor-element-b58b025{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-98 .elementor-element.elementor-element-5c87e71{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-98 .elementor-element.elementor-element-12270fc{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;text-align:center;}.elementor-98 .elementor-element.elementor-element-12270fc .elementor-heading-title{color:var( --e-global-color-text );}.elementor-98 .elementor-element.elementor-element-93bbf0b{--display:flex;}.elementor-98 .elementor-element.elementor-element-76296b9{--spacer-size:150px;}@media(min-width:768px){.elementor-98 .elementor-element.elementor-element-b58b025{--content-width:1200px;}.elementor-98 .elementor-element.elementor-element-5c87e71{--content-width:689px;}}/* Start custom CSS */.ea-fixed-timeline {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #111;
  color: #fff;
}

/* LEFT NAV */
.ea-fixed-timeline-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100vh;
  padding: 24px 20px;
  box-sizing: border-box;
  z-index: 30;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ea-timeline-arrow {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-height: 44px;
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ea-timeline-arrow:hover {
  opacity: 1;
  transform: scale(1.08);
}

.ea-timeline-arrow:disabled {
  opacity: 0.25;
  cursor: default;
  transform: none;
}

.ea-fixed-timeline-line {
  position: absolute;
  left: 48px;
  top: 72px;
  bottom: 72px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.ea-fixed-timeline-nav-viewport {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 8px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ea-fixed-timeline-nav-viewport::-webkit-scrollbar {
  display: none;
}

.ea-fixed-timeline-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 38px;
}

.ea-fixed-timeline-nav li {
  position: relative;
  margin: 0;
  padding: 14px 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.ea-fixed-timeline-nav li::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: transparent;
  transform: translateY(-50%);
  transition: background 0.25s ease;
}

.ea-fixed-timeline-nav li:hover {
  color: rgba(255, 255, 255, 0.75);
}

.ea-fixed-timeline-nav li.active {
  color: #fff;
}

.ea-fixed-timeline-nav li.active::before {
  background: #ff3b30;
}

/* SLIDES */
.ea-fixed-timeline-slides {
  position: relative;
  width: 100%;
  height: 100vh;
}

.ea-fixed-timeline-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.65s ease, transform 0.65s ease, visibility 0.65s ease;
}

.ea-fixed-timeline-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.ea-fixed-timeline-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ea-fixed-timeline-inner {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin-left: 290px;
  padding-right: 80px;
}

.ea-fixed-timeline-year {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.ea-fixed-timeline-inner h2 {
  margin: 0 0 20px;
  font-size: 72px;
  line-height: 1.03;
  font-weight: 800;
  color: #fff;
}

.ea-fixed-timeline-inner p {
  margin: 0;
  max-width: 720px;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

/* DESKTOP MEDIUM */
@media (max-width: 1200px) {
  .ea-fixed-timeline-nav {
    width: 165px;
  }

  .ea-fixed-timeline-inner {
    margin-left: 240px;
    max-width: 640px;
  }

  .ea-fixed-timeline-inner h2 {
    font-size: 56px;
  }

  .ea-fixed-timeline-inner p {
    font-size: 20px;
  }
}

/* TABLET / MOBILE */
@media (max-width: 1024px) {
  .ea-fixed-timeline {
    height: auto;
    min-height: 100vh;
    display: block;
  }

  .ea-fixed-timeline-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.85);
    display: block;
  }

  .ea-timeline-arrow,
  .ea-fixed-timeline-line {
    display: none;
  }

  .ea-fixed-timeline-nav-viewport {
    min-height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ea-fixed-timeline-nav-viewport::-webkit-scrollbar {
    display: none;
  }

  .ea-fixed-timeline-nav ul {
    display: flex;
    gap: 18px;
    padding: 0;
    white-space: nowrap;
  }

  .ea-fixed-timeline-nav li {
    padding: 6px 0;
    white-space: nowrap;
    font-size: 18px;
  }

  .ea-fixed-timeline-nav li::before {
    display: none;
  }

  .ea-fixed-timeline-slides,
  .ea-fixed-timeline-slide {
    height: 100vh;
  }

  .ea-fixed-timeline-inner {
    margin-left: 0;
    padding: 110px 24px 40px;
    max-width: 100%;
  }

  .ea-fixed-timeline-year {
    font-size: 20px;
  }

  .ea-fixed-timeline-inner h2 {
    font-size: 40px;
  }

  .ea-fixed-timeline-inner p {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* SMALL MOBILE */
@media (max-width: 767px) {
  .ea-fixed-timeline-inner {
    padding: 100px 20px 32px;
  }

  .ea-fixed-timeline-inner h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .ea-fixed-timeline-inner p {
    font-size: 16px;
  }

  .ea-fixed-timeline-year {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .ea-fixed-timeline-nav li {
    font-size: 16px;
  }
}/* End custom CSS */