.journey-template {
  background: #060606;
}

.journey-other-tours {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-other-tours__container {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 45px 19px 46px;
}

.journey-other-tours__title {
  width: 100%;
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 520px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 5.2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-other-tours__title-text {
  display: inline-block;
  white-space: nowrap;
}

.journey-other-tours__highlight {
  position: relative;
  width: min(100%, 1882px);
  height: 870px;
  margin: 90px auto 0;
  border-radius: 40px;
  touch-action: pan-y;
}

.journey-other-tours__card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 40px;
  height: 870px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 320px, 0) scale(0.9);
  transition:
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.95s ease;
  will-change: transform, opacity;
}

.journey-other-tours__card[data-card-state="active"] {
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.journey-other-tours__card[data-card-state="next"] {
  z-index: 3;
  opacity: 1;
  transform: translate3d(0, -32px, 0) scale(0.97);
}

.journey-other-tours__card[data-card-state="next"] .journey-other-tours__image,
.journey-other-tours__card[data-card-state="next"] .journey-other-tours__blur {
  filter: blur(10px);
  transform: scale(1.02);
}

.journey-other-tours__card[data-card-state="prev"] {
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, -120px, 0) scale(0.94);
}

.journey-other-tours__card[data-card-state="before"] {
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, -160px, 0) scale(0.9);
}

.journey-other-tours__card[data-card-state="after"] {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, -64px, 0) scale(0.94);
}

.journey-other-tours__card[data-card-state="prev"] .journey-other-tours__image,
.journey-other-tours__card[data-card-state="prev"] .journey-other-tours__blur,
.journey-other-tours__card[data-card-state="before"] .journey-other-tours__image,
.journey-other-tours__card[data-card-state="before"] .journey-other-tours__blur,
.journey-other-tours__card[data-card-state="after"] .journey-other-tours__image,
.journey-other-tours__card[data-card-state="after"] .journey-other-tours__blur {
  filter: blur(12px);
  transform: scale(1.03);
}

.journey-other-tours__blur {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  object-position: center center;
  filter: blur(12px);
  transform: scale(1.04);
}

