@charset "UTF-8";
.enflite-hero-slider {
  position: relative;
  overflow: hidden;
}

.enflite-slide {
  position: relative;
  min-height: 650px;
  height: 985px;
  max-height: 100vh;
}

.enflite-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.enflite-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.85) 100%);
}

.enflite-slide__content-wrap {
  position: relative;
  z-index: 3;
  min-height: 650px;
  height: 985px;
  max-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 30px 72px;
}

.enflite-slide__grid {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.enflite-slide__left,
.enflite-slide__right {
  color: #fff;
}

.enflite-slide__headline {
  margin: 0;
  font-size: 48px;
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.03em;
  max-width: 760px;
  color: #fff;
}

.enflite-slide__description {
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  max-width: 560px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.enflite-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  min-height: 56px;
  border-radius: 999px;
  background: #d7192d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.enflite-slide__button:hover,
.enflite-slide__button:focus {
  color: #fff;
}

.enflite-hero-slider .slick-dots {
  position: absolute;
  right: 34px;
  bottom: 32px;
  width: auto;
  display: flex !important;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.enflite-hero-slider .slick-dots:before {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100vw - 106px - 100%);
  background: #ffffff;
  right: calc(100% + 46px);
  top: 50%;
  transform: translatey(-50%);
}

.enflite-hero-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.enflite-hero-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.enflite-hero-slider .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

.enflite-hero-slider .slick-dots li.next-dot button {
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 9px solid rgba(255, 255, 255, 0.5);
}

.enflite-hero-slider .slick-dots li.next-dot button:hover {
  border-left: 8px solid rgb(255, 255, 255);
}

.enflite-hero-slider .slick-dots li button:before {
  display: none;
}

@media (max-width: 1024px) {
  .enflite-slide,
  .enflite-slide__content-wrap {
    min-height: 680px;
  }
  .enflite-slide__grid {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
  }
  .enflite-slide__headline,
  .enflite-slide__description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .enflite-slide,
  .enflite-slide__content-wrap {
    min-height: 620px;
  }
  .enflite-slide__content-wrap {
    padding: 0 20px 80px;
  }
  .enflite-slide__grid {
    padding-bottom: 18px;
  }
  .enflite-slide__headline {
    font-size: 40px !important;
  }
  .enflite-hero-slider .slick-dots {
    bottom: 40px;
  }
  .enflite-slide__button {
    width: 100%;
    text-align: center;
  }
}
.enflite-solutions {
  position: relative;
  padding: 96px 0 110px;
  background: url("../images/solution-bg.jpg") no-repeat center center;
  overflow: hidden;
}

.enflite-solutions::before,
.enflite-solutions::after {
  content: "";
  position: absolute;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}

.enflite-solutions::before {
  width: 234px;
  height: 273px;
  bottom: 0;
  left: 0;
  background: url("../images/cloud.png") no-repeat center center;
  z-index: 3;
}

.enflite-solutions::after {
  width: 544px;
  height: 355px;
  top: 20px;
  right: 0;
  background: url("../images/cloud-top.png") no-repeat center center;
}

.enflite-solutions__inner {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.enflite-solutions__header {
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 48px;
  align-items: start;
  margin-bottom: 44px;
}

.enflite-solutions__title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #000;
}

.enflite-solutions__description {
  font-family: "Montserrat", sans-serif;
  max-width: 760px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #848484 !important;
}

.enflite-solutions__header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 58px;
  padding-top: 12px;
  min-width: 570px;
}

.enflite-solutions__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  min-height: 56px;
  border-radius: 999px;
  background: #c8102e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.enflite-solutions__cta:hover,
.enflite-solutions__cta:focus {
  color: #fff;
  transform: translateY(-1px);
}

.enflite-solutions__progress {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.enflite-solutions__progress-line {
  display: block;
  width: min(100%, 620px);
  flex: 1 1 260px;
  height: 2px;
  background: rgba(0, 0, 0, 0.28);
}

.enflite-solutions__dots {
  display: flex;
  align-items: center;
}

.enflite-solutions__dots .slick-dots {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enflite-solutions__dots .slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.enflite-solutions__dots .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(132, 132, 132, 0.5019607843);
  font-size: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.enflite-solutions__dots .slick-dots li button:hover,
.enflite-solutions__dots .slick-dots li button:focus,
.enflite-solutions__dots .slick-dots li.slick-active button {
  background: #848484;
}

.enflite-solutions__cards {
  position: relative;
  padding-left: 40px;
}

.enflite-solutions__slider {
  margin: 0 -17px;
}

.enflite-solutions__slider .slick-track {
  display: flex !important;
}

.enflite-solutions__slider .slick-slide {
  height: inherit !important;
}

.enflite-solutions__slide {
  padding: 0 17px;
  max-width: 350px;
  box-sizing: border-box;
  height: auto;
  display: flex;
}

.enflite-solution-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 87px 40px;
  border-radius: 200px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  background: linear-gradient(180deg, #DDDDDD -4.71%, #FFFFFF 100%);
  border: 1px solid #ededed;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1019607843);
}

.enflite-solution-card__icon-wrap {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.enflite-solution-card__icon {
  max-width: 72px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.enflite-solution-card__title {
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.enflite-solution-card__text {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.6;
  font-weight: 600;
  color: #848484 !important;
  max-width: 290px;
  transition: color 0.25s ease;
}

/* Active State */
.enflite-solution-card:hover {
  background: linear-gradient(180deg, #666666 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(102, 102, 102, 0.5) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}

.enflite-solution-card:hover .enflite-solution-card__title,
.enflite-solution-card:hover .enflite-solution-card__text {
  color: #fff !important;
}

.enflite-solution-card:hover .enflite-solution-card__icon {
  filter: brightness(0) invert(1);
}

/* Media Queries */
@media (max-width: 1024px) {
  .enflite-solutions__cards {
    padding-left: 15px;
  }
  .enflite-solutions__inner {
    padding: 0;
  }
  .enflite-solutions__header {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 0 30px;
  }
  .enflite-solutions__title {
    font-size: 28px;
  }
  .enflite-solutions__header-right {
    min-width: 0;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .enflite-solutions__cards {
    padding-left: 0;
  }
  .enflite-solutions__slide {
    max-width: 100%;
  }
  .enflite-solution-card {
    max-width: 350px;
    margin: 0 auto;
  }
}
.enflite-flight-path {
  --enflite-flight-accent: #c8102e;
  --enflite-flight-dark: #111111;
  --enflite-flight-text: #8b8b8b;
  --enflite-flight-line: rgba(0, 0, 0, 0.12);
  --enflite-flight-soft-line: rgba(0, 0, 0, 0.06);
  --enflite-flight-shadow: 0px 4px 5px 0px #0000001A;
  position: relative;
  padding: 72px 0 90px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 24%), linear-gradient(180deg, #f5f5f5 0%, #f7f7f7 100%);
  overflow: hidden;
}

.enflite-flight-path__inner {
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.enflite-flight-path__topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 30px;
  margin-bottom: 26px;
}

.enflite-flight-path__header {
  max-width: 700px;
}

.enflite-flight-path__eyebrow {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  color: #CF0C2C;
}

.enflite-flight-path__title {
  margin: 0;
  font-size: clamp(40px, 4vw, 70px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.045em;
  color: #000;
}

.enflite-flight-path__topcta {
  display: flex;
  justify-content: flex-end;
  padding-top: 26px;
}

.enflite-flight-path__catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  min-height: 56px;
  border-radius: 999px;
  background: var(--enflite-flight-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.enflite-flight-path__catalog-button:hover,
.enflite-flight-path__catalog-button:focus {
  color: #fff;
  transform: translateY(-1px);
}

.enflite-flight-path__divider {
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.enflite-flight-path__stage {
  position: relative;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 100px;
}

.enflite-flight-path__nav {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.enflite-flight-path__svg {
  position: absolute;
  inset: 0;
  width: 1512px;
  height: 1287px;
  overflow: visible;
  top: -300px;
  left: -120px;
  overflow: visible;
}

.enflite-flight-path__bg-arc {
  fill: none;
  stroke-width: 2;
}

.enflite-flight-path__curve {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.enflite-flight-path__dots {
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

.enflite-flight-path__dot {
  width: 11px;
  height: 11px;
  background-color: #FB153A;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  position: absolute;
  padding: 0;
  z-index: 3;
}
.enflite-flight-path__dot::before, .enflite-flight-path__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 132, 0.2509803922);
  transition: all 0.3s ease;
}
.enflite-flight-path__dot::before {
  width: 30px;
  height: 30px;
}
.enflite-flight-path__dot::after {
  width: 45px;
  height: 45px;
}
.enflite-flight-path__dot:hover {
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 10.1px 3px rgba(0, 0, 0, 0.2509803922);
}
.enflite-flight-path__dot:hover::before, .enflite-flight-path__dot:hover:after {
  width: 26px;
  height: 26px;
}

.enflite-flight-path__plane {
  position: absolute;
  left: 230px;
  top: -125px;
  width: 150px;
  height: 150px;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(-28deg);
  transform-origin: center center;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
  will-change: transform;
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16));
}

.enflite-flight-path__plane img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.enflite-flight-path__plane.is-animating {
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
}

.enflite-flight-path__content-wrapper {
  z-index: 2;
  pointer-events: none;
  -webkit-filter: drop-shadow(var(--enflite-flight-shadow));
  filter: drop-shadow(var(--enflite-flight-shadow));
  display: flex;
}

.enflite-flight-path__content {
  flex: 1;
  width: 100%;
  -webkit-mask: url(../images/flight-path-mask.png);
  mask: url(../images/flight-path-mask.png) no-repeat 100% 0%;
  mask-size: 85% 100% !important;
  min-height: 400px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  border-radius: 28px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  pointer-events: none;
  overflow: hidden;
}

.enflite-flight-path__content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(220, 220, 220, 0) 36.62%, rgba(236, 236, 236, 0.456731) 53.12%, #FFFFFF 66.19%);
}

.enflite-flight-path__content.is-transitioning {
  transform: translateY(8px);
  opacity: 0.55;
}

.enflite-flight-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 490px;
  z-index: 2;
  padding: 60px;
}

.enflite-flight-card__eyebrow {
  display: none;
}

.enflite-flight-card__title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.enflite-flight-card__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #848484 !important;
}

.enflite-flight-card__text ul,
.enflite-flight-card__text ol {
  margin: 12px 0 0 20px;
  padding: 0;
}

.enflite-flight-card__button {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #CF0C2C !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  padding: 0;
  min-height: 0;
  pointer-events: all;
  z-index: 1;
}

/* ── Mobile progress nav (hidden on desktop) ─────────────────────── */
.enflite-flight-path__mobile-nav {
  display: none; /* shown only inside is-mobile */
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 0 4px;
}

.enflite-flight-path__mobile-line {
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background: rgba(102, 102, 102, 0.5019607843);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.enflite-flight-path__mobile-fill {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: 0%;
  background: rgba(102, 102, 102, 0.5019607843);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.enflite-flight-path__mobile-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.enflite-flight-path__mobile-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(132, 132, 132, 0.45);
  font-size: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.enflite-flight-path__mobile-dot:hover, .enflite-flight-path__mobile-dot:focus, .enflite-flight-path__mobile-dot.is-active {
  background: #848484;
}

@media (max-width: 1200px) {
  .enflite-flight-path__content {
    mask-position: bottom left;
  }
}
@media (max-width: 1024px) {
  .enflite-flight-path__topcta {
    justify-content: center;
  }
  .enflite-flight-path__stage {
    margin-left: 0;
  }
  .enflite-flight-path__content-wrapper {
    margin-left: 120px;
  }
  .enflite-flight-path__content:before {
    background: linear-gradient(90deg, rgba(220, 220, 220, 0) 31.62%, rgba(236, 236, 236, 0.456731) 38.12%, #FFFFFF 51.19%);
  }
  .enflite-flight-card__body {
    width: 400px;
  }
  .enflite-flight-path__title {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  /* Hide the SVG curve + airplane on mobile */
  .enflite-flight-path__nav,
  .enflite-flight-path__divider {
    display: none;
  }
  .enflite-flight-path__topbar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .enflite-flight-path__stage {
    min-height: 0;
    margin-left: 0;
  }
  .enflite-flight-path__content-wrapper {
    margin-left: 0;
    min-height: 0;
  }
  .enflite-flight-path__content {
    mask: none;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    background-size: auto 400px !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
  }
  .enflite-flight-path__content:before {
    background: linear-gradient(180deg, rgba(220, 220, 220, 0) 20.34%, rgba(236, 236, 236, 0.456731) 39.25%, #FFFFFF 54.23%);
    border-radius: 40px;
  }
  /* Show the mobile progress nav */
  .enflite-flight-path.is-mobile .enflite-flight-path__mobile-nav {
    display: flex;
  }
  .enflite-flight-card__body {
    margin-top: 0;
    width: 100%;
    padding: 30px 30px 42px;
    margin-top: 400px;
  }
}
@media screen and (max-width: 480px) {
  .enflite-flight-card__body {
    padding: 18px 18px 42px;
  }
}
.enflite-plane-slider {
  --enflite-bg: #eef1f2;
  --enflite-card-bg: #f4f4f4;
  --enflite-text: #000000;
  --enflite-muted: #848484;
  --enflite-accent: #e31b2f;
  --enflite-line: rgba(0, 0, 0, 0.16);
  --enflite-line-soft: rgba(0, 0, 0, 0.08);
  --enflite-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
  padding: 200px 20px;
  background: var(--enflite-bg);
  overflow: visible;
}

.enflite-plane-slider * {
  box-sizing: border-box;
}

.enflite-plane-slider::before,
.enflite-plane-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.enflite-plane-slider::before {
  background: radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 78% 74%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 30%);
  opacity: 0.8;
}

.enflite-plane-slider::after {
  background: radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0) 44%);
}

.enflite-plane-slider__track {
  position: relative;
  width: min(860px, 90vw);
  height: min(860px, 90vw);
  max-height: 85vh;
  margin: 0 auto;
  z-index: 1;
}

.enflite-plane-slider__track::before,
.enflite-plane-slider__track::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.enflite-plane-slider__track::before {
  width: 146%;
  height: 112%;
  border: 1px solid var(--enflite-line);
}

.enflite-plane-slider__track::after {
  width: 161%;
  height: 124%;
  border: 1px solid var(--enflite-line-soft);
}

.enflite-plane-slider__track .enflite-orbit-ring {
  display: none;
}

.enflite-plane-slider__point {
  position: absolute;
  left: var(--desk-x);
  top: var(--desk-y);
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
  transition: opacity 0.8s ease;
}
.enflite-plane-slider__point:hover::before, .enflite-plane-slider__point:hover::after {
  width: 26px;
  height: 26px;
}
.enflite-plane-slider__point:hover .dot {
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 10.1px 3px rgba(0, 0, 0, 0.2509803922);
}

.enflite-plane-slider__point::before,
.enflite-plane-slider__point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.enflite-plane-slider__point::before {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.enflite-plane-slider__point::after {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.enflite-plane-slider__point .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--enflite-accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(227, 27, 47, 0.35);
  transition: all 0.3s ease;
}

.enflite-plane-slider__point .label {
  position: absolute;
  display: block;
  font-size: 24px;
  color: var(--enflite-text);
  transition: color 0.25s ease, opacity 0.25s ease;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  font-family: Montserrat;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.enflite-plane-slider__point.is-active .dot {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 0 10px rgba(227, 27, 47, 0.08);
}

.enflite-plane-slider__point.is-active .label {
  color: var(--enflite-accent);
}

.enflite-plane-slider__plane {
  position: absolute;
  left: var(--desk-x);
  top: var(--desk-y);
  width: 300px;
  transform: translate(-50%, -50%) rotate(var(--desk-rot));
  transform-origin: center center;
  z-index: 5;
  pointer-events: none;
  will-change: left, top, transform;
  transition: left 0.8s cubic-bezier(0.22, 1, 0.36, 1), top 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.enflite-plane-slider__plane img {
  display: block;
  width: 100%;
  height: auto;
}

.enflite-plane-slider__plane .plane-mobile {
  display: none;
}

.enflite-plane-slider__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(800px, 50%);
  z-index: 2;
}

.enflite-plane-slider__content .content {
  display: none;
  text-align: center;
  background: padding-box linear-gradient(180deg, #DDDDDD -4.71%, #FFFFFF 100%), border-box linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(102, 102, 102, 0.25) 100%);
  border: 1px solid transparent;
  border-radius: 50%;
  aspect-ratio: 1.3/1;
  padding: 50px 150px;
  box-shadow: var(--enflite-shadow);
  animation: enfliteFadeUp 0.45s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.enflite-plane-slider__content .content.active {
  display: flex;
}

.enflite-plane-slider__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.enflite-plane-slider__icon img {
  width: auto;
  height: clamp(48px, 4vw, 64px);
}

.enflite-plane-slider__content h2 {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 0.95;
  color: var(--enflite-text);
  font-weight: 600;
  line-height: 100%;
}

.enflite-plane-slider__content p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--enflite-muted);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.enflite-plane-slider__content a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--enflite-accent);
  transition: opacity 0.25s ease;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.enflite-plane-slider__content a:hover {
  opacity: 0.8;
}

.enflite-plane-slider__content p.desc-mobile,
.enflite-plane-slider__content a .link-mobile {
  display: none;
}

.enflite-plane-slider.is-scroll-locked {
  touch-action: none;
}

@keyframes enfliteFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .enflite-plane-slider__track {
    width: min(760px, 90vw);
    height: min(760px, 90vw);
  }
  .enflite-plane-slider__content {
    width: min(720px, 72%);
  }
  .enflite-plane-slider__content .content {
    padding: 86px 48px 72px;
  }
}
@media (max-width: 1024px) {
  .enflite-plane-slider {
    padding: 20px 0 40px;
  }
  .enflite-plane-slider__track {
    width: 100%;
    height: 178px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .enflite-plane-slider__track::before,
  .enflite-plane-slider__track .enflite-orbit-ring {
    display: none;
  }
  .enflite-plane-slider__track::after {
    display: block;
    width: 200vw;
    height: 1px;
    left: -50vw;
    top: 50%;
    border: none;
    background: #000;
    opacity: 0.16;
    border-radius: 0;
    transform: translateY(-50%);
  }
  .enflite-plane-slider__track {
    border: none;
  }
  .enflite-plane-slider__point {
    width: 28px;
    height: 28px;
    left: var(--mob-x);
    top: 50%;
  }
  .enflite-plane-slider__point .label {
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    text-align: center;
  }
  .enflite-plane-slider__plane {
    width: 138px;
    left: var(--mob-x);
    top: var(--mob-y);
    transform: translate(-50%, -50%) rotate(var(--mob-rot));
  }
  .enflite-plane-slider__plane .plane-desktop {
    display: none;
  }
  .enflite-plane-slider__plane .plane-mobile {
    display: block;
  }
  .enflite-plane-slider__content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding: 0 20px;
  }
  .enflite-plane-slider__content .content {
    border-radius: 200px;
    aspect-ratio: auto;
    padding: 56px 53px;
  }
  .enflite-plane-slider__content h2 {
    font-size: 28px !important;
  }
  .enflite-plane-slider__content p,
  .enflite-plane-slider__content a {
    font-size: 18px;
    line-height: 30px;
  }
  .enflite-plane-slider__content p.desc-desktop,
  .enflite-plane-slider__content a .link-desktop {
    display: none;
  }
  .enflite-plane-slider__content p.desc-mobile {
    display: block;
  }
  .enflite-plane-slider__content a .link-mobile {
    display: inline;
  }
}
.enflite-news-insights {
  --eni-bg: #f3f3f3;
  --eni-text: #000;
  --eni-muted: #7f7f7f;
  --eni-line: rgba(0, 0, 0, 0.18);
  --eni-line-soft: rgba(0, 0, 0, 0.08);
  --eni-accent: #d90f2f;
  --eni-card-bg: #ffffff;
  --eni-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 48px 28px 60px;
  overflow: hidden;
}

.enflite-news-insights * {
  box-sizing: border-box;
}

.enflite-news-insights__categories-wrap {
  max-width: 1280px;
  margin: 0 auto 56px;
}

.enflite-news-insights__categories-title {
  margin-bottom: 26px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: "Zalando Sans Expanded", sans-serif;
  color: var(--eni-text);
}

.enflite-news-insights__flightpath {
  position: relative;
  height: 96px;
}

.enflite-news-insights__track {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.enflite-news-insights__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  height: 1px;
  background: var(--eni-line);
}

.enflite-news-insights__line--secondary {
  top: 80px;
  background: var(--eni-line-soft);
}

.enflite-news-insights__cat {
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 180px;
  border: 0 !important;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.enflite-news-insights__cat:hover, .enflite-news-insights__cat:focus {
  background: transparent !important;
}

.enflite-news-insights__cat-label {
  display: block;
  white-space: unset !important;
  min-height: 45px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--eni-text);
  transition: color 0.25s ease;
}

.enflite-news-insights__cat:hover .enflite-news-insights__cat-label,
.enflite-news-insights__cat.is-active .enflite-news-insights__cat-label {
  color: #FB153A;
}

.enflite-news-insights__cat-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--eni-accent);
  transition: all 0.3s ease;
}

.enflite-news-insights__cat-dot::before,
.enflite-news-insights__cat-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.enflite-news-insights__cat-dot::before {
  width: 30px;
  height: 30px;
}

.enflite-news-insights__cat-dot::after {
  width: 44px;
  height: 44px;
  border-color: rgba(0, 0, 0, 0.08);
}

.enflite-news-insights__cat:not(.is-active):hover .enflite-news-insights__cat-dot {
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 10.1px 3px rgba(0, 0, 0, 0.25);
}

.enflite-news-insights__cat:not(.is-active):hover .enflite-news-insights__cat-dot::before,
.enflite-news-insights__cat:not(.is-active):hover .enflite-news-insights__cat-dot::after {
  width: 26px;
  height: 26px;
}

.enflite-news-insights__plane {
  position: absolute;
  left: 0;
  top: 44px;
  width: 130px;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  pointer-events: none;
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1), top 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
}

.enflite-news-insights__plane img {
  display: block;
  width: 100%;
  height: auto;
}

.enflite-news-insights__header {
  max-width: 1280px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.enflite-news-insights__heading {
  margin: 0;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--eni-text);
}

.enflite-news-insights__nav {
  display: flex;
  gap: 12px;
}

.enflite-news-insights__arrow {
  width: 50px !important;
  height: 50px !important;
  border: 0 !important;
  background: url(../../assets/images/arrow-circle.svg) no-repeat center/contain;
  color: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  text-indent: -9999px;
}

.enflite-news-insights__arrow--prev {
  transform: rotate(180deg);
}

.enflite-news-insights__arrow:hover,
.enflite-news-insights__arrow:focus,
.enflite-news-insights__arrow:active {
  background-color: transparent !important;
  opacity: 0.5;
}

.enflite-news-insights__slider-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.enflite-news-insights__slider-viewport {
  width: 100%;
  overflow: hidden;
  padding-bottom: 24px;
  margin-bottom: -24px;
}

.enflite-news-insights__slider {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.enflite-news-insights__card {
  flex: 0 0 calc(50% - 10px);
  min-width: 0;
  background: var(--eni-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--eni-shadow);
}
.enflite-news-insights__card:hover .enflite-news-insights__content {
  background: linear-gradient(180deg, #666666 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.enflite-news-insights__card:hover .enflite-news-insights__card-title,
.enflite-news-insights__card:hover .enflite-news-insights__excerpt {
  color: #fff;
}

.enflite-news-insights__card-link-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.enflite-news-insights__image {
  aspect-ratio: 1.875/1;
  background: #ddd;
  overflow: hidden;
}

.enflite-news-insights__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.enflite-news-insights__content {
  padding: 18px 16px 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.enflite-news-insights__card-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.enflite-news-insights__excerpt {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--eni-muted);
}

.enflite-news-insights__readmore {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--eni-accent);
  margin-top: auto;
}

.enflite-news-insights__dots {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 18px;
}

.enflite-news-insights__dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  white-space: normal !important;
}

.enflite-news-insights__dots button.is-active {
  background: rgba(0, 0, 0, 0.6);
}

.enflite-news-insights__card.is-hidden {
  display: none;
}

/* ──────────────────────────────────────────────
   TABLET + MOBILE: Center-anchored category nav
   ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .enflite-news-insights__cat {
    bottom: 50px;
    top: auto;
  }
  /* The viewport — clips the oversized track but shows enough */
  .enflite-news-insights__flightpath {
    height: 120px !important;
    overflow: hidden;
  }
  /* Track width is set dynamically by JS (sizeTouchTrack) */
  .enflite-news-insights__track {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  /* Extend the lines so they're always visible even when track shifts */
  .enflite-news-insights__line,
  .enflite-news-insights__line--secondary {
    width: 200%;
    left: -50%;
  }
  .enflite-news-insights__cat {
    width: 140px !important;
  }
  .enflite-news-insights__cat-label {
    font-size: 13px;
    min-height: 36px;
    white-space: normal !important;
    line-height: 1.2;
  }
  /* Plane stays fixed in horizontal center — JS places it */
  .enflite-news-insights__plane {
    width: 120px;
    z-index: 5;
  }
}
/* ──────────────────────────
   MOBILE-ONLY refinements
   ────────────────────────── */
@media (max-width: 767px) {
  .enflite-news-insights {
    padding: 28px 16px 40px;
  }
  .enflite-news-insights__categories-wrap {
    margin-bottom: 34px;
  }
  .enflite-news-insights__cat {
    width: 110px !important;
  }
  .enflite-news-insights__cat-label {
    font-size: 11px;
    min-height: 32px;
  }
  .enflite-news-insights__plane {
    width: 100px;
  }
  .enflite-news-insights__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .enflite-news-insights__nav {
    align-self: flex-end;
  }
  .enflite-news-insights__slider {
    gap: 16px;
  }
  .enflite-news-insights__card {
    flex: 0 0 100%;
  }
}
.enflite-aircraft-hotspot {
  --enflite-bg: #eef1f2;
  --enflite-card-bg: #ffffff;
  --enflite-text: #000000;
  --enflite-muted: #848484;
  --enflite-accent: #e31b2f;
  --enflite-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  overflow: hidden;
}

.enflite-ah__container {
  max-width: 1245px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.enflite-ah__content {
  flex: 1;
  max-width: 80%;
  position: relative;
  z-index: 2;
  pointer-events: all;
  display: grid;
}

.ah-panel {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ah-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: enfliteFadeIn 0.5s ease forwards;
}

.enflite-ah__content h5 {
  color: #CF0022;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 12px;
}

.enflite-ah__content h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--enflite-text);
  margin-bottom: 24px;
  line-height: 1.1;
}

.enflite-ah__content p {
  font-size: 18px;
  color: #848484;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 32px;
}

/* CARDS */
.ah-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.ah-card {
  background: var(--enflite-card-bg);
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: var(--enflite-shadow);
  display: block;
}

.ah-card strong {
  font-family: "Zalando Sans Expanded", sans-serif;
  display: block;
  color: #2e2e2e;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
  font-weight: 600;
}

.ah-card p {
  font-size: 18px;
  font-weight: 500;
  color: #848484;
  line-height: 30px;
  margin: 0;
}

/* BUTTON */
.ah-button {
  display: inline-block;
  background: var(--enflite-accent);
  color: #fff;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.ah-button:hover {
  background: #c21324;
}

/* RIGHT IMAGE & HOTSPOTS */
.enflite-ah__image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 65%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.ah-image-wrapper {
  position: relative;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.ah-desktop-plane {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ah-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #CF0022;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
  pointer-events: auto;
}

.ah-dot:hover,
.ah-dot.active {
  transform: translate(-50%, -50%) scale(1.2);
}

.ah-pulse {
  content: "";
  position: absolute;
  width: 137px;
  height: 137px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
}

.ah-dot:hover .ah-pulse,
.ah-dot:hover .ah-pulse:before {
  width: 50px;
  height: 50px;
}

.ah-dot.active .ah-pulse {
  border-color: rgba(0, 0, 0, 0.3);
}

.ah-dot .ah-pulse::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ah-svg-canvas {
  position: absolute;
  top: -10%;
  left: -100%;
  width: 250%;
  height: 120%;
  pointer-events: none;
  z-index: 1;
}

/* MOBILE TABS: hidden by default, shown in media query */
.ah-tabs {
  display: none;
}

@keyframes enfliteFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ──────────────────────────────────────────────────
   TABLET + MOBILE: Center-anchored tab nav (≤991px)
   ────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .enflite-aircraft-hotspot {
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 0px;
  }
  .enflite-ah__image {
    display: none;
  }
  .enflite-ah__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  /* Viewport: clips the oversized inner track */
  .ah-tabs {
    display: block;
    order: 1;
    width: 100%;
    position: relative;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* Horizontal rule — always full-width */
  .ah-tabs::after {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    height: 1px;
    left: -50vw;
    top: 50%;
    background: #000;
    opacity: 0.16;
    transform: translateY(-50%);
    z-index: 1;
  }
  /* Inner sliding track — width set dynamically by JS */
  .ah-tabs-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  /* Tab dots — absolutely positioned inside the inner track by JS */
  .ah-tab {
    position: absolute;
    top: calc(50% - 27px) !important;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 35px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    white-space: nowrap;
  }
  .ah-tab .dot {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #CF0022;
    transition: transform 0.3s ease;
  }
  .ah-tab .label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    transition: color 0.25s ease;
  }
  .ah-tab.is-active .label {
    color: #FB153A;
  }
  /* Plane stays fixed at center — parented to ah-tabs, not ah-tabs-inner */
  .ah-plane-indicator {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 110px;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }
  .ah-plane-indicator img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.enflite-timeline {
  overflow: hidden;
  position: relative;
  font-family: "Zalando Sans Expanded", sans-serif;
}
.enflite-timeline__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .enflite-timeline__header {
    margin-bottom: 0px;
  }
}
.enflite-timeline__subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #FB153A;
  margin-bottom: 10px;
}
.enflite-timeline__title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}
.enflite-timeline__desc {
  font-size: 18px;
  color: #848484;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.enflite-timeline__track-wrap {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .enflite-timeline__track-wrap {
    margin-bottom: 0px;
  }
}
.enflite-timeline__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .enflite-timeline__nav {
    display: none;
  }
}
.enflite-timeline__arrow {
  pointer-events: auto;
  background: transparent;
  border: none !important;
  color: #ccc;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enflite-timeline__arrow svg {
  width: 40px;
  height: 75px;
}
.enflite-timeline__arrow svg path {
  fill: #D9D9D9;
}
.enflite-timeline__arrow.is-active svg path {
  fill: #FB153A;
}
.enflite-timeline__arrow:hover, .enflite-timeline__arrow:focus {
  background: transparent !important;
}
.enflite-timeline__arrow:disabled {
  cursor: not-allowed;
  color: #ececec;
}
.enflite-timeline__track {
  position: relative;
  width: calc(100% - 170px);
  margin: 0 auto;
  margin-left: 170px;
  height: 60px;
  display: flex;
  align-items: center;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 768px) {
  .enflite-timeline__track {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .enflite-timeline__track {
    width: 100%;
    margin-left: 0;
    height: 150px;
  }
}
.enflite-timeline__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(243, 243, 243, 0.75) 9.25%, rgba(130, 130, 130, 0.75) 45.99%, rgba(0, 0, 0, 0.75) 60.91%, rgba(121, 121, 121, 0.75) 81.77%, rgba(245, 245, 245, 0.75) 95.91%);
  transform: translateY(-50%);
  z-index: 1;
}
.enflite-timeline__dot-btn {
  position: absolute;
  top: calc(50% + 12px);
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0 !important;
}
.enflite-timeline__dot-btn:hover, .enflite-timeline__dot-btn:focus {
  background: transparent !important;
}
.enflite-timeline__dot-btn:hover .enflite-timeline__year, .enflite-timeline__dot-btn:focus .enflite-timeline__year {
  color: #FB153A;
}
.enflite-timeline__dot-btn.is-active .enflite-timeline__year {
  color: #FB153A;
  font-weight: 700;
}
@media (max-width: 768px) {
  .enflite-timeline__dot-btn {
    transition: none;
    will-change: left;
  }
}
.enflite-timeline__dot {
  width: 11px;
  height: 11px;
  background-color: #FB153A;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.enflite-timeline__dot::before, .enflite-timeline__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 132, 0.2509803922);
  transition: all 0.3s ease;
}
.enflite-timeline__dot::before {
  width: 30px;
  height: 30px;
}
.enflite-timeline__dot::after {
  width: 45px;
  height: 45px;
}
.enflite-timeline__dot:hover {
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 10.1px 3px rgba(0, 0, 0, 0.2509803922);
}
.enflite-timeline__dot:hover::before, .enflite-timeline__dot:hover:after {
  width: 26px;
  height: 26px;
}
.enflite-timeline__year {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.enflite-timeline__plane {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  will-change: left;
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.enflite-timeline__plane img {
  max-width: none;
  height: 75px;
  display: block;
}
@media (max-width: 768px) {
  .enflite-timeline__plane img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .enflite-timeline__plane {
    transition: none;
    will-change: left;
  }
}
.enflite-timeline__content-wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.enflite-timeline__slider {
  margin: 0 -20px;
}
.enflite-timeline__slide {
  padding: 20px;
  outline: none;
  display: none;
}
.enflite-timeline__slide.is-active {
  display: block;
}
.enflite-timeline__slide.slick-slide {
  display: block;
}
@media (max-width: 768px) {
  .enflite-timeline__slide {
    padding: 0px;
  }
}
.enflite-timeline__slide-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .enflite-timeline__slide-inner {
    flex-direction: column-reverse;
    padding: 40px 20px 0;
  }
}
.enflite-timeline__slide-text {
  flex: 1;
  max-width: 665px;
  padding-left: 55px;
  padding-top: 90px;
  border-left: 2px solid #666666;
}
@media (max-width: 768px) {
  .enflite-timeline__slide-text {
    padding: 30px 20px 0;
  }
}
.enflite-timeline__slide-year {
  font-size: 24px;
  color: #FB153A;
  font-weight: 600;
}
.enflite-timeline__slide-title {
  font-size: 20px;
  color: #2E2E2E;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}
.enflite-timeline__slide-desc {
  color: #2E2E2E;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.enflite-timeline__slide-desc p {
  margin-bottom: 15px;
}
.enflite-timeline__slide-desc p:last-child {
  margin-bottom: 0;
}
.enflite-timeline__slide-image-wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .enflite-timeline__slide-image-wrap {
    margin: 0 auto;
  }
}
.enflite-timeline__slide-image {
  width: 445px;
  aspect-ratio: 89/68;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.enflite-timeline__slide-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .enflite-timeline__slide-image {
    width: 100%;
  }
}

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