body.zs-about .our-culture-page {
  background: #f4f4f4;
  padding: 3.2rem 0 7rem;
}

body.zs-about .our-culture-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.08);
}

body.zs-about .our-culture-card {
  padding: 7.5rem 8rem;
  text-align: center;
  color: #ffffff;
}

body.zs-about .our-culture-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.zs-about .our-culture-card::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 30%);
}

body.zs-about .our-culture-eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
}

body.zs-about .our-culture-card h2 {
  position: relative;
  font-size: 4.2rem;
  line-height: 1.1;
}

body.zs-about .our-culture-card h2::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.3rem;
  margin: 1.8rem auto 0;
  background: currentColor;
  opacity: 0.8;
}

body.zs-about .our-culture-card p {
  position: relative;
  max-width: 78rem;
  margin: 2rem auto 0;
  font-size: 1.8rem;
  line-height: 1.9;
}

body.zs-about .our-culture-section--history {
  margin-top: 2.8rem;
}

body.zs-about .our-history {
  position: relative;
  overflow: hidden;
  min-height: 88rem;
  padding: 4.4rem 0 5rem 0;
  color: #ffffff;
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.12);
}

body.zs-about .our-history__overlay {
  position: absolute;
  inset: 0;
  background: rgba(76, 84, 84, 0.42);
}

body.zs-about .our-history__head,
body.zs-about .our-history__stage,
body.zs-about .our-history__timeline,
body.zs-about .our-history__arrow {
  position: relative;
  z-index: 1;
}

body.zs-about .our-history__head {
  text-align: center;
}

body.zs-about .our-history__head h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.1;
}

body.zs-about .our-history__head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
}

body.zs-about .our-history__stage {
  position: relative;
  margin: 6.4rem auto 0;
  max-width: 124rem;
}

body.zs-about .our-history__slides {
  position: relative;
  min-height: 24rem;
}