.journey-other-tours__image {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
  object-position: center center;
  transition:
    filter 0.95s ease,
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

.journey-other-tours__copy {
  position: absolute;
  top: 83px;
  bottom: 160px;
  left: 70px;
  z-index: 3;
  width: min(560px, calc(100% - 220px));
  display: flex;
  flex-direction: column;
  color: #f7f200;
}

.journey-other-tours__kicker {
  margin: 0 0 8px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 25, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 151, "opsz" 144;
  font-weight: 900;
  letter-spacing: -0.48px;
  line-height: 1;
  text-transform: uppercase;
}

.journey-other-tours__card-title {
  margin: 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: 88px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 25, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 151, "opsz" 144;
  font-weight: 900;
  letter-spacing: -1.76px;
  line-height: 72px;
  text-transform: uppercase;
}

.journey-other-tours__date {
  margin: auto 0 24px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.journey-other-tours__text {
  margin: 0;
  color: #f7f200;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 28px;
}

.journey-other-tours__open {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 32px 56px;
  border: 1px solid #f7f200;
  border-radius: 999px;
  background: #f7f200;
  color: #ef371f;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.journey-other-tours__open span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "GRAD" -182, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 760, "wdth" 39, "opsz" 144;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-other-tours__open:hover,
.journey-other-tours__open:focus-visible {
  opacity: 0.92;
  transform: translateY(-2px);
}

.journey-other-tours__open:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

.journey-other-tours__footer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-end;
  width: min(100%, 1920px);
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 61px 0 61px;
}

.journey-other-tours__footer-wrap {
  width: 100%;
  margin-bottom: 28px;
}

.journey-other-tours__footer-text {
  width: 237px;
  margin: 0;
  color: #f7f200;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 22px;
}

.journey-other-tours__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.journey-other-tours__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid #f7f200;
  border-radius: 999px;
  color: #f7f200;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.journey-other-tours__social span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-variation-settings: "GRAD" -182, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 760, "wdth" 39, "opsz" 144;
  font-weight: 550;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-other-tours__social:hover,
.journey-other-tours__social:focus-visible {
  background: #f7f200;
  color: #ef371f;
  transform: translateY(-2px);
}

.journey-other-tours__social:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

@media (max-width: 1200px) {
  .journey-other-tours__container {
    padding: 40px 20px 48px;
  }

  .journey-other-tours__title {
    font-size: 390px;
  }

  .journey-other-tours__highlight {
    height: 716px;
    margin-top: 56px;
  }

  .journey-other-tours__blur {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .journey-other-tours__image {
    inset: 0;
    height: 100%;
  }

  .journey-other-tours__copy {
    top: 64px;
    bottom: 128px;
    left: 40px;
    width: min(460px, calc(100% - 120px));
  }

  .journey-other-tours__card-title {
    font-size: 64px;
    line-height: 56px;
  }

  .journey-other-tours__date {
    font-size: 72px;
  }

  .journey-other-tours__text {
    font-size: 20px;
    line-height: 24px;
  }

  .journey-other-tours__open {
    right: 40px;
    bottom: 40px;
    padding: 24px 40px;
  }

  .journey-other-tours__open span {
    font-size: 32px;
  }

  .journey-other-tours__footer {
    margin-top: 96px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .journey-other-tours__container {
    padding: 32px 8px 0px;
  }

  .journey-other-tours__title {
    font-size: 140px;
  }

  .journey-other-tours__highlight {
    width: 100%;
    height: 683px;
    margin-top: 24px;
    border-radius: 8px;
  }

  .journey-other-tours__card {
    height: 100%;
    border-radius: 8px;
  }

  .journey-other-tours__card:not([data-card-state="active"]) {
    display: none;
  }

  .journey-other-tours__blur {
    display: none;
  }

  .journey-other-tours__image {
    inset: 45px 0 0;
    height: calc(100% - 45px);
    border-radius: 8px;
    filter: none;
    transform: none;
  }

  .journey-other-tours__copy {
    top: 83px;
    bottom: 96px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    text-align: center;
  }

  .journey-other-tours__kicker {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .journey-other-tours__card-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
  }

  .journey-other-tours__date {
    margin-bottom: 12px;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.56px;
  }

  .journey-other-tours__text {
    width: min(357px, 100%);
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-align: center;
  }

  .journey-other-tours__open {
    right: auto;
    bottom: 24px;
    left: 8px;
    width: calc(100% - 16px);
    padding: 12px 24px;
  }

  .journey-other-tours__open span {
    font-size: 24px;
    line-height: 32px;
  }

  .journey-other-tours__footer {
    gap: 24px;
    margin-top: 120px;
    padding: 24px 16px;
  }

  .journey-other-tours__footer-wrap {
    margin-bottom: 0;
    background: #002e5b;
  }

  .journey-other-tours__footer-text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .journey-other-tours__socials {
    gap: 12px;
    justify-content: center;
  }

  .journey-other-tours__social {
    padding: 12px 18px;
  }

  .journey-other-tours__social span {
    font-size: 20px;
  }
}

.journey-template .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.journey-page {
  position: relative;
}

@keyframes journey-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.journey-hero {
  position: relative;
  height: max(900px, 100svh);
  min-height: max(900px, 100svh);
  overflow: hidden;
  background: #060606;
}

.journey-hero__media,
.journey-hero__overlay {
  position: absolute;
  inset: 0;
}

.journey-hero__media {
  z-index: 0;
}

.journey-hero__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.journey-hero__overlay {
  background: rgba(0, 0, 0, 0.2);
}

.journey-hero__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1840px);
  height: max(900px, 100svh);
  min-height: max(900px, 100svh);
  margin: 0 auto;
  padding: 155px 40px 80px;
}

.journey-hero__content {
  display: flex;
  width: min(100%, 928px);
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  color: #f7f200;
  text-transform: uppercase;
}

.journey-hero__heading-group {
  width: 100%;
}

.journey-hero__eyebrow {
  margin: 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 1px;
  line-height: 1;
}

.journey-hero__title {
  margin: 0;
  font-family: "Roboto Flex", sans-serif;
  font-size: 164px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 25, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 151, "opsz" 144;
  font-weight: 900;
  letter-spacing: -3.28px;
  line-height: 0.92;
}

.journey-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 32px 56px;
  border: 1px solid #f7f200;
  border-radius: 999px;
  background: #f7f200;
  color: #ef371f;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.journey-hero__button span {
  font-family: "Roboto Flex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "GRAD" -182, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 760, "wdth" 39, "opsz" 144;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
}

.journey-hero__button:hover,
.journey-hero__button:focus-visible {
  opacity: 0.92;
  transform: translateY(-2px);
}

.journey-hero__button:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

.journey-marquee {
  position: relative;
  overflow: hidden;
  background: #002e5b;
}

.journey-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: journey-marquee-scroll 28s linear infinite;
  will-change: transform;
}

