:root {
  --bg-deep: #c5e4f7;
  --bg-base: #dff0fa;
  --bg-elevated: #ecf7fd;
  --bg-card: #f5fbff;
  --border: rgba(120, 180, 220, 0.45);
  --border-strong: rgba(90, 165, 210, 0.55);
  --text: #1a4a66;
  --text-muted: #356b87;
  --text-soft: #5a8aa3;
  --sky: #2b8fc4;
  --sky-light: #4aa8d4;
  --sky-glow: rgba(120, 190, 230, 0.35);
  --orange: #ffd4b8;
  --orange-hover: #ffe2cc;
  --orange-deep: #ffc9a3;
  --orange-text: #7a4e2e;
  --orange-glow: rgba(255, 200, 160, 0.65);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-base);
  background-image: linear-gradient(160deg, var(--bg-deep) 0%, var(--bg-base) 55%, #e8f6fc 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
a { color: var(--sky); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--sky-light); }
img { max-width: 100%; height: auto; display: block; }

.x7k2m9 {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: rgba(245, 251, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.x7k2hb3 { display: flex; align-items: center; }
.x7k2hlg4 { display: block; height: 32px; width: auto; max-width: min(200px, 52vw); }
@media (min-width: 420px) {
  .x7k2hlg4 { height: 36px; max-width: 220px; }
}
@media (min-width: 768px) {
  .x7k2m9 { padding: 14px clamp(28px, 5vw, 96px); }
}
@media (min-width: 1100px) {
  .x7k2m9 { padding: 14px clamp(36px, 5.5vw, 104px); }
}
.x7k2ha6 { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.x4b2n7 {
  display: inline-block;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.x4b2n7:active { transform: scale(0.98); }
@keyframes x4b2ctp8 {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--orange-glow);
  }
  55% {
    box-shadow: 0 0 0 12px rgba(255, 179, 128, 0);
  }
}
.x4b2ct5 {
  background: var(--orange);
  color: var(--orange-text);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 190, 150, 0.9);
  box-shadow: 0 4px 14px var(--orange-glow);
  animation: x4b2ctp8 2.2s ease-out infinite;
}
.x4b2ct5:hover,
.x4b2ct5:focus-visible {
  background: var(--orange-hover);
  color: var(--orange-text);
  text-decoration: none;
  animation: none;
  box-shadow: 0 6px 20px var(--orange-glow);
}
@media (prefers-reduced-motion: reduce) {
  .x4b2ct5 { animation: none; }
}
.x7k2hbl8 {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  padding: 0;
  flex-shrink: 0;
  max-width: min(220px, 56vw);
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-sm);
  outline: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.x7k2hbl8:hover {
  text-decoration: none;
  transform: scale(1.02);
  filter: drop-shadow(0 2px 14px var(--orange-glow));
}
.x7k2hbl8:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.x8h3r1 {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
  padding: 40px 14px 16px;
  min-height: auto;
  background: url('images/banner.png') center/cover no-repeat;
  overflow: hidden;
}
.x8h3r1::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(210, 236, 252, 0.92) 0%, rgba(225, 244, 253, 0.78) 50%, rgba(200, 230, 248, 0.88) 100%);
  z-index: 0;
  pointer-events: none;
}
.x8h3in4 {
  position: relative;
  z-index: 1;
  max-width: min(640px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6px 10px;
  flex-shrink: 0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.x8h3vs2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: clamp(152px, 42vw, 216px);
  align-items: stretch;
  justify-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: min(900px, 100%);
  margin: 0 auto;
  padding: 8px 0 4px;
  flex: 0 0 auto;
}
.x8h3gr7, .x8h3vx3 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 8px 20px rgba(120, 170, 210, 0.35));
}
@media (min-width: 768px) {
  .x8h3r1 {
    min-height: 72vh;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 72px min(32vw, 340px) 48px;
    box-sizing: border-box;
  }
  .x8h3in4 {
    z-index: 3;
    max-width: min(580px, 52vw);
    margin-left: auto;
    text-align: left;
    padding-bottom: 0;
    padding-right: clamp(0px, 1.5vw, 20px);
  }
  .x8h3tl9 { font-size: clamp(1.75rem, 5vw, 2.5rem); line-height: 1.2; margin-bottom: 12px; }
  .x8h3sb6 { font-size: 1rem; margin-bottom: 24px; line-height: 1.6; }
  .x8h3vs2 { display: contents; }
  .x8h3gr7, .x8h3vx3 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: auto;
    max-width: none;
    height: min(58vh, 500px);
    max-height: none;
    object-fit: contain;
    pointer-events: none;
  }
  .x8h3gr7 {
    left: max(env(safe-area-inset-left), clamp(40px, 7vw, 140px));
    object-position: bottom left;
  }
  .x8h3vx3 {
    right: max(env(safe-area-inset-right), clamp(40px, 7vw, 140px));
    left: auto;
    object-position: bottom right;
  }
}
@media (min-width: 1100px) {
  .x8h3r1 { padding-left: min(30vw, 360px); padding-right: min(30vw, 360px); }
  .x8h3gr7 { left: max(env(safe-area-inset-left), clamp(56px, 9vw, 180px)); }
  .x8h3vx3 { right: max(env(safe-area-inset-right), clamp(56px, 9vw, 180px)); }
}
.x8h3tl9 {
  font-size: clamp(1.35rem, 4.6vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 10px;
}
.x8h3sb6 {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.45;
}
.x8h3r1 .x4b2ct5 { padding: 14px 28px; font-size: 1rem; }

.x9w1p2 { max-width: 720px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) {
  .x9w1p2 { max-width: 840px; padding: 0 24px; }
}
@media (min-width: 1100px) {
  .x9w1p2 { max-width: 960px; padding: 0 28px; }
}
.x5s3c8 { padding: 40px 0; }
.x5s3c8 h2 { font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 16px; }
.x5s3c8 h3 { font-size: 1.125rem; font-weight: 600; color: var(--text-muted); margin: 24px 0 8px; }
.x5s3c8 p { margin-bottom: 12px; color: var(--text-muted); }
.x5s3c8 ul { margin: 0 0 16px 1.25rem; color: var(--text-muted); }
.x5s3c8 ol { margin: 0 0 16px 1.25rem; color: var(--text-muted); }
.x5s3c8 li { margin-bottom: 6px; }
.x2a4mt7 { font-size: 0.9rem; color: var(--text-soft); margin-bottom: 20px; line-height: 1.6; }

.x5s3f4m { padding-top: 24px; }
.x3f7gd2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 560px) {
  .x3f7gd2 { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (min-width: 900px) {
  .x3f7gd2 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}
.x3f7cd9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px var(--sky-glow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.x3f7cd9:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  box-shadow: 0 10px 28px var(--sky-glow);
}
.x3f7ic1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #e8f6fc 0%, #d4ebf9 100%);
  border: 1px solid var(--border);
  color: var(--text);
  flex-shrink: 0;
}
.x3f7sv5 {
  width: 40px;
  height: 40px;
  display: block;
}
.x3f7sp3 { stroke: var(--text); }
.x3f7spa2 { stroke: #e07030; opacity: 0.55; }
.x3f7cg8 { fill: #ffc9a3; opacity: 0.35; }
.x3f7ca4 { stroke: var(--text); fill: var(--bg-card); }
.x3f7cl6 { stroke: var(--text); opacity: 0.85; }
.x3f7ch7 { fill: #e07030; }
.x3f7bd2 { fill: #e07030; stroke: var(--bg-card); stroke-width: 2; }
.x3f7sh1 { stroke: var(--text); fill: rgba(200, 232, 248, 0.65); }
.x3f7ci4 { stroke: #e07030; opacity: 0.65; }
.x3f7nd8 { fill: var(--text); }
.x3f7cb5 { stroke: var(--text); fill: rgba(245, 251, 255, 0.6); }
.x3f7ln3 { stroke: #e07030; }
.x3f7ld7 { fill: #e07030; }
.x3f7sg6 { stroke: #e07030; opacity: 0.45; }
.x3f7ld2 { fill: #e07030; }
.x3f7lp8 { fill: #e07030; }
.x3f7lpd3 { fill: #fff; }
.x3f7lt4 { pointer-events: none; user-select: none; }
.x3f7tg9 { stroke: var(--text); fill: var(--bg-elevated); }
.x3f7th5 { fill: var(--bg-base); stroke: var(--text); }
.x3f7tr6 { stroke: #e07030; }
.x3f7tf2 { fill: #e07030; }
.x3f7st8 { fill: #e07030; }
.x3f7cd9 h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}
.x3f7cd9 p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--text-soft);
}
@media (prefers-reduced-motion: reduce) {
  .x3f7cd9 { transition: border-color 0.22s ease, box-shadow 0.22s ease; }
  .x3f7cd9:hover { transform: none; }
}

.x6g4cl1 { margin-top: 8px; }
.x6g4cl1 li { margin-bottom: 10px; }

.x6g4ic3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 12px;
  margin: 16px 0 24px;
}
.x6g4cd7 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  text-decoration: none;
  outline: none;
}
.x6g4cd7 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  display: block;
}
.x6g4pl4 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(210, 236, 252, 0.65);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.x6g4cd7:hover .x6g4pl4,
.x6g4cd7:focus-visible .x6g4pl4 {
  opacity: 1;
}
.x6g4pb2 {
  display: inline-block;
  padding: 10px 22px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-text);
  background: var(--orange);
  border: 2px solid var(--orange-deep);
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px var(--orange-glow);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.x6g4cd7:hover .x6g4pb2,
.x6g4cd7:focus-visible .x6g4pb2 {
  border-color: var(--orange-deep);
  color: var(--orange-text);
  background: var(--orange-hover);
}
.x6g4cd7:focus-visible {
  box-shadow: 0 0 0 2px var(--bg-base), 0 0 0 4px var(--orange);
}
@media (min-width: 640px) {
  .x6g4ic3 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px; }
  .x6g4cd7 .x6g4pb2 { font-size: 0.9375rem; padding: 11px 26px; }
}

.x7v4ab1 {
  margin: 24px 0 28px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.x7v4abi8 .x7v4ain3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 28px;
}
.x7v4avs6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
  flex-shrink: 0;
}
.x7v4alg2 {
  flex-shrink: 0;
}
.x7v4apr9 {
  margin: 0;
  flex-shrink: 0;
  line-height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(10, 30, 45, 0.4);
  background: var(--bg-deep);
}
.x7v4api4 {
  display: block;
  width: auto;
  height: auto;
  max-height: 118px;
  max-width: min(72px, 22vw);
  object-fit: contain;
}
@media (min-width: 480px) {
  .x7v4api4 {
    max-height: 132px;
    max-width: 80px;
  }
}
.x7v4all7 {
  display: block;
  line-height: 0;
  transition: transform 0.22s ease, filter 0.22s ease;
}
.x7v4all7:hover,
.x7v4all7:focus-visible {
  transform: scale(1.03);
  filter: drop-shadow(0 4px 18px var(--orange-glow));
  outline: none;
}
.x7v4als5 {
  width: min(200px, 52vw);
  height: auto;
  max-width: 246px;
  display: block;
}
.x7v4art8 {
  flex: 1;
  min-width: min(100%, 220px);
}
.x7v4ab1 .x7v4anm3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 14px;
  line-height: 1.3;
}
.x7v4ast6 {
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}
.x7v4asi9 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.x7v4asv4 {
  margin: 0;
  order: 1;
}
.x7v4asm7 {
  margin: 0;
  order: 2;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-soft);
}
.x7v4asm2 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-muted);
}
.x7v4abt5 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}
.x7v4btn8 {
  display: inline-block;
  line-height: 0;
  border-radius: var(--radius-pill);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #f8fafc;
  padding: 6px 12px;
  border: 1px solid #e2e8f0;
}
.x7v4btn8:hover,
.x7v4btn8:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  outline: none;
}
.x7v4btn8:focus-visible {
  box-shadow: 0 0 0 2px var(--bg-base), 0 0 0 4px var(--orange);
}
.x7v4btn8 img {
  display: block;
  height: auto;
  width: auto;
  max-height: 36px;
  max-width: min(155px, 48vw);
}
@media (min-width: 480px) {
  .x7v4btn8 img { max-height: 40px; max-width: min(170px, 44vw); }
}
@media (max-width: 520px) {
  .x7v4abi8 .x7v4ain3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .x7v4avs6 {
    flex-direction: column;
    width: 100%;
  }
  .x7v4art8 {
    width: 100%;
    min-width: 0;
  }
  .x7v4abt5 {
    justify-content: center;
  }
}

.x2t4wp6 {
  overflow-x: auto;
  margin: 20px 0;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px var(--sky-glow);
}
table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 0.9375rem; }
th, td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}
th {
  background: linear-gradient(180deg, #c8e8f8 0%, #dceefb 100%);
  font-weight: 600;
  color: var(--text);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
thead th:first-child { border-radius: var(--radius-lg) 0 0 0; }
thead th:last-child { border-radius: 0 var(--radius-lg) 0 0; }
tbody tr:hover td { background: rgba(180, 220, 245, 0.35); }
tbody tr:nth-child(even) td { background: rgba(220, 240, 252, 0.5); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:last-child td:first-child { border-radius: 0 0 0 var(--radius-lg); }
tbody tr:last-child td:last-child { border-radius: 0 0 var(--radius-lg) 0; }

.x5p4ml9 {
  height: 24px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  .x5p4ml9 { height: 28px; max-width: 110px; }
}
.x5p4el2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin: 20px 0 12px;
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.x3f9fl4 {
  margin: 0;
}
.x2a4it7 {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.x2a4it7.x0op3n2 {
  border-color: var(--border-strong);
  box-shadow: 0 4px 16px var(--sky-glow);
}
.x2a4tr3 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
.x3f9fl4 dd.x2a4bd5 {
  margin: 0;
  margin-inline-start: 0;
}
.x2a4tg6 {
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--radius-md);
}
.x2a4tg6::after { content: '+'; color: #e8a070; font-size: 1.25rem; font-weight: 400; }
.x2a4it7.x0op3n2 .x2a4tg6::after { content: '−'; color: #d99560; }
.x2a4bd5 { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.x2a4bi8 { padding: 0 20px 16px; font-size: 0.9375rem; color: var(--text-soft); }

.x3s4ct9 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 12px 20px;
  background: rgba(245, 251, 255, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border);
  display: none;
}
.x3s4ct9.x0vs8b4 { display: block; }
.x3s4ct9 .x4b2ct5 { width: 100%; text-align: center; }

.x6f7tr3 {
  position: relative;
  z-index: 45;
  margin-top: 48px;
  padding: 32px 20px;
  padding-bottom: max(24px, calc(24px + env(safe-area-inset-bottom, 0px)));
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-soft);
}
/* Fixed sticky CTA otherwise covers the last lines of the x6f7tr3 on scroll */
body:has(.x3s4ct9.x0vs8b4) .x6f7tr3 {
  padding-bottom: max(
    calc(28px + env(safe-area-inset-bottom, 0px)),
    calc(88px + env(safe-area-inset-bottom, 0px))
  );
}
.x6f7fr5 {
  max-width: 42rem;
  margin: 0 auto 14px;
  line-height: 1.55;
  color: var(--text-muted);
}
.x6f7fc8 {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-soft);
}
.x6f7fp2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 24px;
}
.x6f7fn7 {
  margin: 0 0 22px;
  padding: 0 8px;
}
.x6f7fnl4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.x6f7fnl4 li {
  display: inline-flex;
  align-items: center;
}
.x6f7fnl4 li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0.85em;
  margin-left: 10px;
  background: var(--border-strong);
  align-self: center;
}
.x6f7fnl4 a {
  color: var(--text-muted);
  text-decoration: none;
  border-radius: var(--radius-pill);
  padding: 6px 10px;
  transition: color 0.2s, background 0.2s;
}
.x6f7fnl4 a:hover {
  color: var(--sky-light);
  text-decoration: none;
  background: var(--sky-glow);
}
.x6f7fnl4 a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .x6f7fnl4 {
    gap: 10px 14px;
    font-size: 0.875rem;
  }
  .x6f7fnl4 li:not(:last-child)::after {
    margin-left: 14px;
  }
}
.x6f7fpc9 {
  position: relative;
  display: block;
  border: none;
  background: transparent;
  padding: 6px 10px;
  text-decoration: none;
  outline: none;
  overflow: visible;
}
.x6f7fpc9 img {
  height: clamp(22px, 4.5vw, 32px);
  width: auto;
  max-width: min(128px, 32vw);
  margin: 0 auto;
  object-fit: contain;
  display: block;
  transition: transform 0.28s ease, filter 0.28s ease;
  transform-origin: center center;
  filter: none;
}
.x6f7fpc9:hover img,
.x6f7fpc9:focus-visible img {
  transform: scale(1.08);
  filter:
    drop-shadow(0 0 6px rgba(184, 228, 248, 0.25))
    drop-shadow(0 0 14px var(--orange-glow))
    drop-shadow(0 0 28px rgba(255, 179, 128, 0.2))
    brightness(1.06);
}
.x6f7fpc9:focus-visible img {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .x6f7fpc9 img {
    height: clamp(24px, 4vw, 34px);
    max-width: min(148px, 28vw);
  }
}