@media (orientation: landscape) and (max-width: 950px) and (max-height: 500px) {
  html,
  body {
    overflow-x: clip;
  }

  .bl-desktop-nav {
    display: none !important;
  }

  .bl-burger {
    display: inline-flex !important;
  }

  .bl-hdr-row,
  #bl-sticky {
    min-height: 58px;
    padding: 7px 22px !important;
  }

  .bl-hdr-row img,
  #bl-sticky img {
    height: 20px !important;
  }

  .bl-hdr-row .bl-burger,
  #bl-sticky .bl-burger {
    width: 40px !important;
    height: 40px !important;
  }

  .bl-tablet-panel {
    inset: 10px 12px auto auto !important;
    width: min(390px, calc(100vw - 24px)) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100svh - 20px) !important;
    overflow-y: auto !important;
    padding: 14px 18px 16px !important;
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 12px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .38);
  }

  .bl-tablet-panel > div:first-child {
    margin-bottom: 8px !important;
  }

  .bl-tablet-panel > div:first-child button {
    width: 38px !important;
    height: 38px !important;
  }

  .bl-main-mobile-nav > a,
  .bl-main-mobile-nav .bl-mnav-programs summary {
    min-height: 36px !important;
    padding: 7px 0 !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .bl-main-mobile-nav .bl-mnav-program-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
    padding-bottom: 6px;
  }

  .bl-main-mobile-nav .bl-mnav-program-list a {
    padding: 5px 0 !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 11.5px !important;
  }

  .bl-main-mobile-nav > div:nth-last-child(2) {
    margin-top: 9px !important;
  }

  .bl-main-mobile-actions {
    margin-top: 9px !important;
  }

  .bl-main-mobile-actions a {
    min-height: 40px !important;
    padding: 9px 14px !important;
  }

  #top {
    min-height: 100svh !important;
    align-items: flex-end !important;
  }

  #top > div:last-child {
    padding: 68px 30px 24px !important;
  }

  #top .bl-hero-copy {
    max-width: 690px !important;
  }

  #top h1 {
    max-width: 680px;
    font-size: clamp(31px, 4.3vw, 39px) !important;
    line-height: 1.08 !important;
  }

  #top p {
    max-width: 620px !important;
    margin-top: 10px !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  #top .bl-hero-btns {
    gap: 10px !important;
    margin-top: 14px !important;
  }

  #top .bl-hero-btns a {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }

  .bl-hub-footer {
    padding: 30px 28px 22px !important;
  }

  .bl-hub-footer-grid {
    grid-template-columns: 1.25fr .9fr .9fr !important;
    gap: 24px !important;
    padding-bottom: 22px !important;
  }

  .bl-hub-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bl-hub-footer-brand p {
    max-width: 300px !important;
    margin-top: 10px !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  .bl-hub-footer-brand > div {
    margin-top: 12px !important;
  }

  .bl-hub-footer-links > div:first-child {
    margin-bottom: 10px !important;
  }

  .bl-hub-footer-links > div:last-child {
    gap: 7px !important;
  }

  .bl-hub-footer-links a {
    font-size: 11.5px !important;
  }

  .bl-hub-footer-bottom {
    padding-top: 15px !important;
    justify-content: center !important;
    text-align: center;
  }
}
