/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/our-journey-section/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Alteia Our Journey Section block — frontend styles.
 */
/**
 * Shared CTA pill button: layout, arrow motion, and pill chrome.
 *
 * Hover background defaults to --alteia-cta-button-hover-bg (set per multisite).
 *
 * Hover modes ($hover):
 * - false       Color-only hover when $hover-background is set / site default via modifiers
 * - 'lift'      opacity 0.92 + translateY + box-shadow
 * - 'lift-soft' opacity 0.96 + translateY + box-shadow
 * - 'fade'      opacity 0.92 + translateY (no shadow)
 * - 'translate' translateY only
 */
/**
 * Shared View All pill button styles for post blocks.
 */
.wp-block-alteia-our-journey-section.alteia-our-journey-section {
  background-color: #f0f6f5;
  background-color: var(--alteia-our-journey-section-bg, var(--wp--preset--color--primary-light, #f0f6f5));
  color: #0a4f55;
  color: var(--alteia-our-journey-section-text-color, var(--wp--preset--color--primary, #0a4f55));
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  margin: var(--alteia-our-journey-section-margin, 0);
  box-sizing: border-box;
}

.alteia-our-journey-section__wrapper {
  width: 100%;
  max-width: 1140px;
  max-width: var(--wp--style--global--content-size, 1140px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 80px 0;
  padding: var(--alteia-our-journey-section-padding, 80px 0);
  padding-left: 20px;
  padding-left: var(--wp--preset--spacing--section-horizontal, 20px);
  padding-right: 20px;
  padding-right: var(--wp--preset--spacing--section-horizontal, 20px);
}

.alteia-our-journey-section__header {
  margin-bottom: max(2rem, min(4vw, 3rem));
}

.alteia-our-journey-section__heading:empty {
  display: none;
  margin: 0;
}
.alteia-our-journey-section__heading h2 {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(2rem, min(4vw, 3.5rem));
  font-weight: 600;
  line-height: 1.25;
  color: #0a4f55;
  color: var(--alteia-our-journey-section-heading-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-our-journey-section__sub-heading {
  margin-top: max(0.75rem, min(2vw, 1.25rem));
}
.alteia-our-journey-section__sub-heading:empty {
  display: none;
  margin: 0;
}
.alteia-our-journey-section__sub-heading p {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #0a4f55;
  color: var(--alteia-our-journey-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-our-journey-section__slider-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: max(2rem, min(4vw, 3rem));
}

.alteia-our-journey-section__slide-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
  align-items: start;
}

.wp-block-alteia-our-journey-section.alteia-our-journey-section.alteia-our-journey-section--swap .alteia-our-journey-section__content-area {
  order: 2;
}

.wp-block-alteia-our-journey-section.alteia-our-journey-section.alteia-our-journey-section--swap .alteia-our-journey-section__media-area {
  order: 1;
}

.alteia-our-journey-section__content-area {
  position: relative;
  min-height: auto;
  min-height: var(--alteia-journey-content-min-height, auto);
  padding-bottom: 3.5rem;
  transition: min-height 0.3s ease;
  height: 100%;
}

.alteia-our-journey-section__content-area--editor {
  padding-bottom: 3.5rem;
}

.alteia-our-journey-section__content-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: max(1rem, min(2vw, 1.5rem));
  padding-bottom: 3.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.alteia-our-journey-section__content-panel--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.alteia-our-journey-section__content-panel--leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.alteia-our-journey-section__content-area--editor .alteia-our-journey-section__content-panel {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.alteia-our-journey-section__slide-title:empty {
  display: none;
}
.alteia-our-journey-section__slide-title h3 {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(1.25rem, min(2.5vw, 1.5rem));
  font-weight: 600;
  line-height: 1.3;
  color: #0a4f55;
  color: var(--alteia-our-journey-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-our-journey-section__slide-description p {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(1rem, min(1.5vw, 1.125rem));
  font-weight: 400;
  line-height: 1.65;
  color: #0a4f55;
  color: var(--alteia-our-journey-section-text-color, var(--wp--preset--color--primary, #0a4f55));
}

.alteia-our-journey-section__media-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.alteia-our-journey-section__slider {
  width: 100%;
  overflow: hidden;
}

.alteia-our-journey-section__slider.splide {
  position: relative;
}

.alteia-our-journey-section__slider .splide__track {
  transition: height 0.3s ease;
}
.alteia-our-journey-section__slider .splide__list {
  display: flex;
  align-items: flex-start;
}

.alteia-our-journey-section__slider-slide,
.alteia-our-journey-section__slider .splide__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  list-style: none;
}

.alteia-our-journey-section__slide-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.alteia-our-journey-section__slide-cta-wrap {
  margin-top: 0.25rem;
}

body .alteia-our-journey-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .alteia-our-journey-section__cta .alteia-cta-button__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  opacity: 0.9;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease;
}
body .alteia-our-journey-section__cta .alteia-cta-button__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
body .alteia-our-journey-section__cta:hover .alteia-cta-button__arrow, body .alteia-our-journey-section__cta:focus-visible .alteia-cta-button__arrow {
  transform: translateX(4px);
  opacity: 1;
}
body .alteia-our-journey-section__cta {
  margin: 0;
  padding: 0.5rem 1.5rem;
  min-width: 180px;
  border: 0;
  border-radius: 2rem;
  color: #ffffff;
  background-color: #33817d;
  background-color: var(--wp--preset--color--primary-teal-light, #33817d);
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(0.875rem, min(2vw, 1rem));
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
body .alteia-our-journey-section__cta span {
  color: inherit;
}
body .alteia-our-journey-section__cta:hover, body .alteia-our-journey-section__cta:focus-visible {
  opacity: 0.92;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  background-color: #33817d;
  background-color: var(--alteia-cta-button-hover-bg, var(--wp--preset--color--primary-teal-light, #33817d));
}

body .alteia-our-journey-section__cta--green:hover, body .alteia-our-journey-section__cta--green:focus-visible {
  background-color: #33817d;
  background-color: var(--alteia-cta-button-hover-bg, var(--wp--preset--color--primary-teal-light, #33817d));
}

.alteia-our-journey-section__slider-controls {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: calc(50% - 36px);
  z-index: 2;
}

.wp-block-alteia-our-journey-section.alteia-our-journey-section.alteia-our-journey-section--swap .alteia-our-journey-section__slider-controls {
  left: auto;
  right: 24px;
}

.alteia-our-journey-section__slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  background-color: #33817d;
  background-color: var(--wp--preset--color--primary-teal-light, #33817d);
  transition: background-color 0.25s ease;
}
.alteia-our-journey-section__slider-arrow:hover, .alteia-our-journey-section__slider-arrow:focus-visible {
  background-color: #6dbe45;
  background-color: var(--alteia-interactive-hover-color, var(--wp--preset--color--primary-green, #6dbe45));
  outline: none;
}
.alteia-our-journey-section__slider-arrow span {
  width: 1rem;
  height: 1rem;
  display: table;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alteia-our-journey-section__slider-arrow--prev:hover span, .alteia-our-journey-section__slider-arrow--prev:focus-visible span {
  transform: translateX(-4px);
}
.alteia-our-journey-section__slider-arrow--next:hover span, .alteia-our-journey-section__slider-arrow--next:focus-visible span {
  transform: translateX(4px);
}

.alteia-our-journey-section__progress {
  margin-top: max(1.5rem, min(3vw, 2.5rem));
}

.alteia-our-journey-section__progress-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.alteia-our-journey-section__progress-scroll::-webkit-scrollbar {
  display: none;
}

.alteia-our-journey-section__progress-track {
  position: relative;
  min-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.alteia-our-journey-section__progress-line,
.alteia-our-journey-section__progress-fill {
  position: absolute;
  top: calc(0.5rem + 7px);
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
}

.alteia-our-journey-section__progress-line {
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #d7dfdf;
  background-color: var(--alteia-our-journey-section-progress-line, #d7dfdf);
}

.alteia-our-journey-section__progress-fill {
  z-index: 1;
  background-color: #42807d;
  background-color: var(--alteia-our-journey-section-progress-active, #42807d);
  transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.alteia-our-journey-section__progress-points {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  min-width: 100%;
}

.alteia-our-journey-section__progress-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.alteia-our-journey-section__progress-dot {
  position: relative;
  z-index: 2;
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #9da5a6;
  background-color: var(--alteia-our-journey-section-progress-inactive, #9da5a6);
  box-shadow: 0 0 0 4px #f0f6f5;
  box-shadow: 0 0 0 4px var(--alteia-our-journey-section-bg, var(--wp--preset--color--primary-light, #f0f6f5));
  transition: background-color 0.35s ease, transform 0.35s ease;
}

.alteia-our-journey-section__progress-point--passed .alteia-our-journey-section__progress-dot {
  background-color: #42807d;
  background-color: var(--alteia-our-journey-section-progress-active, #42807d);
}

.alteia-our-journey-section__progress-point--active .alteia-our-journey-section__progress-dot {
  transform: scale(1.15);
}

.alteia-our-journey-section__progress-label {
  font-family: "SourceSansPro", sans-serif;
  font-family: var(--wp--preset--font-family--source-sans-pro, "SourceSansPro", sans-serif);
  font-size: max(1.125rem, min(1.5vw, 1.25rem));
  font-weight: 600;
  line-height: 1.2;
  color: #9da5a6;
  color: var(--alteia-our-journey-section-progress-inactive, #9da5a6);
  white-space: nowrap;
  transition: color 0.35s ease;
}

.alteia-our-journey-section__progress-point--passed .alteia-our-journey-section__progress-label {
  color: #42807d;
  color: var(--alteia-our-journey-section-progress-active, #42807d);
}

.alteia-our-journey-section__progress-point--active .alteia-our-journey-section__progress-label {
  font-weight: 600;
}

.alteia-our-journey-section__progress-point:hover .alteia-our-journey-section__progress-label,
.alteia-our-journey-section__progress-point:focus-visible .alteia-our-journey-section__progress-label {
  color: #42807d;
  color: var(--alteia-our-journey-section-progress-active, #42807d);
}

.alteia-our-journey-section__progress-point:focus-visible {
  outline: 2px solid #42807d;
  outline: 2px solid var(--alteia-our-journey-section-progress-active, #42807d);
  outline-offset: 4px;
  border-radius: 4px;
}

.alteia-our-journey-section__slider .splide__pagination,
.alteia-our-journey-section__slider .splide__arrows {
  display: none !important;
}

@media (max-width: 767px){
  .alteia-our-journey-section__sub-heading p {
    font-size: 16px;
  }
  .alteia-our-journey-section__slider-card {
    padding: 16px;
  }
  .alteia-our-journey-section__slide-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .alteia-our-journey-section__content-area,
  .alteia-our-journey-section__media-area {
    order: initial !important;
  }
  .alteia-our-journey-section__media-area {
    order: 1 !important;
  }
  .alteia-our-journey-section__content-area {
    order: 2 !important;
    min-height: auto;
    padding-bottom: 0;
  }
  .alteia-our-journey-section__content-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-bottom: 0;
    justify-content: flex-start;
  }
  .alteia-our-journey-section__content-panel[hidden] {
    display: none !important;
  }
  .alteia-our-journey-section__slider-controls {
    position: static;
    width: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 0.25rem;
  }
  .wp-block-alteia-our-journey-section.alteia-our-journey-section.alteia-our-journey-section--swap .alteia-our-journey-section__slider-controls {
    left: auto;
    right: auto;
  }
  .alteia-our-journey-section__progress-scroll {
    margin-left: calc(-1 * 20px);
    margin-left: calc(-1 * var(--wp--preset--spacing--section-horizontal, 20px));
    margin-right: calc(-1 * 20px);
    margin-right: calc(-1 * var(--wp--preset--spacing--section-horizontal, 20px));
    padding-left: 20px;
    padding-left: var(--wp--preset--spacing--section-horizontal, 20px);
    padding-right: 20px;
    padding-right: var(--wp--preset--spacing--section-horizontal, 20px);
  }
  .alteia-our-journey-section__progress-track {
    min-width: max(100%, 7 * 4.5rem);
    min-width: max(100%, var(--alteia-our-journey-slide-count, 7) * 4.5rem);
  }
  .alteia-our-journey-section__progress-point {
    flex: 0 0 auto;
    min-width: 4.5rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .alteia-our-journey-section__content-area,
  .alteia-our-journey-section__slider .splide__track {
    transition: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/