.s-journey {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #030832;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s-journey .s-journey-top {
  margin-top: 160px;
}
.s-journey .s-journey-bottom {
  background: linear-gradient(180deg, #030832 0.06%, #002795 99.94%);
  padding-bottom: 40px;
}

.s-journey__pin {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.moon-container {
  height: 200px;
  position: relative;
}
.moon-container img {
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 950px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-journey__left {
  display: grid;
  max-width: 500px;
}

.s-journey__group {
  grid-area: 1/1;
  align-self: start;
}

.s-journey__group--to {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .s-journey__group--to {
    margin-top: 30px;
  }
}
.s-journey__year-toggle {
  display: none;
}

.s-journey__title {
  margin: 0 0 var(--gap-20, 20px);
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h1-font-size, 40px);
  font-weight: var(--heading-semibold-font-weight, 600);
  line-height: 1.2;
}

.s-journey__lead {
  margin: 0 0 10px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h4-font-size, 24px);
  font-weight: var(--body-semibold-font-weight, 600);
  line-height: 1.2;
}

.s-journey__desc {
  margin: 0;
  max-width: 500px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-regular-font-weight, 400);
  line-height: 1.6;
}

.s-journey__desc strong {
  font-weight: 700;
}

.s-journey__year {
  position: relative;
  flex-shrink: 0;
}

.s-journey__year-num {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 195px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  --year-top: #022878;
  --year-bottom: #ffffff;
  background-image: linear-gradient(180deg, var(--year-top) 16%, #ffffff 54%, var(--year-bottom) 91%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -50px;
}

.s-journey__glow {
  position: relative;
  width: 800px;
  height: 300px;
  overflow: hidden;
  margin-left: auto;
}
.s-journey__glow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-journey__glow .s-journey__glow-el:nth-of-type(1) {
  z-index: 1;
}
.s-journey__glow .s-journey__glow-el:nth-of-type(2) {
  z-index: 2;
}
.s-journey__glow .s-journey__glow-el:nth-of-type(3) {
  z-index: 3;
}
.s-journey__glow .s-journey__glow-el:nth-of-type(4) {
  z-index: 4;
  top: 9px;
}

.s-journey__slides {
  position: relative;
  z-index: 2;
  width: 100%;
}

.s-journey__slides--mobile {
  display: none;
}

.s-slide-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.s-slide-card {
  position: relative;
  display: block;
  flex: 1 1 355px;
  max-width: 355px;
  height: 150px;
  overflow: visible;
  border-radius: 15px;
  text-decoration: none;
}
.s-slide-card .s-slide-card__scrim,
.s-slide-card .s-slide-card__bg {
  border-radius: 14px;
}
.s-slide-card .s-slide-card__glow {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.s-slide-card .div-zoom-img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  clip-path: circle(100% at center);
  -webkit-clip-path: circle(100% at center);
  position: absolute;
  border-radius: 15px;
}
.s-slide-card .div-zoom-img img {
  transition: all 0.6s;
}

.s-slide-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-slide-quote__container {
  display: flex;
}

.s-slide-quote-divider_container {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: visible;
  pointer-events: none;
}
.s-slide-quote-divider_container .s-slide-quote__divider-glow,
.s-slide-quote-divider_container .s-slide-quote__divider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.s-slide-quote-divider_container .s-slide-quote__divider {
  top: -30px;
}
.s-slide-quote-divider_container .s-slide-quote__divider-glow {
  top: -350px;
}

.s-slide-card--1 .s-slide-card__bg {
  -o-object-position: 70% center;
     object-position: 70% center;
}

.s-slide-card--2 .s-slide-card__bg {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.s-slide-card--3 .s-slide-card__bg {
  -o-object-position: center center;
     object-position: center center;
}

.s-slide-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 65%);
}

.s-slide-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  height: 100%;
  width: 160px;
  margin-left: 20px;
}

.s-slide-card__title {
  margin: 0;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-semibold-font-weight, 600);
  line-height: 1.4;
}

.s-slide-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-mono-7, #ffffff);
  font-size: 12px;
  font-weight: var(--body-semibold-font-weight, 600);
  line-height: 1.2;
}

.s-slide-card__link svg {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
}

.s-slide-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding-bottom: 25px;
}

.s-slide-quote__mark {
  width: 30px;
  height: auto;
  margin-bottom: 5px;
}

.s-slide-quote__title {
  margin: 0;
  max-width: 772px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h2-font-size, 32px);
  font-weight: var(--heading-semibold-font-weight, 600);
  line-height: 1.2;
}

.s-slide-quote__desc {
  margin: 0;
  max-width: 772px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--h5-font-size, 18px);
  font-weight: var(--body-medium-font-weight, 500);
  line-height: 1.2;
}

.s-slide-quote__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: var(--color-mono-7, #ffffff);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-semibold-font-weight, 600);
  text-decoration: none;
  margin-bottom: 10px;
}

.s-slide-quote__more svg {
  width: 18px;
  height: 18px;
}

.s-slide-quote__divider {
  height: auto;
  margin-top: 20px;
}

.s-journey__slides-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.s-journey__slides-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  color: var(--color-mono-7, #ffffff);
  cursor: pointer;
}

.s-journey__slides-arrow svg {
  width: 10px;
  height: 10px;
}

.s-journey__slides-arrow--prev svg {
  transform: rotate(180deg);
}

