/* Banking Programs — premium institutional presentation */
.bp-page {
  --bp-navy-950: #061427;
  --bp-navy-900: #0a1e38;
  --bp-navy-800: #102d50;
  --bp-blue-600: #1e5ba8;
  --bp-gold-500: #f5a623;
  --bp-gold-300: #ffd879;
  --bp-ink: #14243a;
  --bp-muted: #607089;
  --bp-line: #dfe7f1;
  --bp-soft: #f4f7fb;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: #f7f9fc;
  color: var(--bp-ink);
}

.bp-page *,
.bp-page *::before,
.bp-page *::after {
  box-sizing: border-box;
}

.bp-page .container,
.bp-hero-grid,
.bp-hero-content,
.bp-lead-card,
.bp-program-card,
.bp-section-head > * {
  min-width: 0;
}

.bp-hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 72px 0;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(4, 17, 34, .98) 0%, rgba(7, 27, 53, .94) 43%, rgba(7, 27, 53, .60) 67%, rgba(7, 27, 53, .18) 100%),
    var(--bp-hero-image);
  background-position: center;
  background-size: cover;
}

.bp-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(4, 17, 34, .36));
}

.bp-hero::after {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  opacity: .7;
}

.bp-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 450px);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.bp-hero-content {
  max-width: 720px;
}

.bp-eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(245,166,35,.42);
  border-radius: 7px;
  background: rgba(245,166,35,.10);
  color: #c78212;
  font-size: .7rem;
  letter-spacing: .14em;
  line-height: 1;
}

.bp-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(245,166,35,.13);
}

.bp-hero .bp-eyebrow,
.bp-section.dark .bp-eyebrow {
  color: var(--bp-gold-300);
  border-color: rgba(255,216,121,.35);
  background: rgba(255,216,121,.09);
}

.bp-hero h1 {
  max-width: 720px;
  margin: 24px 0 20px;
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 4.65rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.bp-hero h1 span {
  color: var(--bp-gold-300);
}

.bp-hero-copy {
  max-width: 650px;
  margin: 0;
  color: rgba(239,246,255,.77);
  font-size: 1.04rem;
  line-height: 1.75;
}

.bp-hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.bp-hero-actions .btn {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 9px;
  font-size: .88rem;
  font-weight: 800;
}

.bp-hero-actions .btn-primary,
.bp-lead-card .btn-primary,
.bp-card-actions .btn-primary,
.bp-final-cta .btn-primary,
.bp-panel .btn-primary {
  border-color: var(--bp-gold-500);
  background: var(--bp-gold-500);
  color: var(--bp-navy-950);
  box-shadow: 0 10px 24px rgba(245,166,35,.19);
}

.bp-hero-actions .btn-primary:hover,
.bp-lead-card .btn-primary:hover,
.bp-card-actions .btn-primary:hover,
.bp-final-cta .btn-primary:hover,
.bp-panel .btn-primary:hover {
  border-color: #e69614;
  background: #e69614;
  transform: translateY(-1px);
}

.bp-hero-actions .btn-ghost {
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.09);
  color: #fff;
  backdrop-filter: blur(12px);
}

.bp-quick-strip {
  max-width: 720px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.13);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.bp-strip-item {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: rgba(6,20,39,.72);
  padding: 13px 15px;
}

.bp-strip-item strong {
  font-size: 1.05rem;
  letter-spacing: -.02em;
}

.bp-strip-item span {
  color: rgba(255,255,255,.58);
  font-size: .72rem;
}

.bp-lead-card {
  width: 100%;
  max-width: 450px;
  justify-self: end;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.bp-lead-head {
  position: relative;
  padding: 23px 26px 20px;
  border-bottom: 1px solid #e8edf4;
  background: #fff;
  color: var(--bp-navy-900);
}

.bp-lead-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 56px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--bp-gold-500);
}

.bp-lead-head strong {
  font-size: 1.22rem;
  letter-spacing: -.02em;
}

.bp-lead-head span {
  color: var(--bp-muted);
  font-size: .78rem;
  font-weight: 600;
}

.bp-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 12px;
  padding: 21px 26px 24px;
}

.bp-field-wide,
.bp-flash,
.bp-form > .bp-form-note,
.bp-form > .btn,
.bp-form > .bp-privacy-note {
  grid-column: 1 / -1;
}

.bp-field {
  gap: 6px;
}

.bp-field label {
  color: #43546b;
  font-size: .66rem;
  letter-spacing: .1em;
}

