.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  font-family: var(--font-family);
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 79, 38, 0.4);
  pointer-events: none;
  z-index: 1;
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 450px;
  text-decoration: none;
  color: inherit;
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1232px;
  padding: 2rem 1rem;
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-heading {
  margin: 0 0 0.5em;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-visible .k-parallax-heading {
  opacity: 1;
  transform: translateY(0);
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-heading::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 80px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-visible .k-parallax-heading::after {
  transform: scaleX(1);
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease-out 0.25s, transform 0.6s ease-out 0.25s;
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-visible .k-parallax-description {
  opacity: 1;
  transform: translateY(0);
}

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-description p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .k-parallax-heading,
.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-description {
    opacity: 1;
    transform: none;
    transition: none;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-heading::after {
    transition: none;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-visible .k-parallax-heading::after {
    transform: scaleX(1);
  }
}

@media (min-width: 769px) {
.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax {
    min-height: 600px;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-wrapper {
    min-height: 600px;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-heading {
    font-size: 48px;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-heading::after {
    width: 120px;
    height: 4px;
  }

.cc_1Y5QghZ9ie_Jx7dEdLb2A .k-parallax-description {
    font-size: 18px;
  }
}