body.zs-about .our-history__slide {
  position: absolute;
  inset: 0;
  display: block;
  padding: 0 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(2.4rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

body.zs-about .our-history__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.zs-about .our-history__year {
  position: absolute;
  left: 7.8rem;
  top: -1.4rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.8rem;
  min-height: 8rem;
  padding: 1.2rem;
  font-size: 2.8rem;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(180deg, #e3b64d 0%, #0075cf 100%);
}

body.zs-about .our-history__content {
  width: 100%;
  min-height: 19rem;
  padding: 3.6rem 3.8rem 3.6rem 15.8rem;
  color: #555555;
  background: rgba(255, 255, 255, 0.88);
}

body.zs-about .our-history__content p {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.95;
}

body.zs-about .our-history__arrow {
  position: absolute;
  top: 9.5rem;
  width: 5rem;
  height: 5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
}

body.zs-about .our-history__arrow::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.3rem solid rgba(255, 255, 255, 0.9);
  border-right: 0.3rem solid rgba(255, 255, 255, 0.9);
}

body.zs-about .our-history__arrow--prev {
  left: 0;
}

body.zs-about .our-history__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

body.zs-about .our-history__arrow--next {
  right: 0;
}

body.zs-about .our-history__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

body.zs-about .our-history__timeline {
  position: absolute;
  inset: auto 9rem 4rem 9rem;
  height: 29rem;
}

body.zs-about .our-history__curve {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

body.zs-about .our-history__curve-shadow,
body.zs-about .our-history__curve-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.zs-about .our-history__curve-shadow {
  display: none;
}

body.zs-about .our-history__curve-line {
  stroke: rgba(255, 255, 255, 0.68);
  stroke-width: 0.32rem;
  stroke-dasharray: 0.8rem 1.2rem;
}

body.zs-about .our-history__dot {
  position: absolute;
  --history-label-x: 0rem;
  --history-label-y: -3rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  background: #0c91f7;
  box-shadow: 0 0 0 0.4rem rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

body.zs-about .our-history__dot::after {
  content: "";
  position: absolute;
  inset: 0.45rem;
  border-radius: 50%;
  background: #ffffff;
}

body.zs-about .our-history__dot.is-active {
  background: #1a67ad;
  box-shadow: 0 0 0 0.55rem rgba(12, 145, 247, 0.22);
}

body.zs-about .our-history__dot-label {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 4.2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.45);
  transform: translate(calc(-50% + var(--history-label-x)), calc(-50% + var(--history-label-y)));
  opacity: 1;
  transition: color 0.25s ease, background-color 0.25s ease, padding 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

body.zs-about .our-history__dot-label::after {
  content: none;
}

body.zs-about .our-history__dot.is-active .our-history__dot-label,
body.zs-about .our-history__dot:hover .our-history__dot-label {
  padding: 0.8rem 1.4rem;
  background: rgba(0, 0, 0, 0.82);
  text-shadow: none;
}

body.zs-about .our-history__dot.is-active .our-history__dot-label::after,
body.zs-about .our-history__dot:hover .our-history__dot-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border: 0.7rem solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  transform: translateX(-50%);
}

body.zs-about .our-history__dot[data-history-dot="0"] {
  left: 89%;
  bottom: 22.8rem;
  --history-label-x: 0.4rem;
  --history-label-y: -0.4rem;
}

body.zs-about .our-history__dot[data-history-dot="1"] {
  left: 10%;
  bottom: 2.9rem;
  --history-label-x: -1.4rem;
  --history-label-y: 0.1rem;
}

body.zs-about .our-history__dot[data-history-dot="2"] {
  left: 21%;
  bottom: 8.9rem;
  --history-label-x: -0.4rem;
  --history-label-y: -0.4rem;
}

body.zs-about .our-history__dot[data-history-dot="3"] {
  left: 34%;
  bottom: 7.4rem;
  --history-label-x: -0.3rem;
  --history-label-y: 0.2rem;
}

body.zs-about .our-history__dot[data-history-dot="4"] {
  left: 48%;
  bottom: 14.1rem;
  --history-label-x: 0.2rem;
  --history-label-y: -0.4rem;
}

body.zs-about .our-history__dot[data-history-dot="5"] {
  left: 64%;
  bottom: 10.7rem;
  --history-label-x: 0.5rem;
  --history-label-y: -0.2rem;
}

body.zs-about .our-history__dot[data-history-dot="6"] {
  left: 76%;
  bottom: 17.6rem;
  --history-label-x: 0.6rem;
  --history-label-y: -0.3rem;
}

@media (max-width: 991px) {
  body.zs-about .our-culture-card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  body.zs-about .our-culture-card h2 {
    font-size: 3.2rem;
  }

  body.zs-about .our-history {
    min-height: auto;
    padding: 3.6rem 2.4rem 3.2rem;
  }

  body.zs-about .our-history__head h2 {
    font-size: 3.8rem;
  }

  body.zs-about .our-history__arrow--prev {
    left: 1.6rem;
  }

  body.zs-about .our-history__arrow--next {
    right: 1.6rem;
  }

  body.zs-about .our-history__slide {
    padding: 0 4.2rem;
  }

  body.zs-about .our-history__year {
    left: 5.2rem;
    top: -1rem;
    width: 9.2rem;
    min-height: 7rem;
    font-size: 2.4rem;
  }

  body.zs-about .our-history__content {
    padding: 2.8rem 2.8rem 2.8rem 12rem;
  }

  body.zs-about .our-history__timeline {
    position: relative;
    inset: auto;
    height: 10rem;
    margin-top: 2.6rem;
  }

  body.zs-about .our-history__curve-shadow {
    stroke-width: 0.8rem;
  }

  body.zs-about .our-history__curve-line {
    stroke-width: 0.26rem;
  }

  body.zs-about .our-history__dot[data-history-dot="0"] {
    left: 90%;
    bottom: 8.4rem;
    --history-label-x: 0.2rem;
    --history-label-y: -0.1rem;
  }

  body.zs-about .our-history__dot[data-history-dot="1"] {
    left: 9%;
    bottom: 1.2rem;
    --history-label-x: -0.8rem;
    --history-label-y: 0.1rem;
  }

  body.zs-about .our-history__dot[data-history-dot="2"] {
    left: 22%;
    bottom: 4.3rem;
    --history-label-x: -0.2rem;
    --history-label-y: -0.2rem;
  }

  body.zs-about .our-history__dot[data-history-dot="3"] {
    left: 35%;
    bottom: 3.8rem;
    --history-label-x: 0rem;
    --history-label-y: 0rem;
  }

  body.zs-about .our-history__dot[data-history-dot="4"] {
    left: 49%;
    bottom: 6rem;
    --history-label-x: 0rem;
    --history-label-y: -0.2rem;
  }

  body.zs-about .our-history__dot[data-history-dot="5"] {
    left: 64%;
    bottom: 4.8rem;
    --history-label-x: 0.2rem;
    --history-label-y: -0.1rem;
  }

  body.zs-about .our-history__dot[data-history-dot="6"] {
    left: 77%;
    bottom: 6.6rem;
    --history-label-x: 0.3rem;
    --history-label-y: -0.2rem;
  }
}

@media (max-width: 767px) {
  body.zs-about .our-culture-page {
    padding: 2.4rem 0 5rem;
  }

  body.zs-about .our-culture-card {
    padding: 4.2rem 2rem;
  }

  body.zs-about .our-culture-card p {
    font-size: 1.5rem;
  }

  body.zs-about .our-culture-eyebrow {
    letter-spacing: 0.18rem;
  }

  body.zs-about .our-history {
    min-height: auto;
    padding: 4rem 0 3.2rem;
  }

  body.zs-about .our-history__head h2 {
    padding-bottom: 1.6rem;
    font-size: 2.8rem;
  }

  body.zs-about .our-history__head h2::after {
    width: 4.6rem;
  }

  body.zs-about .our-history__stage {
    margin-top: 4rem;
  }

  body.zs-about .our-history__slides {
    min-height: 41rem;
  }

  body.zs-about .our-history__slide {
    padding: 0 1.8rem;
  }

  body.zs-about .our-history__year {
    left: 1.8rem;
    top: 1rem;
    width: 10.8rem;
    min-height: 8.2rem;
    font-size: 2rem;
  }

  body.zs-about .our-history__content {
    width: 100%;
    min-height: auto;
    padding: 10.2rem 2.2rem 3.2rem;
    background: rgba(255, 255, 255, 0.9);
  }

  body.zs-about .our-history__content p {
    font-size: 1.2rem;
    line-height: 1.65;
  }

  body.zs-about .our-history__arrow {
    display: none;
  }

  body.zs-about .our-history__timeline {
    height: auto;
    padding-bottom: 0;
  }

  body.zs-about .our-history__curve {
    display: none;
  }

  body.zs-about .our-history__timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2.2rem;
    overflow: visible;
  }

  body.zs-about .our-history__dot {
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
    transform: none;
  }

  body.zs-about .our-history__dot::after {
    content: none;
  }

  body.zs-about .our-history__dot.is-active {
    background: #8cc63f;
    box-shadow: none;
  }

  body.zs-about .our-history__dot-label {
    display: none;
  }

  body.zs-about .our-history__dot-label::after {
    content: none;
  }
}
