@layer bds.base, bds.component, base, component, template;

@font-face {
  font-family: "Gilda Display";
  src: url("/wp-content/themes/jupiter-child/assets/fonts/gilda-display.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GildaDisplay-Regular";
  src: url("/wp-content/themes/jupiter-child/assets/fonts/gilda-display.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#how-it-works-section {
  --bekaa-card-rail-gutter: 18px;
  --bekaa-fleet-mobile-gutter: 35px;
  --bekaa-fleet-mobile-card-width: min(84vw, 340px);
  --bekaa-display-font: "Gilda Display", Georgia, "Times New Roman", serif;
  --bekaa-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

body.has-bekaa-air-difference #mk-theme-container {
  overflow: visible !important;
}

#how-it-works-section ._cards_phvok_253 {
  --gap: var(--bekaa-card-rail-gutter);
}

#how-it-works-section div[slot="desktop"] ._container_phvok_164 {
  margin-top: 0;
}

#how-it-works-section div[slot="desktop"] ._cards_phvok_253 {
  --card-height: clamp(740px, 80svh, 790px);
  --card-expanded-width: clamp(520px, 29vw, 560px);
  --card-close-width: clamp(220px, 12vw, 240px);
  --card-close-height: clamp(480px, 52svh, 520px);
}

#how-it-works-section div[slot="mobile"] ._cards_phvok_253 {
  --bekaa-card-rail-gutter: 16px;
  --card-height: clamp(620px, 77svh, 660px);
  --card-expanded-width: var(--bekaa-fleet-mobile-card-width);
  --card-close-width: 136px;
  --card-close-height: 310px;
}

#how-it-works-section div[slot="mobile"] {
  --card-height: clamp(620px, 77svh, 660px);
}

#how-it-works-section div[slot="mobile"] ._track_phvok_307 {
  padding-right: var(--bekaa-fleet-mobile-gutter);
  padding-left: var(--bekaa-fleet-mobile-gutter);
}

#how-it-works-section ._cardWrap_phvok_398 {
  position: relative;
}

#how-it-works-section ._card_phvok_253 {
  color: #fff;
  background: transparent;
}

#how-it-works-section ._card_phvok_253:focus {
  outline: none;
}

#how-it-works-section ._card_phvok_253:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .72);
  outline-offset: 4px;
}

#how-it-works-section ._cardBackground_phvok_455,
#how-it-works-section ._cardInner_phvok_438 {
  border-radius: 0;
}

#how-it-works-section ._cardInner_phvok_438,
#how-it-works-section ._cardBackground_phvok_455 {
  overflow: hidden;
}

#how-it-works-section ._cardInner_phvok_438 {
  background: transparent;
}

#how-it-works-section ._cardBackground_phvok_455 {
  position: relative;
  isolation: isolate;
  background: #111;
}

#how-it-works-section .bekaa-diff-picture,
#how-it-works-section .bekaa-diff-card-image,
#how-it-works-section .bekaa-diff-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: var(--card-expanded-width);
  height: var(--card-height);
  transform: translate(-50%, -50%);
}

#how-it-works-section .bekaa-diff-card-image {
  max-width: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  object-position: center;
}

#how-it-works-section .bekaa-diff-overlay {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .22) 100%);
}

#how-it-works-section lim-carousel-mobile {
  position: relative;
}

#how-it-works-section .bekaa-diff-mobile-carousel-shell {
  position: relative;
}

#how-it-works-section .bekaa-diff-mobile-arrows {
  display: none !important;
}

#how-it-works-section ._arrows_phvok_698 {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .18s ease, visibility 0s linear .18s;
}

#how-it-works-section ._arrows_phvok_698.bekaa-diff-arrows-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease;
}

#how-it-works-section .bekaa-diff-fleet-arrow {
  position: absolute;
  top: 50%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 72px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(126, 111, 94, 0.3);
  border-radius: 999px;
  appearance: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(248, 245, 240, 0.88) 100%);
  box-shadow: 0 10px 22px rgba(16, 14, 12, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  color: #3b332a;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  opacity: 0.86;
  pointer-events: auto;
  transform: translateY(-50%) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease, border-color 0.22s ease;
}

#how-it-works-section .bekaa-diff-fleet-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1.75px solid currentColor;
  border-right: 1.75px solid currentColor;
  opacity: 0.92;
}

#how-it-works-section .bekaa-diff-fleet-arrow--prev {
  left: max(10px, env(safe-area-inset-left));
}

#how-it-works-section .bekaa-diff-fleet-arrow--prev::before {
  margin-left: 3px;
  transform: rotate(-135deg);
}

#how-it-works-section .bekaa-diff-fleet-arrow--next {
  right: max(10px, env(safe-area-inset-right));
}

#how-it-works-section .bekaa-diff-desktop-arrows .bekaa-diff-fleet-arrow {
  top: calc(50% + 32px);
}

