.bg-light-blue-pale {
  background-color: #ECF7FF;
}

.badge-title {
  padding: 5px 10px;
  border: 1px solid #EBE9E6;
  border-radius: 30px;
  box-shadow: 0px 5px 10px 0px rgba(77, 137, 199, 0.1);
  background-color: #FFFFFF;
  font-family: "SFProText", sans-serif;
  font-size: 16px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;
  color: #0C1D3D;
  height: 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

#page-journey-features .jf-section-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #page-journey-features .jf-section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #page-journey-features .jf-section-title {
    font-size: 26px;
  }
}
@media (max-width: 568px) {
  #page-journey-features .jf-section-title {
    font-size: 22px;
  }
}
#page-journey-features button:hover {
  background: transparent !important;
}

.jf-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 0 60px;
  background-color: #ECF7FF;
  background-image: linear-gradient(180deg, #ECF7FF 0%, #FFFFFF 70%);
  text-align: center;
}
@media (max-width: 991px) {
  .jf-hero {
    padding: 90px 0 48px;
  }
}
@media (max-width: 767px) {
  .jf-hero {
    padding: 76px 0 40px;
  }
}
@media (max-width: 568px) {
  .jf-hero {
    padding: 60px 0 32px;
  }
}
.jf-hero > .pb-container {
  width: 100%;
}
.jf-hero--has-bg {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 260px;
}
@media (max-width: 991px) {
  .jf-hero--has-bg {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .jf-hero--has-bg {
    padding-bottom: 130px;
  }
}
@media (max-width: 568px) {
  .jf-hero--has-bg {
    padding-bottom: 90px;
  }
}
.jf-hero__content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.jf-hero__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.3;
  text-align: center;
  color: #0C1D3D;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .jf-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .jf-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 568px) {
  .jf-hero__title {
    font-size: 28px;
  }
}
.jf-hero__desc {
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto 28px;
}
@media (max-width: 767px) {
  .jf-hero__desc {
    font-size: 16px;
  }
}
.jf-hero__cta.button {
  max-width: 367px;
  margin: 0 auto;
}
.jf-hero__no-card {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
}

.jf-trailer {
  text-align: center;
}
.jf-trailer__eyebrow {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .jf-trailer__eyebrow {
    font-size: 15px;
  }
}
.jf-trailer__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto 48px;
}
@media (max-width: 991px) {
  .jf-trailer__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .jf-trailer__title {
    font-size: 21px;
    margin-bottom: 32px;
  }
}
.jf-trailer__media {
  max-width: 1000px;
  margin: 0 auto;
}
.jf-trailer__media-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #0C1D3D 0%, #1A4C8B 100%);
  box-shadow: 0 24px 60px rgba(12, 29, 61, 0.25);
}
@media (max-width: 568px) {
  .jf-trailer__media-wrap {
    border-radius: 8px;
  }
}
.jf-trailer__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jf-trailer__poster-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0C1D3D 0%, #1A4C8B 100%);
}
.jf-trailer__play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.jf-trailer__play-btn:hover .jf-trailer__play-svg {
  transform: scale(1.05);
}
.jf-trailer__play-svg {
  width: 142px;
  height: 142px;
  transition: transform 200ms ease;
}
.jf-trailer__play-svg .cls-1 {
  fill: #f8e7c3;
}
@media (max-width: 991px) {
  .jf-trailer__play-svg {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .jf-trailer__play-svg {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  .jf-trailer__play-svg {
    width: 70px;
    height: 70px;
  }
}

.jf-quote {
  max-width: 760px;
  margin: 40px auto 0;
  padding-left: 24px;
  border-left: 3px solid #1A4C8B;
  text-align: left;
  font-style: italic;
  color: #6D6969;
}
.jf-quote p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 12px;
  display: inline;
}
@media (max-width: 767px) {
  .jf-quote {
    padding-left: 16px;
  }
}
.jf-quote__author {
  font-style: normal;
  font-weight: 700;
  color: #0C1D3D;
  margin-left: 4px;
}

.jf-eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.jf-comparison {
  background: #FFFFFF;
}
.jf-comparison__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #0C1D3D;
  max-width: 780px;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .jf-comparison__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.jf-comparison__desc {
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}
.jf-comparison__desc strong {
  color: #0C1D3D;
  font-weight: 700;
}
@media (max-width: 767px) {
  .jf-comparison__desc {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.jf-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .jf-comparison__grid {
    grid-template-columns: 1fr;
  }
}
.jf-comparison__card {
  border-radius: 8px;
  padding: 40px;
  border: 1px solid #EBE9E6;
}
@media (max-width: 568px) {
  .jf-comparison__card {
    padding: 28px 20px;
    border-radius: 4px;
  }
}
.jf-comparison__card--traditional {
  background: #FDF8F0;
  border-color: #F0E2C0;
}
.jf-comparison__card--journey {
  background: #EBF6FF;
  border-color: #CFE3F7;
}
.jf-comparison__card .card-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.jf-comparison__card .card-heading svg {
  flex-shrink: 0;
}
.jf-comparison__card-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 22px;
  color: #0C1D3D;
  margin: 0;
}
.jf-comparison__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jf-comparison__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #6D6969;
}
.jf-comparison__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf-comparison__icon--no {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DBA116;
}
.jf-comparison__icon--yes {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1A4C8B;
}