.s-journey__slides-nav .s-journey__slides-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 10px;
  margin: 0;
}

.s-journey__slides-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: var(--color-mono-5, #f2f2f2);
  cursor: pointer;
  transition: background-color 0.2s ease, width 0.2s ease;
}

.s-journey__slides-dot.is-active {
  background: var(--color-brand-orange, #f7941f);
}

.bg-line-glow {
  position: absolute;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
  width: 100%;
  top: 0%;
  pointer-events: none;
}

/* LINE */
.bg-line-glow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

/* GLOW */
.bg-line-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 145px;
  transform: translateX(-50%);
  width: 300px;
  height: 100px;
  opacity: 0.6;
  background: radial-gradient(43.42% 43.42% at 50% 0%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(4px);
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .s-slide-card__glow {
    top: 40px !important;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1024px) {
  .s-slide-card__glow {
    top: 20px !important;
  }
}
@media (max-width: 768px) {
  .s-journey {
    gap: 60px;
  }
  .s-slide-card .s-slide-card__glow {
    -o-object-fit: none;
       object-fit: none;
    border-radius: 15px;
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 186px;
  }
  .s-journey .s-journey-top {
    position: relative;
    margin-top: 60px;
  }
  .moon-container {
    width: 100%;
    height: 1px;
    z-index: -1;
  }
  .moon-container img {
    max-width: 120%;
    position: absolute;
    bottom: auto;
    right: auto;
    left: 50%;
    top: -10px;
    transform: translate(-50.51%, -58.62%);
  }
  .s-journey__pin {
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-20, 20px);
  }
  .s-journey__year {
    align-self: stretch;
    text-align: center;
  }
  .s-journey__year-num {
    font-size: 80px;
    margin-top: 0;
  }
  .s-journey__left {
    display: grid;
    gap: var(--gap-20, 20px);
    max-width: none;
    margin-top: 120px;
  }
  .s-journey__group {
    grid-area: 1/1;
    align-self: start;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .s-journey__group.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .s-journey__year-toggle {
    display: flex;
    grid-row: 2;
    gap: 10px;
    margin-top: var(--gap-20, 20px);
  }
  .s-journey__year-toggle-btn {
    position: relative;
    overflow: hidden;
    padding: 4px 19px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--body-font-size, 16px);
    font-weight: var(--body-semibold-font-weight, 600);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
  }
  .s-journey__year-toggle-btn span {
    color: var(--Mono-Mono---7, #FFF);
    font-feature-settings: "liga" off, "clig" off;
    /* Body 16/Semibold */
    font-family: var(--Font-name, Inter);
    font-size: var(--font-size-base-body-161-rem, 16px);
    font-style: normal;
    font-weight: var(--Font-weight-Semibold, 600);
    line-height: 160%;
    /* 25.6px */
  }
  .s-journey__year-toggle-btn.is-active {
    border-color: #ffffff;
    color: #ffffff;
  }
  .s-journey__year-toggle-label {
    position: relative;
    z-index: 1;
  }
  .s-journey__year-toggle-fill {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.35);
    transform: scaleX(0);
    transform-origin: left center;
  }
  .s-journey__year-toggle-btn.is-active .s-journey__year-toggle-fill {
    animation: s-journey-toggle-fill var(--fill-duration, 5s) linear forwards;
  }
  @keyframes s-journey-toggle-fill {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .s-journey__title {
    font-size: var(--font-size-heading-large-2, 32px);
  }
  .s-journey__lead {
    font-size: var(--h5-font-size, 20px);
  }
  .s-journey__desc {
    max-width: none;
  }
  .s-journey__slides--desktop {
    display: none;
  }
  .s-journey__slides--mobile {
    display: block;
  }
  .s-journey__slides--mobile .s-slide-card {
    flex: none;
    width: 100%;
    max-width: none;
    height: 150px;
  }
  .s-journey__slides--mobile .s-slide-quote {
    width: 100%;
    padding-bottom: 0px;
    gap: 0;
    height: 150px;
    justify-content: center;
  }
  .s-journey__slides--mobile .s-slide-quote .s-slide-quote__more {
    color: var(--Mono-Mono---7, white);
    font-size: 14px;
    font-family: Inter;
    font-weight: 600;
    line-height: 16.8px;
    word-wrap: break-word;
  }
  .s-journey__slides--mobile .s-slide-quote .s-slide-quote__more,
  .s-journey__slides--mobile .s-slide-quote .s-slide-quote__desc,
  .s-journey__slides--mobile .s-slide-quote .s-slide-quote__container {
    margin-top: 10px;
  }
  .s-slide-quote__title {
    font-size: var(--font-size-heading-title-3, 20px);
  }
  .s-slide-quote__desc {
    font-size: var(--small-font-size, 14px);
  }
  .s-slide-quote__divider {
    max-width: 90%;
  }
}
@media (min-width: 769px) {
  .s-slide-quote__container {
    padding-top: 10px;
    margin-top: 13px;
  }
  .s-slide-quote__container svg.s-slide-quote__mark {
    margin-right: 10px;
    position: relative;
    top: -10px;
  }
  .s-slide-card .s-slide-card__glow {
    top: 2px;
    transform: scale(0.94);
  }
  .s-journey-bottom .s-slide-cards a:hover .div-zoom-img img {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=style-section-2.css.map */