.bp-field input,
.bp-field select {
  min-width: 0;
  height: 45px;
  border-color: #d8e1ed;
  border-radius: 8px;
  padding: 9px 11px;
  background: #fbfcfe;
  font-size: .82rem;
}

.bp-field input:hover,
.bp-field select:hover {
  border-color: #b7c4d5;
}

.bp-field input:focus,
.bp-field select:focus {
  border-color: var(--bp-gold-500);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245,166,35,.13);
}

.bp-form-note {
  margin: 0;
  color: #687891;
  font-size: .7rem;
  line-height: 1.5;
}

.bp-form-note a {
  color: var(--bp-blue-600);
  font-weight: 700;
}

.bp-form-note input[type="checkbox"] {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  accent-color: var(--bp-gold-500);
}

.bp-form > .btn {
  min-height: 47px;
  border-radius: 8px;
  font-size: .82rem;
}

.bp-privacy-note {
  text-align: center;
  color: #8190a5;
}

.bp-local-nav {
  top: 74px;
  border-bottom: 1px solid rgba(13,35,62,.1);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 26px rgba(10,30,56,.05);
}

.bp-local-nav .container {
  gap: 2px;
  scrollbar-width: none;
}

.bp-local-nav .container::-webkit-scrollbar {
  display: none;
}

.bp-local-nav a {
  position: relative;
  padding: 17px 15px;
  color: #53647b;
  font-size: .76rem;
  transition: color .2s ease;
}

.bp-local-nav a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 2px;
  background: var(--bp-gold-500);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.bp-local-nav a:hover::after,
.bp-local-nav a:focus-visible::after {
  transform: scaleX(1);
}

.bp-section {
  padding: 92px 0;
}

.bp-section.white {
  background: #fff;
}

.bp-section.dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(30,91,168,.24), transparent 34%),
    linear-gradient(135deg, var(--bp-navy-950), var(--bp-navy-800));
}

.bp-section.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.bp-section.dark .container {
  position: relative;
}

.bp-section-head {
  align-items: end;
  gap: 50px;
  margin-bottom: 40px;
}

.bp-section-head h2 {
  max-width: 700px;
  margin-top: 14px;
  color: var(--bp-navy-900);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.bp-section.dark .bp-section-head h2 {
  color: #fff;
}

.bp-section-head p {
  max-width: 480px;
  color: var(--bp-muted);
  font-size: .93rem;
  line-height: 1.72;
}

.bp-program-grid {
  gap: 22px;
}

.bp-program-card {
  position: relative;
  border-color: var(--bp-line);
  border-radius: 17px;
  box-shadow: 0 14px 38px rgba(14,38,67,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bp-program-card > *:not(.bp-card-watermark) {
  position: relative;
  z-index: 1;
}

.bp-card-watermark {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .035;
  filter: grayscale(1) contrast(.75);
  pointer-events: none;
}

.bp-program-image {
  position: relative;
  display: block;
  height: 188px;
  overflow: hidden;
  border-bottom: 1px solid #e5ebf3;
  background: #eaf0f7;
}

.bp-program-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6,20,39,.28));
  pointer-events: none;
}

.bp-program-image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  transition: transform .4s ease;
}

.bp-program-card:hover .bp-program-image > img {
  transform: scale(1.035);
}

.bp-program-card:hover {
  transform: translateY(-5px);
  border-color: #cbd7e6;
  box-shadow: 0 22px 50px rgba(14,38,67,.13);
}

.bp-card-label {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 5px 8px;
  border: 1px solid #e7edf5;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #53647b;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bp-program-top {
  min-height: 91px;
  padding: 21px;
  border-bottom-color: #e9eef5;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}

.bp-bank-mark {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--bp-navy-800), var(--bp-navy-950));
  color: var(--bp-gold-300);
  box-shadow: 0 8px 18px rgba(10,30,56,.16);
}

.bp-program-card h3 {
  font-size: 1rem;
  font-weight: 800;
}

.bp-program-card small {
  color: #75849a;
  font-size: .72rem;
}

.bp-program-body {
  padding: 21px;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(6px);
}

.bp-program-body p {
  min-height: 69px;
  color: #5d6d83;
  font-size: .84rem;
  line-height: 1.65;
}

.bp-kpi-grid {
  gap: 9px;
}

.bp-kpi {
  border: 1px solid #e8edf4;
  border-radius: 10px;
  background: #f8fafc;
  padding: 11px;
}

