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

  --sh-1: 0 1px 2px rgba(0, 0, 0, .06);
  --sh-2: 0 1px 2px rgba(0, 0, 0, .06), 0 8px 16px -12px rgba(0, 0, 0, .25);
  --sh-3: 0 2px 6px rgba(0, 0, 0, .08), 0 16px 32px -22px rgba(0, 0, 0, .40);
}
Змінні акцент-кольорів (--accent, --accent-light тощо) живуть у css_vars
────────────────────────────────────────────────────────────────────────────── */
:root {
  
  --bg-page:        #0f1117;
  --bg-surface:     #151929;
  --bg-card:        #1a1f2e;
  --bg-card-inner:  #242938;
  --bg-raised:      #2d3748;
  --bg-hover:       #1e2638;
  
  --border:         #1e2535;
  --border-alt:     #2d3748;
  --border-section: #374151;
  
  --text-primary:   #e2e8f0;
  --text-muted:     #94a3b8;
  --text-body:      #cbd5e1;
  --text-sub:       #a0aec0;
  --text-faint:     #6b7280;
  --text-dim:       #4b5563;
  --text-label:     #8892a4;
  --text-value:     #c9d1e0;
  
  --bg-tip:         #1a2e1a;
  --bg-warning:     #2d1f0e;
  --bg-info:        #1a1f2e;
  --bg-pros:        #1a2e1a;
  --bg-cons:        #2d1a1a;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: system-ui, sans-serif;
  background: var(--bg-page);
  color: var(--text-primary);
  line-height: var(--lh-read);
}
.nu92e {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.id404z4e {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 62px; display: flex; align-items: center;
  justify-content: space-between; position: relative;
}
.vai9 {
  color: var(--accent-light);
  font-weight: 700; font-size: var(--fs-body);
  text-decoration: none; display: flex; align-items: center; gap: 4px;
}
.yhzg { height: 46px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--r-chip); }
.l1wd { list-style: none; display: flex; column-gap: 20px; row-gap: 8px; flex-wrap: wrap; align-items: center; --msep-color: var(--text-primary); }
.l1wd a {
  color: var(--text-body); white-space: nowrap; font-weight: 500;
  text-decoration: none; font-size: var(--fs-sm); transition: color 0.2s;
}
.l1wd a:hover { color: var(--accent-light); }
.rdy7kbj   .inje { border-radius: 0; }
.b4407a .inje li + li { border-top: var(--bw-hair) dotted var(--border-alt); }
@media (max-width: 640px) {
  .inje {
    position: static; transform: none; box-shadow: none;
    border: none; border-radius: 0; background: transparent;
    padding: 0 0 4px 16px;
  }
  .dwob:hover .inje,
  .dwob:focus-within .inje { display: block; }
  .inje li a { padding: 8px 16px; font-size: var(--fs-sm); }
}
.qk3c {
  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);
}
.odqvtj6n { display: none; }
@media (max-width: 640px) {
  .odqvtj6n {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 899; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .odqvtj6n.btnwn0 { display: block; }
}
@media (max-width: 640px) {
  .qk3c { display: block; }
  .l1wd > li + li::before { display: none !important; }
  .l1wd {
    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;
  }
  .l1wd.btnwn0 { display: flex; }
  .l1wd li a {
    display: block; padding: 12px 24px; font-size: var(--fs-sm);
    border-bottom: var(--bw-hair) solid var(--border);
  }
  .l1wd li:last-child a { border-bottom: none; }
}
.nshd8tuu { min-height: 480px; }
.uw86q {
  font-size: var(--fs-h1); font-weight: 700; color: #fff;
  line-height: 1.12; margin-bottom: 20px; letter-spacing: -0.025em; text-wrap: balance;
}
.j4g0itp { font-size: var(--fs-lead); line-height: 1.55; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; }
.bme3cjob .j4g0itp { margin-left: 0; margin-right: 0; }
.ywxcu .ok5dti {
  position: relative; z-index: 1;
  width: 100%; max-width: 1100px; padding: 48px 24px;
}
.ywxcu .uw86q { text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.ywxcu .j4g0itp { color: #e2e8f0; }
.ywxcu.xzli .ok5dti { text-align: center; }
.ywxcu.bme3cjob   .ok5dti { text-align: left; }
.mi2ic3lb .ok5dti {
  width: 100%; max-width: 1100px; padding: 24px 24px;
}
.mi2ic3lb .uw86q { color: var(--text-primary); text-shadow: none; }
.mi2ic3lb .j4g0itp { color: var(--text-muted); }
.mi2ic3lb, .mi2ic3lb.nshd8tuu { min-height: auto !important; }
.mi2ic3lb.xzli .ok5dti { text-align: center; }
.mi2ic3lb.bme3cjob   .ok5dti { text-align: left; }
.mi2ic3lb~.qihduk{position:static!important;left: auto!important;transform:none!important;width:100%!important;max-width:var(--content-mw,1100px)!important;margin: 0 auto!important;padding: 0 24px 12px!important}
.mi2ic3lb~.qihduk .dq7pzhx{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; }
}
.pop8 .uw86q { color: #fff; }
.pop8 .j4g0itp { color: rgba(255,255,255,0.85); }
.vt54 .uw86q { text-shadow: none; color: var(--text-primary); }
.vt54 .j4g0itp { color: var(--text-muted); }
body.kmk3a8 .uw86q {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.vej31vn .uw86q {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.nshd8tuu.pop8 .uw86q,
section.pop8 .uw86q {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35) !important;
}
.vt54.bme3cjob   .ayeaq9 { align-items: flex-start; text-align: left; }
.nshd8tuu .rhc1k430 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.rhc1k430 .v7av {
  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;
}
.rhc1k430 .v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt); }
.rhc1k430 .rcnnb8 { align-items: center; text-align: center; width: 100%; }
.rhc1k430 .bwamc {
  width: 168px !important; height: 88px !important; padding: 8px;
  margin: 0 auto;
}
.rhc1k430 .rje4 { max-height: 64px; max-width: 140px; }
.rhc1k430 .cttfk {
  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%;
}
.rhc1k430 .ahxxyc,
.rhc1k430 .i9lrya,
.rhc1k430 .v3vpduk {
  font-size: var(--fs-sm);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
}
.rhc1k430 .uy9hs4b.vykj3c {
  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;
}
.rhc1k430 .uy9hs4b.vykj3c:hover { opacity: 0.85; }
.rhc1k430 .v7av,
.rhc1k430 .v7av:hover,
.rhc1k430 .v7av:nth-child(even),
.rhc1k430 .v7av:nth-child(odd),
.rhc1k430 .v7av:nth-child(even):hover {
  background: var(--bg-card) !important;
}
.u2f31 .ok5dti { padding-bottom: 24px; }
.ejtxhd .ok5dti { max-width: 1100px; }
@media (max-width: 700px) {
  .vt54 { grid-template-columns: 1fr !important; grid-template-areas: "text" "media" !important; }
  
  .vt54:not(.agko) .zsbcxvzn { display: none !important; }
  .agko .zsbcxvzn { padding: 16px; }
  .ayeaq9  { padding: 36px 24px; }
  .vt54~.qihduk,.vgzg~.qihduk{max-width:100%;left: 0;right: 0;transform:none;padding: 0 24px}
  .nshd8tuu, .vt54 { min-height: 320px !important; }
  .uw86q { font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important; }
  
  .nx4x,
  .b6owc,
  .di3med { grid-template-columns: 1fr !important; }

  

  
  .u2f31 { display: flex !important; flex-direction: column !important; }
  .u2f31 .ok5dti { display: contents; }
  .u2f31 .e53ynbn { order: 0; }
  .u2f31 .uw86q { order: 1; padding: 32px 24px 0; margin-bottom: 12px; }
  .u2f31 .nx4x { order: 2; padding: 0 16px 12px !important; }
  .u2f31 .j4g0itp { order: 3; padding: 0 24px 24px; margin: 0 auto; }

  
  .ejtxhd .ok5dti { display: flex; flex-direction: column; }
  .ejtxhd .ok5dti .uw86q { order: 1; }
  .ejtxhd .ok5dti .di3med { order: 2; margin: 8px 0 24px !important; }
  .ejtxhd .ok5dti .j4g0itp { order: 3; }
  .ejtxhd .ok5dti .ncqudurr { order: 4; align-self: center; margin-top: 0; }

  
  .vt54.agko {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .vt54.agko .ayeaq9 { display: contents; padding: 0; }
  .vt54.agko .ayeaq9 .uw86q { order: 1; padding: 32px 24px 0; margin-bottom: 0; }
  .vt54.agko .zsbcxvzn { order: 2; padding: 12px 16px; }
  .vt54.agko .ayeaq9 .j4g0itp { order: 3; padding: 0 24px; margin: 0 auto; }
  .vt54.agko .ayeaq9 .ncqudurr { order: 4; align-self: center; margin: 8px 0 32px; }
}
.igau2v { position: relative; overflow: hidden; margin: 16px 0; line-height: 0; }
.rzkk0zlx { width: 100%; height: auto; display: block; border-radius: var(--r-btn); }
.zwk9iz2y .igau2v        { border-radius: var(--r-card); }
.zwk9iz2y .rzkk0zlx  { border-radius: var(--r-card); }
.v3a4ul .igau2v         { box-shadow: var(--sh-2); border-radius: var(--r-btn); }
.v3a4ul .rzkk0zlx   { border-radius: var(--r-btn); }
.qobic { max-width: 1100px; margin: 0 auto; padding: 40px 24px 8px; }
.rxq7czt { width: 100%; padding: 32px 0; position: relative; }
.h2bbvp { max-width: 1100px; margin: 0 auto; padding: 24px 24px; position: relative; z-index: 1; }
.l62m .rxq7czt, .l1qg .rxq7czt { background: transparent; }
.jytkg .jc91r > *,
.dz1cs > *, .unh9 > *, .fmmgfy5 > *, .kip9y > *, .k5wv6k > * {
  --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.vtbx3i2 { font-size: var(--fs-h1); font-weight: 700; color: var(--text-primary); margin-bottom: 16px; }
h2.vtbx3i2 {
  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.rjnma { 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; }
.l8dr h2.vtbx3i2 {
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-left: 16px;
}
.vtuh h2.vtbx3i2 {
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--accent)); padding-bottom: 12px;
  display: inline-block;
}
.zyszdn h2.vtbx3i2 {
  border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); padding-top: 12px;
  color: var(--tone-head, var(--text-primary));
}
.w92fzf h2.vtbx3i2::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--tone-mark, var(--accent)); border-radius: 50%;
  margin-right: 12px; vertical-align: middle;
}
.f55vhod h2.vtbx3i2 {
  color: var(--tone-head, var(--text-primary)); font-size: var(--fs-h2);
}
.xgof h2.vtbx3i2::before {
  content: "/"; color: var(--tone-mark, var(--text-faint)); font-weight: 700;
  margin-right: 10px;
}
.dyzi205 h2.vtbx3i2 {
  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) { .d52i { display: none; } }