.journey-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 40px;
  padding: 16px 0;
}

.journey-marquee__item {
  display: inline-block;
  flex: 0 0 auto;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.journey-marquee__separator {
  display: block;
  width: 41px;
  height: 40px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.28193 20L0 15.2479L6.10425 4.75216L14.391 9.49609L14.3957 0H26.6043L26.609 9.49609L34.8957 4.75216L41 15.2479L32.718 20L41 24.7521L34.8957 35.2479L26.609 30.5039L26.6043 40H14.3957L14.391 30.5039L6.10425 35.2479L0 24.7521L8.28193 20Z' fill='%23F7F200'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.journey-story {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-story__decor {
  position: absolute;
  inset: 24px 15px 0;
  z-index: 0;
  pointer-events: none;
}

.journey-story__ticks {
  position: relative;
  height: 36px;
}

.journey-story__marker {
  position: absolute;
  top: 0;
  left: var(--marker-left);
  width: var(--marker-width, 1px);
  height: 36px;
  background: #f7f200;
  transform: translateX(-50%);
}

.journey-story__marker--long {
  top: 0;
  height: 100%;
}

.journey-story__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 85px 0 96px;
}

.journey-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  padding: 120px 80px 0;
}

.journey-story__text {
  min-width: 0;
}

.journey-story__text p {
  margin: 0;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 1.25;
}

.journey-story__slider {
  position: relative;
  margin-top: 130px;
  padding: 10px 96px 0 10px;
}

.journey-story__slider-inner {
  align-items: flex-start;
}

.journey-story__slide {
  width: auto;
}

.journey-story__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.journey-story__image-frame {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08);
}

.journey-story__card[data-media-shape="portrait"] .journey-story__image-frame {
  width: 425px;
}

.journey-story__card[data-media-shape="landscape"] .journey-story__image-frame {
  width: 722px;
}

.journey-story__card[data-media-shape="square"] .journey-story__image-frame,
.journey-story__card[data-media-shape="medium"] .journey-story__image-frame,
.journey-story__card:not([data-media-shape]) .journey-story__image-frame {
  width: 383px;
}

.journey-story__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.journey-story__card[data-media-shape="portrait"] .journey-story__image {
  max-height: 637px;
}

.journey-story__card[data-media-shape="landscape"] .journey-story__image {
  max-height: 487px;
}

.journey-story__card[data-media-shape="square"] .journey-story__image,
.journey-story__card[data-media-shape="medium"] .journey-story__image,
.journey-story__card:not([data-media-shape]) .journey-story__image {
  max-height: 574px;
}

.journey-story__caption {
  margin: 0;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
  line-height: 22px;
}

.journey-story__nav {
  position: absolute;
  top: 168px;
  z-index: 3;
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f7f200;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.journey-story__nav::before {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.06055 1.06055L12.0605 12.0605L1.06055 23.0605' stroke='%23EF371F' stroke-width='3'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.journey-story__prev {
  left: 10px;
}

.journey-story__prev::before {
  transform: scaleX(-1);
}

.journey-story__next {
  right: 10px;
}

.journey-story__nav:hover,
.journey-story__nav:focus-visible {
  opacity: 0.92;
}

.journey-story__prev:hover,
.journey-story__prev:focus-visible {
  transform: translateX(-2px);
}

.journey-story__next:hover,
.journey-story__next:focus-visible {
  transform: translateX(2px);
}

.journey-story__nav:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

.journey-story__nav.swiper-button-disabled,
.journey-story__nav.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.journey-cta {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-cta__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.journey-cta__background-image {
  display: block;
  width: min(100% - 48px, 1872px);
  height: 791px;
  margin: 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  object-fit: cover;
  object-position: center;
}

.journey-cta__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 63px 24px 96px;
}

.journey-cta__label {
  margin: 0;
  padding-left: 80px;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 40px;
}

.journey-cta__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
  padding: 267px 80px 0;
}

