.vacapals-highlights {
  position: relative;
  z-index: 1002;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  overflow: hidden;
  padding: 0 24px;
  border-radius: 16px;
  background: #020e24;
  color: #ffffff;
  isolation: isolate;
}


/* The exported section reserves space for a removed content block. */
.framer-1lv7i6d > .framer-18rx1ql {
  padding-top: 0 !important;
  position: relative;
  z-index: 10000 !important;
  isolation: isolate;
}

.framer-1lv7i6d > .framer-18rx1ql > .framer-1tuy1pd {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  gap: 10px !important;
}

.framer-1lv7i6d > .framer-18rx1ql > .framer-1tuy1pd > .framer-cy1o20 {
  position: relative;
  z-index: 10001 !important;
}

.framer-1lv7i6d .framer-17cd3it-container {
  position: relative;
  z-index: 10002 !important;
}

.vacapals-highlights__heading {
  width: 100%;
  margin: 0 0 14px;
  padding-top: 14px;
  color: #020e24;
  font: 800 clamp(22px, 2.6vw, 32px)/1 "DM Sans", sans-serif;
  letter-spacing: -0.04em;
  text-align: center;
}

.vacapals-hero-pricing {
  width: 100%;
  margin: 0;
  --framer-text-alignment: center;
  text-align: center !important;
}

.vacapals-highlights::before,
.vacapals-highlights::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 56px;
  pointer-events: none;
  content: "";
}

.vacapals-highlights::before {
  left: 0;
  background: linear-gradient(90deg, #020e24, transparent);
}

.vacapals-highlights::after {
  right: 0;
  background: linear-gradient(270deg, #020e24, transparent);
}

.vacapals-highlights__track {
  display: flex;
  flex: none;
  width: max-content;
  animation: vacapals-highlight-scroll 34s linear infinite;
}

.vacapals-highlights__group {
  display: flex;
  flex: none;
}

.vacapals-highlight {
  display: flex;
  flex: none;
  align-items: center;
  gap: 12px;
  width: 248px;
  min-height: 80px;
  padding: 12px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.vacapals-highlight__icon {
  flex: none;
  color: #ffdd00;
  width: 28px;
  height: 28px;
}

.vacapals-highlight__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vacapals-highlight__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.vacapals-highlight__title,
.vacapals-highlight__description {
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

.vacapals-highlight__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.vacapals-highlight__description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.vacapals-highlights:hover .vacapals-highlights__track,
.vacapals-highlights:focus-within .vacapals-highlights__track {
  animation-play-state: paused;
}

@keyframes vacapals-highlight-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 809.98px) {
  /* The mobile booking embed should use the full viewport width. The
     fallback is moved out of this wrapper by homepage-locations.js. */
  .framer-2kBa4 .framer-mjwy2j {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .framer-1lv7i6d > .framer-18rx1ql {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100vw !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 8px !important;
    border-radius: 0 !important;
  }

  .framer-1lv7i6d > .framer-18rx1ql > .framer-1tuy1pd,
  .framer-1lv7i6d > .framer-18rx1ql > .framer-1tuy1pd > .framer-cy1o20 {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
  }

  .vacapals-highlights__heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .vacapals-highlights {
    height: 96px;
    min-height: 96px;
    border-radius: 0;
    padding: 0 14px;
  }

  .vacapals-highlight {
    width: 218px;
    min-height: 96px;
    padding: 12px 18px;
  }

  .vacapals-highlight__icon {
    width: 24px;
    height: 24px;
  }

  .vacapals-highlight__title {
    font-size: 12px;
  }

  .vacapals-highlight__description {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vacapals-highlights__track {
    animation: none;
  }
}
