:root {
  --color-accent: #91183b;
  --font-family: Inter;
  --font-weight-body: 400;
  --radius-card: 12px;
  --radius-button: 8px;
  --spacing-section: 4rem;
  --spacing-content: 1100px;
}
: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: 1.7;
}
.c7ly {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.fngy6x3i {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.a2cq {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hi6v {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.flet {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.flet a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.flet a:hover {
  color: var(--accent-light);
}
.guskkz7 .ukb65ezw {
  border-radius: 14px;
}
.guskkz7 .ukb65ezw li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.guskkz7 .ukb65ezw li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 640px) {
  .ukb65ezw {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .xqd4:hover .ukb65ezw,
  .xqd4:focus-within .ukb65ezw {
    display: block;
  }
  .ukb65ezw li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.xfoqqy {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.ubve2a0n {
  display: none;
}
@media (max-width: 640px) {
  .ubve2a0n {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .ubve2a0n.kloe {
    display: block;
  }
}
@media (max-width: 640px) {
  .xfoqqy {
    display: block;
  }
  .flet > li + li::before {
    display: none !important;
  }
  .flet {
    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: 1px solid var(--border);
    padding: 8px 0;
  }
  .flet.kloe {
    display: flex;
  }
  .flet li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .flet li:last-child a {
    border-bottom: none;
  }
}
.n6i1xdhz {
  min-height: 480px;
}
.ahy1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.dsw2n {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.stqtih .dsw2n {
  margin-left: 0;
  margin-right: 0;
}
.mz2g {
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  display: inline-block;
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.mz2g:hover {
  opacity: 0.88;
}
.ekfpmqt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.gct1yi {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    var(--accent-bg) 100%
  );
}
.ekfpmqt .gmqi04n {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.ekfpmqt .ahy1 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.ekfpmqt .dsw2n {
  color: #e2e8f0;
}
.ekfpmqt.t9u3y .gmqi04n {
  text-align: center;
}
.ekfpmqt.stqtih .gmqi04n {
  text-align: left;
}
.q3dms .gmqi04n {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.q3dms .ahy1 {
  color: var(--text-primary);
  text-shadow: none;
}
.q3dms .dsw2n {
  color: var(--text-muted);
}
.q3dms .mz2g {
  margin-top: 16px;
}
.q3dms,
.q3dms.n6i1xdhz {
  min-height: auto !important;
}
.q3dms.t9u3y .gmqi04n {
  text-align: center;
}
.q3dms.stqtih .gmqi04n {
  text-align: left;
}
.q3dms ~ .rmxip {
  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;
}
.q3dms ~ .rmxip .vfx9sbo {
  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: 0.8rem;
}
@keyframes hg-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes hg-breathe {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.92;
  }
}
.mbmek .ekfpmqt .gct1yi {
  overflow: hidden;
}
.mbmek .ekfpmqt .gct1yi::after {
  content: "";
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
  animation: hg-grain 0.5s steps(1) infinite;
}
@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);
  }
}
.kp9pkxuz .ekfpmqt .gct1yi {
  overflow: hidden;
}
.kp9pkxuz .ekfpmqt .gct1yi::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(
    ellipse,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  filter: blur(80px);
  pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.t8px0wu .ekfpmqt .gct1yi {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ibnkyl .ekfpmqt .gct1yi {
  overflow: hidden;
}
.ibnkyl .ekfpmqt .gct1yi::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.03) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  animation: hg-shimmer 8s ease-in-out infinite;
}
.p5ypl7rw .ekfpmqt .gct1yi {
  animation: hg-breathe 10s ease-in-out infinite;
}
.aze3zs .gct1yi {
  background: none;
}
.aze3zs .ahy1 {
  color: #fff;
}
.aze3zs .dsw2n {
  color: rgba(255, 255, 255, 0.85);
}
.aze3zs .mz2g {
  background: #fff;
  color: var(--cta);
}
.aze3zs .mz2g:hover {
  opacity: 0.92;
}
.t4hui .ahy1 {
  text-shadow: none;
  color: var(--text-primary);
}
.t4hui .dsw2n {
  color: var(--text-muted);
}
body.uifrw .ahy1 {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.kt98c .ahy1 {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.n6i1xdhz.aze3zs .ahy1,
section.aze3zs .ahy1 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.t4hui.t9u3y .evpfl {
  align-items: center;
  text-align: center;
}
.n6i1xdhz .joyt {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.joyt .abifzavk.b21gll {
  padding: 10px 14px !important;
  font-size: 0.88rem !important;
  font-weight: 700;
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joyt .abifzavk.b21gll:hover {
  opacity: 0.85;
}
.zuwjli0u .gmqi04n {
  padding-bottom: 24px;
}
.odzx9rb5 .gmqi04n {
  max-width: 1100px;
}
@media (max-width: 700px) {
  .t4hui {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" "media" !important;
  }

  .t4hui:not(.phz2) .oam1 {
    display: none !important;
  }
  .phz2 .oam1 {
    padding: 16px;
  }
  .evpfl {
    padding: 36px 24px;
  }
  .t4hui ~ .rmxip,
  .mkj1xyu ~ .rmxip {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }
  .n6i1xdhz,
  .t4hui {
    min-height: 320px !important;
  }
  .ahy1 {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .dqfsgmx1,
  .fm4ing,
  .fdbx2ua6 {
    grid-template-columns: 1fr !important;
  }

  .zuwjli0u {
    display: flex !important;
    flex-direction: column !important;
  }
  .zuwjli0u .gmqi04n {
    display: contents;
  }
  .zuwjli0u .gct1yi {
    order: 0;
  }
  .zuwjli0u .ahy1 {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 12px;
  }
  .zuwjli0u .dqfsgmx1 {
    order: 2;
    padding: 0 16px 12px !important;
  }
  .zuwjli0u .dsw2n {
    order: 3;
    padding: 0 24px 24px;
    margin: 0 auto;
  }

  .odzx9rb5 .gmqi04n {
    display: flex;
    flex-direction: column;
  }
  .odzx9rb5 .gmqi04n .ahy1 {
    order: 1;
  }
  .odzx9rb5 .gmqi04n .fdbx2ua6 {
    order: 2;
    margin: 8px 0 24px !important;
  }
  .odzx9rb5 .gmqi04n .dsw2n {
    order: 3;
  }
  .odzx9rb5 .gmqi04n .mz2g {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  .t4hui.phz2 {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .t4hui.phz2 .evpfl {
    display: contents;
    padding: 0;
  }
  .t4hui.phz2 .evpfl .ahy1 {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
  .t4hui.phz2 .oam1 {
    order: 2;
    padding: 12px 16px;
  }
  .t4hui.phz2 .evpfl .dsw2n {
    order: 3;
    padding: 0 24px;
    margin: 0 auto;
  }
  .t4hui.phz2 .evpfl .mz2g {
    order: 4;
    align-self: center;
    margin: 8px 0 32px;
  }
}
.zyf24w {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.jqo6 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.w7f9a .zyf24w {
  border-radius: 16px;
}
.w7f9a .jqo6 {
  border-radius: 16px;
}
.zpit .zyf24w {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.zpit .jqo6 {
  border-radius: 8px;
}
.jbmxrh {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.yekcj2 {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.r69kn1yk {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.nwbeba9 .yekcj2:nth-child(even) {
  background: var(--bg-surface);
}
.nwbeba9 .yekcj2:nth-child(odd) {
  background: var(--bg-page);
}
.mxjp2l7 .yekcj2:nth-child(even) {
  background: var(--bg-card);
}
.mxjp2l7 .yekcj2:nth-child(odd) {
  background: var(--bg-page);
}
.nwbeba9 .yekcj2:nth-child(odd) .r69kn1yk {
  background: var(--bg-card);
  border-radius: 6px;
}
.nwbeba9 .yekcj2:nth-child(even) .r69kn1yk {
  background: var(--bg-raised);
  border-radius: 6px;
}
.mxjp2l7 .yekcj2:nth-child(odd) .r69kn1yk {
  background: var(--bg-card);
  border-radius: 6px;
}
.mxjp2l7 .yekcj2:nth-child(even) .r69kn1yk {
  background: var(--bg-raised);
  border-radius: 6px;
}
.nwbeba9 .yekcj2:nth-child(even) .chzpn0 .ak8f,
.mxjp2l7 .yekcj2:nth-child(even) .chzpn0 .ak8f {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.nwbeba9 .yekcj2:nth-child(odd) .chzpn0 .ak8f,
.mxjp2l7 .yekcj2:nth-child(odd) .chzpn0 .ak8f {
  background: var(--bg-card-inner);
}
.nwbeba9 .yekcj2:nth-child(even) .jmzc .ak8f:nth-child(odd),
.mxjp2l7 .yekcj2:nth-child(even) .jmzc .ak8f:nth-child(odd) {
  background: var(--bg-card);
}
.nwbeba9 .yekcj2:nth-child(even) .jmzc .ak8f:nth-child(even),
.mxjp2l7 .yekcj2:nth-child(even) .jmzc .ak8f:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.leituh2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.leituh2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.zqtxfc1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.khvs6 h2.leituh2 {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.mtj4zf h2.leituh2 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.yrqst6d5 h2.leituh2 {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.bv15 h2.leituh2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.qyn5f1 h2.leituh2 {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.sfb1ou h2.leituh2::before {
  content: "/";
  color: var(--accent-light);
  font-weight: 800;
  margin-right: 10px;
}
.h6b0ecyc h2.leituh2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
  color: var(--accent-light);
  border-bottom: 1px solid var(--border-alt);
  padding-bottom: 8px;
}
.c2id {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .c2id {
    display: none;
  }
}
.z352le {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.axixhiq {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.ss3vf {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.ldfz {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.uyssyey {
  padding-left: 20px;
}
.uyssyey li {
  margin-bottom: 6px;
}
.uyssyey a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.uyssyey a:hover {
  color: var(--accent-light);
}
.k2a2otc .ldfz {
  display: none;
}
.sqtd .ldfz {
  display: none;
}
.sqtd .uyssyey {
  padding-left: 0;
  list-style: none;
}
.sqtd .uyssyey li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent-light);
  opacity: 0.7;
}
.sqtd .uyssyey a {
  font-size: 0.92rem;
}
.qgopt8t .ss3vf {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.qgopt8t .ldfz {
  display: none;
}
.qgopt8t .uyssyey {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.qgopt8t .uyssyey li {
  margin-bottom: 0;
}
.qgopt8t .uyssyey a {
  display: inline-block;
  background: var(--accent-bg);
  color: var(--accent-light);
  border: 1px solid var(--accent-pale);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: 0.88rem;
  font-weight: 500;
}
.qgopt8t .uyssyey a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-light);
}
.pbnnj0b .ss3vf {
  padding: 20px 20px 16px;
}
.pbnnj0b .uyssyey {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.pbnnj0b .uyssyey li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.pbnnj0b .uyssyey a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--text-muted);
  width: 100%;
  min-height: 58px;
  transition:
    border-color 0.15s,
    color 0.15s,
    background 0.15s;
}
.pbnnj0b .uyssyey a::before {
  content: counter(toc-c);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
}
.pbnnj0b .uyssyey a:hover {
  color: var(--accent-light);
  border-color: var(--accent-light);
}
.pbnnj0b .uyssyey a:focus,
.pbnnj0b .uyssyey a:focus-visible,
.pbnnj0b .uyssyey a:target {
  outline: none;
}
.pbnnj0b .uyssyey li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.q7nt .ss3vf {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.q7nt .ldfz {
  display: none;
}
.q7nt .uyssyey {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.q7nt .uyssyey li {
  margin-bottom: 0;
}
.q7nt .uyssyey li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.q7nt .uyssyey li:last-child::after {
  content: "";
  margin-right: 0;
}
.q7nt .uyssyey a {
  font-size: 0.9rem;
}
.ak8f {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.chzpn0 .ak8f {
  background: var(--bg-card);
}
.jmzc .ak8f:nth-child(odd) {
  background: var(--bg-card);
}
.jmzc .ak8f:nth-child(even) {
  background: var(--bg-raised);
}
.pgwb .ak8f {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.pgwb .ak8f:last-child {
  border-bottom: none;
}
.pgwb h3.zqtxfc1 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.dzlp .ak8f {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.dzlp .ak8f + .ak8f {
  margin-top: 4px;
}
.mucy .ak8f {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.mucy .ak8f + .ak8f {
  border-top: 1px solid var(--border-section);
}
.g9gp517 {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.htbamxt8 {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.yq1fmo0 {
  color: var(--text-body);
  margin-bottom: 10px;
}
.ney9arf5,
.d958fair {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.ney9arf5 li,
.d958fair li {
  margin-bottom: 6px;
}
.d958fair li {
  list-style: decimal;
}
.ygmti .ney9arf5 {
  list-style-type: "● ";
}
.puke .ney9arf5 {
  list-style-type: "■ ";
}
.po5pjaqt .ney9arf5 {
  list-style-type: "◆ ";
}
.zx6q9v4p .ney9arf5 {
  list-style-type: "★ ";
}
.ygmti .l8k8b4 {
  list-style-type: "● ";
}
.puke .l8k8b4 {
  list-style-type: "■ ";
}
.po5pjaqt .l8k8b4 {
  list-style-type: "◆ ";
}
.zx6q9v4p .l8k8b4 {
  list-style-type: "★ ";
}
.ygmti .ney9arf5 li::marker,
.ygmti .l8k8b4 li::marker,
.puke .ney9arf5 li::marker,
.puke .l8k8b4 li::marker,
.po5pjaqt .ney9arf5 li::marker,
.po5pjaqt .l8k8b4 li::marker,
.zx6q9v4p .ney9arf5 li::marker,
.zx6q9v4p .l8k8b4 li::marker {
  color: var(--cta);
  font-size: 1em;
}
.ygmti .d958fair,
.puke .d958fair,
.po5pjaqt .d958fair,
.zx6q9v4p .d958fair {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.ygmti .d958fair li,
.puke .d958fair li,
.po5pjaqt .d958fair li,
.zx6q9v4p .d958fair li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.ygmti .d958fair li::before,
.puke .d958fair li::before,
.po5pjaqt .d958fair li::before,
.zx6q9v4p .d958fair li::before {
  content: counter(el-step);
  position: absolute;
  left: -2.2em;
  top: 0.05em;
  width: 1.45em;
  height: 1.45em;
  background: var(--accent);
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.45em;
  text-align: center;
}
.ygmti .d958fair li::before {
  border-radius: 50%;
}
.puke .d958fair li::before {
  border-radius: 3px;
}
.po5pjaqt .d958fair li::before {
  border-radius: 3px;
}
.zx6q9v4p .d958fair li::before {
  border-radius: 50%;
}
.zv5qt4rh {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.dvkm9z .zv5qt4rh,
.ac2jo .zv5qt4rh {
  background: transparent;
  border: none;
  border-radius: 0;
}
.chv8iyo {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.chv8iyo th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.chv8iyo td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.chv8iyo tr:hover td {
  background: var(--bg-hover);
}
.um1xdfg1 .chv8iyo tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.nu5nnyz .chv8iyo {
  border: 1px solid var(--border-alt);
}
.nu5nnyz .chv8iyo th,
.nu5nnyz .chv8iyo td {
  border: 1px solid var(--border-alt);
}
.na7yhy7 .chv8iyo th {
  background: transparent;
  color: var(--accent-light);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.na7yhy7 .chv8iyo td {
  border-bottom: none;
}
.na7yhy7 .chv8iyo tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.h6x2t .chv8iyo th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.xh2ex4dy .zv5qt4rh {
  overflow: hidden;
}
.xh2ex4dy .chv8iyo th {
  border-bottom: 1px solid var(--border-alt);
}
.xh2ex4dy .chv8iyo tr:last-child td {
  border-bottom: none;
}
.ipjm06z3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 12px 0;
}
.r69ebh5 {
  background: var(--bg-card-inner);
  border-radius: 8px;
  overflow: hidden;
}
.dvtqlii2 {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.j55d87 {
  background: var(--accent-bg-light);
  color: var(--accent-light);
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.v1aw {
  padding: 10px 14px 4px;
  font-size: 0.88rem;
  color: var(--text-sub);
}
.l8k8b4 {
  padding: 4px 14px 12px 28px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.l8k8b4 li {
  margin-bottom: 3px;
}
[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"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent) 15%, transparent);
}
[data-c="b"] {
  color: var(--accent-light);
  background: color-mix(in srgb, var(--accent-light) 15%, transparent);
}
[data-c="c"] {
  color: var(--c-pros);
  background: color-mix(in srgb, var(--c-pros) 15%, transparent);
}
[data-c="d"] {
  color: var(--c-stars);
  background: color-mix(in srgb, var(--c-stars) 15%, transparent);
}
[data-c="e"] {
  color: var(--accent-pale);
  background: color-mix(in srgb, var(--accent-pale) 15%, transparent);
}
[data-c="f"] {
  color: var(--c-warn-border);
  background: color-mix(in srgb, var(--c-warn-border) 15%, transparent);
}
[data-c="g"] {
  color: var(--c-tip-border);
  background: color-mix(in srgb, var(--c-tip-border) 15%, transparent);
}
[data-c="h"] {
  color: var(--c-cons);
  background: color-mix(in srgb, var(--c-cons) 15%, transparent);
}
[data-s="r"] {
  border-radius: 50%;
}
[data-s="s"] {
  border-radius: 10px;
}
[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%;
}
.k3s7d .j55d87 {
  background: transparent;
  text-align: center;
}
.g6ab5m0 .dvtqlii2 {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.mlmqd6hi .dvtqlii2 {
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 16px auto 4px;
  display: block;
  border: 3px solid var(--accent-bg);
}
.a12f .r69ebh5 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.a12f .dvtqlii2 {
  grid-column: 1;
  grid-row: 1;
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  object-fit: cover;
  align-self: center;
}
.a12f .j55d87 {
  grid-column: 2;
}
.a12f .v1aw,
.a12f .l8k8b4 {
  grid-column: 1 / -1;
}
.zs7ir .r69ebh5 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.zs7ir .dvtqlii2 {
  grid-column: 1;
  grid-row: 1;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin: 14px 12px;
  border: 2px solid var(--accent-pale);
}
.zs7ir .j55d87 {
  grid-column: 2;
}
.zs7ir .v1aw,
.zs7ir .l8k8b4 {
  grid-column: 1 / -1;
}
.pdayddw .r69ebh5 {
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
}
.pdayddw .j55d87 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.il7tvi .r69ebh5 {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.il7tvi .j55d87 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.hkticikg .r69ebh5 {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}
.hkticikg .r69ebh5:last-child {
  border-bottom: none;
}
.hkticikg .j55d87 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.gc7m .r69ebh5 {
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
}
.gc7m .j55d87 {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
  padding-top: 13px;
}
.g31pg .ipjm06z3 {
  counter-reset: card-n;
}
.g31pg .r69ebh5 {
  counter-increment: card-n;
}
.g31pg .j55d87 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.g31pg .j55d87::before {
  content: counter(card-n);
  flex-shrink: 0;
  min-width: 26px;
  height: 26px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
}
.jhnu .r69ebh5 {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.jhnu .j55d87 {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.imod913 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.qsly4 {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.dz96ovv4 {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.guc4g {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.drjdp {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.imod913 strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.imod913 p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.u78cm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.k3g0b5zh,
.emlzto {
  border-radius: 8px;
  padding: 14px;
}
.k3g0b5zh {
  background: var(--bg-pros);
}
.emlzto {
  background: var(--bg-cons);
}
.vb7nfl4 {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.k3g0b5zh .vb7nfl4 {
  color: var(--c-pros-label);
}
.emlzto .vb7nfl4 {
  color: #f87171;
}
.k3g0b5zh ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.emlzto ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.jqo6 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.b21gll {
  background: var(--cta);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.b21gll:hover {
  opacity: 0.85;
}
.az0icsm6 .b21gll {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.az0icsm6 .b21gll:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.xp1bof .b21gll {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.xp1bof .b21gll:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.dbs3fb .mz2g {
  border-radius: 50px;
}
.dbs3fb .b21gll {
  border-radius: 50px;
}
.dtudh1 .mz2g {
  padding-left: 22px;
  padding-right: 22px;
}
.dtudh1 .b21gll {
  padding-left: 12px;
  padding-right: 12px;
}
.ahsnmd .mz2g {
  padding-left: 44px;
  padding-right: 44px;
}
.ahsnmd .b21gll {
  padding-left: 24px;
  padding-right: 24px;
}
.ih3sqnhr .mz2g {
  padding-left: 56px;
  padding-right: 56px;
}
.ih3sqnhr .b21gll {
  padding-left: 32px;
  padding-right: 32px;
}
.tcobom .mz2g::after,
.tcobom .b21gll::after,
.oes9ge .mz2g::after,
.oes9ge .b21gll::after,
.qpsqvcu0 .mz2g::after,
.qpsqvcu0 .b21gll::after,
.pzl9n .mz2g::after,
.pzl9n .b21gll::after,
.gzlq36 .mz2g::after,
.gzlq36 .b21gll::after,
.clkwm764 .mz2g::after,
.clkwm764 .b21gll::after,
.o95c .mz2g::after,
.o95c .b21gll::after,
.glupf .mz2g::after,
.glupf .b21gll::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;
}
/* .tcobom .mz2g::after,
.tcobom .b21gll::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");
}
.oes9ge .mz2g::after,
.oes9ge .b21gll::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");
}
.qpsqvcu0 .mz2g::after,
.qpsqvcu0 .b21gll::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");
}
.pzl9n .mz2g::after,
.pzl9n .b21gll::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");
}
.gzlq36 .mz2g::after,
.gzlq36 .b21gll::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");
}
.clkwm764 .mz2g::after,
.clkwm764 .b21gll::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");
}
.o95c .mz2g::after,
.o95c .b21gll::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");
}
.glupf .mz2g::after,
.glupf .b21gll::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");
} */
.sx2iapr .sejlfyh::after,
.sx2iapr .gyou6kcf::after,
.we9uk .sejlfyh::after,
.we9uk .gyou6kcf::after,
.whwlsmc .sejlfyh::after,
.whwlsmc .gyou6kcf::after,
.a5e8 .sejlfyh::after,
.a5e8 .gyou6kcf::after,
.k887wjns .sejlfyh::after,
.k887wjns .gyou6kcf::after,
.qiymv .sejlfyh::after,
.qiymv .gyou6kcf::after,
.nlt2b .sejlfyh::after,
.nlt2b .gyou6kcf::after,
.of3zw2c .sejlfyh::after,
.of3zw2c .gyou6kcf::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;
}
.sx2iapr .sejlfyh::after,
.sx2iapr .gyou6kcf::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");
}
.we9uk .sejlfyh::after,
.we9uk .gyou6kcf::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");
}
.whwlsmc .sejlfyh::after,
.whwlsmc .gyou6kcf::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");
}
.a5e8 .sejlfyh::after,
.a5e8 .gyou6kcf::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");
}
.k887wjns .sejlfyh::after,
.k887wjns .gyou6kcf::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");
}
.qiymv .sejlfyh::after,
.qiymv .gyou6kcf::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");
}
.nlt2b .sejlfyh::after,
.nlt2b .gyou6kcf::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");
}
.of3zw2c .sejlfyh::after,
.of3zw2c .gyou6kcf::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");
}
.abifzavk.b21gll {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .z48r {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .z48r::before {
    grid-area: rank;
  }
  .i5s6a {
    grid-area: ident;
  }
  .mwx9w4eo {
    grid-area: rating;
    min-width: 0;
    width: auto;
  }
  .jtksj {
    grid-area: pills;
  }
  .abifzavk {
    grid-area: cta;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .z48r {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center;
    padding: 16px;
  }
  .z48r::before {
    justify-self: center;
  }
  .i5s6a {
    width: 100%;
  }
  .mwx9w4eo {
    justify-self: center;
  }
  .jtksj {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 860px) {
  .cvmt174 .zfmd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .cvmt174 .cfz4n {
    margin: 0;
  }
}
.ac2jo .u78cm {
  gap: 10px;
}
.ac2jo .k3g0b5zh,
.ac2jo .emlzto {
  padding: 12px;
}
.ac2jo .k3g0b5zh ul,
.ac2jo .emlzto ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.ac2jo .k3g0b5zh li,
.ac2jo .emlzto li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .s3ie {
    grid-template-columns: 1fr;
  }
  .nkof6drh {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .nkof6drh .nhs5bdxu {
    width: 72px;
    height: 50px;
  }
  .nkof6drh .oz4i69k {
    max-width: 180px;
  }
  .nkof6drh .y5ya9 {
    width: auto;
  }
}
@media (max-width: 720px) {
  .o8we5rxu {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .y34ym {
    padding: 16px;
  }
  .srm0d4e .s2svd17 {
    min-width: 50%;
  }
}
.hhdnc .u78cm {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .mvu0rvn {
    grid-template-columns: 1fr;
  }
  .luwjmbr5 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .jg9qvwwi {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .hi0drjw {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.z2aqn22t .u78cm {
  gap: 8px;
}
.z2aqn22t .k3g0b5zh,
.z2aqn22t .emlzto {
  padding: 8px;
}
@media (max-width: 480px) {
  .itgmm9nw {
    flex-direction: column;
    align-items: stretch;
  }
}
.pvjl .y5ya9 .b21gll {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .yyn19rrt {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .pvjl .y5ya9 {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .bv0plmr {
    grid-template-columns: 1fr;
  }
  .uokx97yp {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .hdp2v {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .pki569kk {
    grid-template-columns: 1fr;
  }
  .f04qb4e4 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .knktfv {
    font-size: 1.4rem;
  }
  .ykqfun {
    justify-content: center;
  }
  .i796 .s2svd17 {
    min-width: 50%;
  }
}
.a0s07n3s .u78cm {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .eeorqrt {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .sn7owhxq {
    padding: 12px 16px;
  }
  .a0s07n3s .u78cm {
    margin: 0 16px;
  }
  .a0s07n3s .mxrvg5 {
    padding: 0 16px;
  }
  .w40xpn9 {
    padding: 12px 16px;
  }
}
.u8h8buka .jtksj .k1ya7r {
  background: var(--accent-bg);
  border: 1px solid var(--border-alt, transparent);
}
.sphd7gc .lsofsr {
  display: none;
}
.sphd7gc .sk3uznid {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  line-height: 1;
}
.sphd7gc .sk3uznid {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--bg-page);
  background: var(--accent);
  border-radius: 8px;
  padding: 6px 14px;
  gap: 0;
  line-height: 1;
}
.sphd7gc .sk3uznid small {
  display: none;
}
.sphd7gc .gu5z .jwo9ensd {
  display: none;
}
.sphd7gc .gu5z strong {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--bg-page);
  background: var(--accent);
  border-radius: 6px;
  padding: 4px 10px;
}
.sphd7gc .c50xl {
  display: none;
}
.bs80kvfb {
  margin: 16px 0;
}
.hz7eulu0 {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.hz7eulu0 summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.hz7eulu0 summary::after {
  content: "+";
  color: var(--accent-light);
}
.hz7eulu0[open] summary::after {
  content: "−";
}
.hz7eulu0 p {
  padding: 0 18px 14px;
  color: var(--text-body);
  font-size: 0.95rem;
}
.yekcj2 {
  margin-bottom: 0;
}
.stpm h2.leituh2 {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.e26gt h2.leituh2 {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.rwvfx41 .qsly4 {
  background: #052e16;
  border-color: #10b981;
}
.rwvfx41 .dz96ovv4 {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.rwvfx41 .guc4g {
  background: #1e1036;
  border-color: #a855f7;
}
.rwvfx41 .imod913 strong {
  color: #f1f5f9;
}
.rwvfx41 .imod913 p {
  color: #cbd5e1;
}
.rwvfx41 .pexzz1 .qsly4 .drjdp::before,
.rwvfx41 .kde5cgk .qsly4 .drjdp::before,
.rwvfx41 .a3ynx5fv .qsly4 .drjdp::before,
.rwvfx41 .hqvep .qsly4 .drjdp::before {
  color: #10b981;
}
.rwvfx41 .pexzz1 .dz96ovv4 .drjdp::before,
.rwvfx41 .kde5cgk .dz96ovv4 .drjdp::before,
.rwvfx41 .a3ynx5fv .dz96ovv4 .drjdp::before,
.rwvfx41 .hqvep .dz96ovv4 .drjdp::before {
  color: #f43f5e;
}
.rwvfx41 .pexzz1 .guc4g .drjdp::before,
.rwvfx41 .kde5cgk .guc4g .drjdp::before,
.rwvfx41 .a3ynx5fv .guc4g .drjdp::before,
.rwvfx41 .hqvep .guc4g .drjdp::before {
  color: #a855f7;
}
.k8y214v .qsly4 {
  background: #2d2000;
  border-color: #eab308;
}
.k8y214v .dz96ovv4 {
  background: #2d0b0b;
  border-color: #ef4444;
}
.k8y214v .guc4g {
  background: #2d1600;
  border-color: #f97316;
}
.k8y214v .imod913 strong {
  color: #f1f5f9;
}
.k8y214v .imod913 p {
  color: #cbd5e1;
}
.k8y214v .pexzz1 .qsly4 .drjdp::before,
.k8y214v .kde5cgk .qsly4 .drjdp::before,
.k8y214v .a3ynx5fv .qsly4 .drjdp::before,
.k8y214v .hqvep .qsly4 .drjdp::before {
  color: #eab308;
}
.k8y214v .pexzz1 .dz96ovv4 .drjdp::before,
.k8y214v .kde5cgk .dz96ovv4 .drjdp::before,
.k8y214v .a3ynx5fv .dz96ovv4 .drjdp::before,
.k8y214v .hqvep .dz96ovv4 .drjdp::before {
  color: #ef4444;
}
.k8y214v .pexzz1 .guc4g .drjdp::before,
.k8y214v .kde5cgk .guc4g .drjdp::before,
.k8y214v .a3ynx5fv .guc4g .drjdp::before,
.k8y214v .hqvep .guc4g .drjdp::before {
  color: #f97316;
}
.geua80ah .qsly4 {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.geua80ah .dz96ovv4 {
  background: #12103a;
  border-color: #818cf8;
}
.geua80ah .guc4g {
  background: #0a2020;
  border-color: #2dd4bf;
}
.geua80ah .imod913 strong {
  color: #f1f5f9;
}
.geua80ah .imod913 p {
  color: #cbd5e1;
}
.geua80ah .pexzz1 .qsly4 .drjdp::before,
.geua80ah .kde5cgk .qsly4 .drjdp::before,
.geua80ah .a3ynx5fv .qsly4 .drjdp::before,
.geua80ah .hqvep .qsly4 .drjdp::before {
  color: #38bdf8;
}
.geua80ah .pexzz1 .dz96ovv4 .drjdp::before,
.geua80ah .kde5cgk .dz96ovv4 .drjdp::before,
.geua80ah .a3ynx5fv .dz96ovv4 .drjdp::before,
.geua80ah .hqvep .dz96ovv4 .drjdp::before {
  color: #818cf8;
}
.geua80ah .pexzz1 .guc4g .drjdp::before,
.geua80ah .kde5cgk .guc4g .drjdp::before,
.geua80ah .a3ynx5fv .guc4g .drjdp::before,
.geua80ah .hqvep .guc4g .drjdp::before {
  color: #2dd4bf;
}
.szkm .qsly4 {
  background: var(--accent-bg);
  border-color: var(--accent-light);
}
.szkm .dz96ovv4 {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.szkm .guc4g {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.szkm .pexzz1 .drjdp::before,
.szkm .kde5cgk .drjdp::before,
.szkm .a3ynx5fv .drjdp::before,
.szkm .hqvep .drjdp::before {
  color: var(--accent-light) !important;
}
.vi34zga5::before,
.b83xzv::before {
  margin-right: 5px;
}
.edxp .k3g0b5zh ul li,
.edxp .k3g0b5zh .vi34zga5 {
  color: #22c55e;
}
.edxp .emlzto ul li,
.edxp .emlzto .b83xzv {
  color: #ef4444;
}
.nx2j2 .k3g0b5zh {
  background: var(--bg-pros);
}
.nx2j2 .emlzto {
  background: var(--bg-cons);
}
.nx2j2 .k3g0b5zh .vi34zga5 {
  color: var(--c-pros-label);
}
.nx2j2 .emlzto .b83xzv {
  color: var(--c-cons);
}
.nx2j2 .k3g0b5zh ul li,
.nx2j2 .emlzto ul li,
.t5nq .k3g0b5zh {
  background: var(--bg-pros);
}
.t5nq .emlzto {
  background: var(--bg-cons);
}
.t5nq .k3g0b5zh .vi34zga5 {
  color: var(--c-pros-label);
}
.t5nq .emlzto .b83xzv {
  color: var(--c-cons);
}
.t5nq .k3g0b5zh ul li,
.t5nq .jo1jv0n li {
  color: var(--c-pros);
}
.t5nq .emlzto ul li,
.t5nq .mzxvoja li {
  color: var(--c-cons);
}
.hhbbvr .vi34zga5::before {
  content: "✓ ";
}
.hhbbvr .b83xzv::before {
  content: "✗ ";
}
.t17tbxlj .vi34zga5::before {
  content: "→ ";
}
.t17tbxlj .b83xzv::before {
  content: "← ";
}
.cu9mfm .vi34zga5::before {
  content: "★ ";
}
.cu9mfm .b83xzv::before {
  content: "✕ ";
}
.tzdp .vi34zga5::before {
  content: "◆ ";
}
.tzdp .b83xzv::before {
  content: "▲ ";
}
.vx1x496 .imod913 {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.vx1x496 .qsly4 {
  border-color: var(--c-tip-border);
}
.vx1x496 .dz96ovv4 {
  border-color: var(--c-warn-border);
}
.vx1x496 .guc4g {
  border-color: #60a5fa;
}
.vx1x496 .imod913 strong {
  color: var(--text-primary);
}
.vx1x496 .imod913 p {
  color: var(--text-muted);
}
.jlf8ha .imod913 {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.jlf8ha .qsly4 {
  border-top-color: var(--c-tip-border);
}
.jlf8ha .dz96ovv4 {
  border-top-color: var(--c-warn-border);
}
.jlf8ha .guc4g {
  border-top-color: #60a5fa;
}
.js7pf .imod913 {
  border-left: none;
  border-radius: 8px;
}
.js7pf .qsly4 {
  background: #065f46;
}
.js7pf .dz96ovv4 {
  background: #92400e;
}
.js7pf .guc4g {
  background: #1e3a8a;
}
.js7pf .imod913 strong,
.js7pf .imod913 p {
  color: #fff;
}
.js7pf .drjdp::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.rwvfx41.js7pf .qsly4,
.rwvfx41 .js7pf .qsly4 {
  background: #052e16;
}
.rwvfx41.js7pf .dz96ovv4,
.rwvfx41 .js7pf .dz96ovv4 {
  background: #2d0a1e;
}
.rwvfx41.js7pf .guc4g,
.rwvfx41 .js7pf .guc4g {
  background: #1e1036;
}
.k8y214v.js7pf .qsly4,
.k8y214v .js7pf .qsly4 {
  background: #2d2000;
}
.k8y214v.js7pf .dz96ovv4,
.k8y214v .js7pf .dz96ovv4 {
  background: #2d0b0b;
}
.k8y214v.js7pf .guc4g,
.k8y214v .js7pf .guc4g {
  background: #2d1600;
}
.geua80ah.js7pf .qsly4,
.geua80ah .js7pf .qsly4 {
  background: #0c1a2e;
}
.geua80ah.js7pf .dz96ovv4,
.geua80ah .js7pf .dz96ovv4 {
  background: #12103a;
}
.geua80ah.js7pf .guc4g,
.geua80ah .js7pf .guc4g {
  background: #0a2020;
}
.mv4z6 .imod913 {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.mv4z6 .qsly4 {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.mv4z6 .dz96ovv4 {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.mv4z6 .guc4g {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.mv4z6 .imod913 strong {
  color: var(--text-primary);
}
.mv4z6 .imod913 p {
  color: var(--text-muted);
}
.bfue52ja .imod913 {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.pexzz1 .drjdp,
.kde5cgk .drjdp,
.a3ynx5fv .drjdp,
.hqvep .drjdp {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.pexzz1 .drjdp::before,
.kde5cgk .drjdp::before,
.a3ynx5fv .drjdp::before,
.hqvep .drjdp::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.pexzz1 .qsly4 .drjdp::before {
  content: "✦";
  color: var(--c-tip-border);
}
.pexzz1 .dz96ovv4 .drjdp::before {
  content: "▲";
  color: var(--c-warn-border);
}
.pexzz1 .guc4g .drjdp::before {
  content: "◉";
  color: #60a5fa;
}
.kde5cgk .qsly4 .drjdp::before {
  content: "★";
  color: var(--c-tip-border);
}
.kde5cgk .dz96ovv4 .drjdp::before {
  content: "◆";
  color: var(--c-warn-border);
}
.kde5cgk .guc4g .drjdp::before {
  content: "●";
  color: #60a5fa;
}
.a3ynx5fv .qsly4 .drjdp::before {
  content: "▶";
  color: var(--c-tip-border);
}
.a3ynx5fv .dz96ovv4 .drjdp::before {
  content: "■";
  color: var(--c-warn-border);
}
.a3ynx5fv .guc4g .drjdp::before {
  content: "▸";
  color: #60a5fa;
}
.hqvep .qsly4 .drjdp::before {
  content: "→";
  color: var(--c-tip-border);
}
.hqvep .dz96ovv4 .drjdp::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.hqvep .guc4g .drjdp::before {
  content: "◈";
  color: #60a5fa;
}
.lazb .chzpn0 .ak8f,
.lazb .jmzc .ak8f {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.lazb .r69ebh5 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.lazb .zv5qt4rh {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.lazb .ss3vf {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.tzmju .chzpn0 .ak8f,
.tzmju .jmzc .ak8f,
.tzmju .r69ebh5,
.tzmju .z48r,
.tzmju .cfz4n,
.tzmju .zv5qt4rh,
.tzmju .ss3vf,
.tzmju .bfue52ja .imod913 {
  box-shadow: none;
}
.c8pyvn .yq1fmo0,
.c8pyvn .g9gp517,
.c8pyvn .htbamxt8,
.c8pyvn .z352le,
.c8pyvn .axixhiq {
  font-size: 0.9rem;
}
.c8pyvn .ney9arf5,
.c8pyvn .d958fair {
  font-size: 0.9rem;
}
.nb8l .yq1fmo0,
.nb8l .g9gp517,
.nb8l .htbamxt8,
.nb8l .z352le,
.nb8l .axixhiq {
  font-size: 0.95rem;
}
.nb8l .ney9arf5,
.nb8l .d958fair {
  font-size: 0.95rem;
}
.crgc .yq1fmo0,
.crgc .g9gp517,
.crgc .htbamxt8,
.crgc .z352le,
.crgc .axixhiq {
  font-size: 1.08rem;
}
.crgc .ney9arf5,
.crgc .d958fair {
  font-size: 1.05rem;
}
.crgc .chv8iyo {
  font-size: 0.97rem;
}
.g6iw .ahy1 {
  font-size: 3.2rem;
}
.g6iw h2.leituh2 {
  font-size: 1.9rem;
}
.g6iw h3.zqtxfc1 {
  font-size: 1.4rem;
}
.ypmu .ahy1 {
  font-size: 3.8rem;
}
.ypmu h2.leituh2 {
  font-size: 2.2rem;
}
.ypmu h3.zqtxfc1 {
  font-size: 1.6rem;
}
.yekcj2 + .yekcj2 {
  position: relative;
}
.mbkdc .yekcj2 + .yekcj2::before,
.zd2qkw .yekcj2 + .yekcj2::before,
.s7r4 .yekcj2 + .yekcj2::before,
.ikqk9a6t .yekcj2 + .yekcj2::before,
.bdpn .yekcj2 + .yekcj2::before,
.rtep7m .yekcj2 + .yekcj2::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.mbkdc .yekcj2 + .yekcj2::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.zd2qkw .yekcj2 + .yekcj2::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.s7r4 .yekcj2 + .yekcj2::before {
  content: "● ● ●";
  text-align: center;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  color: var(--accent-light);
  opacity: 0.7;
  line-height: 1;
  padding-top: 6px;
}
.ikqk9a6t .yekcj2 + .yekcj2::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.fcngy .yekcj2 {
  margin-bottom: 16px;
}
.fcngy .yekcj2 + .yekcj2 {
  margin-top: 0;
}
.fcngy .r69kn1yk {
  padding-top: 0;
  padding-bottom: 0;
}
.bdpn .yekcj2 + .yekcj2::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.rtep7m .yekcj2 + .yekcj2::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.krphm .yekcj2 + .yekcj2::before,
.d0dp .yekcj2 + .yekcj2::before,
.bjmohbb .yekcj2 + .yekcj2::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%;
}
.nwbeba9 .krphm .yekcj2:nth-child(even)::before,
.nwbeba9 .d0dp .yekcj2:nth-child(even)::before,
.nwbeba9 .bjmohbb .yekcj2:nth-child(even)::before {
  background: var(--bg-surface);
}
.mxjp2l7 .krphm .yekcj2:nth-child(even)::before,
.mxjp2l7 .d0dp .yekcj2:nth-child(even)::before,
.mxjp2l7 .bjmohbb .yekcj2:nth-child(even)::before {
  background: var(--bg-card);
}
.krphm .yekcj2 + .yekcj2::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");
}
.d0dp .yekcj2 + .yekcj2::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");
}
.bjmohbb .yekcj2 + .yekcj2::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");
}
.bhz5w .ekfpmqt,
.w19e3l .ekfpmqt,
.i9w3 .ekfpmqt {
  overflow: hidden;
}
.bhz5w .gmqi04n,
.w19e3l .gmqi04n {
  margin-bottom: 60px;
}
.i9w3 .gmqi04n {
  margin-bottom: 70px;
}
.bhz5w .ekfpmqt::before,
.w19e3l .ekfpmqt::before,
.i9w3 .ekfpmqt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--bg-page);
  pointer-events: none;
  z-index: 2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bhz5w .ekfpmqt::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");
}
.w19e3l .ekfpmqt::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");
}
.i9w3 .ekfpmqt::before {
  height: 70px;
  -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");
}
.qkc8bn8c .ekfpmqt:not(.aze3zs) .gct1yi {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.unw9we .ekfpmqt:not(.aze3zs) .gct1yi {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.hwkeus8 .ekfpmqt:not(.aze3zs) .gct1yi {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.ccflq8q .ekfpmqt:not(.aze3zs) .gct1yi {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.ccflq8q .aze3zs {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.ccflq8q .h99k {
  background: linear-gradient(180deg, var(--accent), var(--accent-light));
}
.ccflq8q .t4hui {
  background: linear-gradient(
    180deg,
    var(--accent-bg) 0%,
    var(--bg-surface) 100%
  );
}
.wlq7w0a .aze3zs .gct1yi {
  background: none;
}
.wlq7w0a .ekfpmqt:not(.aze3zs) .gct1yi {
  background: rgba(0, 0, 0, 0.6);
}
.hnx644 .zyf24w {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.hnx644 .zyf24w .jqo6 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.hnx644 .r69kn1yk::after {
  content: "";
  display: block;
  clear: both;
}
.m7l7 .zyf24w {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.m7l7 .zyf24w .jqo6 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.m7l7 .r69kn1yk::after {
  content: "";
  display: block;
  clear: both;
}
.i9cbcy35 .yekcj2:nth-child(odd) .zyf24w {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.i9cbcy35 .yekcj2:nth-child(even) .zyf24w {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.i9cbcy35 .zyf24w .jqo6 {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.i9cbcy35 .r69kn1yk::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 900px) {
  .hnx644 .zyf24w,
  .m7l7 .zyf24w,
  .i9cbcy35 .yekcj2:nth-child(odd) .zyf24w,
  .i9cbcy35 .yekcj2:nth-child(even) .zyf24w {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .hnx644 .zyf24w .jqo6,
  .m7l7 .zyf24w .jqo6,
  .i9cbcy35 .zyf24w .jqo6 {
    max-height: none !important;
  }
}
.hnx644 .ney9arf5,
.hnx644 .d958fair,
.m7l7 .ney9arf5,
.m7l7 .d958fair,
.i9cbcy35 .ney9arf5,
.i9cbcy35 .d958fair {
  overflow: hidden;
}
@media (max-width: 640px) {
  .hnx644 .zyf24w,
  .m7l7 .zyf24w,
  .i9cbcy35 .zyf24w {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.rwyt .jbmxrh,
.rwyt .r69kn1yk,
.rwyt .y6fl {
  max-width: 1100px;
}
.xzuz .jbmxrh,
.xzuz .r69kn1yk,
.xzuz .y6fl {
  max-width: 1200px;
}
.myyav37 .jbmxrh,
.myyav37 .r69kn1yk,
.myyav37 .y6fl {
  max-width: 1320px;
}
.g59epd9 {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.utkpdl0x {
  display: flex;
  align-items: center;
}
.mygq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.tbbe53zt {
  display: flex;
  align-items: center;
}
.j6xglfp {
  color: var(--accent-light);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.j6xglfp:hover {
  text-decoration: underline;
}
.di7hhgpm {
  margin: 0 3px;
  opacity: 0.45;
}
.di7hhgpm::before {
  content: "/";
}
.geg3l {
  padding: 2px 5px;
  color: var(--text-main);
}
.inbq9nt .g59epd9 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.inbq9nt .utkpdl0x {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ave1 .g59epd9 {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.ave1 .utkpdl0x {
  padding: 0 0 0 12px;
}
.y4hzasa7 .utkpdl0x {
  padding: 0 16px;
}
.y4hzasa7 .g59epd9 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.y4hzasa7 .jbmxrh {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .flllu {
    margin-top: 18px;
    padding: 0 16px;
  }
  .y4hzasa7 .jbmxrh {
    padding-top: 16px;
  }
}
.rwyt.inbq9nt .utkpdl0x {
  max-width: 1100px;
}
.xzuz.inbq9nt .utkpdl0x {
  max-width: 1200px;
}
.myyav37.inbq9nt .utkpdl0x {
  max-width: 1320px;
}
.r60n2 .yekcj2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fvc5g85 .yekcj2 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.cdciaygu .yekcj2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.chr3k9n .yekcj2 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.rq6q64zs .yekcj2:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rq6q64zs .yekcj2:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.rq6q64zs .yekcj2:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.rq6q64zs .yekcj2:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.mq7l .r69kn1yk {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wqeb0 .r69kn1yk {
  padding-top: 18px;
  padding-bottom: 18px;
}
.dbrg9 .r69kn1yk {
  padding-top: 36px;
  padding-bottom: 36px;
}
.p7yxqs .r69kn1yk {
  padding-top: 48px;
  padding-bottom: 48px;
}
.o1yb h2.leituh2 {
  font-weight: 600;
}
.o1yb h3.zqtxfc1 {
  font-weight: 600;
}
.onitz {
  font-weight: 500;
}
.onitz h2.leituh2 {
  font-weight: 800;
}
.onitz h3.zqtxfc1 {
  font-weight: 700;
}
.ag7qz h2.leituh2 {
  font-weight: 900;
}
.ag7qz h3.zqtxfc1 {
  font-weight: 800;
}
.ag7qz .imod913 strong,
.ag7qz .imod913 strong {
  font-weight: 600;
}
.sejlfyh {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.cdescx1 .sejlfyh {
  display: none;
}
@media (max-width: 640px) {
  .i7r2m7 {
    display: none;
  }
  .sejlfyh {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    padding: 8px 16px !important;
    font-size: 0.82rem !important;
    z-index: 5;
    max-width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sejlfyh {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.sejlfyh:hover {
  opacity: 0.85;
}
.kqvj .sejlfyh {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.pzem .sejlfyh,
.bn5uvxzq .sejlfyh {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.pzem .sejlfyh:hover,
.bn5uvxzq .sejlfyh:hover {
  opacity: 0.88;
}
.kqvj.pzem .sejlfyh,
.kqvj.bn5uvxzq .sejlfyh {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.gyou6kcf {
  position: fixed;
  bottom: 32px;
  z-index: 900;
  padding: 12px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.15s,
    opacity 0.15s;
}
.gyou6kcf:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.gyou6kcf {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.jjes .gyou6kcf {
  display: none;
}
.aedi .gyou6kcf {
  right: 32px;
}
.yetpu .gyou6kcf {
  left: 32px;
}
@media (max-width: 480px) {
  .aedi .gyou6kcf {
    right: 20px;
    bottom: 20px;
  }
  .yetpu .gyou6kcf {
    left: 20px;
    bottom: 20px;
  }
}
.qz8xzed2 {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.y6fl {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.t2x08hq {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.gukne {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.uiarr9r a,
.pawis a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.87rem;
  transition: color 0.15s;
}
.uiarr9r a:hover,
.pawis a:hover {
  color: var(--accent-light);
}
.pawis {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.uwq5 .y6fl {
  text-align: center;
}
.uwq5 .pawis {
  justify-content: center;
  margin-bottom: 16px;
}
.uwq5 .t2x08hq {
  margin-top: 0;
}
.mpx6rzu {
  margin-top: 10px;
}
.mpx6rzu a {
  font-size: 0.8rem;
  opacity: 0.65;
}
@media (max-width: 640px) {
  .y6fl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .yiem7p8q .y6fl {
    padding: 20px 16px;
  }
  .pawis {
    gap: 4px 12px;
  }
  .t2x08hq {
    font-size: 0.78rem;
  }
}
.f9tcb .t2x08hq {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.f9tcb .gukne {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .f9tcb .qktcrxt {
    grid-template-columns: 1fr 1fr;
  }
  .f9tcb .h0oq {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .f9tcb .qktcrxt {
    grid-template-columns: 1fr;
  }
}
.bu7a1u .t2x08hq {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .bu7a1u .zxnclsg {
    gap: 12px;
  }
  .bu7a1u .sve87r {
    margin-right: 0;
    width: 100%;
  }
}
.kizxpc .t2x08hq {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.kizxpc .gukne {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .kizxpc .zbvk6qw {
    grid-template-columns: 1fr 1fr;
  }
  .kizxpc .w19qfh1 {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .kizxpc .zbvk6qw {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .tlleznm .x7q62z56 {
    grid-template-columns: 1fr 1fr;
  }
  .tlleznm .a8471:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .tlleznm .x7q62z56 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .z5mrjiz .x7q62z56 {
    grid-template-columns: 1fr;
  }
}
.zfbhii .y6fl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.zfbhii .pawis {
  justify-content: center;
}
.zwgayiw .c7ly {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.zwgayiw .qz8xzed2 {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.zy8ib .c7ly {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.zy8ib .a2cq {
  color: var(--accent-light);
}
.zy8ib .flet {
  --msep-color: #8b949e;
}
.zy8ib .flet a {
  color: #8b949e;
}
.zy8ib .flet a:hover {
  color: var(--accent-light);
}
.zy8ib .xfoqqy {
  color: #8b949e;
}
.zy8ib .qz8xzed2 {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.zy8ib .t2x08hq,
.zy8ib .gukne {
  color: #6e7681;
}

@media (max-width: 640px) {
  .zy8ib .flet {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .zy8ib .flet li a {
    border-bottom-color: #21262d;
  }
}
.dmeu2l7 .c7ly {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.dmeu2l7 .a2cq {
  color: var(--accent-light);
}
.dmeu2l7 .flet {
  --msep-color: #475569;
}
.dmeu2l7 .flet a {
  color: #475569;
}
.dmeu2l7 .flet a:hover {
  color: var(--accent-light);
}
.dmeu2l7 .xfoqqy {
  color: #64748b;
}
.dmeu2l7 .qz8xzed2 {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.dmeu2l7 .t2x08hq,
.dmeu2l7 .gukne {
  color: #64748b;
}

@media (max-width: 640px) {
  .dmeu2l7 .flet {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .dmeu2l7 .flet li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.pzem .c7ly {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.pzem .a2cq {
  color: #fff;
}
.pzem .flet {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.pzem .flet a {
  color: rgba(255, 255, 255, 0.82);
}
.pzem .flet a:hover {
  color: #fff;
}
.pzem .xfoqqy {
  color: rgba(255, 255, 255, 0.9);
}
.pzem .ukb65ezw a {
  color: var(--text-primary) !important;
}
.pzem .ukb65ezw a:hover {
  color: var(--accent-light) !important;
}
.pzem .qz8xzed2 {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.pzem .t2x08hq,
.pzem .gukne {
  color: rgba(255, 255, 255, 0.72);
}
.pzem .uiarr9r a,
.pzem .pawis a,
.pzem .wxf5qh1d a,
.pzem .y6w5c a,
.pzem .lhrc6 a,
.pzem .sve87r {
  color: #fff;
}
.pzem .swb4hemm,
.pzem .almhedws {
  color: rgba(255, 255, 255, 0.7);
}
.pzem .uiarr9r a:hover,
.pzem .pawis a:hover,
.pzem .wxf5qh1d a:hover,
.pzem .y6w5c a:hover {
  color: #fff;
}
@media (max-width: 640px) {
  .pzem .flet {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .pzem .flet li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.bn5uvxzq .c7ly {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: color-mix(in srgb, var(--border) 50%, transparent);
}
.bn5uvxzq .qz8xzed2 {
  background: color-mix(in srgb, var(--bg-surface) 60%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top-color: color-mix(in srgb, var(--border) 50%, transparent);
}
@media (max-width: 640px) {
  .bn5uvxzq .flet {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.b940zqdo .fngy6x3i {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.hrxh6q .fngy6x3i {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mk0r8 .fngy6x3i {
  min-height: 72px;
  height: auto;
}
.c99e3rj .fngy6x3i {
  min-height: 84px;
  height: auto;
}
.yiem7p8q .fngy6x3i {
  max-width: none;
  padding: 0 32px;
}
.yiem7p8q .y6fl {
  max-width: none;
  padding: 24px 32px;
}
.buf2r.xzuz .fngy6x3i {
  max-width: 1200px;
}
.buf2r.myyav37 .fngy6x3i {
  max-width: 1320px;
}
.x3hs .a2cq,
.x3hs .sve87r {
  text-transform: capitalize;
}
.yu02afxt .a2cq,
.yu02afxt .sve87r {
  text-transform: lowercase;
}
.je96 .a2cq,
.je96 .sve87r {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.h4xtzebd,
.vx5qut5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bt6j .h4xtzebd,
.wen5jx .h4xtzebd,
.vth6ac94 .h4xtzebd,
.pkyxb .h4xtzebd,
.vs61d .flet a {
  font-weight: 500;
}
.eeiniy .flet a {
  font-weight: 600;
}
.nr4w8nm .flet a {
  font-weight: 700;
}
.whbs .flet a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.pg2mpj3 .flet > li + li::before,
.o2bou0t .flet > li + li::before,
.elux .flet > li + li::before,
.u1yxxtf .flet > li + li::before,
.ddnh3 .flet > li + li::before,
.sh0n3qn6 .flet > li + li::before,
.q8i4b .flet > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.pg2mpj3 .flet > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.o2bou0t .flet > li + li::before {
  content: "|";
}
.elux .flet > li + li::before {
  content: "—";
}
.u1yxxtf .flet > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.ddnh3 .flet > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.sh0n3qn6 .flet > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.q8i4b .flet > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .vfsj52 .xfoqqy,
  .qd9dmr7 .xfoqqy,
  .hkrmqtpz .xfoqqy,
  .pf26u5 .xfoqqy,
  .bcjz31 .xfoqqy {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .vfsj52 .xfoqqy::before,
  .qd9dmr7 .xfoqqy::before,
  .hkrmqtpz .xfoqqy::before,
  .pf26u5 .xfoqqy::before,
  .bcjz31 .xfoqqy::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .vfsj52 .xfoqqy::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;
  }

  .qd9dmr7 .xfoqqy::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;
  }

  .hkrmqtpz .xfoqqy::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;
  }

  .pf26u5 .xfoqqy::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;
  }

  .bcjz31 .xfoqqy::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) {
  .erit .xfoqqy {
    padding: 5px 14px;
  }
  .erit .flet {
    left: auto;
    right: 12px;
    top: 54px;
    width: auto;
    min-width: 180px;
    border-radius: 14px;
    background: var(--bg-surface);
    border: 1px solid var(--border);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    padding: 6px 0;
  }
  .erit .flet li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .erit .flet li a:hover {
    background: var(--bg-raised);
  }
  .erit .ubve2a0n,
  .eevjiyn5 .ubve2a0n,
  .ojvb .ubve2a0n {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .tbw1w52a .xfoqqy {
    padding: 5px 10px;
  }
  .tbw1w52a .flet {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 72vw;
    max-width: 280px;
    background: var(--bg-surface);
    border-left: 1px 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: -4px 0 24px rgba(0, 0, 0, 0.22);
  }
  .tbw1w52a .flet.kloe {
    transform: translateX(0);
  }
  .tbw1w52a .flet li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .tbw1w52a .flet li:last-child a {
    border-bottom: none;
  }
  .pzem .flet,
  .zy8ib .flet {
    background: var(--accent) !important;
  }
  .pzem .flet li a,
  .zy8ib .flet li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .ojvb .xfoqqy {
    padding: 5px 10px;
  }
  .ojvb .flet {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    border-radius: 18px 18px 0 0;
    border-top: 1px 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: 0 -6px 28px rgba(0, 0, 0, 0.2);
  }
  .ojvb .flet::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .ojvb .flet.kloe {
    transform: translateY(0);
  }
  .ojvb .flet li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .lboic .xfoqqy {
    padding: 5px 10px;
  }
  .lboic .flet {
    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;
  }
  .lboic .flet.kloe {
    opacity: 1;
    pointer-events: auto;
  }
  .lboic .flet li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .r3wx .xfoqqy {
    border-radius: 0 !important;
  }
  .gsk5qrw .xfoqqy {
    border-radius: 8px !important;
  }
  .elsj .xfoqqy {
    border-radius: 50% !important;
  }
  .abqcdgm .xfoqqy {
    border-radius: 999px !important;
  }
}
@media (max-width: 640px) {
  .w9hgk .c7wdgq7 {
    flex-direction: column;
    align-items: stretch;
  }
  .w9hgk .q9hm7v49 {
    flex-direction: row;
    min-width: auto;
  }
  .w9hgk .uzuw9u {
    align-items: flex-start;
    text-align: left;
  }
}
.rrd0,
.rrd0.yekcj2,
.nwbeba9 .rrd0,
.wb37 .rrd0,
.mxjp2l7 .rrd0,
.bx71j .rrd0 {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.jqu70 {
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
  border-radius: 16px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
.ikmobca1 {
  flex: 1 1 280px;
  min-width: 0;
}
.j4qxe {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.cbio34 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.mall1mt {
  background: #fff !important;
  color: var(--cta) !important;
  padding: 14px 44px !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition:
    transform 0.15s,
    opacity 0.2s;
  white-space: nowrap;
}
.mall1mt:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.n2ej1225 .jqu70 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.n2ej1225 .j4qxe {
  color: var(--cta);
}
.n2ej1225 .cbio34 {
  color: var(--text-body);
}
.n2ej1225 .mall1mt {
  background: var(--cta) !important;
  color: #fff !important;
}
.ow0sz .jqu70 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.ow0sz .j4qxe {
  color: var(--text-primary);
}
.ow0sz .cbio34 {
  color: var(--text-body);
}
.ow0sz .mall1mt {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .jqu70 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ikmobca1 {
    flex: 0 0 auto;
  }
  .j4qxe {
    font-size: 1.2rem;
  }
  .mall1mt {
    width: 100%;
    text-align: center;
    padding: 14px 28px !important;
  }
}
.un2ctuhv .hi6v {
  height: 36px;
}
.bcaaod0i .hi6v {
  height: 60px;
  max-width: 200px;
}
.cu1rgc .hi6v {
  height: 76px;
  max-width: 240px;
}
.xhgz5xxy .lsofsr,
.xhgz5xxy .jwo9ensd {
  color: #f59e0b;
}
.u8h8buka .k1ya7r {
  background: var(--accent-bg);
  border-radius: 6px;
  padding: 2px 8px;
}
@media (min-width: 720px) {
  .n6c0zddb .tikfb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .n6c0zddb .z48r {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .n6c0zddb .z48r {
    padding: 40px 16px 20px;
  }
  .n6c0zddb .k1ya7r {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .n6c0zddb .abifzavk {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .j6qqj7 .z48r {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .j6qqj7 .z48r::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .j6qqj7 .i5s6a {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .j6qqj7 .dcob290 {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .j6qqj7 .k1ya7r {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .j6qqj7 .abifzavk {
    width: 100%;
    min-width: 0;
  }
  .j6qqj7 .lsofsr {
    min-width: 0;
  }
}
.cfz340b .z48r::before {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-light);
  opacity: 0.35;
  min-width: 32px;
}
.rftbqf5 .hz7eulu0 {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.rftbqf5 .hz7eulu0 summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.rftbqf5 .hz7eulu0 p {
  padding: 0 2px 16px;
}
.r23g58 .hz7eulu0 {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.r23g58 .hz7eulu0 summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.r23g58 .hz7eulu0 summary::after {
  content: "›";
  font-size: 1.2em;
}
.r23g58 .hz7eulu0[open] summary::after {
  content: "‹";
}
.r23g58 .hz7eulu0 p {
  padding: 10px 22px 4px;
}
.juzg .hz7eulu0 {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.juzg .hz7eulu0 summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.juzg .hz7eulu0 summary::after {
  content: "›";
  font-size: 1.1em;
}
.juzg .hz7eulu0[open] summary::after {
  content: "‹";
}
.juzg .hz7eulu0 p {
  padding-left: 16px;
}
.awzof .bs80kvfb {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.awzof .hz7eulu0 {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.awzof .hz7eulu0:last-child {
  border-bottom: none;
}
.awzof .hz7eulu0 summary {
  color: var(--text-primary);
  border-radius: 0;
}
.awzof .hz7eulu0 summary::after {
  content: "›";
  font-size: 1.1em;
}
.awzof .hz7eulu0[open] summary::after {
  content: "‹";
}
.rieaa .hz7eulu0 {
  overflow: hidden;
}
.rieaa .hz7eulu0 summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.rieaa .hz7eulu0 summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.rieaa .hz7eulu0[open] summary {
  border-radius: 0;
}
.ndqnzi {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.axur5j2 {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.d7x4pz {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.gasrjts {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.ij0n {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.lrvhm {
  margin-bottom: 20px;
}
.w60nv4 {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.am39h740 {
  width: 100%;
  background: var(--bg-page);
  border: 1px solid var(--border-alt);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.am39h740:focus {
  border-color: var(--accent-light);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.hotg0r {
  resize: vertical;
  min-height: 130px;
}
.gvuw6pg {
  width: 100%;
  margin-top: 8px;
}
.oo0zj {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.xy1ar {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.o9rls {
  color: var(--text-muted);
  line-height: 1.75;
}
.pcu8fw {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.pcu8fw li {
  margin-bottom: 6px;
}
.ltwq9mc {
  max-width: 760px;
  margin: 0 auto;
}
.jzufr {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.redb987 {
  max-width: 760px;
  margin: 0 auto;
}
.h53dmq ul.pcu8fw {
  margin: 0;
}
@media (max-width: 640px) {
  .lnahap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.xaaethb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.e2xybp8h {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.uocp4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 12px;
}
.e2xybp8h p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.e2xybp8h .pcu8fw {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .xaaethb {
    grid-template-columns: 1fr;
  }
}
.y3kcr1 {
  color: inherit;
  text-decoration: none;
}
.y3kcr1:hover {
  color: var(--accent-light);
  text-decoration: underline;
}
.k60d535a {
  display: inline-block;
  line-height: 0;
}
.rs28e {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.sudxsd {
  margin-bottom: 48px;
}
.l2hh0py {
  max-width: 760px;
  margin: 0 auto;
}
.fday {
  max-width: 640px;
  margin: 0 auto;
}
.rmctzz7 {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.rmctzz7:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.d0hwvag {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.rmctzz7 p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.rmctzz7 ul.pcu8fw {
  margin: 0;
}
.elfw {
  color: var(--text-muted);
  line-height: 1.75;
}
.kwsxrf .pcu8fw,
.fday .pcu8fw,
.xzlr8hm .pcu8fw,
.yifwjai .pcu8fw {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.kwsxrf .rmctzz7,
.fday .rmctzz7 {
  text-align: left;
}
.kwsxrf .d0hwvag,
.fday .d0hwvag {
  text-align: center;
}
.b4glq {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.axr9hs {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.r7cuw6i {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.n45w9 {
  margin-top: 12px;
}
.ai116yy {
  display: inline-block;
  color: var(--accent-light);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.ai116yy:hover {
  border-bottom-color: var(--accent-light);
}
.r1bl224 {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.r1bl224 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrv96hh9 {
  width: 72px;
  height: 72px;
}
.rttsq {
  border-radius: 10px;
}
.hmwzrw {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.ltkzu8 {
  padding-left: 14px;
  position: relative;
  color: var(--text-primary);
  font-weight: 600;
}
.ltkzu8::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: var(--accent);
}
@media (max-width: 640px) {
  .gv66 {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.dcfa .r7cuw6i,
.dcfa .axr9hs {
  max-width: 640px;
}
.a3u4h8c .b4glq {
  font-size: 1.6rem;
  margin-top: 18px;
}
.p8cz1jpc .r7cuw6i {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .xrzu8j2 {
    grid-template-columns: 1fr;
  }
  .a3u4h8c {
    position: static;
    text-align: center;
  }
}
.u2rpy0w .r1bl224 {
  margin: 0 auto 18px;
}
.u2rpy0w .hmwzrw {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .kof0c {
    grid-template-columns: 1fr;
  }
}
.jpo4b8vf .b4glq {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.yifwjai .pcu8fw {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .jpo4b8vf {
    flex-direction: column;
    text-align: center;
  }
  .f1d2cke {
    grid-template-columns: 1fr;
  }
}
.nezz1v6h {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 32px;
}
.nezz1v6h .b4glq {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.nezz1v6h .hmwzrw {
  margin: 0;
}
.u3dzyz {
  background: var(--accent-bg);
  border-radius: 14px;
  border-bottom: none;
  padding: 44px 36px;
  margin-bottom: 44px;
}
.u3dzyz .d7x4pz {
  color: var(--accent-light);
}
.xdagbv .d7x4pz {
  font-size: 2rem;
}
.xdagbv .gasrjts {
  max-width: 680px;
}
.foxjgo .d7x4pz {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.foxjgo .gasrjts {
  margin: 0;
}
@media (max-width: 640px) {
  .foxjgo {
    flex-direction: column;
  }
}
.ize2h .d7x4pz {
  color: var(--accent-light);
}
.mxn44l .d7x4pz {
  color: #fff;
}
.mxn44l .gasrjts {
  color: rgba(255, 255, 255, 0.85);
}
.ebk9s5yl {
  max-width: 680px;
  margin: 0 auto;
}
.l1eg2p3v {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 540px) {
  .l1eg2p3v {
    grid-template-columns: 1fr;
  }
}
.tvgh8y {
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.tvgh8y .am39h740 {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.tvgh8y .am39h740:focus {
  border-bottom-color: var(--accent-light);
  box-shadow: none;
}
.aveoykug .am39h740 {
  background: var(--bg-raised);
  border-color: transparent;
}
.aveoykug .am39h740:focus {
  background: var(--bg-card);
  border-color: var(--accent-light);
}
.s9hs .am39h740 {
  border-radius: 100px;
  padding: 11px 20px;
}
.s9hs .hotg0r {
  border-radius: 14px;
}
.fuxie {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.fuxie summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 700;
  color: var(--accent-light);
  font-size: 1.05rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.fuxie summary::-webkit-details-marker {
  display: none;
}
.fuxie summary::after {
  content: "+";
  color: var(--accent-light);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.fuxie[open] summary::after {
  content: "−";
}
.gm9tkj {
  padding: 4px 20px 16px;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
}
@media (max-width: 640px) {
  .wld0 {
    grid-template-columns: 1fr;
  }
}
.vczr7m {
  counter-reset: priv-count;
}
.jv0m0 {
  counter-increment: priv-count;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.jv0m0:last-child {
  border-bottom: none;
}
.ry63i8y {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent-light);
  opacity: 0.3;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.jv0m0 h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 10px;
}
.jv0m0 p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.xcm2 {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
  margin: 0;
}
.xcm2 li {
  margin-bottom: 6px;
}
.h7q0uja {
  display: none;
}
.h7q0uja:empty,
.vfx9sbo:empty {
  display: none;
}
.wflf3u {
  position: relative;
  overflow: visible;
}
.nda5ic .rmxip,
.dww60oi7 .rmxip,
.y3jc2r8 .rmxip,
.d3dfud .rmxip,
.fbwotojj .rmxip,
.qmo3 .rmxip {
  display: block;
}
.bppwogyb .nnws {
  display: block;
}
.nda5ic .rmxip,
.dww60oi7 .rmxip,
.y3jc2r8 .rmxip,
.d3dfud .rmxip,
.fbwotojj .rmxip {
  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;
}
.nda5ic .rmxip .vfx9sbo,
.dww60oi7 .rmxip .vfx9sbo,
.y3jc2r8 .rmxip .vfx9sbo,
.d3dfud .rmxip .vfx9sbo,
.fbwotojj .rmxip .vfx9sbo {
  margin: 0;
  font-size: 0.75rem;
  opacity: 1;
  color: #fff;
  background: color-mix(in srgb, var(--accent) 35%, rgba(0, 0, 0, 0.45));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  width: auto;
}
.nda5ic .su0w1j23,
.dww60oi7 .su0w1j23,
.y3jc2r8 .su0w1j23,
.d3dfud .su0w1j23,
.fbwotojj .su0w1j23 {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.nda5ic .rmxip,
.dww60oi7 .rmxip {
  top: 12px;
}
.nda5ic .rmxip .vfx9sbo {
  margin-right: auto;
}
.dww60oi7 .rmxip .vfx9sbo {
  margin-left: auto;
}
.dww60oi7 .rmxip {
  text-align: right;
}
.y3jc2r8 .rmxip,
.d3dfud .rmxip {
  bottom: 12px;
}
.y3jc2r8 .rmxip .vfx9sbo {
  margin-right: auto;
}
.d3dfud .rmxip .vfx9sbo {
  margin-left: auto;
}
.d3dfud .rmxip {
  text-align: right;
}
.fbwotojj .rmxip {
  position: relative;
  margin-top: 16px;
}
.fbwotojj .rmxip .vfx9sbo {
  margin: 0 auto;
}
.qmo3 .rmxip {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.qmo3 .rmxip .vfx9sbo {
  margin: 0;
}
.qmo3 .t4hui ~ .rmxip,
.qmo3 .mkj1xyu ~ .rmxip {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.qmo3 .t4hui ~ .rmxip .vfx9sbo,
.qmo3 .mkj1xyu ~ .rmxip .vfx9sbo {
  justify-content: flex-start;
}
.t4hui ~ .rmxip,
.mkj1xyu ~ .rmxip {
  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;
}
.t4hui ~ .rmxip .vfx9sbo {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.mkj1xyu ~ .rmxip .vfx9sbo {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nnws .vfx9sbo {
  margin: 0 0 12px;
}
.vfx9sbo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.su0w1j23 {
  white-space: nowrap;
}
.o15jk8l .su0w1j23 {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.clnvh .su0w1j23 {
  background: var(--date-bg, var(--accent-bg));
  padding: 6px 12px;
  border-radius: var(--radius, 6px);
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.dx6c5cmc .vfx9sbo {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.r0rxf3 .su0w1j23 {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.gjluht .su0w1j23 {
  color: var(--accent-light);
  opacity: 1;
  font-weight: 500;
}
.vdwc0wel .su0w1j23 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.xx2szvyt .vfx9sbo {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.sl1xei4 {
  --date-bg: transparent;
}
.iq7zi2 .q5b8lu1::before {
  content: "";
}
.z1tekmm .su0w1j23 + .su0w1j23::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.e9hr .su0w1j23 + .su0w1j23::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.yc2o1r .su0w1j23 + .su0w1j23::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.pqhi .su0w1j23 + .su0w1j23::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.a05hhb .su0w1j23 + .su0w1j23::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.wdjd3e .su0w1j23 + .su0w1j23::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.n6u6wpvm .su0w1j23 + .su0w1j23::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.fl4mh0w .su0w1j23 + .su0w1j23::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.u4zdujbx {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: var(--content-width, 960px);
  margin: 32px auto 24px;
  padding: 20px 24px;
}
.nouyw5cu {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.t6tltc {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.grt2 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-body);
  opacity: 0.55;
}
.igjzvw {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
}
.lbzi {
  font-size: 0.85rem;
  color: var(--text-body);
  opacity: 0.8;
  line-height: 1.5;
  margin-top: 4px;
}
.b3ude4 .u4zdujbx {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
.u8oxr0t .u4zdujbx {
  border-top: 3px solid var(--accent);
  padding-top: 18px;
}
.uxyom .u4zdujbx {
  border-left: 3px solid var(--accent);
  border-radius: 0;
}
.bwnbqr .u4zdujbx {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .u4zdujbx {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .lbzi {
    max-width: 100%;
  }
}
.hp3nthb5 .zv5qt4rh {
  margin: 0;
}
@media (max-width: 560px) {
  .lg0o {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.wc16 {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wc16.dryw {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g2t8 {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: auto;
  background: var(--bg-card, #ffffff) !important;
  color: var(--text-primary, #111) !important;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 32px 24px 24px;
  text-align: center;
  animation: ctaPopupRise 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}
@keyframes ctaPopupRise {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.g2t8 .xqydqn {
  position: absolute;
  top: 6px;
  right: 8px;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: var(--text-primary, #111) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 2;
  transition: background 0.15s;
}
.g2t8 .xqydqn:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}
.nyitihg {
  display: block;
  margin: 0 auto 16px;
  max-width: 240px;
  max-height: 88px;
  object-fit: contain;
}
.i03put {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta, #ff2349);
  font-weight: 700;
  margin-bottom: 6px;
}
.o2eu {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary, #111);
}
.g2t8 .ceem {
  display: inline-block !important;
  padding: 12px 28px !important;
  border-radius: 10px !important;
  background: var(--cta, #ff2349) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: 0 !important;
  transition:
    transform 0.15s,
    opacity 0.15s;
}
.g2t8 .ceem:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 480px) {
  .g2t8 {
    padding: 28px 18px 20px;
  }
  .o2eu {
    font-size: 1.2rem;
  }
  .nyitihg {
    max-width: 220px;
    max-height: 80px;
  }
}
.zzxc {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 96px;
  height: 96px;
  padding: 10px;
  margin-right: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.lhm3 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.g5t49g .zzxc {
  border-radius: 50%;
}
.lwzhsigt .zzxc {
  border-radius: 6px;
}
.lm6tc3 .zzxc {
  border-radius: 22px;
}
.np0aw .jqu70 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .zzxc {
    width: 80px;
    height: 80px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.xhddxl {
  margin: 0 0 24px;
}
.xhddxl .yekcj2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.xhddxl .r69kn1yk {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.xhddxl .jqu70 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
:root {
  --accent: #91183b;
  --brand: #91183b;
  --brand-light: #731b35;
  --brand-pale: #932f4c;
  --grad-start: #db295c;
  --grad-end: #da6788;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #91183b;
  --cta-light: #710f2b;
  --cta-hover: #5c0f25;
  --bg-page: #f8f6f7;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-inner: #f5f3f4;
  --bg-raised: #f1eeef;
  --bg-hover: #f5f3f4;
  --border: #e9e1e4;
  --border-alt: #dccfd3;
  --border-section: #e9e1e4;
  --text-primary: #1b1718;
  --text-muted: #605156;
  --text-body: #372e31;
  --text-sub: #534549;
  --text-faint: #8a747a;
  --text-dim: #a19095;
  --text-label: #6e5d62;
  --text-value: #453a3d;
  --accent-bg: #f3e2e7;
  --accent-bg-light: #edc8d3;
  --bg-tip: #f0f9f0;
  --bg-warning: #f9f6ef;
  --bg-info: #f0f0f9;
  --bg-pros: #f0f9f0;
  --bg-cons: #faf3f4;
  --c-pros: #199210;
  --c-cons: #9f2127;
  --c-pros-label: #1eae13;
  --c-tip-border: #21c015;
  --c-warn-border: #bb801a;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #199210;
}
:root {
  --logo-bg-opacity: 46%;
}
body,
button,
input {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Arial, sans-serif;
}
.roll .drjdp {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.roll .drjdp::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.roll .qsly4 .drjdp::before {
  content: "";
  color: var(--c-tip-border);
}
.roll .dz96ovv4 .drjdp::before {
  content: "";
  color: var(--c-warn-border);
}
.roll .guc4g .drjdp::before {
  content: "";
  color: #60a5fa;
}
.rwvfx41 .roll .qsly4 .drjdp::before {
  color: #10b981;
}
.rwvfx41 .roll .dz96ovv4 .drjdp::before {
  color: #f43f5e;
}
.rwvfx41 .roll .guc4g .drjdp::before {
  color: #a855f7;
}
.k8y214v .roll .qsly4 .drjdp::before {
  color: #eab308;
}
.k8y214v .roll .dz96ovv4 .drjdp::before {
  color: #ef4444;
}
.k8y214v .roll .guc4g .drjdp::before {
  color: #f97316;
}
.geua80ah .roll .qsly4 .drjdp::before {
  color: #38bdf8;
}
.geua80ah .roll .dz96ovv4 .drjdp::before {
  color: #818cf8;
}
.geua80ah .roll .guc4g .drjdp::before {
  color: #2dd4bf;
}
.szkm .roll .drjdp::before {
  color: var(--accent-light) !important;
}
.v4eo0x2 .jo1jv0n li::before,
.v4eo0x2 .mzxvoja li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.85em;
  line-height: 1;
  vertical-align: 0.05em;
}
.v4eo0x2 .jo1jv0n li::before {
  content: "";
}
.v4eo0x2 .mzxvoja li::before {
  content: "";
}
.v4eo0x2 .vi34zga5::before,
.v4eo0x2 .b83xzv::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  margin-right: 5px;
  line-height: 1;
}
.v4eo0x2 .vi34zga5::before {
  content: "";
}
.v4eo0x2 .b83xzv::before {
  content: "";
}
.ky8o7u .n6i1xdhz,
.ky8o7u .t4hui {
  min-height: 520px;
}
/* .kghuf7k .mz2g::after,
.kghuf7k .b21gll::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 6px;
  vertical-align: -0.05em;
  font-size: 0.8em;
  line-height: 1;
} */
.l8ei5 .sejlfyh::after,
.l8ei5 .gyou6kcf::after {
  content: "◈" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  display: inline-block !important;
  margin-left: 6px;
  vertical-align: -0.05em;
  font-size: 0.8em;
  line-height: 1;
}
.di7hhgpm::before {
  content: "▷";
  font-size: 1.1em;
}