.journey-cta__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.journey-cta__icon {
  display: block;
  width: auto;
  max-width: none;
  height: 120px;
  flex: 0 0 auto;
  align-self: flex-start;
  object-fit: contain;
  object-position: left center;
}

.journey-cta__title {
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.journey-cta__text {
  max-width: 399px;
  margin: 0;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 28px;
}

.journey-wide-image {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: #d9d9d9;
}

.journey-wide-image__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.journey-route {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-route__map-layer {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(100%, 1748px);
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.journey-route__map-image {
  display: block;
  width: 100%;
  height: auto;
}

.journey-route__map-image--mobile {
  display: none;
}

.journey-route__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 0 80px 120px;
  --journey-route-line-x: 50%;
}

.journey-route__title {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 92px 0 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 520px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.02em;
  line-height: 0.85;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
}

.journey-route__title-text {
  display: inline-block;
  white-space: nowrap;
}

.journey-route__list {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  margin-top: 879px;
  flex-direction: column;
  align-items: flex-end;
}

.journey-route__list::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: var(--journey-route-line-x);
  width: 1px;
  background: #f7f200;
  transform: translateX(-50%);
}

.journey-route__item {
  position: relative;
  width: min(100%, 1760px);
}

.journey-route__item-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: start;
  gap: 80px;
  justify-items: end;
  padding: 0 0 40px 0;
}

.journey-route__day-col,
.journey-route__content-col {
  min-width: 0;
  width: 100%;
}

.journey-route__day-col {
  justify-self: stretch;
}

.journey-route__content-col {
  justify-self: stretch;
}

.journey-route__day {
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.journey-route__timeline {
  display: flex;
  min-height: 25px;
  align-items: center;
  padding-top: 10px;
  justify-self: center;
}

.journey-route__line {
  display: none;
}

.journey-route__node {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  border: 1px solid #f7f200;
  border-radius: 50%;
  flex: 0 0 auto;
}

.journey-route__node::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f7f200;
  transform: translate(-50%, -50%);
}

.journey-route__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.journey-route__summary,
.journey-route__details p {
  max-width: 910px;
  margin: 0;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.journey-route__details {
  display: grid;
  gap: 18px;
}

.journey-route__details--hidden {
  display: none;
}

.journey-route__details--visible {
  display: grid;
}

.journey-route__toggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f7f200;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: opacity 0.2s ease;
}

.journey-fleet {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-fleet__background {
  position: absolute;
  inset: 19px 24px auto;
  z-index: 0;
  pointer-events: none;
}

.journey-fleet__background-image {
  display: block;
  width: 100%;
  height: 791px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  object-fit: cover;
  object-position: center;
}

.journey-fleet__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 128px 0 90px;
}

.journey-fleet__title {
  display: flex;
  justify-content: center;
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 520px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.02em;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
}

.journey-fleet__title-text {
  display: inline-block;
  white-space: nowrap;
}

.journey-fleet__slider {
  position: relative;
  margin-top: 28px;
  padding: 0 80px;
}

.journey-fleet__slide {
  width: 852px;
}

.journey-fleet__card {
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  border-radius: 24px;
  background: #002e5b;
}

.journey-fleet__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 852 / 692;
  border-radius: 24px;
}

.journey-fleet__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.journey-fleet__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}

.journey-fleet__head {
  display: flex;
  width: 100%;
  align-items: flex-end;
  gap: 24px;
}

