/* .hc-2025-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hc-2025-hero .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 33.33vw;
  margin: 0 auto;
  padding: 0;
}
.hc-2025-hero .wrapper .content {
  display: block;
  padding: 16px;
}
.hc-2025-hero .wrapper .content .title {
  font-size: 3rem;
} */


h1 {
  color: inherit;
}
p {
  color: inherit;
}
ul li {
  font-size: inherit;
}


/* Hero Section */
.hc-2025-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hc-2025-hero .bg-color {
  width: 100%;
  height: 100%;
  background: rgba(215, 209, 203, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hc-2025-hero .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  min-height: 33.33vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/* .hc-2025-hero .wrapper.left {
  text-shadow: none;
}
.hc-2025-hero .wrapper.center {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 3px 16px rgba(22, 22, 22, 0.75);
} */
.hc-2025-hero .wrapper .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hc-2025-hero .wrapper .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-2025-hero .container-wrapper {
  width: 100%;
  padding: 0 16px;
  position: relative;
}
.hc-2025-hero .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.hc-2025-hero .container .bg {
  width: 100%;
  height: 100%;
  background: rgba(215, 209, 203, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.hc-2025-hero .container.left {
  text-shadow: none;
}
.hc-2025-hero .container.center {
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 3px 16px rgba(22, 22, 22, 0.75);
}
.hc-2025-hero .container .content {
  display: block;
  padding: 8px;
  position: relative;
  z-index: 2;
}
.hc-2025-hero .container.left .content {
  margin-top: -32px;
}
.hc-2025-hero .container.left .content .border {
  padding: 16px;
  border: 1px solid var(--hc-white);
}
.hc-2025-hero .container .content .eyebrow {
  font-size: 1rem;
  margin-bottom: 0;
}
.hc-2025-hero .container .content .title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Sohne', sans-serif;
  margin-bottom: 0;
}
.hc-2025-hero .container .content .blurb {
  font-size: 1.25rem;
  margin-top: 8px;
  margin-bottom: 0;
}

@media(min-width: 900px) {
  .hc-2025-hero .wrapper {
    min-height: 25vw;
  }
  .hc-2025-hero .container.left .content {
    margin-top: -56px;
  }
  .hc-2025-hero .container .content .title {
    font-size: 3rem;
  }
}


/* Breadcrumbs */
.hc-2025-breadcrumbs {
  width: 100%;
  margin: 0;
  padding: 16px;
  background: rgba(215, 209, 203, 0.5);
  border-bottom: 1px solid var(--hc-warm-gray);
  position: relative;
}
.hc-2025-breadcrumbs .wrapper {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.hc-2025-breadcrumbs .wrapper .breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

/* Journey Step */
.hc-v2-journey-step {
  width: 100%;
  margin: 0;
  padding: 0 16px;
  position: relative;
}
.hc-v2-journey-step.gray {
  background: rgba(215, 209, 203, 0.5);
}
.hc-v2-journey-step .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.hc-v2-journey-step .wrapper .image {
  flex: 1 1 50%;
}
.hc-v2-journey-step .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.hc-v2-journey-step .wrapper .content {
  flex: 1 1 50%;
  font-size: 1rem;
}
.hc-v2-journey-step .wrapper .content .title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Sohne', sans-serif;
}
.hc-v2-journey-step .wrapper .content .accordion {
  display: block;
  width: 100%;
  margin: 4px 0;
  position: relative;
  z-index: 2;
}
.hc-v2-journey-step .wrapper .content .accordion .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: var(--hc-white);
  border: 1px solid var(--hc-black);
  cursor: pointer;
  transition: all 0.25s ease;
}
.hc-v2-journey-step .wrapper .content .accordion .name:first-child {
  border: 1px solid var(--hc-black);
}
.hc-v2-journey-step .wrapper .content .accordion .name .label {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 1rem;
  font-family: 'Sohne', sans-serif; 
  font-weight: 600;
  background: none;
  cursor: inherit;
}
.hc-v2-journey-step .wrapper .content .accordion .name .fa-solid {
  transition: all 0.25s ease;
}
.hc-v2-journey-step .wrapper .content .accordion .desc {
  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: all 0.25s ease;
}
.hc-v2-journey-step .wrapper .content .accordion .desc .hc-v2-buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.hc-v2-journey-step .wrapper .content .accordion .desc .hc-v2-buttons a {
  width: auto;
}

/* Full Width */
.hc-v2-journey-step.full .wrapper {
  display: block;
}
.hc-v2-journey-step.full .wrapper .title {
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Sohne', sans-serif;
  text-align: center;
}
.hc-v2-journey-step.full .wrapper .title span {
  display: inline-block;
  padding: 8px 32px;
}
.hc-v2-journey-step.full .wrapper .image {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.hc-v2-journey-step.full .wrapper .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hc-v2-journey-step.full .wrapper .content {
  width: 100%;
  max-width: 900px;
  margin: 16px auto 0 auto;
  color: var(--hc-black);
}
/* .hc-v2-journey-step.full .wrapper .content p:last-child{
  margin-bottom: 0;
} */

/* Accordion Open State */
.hc-v2-journey-step .wrapper .content .accordion.open .name {
  color: var(--hc-white);
  background: var(--hc-black);
  border-color: var(--hc-black);
}
.hc-v2-journey-step .wrapper .content .accordion.open .name .fa-solid {
  transform: rotate(180deg);
}
.hc-v2-journey-step .wrapper .content .accordion.open .desc {
  height: auto;
  max-height: 400px;
  padding: 16px;
  border: 1px solid var(--hc-warm-gray);
  overflow: auto;
}

@media(min-width: 760px) {
  .hc-v2-journey-step .wrapper {
    flex-flow: row nowrap;
  }
  .hc-v2-journey-step.alt .wrapper {
    flex-flow: row-reverse nowrap;
  }
  /* .hc-v2-journey-step.full .wrapper .content {
    margin: -128px auto 0 auto;
  } */
  .hc-v2-journey-step .wrapper .content .accordion .name .label {
    font-size: 1.2rem;
  }
}
@media(min-width: 900px) {
  .hc-v2-journey-step .wrapper .content .accordion:hover .name {
    color: var(--hc-white);
    background: var(--hc-red);
    border-color: var(--hc-red);
  }
}

/* Journey Lines & Indicator */
.hc-v2-journey-steps {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hc-v2-journey-steps .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: -1px auto;
  color: var(--hc-white);
  font-size: 1.25rem;
  background: var(--hc-red);
  border-radius: 50%;
  position: relative;
}
.hc-v2-journey-steps .line {
  width: 8px;
  height: 32px;
  margin: 0 auto;
  background: var(--hc-red);
  position: relative;
}
.hc-v2-journey-steps .line.short {
  height: 16px;
}
.hc-v2-journey-steps .line.tall {
  height: 64px;
}
.hc-v2-journey-steps .line.left {
  transform: translateX(calc(-128px + 4px));
}
.hc-v2-journey-steps .line.right {
  transform: translateX(calc(128px - 4px));
}
.hc-v2-journey-steps .left-turn {
  width: 256px;
  height: 0;
  margin: 0 auto;
  background: var(--hc-red);
  position: relative;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: 8px solid var(--hc-red);
}
.hc-v2-journey-steps .left-turn.from-center {
  width: 132px;
  transform: translateX(calc(-50% + 4px));
}
.hc-v2-journey-steps .left-turn.to-center {
  width: 132px;
  transform: translateX(calc(50% - 4px));
}
.hc-v2-journey-steps .right-turn {
  width: 256px;
  height: 0;
  margin: 0 auto;
  background: var(--hc-red);
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 8px solid var(--hc-red);
}

@media(min-width: 760px) {
  .hc-v2-journey-steps .indicator {
    width: 64px;
    height: 64px;
    font-size: 1.5rem;
  }
  .hc-v2-journey-steps .line {
    height: 64px;
  }
  .hc-v2-journey-steps .line.short {
    height: 32px;
  }
  .hc-v2-journey-steps .line.tall {
    height: 128px;
  }
  .hc-v2-journey-steps .line.left {
    transform: translateX(calc(-320px + 4px));
  }
  .hc-v2-journey-steps .line.right {
    transform: translateX(calc(320px - 4px));
  }
  .hc-v2-journey-steps .left-turn,
  .hc-v2-journey-steps .right-turn {
    width: 640px;
  }
  .hc-v2-journey-steps .left-turn.from-center {
    width: 324px;
    transform: translateX(calc(-50% + 4px));
  }
  .hc-v2-journey-steps .left-turn.to-center {
    width: 324px;
    transform: translateX(calc(50% - 4px));
  }
}