.elementor-7288 .elementor-element.elementor-element-2757dca{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6f2768 *//* =========================================================
   SPACING + CLUTTER FIX PATCH
   Add BELOW your current CSS
   ========================================================= */

/* GLOBAL IMPROVEMENTS */
.vx-root * {
  box-sizing: border-box;
}

.vx-root {
  line-height: 1.45;
}

/* HERO */
.vx-hero {
  align-items: stretch;
}

.vx-hero-text-block {
  padding: 72px 64px;
  gap: 18px;
}

.vx-hero-clock-block {
  padding: 64px 48px;
  gap: 48px;
}

.vx-pre-title {
  margin-bottom: 12px;
}

.vx-h1 {
  line-height: 0.94;
  margin-bottom: 24px;
}

.vx-hero-sub {
  margin-top: 6px;
  max-width: 460px;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.62);
}

.vx-hero-ctas {
  margin-bottom: 14px;
  gap: 14px;
}

/* BUTTONS */
.vx-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* COUNTDOWN */
.vx-clock-row {
  gap: 12px;
  flex-wrap: wrap;
}

.vx-clock-unit {
  min-width: 78px;
  padding: 18px 14px 14px;
}

.vx-clock-num {
  font-size: 2.4rem;
}

.vx-clock-lbl {
  margin-top: 8px;
}

.vx-clock-sub {
  margin-top: 20px;
  line-height: 1.6;
}

/* MARQUEE */
.vx-marquee-wrap {
  height: 46px;
}

.vx-marquee {
  align-items: center;
}

/* SECTION SPACING */
.vx-section {
  padding: 80px 56px;
}

.vx-section-label {
  margin-bottom: 48px;
}

/* SCHEDULE */
.vx-sched-grid {
  gap: 32px;
  align-items: start;
}

.vx-sched-col {
  padding: 38px;
}

.vx-sched-head {
  margin-bottom: 32px;
}

.vx-match-stack {
  gap: 2px;
}

.vx-match-item {
  align-items: flex-start;
  padding: 16px 0;
  gap: 18px;
}

.vx-m-date {
  min-width: 82px;
  font-size: 0.76rem;
  padding-top: 2px;
}

.vx-m-teams {
  line-height: 1.5;
  font-size: 0.92rem;
}

.vx-ko-tag {
  margin-top: 6px;
}

.vx-sched-cta {
  margin-top: 30px;
}

/* FLEET */
.vx-fleet-list {
  overflow: hidden;
}

.vx-fleet-item {
  padding: 30px 32px;
  gap: 24px;
  align-items: center;
}

.vx-fleet-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vx-fleet-name {
  margin-bottom: 0;
  line-height: 1.3;
}

.vx-fleet-desc {
  line-height: 1.7;
  max-width: 720px;
}

.vx-fleet-icon-big {
  font-size: 2.2rem;
  opacity: 0.85;
}

/* AIRPORT */
.vx-airport {
  align-items: stretch;
}

.vx-airport-label-col {
  padding: 56px 40px;
}

.vx-airport-content {
  padding: 56px;
}

.vx-airport-p {
  margin-bottom: 36px;
  line-height: 1.9;
}

.vx-airport-hubs {
  gap: 16px;
}

.vx-hub {
  padding: 18px;
  gap: 16px;
  min-height: 88px;
}

.vx-hub-full {
  line-height: 1.55;
}

/* FOOTER */
.vx-footer {
  padding: 96px 56px 72px;
}

.vx-footer-h2 {
  line-height: 1;
  margin-bottom: 24px;
}

.vx-footer-p {
  line-height: 1.85;
  margin-bottom: 42px;
}

.vx-footer-btns {
  gap: 16px;
}

/* MOBILE FIXES */
@media (max-width: 900px) {

  .vx-section,
  .vx-fleet-section,
  .vx-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vx-hero-text-block,
  .vx-hero-clock-block {
    padding: 42px 24px;
  }

  .vx-sched-col {
    padding: 28px 22px;
  }

  .vx-sched-city {
    font-size: 2.2rem;
  }

  .vx-match-item {
    gap: 14px;
  }

  .vx-airport-content {
    padding: 36px 24px;
  }

  .vx-fleet-item {
    gap: 18px;
  }
}

/* SMALL MOBILE */
@media (max-width: 560px) {

  .vx-h1 {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .vx-clock-row {
    justify-content: center;
  }

  .vx-clock-unit {
    min-width: 64px;
    padding: 14px 10px;
  }

  .vx-clock-num {
    font-size: 1.9rem;
  }

  .vx-sched-city {
    font-size: 1.9rem;
  }

  .vx-match-item {
    flex-direction: column;
    gap: 6px;
  }

  .vx-m-date {
    min-width: auto;
  }

  .vx-fleet-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .vx-fleet-divider {
    display: none;
  }

  .vx-airport-h2 {
    font-size: 2rem;
  }

  .vx-footer-h2 {
    font-size: 2.3rem;
  }

  .vx-footer-btns {
    flex-direction: column;
    width: 100%;
  }

  .vx-footer-btns .vx-btn {
    width: 100%;
  }
}/* End custom CSS */