:root {
  --color-accent: #1f2a44;
  --color-cta: #c2186b;
  --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);
}
.s6m89 {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.aenwzh {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.k29vd {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.vf9vi { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.ighbfl { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.ighbfl a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.ighbfl a:hover { color: var(--accent-light); }
.j77ty4  .zlfnq { border-radius: var(--r-card); }
.j77ty4 .zlfnq li:first-child a { border-top-left-radius: var(--r-btn); border-top-right-radius: var(--r-btn); }
.j77ty4 .zlfnq li:last-child a { border-bottom-left-radius: var(--r-btn); border-bottom-right-radius: var(--r-btn); }
.l70fux .zlfnq li + li { border-top: var(--bw-bar) double var(--border-alt); }
@media (max-width: 640px) {
  .zlfnq {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .f75x9:hover .zlfnq,
  .f75x9:focus-within .zlfnq { display: block; }
  .zlfnq li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.oid0s4w {
  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);
}
.nr9o9v { display: none; }
@media (max-width: 640px) {
  .nr9o9v {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .nr9o9v.i9yla20 { display: block; }
}
@media (max-width: 640px) {
  .oid0s4w { display: block; }
  .ighbfl > li + li::before { display: none !important; }
  .ighbfl {
    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;
  }
  .ighbfl.i9yla20 { display: flex; }
  .ighbfl li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .ighbfl li:last-child a { border-bottom: none; }
}
.rbci3 { min-height: 480px; }
.ke00ere {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.fnqu32ch { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.xthe2i .fnqu32ch { margin-left: 0; margin-right: 0; }
.s5eb04 .xowye {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.s5eb04 .ke00ere { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.s5eb04 .fnqu32ch { color: #e2e8f0; }
.s5eb04.xf3iyuz .xowye { text-align: center; }
.s5eb04.xthe2i   .xowye { text-align: left; }
.tzkbp .xowye {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.tzkbp .ke00ere { color: var(--text-primary); text-shadow: none; }
.tzkbp .fnqu32ch { color: var(--text-muted); }
.tzkbp, .tzkbp.rbci3 { min-height: auto !important; }
.tzkbp.xf3iyuz .xowye { text-align: center; }
.tzkbp.xthe2i   .xowye { text-align: left; }
.tzkbp~.ttjussj .qfch{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; }
}
.cenoq52 .ke00ere { color: #fff; }
.cenoq52 .fnqu32ch { color: rgba(255,255,255,0.85); }
.tm50 .ke00ere { text-shadow: none; color: var(--text-primary); }
.tm50 .fnqu32ch { color: var(--text-muted); }
body.p4prr .ke00ere {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.k0vggs .ke00ere {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.rbci3.cenoq52 .ke00ere,
section.cenoq52 .ke00ere {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.tm50.xthe2i   .dopr { align-items: flex-start; text-align: left; }
.rbci3 .b45i9rs {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.b45i9rs .g3kjsj {
  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;
}
.b45i9rs .g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt); }
.b45i9rs .a3x0b5zw { align-items: center; text-align: center; width: 100%; }
.b45i9rs .s5ta7w {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.b45i9rs .e052df { max-height: 64px; max-width: 140px; }
.b45i9rs .apadbt0 {
  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%;
}
.b45i9rs .n92lnvw,
.b45i9rs .vxwsd0 {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.b45i9rs .oh48yy0j.sth28jti {
  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;
}
.b45i9rs .oh48yy0j.sth28jti:hover { opacity: 0.85; }
.b45i9rs .g3kjsj,
.b45i9rs .g3kjsj:hover,
.b45i9rs .g3kjsj:nth-child(even),
.b45i9rs .g3kjsj:nth-child(odd),
.b45i9rs .g3kjsj:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.osk04lxc .xowye { padding-bottom: 24px; }
.bhm5i5a .xowye { max-width: 1100px; }
@media (max-width: 700px) {
  .tm50 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .tm50:not(.i90k) .quveqbu { display: none !important; }
  .i90k .quveqbu { padding: 16px; }
  .dopr  { padding: 36px 24px; }
  .tm50~.ttjussj,.dqhgpgen~.ttjussj{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .rbci3, .tm50 { min-height: 320px !important; }
  .ke00ere { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .y7g5vfp,
  .a0hw,
  .q5hd { grid-template-columns: 1fr !important; }

  

  
  .osk04lxc { display: flex !important; flex-direction: column !important; }
  .osk04lxc .xowye { display: contents; }
  .osk04lxc .das71ow { order: 0; }
  .osk04lxc .ke00ere { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .osk04lxc .y7g5vfp { order: 2; padding: 0 16px 12px !important; }
  .osk04lxc .fnqu32ch { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .bhm5i5a .xowye { display: flex; flex-direction: column; }
  .bhm5i5a .xowye .ke00ere { order: 1; }
  .bhm5i5a .xowye .q5hd { order: 2; margin: 8px 0 24px !important; }
  .bhm5i5a .xowye .fnqu32ch { order: 3; }
  .bhm5i5a .xowye .pvgp { order: 4; align-self: center; margin-top: 0; }

  
  .tm50.i90k {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .tm50.i90k .dopr { display: contents; padding: 0; }
  .tm50.i90k .dopr .ke00ere { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .tm50.i90k .quveqbu { order: 2; padding: 12px 16px; }
  .tm50.i90k .dopr .fnqu32ch { order: 3; padding: 0 24px; margin: 0 auto; }
  .tm50.i90k .dopr .pvgp { order: 4; align-self: center; margin: 8px 0 32px; }
}
.a3oydlfz { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.iacnkf { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.fa6bwj .a3oydlfz        { border-radius: var(--r-card); }
.fa6bwj .iacnkf  { border-radius: var(--r-card); }
.pviufqu .a3oydlfz         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.pviufqu .iacnkf   { border-radius: var(--r-btn); }
.cxb5g74v { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.tegpy { width: 100%; padding: 32px 0; position: relative; }
.io3hono7 { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.k4qc .tegpy, .h8uld .tegpy { background: transparent; }
.xbyrbs .wnhsu1 > *,
.it1rr5 > *, .eqi41 > *, .on0cx9 > *, .pu06o40x > *, .zgf0rfw2 > * {
  --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.dmug { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.dmug {
  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.q34tw { 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; }
.e1tyo h2.dmug {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.ey5v6a6 h2.dmug {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.dncv h2.dmug {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.xlc6zup h2.dmug::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.sdtu h2.dmug {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.f458l0f h2.dmug::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.dz3rlh5u h2.dmug {
  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) { .juh4tofh { display: none; } }
.abkisic { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.pmq8qk1 { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.a3gwa3 {
  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;
}
.g2hi9 { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.g2zp2c9 { padding-left: 20px; }
.g2zp2c9 li { margin-bottom: 8px; }
.g2zp2c9 a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.g2zp2c9 a:hover { color: var(--tone-link, var(--accent-light)); }
.wg2mfe .g2hi9 { display: none; }
.o67e .g2hi9 { display: none; }
.o67e .g2zp2c9 { padding-left: 0; list-style: none; }
.o67e .g2zp2c9 li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.o67e .g2zp2c9 a { font-size: var(--fs-sm); }
.o0xu .a3gwa3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.o0xu .g2hi9 { display: none; }
.o0xu .g2zp2c9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.o0xu .g2zp2c9 li { margin-bottom: 0; }
.o0xu .g2zp2c9 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;
}
.o0xu .g2zp2c9 a:hover { border-color: var(--accent); color: var(--accent); }
.xsjim5 .a3gwa3 { padding: 20px 20px 16px; }
.xsjim5 .g2zp2c9 {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.xsjim5 .g2zp2c9 li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.xsjim5 .g2zp2c9 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;
}
.xsjim5 .g2zp2c9 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;
}
.xsjim5 .g2zp2c9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.xsjim5 .g2zp2c9 a:focus,
.xsjim5 .g2zp2c9 a:focus-visible,
.xsjim5 .g2zp2c9 a:target { outline: none; }
.xsjim5 .g2zp2c9 li:target a { border-color: var(--border); color: var(--text-muted); }
.k0fp .a3gwa3 { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.k0fp .g2hi9 { display: none; }
.k0fp .g2zp2c9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.k0fp .g2zp2c9 li { counter-increment: toc-n; margin-bottom: 0; }
.k0fp .g2zp2c9 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;
}
.k0fp .g2zp2c9 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;
}
.k0fp .g2zp2c9 a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.yuye09bh .a3gwa3 { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.yuye09bh .g2hi9 { display: none; }
.yuye09bh .g2zp2c9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.yuye09bh .g2zp2c9 li { margin-bottom: 0; }
.yuye09bh .g2zp2c9 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;
}
.yuye09bh .g2zp2c9 a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.lf1c2q .a3gwa3 { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.lf1c2q .g2hi9 { display: none; }
.lf1c2q .g2zp2c9 { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.lf1c2q .g2zp2c9 li { margin-bottom: 0; }
.lf1c2q .g2zp2c9 li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.lf1c2q .g2zp2c9 li:last-child::after { content: ""; margin-right: 0; }
.lf1c2q .g2zp2c9 a { font-size: var(--fs-sm); }
.wnhsu1 { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.xbyrbs .wnhsu1 { background: var(--bg-card); }
.e9xrz1 .wnhsu1 { background: none; border-radius: 0; padding: 28px 0 8px; }
.e9xrz1 .wnhsu1 + .wnhsu1 { border-top: var(--bw-hair) solid var(--border-section); }
.id87i .wnhsu1 {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.id87i .wnhsu1:last-child { border-bottom: none; }
.osutcf .wnhsu1 {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.osutcf .wnhsu1 + .wnhsu1 { margin-top: 4px; }
.dcytgww4 .wnhsu1 { background: none; border-radius: 0; padding: 28px 0 8px; }
.dcytgww4 .wnhsu1 + .wnhsu1 { border-top: var(--bw-hair) solid var(--border-section); }
.zrpi5yj4 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.kkvqd6zq { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.zi1w93h8 { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.wkwnn1bz, .at70q { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.wkwnn1bz li, .at70q li { margin-bottom: 8px; }
.at70q li { list-style: decimal; }
.on0cx9 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.iqy9z .on0cx9,
.eqi41 .on0cx9 { background: transparent; border: none; border-radius: 0; }
.e08id { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.e08id 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;
}
.e08id td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.e08id tr:hover td { background: var(--bg-hover); }
.l5sf3s .e08id tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.gcyvy1 .e08id { border: var(--bw-hair) solid var(--border-alt); }
.gcyvy1 .e08id th,
.gcyvy1 .e08id td { border: var(--bw-hair) solid var(--border-alt); }
.xkcj5qe .e08id th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.xkcj5qe .e08id td { border-bottom: none; }
.xkcj5qe .e08id tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.trr0w476 .e08id th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.od1u .on0cx9 {
  overflow: hidden;
}
.od1u .e08id th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.od1u .e08id tr:last-child td { border-bottom: none; }
.garhi { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.zgf0rfw2 { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.wo45s { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.l14z { 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); }
.in2i40ul { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.fx4ztg { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.fx4ztg 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%}
.feyzj .l14z { background: transparent; text-align: center; }
.x01c2 .wo45s {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.cxva .wo45s {
  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);
}
.s5rhggit .zgf0rfw2 { display: grid; grid-template-columns: auto 1fr; }
.s5rhggit .wo45s {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.s5rhggit .l14z { grid-column: 2; }
.s5rhggit .in2i40ul,
.s5rhggit .fx4ztg { grid-column: 1 / -1; }
.c408 .zgf0rfw2 { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.c408 .wo45s {
  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);
}
.c408 .l14z { grid-column: 2; }
.c408 .in2i40ul,
.c408 .fx4ztg { grid-column: 1 / -1; }
.y0gass4 .zgf0rfw2 { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.y0gass4 .l14z { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.no56705j .zgf0rfw2 { 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); }
.no56705j .l14z { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.gl26cac .zgf0rfw2 { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.gl26cac .l14z { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.g5dx33sm .zgf0rfw2 { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.g5dx33sm .l14z { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.khjo8 .garhi { counter-reset: card-n; }
.khjo8 .zgf0rfw2  { counter-increment: card-n; }
.khjo8 .l14z { display: flex; align-items: center; gap: 12px; }
.khjo8 .l14z::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;
}
.nk4o0c .zgf0rfw2 { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.nk4o0c .l14z { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.mfpdt4 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.mfpdt4         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.bo3v     { --cl-hue: var(--tone-line, var(--accent)); }
.qn6h { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.ore6    { --cl-hue: var(--tone-line, var(--accent)); }
.bo3v, .qn6h, .ore6, .qgmawk4i {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.rpvvt { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.rpvvt::before { color: var(--cl-hue); }
.mfpdt4 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.mfpdt4 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.co97o { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.o5rzx, .rwxvt { border-radius: var(--r-btn); padding: 16px; }
.o5rzx { background: var(--bg-pros); }
.rwxvt { background: var(--bg-cons); }
.e8fl5hr1 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.o5rzx .e8fl5hr1 { color: var(--c-pros-label); }
.rwxvt .e8fl5hr1 { color: var(--c-cons-label, var(--c-cons)); }
.o5rzx ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.rwxvt ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.iacnkf { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.sth28jti {
  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;
}
.sth28jti:hover { opacity: 0.85; }
.qn70kn .sth28jti  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.qn70kn .sth28jti:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.dvn7yle .sth28jti  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.dvn7yle .sth28jti:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.qn70kn .oh48yy0j.sth28jti, .dvn7yle .oh48yy0j.sth28jti,
.qn70kn .pn3t .sth28jti, .dvn7yle .pn3t .sth28jti {
  background: var(--cta); border: none; color: #fff;
}
.qn70kn .oh48yy0j.sth28jti:hover, .dvn7yle .oh48yy0j.sth28jti:hover,
.qn70kn .pn3t .sth28jti:hover, .dvn7yle .pn3t .sth28jti:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.k7t3v .sth28jti  { border-radius: var(--r-pill); }
.e70w .sth28jti { box-shadow: none; }
.e70w .sth28jti:hover { box-shadow: none; opacity: 1; }
.c3rg7 .sth28jti { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.c3rg7 .sth28jti:hover { opacity: 1; }
.c3rg7 .sth28jti:active { transform: translateY(3px); box-shadow: none; }
.e4xibr7 .sth28jti { box-shadow: none; }
.e4xibr7 .sth28jti:hover { opacity: 1; box-shadow: none; }
.e4xibr7 .sth28jti:active { box-shadow: none; }
.cl8ex339 .sth28jti { position: relative; overflow: hidden; }
.cl8ex339 .sth28jti::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.cl8ex339 .sth28jti:hover::before { left: 135%; }
.wfooqld2 .sth28jti { border-radius: 0; }
.i97di .sth28jti  { padding-left: 12px; padding-right: 12px; }
.dzhexgdx .sth28jti  { padding-left: 24px; padding-right: 24px; }
.tacvss5 .sth28jti  { padding-left: 32px; padding-right: 32px; }
.jabu87gg   .pvgp::after, .jabu87gg   .sth28jti::after,
.r5r40b .pvgp::after, .r5r40b .sth28jti::after,
.dgpl    .pvgp::after, .dgpl    .sth28jti::after,
.z3cr5e    .pvgp::after, .z3cr5e    .sth28jti::after,
.n930lyes    .pvgp::after, .n930lyes    .sth28jti::after,
.k6av     .pvgp::after, .k6av     .sth28jti::after,
.ct6e4j3z    .pvgp::after, .ct6e4j3z    .sth28jti::after,
.czymlilk   .pvgp::after, .czymlilk   .sth28jti::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;
}
.jabu87gg .pvgp::after, .jabu87gg .sth28jti::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");
}
.r5r40b .pvgp::after, .r5r40b .sth28jti::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");
}
.dgpl .pvgp::after, .dgpl .sth28jti::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");
}
.z3cr5e .pvgp::after, .z3cr5e .sth28jti::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");
}
.n930lyes .pvgp::after, .n930lyes .sth28jti::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");
}
.k6av .pvgp::after, .k6av .sth28jti::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");
}
.ct6e4j3z .pvgp::after, .ct6e4j3z .sth28jti::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");
}
.czymlilk .pvgp::after, .czymlilk .sth28jti::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");
}
.mvq2   .s6gw1::after, .mvq2   .tw3ae::after,
.uy0smh .s6gw1::after, .uy0smh .tw3ae::after,
.zck1j    .s6gw1::after, .zck1j    .tw3ae::after,
.r7c3oe    .s6gw1::after, .r7c3oe    .tw3ae::after,
.t0bz    .s6gw1::after, .t0bz    .tw3ae::after,
.zl4v     .s6gw1::after, .zl4v     .tw3ae::after,
.rdpwy    .s6gw1::after, .rdpwy    .tw3ae::after,
.fim1aa   .s6gw1::after, .fim1aa   .tw3ae::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;
}
.mvq2 .s6gw1::after, .mvq2 .tw3ae::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");
}
.uy0smh .s6gw1::after, .uy0smh .tw3ae::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");
}
.zck1j .s6gw1::after, .zck1j .tw3ae::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");
}
.r7c3oe .s6gw1::after, .r7c3oe .tw3ae::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");
}
.t0bz .s6gw1::after, .t0bz .tw3ae::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");
}
.zl4v .s6gw1::after, .zl4v .tw3ae::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");
}
.rdpwy .s6gw1::after, .rdpwy .tw3ae::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");
}
.fim1aa .s6gw1::after, .fim1aa .tw3ae::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");
}
.fgup {
  --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;
}
.g3kjsj {
  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;
}
.g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt); }
.g3kjsj > * { min-width: 0; }
.g3kjsj:hover { background: var(--bg-hover); }
.g3kjsj > [itemprop="item"] { display: contents; }
.g3kjsj [itemprop="itemReviewed"],
.g3kjsj [itemprop="reviewRating"] { display: none; }
.a3x0b5zw {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.tqhu, .u2wvc, .y1pcv0,
.hy5ho5, .qvb9wa, .c7kx9m3 { align-items: center; text-align: center; }
.qvb9wa, .c7kx9m3 { align-items: stretch; }
.uhd44q {
  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%;
}
.ra3a {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.vxwsd0 { font-size: var(--fs-lead); font-weight: 700; }
.cd96ar6l .ra3a {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.apadbt0 {
  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;
}
.qpnnx {
  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;
}
.s5ta7w {
  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;
}
.h5k7 .e052df { max-height: 60px; max-width: 68px; }
.e052df {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.u2wvc .s5ta7w { width: 168px; }
.h2to .s5ta7w,
.h2to .n5n086gg,
.cmh433dw .s5ta7w,
.cmh433dw .n5n086gg,
.ch5wz4 .s5ta7w,
.ch5wz4 .n5n086gg,
.m95srl1 .s5ta7w,
.m95srl1 .n5n086gg,
.h2to .s5ta7w, .cmh433dw .s5ta7w,
.ch5wz4 .s5ta7w,  .m95srl1 .s5ta7w {
  width: 88px; height: 88px; padding: 12px;
}
.h2to .s5ta7w .e052df, .cmh433dw .s5ta7w .e052df,
.ch5wz4 .s5ta7w .e052df,  .m95srl1 .s5ta7w .e052df {
  max-height: 60px; max-width: 68px;
}
.g7ffu .s5ta7w, .g7ffu .s5ta7w.h5k7,
.g7ffu .n5n086gg,   .g7ffu .n5n086gg.h5k7,
.z7v5yrh {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.qw5m77 {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.qw5m77 small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.v2g9kd, .emqlkwaf {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px; max-width: 100%;
}
.biu79gs1 {
  width: 38px; height: 26px; object-fit: contain;
  display: block; flex-shrink: 0;
  padding: 4px 4px; box-sizing: border-box;
  background: #fff; border: var(--bw-hair) solid var(--border-alt);
  border-radius: clamp(3px, var(--radius-button, 8px), 5px);
}
.uxpdetj .biu79gs1 { background: #f7f8fa; }
.xgzf {
  background: var(--text-muted);
  border: none; padding: 0; width: 30px; height: 20px;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}
.oh48yy0j.sth28jti {
  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;
}
.b45i9rs .g3kjsj { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .g3kjsj { gap: 16px; padding: 16px 16px; }
  .s5ta7w { width: 152px; height: 96px; }
  .e052df { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .g3kjsj {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .a3x0b5zw { justify-content: flex-start; }
  
  .emqlkwaf, .v2g9kd { flex-direction: row; }
  
  .emqlkwaf .qpnnx:nth-child(n+3) { display: none; }
  
  .tqhu {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .a3x0b5zw { text-align: left; align-items: flex-start; }

  
  .u2wvc, .y1pcv0, .qfkfh1bh {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .hy5ho5 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .u2wvc .s5ta7w, .y1pcv0 .s5ta7w,
  .qfkfh1bh .s5ta7w { width: auto; height: 72px; }
  .e052df { max-height: 72px; max-width: 128px; }
  .vxwsd0 { font-size: var(--fs-body); }
  .apadbt0 { font-size: var(--fs-sm); }

  
  .n92lnvw, .mr2xpl8l, .sy9wkq,
  .d1lpx, .ph7d, .djnktu,
  .cd96ar6l, .gywo, .q9s4f,
  .antx, .poezn {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .qvb9wa, .c7kx9m3 { order: 4; flex: 1 0 100%; }
  .c7kx9m3 { display: flex; flex-direction: column; }
  .c7kx9m3::before { display: none; }
  .oh48yy0j.sth28jti { width: 100%; padding: 12px 20px !important; }
  .cxao0o9 { text-align: left; }
}
@media (max-width: 560px) {
  .g3kjsj { padding: 16px; gap: 12px 12px; }
  
  .uhd44q, .qne8lch7, .qpnnx { font-size: var(--fs-caption); }
  .ra3a { font-size: var(--fs-sm); }
  .vxwsd0 { font-size: var(--fs-body); }
  .apadbt0 { font-size: var(--fs-sm); }
  .zlzj5co { font-size: var(--fs-sm); }
  .qw5m77 { font-size: var(--fs-lead); }
  
  .oh48yy0j.sth28jti { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .a3x0b5zw { gap: 2px; }
  .u2wvc .s5ta7w, .y1pcv0 .s5ta7w,
  .qfkfh1bh .s5ta7w { height: 64px; }
  .e052df { max-height: 64px; max-width: 116px; }
  .h5k7 { padding: 8px; }
  .vxwsd0 { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .n92lnvw, .mr2xpl8l, .sy9wkq,
  .d1lpx, .ph7d, .djnktu,
  .cd96ar6l, .gywo, .q9s4f,
  .antx, .poezn { flex-basis: 100%; min-width: 100%; }
}
.it1rr5 {
  --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;
}
.gzyl5 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.n5n086gg {
  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;
}
.n5n086gg img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.dd4lhssi { flex: 1; min-width: 0; }
.dd4lhssi h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.g04dh { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.a0x9 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.a0x9 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.a0x9 .qwlc { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.wcws1q {
  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);
}
.wcws1q > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.cz27wg em, .i2cbpfuk em, .z8dg5 em, .lssvmomv 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) { .wcws1q { padding: 12px 16px; gap: 8px 16px; } }
.pn3t { flex-shrink: 0; align-self: center; }
.pn3t .sth28jti {
  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) {
  .gzyl5 { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .n5n086gg { order: 1; width: 104px; height: 104px; }
  .n5n086gg img { max-width: 96px; max-height: 88px; }
  .pn3t { order: 2; margin-left: auto; align-self: center; }
  .dd4lhssi { order: 3; flex: 1 1 100%; min-width: 0; }
  .dd4lhssi h3 { font-size: var(--fs-body); }
}
.glct63h img.v9pji { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.iqy9z { padding: 20px 24px; }
.hoi9m { color: var(--text-body); margin-bottom: 16px; }
.z41d2n { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.c6zmx, .s7vg3 { list-style: none; font-size: var(--fs-sm); }
.c6zmx li { color: var(--text-body); margin-bottom: 4px; }
.s7vg3 li { color: var(--text-body); margin-bottom: 4px; }
.c6zmx li::before { content: "✓"; margin-right: 5px; }
.s7vg3 li::before { content: "✗"; margin-right: 5px; }
.ei8ofbk { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.ei8ofbk strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.kxavd {
  
  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;
}
.ifm9zesk { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.mgov {
  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);
}
.sdp4g .mgov { border-top-width: var(--bw-bar) !important; }
.moiaskcq .mgov { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .appjm .emqbbyea {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .appjm .it1rr5 { margin: 0; }
}
.g0fxa1ob .gzyl5 { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.g0fxa1ob .n5n086gg { background: transparent; }
.htrzjzgv .it1rr5 { border-top: var(--bw-bar) solid var(--accent); }
.htrzjzgv .gzyl5 { background: var(--bg-card); }
.bu5g8g .it1rr5 { 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; }
.bu5g8g .gzyl5 { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.bu5g8g .iqy9z { padding: 16px 16px; }
.bu5g8g .n5n086gg { border-radius: var(--r-chip); }
.bu5g8g .mgov { border-radius: 0; }
.manc .gzyl5 { padding: 0; gap: 0; overflow: hidden; }
.manc .n5n086gg {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.manc .dd4lhssi { padding: 16px 20px; }
.manc .pn3t { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .manc .n5n086gg { width: 116px; min-height: 104px; }
}
.c6cy80e7 .g04dh { font-size: var(--fs-sm); }
.eqi41 .co97o { gap: 12px; }
.eqi41 .o5rzx, .eqi41 .rwxvt { padding: 12px; }
.eqi41 .o5rzx ul, .eqi41 .rwxvt ul { margin: 4px 0 0; padding-left: 20px; }
.eqi41 .o5rzx li, .eqi41 .rwxvt li { font-size: var(--fs-label); margin-bottom: 4px; }
.m4f6ieo .kxavd { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .lwqqq { grid-template-columns: 1fr; }
  .a4e4o75a { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .a4e4o75a .j8qpf { width: 72px; height: 50px; }
  .a4e4o75a .swhw6e4z { max-width: 180px; }
  .a4e4o75a .wrpwz { width: auto; }
}
.so47uu .c6cy80e7 .g04dh { filter: brightness(1.2); }
@media (max-width: 720px) {
  .so47uu { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .iybzlt2 { padding: 16px; }
  .nz5oc0z .hug4zgk { min-width: 50%; }
}
.ip7lcpu .co97o { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .x4a7er { grid-template-columns: 1fr; }
  .k5p3agj { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .r6nmy9w { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .y5ie { flex-wrap: wrap; padding: 16px; }
}
.tuptk42d .co97o { gap: 8px; }
.tuptk42d .o5rzx, .tuptk42d .rwxvt { padding: 8px; }
@media (max-width: 480px) {
  .mw4dzt9 { flex-direction: column; align-items: stretch; }
}
.cetqo5z .wrpwz .sth28jti { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .w4v7ufq { flex-direction: column; align-items: stretch; gap: 12px; }
  .cetqo5z .wrpwz { text-align: center; }
}
@media (max-width: 720px) {
  .nv0neey { grid-template-columns: 1fr; }
  .m3f0 { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .uhr4dzxe { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.eyi0z .qwlc { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.lnsk .g04dh { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .fweiifd { grid-template-columns: 1fr; }
  .lnsk { width: 100px; height: 100px; margin: 16px auto; }
  .eyi0z { font-size: var(--fs-h3); }
  .jr89t { justify-content: center; }
  .ngnwe7po .hug4zgk { min-width: 50%; }
}
.qryss .co97o { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .mvws8 { flex-wrap: wrap; padding: 16px 16px; }
  .i3rz { padding: 12px 16px; }
  .qryss .co97o { margin: 0 16px; }
  .qryss .m4f6ieo { padding: 0 16px; }
  .mn71p1u { padding: 12px 16px; }
}
.y53dws .g3kjsj { position: relative; }
.y53dws .g3kjsj::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.wz1088o8 .fgup {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.wz1088o8 .g3kjsj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.wz1088o8 .g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .ckt93iko .a3x0b5zw + .a3x0b5zw {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.mzku8 .g3kjsj { padding-top: 16px; padding-bottom: 16px; }
.mzku8 .g3kjsj + .g3kjsj { border-top: none; }
.mzku8 .g3kjsj:nth-child(even) { background: var(--bg-surface); }
.mzku8 .g3kjsj:nth-child(even):hover { background: var(--bg-hover); }
.zts1sbkk .g3kjsj:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .grhmv8 .n92lnvw, .grhmv8 .mr2xpl8l,
  .grhmv8 .sy9wkq, .grhmv8 .d1lpx,
  .grhmv8 .ph7d, .grhmv8 .djnktu,
  .grhmv8 .cd96ar6l, .grhmv8 .gywo,
  .grhmv8 .q9s4f, .grhmv8 .antx,
  .grhmv8 .poezn {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.kuem9ots .uhd44q { opacity: .8; letter-spacing: var(--ls-label); }
.kuem9ots .ra3a { font-weight: 700; }
.kuem9ots .vxwsd0 { font-weight: 700; }
.kz4nt9 .n92lnvw, .kz4nt9 .mr2xpl8l,
.kz4nt9 .q9s4f, .kz4nt9 .antx,
.qw5m77 { display: none; }
.dv3het8 .z7v5yrh { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.wb9rvb88 .z7v5yrh {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.xd2u53 .z7v5yrh,
.pj0ls .z7v5yrh,
.n6bufjqi .z7v5yrh { display: none; }
.xd2u53 .qw5m77,
.pj0ls .qw5m77,
.n6bufjqi .qw5m77 { display: inline-flex; align-items: baseline; gap: 2px; }
.xd2u53 .qw5m77 small { display: none; }
.pj0ls .qw5m77 {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.n6bufjqi .qw5m77 {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.n6bufjqi .qw5m77 small { display: none; }
.xd2u53 .a0x9 .g04dh,
.pj0ls .a0x9 .g04dh,
.n6bufjqi .a0x9 .g04dh { display: none; }
.xd2u53 .qwlc { display: none; }
.pj0ls .a0x9 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.pj0ls .h9tl6v,
.pj0ls .qwlc { font-size: 1em; }
.n6bufjqi .a0x9 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.n6bufjqi .qwlc { display: none; }
.sr81eun { margin: 16px 0; }
.rh8avizp { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.rh8avizp 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;
}
.rh8avizp 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;
}
.rh8avizp summary:hover { background: var(--bg-surface); }
.rh8avizp summary:hover::after { color: var(--accent); }
.rh8avizp[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.rh8avizp[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.rh8avizp[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.rh8avizp p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.tegpy { margin-bottom: 0; }
.ea3vv3l h2.dmug { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.a2eva h2.dmug { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.o5rzx, .rwxvt { border: var(--bw-hair) solid transparent; }
.o5rzx .e8fl5hr1, .o5rzx .qd80si { color: var(--c-pros-label); }
.rwxvt .e8fl5hr1, .rwxvt .ivv6z { color: var(--c-cons-label, var(--c-cons)); }
.o5rzx ul li, .rwxvt ul li, .c6zmx li, .s7vg3 li { color: var(--text-body); }
.o5rzx .c6zmx li, .rwxvt .s7vg3 li { position: relative; padding-left: 1.5em; }
.o5rzx .c6zmx li::before, .rwxvt .s7vg3 li::before { position: absolute; left: 0; margin-right: 0; }
.t22jrtq .o5rzx { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.t22jrtq .rwxvt { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.e8jo .o5rzx, .e8jo .rwxvt { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.e8jo .o5rzx { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.e8jo .rwxvt { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.h3mlyv .o5rzx, .h3mlyv .rwxvt { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.h3mlyv .o5rzx { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.h3mlyv .rwxvt { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.lqzoe .o5rzx, .lqzoe .rwxvt { background: var(--bg-card); border-width: var(--bw-rule); }
.lqzoe .o5rzx { border-color: var(--sem-pos-line); }
.lqzoe .rwxvt { border-color: var(--sem-neg-line); }
.zjf99cv .o5rzx, .zjf99cv .rwxvt { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.zjf99cv .rwxvt { border-left: var(--bw-hair) solid var(--border); }
.k3i3d .qd80si::before { content: "✓ "; }
.k3i3d .ivv6z::before { content: "✗ "; }
.moiaskcq .mfpdt4 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.moiaskcq .mfpdt4 strong { color: var(--text-primary); }
.moiaskcq .mfpdt4 p      { color: var(--text-muted); }
.sdp4g .mfpdt4 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.xsgkq2 .mfpdt4 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.xsgkq2 .mfpdt4 strong { color: var(--text-primary); }
.xsgkq2 .mfpdt4 p { color: var(--text-muted); }
.xsgkq2 .mfpdt4 { border-left: var(--bw-bar) solid var(--cl-hue); }
.xsgkq2 .rpvvt::before { color: rgba(255,255,255,0.9) !important; }
.l1or8uyi .mfpdt4 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.l1or8uyi .mfpdt4 strong { color: var(--text-primary); }
.l1or8uyi .mfpdt4 p      { color: var(--text-muted); }
.wq4s3z .mfpdt4 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.si0d4ed .rpvvt,
.j0dj .rpvvt,
.yzxiyu .rpvvt,
.si0d4ed .rpvvt::before,
.j0dj .rpvvt::before,
.yzxiyu .rpvvt::before,
.abyn9srl .xbyrbs .wnhsu1,
.abyn9srl .e9xrz1 .wnhsu1  { box-shadow: var(--sh-1); }
.abyn9srl .zgf0rfw2                { box-shadow: var(--sh-1); }
.abyn9srl .on0cx9          { box-shadow: var(--sh-1); }
.abyn9srl .a3gwa3                    { box-shadow: var(--sh-1); }
.gskw .xbyrbs .wnhsu1,
.gskw .e9xrz1 .wnhsu1,
.gskw .zgf0rfw2,
.gskw .on0cx9,
.gskw .a3gwa3,
.gskw .wq4s3z .mfpdt4 { box-shadow: none; }
.tegpy + .tegpy { position: relative; }
.sop3vvt   .tegpy + .tegpy::before,
.w1ftjai  .tegpy + .tegpy::before,
.yenl6dg6   .tegpy + .tegpy::before,
.zuyla   .tegpy + .tegpy::before,
.bvvt   .tegpy + .tegpy::before,
.es7s7nm .tegpy + .tegpy::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.sop3vvt .tegpy + .tegpy::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.w1ftjai .tegpy + .tegpy::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.yenl6dg6 .tegpy + .tegpy::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;
}
.zuyla .tegpy + .tegpy::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.b53e7nh .tegpy { margin-bottom: 16px; }
.b53e7nh .tegpy + .tegpy { margin-top: 0; }
.b53e7nh .io3hono7 { padding-top: 0; padding-bottom: 0; }
.bvvt .tegpy + .tegpy::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.es7s7nm .tegpy + .tegpy::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.vgjc30 .tegpy + .tegpy::before,
.bv5u6y .tegpy + .tegpy::before,
.jblfdb94 .tegpy + .tegpy::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%;
}
.k4qc .vgjc30 .tegpy:nth-child(even)::before,
.k4qc .bv5u6y .tegpy:nth-child(even)::before,
.k4qc .jblfdb94 .tegpy:nth-child(even)::before { background: var(--bg-surface); }
.h8uld .vgjc30 .tegpy:nth-child(even)::before,
.h8uld .bv5u6y .tegpy:nth-child(even)::before,
.h8uld .jblfdb94 .tegpy:nth-child(even)::before { background: var(--bg-card); }
.vgjc30 .tegpy + .tegpy::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");
}
.bv5u6y .tegpy + .tegpy::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");
}
.jblfdb94 .tegpy + .tegpy::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");
}
.apggk96r .a3oydlfz { float: left; width: 38%; margin: 0 28px 16px 0; }
.apggk96r .a3oydlfz .iacnkf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.apggk96r .io3hono7::after { content: ''; display: block; clear: both; }
.e79pt3p5 .a3oydlfz { float: right; width: 38%; margin: 0 0 16px 28px; }
.e79pt3p5 .a3oydlfz .iacnkf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.e79pt3p5 .io3hono7::after { content: ''; display: block; clear: both; }
.ybdzo5 .tegpy:nth-child(odd)  .a3oydlfz { float: left;  width: 38%; margin: 0 28px 16px 0; }
.ybdzo5 .tegpy:nth-child(even) .a3oydlfz { float: right; width: 38%; margin: 0 0 16px 28px; }
.ybdzo5 .a3oydlfz .iacnkf { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ybdzo5 .io3hono7::after { content: ''; display: block; clear: both; }
.apggk96r .garhi,
.apggk96r .fgup,
.e79pt3p5 .garhi,
.e79pt3p5 .fgup,
.ybdzo5 .garhi,
.ybdzo5 .fgup { clear: both; }
@media (max-width: 900px) {
  .apggk96r .a3oydlfz,
  .e79pt3p5 .a3oydlfz,
  .ybdzo5 .tegpy:nth-child(odd)  .a3oydlfz,
  .ybdzo5 .tegpy:nth-child(even) .a3oydlfz {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .apggk96r .a3oydlfz .iacnkf,
  .e79pt3p5 .a3oydlfz .iacnkf,
  .ybdzo5 .a3oydlfz .iacnkf {
    max-height: none !important;
  }
}
.apggk96r .wkwnn1bz,
.apggk96r .at70q,
.e79pt3p5 .wkwnn1bz,
.e79pt3p5 .at70q,
.ybdzo5 .wkwnn1bz,
.ybdzo5 .at70q { overflow: hidden; }
@media (max-width: 640px) {
  .apggk96r .a3oydlfz,
  .e79pt3p5 .a3oydlfz,
  .ybdzo5 .a3oydlfz { float: none; width: 100%; margin: 0 0 16px 0; }
}
.ldt5 .cxb5g74v,
.ldt5 .io3hono7,
.ldt5 .xhjat1  { max-width: 1060px; }
.iyn69zp .cxb5g74v,
.iyn69zp .io3hono7,
.iyn69zp .xhjat1  { max-width: 1180px; }
.iyn69zp { --content-mw: 1180px; }
.t5tjv .cxb5g74v,
.t5tjv .io3hono7,
.t5tjv .xhjat1  { max-width: 1260px; }
.sxo6hd { font-size: var(--fs-label); color: var(--text-muted); }
.tfytp3 { display: flex; align-items: center; }
.kbhyy7yg {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.wqobcpb { display: flex; align-items: center; }
.ntfi { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.ntfi:hover { text-decoration: underline; }
.efnoofz5 { margin: 0 4px; opacity: 0.45; }
.efnoofz5::before { content: '/'; }
.a0bmuxs { padding: 2px 4px; color: var(--text-main); }
.zvue .sxo6hd {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.zvue .tfytp3 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.zmcv637q .sxo6hd {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.zmcv637q .tfytp3 { padding: 0 0 0 12px; }
.mai8snt .tfytp3 { padding: 0 16px; }
.mai8snt .sxo6hd {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.mai8snt .cxb5g74v { padding-top: 28px; }
@media (max-width: 720px) {
  .bqwvnbw { margin-top: 20px; padding: 0 16px; }
  .mai8snt .cxb5g74v { padding-top: 16px; }
}
.ldt5.zvue .tfytp3 { max-width: 1100px; }
.iyn69zp.zvue .tfytp3 { max-width: 1200px; }
.t5tjv.zvue .tfytp3 { max-width: 1320px; }
.iyn69zp .bqwvnbw { max-width: 1200px; }
.fno3 .tegpy { padding-top: 16px; padding-bottom: 16px; }
.sx5tziw .tegpy { padding-top: 24px; padding-bottom: 24px; }
.t9pvof .tegpy { padding-top: 40px; padding-bottom: 40px; }
.ju5dnt .tegpy { padding-top: 52px; padding-bottom: 52px; }
.pufbnbsh .tegpy:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.pufbnbsh .tegpy:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.pufbnbsh .tegpy:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.pufbnbsh .tegpy:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.hleom .io3hono7 { padding-top: 12px;  padding-bottom: 12px; }
.ig580c .io3hono7 { padding-top: 20px;  padding-bottom: 20px; }
.l1q2 .io3hono7 { padding-top: 36px;  padding-bottom: 36px; }
.nmdklx .io3hono7 { padding-top: 48px;  padding-bottom: 48px; }
.w6el h1, .w6el h2, .w6el h3, .w6el .ke00ere { font-weight: 700; }
.opbobb0 h1, .opbobb0 h2, .opbobb0 h3, .opbobb0 .ke00ere { font-weight: 700; }
.c58f9p, .w6el, .wk8a0cx, .opbobb0 { font-weight: 400; }
.s6gw1 {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.zf4er .s6gw1 { display: none; }
@media (max-width: 640px) {
  .s6gw1 { display: none !important; }
}
.s6gw1 { background: var(--cta) !important; color: #fff !important; border: none !important; }
.s6gw1:hover { opacity: 0.85; }
.l16i76 .s6gw1 { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.kwi8dt7  .tw3ae { left: 32px; }
@media (max-width: 480px) {
  .r52kes5 .tw3ae { right: 20px; bottom: 20px; }
  .kwi8dt7  .tw3ae { left: 20px; bottom: 20px; }
}
.v2qt2ve5 { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.xhjat1 { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.ilju { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.vsc8bd1t { color: var(--text-dim); font-size: var(--fs-label); }
.i828hgv { display: inline-flex; align-items: center; gap: 8px; color: var(--text); text-decoration: none; font-weight: 700; font-size: var(--fs-sm); margin-bottom: 16px; }
.i828hgv img { height: 26px; width: auto; object-fit: contain; }
.wce59 .xhjat1 { text-align: center; }
.wce59 .ilju { margin-top: 0; }
@media (max-width: 640px) {
  .xhjat1 { padding-left: 16px; padding-right: 16px; }
  .sn5z4t53 .xhjat1 { padding: 20px 16px; }
  .cx7p27w { gap: 4px 12px; }
  .ilju { font-size: var(--fs-caption); }
}
.li176 .n3l9xwk .i828hgv { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.li176 .ilju { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.li176 .vsc8bd1t { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .li176 .jcfv { grid-template-columns: 1fr 1fr; } .li176 .n3l9xwk { grid-column: 1 / -1; } }
@media (max-width: 480px) { .li176 .jcfv { grid-template-columns: 1fr; } }
.e91u4iu .cxj8bi7c { display: flex; align-items: center; gap: 0; flex-wrap: wrap; padding-bottom: 16px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 12px; }
.e91u4iu .i828hgv { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.e91u4iu .k8qyk { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-right: 24px; }
.e91u4iu .k8qyk a { font-size: var(--fs-label); color: var(--text-muted); text-decoration: none; }
.e91u4iu .k8qyk a:hover { color: var(--accent-light); }
.ageax5xt { font-size: var(--fs-label); color: var(--text-faint); margin: 0; white-space: nowrap; }
.e91u4iu .zabvt25 { display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.e91u4iu .ehd7u { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.e91u4iu .ehd7u a { font-size: var(--fs-caption); color: var(--text-faint); text-decoration: none; }
.e91u4iu .ehd7u a:hover { color: var(--accent-light); }
.e91u4iu .ilju { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .e91u4iu .cxj8bi7c { gap: 12px; } .e91u4iu .i828hgv { margin-right: 0; width: 100%; } }
.vt0o .wlwvzz .i828hgv { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.vt0o .ilju { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.vt0o .vsc8bd1t { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .vt0o .a057bws { grid-template-columns: 1fr 1fr; } .vt0o .wlwvzz { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vt0o .a057bws { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .cksfsq .fxag7 { grid-template-columns: 1fr 1fr; } .cksfsq .klhxe:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .cksfsq .fxag7 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .vmbhubi .fxag7 { grid-template-columns: 1fr; } }
.teizpebn .xhjat1 { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.o7azklyl .s6m89      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.metovoq .s6m89      { background: #0d1117; border-bottom-color: #21262d; }
.metovoq .k29vd { color: var(--accent-light); }
.metovoq .ighbfl { --msep-color: #8b949e; }
.metovoq .ighbfl a { color: #8b949e; }
.metovoq .ighbfl a:hover { color: var(--accent-light); }
.metovoq .oid0s4w { color: #8b949e; }
.metovoq .v2qt2ve5 { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.metovoq .ilju,
.metovoq .vsc8bd1t { color: #6e7681; }
.metovoq .wjity5 a, .metovoq .k8qyk a,
.metovoq .ehd7u a { color: #8b949e; }
.metovoq .i828hgv { color: #e6edf3; }
.metovoq .wjity5 a:hover, .metovoq .k8qyk a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .metovoq .ighbfl { background: #0d1117; border-top-color: #21262d; }
  .metovoq .ighbfl li a { border-bottom-color: #21262d; }
}
.jkxx .s6m89      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.jkxx .k29vd { color: var(--accent-light); }
.jkxx .ighbfl { --msep-color: #475569; }
.jkxx .ighbfl a { color: #475569; }
.jkxx .ighbfl a:hover { color: var(--accent-light); }
.jkxx .oid0s4w { color: #64748b; }
.jkxx .v2qt2ve5 { background: #f0f4f8; border-top-color: #cbd5e1; }
.jkxx .ilju,
.jkxx .vsc8bd1t { color: #64748b; }
.jkxx .wjity5 a, .jkxx .k8qyk a,
.jkxx .ehd7u a, .jkxx .i828hgv { color: #374151; }
.jkxx .wjity5 a:hover, .jkxx .k8qyk a:hover { color: var(--accent-light); }
@media (max-width: 640px) {
  .jkxx .ighbfl { background: #f0f4f8; border-top-color: #cbd5e1; }
  .jkxx .ighbfl li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.bvxdy .s6m89 { background: var(--b-50); border-bottom-color: var(--b-200); }
.bvxdy .ighbfl a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .bvxdy .ighbfl { background: var(--b-50); border-top-color: var(--b-200); }
}
.banykhm   { --nav-fill: var(--b-900); --nav-edge: var(--b-800); }
.okpm8o1 .s6m89, .banykhm .s6m89 { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.okpm8o1 .k29vd, .banykhm .k29vd { color: #fff; }
.okpm8o1 .ighbfl, .banykhm .ighbfl { --msep-color: rgba(255,255,255,0.82); }
.okpm8o1 .ighbfl a, .banykhm .ighbfl a { color: rgba(255,255,255,0.82); }
.okpm8o1 .ighbfl a:hover, .banykhm .ighbfl a:hover { color: #fff; }
.okpm8o1 .oid0s4w, .banykhm .oid0s4w { color: rgba(255,255,255,0.9); }
.okpm8o1 .zlfnq a, .banykhm .zlfnq a { color: var(--text-primary) !important; }
.okpm8o1 .zlfnq a:hover, .banykhm .zlfnq a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .okpm8o1 .ighbfl, .banykhm .ighbfl { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .okpm8o1 .ighbfl li a, .banykhm .ighbfl li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.nu8okv.okpm8o1 .s6gw1 { background: #fff !important; color: var(--b-700) !important; }
.plqzelca .s6m89 {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.plqzelca .s6m89::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) {
  .plqzelca .ighbfl {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.bpfsl0 .aenwzh { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.u53e .aenwzh { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.ngi73 .aenwzh { min-height: 72px; height: auto; }
.hmic .aenwzh { min-height: 84px; height: auto; }
.sn5z4t53 .aenwzh { max-width: none; padding: 0 32px; }
.sn5z4t53 .xhjat1  { max-width: none; padding: 24px 32px; }
.z3yk62x.iyn69zp .aenwzh { max-width: 1200px; }
.z3yk62x.t5tjv .aenwzh { max-width: 1320px; }
.il70   .k29vd, .il70   .i828hgv { text-transform: capitalize; }
.s4o59o .k29vd, .s4o59o .i828hgv { text-transform: lowercase; }
.w6fk5 .k29vd, .w6fk5 .i828hgv { text-transform: uppercase; letter-spacing: var(--ls-label); }
.ucf2abgq, .jmsxstv {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.rsk7d35h .ucf2abgq,
.rsk7d35h .jmsxstv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.qhepxjgd .ucf2abgq,
.qhepxjgd .jmsxstv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-btn); padding: 4px; }
.bvwrtx .ucf2abgq,
.bvwrtx .jmsxstv { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.ozbhmpti .ucf2abgq,
.ozbhmpti .jmsxstv { background: linear-gradient(135deg, color-mix(in srgb, var(--grad-start) var(--logo-bg-opacity, 8%), transparent), color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)); border-radius: var(--r-pill); padding: 4px 8px; }
.a3kv   .ighbfl a { font-weight: 500; }
.inmbi .ighbfl a { font-weight: 600; }
.qfkvfv6     .ighbfl a { font-weight: 700; }
.pyncei8k    .ighbfl a { font-weight: 700; letter-spacing: normal; }
.xdqxxz8     .ighbfl > li + li::before,
.r8rp1    .ighbfl > li + li::before,
.z668o    .ighbfl > li + li::before,
.pivrivtr .ighbfl > li + li::before,
.mhu61h .ighbfl > li + li::before,
.l97sxe  .ighbfl > li + li::before,
.y2o5nk8    .ighbfl > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.xdqxxz8     .ighbfl > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.r8rp1    .ighbfl > li + li::before { content: "|"; }
.z668o    .ighbfl > li + li::before { content: "—"; }
.pivrivtr .ighbfl > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.mhu61h .ighbfl > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.l97sxe  .ighbfl > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.y2o5nk8    .ighbfl > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .hr539tr .oid0s4w,
  .rqvdz .oid0s4w,
  .jzfa7n .oid0s4w,
  .g3ofa .oid0s4w,
  .jz3uj .oid0s4w {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .hr539tr .oid0s4w::before,
  .rqvdz .oid0s4w::before,
  .jzfa7n .oid0s4w::before,
  .g3ofa .oid0s4w::before,
  .jz3uj .oid0s4w::before { content: ""; display: block; flex-shrink: 0; }

  
  .hr539tr .oid0s4w::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;
  }

  
  .rqvdz .oid0s4w::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;
  }

  
  .jzfa7n .oid0s4w::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;
  }

  
  .g3ofa .oid0s4w::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;
  }

  
  .jz3uj .oid0s4w::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) {
  .l5bo .oid0s4w {
    padding: 4px 16px;
  }
  .l5bo .ighbfl {
    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;
  }
  .l5bo .ighbfl li a {
    border-bottom: none; padding: 12px 24px;
  }
  .l5bo .ighbfl li a:hover { background: var(--bg-raised); }
  .l5bo .nr9o9v,
  .k5trni .nr9o9v,
  .pb40 .nr9o9v { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .zok6iw3 .oid0s4w {
    padding: 4px 12px;
  }
  .zok6iw3 .ighbfl {
    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);
  }
  .zok6iw3 .ighbfl.i9yla20 { transform: translateX(0); }
  .zok6iw3 .ighbfl li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .zok6iw3 .ighbfl li:last-child a { border-bottom: none; }
  .okpm8o1 .ighbfl,
  .metovoq .ighbfl { background: var(--accent) !important; }
  .okpm8o1 .ighbfl li a,
  .metovoq .ighbfl li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .pb40 .oid0s4w {
    padding: 4px 12px;
  }
  .pb40 .ighbfl {
    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);
  }
  .pb40 .ighbfl::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .pb40 .ighbfl.i9yla20 { transform: translateY(0); }
  .pb40 .ighbfl li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .oe3kze7n .oid0s4w {
    padding: 4px 12px;
  }
  .oe3kze7n .ighbfl {
    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;
  }
  .oe3kze7n .ighbfl.i9yla20 { opacity: 1; pointer-events: auto; }
  .oe3kze7n .ighbfl li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .rvss     .oid0s4w { border-radius: 0 !important; }
  .m13ybeu   .oid0s4w { border-radius: var(--r-btn) !important; }
  .y73z .oid0s4w { border-radius: 50% !important; }
  .z7rg   .oid0s4w { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .nb1944 .s7gm7 { flex-direction: column; align-items: stretch; }
  .nb1944 .kok2f594 { flex-direction: row; min-width: auto; }
  .nb1944 .ptwnbcva { align-items: flex-start; text-align: left; }
}
.d900,
.d900.tegpy,
.k4qc .d900,
.fw2h .d900,
.h8uld .d900,
.s6y8jw .d900 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.ozv4 {
  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;
}
.k8z0 { flex: 1 1 280px; min-width: 0; }
.oey8 {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.y6zg {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.wvfhfcp {
  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;
}
.wvfhfcp:hover { transform: translateY(-1px); opacity: 0.95; }
.lmzci .ozv4 {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.lmzci .oey8 { color: var(--cta); }
.lmzci .y6zg { color: var(--text-body); }
.lmzci .wvfhfcp {
  background: var(--cta);
  color: var(--cta-fg);
}
.juahm3 .ozv4 {
  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);
}
.juahm3 .oey8 { color: var(--text-primary); }
.juahm3 .y6zg { color: var(--text-body); }
.juahm3 .wvfhfcp {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .ozv4 {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .k8z0 { flex: 0 0 auto; }
  .oey8 { font-size: var(--fs-lead); }
  .wvfhfcp { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.fy08f .vf9vi { height: 36px; }
.a9hx3st .vf9vi { height: 60px; max-width: 200px; }
.so0v .vf9vi { height: 56px; max-width: 180px; }
.uwyk    .z7v5yrh, .uwyk    .g04dh { color: #f59e0b; }
.lehl52vy      .z7v5yrh { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.lehl52vy      .g04dh   { font-size: var(--fs-lead); }
.bzob1m    .z7v5yrh, .bzob1m    .g04dh { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.sfwg     .z7v5yrh, .sfwg     .g04dh { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.m6j5vzp .z7v5yrh, .m6j5vzp .g04dh { color: var(--cta); letter-spacing: var(--ls-wide); }
.gs5or   .z7v5yrh, .gs5or   .g04dh { color: #e91e63; letter-spacing: var(--ls-wide); }
.ycfr  .z7v5yrh, .ycfr  .g04dh { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.jlxhcx     .z7v5yrh, .jlxhcx     .g04dh { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.u2ut .fgup {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.u2ut .g3kjsj {
  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);
}
.u2ut .g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt); }
.u2ut .a3x0b5zw { align-items: center; text-align: center; }
.u2ut .s5ta7w {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.u2ut .e052df { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.u2ut .apadbt0 { font-size: var(--fs-body); }
.u2ut .oh48yy0j.sth28jti { min-width: 180px; }
@media (min-width: 720px) {
  .u2ut .fgup {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .u2ut .g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .u2ut .g3kjsj { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .u2ut .tqhu { top: -16px; left: 50%; }
  .u2ut .s5ta7w { width: 132px; height: 132px; }
}
.sgla8yd3 .fgup {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.sgla8yd3 .g3kjsj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.sgla8yd3 .s5ta7w {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.sgla8yd3 .e052df { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .sgla8yd3 .s5ta7w { width: 104px; height: 104px; }
}
.hwrutfc .rh8avizp {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.hwrutfc .rh8avizp summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.hwrutfc .rh8avizp summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.hwrutfc .rh8avizp[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.hwrutfc .rh8avizp p { padding: 0 14px 18px; }
.hwrutfc .rh8avizp[open] p { border-top: none; padding-top: 0; }
.xaaxv .rh8avizp { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.xaaxv .rh8avizp 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;
}
.xaaxv .rh8avizp summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.xaaxv .rh8avizp[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.xaaxv .rh8avizp p { padding: 14px 24px 4px; }
.xaaxv .rh8avizp[open] p { border-top: none; padding-top: 14px; }
.kk7d9hz7 .rh8avizp {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.kk7d9hz7 .rh8avizp summary { color: var(--text-primary); padding: 16px 18px; }
.kk7d9hz7 .rh8avizp[open] summary { box-shadow: none; }
.kk7d9hz7 .rh8avizp p { padding: 0 18px 18px; }
.l1nv4i4 .sr81eun { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.l1nv4i4 .rh8avizp {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.l1nv4i4 .rh8avizp:last-child { border-bottom: none; }
.l1nv4i4 .rh8avizp summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.l1nv4i4 .rh8avizp p { padding: 0 20px 16px; }
.trh4d .rh8avizp { overflow: hidden; }
.trh4d .rh8avizp 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));
}
.trh4d .rh8avizp summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.trh4d .rh8avizp summary::after { color: var(--tone-mark, var(--accent)); }
.trh4d .rh8avizp[open] summary { border-radius: 0; box-shadow: none; }
.h2ap8lkp { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.a21a0n51 {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.e2ibvt {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.ylwv6e { color: var(--text-muted); font-size: var(--fs-body); }
.whdo {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start;
  max-width: 680px;
}
.w36p1 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.stpz { margin-bottom: 20px; }
.atm3ygu1 {
  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);
}
.ijnz2o {
  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;
}
.ijnz2o:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.dzw7p0 { resize: vertical; min-height: 130px; }
.p8gef { width: 100%; margin-top: 8px; }
.bhvstrvi {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.le4m1dah {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.hdhx7 { color: var(--text-muted); line-height: var(--lh-read); }
.vtlui31a { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.vtlui31a li { margin-bottom: 8px; }
.chqd { max-width: 760px; margin: 0 auto; }
.xcyvbfa { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.ij74rkn { max-width: 760px; margin: 0 auto; }
.p1jdpbye { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin-bottom: 12px; }
.kz37 ul.vtlui31a { margin: 0; }
.pp90n9a { max-width: 900px; margin: 0 auto; }
.f3o2e { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding-bottom: 32px; margin-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border); align-items: start; }
.f3o2e:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.f3o2e .p1jdpbye { margin: 0; font-size: var(--fs-sm); }
.f3o2e .u30js3 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
@media (max-width: 640px) { .f3o2e { grid-template-columns: 1fr; gap: 12px; } }
.m37etkwa .p1jdpbye { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
.x7a8i .vtlui31a { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .rx98mtj { grid-template-columns: 1fr; } }
.zwtcgc92 { display: inline-flex; align-items: center; gap: inherit; color: inherit; text-decoration: none; }
.zwtcgc92:hover .j3dsz { color: var(--accent-light); text-decoration: underline; }
.ebzn { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eisn { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.eisn:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.xmjra2 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.eisn p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.eisn ul.vtlui31a { margin: 0; }
.tiuocf { color: var(--text-muted); line-height: var(--lh-read); }
.ehus5g8r .vtlui31a,
.fwnpsb .vtlui31a,
.nfvmf .vtlui31a,
.dat7 .vtlui31a {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.ehus5g8r .eisn,
.fwnpsb .eisn { text-align: left; }
.ehus5g8r .xmjra2,
.fwnpsb .xmjra2 { text-align: center; }
.x41bpp { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.vq4mm79 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.cx6ftc { font-size: var(--fs-body); }
.zzlgwnka { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.aomjbj { margin-top: 12px; }
.aw2knzu { 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; }
.aw2knzu:hover { border-bottom-color: var(--accent-light); }
.taqnxoqt { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.taqnxoqt img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gy0s21 { width: 260px; height: 260px; }
.yyz44 { border-radius: 50%; }
.kr4t { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.ds12zlzs { background: var(--accent-bg); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .xosp38 { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.eana0d .zzlgwnka, .eana0d .vq4mm79 { max-width: 640px; }
.sx338hh { display: grid; grid-template-columns: 300px 1fr; gap: 48px; }
.xygd { position: sticky; top: 96px; align-self: start; }
.xygd .x41bpp { font-size: var(--fs-h3); margin-top: 20px; }
.ucqc .zzlgwnka { margin-bottom: 28px; }
@media (max-width: 860px) { .sx338hh { grid-template-columns: 1fr; } .xygd { position: static; text-align: center; } }
.mbxkc6 .taqnxoqt { margin: 0 auto 20px; }
.mbxkc6 .kr4t { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .ea4az6b { grid-template-columns: 1fr; } }
.otck6p .x41bpp { font-size: var(--fs-h3); margin-bottom: 8px; }
.dat7 .vtlui31a { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .otck6p { flex-direction: column; text-align: center; } .hn9y3b { grid-template-columns: 1fr; } }
.qnxl .x41bpp { font-size: var(--fs-lead); margin: 0 0 4px; }
.qnxl .kr4t { margin: 0; }
.a5g4xm { max-width: 760px; margin: 0 auto; }
.fkku231 { position: relative; padding-left: 28px; }
.fkku231::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.zdpi3ld3 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.zdpi3ld3:last-child { padding-bottom: 0; }
.ubm8l { position: absolute; left: -28px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: var(--bw-bar) solid var(--bg-surface); flex-shrink: 0; }
.wnbxs5z h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.wnbxs5z p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.fdrkt9 .e2ibvt { color: var(--accent-light); }
.a88s .e2ibvt { font-size: var(--fs-h2); }
.a88s .ylwv6e { max-width: 680px; }
.xx07hmq9 .e2ibvt { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.xx07hmq9 .ylwv6e  { margin: 0; }
@media (max-width: 640px) { .xx07hmq9 { flex-direction: column; } }
.ky72q .e2ibvt { color: var(--accent-light); }
.lp61ns2 {
  background: var(--accent); border-bottom: none;
  padding: 40px 32px 36px; margin-bottom: 32px;
}
.lp61ns2 .e2ibvt { color: #fff; }
.lp61ns2 .ylwv6e  { color: rgba(255,255,255,0.85); }
@media (max-width: 540px) { .fd8ed { grid-template-columns: 1fr; } }
.cecme .ijnz2o {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.cecme .ijnz2o:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.idra93 .ijnz2o { background: var(--bg-raised); border-color: transparent; }
.idra93 .ijnz2o:focus { background: var(--bg-card); border-color: var(--accent-light); }
.ka7ldyv .ijnz2o { border-radius: var(--r-pill); padding: 12px 20px; }
.ka7ldyv .dzw7p0 { border-radius: var(--r-card); }
.ub90ks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ub90ks { grid-template-columns: 1fr; } }
.tqi7wo93 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.tqi7wo93 h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.tqi7wo93 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.mz2be { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.mz2be li { margin-bottom: 8px; }
.nyn591u:empty,.qfch:empty{display:none}
.btl1mx{position:relative;overflow:visible}
.ggyl .ttjussj .qfch,.ve73s .ttjussj .qfch,
.d9tn .ttjussj .qfch,.pj5r1e .ttjussj .qfch,
.y3vf91 .ttjussj .qfch{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}
.ggyl .vp7s,.ve73s .vp7s,
.d9tn .vp7s,.pj5r1e .vp7s,
.y3vf91 .vp7s{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.ggyl .ttjussj .qfch{margin-right:auto}
.ve73s .ttjussj .qfch{margin-left:auto}
.d9tn .ttjussj .qfch{margin-right:auto}
.pj5r1e .ttjussj .qfch{margin-left:auto}
.y3vf91 .ttjussj .qfch{margin: 0 auto}
.u6d2e .ttjussj .qfch{margin: 0}
.u6d2e .tm50~.ttjussj .qfch,
.u6d2e .dqhgpgen~.ttjussj .qfch{justify-content:flex-start}
.tm50~.ttjussj .qfch{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.dqhgpgen~.ttjussj .qfch{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.r01ymy1 .qfch{margin: 0 0 12px}
.qfch{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.rpitztxn{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}
.j3dsz{font-weight:600;color:var(--text-heading);opacity:1}
.zpc4z::before{content:"·";margin: 0 2px;opacity:.5}
.vp7s{white-space:nowrap}
.jryr3d .rpitztxn{display:none}
.dvb8axac .vp7s{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.dvb8axac .zpc4z::before{content:""}
.y5qc .vp7s{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}
.y5qc .zpc4z::before{content:""}
.mueu3 .qfch{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.dr3r9 .vp7s{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.dr3r9 .zpc4z::before{content:""}
.pptm .vp7s{color: var(--accent-light);opacity:1;font-weight:500}
.yhzs61c6 .vp7s{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.p86ar21v .qfch{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.olx1bgz{--date-bg:var(--accent-bg)}
.xk2i4 .zpc4z::before{content:""}
.rbr2oq .zpc4z::before{content:"•";opacity:.4}
.rbr2oq .vp7s + .vp7s::before{content:"•";margin-right:6px;opacity:.4}
.nx2y .zpc4z::before{content:"/";opacity:.35}
.nx2y .vp7s + .vp7s::before{content:"/";margin-right:6px;opacity:.35}
.pzvt .zpc4z::before{content:"|";opacity:.3}
.pzvt .vp7s + .vp7s::before{content:"|";margin-right:6px;opacity:.3}
.feo2 .zpc4z::before{content:"—";opacity:.3}
.feo2 .vp7s + .vp7s::before{content:"—";margin-right:6px;opacity:.3}
.aerxa .zpc4z::before{content:"◆";font-size:.5em;opacity:.35}
.aerxa .vp7s + .vp7s::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.lnwh .zpc4z::before{content:"·";opacity:.4}
.lnwh .vp7s + .vp7s::before{content:"·";margin-right:6px;opacity:.4}
.jzcvgu7k .zpc4z::before{content:"›";opacity:.4}
.jzcvgu7k .vp7s + .vp7s::before{content:"›";margin-right:6px;opacity:.4}
.xogy4 .zpc4z::before{content:"→";opacity:.35;font-size:.85em}
.xogy4 .vp7s + .vp7s::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.wuap5y1e .pu06o40x{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
@media(max-width:640px){
  .pu06o40x{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .z9ky90{max-width:100%}
}
.r89n .on0cx9{margin: 0}
@media (max-width:560px){
  .krca{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) {
  .xq85 { padding: 28px 20px 20px; }
  .ymhpkyn { font-size: var(--fs-lead); }
  .ru1p { max-width: 220px; max-height: 80px; }
}
.ucg0g0 {
  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);
}
.ewzeg2yh {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.qkcy  .ucg0g0 { border-radius: 50%; }
.s2u6wu9  .ucg0g0 { border-radius: var(--r-chip); }
.degn .ucg0g0 { border-radius: var(--r-card); }
.jo9oi .ozv4 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .ucg0g0 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.rzx3w .tegpy {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.rzx3w .io3hono7 {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.rzx3w .ozv4 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.bww47z4d {
  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;                  
}
.bww47z4d.eh57 { transform: translate(-50%, 0); }
.bww47z4d .tegpy,
.bww47z4d .io3hono7 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.bww47z4d .ozv4 {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.kpze1 {
  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;
}
.kpze1::before,
.kpze1::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.kpze1::before { transform: translate(-50%, -50%) rotate(45deg); }
.kpze1::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.kpze1:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .bww47z4d { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .bww47z4d .ozv4 {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .bww47z4d .y6zg { display: none !important; }
  .bww47z4d .oey8 { font-size: var(--fs-body) !important; }
  .bww47z4d .ucg0g0 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .kpze1 { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .aenwzh { flex-direction: row-reverse; }
[dir="rtl"] .ighbfl { flex-direction: row-reverse; }
[dir="rtl"] .kwi8dt7  .tw3ae { left: auto;  right: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .r52kes5 .tw3ae { right: auto; left: 20px; }
  [dir="rtl"] .kwi8dt7  .tw3ae { left: auto;  right: 20px; }
}
[dir="rtl"] .apggk96r .a3oydlfz  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .e79pt3p5 .a3oydlfz { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .wkwnn1bz, [dir="rtl"] .at70q { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .o5rzx { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .rwxvt { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .mfpdt4 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .ozv4 { direction: rtl; }
[dir="rtl"] .ucg0g0 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .g3kjsj,
[dir="rtl"] .sxo6hd { direction: rtl; }
[dir="rtl"] .a3gwa3 { direction: rtl; }
[dir="rtl"] .g2zp2c9 { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .s5eb04.xthe2i .xowye,
[dir="rtl"] .tzkbp.xthe2i .xowye,
[dir="rtl"] .cenoq52.xthe2i .xowye,
[dir="rtl"] .osk04lxc.xthe2i .xowye,
[dir="rtl"] .bhm5i5a.xthe2i .xowye { text-align: right; }
[dir="rtl"] .tm50.xthe2i .dopr { align-items: flex-end; text-align: right; }
[dir="rtl"] .io3hono7,
[dir="rtl"] .abkisic,
[dir="rtl"] .pmq8qk1,
[dir="rtl"] .xowye { text-align: right; }
[dir="rtl"] .w36p1,
[dir="rtl"] .atm3ygu1,
[dir="rtl"] .zzlgwnka,
[dir="rtl"] .ijnz2o,
[dir="rtl"] .dzw7p0 { text-align: right; direction: rtl; }
[dir="rtl"] .ka7ldyv .ijnz2o,
[dir="rtl"] .cecme .ijnz2o { padding-right: 20px; padding-left: 20px; }
.lf5s1px .fgup,
.ozbe .fgup,
.dpcd .fgup { border: var(--bw-hair) solid var(--border-alt); }
.oyeg .fgup {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.lf5s1px .g3kjsj,
.ozbe .g3kjsj,
.oyeg .g3kjsj,
.dpcd .g3kjsj {
  gap: 24px;
  padding: 24px 24px;
}
.lf5s1px .g3kjsj + .g3kjsj,
.dpcd .g3kjsj + .g3kjsj { border-top: none; }
.lf5s1px .g3kjsj:nth-child(even),
.dpcd .g3kjsj:nth-child(even) { background: var(--bg-surface); }
.oyeg .g3kjsj {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.lf5s1px .s5ta7w,
.ozbe .s5ta7w,
.oyeg .s5ta7w,
.dpcd .s5ta7w {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.lf5s1px .e052df,
.ozbe .e052df,
.oyeg .e052df,
.dpcd .e052df {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.dpcd .apadbt0 { font-size: var(--fs-body); font-weight: 700; }
.lf5s1px .n92lnvw, .lf5s1px .mr2xpl8l, .lf5s1px .sy9wkq,
.ozbe .n92lnvw, .ozbe .mr2xpl8l, .ozbe .sy9wkq,
.oyeg .n92lnvw, .oyeg .mr2xpl8l, .oyeg .sy9wkq,
.dpcd .n92lnvw, .dpcd .mr2xpl8l, .dpcd .sy9wkq {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.lf5s1px .oh48yy0j.sth28jti,
.ozbe .oh48yy0j.sth28jti,
.oyeg .oh48yy0j.sth28jti,
.dpcd .oh48yy0j.sth28jti {
  padding: 16px 24px !important;
}
.dpcd .oh48yy0j.sth28jti { box-shadow: none; }
@media (max-width: 1080px) {
  .lf5s1px .g3kjsj,
  .ozbe .g3kjsj,
  .oyeg .g3kjsj,
  .dpcd .g3kjsj { gap: 16px; padding: 20px; }
  .lf5s1px .s5ta7w,
  .ozbe .s5ta7w,
  .oyeg .s5ta7w,
  .dpcd .s5ta7w { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .lf5s1px .s5ta7w,
  .ozbe .s5ta7w,
  .oyeg .s5ta7w,
  .dpcd .s5ta7w { width: 104px; height: 104px; }
}
.d89ocy .rpvvt { display: none; }
.c6zmx li::before { color: #2f855a; font-weight: 700; }
.s7vg3 li::before { color: #9b2c2c; font-weight: 700; }
.qd80si::before { color: #2f855a; }
.ivv6z::before { color: #9b2c2c; }
.k7t3v  .wvfhfcp, .k7t3v  .ung66a { border-radius: var(--r-pill); }
.wfooqld2 .wvfhfcp, .wfooqld2 .ung66a { border-radius: 0; }
.yig3 .wvfhfcp, .yig3 .ung66a { border-radius: var(--r-btn); }
.wvfhfcp, .ung66a, .pvgp, .sth28jti, .oh48yy0j.sth28jti {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
.pvgp, .sth28jti, .oh48yy0j.sth28jti, .wvfhfcp, .ung66a,
.ha2f, .x5grro, .bww47z4d .wvfhfcp {
  border-radius: var(--btn-radius) !important;
}
.zi1w93h8 a, .abkisic a, .pmq8qk1 a, .hoi9m a, .rh8avizp 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;
}
.zi1w93h8 a:hover, .abkisic a:hover, .pmq8qk1 a:hover, .hoi9m a:hover { text-decoration-color: currentColor; }
.f3xixrje    { --hero-a: var(--b-700); --hero-b: var(--b-near, var(--b-800)); }
.xmr4edur .rbci3.cenoq52 .ke00ere,
.xmr4edur section.cenoq52 .ke00ere { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.xmr4edur .cenoq52 .fnqu32ch { color: var(--text-body); }
.f3xixrje .s5eb04:not(.cenoq52) .das71ow {
  background: linear-gradient(120deg, color-mix(in srgb, var(--b-900) 88%, transparent) 0%, color-mix(in srgb, var(--b-near, var(--b-800)) 55%, transparent) 100%);
}
.rbci3.s5eb04:not(.cenoq52) .ke00ere,
section.s5eb04:not(.cenoq52) .ke00ere { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.nu8okv.f3xixrje    .cenoq52 .pvgp { background: #fff !important; color: var(--b-700) !important; }
.x1gp .v2qt2ve5 { background: var(--bg-page); border-top-color: var(--border-alt); }
.vlzb9f .v2qt2ve5 { background: var(--b-50); border-top-color: var(--b-200); }
.bkk78q3 .v2qt2ve5, .jksej .v2qt2ve5, .uokemvf0 .v2qt2ve5 {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.bkk78q3 .v2qt2ve5 :is(.ilju, .vsc8bd1t),
.jksej   .v2qt2ve5 :is(.ilju, .vsc8bd1t),
.uokemvf0    .v2qt2ve5 :is(.ilju, .vsc8bd1t) { color: rgba(255,255,255,0.68); }
.bkk78q3 .v2qt2ve5 :is(.bz38r5, .xh7io),
.jksej   .v2qt2ve5 :is(.bz38r5, .xh7io),
.uokemvf0    .v2qt2ve5 :is(.bz38r5, .xh7io) { color: rgba(255,255,255,0.7); }
.bkk78q3 .v2qt2ve5 a, .jksej .v2qt2ve5 a, .uokemvf0 .v2qt2ve5 a { color: rgba(255,255,255,0.9); }
.bkk78q3 .v2qt2ve5 a:hover, .jksej .v2qt2ve5 a:hover, .uokemvf0 .v2qt2ve5 a:hover { color: #fff; }
.bkk78q3 .v2qt2ve5 .i828hgv,
.jksej   .v2qt2ve5 .i828hgv,
.uokemvf0    .v2qt2ve5 .i828hgv { color: #fff; }
.yugh6ta .fgup:not(.b45i9rs) .g3kjsj:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.g23hnp4 .fgup:not(.b45i9rs) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.g23hnp4 .fgup:not(.b45i9rs) .g3kjsj { background: var(--bg-card); border-radius: var(--r-btn); }
.g23hnp4 .fgup:not(.b45i9rs) .g3kjsj + .g3kjsj { margin-top: 8px; border-top: none; }
.qpnnx { background: var(--tone-chip, var(--bg-surface)); color: var(--tone-chip-fg, var(--text-primary)); }
.y53dws .g3kjsj::before { background: var(--tone-line, var(--accent)); }
.zts1sbkk .g3kjsj:first-child { border-top-color: var(--tone-line, var(--accent)); }
.rh8avizp summary:hover::after, .rh8avizp[open] summary::after { color: var(--tone-mark, var(--accent)); }
.htrzjzgv .it1rr5 { border-top-color: var(--tone-line, var(--accent)); }
.g0fxa1ob .gzyl5 { background: var(--tone-fill, var(--accent-bg)); }
.kkgsk .pzqyyo .e052df,
.kkgsk .n5n086gg.pzqyyo img,
.kkgsk .j8qpf.pzqyyo img { border-radius: 22%; }
.kkgsk .n5n086gg.pzqyyo { border-radius: var(--r-card); }
.bd4w5ch .pzqyyo .e052df,
.bd4w5ch .n5n086gg.pzqyyo img,
.bd4w5ch .j8qpf.pzqyyo img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.bd4w5ch .n5n086gg.pzqyyo { border-radius: 50%; padding: 5px; }
.bd4w5ch .pzqyyo.s5ta7w, .kkgsk .pzqyyo.s5ta7w { overflow: visible; }
.it1rr5, .eqi41, .fgup:not(.b45i9rs), .on0cx9, .rh8avizp {
  border: none; box-shadow: var(--sh-card);
}
.abyn9srl .it1rr5, .abyn9srl .eqi41,
.abyn9srl .fgup:not(.b45i9rs) { box-shadow: var(--sh-lift); }
.hwrutfc .rh8avizp, .xaaxv .rh8avizp, .l1nv4i4 .rh8avizp { box-shadow: none; }
.l1nv4i4 .sr81eun { border: none; box-shadow: var(--sh-card); }
.kk7d9hz7 .rh8avizp { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.xaaxv .rh8avizp summary { border: none; box-shadow: var(--sh-card); }
.xaaxv .rh8avizp[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.trh4d .rh8avizp summary { color: var(--tone-fill-head-raw); }
.bu5g8g .it1rr5 { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.zgf0rfw2, .mfpdt4, .a3gwa3 { border: none; box-shadow: var(--panel-sh, none); }
.xbyrbs .wnhsu1 { border: none; box-shadow: var(--sub-sh, none); }
.gskw .zgf0rfw2, .gskw .a3gwa3 { box-shadow: var(--panel-sh, none); }
.gskw .on0cx9, .gskw .wq4s3z .mfpdt4 { box-shadow: var(--sh-card); }
.gskw .xbyrbs .wnhsu1 { box-shadow: var(--sub-sh, none); }
.e9xrz1 .wnhsu1, .gskw .e9xrz1 .wnhsu1, .abyn9srl .e9xrz1 .wnhsu1 { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.zgf0rfw2 { background: var(--bg-card-inner); border-radius: var(--r-card); }
.l14z { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.y0gass4 .zgf0rfw2   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.g5dx33sm .zgf0rfw2 { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.nk4o0c .zgf0rfw2     { border: none; }
.nk4o0c .l14z { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.no56705j .zgf0rfw2    { border: none; box-shadow: var(--sh-card); }
.mfpdt4 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.qn6h { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.mfpdt4 strong, .moiaskcq .mfpdt4 strong, .xsgkq2 .mfpdt4 strong,
.l1or8uyi .mfpdt4 strong { color: var(--cl-head); }
.mfpdt4 p, .moiaskcq .mfpdt4 p, .xsgkq2 .mfpdt4 p,
.l1or8uyi .mfpdt4 p { color: var(--cl-fg); }
.moiaskcq .mfpdt4 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.moiaskcq .mfpdt4 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.sdp4g .mfpdt4 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.xsgkq2 .mfpdt4 { border: none; }
.l1or8uyi .mfpdt4  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.wq4s3z .mfpdt4   { 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); }
.mgov { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.mgov strong { color: var(--cl-head); }
.o5rzx, .rwxvt { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.o5rzx ul li, .o5rzx .c6zmx li { color: var(--sem-pos-body); }
.rwxvt ul li, .rwxvt .s7vg3 li { color: var(--sem-neg-body); }
.t22jrtq .o5rzx, .t22jrtq .rwxvt { border: none; }
.e8jo .o5rzx, .e8jo .rwxvt { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.e8jo .o5rzx { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.e8jo .rwxvt { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.h3mlyv .o5rzx, .h3mlyv .rwxvt { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.h3mlyv .o5rzx { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.h3mlyv .rwxvt { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.rsolf .o5rzx .e8fl5hr1, .rsolf .rwxvt .e8fl5hr1 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.rsolf .o5rzx .e8fl5hr1 { background: var(--sem-pos-fg); }
.rsolf .rwxvt .e8fl5hr1 { background: var(--sem-neg-fg); }
.rsolf .qd80si::before, .rsolf .ivv6z::before { color: #fff; }
.zjf99cv .o5rzx ul li, .zjf99cv .o5rzx .c6zmx li,
.zjf99cv .rwxvt ul li, .zjf99cv .rwxvt .s7vg3 li { color: var(--text-body); }
.a3gwa3 { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.g2hi9 { color: var(--tone-fill-head, var(--text-primary)); }
.xsjim5 .g2zp2c9 a, .o0xu .g2zp2c9 a, .k0fp .g2zp2c9 a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.xsjim5 .g2zp2c9 a:hover, .o0xu .g2zp2c9 a:hover, .k0fp .g2zp2c9 a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.yuye09bh .a3gwa3 { border-bottom-color: var(--border-alt); }
.yuye09bh .g2zp2c9 a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.kxavd, .qpnnx { border: none; }
.ifm9zesk { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.wcws1q { border-top: none; }
.wcws1q > span { color: var(--tone-fill-head, var(--text-primary)); }
.cz27wg em, .i2cbpfuk em, .z8dg5 em, .lssvmomv em { color: var(--tone-fill-muted, var(--text-muted)); }
.g0fxa1ob .gzyl5 { border-bottom: none; }
.bu5g8g .gzyl5 { border-bottom: none; }
.n5n086gg.pzqyyo { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.n5n086gg.pzqyyo img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.kkgsk .n5n086gg.pzqyyo img { border-radius: 22%; }
.bd4w5ch  .n5n086gg.pzqyyo img { border-radius: 50%; }
.bd4w5ch  .n5n086gg.pzqyyo { padding: 0; }
@media (min-width: 900px) {
  .appjm .emqbbyea > .it1rr5:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.wkwnn1bz li::marker { color: var(--tone-mark, var(--accent)); }
.at70q li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.fx4ztg li::marker { color: var(--tone-mark, var(--accent)); }
.e1tyo h2.dmug { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.ey5v6a6 h2.dmug { border-bottom-color: var(--tone-mark, var(--accent)); }
.dncv h2.dmug { border-top-color: var(--tone-mark, var(--accent)); }
.apggk96r .wnhsu1, .e79pt3p5 .wnhsu1, .ybdzo5 .wnhsu1,
.apggk96r .mfpdt4, .e79pt3p5 .mfpdt4, .ybdzo5 .mfpdt4,
.apggk96r .co97o, .e79pt3p5 .co97o, .ybdzo5 .co97o,
.apggk96r .on0cx9, .e79pt3p5 .on0cx9, .ybdzo5 .on0cx9 { clear: both; }
.a3oydlfz .iacnkf { box-shadow: var(--sh-card); }
.on0cx9 { border-radius: var(--r-card); }
.gcyvy1 .e08id { border: none; }
.bvxdy .ighbfl a { color: var(--b-800); }
.bvxdy .ighbfl a:hover { color: var(--b-600); }
.xmr4edur .rbci3.cenoq52 .ke00ere,
.xmr4edur section.cenoq52 .ke00ere,
.xmr4edur .tzkbp .ke00ere { color: var(--b-900) !important; }
.xmr4edur .cenoq52 .fnqu32ch, .xmr4edur .tzkbp .fnqu32ch { color: var(--b-800); }
.vlzb9f .v2qt2ve5, .vlzb9f .v2qt2ve5 a { color: var(--b-800); }
.vlzb9f .v2qt2ve5 :is(.ilju, .vsc8bd1t, .bz38r5) { color: var(--b-700); }
.ozv4 { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.wvfhfcp { border: none; }
.iyty0aen .wvfhfcp { background: #fff !important; color: var(--cta) !important; }
.lmzci .ozv4 { background: var(--b-100); border: none; }
.lmzci .oey8 { color: var(--b-900); }
.lmzci .y6zg { color: var(--b-800); }
.juahm3 .ozv4 { background: var(--b-900); border: none; border-radius: var(--r-card); }
.juahm3 .oey8 { color: #fff; }
.juahm3 .y6zg { color: rgba(255,255,255,0.82); }
.uq13l .ozv4 { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.uq13l .wvfhfcp { background: #fff !important; color: var(--b-800) !important; }
.ucg0g0 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.ewzeg2yh { width: 100%; height: 100%; object-fit: cover; }
h2.dmug, .ke00ere, h1.dmug, .oey8 { font-weight: 700; }
.dd4lhssi h3, h3.q34tw { font-weight: 600; }
.rczvqz2 { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.wkwnn1bz { list-style: none !important; padding-left: 0; margin: 16px 0; }
.wkwnn1bz li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.wkwnn1bz li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.wkwnn1bz 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);
}
.equz .wkwnn1bz li { padding-left: 28px; }
.equz .wkwnn1bz 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));
}
.equz .wkwnn1bz li::after { content: none; }
.equz .wkwnn1bz li::marker, .wkwnn1bz li::marker { content: ""; }
.at70q { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.at70q li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.at70q 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;
}
.equz .at70q li::before { border-radius: 50%; }
.at70q li::marker { content: ""; }
.fx4ztg { list-style: none; padding-left: 16px; }
.fx4ztg li { position: relative; padding-left: 16px; }
.fx4ztg li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.fx4ztg li::marker { content: ""; }
h3.q34tw { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.zi1w93h8 strong, .abkisic strong, .zrpi5yj4 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");
}
.c6zmx li::before, .s7vg3 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);
}
.s7vg3 li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.c6zmx li, .s7vg3 li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.qd80si::before, .ivv6z::before { content: none !important; display: none !important; }
.e8fl5hr1 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.d89ocy .rpvvt, .rpvvt {
  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;
}
.bo3v .rpvvt     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.qn6h .rpvvt { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.qgmawk4i .rpvvt  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.mgov .rpvvt, .nunamk70 .rpvvt { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.rpvvt::before { content: none !important; }
.mfpdt4 { gap: 14px; }
.it1rr5 { --rv-pad: 24px; }
.gzyl5 { padding: var(--rv-pad); }
.iqy9z { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.iqy9z > * { margin: 0 !important; }
.hoi9m { line-height: var(--lh-read); }
.wcws1q {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.wcws1q > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.wcws1q 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)); }
.wcws1q b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.z41d2n { gap: 16px; }
.zjf99cv .o5rzx, .zjf99cv .rwxvt { padding: 0; }
.zjf99cv .rwxvt { padding-left: 20px; }
.ei8ofbk { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.z41d2n + .ei8ofbk { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.suj29uh5 { 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); }
.kxavd, .ifm9zesk, .ri1dhzf5 {
  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));
}
.mgov { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.mgov strong, .moiaskcq .mgov strong,
.nunamk70 strong, .moiaskcq .nunamk70 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));
}
.mgov p, .nunamk70 p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.mgov { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.a0x9 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); }
.a0x9 .qwlc { color: inherit; opacity: .7; }
.xbyrbs .wnhsu1 { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.dz3rlh5u h2.dmug { 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); }
.faff2abd .juahm3 .wvfhfcp, .faff2abd .uq13l .wvfhfcp,
.faff2abd.banykhm .s6gw1, .faff2abd.uokemvf0 .v2qt2ve5 .sth28jti { background: #fff !important; color: var(--b-900) !important; }
.appjm .emqbbyea { align-items: stretch; }
.it1rr5 { display: flex; flex-direction: column; }
.it1rr5 .iqy9z { flex: 1 1 auto; }
.it1rr5 .mgov { margin-top: auto !important; }
.e08id { font-size: var(--fs-sm); }
.e08id th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.e08id td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.e08id td:first-child { font-weight: 600; color: var(--text-primary); }
.e08id tbody tr:last-child td { border-bottom: none; }
.e08id tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.xkcj5qe .e08id th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.gcyvy1 .e08id th, .gcyvy1 .e08id td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.gcyvy1 .e08id th + th, .gcyvy1 .e08id td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.gcyvy1 .e08id tbody tr:last-child td { border-bottom: none; }
.ejiyl9nx .gcyvy1 .e08id th + th, .ag2m6 .gcyvy1 .e08id th + th,
.trr0w476.gcyvy1 .e08id th + th { border-left-color: rgba(255,255,255,0.16); }
.l5sf3s .e08id tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.garhi { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.zgf0rfw2 {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.zgf0rfw2:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.wo45s, .x01c2 .wo45s {
  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;
}
.t7fg .wo45s { border-radius: 50%; padding: 14px; }
.qujo1w .zgf0rfw2 { align-items: center; text-align: center; }
.qujo1w .fx4ztg { text-align: left; }
.l14z, .feyzj .l14z, .nk4o0c .l14z {
  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));
}
.in2i40ul { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.fx4ztg { 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); }
.fx4ztg li { margin-bottom: 6px; line-height: var(--lh-snug); }
.khjo8 .l14z { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.khjo8 .l14z::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.qujo1w.khjo8 .l14z, .t7fg.khjo8 .l14z { align-items: center; }
.gl26cac .zgf0rfw2 { padding-left: 0; padding-right: 0; }
.gl26cac .zgf0rfw2:hover { transform: none; box-shadow: none; }
.zgf0rfw2, .nk4o0c .zgf0rfw2 { background: var(--bg-card); box-shadow: var(--sh-card); }
.gskw .zgf0rfw2, .abyn9srl .zgf0rfw2 { box-shadow: var(--sh-card); }
.gl26cac .zgf0rfw2, .gskw .gl26cac .zgf0rfw2 { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .garhi:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .garhi:has(> :nth-child(5):last-child) .zgf0rfw2 { padding: 20px 16px 18px; }
  .garhi:has(> :nth-child(6):last-child), .garhi:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .garhi:has(> :nth-child(7):last-child), .garhi:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .wkwnn1bz li, [dir="rtl"] .equz .wkwnn1bz li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .equz .wkwnn1bz li { padding-right: 28px; }
[dir="rtl"] .wkwnn1bz li::before { left: auto; right: 0; }
[dir="rtl"] .equz .wkwnn1bz li::before { left: auto; right: 6px; }
[dir="rtl"] .wkwnn1bz li::after { left: auto; right: 9px; }
[dir="rtl"] .at70q li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .at70q li::before { left: auto; right: 0; }
[dir="rtl"] .fx4ztg { padding-left: 0; padding-right: 0; }
[dir="rtl"] .fx4ztg li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .fx4ztg li::before { left: auto; right: 0; }
[dir="rtl"] .c6zmx li, [dir="rtl"] .s7vg3 li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .c6zmx li::before, [dir="rtl"] .s7vg3 li::before { left: auto; right: 0; }
[dir="rtl"] .h3mlyv .o5rzx, [dir="rtl"] .h3mlyv .rwxvt { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .h3mlyv .o5rzx { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .h3mlyv .rwxvt { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .zjf99cv .rwxvt { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .mfpdt4, [dir="rtl"] .l1or8uyi .mfpdt4, [dir="rtl"] .wq4s3z .mfpdt4 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .moiaskcq .mfpdt4, [dir="rtl"] .sdp4g .mfpdt4, [dir="rtl"] .xsgkq2 .mfpdt4 { border-right: none; }
[dir="rtl"] .e1tyo h2.dmug { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .y0gass4 .zgf0rfw2 { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .zgf0rfw2 { align-items: flex-start; text-align: right; }
[dir="rtl"] .e08id th, [dir="rtl"] .e08id td { text-align: right; }
[dir="rtl"] .gcyvy1 .e08id th + th, [dir="rtl"] .gcyvy1 .e08id td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .kk7d9hz7 .rh8avizp, [dir="rtl"] .trh4d .rh8avizp summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .rh8avizp summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .yugh6ta .fgup:not(.b45i9rs) .g3kjsj:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .g3kjsj { gap: 0 14px; padding: 16px; }
  .g3kjsj::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .y1pcv0, .qfkfh1bh { flex: 1 1 0; min-width: 0; }
  .u2wvc { flex: 0 0 auto; }
  .hy5ho5 { align-self: center; }
  
  .n92lnvw, .mr2xpl8l, .sy9wkq,
  .d1lpx, .ph7d, .djnktu,
  .cd96ar6l, .gywo, .poezn {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .n92lnvw, .mr2xpl8l, .sy9wkq { flex-basis: 100%; min-width: 100%; }
  
  .q9s4f, .antx { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .v2g9kd, .emqlkwaf { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .emqlkwaf .qpnnx:nth-child(n+3) { display: inline-block; }
  .emqlkwaf .qpnnx:nth-child(n+4) { display: none; }
  
  .qvb9wa, .c7kx9m3 { margin-top: 16px; }
  .cxao0o9 { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .d1lpx, .ph7d, .djnktu,
  .cd96ar6l, .gywo, .poezn { flex-basis: 100%; min-width: 100%; }
}
.s5ta7w.pzqyyo, .h2to .s5ta7w.pzqyyo, .cmh433dw .s5ta7w.pzqyyo,
.ch5wz4 .s5ta7w.pzqyyo, .m95srl1 .s5ta7w.pzqyyo,
.j8qpf.pzqyyo, .h2to .j8qpf.pzqyyo, .cmh433dw .j8qpf.pzqyyo,
.ch5wz4 .j8qpf.pzqyyo, .m95srl1 .j8qpf.pzqyyo {
  background: transparent; padding: 0; width: auto; height: auto;
}
.h2to .s5ta7w.pzqyyo .e052df, .cmh433dw .s5ta7w.pzqyyo .e052df,
.ch5wz4 .s5ta7w.pzqyyo .e052df, .m95srl1 .s5ta7w.pzqyyo .e052df { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .s5ta7w.pzqyyo .e052df { max-height: 64px; max-width: 64px; }
  
  .emqlkwaf { flex-wrap: wrap; overflow: visible; }
  .emqlkwaf .qpnnx { max-width: 100%; }
}
.n3jhbjy { display: none; }
.g44jg1f, .i71wg5v { display: contents; }
.mgov, .xsgkq2 .mgov, .wq4s3z .mgov { background: transparent !important; }
.ei8ofbk .kxavd, .ei8ofbk .ifm9zesk, .ei8ofbk .ri1dhzf5 { background: var(--bg-surface); color: var(--text-body); }
.a0x9 { align-items: center; gap: 10px; }
.a0x9 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.dve1pp {
  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);
}
.s1fmap { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.s1fmap em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.s1fmap b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.dve1pp .sth28jti { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .dve1pp { flex-direction: column; align-items: stretch; }
  .dve1pp .sth28jti { text-align: center; }
}
@media (min-width: 900px) {
  .mcpbgx3 .emqbbyea, .mcpbgx3.appjm .emqbbyea { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .mcpbgx3 .it1rr5:has(> .g44jg1f) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .mcpbgx3 .it1rr5:has(> .g44jg1f) > .dve1pp { display: none; }

  .mcpbgx3 .g44jg1f {
    display: flex; flex-direction: column; gap: 0; padding: 28px 24px;
    background: var(--tone-fill-raw, var(--bg-surface));
  }
  .mcpbgx3 .g44jg1f .gzyl5 { display: contents; }
  .mcpbgx3 .g44jg1f .n5n086gg { order: 1; align-self: flex-start; }
  .mcpbgx3 .g44jg1f .dd4lhssi { order: 2; flex: 0 0 auto; margin-top: 16px; }
  .mcpbgx3 .g44jg1f .dd4lhssi h3 { font-size: calc(var(--fs-lead) + 2px); margin-bottom: 10px; }
  .mcpbgx3 .g44jg1f .a0x9 { flex-wrap: wrap; row-gap: 6px; }
  .mcpbgx3 .g44jg1f .a0x9 strong { font-size: 28px; padding: 0; background: none; color: var(--tone-fill-head, var(--text-primary)); }
  .mcpbgx3 .g44jg1f .wcws1q { order: 3; display: flex; flex-direction: column; gap: 0; padding: 0; margin-top: 20px; background: none; }
  .mcpbgx3 .g44jg1f .wcws1q > 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);
  }
  .mcpbgx3 .g44jg1f .wcws1q b { text-align: right; font-size: var(--fs-sm); }
  
  .mcpbgx3 .g44jg1f .wcws1q > .cz27wg {
    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);
  }
  .mcpbgx3 .g44jg1f .wcws1q > .cz27wg b { text-align: left; font-size: var(--fs-body); color: var(--text-primary); }
  .mcpbgx3 .g44jg1f .wcws1q > .cz27wg em { color: var(--text-muted); }
  .mcpbgx3 .g44jg1f .wcws1q > .cz27wg + span { border-top: none; }
  .mcpbgx3 .g44jg1f .pn3t { order: 4; align-self: stretch; margin-top: auto; padding-top: 20px; }
  .mcpbgx3 .g44jg1f .pn3t .sth28jti { display: block; width: 100%; text-align: center; box-sizing: border-box; padding: 14px 20px !important; }

  .mcpbgx3 .i71wg5v { display: flex; flex-direction: column; min-width: 0; }
  .mcpbgx3 .i71wg5v .glct63h { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .mcpbgx3 .i71wg5v .glct63h img.v9pji { max-height: 250px; }
  .mcpbgx3 .i71wg5v .iqy9z { flex: 1 1 auto; }
  
  .mcpbgx3 .i71wg5v .z41d2n { grid-template-columns: 1fr 1fr; gap: 20px; }
  .mcpbgx3 .i71wg5v .ei8ofbk { flex-wrap: wrap; }
  .mcpbgx3 .i71wg5v .suj29uh5 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .mcpbgx3 .it1rr5:last-child:nth-child(odd) { grid-column: auto; }
  
  .mcpbgx3.g0fxa1ob .gzyl5, .mcpbgx3.htrzjzgv .gzyl5 { background: none; }
}
[dir="rtl"] .mcpbgx3 .g44jg1f .wcws1q b { text-align: left; }
[dir="rtl"] .mcpbgx3 .g44jg1f .wcws1q > .cz27wg b { text-align: right; }
[dir="rtl"] .mcpbgx3 .i71wg5v .suj29uh5 { margin: 0 0 0 8px; }
.fwnsdx57 .it1rr5 .glct63h { order: -1; }
.fwnsdx57 .it1rr5 .glct63h img.v9pji { max-height: 210px; width: 100%; }
.fwnsdx57 .it1rr5:has(.glct63h) .gzyl5 { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.fwnsdx57 .it1rr5:has(.glct63h) .n5n086gg { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.fwnsdx57.bd4w5ch .it1rr5:has(.glct63h) .n5n086gg { border-radius: 50%; }
.fwnsdx57 .it1rr5:has(.glct63h) .dd4lhssi,
.fwnsdx57 .it1rr5:has(.glct63h) .pn3t { padding-top: 52px; }
.fwnsdx57.g0fxa1ob .gzyl5, .fwnsdx57.htrzjzgv .gzyl5 { background: none; }
.wdz3 .it1rr5 .glct63h { display: none; }
.wdz3 .it1rr5 { --rv-pad: 20px; }
.wdz3 .hoi9m { font-size: var(--fs-sm); line-height: 1.65; }
.wdz3 .iqy9z { gap: 16px; }
.wdz3 .ei8ofbk + .ei8ofbk { display: none; }
.wdz3 .n5n086gg.pzqyyo, .wdz3 .n5n086gg.pzqyyo img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.t7fg .zgf0rfw2 { align-items: center; text-align: center; }
.t7fg .fx4ztg { text-align: left; }
.s5rhggit .garhi, .s5rhggit .garhi:has(> :nth-child(5):last-child),
.s5rhggit .garhi:has(> :nth-child(6):last-child), .s5rhggit .garhi:has(> :nth-child(7):last-child),
.s5rhggit .garhi:has(> :nth-child(8):last-child), .s5rhggit .garhi:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.s5rhggit .zgf0rfw2 { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.s5rhggit .wo45s, .s5rhggit .igbof65l { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.s5rhggit .l14z, .s5rhggit .in2i40ul, .s5rhggit .fx4ztg { grid-column: 2; }
.s5rhggit .zgf0rfw2 > .l14z:first-child, .s5rhggit .zgf0rfw2 > .l14z:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .s5rhggit .zgf0rfw2 { direction: rtl; }
.v8nx .zgf0rfw2 { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.v8nx .wo45s {
  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;
}
.v8nx .l14z, .v8nx .in2i40ul { padding-left: 22px; padding-right: 22px; }
.v8nx .fx4ztg { margin-left: 22px; margin-right: 22px; }
.v8nx .garhi:has(> :nth-child(5):last-child) .zgf0rfw2 { 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"); }
.fx4ztg { padding-left: 0 !important; }
.fx4ztg li { padding-left: 22px; margin-bottom: 8px; }
.fx4ztg 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"] .fx4ztg li { padding-left: 0; padding-right: 22px; }
.wcws1q:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .mcpbgx3 .it1rr5:has(> .g44jg1f) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .mcpbgx3 .it1rr5:has(> .g44jg1f) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .mcpbgx3 .g44jg1f { background: none; align-self: start; position: sticky; top: 96px; }
  .mcpbgx3 .g44jg1f .wcws1q { align-items: stretch; }
  .mcpbgx3 .g44jg1f .pn3t { margin-top: 0; padding: 20px 0 0; }
  .mcpbgx3 .g44jg1f .dd4lhssi { padding: 0; }
  
  .mcpbgx3.manc .g44jg1f .n5n086gg { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .mcpbgx3.manc .g44jg1f .n5n086gg:not(.pzqyyo) { width: 112px; height: 112px; padding: 6px; }
}
.fwnsdx57.manc .gzyl5 { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.fwnsdx57.manc .n5n086gg { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.fwnsdx57.manc .dd4lhssi, .fwnsdx57.manc .pn3t { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.s5rhggit .garhi, .s5rhggit .garhi:has(> :nth-child(5):last-child),
.s5rhggit .garhi:has(> :nth-child(6):last-child), .s5rhggit .garhi:has(> :nth-child(7):last-child),
.s5rhggit .garhi:has(> :nth-child(8):last-child), .s5rhggit .garhi:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s5rhggit .garhi > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.s5rhggit .zgf0rfw2 { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.s5rhggit .wo45s, .s5rhggit .igbof65l { position: absolute; left: 22px; top: 22px; margin: 0; }
.s5rhggit .zgf0rfw2:not(:has(.wo45s, .igbof65l)) { padding-left: 22px; }
[dir="rtl"] .s5rhggit .zgf0rfw2 { padding: 22px 104px 22px 22px; }
[dir="rtl"] .s5rhggit .wo45s, [dir="rtl"] .s5rhggit .igbof65l { left: auto; right: 22px; }
@media (max-width: 700px) { .s5rhggit .garhi { grid-template-columns: minmax(0, 1fr) !important; } }
.s5rhggit .garhi .zgf0rfw2 { padding: 22px 22px 22px 104px !important; }
.s5rhggit .garhi .zgf0rfw2:not(:has(.wo45s, .igbof65l)) { padding-left: 22px !important; }
[dir="rtl"] .s5rhggit .garhi .zgf0rfw2 { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .z41d2n, .co97o { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .zjf99cv .rwxvt, [dir="rtl"] .zjf99cv .rwxvt {
    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;
  }
  
  .fwnsdx57 .it1rr5:has(.glct63h) .dd4lhssi { padding-top: 0; }
}
.h2ap8lkp p, .hdhx7, .vtlui31a, .mz2be, .xcyvbfa,
.zzlgwnka, .ypc8lfy, .f05t9nx4, .tqi7wo93 p, .x7a8i p { color: var(--text-body); }
.ylwv6e { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.p1jdpbye, .m37etkwa .p1jdpbye, .tg9weih,
.xmjra2, .qb9dan9, .le4m1dah,
.tqi7wo93 h2, .tqi7wo93 h3, .x30h5 h2, .chqd 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;
}
.f3o2e .p1jdpbye { font-size: var(--fs-lead); }
.e2ibvt { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.x41bpp { font-weight: 700; letter-spacing: -0.02em; }
.vtlui31a, .mz2be { list-style: none !important; padding-left: 0; }
.vtlui31a li, .mz2be li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.vtlui31a li::marker, .mz2be li::marker { content: ""; }
.vtlui31a li::before, .mz2be 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"] .vtlui31a li, [dir="rtl"] .mz2be li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .vtlui31a li::before, [dir="rtl"] .mz2be li::before { left: auto; right: 6px; }
.x7a8i, .dat7, .tqi7wo93 { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.h2ap8lkp a:not(.sth28jti):not(.pvgp) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .bww47z4d .ozv4 {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .bww47z4d .ucg0g0 { 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); }
  .bww47z4d .k8z0 { flex: 1 1 0; min-width: 0; }
  .bww47z4d .oey8 {
    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;
  }
  .bww47z4d .wvfhfcp { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .kpze1 { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.w6el h1, .w6el h2, .w6el h3, .w6el .ke00ere,
.w6el h2.dmug, .w6el h1.dmug { font-weight: 600; }
.opbobb0 h1, .opbobb0 h2, .opbobb0 h3, .opbobb0 .ke00ere,
.opbobb0 h2.dmug, .opbobb0 h1.dmug { font-weight: 700; }
.w1mzhg h1, .w1mzhg .ke00ere, .w1mzhg h1.dmug,
.hsor.w6el .ke00ere { font-weight: 600; }
h3.q34tw, .opbobb0 h3.q34tw, .dd4lhssi h3, .opbobb0 .dd4lhssi h3 { font-weight: 600; }
.pyncei8k .ighbfl a, .qfkvfv6 .ighbfl a { font-weight: 600; }
.kuem9ots .ra3a { font-weight: 600; }
.kuem9ots .vxwsd0 { font-weight: 700; }
.apadbt0 { font-weight: 600; }
.vxwsd0 { font-weight: 700; }
.fnqu32ch { font-weight: 400; }
.y8w7sddt { display: block; }
.fmba { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.fmba .a3gwa3 { margin: 20px 0 8px; }
.tegpy { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .fmba { padding: 0 16px; } }
@media (min-width: 1100px) {
  .asg2 .cxb5g74v, .fw20729 .cxb5g74v, .ad5j8 .cxb5g74v,
  .asg2 .y8w7sddt, .fw20729 .y8w7sddt, .ad5j8 .y8w7sddt { max-width: 1280px; }
  .asg2 .y8w7sddt, .fw20729 .y8w7sddt, .ad5j8 .y8w7sddt {
    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;
  }
  .fw20729 .y8w7sddt, .ad5j8 .y8w7sddt { grid-template-columns: minmax(0, 1fr) 264px; }
  .fw20729 .fmba, .ad5j8 .fmba { order: 2; }
  .asg2 .fmba, .fw20729 .fmba, .ad5j8 .fmba {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .asg2 .bvh978e5, .fw20729 .bvh978e5, .ad5j8 .bvh978e5 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .asg2 .bnrhguq .io3hono7, .fw20729 .bnrhguq .io3hono7,
  .ad5j8 .bnrhguq .io3hono7 { max-width: none; padding-left: 0; padding-right: 0; }
  .asg2 .bnrhguq > .tegpy:first-child, .fw20729 .bnrhguq > .tegpy:first-child,
  .ad5j8 .bnrhguq > .tegpy:first-child { padding-top: 0; }
  .asg2 .bnrhguq > .tegpy:first-child .io3hono7, .fw20729 .bnrhguq > .tegpy:first-child .io3hono7,
  .ad5j8 .bnrhguq > .tegpy:first-child .io3hono7 { padding-top: 0; }

  
  .asg2 .fmba .a3gwa3, .fw20729 .fmba .a3gwa3, .ad5j8 .fmba .a3gwa3 {
    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;
  }
  .asg2 .fmba .g2hi9, .fw20729 .fmba .g2hi9, .ad5j8 .fmba .g2hi9 {
    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);
  }
  .asg2 .fmba .g2zp2c9, .fw20729 .fmba .g2zp2c9, .ad5j8 .fmba .g2zp2c9 {
    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);
  }
  .asg2 .fmba .g2zp2c9 li, .fw20729 .fmba .g2zp2c9 li, .ad5j8 .fmba .g2zp2c9 li {
    display: block !important; margin: 0 !important;
  }
  .asg2 .fmba .g2zp2c9 li::before, .fw20729 .fmba .g2zp2c9 li::before, .ad5j8 .fmba .g2zp2c9 li::before,
  .asg2 .fmba .g2zp2c9 li::after, .fw20729 .fmba .g2zp2c9 li::after, .ad5j8 .fmba .g2zp2c9 li::after,
  .asg2 .fmba .g2zp2c9 a::before, .fw20729 .fmba .g2zp2c9 a::before, .ad5j8 .fmba .g2zp2c9 a::before {
    content: none !important; display: none !important;
  }
  .asg2 .fmba .g2zp2c9 a, .fw20729 .fmba .g2zp2c9 a, .ad5j8 .fmba .g2zp2c9 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;
  }
  .asg2 .fmba .g2zp2c9 a:hover, .fw20729 .fmba .g2zp2c9 a:hover, .ad5j8 .fmba .g2zp2c9 a:hover { color: var(--text-primary) !important; }
  .asg2 .fmba .g2zp2c9 a.ffm5, .fw20729 .fmba .g2zp2c9 a.ffm5, .ad5j8 .fmba .g2zp2c9 a.ffm5 {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .ad5j8 .ftvvq {
    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);
  }
  .apct { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .wnyevnd { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .p6dob { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .bd4w5ch .p6dob { border-radius: 50%; }
  .gt65dwh { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .m85wr { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .ovq8ss { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .fmba .g2zp2c9 { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .asg2 .fmba .g2zp2c9 a, [dir="rtl"] .fw20729 .fmba .g2zp2c9 a, [dir="rtl"] .ad5j8 .fmba .g2zp2c9 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"] .asg2 .fmba .g2zp2c9 a.ffm5, [dir="rtl"] .fw20729 .fmba .g2zp2c9 a.ffm5, [dir="rtl"] .ad5j8 .fmba .g2zp2c9 a.ffm5 { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .u4oefn .fmba .g2zp2c9, [dir="rtl"] .qp7r3x .fmba .g2zp2c9,
[dir="rtl"].u4oefn .fmba .g2zp2c9, [dir="rtl"].qp7r3x .fmba .g2zp2c9 { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .fmba .g2zp2c9 { border-right: none; } }
.qp7r3x .fmba {
  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);
}
.qp7r3x .fmba .a3gwa3 {
  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;
}
.qp7r3x .fmba .g2hi9 { display: none !important; }
.qp7r3x .fmba .g2zp2c9 {
  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;
}
.qp7r3x .fmba .g2zp2c9::-webkit-scrollbar { display: none; }
.qp7r3x .fmba .g2zp2c9 li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.qp7r3x .fmba .g2zp2c9 li::before, .qp7r3x .fmba .g2zp2c9 li::after,
.qp7r3x .fmba .g2zp2c9 a::before { content: none !important; display: none !important; }
.qp7r3x .fmba .g2zp2c9 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;
}
.qp7r3x .fmba .g2zp2c9 li:first-child a { padding-left: 0 !important; }
.qp7r3x .fmba .g2zp2c9 a:hover { color: var(--text-primary) !important; }
.qp7r3x .fmba .g2zp2c9 a.ffm5 { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.qp7r3x .tegpy { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .qp7r3x .fmba .a3gwa3 { padding: 0 16px !important; } }
.qp7r3x .fmba .g2zp2c9 {
  -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;
}
.qp7r3x .fmba .a3gwa3 { overflow: hidden; }
.equz .wkwnn1bz li::before, .vtlui31a li::before, .mz2be li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .x9b71, .ltzho, .fb5p59, .ivvjsnos { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .mgov, .nunamk70 { display: block !important; }
  .mgov .rpvvt, .nunamk70 .rpvvt { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .mgov .rpvvt, [dir="rtl"] .nunamk70 .rpvvt { float: right; margin: 0 0 0 8px; }
  .mgov strong, .nunamk70 strong { line-height: 18px; margin-bottom: 8px; }
  .mgov p, .nunamk70 p { clear: both; }
  .it1rr5 { --rv-pad: 18px; }
  .iqy9z { gap: 16px; }
}
.sfxwk1s .rknj64, .mzki9htr .rknj64, .kba5z7u .rknj64, .ljnyu .rknj64 { color: var(--text-primary); }
.sfxwk1s .rknj64 .f2gssko0 { color: var(--tone-link, var(--accent)); }
.sfxwk1s .rknj64:not(:has(.f2gssko0))::first-letter { color: var(--tone-link, var(--accent)); }
.sfxwk1s .rknj64 { display: inline-block; }
.ljnyu .rknj64::after { content: "."; color: var(--tone-mark, var(--accent)); }
.kba5z7u .rknj64 { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.mzki9htr .rknj64 { font-weight: 700; letter-spacing: -0.035em; }
.okpm8o1 .rknj64, .banykhm .rknj64,
.okpm8o1 .rknj64 .f2gssko0, .banykhm .rknj64 .f2gssko0 { color: #fff !important; }
.okpm8o1.ljnyu .rknj64::after, .banykhm.ljnyu .rknj64::after { color: rgba(255,255,255,0.7); }
.okpm8o1.sfxwk1s .rknj64::first-letter, .banykhm.sfxwk1s .rknj64::first-letter { color: #fff; }
.ofe315 .bnrhguq > .tegpy:nth-of-type(even) .a3oydlfz { display: none; }
.bveke .bnrhguq > .tegpy .a3oydlfz { display: none; }
.bveke .bnrhguq > .tegpy:nth-of-type(-n+2) .a3oydlfz { display: block; }
.ntzlhy .a3oydlfz { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.ntzlhy .a3oydlfz .iacnkf { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .ntzlhy .a3oydlfz .iacnkf { aspect-ratio: 16 / 7; } }
.cwtlxwqp .a3oydlfz .iacnkf { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.cwtlxwqp .a3oydlfz::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.cwtlxwqp .a3oydlfz, .ab0x5z6 .a3oydlfz { border-radius: var(--r-card); isolation: isolate; }
.ab0x5z6 .a3oydlfz .iacnkf { filter: grayscale(1) contrast(1.1); }
.q3nq4zp, .q3nq4zp.rbci3 { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.q3nq4zp .xowye { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.q3nq4zp .ke00ere { 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; }
.q3nq4zp .fnqu32ch { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.q3nq4zp .xowye::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.q3nq4zp ~ .ttjussj { position: static !important; transform: none !important; left: auto !important; width: 100% !important; max-width: var(--content-mw, 1100px) !important; margin: 0 auto !important; padding: 16px 24px 0 !important; }
.q3nq4zp ~ .ttjussj .qfch { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .asg2 .q3nq4zp .xowye, .fw20729 .q3nq4zp .xowye, .ad5j8 .q3nq4zp .xowye { max-width: 1280px; }
}
@media (max-width: 640px) { .q3nq4zp { padding-top: 24px; } .q3nq4zp .xowye { padding: 0 16px; } .q3nq4zp .ke00ere { font-size: var(--fs-h2); max-width: none; } }
.bhm5i5a, .bhm5i5a.rbci3, .osk04lxc, .osk04lxc.rbci3 {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.bhm5i5a .xowye, .osk04lxc .xowye { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.tm50.i90k, .tm50.i90k.rbci3 { min-height: 0 !important; padding: 48px 0; }
.b45i9rs .vxwsd0 {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.b45i9rs .n92lnvw, .b45i9rs .mr2xpl8l, .b45i9rs .sy9wkq { background: var(--tone-fill-raw, var(--accent-bg)); }
.b45i9rs .g3kjsj { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.b45i9rs .g3kjsj::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .b45i9rs .g3kjsj {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .b45i9rs .a3x0b5zw, .b45i9rs .u2wvc, .b45i9rs .y1pcv0, .b45i9rs .qfkfh1bh,
  .b45i9rs .n92lnvw, .b45i9rs .qvb9wa, .b45i9rs .c7kx9m3 {
    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;
  }
  
  .rbci3 .b45i9rs, .b45i9rs.y7g5vfp, .b45i9rs.q5hd, .b45i9rs.a0hw {
    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;
  }
  .rbci3 .b45i9rs::-webkit-scrollbar { display: none; }
  .rbci3 .b45i9rs .g3kjsj { flex: 0 0 74% !important; scroll-snap-align: center; }
  .bhm5i5a, .osk04lxc { padding: 32px 0 24px; }
  .tm50.i90k { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .osk04lxc, .bhm5i5a, .tm50.i90k { overflow-x: clip; max-width: 100vw; }
  .osk04lxc .xowye, .bhm5i5a .xowye, .i90k .quveqbu, .i90k .dopr { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .rbci3 .b45i9rs { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.c4uzw9, .c4uzw9.rbci3, .sihfu, .sihfu.rbci3 {
  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);
}
.c4uzw9 .xowye, .sihfu .xowye {
  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;
}
.c4uzw9 .xowye { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.fvbcpm .xowye:has(.kv0h) { grid-template-columns: minmax(0, 1fr) 320px; }
.c4uzw9 .ke00ere, .sihfu .ke00ere, .q3nq4zp .ke00ere {
  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;
}
.c4uzw9 .ke00ere, .sihfu .ke00ere { color: var(--hero-fg) !important; }
.c4uzw9 .fnqu32ch, .sihfu .fnqu32ch {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.zfeea0q { margin: 0; }
.zfeea0q .qfch, .zfeea0q .qfch * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.zfeea0q .qfch { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.c4uzw9 .zfeea0q .qfch, .c4uzw9 .zfeea0q .qfch a, .c4uzw9 .zfeea0q .qfch span,
.sihfu .zfeea0q .qfch, .sihfu .zfeea0q .qfch a, .sihfu .zfeea0q .qfch span { color: var(--hero-fg-dim) !important; }
.c4uzw9 .zfeea0q .qfch a, .sihfu .zfeea0q .qfch a { color: var(--hero-fg) !important; font-weight: 600; }
.q3nq4zp .zfeea0q { margin: 0 0 14px; }
.q3nq4zp .zfeea0q .qfch { color: var(--text-muted); }
.q3nq4zp .xowye::after { margin-top: 22px; }
.sihfu .ke00ere { max-width: 24ch; }
@media (min-width: 1100px) {
  .asg2 .c4uzw9 .xowye, .fw20729 .c4uzw9 .xowye, .ad5j8 .c4uzw9 .xowye,
  .asg2 .sihfu .xowye, .fw20729 .sihfu .xowye, .ad5j8 .sihfu .xowye { max-width: 1280px; }
}
@media (max-width: 760px) {
  .c4uzw9 { padding: 24px 0 26px; }
  .c4uzw9 .xowye, .sihfu .xowye { padding: 0 16px; }
  .fvbcpm .xowye:has(.kv0h) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .kv0h { display: none; }
  .sihfu { padding-top: 12px; }
  .wx3afd { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .r02a2 { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .r02a2 img { width: 48px; height: 48px; flex: 0 0 48px; }
  .jz996v0q { flex: 0 0 auto; }
  .s9smtss { flex: 1 1 0; min-width: 0; }
  .c4uzw9 .ke00ere, .sihfu .ke00ere, .q3nq4zp .ke00ere { font-size: 25px !important; max-width: none; }
  .c4uzw9 .fnqu32ch, .sihfu .fnqu32ch { font-size: 15px; }
}
.s5eb04 .fnqu32ch, .tm50 .fnqu32ch, .tzkbp .fnqu32ch { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .r246xjm .fgup:not(.b45i9rs), .xqgy .fgup:not(.b45i9rs) {
    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;
  }
  .r246xjm .fgup:not(.b45i9rs) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .r246xjm .fgup:not(.b45i9rs):has(> :nth-child(5):last-child),
  .r246xjm .fgup:not(.b45i9rs):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .r246xjm .fgup:not(.b45i9rs):has(> :nth-child(3):last-child),
  .r246xjm .fgup:not(.b45i9rs):has(> :nth-child(6):last-child),
  .r246xjm .fgup:not(.b45i9rs):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .xqgy .fgup:not(.b45i9rs) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .r246xjm .fgup:not(.b45i9rs) > .g3kjsj,
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj: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;
  }
  .r246xjm .fgup:not(.b45i9rs) > .g3kjsj:hover,
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .r246xjm .g3kjsj .a3x0b5zw, .xqgy .g3kjsj:nth-child(-n+3) .a3x0b5zw {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .r246xjm .g3kjsj .u2wvc, .r246xjm .g3kjsj .y1pcv0, .r246xjm .g3kjsj .qfkfh1bh,
  .xqgy .g3kjsj:nth-child(-n+3) .u2wvc, .xqgy .g3kjsj:nth-child(-n+3) .y1pcv0,
  .xqgy .g3kjsj:nth-child(-n+3) .qfkfh1bh { order: -2; padding: 0; gap: 12px; }
  .r246xjm .g3kjsj .s5ta7w, .xqgy .g3kjsj:nth-child(-n+3) .s5ta7w {
    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;
  }
  .r246xjm .g3kjsj .e052df, .xqgy .g3kjsj:nth-child(-n+3) .e052df { max-height: 88px !important; max-width: 88% !important; }
  .r246xjm .g3kjsj .apadbt0, .xqgy .g3kjsj:nth-child(-n+3) .apadbt0 { padding: 0 16px; font-size: var(--fs-body); }
  .r246xjm .g3kjsj .hy5ho5, .xqgy .g3kjsj:nth-child(-n+3) .hy5ho5 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .r246xjm .g3kjsj .qvb9wa, .r246xjm .g3kjsj .c7kx9m3,
  .xqgy .g3kjsj:nth-child(-n+3) .qvb9wa, .xqgy .g3kjsj:nth-child(-n+3) .c7kx9m3 { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .r246xjm .g3kjsj .c7kx9m3::before, .xqgy .g3kjsj:nth-child(-n+3) .c7kx9m3::before { display: none; }
  .r246xjm .g3kjsj .v2g9kd, .r246xjm .g3kjsj .emqlkwaf,
  .xqgy .g3kjsj:nth-child(-n+3) .v2g9kd, .xqgy .g3kjsj:nth-child(-n+3) .emqlkwaf { justify-content: center; }
  .r246xjm .g3kjsj .vxwsd0, .xqgy .g3kjsj:nth-child(-n+3) .vxwsd0 { font-size: var(--fs-sm); }
  
  .r246xjm .g3kjsj .tqhu, .xqgy .g3kjsj:nth-child(-n+3) .tqhu { display: none; }
  
  .r246xjm .fgup:not(.b45i9rs) > .g3kjsj::before,
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj: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"] .r246xjm .fgup:not(.b45i9rs) > .g3kjsj::before,
  [dir="rtl"] .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(-n+3)::before { left: auto; right: 10px; }

  
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(1) { order: 2; transform: translateY(-14px); box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(1):hover { transform: translateY(-17px); }
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(1)::before { background: var(--tone-mark, var(--accent)) !important; color: var(--tone-mark-fg, #fff); }
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(2) { order: 1; }
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(3) { order: 3; }
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj: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);
  }

  
  .mbpg6b6a .fgup:not(.b45i9rs) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .mbpg6b6a .fgup:not(.b45i9rs)::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);
  }
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj { padding-top: 10px; padding-bottom: 10px; position: static; }
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj:first-child { position: relative; }
  .mbpg6b6a .fgup:not(.b45i9rs) .a3x0b5zw { position: static; }
  .mbpg6b6a .fgup:not(.b45i9rs) .uhd44q { display: none; }
  
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj:first-child .uhd44q {
    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;
  }
  .mbpg6b6a .s5ta7w { height: 64px !important; width: auto !important; }
  .mbpg6b6a .e052df { max-height: 56px !important; max-width: 120px !important; }
  .mbpg6b6a .y1pcv0 { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .mbpg6b6a .vxwsd0 { font-size: var(--fs-sm); }
  .mbpg6b6a .oh48yy0j.sth28jti { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .mbpg6b6a .y53dws .g3kjsj::before, .mbpg6b6a.y53dws .g3kjsj::before { top: 8px; bottom: 8px; }
  
  .r246xjm.y53dws .g3kjsj::before { border-radius: var(--r-pill) !important; }
  .r246xjm.mzku8 .g3kjsj:nth-child(even), .xqgy.mzku8 .g3kjsj:nth-child(even) { background: var(--bg-card) !important; }
  .r246xjm.zts1sbkk .g3kjsj:first-child, .xqgy.zts1sbkk .g3kjsj:first-child { border-top: none !important; }
  .r246xjm.yugh6ta .fgup:not(.b45i9rs) .g3kjsj:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .r246xjm .g3kjsj .c7kx9m3, .xqgy .g3kjsj:nth-child(-n+3) .c7kx9m3 { display: flex !important; flex-direction: column; }
  
  .mbpg6b6a .fgup:not(.b45i9rs) { 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; }
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj + .g3kjsj { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .mbpg6b6a .fgup:not(.b45i9rs) > .g3kjsj:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .mbpg6b6a .y1pcv0, .mbpg6b6a .u2wvc, .mbpg6b6a .qfkfh1bh { justify-content: flex-start; align-items: center; }
  .mbpg6b6a .c7kx9m3 { --cs-link-h: 0px; }
  .mbpg6b6a .c7kx9m3 .cxao0o9 { display: none; }
}
@media (min-width: 901px) {
  .r246xjm .fgup:not(.b45i9rs) .p1as,
  .xqgy .fgup:not(.b45i9rs) > .g3kjsj:nth-child(-n+3) .p1as { display: block; }
}
body .rbci3.c4uzw9 .ke00ere, body .rbci3.sihfu .ke00ere,
body section.c4uzw9 .ke00ere, body section.sihfu .ke00ere { color: var(--hero-fg) !important; text-shadow: none !important; }
body .rbci3.q3nq4zp .ke00ere { text-shadow: none !important; }
@media (max-width: 760px) {
  .r02a2 { width: auto; flex-wrap: wrap; }
  .upnv79bo { flex: 1 0 100%; margin-top: 4px; }
}
.wd7bftgi { margin-top: 18px !important; }
.q3nq4zp .wd7bftgi { margin: 16px 0 0 !important; }
.t5mk4 .r01ymy1, .fnfwqo .r01ymy1 { display: block; }
@media (max-width: 640px) {
  .okpm8o1 .ighbfl, .banykhm .ighbfl,
  .okpm8o1 .ighbfl.i9yla20, .banykhm .ighbfl.i9yla20 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .okpm8o1 .ighbfl a, .banykhm .ighbfl a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .bvxdy .ighbfl, .bvxdy .ighbfl.i9yla20 { background: var(--b-50) !important; }
}
body .it1rr5 .a0x9 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .it1rr5 .a0x9 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.mcpbgx3 .it1rr5 .g44jg1f .a0x9 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.ilju, .vsc8bd1t, .li176 .ilju, .li176 .vsc8bd1t { color: var(--text-muted); }
@media (max-width: 560px) {
  .n5n086gg.pzqyyo, .n5n086gg.pzqyyo img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .btl1mx:has(> .s5eb04, > .c4uzw9, > .tm50) + .bqwvnbw { margin-top: -38px; }
  
  .u6d2e .btl1mx + .bqwvnbw { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .asg2 .bqwvnbw, .fw20729 .bqwvnbw, .ad5j8 .bqwvnbw { max-width: 1280px; }
}
@media (max-width: 640px) {
  .xx07hmq9 .e2ibvt { max-width: none; }
}
.e2ibvt, .ke00ere, .p1jdpbye { overflow-wrap: break-word; }
.f8cr9crk > div, .f3o2e > div, .u30js3,
.a5g4xm > div > div, .h2ap8lkp .s33s1 > div { min-width: 0; }
.h2ap8lkp p, .h2ap8lkp li, .h2ap8lkp td, .h2ap8lkp a { overflow-wrap: anywhere; }
:root {
  --accent: #5c72a5;
  --brand: #5c72a5;
  --accent-light: #475a86;
  --brand-light: #475a86;
  --accent-bg: #f3f6fc;
  --accent-bg-light: #f3f6fc;
  --accent-pale: #cfdaf1;
  --brand-pale: #cfdaf1;
  --cta: #c2186b;
  --cta-hover: #a8075a;
  --cta-fg: #ffffff;
  --cta-light: #748bc0;
  --text-primary: #252a36;
  --text-body: #3e4450;
  --text-sub: #3e4450;
  --text-muted: #5d6370;
  --text-faint: #6b727f;
  --text-dim: #6b727f;
  --text-label: #5d6370;
  --text-value: #252a36;
  --bg-page: #ffffff;
  --bg-surface: #f3f6fb;
  --bg-card: #ffffff;
  --bg-card-inner: #f6f8fc;
  --bg-card-inner-raw: #f6f8fc;
  --bg-raised: #ebeef6;
  --bg-hover: #f3f6fb;
  --border: #d0d4de;
  --border-alt: #dfe3ea;
  --border-section: #dfe3ea;
  --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: #f3f6fc;
  --bg-info: #f3f6fc;
  --c-tip-border: #aec1eb;
  --c-warn-border: #a86b03;
  --c-tag-pay: #f3f6fc;
  --grad-start: #5c72a5;
  --grad-end: #475a86;
  --tone-fill: #f3f6fc;
  --tone-fill-2: #e6ebf6;
  --tone-fill-raw: #f3f6fc;
  --tone-fill-2-raw: #e6ebf6;
  --tone-fill-head: #1f2a42;
  --tone-fill-fg: #333f5b;
  --tone-fill-muted: #505d7a;
  --tone-fill-head-raw: #1f2a42;
  --tone-fill-fg-raw: #333f5b;
  --tone-fill-muted-raw: #505d7a;
  --sh-card: 0 0 0 1px rgba(37, 42, 54, 0.06), 0 1px 2px rgba(37, 42, 54, 0.05), 0 10px 24px -14px rgba(37, 42, 54, 0.18);
  --sh-lift: 0 0 0 1px rgba(37, 42, 54, 0.06), 0 2px 4px rgba(37, 42, 54, 0.06), 0 18px 36px -18px rgba(37, 42, 54, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #aec1eb;
  --tone-mark: #5c72a5;
  --tone-mark-fg: #ffffff;
  --tone-head: #252a36;
  --tone-sub: #475a86;
  --tone-link: #5c72a5;
  --tone-th: #e6ebf6;
  --tone-th-fg: #344366;
  --tone-chip: #f3f6fc;
  --tone-chip-fg: #475a86;
  --tone-soft: #e6ebf6;
  --tone-soft-fg: #344366;
  --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: #4b3b5f;
  --b-50: #f3f6fc;
  --s-50: #fff2f5;
  --n-50: #f3f6fb;
  --b-100: #e6ebf6;
  --s-100: #fde3eb;
  --n-100: #e8ebf2;
  --b-200: #cfdaf1;
  --s-200: #fec9d8;
  --n-200: #d6d9e2;
  --b-300: #aec1eb;
  --s-300: #fda2c0;
  --n-300: #bdc2cb;
  --b-400: #8fa5d8;
  --s-400: #f079a4;
  --n-400: #a1a6b1;
  --b-500: #748bc0;
  --s-500: #d85a8a;
  --n-500: #868c99;
  --b-600: #5c72a5;
  --s-600: #b94171;
  --n-600: #6d7381;
  --b-700: #475a86;
  --s-700: #972e5a;
  --n-700: #555b68;
  --b-800: #344366;
  --s-800: #741f43;
  --n-800: #3e4450;
  --b-900: #1f2a42;
  --s-900: #4c1029;
  --n-900: #252a36;
}
:root { --logo-bg-opacity: 62%; }
body, button, input { font-family: "Manrope", sans-serif; }
h1, h2, h3, .ke00ere, .oey8, .dd4lhssi h3 { font-family: "Fraunces", var(--font-body-stack, Georgia, serif); letter-spacing: -0.01em; }
.ctz2k7 .rbci3, .ctz2k7 .tm50 { min-height: 520px; }
.efnoofz5::before { content: '›'; font-size: 1.1em; }