:root {
  --color-accent: #123f73;
  --color-cta: #cc4b1c;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
:root {
  --fs-caption: 12px;
  --fs-label: 13px;
  --fs-sm: 15px;
  --fs-body: 17px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 30px;
  --fs-h1: 44px;
  --fs-display: 52px;
}
:root {
  --lh-solid: 1;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-read: 1.7;
  --ls-tight: -0.01em;
  --ls-label: 0.04em;
  --ls-wide:  0.12em;
  --bw-hair: 1px;
  --bw-rule: 2px;
  --bw-bar: 3px;
  
  --r-chip: clamp(3px, calc(var(--radius-button, 6px) - 2px), 4px);
  --r-btn:  clamp(4px, var(--radius-button, 6px), 6px);
  --r-card: clamp(4px, var(--radius-card, 8px), 8px);
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.e6ufu {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.mccu79q {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.ixyut {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.ccbjbpe { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.js6km37 { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.js6km37 a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.js6km37 a:hover { color: var(--accent-light); }
.puwkp   .kuxrib { border-radius: 0; }
@media (max-width: 640px) {
  .kuxrib {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .fbh87b2t:hover .kuxrib,
  .fbh87b2t:focus-within .kuxrib { display: block; }
  .kuxrib li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.gj3qm {
  display: none; background: none; border: none;
  color: var(--text-muted); font-size: var(--fs-h3); cursor: pointer; padding: 4px 8px; line-height: var(--lh-solid);
}
.awbcjuym { display: none; }
@media (max-width: 640px) {
  .awbcjuym {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .awbcjuym.dm56 { display: block; }
}
@media (max-width: 640px) {
  .gj3qm { display: block; }
  .js6km37 > li + li::before { display: none !important; }
  .js6km37 {
    display: none; flex-direction: column; gap: 0; align-items: stretch; flex-wrap: nowrap;
    position: absolute; top: 56px; left: 0; right: 0;
    background: var(--bg-surface);
    border-top: var(--bw-hair) solid var(--border); padding: 8px 0;
  }
  .js6km37.dm56 { display: flex; }
  .js6km37 li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .js6km37 li:last-child a { border-bottom: none; }
}
.qejb30u { min-height: 480px; }
.x7ay {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.cp7ja6 { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.z5flx .cp7ja6 { margin-left: 0; margin-right: 0; }
.gjmp4 .mh4w0j {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.gjmp4 .x7ay { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.gjmp4 .cp7ja6 { color: #e2e8f0; }
.gjmp4.yxfqz0t .mh4w0j { text-align: center; }
.gjmp4.z5flx   .mh4w0j { text-align: left; }
.jywzoc .mh4w0j {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.jywzoc .x7ay { color: var(--text-primary); text-shadow: none; }
.jywzoc .cp7ja6 { color: var(--text-muted); }
.jywzoc, .jywzoc.qejb30u { min-height: auto !important; }
.jywzoc.yxfqz0t .mh4w0j { text-align: center; }
.jywzoc.z5flx   .mh4w0j { text-align: left; }
.jywzoc~.pdqmw2 .btwyr{background:transparent!important;color:var(--text-muted)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding: 0!important;border-radius:0!important;font-size: var(--fs-label)}
@keyframes hg-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes hg-breathe {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.92; }
}
@keyframes hg-grain {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(-5%, -5%); }
  50%      { transform: translate(5%, 0); }
  75%      { transform: translate(0, 5%); }
}
@keyframes hg-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30%, 10%) scale(1.1); }
  66%      { transform: translate(10%, -10%) scale(0.95); }
}
@keyframes hg-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.zlpds .x7ay { color: #fff; }
.zlpds .cp7ja6 { color: rgba(255,255,255,0.85); }
.n0byjj .x7ay { text-shadow: none; color: var(--text-primary); }
.n0byjj .cp7ja6 { color: var(--text-muted); }
body.a5od1cfi .x7ay {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.ol67v6c .x7ay {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.qejb30u.zlpds .x7ay,
section.zlpds .x7ay {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.n0byjj.z5flx   .g8qsgdyf { align-items: flex-start; text-align: left; }
.qejb30u .bobma {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.bobma .a7fim4g {
  grid-template-columns: 1fr !important;
  row-gap: 12px !important; column-gap: 0 !important;
  padding: 16px 20px 20px !important;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  align-items: center; justify-items: center; text-align: center;
}
.bobma .a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt); }
.bobma .lfnspb { align-items: center; text-align: center; width: 100%; }
.bobma .ppqbqjmz {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.bobma .qiz4228i { max-height: 64px; max-width: 140px; }
.bobma .adlv3 {
  font-size: var(--fs-sm); font-weight: 700; line-height: var(--lh-tight);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow-wrap: normal; word-break: normal; hyphens: none; max-width: 100%;
}
.bobma .np7rka2o,
.bobma .wjfl {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.bobma .d0ctpia.kl7j {
  width: 100% !important; min-width: 0 !important;
  padding: 12px 16px !important; font-size: var(--fs-sm) !important;
  background: var(--cta) !important; color: var(--cta-fg, #fff) !important;
  border: none !important;
}
.bobma .d0ctpia.kl7j:hover { opacity: 0.85; }
.bobma .a7fim4g,
.bobma .a7fim4g:hover,
.bobma .a7fim4g:nth-child(even),
.bobma .a7fim4g:nth-child(odd),
.bobma .a7fim4g:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.jaw3hbd .mh4w0j { padding-bottom: 24px; }
.nkxs .mh4w0j { max-width: 1100px; }
@media (max-width: 700px) {
  .n0byjj { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .n0byjj:not(.n5tb) .xklcn9 { display: none !important; }
  .n5tb .xklcn9 { padding: 16px; }
  .g8qsgdyf  { padding: 36px 24px; }
  .n0byjj~.pdqmw2,.rys5gje~.pdqmw2{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .qejb30u, .n0byjj { min-height: 320px !important; }
  .x7ay { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .l26u1,
  .vfxq7,
  .vuo4la { grid-template-columns: 1fr !important; }

  

  
  .jaw3hbd { display: flex !important; flex-direction: column !important; }
  .jaw3hbd .mh4w0j { display: contents; }
  .jaw3hbd .axtu5 { order: 0; }
  .jaw3hbd .x7ay { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .jaw3hbd .l26u1 { order: 2; padding: 0 16px 12px !important; }
  .jaw3hbd .cp7ja6 { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .nkxs .mh4w0j { display: flex; flex-direction: column; }
  .nkxs .mh4w0j .x7ay { order: 1; }
  .nkxs .mh4w0j .vuo4la { order: 2; margin: 8px 0 24px !important; }
  .nkxs .mh4w0j .cp7ja6 { order: 3; }
  .nkxs .mh4w0j .x3o1mr75 { order: 4; align-self: center; margin-top: 0; }

  
  .n0byjj.n5tb {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .n0byjj.n5tb .g8qsgdyf { display: contents; padding: 0; }
  .n0byjj.n5tb .g8qsgdyf .x7ay { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .n0byjj.n5tb .xklcn9 { order: 2; padding: 12px 16px; }
  .n0byjj.n5tb .g8qsgdyf .cp7ja6 { order: 3; padding: 0 24px; margin: 0 auto; }
  .n0byjj.n5tb .g8qsgdyf .x3o1mr75 { order: 4; align-self: center; margin: 8px 0 32px; }
}
.epw821pa { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.dh0b { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.qj61 .epw821pa        { border-radius: var(--r-card); }
.qj61 .dh0b  { border-radius: var(--r-card); }
.dpmq7 .epw821pa         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.dpmq7 .dh0b   { border-radius: var(--r-btn); }
.r41n { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.xl0r1 { width: 100%; padding: 32px 0; position: relative; }
.po57o7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.ujfd60co .xl0r1, .eskfyim .xl0r1 { background: transparent; }
.broa .sc22f6tr > *,
.ptj2i8 > *, .l6so > *, .hyzrq > *, .lctq2e > *, .p8rr943 > * {
  --tone-fill: var(--tone-fill-raw); --tone-fill-2: var(--tone-fill-2-raw);
  --tone-fill-head: var(--tone-fill-head-raw); --tone-fill-fg: var(--tone-fill-fg-raw);
  --tone-fill-muted: var(--tone-fill-muted-raw);
  --bg-card-inner: var(--bg-card-inner-raw);
  --bg-note: var(--bg-note-raw); --bg-tip: var(--tone-fill-raw); --bg-info: var(--tone-fill-raw);
  --panel-sh: none;
}
h1.ibubnzcp { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.ibubnzcp {
  font-size: var(--fs-h2); font-weight: 700; color: var(--tone-head, var(--text-primary));
  line-height: 1.2; letter-spacing: -0.02em; text-wrap: balance;
  margin: 0 0 20px;
  
}
h3.hssmbq { font-size: calc(var(--fs-h3) - 2px); font-weight: 700; color: var(--tone-head, var(--text-primary)); line-height: 1.3; letter-spacing: -0.01em; text-wrap: balance; margin: 0 0 12px; }
.tsmz h2.ibubnzcp {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.f9muo0 h2.ibubnzcp {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.ua7qip h2.ibubnzcp {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.ulo00 h2.ibubnzcp::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.cby8c62d h2.ibubnzcp {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.gol21o h2.ibubnzcp::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.aesiv6 h2.ibubnzcp {
  text-transform: uppercase; letter-spacing: var(--ls-wide);
  font-size: var(--fs-body); color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-hair) solid var(--tone-line, var(--border-alt)); padding-bottom: 8px;
}
@media (max-width: 640px) { .g75f { display: none; } }
.y4cn { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.sdksk09 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.mbkw {
  background: var(--tone-fill, var(--bg-surface));
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 20px 24px; margin: 28px 0;
}
.nmkjwemz { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.okgv1zql { padding-left: 20px; }
.okgv1zql li { margin-bottom: 8px; }
.okgv1zql a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.okgv1zql a:hover { color: var(--tone-link, var(--accent-light)); }
.kqj7 .nmkjwemz { display: none; }
.qb4o30 .nmkjwemz { display: none; }
.qb4o30 .okgv1zql { padding-left: 0; list-style: none; }
.qb4o30 .okgv1zql li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.qb4o30 .okgv1zql a { font-size: var(--fs-sm); }
.lxrqntvc .mbkw { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.lxrqntvc .nmkjwemz { display: none; }
.lxrqntvc .okgv1zql { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.lxrqntvc .okgv1zql li { margin-bottom: 0; }
.lxrqntvc .okgv1zql a {
  display: inline-block;
  background: var(--bg-card); color: var(--text-body);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-pill);
  padding: 4px 16px; font-size: var(--fs-sm); font-weight: 500;
}
.lxrqntvc .okgv1zql a:hover { border-color: var(--accent); color: var(--accent); }
.kjoq .mbkw { padding: 20px 20px 16px; }
.kjoq .okgv1zql {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.kjoq .okgv1zql li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.kjoq .okgv1zql a {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-card); border-radius: var(--r-btn);
  padding: 12px 16px; border: var(--bw-hair) solid var(--border);
  font-size: var(--fs-sm); line-height: var(--lh-snug); color: var(--text-muted);
  width: 100%; min-height: 58px;
  transition: border-color .15s, color .15s, background .15s;
}
.kjoq .okgv1zql a::before {
  content: counter(toc-c);
  flex-shrink: 0; width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.kjoq .okgv1zql a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.kjoq .okgv1zql a:focus,
.kjoq .okgv1zql a:focus-visible,
.kjoq .okgv1zql a:target { outline: none; }
.kjoq .okgv1zql li:target a { border-color: var(--border); color: var(--text-muted); }
.dln5fb .mbkw { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.dln5fb .nmkjwemz { display: none; }
.dln5fb .okgv1zql { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.dln5fb .okgv1zql li { counter-increment: toc-n; margin-bottom: 0; }
.dln5fb .okgv1zql a {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--bg-card); color: var(--text-muted);
  border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn);
  padding: 12px 20px 12px 12px; font-size: var(--fs-sm); font-weight: 500;
  transition: border-color .15s, color .15s;
}
.dln5fb .okgv1zql a::before {
  content: counter(toc-n, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.dln5fb .okgv1zql a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.d9ls64 .mbkw { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.d9ls64 .nmkjwemz { display: none; }
.d9ls64 .okgv1zql { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.d9ls64 .okgv1zql li { margin-bottom: 0; }
.d9ls64 .okgv1zql a {
  display: inline-block; padding: 8px 16px;
  font-size: var(--fs-sm); font-weight: 600; color: var(--text-muted);
  border-bottom: var(--bw-rule) solid transparent;
  transition: color .15s, border-color .15s;
}
.d9ls64 .okgv1zql a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.q2dx94 .mbkw { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.q2dx94 .nmkjwemz { display: none; }
.q2dx94 .okgv1zql { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.q2dx94 .okgv1zql li { margin-bottom: 0; }
.q2dx94 .okgv1zql li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.q2dx94 .okgv1zql li:last-child::after { content: ""; margin-right: 0; }
.q2dx94 .okgv1zql a { font-size: var(--fs-sm); }
.sc22f6tr { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.broa .sc22f6tr { background: var(--bg-card); }
.dqcghz .sc22f6tr { background: none; border-radius: 0; padding: 28px 0 8px; }
.dqcghz .sc22f6tr + .sc22f6tr { border-top: var(--bw-hair) solid var(--border-section); }
.xy6kz .sc22f6tr {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.xy6kz .sc22f6tr:last-child { border-bottom: none; }
.j5cm .sc22f6tr {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.j5cm .sc22f6tr + .sc22f6tr { margin-top: 4px; }
.xerfw .sc22f6tr { background: none; border-radius: 0; padding: 28px 0 8px; }
.xerfw .sc22f6tr + .sc22f6tr { border-top: var(--bw-hair) solid var(--border-section); }
.jrv0 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.g8i18c { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.op9ylo, .ow8132ns { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.op9ylo li, .ow8132ns li { margin-bottom: 8px; }
.ow8132ns li { list-style: decimal; }
.hyzrq { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.h4fq .hyzrq,
.l6so .hyzrq { background: transparent; border: none; border-radius: 0; }
.w6s8 { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.w6s8 th {
  background: var(--tone-th, var(--bg-surface)); color: var(--tone-th-fg, var(--text-primary));
  padding: 8px 12px; text-align: left; font-weight: 600;
}
.w6s8 td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.w6s8 tr:hover td { background: var(--bg-hover); }
.w7jh .w6s8 tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.naqerlgi .w6s8 { border: var(--bw-hair) solid var(--border-alt); }
.naqerlgi .w6s8 th,
.naqerlgi .w6s8 td { border: var(--bw-hair) solid var(--border-alt); }
.x8edic .w6s8 th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.x8edic .w6s8 td { border-bottom: none; }
.x8edic .w6s8 tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.qh5j9aw .w6s8 th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.lpwh .hyzrq {
  overflow: hidden;
}
.lpwh .w6s8 th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.lpwh .w6s8 tr:last-child td { border-bottom: none; }
.is9z { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.p8rr943 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.la34 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.fl3runh1 { background: var(--tone-fill, var(--bg-surface)); color: var(--tone-head, var(--text-primary)); font-weight: 700; padding: 12px 16px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border-alt); }
.ff17k { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.dti4rj { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.dti4rj li { margin-bottom: 4px; }
[data-i="f0eb"]::before{content:"\f0eb"} [data-i="f3ed"]::before{content:"\f3ed"}
[data-i="f0e7"]::before{content:"\f0e7"} [data-i="f3a5"]::before{content:"\f3a5"}
[data-i="f005"]::before{content:"\f005"} [data-i="f1b2"]::before{content:"\f1b2"}
[data-i="f201"]::before{content:"\f201"} [data-i="f023"]::before{content:"\f023"}
[data-i="f140"]::before{content:"\f140"} [data-i="f0ac"]::before{content:"\f0ac"}
[data-i="f058"]::before{content:"\f058"} [data-i="f1fe"]::before{content:"\f1fe"}
[data-i="f059"]::before{content:"\f059"} [data-i="f084"]::before{content:"\f084"}
[data-i="f1e0"]::before{content:"\f1e0"} [data-i="f6e2"]::before{content:"\f6e2"}
[data-i="f5da"]::before{content:"\f5da"} [data-i="f024"]::before{content:"\f024"}
[data-i="f0a3"]::before{content:"\f0a3"} [data-i="f6ff"]::before{content:"\f6ff"}
[data-c="a"],[data-c="c"],[data-c="e"],[data-c="g"]{color:var(--tone-chip-fg,var(--accent-light));background:var(--tone-chip,var(--accent-bg))}
[data-c="b"],[data-c="d"],[data-c="f"],[data-c="h"]{color:var(--tone-soft-fg,var(--accent-light));background:var(--tone-soft,var(--accent-bg))}
[data-s="r"]{border-radius:50%}
[data-s="s"]{border-radius: var(--r-btn)}
[data-s="d"]{border-radius:50% 8px}
[data-s="h"]{border-radius:50%;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
[data-s="b"]{border-radius:60% 40% 50% 50%/50% 60% 40% 50%}
.ani8 .fl3runh1 { background: transparent; text-align: center; }
.df1myi .la34 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.nrekbg .la34 {
  width: 72px; height: 72px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px auto 4px; display: block;
  border: var(--bw-bar) solid var(--accent-bg);
}
.nnxf .p8rr943 { display: grid; grid-template-columns: auto 1fr; }
.nnxf .la34 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.nnxf .fl3runh1 { grid-column: 2; }
.nnxf .ff17k,
.nnxf .dti4rj { grid-column: 1 / -1; }
.rasjp .p8rr943 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.rasjp .la34 {
  grid-column: 1; grid-row: 1;
  width: 60px; height: 60px; aspect-ratio: 1/1;
  border-radius: 50%; object-fit: cover;
  margin: 16px 12px; border: var(--bw-rule) solid var(--accent-pale);
}
.rasjp .fl3runh1 { grid-column: 2; }
.rasjp .ff17k,
.rasjp .dti4rj { grid-column: 1 / -1; }
.u0lq .p8rr943 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.u0lq .fl3runh1 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.tstdx .p8rr943 { background: color-mix(in srgb, var(--bg-card) 72%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--bw-hair) solid var(--border); box-shadow: var(--sh-1); }
.tstdx .fl3runh1 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.q7w4 .p8rr943 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.q7w4 .fl3runh1 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.a6f3x .p8rr943 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.a6f3x .fl3runh1 { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.v29rf .is9z { counter-reset: card-n; }
.v29rf .p8rr943  { counter-increment: card-n; }
.v29rf .fl3runh1 { display: flex; align-items: center; gap: 12px; }
.v29rf .fl3runh1::before {
  content: counter(card-n);
  flex-shrink: 0; min-width: 26px; height: 26px;
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: var(--fs-caption); font-weight: 700;
}
.b2h5 .p8rr943 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.b2h5 .fl3runh1 { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.ot5us { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.ot5us         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.w20wksoj     { --cl-hue: var(--tone-line, var(--accent)); }
.pcx6b { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.w20wksoj, .pcx6b, .sm3e2, .df5g5kc {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.feejdy { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.feejdy::before { color: var(--cl-hue); }
.ot5us strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.ot5us p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.n5iq, .bdtkf29x { border-radius: var(--r-btn); padding: 16px; }
.n5iq { background: var(--bg-pros); }
.bdtkf29x { background: var(--bg-cons); }
.svx6 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.n5iq .svx6 { color: var(--c-pros-label); }
.bdtkf29x .svx6 { color: var(--c-cons-label, var(--c-cons)); }
.n5iq ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.bdtkf29x ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.dh0b { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.kl7j {
  background: var(--cta); color: var(--cta-fg, #fff); border: none;
  border-radius: var(--r-chip); padding: 8px 16px; font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap;
}
.kl7j:hover { opacity: 0.85; }
.wj01n6h4 .kl7j  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.wj01n6h4 .kl7j:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.n3gyo51 .kl7j  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.n3gyo51 .kl7j:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.wj01n6h4 .d0ctpia.kl7j, .n3gyo51 .d0ctpia.kl7j,
.wj01n6h4 .o1fsknk6 .kl7j, .n3gyo51 .o1fsknk6 .kl7j {
  background: var(--cta); border: none; color: #fff;
}
.wj01n6h4 .d0ctpia.kl7j:hover, .n3gyo51 .d0ctpia.kl7j:hover,
.wj01n6h4 .o1fsknk6 .kl7j:hover, .n3gyo51 .o1fsknk6 .kl7j:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.bklia1 .kl7j  { border-radius: var(--r-pill); }
.m82sv .kl7j { box-shadow: none; }
.m82sv .kl7j:hover { box-shadow: none; opacity: 1; }
.yhuy .kl7j { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.yhuy .kl7j:hover { opacity: 1; }
.yhuy .kl7j:active { transform: translateY(3px); box-shadow: none; }
.ujw5nu2y .kl7j { box-shadow: none; }
.ujw5nu2y .kl7j:hover { opacity: 1; box-shadow: none; }
.ujw5nu2y .kl7j:active { box-shadow: none; }
.tu5iska .kl7j { position: relative; overflow: hidden; }
.tu5iska .kl7j::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.tu5iska .kl7j:hover::before { left: 135%; }
.kil7xf61 .kl7j { border-radius: 0; }
.zq3u0f .kl7j  { padding-left: 12px; padding-right: 12px; }
.qsu08k .kl7j  { padding-left: 24px; padding-right: 24px; }
.kziin .x3o1mr75 { padding-left: 56px; padding-right: 56px; }
.kziin .kl7j  { padding-left: 32px; padding-right: 32px; }
.takjg   .x3o1mr75::after, .takjg   .kl7j::after,
.ti33w .x3o1mr75::after, .ti33w .kl7j::after,
.ddzpu1    .x3o1mr75::after, .ddzpu1    .kl7j::after,
.n71r    .x3o1mr75::after, .n71r    .kl7j::after,
.p55mz8    .x3o1mr75::after, .p55mz8    .kl7j::after,
.ddm6fduq     .x3o1mr75::after, .ddm6fduq     .kl7j::after,
.u9djn6    .x3o1mr75::after, .u9djn6    .kl7j::after,
.wp80cdm   .x3o1mr75::after, .wp80cdm   .kl7j::after {
  content: ""; display: inline-block;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.takjg .x3o1mr75::after, .takjg .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.ti33w .x3o1mr75::after, .ti33w .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.ddzpu1 .x3o1mr75::after, .ddzpu1 .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.n71r .x3o1mr75::after, .n71r .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.p55mz8 .x3o1mr75::after, .p55mz8 .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.ddm6fduq .x3o1mr75::after, .ddm6fduq .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.u9djn6 .x3o1mr75::after, .u9djn6 .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.wp80cdm .x3o1mr75::after, .wp80cdm .kl7j::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.b9p30mc   .puh5oyrg::after, .b9p30mc   .hzdrem::after,
.lvc5 .puh5oyrg::after, .lvc5 .hzdrem::after,
.yvcnu    .puh5oyrg::after, .yvcnu    .hzdrem::after,
.womwjz7    .puh5oyrg::after, .womwjz7    .hzdrem::after,
.sqtc5qqa    .puh5oyrg::after, .sqtc5qqa    .hzdrem::after,
.v0j3r8bh     .puh5oyrg::after, .v0j3r8bh     .hzdrem::after,
.gk81za    .puh5oyrg::after, .gk81za    .hzdrem::after,
.sb0qsl1   .puh5oyrg::after, .sb0qsl1   .hzdrem::after {
  content: "" !important; display: inline-block !important;
  width: 1em; height: 1em; margin-left: 6px; vertical-align: -0.15em;
  background: currentColor !important;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.b9p30mc .puh5oyrg::after, .b9p30mc .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16M13 5l7 7-7 7'/%3E%3C/svg%3E");
}
.lvc5 .puh5oyrg::after, .lvc5 .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}
.yvcnu .puh5oyrg::after, .yvcnu .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 4l14 8-14 8z' fill='black'/%3E%3C/svg%3E");
}
.womwjz7 .puh5oyrg::after, .womwjz7 .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z' fill='black'/%3E%3C/svg%3E");
}
.sqtc5qqa .puh5oyrg::after, .sqtc5qqa .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.1 6.3 6.9.7-5 4.8 1.5 6.9L12 17.3l-6.5 3.4 1.5-6.9L2 9l6.9-.7z' fill='black'/%3E%3C/svg%3E");
}
.v0j3r8bh .puh5oyrg::after, .v0j3r8bh .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12l4 6L12 22 2 9z' fill='black'/%3E%3C/svg%3E");
}
.gk81za .puh5oyrg::after, .gk81za .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c0 0-7 6-7 12a7 7 0 0 0 14 0c0-3-1.5-5-3.5-6.5 0 3-2 5-3.5 5C14 9 12 2 12 2z' fill='black'/%3E%3C/svg%3E");
}
.sb0qsl1 .puh5oyrg::after, .sb0qsl1 .hzdrem::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 19h20v2H2zM2 17L5.5 7l4.5 5L12 3l2 9 4.5-5L22 17z' fill='black'/%3E%3C/svg%3E");
}
.phzw4h {
  --cs-radius: var(--r-card);
  --cs-chip-radius: var(--r-btn);
  display: flex; flex-direction: column;
  
  position: relative;
  
  width: min(100vw - 40px, 1400px);
  max-width: 100%; box-sizing: border-box;
  margin: 32px auto;
  overflow-x: clip;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  overflow: hidden;
}
.a7fim4g {
  display: grid;
  grid-template-columns: var(--cs-grid, 44px 188px minmax(180px, 1.4fr) 164px);
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: var(--bg-card);
  box-sizing: border-box; max-width: 100%;
  transition: background .15s;
}
.a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt); }
.a7fim4g > * { min-width: 0; }
.a7fim4g:hover { background: var(--bg-hover); }
.a7fim4g > [itemprop="item"] { display: contents; }
.a7fim4g [itemprop="itemReviewed"],
.a7fim4g [itemprop="reviewRating"] { display: none; }
.lfnspb {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.pjvjw, .w4ln, .erwcp,
.pj6mquf, .gzyhyvf, .nl3jr { align-items: center; text-align: center; }
.gzyhyvf, .nl3jr { align-items: stretch; }
.q2nn6cd {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: var(--ls-label);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.npd15q {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.wjfl { font-size: var(--fs-lead); font-weight: 700; }
.yfr3 .npd15q {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.adlv3 {
  font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word; hyphens: auto;
}
.xhm9jp {
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-snug);
  
  color: var(--text-primary); background: var(--bg-surface);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-chip);
  padding: 4px 8px; display: inline-block;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ppqbqjmz {
  width: 168px; height: 104px; max-width: 100%;
  display: flex; align-items: center; justify-content: center;
  
  background: transparent;
  border-radius: var(--r-chip);
  padding: 0; box-sizing: border-box; overflow: hidden; flex-shrink: 0;
}
.bi1s .qiz4228i { max-height: 60px; max-width: 68px; }
.qiz4228i {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.w4ln .ppqbqjmz { width: 168px; }
.jgyeu .ppqbqjmz,
.jgyeu .zj3ph8r,
.znqehiol .ppqbqjmz,
.znqehiol .zj3ph8r,
.mnz2 .ppqbqjmz,
.mnz2 .zj3ph8r,
.tlcxo .ppqbqjmz,
.tlcxo .zj3ph8r,
.jgyeu .ppqbqjmz, .znqehiol .ppqbqjmz,
.mnz2 .ppqbqjmz,  .tlcxo .ppqbqjmz {
  width: 88px; height: 88px; padding: 12px;
}
.jgyeu .ppqbqjmz .qiz4228i, .znqehiol .ppqbqjmz .qiz4228i,
.mnz2 .ppqbqjmz .qiz4228i,  .tlcxo .ppqbqjmz .qiz4228i {
  max-height: 60px; max-width: 68px;
}
.h17wg6 .ppqbqjmz, .h17wg6 .ppqbqjmz.bi1s,
.h17wg6 .zj3ph8r,   .h17wg6 .zj3ph8r.bi1s,
.a1wqam8u, .utzidq {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.d0ctpia.kl7j {
  display: block; width: 100%;
  padding: 12px 20px !important;
  font-size: var(--fs-sm) !important; font-weight: 700;
  border-radius: var(--r-btn) !important;
  white-space: nowrap; text-align: center;
}
.nl3jr {
  display: grid; grid-template-rows: var(--cs-link-h) auto var(--cs-link-h);
  align-content: center; --cs-link-h: 22px;
}
.nl3jr::before { content: ""; }
.dwr816 {
  display: block; margin-top: 8px;
  font-size: var(--fs-label); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-muted); text-align: center; text-decoration: none;
}
.dwr816:hover { color: var(--accent); text-decoration: underline; }
.bobma .a7fim4g { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .a7fim4g { gap: 16px; padding: 16px 16px; }
  .ppqbqjmz { width: 152px; height: 96px; }
  .qiz4228i { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .a7fim4g {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .lfnspb { justify-content: flex-start; }
  
  .utzidq, .a1wqam8u { flex-direction: row; }
  
  .utzidq .xhm9jp:nth-child(n+3) { display: none; }
  
  .pjvjw {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .lfnspb { text-align: left; align-items: flex-start; }

  
  .w4ln, .erwcp, .kht7gb3 {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .pj6mquf {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .w4ln .ppqbqjmz, .erwcp .ppqbqjmz,
  .kht7gb3 .ppqbqjmz { width: auto; height: 72px; }
  .qiz4228i { max-height: 72px; max-width: 128px; }
  .wjfl { font-size: var(--fs-body); }
  .adlv3 { font-size: var(--fs-sm); }

  
  .np7rka2o, .nt3zp, .jhveoc,
  .s006s, .e3j9aj, .hv9lk346,
  .yfr3, .j3s0vpi, .z4saxxt,
  .a8ouu3z, .x86b {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .gzyhyvf, .nl3jr { order: 4; flex: 1 0 100%; }
  .nl3jr { display: flex; flex-direction: column; }
  .nl3jr::before { display: none; }
  .d0ctpia.kl7j { width: 100%; padding: 12px 20px !important; }
  .dwr816 { text-align: left; }
}
@media (max-width: 560px) {
  .a7fim4g { padding: 16px; gap: 12px 12px; }
  
  .q2nn6cd, .fqn0d, .xhm9jp { font-size: var(--fs-caption); }
  .npd15q { font-size: var(--fs-sm); }
  .wjfl { font-size: var(--fs-body); }
  .adlv3 { font-size: var(--fs-sm); }
  .caq36 { font-size: var(--fs-sm); }
  .jjg88c8 { font-size: var(--fs-lead); }
  
  .d0ctpia.kl7j { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .lfnspb { gap: 2px; }
  .w4ln .ppqbqjmz, .erwcp .ppqbqjmz,
  .kht7gb3 .ppqbqjmz { height: 64px; }
  .qiz4228i { max-height: 64px; max-width: 116px; }
  .bi1s { padding: 8px; }
  .wjfl { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .np7rka2o, .nt3zp, .jhveoc,
  .s006s, .e3j9aj, .hv9lk346,
  .yfr3, .j3s0vpi, .z4saxxt,
  .a8ouu3z, .x86b { flex-basis: 100%; min-width: 100%; }
}
.ptj2i8 {
  --cs-radius: var(--r-card);
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--cs-radius);
  margin: 24px 0; overflow: hidden;
}
.ctisxf {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.zj3ph8r {
  width: 112px; height: 112px; flex-shrink: 0;
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-btn);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; box-sizing: border-box; overflow: hidden;
}
.zj3ph8r img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.fwnu { flex: 1; min-width: 0; }
.fwnu h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.a9et1mcg { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.rnez { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.rnez strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.rnez .lpf06u { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.fzg7zmn {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px;
  padding: 16px 24px;
  background: var(--tone-fill, var(--bg-surface)); border-top: var(--bw-hair) solid var(--border-alt);
}
.fzg7zmn > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.xtc5q em, .dzwtvsn em, .yvvt05 em, .v4tsv em {
  font-size: var(--fs-caption); font-weight: 600; font-style: normal;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: var(--ls-label);
}
@media (max-width: 560px) { .fzg7zmn { padding: 12px 16px; gap: 8px 16px; } }
.o1fsknk6 { flex-shrink: 0; align-self: center; }
.o1fsknk6 .kl7j {
  white-space: nowrap;
  font-size: var(--fs-sm) !important; font-weight: 700;
  padding: 12px 24px !important;
  border-radius: var(--r-btn) !important;
}
@media (max-width: 560px) {
  .ctisxf { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .zj3ph8r { order: 1; width: 104px; height: 104px; }
  .zj3ph8r img { max-width: 96px; max-height: 88px; }
  .o1fsknk6 { order: 2; margin-left: auto; align-self: center; }
  .fwnu { order: 3; flex: 1 1 100%; min-width: 0; }
  .fwnu h3 { font-size: var(--fs-body); }
}
.kd8x4dpg img.jpy1qk5 { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.h4fq { padding: 20px 24px; }
.zcum1mx { color: var(--text-body); margin-bottom: 16px; }
.bqid3si { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.th6me, .y501ap { list-style: none; font-size: var(--fs-sm); }
.th6me li { color: var(--text-body); margin-bottom: 4px; }
.y501ap li { color: var(--text-body); margin-bottom: 4px; }
.th6me li::before { content: "✓"; margin-right: 5px; }
.y501ap li::before { content: "✗"; margin-right: 5px; }
.aha5 { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.aha5 strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.nkf5 {
  
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
  border: var(--bw-hair) solid color-mix(in srgb, var(--tone-chip-fg, var(--border-alt)) 16%, transparent);
  border-radius: var(--r-btn);
  padding: 4px 8px; margin: 2px 2px 2px 0; display: inline-block;
  font-size: var(--fs-caption); font-weight: 600;
}
.lk0qs { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.j38wcnk8 {
  margin: 0; border-radius: 0 0 var(--r-card) var(--r-card);
  border-left-width: 0 !important; border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top: var(--bw-hair) solid var(--border-alt);
}
.xmn5yr .j38wcnk8 { border-top-width: var(--bw-bar) !important; }
.cbld8m4 .j38wcnk8 { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .oxcyutnv .g9zcp1kp {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .oxcyutnv .ptj2i8 { margin: 0; }
}
.tc72s9 .ctisxf { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.tc72s9 .zj3ph8r { background: transparent; }
.aabu5w .ptj2i8 { border-top: var(--bw-bar) solid var(--accent); }
.aabu5w .ctisxf { background: var(--bg-card); }
.ds61x .ptj2i8 { border-radius: 0; border: var(--bw-hair) solid var(--border); border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); box-shadow: none; margin: 0 0 20px; }
.ds61x .ctisxf { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.ds61x .h4fq { padding: 16px 16px; }
.ds61x .zj3ph8r { border-radius: var(--r-chip); }
.ds61x .j38wcnk8 { border-radius: 0; }
.s9d39a1z .ctisxf { padding: 0; gap: 0; overflow: hidden; }
.s9d39a1z .zj3ph8r {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.s9d39a1z .fwnu { padding: 16px 20px; }
.s9d39a1z .o1fsknk6 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .s9d39a1z .zj3ph8r { width: 116px; min-height: 104px; }
}
.l4bxvjkm .a9et1mcg { font-size: var(--fs-sm); }
.l6so .n5iq, .l6so .bdtkf29x { padding: 12px; }
.l6so .n5iq ul, .l6so .bdtkf29x ul { margin: 4px 0 0; padding-left: 20px; }
.l6so .n5iq li, .l6so .bdtkf29x li { font-size: var(--fs-label); margin-bottom: 4px; }
.rhdjn .nkf5 { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .f4gu { grid-template-columns: 1fr; }
  .eoczoy2 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .eoczoy2 .rmw8505 { width: 72px; height: 50px; }
  .eoczoy2 .bxmt { max-width: 180px; }
  .eoczoy2 .aqymt { width: auto; }
}
.qofvcgi .l4bxvjkm .a9et1mcg { filter: brightness(1.2); }
@media (max-width: 720px) {
  .qofvcgi { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .hiwo { padding: 16px; }
  .lefmru7j .exk8 { min-width: 50%; }
}
@media (max-width: 860px) {
  .jm1sq5ch { grid-template-columns: 1fr; }
  .jss37 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .rimjp { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .lbdo { flex-wrap: wrap; padding: 16px; }
}
.efpczf .n5iq, .efpczf .bdtkf29x { padding: 8px; }
@media (max-width: 480px) {
  .xjc7j { flex-direction: column; align-items: stretch; }
}
.dvrkcwy .aqymt .kl7j { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .hkkg6v { flex-direction: column; align-items: stretch; gap: 12px; }
  .dvrkcwy .aqymt { text-align: center; }
}
@media (max-width: 720px) {
  .lz52hixb { grid-template-columns: 1fr; }
  .ne4q { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .fsdl55b { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.tp5y5 .lpf06u { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.rnsurm .a9et1mcg { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .m2i1h36 { grid-template-columns: 1fr; }
  .rnsurm { width: 100px; height: 100px; margin: 16px auto; }
  .tp5y5 { font-size: var(--fs-h3); }
  .o0rw7z { justify-content: center; }
  .rggih6 .exk8 { min-width: 50%; }
}
@media (max-width: 540px) {
  .nycu86 { flex-wrap: wrap; padding: 16px 16px; }
  .mm9psiut { padding: 12px 16px; }
  .gv16 .mvue1bm { margin: 0 16px; }
  .gv16 .rhdjn { padding: 0 16px; }
  .xtu2lbd { padding: 12px 16px; }
}
.olps1 .a7fim4g { position: relative; }
.olps1 .a7fim4g::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.jbmk .phzw4h {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.jbmk .a7fim4g {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.jbmk .a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .hudex38f .lfnspb + .lfnspb {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.vkvsnc .a7fim4g { padding-top: 16px; padding-bottom: 16px; }
.vkvsnc .a7fim4g + .a7fim4g { border-top: none; }
.vkvsnc .a7fim4g:nth-child(even) { background: var(--bg-surface); }
.vkvsnc .a7fim4g:nth-child(even):hover { background: var(--bg-hover); }
.z4n1y3k .a7fim4g:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .j28yf17p .np7rka2o, .j28yf17p .nt3zp,
  .j28yf17p .jhveoc, .j28yf17p .s006s,
  .j28yf17p .e3j9aj, .j28yf17p .hv9lk346,
  .j28yf17p .yfr3, .j28yf17p .j3s0vpi,
  .j28yf17p .z4saxxt, .j28yf17p .a8ouu3z,
  .j28yf17p .x86b {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.z3c2g .q2nn6cd { opacity: .8; letter-spacing: var(--ls-label); }
.z3c2g .npd15q { font-weight: 700; }
.z3c2g .wjfl { font-weight: 700; }
.vks2y0 .np7rka2o, .vks2y0 .nt3zp,
.vks2y0 .z4saxxt, .vks2y0 .a8ouu3z,
.yw7hsk .nmsl,
.yw7hsk .jjg88c8,
.yw7hsk .jjg88c8 {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.k9276exg .rnez .a9et1mcg,
.yw7hsk .rnez .a9et1mcg,
.mfvl .rnez .a9et1mcg { display: none; }
.k9276exg .lpf06u { display: none; }
.yw7hsk .rnez strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.yw7hsk .qx3x2,
.yw7hsk .lpf06u { font-size: 1em; }
.mfvl .rnez strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.mfvl .lpf06u { display: none; }
.imbjdhn { margin: 16px 0; }
.m4pzp { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.m4pzp summary {
  padding: 16px 20px; font-weight: 600; color: var(--text-primary);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: background .12s, color .12s;
}
.m4pzp summary::after {
  content: ""; width: 8px; height: 8px; margin: -4px 4px 0 0;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  color: var(--text-muted); transform: rotate(45deg);
  transition: transform .15s, color .15s, margin .15s; flex-shrink: 0;
}
.m4pzp summary:hover { background: var(--bg-surface); }
.m4pzp summary:hover::after { color: var(--accent); }
.m4pzp[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.m4pzp[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.m4pzp[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.m4pzp p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.xl0r1 { margin-bottom: 0; }
.gq97zt h2.ibubnzcp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.rb2df h2.ibubnzcp { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.n5iq, .bdtkf29x { border: var(--bw-hair) solid transparent; }
.n5iq .svx6, .n5iq .bq8v { color: var(--c-pros-label); }
.bdtkf29x .svx6, .bdtkf29x .vhyw { color: var(--c-cons-label, var(--c-cons)); }
.n5iq ul li, .bdtkf29x ul li, .th6me li, .y501ap li { color: var(--text-body); }
.n5iq .th6me li, .bdtkf29x .y501ap li { position: relative; padding-left: 1.5em; }
.n5iq .th6me li::before, .bdtkf29x .y501ap li::before { position: absolute; left: 0; margin-right: 0; }
.evllrrp7 .n5iq { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.evllrrp7 .bdtkf29x { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.vftwft2 .n5iq, .vftwft2 .bdtkf29x { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.vftwft2 .n5iq { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.vftwft2 .bdtkf29x { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.swrlaw .n5iq, .swrlaw .bdtkf29x { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.swrlaw .n5iq { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.swrlaw .bdtkf29x { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.m5y0m .n5iq, .m5y0m .bdtkf29x { background: var(--bg-card); border-width: var(--bw-rule); }
.m5y0m .n5iq { border-color: var(--sem-pos-line); }
.m5y0m .bdtkf29x { border-color: var(--sem-neg-line); }
.eg2cvta .n5iq, .eg2cvta .bdtkf29x { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.eg2cvta .bdtkf29x { border-left: var(--bw-hair) solid var(--border); }
.fe2fw .bq8v::before { content: "✓ "; }
.fe2fw .vhyw::before { content: "✗ "; }
.cbld8m4 .ot5us { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.cbld8m4 .ot5us strong { color: var(--text-primary); }
.cbld8m4 .ot5us p      { color: var(--text-muted); }
.xmn5yr .ot5us { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.aw7gh .ot5us {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.aw7gh .ot5us strong { color: var(--text-primary); }
.aw7gh .ot5us p { color: var(--text-muted); }
.aw7gh .ot5us { border-left: var(--bw-bar) solid var(--cl-hue); }
.aw7gh .feejdy::before { color: rgba(255,255,255,0.9) !important; }
.kylx .ot5us {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.kylx .ot5us strong { color: var(--text-primary); }
.kylx .ot5us p      { color: var(--text-muted); }
.w2hh .ot5us { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.bto53 .feejdy,
.svledk9 .feejdy,
.pk3m .feejdy,
.bto53 .feejdy::before,
.svledk9 .feejdy::before,
.pk3m .feejdy::before,
.k5oixzy .broa .sc22f6tr,
.k5oixzy .dqcghz .sc22f6tr  { box-shadow: var(--sh-1); }
.k5oixzy .p8rr943                { box-shadow: var(--sh-1); }
.k5oixzy .hyzrq          { box-shadow: var(--sh-1); }
.k5oixzy .mbkw                    { box-shadow: var(--sh-1); }
.jan4 .broa .sc22f6tr,
.jan4 .dqcghz .sc22f6tr,
.jan4 .p8rr943,
.jan4 .hyzrq,
.jan4 .mbkw,
.jan4 .w2hh .ot5us { box-shadow: none; }
.hkdv1k { --fs-body: 16px; --fs-sm: 15px; --fs-lead: 19px; }
.xl0r1 + .xl0r1 { position: relative; }
.jnoci7s   .xl0r1 + .xl0r1::before,
.ks6eh  .xl0r1 + .xl0r1::before,
.jqhey   .xl0r1 + .xl0r1::before,
.ybuhv   .xl0r1 + .xl0r1::before,
.gosleyj   .xl0r1 + .xl0r1::before,
.syvuk .xl0r1 + .xl0r1::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.jnoci7s .xl0r1 + .xl0r1::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.ks6eh .xl0r1 + .xl0r1::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.jqhey .xl0r1 + .xl0r1::before {
  content: "● ● ●";
  text-align: center; font-size: var(--fs-caption); letter-spacing: var(--ls-wide);
  color: var(--accent-light); opacity: 0.7; line-height: var(--lh-solid);
  padding-top: 8px;
}
.ybuhv .xl0r1 + .xl0r1::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.lcaerf .xl0r1 { margin-bottom: 16px; }
.lcaerf .xl0r1 + .xl0r1 { margin-top: 0; }
.lcaerf .po57o7 { padding-top: 0; padding-bottom: 0; }
.gosleyj .xl0r1 + .xl0r1::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.syvuk .xl0r1 + .xl0r1::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.eiqr .xl0r1 + .xl0r1::before,
.h1qflnp .xl0r1 + .xl0r1::before,
.zhud .xl0r1 + .xl0r1::before {
  content: ""; display: block;
  position: absolute; top: -70px; left: 0; right: 0; height: 70px;
  background: var(--bg-page);
  pointer-events: none; z-index: 2;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
}
.ujfd60co .eiqr .xl0r1:nth-child(even)::before,
.ujfd60co .h1qflnp .xl0r1:nth-child(even)::before,
.ujfd60co .zhud .xl0r1:nth-child(even)::before { background: var(--bg-surface); }
.eskfyim .eiqr .xl0r1:nth-child(even)::before,
.eskfyim .h1qflnp .xl0r1:nth-child(even)::before,
.eskfyim .zhud .xl0r1:nth-child(even)::before { background: var(--bg-card); }
.eiqr .xl0r1 + .xl0r1::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C12 0 37 0 50 20 C63 40 88 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.h1qflnp .xl0r1 + .xl0r1::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 20 C8 0 17 0 25 20 C33 40 42 40 50 20 C58 0 67 0 75 20 C83 40 92 40 100 20 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.zhud .xl0r1 + .xl0r1::before {
  height: 80px; top: -80px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L0 40 C20 0 80 0 100 40 L100 50 Z' fill='black'/%3E%3C/svg%3E");
}
.xxf9  .gjmp4:not(.zlpds) .axtu5 { background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 100%); }
.xxf9 .zlpds { background: linear-gradient(180deg, var(--hero-a, var(--accent)) 0%, var(--hero-b, var(--accent-light)) 100%); }
.xxf9 .p85ci { background: linear-gradient(180deg, var(--hero-a, var(--accent)), var(--hero-b, var(--accent-light))); }
.xxf9 .n0byjj { background: linear-gradient(180deg, var(--accent-bg) 0%, var(--bg-surface) 100%); }
.oujthy6 .epw821pa { float: left; width: 38%; margin: 0 28px 16px 0; }
.oujthy6 .epw821pa .dh0b { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.oujthy6 .po57o7::after { content: ''; display: block; clear: both; }
.wt3zv .epw821pa { float: right; width: 38%; margin: 0 0 16px 28px; }
.wt3zv .epw821pa .dh0b { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.wt3zv .po57o7::after { content: ''; display: block; clear: both; }
.frf75xp6 .xl0r1:nth-child(odd)  .epw821pa { float: left;  width: 38%; margin: 0 28px 16px 0; }
.frf75xp6 .xl0r1:nth-child(even) .epw821pa { float: right; width: 38%; margin: 0 0 16px 28px; }
.frf75xp6 .epw821pa .dh0b { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.frf75xp6 .po57o7::after { content: ''; display: block; clear: both; }
.oujthy6 .is9z,
.oujthy6 .phzw4h,
.wt3zv .is9z,
.wt3zv .phzw4h,
.frf75xp6 .is9z,
.frf75xp6 .phzw4h { clear: both; }
@media (max-width: 900px) {
  .oujthy6 .epw821pa,
  .wt3zv .epw821pa,
  .frf75xp6 .xl0r1:nth-child(odd)  .epw821pa,
  .frf75xp6 .xl0r1:nth-child(even) .epw821pa {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .oujthy6 .epw821pa .dh0b,
  .wt3zv .epw821pa .dh0b,
  .frf75xp6 .epw821pa .dh0b {
    max-height: none !important;
  }
}
.oujthy6 .op9ylo,
.oujthy6 .ow8132ns,
.wt3zv .op9ylo,
.wt3zv .ow8132ns,
.frf75xp6 .op9ylo,
.frf75xp6 .ow8132ns { overflow: hidden; }
@media (max-width: 640px) {
  .oujthy6 .epw821pa,
  .wt3zv .epw821pa,
  .frf75xp6 .epw821pa { float: none; width: 100%; margin: 0 0 16px 0; }
}
.bwwi .r41n,
.bwwi .po57o7,
.bwwi .n47fks73  { max-width: 1060px; }
.senx2 .r41n,
.senx2 .po57o7,
.senx2 .n47fks73  { max-width: 1180px; }
.senx2 { --content-mw: 1180px; }
.e35ujs .r41n,
.e35ujs .po57o7,
.e35ujs .n47fks73  { max-width: 1260px; }
.a4t8 { font-size: var(--fs-label); color: var(--text-muted); }
.d8d20kxm { display: flex; align-items: center; }
.n9sutz4 {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.amu5yl8 { display: flex; align-items: center; }
.cg79a3bw { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.cg79a3bw:hover { text-decoration: underline; }
.ua92 { margin: 0 4px; opacity: 0.45; }
.ua92::before { content: '/'; }
.mfu9 { padding: 2px 4px; color: var(--text-main); }
.zdrhggr .a4t8 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.zdrhggr .d8d20kxm { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.lu8i659 .a4t8 {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.lu8i659 .d8d20kxm { padding: 0 0 0 12px; }
.q7x2 .d8d20kxm { padding: 0 16px; }
.q7x2 .a4t8 {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.q7x2 .r41n { padding-top: 28px; }
@media (max-width: 720px) {
  .t232fuj { margin-top: 20px; padding: 0 16px; }
  .q7x2 .r41n { padding-top: 16px; }
}
.bwwi.zdrhggr .d8d20kxm { max-width: 1100px; }
.senx2.zdrhggr .d8d20kxm { max-width: 1200px; }
.e35ujs.zdrhggr .d8d20kxm { max-width: 1320px; }
.senx2 .t232fuj { max-width: 1200px; }
.j277swg .xl0r1 { padding-top: 16px; padding-bottom: 16px; }
.a514 .xl0r1 { padding-top: 24px; padding-bottom: 24px; }
.o5zthp9i .xl0r1 { padding-top: 40px; padding-bottom: 40px; }
.rtub .xl0r1 { padding-top: 52px; padding-bottom: 52px; }
.oa42kwr2 .xl0r1:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.oa42kwr2 .xl0r1:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.oa42kwr2 .xl0r1:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.oa42kwr2 .xl0r1:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.g8zw6 .po57o7 { padding-top: 12px;  padding-bottom: 12px; }
.zcmm3b .po57o7 { padding-top: 20px;  padding-bottom: 20px; }
.ebt2rrk .po57o7 { padding-top: 36px;  padding-bottom: 36px; }
.yqezlj .po57o7 { padding-top: 48px;  padding-bottom: 48px; }
.seb0sp7w h1, .seb0sp7w h2, .seb0sp7w h3, .seb0sp7w .x7ay { font-weight: 700; }
.h2muui h1, .h2muui h2, .h2muui h3, .h2muui .x7ay { font-weight: 700; }
.fqff0i, .seb0sp7w, .s8fg9jn, .h2muui { font-weight: 400; }
.puh5oyrg {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.ybjlrd .puh5oyrg { display: none; }
@media (max-width: 640px) {
  .puh5oyrg { display: none !important; }
}
.puh5oyrg { background: var(--cta) !important; color: #fff !important; border: none !important; }
.puh5oyrg:hover { opacity: 0.85; }
.yobpr4 .puh5oyrg { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.gozg1 .hzdrem { right: 32px; }
@media (max-width: 480px) {
  .gozg1 .hzdrem { right: 20px; bottom: 20px; }
  .e9fkew4  .hzdrem { left: 20px; bottom: 20px; }
}
.whk8x { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.n47fks73 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.io5fvn3u { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.d57jsa { color: var(--text-dim); font-size: var(--fs-label); }
.s3lm a, .xj08wj9w a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.s3lm a:hover, .xj08wj9w a:hover { color: var(--accent-light); }
.xj08wj9w { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.f3eux2 .n47fks73 { text-align: center; }
.f3eux2 .xj08wj9w { justify-content: center; margin-bottom: 16px; }
.f3eux2 .io5fvn3u { margin-top: 0; }
.cumgib { margin-top: 12px; }
.cumgib a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .n47fks73 { padding-left: 16px; padding-right: 16px; }
  .t5n4 .n47fks73 { padding: 20px 16px; }
  .xj08wj9w { gap: 4px 12px; }
  .io5fvn3u { font-size: var(--fs-caption); }
}
.p04tjcam .io5fvn3u { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.p04tjcam .d57jsa { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .p04tjcam .hdhk { grid-template-columns: 1fr 1fr; } .p04tjcam .cf6ud { grid-column: 1 / -1; } }
@media (max-width: 480px) { .p04tjcam .hdhk { grid-template-columns: 1fr; } }
.r9etb2 .io5fvn3u { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .r9etb2 .c30b { gap: 12px; } .r9etb2 .rkcsk { margin-right: 0; width: 100%; } }
.tu3r .io5fvn3u { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.tu3r .d57jsa { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .tu3r .xs0dqw { grid-template-columns: 1fr 1fr; } .tu3r .f029t { grid-column: 1 / -1; } }
@media (max-width: 480px) { .tu3r .xs0dqw { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .rt06uc5m .g37ldhq { grid-template-columns: 1fr 1fr; } .rt06uc5m .c7gw0:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .rt06uc5m .g37ldhq { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .tgov8p6s .g37ldhq { grid-template-columns: 1fr; } }
.m7xw .n47fks73 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.m7xw .xj08wj9w { justify-content: center; }
.vsmu9e .e6ufu      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.u1hyi0vu .e6ufu      { background: #0d1117; border-bottom-color: #21262d; }
.u1hyi0vu .ixyut { color: var(--accent-light); }
.u1hyi0vu .js6km37 { --msep-color: #8b949e; }
.u1hyi0vu .js6km37 a { color: #8b949e; }
.u1hyi0vu .js6km37 a:hover { color: var(--accent-light); }
.u1hyi0vu .gj3qm { color: #8b949e; }
.u1hyi0vu .whk8x { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.u1hyi0vu .io5fvn3u,
.u1hyi0vu .d57jsa { color: #6e7681; }
.u1hyi0vu .s3lm a, .u1hyi0vu .xj08wj9w a,
.u1hyi0vu .s3lm a:hover, .u1hyi0vu .xj08wj9w a:hover,
@media (max-width: 640px) {
  .u1hyi0vu .js6km37 { background: #0d1117; border-top-color: #21262d; }
  .u1hyi0vu .js6km37 li a { border-bottom-color: #21262d; }
}
.s4q76d .e6ufu      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.s4q76d .ixyut { color: var(--accent-light); }
.s4q76d .js6km37 { --msep-color: #475569; }
.s4q76d .js6km37 a { color: #475569; }
.s4q76d .js6km37 a:hover { color: var(--accent-light); }
.s4q76d .gj3qm { color: #64748b; }
.s4q76d .whk8x { background: #f0f4f8; border-top-color: #cbd5e1; }
.s4q76d .io5fvn3u,
.s4q76d .d57jsa { color: #64748b; }
.s4q76d .s3lm a, .s4q76d .xj08wj9w a,
.s4q76d .s3lm a:hover, .s4q76d .xj08wj9w a:hover,
@media (max-width: 640px) {
  .s4q76d .js6km37 { background: #f0f4f8; border-top-color: #cbd5e1; }
  .s4q76d .js6km37 li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.crv78 .e6ufu { background: var(--b-50); border-bottom-color: var(--b-200); }
.crv78 .js6km37 a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .crv78 .js6km37 { background: var(--b-50); border-top-color: var(--b-200); }
}
.esxl0   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.nshiwz .e6ufu, .esxl0 .e6ufu { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.nshiwz .ixyut, .esxl0 .ixyut { color: #fff; }
.nshiwz .js6km37, .esxl0 .js6km37 { --msep-color: rgba(255,255,255,0.82); }
.nshiwz .js6km37 a, .esxl0 .js6km37 a { color: rgba(255,255,255,0.82); }
.nshiwz .js6km37 a:hover, .esxl0 .js6km37 a:hover { color: #fff; }
.nshiwz .gj3qm, .esxl0 .gj3qm { color: rgba(255,255,255,0.9); }
.nshiwz .kuxrib a, .esxl0 .kuxrib a { color: var(--text-primary) !important; }
.nshiwz .kuxrib a:hover, .esxl0 .kuxrib a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .nshiwz .js6km37, .esxl0 .js6km37 { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .nshiwz .js6km37 li a, .esxl0 .js6km37 li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.n67hwp.nshiwz .puh5oyrg { background: #fff !important; color: var(--b-700) !important; }
.fy9k .e6ufu {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.fy9k .e6ufu::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 640px) {
  .fy9k .js6km37 {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.xuhnnzl .mccu79q { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.k4z4e .mccu79q { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.nwgiwka .mccu79q { min-height: 72px; height: auto; }
.n61uuy2 .mccu79q { min-height: 84px; height: auto; }
.t5n4 .mccu79q { max-width: none; padding: 0 32px; }
.t5n4 .n47fks73  { max-width: none; padding: 24px 32px; }
.lxw8qs.senx2 .mccu79q { max-width: 1200px; }
.lxw8qs.e35ujs .mccu79q { max-width: 1320px; }
.g93p   .ixyut, .g93p   .rkcsk { text-transform: capitalize; }
.omztq0 .ixyut, .omztq0 .rkcsk { text-transform: lowercase; }
.lvi6l .ixyut, .lvi6l .rkcsk { text-transform: uppercase; letter-spacing: var(--ls-label); }
.j6bayl8m, .ak08 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ff0d .j6bayl8m,
.fjlsub0i .j6bayl8m,
.p5jvzg .j6bayl8m,
.ffm8 .j6bayl8m,
.fh5bxsqa   .js6km37 a { font-weight: 500; }
.s87jlt87 .js6km37 a { font-weight: 600; }
.s3yg0     .js6km37 a { font-weight: 700; }
.bcfgzemt    .js6km37 a { font-weight: 700; letter-spacing: normal; }
.z28ejo     .js6km37 > li + li::before,
.fhhhxpw    .js6km37 > li + li::before,
.fl2ec    .js6km37 > li + li::before,
.o91ounx .js6km37 > li + li::before,
.ehd83 .js6km37 > li + li::before,
.xbte  .js6km37 > li + li::before,
.fzrbxqz    .js6km37 > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.z28ejo     .js6km37 > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.fhhhxpw    .js6km37 > li + li::before { content: "|"; }
.fl2ec    .js6km37 > li + li::before { content: "—"; }
.o91ounx .js6km37 > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ehd83 .js6km37 > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.xbte  .js6km37 > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fzrbxqz    .js6km37 > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .h6okef .gj3qm,
  .cz8x04c .gj3qm,
  .hq9ayp4 .gj3qm,
  .v87fvh .gj3qm,
  .zfvf .gj3qm {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .h6okef .gj3qm::before,
  .cz8x04c .gj3qm::before,
  .hq9ayp4 .gj3qm::before,
  .v87fvh .gj3qm::before,
  .zfvf .gj3qm::before { content: ""; display: block; flex-shrink: 0; }

  
  .h6okef .gj3qm::before {
    width: 22px; height: 11px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  68% 2px no-repeat;
  }

  
  .cz8x04c .gj3qm::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .hq9ayp4 .gj3qm::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  70% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% /  42% 2px no-repeat;
  }

  
  .v87fvh .gj3qm::before {
    width: 22px; height: 17px;
    background:
      linear-gradient(currentColor, currentColor) 0 0    / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50%  /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  
  .zfvf .gj3qm::before {
    width: 22px; height: 25px;
    background:
      linear-gradient(currentColor, currentColor) 0 0     / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 33.3% /  76% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 66.6% /  52% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100%  /  28% 2px no-repeat;
  }

}
@media (max-width: 640px) {
  .aa2o6ed6 .gj3qm {
    padding: 4px 16px;
  }
  .aa2o6ed6 .js6km37 {
    left: auto; right: 12px; top: 54px;
    width: auto; min-width: 180px;
    border-radius: var(--r-card);
    background: var(--bg-surface);
    border: var(--bw-hair) solid var(--border);
    box-shadow: var(--sh-3);
    padding: 8px 0;
  }
  .aa2o6ed6 .js6km37 li a {
    border-bottom: none; padding: 12px 24px;
  }
  .aa2o6ed6 .js6km37 li a:hover { background: var(--bg-raised); }
  .aa2o6ed6 .awbcjuym,
  .a4vgv .awbcjuym,
  .sij1ka .awbcjuym { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .kg5ru .gj3qm {
    padding: 4px 12px;
  }
  .kg5ru .js6km37 {
    display: flex !important;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: auto;
    width: 72vw; max-width: 280px;
    background: var(--bg-surface);
    border-left: var(--bw-hair) solid var(--border);
    border-top: none; border-radius: 0;
    padding: 72px 0 24px;
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .kg5ru .js6km37.dm56 { transform: translateX(0); }
  .kg5ru .js6km37 li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .kg5ru .js6km37 li:last-child a { border-bottom: none; }
  .nshiwz .js6km37,
  .u1hyi0vu .js6km37 { background: var(--accent) !important; }
  .nshiwz .js6km37 li a,
  .u1hyi0vu .js6km37 li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .sij1ka .gj3qm {
    padding: 4px 12px;
  }
  .sij1ka .js6km37 {
    display: flex !important;
    position: fixed;
    bottom: 0; left: 0; right: 0; top: auto;
    border-radius: var(--r-card) var(--r-card) 0 0;
    border-top: var(--bw-hair) solid var(--border); border-left: none; border-right: none;
    padding: 20px 0 28px;
    transform: translateY(110%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    z-index: 900;
    box-shadow: var(--sh-3);
  }
  .sij1ka .js6km37::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .sij1ka .js6km37.dm56 { transform: translateY(0); }
  .sij1ka .js6km37 li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .l7xhmgd .gj3qm {
    padding: 4px 12px;
  }
  .l7xhmgd .js6km37 {
    display: flex !important;
    position: fixed; inset: 0;
    background: color-mix(in srgb, var(--bg-surface) 96%, transparent);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; border: none; border-radius: 0; padding: 0;
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease; z-index: 900;
  }
  .l7xhmgd .js6km37.dm56 { opacity: 1; pointer-events: auto; }
  .l7xhmgd .js6km37 li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .nqgxu     .gj3qm { border-radius: 0 !important; }
  .lp2uszo   .gj3qm { border-radius: var(--r-btn) !important; }
  .zaxhuri .gj3qm { border-radius: 50% !important; }
  .ybzlig43   .gj3qm { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .lhlw .d2g8sk { flex-direction: column; align-items: stretch; }
  .lhlw .asxwb6d { flex-direction: row; min-width: auto; }
  .lhlw .wndh { align-items: flex-start; text-align: left; }
}
.hv2cm,
.hv2cm.xl0r1,
.ujfd60co .hv2cm,
.u8tah .hv2cm,
.eskfyim .hv2cm,
.sagjt6kn .hv2cm {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ey2s5v {
  background: var(--cta);
  border-radius: var(--r-card);
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.i47fj { flex: 1 1 280px; min-width: 0; }
.n9be36gr {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.pdzs {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.g7oqr {
  background: var(--cta);
  color: var(--cta-fg);
  padding: 14px 32px;
  border-radius: var(--r-btn);
  border: var(--bw-hair) solid rgba(255, 255, 255, .28);
  font-weight: 700;
  font-size: var(--fs-sm);
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.15s, opacity 0.2s;
  white-space: nowrap;
}
.g7oqr:hover { transform: translateY(-1px); opacity: 0.95; }
.s0u9 .ey2s5v {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.s0u9 .n9be36gr { color: var(--cta); }
.s0u9 .pdzs { color: var(--text-body); }
.s0u9 .g7oqr {
  background: var(--cta);
  color: var(--cta-fg);
}
.pherqrwp .ey2s5v {
  background: var(--bg-card);
  border-left: var(--bw-bar) solid var(--cta);
  border-radius: var(--r-chip) var(--r-card) var(--r-card) var(--r-chip);
}
.pherqrwp .n9be36gr { color: var(--text-primary); }
.pherqrwp .pdzs { color: var(--text-body); }
.pherqrwp .g7oqr {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .ey2s5v {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .i47fj { flex: 0 0 auto; }
  .n9be36gr { font-size: var(--fs-lead); }
  .g7oqr { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.gpev .ccbjbpe { height: 36px; }
.vyh1g .ccbjbpe { height: 60px; max-width: 200px; }
.cxhus .ccbjbpe { height: 56px; max-width: 180px; }
.xwy49w9    .nmsl, .xwy49w9    .a9et1mcg { color: #f59e0b; }
.ayy4px4      .a9et1mcg   { font-size: var(--fs-lead); }
.otxbs7    .nmsl, .otxbs7    .a9et1mcg { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.gpqk4gl     .nmsl, .gpqk4gl     .a9et1mcg { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.gns8 .nmsl, .gns8 .a9et1mcg { color: var(--cta); letter-spacing: var(--ls-wide); }
.ga9ghz   .nmsl, .ga9ghz   .a9et1mcg { color: #e91e63; letter-spacing: var(--ls-wide); }
.bosdws  .nmsl, .bosdws  .a9et1mcg { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.z21wnk6a     .nmsl, .z21wnk6a     .a9et1mcg { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.si93 .caq36 {
  font-size: var(--fs-lead); font-weight: 700;
  color: var(--text-muted); opacity: .45;
}
.vv500puy .phzw4h {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.vv500puy .a7fim4g {
  grid-template-columns: 1fr;
  justify-items: center; text-align: center;
  gap: 12px;
  padding: 32px 20px 20px;
  position: relative;
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.vv500puy .a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt); }
.vv500puy .lfnspb { align-items: center; text-align: center; }
.vv500puy .ppqbqjmz {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.vv500puy .qiz4228i { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.vv500puy .adlv3 { font-size: var(--fs-body); }
.vv500puy .d0ctpia.kl7j { min-width: 180px; }
@media (min-width: 720px) {
  .vv500puy .phzw4h {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .vv500puy .a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .vv500puy .a7fim4g { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .vv500puy .pjvjw { top: -16px; left: 50%; }
  .vv500puy .ppqbqjmz { width: 132px; height: 132px; }
}
.t5vbl5as .phzw4h {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.t5vbl5as .a7fim4g {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.t5vbl5as .ppqbqjmz {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.t5vbl5as .qiz4228i { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .t5vbl5as .ppqbqjmz { width: 104px; height: 104px; }
}
.dimw .m4pzp {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.dimw .m4pzp summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.dimw .m4pzp summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.dimw .m4pzp[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.dimw .m4pzp p { padding: 0 14px 18px; }
.dimw .m4pzp[open] p { border-top: none; padding-top: 0; }
.pb6la4ft .m4pzp { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.pb6la4ft .m4pzp summary {
  background: var(--bg-card); border-radius: var(--r-pill);
  border: var(--bw-hair) solid var(--border);
  padding: 12px 24px; color: var(--text-primary); font-weight: 700;
}
.pb6la4ft .m4pzp summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.pb6la4ft .m4pzp[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.pb6la4ft .m4pzp p { padding: 14px 24px 4px; }
.pb6la4ft .m4pzp[open] p { border-top: none; padding-top: 14px; }
.o14eh .m4pzp {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.o14eh .m4pzp summary { color: var(--text-primary); padding: 16px 18px; }
.o14eh .m4pzp[open] summary { box-shadow: none; }
.o14eh .m4pzp p { padding: 0 18px 18px; }
.lhkwgh .imbjdhn { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.lhkwgh .m4pzp {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.lhkwgh .m4pzp:last-child { border-bottom: none; }
.lhkwgh .m4pzp summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.lhkwgh .m4pzp p { padding: 0 20px 16px; }
.fx366a .m4pzp { overflow: hidden; }
.fx366a .m4pzp summary {
  background: var(--tone-fill-raw, var(--bg-surface)); color: var(--text-primary); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent));
}
.fx366a .m4pzp summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.fx366a .m4pzp summary::after { color: var(--tone-mark, var(--accent)); }
.fx366a .m4pzp[open] summary { border-radius: 0; box-shadow: none; }
.aw7g4rq { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.p1wngu {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.qtf3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.tjd23tkv { color: var(--text-muted); font-size: var(--fs-body); }
.vng4a {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.o1t0 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.neg81 { margin-bottom: 20px; }
.q7gts {
  display: block; color: var(--text-muted); font-size: var(--fs-caption);
  font-weight: 600; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: var(--ls-label);
}
.svqamn {
  width: 100%; background: var(--bg-page);
  border: var(--bw-hair) solid var(--border-alt); border-radius: var(--r-btn);
  padding: 12px 16px; color: var(--text-primary);
  font-size: var(--fs-sm); font-family: inherit;
  outline: none; transition: border-color .15s; box-sizing: border-box;
}
.svqamn:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.a7dvb { resize: vertical; min-height: 130px; }
.zw3lgj { width: 100%; margin-top: 8px; }
.gr4phe {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.eq931cr {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.uxics { color: var(--text-muted); line-height: var(--lh-read); }
.s2k5rl23 { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.s2k5rl23 li { margin-bottom: 8px; }
.ouuvijz { max-width: 760px; margin: 0 auto; }
.umifyx { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.xrtx4 { max-width: 760px; margin: 0 auto; }
.etf3ye0q ul.s2k5rl23 { margin: 0; }
@media (max-width: 640px) { .ka2h0uz6 { grid-template-columns: 1fr; gap: 12px; } }
.gx308cb { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.aj862gid { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.vqh6 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.aj862gid p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.aj862gid .s2k5rl23 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .gx308cb { grid-template-columns: 1fr; } }
.ecbg { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.ecbg:hover .u3yi { color: var(--accent-light); text-decoration: underline; }
.l2zxox1g { color: inherit; text-decoration: none; }
.l2zxox1g:hover { color: var(--accent-light); text-decoration: underline; }
.vjsac16 { display: inline-block; line-height: 0; }
.sw9qul { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.uorp95ot { margin-bottom: 48px; }
.m7d5 { max-width: 760px; margin: 0 auto; }
.p76or { max-width: 640px; margin: 0 auto; }
.ty1br { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.ty1br:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.l6j25 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.ty1br p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.ty1br ul.s2k5rl23 { margin: 0; }
.taksdyd { color: var(--text-muted); line-height: var(--lh-read); }
.w8ztak .s2k5rl23,
.p76or .s2k5rl23,
.puz6 .s2k5rl23,
.zow81o .s2k5rl23 {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.w8ztak .ty1br,
.p76or .ty1br { text-align: left; }
.w8ztak .l6j25,
.p76or .l6j25 { text-align: center; }
.xt6tp6 { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.h54glw6 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.pgj2vwcr { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.ovmp { margin-top: 12px; }
.f3lv { display: inline-block; color: var(--accent-light); text-decoration: none; font-weight: 600; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid transparent; padding-bottom: 2px; }
.f3lv:hover { border-bottom-color: var(--accent-light); }
.uu2k { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.uu2k img { width: 100%; height: 100%; object-fit: cover; display: block; }
.p1fqixg { width: 72px; height: 72px; }
.ju1wkarm { border-radius: 50%; }
.bvp6xvgo { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.l4obr { color: var(--text-muted); font-weight: 600; letter-spacing: normal; }
@media (max-width: 640px) { .vxxqi2us { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.py4n9 .pgj2vwcr, .py4n9 .h54glw6 { max-width: 640px; }
.q1gx6f68 .xt6tp6 { font-size: var(--fs-h3); margin-top: 20px; }
.ibi4nhse .pgj2vwcr { margin-bottom: 28px; }
@media (max-width: 860px) { .atefs { grid-template-columns: 1fr; } .q1gx6f68 { position: static; text-align: center; } }
.n2wuei55 .uu2k { margin: 0 auto 20px; }
.n2wuei55 .bvp6xvgo { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .sbnnucsk { grid-template-columns: 1fr; } }
.bqaoagi .xt6tp6 { font-size: var(--fs-h3); margin-bottom: 8px; }
.zow81o .s2k5rl23 { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .bqaoagi { flex-direction: column; text-align: center; } .pak9iq { grid-template-columns: 1fr; } }
.d3igo3hq { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.d3igo3hq .xt6tp6 { font-size: var(--fs-lead); margin: 0 0 4px; }
.d3igo3hq .bvp6xvgo { margin: 0; }
.xcrk .qtf3 { color: var(--accent-light); }
.ee4m .qtf3 { font-size: var(--fs-h2); }
.ee4m .tjd23tkv { max-width: 680px; }
.hteny9n {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; text-align: left; padding: 40px 0 32px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.hteny9n .qtf3 { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.hteny9n .tjd23tkv  { margin: 0; }
@media (max-width: 640px) { .hteny9n { flex-direction: column; } }
.inzgd89 .qtf3 { color: var(--accent-light); }
.koq6x .qtf3 { color: #fff; }
.koq6x .tjd23tkv  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .oi6puw { grid-template-columns: 1fr; } }
.p2zu { background: transparent; border-color: transparent; padding-left: 0; padding-right: 0; }
.p2zu .svqamn {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.p2zu .svqamn:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.nixuylm0 .svqamn { background: var(--bg-raised); border-color: transparent; }
.nixuylm0 .svqamn:focus { background: var(--bg-card); border-color: var(--accent-light); }
.fzgdx .svqamn { border-radius: var(--r-pill); padding: 12px 20px; }
.fzgdx .a7dvb { border-radius: var(--r-card); }
.dsp6en2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .dsp6en2 { grid-template-columns: 1fr; } }
.l0chik {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.l0chik h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.l0chik p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.z16b { counter-reset: priv-count; }
.vgof71i {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.vgof71i:last-child { border-bottom: none; }
.x0yig1b {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.vgof71i h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.vgof71i p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.sgcgz1z { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.sgcgz1z li { margin-bottom: 8px; }
.d0wbf7t:empty,.btwyr:empty{display:none}
.w670{position:relative;overflow:visible}
.ro2sr5 .pdqmw2 .btwyr,.upvpap .pdqmw2 .btwyr,
.vgiu .pdqmw2 .btwyr,.j6hd .pdqmw2 .btwyr,
.yizkgnb .pdqmw2 .btwyr{margin: 0;font-size: var(--fs-caption);opacity:1;color:#fff;background:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,.45));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding: 4px 12px;border-radius: var(--r-chip);display:inline-flex;width:auto}
.ro2sr5 .z73kb,.upvpap .z73kb,
.vgiu .z73kb,.j6hd .z73kb,
.yizkgnb .z73kb{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.ro2sr5 .pdqmw2 .btwyr{margin-right:auto}
.upvpap .pdqmw2 .btwyr{margin-left:auto}
.vgiu .pdqmw2 .btwyr{margin-right:auto}
.j6hd .pdqmw2 .btwyr{margin-left:auto}
.yizkgnb .pdqmw2 .btwyr{margin: 0 auto}
.exn9 .pdqmw2 .btwyr{margin: 0}
.exn9 .n0byjj~.pdqmw2 .btwyr,
.exn9 .rys5gje~.pdqmw2 .btwyr{justify-content:flex-start}
.n0byjj~.pdqmw2 .btwyr{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.rys5gje~.pdqmw2 .btwyr{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.mw1q8al .btwyr{margin: 0 0 12px}
.btwyr{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.lr7u{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.u3yi{font-weight:600;color:var(--text-heading);opacity:1}
.n5vahhq::before{content:"·";margin: 0 2px;opacity:.5}
.z73kb{white-space:nowrap}
.g9p0jto .lr7u{display:none}
.hnn9hsua .z73kb{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.hnn9hsua .n5vahhq::before{content:""}
.cinbo1 .z73kb{background:var(--date-bg, var(--accent-bg));padding: 8px 12px;border-radius:var(--radius, 6px);font-size: var(--fs-caption);display:inline-flex;align-items:center;gap: 4px}
.cinbo1 .n5vahhq::before{content:""}
.mglxp .btwyr{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.hlf92b .z73kb{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.hlf92b .n5vahhq::before{content:""}
.a0ml .z73kb{color: var(--accent-light);opacity:1;font-weight:500}
.up1g .z73kb{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.ifvw .btwyr{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.tgdwyt26{--date-bg:transparent}
.r0zwli .n5vahhq::before{content:""}
.fvsnob5d .n5vahhq::before{content:"•";opacity:.4}
.fvsnob5d .z73kb + .z73kb::before{content:"•";margin-right:6px;opacity:.4}
.fwyujv .n5vahhq::before{content:"/";opacity:.35}
.fwyujv .z73kb + .z73kb::before{content:"/";margin-right:6px;opacity:.35}
.t2ol4ha .n5vahhq::before{content:"|";opacity:.3}
.t2ol4ha .z73kb + .z73kb::before{content:"|";margin-right:6px;opacity:.3}
.djclts .n5vahhq::before{content:"—";opacity:.3}
.djclts .z73kb + .z73kb::before{content:"—";margin-right:6px;opacity:.3}
.jqx2p5rx .n5vahhq::before{content:"◆";font-size:.5em;opacity:.35}
.jqx2p5rx .z73kb + .z73kb::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.angi9ceo .n5vahhq::before{content:"·";opacity:.4}
.angi9ceo .z73kb + .z73kb::before{content:"·";margin-right:6px;opacity:.4}
.y27gq3a5 .n5vahhq::before{content:"›";opacity:.4}
.y27gq3a5 .z73kb + .z73kb::before{content:"›";margin-right:6px;opacity:.4}
.xc589 .n5vahhq::before{content:"→";opacity:.35;font-size:.85em}
.xc589 .z73kb + .z73kb::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.lctq2e{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.ui00nl7{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.fhx8wo6{display:flex;flex-direction:column;gap: 4px}
.jho8vl{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.iejgmcw3{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.j712pvf9{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.av63rgwt .lctq2e{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.mqbky .lctq2e{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.obq10 .lctq2e{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.n0dg5os .lctq2e{padding: 20px 0}
@media(max-width:640px){
  .lctq2e{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .j712pvf9{max-width:100%}
}
.ud76ew .hyzrq{margin: 0}
@media (max-width:560px){
  .jjbt{grid-template-columns:repeat(2,1fr);gap: 12px}
}
@keyframes ctaPopupFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ctaPopupRise { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .ojwl { padding: 28px 20px 20px; }
  .qwnlhllc { font-size: var(--fs-lead); }
  .emcpu { max-width: 220px; max-height: 80px; }
}
.f481 {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff;
  width: 96px; height: 96px;
  padding: 12px;
  margin-right: 14px;
  box-shadow: var(--sh-2);
}
.by50 {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.mw3y0  .f481 { border-radius: 50%; }
.cj0u  .f481 { border-radius: var(--r-chip); }
.mq5e2n .f481 { border-radius: var(--r-card); }
.ifd9 .ey2s5v {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .f481 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.uvr3aai .xl0r1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.uvr3aai .po57o7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.uvr3aai .ey2s5v {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.ggus {
  position: fixed;
  left: 50%; bottom: 0;
  width: 100%; max-width: 1100px;
  box-sizing: border-box;
  padding: 0 16px calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;                         
  transform: translate(-50%, 130%);
  transition: transform 0.42s cubic-bezier(.2,.75,.2,1);
  will-change: transform;
  pointer-events: none;                  
}
.ggus.p4za { transform: translate(-50%, 0); }
.ggus .xl0r1,
.ggus .po57o7 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.ggus .ey2s5v {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.v1p0my5 {
  position: absolute;
  
  top: 16px; right: 30px;
  z-index: 3;
  width: 26px; height: 26px;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.40);         
  font-size: 0;                          
  pointer-events: auto;
  transition: background 0.15s;
}
.v1p0my5::before,
.v1p0my5::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.v1p0my5::before { transform: translate(-50%, -50%) rotate(45deg); }
.v1p0my5::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.v1p0my5:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .ggus { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .ggus .ey2s5v {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .ggus .pdzs { display: none !important; }
  .ggus .n9be36gr { font-size: var(--fs-body) !important; }
  .ggus .f481 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .v1p0my5 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .mccu79q { flex-direction: row-reverse; }
[dir="rtl"] .js6km37 { flex-direction: row-reverse; }
[dir="rtl"] .gozg1 .hzdrem { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .gozg1 .hzdrem { right: auto; left: 20px; }
  [dir="rtl"] .e9fkew4  .hzdrem { left: auto;  right: 20px; }
}
[dir="rtl"] .oujthy6 .epw821pa  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .wt3zv .epw821pa { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .op9ylo, [dir="rtl"] .ow8132ns { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .n5iq { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .bdtkf29x { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .ot5us { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .ey2s5v { direction: rtl; }
[dir="rtl"] .f481 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .a7fim4g,
[dir="rtl"] .a4t8 { direction: rtl; }
[dir="rtl"] .mbkw { direction: rtl; }
[dir="rtl"] .okgv1zql { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .gjmp4.z5flx .mh4w0j,
[dir="rtl"] .jywzoc.z5flx .mh4w0j,
[dir="rtl"] .zlpds.z5flx .mh4w0j,
[dir="rtl"] .jaw3hbd.z5flx .mh4w0j,
[dir="rtl"] .nkxs.z5flx .mh4w0j { text-align: right; }
[dir="rtl"] .n0byjj.z5flx .g8qsgdyf { align-items: flex-end; text-align: right; }
[dir="rtl"] .po57o7,
[dir="rtl"] .y4cn,
[dir="rtl"] .sdksk09,
[dir="rtl"] .mh4w0j { text-align: right; }
[dir="rtl"] .o1t0,
[dir="rtl"] .q7gts,
[dir="rtl"] .pgj2vwcr,
[dir="rtl"] .svqamn,
[dir="rtl"] .a7dvb { text-align: right; direction: rtl; }
[dir="rtl"] .fzgdx .svqamn,
[dir="rtl"] .p2zu .svqamn { padding-right: 20px; padding-left: 20px; }
.m6w7w .phzw4h,
.bv3ey .phzw4h,
.liavu .phzw4h { border: var(--bw-hair) solid var(--border-alt); }
.x4t4 .phzw4h {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.m6w7w .a7fim4g,
.bv3ey .a7fim4g,
.x4t4 .a7fim4g,
.liavu .a7fim4g {
  gap: 24px;
  padding: 24px 24px;
}
.m6w7w .a7fim4g + .a7fim4g,
.liavu .a7fim4g + .a7fim4g { border-top: none; }
.m6w7w .a7fim4g:nth-child(even),
.liavu .a7fim4g:nth-child(even) { background: var(--bg-surface); }
.x4t4 .a7fim4g {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.m6w7w .ppqbqjmz,
.bv3ey .ppqbqjmz,
.x4t4 .ppqbqjmz,
.liavu .ppqbqjmz {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.m6w7w .qiz4228i,
.bv3ey .qiz4228i,
.x4t4 .qiz4228i,
.liavu .qiz4228i {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.liavu .adlv3 { font-size: var(--fs-body); font-weight: 700; }
.m6w7w .np7rka2o, .m6w7w .nt3zp, .m6w7w .jhveoc,
.bv3ey .np7rka2o, .bv3ey .nt3zp, .bv3ey .jhveoc,
.x4t4 .np7rka2o, .x4t4 .nt3zp, .x4t4 .jhveoc,
.liavu .np7rka2o, .liavu .nt3zp, .liavu .jhveoc {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.m6w7w .d0ctpia.kl7j,
.bv3ey .d0ctpia.kl7j,
.x4t4 .d0ctpia.kl7j,
.liavu .d0ctpia.kl7j {
  padding: 16px 24px !important;
}
.liavu .d0ctpia.kl7j { box-shadow: none; }
@media (max-width: 1080px) {
  .m6w7w .a7fim4g,
  .bv3ey .a7fim4g,
  .x4t4 .a7fim4g,
  .liavu .a7fim4g { gap: 16px; padding: 20px; }
  .m6w7w .ppqbqjmz,
  .bv3ey .ppqbqjmz,
  .x4t4 .ppqbqjmz,
  .liavu .ppqbqjmz { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .m6w7w .ppqbqjmz,
  .bv3ey .ppqbqjmz,
  .x4t4 .ppqbqjmz,
  .liavu .ppqbqjmz { width: 104px; height: 104px; }
}
.sqcw .feejdy { display: none; }
.th6me li::before { color: #2f855a; font-weight: 700; }
.y501ap li::before { color: #9b2c2c; font-weight: 700; }
.bq8v::before { color: #2f855a; }
.vhyw::before { color: #9b2c2c; }
.bklia1  .g7oqr, .bklia1  .u3li1n { border-radius: var(--r-pill); }
.kil7xf61 .g7oqr, .kil7xf61 .u3li1n { border-radius: 0; }
.uw5g .g7oqr, .uw5g .u3li1n { border-radius: var(--r-btn); }
.g7oqr, .u3li1n, .x3o1mr75, .kl7j, .d0ctpia.kl7j {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.x3o1mr75, .kl7j, .d0ctpia.kl7j, .g7oqr, .u3li1n,
.wf8pq1ln, .bci4s2, .ggus .g7oqr {
  border-radius: var(--btn-radius) !important;
}
.u7s4atc a, .y4cn a, .sdksk09 a, .zcum1mx a, .m4pzp p a {
  color: var(--tone-link, var(--accent)); text-decoration-color: color-mix(in srgb, var(--tone-link, var(--accent)) 35%, transparent);
  text-underline-offset: 3px;
}
.u7s4atc a:hover, .y4cn a:hover, .sdksk09 a:hover, .zcum1mx a:hover { text-decoration-color: currentColor; }
.v588woh   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.iuc2nn9 .qejb30u.zlpds .x7ay,
.iuc2nn9 section.zlpds .x7ay { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.iuc2nn9 .zlpds .cp7ja6 { color: var(--text-body); }
.v588woh .gjmp4:not(.zlpds) .axtu5 {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.qejb30u.gjmp4:not(.zlpds) .x7ay,
section.gjmp4:not(.zlpds) .x7ay { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.rrgi4lnd .whk8x { background: var(--bg-page); border-top-color: var(--border-alt); }
.l1qiy208 .whk8x { background: var(--b-50); border-top-color: var(--b-200); }
.a46qa7r   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.xg7orqx0 .whk8x, .a46qa7r .whk8x, .iza1mgg4 .whk8x {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.xg7orqx0 .whk8x :is(.io5fvn3u, .d57jsa),
.a46qa7r   .whk8x :is(.io5fvn3u, .d57jsa),
.iza1mgg4    .whk8x :is(.io5fvn3u, .d57jsa) { color: rgba(255,255,255,0.68); }
.xg7orqx0 .whk8x :is(.fzxq, .b6898j),
.a46qa7r   .whk8x :is(.fzxq, .b6898j),
.iza1mgg4    .whk8x :is(.fzxq, .b6898j) { color: rgba(255,255,255,0.7); }
.xg7orqx0 .whk8x a, .a46qa7r .whk8x a, .iza1mgg4 .whk8x a { color: rgba(255,255,255,0.9); }
.xg7orqx0 .whk8x a:hover, .a46qa7r .whk8x a:hover, .iza1mgg4 .whk8x a:hover { color: #fff; }
.xg7orqx0 .whk8x .rkcsk,
.a46qa7r   .whk8x .rkcsk,
.iza1mgg4    .whk8x .rkcsk { color: #fff; }
.a2g986y2 .phzw4h:not(.bobma) .a7fim4g:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.jaakk .phzw4h:not(.bobma) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.jaakk .phzw4h:not(.bobma) .a7fim4g { background: var(--bg-card); border-radius: var(--r-btn); }
.jaakk .phzw4h:not(.bobma) .a7fim4g + .a7fim4g { margin-top: 8px; border-top: none; }
.xhm9jp { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.olps1 .a7fim4g::before { background: var(--tone-line, var(--accent)); }
.z4n1y3k .a7fim4g:first-child { border-top-color: var(--tone-line, var(--accent)); }
.m4pzp summary:hover::after, .m4pzp[open] summary::after { color: var(--tone-mark, var(--accent)); }
.aabu5w .ptj2i8 { border-top-color: var(--tone-line, var(--accent)); }
.tc72s9 .ctisxf { background: var(--tone-fill, var(--accent-bg)); }
.e0dwy33s .z0hpn .qiz4228i,
.e0dwy33s .zj3ph8r.z0hpn img,
.e0dwy33s .rmw8505.z0hpn img { border-radius: 22%; }
.e0dwy33s .zj3ph8r.z0hpn { border-radius: var(--r-card); }
.t6c18 .z0hpn .qiz4228i,
.t6c18 .zj3ph8r.z0hpn img,
.t6c18 .rmw8505.z0hpn img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.t6c18 .zj3ph8r.z0hpn { border-radius: 50%; padding: 5px; }
.t6c18 .z0hpn.ppqbqjmz, .e0dwy33s .z0hpn.ppqbqjmz { overflow: visible; }
.ptj2i8, .l6so, .phzw4h:not(.bobma), .hyzrq, .m4pzp {
  border: none; box-shadow: var(--sh-card);
}
.k5oixzy .ptj2i8, .k5oixzy .l6so,
.k5oixzy .phzw4h:not(.bobma) { box-shadow: var(--sh-lift); }
.dimw .m4pzp, .pb6la4ft .m4pzp, .lhkwgh .m4pzp { box-shadow: none; }
.lhkwgh .imbjdhn { border: none; box-shadow: var(--sh-card); }
.o14eh .m4pzp { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.pb6la4ft .m4pzp summary { border: none; box-shadow: var(--sh-card); }
.pb6la4ft .m4pzp[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.fx366a .m4pzp summary { color: var(--tone-fill-head-raw); }
.ds61x .ptj2i8 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.p8rr943, .ot5us, .mbkw { border: none; box-shadow: var(--panel-sh, none); }
.broa .sc22f6tr { border: none; box-shadow: var(--sub-sh, none); }
.jan4 .p8rr943, .jan4 .mbkw { box-shadow: var(--panel-sh, none); }
.jan4 .hyzrq, .jan4 .w2hh .ot5us { box-shadow: var(--sh-card); }
.jan4 .broa .sc22f6tr { box-shadow: var(--sub-sh, none); }
.dqcghz .sc22f6tr, .jan4 .dqcghz .sc22f6tr, .k5oixzy .dqcghz .sc22f6tr { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.p8rr943 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.fl3runh1 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.u0lq .p8rr943   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.a6f3x .p8rr943 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.b2h5 .p8rr943     { border: none; }
.b2h5 .fl3runh1 { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.tstdx .p8rr943    { border: none; box-shadow: var(--sh-card); }
.ot5us { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.pcx6b { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.ot5us strong, .cbld8m4 .ot5us strong, .aw7gh .ot5us strong,
.kylx .ot5us strong { color: var(--cl-head); }
.ot5us p, .cbld8m4 .ot5us p, .aw7gh .ot5us p,
.kylx .ot5us p { color: var(--cl-fg); }
.cbld8m4 .ot5us { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.cbld8m4 .ot5us strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.xmn5yr .ot5us { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.aw7gh .ot5us { border: none; }
.kylx .ot5us  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.w2hh .ot5us   { border: none; border-left: var(--bw-bar) solid var(--cl-hue); background: var(--bg-card); box-shadow: var(--sh-card); --cl-head: var(--text-primary); --cl-fg: var(--text-body); }
.j38wcnk8 { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.j38wcnk8 strong { color: var(--cl-head); }
.n5iq, .bdtkf29x { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.n5iq ul li, .n5iq .th6me li { color: var(--sem-pos-body); }
.bdtkf29x ul li, .bdtkf29x .y501ap li { color: var(--sem-neg-body); }
.evllrrp7 .n5iq, .evllrrp7 .bdtkf29x { border: none; }
.vftwft2 .n5iq, .vftwft2 .bdtkf29x { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.vftwft2 .n5iq { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.vftwft2 .bdtkf29x { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.swrlaw .n5iq, .swrlaw .bdtkf29x { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.swrlaw .n5iq { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.swrlaw .bdtkf29x { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.fdhmuphf .n5iq .svx6, .fdhmuphf .bdtkf29x .svx6 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.fdhmuphf .n5iq .svx6 { background: var(--sem-pos-fg); }
.fdhmuphf .bdtkf29x .svx6 { background: var(--sem-neg-fg); }
.fdhmuphf .bq8v::before, .fdhmuphf .vhyw::before { color: #fff; }
.eg2cvta .n5iq ul li, .eg2cvta .n5iq .th6me li,
.eg2cvta .bdtkf29x ul li, .eg2cvta .bdtkf29x .y501ap li { color: var(--text-body); }
.mbkw { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.nmkjwemz { color: var(--tone-fill-head, var(--text-primary)); }
.kjoq .okgv1zql a, .lxrqntvc .okgv1zql a, .dln5fb .okgv1zql a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.kjoq .okgv1zql a:hover, .lxrqntvc .okgv1zql a:hover, .dln5fb .okgv1zql a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.d9ls64 .mbkw { border-bottom-color: var(--border-alt); }
.d9ls64 .okgv1zql a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.nkf5, .xhm9jp { border: none; }
.lk0qs { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.fzg7zmn { border-top: none; }
.fzg7zmn > span { color: var(--tone-fill-head, var(--text-primary)); }
.xtc5q em, .dzwtvsn em, .yvvt05 em, .v4tsv em { color: var(--tone-fill-muted, var(--text-muted)); }
.tc72s9 .ctisxf { border-bottom: none; }
.ds61x .ctisxf { border-bottom: none; }
.zj3ph8r.z0hpn { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.zj3ph8r.z0hpn img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.e0dwy33s .zj3ph8r.z0hpn img { border-radius: 22%; }
.t6c18  .zj3ph8r.z0hpn img { border-radius: 50%; }
.t6c18  .zj3ph8r.z0hpn { padding: 0; }
@media (min-width: 900px) {
  .oxcyutnv .g9zcp1kp > .ptj2i8:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.op9ylo li::marker { color: var(--tone-mark, var(--accent)); }
.ow8132ns li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.dti4rj li::marker { color: var(--tone-mark, var(--accent)); }
.tsmz h2.ibubnzcp { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.f9muo0 h2.ibubnzcp { border-bottom-color: var(--tone-mark, var(--accent)); }
.ua7qip h2.ibubnzcp { border-top-color: var(--tone-mark, var(--accent)); }
.oujthy6 .sc22f6tr, .wt3zv .sc22f6tr, .frf75xp6 .sc22f6tr,
.oujthy6 .ot5us, .wt3zv .ot5us, .frf75xp6 .ot5us,
.oujthy6 .hyzrq, .wt3zv .hyzrq, .frf75xp6 .hyzrq { clear: both; }
.epw821pa .dh0b { box-shadow: var(--sh-card); }
.hyzrq { border-radius: var(--r-card); }
.naqerlgi .w6s8 { border: none; }
.crv78 .js6km37 a { color: var(--b-800); }
.crv78 .js6km37 a:hover { color: var(--b-600); }
.iuc2nn9 .qejb30u.zlpds .x7ay,
.iuc2nn9 section.zlpds .x7ay,
.iuc2nn9 .jywzoc .x7ay { color: var(--b-900) !important; }
.iuc2nn9 .zlpds .cp7ja6, .iuc2nn9 .jywzoc .cp7ja6 { color: var(--b-800); }
.l1qiy208 .whk8x, .l1qiy208 .whk8x a { color: var(--b-800); }
.l1qiy208 .whk8x :is(.io5fvn3u, .d57jsa, .fzxq) { color: var(--b-700); }
.ey2s5v { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.g7oqr { border: none; }
.f0o17qh .g7oqr { background: #fff !important; color: var(--cta) !important; }
.s0u9 .ey2s5v { background: var(--b-100); border: none; }
.s0u9 .n9be36gr { color: var(--b-900); }
.s0u9 .pdzs { color: var(--b-800); }
.pherqrwp .ey2s5v { background: var(--b-900); border: none; border-radius: var(--r-card); }
.pherqrwp .n9be36gr { color: #fff; }
.pherqrwp .pdzs { color: rgba(255,255,255,0.82); }
.qwf8 .ey2s5v { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.qwf8 .g7oqr { background: #fff !important; color: var(--b-800) !important; }
.f481 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.by50 { width: 100%; height: 100%; object-fit: cover; }
h2.ibubnzcp, .x7ay, h1.ibubnzcp, .n9be36gr { font-weight: 700; }
.fwnu h3, h3.hssmbq { font-weight: 600; }
.pr28 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.op9ylo { list-style: none !important; padding-left: 0; margin: 16px 0; }
.op9ylo li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.op9ylo li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.op9ylo li::after {
  content: ""; position: absolute; left: 7px; top: calc(0.12em + 5px);
  width: 6px; height: 10px; box-sizing: border-box;
  border-right: 2px solid var(--tone-soft-fg, var(--accent)); border-bottom: 2px solid var(--tone-soft-fg, var(--accent));
  transform: rotate(40deg) scale(.85);
}
.z1igu2h .op9ylo li { padding-left: 28px; }
.z1igu2h .op9ylo li::before {
  left: 6px; top: 0.5em; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
.z1igu2h .op9ylo li::after { content: none; }
.z1igu2h .op9ylo li::marker, .op9ylo li::marker { content: ""; }
.ow8132ns { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.ow8132ns li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.ow8132ns li::before {
  content: counter(el-step); position: absolute; left: 0; top: -0.1em;
  width: 28px; height: 28px; border-radius: var(--r-btn);
  background: var(--tone-mark, var(--accent)); color: var(--tone-mark-fg, #fff);
  font-size: var(--fs-label); font-weight: 700; line-height: 28px; text-align: center;
}
.z1igu2h .ow8132ns li::before { border-radius: 50%; }
.ow8132ns li::marker { content: ""; }
.dti4rj { list-style: none; padding-left: 16px; }
.dti4rj li { position: relative; padding-left: 16px; }
.dti4rj li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.dti4rj li::marker { content: ""; }
h3.hssmbq { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.u7s4atc strong, .y4cn strong, .jrv0 strong { color: var(--tone-head, var(--text-primary)); font-weight: 600; }
:root {
  --ico-check: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm-1.3%2014.3l-4.2-4.2%201.5-1.5%202.7%202.7%205.3-5.3%201.5%201.5-6.8%206.8z%27/%3E%3C/svg%3E");
  --ico-cross: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27black%27%20fill-rule=%27evenodd%27%3E%3Cpath%20d=%27M12%202a10%2010%200%201%200%200%2020%2010%2010%200%200%200%200-20zm3.6%2012.1l-1.5%201.5-2.1-2.1-2.1%202.1-1.5-1.5%202.1-2.1-2.1-2.1%201.5-1.5%202.1%202.1%202.1-2.1%201.5%201.5-2.1%202.1%202.1%202.1z%27/%3E%3C/svg%3E");
  --ico-shield: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%203l7%203v6c0%204.5-3%207.6-7%209-4-1.4-7-4.5-7-9V6z%27/%3E%3Cpath%20d=%27M9%2012l2.2%202.2L15.2%2010%27/%3E%3C/svg%3E");
  --ico-info: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Ccircle%20cx=%2712%27%20cy=%2712%27%20r=%279%27/%3E%3Cpath%20d=%27M12%2011v5.5M12%207.6v.4%27/%3E%3C/svg%3E");
  --ico-warn: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M12%204l9.2%2016H2.8z%27/%3E%3Cpath%20d=%27M12%2010v4.5M12%2017.4v.3%27/%3E%3C/svg%3E");
  --ico-bulb: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%272%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M9%2018h6M10%2021h4M12%203a6%206%200%200%200-3.6%2010.8c.7.6%201.1%201.3%201.1%202.2h5c0-.9.4-1.6%201.1-2.2A6%206%200%200%200%2012%203z%27/%3E%3C/svg%3E");
}
.th6me li::before, .y501ap li::before {
  content: "" !important; display: block; font-size: 0 !important;
  position: absolute !important; left: 0; top: 0.16em;
  width: 18px; height: 18px; margin: 0 !important;
  -webkit-mask: var(--ico-check) center / contain no-repeat; mask: var(--ico-check) center / contain no-repeat;
  background: var(--sem-pos-line);
}
.y501ap li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.th6me li, .y501ap li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.bq8v::before, .vhyw::before { content: none !important; display: none !important; }
.svx6 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.sqcw .feejdy, .feejdy {
  display: block !important; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; font-size: 0;
  background: var(--cl-ico, var(--tone-mark, var(--accent)));
  -webkit-mask: var(--ico-info) center / contain no-repeat; mask: var(--ico-info) center / contain no-repeat;
}
.w20wksoj .feejdy     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.pcx6b .feejdy { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.df5g5kc .feejdy  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.j38wcnk8 .feejdy, .cn11x81c .feejdy { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.feejdy::before { content: none !important; }
.ot5us { gap: 14px; }
.ptj2i8 { --rv-pad: 24px; }
.ctisxf { padding: var(--rv-pad); }
.h4fq { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.h4fq > * { margin: 0 !important; }
.zcum1mx { line-height: var(--lh-read); }
.fzg7zmn {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.fzg7zmn > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.fzg7zmn em { font-size: var(--fs-caption); font-weight: 600; font-style: normal; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--tone-fill-muted, var(--text-muted)); }
.fzg7zmn b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.bqid3si { gap: 16px; }
.eg2cvta .n5iq, .eg2cvta .bdtkf29x { padding: 0; }
.eg2cvta .bdtkf29x { padding-left: 20px; }
.aha5 { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.bqid3si + .aha5 { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.owng { flex: 0 0 100%; margin-bottom: 4px; font-size: var(--fs-caption); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.nkf5, .lk0qs, .f032ypi7 {
  margin: 0; padding: 5px 10px; border-radius: var(--r-chip);
  background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary));
}
.j38wcnk8 { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.j38wcnk8 strong, .cbld8m4 .j38wcnk8 strong,
.cn11x81c strong, .cbld8m4 .cn11x81c strong {
  display: block; padding: 0; margin: 0 0 6px; border: none;
  font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label);
  color: var(--tone-sub, var(--cl-head));
}
.j38wcnk8 p, .cn11x81c p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.j38wcnk8 { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.rnez strong { display: inline-flex; align-items: baseline; gap: 1px; padding: 3px 9px; border-radius: var(--r-chip); background: var(--tone-soft, var(--accent-bg)); color: var(--tone-soft-fg, var(--text-primary)); font-size: var(--fs-sm); }
.rnez .lpf06u { color: inherit; opacity: .7; }
.broa .sc22f6tr { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.aesiv6 h2.ibubnzcp { font-size: calc(var(--fs-h2) - 6px); letter-spacing: 0.06em; border-bottom-color: var(--tone-mark, var(--border-alt)); border-bottom-width: var(--bw-rule); }
.p7bh6u5 .pherqrwp .g7oqr, .p7bh6u5 .qwf8 .g7oqr,
.p7bh6u5 .v588woh .zlpds .x3o1mr75 { background: #fff !important; color: var(--b-900) !important; }
.p7bh6u5.v588woh .zlpds .x3o1mr75,
.p7bh6u5.esxl0 .puh5oyrg, .p7bh6u5.iza1mgg4 .whk8x .kl7j { background: #fff !important; color: var(--b-900) !important; }
.oxcyutnv .g9zcp1kp { align-items: stretch; }
.ptj2i8 { display: flex; flex-direction: column; }
.ptj2i8 .h4fq { flex: 1 1 auto; }
.ptj2i8 .j38wcnk8 { margin-top: auto !important; }
.w6s8 { font-size: var(--fs-sm); }
.w6s8 th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.w6s8 td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.w6s8 td:first-child { font-weight: 600; color: var(--text-primary); }
.w6s8 tbody tr:last-child td { border-bottom: none; }
.w6s8 tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.x8edic .w6s8 th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.naqerlgi .w6s8 th, .naqerlgi .w6s8 td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.naqerlgi .w6s8 th + th, .naqerlgi .w6s8 td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.naqerlgi .w6s8 tbody tr:last-child td { border-bottom: none; }
.mdn5z3b .naqerlgi .w6s8 th + th, .o5n6q .naqerlgi .w6s8 th + th,
.qh5j9aw.naqerlgi .w6s8 th + th { border-left-color: rgba(255,255,255,0.16); }
.w7jh .w6s8 tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.is9z { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.p8rr943 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.p8rr943:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.la34, .df1myi .la34 {
  width: 76px; height: 76px; max-width: none; max-height: none; aspect-ratio: 1 / 1;
  padding: 12px; box-sizing: border-box; margin: 0 0 18px; object-fit: contain; display: block;
  background: var(--tone-fill-2-raw, var(--bg-raised)); border-radius: 18px;
}
.lgus1 .la34 { border-radius: 50%; padding: 14px; }
.cj8o .p8rr943 { align-items: center; text-align: center; }
.cj8o .dti4rj { text-align: left; }
.fl3runh1, .ani8 .fl3runh1, .b2h5 .fl3runh1 {
  background: none; padding: 0; margin: 0 0 8px; border: none; text-align: inherit;
  font-size: calc(var(--fs-body) + 1px); font-weight: 700; line-height: var(--lh-tight);
  color: var(--tone-head, var(--text-primary));
}
.ff17k { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.dti4rj { align-self: stretch; margin: 14px 0 0; padding: 12px 0 0; border-top: var(--bw-hair) solid var(--border-alt); font-size: var(--fs-label); color: var(--text-body); }
.dti4rj li { margin-bottom: 6px; line-height: var(--lh-snug); }
.v29rf .fl3runh1 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.v29rf .fl3runh1::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.cj8o.v29rf .fl3runh1, .lgus1.v29rf .fl3runh1 { align-items: center; }
.q7w4 .p8rr943 { padding-left: 0; padding-right: 0; }
.q7w4 .p8rr943:hover { transform: none; box-shadow: none; }
.p8rr943, .b2h5 .p8rr943 { background: var(--bg-card); box-shadow: var(--sh-card); }
.jan4 .p8rr943, .k5oixzy .p8rr943 { box-shadow: var(--sh-card); }
.q7w4 .p8rr943, .jan4 .q7w4 .p8rr943 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .is9z:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .is9z:has(> :nth-child(5):last-child) .p8rr943 { padding: 20px 16px 18px; }
  .is9z:has(> :nth-child(6):last-child), .is9z:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .is9z:has(> :nth-child(7):last-child), .is9z:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .op9ylo li, [dir="rtl"] .z1igu2h .op9ylo li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .z1igu2h .op9ylo li { padding-right: 28px; }
[dir="rtl"] .op9ylo li::before { left: auto; right: 0; }
[dir="rtl"] .z1igu2h .op9ylo li::before { left: auto; right: 6px; }
[dir="rtl"] .op9ylo li::after { left: auto; right: 9px; }
[dir="rtl"] .ow8132ns li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .ow8132ns li::before { left: auto; right: 0; }
[dir="rtl"] .dti4rj { padding-left: 0; padding-right: 0; }
[dir="rtl"] .dti4rj li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .dti4rj li::before { left: auto; right: 0; }
[dir="rtl"] .th6me li, [dir="rtl"] .y501ap li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .th6me li::before, [dir="rtl"] .y501ap li::before { left: auto; right: 0; }
[dir="rtl"] .swrlaw .n5iq, [dir="rtl"] .swrlaw .bdtkf29x { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .swrlaw .n5iq { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .swrlaw .bdtkf29x { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .eg2cvta .bdtkf29x { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .ot5us, [dir="rtl"] .kylx .ot5us, [dir="rtl"] .w2hh .ot5us { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .cbld8m4 .ot5us, [dir="rtl"] .xmn5yr .ot5us, [dir="rtl"] .aw7gh .ot5us { border-right: none; }
[dir="rtl"] .tsmz h2.ibubnzcp { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .u0lq .p8rr943 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .p8rr943 { align-items: flex-start; text-align: right; }
[dir="rtl"] .w6s8 th, [dir="rtl"] .w6s8 td { text-align: right; }
[dir="rtl"] .naqerlgi .w6s8 th + th, [dir="rtl"] .naqerlgi .w6s8 td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .o14eh .m4pzp, [dir="rtl"] .fx366a .m4pzp summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .m4pzp summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .a2g986y2 .phzw4h:not(.bobma) .a7fim4g:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .a7fim4g { gap: 0 14px; padding: 16px; }
  .a7fim4g::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .erwcp, .kht7gb3 { flex: 1 1 0; min-width: 0; }
  .w4ln { flex: 0 0 auto; }
  .pj6mquf { align-self: center; }
  
  .np7rka2o, .nt3zp, .jhveoc,
  .s006s, .e3j9aj, .hv9lk346,
  .yfr3, .j3s0vpi, .x86b {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .np7rka2o, .nt3zp, .jhveoc { flex-basis: 100%; min-width: 100%; }
  
  .z4saxxt, .a8ouu3z { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .a1wqam8u, .utzidq { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .utzidq .xhm9jp:nth-child(n+3) { display: inline-block; }
  .utzidq .xhm9jp:nth-child(n+4) { display: none; }
  
  .gzyhyvf, .nl3jr { margin-top: 16px; }
  .dwr816 { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .s006s, .e3j9aj, .hv9lk346,
  .yfr3, .j3s0vpi, .x86b { flex-basis: 100%; min-width: 100%; }
}
.ppqbqjmz.z0hpn, .jgyeu .ppqbqjmz.z0hpn, .znqehiol .ppqbqjmz.z0hpn,
.mnz2 .ppqbqjmz.z0hpn, .tlcxo .ppqbqjmz.z0hpn,
.rmw8505.z0hpn, .jgyeu .rmw8505.z0hpn, .znqehiol .rmw8505.z0hpn,
.mnz2 .rmw8505.z0hpn, .tlcxo .rmw8505.z0hpn {
  background: transparent; padding: 0; width: auto; height: auto;
}
.jgyeu .ppqbqjmz.z0hpn .qiz4228i, .znqehiol .ppqbqjmz.z0hpn .qiz4228i,
.mnz2 .ppqbqjmz.z0hpn .qiz4228i, .tlcxo .ppqbqjmz.z0hpn .qiz4228i { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .ppqbqjmz.z0hpn .qiz4228i { max-height: 64px; max-width: 64px; }
  
  .utzidq { flex-wrap: wrap; overflow: visible; }
  .utzidq .xhm9jp { max-width: 100%; }
}
.rihmh8 { display: none; }
.hgt1j, .btwz { display: contents; }
.j38wcnk8, .aw7gh .j38wcnk8, .w2hh .j38wcnk8 { background: transparent !important; }
.aha5 .nkf5, .aha5 .lk0qs, .aha5 .f032ypi7 { background: var(--bg-surface); color: var(--text-body); }
.rnez { align-items: center; gap: 10px; }
.rnez strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.e7pyl {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px var(--rv-pad, 24px); border-top: var(--bw-hair) solid var(--border-alt);
  background: var(--bg-card);
}
.ikkql2c { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ikkql2c em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.ikkql2c b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.e7pyl .kl7j { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .e7pyl { flex-direction: column; align-items: stretch; }
  .e7pyl .kl7j { text-align: center; }
}
@media (min-width: 900px) {
  .y80tp7z .g9zcp1kp, .y80tp7z.oxcyutnv .g9zcp1kp { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .y80tp7z .ptj2i8:has(> .hgt1j) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .y80tp7z .ptj2i8:has(> .hgt1j) > .e7pyl { display: none; }

  .y80tp7z .hgt1j {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .y80tp7z .hgt1j .ctisxf { display: contents; }
  .y80tp7z .hgt1j .zj3ph8r { order: 1; align-self: flex-start; }
  .y80tp7z .hgt1j .fwnu { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .y80tp7z .hgt1j .fwnu h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .y80tp7z .hgt1j .rnez { flex-wrap: wrap; row-gap: 6px; }
  .y80tp7z .hgt1j .rnez strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .y80tp7z .hgt1j .fzg7zmn { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .y80tp7z .hgt1j .fzg7zmn > span {
    flex-direction: row; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 10px 0; border-top: var(--bw-hair) solid color-mix(in srgb, var(--tone-fill-head, #000) 12%, transparent);
  }
  .y80tp7z .hgt1j .fzg7zmn b { text-align: right; font-size: var(--fs-sm); }
  
  .y80tp7z .hgt1j .fzg7zmn > .xtc5q {
    flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 16px; margin-bottom: 8px;
    border: none; border-radius: var(--r-btn); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .y80tp7z .hgt1j .fzg7zmn > .xtc5q b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .y80tp7z .hgt1j .fzg7zmn > .xtc5q em { color: var(--text-muted); }
  .y80tp7z .hgt1j .fzg7zmn > .xtc5q + span { border-top: none; }
  .y80tp7z .hgt1j .o1fsknk6 { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .y80tp7z .hgt1j .o1fsknk6 .kl7j { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .y80tp7z .btwz { display: flex; flex-direction: column; min-width: 0; }
  .y80tp7z .btwz .kd8x4dpg { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .y80tp7z .btwz .kd8x4dpg img.jpy1qk5 { max-height: 250px; }
  .y80tp7z .btwz .h4fq { flex: 1 1 auto; }
  
  .y80tp7z .btwz .bqid3si { grid-template-columns: 1fr 1fr; gap: 20px; }
  .y80tp7z .btwz .aha5 { flex-wrap: wrap; }
  .y80tp7z .btwz .owng { flex: 0 0 auto; margin: 0 8px 0 0; }
  .y80tp7z .ptj2i8:last-child:nth-child(odd) { grid-column: auto; }
  
  .y80tp7z.tc72s9 .ctisxf, .y80tp7z.aabu5w .ctisxf { background: none; }
}
[dir="rtl"] .y80tp7z .hgt1j .fzg7zmn b { text-align: left; }
[dir="rtl"] .y80tp7z .hgt1j .fzg7zmn > .xtc5q b { text-align: right; }
[dir="rtl"] .y80tp7z .btwz .owng { margin: 0 0 0 8px; }
.kllk19zg .ptj2i8 .kd8x4dpg { order: -1; }
.kllk19zg .ptj2i8 .kd8x4dpg img.jpy1qk5 { max-height: 210px; width: 100%; }
.kllk19zg .ptj2i8:has(.kd8x4dpg) .ctisxf { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.kllk19zg .ptj2i8:has(.kd8x4dpg) .zj3ph8r { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.kllk19zg.t6c18 .ptj2i8:has(.kd8x4dpg) .zj3ph8r { border-radius: 50%; }
.kllk19zg .ptj2i8:has(.kd8x4dpg) .fwnu,
.kllk19zg .ptj2i8:has(.kd8x4dpg) .o1fsknk6 { padding-top: 52px; }
.kllk19zg.tc72s9 .ctisxf, .kllk19zg.aabu5w .ctisxf { background: none; }
.gemlynh4 .ptj2i8 .kd8x4dpg { display: none; }
.gemlynh4 .ptj2i8 { --rv-pad: 20px; }
.gemlynh4 .zcum1mx { font-size: var(--fs-sm); line-height: 1.65; }
.gemlynh4 .h4fq { gap: 16px; }
.gemlynh4 .aha5 + .aha5 { display: none; }
.gemlynh4 .zj3ph8r.z0hpn, .gemlynh4 .zj3ph8r.z0hpn img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.lgus1 .p8rr943 { align-items: center; text-align: center; }
.lgus1 .dti4rj { text-align: left; }
.lgus1 .n12b { margin-left: auto; margin-right: auto; }
.nnxf .is9z, .nnxf .is9z:has(> :nth-child(5):last-child),
.nnxf .is9z:has(> :nth-child(6):last-child), .nnxf .is9z:has(> :nth-child(7):last-child),
.nnxf .is9z:has(> :nth-child(8):last-child), .nnxf .is9z:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.nnxf .p8rr943 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.nnxf .la34, .nnxf .n12b { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.nnxf .fl3runh1, .nnxf .ff17k, .nnxf .dti4rj { grid-column: 2; }
.nnxf .p8rr943 > .fl3runh1:first-child, .nnxf .p8rr943 > .fl3runh1:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .nnxf .p8rr943 { direction: rtl; }
.fht9n .p8rr943 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.fht9n .la34 {
  width: 100%; height: 124px; padding: 24px; margin: 0 0 20px; border-radius: 0;
  background: var(--tone-fill-2-raw, var(--bg-raised)); object-fit: contain;
}
.fht9n .fl3runh1, .fht9n .ff17k { padding-left: 22px; padding-right: 22px; }
.fht9n .dti4rj { margin-left: 22px; margin-right: 22px; }
.fht9n .is9z:has(> :nth-child(5):last-child) .p8rr943 { padding: 0 0 18px; }
:root { --ico-tick: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%20fill=%27none%27%20stroke=%27black%27%20stroke-width=%273%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20d=%27M5%2012.5l4.6%204.6L19%207.4%27/%3E%3C/svg%3E"); }
.dti4rj { padding-left: 0 !important; }
.dti4rj li { padding-left: 22px; margin-bottom: 8px; }
.dti4rj li::before {
  left: 0; top: 0.22em; width: 13px; height: 13px; border-radius: 0;
  background: var(--tone-mark, var(--accent));
  -webkit-mask: var(--ico-tick) center / contain no-repeat; mask: var(--ico-tick) center / contain no-repeat;
}
[dir="rtl"] .dti4rj li { padding-left: 0; padding-right: 22px; }
.fzg7zmn:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .y80tp7z .ptj2i8:has(> .hgt1j) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .y80tp7z .ptj2i8:has(> .hgt1j) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .y80tp7z .hgt1j { background: none; align-self: start; position: sticky; top: 96px; }
  .y80tp7z .hgt1j .fzg7zmn { align-items: stretch; }
  .y80tp7z .hgt1j .o1fsknk6 { margin-top: 0; padding: 20px 0 0; }
  .y80tp7z .hgt1j .fwnu { padding: 0; }
  
  .y80tp7z.s9d39a1z .hgt1j .zj3ph8r { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .y80tp7z.s9d39a1z .hgt1j .zj3ph8r:not(.z0hpn) { width: 112px; height: 112px; padding: 6px; }
}
.kllk19zg.s9d39a1z .ctisxf { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.kllk19zg.s9d39a1z .zj3ph8r { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.kllk19zg.s9d39a1z .fwnu, .kllk19zg.s9d39a1z .o1fsknk6 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.nnxf .is9z, .nnxf .is9z:has(> :nth-child(5):last-child),
.nnxf .is9z:has(> :nth-child(6):last-child), .nnxf .is9z:has(> :nth-child(7):last-child),
.nnxf .is9z:has(> :nth-child(8):last-child), .nnxf .is9z:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nnxf .is9z > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.nnxf .p8rr943 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.nnxf .la34, .nnxf .n12b { position: absolute; left: 22px; top: 22px; margin: 0; }
.nnxf .p8rr943:not(:has(.la34, .n12b)) { padding-left: 22px; }
[dir="rtl"] .nnxf .p8rr943 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .nnxf .la34, [dir="rtl"] .nnxf .n12b { left: auto; right: 22px; }
@media (max-width: 700px) { .nnxf .is9z { grid-template-columns: minmax(0, 1fr) !important; } }
.nnxf .is9z .p8rr943 { padding: 22px 22px 22px 104px !important; }
.nnxf .is9z .p8rr943:not(:has(.la34, .n12b)) { padding-left: 22px !important; }
[dir="rtl"] .nnxf .is9z .p8rr943 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .bqid3si, .mvue1bm { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .eg2cvta .bdtkf29x, [dir="rtl"] .eg2cvta .bdtkf29x {
    border-left: none; border-right: none; padding-left: 0; padding-right: 0;
    border-top: var(--bw-hair) solid var(--border); padding-top: 14px; margin-top: 2px;
  }
  
  .kllk19zg .ptj2i8:has(.kd8x4dpg) .fwnu { padding-top: 0; }
}
.aw7g4rq p, .uxics, .s2k5rl23, .sgcgz1z, .umifyx,
.pgj2vwcr, .fa828ron, .m3azh, .l0chik p, .aj862gid p { color: var(--text-body); }
.tjd23tkv { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.v3wiu7l, .co38zn .v3wiu7l, .vqh6,
.l6j25, .syys, .eq931cr,
.l0chik h2, .l0chik h3, .z16b h2, .ouuvijz h2 {
  font-size: calc(var(--fs-h3) - 2px); font-weight: 700; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--tone-head, var(--text-primary)); margin-bottom: 14px; text-wrap: balance;
}
.qtf3 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.xt6tp6 { font-weight: 700; letter-spacing: -0.02em; }
.s2k5rl23, .sgcgz1z { list-style: none !important; padding-left: 0; }
.s2k5rl23 li, .sgcgz1z li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.s2k5rl23 li::marker, .sgcgz1z li::marker { content: ""; }
.s2k5rl23 li::before, .sgcgz1z li::before {
  content: ""; position: absolute; left: 6px; top: 0.5em; width: 8px; height: 8px; border-radius: 50%;
  background: var(--tone-mark, var(--accent)); box-shadow: 0 0 0 4px var(--tone-soft, var(--accent-bg));
}
[dir="rtl"] .s2k5rl23 li, [dir="rtl"] .sgcgz1z li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .s2k5rl23 li::before, [dir="rtl"] .sgcgz1z li::before { left: auto; right: 6px; }
.aj862gid, .zow81o, .l0chik { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.aw7g4rq a:not(.kl7j):not(.x3o1mr75) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .ggus .ey2s5v {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .ggus .f481 { width: 44px !important; height: 44px !important; margin: 0 !important; flex: 0 0 44px; box-shadow: 0 0 0 2px rgba(255,255,255,0.9); }
  .ggus .i47fj { flex: 1 1 0; min-width: 0; }
  .ggus .n9be36gr {
    font-size: var(--fs-sm) !important; line-height: 1.25; margin: 0 !important;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .ggus .g7oqr { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .v1p0my5 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.seb0sp7w h1, .seb0sp7w h2, .seb0sp7w h3, .seb0sp7w .x7ay,
.seb0sp7w h2.ibubnzcp, .seb0sp7w h1.ibubnzcp { font-weight: 600; }
.h2muui h1, .h2muui h2, .h2muui h3, .h2muui .x7ay,
.h2muui h2.ibubnzcp, .h2muui h1.ibubnzcp { font-weight: 700; }
.z8dl7bf h1, .z8dl7bf .x7ay, .z8dl7bf h1.ibubnzcp,
.er0v.seb0sp7w .x7ay { font-weight: 600; }
h3.hssmbq, .h2muui h3.hssmbq, .fwnu h3, .h2muui .fwnu h3 { font-weight: 600; }
.bcfgzemt .js6km37 a, .s3yg0 .js6km37 a { font-weight: 600; }
.z3c2g .npd15q { font-weight: 600; }
.z3c2g .wjfl { font-weight: 700; }
.adlv3 { font-weight: 600; }
.wjfl { font-weight: 700; }
.cp7ja6 { font-weight: 400; }
.op8l5f { display: block; }
.t39igg { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.t39igg .mbkw { margin: 20px 0 8px; }
.xl0r1 { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .t39igg { padding: 0 16px; } }
@media (min-width: 1100px) {
  .gr0q .r41n, .m59noop6 .r41n, .svr8mvi9 .r41n,
  .gr0q .op8l5f, .m59noop6 .op8l5f, .svr8mvi9 .op8l5f { max-width: 1280px; }
  .gr0q .op8l5f, .m59noop6 .op8l5f, .svr8mvi9 .op8l5f {
    display: grid; grid-template-columns: 248px minmax(0, 1fr); column-gap: 56px; align-items: start;
    margin: 0 auto; padding: 24px 24px 0; box-sizing: border-box;
  }
  .m59noop6 .op8l5f, .svr8mvi9 .op8l5f { grid-template-columns: minmax(0, 1fr) 264px; }
  .m59noop6 .t39igg, .svr8mvi9 .t39igg { order: 2; }
  .gr0q .t39igg, .m59noop6 .t39igg, .svr8mvi9 .t39igg {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .gr0q .rmu9, .m59noop6 .rmu9, .svr8mvi9 .rmu9 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .gr0q .dydq .po57o7, .m59noop6 .dydq .po57o7,
  .svr8mvi9 .dydq .po57o7 { max-width: none; padding-left: 0; padding-right: 0; }
  .gr0q .dydq > .xl0r1:first-child, .m59noop6 .dydq > .xl0r1:first-child,
  .svr8mvi9 .dydq > .xl0r1:first-child { padding-top: 0; }
  .gr0q .dydq > .xl0r1:first-child .po57o7, .m59noop6 .dydq > .xl0r1:first-child .po57o7,
  .svr8mvi9 .dydq > .xl0r1:first-child .po57o7 { padding-top: 0; }

  
  .gr0q .t39igg .mbkw, .m59noop6 .t39igg .mbkw, .svr8mvi9 .t39igg .mbkw {
    display: flex; flex-direction: column; min-height: 0; flex: 1 1 auto;
    background: none !important; border: none !important; box-shadow: none !important;
    padding: 0 !important; margin: 0 !important; border-radius: 0 !important;
  }
  .gr0q .t39igg .nmkjwemz, .m59noop6 .t39igg .nmkjwemz, .svr8mvi9 .t39igg .nmkjwemz {
    display: block !important; margin: 0 0 12px; font-size: var(--fs-caption); font-weight: 700;
    text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--text-muted);
  }
  .gr0q .t39igg .okgv1zql, .m59noop6 .t39igg .okgv1zql, .svr8mvi9 .t39igg .okgv1zql {
    display: block !important; list-style: none !important; padding: 0 !important; margin: 0 !important;
    min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin;
    border-left: var(--bw-rule) solid var(--border-alt);
  }
  .gr0q .t39igg .okgv1zql li, .m59noop6 .t39igg .okgv1zql li, .svr8mvi9 .t39igg .okgv1zql li {
    display: block !important; margin: 0 !important;
  }
  .gr0q .t39igg .okgv1zql li::before, .m59noop6 .t39igg .okgv1zql li::before, .svr8mvi9 .t39igg .okgv1zql li::before,
  .gr0q .t39igg .okgv1zql li::after, .m59noop6 .t39igg .okgv1zql li::after, .svr8mvi9 .t39igg .okgv1zql li::after,
  .gr0q .t39igg .okgv1zql a::before, .m59noop6 .t39igg .okgv1zql a::before, .svr8mvi9 .t39igg .okgv1zql a::before {
    content: none !important; display: none !important;
  }
  .gr0q .t39igg .okgv1zql a, .m59noop6 .t39igg .okgv1zql a, .svr8mvi9 .t39igg .okgv1zql a {
    display: block !important; width: auto !important; min-height: 0 !important;
    background: none !important; box-shadow: none !important; border: none !important; border-radius: 0 !important;
    border-left: var(--bw-rule) solid transparent !important; margin-left: calc(-1 * var(--bw-rule));
    padding: 8px 8px 8px 16px !important; white-space: normal;
    font-size: var(--fs-sm) !important; font-weight: 500 !important; line-height: 1.4;
    color: var(--text-muted) !important; transition: color .15s, border-color .15s;
  }
  .gr0q .t39igg .okgv1zql a:hover, .m59noop6 .t39igg .okgv1zql a:hover, .svr8mvi9 .t39igg .okgv1zql a:hover { color: var(--text-primary) !important; }
  .gr0q .t39igg .okgv1zql a.cvhx, .m59noop6 .t39igg .okgv1zql a.cvhx, .svr8mvi9 .t39igg .okgv1zql a.cvhx {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .svr8mvi9 .a5ii {
    display: flex; flex-direction: column; gap: 12px; flex: 0 0 auto; padding: 18px;
    border-radius: var(--r-card); background: var(--bg-card); box-shadow: var(--sh-card);
  }
  .ze0k48 { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .vdjv { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .buxr3j { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .t6c18 .buxr3j { border-radius: 50%; }
  .rn3itl { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .b9c1j1gf { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .l2lsu { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .t39igg .okgv1zql { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .gr0q .t39igg .okgv1zql a, [dir="rtl"] .m59noop6 .t39igg .okgv1zql a, [dir="rtl"] .svr8mvi9 .t39igg .okgv1zql a {
    border-left: none !important; border-right: var(--bw-rule) solid transparent !important;
    margin-left: 0; margin-right: calc(-1 * var(--bw-rule)); padding: 8px 16px 8px 8px !important;
  }
  [dir="rtl"] .gr0q .t39igg .okgv1zql a.cvhx, [dir="rtl"] .m59noop6 .t39igg .okgv1zql a.cvhx, [dir="rtl"] .svr8mvi9 .t39igg .okgv1zql a.cvhx { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .kmqvnj .t39igg .okgv1zql, [dir="rtl"] .payjf8 .t39igg .okgv1zql,
[dir="rtl"].kmqvnj .t39igg .okgv1zql, [dir="rtl"].payjf8 .t39igg .okgv1zql { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .t39igg .okgv1zql { border-right: none; } }
.payjf8 .t39igg {
  position: sticky; top: var(--nav-h, 64px); z-index: 90; max-width: none; padding: 0; margin: 16px 0 8px;
  background: var(--bg-page); border-top: var(--bw-hair) solid var(--border-alt); border-bottom: var(--bw-hair) solid var(--border-alt);
}
.payjf8 .t39igg .mbkw {
  max-width: var(--content-mw, 1100px); margin: 0 auto !important; padding: 0 24px !important; box-sizing: border-box;
  background: none !important; border: none !important; box-shadow: none !important; border-radius: 0 !important;
}
.payjf8 .t39igg .nmkjwemz { display: none !important; }
.payjf8 .t39igg .okgv1zql {
  display: flex !important; flex-wrap: nowrap !important; gap: 0 !important; list-style: none !important;
  padding: 0 !important; margin: 0 !important; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain;
}
.payjf8 .t39igg .okgv1zql::-webkit-scrollbar { display: none; }
.payjf8 .t39igg .okgv1zql li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.payjf8 .t39igg .okgv1zql li::before, .payjf8 .t39igg .okgv1zql li::after,
.payjf8 .t39igg .okgv1zql a::before { content: none !important; display: none !important; }
.payjf8 .t39igg .okgv1zql a {
  display: block !important; width: auto !important; min-height: 0 !important; white-space: nowrap;
  padding: 14px 14px 12px !important; background: none !important; box-shadow: none !important;
  border: none !important; border-radius: 0 !important; border-bottom: var(--bw-rule) solid transparent !important;
  font-size: var(--fs-sm) !important; font-weight: 500 !important; color: var(--text-muted) !important;
}
.payjf8 .t39igg .okgv1zql li:first-child a { padding-left: 0 !important; }
.payjf8 .t39igg .okgv1zql a:hover { color: var(--text-primary) !important; }
.payjf8 .t39igg .okgv1zql a.cvhx { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.payjf8 .xl0r1 { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .payjf8 .t39igg .mbkw { padding: 0 16px !important; } }
.payjf8 .t39igg .okgv1zql {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  padding: 0 28px !important; margin: 0 -28px !important;
}
.payjf8 .t39igg .mbkw { overflow: hidden; }
.z1igu2h .op9ylo li::before, .s2k5rl23 li::before, .sgcgz1z li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .q8kp91o, .as4yfx, .hkdv1k, .yigawnvw { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .j38wcnk8, .cn11x81c { display: block !important; }
  .j38wcnk8 .feejdy, .cn11x81c .feejdy { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .j38wcnk8 .feejdy, [dir="rtl"] .cn11x81c .feejdy { float: right; margin: 0 0 0 8px; }
  .j38wcnk8 strong, .cn11x81c strong { line-height: 18px; margin-bottom: 8px; }
  .j38wcnk8 p, .cn11x81c p { clear: both; }
  .ptj2i8 { --rv-pad: 18px; }
  .h4fq { gap: 16px; }
}
.dcj6oh4 .ns64yr0, .zn41 .ns64yr0, .fnolmp .ns64yr0, .hp72hd .ns64yr0 { color: var(--text-primary); }
.dcj6oh4 .ns64yr0 .wybpnhsp { color: var(--tone-link, var(--accent)); }
.dcj6oh4 .ns64yr0:not(:has(.wybpnhsp))::first-letter { color: var(--tone-link, var(--accent)); }
.dcj6oh4 .ns64yr0 { display: inline-block; }
.hp72hd .ns64yr0::after { content: "."; color: var(--tone-mark, var(--accent)); }
.fnolmp .ns64yr0 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.zn41 .ns64yr0 { font-weight: 700; letter-spacing: -0.035em; }
.nshiwz .ns64yr0, .esxl0 .ns64yr0,
.nshiwz .ns64yr0 .wybpnhsp, .esxl0 .ns64yr0 .wybpnhsp { color: #fff !important; }
.nshiwz.hp72hd .ns64yr0::after, .esxl0.hp72hd .ns64yr0::after { color: rgba(255,255,255,0.7); }
.nshiwz.dcj6oh4 .ns64yr0::first-letter, .esxl0.dcj6oh4 .ns64yr0::first-letter { color: #fff; }
.zxda0boe .dydq > .xl0r1:nth-of-type(even) .epw821pa { display: none; }
.he2t .dydq > .xl0r1 .epw821pa { display: none; }
.he2t .dydq > .xl0r1:nth-of-type(-n+2) .epw821pa { display: block; }
.snvp .epw821pa { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.snvp .epw821pa .dh0b { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .snvp .epw821pa .dh0b { aspect-ratio: 16 / 7; } }
.vf6g6 .epw821pa .dh0b { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.vf6g6 .epw821pa::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.vf6g6 .epw821pa, .x9dybqf .epw821pa { border-radius: var(--r-card); isolation: isolate; }
.x9dybqf .epw821pa .dh0b { filter: grayscale(1) contrast(1.1); }
.s0qz9q, .s0qz9q.qejb30u { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.s0qz9q .mh4w0j { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.s0qz9q .x7ay { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; max-width: 22ch; font-size: calc(var(--fs-h1) + 4px); margin-bottom: 16px; }
.s0qz9q .cp7ja6 { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.s0qz9q .mh4w0j::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.s0qz9q ~ .pdqmw2 .btwyr { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .gr0q .s0qz9q .mh4w0j, .m59noop6 .s0qz9q .mh4w0j, .svr8mvi9 .s0qz9q .mh4w0j { max-width: 1280px; }
}
@media (max-width: 640px) { .s0qz9q { padding-top: 24px; } .s0qz9q .mh4w0j { padding: 0 16px; } .s0qz9q .x7ay { font-size: var(--fs-h2); max-width: none; } }
.nkxs, .nkxs.qejb30u, .jaw3hbd, .jaw3hbd.qejb30u {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.nkxs .mh4w0j, .jaw3hbd .mh4w0j { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.n0byjj.n5tb, .n0byjj.n5tb.qejb30u { min-height: 0 !important; padding: 48px 0; }
.bobma .wjfl {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.bobma .np7rka2o, .bobma .nt3zp, .bobma .jhveoc { background: var(--tone-fill-raw, var(--accent-bg)); }
.bobma .a7fim4g { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.bobma .a7fim4g::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .bobma .a7fim4g {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .bobma .lfnspb, .bobma .w4ln, .bobma .erwcp, .bobma .kht7gb3,
  .bobma .np7rka2o, .bobma .gzyhyvf, .bobma .nl3jr {
    order: 0 !important; flex: 0 0 auto !important; min-width: 0 !important; width: 100% !important; margin: 0 !important;
    flex-direction: column !important; align-items: center !important; text-align: center !important;
  }
  
  .qejb30u .bobma, .bobma.l26u1, .bobma.vuo4la, .bobma.vfxq7 {
    display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 12px !important;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding: 4px 16px 16px !important; margin: 0 !important; max-width: 100% !important;
  }
  .qejb30u .bobma::-webkit-scrollbar { display: none; }
  .qejb30u .bobma .a7fim4g { flex: 0 0 74% !important; scroll-snap-align: center; }
  .nkxs, .jaw3hbd { padding: 32px 0 24px; }
  .n0byjj.n5tb { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .jaw3hbd, .nkxs, .n0byjj.n5tb { overflow-x: clip; max-width: 100vw; }
  .jaw3hbd .mh4w0j, .nkxs .mh4w0j, .n5tb .xklcn9, .n5tb .g8qsgdyf { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .qejb30u .bobma { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.ngi9xq, .ngi9xq.qejb30u, .e2l2, .e2l2.qejb30u {
  min-height: 0 !important; height: auto !important; display: block; position: relative;
  --hero-fg: #fff; --hero-fg-soft: rgba(255,255,255,0.84); --hero-fg-dim: rgba(255,255,255,0.66);
}
.iuc2nn9 .ngi9xq, .iuc2nn9 .e2l2 { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.ngi9xq { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.iuc2nn9 .ngi9xq { border-bottom: var(--bw-hair) solid var(--b-200); }
.ngi9xq .mh4w0j, .e2l2 .mh4w0j {
  position: relative; width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px;
  box-sizing: border-box; text-align: left; transform: none; top: auto; left: auto;
}
.ngi9xq .mh4w0j { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.sy252 .mh4w0j:has(.gtwqqy) { grid-template-columns: minmax(0, 1fr) 320px; }
.ngi9xq .x7ay, .e2l2 .x7ay, .s0qz9q .x7ay {
  font-size: clamp(27px, 2.5vw, 36px) !important; line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 14px;
  max-width: 26ch; text-shadow: none !important; text-wrap: balance;
}
.ngi9xq .x7ay, .e2l2 .x7ay { color: var(--hero-fg) !important; }
.ngi9xq .cp7ja6, .e2l2 .cp7ja6 {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.gtwqqy img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 18px 40px -18px rgba(0,0,0,.55); }
.q4d621xx { margin: 0; }
.q4d621xx .btwyr, .q4d621xx .btwyr * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.q4d621xx .btwyr { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.ngi9xq .q4d621xx .btwyr, .ngi9xq .q4d621xx .btwyr a, .ngi9xq .q4d621xx .btwyr span,
.e2l2 .q4d621xx .btwyr, .e2l2 .q4d621xx .btwyr a, .e2l2 .q4d621xx .btwyr span { color: var(--hero-fg-dim) !important; }
.ngi9xq .q4d621xx .btwyr a, .e2l2 .q4d621xx .btwyr a { color: var(--hero-fg) !important; font-weight: 600; }
.s0qz9q .q4d621xx { margin: 0 0 14px; }
.s0qz9q .q4d621xx .btwyr { color: var(--text-muted); }
.s0qz9q .mh4w0j::after { margin-top: 22px; }
.e2l2 .x7ay { max-width: 24ch; }
@media (min-width: 1100px) {
  .gr0q .ngi9xq .mh4w0j, .m59noop6 .ngi9xq .mh4w0j, .svr8mvi9 .ngi9xq .mh4w0j,
  .gr0q .e2l2 .mh4w0j, .m59noop6 .e2l2 .mh4w0j, .svr8mvi9 .e2l2 .mh4w0j { max-width: 1280px; }
}
@media (max-width: 760px) {
  .ngi9xq { padding: 24px 0 26px; }
  .ngi9xq .mh4w0j, .e2l2 .mh4w0j { padding: 0 16px; }
  .sy252 .mh4w0j:has(.gtwqqy) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .gtwqqy { display: none; }
  .e2l2 { padding-top: 12px; }
  .c3yb { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .cfdh { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .cfdh img { width: 48px; height: 48px; flex: 0 0 48px; }
  .ll0bm { flex: 0 0 auto; }
  .aw8vu { flex: 1 1 0; min-width: 0; }
  .ngi9xq .x7ay, .e2l2 .x7ay, .s0qz9q .x7ay { font-size: 25px !important; max-width: none; }
  .ngi9xq .cp7ja6, .e2l2 .cp7ja6 { font-size: 15px; }
}
.gjmp4 .cp7ja6, .n0byjj .cp7ja6, .jywzoc .cp7ja6 { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .hvfrh .phzw4h:not(.bobma), .icf8g .phzw4h:not(.bobma) {
    display: grid; gap: 18px; background: none !important; border: none !important; box-shadow: none !important;
    border-radius: 0; overflow: visible; padding: 0 !important; counter-reset: csl-rank;
  }
  .hvfrh .phzw4h:not(.bobma) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hvfrh .phzw4h:not(.bobma):has(> :nth-child(5):last-child),
  .hvfrh .phzw4h:not(.bobma):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .hvfrh .phzw4h:not(.bobma):has(> :nth-child(3):last-child),
  .hvfrh .phzw4h:not(.bobma):has(> :nth-child(6):last-child),
  .hvfrh .phzw4h:not(.bobma):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .icf8g .phzw4h:not(.bobma) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .hvfrh .phzw4h:not(.bobma) > .a7fim4g,
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(-n+3) {
    counter-increment: csl-rank; position: relative;
    display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 0 0 18px;
    border: none !important; border-radius: var(--r-card); overflow: hidden;
    background: var(--bg-card) !important; box-shadow: var(--sh-card); text-align: center;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .hvfrh .phzw4h:not(.bobma) > .a7fim4g:hover,
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .hvfrh .a7fim4g .lfnspb, .icf8g .a7fim4g:nth-child(-n+3) .lfnspb {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .hvfrh .a7fim4g .w4ln, .hvfrh .a7fim4g .erwcp, .hvfrh .a7fim4g .kht7gb3,
  .icf8g .a7fim4g:nth-child(-n+3) .w4ln, .icf8g .a7fim4g:nth-child(-n+3) .erwcp,
  .icf8g .a7fim4g:nth-child(-n+3) .kht7gb3 { order: -2; padding: 0; gap: 12px; }
  .hvfrh .a7fim4g .ppqbqjmz, .icf8g .a7fim4g:nth-child(-n+3) .ppqbqjmz {
    width: 100% !important; height: 124px !important; padding: 18px !important; border-radius: 0 !important; box-sizing: border-box;
    background: var(--tone-fill-raw, var(--bg-surface)) !important;
  }
  .hvfrh .a7fim4g .qiz4228i, .icf8g .a7fim4g:nth-child(-n+3) .qiz4228i { max-height: 88px !important; max-width: 88% !important; }
  .hvfrh .a7fim4g .adlv3, .icf8g .a7fim4g:nth-child(-n+3) .adlv3 { padding: 0 16px; font-size: var(--fs-body); }
  .hvfrh .a7fim4g .pj6mquf, .icf8g .a7fim4g:nth-child(-n+3) .pj6mquf { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .hvfrh .a7fim4g .gzyhyvf, .hvfrh .a7fim4g .nl3jr,
  .icf8g .a7fim4g:nth-child(-n+3) .gzyhyvf, .icf8g .a7fim4g:nth-child(-n+3) .nl3jr { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .hvfrh .a7fim4g .nl3jr::before, .icf8g .a7fim4g:nth-child(-n+3) .nl3jr::before { display: none; }
  .hvfrh .a7fim4g .a1wqam8u, .hvfrh .a7fim4g .utzidq,
  .icf8g .a7fim4g:nth-child(-n+3) .a1wqam8u, .icf8g .a7fim4g:nth-child(-n+3) .utzidq { justify-content: center; }
  .hvfrh .a7fim4g .wjfl, .icf8g .a7fim4g:nth-child(-n+3) .wjfl { font-size: var(--fs-sm); }
  
  .hvfrh .a7fim4g .pjvjw, .icf8g .a7fim4g:nth-child(-n+3) .pjvjw { display: none; }
  
  .hvfrh .phzw4h:not(.bobma) > .a7fim4g::before,
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(-n+3)::before {
    content: "#" counter(csl-rank) !important; position: absolute; top: 10px; left: 10px; bottom: auto; right: auto; z-index: 2;
    width: auto !important; height: auto; padding: 3px 9px; border-radius: var(--r-pill);
    background: var(--n-900, #111) !important; color: #fff; font-size: var(--fs-caption); font-weight: 700; line-height: 1.4;
  }
  [dir="rtl"] .hvfrh .phzw4h:not(.bobma) > .a7fim4g::before,
  [dir="rtl"] .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(1):hover { transform: translateY(-17px); }
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(2) { order: 1; }
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(3) { order: 3; }
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(n+4) {
    order: 4; grid-column: 1 / -1; border: none !important; border-radius: var(--r-card);
    background: var(--bg-card) !important; box-shadow: var(--sh-card);
  }

  
  .cozf .phzw4h:not(.bobma) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .cozf .phzw4h:not(.bobma)::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 42px; z-index: 0;
    background: var(--tone-th, var(--bg-surface)); border-bottom: var(--bw-hair) solid var(--border-alt);
  }
  .cozf .phzw4h:not(.bobma) > .a7fim4g { padding-top: 10px; padding-bottom: 10px; position: static; }
  .cozf .phzw4h:not(.bobma) > .a7fim4g:first-child { position: relative; }
  .cozf .phzw4h:not(.bobma) .lfnspb { position: static; }
  .cozf .phzw4h:not(.bobma) .q2nn6cd { display: none; }
  
  .cozf .phzw4h:not(.bobma) > .a7fim4g:first-child .q2nn6cd {
    display: block; position: absolute; top: -29px; z-index: 1; white-space: nowrap;
    color: var(--tone-th-fg, var(--text-primary)); font-weight: 700; opacity: 1;
  }
  .cozf .ppqbqjmz { height: 64px !important; width: auto !important; }
  .cozf .qiz4228i { max-height: 56px !important; max-width: 120px !important; }
  .cozf .erwcp { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .cozf .wjfl { font-size: var(--fs-sm); }
  .cozf .d0ctpia.kl7j { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .cozf .olps1 .a7fim4g::before, .cozf.olps1 .a7fim4g::before { top: 8px; bottom: 8px; }
  
  .hvfrh.olps1 .a7fim4g::before { border-radius: var(--r-pill) !important; }
  .hvfrh.vkvsnc .a7fim4g:nth-child(even), .icf8g.vkvsnc .a7fim4g:nth-child(even) { background: var(--bg-card) !important; }
  .hvfrh.z4n1y3k .a7fim4g:first-child, .icf8g.z4n1y3k .a7fim4g:first-child { border-top: none !important; }
  .hvfrh.a2g986y2 .phzw4h:not(.bobma) .a7fim4g:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .hvfrh .a7fim4g .nl3jr, .icf8g .a7fim4g:nth-child(-n+3) .nl3jr { display: flex !important; flex-direction: column; }
  
  .cozf .phzw4h:not(.bobma) { gap: 0 !important; background: var(--bg-card) !important; padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; border: none !important; box-shadow: var(--sh-card); overflow: hidden; }
  .cozf .phzw4h:not(.bobma) > .a7fim4g { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .cozf .phzw4h:not(.bobma) > .a7fim4g + .a7fim4g { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .cozf .phzw4h:not(.bobma) > .a7fim4g:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .cozf .erwcp, .cozf .w4ln, .cozf .kht7gb3 { justify-content: flex-start; align-items: center; }
  .cozf .nl3jr { --cs-link-h: 0px; }
  .cozf .nl3jr .dwr816 { display: none; }
}
.bur4 { display: none; }
@media (min-width: 901px) {
  .hvfrh .phzw4h:not(.bobma) .bur4,
  .icf8g .phzw4h:not(.bobma) > .a7fim4g:nth-child(-n+3) .bur4 { display: block; }
}
body .qejb30u.ngi9xq .x7ay, body .qejb30u.e2l2 .x7ay,
body section.ngi9xq .x7ay, body section.e2l2 .x7ay { color: var(--hero-fg) !important; text-shadow: none !important; }
body .qejb30u.s0qz9q .x7ay { text-shadow: none !important; }
@media (max-width: 760px) {
  .cfdh { width: auto; flex-wrap: wrap; }
  .rx8ypmib { flex: 1 0 100%; margin-top: 4px; }
}
.bd9y { margin-top: 18px !important; }
.s0qz9q .bd9y { margin: 16px 0 0 !important; }
.j9a28xz9 .mw1q8al, .lwva0w1 .mw1q8al { display: block; }
@media (max-width: 640px) {
  .nshiwz .js6km37, .esxl0 .js6km37,
  .nshiwz .js6km37.dm56, .esxl0 .js6km37.dm56 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .nshiwz .js6km37 a, .esxl0 .js6km37 a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .crv78 .js6km37, .crv78 .js6km37.dm56 { background: var(--b-50) !important; }
}
body .ptj2i8 .rnez strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .ptj2i8 .rnez strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.y80tp7z .ptj2i8 .hgt1j .rnez strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.ngi9xq, .e2l2 { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.iuc2nn9 .ngi9xq, .iuc2nn9 .e2l2 { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.io5fvn3u, .d57jsa, .p04tjcam .io5fvn3u, .p04tjcam .d57jsa { color: var(--text-muted); }
@media (max-width: 560px) {
  .zj3ph8r.z0hpn, .zj3ph8r.z0hpn img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .w670:has(> .gjmp4, > .ngi9xq, > .n0byjj) + .t232fuj { margin-top: -38px; }
  
  .exn9 .w670 + .t232fuj { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .gr0q .t232fuj, .m59noop6 .t232fuj, .svr8mvi9 .t232fuj { max-width: 1280px; }
}
@media (max-width: 640px) {
  .hteny9n .qtf3 { max-width: none; }
}
.qtf3, .x7ay, .v3wiu7l { overflow-wrap: break-word; }
.vgof71i > div, .ka2h0uz6 > div, .np9kgl,
.w715m > div > div, .aw7g4rq .pkiw5r > div { min-width: 0; }
.aw7g4rq p, .aw7g4rq li, .aw7g4rq td, .aw7g4rq a { overflow-wrap: anywhere; }
:root {
  --accent: #4975ac;
  --brand: #4975ac;
  --accent-light: #375d8d;
  --brand-light: #375d8d;
  --accent-bg: #f1f6fd;
  --accent-bg-light: #f1f6fd;
  --accent-pale: #c8dbf5;
  --brand-pale: #c8dbf5;
  --cta: #cc4b1c;
  --cta-hover: #b43b06;
  --cta-fg: #ffffff;
  --cta-light: #608fc9;
  --text-primary: #212b38;
  --text-body: #3a4553;
  --text-sub: #3a4553;
  --text-muted: #596473;
  --text-faint: #677382;
  --text-dim: #677382;
  --text-label: #596473;
  --text-value: #212b38;
  --bg-page: #ffffff;
  --bg-surface: #edf3fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f3f7fc;
  --bg-card-inner-raw: #f3f7fc;
  --bg-raised: #e4ecf6;
  --bg-hover: #edf3fb;
  --border: #cbd5e3;
  --border-alt: #dbe4ef;
  --border-section: #dbe4ef;
  --c-pros: #317a45;
  --c-pros-label: #115629;
  --c-cons: #9f4d48;
  --c-cons-label: #742e2b;
  --bg-pros: #eef7ef;
  --bg-cons: #fff1ef;
  --bg-warning: #fbf3ea;
  --bg-note: #ecf6fe;
  --bg-pros-raw: #eef7ef;
  --bg-cons-raw: #fff1ef;
  --bg-warning-raw: #fbf3ea;
  --bg-note-raw: #ecf6fe;
  --bg-tip: #edf3fb;
  --bg-info: #edf3fb;
  --c-tip-border: #212b38;
  --c-warn-border: #a86b03;
  --c-tag-pay: #edf3fb;
  --grad-start: #4975ac;
  --grad-end: #375d8d;
  --tone-fill: #edf3fb;
  --tone-fill-2: #e4ecf6;
  --tone-fill-raw: #edf3fb;
  --tone-fill-2-raw: #e4ecf6;
  --tone-fill-head: #212b38;
  --tone-fill-fg: #3a4553;
  --tone-fill-muted: #515c6b;
  --tone-fill-head-raw: #212b38;
  --tone-fill-fg-raw: #3a4553;
  --tone-fill-muted-raw: #515c6b;
  --sh-card: 0 0 0 1px rgba(33, 43, 56, 0.06), 0 1px 2px rgba(33, 43, 56, 0.05), 0 10px 24px -14px rgba(33, 43, 56, 0.18);
  --sh-lift: 0 0 0 1px rgba(33, 43, 56, 0.06), 0 2px 4px rgba(33, 43, 56, 0.06), 0 18px 36px -18px rgba(33, 43, 56, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #212b38;
  --tone-mark: #212b38;
  --tone-mark-fg: #ffffff;
  --tone-head: #212b38;
  --tone-sub: #212b38;
  --tone-link: #4975ac;
  --tone-th: #212b38;
  --tone-th-fg: #ffffff;
  --tone-chip: #edf3fb;
  --tone-chip-fg: #3a4553;
  --tone-soft: #e4ecf6;
  --tone-soft-fg: #212b38;
  --sem-pos-bg: #eef7ef;
  --sem-pos-line: #348f4f;
  --sem-pos-fg: #115629;
  --sem-neg-bg: #fff1ef;
  --sem-neg-line: #bb5752;
  --sem-neg-fg: #742e2b;
  --sem-warn-bg: #fbf3ea;
  --sem-warn-line: #a86b03;
  --sem-warn-fg: #643e03;
  --sem-info-bg: #ecf6fe;
  --sem-info-line: #2580c1;
  --sem-info-fg: #014b79;
  --sem-pos-body: #29452f;
  --sem-neg-body: #553330;
  --sem-warn-body: #4e381f;
  --b-near: #463c68;
  --b-50: #f1f6fd;
  --s-50: #fff3ef;
  --n-50: #f1f6fc;
  --b-100: #e3ecf8;
  --s-100: #fee5dd;
  --n-100: #e6ecf4;
  --b-200: #c8dbf5;
  --s-200: #feccbd;
  --n-200: #d3dae4;
  --b-300: #a1c5f2;
  --s-300: #fea98e;
  --n-300: #bac2cd;
  --b-400: #7da9e0;
  --s-400: #f4805b;
  --n-400: #9da7b4;
  --b-500: #608fc9;
  --s-500: #dd6138;
  --n-500: #828d9c;
  --b-600: #4975ac;
  --s-600: #be481d;
  --n-600: #687484;
  --b-700: #375d8d;
  --s-700: #9b340c;
  --n-700: #515c6b;
  --b-800: #26456b;
  --s-800: #772403;
  --n-800: #3a4553;
  --b-900: #152b46;
  --s-900: #4e1300;
  --n-900: #212b38;
}
:root { --logo-bg-opacity: 71%; }
body, button, input { font-family: "Nunito Sans", sans-serif; }
h1, h2, h3, .x7ay, .n9be36gr, .fwnu h3 { font-family: "Fraunces", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.mmqb .qejb30u, .mmqb .n0byjj { min-height: 640px; }
.ua92::before { content: '/'; }