.journey-fleet__titles {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.journey-fleet__eyebrow,
.journey-fleet__name {
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 25, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 151, "opsz" 144;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-fleet__eyebrow {
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.journey-fleet__name {
  font-size: 42px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.journey-fleet__guests {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}

.journey-fleet__guests-icon {
  display: block;
  width: 16px;
  height: 22px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='22' viewBox='0 0 16 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.793 9.54688C13.5438 9.54707 15.7734 11.7774 15.7734 14.5283V22H0V14.5283C2.68521e-06 11.7773 2.23044 9.54688 4.98145 9.54688H10.793ZM7.67871 0C10.0858 0 12.038 1.95131 12.0381 4.3584C12.0381 6.76553 10.0858 8.7168 7.67871 8.7168C5.2718 8.71654 3.32031 6.76537 3.32031 4.3584C3.32036 1.95147 5.27183 0.000255231 7.67871 0Z' fill='%23F7F200'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.journey-fleet__guests-text {
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
  white-space: nowrap;
}

.journey-fleet__divider {
  width: 100%;
  height: 1px;
  background: rgba(247, 242, 0, 0.52);
}

.journey-fleet__summary,
.journey-fleet__details-item {
  margin: 0;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.journey-fleet__details--hidden {
  display: none;
}

.journey-fleet__details--visible {
  display: block;
}

.journey-fleet__details-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-fleet__details-item {
  position: relative;
  padding-left: 14px;
}

.journey-fleet__details-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f7f200;
}

.journey-fleet__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #f7f200;
  text-decoration: none;
}

.journey-fleet__toggle-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.journey-fleet__toggle-arrow {
  display: block;
  width: 14px;
  height: 7px;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13 1L7 6L1 1' stroke='%23F7F200' stroke-width='1.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
}

.journey-fleet__card.is-expanded .journey-fleet__toggle-arrow {
  transform: rotate(180deg);
}

.journey-fleet__toggle:hover,
.journey-fleet__toggle:focus-visible {
  opacity: 0.82;
}

.journey-fleet__toggle:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

.journey-fleet__prev,
.journey-fleet__next {
  top: 426px;
}

.journey-fleet__prev {
  left: 80px;
}

.journey-fleet__prev::before {
  transform: scaleX(-1);
}

.journey-fleet__next {
  right: 80px;
}

.journey-price {
  position: relative;
  overflow: hidden;
  background: #ef371f;
}

.journey-price__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.journey-price__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.journey-price__ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: min(100vw, 1920px);
  pointer-events: none;
  transform: translateX(calc((655px - min(100vw, 1920px)) / 2));
}

.journey-price__ellipse-image {
  display: block;
  width: 100%;
  height: auto;
}

.journey-price__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 91px 80px 120px;
}

.journey-price__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 779px;
  gap: 40px;
  align-items: start;
}

.journey-price__title {
  max-width: 1074px;
  margin: 0;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 88px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 25, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 151, "opsz" 144;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 72px;
  text-transform: uppercase;
}

.journey-price__visual {
  width: 426px;
  margin-top: 21px;
}

.journey-price__visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.journey-price__primary {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.journey-price__primary-from {
  display: inline-block;
  padding-bottom: 10px;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.journey-price__primary-amount,
.journey-price__value {
  width: 100%;
}

.journey-price__primary-amount {
  flex: 1 1 auto;
}

.journey-price__primary-amount-text,
.journey-price__value-text {
  display: inline-block;
  white-space: nowrap;
}

.journey-price__primary-amount-text {
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 390px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.01em;
  line-height: 0.86;
  text-transform: uppercase;
}

.journey-price__price-list {
  margin-top: 24px;
}

.journey-price__price-row {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid rgba(247, 242, 0, 0.72);
}

.journey-price__price-row + .journey-price__price-row {
  margin-top: 24px;
}

.journey-price__value-text {
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.journey-price__value-description {
  margin: 0;
  padding-top: 6px;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.journey-price__advantages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 120px;
  margin-top: 83px;
  padding-top: 83px;
  border-top: 1px solid rgba(247, 242, 0, 0.72);
}

.journey-price__advantage-title {
  margin: 0 0 15px;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.journey-price__advantage-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-price__advantage-item {
  position: relative;
  padding-left: 22px;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.journey-price__advantage-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f7f200;
}

.journey-price__form-wrap {
  position: relative;
  z-index: 1;
  width: 655px;
  margin: 411px auto 0;
}

.journey-price__form-title {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 238px;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  color: #f7f200;
  font-family: "Roboto Flex", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 25;
  font-weight: 627;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.journey-price__form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.journey-price__field {
  display: block;
}

.journey-price__input {
  width: 100%;
  padding: 32px 24px;
  border: 1px solid #f7f200;
  border-radius: 999px;
  background: transparent;
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 32px;
}

.journey-price__input::placeholder {
  color: rgba(247, 242, 0, 0.5);
}

.journey-price__agreement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 24px;
  cursor: pointer;
}

.journey-price__agreement-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.journey-price__agreement-box {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #f7f200;
  border-radius: 4px;
  flex: 0 0 auto;
}

.journey-price__agreement-input:checked + .journey-price__agreement-box::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #f7f200;
  border-radius: 2px;
}

.journey-price__agreement-text {
  color: #f7f200;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.journey-price__submit {
  width: 100%;
  padding: 32px 56px;
  border: 1px solid #f7f200;
  border-radius: 999px;
  background: #f7f200;
  color: #ef371f;
  font-family: "Roboto Flex", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "GRAD" -182, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 760, "wdth" 39, "opsz" 144;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.journey-route__toggle:hover,
.journey-route__toggle:focus-visible {
  opacity: 0.82;
}

.journey-route__toggle:focus-visible {
  outline: 2px solid #f7f200;
  outline-offset: 4px;
}

@media (max-width: 1200px) {
  .journey-hero {
    height: max(760px, 100svh);
    min-height: max(760px, 100svh);
  }

  .journey-hero__container {
    height: max(760px, 100svh);
    min-height: max(760px, 100svh);
    padding-top: 220px;
  }

  .journey-hero__content {
    max-width: 100%;
  }

  .journey-hero__eyebrow {
    font-size: clamp(48px, 7vw, 80px);
  }

  .journey-hero__title {
    font-size: clamp(88px, 14vw, 140px);
    letter-spacing: -0.04em;
  }

  .journey-marquee__group {
    gap: 24px;
    padding: 14px 0;
  }

  .journey-marquee__item {
    font-size: clamp(56px, 6vw, 80px);
  }

  .journey-marquee__separator {
    width: 30px;
    height: 30px;
  }

  .journey-story__decor {
    inset: 24px 0 0;
  }

  .journey-story__container {
    padding-bottom: 72px;
  }

  .journey-story__intro {
    gap: 40px;
    padding: 96px 40px 0;
  }

  .journey-story__text p {
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.3;
  }

  .journey-story__slider {
    margin-top: 96px;
    padding-right: 72px;
  }

  .journey-story__card[data-media-shape="portrait"] .journey-story__image-frame {
    width: 300px;
  }

  .journey-story__card[data-media-shape="landscape"] .journey-story__image-frame {
    width: 510px;
  }

  .journey-story__card[data-media-shape="square"] .journey-story__image-frame,
  .journey-story__card[data-media-shape="medium"] .journey-story__image-frame,
  .journey-story__card:not([data-media-shape]) .journey-story__image-frame {
    width: 270px;
  }

  .journey-story__card[data-media-shape="portrait"] .journey-story__image {
    max-height: 450px;
  }

  .journey-story__card[data-media-shape="landscape"] .journey-story__image {
    max-height: 344px;
  }

  .journey-story__card[data-media-shape="square"] .journey-story__image,
.journey-story__card[data-media-shape="medium"] .journey-story__image,
.journey-story__card:not([data-media-shape]) .journey-story__image {
    max-height: 404px;
  }

  .journey-story__nav {
    top: 122px;
    width: 72px;
    height: 72px;
  }

  .journey-story__nav::before {
    width: 13px;
    height: 21px;
  }

  .journey-cta__background-image {
    width: min(100% - 32px, 1872px);
    height: 680px;
  }

  .journey-cta__container {
    padding: 40px 16px 72px;
  }

  .journey-cta__label {
    padding-left: 40px;
    font-size: 26px;
    line-height: 34px;
  }

  .journey-cta__grid {
    gap: 40px;
    padding: 220px 40px 0;
  }

  .journey-cta__icon {
    height: 92px;
  }

  .journey-cta__title {
    font-size: clamp(44px, 4.8vw, 64px);
  }

  .journey-cta__text {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .journey-wide-image {
    height: clamp(520px, 58vw, 760px);
  }

  .journey-route__map-layer {
    width: min(100%, 1320px);
  }

  .journey-route__container {
    padding: 0 40px 96px;
    --journey-route-line-x: 50%;
  }

  .journey-route__title {
    padding-top: 72px;
  }

  .journey-route__title {
    font-size: 390px;
  }

  .journey-route__list {
    margin-top: 680px;
  }

  .journey-route__item-grid {
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    gap: 40px;
    padding: 32px 0;
  }

  .journey-route__day {
    font-size: clamp(28px, 3vw, 40px);
  }

  .journey-route__summary,
  .journey-route__details p {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.28;
  }

  .journey-route__toggle {
    font-size: 20px;
  }

  .journey-fleet__background {
    inset: 19px 16px auto;
  }

  .journey-fleet__background-image {
    height: 680px;
  }

  .journey-fleet__container {
    padding: 96px 0 72px;
  }

  .journey-fleet__title {
    font-size: 390px;
  }

  .journey-fleet__slider {
    padding: 0 40px;
  }

  .journey-fleet__slide {
    width: min(72vw, 720px);
  }

  .journey-fleet__name {
    font-size: 36px;
  }

  .journey-fleet__prev {
    left: 40px;
  }

  .journey-fleet__next {
    right: 40px;
  }

  .journey-price__container {
    padding: 72px 40px 96px;
  }

  .journey-price__hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 620px);
  }

  .journey-price__title {
    font-size: 72px;
    line-height: 60px;
  }

  .journey-price__visual {
    width: 320px;
  }

  .journey-price__primary-from {
    font-size: 56px;
  }

  .journey-price__price-row {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .journey-price__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 40px;
  }

  .journey-price__advantage-title {
    font-size: 56px;
  }

  .journey-price__form-wrap {
    width: min(100%, 655px);
    margin-top: 140px;
  }

  .journey-price__form-title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .journey-hero {
    height: max(640px, 100svh);
    min-height: max(640px, 100svh);
  }

  .journey-hero__container {
    height: max(640px, 100svh);
    min-height: max(640px, 100svh);
    display: flex;
    align-items: flex-end;
    width: min(100%, 428px);
    padding: 0 8px 76px;
  }

  .journey-hero__content {
    width: 301px;
    height: auto;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .journey-hero__heading-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .journey-hero__eyebrow {
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.56px;
  }

  .journey-hero__title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
  }

  .journey-hero__button {
    width: 100%;
    margin-top: 0;
    padding: 12px 24px;
  }

  .journey-hero__button span {
    font-size: 24px;
    line-height: 32px;
  }

  .journey-story__nav {
    display: none;
  }

  .journey-marquee__track {
    animation-duration: 20s;
  }

  .journey-marquee__group {
    gap: 18px;
    padding: 12px 0;
  }

  .journey-marquee__item {
    font-size: clamp(30px, 7vw, 44px);
    letter-spacing: 0.02em;
  }

  .journey-marquee__separator {
    width: 20px;
    height: 20px;
  }

  .journey-story__decor {
    inset: 20px 0 0;
  }

  .journey-story__ticks {
    height: 24px;
  }

  .journey-story__marker {
    height: 24px;
  }

  .journey-story__container {
    padding: 56px 0 48px;
  }

  .journey-story__intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 20px 0;
  }

  .journey-story__text p {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1.35;
  }

  .journey-story__slider {
    margin-top: 48px;
    padding: 0 20px 0 0;
  }

  .journey-story__slide {
    width: min(82vw, 360px);
  }

  .journey-story__card,
  .journey-story__image-frame {
    width: 100%;
  }

  .journey-story__card[data-media-shape="portrait"] .journey-story__image-frame,
  .journey-story__card[data-media-shape="landscape"] .journey-story__image-frame,
  .journey-story__card[data-media-shape="square"] .journey-story__image-frame,
  .journey-story__card[data-media-shape="medium"] .journey-story__image-frame,
  .journey-story__card:not([data-media-shape]) .journey-story__image-frame {
    width: 100%;
  }

  .journey-story__image {
    width: 100%;
    max-height: 56vh;
  }

  .journey-story__card[data-media-shape="portrait"] .journey-story__image,
  .journey-story__card[data-media-shape="landscape"] .journey-story__image,
  .journey-story__card[data-media-shape="square"] .journey-story__image,
  .journey-story__card[data-media-shape="medium"] .journey-story__image,
  .journey-story__card:not([data-media-shape]) .journey-story__image {
    max-height: 56vh;
  }

  .journey-story__caption {
    font-size: 14px;
    line-height: 18px;
  }

  .journey-story__nav {
    top: auto;
    bottom: -6px;
    width: 60px;
    height: 60px;
  }

  .journey-story__prev {
    left: 20px;
  }

  .journey-story__next {
    right: 20px;
  }

  .journey-story__nav::before {
    width: 11px;
    height: 18px;
  }

  .journey-cta__background-image {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 355 / 560;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .journey-cta__container {
    padding: 28px 10px 48px;
  }

  .journey-cta__label {
    padding-left: 22px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.03em;
  }

  .journey-cta__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 64px 22px 0;
  }

  .journey-cta__item {
    gap: 14px;
  }

  .journey-cta__icon {
    height: 72px;
  }

  .journey-cta__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }

  .journey-cta__text {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 22px;
  }

  .journey-wide-image {
    height: clamp(280px, 62vw, 420px);
  }

  .journey-route__map-layer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 0;
    transform: none;
  }

  .journey-route__map-image {
    width: 100%;
  }

  .journey-route__container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    padding: 0 20px 56px;
    --journey-route-line-x: calc(100% - 16px);
  }

  .journey-route__map-image--desktop {
    display: none;
  }

  .journey-route__map-image--mobile {
    display: block;
  }

  .journey-route__title {
    padding-top: 40px;
  }

  .journey-route__title {
    font-size: 140px;
    line-height: 0.88;
  }

  .journey-route__list {
    align-items: stretch;
    margin-top: 0;
  }

  .journey-route__item-grid {
    grid-template-columns: 1fr 32px;
    gap: 16px;
    justify-items: end;
    padding: 24px 0;
  }

  .journey-route__day-col {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .journey-route__timeline {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    padding-top: 8px;
  }

  .journey-route__content-col {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .journey-route__day {
    font-size: 28px;
    line-height: 0.96;
  }

  .journey-route__node {
    width: 18px;
    height: 18px;
    margin: 10px 0;
  }

  .journey-route__node::before {
    width: 8px;
    height: 8px;
  }

  .journey-route__content {
    gap: 14px;
  }

  .journey-route__summary,
  .journey-route__details p {
    font-size: 18px;
    line-height: 1.35;
  }

  .journey-route__details {
    gap: 12px;
  }

  .journey-route__toggle {
    font-size: 16px;
  }

  .journey-fleet__background {
    inset: 12px 10px auto;
  }

  .journey-fleet__background-image {
    height: auto;
    aspect-ratio: 355 / 560;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .journey-fleet__container {
    padding: 48px 0 48px;
  }

  .journey-fleet__title {
    font-size: 140px;
    line-height: 0.88;
  }

  .journey-fleet__slider {
    margin-top: 24px;
    padding: 0 20px;
  }

  .journey-fleet__slide {
    width: min(84vw, 355px);
  }

  .journey-fleet__content {
    gap: 18px;
    padding: 18px;
  }

  .journey-fleet__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .journey-fleet__name {
    font-size: 32px;
  }

  .journey-fleet__summary,
  .journey-fleet__details-item,
  .journey-fleet__toggle-text {
    font-size: 16px;
    line-height: 20px;
  }

  .journey-fleet__prev,
  .journey-fleet__next {
    top: 190px;
  }

  .journey-fleet__prev {
    left: 20px;
  }

  .journey-fleet__next {
    right: 20px;
  }

  .journey-price__container {
    padding: 40px 20px 56px;
  }

  .journey-price__hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .journey-price__title {
    max-width: none;
    font-size: 48px;
    line-height: 40px;
  }

  .journey-price__visual {
    width: min(58vw, 220px);
    margin-top: 16px;
  }

  .journey-price__primary {
    gap: 10px;
  }

  .journey-price__primary-from {
    padding-bottom: 6px;
    font-size: 36px;
  }

  .journey-price__price-list {
    margin-top: 20px;
  }

  .journey-price__price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 18px;
  }

  .journey-price__value-description {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .journey-price__advantages {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 48px;
    padding-top: 48px;
  }

  .journey-price__advantage-title {
    margin-bottom: 12px;
    font-size: 42px;
  }

  .journey-price__advantage-item {
    font-size: 16px;
    line-height: 20px;
  }

  .journey-price__form-wrap {
    width: 100%;
    margin-top: 96px;
  }

  .journey-price__ellipse {
    top: auto;
    right: auto;
    bottom: calc(100% - 156px);
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }

  .journey-price__form-title {
    min-height: 132px;
    font-size: 56px;
    line-height: 0.95;
  }

  .journey-price__input {
    padding: 22px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .journey-price__agreement {
    padding-left: 0;
  }

  .journey-price__agreement-text {
    font-size: 14px;
    line-height: 18px;
  }

  .journey-price__submit {
    padding: 24px 32px;
    font-size: 28px;
    line-height: 24px;
  }
}