.bp-kpi span {
  color: #8492a6;
  font-size: .6rem;
}

.bp-kpi strong {
  color: var(--bp-ink);
  font-size: .78rem;
}

.bp-card-actions {
  margin-top: 18px;
}

.bp-card-actions .btn {
  min-height: 42px;
  border-radius: 8px;
  font-size: .72rem;
}

.bp-card-actions .btn-outline {
  border-color: #ccd7e5;
  color: var(--bp-navy-800);
}

.bp-journey {
  position: relative;
  gap: 20px;
}

.bp-journey::before {
  content: "";
  position: absolute;
  top: 39px;
  right: 15%;
  left: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,216,121,.5), transparent);
}

.bp-phase {
  position: relative;
  border-color: rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  padding: 25px;
  backdrop-filter: blur(8px);
}

.bp-phase-num {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--bp-gold-300);
  box-shadow: 0 0 0 7px rgba(255,216,121,.08);
}

.bp-phase h3 {
  margin-top: 22px;
  font-size: 1.1rem;
}

.bp-phase p {
  min-height: 78px;
  font-size: .84rem;
}

.bp-phase dl {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.bp-phase div {
  grid-template-columns: 78px 1fr;
}

.bp-process-grid,
.bp-elig-grid {
  gap: 17px;
}

.bp-process-card,
.bp-elig-card {
  position: relative;
  border-color: var(--bp-line);
  border-radius: 14px;
  padding: 23px;
  box-shadow: 0 10px 28px rgba(14,38,67,.045);
}

.bp-process-card {
  overflow: hidden;
}

.bp-process-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 3px;
  background: var(--bp-gold-500);
}

.bp-process-card span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 9px;
  background: #fff5df;
  color: #b87408;
  font-size: .73rem;
}

.bp-process-card h3,
.bp-elig-card h3 {
  color: var(--bp-navy-900);
  font-size: .96rem;
  font-weight: 800;
}

.bp-process-card p,
.bp-elig-card p {
  color: var(--bp-muted);
  font-size: .81rem;
  line-height: 1.65;
}

.bp-elig-card {
  padding-top: 56px;
}

.bp-elig-card::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 23px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f7ef;
  color: #168447;
  font-size: .72rem;
  font-weight: 900;
}

.bp-compare-table {
  border-color: var(--bp-line);
  border-radius: 15px;
  box-shadow: 0 14px 40px rgba(14,38,67,.06);
}

.bp-row {
  grid-template-columns: 1.55fr .75fr .8fr .95fr .85fr;
  border-bottom-color: #e8edf4;
}

.bp-row > div {
  padding: 18px;
  color: #596980;
  font-size: .81rem;
}

.bp-row.header > div {
  background: var(--bp-navy-900);
  color: rgba(255,255,255,.72);
  font-size: .64rem;
}

.bp-row:not(.header):hover > div {
  background: #fbfcfe;
}

.bp-row strong {
  color: var(--bp-navy-900);
}

.bp-bands {
  gap: 24px;
}

.bp-panel {
  border-color: var(--bp-line);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 14px 38px rgba(14,38,67,.06);
}

.bp-panel:last-child {
  border: 0;
  background: linear-gradient(145deg, var(--bp-navy-900), var(--bp-navy-800));
  color: #fff;
  box-shadow: 0 20px 45px rgba(10,30,56,.2);
}

.bp-panel h3 {
  color: var(--bp-navy-900);
  font-size: 1.5rem;
  letter-spacing: -.025em;
}

.bp-panel:last-child h3 {
  color: #fff;
}

.bp-panel:last-child p,
.bp-panel:last-child .bp-muted {
  color: rgba(255,255,255,.68);
}

.bp-check-list li::before {
  width: 16px;
  height: 16px;
  top: .25em;
  display: grid;
  place-items: center;
  content: "✓";
  background: #fff2d8;
  color: #a76600;
  font-size: .55rem;
  font-weight: 900;
}

.bp-faq-list {
  max-width: 960px;
  gap: 12px;
}

.bp-faq-list details {
  border-color: var(--bp-line);
  border-radius: 13px;
  box-shadow: 0 8px 24px rgba(14,38,67,.035);
}

.bp-faq-list details[open] {
  border-color: #cbd7e6;
  box-shadow: 0 12px 30px rgba(14,38,67,.07);
}

.bp-faq-list summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: var(--bp-navy-900);
  font-size: .9rem;
  list-style: none;
}