.jf-comparison__card--traditional .jf-comparison__card-title {
  color: #DBA116;
}

.jf-gallery__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  color: #0C1D3D;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .jf-gallery__title {
    font-size: 28px;
  }
}
.jf-gallery__desc {
  font-size: 17px;
  line-height: 1.65;
  max-width: 780px;
  margin: 0 auto 48px;
}
.jf-gallery__desc em {
  font-style: italic;
  font-weight: 600;
  color: #0C1D3D;
}
@media (max-width: 767px) {
  .jf-gallery__desc {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.jf-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .jf-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.jf-gallery__item {
  margin: 0;
  text-align: left;
}
.jf-gallery__image-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #EBF6FF;
  margin-bottom: 16px;
}
.jf-gallery__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jf-gallery__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EBF6FF, #4D89C7);
}
.jf-gallery__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #DBA116;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 30px;
  padding: 5px 14px;
}
.jf-gallery__caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 767px) {
  .jf-gallery__caption {
    font-size: 18px;
  }
}

.jf-map {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 61.55%);
}

.jf-map-intro {
  text-align: center;
}
.jf-map-intro__inner {
  max-width: 720px;
  margin: 0 auto;
}
.jf-map-intro__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  color: #0C1D3D;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .jf-map-intro__title {
    font-size: 28px;
  }
}
.jf-map-intro__desc {
  font-size: 17px;
  line-height: 1.65;
}
.jf-map-intro__teaser {
  margin-top: 40px;
}
.jf-map-intro__teaser img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.jf-map__track {
  position: relative;
  height: var(--jf-track-vh, 400vh);
}

.jf-map__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.jf-map__image,
.jf-map__placeholder {
  width: 100%;
  max-width: 900px;
  height: auto;
  will-change: transform;
}

.jf-map__placeholder {
  aspect-ratio: 3/8;
  background: linear-gradient(180deg, #EBF6FF, #4D89C7 50%, #EBF6FF);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jf-map__placeholder-label {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 24px;
}

.jf-map__gradient {
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  z-index: 2;
}

.jf-map__gradient--top {
  top: 0;
  background: linear-gradient(180deg, #ECF7FF 0%, rgba(236, 247, 255, 0) 100%);
}

.jf-map__gradient--bottom {
  bottom: 0;
  background: linear-gradient(0deg, #ECF7FF 0%, rgba(236, 247, 255, 0) 100%);
}

@supports (animation-timeline: scroll()) {
  .jf-map__image,
  .jf-map__placeholder {
    animation: jf-map-scrub linear;
    animation-timeline: scroll(nearest block);
    animation-range: cover 0% cover 100%;
  }
}
@keyframes jf-map-scrub {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-60%);
  }
}
@media (max-width: 767px) {
  .jf-map__track {
    height: calc(var(--jf-track-vh, 400vh) * 0.5);
  }
}
@media (max-width: 568px) {
  .jf-map__track {
    height: calc(var(--jf-track-vh, 400vh) * 0.4);
  }
}
.jf-split__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 991px) {
  .jf-split__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .jf-split__inner {
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }
}
.jf-split__inner--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .jf-split__inner--reverse {
    flex-direction: column;
  }
}
.jf-split__text {
  flex: 1;
}
.jf-split__media {
  flex: 1;
}
.jf-split__media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.jf-split__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: linear-gradient(135deg, #EBF6FF, #4D89C7);
}
.jf-split__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #0C1D3D;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .jf-split__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .jf-split__title {
    font-size: 24px;
  }
}
.jf-split__desc {
  font-size: 17px;
  line-height: 1.65;
}
.jf-split__desc--wysiwyg p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}
.jf-split__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.jf-split__bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .jf-split__bullet {
    justify-content: center;
    text-align: left;
  }
}
.jf-split__bullet-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
.jf-split__bullet-icon--dot {
  border-radius: 50%;
  background: #1A4C8B;
  width: 10px;
  height: 10px;
  margin-top: 6px;
}

.jf-growth__stats {
  display: flex;
  gap: 40px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .jf-growth__stats {
    justify-content: center;
  }
}

.jf-growth__stat {
  display: flex;
  flex-direction: column;
}

.jf-growth__stat-value {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .jf-growth__stat-value {
    font-size: 32px;
  }
}

.jf-growth__stat-label {
  font-size: 14px;
  margin-top: 6px;
}