@media (max-width: 599.98px) {
  /* Pull the card carousel up to cut the blank scroll gap after the
     "Bekaa Air difference." entrance. Tuned so the cards stay below the
     fold while the entrance images are still flying in (they finish by
     ~frame 200); the cards only begin to appear once the title has shown. */
  #how-it-works-section div[slot="mobile"] .bekaa-diff-mobile-carousel-shell {
    margin-top: -27vh;
  }

  #how-it-works-section div[slot="mobile"] lim-carousel-mobile > ._arrows_phvok_698 {
    display: none !important;
  }

  #how-it-works-section div[slot="mobile"] .bekaa-diff-mobile-arrows {
    display: block !important;
    width: auto;
    transform: none;
  }

  #how-it-works-section div[slot="mobile"] .bekaa-diff-fleet-arrow--prev {
    left: max(12px, env(safe-area-inset-left));
  }

  #how-it-works-section div[slot="mobile"] .bekaa-diff-fleet-arrow--next {
    right: max(12px, env(safe-area-inset-right));
  }

  #how-it-works-section div[slot="mobile"] .bekaa-diff-fleet-arrow {
    top: calc(64px + var(--card-height) / 2);
  }
}

#how-it-works-section .bekaa-diff-fleet-arrow--next::before {
  margin-right: 3px;
  transform: rotate(45deg);
}

#how-it-works-section .bekaa-diff-fleet-arrow svg {
  display: none;
}

#how-it-works-section .bekaa-diff-fleet-arrow.visible,
#how-it-works-section .bekaa-diff-fleet-arrow:hover {
  opacity: 1;
}

#how-it-works-section .bekaa-diff-fleet-arrow:hover {
  border-color: rgba(126, 111, 94, 0.45);
  box-shadow: 0 14px 30px rgba(16, 14, 12, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-50%) scale(1.04) !important;
}

#how-it-works-section .bekaa-diff-fleet-arrow:active {
  transform: translateY(-50%) scale(0.98) !important;
}

#how-it-works-section .bekaa-diff-fleet-arrow:focus-visible {
  outline: 2px solid #c59f6a;
  outline-offset: 2px;
}

#how-it-works-section .bekaa-diff-fleet-arrow[disabled],
#how-it-works-section .bekaa-diff-fleet-arrow[aria-hidden="true"] {
  pointer-events: none;
  opacity: 0;
}

#how-it-works-section ._cardAssets_phvok_504 {
  display: none !important;
}

#how-it-works-section ._closedContent_phvok_218 {
  position: absolute !important;
  z-index: 4;
  inset: auto 0 0 0 !important;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  padding: 0 24px 34px !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  color: #fff;
  text-align: left;
  pointer-events: none;
  opacity: 1;
  transform: none !important;
  transition: opacity .28s cubic-bezier(.5, 1, .89, 1);
}

#how-it-works-section ._card_phvok_253[open] ._closedContent_phvok_218 {
  opacity: 0;
}

#how-it-works-section .bekaa-diff-number {
  display: block;
  font-family: var(--bekaa-display-font);
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .94);
}

#how-it-works-section .bekaa-diff-dot {
  color: #e53935;
}

#how-it-works-section .bekaa-diff-label {
  display: block;
  max-width: 140px;
  font-family: var(--bekaa-system-font);
  font-size: 11px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .88);
}

#how-it-works-section .bekaa-diff-label-word {
  display: block;
}

#how-it-works-section ._cardContent_phvok_511 {
  position: absolute !important;
  z-index: 5;
  inset: 0 !important;
  display: flex !important;
  width: auto !important;
  height: auto !important;
  padding: 0 34px 58px !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .32s cubic-bezier(.5, 1, .89, 1),
    transform .32s cubic-bezier(.5, 1, .89, 1);
}

#how-it-works-section ._card_phvok_253[open] + ._cardContent_phvok_511 {
  opacity: 1;
  transform: translateY(0);
}

#how-it-works-section ._sizer_phvok_529 {
  display: none !important;
}

#how-it-works-section ._eyebrow_phvok_563 {
  display: none !important;
  margin: 0;
}

#how-it-works-section ._eyebrow_phvok_563 > div {
  font-family: var(--bekaa-system-font);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}

#how-it-works-section ._title_phvok_132 {
  max-width: 400px;
  margin: 0 0 16px;
}

#how-it-works-section ._title_phvok_132 > div {
  font-family: var(--bekaa-display-font);
  font-size: 44px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

#how-it-works-section ._body_phvok_571 {
  max-width: 380px;
}

#how-it-works-section ._body_phvok_571 > div,
#how-it-works-section ._body_phvok_571 p {
  font-family: var(--bekaa-system-font);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .84);
  overflow-wrap: anywhere;
}

#how-it-works-section ._body_phvok_571 p {
  margin: 0;
}

@media (max-width: 599.98px) {
  #how-it-works-section ._closedContent_phvok_218 {
    padding: 0 18px 26px !important;
    gap: 12px;
  }

  #how-it-works-section .bekaa-diff-number {
    font-size: 31px;
  }

  #how-it-works-section .bekaa-diff-label {
    max-width: 96px;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: .16em;
  }

  #how-it-works-section ._cardContent_phvok_511 {
    padding: 0 24px 64px !important;
  }

  #how-it-works-section ._eyebrow_phvok_563 {
    margin-bottom: 14px;
  }

  #how-it-works-section ._eyebrow_phvok_563 > div {
    font-size: 9px;
    letter-spacing: .16em;
  }

  #how-it-works-section ._title_phvok_132 {
    margin-bottom: 14px;
  }

  #how-it-works-section ._title_phvok_132 > div {
    font-size: 31px;
    line-height: 1.08;
  }

  #how-it-works-section ._body_phvok_571 > div,
  #how-it-works-section ._body_phvok_571 p {
    font-size: 14px;
    line-height: 1.5;
  }
}