.bp-faq-list summary::-webkit-details-marker {
  display: none;
}

.bp-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--bp-soft);
  color: var(--bp-navy-800);
  transform: translateY(-50%);
}

.bp-faq-list details[open] summary::after {
  content: "−";
  background: #fff2d8;
  color: #a76600;
}

.bp-faq-list p {
  padding: 0 58px 22px 22px;
  color: var(--bp-muted);
  font-size: .84rem;
}

.bp-final-cta {
  grid-template-columns: minmax(0, 1fr) 300px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 85% 0, rgba(30,91,168,.42), transparent 38%),
    linear-gradient(135deg, var(--bp-navy-950), var(--bp-navy-800));
  padding: 42px;
  box-shadow: 0 22px 55px rgba(10,30,56,.22);
}

.bp-final-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -.035em;
}

.bp-final-cta .btn {
  min-height: 50px;
  border-radius: 9px;
}

@media (max-width: 1100px) {
  .bp-hero {
    padding-block: 64px;
  }

  .bp-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 410px);
    gap: 34px;
  }

  .bp-hero h1 {
    font-size: clamp(2.7rem, 5.4vw, 3.8rem);
  }

  .bp-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bp-hero {
    min-height: auto;
    padding: 60px 0;
    background-position: 64% center;
  }

  .bp-hero-grid,
  .bp-final-cta,
  .bp-bands {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-hero-content {
    max-width: 680px;
  }

  .bp-lead-card {
    max-width: 680px;
    justify-self: start;
  }

  .bp-journey {
    grid-template-columns: 1fr;
  }

  .bp-journey::before {
    display: none;
  }

  .bp-phase p {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .bp-page {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .bp-page .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .bp-hero {
    display: block;
    padding: 48px 0 40px;
    background-image:
      linear-gradient(180deg, rgba(4,17,34,.94) 0%, rgba(7,27,53,.92) 55%, rgba(4,17,34,.98) 100%),
      var(--bp-hero-image);
    background-position: 66% center;
  }

  .bp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    width: 100%;
    max-width: calc(100vw - 36px);
  }

  .bp-hero-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .bp-hero-content > * {
    max-width: 100%;
  }

  .bp-eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .bp-hero h1 {
    max-width: 100%;
    margin: 18px 0 16px;
    font-size: clamp(2.25rem, 11.2vw, 3.15rem);
    line-height: 1.06;
    letter-spacing: -.04em;
    overflow-wrap: anywhere;
  }

  .bp-hero-copy {
    max-width: 100%;
    font-size: .93rem;
    line-height: 1.68;
  }

  .bp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 24px;
  }

  .bp-hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .bp-quick-strip {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .bp-strip-item {
    min-width: 0;
    padding: 13px;
  }

  .bp-lead-card {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
  }

  .bp-lead-head {
    padding: 22px 20px 18px;
  }

  .bp-lead-head::before {
    left: 20px;
  }

  .bp-form {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .bp-field-wide,
  .bp-flash,
  .bp-form > .bp-form-note,
  .bp-form > .btn,
  .bp-form > .bp-privacy-note {
    grid-column: 1;
  }

  .bp-local-nav {
    top: 0;
  }

  .bp-local-nav .container {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding-inline: 10px;
  }

  .bp-local-nav a {
    padding: 14px 11px;
    font-size: .68rem;
  }

  .bp-section {
    padding: 64px 0;
  }

  .bp-section-head {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
  }

  .bp-section-head h2 {
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }

  .bp-section-head p {
    font-size: .86rem;
  }

  .bp-program-grid,
  .bp-process-grid,
  .bp-elig-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-program-top {
    padding: 19px;
  }

  .bp-card-label {
    right: 12px;
    max-width: none;
    text-align: center;
  }

  .bp-program-image {
    height: 210px;
  }

  .bp-program-body p {
    min-height: auto;
  }

  .bp-row {
    margin: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 9px 0;
  }

  .bp-row > div {
    min-width: 0;
    padding: 8px 16px;
    overflow-wrap: anywhere;
  }

  .bp-row:not(:last-child) {
    border-bottom: 1px solid var(--bp-line);
  }

  .bp-panel,
  .bp-final-cta {
    padding: 26px 22px;
  }

  .bp-final-cta {
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .bp-quick-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-kpi-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-program-card,
  .bp-page .btn,
  .bp-local-nav a::after {
    transition: none;
  }
}