.jf-grid__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  color: #0C1D3D;
  margin-bottom: 48px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .jf-grid__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.jf-grid__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .jf-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .jf-grid__items {
    grid-template-columns: 1fr;
  }
}
.jf-grid__item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 4px 10px 0px rgba(8, 26, 73, 0.06);
}
.jf-grid__item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf-grid__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jf-grid__item-icon--dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBF6FF;
  display: block;
}
.jf-grid__item-label {
  font-weight: 600;
  font-size: 16px;
}
.jf-grid__item-desc {
  font-size: 14px;
}

.jf-herminia__inner {
  display: flex;
  align-items: center;
  gap: 56px;
  background: #ECF7FF;
  border-radius: 12px;
  padding: 56px;
}
@media (max-width: 991px) {
  .jf-herminia__inner {
    gap: 32px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .jf-herminia__inner {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }
}
.jf-herminia__avatar-col {
  flex-shrink: 0;
  width: 180px;
}
@media (max-width: 767px) {
  .jf-herminia__avatar-col {
    width: 140px;
  }
}
.jf-herminia__avatar {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
.jf-herminia__avatar-placeholder {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1A4C8B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf-herminia__content {
  flex: 1;
}
.jf-herminia__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 34px;
  color: #0C1D3D;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .jf-herminia__title {
    font-size: 26px;
  }
}
.jf-herminia__desc {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.jf-herminia__desc p {
  margin: 0 0 12px;
}
.jf-herminia__cta.button {
  max-width: 260px;
}
@media (max-width: 767px) {
  .jf-herminia__cta.button {
    margin: 0 auto;
  }
}

.jf-bigenough__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  color: #0C1D3D;
  margin-bottom: 48px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .jf-bigenough__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.jf-bigenough__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 568px) {
  .jf-bigenough__grid {
    grid-template-columns: 1fr;
  }
}
.jf-bigenough__card {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 568px) {
  .jf-bigenough__card {
    padding: 28px 20px;
  }
}
.jf-bigenough__value {
  display: block;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media (max-width: 767px) {
  .jf-bigenough__value {
    font-size: 34px;
  }
}
.jf-bigenough__label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.jf-bigenough__desc {
  font-size: 14px;
  margin-top: 12px;
}

.jf-team__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  color: #0C1D3D;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .jf-team__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.jf-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .jf-team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .jf-team__grid {
    grid-template-columns: 1fr;
  }
}
.jf-team__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.jf-team__photo-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  background: #EBF6FF;
}
.jf-team__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jf-team__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EBF6FF, #4D89C7);
}
.jf-team__name {
  font-weight: 600;
  font-size: 16px;
}
.jf-team__role {
  font-size: 14px;
}

.jf-testimonials .pbd-testimonial-slider {
  position: relative;
}
.jf-testimonials .testimonial-card {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(8, 26, 73, 0.06);
}
.jf-testimonials .testimonial-card .qoute {
  margin-bottom: 16px;
}
.jf-testimonials .testimonial-card .testimonial-text {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}
.jf-testimonials .testimonial-card .testimonial-name {
  font-weight: 600;
  margin: 0;
  color: #0C1D3D;
}
.jf-testimonials .testimonial-card .testimonial-badge {
  margin: 2px 0 0;
}
.jf-testimonials .splide__pagination {
  bottom: -36px;
}

.jf-final-cta {
  padding: 100px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 100%);
}
@media (max-width: 991px) {
  .jf-final-cta {
    padding: 72px 0 0;
  }
}
@media (max-width: 767px) {
  .jf-final-cta {
    padding: 52px 0 0;
  }
}
@media (max-width: 568px) {
  .jf-final-cta {
    padding: 40px 0 0;
  }
}
.jf-final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jf-final-cta__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #0C1D3D;
  max-width: 700px;
  margin: 0 auto 16px;
}
@media (max-width: 991px) {
  .jf-final-cta__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .jf-final-cta__title {
    font-size: 26px;
  }
}
.jf-final-cta__desc {
  font-size: 17px;
  max-width: 600px;
  margin-bottom: 28px;
}
.jf-final-cta__cta.button {
  max-width: 367px;
}
.jf-final-cta__no-card {
  font-size: 14px;
  margin-top: 12px;
}
.jf-final-cta__illustration {
  width: 100%;
  margin-top: 48px;
}
.jf-final-cta__illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.tpl-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
@media (max-width: 568px) {
  .tpl-modal {
    padding: 16px;
  }
}
.tpl-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.tpl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.tpl-modal__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  transform: translateY(36px) scale(0.96);
  transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}
.is-open .tpl-modal__wrap {
  transform: translateY(0) scale(1);
}
.tpl-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 200ms ease, transform 200ms ease;
}
.tpl-modal__close svg {
  display: block;
  flex-shrink: 0;
}
.tpl-modal__close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.tpl-modal__dialog {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 64px 120px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.07);
}
.tpl-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.tpl-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

body.tpl-modal-open {
  overflow: hidden;
}

/*# sourceMappingURL=journey-features.css.map */