.uvgl3r6x { font-size: inherit; color: var(--text-body); margin: 8px 0 16px; }
.azxw8bqb { font-size: inherit; color: var(--text-body); margin: 16px 0 0; }
.z5z3uu {
  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;
}
.bbcjm { font-weight: 700; color: var(--tone-head, var(--text-primary)); margin-bottom: 12px; font-size: var(--fs-sm); }
.ib5u7em { padding-left: 20px; }
.ib5u7em li { margin-bottom: 8px; }
.ib5u7em a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-sm); }
.ib5u7em a:hover { color: var(--tone-link, var(--accent-light)); }
.wnfo248 .bbcjm { display: none; }
.cj733 .bbcjm { display: none; }
.cj733 .ib5u7em { padding-left: 0; list-style: none; }
.cj733 .ib5u7em li::before { content: "—"; margin-right: 8px; color: var(--text-faint); }
.cj733 .ib5u7em a { font-size: var(--fs-sm); }
.rufq2elk .z5z3uu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.rufq2elk .bbcjm { display: none; }
.rufq2elk .ib5u7em { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.rufq2elk .ib5u7em li { margin-bottom: 0; }
.rufq2elk .ib5u7em 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;
}
.rufq2elk .ib5u7em a:hover { border-color: var(--accent); color: var(--accent); }
.cvl3w .z5z3uu { padding: 20px 20px 16px; }
.cvl3w .ib5u7em {
  padding-left: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
  counter-reset: toc-c;
}
.cvl3w .ib5u7em li { counter-increment: toc-c; margin-bottom: 0; display: flex; }
.cvl3w .ib5u7em 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;
}
.cvl3w .ib5u7em 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;
}
.cvl3w .ib5u7em a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.cvl3w .ib5u7em a:focus,
.cvl3w .ib5u7em a:focus-visible,
.cvl3w .ib5u7em a:target { outline: none; }
.cvl3w .ib5u7em li:target a { border-color: var(--border); color: var(--text-muted); }
.tbhvbjuz .z5z3uu { background: none; border: none; box-shadow: none !important; padding: 12px 0; }
.tbhvbjuz .bbcjm { display: none; }
.tbhvbjuz .ib5u7em { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; counter-reset: toc-n; }
.tbhvbjuz .ib5u7em li { counter-increment: toc-n; margin-bottom: 0; }
.tbhvbjuz .ib5u7em 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;
}
.tbhvbjuz .ib5u7em 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;
}
.tbhvbjuz .ib5u7em a:hover { color: var(--accent-light); border-color: var(--accent-light); }
.ifz6ph3 .z5z3uu { background: none; border: none; box-shadow: none !important; padding: 4px 0 0; border-bottom: var(--bw-rule) solid var(--border); }
.ifz6ph3 .bbcjm { display: none; }
.ifz6ph3 .ib5u7em { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: -2px; }
.ifz6ph3 .ib5u7em li { margin-bottom: 0; }
.ifz6ph3 .ib5u7em 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;
}
.ifz6ph3 .ib5u7em a:hover { color: var(--accent-light); border-bottom-color: var(--accent-light); }
.i6wg .z5z3uu { background: none; border: none; box-shadow: none !important; padding: 8px 0; margin: 16px 0; }
.i6wg .bbcjm { display: none; }
.i6wg .ib5u7em { padding-left: 0; list-style: none; display: flex; flex-wrap: wrap; }
.i6wg .ib5u7em li { margin-bottom: 0; }
.i6wg .ib5u7em li::after { content: ","; color: var(--text-muted); margin-right: 10px; }
.i6wg .ib5u7em li:last-child::after { content: ""; margin-right: 0; }
.i6wg .ib5u7em a { font-size: var(--fs-sm); }
.jc91r { padding: 16px 20px 20px; margin-bottom: 12px; border-radius: var(--r-btn); }
.jytkg .jc91r { background: var(--bg-card); }
.e41phrsz .jc91r { background: none; border-radius: 0; padding: 28px 0 8px; }
.e41phrsz .jc91r + .jc91r { border-top: var(--bw-hair) solid var(--border-section); }
.u8ir .jc91r {
  background: none; border-radius: 0;
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 24px 4px;
}
.u8ir .jc91r:last-child { border-bottom: none; }
.tfed .jc91r {
  background: none; border-radius: 0;
  border-left: var(--bw-bar) solid var(--accent);
  padding: 12px 0 12px 20px;
}
.tfed .jc91r + .jc91r { margin-top: 4px; }
.vwmo8 .jc91r { background: none; border-radius: 0; padding: 28px 0 8px; }
.vwmo8 .jc91r + .jc91r { border-top: var(--bw-hair) solid var(--border-section); }
.uk53 { color: var(--text-body); margin-bottom: 12px; font-size: inherit; }
.tv8j2 { color: var(--text-body); margin-top: 12px; font-size: inherit; }
.v1u75 { color: var(--text-body); margin-bottom: 16px; text-wrap: pretty; }
.v0ypx3q, .t9m0w4jo { padding-left: 24px; color: var(--text-body); margin: 12px 0; }
.v0ypx3q li, .t9m0w4jo li { margin-bottom: 8px; }
.t9m0w4jo li { list-style: decimal; }
.fmmgfy5 { overflow-x: auto; margin: 12px 0; background: var(--bg-card); border-radius: var(--r-btn); border: var(--bw-hair) solid var(--border-alt); }
.olcys .fmmgfy5,
.unh9 .fmmgfy5 { background: transparent; border: none; border-radius: 0; }
.dx2n { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
.dx2n 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;
}
.dx2n td { padding: 8px 12px; border-bottom: var(--bw-hair) solid var(--border-alt); color: var(--text-body); }
.dx2n tr:hover td { background: var(--bg-hover); }
.s4w97bf4 .dx2n tbody tr:nth-child(even) td { background: var(--tone-fill, var(--bg-surface)); }
.b953yxc2 .dx2n { border: var(--bw-hair) solid var(--border-alt); }
.b953yxc2 .dx2n th,
.b953yxc2 .dx2n td { border: var(--bw-hair) solid var(--border-alt); }
.b9m6b .dx2n th {
  background: transparent; color: var(--tone-head, var(--text-primary));
  border-bottom: var(--bw-rule) solid var(--tone-line, var(--border)); padding-bottom: 8px;
}
.b9m6b .dx2n td { border-bottom: none; }
.b9m6b .dx2n tr:not(:last-child) td { border-bottom: var(--bw-hair) solid var(--border-alt); }
.jf5x .dx2n th {
  background: var(--tone-mark, var(--cta)); color: var(--tone-mark-fg, #fff); letter-spacing: var(--ls-label);
}
.g9mvnmbm .fmmgfy5 {
  overflow: hidden;
}
.g9mvnmbm .dx2n th { border-bottom: var(--bw-hair) solid var(--border-alt); }
.g9mvnmbm .dx2n tr:last-child td { border-bottom: none; }
.znw9xuui { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 12px 0; }
.k5wv6k { background: var(--bg-card-inner); border-radius: var(--r-btn); overflow: hidden; }
.hmf5 { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; padding: 8px; }
.y4aa { 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); }
.qk17 { padding: 12px 16px 4px; font-size: var(--fs-sm); color: var(--text-sub); }
.hnj35 { padding: 4px 16px 12px 28px; font-size: var(--fs-label); color: var(--text-muted); }
.hnj35 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%}
.dmum7 .y4aa { background: transparent; text-align: center; }
.lwlm5 .hmf5 {
  width: auto; max-width: 96px; max-height: 96px;
  aspect-ratio: auto; object-fit: contain;
  margin: 20px auto 2px; display: block;
}
.j7fvxp8q .hmf5 {
  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);
}
.u00do7 .k5wv6k { display: grid; grid-template-columns: auto 1fr; }
.u00do7 .hmf5 {
  grid-column: 1; grid-row: 1;
  width: 88px; height: 88px; aspect-ratio: 1/1; object-fit: cover; align-self: center;
}
.u00do7 .y4aa { grid-column: 2; }
.u00do7 .qk17,
.u00do7 .hnj35 { grid-column: 1 / -1; }
.wq8r19z7 .k5wv6k { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.wq8r19z7 .hmf5 {
  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);
}
.wq8r19z7 .y4aa { grid-column: 2; }
.wq8r19z7 .qk17,
.wq8r19z7 .hnj35 { grid-column: 1 / -1; }
.v9g23 .k5wv6k { border: var(--bw-hair) solid var(--border); border-left: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.v9g23 .y4aa { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.gxob3e .k5wv6k { 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); }
.gxob3e .y4aa { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.x2ssq .k5wv6k { background: none; border: none; border-radius: 0; border-top: var(--bw-rule) solid var(--tone-line, var(--accent)); }
.x2ssq .y4aa { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; }
.xmfwt7 .k5wv6k { border: var(--bw-hair) solid var(--border); border-top: var(--bw-bar) solid var(--tone-line, var(--accent)); }
.xmfwt7 .y4aa { background: none; color: var(--tone-sub, var(--accent-light)); font-weight: 700; padding-top: 12px; }
.lywf .znw9xuui { counter-reset: card-n; }
.lywf .k5wv6k  { counter-increment: card-n; }
.lywf .y4aa { display: flex; align-items: center; gap: 12px; }
.lywf .y4aa::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;
}
.bzbn .k5wv6k { background: var(--tone-fill, var(--bg-surface)); border: var(--bw-hair) solid var(--border); }
.bzbn .y4aa { background: none; color: var(--text-main); font-weight: 700; border-bottom: var(--bw-hair) solid var(--border); }
.cig2 { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-btn); padding: 16px 20px; margin: 12px 0; }
.cig2         { --cl-hue: var(--tone-line, var(--accent)); --cl-bg: var(--bg-tip, var(--bg-surface)); }
.n6m1     { --cl-hue: var(--tone-line, var(--accent)); }
.d6ll6l { --cl-hue: var(--c-warn-border); --cl-bg: var(--bg-warning); }
.ecscqy    { --cl-hue: var(--tone-line, var(--accent)); }
.n6m1, .d6ll6l, .ecscqy, .q9u5c {
  background: var(--cl-bg, var(--bg-surface));
  border-left: var(--bw-bar) solid var(--cl-hue);
}
.uzqdzbd { font-size: var(--fs-lead); flex-shrink: 0; margin-top: 2px; color: var(--cl-hue); }
.uzqdzbd::before { color: var(--cl-hue); }
.cig2 strong { color: var(--tone-sub, var(--text-primary)); font-size: var(--fs-sm); }
.cig2 p { color: var(--text-muted); font-size: var(--fs-sm); margin-top: 4px; }
.e8wo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.v5wl, .f1pg3a6z { border-radius: var(--r-btn); padding: 16px; }
.v5wl { background: var(--bg-pros); }
.f1pg3a6z { background: var(--bg-cons); }
.tk6t0b9 { font-weight: 700; font-size: var(--fs-label); margin-bottom: 8px; }
.v5wl .tk6t0b9 { color: var(--c-pros-label); }
.f1pg3a6z .tk6t0b9 { color: var(--c-cons-label, var(--c-cons)); }
.v5wl ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.f1pg3a6z ul li { color: var(--text-body); list-style: none; padding-left: 4px; margin-bottom: 4px; font-size: var(--fs-sm); }
.rzkk0zlx { width: 100%; height: auto; border-radius: var(--r-btn); display: block; }
.vykj3c {
  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;
}
.vykj3c:hover { opacity: 0.85; }
.vaomxkjr .vykj3c  { background: transparent; border: var(--bw-rule) solid var(--cta); color: var(--cta-light); }
.vaomxkjr .vykj3c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.jba2k25 .vykj3c  { background: var(--accent-bg); border: var(--bw-hair) solid var(--cta); color: var(--cta-light); }
.jba2k25 .vykj3c:hover  { background: var(--cta-hover); color: #fff; opacity: 1; }
.vaomxkjr .uy9hs4b.vykj3c, .jba2k25 .uy9hs4b.vykj3c,
.vaomxkjr .knhjqic8 .vykj3c, .jba2k25 .knhjqic8 .vykj3c {
  background: var(--cta); border: none; color: #fff;
}
.vaomxkjr .uy9hs4b.vykj3c:hover, .jba2k25 .uy9hs4b.vykj3c:hover,
.vaomxkjr .knhjqic8 .vykj3c:hover, .jba2k25 .knhjqic8 .vykj3c:hover {
  background: var(--cta); color: #fff; opacity: 0.88;
}
.wqi48 .vykj3c  { border-radius: var(--r-pill); }
.ynkis .vykj3c { box-shadow: none; }
.ynkis .vykj3c:hover { box-shadow: none; opacity: 1; }
.kxdk05c .vykj3c { box-shadow: none; transition: transform .08s ease, box-shadow .08s ease, opacity .2s; }
.kxdk05c .vykj3c:hover { opacity: 1; }
.kxdk05c .vykj3c:active { transform: translateY(3px); box-shadow: none; }
.lgk0i39l .vykj3c { box-shadow: none; }
.lgk0i39l .vykj3c:hover { opacity: 1; box-shadow: none; }
.lgk0i39l .vykj3c:active { box-shadow: none; }
.sgnpf .vykj3c { position: relative; overflow: hidden; }
.sgnpf .vykj3c::before {
  content: ""; position: absolute; top: 0; left: -125%; width: 55%; height: 100%;
  background: none;
  transform: skewX(-20deg); transition: left .6s ease; pointer-events: none;
}
.sgnpf .vykj3c:hover::before { left: 135%; }
.vdo12gl .ncqudurr,
.vdo12gl .vykj3c { border-radius: 0; }
.dwy9 .vykj3c  { padding-left: 12px; padding-right: 12px; }
.wnry6qym .vykj3c  { padding-left: 24px; padding-right: 24px; }
.vx5s .ncqudurr { padding-left: 56px; padding-right: 56px; }
.vx5s .vykj3c  { padding-left: 32px; padding-right: 32px; }
.cgsasp   .ncqudurr::after, .cgsasp   .vykj3c::after,
.xm5wy4h .ncqudurr::after, .xm5wy4h .vykj3c::after,
.xfckz2r    .ncqudurr::after, .xfckz2r    .vykj3c::after,
.obtre9ux    .ncqudurr::after, .obtre9ux    .vykj3c::after,
.pgao    .ncqudurr::after, .pgao    .vykj3c::after,
.g93vf     .ncqudurr::after, .g93vf     .vykj3c::after,
.fl097wi    .ncqudurr::after, .fl097wi    .vykj3c::after,
.k0k5w   .ncqudurr::after, .k0k5w   .vykj3c::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;
}
.cgsasp .ncqudurr::after, .cgsasp .vykj3c::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");
}
.xm5wy4h .ncqudurr::after, .xm5wy4h .vykj3c::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");
}
.xfckz2r .ncqudurr::after, .xfckz2r .vykj3c::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");
}
.obtre9ux .ncqudurr::after, .obtre9ux .vykj3c::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");
}
.pgao .ncqudurr::after, .pgao .vykj3c::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");
}
.g93vf .ncqudurr::after, .g93vf .vykj3c::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");
}
.fl097wi .ncqudurr::after, .fl097wi .vykj3c::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");
}
.k0k5w .ncqudurr::after, .k0k5w .vykj3c::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");
}
.kz7ds   .p1r0sc::after, .kz7ds   .d6avz::after,
.qywv7 .p1r0sc::after, .qywv7 .d6avz::after,
.ipqvd2w    .p1r0sc::after, .ipqvd2w    .d6avz::after,
.lqo6    .p1r0sc::after, .lqo6    .d6avz::after,
.wyvrt66l    .p1r0sc::after, .wyvrt66l    .d6avz::after,
.y9iq8g6     .p1r0sc::after, .y9iq8g6     .d6avz::after,
.blywqx3    .p1r0sc::after, .blywqx3    .d6avz::after,
.crgiwb   .p1r0sc::after, .crgiwb   .d6avz::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;
}
.kz7ds .p1r0sc::after, .kz7ds .d6avz::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");
}
.qywv7 .p1r0sc::after, .qywv7 .d6avz::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");
}
.ipqvd2w .p1r0sc::after, .ipqvd2w .d6avz::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");
}
.lqo6 .p1r0sc::after, .lqo6 .d6avz::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");
}
.wyvrt66l .p1r0sc::after, .wyvrt66l .d6avz::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");
}
.y9iq8g6 .p1r0sc::after, .y9iq8g6 .d6avz::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");
}
.blywqx3 .p1r0sc::after, .blywqx3 .d6avz::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");
}
.crgiwb .p1r0sc::after, .crgiwb .d6avz::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");
}
.a66ga4 {
  --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;
}
.v7av {
  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;
}
.v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt); }
.v7av > * { min-width: 0; }
.v7av:hover { background: var(--bg-hover); }
.v7av > [itemprop="item"] { display: contents; }
.v7av [itemprop="itemReviewed"],
.v7av [itemprop="reviewRating"] { display: none; }
.rcnnb8 {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  gap: 4px; min-width: 0; max-width: 100%;
}
.viofky0p, .w44w, .sf2gfpy,
.r9p87, .zfdquk6l, .asgeser { align-items: center; text-align: center; }
.zfdquk6l, .asgeser { align-items: stretch; }
.s1uh58o {
  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%;
}
.wwvs0 {
  font-size: var(--fs-body); font-weight: 600; line-height: var(--lh-tight);
  color: var(--text-primary);
  max-width: 100%; overflow-wrap: break-word;
}
.v3vpduk { font-size: var(--fs-lead); font-weight: 700; }
.v7e6 {
  font-size: var(--fs-label); font-weight: 400; line-height: var(--lh-tight);
  color: var(--text-muted); max-width: 100%; overflow-wrap: break-word;
}
.spb1 .wwvs0 {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden;
}
.cttfk {
  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;
}
.bwamc {
  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;
}
.gn6d8u .rje4 { max-height: 60px; max-width: 68px; }
.rje4 {
  max-height: 88px; max-width: 152px;
  width: auto; height: auto; object-fit: contain;
}
.w44w .bwamc { width: 168px; }
.s45tat .bwamc,
.s45tat .q4ds8,
.tto64v .bwamc,
.tto64v .q4ds8,
.nuoj20w .bwamc,
.nuoj20w .q4ds8,
.h7aniz .bwamc,
.h7aniz .q4ds8,
.s45tat .bwamc, .tto64v .bwamc,
.nuoj20w .bwamc,  .h7aniz .bwamc {
  width: 88px; height: 88px; padding: 12px;
}
.s45tat .bwamc .rje4, .tto64v .bwamc .rje4,
.nuoj20w .bwamc .rje4,  .h7aniz .bwamc .rje4 {
  max-height: 60px; max-width: 68px;
}
.omu1 .bwamc, .omu1 .bwamc.gn6d8u,
.omu1 .q4ds8,   .omu1 .q4ds8.gn6d8u,
.fodp69s {
  color: #f5a524; font-size: var(--fs-label);
  letter-spacing: var(--ls-label); line-height: var(--lh-tight); white-space: nowrap;
}
.dj2i9253 {
  font-size: var(--fs-lead); font-weight: 700; line-height: var(--lh-solid);
  color: var(--text-primary);
}
.dj2i9253 small { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.uy9hs4b.vykj3c {
  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;
}
.rhc1k430 .v7av { padding: 16px 16px; gap: 16px; }
@media (max-width: 1080px) {
  .v7av { gap: 16px; padding: 16px 16px; }
  .bwamc { width: 152px; height: 96px; }
  .rje4 { max-height: 80px; max-width: 136px; }
}
@media (max-width: 900px) {
  .v7av {
    display: flex; flex-wrap: wrap; align-items: flex-start;
    gap: 12px 16px; padding: 16px; position: relative;
  }
  
  .rcnnb8 { justify-content: flex-start; }
  
  .wicd5xr4, .wdb9sd { flex-direction: row; }
  
  .wicd5xr4 .zw8ieb:nth-child(n+3) { display: none; }
  
  .viofky0p {
    position: static; order: 0; flex: 0 0 auto;
    align-self: center; min-width: 18px;
  }
  .rcnnb8 { text-align: left; align-items: flex-start; }

  
  .w44w, .sf2gfpy, .wm7xs {
    order: 1; flex: 0 1 auto; min-width: 0;
    flex-direction: row; align-items: center; gap: 12px;
  }
  .r9p87 {
    order: 2; flex: 0 0 auto; margin-left: auto;
    flex-direction: row; align-items: baseline; gap: 8px;
  }
  .w44w .bwamc, .sf2gfpy .bwamc,
  .wm7xs .bwamc { width: auto; height: 72px; }
  .rje4 { max-height: 72px; max-width: 128px; }
  .v3vpduk { font-size: var(--fs-body); }
  .cttfk { font-size: var(--fs-sm); }

  
  .ahxxyc, .i9lrya, .wo3f,
  .uotek6, .zhwyq, .hxmr,
  .spb1, .guzwkhhm, .eu2e2,
  .nlqy946, .gydzcz0 {
    order: 3; flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px);
  }
  
  .zfdquk6l, .asgeser { order: 4; flex: 1 0 100%; }
  .asgeser { display: flex; flex-direction: column; }
  .asgeser::before { display: none; }
  .uy9hs4b.vykj3c { width: 100%; padding: 12px 20px !important; }
  .n8e2k { text-align: left; }
}
@media (max-width: 560px) {
  .v7av { padding: 16px; gap: 12px 12px; }
  
  .s1uh58o, .v7e6, .zw8ieb { font-size: var(--fs-caption); }
  .wwvs0 { font-size: var(--fs-sm); }
  .v3vpduk { font-size: var(--fs-body); }
  .cttfk { font-size: var(--fs-sm); }
  .e6a2 { font-size: var(--fs-sm); }
  .dj2i9253 { font-size: var(--fs-lead); }
  
  .uy9hs4b.vykj3c { padding: 12px 16px !important; font-size: var(--fs-sm) !important; }
  .rcnnb8 { gap: 2px; }
  .w44w .bwamc, .sf2gfpy .bwamc,
  .wm7xs .bwamc { height: 64px; }
  .rje4 { max-height: 64px; max-width: 116px; }
  .gn6d8u { padding: 8px; }
  .v3vpduk { font-size: var(--fs-sm); }
}
@media (max-width: 360px) {
  .ahxxyc, .i9lrya, .wo3f,
  .uotek6, .zhwyq, .hxmr,
  .spb1, .guzwkhhm, .eu2e2,
  .nlqy946, .gydzcz0 { flex-basis: 100%; min-width: 100%; }
}
.dz1cs {
  --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;
}
.d1b3wrk {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px;
  padding: 20px 24px; background: var(--bg-card);
}
.q4ds8 {
  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;
}
.q4ds8 img { max-width: 96px; max-height: 96px; border-radius: var(--r-chip); width: auto; height: auto; object-fit: contain; }
.lw4pu { flex: 1; min-width: 0; }
.lw4pu h3 { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); margin-bottom: 8px; line-height: var(--lh-tight); }
.l6us { color: #f5a524; font-size: var(--fs-sm); letter-spacing: var(--ls-label); }
.qbg936o5 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0; }
.qbg936o5 strong { font-size: var(--fs-lead); font-weight: 700; color: var(--text-primary); line-height: var(--lh-solid); }
.qbg936o5 .wh3d { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); }
.ory8xlb0 {
  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);
}
.ory8xlb0 > span { font-size: var(--fs-sm); font-weight: 600; color: var(--text-primary); }
.t5kyr em, .rwfqr em, .g38hdz1 em, .f8gihv14 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) { .ory8xlb0 { padding: 12px 16px; gap: 8px 16px; } }
.knhjqic8 { flex-shrink: 0; align-self: center; }
.knhjqic8 .vykj3c {
  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) {
  .d1b3wrk { flex-wrap: wrap; align-items: center; gap: 12px; padding: 16px; }
  .q4ds8 { order: 1; width: 104px; height: 104px; }
  .q4ds8 img { max-width: 96px; max-height: 88px; }
  .knhjqic8 { order: 2; margin-left: auto; align-self: center; }
  .lw4pu { order: 3; flex: 1 1 100%; min-width: 0; }
  .lw4pu h3 { font-size: var(--fs-body); }
}
.h0n7rlm img.uj31boff { width: 100%; max-height: 240px; object-fit: cover; display: block; }
.olcys { padding: 20px 24px; }
.ecmsaw { color: var(--text-body); margin-bottom: 16px; }
.xejjsge { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ey6dj, .ljkled { list-style: none; font-size: var(--fs-sm); }
.ey6dj li { color: var(--text-body); margin-bottom: 4px; }
.ljkled li { color: var(--text-body); margin-bottom: 4px; }
.ey6dj li::before { content: "✓"; margin-right: 5px; }
.ljkled li::before { content: "✗"; margin-right: 5px; }
.gch9 { margin-bottom: 8px; font-size: var(--fs-caption); color: var(--text-muted); }
.gch9 strong { font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); }
.bd61d9gy {
  
  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;
}
.bo03pss { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.ng03lw {
  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);
}
.acn1yb .ng03lw { border-top-width: var(--bw-bar) !important; }
.vr58ykt .ng03lw { border: none; border-top: var(--bw-hair) solid; }
@media (min-width: 860px) {
  .vhe79 .ssqh {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start;
  }
  .vhe79 .dz1cs { margin: 0; }
}
.smlyko .d1b3wrk { background: var(--accent-bg); border-bottom: var(--bw-hair) solid var(--border-alt); }
.smlyko .q4ds8 { background: transparent; }
.kzpcgcrs .dz1cs { border-top: var(--bw-bar) solid var(--accent); }
.kzpcgcrs .d1b3wrk { background: var(--bg-card); }
.szb8zo4 .dz1cs { 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; }
.szb8zo4 .d1b3wrk { background: transparent; border-bottom: var(--bw-hair) solid var(--border); padding: 16px 16px; }
.szb8zo4 .olcys { padding: 16px 16px; }
.szb8zo4 .q4ds8 { border-radius: var(--r-chip); }
.szb8zo4 .ng03lw { border-radius: 0; }
.vlfo .d1b3wrk { padding: 0; gap: 0; overflow: hidden; }
.vlfo .q4ds8 {
  background: transparent; border-radius: 0; border: none;
  width: 148px; height: auto; min-height: 120px;
  padding: 16px; align-self: stretch;
}
.vlfo .lw4pu { padding: 16px 20px; }
.vlfo .knhjqic8 { padding: 16px 20px; align-self: center; }
@media (max-width: 560px) {
  .vlfo .q4ds8 { width: 116px; min-height: 104px; }
}
.emt9 .l6us { font-size: var(--fs-sm); }
.unh9 .e8wo { gap: 12px; }
.unh9 .v5wl, .unh9 .f1pg3a6z { padding: 12px; }
.unh9 .v5wl ul, .unh9 .f1pg3a6z ul { margin: 4px 0 0; padding-left: 20px; }
.unh9 .v5wl li, .unh9 .f1pg3a6z li { font-size: var(--fs-label); margin-bottom: 4px; }
.aatb788 .bd61d9gy { margin: 2px 4px 2px 0; }
@media (max-width: 720px) {
  .usvkk9u { grid-template-columns: 1fr; }
  .onqqz2 { flex-direction: row; flex-wrap: wrap; gap: 12px; border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); padding: 16px; }
  .onqqz2 .guf8r { width: 72px; height: 50px; }
  .onqqz2 .y2cp { max-width: 180px; }
  .onqqz2 .ryzf885o { width: auto; }
}
.tr2swlv .emt9 .l6us { filter: brightness(1.2); }
@media (max-width: 720px) {
  .tr2swlv { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .yqmdc3s { padding: 16px; }
  .k5h6b2sa .hzal { min-width: 50%; }
}
.xu9ef .e8wo { grid-template-columns: 1fr; }
@media (max-width: 860px) {
  .skxh { grid-template-columns: 1fr; }
  .gd32e { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .nqdg74ef { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 540px) {
  .zzyg { flex-wrap: wrap; padding: 16px; }
}
.s03rt8mq .e8wo { gap: 8px; }
.s03rt8mq .v5wl, .s03rt8mq .f1pg3a6z { padding: 8px; }
@media (max-width: 480px) {
  .cro8x { flex-direction: column; align-items: stretch; }
}
.jg6e .ryzf885o .vykj3c { padding: 8px 20px; font-size: var(--fs-label); }
@media (max-width: 640px) {
  .ni6s7st3 { flex-direction: column; align-items: stretch; gap: 12px; }
  .jg6e .ryzf885o { text-align: center; }
}
@media (max-width: 720px) {
  .r0vlgwov { grid-template-columns: 1fr; }
  .s2qwtexx { border-right: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
  .dzsj8yyn { flex-wrap: wrap; gap: 12px; padding: 16px 16px; }
}
.nenyc .wh3d { font-size: var(--fs-sm); font-weight: 500; color: var(--text-muted); }
.w0iqwjth .l6us { font-size: var(--fs-caption); margin-top: 2px; }
@media (max-width: 720px) {
  .z31hrmb { grid-template-columns: 1fr; }
  .w0iqwjth { width: 100px; height: 100px; margin: 16px auto; }
  .nenyc { font-size: var(--fs-h3); }
  .qkdgi { justify-content: center; }
  .ggflxn2 .hzal { min-width: 50%; }
}
.zcpbv .e8wo { margin: 0 24px; padding-top: 16px; }
@media (max-width: 540px) {
  .bdfxvah { flex-wrap: wrap; padding: 16px 16px; }
  .ph1k { padding: 12px 16px; }
  .zcpbv .e8wo { margin: 0 16px; }
  .zcpbv .aatb788 { padding: 0 16px; }
  .reioh { padding: 12px 16px; }
}
.xu2wq6 .v7av { position: relative; }
.xu2wq6 .v7av::before {
  content: ""; position: absolute;
  left: 0; top: 12px; bottom: 12px; width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
}
.cpglfp .a66ga4 {
  gap: 12px; background: transparent; border: none; border-radius: 0; overflow: visible;
}
.cpglfp .v7av {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.cpglfp .v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt); }
@media (min-width: 901px) {
  .rgnkxz .rcnnb8 + .rcnnb8 {
    border-left: var(--bw-hair) solid var(--border-alt);
    padding-left: 20px;
  }
}
.kw01v2w .v7av { padding-top: 16px; padding-bottom: 16px; }
.kw01v2w .v7av + .v7av { border-top: none; }
.kw01v2w .v7av:nth-child(even) { background: var(--bg-surface); }
.kw01v2w .v7av:nth-child(even):hover { background: var(--bg-hover); }
.fikuq .v7av:first-child { border-top: var(--bw-bar) solid var(--accent); }
@media (min-width: 901px) {
  .qpzz59 .ahxxyc, .qpzz59 .i9lrya,
  .qpzz59 .wo3f, .qpzz59 .uotek6,
  .qpzz59 .zhwyq, .qpzz59 .hxmr,
  .qpzz59 .spb1, .qpzz59 .guzwkhhm,
  .qpzz59 .eu2e2, .qpzz59 .nlqy946,
  .qpzz59 .gydzcz0 {
    border-left: var(--bw-hair) solid var(--border-alt); padding-left: 20px;
  }
}
.zgr8z9 .s1uh58o { opacity: .8; letter-spacing: var(--ls-label); }
.zgr8z9 .wwvs0 { font-weight: 700; }
.zgr8z9 .v3vpduk { font-weight: 700; }
.atwia .ahxxyc, .atwia .i9lrya,
.atwia .spb1, .atwia .guzwkhhm,
.dj2i9253 { display: none; }
.m05ny1f .fodp69s { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.d83iuqz .fodp69s {
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  border-radius: var(--r-pill); padding: 4px 12px; font-size: var(--fs-label);
}
.c5ela0 .fodp69s,
.neno69rl .fodp69s,
.q55hm .fodp69s { display: none; }
.c5ela0 .dj2i9253,
.neno69rl .dj2i9253,
.q55hm .dj2i9253 { display: inline-flex; align-items: baseline; gap: 2px; }
.c5ela0 .dj2i9253 small { display: none; }
.neno69rl .dj2i9253 {
  background: color-mix(in srgb, var(--text-primary) 6%, transparent);
  border-radius: var(--r-pill); padding: 8px 16px;
}
.q55hm .dj2i9253 {
  color: #fff; background: var(--text-primary);
  border-radius: var(--r-btn);
  padding: 8px 12px;
}
.q55hm .dj2i9253 small { display: none; }
.c5ela0 .qbg936o5 .l6us,
.neno69rl .qbg936o5 .l6us,
.q55hm .qbg936o5 .l6us { display: none; }
.c5ela0 .wh3d { display: none; }
.neno69rl .qbg936o5 strong {
  background: var(--accent-bg); border-radius: var(--r-pill);
  padding: 4px 16px; white-space: nowrap; font-size: var(--fs-sm);
}
.neno69rl .ryw6,
.neno69rl .wh3d { font-size: 1em; }
.q55hm .qbg936o5 strong {
  color: var(--cta-fg, #fff); background: var(--accent);
  border-radius: var(--r-btn);
  padding: 4px 12px; font-size: var(--fs-sm);
}
.q55hm .wh3d { display: none; }
.p5vybs { margin: 16px 0; }
.ro49ul { background: var(--bg-card); border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn); margin-bottom: 8px; overflow: hidden; }
.ro49ul 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;
}
.ro49ul 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;
}
.ro49ul summary:hover { background: var(--bg-surface); }
.ro49ul summary:hover::after { color: var(--accent); }
.ro49ul[open] summary { font-weight: 700; box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent)); }
.ro49ul[open] summary::after { transform: rotate(-135deg); margin-top: 4px; color: var(--accent); }
.ro49ul[open] p { border-top: var(--bw-hair) solid var(--border-alt); padding-top: 16px; }
.ro49ul p { padding: 0 20px 16px; color: var(--text-body); font-size: var(--fs-sm); }
.rxq7czt { margin-bottom: 0; }
.i6kq h2.vtbx3i2 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.tgb6 h2.vtbx3i2 { color: var(--tone-head, var(--text-primary)); border-color: var(--tone-line, var(--accent-light)); }
.v5wl, .f1pg3a6z { border: var(--bw-hair) solid transparent; }
.v5wl .tk6t0b9, .v5wl .eog14 { color: var(--c-pros-label); }
.f1pg3a6z .tk6t0b9, .f1pg3a6z .ss2w18 { color: var(--c-cons-label, var(--c-cons)); }
.v5wl ul li, .f1pg3a6z ul li, .ey6dj li, .ljkled li { color: var(--text-body); }
.v5wl .ey6dj li, .f1pg3a6z .ljkled li { position: relative; padding-left: 1.5em; }
.v5wl .ey6dj li::before, .f1pg3a6z .ljkled li::before { position: absolute; left: 0; margin-right: 0; }
.xnk8 .v5wl { border-color: color-mix(in srgb, var(--sem-pos-line) 55%, transparent); }
.xnk8 .f1pg3a6z { border-color: color-mix(in srgb, var(--sem-neg-line) 55%, transparent); }
.h7oqri .v5wl, .h7oqri .f1pg3a6z { border-radius: 0 0 var(--r-btn) var(--r-btn); }
.h7oqri .v5wl { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.h7oqri .f1pg3a6z { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bloipu .v5wl, .bloipu .f1pg3a6z { border-radius: 0 var(--r-btn) var(--r-btn) 0; }
.bloipu .v5wl { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bloipu .f1pg3a6z { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.axko9com .v5wl, .axko9com .f1pg3a6z { background: var(--bg-card); border-width: var(--bw-rule); }
.axko9com .v5wl { border-color: var(--sem-pos-line); }
.axko9com .f1pg3a6z { border-color: var(--sem-neg-line); }
.cky7 .v5wl, .cky7 .f1pg3a6z { background: transparent; border: none; border-radius: 0; padding: 4px 0 4px 16px; }
.cky7 .f1pg3a6z { border-left: var(--bw-hair) solid var(--border); }
.a9rl0ke .eog14::before { content: "✓ "; }
.a9rl0ke .ss2w18::before { content: "✗ "; }
.vr58ykt .cig2 { background: transparent; border-left: none; border: var(--bw-hair) solid var(--cl-hue); }
.vr58ykt .cig2 strong { color: var(--text-primary); }
.vr58ykt .cig2 p      { color: var(--text-muted); }
.acn1yb .cig2 { border-left: none; border-top: var(--bw-bar) solid var(--cl-hue); border-radius: 0 0 var(--r-btn) var(--r-btn); }
.yald .cig2 {
  border-left: none; border-radius: var(--r-btn);
  background: var(--tone-fill-2, var(--bg-raised));
}
.yald .cig2 strong { color: var(--text-primary); }
.yald .cig2 p { color: var(--text-muted); }
.yald .cig2 { border-left: var(--bw-bar) solid var(--cl-hue); }
.yald .uzqdzbd::before { color: rgba(255,255,255,0.9) !important; }
.id7uqo .cig2 {
  border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-chip); padding: 12px 16px;
  background: var(--cl-bg, var(--bg-surface));
}
.id7uqo .cig2 strong { color: var(--text-primary); }
.id7uqo .cig2 p      { color: var(--text-muted); }
.itj7hsz .cig2 { border-left: var(--bw-bar) solid var(--cl-hue); border-radius: var(--r-btn); box-shadow: var(--sh-2); }
.p1p7o4fe .uzqdzbd,
.dzuubpyt .uzqdzbd,
.d24pxdrl .uzqdzbd,
.p1p7o4fe .uzqdzbd::before,
.dzuubpyt .uzqdzbd::before,
.d24pxdrl .uzqdzbd::before,
.uaiohoc .jytkg .jc91r,
.uaiohoc .e41phrsz .jc91r  { box-shadow: var(--sh-1); }
.uaiohoc .k5wv6k                { box-shadow: var(--sh-1); }
.uaiohoc .fmmgfy5          { box-shadow: var(--sh-1); }
.uaiohoc .z5z3uu                    { box-shadow: var(--sh-1); }
.xb5stv7 .jytkg .jc91r,
.xb5stv7 .e41phrsz .jc91r,
.xb5stv7 .k5wv6k,
.xb5stv7 .fmmgfy5,
.xb5stv7 .z5z3uu,
.xb5stv7 .itj7hsz .cig2 { box-shadow: none; }
.fai1ye { --fs-body: 16px; --fs-sm: 14px; --fs-lead: 19px; }
.rxq7czt + .rxq7czt { position: relative; }
.phzds554   .rxq7czt + .rxq7czt::before,
.cdf603lv  .rxq7czt + .rxq7czt::before,
.eih6   .rxq7czt + .rxq7czt::before,
.j5ok7h   .rxq7czt + .rxq7czt::before,
.teh62e8o   .rxq7czt + .rxq7czt::before,
.ldiqc .rxq7czt + .rxq7czt::before {
  position: absolute; top: -1px; left: 0; right: 0;
  transform: translateY(-50%);
}
.phzds554 .rxq7czt + .rxq7czt::before {
  content: ""; height: 1px; background: var(--accent); opacity: 0.5;
}
.cdf603lv .rxq7czt + .rxq7czt::before {
  content: ""; height: 4px;
  background: var(--accent);
}
.eih6 .rxq7czt + .rxq7czt::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;
}
.j5ok7h .rxq7czt + .rxq7czt::before {
  content: ""; height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.hz2ddr91 .rxq7czt { margin-bottom: 16px; }
.hz2ddr91 .rxq7czt + .rxq7czt { margin-top: 0; }
.hz2ddr91 .h2bbvp { padding-top: 0; padding-bottom: 0; }
.teh62e8o .rxq7czt + .rxq7czt::before {
  content: ""; border-top: var(--bw-rule) dashed var(--accent); opacity: 0.5;
}
.ldiqc .rxq7czt + .rxq7czt::before {
  content: ""; border-top: var(--bw-bar) dotted var(--accent); opacity: 0.5;
}
.gj0o2edy .rxq7czt + .rxq7czt::before,
.vzodtlt .rxq7czt + .rxq7czt::before,
.ak34 .rxq7czt + .rxq7czt::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%;
}
.l62m .gj0o2edy .rxq7czt:nth-child(even)::before,
.l62m .vzodtlt .rxq7czt:nth-child(even)::before,
.l62m .ak34 .rxq7czt:nth-child(even)::before { background: var(--bg-surface); }
.l1qg .gj0o2edy .rxq7czt:nth-child(even)::before,
.l1qg .vzodtlt .rxq7czt:nth-child(even)::before,
.l1qg .ak34 .rxq7czt:nth-child(even)::before { background: var(--bg-card); }
.gj0o2edy .rxq7czt + .rxq7czt::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");
}
.vzodtlt .rxq7czt + .rxq7czt::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");
}
.ak34 .rxq7czt + .rxq7czt::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");
}
.cvjo .igau2v { float: left; width: 38%; margin: 0 28px 16px 0; }
.cvjo .igau2v .rzkk0zlx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.cvjo .h2bbvp::after { content: ''; display: block; clear: both; }
.ad1bk3ss .igau2v { float: right; width: 38%; margin: 0 0 16px 28px; }
.ad1bk3ss .igau2v .rzkk0zlx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.ad1bk3ss .h2bbvp::after { content: ''; display: block; clear: both; }
.v0woma .rxq7czt:nth-child(odd)  .igau2v { float: left;  width: 38%; margin: 0 28px 16px 0; }
.v0woma .rxq7czt:nth-child(even) .igau2v { float: right; width: 38%; margin: 0 0 16px 28px; }
.v0woma .igau2v .rzkk0zlx { width: 100%; height: auto; max-height: 360px; object-fit: cover; border-radius: var(--r-btn); }
.v0woma .h2bbvp::after { content: ''; display: block; clear: both; }
.cvjo .znw9xuui,
.cvjo .a66ga4,
.ad1bk3ss .znw9xuui,
.ad1bk3ss .a66ga4,
.v0woma .znw9xuui,
.v0woma .a66ga4 { clear: both; }
@media (max-width: 900px) {
  .cvjo .igau2v,
  .ad1bk3ss .igau2v,
  .v0woma .rxq7czt:nth-child(odd)  .igau2v,
  .v0woma .rxq7czt:nth-child(even) .igau2v {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .cvjo .igau2v .rzkk0zlx,
  .ad1bk3ss .igau2v .rzkk0zlx,
  .v0woma .igau2v .rzkk0zlx {
    max-height: none !important;
  }
}
.cvjo .v0ypx3q,
.cvjo .t9m0w4jo,
.ad1bk3ss .v0ypx3q,
.ad1bk3ss .t9m0w4jo,
.v0woma .v0ypx3q,
.v0woma .t9m0w4jo { overflow: hidden; }
@media (max-width: 640px) {
  .cvjo .igau2v,
  .ad1bk3ss .igau2v,
  .v0woma .igau2v { float: none; width: 100%; margin: 0 0 16px 0; }
}
.doozjyxc .qobic,
.doozjyxc .h2bbvp,
.doozjyxc .f3ty2hbb  { max-width: 1060px; }
.sa180jr .qobic,
.sa180jr .h2bbvp,
.sa180jr .f3ty2hbb  { max-width: 1180px; }
.sa180jr { --content-mw: 1180px; }
.n9vmdxds .qobic,
.n9vmdxds .h2bbvp,
.n9vmdxds .f3ty2hbb  { max-width: 1260px; }
.pjyp7r { font-size: var(--fs-label); color: var(--text-muted); }
.bbrpm { display: flex; align-items: center; }
.j83pd {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 0;
}
.vmov { display: flex; align-items: center; }
.ivhx { color: var(--accent-light); text-decoration: none; padding: 2px 4px; border-radius: var(--r-chip); }
.ivhx:hover { text-decoration: underline; }
.gfk4v { margin: 0 4px; opacity: 0.45; }
.gfk4v::before { content: '/'; }
.rsj1h49y { padding: 2px 4px; color: var(--text-main); }
.qvob .pjyp7r {
  background: var(--bg-surface);
  border-bottom: var(--bw-hair) solid var(--border);
  padding: 8px 0;
}
.qvob .bbrpm { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.dt3zl4n .pjyp7r {
  border-left: var(--bw-bar) solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.dt3zl4n .bbrpm { padding: 0 0 0 12px; }
.b4a4q8yc .bbrpm { padding: 0 16px; }
.b4a4q8yc .pjyp7r {
  background: var(--bg-card);
  border: var(--bw-hair) solid var(--border);
  border-radius: var(--r-btn);
  padding: 12px 0;
  box-shadow: var(--sh-2);
}
.b4a4q8yc .qobic { padding-top: 28px; }
@media (max-width: 720px) {
  .zjudq9is { margin-top: 20px; padding: 0 16px; }
  .b4a4q8yc .qobic { padding-top: 16px; }
}
.doozjyxc.qvob .bbrpm { max-width: 1100px; }
.sa180jr.qvob .bbrpm { max-width: 1200px; }
.n9vmdxds.qvob .bbrpm { max-width: 1320px; }
.sa180jr .zjudq9is { max-width: 1200px; }
.hmac .rxq7czt { padding-top: 16px; padding-bottom: 16px; }
.hon3i .rxq7czt { padding-top: 24px; padding-bottom: 24px; }
.s4w3m19 .rxq7czt { padding-top: 40px; padding-bottom: 40px; }
.mx4qv .rxq7czt { padding-top: 52px; padding-bottom: 52px; }
.ax52a .rxq7czt:nth-child(4n+1) { padding-top: 20px;  padding-bottom: 20px; }
.ax52a .rxq7czt:nth-child(4n+2) { padding-top: 36px;  padding-bottom: 36px; }
.ax52a .rxq7czt:nth-child(4n+3) { padding-top: 28px;  padding-bottom: 28px; }
.ax52a .rxq7czt:nth-child(4n)   { padding-top: 44px;  padding-bottom: 44px; }
.k2zd .h2bbvp { padding-top: 12px;  padding-bottom: 12px; }
.y2whqcp .h2bbvp { padding-top: 20px;  padding-bottom: 20px; }
.j6gjxwz .h2bbvp { padding-top: 36px;  padding-bottom: 36px; }
.wvizm .h2bbvp { padding-top: 48px;  padding-bottom: 48px; }
.lbbz4ke h1, .lbbz4ke h2, .lbbz4ke h3, .lbbz4ke .uw86q { font-weight: 700; }
.wbpjm h1, .wbpjm h2, .wbpjm h3, .wbpjm .uw86q { font-weight: 700; }
.kwq3, .lbbz4ke, .brlcyy, .wbpjm { font-weight: 400; }
.p1r0sc {
  margin-left: 16px; flex-shrink: 0;
  padding: 8px 16px; font-size: var(--fs-label); font-weight: 700; border-radius: var(--r-chip);
}
.avtd9lah .p1r0sc { display: none; }
@media (max-width: 640px) {
  .p1r0sc { display: none !important; }
}
.p1r0sc { background: var(--cta) !important; color: #fff !important; border: none !important; }
.p1r0sc:hover { opacity: 0.85; }
.k149nkz6 .p1r0sc { background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important; }
.k0p8hf .d6avz { right: 32px; }
@media (max-width: 480px) {
  .k0p8hf .d6avz { right: 20px; bottom: 20px; }
  .n3jpgziq  .d6avz { left: 20px; bottom: 20px; }
}
.nnve { background: var(--bg-surface); border-top: var(--bw-hair) solid var(--border); margin-top: 60px; }
.f3ty2hbb { max-width: 1100px; margin: 0 auto; padding: 32px 24px; }
.loqc8 { color: var(--text-faint); font-size: var(--fs-label); margin-bottom: 8px; }
.qfoj4 { color: var(--text-dim); font-size: var(--fs-label); }
.jpt7tqu1 { 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; }
.jpt7tqu1 img { height: 26px; width: auto; object-fit: contain; }
.vohdn6d { display: flex; flex-direction: column; gap: 8px; }
.vohdn6d a, .yp69d a { color: var(--text); text-decoration: none; font-size: var(--fs-label); transition: color .15s; }
.vohdn6d a:hover, .yp69d a:hover { color: var(--accent-light); }
.vohdn6d .my14 { padding-left: 12px; font-size: var(--fs-label); opacity: 0.8; }
.tnmfn .f3ty2hbb { text-align: center; }
.tnmfn .loqc8 { margin-top: 0; }
.ch3aa8 { margin-top: 12px; }
.ch3aa8 a { font-size: var(--fs-label); opacity: 0.65; }
@media (max-width: 640px) {
  .f3ty2hbb { padding-left: 16px; padding-right: 16px; }
  .gf27aa .f3ty2hbb { padding: 20px 16px; }
  .yp69d { gap: 4px 12px; }
  .loqc8 { font-size: var(--fs-caption); }
}
.oecg6 .wgzt2r2c .jpt7tqu1 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.oecg6 .loqc8 { font-size: var(--fs-caption); color: var(--text-faint); margin: 16px 0 4px; line-height: var(--lh-snug); }
.oecg6 .qfoj4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 768px) { .oecg6 .t0ep { grid-template-columns: 1fr 1fr; } .oecg6 .wgzt2r2c { grid-column: 1 / -1; } }
@media (max-width: 480px) { .oecg6 .t0ep { grid-template-columns: 1fr; } }
.x1yptp1 .jpt7tqu1 { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: var(--fs-sm); text-decoration: none; margin-right: auto; flex-shrink: 0; }
.x1yptp1 .loqc8 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; }
@media (max-width: 640px) { .x1yptp1 .xuq7xnt { gap: 12px; } .x1yptp1 .jpt7tqu1 { margin-right: 0; width: 100%; } }
.g4e9sl5 .xwibib .jpt7tqu1 { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: var(--fs-body); text-decoration: none; margin-bottom: 12px; }
.g4e9sl5 .loqc8 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; flex: 1; }
.g4e9sl5 .qfoj4 { font-size: var(--fs-caption); color: var(--text-faint); margin: 0; white-space: nowrap; }
@media (max-width: 768px) { .g4e9sl5 .f831o92 { grid-template-columns: 1fr 1fr; } .g4e9sl5 .xwibib { grid-column: 1 / -1; } }
@media (max-width: 480px) { .g4e9sl5 .f831o92 { grid-template-columns: 1fr; } }
.igcq .p8rrc { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: 2rem; align-items: start; }
.igcq .vohdn6d { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px 20px; }
@media (max-width: 760px) { .igcq .p8rrc { grid-template-columns: 1fr 1fr; } .igcq .ixkfv:first-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .igcq .p8rrc { grid-template-columns: 1fr; } }
.h0e6pm .p8rrc { grid-template-columns: 1fr 2fr; }
.h0e6pm .ccg2hx1i .vohdn6d { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
@media (max-width: 480px) { .h0e6pm .p8rrc { grid-template-columns: 1fr; } }
.gnb8 .f3ty2hbb { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.gickxl1 .nu92e      { background: var(--bg-page); border-bottom-color: var(--border-alt); }
.a9n3uk .nu92e      { background: #0d1117; border-bottom-color: #21262d; }
.a9n3uk .vai9 { color: var(--accent-light); }
.a9n3uk .l1wd { --msep-color: #8b949e; }
.a9n3uk .l1wd a { color: #8b949e; }
.a9n3uk .l1wd a:hover { color: var(--accent-light); }
.a9n3uk .qk3c { color: #8b949e; }
.a9n3uk .nnve { background: #0d1117; border-top-color: #21262d; color: #e6edf3; }
.a9n3uk .loqc8,
.a9n3uk .qfoj4 { color: #6e7681; }
.a9n3uk .vohdn6d a, .a9n3uk .yp69d a,
.a9n3uk .jpt7tqu1 { color: #e6edf3; }
.a9n3uk .vohdn6d a:hover, .a9n3uk .yp69d a:hover,
@media (max-width: 640px) {
  .a9n3uk .l1wd { background: #0d1117; border-top-color: #21262d; }
  .a9n3uk .l1wd li a { border-bottom-color: #21262d; }
}
.juqhy .nu92e      { background: #f0f4f8; border-bottom-color: #cbd5e1; }
.juqhy .vai9 { color: var(--accent-light); }
.juqhy .l1wd { --msep-color: #475569; }
.juqhy .l1wd a { color: #475569; }
.juqhy .l1wd a:hover { color: var(--accent-light); }
.juqhy .qk3c { color: #64748b; }
.juqhy .nnve { background: #f0f4f8; border-top-color: #cbd5e1; }
.juqhy .loqc8,
.juqhy .qfoj4 { color: #64748b; }
.juqhy .vohdn6d a, .juqhy .yp69d a,
.juqhy .nkdu a, .juqhy .jpt7tqu1 { color: #374151; }
.juqhy .vohdn6d a:hover, .juqhy .yp69d a:hover,
@media (max-width: 640px) {
  .juqhy .l1wd { background: #f0f4f8; border-top-color: #cbd5e1; }
  .juqhy .l1wd li a { border-bottom-color: #cbd5e1; color: #475569; }
}
.diglv3t .nu92e { background: var(--b-50); border-bottom-color: var(--b-200); }
.diglv3t .l1wd a:hover { color: var(--b-700); }
@media (max-width: 640px) {
  .diglv3t .l1wd { background: var(--b-50); border-top-color: var(--b-200); }
}
.ndgsuz { --nav-fill: var(--b-600); --nav-edge: var(--b-700); }
.ndgsuz .nu92e, .vlhn4 .nu92e { background: var(--nav-fill); border-bottom-color: var(--nav-edge); }
.ndgsuz .vai9, .vlhn4 .vai9 { color: #fff; }
.ndgsuz .l1wd, .vlhn4 .l1wd { --msep-color: rgba(255,255,255,0.82); }
.ndgsuz .l1wd a, .vlhn4 .l1wd a { color: rgba(255,255,255,0.82); }
.ndgsuz .l1wd a:hover, .vlhn4 .l1wd a:hover { color: #fff; }
.ndgsuz .qk3c, .vlhn4 .qk3c { color: rgba(255,255,255,0.9); }
.ndgsuz .inje a, .vlhn4 .inje a { color: var(--text-primary) !important; }
.ndgsuz .inje a:hover, .vlhn4 .inje a:hover { color: var(--accent-light) !important; }
@media (max-width: 640px) {
  .ndgsuz .l1wd, .vlhn4 .l1wd { background: var(--nav-fill); border-top-color: var(--nav-edge); }
  .ndgsuz .l1wd li a, .vlhn4 .l1wd li a { border-bottom-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.82); }
}
.wlpxh25l.ndgsuz .p1r0sc { background: #fff !important; color: var(--b-700) !important; }
.t7t6v .nu92e {
  background: transparent;
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.t7t6v .nu92e::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) {
  .t7t6v .l1wd {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.ah4x .id404z4e { min-height: 52px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.cm5fq .id404z4e { min-height: 58px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.eybdpjab .id404z4e { min-height: 72px; height: auto; }
.a2nl3 .id404z4e { min-height: 84px; height: auto; }
.gf27aa .id404z4e { max-width: none; padding: 0 32px; }
.gf27aa .f3ty2hbb  { max-width: none; padding: 24px 32px; }
.dyuzkhng.sa180jr .id404z4e { max-width: 1200px; }
.dyuzkhng.n9vmdxds .id404z4e { max-width: 1320px; }
.g0b9kniq   .vai9, .g0b9kniq   .jpt7tqu1 { text-transform: capitalize; }
.j4r3qzrt .vai9, .j4r3qzrt .jpt7tqu1 { text-transform: lowercase; }
.f3k70to .vai9, .f3k70to .jpt7tqu1 { text-transform: uppercase; letter-spacing: var(--ls-label); }
.sg6rkkqv, .dj004 {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.egphi .sg6rkkqv,
.egphi .dj004 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-btn); padding: 4px; }
.kayjdlm .sg6rkkqv,
.kayjdlm .dj004 { 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; }
.x9vyu .sg6rkkqv,
.x9vyu .dj004 { background: color-mix(in srgb, var(--accent) var(--logo-bg-opacity, 8%), transparent); border-radius: var(--r-pill); padding: 4px 8px; }
.by18ij .sg6rkkqv,
.by18ij .dj004 { 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; }
.w7tg   .l1wd a { font-weight: 500; }
.mxga .l1wd a { font-weight: 600; }
.rqmrkeg4     .l1wd a { font-weight: 700; }
.yboh1qe    .l1wd a { font-weight: 700; letter-spacing: normal; }
.kb6sxl8j     .l1wd > li + li::before,
.sjf6osvw    .l1wd > li + li::before,
.btoc    .l1wd > li + li::before,
.o2aawy .l1wd > li + li::before,
.ewu1iwu .l1wd > li + li::before,
.p9bm  .l1wd > li + li::before,
.fq07m0o9    .l1wd > li + li::before {
  margin-right: 10px; margin-left: -10px; opacity: 0.5; color: var(--msep-color);
}
.kb6sxl8j     .l1wd > li + li::before { content: "·"; font-size: 1.4em; line-height: var(--lh-solid); vertical-align: middle; }
.sjf6osvw    .l1wd > li + li::before { content: "|"; }
.btoc    .l1wd > li + li::before { content: "—"; }
.o2aawy .l1wd > li + li::before { content: "◆"; font-size: 0.45em; vertical-align: middle; }
.ewu1iwu .l1wd > li + li::before { content: "›"; font-size: 1.3em; line-height: var(--lh-solid); }
.p9bm  .l1wd > li + li::before { content: "•"; font-size: 0.8em; vertical-align: middle; }
.fq07m0o9    .l1wd > li + li::before { content: "✦"; font-size: 0.55em; vertical-align: middle; }
@media (max-width: 640px) {

  
  .yf4qkr6 .qk3c,
  .nd7jl9pk .qk3c,
  .y27ia4 .qk3c,
  .mmuzuzb .qk3c,
  .zwfhq2c .qk3c {
    font-size: 0 !important;
    display: flex !important;
    align-items: center; justify-content: center;
    padding: 0; width: 40px;
  }

  
  .yf4qkr6 .qk3c::before,
  .nd7jl9pk .qk3c::before,
  .y27ia4 .qk3c::before,
  .mmuzuzb .qk3c::before,
  .zwfhq2c .qk3c::before { content: ""; display: block; flex-shrink: 0; }

  
  .yf4qkr6 .qk3c::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;
  }

  
  .nd7jl9pk .qk3c::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;
  }

  
  .y27ia4 .qk3c::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;
  }

  
  .mmuzuzb .qk3c::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;
  }

  
  .zwfhq2c .qk3c::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) {
  .jnfc4 .qk3c {
    padding: 4px 16px;
  }
  .jnfc4 .l1wd {
    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;
  }
  .jnfc4 .l1wd li a {
    border-bottom: none; padding: 12px 24px;
  }
  .jnfc4 .l1wd li a:hover { background: var(--bg-raised); }
  .jnfc4 .odqvtj6n,
  .aecehmj5 .odqvtj6n,
  .dmhlt .odqvtj6n { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; }
}
@media (max-width: 640px) {
  .iwnt708 .qk3c {
    padding: 4px 12px;
  }
  .iwnt708 .l1wd {
    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);
  }
  .iwnt708 .l1wd.btnwn0 { transform: translateX(0); }
  .iwnt708 .l1wd li a {
    padding: 16px 28px; font-size: var(--fs-sm); border-bottom: var(--bw-hair) solid var(--border);
  }
  .iwnt708 .l1wd li:last-child a { border-bottom: none; }
  .ndgsuz .l1wd,
  .a9n3uk .l1wd { background: var(--accent) !important; }
  .ndgsuz .l1wd li a,
  .a9n3uk .l1wd li a { color: rgba(255,255,255,0.82) !important; border-bottom-color: rgba(255,255,255,0.2) !important; }
}
@media (max-width: 640px) {
  .dmhlt .qk3c {
    padding: 4px 12px;
  }
  .dmhlt .l1wd {
    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);
  }
  .dmhlt .l1wd::before {
    content: ""; display: block;
    width: 40px; height: 4px;
    background: var(--border); border-radius: var(--r-chip);
    margin: 0 auto 16px;
  }
  .dmhlt .l1wd.btnwn0 { transform: translateY(0); }
  .dmhlt .l1wd li a {
    text-align: center; border-bottom: none; padding: 12px 28px; font-size: var(--fs-sm);
  }
}
@media (max-width: 640px) {
  .y3zu .qk3c {
    padding: 4px 12px;
  }
  .y3zu .l1wd {
    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;
  }
  .y3zu .l1wd.btnwn0 { opacity: 1; pointer-events: auto; }
  .y3zu .l1wd li a {
    font-size: var(--fs-h3); font-weight: 700; border-bottom: none;
    padding: 16px 48px; letter-spacing: normal;
  }
}
@media (max-width: 640px) {
  .i5yhfa2u     .qk3c { border-radius: 0 !important; }
  .ctda3fk   .qk3c { border-radius: var(--r-btn) !important; }
  .pql1 .qk3c { border-radius: 50% !important; }
  .mrpb   .qk3c { border-radius: var(--r-pill) !important; }
}
@media (max-width: 640px) {
  .i0yu309q .u2ilt0qn { flex-direction: column; align-items: stretch; }
  .i0yu309q .lo6e { flex-direction: row; min-width: auto; }
  .i0yu309q .r39whyp { align-items: flex-start; text-align: left; }
}
.bittik,
.bittik.rxq7czt,
.l62m .bittik,
.u1bop .bittik,
.l1qg .bittik,
.zkqd0uji .bittik {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.tomvel {
  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;
}
.x731fghy { flex: 1 1 280px; min-width: 0; }
.ns1um7po {
  margin: 0 0 8px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #fff;
  line-height: var(--lh-tight);
}
.zor9qld {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.isnge2 {
  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;
}
.isnge2:hover { transform: translateY(-1px); opacity: 0.95; }
.s9cvmwv .tomvel {
  background: var(--bg-card);
  border: var(--bw-rule) solid var(--cta);
}
.s9cvmwv .ns1um7po { color: var(--cta); }
.s9cvmwv .zor9qld { color: var(--text-body); }
.s9cvmwv .isnge2 {
  background: var(--cta);
  color: var(--cta-fg);
}
.isov9 .tomvel {
  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);
}
.isov9 .ns1um7po { color: var(--text-primary); }
.isov9 .zor9qld { color: var(--text-body); }
.isov9 .isnge2 {
  background: var(--cta);
  color: var(--cta-fg);
}
@media (max-width: 640px) {
  .tomvel {
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .x731fghy { flex: 0 0 auto; }
  .ns1um7po { font-size: var(--fs-lead); }
  .isnge2 { width: 100%; text-align: center; padding: 16px 28px !important; }
}
.ney4 .yhzg { height: 36px; }
.vbvkgk1m .yhzg { height: 60px; max-width: 200px; }
.f0njr .yhzg { height: 56px; max-width: 180px; }
.iwabyfro    .fodp69s, .iwabyfro    .l6us { color: #f59e0b; }
.nrooyfk      .fodp69s { font-size: var(--fs-sm); letter-spacing: var(--ls-wide); }
.nrooyfk      .l6us   { font-size: var(--fs-lead); }
.guwhrl    .fodp69s, .guwhrl    .l6us { color: var(--text-muted); opacity: 0.7; letter-spacing: var(--ls-wide); }
.qizcxpe     .fodp69s, .qizcxpe     .l6us { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.qaish337 .fodp69s, .qaish337 .l6us { color: var(--cta); letter-spacing: var(--ls-wide); }
.pfjoma6   .fodp69s, .pfjoma6   .l6us { color: #e91e63; letter-spacing: var(--ls-wide); }
.ojlm  .fodp69s, .ojlm  .l6us { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.szafck     .fodp69s, .szafck     .l6us { color: var(--cta); letter-spacing: var(--ls-wide); font-size: var(--fs-caption); }
.b5jgskih .a66ga4 {
  background: transparent; border: none; border-radius: 0; overflow: visible;
  gap: 24px 20px;
}
.b5jgskih .v7av {
  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);
}
.b5jgskih .v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt); }
.b5jgskih .rcnnb8 { align-items: center; text-align: center; }
.b5jgskih .bwamc {
  width: 150px; height: 150px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.b5jgskih .rje4 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
.b5jgskih .cttfk { font-size: var(--fs-body); }
.b5jgskih .uy9hs4b.vykj3c { min-width: 180px; }
@media (min-width: 720px) {
  .b5jgskih .a66ga4 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
  }
  .b5jgskih .v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt); }
}
@media (max-width: 900px) {
  .b5jgskih .v7av { grid-template-columns: 1fr; padding: 32px 16px 20px; }
  .b5jgskih .viofky0p { top: -16px; left: 50%; }
  .b5jgskih .bwamc { width: 132px; height: 132px; }
}
.w2g4n07 .a66ga4 {
  background: transparent; border: none; border-radius: 0; overflow: visible; gap: 12px;
}
.w2g4n07 .v7av {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
}
.w2g4n07 .bwamc {
  width: 120px; height: 120px; border-radius: 50%;
  padding: 0; overflow: hidden; background: var(--bg-surface);
}
.w2g4n07 .rje4 { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; }
@media (max-width: 900px) {
  .w2g4n07 .bwamc { width: 104px; height: 104px; }
}
.qyo7b5 .ro49ul {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border); overflow: visible;
}
.qyo7b5 .ro49ul summary { padding: 16px 14px; color: var(--text-primary); font-size: var(--fs-sm); }
.qyo7b5 .ro49ul summary:hover { background: none; color: var(--tone-link, var(--accent)); }
.qyo7b5 .ro49ul[open] summary { box-shadow: none; color: var(--tone-link, var(--accent)); }
.qyo7b5 .ro49ul p { padding: 0 14px 18px; }
.qyo7b5 .ro49ul[open] p { border-top: none; padding-top: 0; }
.f6302it .ro49ul { background: none; border: none; border-radius: 0; overflow: visible; margin-bottom: 12px; }
.f6302it .ro49ul 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;
}
.f6302it .ro49ul summary:hover { background: var(--bg-card); border-color: var(--tone-line, var(--accent)); }
.f6302it .ro49ul[open] summary {
  box-shadow: none; border-color: var(--tone-line, var(--accent));
  background: var(--tone-fill-raw, var(--bg-surface));
}
.f6302it .ro49ul p { padding: 14px 24px 4px; }
.f6302it .ro49ul[open] p { border-top: none; padding-top: 14px; }
.jgbqdez1 .ro49ul {
  background: var(--bg-card); border-radius: 0;
  border-left: var(--bw-bar) solid var(--tone-line, var(--accent)); overflow: hidden;
  margin-bottom: 12px;
}
.jgbqdez1 .ro49ul summary { color: var(--text-primary); padding: 16px 18px; }
.jgbqdez1 .ro49ul[open] summary { box-shadow: none; }
.jgbqdez1 .ro49ul p { padding: 0 18px 18px; }
.i3pmbm .p5vybs { border: var(--bw-hair) solid var(--border); border-radius: var(--r-btn); overflow: hidden; background: var(--bg-card); }
.i3pmbm .ro49ul {
  background: none; border: none; border-radius: 0; margin-bottom: 0;
  border-bottom: var(--bw-hair) solid var(--border-alt);
}
.i3pmbm .ro49ul:last-child { border-bottom: none; }
.i3pmbm .ro49ul summary { color: var(--text-primary); border-radius: 0; padding: 16px 20px; }
.i3pmbm .ro49ul p { padding: 0 20px 16px; }
.fkrzkk .ro49ul { overflow: hidden; }
.fkrzkk .ro49ul 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));
}
.fkrzkk .ro49ul summary:hover { background: var(--tone-fill-2-raw, var(--bg-surface)); }
.fkrzkk .ro49ul summary::after { color: var(--tone-mark, var(--accent)); }
.fkrzkk .ro49ul[open] summary { border-radius: 0; box-shadow: none; }
.kjxj7 { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.z2bfx {
  text-align: center; padding: 48px 0 36px;
  border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 44px;
}
.l2ab44c {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--text-primary); margin-bottom: 12px;
}
.sr0k { color: var(--text-muted); font-size: var(--fs-body); }
.z36t9w0 {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 32px;
}
.m8mvw { margin-bottom: 20px; }
.n8s4w {
  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);
}
.bo83smt {
  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;
}
.bo83smt:focus { border-color: var(--accent-light); box-shadow: var(--sh-1); }
.xe4lzxz0 { resize: vertical; min-height: 130px; }
.ujgpo9p { width: 100%; margin-top: 8px; }
.sq6q0q {
  margin-top: 48px; padding-top: 40px;
  border-top: var(--bw-hair) solid var(--border);
}
.l9yk1 {
  font-size: var(--fs-lead); font-weight: 700; color: var(--accent-light);
  margin-bottom: 16px;
}
.uvydwynz { color: var(--text-muted); line-height: var(--lh-read); }
.k3do { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; }
.k3do li { margin-bottom: 8px; }
.v3k7ee7o { max-width: 760px; margin: 0 auto; }
.fean { color: var(--text-muted); line-height: var(--lh-read); margin-bottom: 36px; }
.qqjyvo { max-width: 760px; margin: 0 auto; }
.tqot93j ul.k3do { margin: 0; }
@media (max-width: 640px) { .m5nab5y3 { grid-template-columns: 1fr; gap: 12px; } }
.rmuf7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.phsip { background: var(--bg-card); border: var(--bw-hair) solid var(--border); border-radius: var(--r-card); padding: 24px; }
.f9sa7 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 12px; }
.phsip p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.phsip .k3do { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .rmuf7 { grid-template-columns: 1fr; } }
.r7l7v7un { color: inherit; text-decoration: none; }
.r7l7v7un:hover { color: var(--accent-light); text-decoration: underline; }
.h2qz3 { display: inline-block; line-height: 0; }
.keanmeoz { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.eeltlp { margin-bottom: 48px; }
.whb1r9 { max-width: 760px; margin: 0 auto; }
.dwegiu { max-width: 640px; margin: 0 auto; }
.yw7dig2 { margin-bottom: 36px; padding-bottom: 36px; border-bottom: var(--bw-hair) solid var(--border); }
.yw7dig2:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.ckkl1 { font-size: var(--fs-body); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.yw7dig2 p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.yw7dig2 ul.k3do { margin: 0; }
.kxsld { color: var(--text-muted); line-height: var(--lh-read); }
.lufm .k3do,
.dwegiu .k3do,
.pipnt .k3do,
.a57hx .k3do {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.lufm .yw7dig2,
.dwegiu .yw7dig2 { text-align: left; }
.lufm .ckkl1,
.dwegiu .ckkl1 { text-align: center; }
.vo89rbe { font-size: var(--fs-h2); font-weight: 700; color: var(--text-primary); margin: 0 0 12px; }
.yl40 { color: var(--text-muted); font-style: italic; line-height: var(--lh-read); margin: 0 0 16px; font-size: var(--fs-body); }
.nagu { color: var(--text-muted); line-height: var(--lh-read); margin: 0 0 8px; }
.oxhe6q6 { margin-top: 12px; }
.bvbvhky8 { 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; }
.bvbvhky8:hover { border-bottom-color: var(--accent-light); }
.w3n270g { width: 140px; height: 140px; overflow: hidden; background: var(--bg-card); flex-shrink: 0; position: relative; }
.w3n270g img { width: 100%; height: 100%; object-fit: cover; display: block; }
.h3w1 { width: 72px; height: 72px; }
.pojbo { border-radius: 28%; }
.en6jtjl { display: inline-block; margin-bottom: 12px; font-size: var(--fs-sm); }
.c7at { background: var(--accent-bg); color: var(--accent-light); padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; }
@media (max-width: 640px) { .ykyly1ms { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.gwng34rd .nagu, .gwng34rd .yl40 { max-width: 640px; }
.yib1 .vo89rbe { font-size: var(--fs-h3); margin-top: 20px; }
.kfiz8t7 .nagu { margin-bottom: 28px; }
@media (max-width: 860px) { .zghperp { grid-template-columns: 1fr; } .yib1 { position: static; text-align: center; } }
.babawcw .w3n270g { margin: 0 auto 20px; }
.babawcw .en6jtjl { margin-left: auto; margin-right: auto; }
@media (max-width: 860px) { .yu1h { grid-template-columns: 1fr; } }
.shn9p0e .vo89rbe { font-size: var(--fs-h3); margin-bottom: 8px; }
.a57hx .k3do { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 640px) { .shn9p0e { flex-direction: column; text-align: center; } .v24a { grid-template-columns: 1fr; } }
.ay27u7 { display: flex; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: var(--bw-hair) solid var(--border); margin-bottom: 32px; }
.ay27u7 .vo89rbe { font-size: var(--fs-lead); margin: 0 0 4px; }
.ay27u7 .en6jtjl { margin: 0; }
.qbmpwi { max-width: 760px; margin: 0 auto; }
.c72h1yc { position: relative; padding-left: 28px; }
.c72h1yc::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--border); }
.q8hwa4 { position: relative; display: flex; gap: 20px; padding-bottom: 32px; }
.q8hwa4:last-child { padding-bottom: 0; }
.pbk7x1u { 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; }
.p1al h2 { font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin: 0 0 8px; }
.p1al p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.a96z6 .l2ab44c { color: var(--accent-light); }
.bv7wh .l2ab44c { font-size: var(--fs-h2); }
.bv7wh .sr0k { max-width: 680px; }
.qpy4p7u .l2ab44c { margin: 0; font-size: var(--fs-h2); flex-shrink: 0; max-width: 45%; }
.qpy4p7u .sr0k  { margin: 0; }
@media (max-width: 640px) { .qpy4p7u { flex-direction: column; } }
.rzuwt .l2ab44c { color: var(--accent-light); }
.qwo466 .l2ab44c { color: #fff; }
.qwo466 .sr0k  { color: rgba(255,255,255,0.85); }
.awuh3ue { max-width: 680px; margin: 0 auto; }
.c51v0 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px;
}
@media (max-width: 540px) { .c51v0 { grid-template-columns: 1fr; } }
.d4uu6zbc .bo83smt {
  border: none; border-bottom: var(--bw-rule) solid var(--border-alt);
  border-radius: 0; background: transparent; padding-left: 0; padding-right: 0;
}
.d4uu6zbc .bo83smt:focus { border-bottom-color: var(--accent-light); box-shadow: none; }
.lbnzrk5j .bo83smt { background: var(--bg-raised); border-color: transparent; }
.lbnzrk5j .bo83smt:focus { background: var(--bg-card); border-color: var(--accent-light); }
.o8p6jhb0 .bo83smt { border-radius: var(--r-pill); padding: 12px 20px; }
.o8p6jhb0 .xe4lzxz0 { border-radius: var(--r-card); }
.ksjpx33 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 640px) { .ksjpx33 { grid-template-columns: 1fr; } }
.edyag {
  background: var(--bg-card); border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card); padding: 24px 24px;
}
.edyag h2 {
  font-size: var(--fs-sm); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.edyag p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; font-size: var(--fs-sm); }
.ltrjsf5n { counter-reset: priv-count; }
.bdcdvv1e {
  counter-increment: priv-count;
  display: grid; grid-template-columns: 52px 1fr; gap: 0 20px;
  margin-bottom: 32px; padding-bottom: 32px; border-bottom: var(--bw-hair) solid var(--border);
}
.bdcdvv1e:last-child { border-bottom: none; }
.sjj5c1 {
  font-size: var(--fs-h1); font-weight: 700; color: var(--accent-light);
  opacity: 0.3; line-height: var(--lh-solid); font-variant-numeric: tabular-nums;
}
.bdcdvv1e h2 {
  font-size: var(--fs-body); font-weight: 700; color: var(--accent-light); margin-bottom: 12px;
}
.bdcdvv1e p { color: var(--text-muted); line-height: var(--lh-read); margin: 0; }
.asqkabcd { color: var(--text-muted); line-height: var(--lh-read); padding-left: 1.4em; margin: 0; }
.asqkabcd li { margin-bottom: 8px; }
.izrt6pbq{display:none}
.izrt6pbq:empty,.dq7pzhx:empty{display:none}
.e4q3q1{position:relative;overflow:visible}
.wakl .qihduk,.ux8dqbvt .qihduk,
.tjxncv1m .qihduk,.va9ke1 .qihduk,
.q4z83 .qihduk,.ma1yl .qihduk{display:block}
.g9yrd .hywh2l{display:block}
.wakl .qihduk,.ux8dqbvt .qihduk,
.tjxncv1m .qihduk,.va9ke1 .qihduk,
.q4z83 .qihduk{position:absolute;z-index:3;left: 24px;right: 24px;width:auto;max-width:min(1100px, calc(100vw - 48px));margin: 0 auto;padding: 0;box-sizing:border-box}
.wakl .qihduk .dq7pzhx,.ux8dqbvt .qihduk .dq7pzhx,
.tjxncv1m .qihduk .dq7pzhx,.va9ke1 .qihduk .dq7pzhx,
.q4z83 .qihduk .dq7pzhx{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}
.wakl .drrro8,.ux8dqbvt .drrro8,
.tjxncv1m .drrro8,.va9ke1 .drrro8,
.q4z83 .drrro8{background:transparent!important;border:none!important;padding: 0;border-radius:0;color:inherit!important}
.wakl .qihduk,.ux8dqbvt .qihduk{top: 12px}
.wakl .qihduk .dq7pzhx{margin-right:auto}
.ux8dqbvt .qihduk .dq7pzhx{margin-left:auto}
.ux8dqbvt .qihduk{text-align:right}
.tjxncv1m .qihduk,.va9ke1 .qihduk{bottom: 12px}
.tjxncv1m .qihduk .dq7pzhx{margin-right:auto}
.va9ke1 .qihduk .dq7pzhx{margin-left:auto}
.va9ke1 .qihduk{text-align:right}
.q4z83 .qihduk{position:relative;margin-top: 16px}
.q4z83 .qihduk .dq7pzhx{margin: 0 auto}
.ma1yl .qihduk{max-width:var(--content-mw,1100px);margin: 0 auto;padding: 8px 24px}
.ma1yl .qihduk .dq7pzhx{margin: 0}
.ma1yl .vt54~.qihduk,
.ma1yl .vgzg~.qihduk{max-width:none;margin: 0;padding: 8px clamp(24px,calc(50vw - 476px),96px)}
.ma1yl .vt54~.qihduk .dq7pzhx,
.ma1yl .vgzg~.qihduk .dq7pzhx{justify-content:flex-start}
.vt54~.qihduk,.vgzg~.qihduk{position:static!important;left: auto!important;right: auto!important;top: auto!important;bottom: auto!important;transform:none!important;width:100%!important;max-width:none!important;padding: 8px clamp(24px,calc(50vw - 476px),96px)!important}
.vt54~.qihduk .dq7pzhx{justify-content:flex-start;margin-left:0;margin-right:auto;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.vgzg~.qihduk .dq7pzhx{justify-content:flex-end;margin-left:auto;margin-right:0;background:transparent;color:var(--text-body);backdrop-filter:none;-webkit-backdrop-filter:none}
.hywh2l .dq7pzhx{margin: 0 0 12px}
.dq7pzhx{display:flex;flex-wrap:wrap;align-items:center;gap: 8px 12px;font-size: var(--fs-label);color:var(--text-muted);margin: 12px 0 16px}
.drrro8{white-space:nowrap}
.gtriju .drrro8{background:var(--date-bg, var(--accent-bg));padding: 4px 12px;border-radius: var(--r-card);font-size: var(--fs-caption)}
.h2fz7l7c .drrro8{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}
.w15ou5c5 .dq7pzhx{background:var(--date-bg, var(--accent-bg));padding: 8px 16px;border-radius:var(--radius, 6px);gap: 8px 16px}
.mvg3ez .drrro8{border-left: var(--bw-rule) solid var(--accent);padding-left: 8px;font-size: var(--fs-caption)}
.z8pea00 .drrro8{color: var(--accent-light);opacity:1;font-weight:500}
.pzn7 .drrro8{border-bottom: var(--bw-hair) solid currentColor;padding-bottom: 2px}
.dwz6gn3w .dq7pzhx{font-size: var(--fs-caption);color:var(--text-faint);letter-spacing: normal}
.rvzulmf{--date-bg:transparent}
.tt5z .ueuokxg::before{content:""}
.qc1e .drrro8 + .drrro8::before{content:"•";margin-right:6px;opacity:.4}
.mcfq .drrro8 + .drrro8::before{content:"/";margin-right:6px;opacity:.35}
.mn5v .drrro8 + .drrro8::before{content:"|";margin-right:6px;opacity:.3}
.pa5uvtrm .drrro8 + .drrro8::before{content:"—";margin-right:6px;opacity:.3}
.x01mx .drrro8 + .drrro8::before{content:"◆";font-size:.5em;margin-right:6px;opacity:.35}
.fzo23l .drrro8 + .drrro8::before{content:"·";margin-right:6px;opacity:.4}
.beu9g5e .drrro8 + .drrro8::before{content:"›";margin-right:6px;opacity:.4}
.oqfgb8h .drrro8 + .drrro8::before{content:"→";font-size:.85em;margin-right:6px;opacity:.35}
.kip9y{display:flex;align-items:flex-start;gap: 16px;max-width:var(--content-width, 960px);margin: 32px auto 24px;padding: 20px 24px}
.ckonb2{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.z60wyz{display:flex;flex-direction:column;gap: 4px}
.dwhgmn13{font-size: var(--fs-caption);text-transform:uppercase;letter-spacing: var(--ls-label);color:var(--text-body);opacity:.55}
.ycnfj{font-weight:700;font-size: var(--fs-sm);color:var(--text-heading)}
.vx5d5e{font-size: var(--fs-label);color:var(--text-body);opacity:.8;line-height: var(--lh-snug);margin-top: 4px}
.nob3 .kip9y{background:var(--surface-alt);border-radius:var(--radius, 8px);border: var(--bw-hair) solid var(--border)}
.mhrs .kip9y{border-top: var(--bw-bar) solid var(--accent);padding-top: 20px}
.oink .kip9y{border-left: var(--bw-bar) solid var(--accent);border-radius:0}
.sihw3 .kip9y{padding: 20px 0}
@media(max-width:640px){
  .kip9y{flex-direction:column;align-items:center;text-align:center;gap: 12px;padding: 16px}
  .vx5d5e{max-width:100%}
}
.yrelnto .fmmgfy5{margin: 0}
@media (max-width:560px){
  .as6yr{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) {
  .vioy9pq { padding: 28px 20px 20px; }
  .xyh0ndn { font-size: var(--fs-lead); }
  .e6qca { max-width: 220px; max-height: 80px; }
}
.yehyxf0 {
  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);
}
.n0jt8x {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.jv01isht  .yehyxf0 { border-radius: 50%; }
.o5lsdfv  .yehyxf0 { border-radius: var(--r-chip); }
.dbvbf3q8 .yehyxf0 { border-radius: var(--r-card); }
.xwdexl .tomvel {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .yehyxf0 { width: 80px; height: 80px; padding: 8px; margin-right: 0; margin-bottom: 8px; }
}
.k76ho .rxq7czt {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.k76ho .h2bbvp {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.k76ho .tomvel {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.x1tj {
  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;                  
}
.x1tj.hh3uty { transform: translate(-50%, 0); }
.x1tj .rxq7czt,
.x1tj .h2bbvp {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border: none !important;
}
.x1tj .tomvel {
  margin: 0 !important;
  box-shadow: var(--sh-3);
  pointer-events: auto;
}
.jmca4qgm {
  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;
}
.jmca4qgm::before,
.jmca4qgm::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 12px; height: 2px; border-radius: var(--r-chip); background: #fff;
}
.jmca4qgm::before { transform: translate(-50%, -50%) rotate(45deg); }
.jmca4qgm::after  { transform: translate(-50%, -50%) rotate(-45deg); }
.jmca4qgm:hover { background: rgba(0,0,0,0.6); }
@media (max-width: 640px) {
  .x1tj { padding: 0 12px calc(10px + env(safe-area-inset-bottom, 0px)); }
  
  .x1tj .tomvel {
    padding: 16px 20px !important;
    gap: 12px !important;
    border-radius: var(--r-card);
  }
  .x1tj .zor9qld { display: none !important; }
  .x1tj .ns1um7po { font-size: var(--fs-body) !important; }
  .x1tj .yehyxf0 { width: 72px !important; height: 72px !important; margin-bottom: 4px !important; }
  
  .jmca4qgm { top: 12px; right: 24px; width: 26px; height: 26px; }
}
[dir="rtl"] { text-align: right; }
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .id404z4e { flex-direction: row-reverse; }
[dir="rtl"] .l1wd { flex-direction: row-reverse; }
[dir="rtl"] .k0p8hf .d6avz { right: auto; left: 32px; }
@media (max-width: 480px) {
  [dir="rtl"] .k0p8hf .d6avz { right: auto; left: 20px; }
  [dir="rtl"] .n3jpgziq  .d6avz { left: auto;  right: 20px; }
}
[dir="rtl"] .cvjo .igau2v  { float: right; margin: 0 0 16px 28px; }
[dir="rtl"] .ad1bk3ss .igau2v { float: left;  margin: 0 28px 16px 0; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v0ypx3q, [dir="rtl"] .t9m0w4jo { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .v5wl { border-left: none; border-right: var(--bw-bar) solid var(--c-pros); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .f1pg3a6z { border-left: none; border-right: var(--bw-bar) solid var(--c-cons); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .cig2 { border-left: none !important; border-right: var(--bw-bar) solid currentColor; padding-left: 20px; padding-right: 20px; }
[dir="rtl"] .tomvel { direction: rtl; }
[dir="rtl"] .yehyxf0 { margin-right: 0; margin-left: 14px; }
[dir="rtl"] .v7av,
[dir="rtl"] .pjyp7r { direction: rtl; }
[dir="rtl"] .z5z3uu { direction: rtl; }
[dir="rtl"] .ib5u7em { padding-right: 1em; padding-left: 0; }
[dir="rtl"] .ywxcu.bme3cjob .ok5dti,
[dir="rtl"] .mi2ic3lb.bme3cjob .ok5dti,
[dir="rtl"] .pop8.bme3cjob .ok5dti,
[dir="rtl"] .u2f31.bme3cjob .ok5dti,
[dir="rtl"] .ejtxhd.bme3cjob .ok5dti { text-align: right; }
[dir="rtl"] .vt54.bme3cjob .ayeaq9 { align-items: flex-end; text-align: right; }
[dir="rtl"] .h2bbvp,
[dir="rtl"] .uvgl3r6x,
[dir="rtl"] .azxw8bqb,
[dir="rtl"] .ok5dti { text-align: right; }
[dir="rtl"] .z36t9w0,
[dir="rtl"] .n8s4w,
[dir="rtl"] .nagu,
[dir="rtl"] .bo83smt,
[dir="rtl"] .xe4lzxz0 { text-align: right; direction: rtl; }
[dir="rtl"] .o8p6jhb0 .bo83smt,
[dir="rtl"] .d4uu6zbc .bo83smt { padding-right: 20px; padding-left: 20px; }
.p81rznu1 .a66ga4,
.u1ddd4s .a66ga4,
.g3ri .a66ga4 { border: var(--bw-hair) solid var(--border-alt); }
.p9389p41 .a66ga4 {
  gap: 12px; background: transparent;
  border: none; border-radius: 0; overflow: visible;
}
.p81rznu1 .v7av,
.u1ddd4s .v7av,
.p9389p41 .v7av,
.g3ri .v7av {
  gap: 24px;
  padding: 24px 24px;
}
.p81rznu1 .v7av + .v7av,
.g3ri .v7av + .v7av { border-top: none; }
.p81rznu1 .v7av:nth-child(even),
.g3ri .v7av:nth-child(even) { background: var(--bg-surface); }
.p9389p41 .v7av {
  border: var(--bw-hair) solid var(--border-alt);
  border-radius: var(--r-card);
  box-shadow: var(--sh-2);
}
.p81rznu1 .bwamc,
.u1ddd4s .bwamc,
.p9389p41 .bwamc,
.g3ri .bwamc {
  width: 110px; height: 110px; padding: 0;
  border-radius: var(--r-card); overflow: hidden;
}
.p81rznu1 .rje4,
.u1ddd4s .rje4,
.p9389p41 .rje4,
.g3ri .rje4 {
  max-width: 104px; max-height: 104px;
  width: auto; height: auto; object-fit: contain;
}
.g3ri .cttfk { font-size: var(--fs-body); font-weight: 700; }
.p81rznu1 .ahxxyc, .p81rznu1 .i9lrya, .p81rznu1 .wo3f,
.u1ddd4s .ahxxyc, .u1ddd4s .i9lrya, .u1ddd4s .wo3f,
.p9389p41 .ahxxyc, .p9389p41 .i9lrya, .p9389p41 .wo3f,
.g3ri .ahxxyc, .g3ri .i9lrya, .g3ri .wo3f {
  background: transparent;
  padding: 12px 0; align-items: flex-start; text-align: left;
}
.p81rznu1 .uy9hs4b.vykj3c,
.u1ddd4s .uy9hs4b.vykj3c,
.p9389p41 .uy9hs4b.vykj3c,
.g3ri .uy9hs4b.vykj3c {
  padding: 16px 24px !important;
}
.g3ri .uy9hs4b.vykj3c { box-shadow: none; }
@media (max-width: 1080px) {
  .p81rznu1 .v7av,
  .u1ddd4s .v7av,
  .p9389p41 .v7av,
  .g3ri .v7av { gap: 16px; padding: 20px; }
  .p81rznu1 .bwamc,
  .u1ddd4s .bwamc,
  .p9389p41 .bwamc,
  .g3ri .bwamc { width: 92px; height: 92px; }
}
@media (max-width: 900px) {
  .p81rznu1 .bwamc,
  .u1ddd4s .bwamc,
  .p9389p41 .bwamc,
  .g3ri .bwamc { width: 104px; height: 104px; }
}
.nwnfvd9u .uzqdzbd { display: none; }
.ey6dj li::before { color: #2f855a; font-weight: 700; }
.ljkled li::before { color: #9b2c2c; font-weight: 700; }
.eog14::before { color: #2f855a; }
.ss2w18::before { color: #9b2c2c; }
.wqi48  .isnge2, .wqi48  .nsth { border-radius: var(--r-pill); }
.vdo12gl .isnge2, .vdo12gl .nsth { border-radius: 0; }
.fipx6e .isnge2, .fipx6e .nsth { border-radius: var(--r-btn); }
.isnge2, .nsth, .ncqudurr, .vykj3c, .uy9hs4b.vykj3c {
  background: var(--cta);
  color: var(--cta-fg);
}
body { --btn-radius: var(--r-btn); }
body.vdo12gl { --btn-radius: 0px; }
.ncqudurr, .vykj3c, .uy9hs4b.vykj3c, .isnge2, .nsth,
.y6ejofj, .mak0z, .x1tj .isnge2 {
  border-radius: var(--btn-radius) !important;
}
.v1u75 a, .uvgl3r6x a, .azxw8bqb a, .ecmsaw a, .ro49ul 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;
}
.v1u75 a:hover, .uvgl3r6x a:hover, .azxw8bqb a:hover, .ecmsaw a:hover { text-decoration-color: currentColor; }
.o8eg3b   { --hero-a: var(--b-900); --hero-b: var(--b-800); }
.m5y1 .nshd8tuu.pop8 .uw86q,
.m5y1 section.pop8 .uw86q { color: var(--tone-head, var(--text-primary)) !important; text-shadow: none !important; }
.m5y1 .pop8 .j4g0itp { color: var(--text-body); }
.o8eg3b .ywxcu:not(.pop8) .e53ynbn {
  background: linear-gradient(180deg, color-mix(in srgb, var(--n-900) 72%, transparent) 0%, color-mix(in srgb, var(--n-900) 86%, transparent) 100%);
}
.nshd8tuu.ywxcu:not(.pop8) .uw86q,
section.ywxcu:not(.pop8) .uw86q { color: #fff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.45) !important; }
.y8g8l5 .nnve { background: var(--bg-page); border-top-color: var(--border-alt); }
.l6n4n .nnve { background: var(--b-50); border-top-color: var(--b-200); }
.xdimt2cg   { --ftr-fill: var(--b-900); --ftr-edge: var(--b-800); }
.nba3tb6 .nnve, .xdimt2cg .nnve, .wvjde .nnve {
  background: var(--ftr-fill); border-top-color: var(--ftr-edge); color: #fff;
}
.nba3tb6 .nnve :is(.loqc8, .qfoj4),
.xdimt2cg   .nnve :is(.loqc8, .qfoj4),
.wvjde    .nnve :is(.loqc8, .qfoj4) { color: rgba(255,255,255,0.68); }
.nba3tb6 .nnve :is(.j9sidgiy, .sw6ko3g),
.xdimt2cg   .nnve :is(.j9sidgiy, .sw6ko3g),
.wvjde    .nnve :is(.j9sidgiy, .sw6ko3g) { color: rgba(255,255,255,0.7); }
.nba3tb6 .nnve a, .xdimt2cg .nnve a, .wvjde .nnve a { color: rgba(255,255,255,0.9); }
.nba3tb6 .nnve a:hover, .xdimt2cg .nnve a:hover, .wvjde .nnve a:hover { color: #fff; }
.nba3tb6 .nnve .jpt7tqu1,
.xdimt2cg   .nnve .jpt7tqu1,
.wvjde    .nnve .jpt7tqu1 { color: #fff; }
.kakl0ah .a66ga4:not(.rhc1k430) .v7av:first-child {
  background: var(--tone-fill, var(--accent-bg));
  box-shadow: inset var(--bw-bar) 0 0 var(--tone-line, var(--accent));
}
.cvomkby .a66ga4:not(.rhc1k430) {
  background: var(--tone-fill, var(--bg-surface)); padding: 12px; border-radius: var(--r-card);
}
.cvomkby .a66ga4:not(.rhc1k430) .v7av { background: var(--bg-card); border-radius: var(--r-btn); }
.cvomkby .a66ga4:not(.rhc1k430) .v7av + .v7av { margin-top: 8px; border-top: none; }
.xu2wq6 .v7av::before { background: var(--tone-line, var(--accent)); }
.fikuq .v7av:first-child { border-top-color: var(--tone-line, var(--accent)); }
.ro49ul summary:hover::after, .ro49ul[open] summary::after { color: var(--tone-mark, var(--accent)); }
.kzpcgcrs .dz1cs { border-top-color: var(--tone-line, var(--accent)); }
.smlyko .d1b3wrk { background: var(--tone-fill, var(--accent-bg)); }
.v4r7ct .r346wd1 .rje4,
.v4r7ct .q4ds8.r346wd1 img,
.v4r7ct .guf8r.r346wd1 img { border-radius: 22%; }
.v4r7ct .q4ds8.r346wd1 { border-radius: var(--r-card); }
.vtqj .r346wd1 .rje4,
.vtqj .q4ds8.r346wd1 img,
.vtqj .guf8r.r346wd1 img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; }
.vtqj .q4ds8.r346wd1 { border-radius: 50%; padding: 5px; }
.vtqj .r346wd1.bwamc, .v4r7ct .r346wd1.bwamc { overflow: visible; }
.dz1cs, .unh9, .a66ga4:not(.rhc1k430), .fmmgfy5, .ro49ul {
  border: none; box-shadow: var(--sh-card);
}
.uaiohoc .dz1cs, .uaiohoc .unh9,
.uaiohoc .a66ga4:not(.rhc1k430) { box-shadow: var(--sh-lift); }
.qyo7b5 .ro49ul, .f6302it .ro49ul, .i3pmbm .ro49ul { box-shadow: none; }
.i3pmbm .p5vybs { border: none; box-shadow: var(--sh-card); }
.jgbqdez1 .ro49ul { border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.f6302it .ro49ul summary { border: none; box-shadow: var(--sh-card); }
.f6302it .ro49ul[open] summary { box-shadow: none; color: var(--tone-fill-head-raw); }
.fkrzkk .ro49ul summary { color: var(--tone-fill-head-raw); }
.szb8zo4 .dz1cs { border: none; border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); box-shadow: var(--sh-card); }
.k5wv6k, .cig2, .z5z3uu { border: none; box-shadow: var(--panel-sh, none); }
.jytkg .jc91r { border: none; box-shadow: var(--sub-sh, none); }
.xb5stv7 .k5wv6k, .xb5stv7 .z5z3uu { box-shadow: var(--panel-sh, none); }
.xb5stv7 .fmmgfy5, .xb5stv7 .itj7hsz .cig2 { box-shadow: var(--sh-card); }
.xb5stv7 .jytkg .jc91r { box-shadow: var(--sub-sh, none); }
.e41phrsz .jc91r, .xb5stv7 .e41phrsz .jc91r, .uaiohoc .e41phrsz .jc91r { box-shadow: none; border-left: none; border-right: none; border-bottom: none; }
.k5wv6k { background: var(--bg-card-inner); border-radius: var(--r-card); }
.y4aa { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.v9g23 .k5wv6k   { border: none; border-left: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.xmfwt7 .k5wv6k { border: none; border-top: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
.bzbn .k5wv6k     { border: none; }
.bzbn .y4aa { border-bottom: none; color: var(--tone-fill-head, var(--text-primary)); }
.gxob3e .k5wv6k    { border: none; box-shadow: var(--sh-card); }
.cig2 { --cl-head: var(--tone-fill-head, var(--text-primary)); --cl-fg: var(--tone-fill-fg, var(--text-body)); border-radius: var(--r-btn); }
.d6ll6l { --cl-head: var(--sem-warn-fg); --cl-fg: var(--sem-warn-body); }
.cig2 strong, .vr58ykt .cig2 strong, .yald .cig2 strong,
.id7uqo .cig2 strong { color: var(--cl-head); }
.cig2 p, .vr58ykt .cig2 p, .yald .cig2 p,
.id7uqo .cig2 p { color: var(--cl-fg); }
.vr58ykt .cig2 { background: var(--cl-bg, var(--bg-surface)); border: none; border-radius: var(--r-card); padding: 20px 24px; }
.vr58ykt .cig2 strong { display: inline-block; padding-bottom: 6px; margin-bottom: 2px; border-bottom: var(--bw-rule) solid var(--cl-hue); }
.acn1yb .cig2 { border: none; border-top: var(--bw-bar) solid var(--cl-hue); }
.yald .cig2 { border: none; }
.id7uqo .cig2  { border: none; border-left: var(--bw-bar) solid var(--cl-hue); }
.itj7hsz .cig2   { 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); }
.ng03lw { border: none !important; border-radius: 0 0 var(--r-card) var(--r-card); box-shadow: none; }
.ng03lw strong { color: var(--cl-head); }
.v5wl, .f1pg3a6z { border: none; border-radius: var(--r-card); padding: 18px 20px; }
.v5wl ul li, .v5wl .ey6dj li { color: var(--sem-pos-body); }
.f1pg3a6z ul li, .f1pg3a6z .ljkled li { color: var(--sem-neg-body); }
.xnk8 .v5wl, .xnk8 .f1pg3a6z { border: none; }
.h7oqri .v5wl, .h7oqri .f1pg3a6z { border: none; border-radius: 0 0 var(--r-card) var(--r-card); }
.h7oqri .v5wl { border-top: var(--bw-bar) solid var(--sem-pos-line); }
.h7oqri .f1pg3a6z { border-top: var(--bw-bar) solid var(--sem-neg-line); }
.bloipu .v5wl, .bloipu .f1pg3a6z { border: none; border-radius: 0 var(--r-card) var(--r-card) 0; }
.bloipu .v5wl { border-left: var(--bw-bar) solid var(--sem-pos-line); }
.bloipu .f1pg3a6z { border-left: var(--bw-bar) solid var(--sem-neg-line); }
.ey3p .v5wl .tk6t0b9, .ey3p .f1pg3a6z .tk6t0b9 {
  display: inline-block; padding: 3px 12px; border-radius: var(--r-pill); color: #fff; margin-bottom: 12px;
}
.ey3p .v5wl .tk6t0b9 { background: var(--sem-pos-fg); }
.ey3p .f1pg3a6z .tk6t0b9 { background: var(--sem-neg-fg); }
.ey3p .eog14::before, .ey3p .ss2w18::before { color: #fff; }
.cky7 .v5wl ul li, .cky7 .v5wl .ey6dj li,
.cky7 .f1pg3a6z ul li, .cky7 .f1pg3a6z .ljkled li { color: var(--text-body); }
.z5z3uu { background: var(--tone-fill, var(--bg-surface)); border-radius: var(--r-card); }
.bbcjm { color: var(--tone-fill-head, var(--text-primary)); }
.cvl3w .ib5u7em a, .rufq2elk .ib5u7em a, .tbhvbjuz .ib5u7em a {
  border: none; background: var(--bg-card); box-shadow: var(--sh-card); color: var(--text-body);
}
.cvl3w .ib5u7em a:hover, .rufq2elk .ib5u7em a:hover, .tbhvbjuz .ib5u7em a:hover {
  color: var(--tone-link, var(--accent)); box-shadow: var(--sh-lift);
}
.ifz6ph3 .z5z3uu { border-bottom-color: var(--border-alt); }
.ifz6ph3 .ib5u7em a:hover { color: var(--tone-link, var(--accent)); border-bottom-color: var(--tone-mark, var(--accent)); }
.bd61d9gy, .zw8ieb { border: none; }
.bo03pss { background: var(--tone-fill-2, var(--bg-raised)); color: var(--tone-fill-fg, var(--text-primary)); }
.ory8xlb0 { border-top: none; }
.ory8xlb0 > span { color: var(--tone-fill-head, var(--text-primary)); }
.t5kyr em, .rwfqr em, .g38hdz1 em, .f8gihv14 em { color: var(--tone-fill-muted, var(--text-muted)); }
.smlyko .d1b3wrk { border-bottom: none; }
.szb8zo4 .d1b3wrk { border-bottom: none; }
.q4ds8.r346wd1 { border: none; padding: 0; background: transparent; width: 96px; height: 96px; }
.q4ds8.r346wd1 img { max-width: 96px; max-height: 96px; width: 96px; height: 96px; object-fit: cover; border-radius: var(--r-btn); }
.v4r7ct .q4ds8.r346wd1 img { border-radius: 22%; }
.vtqj  .q4ds8.r346wd1 img { border-radius: 50%; }
.vtqj  .q4ds8.r346wd1 { padding: 0; }
@media (min-width: 900px) {
  .vhe79 .ssqh > .dz1cs:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.v0ypx3q li::marker { color: var(--tone-mark, var(--accent)); }
.t9m0w4jo li::marker { color: var(--tone-mark, var(--accent)); font-weight: 700; }
.hnj35 li::marker { color: var(--tone-mark, var(--accent)); }
.l8dr h2.vtbx3i2 { border-left-color: var(--tone-mark, var(--accent)); border-left-width: 4px; }
.vtuh h2.vtbx3i2 { border-bottom-color: var(--tone-mark, var(--accent)); }
.zyszdn h2.vtbx3i2 { border-top-color: var(--tone-mark, var(--accent)); }
.cvjo .jc91r, .ad1bk3ss .jc91r, .v0woma .jc91r,
.cvjo .cig2, .ad1bk3ss .cig2, .v0woma .cig2,
.cvjo .e8wo, .ad1bk3ss .e8wo, .v0woma .e8wo,
.cvjo .fmmgfy5, .ad1bk3ss .fmmgfy5, .v0woma .fmmgfy5 { clear: both; }
.igau2v .rzkk0zlx { box-shadow: var(--sh-card); }
.fmmgfy5 { border-radius: var(--r-card); }
.b953yxc2 .dx2n { border: none; }
.diglv3t .l1wd a { color: var(--b-800); }
.diglv3t .l1wd a:hover { color: var(--b-600); }
.m5y1 .nshd8tuu.pop8 .uw86q,
.m5y1 section.pop8 .uw86q,
.m5y1 .mi2ic3lb .uw86q { color: var(--b-900) !important; }
.m5y1 .pop8 .j4g0itp, .m5y1 .mi2ic3lb .j4g0itp { color: var(--b-800); }
.l6n4n .nnve, .l6n4n .nnve a { color: var(--b-800); }
.l6n4n .nnve :is(.loqc8, .qfoj4, .j9sidgiy) { color: var(--b-700); }
.tomvel { border: none; border-radius: var(--r-card); box-shadow: var(--sh-card); }
.isnge2 { border: none; }
.kw5u4r .isnge2 { background: #fff !important; color: var(--cta) !important; }
.s9cvmwv .tomvel { background: var(--b-100); border: none; }
.s9cvmwv .ns1um7po { color: var(--b-900); }
.s9cvmwv .zor9qld { color: var(--b-800); }
.isov9 .tomvel { background: var(--b-900); border: none; border-radius: var(--r-card); }
.isov9 .ns1um7po { color: #fff; }
.isov9 .zor9qld { color: rgba(255,255,255,0.82); }
.hbo7 .tomvel { background: linear-gradient(120deg, var(--b-900), var(--b-near, var(--b-800))); }
.hbo7 .isnge2 { background: #fff !important; color: var(--b-800) !important; }
.yehyxf0 { padding: 0; overflow: hidden; box-shadow: 0 0 0 3px rgba(255,255,255,0.9), var(--sh-2); }
.n0jt8x { width: 100%; height: 100%; object-fit: cover; }
h2.vtbx3i2, .uw86q, h1.vtbx3i2, .ns1um7po { font-weight: 700; }
.lw4pu h3, h3.rjnma { font-weight: 600; }
.je6l1t { font-weight: 600; color: var(--tone-head, var(--text-primary)); }
.v0ypx3q { list-style: none !important; padding-left: 0; margin: 16px 0; }
.v0ypx3q li { position: relative; padding-left: 34px; margin-bottom: 12px; line-height: var(--lh-snug); }
.v0ypx3q li::before {
  content: ""; position: absolute; left: 0; top: 0.12em;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--tone-soft, var(--accent-bg));
}
.v0ypx3q 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);
}
.huyxt .v0ypx3q li { padding-left: 28px; }
.huyxt .v0ypx3q 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));
}
.huyxt .v0ypx3q li::after { content: none; }
.huyxt .v0ypx3q li::marker, .v0ypx3q li::marker { content: ""; }
.t9m0w4jo { list-style: none !important; counter-reset: el-step; padding-left: 0; margin: 16px 0; }
.t9m0w4jo li { list-style: none; counter-increment: el-step; position: relative; padding-left: 42px; margin-bottom: 14px; line-height: var(--lh-snug); min-height: 28px; }
.t9m0w4jo 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;
}
.huyxt .t9m0w4jo li::before { border-radius: 50%; }
.t9m0w4jo li::marker { content: ""; }
.hnj35 { list-style: none; padding-left: 16px; }
.hnj35 li { position: relative; padding-left: 16px; }
.hnj35 li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone-mark, var(--accent)); }
.hnj35 li::marker { content: ""; }
h3.rjnma { color: var(--tone-sub, var(--tone-head, var(--text-primary))); }
.v1u75 strong, .uvgl3r6x strong, .uk53 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");
}
.ey6dj li::before, .ljkled 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);
}
.ljkled li::before { -webkit-mask-image: var(--ico-cross); mask-image: var(--ico-cross); background: var(--sem-neg-line); }
.ey6dj li, .ljkled li { position: relative; padding-left: 28px !important; margin-bottom: 8px; line-height: var(--lh-snug); }
.eog14::before, .ss2w18::before { content: none !important; display: none !important; }
.tk6t0b9 { font-size: var(--fs-caption); text-transform: uppercase; letter-spacing: var(--ls-label); margin-bottom: 12px; }
.nwnfvd9u .uzqdzbd, .uzqdzbd {
  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;
}
.n6m1 .uzqdzbd     { -webkit-mask-image: var(--ico-bulb); mask-image: var(--ico-bulb); }
.d6ll6l .uzqdzbd { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-warn-line); }
.q9u5c .uzqdzbd  { -webkit-mask-image: var(--ico-warn); mask-image: var(--ico-warn); --cl-ico: var(--sem-neg-line); }
.ng03lw .uzqdzbd, .wg2w .uzqdzbd { -webkit-mask-image: var(--ico-shield); mask-image: var(--ico-shield); }
.uzqdzbd::before { content: none !important; }
.cig2 { gap: 14px; }
.dz1cs { --rv-pad: 24px; }
.d1b3wrk { padding: var(--rv-pad); }
.olcys { padding: var(--rv-pad); display: flex; flex-direction: column; gap: 20px; }
.olcys > * { margin: 0 !important; }
.ecmsaw { line-height: var(--lh-read); }
.ory8xlb0 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 14px 24px; padding: 18px var(--rv-pad); align-items: start;
}
.ory8xlb0 > span { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: var(--fs-sm); }
.ory8xlb0 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)); }
.ory8xlb0 b { font-weight: 700; color: var(--tone-fill-head, var(--text-primary)); line-height: var(--lh-tight); overflow-wrap: anywhere; }
.xejjsge { gap: 16px; }
.cky7 .v5wl, .cky7 .f1pg3a6z { padding: 0; }
.cky7 .f1pg3a6z { padding-left: 20px; }
.gch9 { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: var(--fs-caption); }
.xejjsge + .gch9 { padding-top: 20px; border-top: var(--bw-hair) solid var(--border-alt); }
.noba2g8 { 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); }
.bd61d9gy, .bo03pss, .ex9ehi {
  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));
}
.ng03lw { padding: 20px var(--rv-pad) 22px !important; align-items: flex-start; border-top: var(--bw-hair) solid var(--border-alt) !important; }
.ng03lw strong, .vr58ykt .ng03lw strong,
.wg2w strong, .vr58ykt .wg2w 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));
}
.ng03lw p, .wg2w p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-read); }
.ng03lw { border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; }
.qbg936o5 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); }
.qbg936o5 .wh3d { color: inherit; opacity: .7; }
.jytkg .jc91r { padding-left: var(--sub-pad-x, 20px); padding-right: var(--sub-pad-x, 20px); }
.dyzi205 h2.vtbx3i2 { 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); }
.kckrgpa .isov9 .isnge2, .kckrgpa .hbo7 .isnge2,
.kckrgpa .o8eg3b .pop8 .ncqudurr { background: #fff !important; color: var(--b-900) !important; }
.kckrgpa.o8eg3b .pop8 .ncqudurr,
.kckrgpa.vlhn4 .p1r0sc, .kckrgpa.wvjde .nnve .vykj3c { background: #fff !important; color: var(--b-900) !important; }
.vhe79 .ssqh { align-items: stretch; }
.dz1cs { display: flex; flex-direction: column; }
.dz1cs .olcys { flex: 1 1 auto; }
.dz1cs .ng03lw { margin-top: auto !important; }
.dx2n { font-size: var(--fs-sm); }
.dx2n th {
  padding: 13px 16px; font-size: var(--fs-caption); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-label); vertical-align: bottom;
}
.dx2n td { padding: 13px 16px; vertical-align: top; line-height: var(--lh-snug); }
.dx2n td:first-child { font-weight: 600; color: var(--text-primary); }
.dx2n tbody tr:last-child td { border-bottom: none; }
.dx2n tbody tr:hover td { background: var(--tone-fill-raw, var(--bg-hover)); }
.b9m6b .dx2n th { color: var(--tone-sub, var(--text-primary)); border-bottom: var(--bw-rule) solid var(--tone-mark, var(--border)); padding-bottom: 11px; }
.b953yxc2 .dx2n th, .b953yxc2 .dx2n td { border: none; border-bottom: var(--bw-hair) solid var(--border-alt); }
.b953yxc2 .dx2n th + th, .b953yxc2 .dx2n td + td { border-left: var(--bw-hair) solid var(--border-alt); }
.b953yxc2 .dx2n tbody tr:last-child td { border-bottom: none; }
.modoeel .b953yxc2 .dx2n th + th, .z628g .b953yxc2 .dx2n th + th,
.jf5x.b953yxc2 .dx2n th + th { border-left-color: rgba(255,255,255,0.16); }
.s4w97bf4 .dx2n tbody tr:nth-child(even) td { background: var(--tone-fill-raw, var(--bg-surface)); }
.znw9xuui { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 20px; margin: 20px 0; }
.k5wv6k {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 24px 22px 22px; transition: transform .15s ease, box-shadow .15s ease;
}
.k5wv6k:hover { transform: translateY(-2px); box-shadow: var(--sh-lift); }
.hmf5, .lwlm5 .hmf5 {
  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;
}
.twnah1 .hmf5 { border-radius: 50%; padding: 14px; }
.k498cwf .k5wv6k { align-items: center; text-align: center; }
.k498cwf .hnj35 { text-align: left; }
.y4aa, .dmum7 .y4aa, .bzbn .y4aa {
  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));
}
.qk17 { padding: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-body); }
.hnj35 { 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); }
.hnj35 li { margin-bottom: 6px; line-height: var(--lh-snug); }
.lywf .y4aa { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.lywf .y4aa::before { display: inline-flex; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; margin: 0; }
.k498cwf.lywf .y4aa, .twnah1.lywf .y4aa { align-items: center; }
.x2ssq .k5wv6k { padding-left: 0; padding-right: 0; }
.x2ssq .k5wv6k:hover { transform: none; box-shadow: none; }
.k5wv6k, .bzbn .k5wv6k { background: var(--bg-card); box-shadow: var(--sh-card); }
.xb5stv7 .k5wv6k, .uaiohoc .k5wv6k { box-shadow: var(--sh-card); }
.x2ssq .k5wv6k, .xb5stv7 .x2ssq .k5wv6k { background: none; box-shadow: none; }
@media (min-width: 1000px) {
  .znw9xuui:has(> :nth-child(5):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .znw9xuui:has(> :nth-child(5):last-child) .k5wv6k { padding: 20px 16px 18px; }
  .znw9xuui:has(> :nth-child(6):last-child), .znw9xuui:has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .znw9xuui:has(> :nth-child(7):last-child), .znw9xuui:has(> :nth-child(8):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
[dir="rtl"] .v0ypx3q li, [dir="rtl"] .huyxt .v0ypx3q li { padding-left: 0; padding-right: 34px; }
[dir="rtl"] .huyxt .v0ypx3q li { padding-right: 28px; }
[dir="rtl"] .v0ypx3q li::before { left: auto; right: 0; }
[dir="rtl"] .huyxt .v0ypx3q li::before { left: auto; right: 6px; }
[dir="rtl"] .v0ypx3q li::after { left: auto; right: 9px; }
[dir="rtl"] .t9m0w4jo li { padding-left: 0; padding-right: 42px; }
[dir="rtl"] .t9m0w4jo li::before { left: auto; right: 0; }
[dir="rtl"] .hnj35 { padding-left: 0; padding-right: 0; }
[dir="rtl"] .hnj35 li { padding-left: 0; padding-right: 16px; }
[dir="rtl"] .hnj35 li::before { left: auto; right: 0; }
[dir="rtl"] .ey6dj li, [dir="rtl"] .ljkled li { padding-left: 0 !important; padding-right: 28px !important; }
[dir="rtl"] .ey6dj li::before, [dir="rtl"] .ljkled li::before { left: auto; right: 0; }
[dir="rtl"] .bloipu .v5wl, [dir="rtl"] .bloipu .f1pg3a6z { border-left: none; border-radius: var(--r-card) 0 0 var(--r-card); }
[dir="rtl"] .bloipu .v5wl { border-right: var(--bw-bar) solid var(--sem-pos-line); }
[dir="rtl"] .bloipu .f1pg3a6z { border-right: var(--bw-bar) solid var(--sem-neg-line); }
[dir="rtl"] .cky7 .f1pg3a6z { padding-left: 0; padding-right: 20px; border-left: none; border-right: var(--bw-hair) solid var(--border); }
[dir="rtl"] .cig2, [dir="rtl"] .id7uqo .cig2, [dir="rtl"] .itj7hsz .cig2 { border-left: none; border-right: var(--bw-bar) solid var(--cl-hue); }
[dir="rtl"] .vr58ykt .cig2, [dir="rtl"] .acn1yb .cig2, [dir="rtl"] .yald .cig2 { border-right: none; }
[dir="rtl"] .l8dr h2.vtbx3i2 { border-left: none; border-right: 4px solid var(--tone-mark, var(--accent)); padding-left: 0; padding-right: 16px; }
[dir="rtl"] .v9g23 .k5wv6k { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .k5wv6k { align-items: flex-start; text-align: right; }
[dir="rtl"] .dx2n th, [dir="rtl"] .dx2n td { text-align: right; }
[dir="rtl"] .b953yxc2 .dx2n th + th, [dir="rtl"] .b953yxc2 .dx2n td + td { border-left: none; border-right: var(--bw-hair) solid var(--border-alt); }
[dir="rtl"] .jgbqdez1 .ro49ul, [dir="rtl"] .fkrzkk .ro49ul summary { border-left: none; border-right: var(--bw-bar) solid var(--tone-mark, var(--accent)); }
[dir="rtl"] .ro49ul summary::after { margin: -4px 0 0 4px; }
[dir="rtl"] .kakl0ah .a66ga4:not(.rhc1k430) .v7av:first-child { box-shadow: inset calc(-1 * var(--bw-bar)) 0 0 var(--tone-line, var(--accent)); }
@media (max-width: 900px) {
  .v7av { gap: 0 14px; padding: 16px; }
  .v7av::after { content: ""; order: 2; flex: 0 0 100%; height: 0; margin-top: 14px; border-top: var(--bw-hair) solid var(--border-alt); }
  .sf2gfpy, .wm7xs { flex: 1 1 0; min-width: 0; }
  .w44w { flex: 0 0 auto; }
  .r9p87 { align-self: center; }
  
  .ahxxyc, .i9lrya, .wo3f,
  .uotek6, .zhwyq, .hxmr,
  .spb1, .guzwkhhm, .gydzcz0 {
    flex: 1 1 calc(50% - 7px); min-width: calc(50% - 7px); margin-top: 14px;
  }
  
  .ahxxyc, .i9lrya, .wo3f { flex-basis: 100%; min-width: 100%; }
  
  .eu2e2, .nlqy946 { flex: 1 1 100%; min-width: 100%; margin-top: 14px; }
  .wdb9sd, .wicd5xr4 { flex-wrap: nowrap; overflow: hidden; gap: 6px; }
  .wicd5xr4 .zw8ieb:nth-child(n+3) { display: inline-block; }
  .wicd5xr4 .zw8ieb:nth-child(n+4) { display: none; }
  
  .zfdquk6l, .asgeser { margin-top: 16px; }
  .n8e2k { text-align: center; display: block; margin-top: 8px; }
}
@media (max-width: 360px) {
  .uotek6, .zhwyq, .hxmr,
  .spb1, .guzwkhhm, .gydzcz0 { flex-basis: 100%; min-width: 100%; }
}
.bwamc.r346wd1, .s45tat .bwamc.r346wd1, .tto64v .bwamc.r346wd1,
.nuoj20w .bwamc.r346wd1, .h7aniz .bwamc.r346wd1,
.guf8r.r346wd1, .s45tat .guf8r.r346wd1, .tto64v .guf8r.r346wd1,
.nuoj20w .guf8r.r346wd1, .h7aniz .guf8r.r346wd1 {
  background: transparent; padding: 0; width: auto; height: auto;
}
.s45tat .bwamc.r346wd1 .rje4, .tto64v .bwamc.r346wd1 .rje4,
.nuoj20w .bwamc.r346wd1 .rje4, .h7aniz .bwamc.r346wd1 .rje4 { max-height: 88px; max-width: 88px; }
@media (max-width: 900px) {
  .bwamc.r346wd1 .rje4 { max-height: 64px; max-width: 64px; }
  
  .wicd5xr4 { flex-wrap: wrap; overflow: visible; }
  .wicd5xr4 .zw8ieb { max-width: 100%; }
}
.d4om { display: none; }
.xks0qg, .njye { display: contents; }
.ng03lw, .yald .ng03lw, .itj7hsz .ng03lw { background: transparent !important; }
.gch9 .bd61d9gy, .gch9 .bo03pss, .gch9 .ex9ehi { background: var(--bg-surface); color: var(--text-body); }
.qbg936o5 { align-items: center; gap: 10px; }
.qbg936o5 strong { font-size: calc(var(--fs-lead) + 2px); font-weight: 700; padding: 2px 10px; }
.dkt8px {
  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);
}
.q4s8 { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.q4s8 em { font-size: var(--fs-caption); font-style: normal; font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-label); color: var(--text-muted); }
.q4s8 b { font-size: var(--fs-sm); font-weight: 700; color: var(--text-primary); line-height: var(--lh-tight); }
.dkt8px .vykj3c { flex-shrink: 0; white-space: nowrap; padding: 12px 22px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
@media (max-width: 480px) {
  .dkt8px { flex-direction: column; align-items: stretch; }
  .dkt8px .vykj3c { text-align: center; }
}
@media (min-width: 900px) {
  .uqh85e .ssqh, .uqh85e.vhe79 .ssqh { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .uqh85e .dz1cs:has(> .xks0qg) { display: grid; grid-template-columns: 296px minmax(0, 1fr); align-items: stretch; }
  .uqh85e .dz1cs:has(> .xks0qg) > .dkt8px { display: none; }

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

  .uqh85e .njye { display: flex; flex-direction: column; min-width: 0; }
  .uqh85e .njye .h0n7rlm { margin: 24px 24px 0; border-radius: var(--r-card); overflow: hidden; }
  .uqh85e .njye .h0n7rlm img.uj31boff { max-height: 250px; }
  .uqh85e .njye .olcys { flex: 1 1 auto; }
  
  .uqh85e .njye .xejjsge { grid-template-columns: 1fr 1fr; gap: 20px; }
  .uqh85e .njye .gch9 { flex-wrap: wrap; }
  .uqh85e .njye .noba2g8 { flex: 0 0 auto; margin: 0 8px 0 0; }
  .uqh85e .dz1cs:last-child:nth-child(odd) { grid-column: auto; }
  
  .uqh85e.smlyko .d1b3wrk, .uqh85e.kzpcgcrs .d1b3wrk { background: none; }
}
[dir="rtl"] .uqh85e .xks0qg .ory8xlb0 b { text-align: left; }
[dir="rtl"] .uqh85e .xks0qg .ory8xlb0 > .t5kyr b { text-align: right; }
[dir="rtl"] .uqh85e .njye .noba2g8 { margin: 0 0 0 8px; }
.b48fgf .dz1cs .h0n7rlm { order: -1; }
.b48fgf .dz1cs .h0n7rlm img.uj31boff { max-height: 210px; width: 100%; }
.b48fgf .dz1cs:has(.h0n7rlm) .d1b3wrk { position: relative; margin-top: -44px; padding-top: 0; background: none; align-items: flex-end; }
.b48fgf .dz1cs:has(.h0n7rlm) .q4ds8 { box-shadow: 0 0 0 4px var(--bg-card), var(--sh-card); border-radius: var(--r-btn); background: var(--bg-card); }
.b48fgf.vtqj .dz1cs:has(.h0n7rlm) .q4ds8 { border-radius: 50%; }
.b48fgf .dz1cs:has(.h0n7rlm) .lw4pu,
.b48fgf .dz1cs:has(.h0n7rlm) .knhjqic8 { padding-top: 52px; }
.b48fgf.smlyko .d1b3wrk, .b48fgf.kzpcgcrs .d1b3wrk { background: none; }
.pjst1 .dz1cs .h0n7rlm { display: none; }
.pjst1 .dz1cs { --rv-pad: 20px; }
.pjst1 .ecmsaw { font-size: var(--fs-sm); line-height: 1.65; }
.pjst1 .olcys { gap: 16px; }
.pjst1 .gch9 + .gch9 { display: none; }
.pjst1 .q4ds8.r346wd1, .pjst1 .q4ds8.r346wd1 img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; }
.twnah1 .k5wv6k { align-items: center; text-align: center; }
.twnah1 .hnj35 { text-align: left; }
.u00do7 .znw9xuui, .u00do7 .znw9xuui:has(> :nth-child(5):last-child),
.u00do7 .znw9xuui:has(> :nth-child(6):last-child), .u00do7 .znw9xuui:has(> :nth-child(7):last-child),
.u00do7 .znw9xuui:has(> :nth-child(8):last-child), .u00do7 .znw9xuui:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.u00do7 .k5wv6k { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 18px; align-items: start; padding: 22px; }
.u00do7 .hmf5, .u00do7 .jchswie3 { grid-column: 1; grid-row: 1 / span 3; width: 64px; height: 64px; padding: 10px; margin: 0; border-radius: 14px; align-self: start; }
.u00do7 .y4aa, .u00do7 .qk17, .u00do7 .hnj35 { grid-column: 2; }
.u00do7 .k5wv6k > .y4aa:first-child, .u00do7 .k5wv6k > .y4aa:first-child ~ * { grid-column: 1 / -1; }
[dir="rtl"] .u00do7 .k5wv6k { direction: rtl; }
.c14cf2 .k5wv6k { padding: 0 0 22px; align-items: stretch; overflow: hidden; }
.c14cf2 .hmf5 {
  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;
}
.c14cf2 .jchswie3 { margin: 24px auto 16px; }
.c14cf2 .y4aa, .c14cf2 .qk17 { padding-left: 22px; padding-right: 22px; }
.c14cf2 .hnj35 { margin-left: 22px; margin-right: 22px; }
.c14cf2 .znw9xuui:has(> :nth-child(5):last-child) .k5wv6k { 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"); }
.hnj35 { padding-left: 0 !important; }
.hnj35 li { padding-left: 22px; margin-bottom: 8px; }
.hnj35 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"] .hnj35 li { padding-left: 0; padding-right: 22px; }
.ory8xlb0:has(> :nth-child(4):last-child) { grid-template-columns: 1fr 1fr; }
@media (min-width: 900px) {
  
  .uqh85e .dz1cs:has(> .xks0qg) {
    overflow: clip;
    background: linear-gradient(to right, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px);
  }
  [dir="rtl"] .uqh85e .dz1cs:has(> .xks0qg) { background: linear-gradient(to left, var(--tone-fill-raw, var(--bg-surface)) 296px, var(--bg-card) 296px); }
  .uqh85e .xks0qg { background: none; align-self: start; position: sticky; top: 96px; }
  .uqh85e .xks0qg .ory8xlb0 { align-items: stretch; }
  .uqh85e .xks0qg .knhjqic8 { margin-top: 0; padding: 20px 0 0; }
  .uqh85e .xks0qg .lw4pu { padding: 0; }
  
  .uqh85e.vlfo .xks0qg .q4ds8 { width: 96px; height: 96px; min-height: 0; padding: 0; }
  .uqh85e.vlfo .xks0qg .q4ds8:not(.r346wd1) { width: 112px; height: 112px; padding: 6px; }
}
.b48fgf.vlfo .d1b3wrk { padding: 0 var(--rv-pad) var(--rv-pad); gap: 12px 20px; overflow: visible; }
.b48fgf.vlfo .q4ds8 { width: 96px; height: 96px; min-height: 0; padding: 0; align-self: flex-end; }
.b48fgf.vlfo .lw4pu, .b48fgf.vlfo .knhjqic8 { padding-left: 0; padding-right: 0; padding-bottom: 0; }
.u00do7 .znw9xuui, .u00do7 .znw9xuui:has(> :nth-child(5):last-child),
.u00do7 .znw9xuui:has(> :nth-child(6):last-child), .u00do7 .znw9xuui:has(> :nth-child(7):last-child),
.u00do7 .znw9xuui:has(> :nth-child(8):last-child), .u00do7 .znw9xuui:has(> :nth-child(9):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.u00do7 .znw9xuui > :last-child:nth-child(odd) { grid-column: 1 / -1; }
.u00do7 .k5wv6k { display: block; position: relative; padding: 22px 22px 22px 104px; min-height: 108px; box-sizing: border-box; }
.u00do7 .hmf5, .u00do7 .jchswie3 { position: absolute; left: 22px; top: 22px; margin: 0; }
.u00do7 .k5wv6k:not(:has(.hmf5, .jchswie3)) { padding-left: 22px; }
[dir="rtl"] .u00do7 .k5wv6k { padding: 22px 104px 22px 22px; }
[dir="rtl"] .u00do7 .hmf5, [dir="rtl"] .u00do7 .jchswie3 { left: auto; right: 22px; }
@media (max-width: 700px) { .u00do7 .znw9xuui { grid-template-columns: minmax(0, 1fr) !important; } }
.u00do7 .znw9xuui .k5wv6k { padding: 22px 22px 22px 104px !important; }
.u00do7 .znw9xuui .k5wv6k:not(:has(.hmf5, .jchswie3)) { padding-left: 22px !important; }
[dir="rtl"] .u00do7 .znw9xuui .k5wv6k { padding: 22px 104px 22px 22px !important; }
@media (max-width: 560px) {
  .xejjsge, .e8wo { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .cky7 .f1pg3a6z, [dir="rtl"] .cky7 .f1pg3a6z {
    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;
  }
  
  .b48fgf .dz1cs:has(.h0n7rlm) .lw4pu { padding-top: 0; }
}
.kjxj7 p, .uvydwynz, .k3do, .asqkabcd, .fean,
.nagu, .xcd99dno, .j8lm, .edyag p, .phsip p { color: var(--text-body); }
.sr0k { color: var(--text-body); font-size: var(--fs-lead); line-height: 1.55; }
.kgrn, .ys59 .kgrn, .f9sa7,
.ckkl1, .ynstmcp, .l9yk1,
.edyag h2, .edyag h3, .ltrjsf5n h2, .v3k7ee7o 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;
}
.l2ab44c { font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: balance; }
.vo89rbe { font-weight: 700; letter-spacing: -0.02em; }
.k3do, .asqkabcd { list-style: none !important; padding-left: 0; }
.k3do li, .asqkabcd li { position: relative; padding-left: 28px; margin-bottom: 12px; line-height: var(--lh-snug); }
.k3do li::marker, .asqkabcd li::marker { content: ""; }
.k3do li::before, .asqkabcd 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"] .k3do li, [dir="rtl"] .asqkabcd li { padding-left: 0; padding-right: 28px; }
[dir="rtl"] .k3do li::before, [dir="rtl"] .asqkabcd li::before { left: auto; right: 6px; }
.phsip, .a57hx, .edyag { border: none; box-shadow: var(--sh-card); background: var(--bg-card); border-radius: var(--r-card); }
.kjxj7 a:not(.vykj3c):not(.ncqudurr) { color: var(--tone-link, var(--accent)); }
@media (max-width: 640px) {
  .x1tj .tomvel {
    flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 12px !important; padding: 10px 44px 10px 12px !important;
  }
  .x1tj .yehyxf0 { 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); }
  .x1tj .x731fghy { flex: 1 1 0; min-width: 0; }
  .x1tj .ns1um7po {
    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;
  }
  .x1tj .isnge2 { width: auto !important; flex: 0 0 auto; padding: 10px 14px !important; font-size: var(--fs-label) !important; }
  .jmca4qgm { top: 50%; right: 24px; transform: translateY(calc(-50% - 7px)); width: 22px; height: 22px; }
}
.lbbz4ke h1, .lbbz4ke h2, .lbbz4ke h3, .lbbz4ke .uw86q,
.lbbz4ke h2.vtbx3i2, .lbbz4ke h1.vtbx3i2 { font-weight: 600; }
.wbpjm h1, .wbpjm h2, .wbpjm h3, .wbpjm .uw86q,
.wbpjm h2.vtbx3i2, .wbpjm h1.vtbx3i2 { font-weight: 700; }
.fqnvz5y h1, .fqnvz5y .uw86q, .fqnvz5y h1.vtbx3i2,
.enay.lbbz4ke .uw86q { font-weight: 600; }
h3.rjnma, .wbpjm h3.rjnma, .lw4pu h3, .wbpjm .lw4pu h3 { font-weight: 600; }
.yboh1qe .l1wd a, .rqmrkeg4 .l1wd a { font-weight: 600; }
.zgr8z9 .wwvs0 { font-weight: 600; }
.zgr8z9 .v3vpduk { font-weight: 700; }
.cttfk { font-weight: 600; }
.v3vpduk { font-weight: 700; }
.j4g0itp { font-weight: 400; }
.ni405r7r { display: block; }
.i54iz5 { max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.i54iz5 .z5z3uu { margin: 20px 0 8px; }
.rxq7czt { scroll-margin-top: calc(var(--nav-h, 64px) + 20px); }
@media (max-width: 640px) { .i54iz5 { padding: 0 16px; } }
@media (min-width: 1100px) {
  .h08op .qobic, .xxsh9vt .qobic, .ixco7t .qobic,
  .h08op .ni405r7r, .xxsh9vt .ni405r7r, .ixco7t .ni405r7r { max-width: 1280px; }
  .h08op .ni405r7r, .xxsh9vt .ni405r7r, .ixco7t .ni405r7r {
    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;
  }
  .xxsh9vt .ni405r7r, .ixco7t .ni405r7r { grid-template-columns: minmax(0, 1fr) 264px; }
  .xxsh9vt .i54iz5, .ixco7t .i54iz5 { order: 2; }
  .h08op .i54iz5, .xxsh9vt .i54iz5, .ixco7t .i54iz5 {
    max-width: none; margin: 0; padding: 0; position: sticky; top: calc(var(--nav-h, 64px) + 24px);
  }
  .h08op .x8a354, .xxsh9vt .x8a354, .ixco7t .x8a354 {
    display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - var(--nav-h, 64px) - 48px);
  }
  
  .h08op .r0vyvo .h2bbvp, .xxsh9vt .r0vyvo .h2bbvp,
  .ixco7t .r0vyvo .h2bbvp { max-width: none; padding-left: 0; padding-right: 0; }
  .h08op .r0vyvo > .rxq7czt:first-child, .xxsh9vt .r0vyvo > .rxq7czt:first-child,
  .ixco7t .r0vyvo > .rxq7czt:first-child { padding-top: 0; }
  .h08op .r0vyvo > .rxq7czt:first-child .h2bbvp, .xxsh9vt .r0vyvo > .rxq7czt:first-child .h2bbvp,
  .ixco7t .r0vyvo > .rxq7czt:first-child .h2bbvp { padding-top: 0; }

  
  .h08op .i54iz5 .z5z3uu, .xxsh9vt .i54iz5 .z5z3uu, .ixco7t .i54iz5 .z5z3uu {
    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;
  }
  .h08op .i54iz5 .bbcjm, .xxsh9vt .i54iz5 .bbcjm, .ixco7t .i54iz5 .bbcjm {
    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);
  }
  .h08op .i54iz5 .ib5u7em, .xxsh9vt .i54iz5 .ib5u7em, .ixco7t .i54iz5 .ib5u7em {
    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);
  }
  .h08op .i54iz5 .ib5u7em li, .xxsh9vt .i54iz5 .ib5u7em li, .ixco7t .i54iz5 .ib5u7em li {
    display: block !important; margin: 0 !important;
  }
  .h08op .i54iz5 .ib5u7em li::before, .xxsh9vt .i54iz5 .ib5u7em li::before, .ixco7t .i54iz5 .ib5u7em li::before,
  .h08op .i54iz5 .ib5u7em li::after, .xxsh9vt .i54iz5 .ib5u7em li::after, .ixco7t .i54iz5 .ib5u7em li::after,
  .h08op .i54iz5 .ib5u7em a::before, .xxsh9vt .i54iz5 .ib5u7em a::before, .ixco7t .i54iz5 .ib5u7em a::before {
    content: none !important; display: none !important;
  }
  .h08op .i54iz5 .ib5u7em a, .xxsh9vt .i54iz5 .ib5u7em a, .ixco7t .i54iz5 .ib5u7em 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;
  }
  .h08op .i54iz5 .ib5u7em a:hover, .xxsh9vt .i54iz5 .ib5u7em a:hover, .ixco7t .i54iz5 .ib5u7em a:hover { color: var(--text-primary) !important; }
  .h08op .i54iz5 .ib5u7em a.u4usb, .xxsh9vt .i54iz5 .ib5u7em a.u4usb, .ixco7t .i54iz5 .ib5u7em a.u4usb {
    color: var(--tone-link, var(--accent)) !important; font-weight: 600 !important;
    border-left-color: var(--tone-mark, var(--accent)) !important;
  }

  
  .ixco7t .hxoz {
    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);
  }
  .ggnxn { font-size: var(--fs-caption); font-weight: 700; text-transform: uppercase; letter-spacing: var(--ls-wide); color: var(--tone-link, var(--accent)); }
  .m27e19 { display: flex; align-items: center; gap: 12px; min-width: 0; }
  .h7id63 { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: var(--r-btn); }
  .vtqj .h7id63 { border-radius: 50%; }
  .ofa7wt3w { font-weight: 700; font-size: var(--fs-sm); line-height: var(--lh-tight); color: var(--text-primary); min-width: 0; overflow-wrap: anywhere; }
  .hw8hph { font-size: var(--fs-body); font-weight: 700; line-height: var(--lh-tight); color: var(--text-primary); }
  .pb2p4wr { display: block; text-align: center; padding: 12px 16px !important; font-size: var(--fs-sm) !important; font-weight: 700; }
}
[dir="rtl"] .i54iz5 .ib5u7em { border-left: none !important; border-right: var(--bw-rule) solid var(--border-alt); }
@media (min-width: 1100px) {
  [dir="rtl"] .h08op .i54iz5 .ib5u7em a, [dir="rtl"] .xxsh9vt .i54iz5 .ib5u7em a, [dir="rtl"] .ixco7t .i54iz5 .ib5u7em 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"] .h08op .i54iz5 .ib5u7em a.u4usb, [dir="rtl"] .xxsh9vt .i54iz5 .ib5u7em a.u4usb, [dir="rtl"] .ixco7t .i54iz5 .ib5u7em a.u4usb { border-right-color: var(--tone-mark, var(--accent)) !important; }
}
[dir="rtl"] .ub5y .i54iz5 .ib5u7em, [dir="rtl"] .f8cr .i54iz5 .ib5u7em,
[dir="rtl"].ub5y .i54iz5 .ib5u7em, [dir="rtl"].f8cr .i54iz5 .ib5u7em { border-right: none; }
@media (max-width: 1099px) { [dir="rtl"] .i54iz5 .ib5u7em { border-right: none; } }
.f8cr .i54iz5 {
  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);
}
.f8cr .i54iz5 .z5z3uu {
  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;
}
.f8cr .i54iz5 .bbcjm { display: none !important; }
.f8cr .i54iz5 .ib5u7em {
  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;
}
.f8cr .i54iz5 .ib5u7em::-webkit-scrollbar { display: none; }
.f8cr .i54iz5 .ib5u7em li { flex: 0 0 auto; margin: 0 !important; display: block !important; }
.f8cr .i54iz5 .ib5u7em li::before, .f8cr .i54iz5 .ib5u7em li::after,
.f8cr .i54iz5 .ib5u7em a::before { content: none !important; display: none !important; }
.f8cr .i54iz5 .ib5u7em 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;
}
.f8cr .i54iz5 .ib5u7em li:first-child a { padding-left: 0 !important; }
.f8cr .i54iz5 .ib5u7em a:hover { color: var(--text-primary) !important; }
.f8cr .i54iz5 .ib5u7em a.u4usb { color: var(--tone-link, var(--accent)) !important; border-bottom-color: var(--tone-mark, var(--accent)) !important; font-weight: 600 !important; }
.f8cr .rxq7czt { scroll-margin-top: calc(var(--nav-h, 64px) + 72px); }
@media (max-width: 640px) { .f8cr .i54iz5 .z5z3uu { padding: 0 16px !important; } }
.f8cr .i54iz5 .ib5u7em {
  -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;
}
.f8cr .i54iz5 .z5z3uu { overflow: hidden; }
.huyxt .v0ypx3q li::before, .k3do li::before, .asqkabcd li::before {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone-mark, var(--accent)) 16%, transparent);
}
@media (max-width: 560px) {
  
  .rmsi, .u8n5, .t9i2n, .fai1ye { --fs-body: 16px; --fs-lead: 18px; --fs-sm: 15px; }
  
  .ng03lw, .wg2w { display: block !important; }
  .ng03lw .uzqdzbd, .wg2w .uzqdzbd { float: left; margin: 0 8px 0 0; width: 18px; height: 18px; flex: none; }
  [dir="rtl"] .ng03lw .uzqdzbd, [dir="rtl"] .wg2w .uzqdzbd { float: right; margin: 0 0 0 8px; }
  .ng03lw strong, .wg2w strong { line-height: 18px; margin-bottom: 8px; }
  .ng03lw p, .wg2w p { clear: both; }
  .dz1cs { --rv-pad: 18px; }
  .olcys { gap: 16px; }
}
.mdkx .yc7yf, .z5ls1mth .yc7yf, .ggqq .yc7yf, .t91k .yc7yf { color: var(--text-primary); }
.mdkx .yc7yf .kbvhiwq { color: var(--tone-link, var(--accent)); }
.mdkx .yc7yf:not(:has(.kbvhiwq))::first-letter { color: var(--tone-link, var(--accent)); }
.mdkx .yc7yf { display: inline-block; }
.t91k .yc7yf::after { content: "."; color: var(--tone-mark, var(--accent)); }
.ggqq .yc7yf { text-transform: uppercase; letter-spacing: 0.14em; font-size: var(--fs-label) !important; font-weight: 700; }
.z5ls1mth .yc7yf { font-weight: 700; letter-spacing: -0.035em; }
.ndgsuz .yc7yf, .vlhn4 .yc7yf,
.ndgsuz .yc7yf .kbvhiwq, .vlhn4 .yc7yf .kbvhiwq { color: #fff !important; }
.ndgsuz.t91k .yc7yf::after, .vlhn4.t91k .yc7yf::after { color: rgba(255,255,255,0.7); }
.ndgsuz.mdkx .yc7yf::first-letter, .vlhn4.mdkx .yc7yf::first-letter { color: #fff; }
.zh1l .r0vyvo > .rxq7czt:nth-of-type(even) .igau2v { display: none; }
.umpctu90 .r0vyvo > .rxq7czt .igau2v { display: none; }
.umpctu90 .r0vyvo > .rxq7czt:nth-of-type(-n+2) .igau2v { display: block; }
.vj8049c .igau2v { float: none; width: 100%; margin: 4px 0 24px; border-radius: var(--r-card); }
.vj8049c .igau2v .rzkk0zlx { width: 100%; aspect-ratio: 24 / 7; height: auto; object-fit: cover; object-position: center 60%; }
@media (max-width: 640px) { .vj8049c .igau2v .rzkk0zlx { aspect-ratio: 16 / 7; } }
.exsv4l .igau2v .rzkk0zlx { filter: grayscale(1) contrast(1.08) brightness(1.04); }
.exsv4l .igau2v::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: var(--b-600); mix-blend-mode: color; opacity: .92;
}
.exsv4l .igau2v, .avu22l8 .igau2v { border-radius: var(--r-card); isolation: isolate; }
.avu22l8 .igau2v .rzkk0zlx { filter: grayscale(1) contrast(1.1); }
.bxpu, .bxpu.nshd8tuu { min-height: 0 !important; background: none; padding: 40px 0 0; display: block; position: relative; }
.bxpu .ok5dti { width: 100%; max-width: var(--content-mw, 1100px); margin: 0 auto; padding: 0 24px; box-sizing: border-box; text-align: left; }
.bxpu .uw86q { 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; }
.bxpu .j4g0itp { color: var(--text-body); margin: 0 0 8px; max-width: 760px; }
.bxpu .ok5dti::after { content: ""; display: block; width: 64px; height: 4px; margin-top: 24px; background: var(--tone-mark, var(--accent)); border-radius: 2px; }
.bxpu ~ .qihduk { 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; }
.bxpu ~ .qihduk .dq7pzhx { background: transparent !important; color: var(--text-muted) !important; padding: 0 !important; backdrop-filter: none !important; }
@media (min-width: 1100px) {
  .h08op .bxpu .ok5dti, .xxsh9vt .bxpu .ok5dti, .ixco7t .bxpu .ok5dti { max-width: 1280px; }
}
@media (max-width: 640px) { .bxpu { padding-top: 24px; } .bxpu .ok5dti { padding: 0 16px; } .bxpu .uw86q { font-size: var(--fs-h2); max-width: none; } }
.ejtxhd, .ejtxhd.nshd8tuu, .u2f31, .u2f31.nshd8tuu {
  min-height: 0 !important; height: auto !important; display: block; padding: 56px 0 48px;
}
.ejtxhd .ok5dti, .u2f31 .ok5dti { position: relative; transform: none; top: auto; left: auto; margin: 0 auto; }
.vt54.agko, .vt54.agko.nshd8tuu { min-height: 0 !important; padding: 48px 0; }
.rhc1k430 .v3vpduk {
  white-space: normal; overflow: hidden; text-overflow: clip;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.25;
}
.rhc1k430 .ahxxyc, .rhc1k430 .i9lrya, .rhc1k430 .wo3f { background: var(--tone-fill-raw, var(--accent-bg)); }
.rhc1k430 .v7av { box-shadow: var(--sh-lift); border-radius: var(--r-card); }
.rhc1k430 .v7av::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .rhc1k430 .v7av {
    display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; align-items: center !important;
    gap: 10px !important; padding: 16px !important; text-align: center;
  }
  .rhc1k430 .rcnnb8, .rhc1k430 .w44w, .rhc1k430 .sf2gfpy, .rhc1k430 .wm7xs,
  .rhc1k430 .ahxxyc, .rhc1k430 .zfdquk6l, .rhc1k430 .asgeser {
    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;
  }
  
  .nshd8tuu .rhc1k430, .rhc1k430.nx4x, .rhc1k430.di3med, .rhc1k430.b6owc {
    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;
  }
  .nshd8tuu .rhc1k430::-webkit-scrollbar { display: none; }
  .nshd8tuu .rhc1k430 .v7av { flex: 0 0 74% !important; scroll-snap-align: center; }
  .ejtxhd, .u2f31 { padding: 32px 0 24px; }
  .vt54.agko { padding: 24px 0; }
}
@media (max-width: 900px) {
  
  .u2f31, .ejtxhd, .vt54.agko { overflow-x: clip; max-width: 100vw; }
  .u2f31 .ok5dti, .ejtxhd .ok5dti, .agko .zsbcxvzn, .agko .ayeaq9 { min-width: 0; max-width: 100%; box-sizing: border-box; }
  .nshd8tuu .rhc1k430 { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
}
.pyxvu, .pyxvu.nshd8tuu, .wtysd6qy, .wtysd6qy.nshd8tuu {
  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);
}
.m5y1 .pyxvu, .m5y1 .wtysd6qy { --hero-fg: var(--b-900); --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-700); }
.pyxvu { background: linear-gradient(120deg, var(--hero-a, var(--b-900)) 0%, var(--hero-b, var(--b-800)) 100%); padding: 36px 0 40px; }
.m5y1 .pyxvu { border-bottom: var(--bw-hair) solid var(--b-200); }
.pyxvu .ok5dti, .wtysd6qy .ok5dti {
  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;
}
.pyxvu .ok5dti { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: center; }
.xbdf8o .ok5dti:has(.jvz9sm) { grid-template-columns: minmax(0, 1fr) 320px; }
.pyxvu .uw86q, .wtysd6qy .uw86q, .bxpu .uw86q {
  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;
}
.pyxvu .uw86q, .wtysd6qy .uw86q { color: var(--hero-fg) !important; }
.pyxvu .j4g0itp, .wtysd6qy .j4g0itp {
  color: var(--hero-fg-soft); font-size: var(--fs-body); line-height: 1.6; margin: 14px 0 0; max-width: 640px;
}
.xy2bw3mi .dq7pzhx, .xy2bw3mi .dq7pzhx * { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; }
.xy2bw3mi .dq7pzhx { padding: 0 !important; margin: 0 !important; border: none !important; border-radius: 0 !important; font-size: var(--fs-label); justify-content: flex-start; }
.pyxvu .xy2bw3mi .dq7pzhx, .pyxvu .xy2bw3mi .dq7pzhx a, .pyxvu .xy2bw3mi .dq7pzhx span,
.wtysd6qy .xy2bw3mi .dq7pzhx, .wtysd6qy .xy2bw3mi .dq7pzhx a, .wtysd6qy .xy2bw3mi .dq7pzhx span { color: var(--hero-fg-dim) !important; }
.pyxvu .xy2bw3mi .dq7pzhx a, .wtysd6qy .xy2bw3mi .dq7pzhx a { color: var(--hero-fg) !important; font-weight: 600; }
.bxpu .xy2bw3mi .dq7pzhx { color: var(--text-muted); }
.bxpu .ok5dti::after { margin-top: 22px; }
.wtysd6qy .uw86q { max-width: 24ch; }
.vtqj .cdk47x img { border-radius: 50%; }
@media (min-width: 1100px) {
  .h08op .pyxvu .ok5dti, .xxsh9vt .pyxvu .ok5dti, .ixco7t .pyxvu .ok5dti,
  .h08op .wtysd6qy .ok5dti, .xxsh9vt .wtysd6qy .ok5dti, .ixco7t .wtysd6qy .ok5dti { max-width: 1280px; }
}
@media (max-width: 760px) {
  .pyxvu { padding: 24px 0 26px; }
  .pyxvu .ok5dti, .wtysd6qy .ok5dti { padding: 0 16px; }
  .xbdf8o .ok5dti:has(.jvz9sm) { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .jvz9sm { display: none; }
  .wtysd6qy { padding-top: 12px; }
  .kdde { flex-direction: column; align-items: stretch; gap: 20px; padding: 22px 20px; }
  .cdk47x { flex-direction: row; width: auto; text-align: left; gap: 12px; padding: 12px 14px; }
  .cdk47x img { width: 48px; height: 48px; flex: 0 0 48px; }
  .pbm1b2xh { flex: 0 0 auto; }
  .fn03v { flex: 1 1 0; min-width: 0; }
  .pyxvu .uw86q, .wtysd6qy .uw86q, .bxpu .uw86q { font-size: 25px !important; max-width: none; }
  .pyxvu .j4g0itp, .wtysd6qy .j4g0itp { font-size: 15px; }
}
.ywxcu .j4g0itp, .vt54 .j4g0itp, .mi2ic3lb .j4g0itp { font-size: var(--fs-body); line-height: 1.6; max-width: 620px; }
@media (min-width: 901px) {
  
  .q4aj7 .a66ga4:not(.rhc1k430), .uk0gq .a66ga4:not(.rhc1k430) {
    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;
  }
  .q4aj7 .a66ga4:not(.rhc1k430) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .q4aj7 .a66ga4:not(.rhc1k430):has(> :nth-child(5):last-child),
  .q4aj7 .a66ga4:not(.rhc1k430):has(> :nth-child(10):last-child) { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .q4aj7 .a66ga4:not(.rhc1k430):has(> :nth-child(3):last-child),
  .q4aj7 .a66ga4:not(.rhc1k430):has(> :nth-child(6):last-child),
  .q4aj7 .a66ga4:not(.rhc1k430):has(> :nth-child(9):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .uk0gq .a66ga4:not(.rhc1k430) { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 14px !important; }

  .q4aj7 .a66ga4:not(.rhc1k430) > .v7av,
  .uk0gq .a66ga4:not(.rhc1k430) > .v7av: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;
  }
  .q4aj7 .a66ga4:not(.rhc1k430) > .v7av:hover,
  .uk0gq .a66ga4:not(.rhc1k430) > .v7av:nth-child(-n+3):hover { transform: translateY(-3px); box-shadow: var(--sh-lift); }
  .q4aj7 .v7av .rcnnb8, .uk0gq .v7av:nth-child(-n+3) .rcnnb8 {
    align-items: center; text-align: center; padding: 0 16px; border: none !important; width: 100%; box-sizing: border-box;
  }
  
  .q4aj7 .v7av .w44w, .q4aj7 .v7av .sf2gfpy, .q4aj7 .v7av .wm7xs,
  .uk0gq .v7av:nth-child(-n+3) .w44w, .uk0gq .v7av:nth-child(-n+3) .sf2gfpy,
  .uk0gq .v7av:nth-child(-n+3) .wm7xs { order: -2; padding: 0; gap: 12px; }
  .q4aj7 .v7av .bwamc, .uk0gq .v7av:nth-child(-n+3) .bwamc {
    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;
  }
  .q4aj7 .v7av .rje4, .uk0gq .v7av:nth-child(-n+3) .rje4 { max-height: 88px !important; max-width: 88% !important; }
  .q4aj7 .v7av .cttfk, .uk0gq .v7av:nth-child(-n+3) .cttfk { padding: 0 16px; font-size: var(--fs-body); }
  .q4aj7 .v7av .r9p87, .uk0gq .v7av:nth-child(-n+3) .r9p87 { order: -1; flex-direction: row; justify-content: center; gap: 8px; }
  .q4aj7 .v7av .zfdquk6l, .q4aj7 .v7av .asgeser,
  .uk0gq .v7av:nth-child(-n+3) .zfdquk6l, .uk0gq .v7av:nth-child(-n+3) .asgeser { margin-top: auto; padding-top: 4px; align-items: stretch; }
  .q4aj7 .v7av .asgeser::before, .uk0gq .v7av:nth-child(-n+3) .asgeser::before { display: none; }
  .q4aj7 .v7av .wdb9sd, .q4aj7 .v7av .wicd5xr4,
  .uk0gq .v7av:nth-child(-n+3) .wdb9sd, .uk0gq .v7av:nth-child(-n+3) .wicd5xr4 { justify-content: center; }
  .q4aj7 .v7av .v3vpduk, .uk0gq .v7av:nth-child(-n+3) .v3vpduk { font-size: var(--fs-sm); }
  
  .q4aj7 .v7av .viofky0p, .uk0gq .v7av:nth-child(-n+3) .viofky0p { display: none; }
  
  .q4aj7 .a66ga4:not(.rhc1k430) > .v7av::before,
  .uk0gq .a66ga4:not(.rhc1k430) > .v7av: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"] .q4aj7 .a66ga4:not(.rhc1k430) > .v7av::before,
  [dir="rtl"] .uk0gq .a66ga4:not(.rhc1k430) > .v7av:nth-child(-n+3)::before { left: auto; right: 10px; }

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

  
  .fpzyfo .a66ga4:not(.rhc1k430) { position: relative; padding-top: 42px !important; border-radius: var(--r-card); }
  .fpzyfo .a66ga4:not(.rhc1k430)::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);
  }
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av { padding-top: 10px; padding-bottom: 10px; position: static; }
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av:first-child { position: relative; }
  .fpzyfo .a66ga4:not(.rhc1k430) .rcnnb8 { position: static; }
  .fpzyfo .a66ga4:not(.rhc1k430) .s1uh58o { display: none; }
  
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av:first-child .s1uh58o {
    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;
  }
  .fpzyfo .bwamc { height: 64px !important; width: auto !important; }
  .fpzyfo .rje4 { max-height: 56px !important; max-width: 120px !important; }
  .fpzyfo .sf2gfpy { flex-direction: row; align-items: center; gap: 12px; text-align: left; }
  .fpzyfo .v3vpduk { font-size: var(--fs-sm); }
  .fpzyfo .uy9hs4b.vykj3c { padding: 10px 16px !important; font-size: var(--fs-label) !important; }
  .fpzyfo .xu2wq6 .v7av::before, .fpzyfo.xu2wq6 .v7av::before { top: 8px; bottom: 8px; }
  
  .q4aj7.xu2wq6 .v7av::before { border-radius: var(--r-pill) !important; }
  .q4aj7.kw01v2w .v7av:nth-child(even), .uk0gq.kw01v2w .v7av:nth-child(even) { background: var(--bg-card) !important; }
  .q4aj7.fikuq .v7av:first-child, .uk0gq.fikuq .v7av:first-child { border-top: none !important; }
  .q4aj7.kakl0ah .a66ga4:not(.rhc1k430) .v7av:first-child { box-shadow: var(--sh-lift), 0 0 0 2px var(--tone-mark, var(--accent)); }
}
@media (min-width: 901px) {
  
  .q4aj7 .v7av .asgeser, .uk0gq .v7av:nth-child(-n+3) .asgeser { display: flex !important; flex-direction: column; }
  
  .fpzyfo .a66ga4:not(.rhc1k430) { 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; }
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av { border: none !important; border-radius: 0 !important; box-shadow: none !important; margin: 0 !important; background: var(--bg-card) !important; }
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av + .v7av { border-top: var(--bw-hair) solid var(--border-alt) !important; }
  .fpzyfo .a66ga4:not(.rhc1k430) > .v7av:hover { background: var(--tone-fill-raw, var(--bg-hover)) !important; }
  .fpzyfo .sf2gfpy, .fpzyfo .w44w, .fpzyfo .wm7xs { justify-content: flex-start; align-items: center; }
  .fpzyfo .asgeser { --cs-link-h: 0px; }
  .fpzyfo .asgeser .n8e2k { display: none; }
}
@media (min-width: 901px) {
  .q4aj7 .a66ga4:not(.rhc1k430) .ebg8i,
  .uk0gq .a66ga4:not(.rhc1k430) > .v7av:nth-child(-n+3) .ebg8i { display: block; }
}
body .nshd8tuu.pyxvu .uw86q, body .nshd8tuu.wtysd6qy .uw86q,
body section.pyxvu .uw86q, body section.wtysd6qy .uw86q { color: var(--hero-fg) !important; text-shadow: none !important; }
body .nshd8tuu.bxpu .uw86q { text-shadow: none !important; }
@media (max-width: 760px) {
  .cdk47x { width: auto; flex-wrap: wrap; }
  .cn9df8g9 { flex: 1 0 100%; margin-top: 4px; }
}
.r9ozajgh .hywh2l, .nf1wvln .hywh2l { display: block; }
@media (max-width: 640px) {
  .ndgsuz .l1wd, .vlhn4 .l1wd,
  .ndgsuz .l1wd.btnwn0, .vlhn4 .l1wd.btnwn0 { background: var(--nav-fill) !important; border-color: var(--nav-edge) !important; }
  .ndgsuz .l1wd a, .vlhn4 .l1wd a { color: rgba(255,255,255,0.9) !important; border-color: rgba(255,255,255,0.16) !important; }
  .diglv3t .l1wd, .diglv3t .l1wd.btnwn0 { background: var(--b-50) !important; }
}
body .dz1cs .qbg936o5 strong { background: var(--tone-soft, var(--accent-bg)) !important; color: var(--tone-soft-fg, var(--text-primary)) !important; }
body .dz1cs .qbg936o5 strong span { color: inherit !important; background: transparent !important; }
@media (min-width: 900px) {
  body.uqh85e .dz1cs .xks0qg .qbg936o5 strong { background: none !important; color: var(--tone-fill-head, var(--text-primary)) !important; }
}
.pyxvu, .wtysd6qy { --hero-fg-soft: rgba(255,255,255,0.92); --hero-fg-dim: rgba(255,255,255,0.84); }
.m5y1 .pyxvu, .m5y1 .wtysd6qy { --hero-fg-soft: var(--b-800); --hero-fg-dim: var(--b-800); }
.loqc8, .qfoj4, .oecg6 .loqc8, .oecg6 .qfoj4 { color: var(--text-muted); }
@media (max-width: 560px) {
  .q4ds8.r346wd1, .q4ds8.r346wd1 img { width: 88px !important; height: 88px !important; min-height: 0 !important; max-width: 88px; max-height: 88px; padding: 0 !important; }
}
@media (min-width: 721px) {
  .e4q3q1:has(> .ywxcu, > .pyxvu, > .vt54) + .zjudq9is { margin-top: -38px; }
  
  .ma1yl .e4q3q1 + .zjudq9is { margin-top: 18px; }
}
@media (min-width: 1100px) {
  .h08op .zjudq9is, .xxsh9vt .zjudq9is, .ixco7t .zjudq9is { max-width: 1280px; }
}
@media (max-width: 640px) {
  .qpy4p7u .l2ab44c { max-width: none; }
}
.l2ab44c, .uw86q, .kgrn { overflow-wrap: break-word; }
.bdcdvv1e > div, .m5nab5y3 > div, .xhhnh,
.qbmpwi > div > div, .kjxj7 .adsz6g0 > div { min-width: 0; }
.kjxj7 p, .kjxj7 li, .kjxj7 td, .kjxj7 a { overflow-wrap: anywhere; }
:root {
  --accent: #2e8376;
  --brand: #2e8376;
  --accent-light: #1c695e;
  --brand-light: #1c695e;
  --accent-bg: #f0f8f6;
  --accent-bg-light: #f0f8f6;
  --accent-pale: #c2e1db;
  --brand-pale: #c2e1db;
  --cta: #cc4b1c;
  --cta-hover: #b43b06;
  --cta-fg: #ffffff;
  --cta-light: #499d8f;
  --text-primary: #1a2f2b;
  --text-body: #334945;
  --text-sub: #334945;
  --text-muted: #526964;
  --text-faint: #607772;
  --text-dim: #607772;
  --text-label: #526964;
  --text-value: #1a2f2b;
  --bg-page: #ffffff;
  --bg-surface: #eaf5f3;
  --bg-card: #ffffff;
  --bg-card-inner: #f1f9f7;
  --bg-card-inner-raw: #f1f9f7;
  --bg-raised: #e0efec;
  --bg-hover: #eaf5f3;
  --border: #c5d9d5;
  --border-alt: #d7e7e3;
  --border-section: #d7e7e3;
  --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: #f0f8f6;
  --bg-info: #f0f8f6;
  --c-tip-border: #dd6138;
  --c-warn-border: #a86b03;
  --c-tag-pay: #fff3ef;
  --grad-start: #2e8376;
  --grad-end: #1c695e;
  --tone-fill: #f0f8f6;
  --tone-fill-2: #e1efec;
  --tone-fill-raw: #f0f8f6;
  --tone-fill-2-raw: #e1efec;
  --tone-fill-head: #05322c;
  --tone-fill-fg: #1d4841;
  --tone-fill-muted: #3c675f;
  --tone-fill-head-raw: #05322c;
  --tone-fill-fg-raw: #1d4841;
  --tone-fill-muted-raw: #3c675f;
  --sh-card: 0 0 0 1px rgba(26, 47, 43, 0.06), 0 1px 2px rgba(26, 47, 43, 0.05), 0 10px 24px -14px rgba(26, 47, 43, 0.18);
  --sh-lift: 0 0 0 1px rgba(26, 47, 43, 0.06), 0 2px 4px rgba(26, 47, 43, 0.06), 0 18px 36px -18px rgba(26, 47, 43, 0.26);
  --panel-sh: none;
  --sub-sh: none;
  --sub-pad-x: 0px;
  --tone-line: #dd6138;
  --tone-mark: #be481d;
  --tone-mark-fg: #ffffff;
  --tone-head: #1a2f2b;
  --tone-sub: #1c695e;
  --tone-link: #2e8376;
  --tone-th: #e1efec;
  --tone-th-fg: #104f46;
  --tone-chip: #fff3ef;
  --tone-chip-fg: #9b340c;
  --tone-soft: #fee5dd;
  --tone-soft-fg: #772403;
  --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: #104c5b;
  --b-50: #f0f8f6;
  --s-50: #fff3ef;
  --n-50: #eff8f6;
  --b-100: #e1efec;
  --s-100: #fee5dd;
  --n-100: #e3eeec;
  --b-200: #c2e1db;
  --s-200: #feccbd;
  --n-200: #cfddda;
  --b-300: #94cfc4;
  --s-300: #fea98e;
  --n-300: #b6c6c2;
  --b-400: #6bb6a9;
  --s-400: #f4805b;
  --n-400: #97aba7;
  --b-500: #499d8f;
  --s-500: #dd6138;
  --n-500: #7c918d;
  --b-600: #2e8376;
  --s-600: #be481d;
  --n-600: #627974;
  --b-700: #1c695e;
  --s-700: #9b340c;
  --n-700: #4a615c;
  --b-800: #104f46;
  --s-800: #772403;
  --n-800: #334945;
  --b-900: #05322c;
  --s-900: #4e1300;
  --n-900: #1a2f2b;
}
:root { --logo-bg-opacity: 39%; }
body, button, input { font-family: "Roboto", sans-serif; }
.dx0mj0sr .nshd8tuu, .dx0mj0sr .vt54 { min-height: 780px; }
.gfk4v::before { content: '·'; font-size: 1.3em; line-height: 1; }