.main-block > section.excursion {
  display: none !important;
}

.main-block > section.one-day-impressions-section {
  display: none !important;
}

.vt-sea-awaits-section {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 44px 0 !important;
  background: #e9eef8;
}

.vt-sea-awaits-section > .container {
  box-sizing: border-box;
}

.vt-sea-awaits {
  box-sizing: border-box;
  padding: 34px 40px 38px !important;
  color: #111;
  border-radius: 28px !important;
  background: #fff !important;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-awaits,
.vt-sea-awaits * {
  box-sizing: border-box;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-awaits .vt-sea-awaits-title {
  margin: 0 0 24px !important;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.15 !important;
}

.vt-sea-awaits .vt-sea-awaits-groups {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.vt-sea-awaits-group + .vt-sea-awaits-group {
  margin-top: 22px;
}

.vt-sea-awaits-group__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 9px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.vt-sea-awaits-group__title > span:last-child {
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
}

.vt-sea-awaits-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #fff;
  border-radius: 50%;
  background: #2daeed;
  font-family: Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.vt-sea-awaits-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.vt-sea-awaits-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42;
}

.vt-sea-awaits-list li::before {
  content: "";
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2daeed;
  transform: translateY(-50%);
}

.vt-sea-awaits-note {
  margin: 24px 0 0;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.vt-sea-awaits .awaits-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 2.05fr);
  gap: 18px;
  align-items: stretch;
  width: 100%;
  height: 350px;
  margin: 28px 0 0 !important;
}

.vt-sea-awaits .awaits-slider__box,
.vt-sea-awaits .awaits-slider,
.vt-sea-awaits .awaits-slider .swiper-wrapper,
.vt-sea-awaits .awaits-slider .swiper-slide,
.vt-sea-awaits .awaits-slide {
  width: 100% !important;
  height: 350px !important;
  min-width: 0;
}

.vt-sea-awaits .awaits-slider__box {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.vt-sea-awaits .awaits-slide {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.vt-sea-awaits .awaits-slide img,
.vt-sea-awaits .awaits-images img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.vt-sea-awaits .awaits-pagination {
  right: auto !important;
  bottom: 18px !important;
  left: 20px !important;
  width: auto !important;
}

.vt-sea-awaits .awaits-images {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100% !important;
  height: 350px !important;
}

.vt-sea-awaits .awaits-images__item,
.vt-sea-awaits .awaits-images__item > a {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
}

.vt-sea-awaits-more {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding: 12px 22px;
  color: #fff;
  border-radius: 999px;
  background: rgba(7, 28, 49, 0.76);
  box-shadow: 0 8px 24px rgba(0, 24, 48, 0.3);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.vt-sea-awaits .awaits-images__item > a:hover .vt-sea-awaits-more {
  background: rgba(7, 28, 49, 0.9);
  transform: translate(-50%, -50%) scale(1.04);
}

@media (max-width: 767px) {
  .vt-sea-awaits-section {
    padding: 28px 0 !important;
  }

  .vt-sea-awaits {
    padding: 28px 26px 30px !important;
    border-radius: 26px !important;
  }

  .vt-sea-awaits .vt-sea-awaits-title {
    margin-bottom: 28px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  .vt-sea-awaits-group + .vt-sea-awaits-group {
    margin-top: 30px;
  }

  .vt-sea-awaits-group__title {
    gap: 12px;
    margin-bottom: 14px;
    font-size: 19px;
    line-height: 1.35;
  }

  .vt-sea-awaits-check {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    font-size: 14px;
  }

  .vt-sea-awaits-list {
    gap: 18px;
    padding-left: 34px;
  }

  .vt-sea-awaits-list li {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.48;
  }

  .vt-sea-awaits-list li::before {
    width: 6px;
    height: 6px;
  }

  .vt-sea-awaits-note {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.48;
  }

  .vt-sea-awaits .awaits-box {
    display: block !important;
    height: auto;
    margin-top: 28px !important;
  }

  .vt-sea-awaits .awaits-slider__box,
  .vt-sea-awaits .awaits-slider,
  .vt-sea-awaits .awaits-slider .swiper-wrapper,
  .vt-sea-awaits .awaits-slider .swiper-slide,
  .vt-sea-awaits .awaits-slide {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .vt-sea-awaits .awaits-images {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .vt-sea-awaits .awaits-box {
    height: 300px;
  }

  .vt-sea-awaits .awaits-slider__box,
  .vt-sea-awaits .awaits-slider,
  .vt-sea-awaits .awaits-slider .swiper-wrapper,
  .vt-sea-awaits .awaits-slider .swiper-slide,
  .vt-sea-awaits .awaits-slide,
  .vt-sea-awaits .awaits-images {
    height: 300px !important;
  }
}

.vt-sea-program-section {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 42px 0 52px !important;
  background: #e9eef8;
}

.vt-sea-program-section,
.vt-sea-program-section * {
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-program-title {
  margin: 0 0 30px !important;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.12 !important;
}

.vt-sea-program-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 18px;
  margin-top: 18px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='18' viewBox='0 0 78 18'%3E%3Cpath d='M2 10C8 2 14 2 20 10S32 18 38 10 50 2 56 10 68 18 76 9' fill='none' stroke='%235fc8f5' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vt-sea-program {
  box-sizing: border-box;
  padding: 30px 34px 26px !important;
  color: #111;
  border-radius: 28px !important;
  background: #f2fbff !important;
}

.vt-sea-program-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.vt-sea-program-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.vt-sea-program-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: #fff;
  border-radius: 50%;
  background: #2daeed;
  font-family: Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.vt-sea-program-item p {
  margin: 0;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.42;
}

.vt-sea-program-note {
  margin: 24px 0 0;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.46;
}

.vt-sea-program .slider6 {
  width: 100%;
  margin: 30px 0 0 !important;
}

.vt-sea-program .slider6-container,
.vt-sea-program .slider6-container .swiper-wrapper,
.vt-sea-program .slider6-container .swiper-slide,
.vt-sea-program .slider6-slide {
  height: 300px !important;
}

.vt-sea-program .slider6-container {
  overflow: hidden;
}

.vt-sea-program .slider6-slide {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.vt-sea-program .slider6-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.vt-sea-program .slider6-navigation {
  margin-top: 22px !important;
}

@media (max-width: 767px) {
  .vt-sea-program-section {
    padding: 30px 0 34px !important;
  }

  .vt-sea-program-title {
    margin-bottom: 28px !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .vt-sea-program-title::after {
    width: 74px;
    height: 17px;
    margin-top: 18px;
  }

  .vt-sea-program {
    padding: 28px 26px 30px !important;
    border-radius: 28px !important;
  }

  .vt-sea-program-list {
    gap: 24px;
  }

  .vt-sea-program-item {
    gap: 14px;
  }

  .vt-sea-program-check {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    font-size: 14px;
  }

  .vt-sea-program-item p {
    font-size: 20px;
    line-height: 1.42;
  }

  .vt-sea-program-note {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
  }

  .vt-sea-program .slider6 {
    margin-top: 28px !important;
  }

  .vt-sea-program .slider6-container,
  .vt-sea-program .slider6-container .swiper-wrapper,
  .vt-sea-program .slider6-container .swiper-slide,
  .vt-sea-program .slider6-slide {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .vt-sea-program .slider6-navigation {
    margin-top: 18px !important;
  }
}

.vt-sea-details-section {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 42px 0 54px !important;
  background: #e9eef8;
}

.vt-sea-details-section,
.vt-sea-details-section * {
  box-sizing: border-box;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-details-title {
  margin: 0 0 30px !important;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.12 !important;
}

.vt-sea-details-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 18px;
  margin-top: 18px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='18' viewBox='0 0 78 18'%3E%3Cpath d='M2 10C8 2 14 2 20 10S32 18 38 10 50 2 56 10 68 18 76 9' fill='none' stroke='%235fc8f5' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vt-sea-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vt-sea-details-card {
  position: relative;
  min-width: 0;
  padding: 32px 92px 32px 40px;
  color: #111;
  border-radius: 26px;
  background: #f2fbff;
}

.vt-sea-details-card__title {
  margin: 0 0 16px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.vt-sea-details-card__icon {
  position: absolute;
  top: 24px;
  right: 26px;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.vt-sea-details-card__icon--included {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%232daeed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.vt-sea-details-card__icon--excluded {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%232daeed' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h16a2 2 0 0 1 2 2v10H5a2 2 0 0 1-2-2V7Z'/%3E%3Cpath d='M3 7V5a2 2 0 0 1 1.6-2L17 1v6M16 12h5'/%3E%3Ccircle cx='17' cy='12' r='.7' fill='%232daeed' stroke='none'/%3E%3C/svg%3E");
}

.vt-sea-details-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-sea-details-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.48;
}

.vt-sea-details-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2daeed;
  transform: translateY(-50%);
}

.vt-sea-details-terms {
  grid-column: 1 / -1;
  padding-right: 40px;
}

.vt-sea-details-terms__title {
  margin-bottom: 16px;
}

.vt-sea-details-terms__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.vt-sea-details-terms__subtitle {
  margin: 0 0 9px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .vt-sea-details-section {
    padding: 30px 0 36px !important;
  }

  .vt-sea-details-title {
    margin-bottom: 28px !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .vt-sea-details-title::after {
    width: 74px;
    height: 17px;
    margin-top: 18px;
  }

  .vt-sea-details-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .vt-sea-details-card,
  .vt-sea-details-terms {
    grid-column: auto;
    padding: 30px 28px 32px;
    border-radius: 28px;
  }

  .vt-sea-details-card__title {
    max-width: calc(100% - 72px);
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.35;
  }

  .vt-sea-details-card__icon {
    top: 28px;
    right: 24px;
    width: 52px;
    height: 52px;
  }

  .vt-sea-details-list {
    gap: 18px;
  }

  .vt-sea-details-list li {
    padding-left: 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .vt-sea-details-list li::before {
    width: 6px;
    height: 6px;
  }

  .vt-sea-details-terms__title {
    max-width: none;
    margin-bottom: 26px;
  }

  .vt-sea-details-terms__columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .vt-sea-details-terms__subtitle {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.35;
  }
}

.vt-sea-boats-section {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 30px 0 64px !important;
  background: #e9eef8;
}

.vt-sea-boats-section,
.vt-sea-boats-section * {
  box-sizing: border-box;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-boats-title {
  margin: 0 0 30px !important;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.12 !important;
}

.vt-sea-boats-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 18px;
  margin-top: 18px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='18' viewBox='0 0 78 18'%3E%3Cpath d='M2 10C8 2 14 2 20 10S32 18 38 10 50 2 56 10 68 18 76 9' fill='none' stroke='%235fc8f5' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vt-sea-boats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.vt-sea-boat-card {
  min-width: 0;
  padding: 14px 14px 20px;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
}

.vt-sea-boat-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  border-radius: 18px;
  background: #dce8ef;
  cursor: pointer;
}

.vt-sea-boat-slides,
.vt-sea-boat-slide {
  position: absolute;
  inset: 0;
}

.vt-sea-boat-slide {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 260ms ease, transform 420ms ease, visibility 260ms ease;
}

.vt-sea-boat-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.vt-sea-boat-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vt-sea-boat-dots {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 126, 154, 0.64);
  backdrop-filter: blur(7px);
}

.vt-sea-boat-dots:empty {
  display: none;
}

.vt-sea-boat-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  transform: scale(1);
  transition: transform 180ms ease, background-color 180ms ease;
}

.vt-sea-boat-dot.is-active {
  background: #fff;
  transform: scale(1.32);
}

.vt-sea-boat-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #567184;
  font-size: 15px;
  text-align: center;
}

.vt-sea-boat-card__title {
  margin: 16px 8px 0;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991px) and (min-width: 768px) {
  .vt-sea-boats-grid {
    gap: 18px;
  }

  .vt-sea-boat-card {
    padding: 10px 10px 16px;
    border-radius: 22px;
  }

  .vt-sea-boat-gallery {
    border-radius: 15px;
  }

  .vt-sea-boat-card__title {
    margin: 13px 6px 0;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .vt-sea-boats-section {
    padding: 28px 0 40px !important;
  }

  .vt-sea-boats-title {
    margin-bottom: 28px !important;
    font-size: 38px !important;
    line-height: 1.1 !important;
  }

  .vt-sea-boats-title::after {
    width: 74px;
    height: 17px;
    margin-top: 18px;
  }

  .vt-sea-boats-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .vt-sea-boat-card {
    padding: 14px 14px 22px;
    border-radius: 28px;
  }

  .vt-sea-boat-gallery {
    aspect-ratio: 1.35 / 1;
    border-radius: 20px;
  }

  .vt-sea-boat-card__title {
    margin: 18px 8px 0;
    font-size: 22px;
    line-height: 1.35;
  }

  .vt-sea-boat-dots {
    left: 18px;
    bottom: 14px;
    gap: 10px;
    min-height: 32px;
  }
}

.vt-sea-useful-section {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 30px 0 64px !important;
  background: #e9eef8;
}

.vt-sea-useful-section,
.vt-sea-useful-section * {
  box-sizing: border-box;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
}

.vt-sea-useful-card {
  padding: 34px 42px 38px;
  color: #111;
  border-radius: 28px;
  background: #fff;
}

.vt-sea-useful-title {
  margin: 0 0 24px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.16;
}

.vt-sea-useful-group + .vt-sea-useful-group {
  margin-top: 22px;
}

.vt-sea-useful-group__title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 9px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.vt-sea-useful-check {
  display: inline-grid;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #2daeed;
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.vt-sea-useful-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0 0 0 31px;
  list-style: none;
}

.vt-sea-useful-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.48;
}

.vt-sea-useful-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2daeed;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .vt-sea-useful-section {
    padding: 18px 0 40px !important;
  }

  .vt-sea-useful-card {
    padding: 30px 26px 34px;
    border-radius: 28px;
  }

  .vt-sea-useful-title {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 1.1;
  }

  .vt-sea-useful-group + .vt-sea-useful-group {
    margin-top: 34px;
  }

  .vt-sea-useful-group__title {
    gap: 13px;
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.32;
  }

  .vt-sea-useful-check {
    flex-basis: 25px;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    font-size: 15px;
  }

  .vt-sea-useful-list {
    gap: 20px;
    padding-left: 38px;
  }

  .vt-sea-useful-list li {
    padding-left: 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .vt-sea-useful-list li::before {
    width: 6px;
    height: 6px;
  }
}

.vt-sea-why-section {
  margin: 0 !important;
  padding: 32px 0 64px !important;
  background: #e9eef8;
}

.vt-sea-why-section,
.vt-sea-why-section * {
  box-sizing: border-box;
  font-family: "Mont", "Mont Regular", Arial, sans-serif;
}

.vt-sea-why-title {
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 22px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
}

.vt-sea-why-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78 12'%3E%3Cpath d='M1 7c4.5-7 8.5-7 13 0s8.5 7 13 0 8.5-7 13 0 8.5 7 13 0 8.5-7 13 0 8.5 7 11 0' fill='none' stroke='%235cc9f5' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vt-sea-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.vt-sea-why-card {
  min-width: 0;
  min-height: 248px;
  margin: 0;
  padding: 28px 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #111;
  text-align: center;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(38, 61, 92, 0.12);
}

.vt-sea-why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  margin: 0 0 22px;
  color: #28aceb;
  border-radius: 50%;
  background: #eefaff;
}

.vt-sea-why-icon svg {
  display: block;
  width: 42px;
  height: 42px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-sea-why-card__title {
  margin: 0 0 12px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.vt-sea-why-card__text {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .vt-sea-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .vt-sea-why-card {
    min-height: 265px;
  }
}

@media (max-width: 767px) {
  .vt-sea-why-section {
    padding: 20px 0 44px !important;
  }

  .vt-sea-why-title {
    margin-bottom: 32px;
    padding-bottom: 24px;
    font-size: 38px;
    line-height: 1.1;
  }

  .vt-sea-why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .vt-sea-why-card {
    min-height: 292px;
    padding: 34px 27px 36px;
    border-radius: 30px;
  }

  .vt-sea-why-icon {
    flex-basis: 94px;
    width: 94px;
    height: 94px;
    margin-bottom: 26px;
  }

  .vt-sea-why-icon svg {
    width: 50px;
    height: 50px;
  }

  .vt-sea-why-card__title {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.22;
  }

  .vt-sea-why-card__text {
    font-size: 18px;
    line-height: 1.45;
  }
}

.vt-sea-faq-section {
  margin: 0 !important;
  padding: 58px 0 72px !important;
  background: #fff;
}

.vt-sea-faq-section,
.vt-sea-faq-section * {
  box-sizing: border-box;
  font-family: "Mont", "Mont Regular", Arial, sans-serif;
}

.vt-sea-faq-title {
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 22px;
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
}

.vt-sea-faq-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78 12'%3E%3Cpath d='M1 7c4.5-7 8.5-7 13 0s8.5 7 13 0 8.5-7 13 0 8.5 7 13 0 8.5-7 13 0 8.5 7 11 0' fill='none' stroke='%235cc9f5' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.vt-sea-faq-list {
  width: 100%;
  border-top: 1px solid #d8dbe1;
}

.vt-sea-faq-item {
  margin: 0;
  border-bottom: 1px solid #d8dbe1;
}

.vt-sea-faq-question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 112px;
  margin: 0;
  padding: 24px 104px 24px 0;
  color: #111;
  text-align: left;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.vt-sea-faq-question__text {
  color: #111;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.vt-sea-faq-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 200;
  line-height: 1;
  border-radius: 50%;
  background: #e9eef7;
  transform: translateY(-50%);
  transition: background-color 220ms ease, transform 220ms ease;
}

.vt-sea-faq-item.is-open .vt-sea-faq-toggle {
  background: #5cc9f5;
  transform: translateY(-50%) rotate(45deg);
}

.vt-sea-faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 300ms ease, opacity 240ms ease;
}

.vt-sea-faq-item.is-open .vt-sea-faq-answer-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
}

.vt-sea-faq-answer-inner {
  min-height: 0;
  overflow: hidden;
}

.vt-sea-faq-answer {
  margin: 0;
  padding: 0 104px 30px 0;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.vt-sea-faq-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 205px;
  gap: 18px;
  width: 100%;
  margin-top: 44px;
}

.vt-sea-faq-photo {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  background: #dfe8f5;
}

.vt-sea-faq-photo:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.vt-sea-faq-photo:nth-child(2) {
  grid-column: span 2;
}

.vt-sea-faq-photo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 450ms ease;
}

@media (hover: hover) {
  .vt-sea-faq-photo:hover .vt-sea-faq-photo__image {
    transform: scale(1.035);
  }
}

.vt-sea-faq-question:focus-visible {
  outline: 3px solid rgba(45, 174, 237, 0.35);
  outline-offset: 4px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .vt-sea-faq-section {
    padding: 38px 0 48px !important;
  }

  .vt-sea-faq-title {
    margin-bottom: 28px;
    padding-bottom: 24px;
    font-size: 38px;
    line-height: 1.1;
  }

  .vt-sea-faq-question {
    min-height: 94px;
    padding: 22px 68px 22px 0;
  }

  .vt-sea-faq-question__text {
    font-size: 21px;
    line-height: 1.32;
  }

  .vt-sea-faq-toggle {
    width: 54px;
    height: 54px;
    font-size: 42px;
  }

  .vt-sea-faq-answer {
    padding: 0 68px 27px 0;
    font-size: 18px;
    line-height: 1.55;
  }

  .vt-sea-faq-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 12px;
    margin-top: 30px;
  }

  .vt-sea-faq-photo {
    border-radius: 20px;
  }

  .vt-sea-faq-photo:first-child {
    grid-column: span 2;
    grid-row: auto;
    height: 260px;
  }

  .vt-sea-faq-photo:nth-child(2) {
    grid-column: span 2;
    height: 180px;
  }
}

.visit-one-day-hero-section.vt-sea-hero,
.visit-one-day-hero-section.vt-sea-hero * {
  font-family: "Mont", "Mont Bold", Arial, sans-serif;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide {
  height: 100%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  align-items: stretch;
}

.visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid > .walk-container {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 650px;
}

.visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid > .walk-container > .walk-slider {
  width: 100% !important;
  min-width: 0;
  height: 650px !important;
  margin: 0 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-container {
  width: 380px;
  height: 650px;
  min-width: 0;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking {
  box-sizing: border-box;
  min-width: 0;
  padding: 30px;
  color: #fff;
  border-radius: 30px;
  background: #0c3d91 url("/wp-content/themes/_visit/source/img/walk-form-bg.png") center / cover no-repeat;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-description {
  margin: 0;
  color: #fff;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 650px !important;
  margin: 0 !important;
  transform: none !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: none !important;
  grid-template-areas: none !important;
  grid-auto-flow: row !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 20px 0 0 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > * {
  grid-area: auto !important;
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  order: initial !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input.input,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="text"],
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="tel"] {
  box-sizing: border-box !important;
  display: block !important;
  order: initial !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: #676a6d !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: #fff !important;
  font-family: "Mont Regular", "Mont", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  flex: 0 0 54px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[name="phone"] {
  font-size: 14px !important;
  line-height: 16.8px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input::placeholder {
  color: #676a6d !important;
  opacity: 1 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-details {
  display: block;
  order: initial !important;
  width: 100%;
  min-width: 0;
  height: 54px;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-options {
  display: block;
  width: 100%;
  min-width: 0;
  height: 54px;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-field,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 54px;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 22px 0 58px;
  color: #676a6d;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: #fff;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger:hover,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(41, 170, 236, 0.28);
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger:active {
  transform: scale(0.985);
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger[aria-invalid="true"] {
  box-shadow: 0 0 0 3px rgba(255, 92, 92, 0.42);
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-field::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 24px;
  width: 23px;
  height: 23px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2329aaec' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  pointer-events: none;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-field-caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 58px;
  width: auto;
  color: #676a6d;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  transform: translateY(-50%);
  pointer-events: none;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger .vt-sea-hero-field-caption {
  position: static;
  width: 100%;
  color: inherit;
  font: inherit;
  line-height: inherit;
  transform: none;
  -webkit-user-select: none;
  user-select: none;
}

.vt-sea-hero-calendar-backdrop {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  background: rgba(3, 31, 72, 0.42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.vt-sea-hero-calendar-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.vt-sea-hero-calendar {
  box-sizing: border-box;
  width: min(92vw, 520px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  color: #111;
  border-radius: 26px;
  background: #f2f3f8;
  box-shadow: 0 24px 80px rgba(0, 25, 65, 0.32);
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.vt-sea-hero-calendar-backdrop.is-open .vt-sea-hero-calendar {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vt-sea-hero-calendar.is-changing .vt-sea-hero-calendar__days {
  opacity: 0;
  transform: translateX(12px);
}

.vt-sea-hero-calendar__title {
  margin: 0 0 22px;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.vt-sea-hero-calendar__label {
  margin-bottom: 10px;
  font-size: 18px;
}

.vt-sea-hero-calendar__controls {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 10px;
  margin-bottom: 18px;
}

.vt-sea-hero-calendar__nav,
.vt-sea-hero-calendar__month,
.vt-sea-hero-calendar__day,
.vt-sea-hero-calendar__done {
  box-sizing: border-box;
  border: 1px solid rgba(25, 40, 70, 0.12);
  background: #fff;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.vt-sea-hero-calendar__nav {
  height: 56px;
  padding: 0;
  color: #188ee8;
  border-radius: 16px;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.vt-sea-hero-calendar__nav:disabled {
  color: #c2c5ca;
  cursor: default;
}

.vt-sea-hero-calendar__month {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
}

.vt-sea-hero-calendar__week,
.vt-sea-hero-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.vt-sea-hero-calendar__week {
  margin-bottom: 8px;
  color: #8b8e96;
  font-size: 14px;
  text-align: center;
}

.vt-sea-hero-calendar__days {
  transition: opacity 140ms ease, transform 140ms ease;
}

.vt-sea-hero-calendar__day,
.vt-sea-hero-calendar__spacer {
  height: 48px;
  min-width: 0;
}

.vt-sea-hero-calendar__day {
  padding: 0;
  color: #111;
  border-radius: 14px;
  font-size: 16px;
  cursor: pointer;
}

.vt-sea-hero-calendar__day:hover:not(:disabled),
.vt-sea-hero-calendar__day:focus-visible {
  box-shadow: 0 0 0 3px rgba(41, 170, 236, 0.24);
  transform: translateY(-2px);
}

.vt-sea-hero-calendar__day:active:not(:disabled),
.vt-sea-hero-calendar__nav:active:not(:disabled),
.vt-sea-hero-calendar__done:active:not(:disabled) {
  transform: scale(0.94);
}

.vt-sea-hero-calendar__day.is-today {
  border-color: #29aaec;
}

.vt-sea-hero-calendar__day.is-selected {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(120deg, #57d696, #54cbe9);
  box-shadow: 0 8px 20px rgba(76, 201, 182, 0.32);
}

.vt-sea-hero-calendar__day:disabled {
  color: #c7c9cd;
  background: rgba(255, 255, 255, 0.46);
  cursor: not-allowed;
}

.vt-sea-hero-calendar__hint {
  margin: 18px 0 14px;
  color: #8b8e96;
  font-size: 14px;
  line-height: 1.35;
}

.vt-sea-hero-calendar__done {
  width: 100%;
  height: 58px;
  color: #fff;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(110deg, #58d791, #5ccce7);
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.vt-sea-hero-calendar__done:disabled {
  opacity: 0.48;
  cursor: default;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr) 29px;
  align-items: stretch;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field .vt-sea-hero-field-caption {
  top: 6px;
  left: 0;
  width: 100%;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  transform: none;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-button {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 54px;
  margin: 0;
  padding: 10px 0 0;
  color: #29aaec;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field input[type="number"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 54px;
  margin: 0;
  padding: 12px 0 0;
  color: #676a6d;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field input[type="number"]::-webkit-inner-spin-button,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  order: initial !important;
  box-sizing: border-box;
  width: 100%;
  min-height: 54px;
  padding: 3px;
  border-radius: 999px;
  background: #fff;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration label {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #4b5364;
  border-radius: 999px;
  font-family: "Mont Regular", "Mont", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration input:checked + span {
  color: #fff;
  background: linear-gradient(110deg, #4bd58c, #43cde6);
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"],
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button button {
  box-sizing: border-box !important;
  order: initial !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"],
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 22px !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(110deg, #4bd58c, #43cde6) !important;
  font-family: "Mont Bold", "Mont", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-button-arrow {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #46bfe2;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  line-height: 1;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"] > svg {
  display: none !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"]::before,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"]::after {
  display: none !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .messenger-choice {
  order: initial !important;
  max-width: 100% !important;
  color: #fff !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .messenger-choice__text,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .checkbox__text,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic_b {
  color: #fff !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .messenger-choice__text {
  font-size: 14px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .visit-form-consent,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .feed-form__checkbox {
  order: initial !important;
  margin-top: 1px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .checkbox__text,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic_b {
  font-size: 8px !important;
  line-height: 1.25 !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .visit-form-error {
  order: initial !important;
  margin: -4px 4px 0 !important;
  color: #fff !important;
  font-size: 9px !important;
}

@media (min-width: 768px) {
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking {
    height: 650px;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-head {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    z-index: 6;
    width: min(60%, 820px);
    margin: 0 !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slider {
    margin-top: 0 !important;
  }
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 41, 94, 0.34), rgba(0, 41, 94, 0) 72%);
  pointer-events: none;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__info,
.visit-one-day-hero-section.vt-sea-hero .walk-slide__box {
  position: absolute;
  z-index: 2;
  left: 28px;
  top: 73%;
  transform: translateY(-50%);
  width: min(78%, 760px);
  box-sizing: border-box;
  padding: 26px 30px 24px;
  color: #fff;
  border-radius: 18px;
  background: rgba(23, 54, 112, 0.56);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-size: clamp(28px, 2.2vw, 34px) !important;
  font-weight: 700;
  line-height: 1.05;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-description {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Mont", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__list,
.visit-one-day-hero-section.vt-sea-hero .walk-slide__list li {
  color: #fff;
  font-family: "Mont", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.4;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__list {
  margin: 0 0 15px;
}

.visit-one-day-hero-section.vt-sea-hero .walk-slide__list li::before {
  background: #28b9f2;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-prices {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-card {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 10px 8px 9px;
  color: #5edca0;
  border: 2px dashed #5edca0;
  border-radius: 14px;
  background: rgba(0, 45, 83, 0.42);
  white-space: nowrap;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-amount,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-hours {
  color: inherit;
  font-family: "Mont Bold", "Mont", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-amount {
  font-size: clamp(18px, 2vw, 27px);
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-hours {
  font-size: 13px;
}

.visit-one-day-hero-section.vt-sea-hero .walk-pagination {
  z-index: 4;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 700px !important;
    min-height: 700px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full.vt-sea-hero-grid {
    height: 700px !important;
    min-height: 700px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full.vt-sea-hero-grid > .walk-container {
    height: 700px !important;
    min-height: 700px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full.vt-sea-hero-grid .walk-slider .walk-slide {
    height: 700px !important;
    min-height: 700px !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid > .walk-container,
  .visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid > .walk-container > .walk-slider,
  .visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid .swiper-wrapper,
  .visit-one-day-hero-section.vt-sea-hero .walk.vt-sea-hero-grid .swiper-slide,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-container,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking {
    width: 100% !important;
    height: 700px !important;
    min-height: 700px !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__info,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__box {
    left: 18px;
    top: 62%;
    width: calc(100% - 36px);
    padding: 22px;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__title {
    font-size: clamp(23px, 3vw, 29px) !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-description,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__list,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__list li {
    font-size: 13px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-amount {
    font-size: 18px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-hours {
    font-size: 10px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking {
    padding: 26px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-title {
    font-size: clamp(25px, 3.4vw, 30px);
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-description {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .section._first.visit-one-day-hero-section.vt-sea-hero {
    margin-top: 0 !important;
    padding-top: 12px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full,
  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-container {
    height: auto !important;
    min-height: 0 !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full.vt-sea-hero-grid {
    display: flex !important;
    flex-direction: column;
    gap: 18px;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slider,
  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .swiper-wrapper,
  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .swiper-slide,
  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide {
    height: clamp(480px, 135vw, 500px) !important;
    min-height: 480px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slider {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide {
    display: block !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 28px;
    background: #dceaf5 !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide__content {
    position: relative !important;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__info,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__box {
    position: relative !important;
    z-index: 2;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    padding: 28px 25px 22px;
    color: #111;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__title {
    margin-bottom: 13px;
    color: #111;
    font-size: clamp(25px, 7.4vw, 31px);
    line-height: 1.13;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-description {
    margin-bottom: 12px;
    color: #151515;
    font-size: 15px;
    line-height: 1.38;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__list,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__list li {
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.4;
  }

  .visit-one-day-hero-section.vt-sea-hero .walk-slide__list {
    margin-bottom: 12px;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .vt-sea-hero-prices {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-card {
    padding: 11px 6px 10px;
    color: #51d89b;
    background: rgba(255, 255, 255, 0.34);
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-amount {
    font-size: clamp(19px, 5.7vw, 25px);
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-hours {
    font-size: 12px;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide__img {
    position: absolute !important;
    z-index: 1;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide__img::after {
    content: "" !important;
    position: absolute !important;
    z-index: 1 !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.99) 52%, rgba(255, 255, 255, 0.92) 61%, rgba(255, 255, 255, 0.45) 70%, rgba(255, 255, 255, 0) 82%) !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk._full .walk-slide__img img {
    min-height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking {
    width: 100%;
    height: auto !important;
    padding: 27px 24px 22px;
    border-radius: 28px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-title {
    font-size: 27px;
    line-height: 1.1;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-description {
    margin-bottom: 0;
    font-size: 14px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form {
    height: auto !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-container {
    width: 100%;
    height: auto;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input.input,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="text"],
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="tel"],
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"],
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button button {
    height: 52px !important;
    min-height: 52px !important;
    flex-basis: 52px !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-details,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-options,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-field,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-button,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-people-field input[type="number"] {
    height: 52px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration {
    min-height: 52px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration span {
    height: 46px;
  }

  .vt-sea-hero-calendar {
    width: min(94vw, 440px);
    padding: 20px;
    border-radius: 22px;
  }

  .vt-sea-hero-calendar__title {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .vt-sea-hero-calendar__controls {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: 8px;
  }

  .vt-sea-hero-calendar__nav,
  .vt-sea-hero-calendar__month {
    height: 50px;
  }

  .vt-sea-hero-calendar__week,
  .vt-sea-hero-calendar__days {
    gap: 6px;
  }

  .vt-sea-hero-calendar__day {
    height: 44px;
    border-radius: 12px;
    font-size: 15px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .checkbox__text,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic,
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic_b {
    font-size: 9px !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk-pagination {
    position: absolute !important;
    z-index: 5 !important;
    right: auto !important;
    bottom: 18px !important;
    left: 24px !important;
    display: flex !important;
    align-items: center;
    width: auto !important;
    padding: 8px 10px;
    border-radius: 20px;
    background: rgba(26, 86, 137, 0.45);
    transform: none !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk-pagination .swiper-pagination-bullet {
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important;
    opacity: 0.48 !important;
    background: #fff !important;
  }

  .section._first.visit-one-day-hero-section.vt-sea-hero .walk-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
}

@media (max-width: 390px) {
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__info,
  .visit-one-day-hero-section.vt-sea-hero .walk-slide__box {
    padding-right: 21px;
    padding-left: 21px;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-price-amount {
    font-size: 20px;
  }
}

/* Exact typography from the Arctic Wow multi-day booking form. */
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-title {
  font-family: "Mont Bold", sans-serif !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  line-height: 31.9px !important;
  letter-spacing: normal !important;
  text-align: center !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-description {
  font-family: "Mont Regular", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0.1px !important;
  text-align: center !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input.input,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="text"],
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-box > input[type="tel"] {
  font-family: "Mont Regular", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-date-trigger {
  letter-spacing: 0.1px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-duration span {
  font-family: "Mont Regular", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"],
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button button {
  font-family: "Mont SemiBold", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 16.5px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .messenger-choice__text {
  font-family: "Mont Regular", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .checkbox__text,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic,
.visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .politic_b {
  font-family: "Mont Regular", sans-serif !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 11.25px !important;
}

.vt-sea-hero-calendar,
.vt-sea-hero-calendar__nav,
.vt-sea-hero-calendar__month,
.vt-sea-hero-calendar__day {
  font-family: "Mont Regular", sans-serif !important;
  font-weight: 400 !important;
}

.vt-sea-hero-calendar__title {
  font-family: "Mont Bold", sans-serif !important;
  font-weight: 400 !important;
}

.vt-sea-hero-calendar__done {
  font-family: "Mont SemiBold", sans-serif !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form button[type="submit"],
  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .walk-form__button button {
    line-height: 22.5px !important;
  }

  .visit-one-day-hero-section.vt-sea-hero .vt-sea-hero-booking-form .messenger-choice__text {
    font-size: 14px !important;
  }
}
