:root {
  --color-accent: #39b422;
  --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;
}
.zayt87 {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.n0o4t8k {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.dortcy {
  color: var(--accent-light);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dt3eu {
  height: 46px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  border-radius: 6px;
}
.c3llk {
  list-style: none;
  display: flex;
  column-gap: 20px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  --msep-color: var(--text-primary);
}
.c3llk a {
  color: var(--text-muted);
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}
.c3llk a:hover {
  color: var(--accent-light);
}
.sjyrm35t .hpor {
  border-radius: 14px;
}
.sjyrm35t .hpor li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sjyrm35t .hpor li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 640px) {
  .hpor {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 4px 16px;
  }
  .pbo9:hover .hpor,
  .pbo9:focus-within .hpor {
    display: block;
  }
  .hpor li a {
    padding: 8px 16px;
    font-size: 0.88rem;
  }
}
.mcj0loc {
  display: none;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.bcn0lb9 {
  display: none;
}
@media (max-width: 640px) {
  .bcn0lb9 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 899;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .bcn0lb9.zk45 {
    display: block;
  }
}
@media (max-width: 640px) {
  .mcj0loc {
    display: block;
  }
  .c3llk > li + li::before {
    display: none !important;
  }
  .c3llk {
    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;
  }
  .c3llk.zk45 {
    display: flex;
  }
  .c3llk li a {
    display: block;
    padding: 11px 24px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border);
  }
  .c3llk li:last-child a {
    border-bottom: none;
  }
}
.k2zvm3vv {
  min-height: 480px;
}
.zljebt {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.mvt9 {
  font-size: 1.15rem;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.qhkihtf .mvt9 {
  margin-left: 0;
  margin-right: 0;
}
.ixvb {
  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;
}
.ixvb:hover {
  opacity: 0.88;
}
.elhse0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-surface);
}
.m00r1u {
  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%
  );
}
.elhse0 .z8ocelaf {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  padding: 48px 24px;
}
.elhse0 .zljebt {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.elhse0 .mvt9 {
  color: #e2e8f0;
}
.elhse0.a00iub .z8ocelaf {
  text-align: center;
}
.elhse0.qhkihtf .z8ocelaf {
  text-align: left;
}
.pmmlgow1 .z8ocelaf {
  width: 100%;
  max-width: 1100px;
  padding: 24px 24px;
}
.pmmlgow1 .zljebt {
  color: var(--text-primary);
  text-shadow: none;
}
.pmmlgow1 .mvt9 {
  color: var(--text-muted);
}
.pmmlgow1 .ixvb {
  margin-top: 16px;
}
.pmmlgow1,
.pmmlgow1.k2zvm3vv {
  min-height: auto !important;
}
.pmmlgow1.a00iub .z8ocelaf {
  text-align: center;
}
.pmmlgow1.qhkihtf .z8ocelaf {
  text-align: left;
}
.pmmlgow1 ~ .y0i1yp2 {
  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;
}
.pmmlgow1 ~ .y0i1yp2 .nj3pzrd {
  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;
  }
}
.zh4c .elhse0 .m00r1u {
  overflow: hidden;
}
.zh4c .elhse0 .m00r1u::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%);
  }
}
.o7u10b34 .nvoems,
.o7u10b34 .f2i06e {
  position: relative;
  overflow: hidden;
}
.o7u10b34 .nvoems::after,
.o7u10b34 .f2i06e::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.15;
  filter: blur(80px);
  pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
@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);
  }
}
.o7u10b34 .elhse0 .m00r1u {
  overflow: hidden;
}
.o7u10b34 .elhse0 .m00r1u::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;
}
.g7gsh .elhse0 .m00r1u {
  animation: hg-fadein 1.2s ease-out both;
}
@keyframes hg-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vn6catv .elhse0 .m00r1u {
  overflow: hidden;
}
.vn6catv .elhse0 .m00r1u::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;
}
.shuj698r .elhse0 .m00r1u {
  animation: hg-breathe 10s ease-in-out infinite;
}
.nvoems .m00r1u {
  background: none;
}
.nvoems .zljebt {
  color: #fff;
}
.nvoems .mvt9 {
  color: rgba(255, 255, 255, 0.85);
}
.nvoems .ixvb {
  background: #fff;
  color: var(--cta);
}
.nvoems .ixvb:hover {
  opacity: 0.92;
}
.o7u10b34 .ipjcqs {
  position: relative;
  overflow: hidden;
}
.o7u10b34 .ipjcqs::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(ellipse, var(--accent-light) 0%, transparent 70%);
  opacity: 0.12;
  filter: blur(80px);
  pointer-events: none;
  animation: hg-drift 20s ease-in-out infinite;
}
.ipjcqs .zljebt {
  text-shadow: none;
  color: var(--text-primary);
}
.ipjcqs .mvt9 {
  color: var(--text-muted);
}
body.b6ex .zljebt {
  color: var(--accent-light) !important;
  text-shadow: none !important;
}
body.tfedm9 .zljebt {
  color: var(--cta) !important;
  text-shadow: none !important;
}
.k2zvm3vv.nvoems .zljebt,
section.nvoems .zljebt {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}
.ipjcqs.qhkihtf .epu3j {
  align-items: flex-start;
  text-align: left;
}
.k2zvm3vv .vdedkqf {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: auto !important;
  transform: none !important;
  overflow-x: visible !important;
  padding: 0;
}
.vdedkqf .d73i4y3w.rzxpju {
  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;
}
.vdedkqf .d73i4y3w.rzxpju:hover {
  opacity: 0.85;
}
.hcujas7 .z8ocelaf {
  padding-bottom: 24px;
}
.wjgdm9l1 .z8ocelaf {
  max-width: 1100px;
}
@media (max-width: 700px) {
  .ipjcqs {
    grid-template-columns: 1fr !important;
    grid-template-areas: "text" "media" !important;
  }

  .ipjcqs:not(.lhhfpq) .rtz2zq8d {
    display: none !important;
  }
  .lhhfpq .rtz2zq8d {
    padding: 16px;
  }
  .epu3j {
    padding: 36px 24px;
  }
  .ipjcqs ~ .y0i1yp2,
  .gw7if ~ .y0i1yp2 {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
  }
  .k2zvm3vv,
  .ipjcqs {
    min-height: 320px !important;
  }
  .zljebt {
    font-size: clamp(1.7rem, 5.5vw, 2.4rem) !important;
  }

  .bjnh,
  .chz9tq9,
  .mah4vhyj {
    grid-template-columns: 1fr !important;
  }

  .hcujas7 {
    display: flex !important;
    flex-direction: column !important;
  }
  .hcujas7 .z8ocelaf {
    display: contents;
  }
  .hcujas7 .m00r1u {
    order: 0;
  }
  .hcujas7 .zljebt {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 12px;
  }
  .hcujas7 .bjnh {
    order: 2;
    padding: 0 16px 12px !important;
  }
  .hcujas7 .mvt9 {
    order: 3;
    padding: 0 24px 24px;
    margin: 0 auto;
  }

  .wjgdm9l1 .z8ocelaf {
    display: flex;
    flex-direction: column;
  }
  .wjgdm9l1 .z8ocelaf .zljebt {
    order: 1;
  }
  .wjgdm9l1 .z8ocelaf .mah4vhyj {
    order: 2;
    margin: 8px 0 24px !important;
  }
  .wjgdm9l1 .z8ocelaf .mvt9 {
    order: 3;
  }
  .wjgdm9l1 .z8ocelaf .ixvb {
    order: 4;
    align-self: center;
    margin-top: 0;
  }

  .ipjcqs.lhhfpq {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
  }
  .ipjcqs.lhhfpq .epu3j {
    display: contents;
    padding: 0;
  }
  .ipjcqs.lhhfpq .epu3j .zljebt {
    order: 1;
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
  .ipjcqs.lhhfpq .rtz2zq8d {
    order: 2;
    padding: 12px 16px;
  }
  .ipjcqs.lhhfpq .epu3j .mvt9 {
    order: 3;
    padding: 0 24px;
    margin: 0 auto;
  }
  .ipjcqs.lhhfpq .epu3j .ixvb {
    order: 4;
    align-self: center;
    margin: 8px 0 32px;
  }
}
.tbbp {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  line-height: 0;
}
.v6ic5wa {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.lkbl .tbbp {
  border-radius: 16px;
}
.lkbl .v6ic5wa {
  border-radius: 16px;
}
.bcxu43h .tbbp {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
}
.bcxu43h .v6ic5wa {
  border-radius: 8px;
}
.qlty8px {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 32px;
}
.n5370 {
  width: 100%;
  padding: 32px 0;
  position: relative;
}
.a20lc4jg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px;
  position: relative;
  z-index: 1;
}
.ynde .n5370:nth-child(even) {
  background: var(--bg-surface);
}
.ynde .n5370:nth-child(odd) {
  background: var(--bg-page);
}
.lfziyq7y .n5370:nth-child(even) {
  background: var(--bg-card);
}
.lfziyq7y .n5370:nth-child(odd) {
  background: var(--bg-page);
}
.ynde .n5370:nth-child(odd) .a20lc4jg {
  background: var(--bg-card);
  border-radius: 6px;
}
.ynde .n5370:nth-child(even) .a20lc4jg {
  background: var(--bg-raised);
  border-radius: 6px;
}
.lfziyq7y .n5370:nth-child(odd) .a20lc4jg {
  background: var(--bg-card);
  border-radius: 6px;
}
.lfziyq7y .n5370:nth-child(even) .a20lc4jg {
  background: var(--bg-raised);
  border-radius: 6px;
}
.ynde .n5370:nth-child(even) .k35sl09w .oe6wn2x6,
.lfziyq7y .n5370:nth-child(even) .k35sl09w .oe6wn2x6 {
  background: var(--bg-card);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.ynde .n5370:nth-child(odd) .k35sl09w .oe6wn2x6,
.lfziyq7y .n5370:nth-child(odd) .k35sl09w .oe6wn2x6 {
  background: var(--bg-card-inner);
}
.ynde .n5370:nth-child(even) .mney .oe6wn2x6:nth-child(odd),
.lfziyq7y .n5370:nth-child(even) .mney .oe6wn2x6:nth-child(odd) {
  background: var(--bg-card);
}
.ynde .n5370:nth-child(even) .mney .oe6wn2x6:nth-child(even),
.lfziyq7y .n5370:nth-child(even) .mney .oe6wn2x6:nth-child(even) {
  background: var(--bg-card-inner);
}
h1.a2mdr {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 16px;
}
h2.a2mdr {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 16px;
}
h3.dx53719 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.z15vx06l h2.a2mdr {
  border-left: 4px solid var(--accent);
  padding-left: 14px;
}
.v72ndz h2.a2mdr {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 10px;
  display: inline-block;
}
.z856mc0p h2.a2mdr {
  border-top: 3px solid var(--accent);
  padding-top: 12px;
  color: var(--text-primary);
}
.qdg37ure h2.a2mdr::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
}
.pzmf h2.a2mdr {
  color: var(--text-primary);
  font-size: 1.7rem;
}
.r38ufm h2.a2mdr::before {
  content: "/";
  color: var(--accent-light);
  font-weight: 800;
  margin-right: 10px;
}
.zukt8l0l h2.a2mdr {
  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;
}
.yt5wv {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .yt5wv {
    display: none;
  }
}
.ei4f {
  font-size: inherit;
  color: var(--text-body);
  margin: 8px 0 16px;
}
.no3ay {
  font-size: inherit;
  color: var(--text-body);
  margin: 16px 0 0;
}
.ev6jsec {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
}
.wnk7of5y {
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 12px;
  font-size: 1rem;
}
.t4rcc {
  padding-left: 20px;
}
.t4rcc li {
  margin-bottom: 6px;
}
.t4rcc a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.t4rcc a:hover {
  color: var(--accent-light);
}
.ccr8u .wnk7of5y {
  display: none;
}
.cqn3o6 .wnk7of5y {
  display: none;
}
.cqn3o6 .t4rcc {
  padding-left: 0;
  list-style: none;
}
.cqn3o6 .t4rcc li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent-light);
  opacity: 0.7;
}
.cqn3o6 .t4rcc a {
  font-size: 0.92rem;
}
.dmbz9ewu .ev6jsec {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 12px 0;
}
.dmbz9ewu .wnk7of5y {
  display: none;
}
.dmbz9ewu .t4rcc {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dmbz9ewu .t4rcc li {
  margin-bottom: 0;
}
.dmbz9ewu .t4rcc 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;
}
.dmbz9ewu .t4rcc a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent-light);
}
.bocs .ev6jsec {
  padding: 20px 20px 16px;
}
.bocs .t4rcc {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  counter-reset: toc-c;
}
.bocs .t4rcc li {
  counter-increment: toc-c;
  margin-bottom: 0;
  display: flex;
}
.bocs .t4rcc 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;
}
.bocs .t4rcc 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;
}
.bocs .t4rcc a:hover {
  color: var(--accent-light);
  border-color: var(--accent-light);
}
.bocs .t4rcc a:focus,
.bocs .t4rcc a:focus-visible,
.bocs .t4rcc a:target {
  outline: none;
}
.bocs .t4rcc li:target a {
  border-color: var(--border);
  color: var(--text-muted);
}
.sz5nu3 .ev6jsec {
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 8px 0;
  margin: 16px 0;
}
.sz5nu3 .wnk7of5y {
  display: none;
}
.sz5nu3 .t4rcc {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sz5nu3 .t4rcc li {
  margin-bottom: 0;
}
.sz5nu3 .t4rcc li::after {
  content: ",";
  color: var(--text-muted);
  margin-right: 10px;
}
.sz5nu3 .t4rcc li:last-child::after {
  content: "";
  margin-right: 0;
}
.sz5nu3 .t4rcc a {
  font-size: 0.9rem;
}
.oe6wn2x6 {
  padding: 14px 20px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.k35sl09w .oe6wn2x6 {
  background: var(--bg-card);
}
.mney .oe6wn2x6:nth-child(odd) {
  background: var(--bg-card);
}
.mney .oe6wn2x6:nth-child(even) {
  background: var(--bg-raised);
}
.s4a9z .oe6wn2x6 {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 22px 4px;
}
.s4a9z .oe6wn2x6:last-child {
  border-bottom: none;
}
.s4a9z h3.dx53719 {
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
  display: inline-block;
}
.jiqndktc .oe6wn2x6 {
  background: none;
  border-radius: 0;
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 18px;
}
.jiqndktc .oe6wn2x6 + .oe6wn2x6 {
  margin-top: 4px;
}
.j5rm6 .oe6wn2x6 {
  background: none;
  border-radius: 0;
  padding: 12px 0;
}
.j5rm6 .oe6wn2x6 + .oe6wn2x6 {
  border-top: 1px solid var(--border-section);
}
.dhb02a {
  color: var(--text-body);
  margin-bottom: 12px;
  font-size: inherit;
}
.fnxg8 {
  color: var(--text-body);
  margin-top: 12px;
  font-size: inherit;
}
.giqe {
  color: var(--text-body);
  margin-bottom: 10px;
}
.hx6hme,
.e9j1m {
  padding-left: 22px;
  color: var(--text-body);
  margin: 10px 0;
}
.hx6hme li,
.e9j1m li {
  margin-bottom: 6px;
}
.e9j1m li {
  list-style: decimal;
}
.a0eyit .hx6hme {
  list-style-type: "● ";
}
.neji .hx6hme {
  list-style-type: "■ ";
}
.afc6y .hx6hme {
  list-style-type: "◆ ";
}
.dffyk .hx6hme {
  list-style-type: "★ ";
}
.a0eyit .xyg1 {
  list-style-type: "● ";
}
.neji .xyg1 {
  list-style-type: "■ ";
}
.afc6y .xyg1 {
  list-style-type: "◆ ";
}
.dffyk .xyg1 {
  list-style-type: "★ ";
}
.a0eyit .hx6hme li::marker,
.a0eyit .xyg1 li::marker,
.neji .hx6hme li::marker,
.neji .xyg1 li::marker,
.afc6y .hx6hme li::marker,
.afc6y .xyg1 li::marker,
.dffyk .hx6hme li::marker,
.dffyk .xyg1 li::marker {
  color: var(--cta);
  font-size: 1em;
}
.a0eyit .e9j1m,
.neji .e9j1m,
.afc6y .e9j1m,
.dffyk .e9j1m {
  list-style: none;
  counter-reset: el-step;
  padding-left: 2.2em;
}
.a0eyit .e9j1m li,
.neji .e9j1m li,
.afc6y .e9j1m li,
.dffyk .e9j1m li {
  list-style: none;
  counter-increment: el-step;
  position: relative;
}
.a0eyit .e9j1m li::before,
.neji .e9j1m li::before,
.afc6y .e9j1m li::before,
.dffyk .e9j1m 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;
}
.a0eyit .e9j1m li::before {
  border-radius: 50%;
}
.neji .e9j1m li::before {
  border-radius: 3px;
}
.afc6y .e9j1m li::before {
  border-radius: 3px;
}
.dffyk .e9j1m li::before {
  border-radius: 50%;
}
.dy2wxekn {
  overflow-x: auto;
  margin: 12px 0;
  background: var(--accent-bg);
  border-radius: 10px;
  border: 1px solid var(--border-alt);
}
.l45s .dy2wxekn,
.ch4sn5 .dy2wxekn {
  background: transparent;
  border: none;
  border-radius: 0;
}
.mgsbsr26 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.mgsbsr26 th {
  background: var(--bg-raised);
  color: var(--accent-light);
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.mgsbsr26 td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-alt);
  color: var(--text-body);
}
.mgsbsr26 tr:hover td {
  background: var(--bg-hover);
}
.kwcv1n .mgsbsr26 tbody tr:nth-child(even) td {
  background: var(--bg-surface);
}
.f2l6gu .mgsbsr26 {
  border: 1px solid var(--border-alt);
}
.f2l6gu .mgsbsr26 th,
.f2l6gu .mgsbsr26 td {
  border: 1px solid var(--border-alt);
}
.hum6etw4 .mgsbsr26 th {
  background: transparent;
  color: var(--accent-light);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 6px;
}
.hum6etw4 .mgsbsr26 td {
  border-bottom: none;
}
.hum6etw4 .mgsbsr26 tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-alt);
}
.nwur7 .mgsbsr26 th {
  background: var(--cta);
  color: #fff;
  letter-spacing: 0.03em;
}
.jha2f .dy2wxekn {
  overflow: hidden;
}
.jha2f .mgsbsr26 th {
  border-bottom: 1px solid var(--border-alt);
}
.jha2f .mgsbsr26 tr:last-child td {
  border-bottom: none;
}
.kgrj {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 12px 0;
}
.umrhr6u0 {
  background: var(--bg-card-inner);
  border-radius: 8px;
  overflow: hidden;
}
.bxhys3 {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  padding: 8px;
}
.vo7y {
  background: var(--accent-bg-light);
  color: var(--accent-light);
  font-weight: 700;
  padding: 10px 14px;
  font-size: 0.9rem;
}
.u19k6ynj {
  padding: 10px 14px 4px;
  font-size: 0.88rem;
  color: var(--text-sub);
}
.xyg1 {
  padding: 4px 14px 12px 28px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.xyg1 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%;
}
.g3zx6 .vo7y {
  background: transparent;
  text-align: center;
}
.f8j3or .bxhys3 {
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.navv2a .bxhys3 {
  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);
}
.kl8pnjd2 .umrhr6u0 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.kl8pnjd2 .bxhys3 {
  grid-column: 1;
  grid-row: 1;
  width: 88px;
  height: 88px;
  aspect-ratio: 1/1;
  object-fit: cover;
  align-self: center;
}
.kl8pnjd2 .vo7y {
  grid-column: 2;
}
.kl8pnjd2 .u19k6ynj,
.kl8pnjd2 .xyg1 {
  grid-column: 1 / -1;
}
.tdhj .umrhr6u0 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.tdhj .bxhys3 {
  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);
}
.tdhj .vo7y {
  grid-column: 2;
}
.tdhj .u19k6ynj,
.tdhj .xyg1 {
  grid-column: 1 / -1;
}
.qmupvwy .umrhr6u0 {
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
}
.qmupvwy .vo7y {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.qvqd23 .umrhr6u0 {
  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);
}
.qvqd23 .vo7y {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.bzxmu .umrhr6u0 {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
}
.bzxmu .umrhr6u0:last-child {
  border-bottom: none;
}
.bzxmu .vo7y {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
}
.ixwptwek .umrhr6u0 {
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
}
.ixwptwek .vo7y {
  background: none;
  color: var(--accent-light);
  font-weight: 700;
  padding-top: 13px;
}
.s8uvcmx .kgrj {
  counter-reset: card-n;
}
.s8uvcmx .umrhr6u0 {
  counter-increment: card-n;
}
.s8uvcmx .vo7y {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s8uvcmx .vo7y::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;
}
.huz2gtd .umrhr6u0 {
  background: var(--bg-surface);
  border: 1px solid var(--border);
}
.huz2gtd .vo7y {
  background: none;
  color: var(--text-main);
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}
.st3m4c {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 10px 0;
}
.tfrzs {
  background: var(--bg-tip);
  border-left: 4px solid var(--c-tip-border);
}
.rtl06 {
  background: var(--bg-warning);
  border-left: 4px solid var(--c-warn-border);
}
.catdhf3v {
  background: var(--bg-info);
  border-left: 4px solid #60a5fa;
}
.by0s86 {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.st3m4c strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}
.st3m4c p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}
.k59mh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0;
}
.xihpckl,
.xivtl05 {
  border-radius: 8px;
  padding: 14px;
}
.xihpckl {
  background: var(--bg-pros);
}
.xivtl05 {
  background: var(--bg-cons);
}
.mul4l5l7 {
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.xihpckl .mul4l5l7 {
  color: var(--c-pros-label);
}
.xivtl05 .mul4l5l7 {
  color: #f87171;
}
.xihpckl ul li {
  color: var(--c-pros);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.xivtl05 ul li {
  color: var(--c-cons);
  list-style: none;
  padding-left: 4px;
  margin-bottom: 5px;
  font-size: 0.88rem;
}
.v6ic5wa {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
.rzxpju {
  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;
}
.rzxpju:hover {
  opacity: 0.85;
}
.y2lmt .rzxpju {
  background: transparent;
  border: 2px solid var(--cta);
  color: var(--cta-light);
}
.y2lmt .rzxpju:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.x5rwk5b3 .rzxpju {
  background: var(--accent-bg);
  border: 1px solid var(--cta);
  color: var(--cta-light);
}
.x5rwk5b3 .rzxpju:hover {
  background: var(--cta-hover);
  color: #fff;
  opacity: 1;
}
.junn5 .ixvb {
  border-radius: 50px;
}
.junn5 .rzxpju {
  border-radius: 50px;
}
.c1o2d5x .ixvb {
  padding-left: 22px;
  padding-right: 22px;
}
.c1o2d5x .rzxpju {
  padding-left: 12px;
  padding-right: 12px;
}
.ftd6v1 .ixvb {
  padding-left: 44px;
  padding-right: 44px;
}
.ftd6v1 .rzxpju {
  padding-left: 24px;
  padding-right: 24px;
}
.xux7 .ixvb {
  padding-left: 56px;
  padding-right: 56px;
}
.xux7 .rzxpju {
  padding-left: 32px;
  padding-right: 32px;
}
.rly0r .ixvb::after,
.rly0r .rzxpju::after,
.cjno9y03 .ixvb::after,
.cjno9y03 .rzxpju::after,
.vxd746q .ixvb::after,
.vxd746q .rzxpju::after,
.pfora6 .ixvb::after,
.pfora6 .rzxpju::after,
.h5tq1fa5 .ixvb::after,
.h5tq1fa5 .rzxpju::after,
.rx99 .ixvb::after,
.rx99 .rzxpju::after,
.mqmh24 .ixvb::after,
.mqmh24 .rzxpju::after,
.bkwmdx70 .ixvb::after,
.bkwmdx70 .rzxpju::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;
}
.rly0r .ixvb::after,
.rly0r .rzxpju::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");
}
.cjno9y03 .ixvb::after,
.cjno9y03 .rzxpju::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");
}
.vxd746q .ixvb::after,
.vxd746q .rzxpju::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");
}
.pfora6 .ixvb::after,
.pfora6 .rzxpju::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");
}
.h5tq1fa5 .ixvb::after,
.h5tq1fa5 .rzxpju::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");
}
.rx99 .ixvb::after,
.rx99 .rzxpju::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");
}
.mqmh24 .ixvb::after,
.mqmh24 .rzxpju::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");
}
.bkwmdx70 .ixvb::after,
.bkwmdx70 .rzxpju::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");
}
.rc4idy1 .azgcwmg::after,
.rc4idy1 .rxb0h77j::after,
.tot31a .azgcwmg::after,
.tot31a .rxb0h77j::after,
.jmo3rm .azgcwmg::after,
.jmo3rm .rxb0h77j::after,
.siqfs .azgcwmg::after,
.siqfs .rxb0h77j::after,
.c4tu .azgcwmg::after,
.c4tu .rxb0h77j::after,
.fwnomjq .azgcwmg::after,
.fwnomjq .rxb0h77j::after,
.i60vp0 .azgcwmg::after,
.i60vp0 .rxb0h77j::after,
.a6ykqh8 .azgcwmg::after,
.a6ykqh8 .rxb0h77j::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;
}
.rc4idy1 .azgcwmg::after,
.rc4idy1 .rxb0h77j::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");
}
.tot31a .azgcwmg::after,
.tot31a .rxb0h77j::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");
}
.jmo3rm .azgcwmg::after,
.jmo3rm .rxb0h77j::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");
}
.siqfs .azgcwmg::after,
.siqfs .rxb0h77j::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");
}
.c4tu .azgcwmg::after,
.c4tu .rxb0h77j::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");
}
.fwnomjq .azgcwmg::after,
.fwnomjq .rxb0h77j::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");
}
.i60vp0 .azgcwmg::after,
.i60vp0 .rxb0h77j::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");
}
.a6ykqh8 .azgcwmg::after,
.a6ykqh8 .rxb0h77j::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");
}
.oyahqm .ida78bv {
  background: var(--bg-raised);
}
.d73i4y3w.rzxpju {
  padding: 13px 24px !important;
  font-size: 1rem !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  .yz7wgg6k {
    grid-template-columns: auto auto minmax(0, 1fr);
    grid-template-areas:
      "rank ident rating"
      "pills pills pills"
      "cta   cta   cta";
    row-gap: 14px;
  }
  .yz7wgg6k::before {
    grid-area: rank;
  }
  .z95qa1 {
    grid-area: ident;
  }
  .n1c2aqbg {
    grid-area: rating;
    min-width: 0;
    width: auto;
  }
  .imzugq {
    grid-area: pills;
  }
  .d73i4y3w {
    grid-area: cta;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .yz7wgg6k {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rank"
      "ident"
      "rating"
      "pills"
      "cta";
    text-align: center;
    padding: 16px;
  }
  .yz7wgg6k::before {
    justify-self: center;
  }
  .z95qa1 {
    width: 100%;
  }
  .n1c2aqbg {
    justify-self: center;
  }
  .imzugq {
    grid-template-columns: 1fr;
  }
}
.x457a .g1jnzqgy li::before {
  content: "→";
}
.x457a .jtyc7p6 li::before {
  content: "–";
}
.r9zk6 .ll99v {
  border-top-width: 4px !important;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 860px) {
  .a4nsgej .uu97ya4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .a4nsgej .znonl3j {
    margin: 0;
  }
}
.syplosvo .znonl3j {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--border-alt);
  box-shadow: none;
  margin: 0 0 20px;
}
.syplosvo .t4fak0l {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: 14px 16px;
}
.syplosvo .l45s {
  padding: 14px 16px;
}
.syplosvo .bgkz {
  border-radius: 4px;
}
.syplosvo .ll99v {
  border-radius: 0;
}
.ch4sn5 .k59mh {
  gap: 10px;
}
.ch4sn5 .xihpckl,
.ch4sn5 .xivtl05 {
  padding: 12px;
}
.ch4sn5 .xihpckl ul,
.ch4sn5 .xivtl05 ul {
  margin: 4px 0 0;
  padding-left: 18px;
}
.ch4sn5 .xihpckl li,
.ch4sn5 .xivtl05 li {
  font-size: 0.85rem;
  margin-bottom: 3px;
}
@media (max-width: 720px) {
  .kcebv45i {
    grid-template-columns: 1fr;
  }
  .mnzis {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
    padding: 16px;
  }
  .mnzis .ssn2ot {
    width: 72px;
    height: 50px;
  }
  .mnzis .yc0o {
    max-width: 180px;
  }
  .mnzis .qjnu {
    width: auto;
  }
}
@media (max-width: 720px) {
  .kmirs4q {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .mklabm2o {
    padding: 16px;
  }
  .enanfq .qwkrxgum {
    min-width: 50%;
  }
}
.ptg6l .k59mh {
  grid-template-columns: 1fr;
}
@media (max-width: 860px) {
  .tvdm {
    grid-template-columns: 1fr;
  }
  .n3uztao {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .gtb6 {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
}
@media (max-width: 540px) {
  .l405k {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.bki0n .k59mh {
  gap: 8px;
}
.bki0n .xihpckl,
.bki0n .xivtl05 {
  padding: 8px;
}
@media (max-width: 480px) {
  .u4sm {
    flex-direction: column;
    align-items: stretch;
  }
}
.wr3k .qjnu .rzxpju {
  padding: 8px 20px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .l9or {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wr3k .qjnu {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .nzs1c632 {
    grid-template-columns: 1fr;
  }
  .ds0i3zy {
    border-right: none;
    border-bottom: 1px solid var(--border-alt);
  }
  .r3lh {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px;
  }
}
@media (max-width: 720px) {
  .maande {
    grid-template-columns: 1fr;
  }
  .k9b5vx2 {
    width: 100px;
    height: 100px;
    margin: 16px auto;
  }
  .m5xi60 {
    font-size: 1.4rem;
  }
  .wzsi3 {
    justify-content: center;
  }
  .x6kb1ho .qwkrxgum {
    min-width: 50%;
  }
}
.yg50chbr .k59mh {
  margin: 0 24px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .hkroz4a {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .gfhl76p4 {
    padding: 12px 16px;
  }
  .yg50chbr .k59mh {
    margin: 0 16px;
  }
  .yg50chbr .f5l3mxab {
    padding: 0 16px;
  }
  .bia7e {
    padding: 12px 16px;
  }
}
.k9wz51oo .imzugq .q1k89o {
  background: transparent;
  padding: 4px 8px;
}
.k9wz51oo .imzugq .io93c8p9 {
  font-size: 0.65rem;
  opacity: 0.65;
}
.k9wz51oo .imzugq .mu01cgn {
  font-size: 1.15rem;
  color: var(--accent-light);
}
.h9uv .tm47sh {
  font-size: 1rem;
  letter-spacing: 2px;
}
.u20c3rxv {
  margin: 16px 0;
}
.e7w9wc {
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.e7w9wc summary {
  padding: 14px 18px;
  font-weight: 600;
  color: var(--accent-pale);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.e7w9wc summary::after {
  content: "+";
  color: var(--accent-light);
}
.e7w9wc[open] summary::after {
  content: "−";
}
.e7w9wc p {
  padding: 0 18px 14px;
  color: var(--text-body);
  font-size: 0.95rem;
}
.n5370 {
  margin-bottom: 0;
}
.vpk8rr h2.a2mdr {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.zo0u0r h2.a2mdr {
  color: var(--text-primary);
  border-color: var(--accent-light);
}
.czha2pyg .tfrzs {
  background: #052e16;
  border-color: #10b981;
}
.czha2pyg .rtl06 {
  background: #2d0a1e;
  border-color: #f43f5e;
}
.czha2pyg .catdhf3v {
  background: #1e1036;
  border-color: #a855f7;
}
.czha2pyg .st3m4c strong {
  color: #f1f5f9;
}
.czha2pyg .st3m4c p {
  color: #cbd5e1;
}
.czha2pyg .gb2x .tfrzs .by0s86::before,
.czha2pyg .xa34p0a .tfrzs .by0s86::before,
.czha2pyg .tzd6a3 .tfrzs .by0s86::before,
.czha2pyg .qeemcw .tfrzs .by0s86::before {
  color: #10b981;
}
.czha2pyg .gb2x .rtl06 .by0s86::before,
.czha2pyg .xa34p0a .rtl06 .by0s86::before,
.czha2pyg .tzd6a3 .rtl06 .by0s86::before,
.czha2pyg .qeemcw .rtl06 .by0s86::before {
  color: #f43f5e;
}
.czha2pyg .gb2x .catdhf3v .by0s86::before,
.czha2pyg .xa34p0a .catdhf3v .by0s86::before,
.czha2pyg .tzd6a3 .catdhf3v .by0s86::before,
.czha2pyg .qeemcw .catdhf3v .by0s86::before {
  color: #a855f7;
}
.y8wh .tfrzs {
  background: #2d2000;
  border-color: #eab308;
}
.y8wh .rtl06 {
  background: #2d0b0b;
  border-color: #ef4444;
}
.y8wh .catdhf3v {
  background: #2d1600;
  border-color: #f97316;
}
.y8wh .st3m4c strong {
  color: #f1f5f9;
}
.y8wh .st3m4c p {
  color: #cbd5e1;
}
.y8wh .gb2x .tfrzs .by0s86::before,
.y8wh .xa34p0a .tfrzs .by0s86::before,
.y8wh .tzd6a3 .tfrzs .by0s86::before,
.y8wh .qeemcw .tfrzs .by0s86::before {
  color: #eab308;
}
.y8wh .gb2x .rtl06 .by0s86::before,
.y8wh .xa34p0a .rtl06 .by0s86::before,
.y8wh .tzd6a3 .rtl06 .by0s86::before,
.y8wh .qeemcw .rtl06 .by0s86::before {
  color: #ef4444;
}
.y8wh .gb2x .catdhf3v .by0s86::before,
.y8wh .xa34p0a .catdhf3v .by0s86::before,
.y8wh .tzd6a3 .catdhf3v .by0s86::before,
.y8wh .qeemcw .catdhf3v .by0s86::before {
  color: #f97316;
}
.lw8hy .tfrzs {
  background: #0c1a2e;
  border-color: #38bdf8;
}
.lw8hy .rtl06 {
  background: #12103a;
  border-color: #818cf8;
}
.lw8hy .catdhf3v {
  background: #0a2020;
  border-color: #2dd4bf;
}
.lw8hy .st3m4c strong {
  color: #f1f5f9;
}
.lw8hy .st3m4c p {
  color: #cbd5e1;
}
.lw8hy .gb2x .tfrzs .by0s86::before,
.lw8hy .xa34p0a .tfrzs .by0s86::before,
.lw8hy .tzd6a3 .tfrzs .by0s86::before,
.lw8hy .qeemcw .tfrzs .by0s86::before {
  color: #38bdf8;
}
.lw8hy .gb2x .rtl06 .by0s86::before,
.lw8hy .xa34p0a .rtl06 .by0s86::before,
.lw8hy .tzd6a3 .rtl06 .by0s86::before,
.lw8hy .qeemcw .rtl06 .by0s86::before {
  color: #818cf8;
}
.lw8hy .gb2x .catdhf3v .by0s86::before,
.lw8hy .xa34p0a .catdhf3v .by0s86::before,
.lw8hy .tzd6a3 .catdhf3v .by0s86::before,
.lw8hy .qeemcw .catdhf3v .by0s86::before {
  color: #2dd4bf;
}
.an8oy .tfrzs {
  background: var(--accent-bg);
  border-color: var(--accent-light);
}
.an8oy .rtl06 {
  background: var(--accent-bg-light);
  border-color: var(--accent-light);
}
.an8oy .catdhf3v {
  background: var(--accent-bg);
  border-color: var(--accent-pale);
}
.an8oy .gb2x .by0s86::before,
.an8oy .xa34p0a .by0s86::before,
.an8oy .tzd6a3 .by0s86::before,
.an8oy .qeemcw .by0s86::before {
  color: var(--accent-light) !important;
}
.oxdob4::before,
.srxb1xpe::before {
  margin-right: 5px;
}
.qajmz87o .xihpckl ul li,
.qajmz87o .xihpckl .oxdob4 {
  color: #22c55e;
}
.qajmz87o .xivtl05 ul li,
.qajmz87o .xivtl05 .srxb1xpe {
  color: #ef4444;
}
.jk0vaj0 .xihpckl {
  background: var(--bg-pros);
}
.jk0vaj0 .xivtl05 {
  background: var(--bg-cons);
}
.jk0vaj0 .xihpckl .oxdob4 {
  color: var(--c-pros-label);
}
.jk0vaj0 .xivtl05 .srxb1xpe {
  color: var(--c-cons);
}
.jk0vaj0 .xihpckl ul li,
.jk0vaj0 .xivtl05 ul li,
.ugoja .xihpckl {
  background: var(--bg-pros);
}
.ugoja .xivtl05 {
  background: var(--bg-cons);
}
.ugoja .xihpckl .oxdob4 {
  color: var(--c-pros-label);
}
.ugoja .xivtl05 .srxb1xpe {
  color: var(--c-cons);
}
.ugoja .xihpckl ul li,
.ugoja .g1jnzqgy li {
  color: var(--c-pros);
}
.ugoja .xivtl05 ul li,
.ugoja .jtyc7p6 li {
  color: var(--c-cons);
}
.iuvx1v .oxdob4::before {
  content: "✓ ";
}
.iuvx1v .srxb1xpe::before {
  content: "✗ ";
}
.x457a .oxdob4::before {
  content: "→ ";
}
.x457a .srxb1xpe::before {
  content: "← ";
}
.weap4me .oxdob4::before {
  content: "★ ";
}
.weap4me .srxb1xpe::before {
  content: "✕ ";
}
.n8yx .oxdob4::before {
  content: "◆ ";
}
.n8yx .srxb1xpe::before {
  content: "▲ ";
}
.l0w9 .st3m4c {
  background: transparent;
  border-left: none;
  border: 1.5px solid;
}
.l0w9 .tfrzs {
  border-color: var(--c-tip-border);
}
.l0w9 .rtl06 {
  border-color: var(--c-warn-border);
}
.l0w9 .catdhf3v {
  border-color: #60a5fa;
}
.l0w9 .st3m4c strong {
  color: var(--text-primary);
}
.l0w9 .st3m4c p {
  color: var(--text-muted);
}
.r9zk6 .st3m4c {
  border-left: none;
  border-top: 4px solid;
  border-radius: 0 0 8px 8px;
}
.r9zk6 .tfrzs {
  border-top-color: var(--c-tip-border);
}
.r9zk6 .rtl06 {
  border-top-color: var(--c-warn-border);
}
.r9zk6 .catdhf3v {
  border-top-color: #60a5fa;
}
.wxddr000 .st3m4c {
  border-left: none;
  border-radius: 8px;
}
.wxddr000 .tfrzs {
  background: #065f46;
}
.wxddr000 .rtl06 {
  background: #92400e;
}
.wxddr000 .catdhf3v {
  background: #1e3a8a;
}
.wxddr000 .st3m4c strong,
.wxddr000 .st3m4c p {
  color: #fff;
}
.wxddr000 .by0s86::before {
  color: rgba(255, 255, 255, 0.85) !important;
}
.czha2pyg.wxddr000 .tfrzs,
.czha2pyg .wxddr000 .tfrzs {
  background: #052e16;
}
.czha2pyg.wxddr000 .rtl06,
.czha2pyg .wxddr000 .rtl06 {
  background: #2d0a1e;
}
.czha2pyg.wxddr000 .catdhf3v,
.czha2pyg .wxddr000 .catdhf3v {
  background: #1e1036;
}
.y8wh.wxddr000 .tfrzs,
.y8wh .wxddr000 .tfrzs {
  background: #2d2000;
}
.y8wh.wxddr000 .rtl06,
.y8wh .wxddr000 .rtl06 {
  background: #2d0b0b;
}
.y8wh.wxddr000 .catdhf3v,
.y8wh .wxddr000 .catdhf3v {
  background: #2d1600;
}
.lw8hy.wxddr000 .tfrzs,
.lw8hy .wxddr000 .tfrzs {
  background: #0c1a2e;
}
.lw8hy.wxddr000 .rtl06,
.lw8hy .wxddr000 .rtl06 {
  background: #12103a;
}
.lw8hy.wxddr000 .catdhf3v,
.lw8hy .wxddr000 .catdhf3v {
  background: #0a2020;
}
.uxulxhrm .st3m4c {
  border-left: none;
  border-radius: 6px;
  padding: 10px 14px;
}
.uxulxhrm .tfrzs {
  background: color-mix(in srgb, var(--c-tip-border) 10%, transparent);
}
.uxulxhrm .rtl06 {
  background: color-mix(in srgb, var(--c-warn-border) 10%, transparent);
}
.uxulxhrm .catdhf3v {
  background: color-mix(in srgb, #60a5fa 10%, transparent);
}
.uxulxhrm .st3m4c strong {
  color: var(--text-primary);
}
.uxulxhrm .st3m4c p {
  color: var(--text-muted);
}
.z4xj11 .st3m4c {
  border-left: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.gb2x .by0s86,
.xa34p0a .by0s86,
.tzd6a3 .by0s86,
.qeemcw .by0s86 {
  font-size: 0;
  width: 1.1rem;
  flex-shrink: 0;
}
.gb2x .by0s86::before,
.xa34p0a .by0s86::before,
.tzd6a3 .by0s86::before,
.qeemcw .by0s86::before {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  font-style: normal;
}
.gb2x .tfrzs .by0s86::before {
  content: "✦";
  color: var(--c-tip-border);
}
.gb2x .rtl06 .by0s86::before {
  content: "▲";
  color: var(--c-warn-border);
}
.gb2x .catdhf3v .by0s86::before {
  content: "◉";
  color: #60a5fa;
}
.xa34p0a .tfrzs .by0s86::before {
  content: "★";
  color: var(--c-tip-border);
}
.xa34p0a .rtl06 .by0s86::before {
  content: "◆";
  color: var(--c-warn-border);
}
.xa34p0a .catdhf3v .by0s86::before {
  content: "●";
  color: #60a5fa;
}
.tzd6a3 .tfrzs .by0s86::before {
  content: "▶";
  color: var(--c-tip-border);
}
.tzd6a3 .rtl06 .by0s86::before {
  content: "■";
  color: var(--c-warn-border);
}
.tzd6a3 .catdhf3v .by0s86::before {
  content: "▸";
  color: #60a5fa;
}
.qeemcw .tfrzs .by0s86::before {
  content: "→";
  color: var(--c-tip-border);
}
.qeemcw .rtl06 .by0s86::before {
  content: "⬥";
  color: var(--c-warn-border);
}
.qeemcw .catdhf3v .by0s86::before {
  content: "◈";
  color: #60a5fa;
}
.kyiz6p .k35sl09w .oe6wn2x6,
.kyiz6p .mney .oe6wn2x6 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.kyiz6p .umrhr6u0 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.kyiz6p .dy2wxekn {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.kyiz6p .ev6jsec {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.ttxno8 .k35sl09w .oe6wn2x6,
.ttxno8 .mney .oe6wn2x6,
.ttxno8 .umrhr6u0,
.ttxno8 .yz7wgg6k,
.ttxno8 .znonl3j,
.ttxno8 .dy2wxekn,
.ttxno8 .ev6jsec,
.ttxno8 .z4xj11 .st3m4c {
  box-shadow: none;
}
.wubabom .giqe,
.wubabom .dhb02a,
.wubabom .fnxg8,
.wubabom .ei4f,
.wubabom .no3ay {
  font-size: 0.9rem;
}
.wubabom .hx6hme,
.wubabom .e9j1m {
  font-size: 0.9rem;
}
.fva4dcdq .giqe,
.fva4dcdq .dhb02a,
.fva4dcdq .fnxg8,
.fva4dcdq .ei4f,
.fva4dcdq .no3ay {
  font-size: 0.95rem;
}
.fva4dcdq .hx6hme,
.fva4dcdq .e9j1m {
  font-size: 0.95rem;
}
.mgcmu .giqe,
.mgcmu .dhb02a,
.mgcmu .fnxg8,
.mgcmu .ei4f,
.mgcmu .no3ay {
  font-size: 1.08rem;
}
.mgcmu .hx6hme,
.mgcmu .e9j1m {
  font-size: 1.05rem;
}
.mgcmu .mgsbsr26 {
  font-size: 0.97rem;
}
.i9gvx0uk .zljebt {
  font-size: 3.2rem;
}
.i9gvx0uk h2.a2mdr {
  font-size: 1.9rem;
}
.i9gvx0uk h3.dx53719 {
  font-size: 1.4rem;
}
.dfmbts .zljebt {
  font-size: 3.8rem;
}
.dfmbts h2.a2mdr {
  font-size: 2.2rem;
}
.dfmbts h3.dx53719 {
  font-size: 1.6rem;
}
.n5370 + .n5370 {
  position: relative;
}
.uus2 .n5370 + .n5370::before,
.ok3zd00g .n5370 + .n5370::before,
.jynehj8 .n5370 + .n5370::before,
.ym0tc9 .n5370 + .n5370::before,
.qle37bh .n5370 + .n5370::before,
.zofga .n5370 + .n5370::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.uus2 .n5370 + .n5370::before {
  content: "";
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.ok3zd00g .n5370 + .n5370::before {
  content: "";
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--grad-start),
    var(--accent),
    var(--grad-end)
  );
}
.jynehj8 .n5370 + .n5370::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;
}
.ym0tc9 .n5370 + .n5370::before {
  content: "";
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--accent) 25%,
    var(--accent) 75%,
    transparent 100%
  );
  opacity: 0.6;
}
.dznggek1 .n5370 {
  margin-bottom: 16px;
}
.dznggek1 .n5370 + .n5370 {
  margin-top: 0;
}
.dznggek1 .a20lc4jg {
  padding-top: 0;
  padding-bottom: 0;
}
.qle37bh .n5370 + .n5370::before {
  content: "";
  border-top: 2px dashed var(--accent);
  opacity: 0.5;
}
.zofga .n5370 + .n5370::before {
  content: "";
  border-top: 3px dotted var(--accent);
  opacity: 0.5;
}
.hudrp3mv .n5370 + .n5370::before,
.t5obqxic .n5370 + .n5370::before,
.m6hbljq0 .n5370 + .n5370::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%;
}
.ynde .hudrp3mv .n5370:nth-child(even)::before,
.ynde .t5obqxic .n5370:nth-child(even)::before,
.ynde .m6hbljq0 .n5370:nth-child(even)::before {
  background: var(--bg-surface);
}
.lfziyq7y .hudrp3mv .n5370:nth-child(even)::before,
.lfziyq7y .t5obqxic .n5370:nth-child(even)::before,
.lfziyq7y .m6hbljq0 .n5370:nth-child(even)::before {
  background: var(--bg-card);
}
.hudrp3mv .n5370 + .n5370::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");
}
.t5obqxic .n5370 + .n5370::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");
}
.m6hbljq0 .n5370 + .n5370::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");
}
.tj6fk3t .elhse0,
.cx16 .elhse0,
.vli0zw .elhse0 {
  overflow: hidden;
}
.tj6fk3t .z8ocelaf,
.cx16 .z8ocelaf {
  margin-bottom: 60px;
}
.vli0zw .z8ocelaf {
  margin-bottom: 70px;
}
.tj6fk3t .elhse0::before,
.cx16 .elhse0::before,
.vli0zw .elhse0::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%;
}
.tj6fk3t .elhse0::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");
}
.cx16 .elhse0::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");
}
.vli0zw .elhse0::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");
}
.fwf38 .elhse0:not(.nvoems) .m00r1u {
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.qi1ud650 .elhse0:not(.nvoems) .m00r1u {
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.k98fb8 .elhse0:not(.nvoems) .m00r1u {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.fhpdu .elhse0:not(.nvoems) .m00r1u {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.fhpdu .nvoems {
  background: linear-gradient(
    180deg,
    var(--accent) 0%,
    var(--accent-light) 100%
  );
}
.fhpdu .f2i06e {
  background: linear-gradient(180deg, var(--accent), var(--accent-light));
}
.fhpdu .ipjcqs {
  background: linear-gradient(
    180deg,
    var(--accent-bg) 0%,
    var(--bg-surface) 100%
  );
}
.dzfcw6 .nvoems .m00r1u {
  background: none;
}
.dzfcw6 .elhse0:not(.nvoems) .m00r1u {
  background: rgba(0, 0, 0, 0.6);
}
.zy56uz6 .tbbp {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.zy56uz6 .tbbp .v6ic5wa {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.zy56uz6 .a20lc4jg::after {
  content: "";
  display: block;
  clear: both;
}
.fymh0 .tbbp {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.fymh0 .tbbp .v6ic5wa {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.fymh0 .a20lc4jg::after {
  content: "";
  display: block;
  clear: both;
}
.c5own8iq .n5370:nth-child(odd) .tbbp {
  float: left;
  width: 38%;
  margin: 0 28px 16px 0;
}
.c5own8iq .n5370:nth-child(even) .tbbp {
  float: right;
  width: 38%;
  margin: 0 0 16px 28px;
}
.c5own8iq .tbbp .v6ic5wa {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.c5own8iq .a20lc4jg::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 900px) {
  .zy56uz6 .tbbp,
  .fymh0 .tbbp,
  .c5own8iq .n5370:nth-child(odd) .tbbp,
  .c5own8iq .n5370:nth-child(even) .tbbp {
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .zy56uz6 .tbbp .v6ic5wa,
  .fymh0 .tbbp .v6ic5wa,
  .c5own8iq .tbbp .v6ic5wa {
    max-height: none !important;
  }
}
.zy56uz6 .hx6hme,
.zy56uz6 .e9j1m,
.fymh0 .hx6hme,
.fymh0 .e9j1m,
.c5own8iq .hx6hme,
.c5own8iq .e9j1m {
  overflow: hidden;
}
@media (max-width: 640px) {
  .zy56uz6 .tbbp,
  .fymh0 .tbbp,
  .c5own8iq .tbbp {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.teu33 .qlty8px,
.teu33 .a20lc4jg,
.teu33 .b0fi {
  max-width: 1100px;
}
.w3cb3 .qlty8px,
.w3cb3 .a20lc4jg,
.w3cb3 .b0fi {
  max-width: 1200px;
}
.pb1w .qlty8px,
.pb1w .a20lc4jg,
.pb1w .b0fi {
  max-width: 1320px;
}
.pb1w {
  --content-mw: 1320px;
}
.cdz579v {
  font-size: 0.82rem;
  color: var(--text-muted);
}
.vofdk {
  display: flex;
  align-items: center;
}
.moey9x5c {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.b5nu {
  display: flex;
  align-items: center;
}
.uf7y0b1z {
  color: var(--accent-light);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 4px;
}
.uf7y0b1z:hover {
  text-decoration: underline;
}
.c8gu {
  margin: 0 3px;
  opacity: 0.45;
}
.c8gu::before {
  content: "/";
}
.fkybdhm3 {
  padding: 2px 5px;
  color: var(--text-main);
}
.gzfh .cdz579v {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border);
  padding: 9px 0;
}
.gzfh .vofdk {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.nra6lh .cdz579v {
  border-left: 3px solid var(--accent);
  padding: 4px 0;
  margin-bottom: 20px;
}
.nra6lh .vofdk {
  padding: 0 0 0 12px;
}
.e6u1fuk .vofdk {
  padding: 0 16px;
}
.e6u1fuk .cdz579v {
  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);
}
.e6u1fuk .qlty8px {
  padding-top: 28px;
}
@media (max-width: 720px) {
  .x705mq {
    margin-top: 18px;
    padding: 0 16px;
  }
  .e6u1fuk .qlty8px {
    padding-top: 16px;
  }
}
.teu33.gzfh .vofdk {
  max-width: 1100px;
}
.w3cb3.gzfh .vofdk {
  max-width: 1200px;
}
.pb1w.gzfh .vofdk {
  max-width: 1320px;
}
.pb1w .x705mq {
  max-width: 1320px;
}
.gea3i .n5370 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.wftjr .n5370 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ehzp7q .n5370 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.h0yxrc .n5370 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.q9ehvymd .n5370:nth-child(4n + 1) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.q9ehvymd .n5370:nth-child(4n + 2) {
  padding-top: 36px;
  padding-bottom: 36px;
}
.q9ehvymd .n5370:nth-child(4n + 3) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.q9ehvymd .n5370:nth-child(4n) {
  padding-top: 44px;
  padding-bottom: 44px;
}
.hrp229 .a20lc4jg {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p5v5n47o .a20lc4jg {
  padding-top: 18px;
  padding-bottom: 18px;
}
.j4qhc .a20lc4jg {
  padding-top: 36px;
  padding-bottom: 36px;
}
.cbxqc6 .a20lc4jg {
  padding-top: 48px;
  padding-bottom: 48px;
}
.skqoedrw h2.a2mdr {
  font-weight: 600;
}
.skqoedrw h3.dx53719 {
  font-weight: 600;
}
.bat32e9 h2.a2mdr {
  font-weight: 800;
}
.bat32e9 h3.dx53719 {
  font-weight: 700;
}
.q1k48poo h2.a2mdr {
  font-weight: 900;
}
.q1k48poo h3.dx53719 {
  font-weight: 800;
}
.q1k48poo .st3m4c strong,
.q1k48poo .st3m4c strong {
  font-weight: 600;
}
.azgcwmg {
  margin-left: 16px;
  flex-shrink: 0;
  padding: 7px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 6px;
}
.mentnz .azgcwmg {
  display: none;
}
@media (max-width: 640px) {
  .brpdmlv {
    display: none;
  }
  .azgcwmg {
    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;
  }
}
.azgcwmg {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.azgcwmg:hover {
  opacity: 0.85;
}
.asczo .azgcwmg {
  background: linear-gradient(135deg, var(--cta), var(--cta-light)) !important;
}
.r8agyup .azgcwmg,
.k1r2aa .azgcwmg {
  background: var(--grad-start) !important;
  color: #fff !important;
  border: none !important;
}
.r8agyup .azgcwmg:hover,
.k1r2aa .azgcwmg:hover {
  opacity: 0.88;
}
.asczo.r8agyup .azgcwmg,
.asczo.k1r2aa .azgcwmg {
  background: linear-gradient(
    135deg,
    var(--grad-start),
    var(--accent-light)
  ) !important;
}
.rxb0h77j {
  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;
}
.rxb0h77j:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.rxb0h77j {
  background: var(--cta) !important;
  color: #fff !important;
  border: none !important;
}
.r4yj7y57 .rxb0h77j {
  display: none;
}
.q6zyg8vd .rxb0h77j {
  right: 32px;
}
.bjbrd0 .rxb0h77j {
  left: 32px;
}
@media (max-width: 480px) {
  .q6zyg8vd .rxb0h77j {
    right: 20px;
    bottom: 20px;
  }
  .bjbrd0 .rxb0h77j {
    left: 20px;
    bottom: 20px;
  }
}
.y0dkl {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  margin-top: 60px;
}
.b0fi {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px;
}
.qjec {
  color: var(--text-faint);
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.it3y {
  color: var(--text-dim);
  font-size: 0.8rem;
}
.wn04rhsc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.wn04rhsc img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.zaqcz .b0fi {
  text-align: center;
}
.zaqcz .qjec {
  margin-top: 0;
}
@media (max-width: 640px) {
  .b0fi {
    padding-left: 16px;
    padding-right: 16px;
  }
  .k2z24or .b0fi {
    padding: 20px 16px;
  }
  .iv7a {
    gap: 4px 12px;
  }
  .qjec {
    font-size: 0.78rem;
  }
}
.qew87 .s98xxz .wn04rhsc {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.qew87 .qjec {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 14px 0 4px;
  line-height: 1.5;
}
.qew87 .it3y {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 768px) {
  .qew87 .y5dtu {
    grid-template-columns: 1fr 1fr;
  }
  .qew87 .s98xxz {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .qew87 .y5dtu {
    grid-template-columns: 1fr;
  }
}
.h640a1s .ogg7 {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}
.h640a1s .wn04rhsc {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
}
.h640a1s .xnw6zd {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-right: 24px;
}
.h640a1s .xnw6zd a {
  font-size: 0.87rem;
  color: var(--text-muted);
  text-decoration: none;
}
.h640a1s .xnw6zd a:hover {
  color: var(--accent-light);
}
.rcaermj1 {
  font-size: 0.8rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
.h640a1s .bgmz4 {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.h640a1s .c1rjx {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}
.h640a1s .c1rjx a {
  font-size: 0.78rem;
  color: var(--text-faint);
  text-decoration: none;
}
.h640a1s .c1rjx a:hover {
  color: var(--accent-light);
}
.h640a1s .qjec {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
}
@media (max-width: 640px) {
  .h640a1s .ogg7 {
    gap: 12px;
  }
  .h640a1s .wn04rhsc {
    margin-right: 0;
    width: 100%;
  }
}
.cmt0t95t .l87o .wn04rhsc {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 10px;
}
.cmt0t95t .qjec {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  flex: 1;
}
.cmt0t95t .it3y {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cmt0t95t .d19ox1 {
    grid-template-columns: 1fr 1fr;
  }
  .cmt0t95t .l87o {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .cmt0t95t .d19ox1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .aux5 .yrknf {
    grid-template-columns: 1fr 1fr;
  }
  .aux5 .ukvonyw8:first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .aux5 .yrknf {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .b3neltu4 .yrknf {
    grid-template-columns: 1fr;
  }
}
.fyftxg72 .b0fi {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.dcq5 .zayt87 {
  background: var(--bg-page);
  border-bottom-color: var(--border-alt);
}
.dcq5 .y0dkl {
  background: var(--bg-page);
  border-top-color: var(--border-alt);
}
.faoiqa .zayt87 {
  background: #0d1117;
  border-bottom-color: #21262d;
}
.faoiqa .dortcy {
  color: var(--accent-light);
}
.faoiqa .c3llk {
  --msep-color: #8b949e;
}
.faoiqa .c3llk a {
  color: #8b949e;
}
.faoiqa .c3llk a:hover {
  color: var(--accent-light);
}
.faoiqa .mcj0loc {
  color: #8b949e;
}
.faoiqa .y0dkl {
  background: #0d1117;
  border-top-color: #21262d;
  color: #e6edf3;
}
.faoiqa .qjec,
.faoiqa .it3y {
  color: #6e7681;
}
.faoiqa .c1rjx a {
  color: #8b949e;
}
.faoiqa .wn04rhsc {
  color: #e6edf3;
}
@media (max-width: 640px) {
  .faoiqa .c3llk {
    background: #0d1117;
    border-top-color: #21262d;
  }
  .faoiqa .c3llk li a {
    border-bottom-color: #21262d;
  }
}
.t5ur .zayt87 {
  background: #f0f4f8;
  border-bottom-color: #cbd5e1;
}
.t5ur .dortcy {
  color: var(--accent-light);
}
.t5ur .c3llk {
  --msep-color: #475569;
}
.t5ur .c3llk a {
  color: #475569;
}
.t5ur .c3llk a:hover {
  color: var(--accent-light);
}
.t5ur .mcj0loc {
  color: #64748b;
}
.t5ur .y0dkl {
  background: #f0f4f8;
  border-top-color: #cbd5e1;
}
.t5ur .qjec,
.t5ur .it3y {
  color: #64748b;
}
.t5ur .c1rjx a,
.t5ur .wn04rhsc {
  color: #374151;
}
@media (max-width: 640px) {
  .t5ur .c3llk {
    background: #f0f4f8;
    border-top-color: #cbd5e1;
  }
  .t5ur .c3llk li a {
    border-bottom-color: #cbd5e1;
    color: #475569;
  }
}
.r8agyup .zayt87 {
  background: var(--accent);
  border-bottom-color: var(--accent-light);
}
.r8agyup .dortcy {
  color: #fff;
}
.r8agyup .c3llk {
  --msep-color: rgba(255, 255, 255, 0.82);
}
.r8agyup .c3llk a {
  color: rgba(255, 255, 255, 0.82);
}
.r8agyup .c3llk a:hover {
  color: #fff;
}
.r8agyup .mcj0loc {
  color: rgba(255, 255, 255, 0.9);
}
.r8agyup .hpor a {
  color: var(--text-primary) !important;
}
.r8agyup .hpor a:hover {
  color: var(--accent-light) !important;
}
.r8agyup .y0dkl {
  background: var(--accent);
  border-top-color: var(--accent-light);
  color: #fff;
}
.r8agyup .qjec,
.r8agyup .it3y {
  color: rgba(255, 255, 255, 0.72);
}
.r8agyup .yqpiv a,
.r8agyup .iv7a a,
.r8agyup .mkkp0 a,
.r8agyup .xnw6zd a,
.r8agyup .c1rjx a,
.r8agyup .wn04rhsc {
  color: #fff;
}
.r8agyup .p56r,
.r8agyup .bwh7e {
  color: rgba(255, 255, 255, 0.7);
}
.r8agyup .yqpiv a:hover,
.r8agyup .iv7a a:hover,
.r8agyup .mkkp0 a:hover,
.r8agyup .xnw6zd a:hover {
  color: #fff;
}
@media (max-width: 640px) {
  .r8agyup .c3llk {
    background: var(--accent);
    border-top-color: var(--accent-light);
  }
  .r8agyup .c3llk li a {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
  }
}
.k1r2aa .zayt87 {
  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);
}
.k1r2aa .y0dkl {
  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) {
  .k1r2aa .c3llk {
    background: color-mix(in srgb, var(--bg-surface) 85%, transparent);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}
.o6w7ee .n0o4t8k {
  min-height: 52px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.urppir .n0o4t8k {
  min-height: 58px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v27z98x .n0o4t8k {
  min-height: 72px;
  height: auto;
}
.r2gyqr .n0o4t8k {
  min-height: 84px;
  height: auto;
}
.k2z24or .n0o4t8k {
  max-width: none;
  padding: 0 32px;
}
.k2z24or .b0fi {
  max-width: none;
  padding: 24px 32px;
}
.kgni.w3cb3 .n0o4t8k {
  max-width: 1200px;
}
.kgni.pb1w .n0o4t8k {
  max-width: 1320px;
}
.h0fi .dortcy,
.h0fi .wn04rhsc {
  text-transform: capitalize;
}
.zwj4m .dortcy,
.zwj4m .wn04rhsc {
  text-transform: lowercase;
}
.yi2817p .dortcy,
.yi2817p .wn04rhsc {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.y2mo,
.gbibtk4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.k0addby .y2mo,
.k0addby .gbibtk4 {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 8px;
  padding: 4px;
}
.pucchqt .y2mo,
.pucchqt .gbibtk4 {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 8px;
  padding: 4px;
}
.vdxt3y .y2mo,
.vdxt3y .gbibtk4 {
  background: color-mix(
    in srgb,
    var(--accent) var(--logo-bg-opacity, 8%),
    transparent
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.hkzx0he2 .y2mo,
.hkzx0he2 .gbibtk4 {
  background: linear-gradient(
    135deg,
    color-mix(
      in srgb,
      var(--grad-start) var(--logo-bg-opacity, 8%),
      transparent
    ),
    color-mix(in srgb, var(--grad-end) var(--logo-bg-opacity, 8%), transparent)
  );
  border-radius: 999px;
  padding: 4px 8px;
}
.z14wlec .c3llk a {
  font-weight: 500;
}
.ejazp3vx .c3llk a {
  font-weight: 600;
}
.uh4adm .c3llk a {
  font-weight: 700;
}
.k9s9b9 .c3llk a {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.suj0c8s .c3llk > li + li::before,
.fdah .c3llk > li + li::before,
.aesx12z2 .c3llk > li + li::before,
.v4w70c .c3llk > li + li::before,
.dc68r .c3llk > li + li::before,
.f5sd9x .c3llk > li + li::before,
.oga38y .c3llk > li + li::before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 0.5;
  color: var(--msep-color);
}
.suj0c8s .c3llk > li + li::before {
  content: "·";
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.fdah .c3llk > li + li::before {
  content: "|";
}
.aesx12z2 .c3llk > li + li::before {
  content: "—";
}
.v4w70c .c3llk > li + li::before {
  content: "◆";
  font-size: 0.45em;
  vertical-align: middle;
}
.dc68r .c3llk > li + li::before {
  content: "›";
  font-size: 1.3em;
  line-height: 1;
}
.f5sd9x .c3llk > li + li::before {
  content: "•";
  font-size: 0.8em;
  vertical-align: middle;
}
.oga38y .c3llk > li + li::before {
  content: "✦";
  font-size: 0.55em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .sb8fanct .mcj0loc,
  .wevj6qqr .mcj0loc,
  .zjz4myxc .mcj0loc,
  .ws4n42 .mcj0loc,
  .d0hkqka .mcj0loc {
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
  }

  .sb8fanct .mcj0loc::before,
  .wevj6qqr .mcj0loc::before,
  .zjz4myxc .mcj0loc::before,
  .ws4n42 .mcj0loc::before,
  .d0hkqka .mcj0loc::before {
    content: "";
    display: block;
    flex-shrink: 0;
  }

  .sb8fanct .mcj0loc::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;
  }

  .wevj6qqr .mcj0loc::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;
  }

  .zjz4myxc .mcj0loc::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;
  }

  .ws4n42 .mcj0loc::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;
  }

  .d0hkqka .mcj0loc::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) {
  .cjza .mcj0loc {
    padding: 5px 14px;
  }
  .cjza .c3llk {
    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;
  }
  .cjza .c3llk li a {
    border-bottom: none;
    padding: 10px 22px;
  }
  .cjza .c3llk li a:hover {
    background: var(--bg-raised);
  }
  .cjza .bcn0lb9,
  .b5cd8hb .bcn0lb9,
  .gfme .bcn0lb9 {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
  }
}
@media (max-width: 640px) {
  .xtimewi .mcj0loc {
    padding: 5px 10px;
  }
  .xtimewi .c3llk {
    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);
  }
  .xtimewi .c3llk.zk45 {
    transform: translateX(0);
  }
  .xtimewi .c3llk li a {
    padding: 14px 28px;
    font-size: 1rem;
    border-bottom: 1px solid var(--border);
  }
  .xtimewi .c3llk li:last-child a {
    border-bottom: none;
  }
  .r8agyup .c3llk,
  .faoiqa .c3llk {
    background: var(--accent) !important;
  }
  .r8agyup .c3llk li a,
  .faoiqa .c3llk li a {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media (max-width: 640px) {
  .gfme .mcj0loc {
    padding: 5px 10px;
  }
  .gfme .c3llk {
    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);
  }
  .gfme .c3llk::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--border);
    border-radius: 2px;
    margin: 0 auto 14px;
  }
  .gfme .c3llk.zk45 {
    transform: translateY(0);
  }
  .gfme .c3llk li a {
    text-align: center;
    border-bottom: none;
    padding: 13px 28px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .vwa9y .mcj0loc {
    padding: 5px 10px;
  }
  .vwa9y .c3llk {
    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;
  }
  .vwa9y .c3llk.zk45 {
    opacity: 1;
    pointer-events: auto;
  }
  .vwa9y .c3llk li a {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: none;
    padding: 14px 48px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 640px) {
  .m7pculu .mcj0loc {
    border-radius: 0 !important;
  }
  .or014fl4 .mcj0loc {
    border-radius: 8px !important;
  }
  .k297i .mcj0loc {
    border-radius: 50% !important;
  }
  .j4bm08 .mcj0loc {
    border-radius: 999px !important;
  }
}
@media (max-width: 640px) {
  .uzrf983t .chr2g {
    flex-direction: column;
    align-items: stretch;
  }
  .uzrf983t .exs9x2 {
    flex-direction: row;
    min-width: auto;
  }
  .uzrf983t .rz7m {
    align-items: flex-start;
    text-align: left;
  }
}
.lwth,
.lwth.n5370,
.ynde .lwth,
.jbf0ry .lwth,
.lfziyq7y .lwth,
.adq81cdl .lwth {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  border: none !important;
}
.no2t066 {
  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;
}
.fehdvkj {
  flex: 1 1 280px;
  min-width: 0;
}
.lnv0t {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.inyg {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.4;
}
.u9xn74eh {
  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;
}
.u9xn74eh:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.g26tn .no2t066 {
  background: var(--bg-card);
  border: 2px solid var(--cta);
}
.g26tn .lnv0t {
  color: var(--cta);
}
.g26tn .inyg {
  color: var(--text-body);
}
.g26tn .u9xn74eh {
  background: var(--cta) !important;
  color: #fff !important;
}
.xqko9avm .no2t066 {
  background: var(--bg-card);
  border-left: 6px solid var(--cta);
  border-radius: 4px 16px 16px 4px;
}
.xqko9avm .lnv0t {
  color: var(--text-primary);
}
.xqko9avm .inyg {
  color: var(--text-body);
}
.xqko9avm .u9xn74eh {
  background: var(--cta) !important;
  color: #fff !important;
}
@media (max-width: 640px) {
  .no2t066 {
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .fehdvkj {
    flex: 0 0 auto;
  }
  .lnv0t {
    font-size: 1.2rem;
  }
  .u9xn74eh {
    width: 100%;
    text-align: center;
    padding: 14px 28px !important;
  }
}
.zkwx .dt3eu {
  height: 36px;
}
.kmpn5au .dt3eu {
  height: 60px;
  max-width: 200px;
}
.llw6z2 .dt3eu {
  height: 76px;
  max-width: 240px;
}
.tc8hed .tm47sh,
.tc8hed .pj518 {
  color: #f59e0b;
}
.k9wz51oo .io93c8p9 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-muted);
}
.k9wz51oo .mu01cgn {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-light);
}
@media (min-width: 720px) {
  .nva2v8i .nuhl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 20px;
    counter-reset: cs-rank;
    align-items: start;
  }
  .nva2v8i .yz7wgg6k {
    margin-bottom: 0;
    justify-content: flex-start;
    gap: 12px;
  }
}
@media (max-width: 820px) {
  .nva2v8i .yz7wgg6k {
    padding: 40px 16px 20px;
  }
  .nva2v8i .q1k89o {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .nva2v8i .d73i4y3w {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 820px) {
  .s6d5 .yz7wgg6k {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 16px 18px;
    gap: 14px;
  }
  .s6d5 .yz7wgg6k::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  .s6d5 .z95qa1 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .s6d5 .g1a2 {
    white-space: normal;
    text-align: center;
    font-size: 1.2rem;
  }
  .s6d5 .q1k89o {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 8px;
    flex-basis: auto;
  }
  .s6d5 .d73i4y3w {
    width: 100%;
    min-width: 0;
  }
  .s6d5 .tm47sh {
    min-width: 0;
  }
}
.f6jpl .yz7wgg6k::before {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-light);
  opacity: 0.35;
  min-width: 32px;
}
.sneqc2 .e7w9wc {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
  overflow: visible;
}
.sneqc2 .e7w9wc summary {
  padding: 16px 2px;
  color: var(--text-primary);
  font-size: 0.98rem;
}
.sneqc2 .e7w9wc p {
  padding: 0 2px 16px;
}
.u9v2 .e7w9wc {
  background: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 12px;
}
.u9v2 .e7w9wc summary {
  background: var(--accent-bg);
  border-radius: 100px;
  padding: 10px 22px;
  color: var(--accent-light);
  font-weight: 700;
}
.u9v2 .e7w9wc summary::after {
  content: "›";
  font-size: 1.2em;
}
.u9v2 .e7w9wc[open] summary::after {
  content: "‹";
}
.u9v2 .e7w9wc p {
  padding: 10px 22px 4px;
}
.zg40zfc .e7w9wc {
  background: var(--bg-card);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  overflow: hidden;
  margin-bottom: 10px;
}
.zg40zfc .e7w9wc summary {
  color: var(--text-primary);
  padding-left: 16px;
}
.zg40zfc .e7w9wc summary::after {
  content: "›";
  font-size: 1.1em;
}
.zg40zfc .e7w9wc[open] summary::after {
  content: "‹";
}
.zg40zfc .e7w9wc p {
  padding-left: 16px;
}
.ku7vjfu .u20c3rxv {
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}
.ku7vjfu .e7w9wc {
  background: var(--bg-card);
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border);
}
.ku7vjfu .e7w9wc:last-child {
  border-bottom: none;
}
.ku7vjfu .e7w9wc summary {
  color: var(--text-primary);
  border-radius: 0;
}
.ku7vjfu .e7w9wc summary::after {
  content: "›";
  font-size: 1.1em;
}
.ku7vjfu .e7w9wc[open] summary::after {
  content: "‹";
}
.wae4 .e7w9wc {
  overflow: hidden;
}
.wae4 .e7w9wc summary {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
}
.wae4 .e7w9wc summary::after {
  color: rgba(255, 255, 255, 0.75);
}
.wae4 .e7w9wc[open] summary {
  border-radius: 0;
}
.zur09yb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.al5f {
  text-align: center;
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 44px;
}
.q5wqk3 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.lv7qgjo2 {
  color: var(--text-muted);
  font-size: 1.05rem;
}
.jm0job {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 14px;
  padding: 32px;
}
.l59ew9rk {
  margin-bottom: 20px;
}
.ihl3g {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nrobz76 {
  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;
}
.nrobz76:focus {
  border-color: var(--accent-light);
  box-shadow: 0 0 0 2px var(--accent-bg);
}
.va6g {
  resize: vertical;
  min-height: 130px;
}
.frtg {
  width: 100%;
  margin-top: 8px;
}
.afhrl {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}
.hpbh {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 14px;
}
.xgpj {
  color: var(--text-muted);
  line-height: 1.75;
}
.ajf5qd5g {
  color: var(--text-muted);
  line-height: 1.75;
  padding-left: 1.4em;
}
.ajf5qd5g li {
  margin-bottom: 6px;
}
.oghvnwn {
  max-width: 760px;
  margin: 0 auto;
}
.z6vmby {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.cfuk3cv {
  max-width: 760px;
  margin: 0 auto;
}
.t3ye6m ul.ajf5qd5g {
  margin: 0;
}
@media (max-width: 640px) {
  .mtltkm {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.qhuzt6yz {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.qnqm43 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.zw6x37rg {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent-light);
  margin: 0 0 12px;
}
.qnqm43 p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.qnqm43 .ajf5qd5g {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .qhuzt6yz {
    grid-template-columns: 1fr;
  }
}
.axgh {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}
.axgh:hover .mqxl4m3 {
  color: var(--accent-light);
  text-decoration: underline;
}
.tunxashe {
  color: inherit;
  text-decoration: none;
}
.tunxashe:hover {
  color: var(--accent-light);
  text-decoration: underline;
}
.n7qw6 {
  display: inline-block;
  line-height: 0;
}
.xgd470e {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
.zhfj {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.zhfj:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.glc5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 12px;
}
.zhfj p {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
.zhfj ul.ajf5qd5g {
  margin: 0;
}
.ttfyyer {
  color: var(--text-muted);
  line-height: 1.75;
}
.v38z4z2k .ajf5qd5g,
.ekpeiwg .ajf5qd5g,
.yjjpw .ajf5qd5g,
.wfm0r2 .ajf5qd5g {
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
}
.v38z4z2k .zhfj,
.ekpeiwg .zhfj {
  text-align: left;
}
.v38z4z2k .glc5,
.ekpeiwg .glc5 {
  text-align: center;
}
.yefq {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 10px;
}
.mk9mxtc8 {
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 14px;
  font-size: 1.02rem;
}
.k1jo2 {
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 6px;
}
.ol33zwod {
  margin-top: 12px;
}
.kq1mf {
  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;
}
.kq1mf:hover {
  border-bottom-color: var(--accent-light);
}
.g5rymo3 {
  width: 140px;
  height: 140px;
  overflow: hidden;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}
.g5rymo3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.qa0lsn2 {
  width: 200px;
  height: 200px;
}
.umxpyky {
  border-radius: 10px;
}
.tocd {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.88rem;
}
.ko9y36e {
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  .g773j {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.lvrjck8 .k1jo2,
.lvrjck8 .mk9mxtc8 {
  max-width: 640px;
}
.oo5lpr .yefq {
  font-size: 1.6rem;
  margin-top: 18px;
}
.bpav .k1jo2 {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .q8ghfdc {
    grid-template-columns: 1fr;
  }
  .oo5lpr {
    position: static;
    text-align: center;
  }
}
.yryaai59 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.z4fvr7 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.z4fvr7 .g5rymo3 {
  margin: 0 auto 18px;
}
.z4fvr7 .tocd {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .yryaai59 {
    grid-template-columns: 1fr;
  }
}
.qjfs0g6 .yefq {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.wfm0r2 .ajf5qd5g {
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .qjfs0g6 {
    flex-direction: column;
    text-align: center;
  }
  .m1twnk21 {
    grid-template-columns: 1fr;
  }
}
.mxgmoh5a .yefq {
  font-size: 1.35rem;
  margin: 0 0 4px;
}
.mxgmoh5a .tocd {
  margin: 0;
}
.pxlxj {
  background: var(--accent-bg);
  border-radius: 14px;
  border-bottom: none;
  padding: 44px 36px;
  margin-bottom: 44px;
}
.pxlxj .q5wqk3 {
  color: var(--accent-light);
}
.e3kxprlt .q5wqk3 {
  font-size: 2rem;
}
.e3kxprlt .lv7qgjo2 {
  max-width: 680px;
}
.p6i3y .q5wqk3 {
  margin: 0;
  font-size: 1.8rem;
  flex-shrink: 0;
  max-width: 45%;
}
.p6i3y .lv7qgjo2 {
  margin: 0;
}
@media (max-width: 640px) {
  .p6i3y {
    flex-direction: column;
  }
}
.bz6v5as2 .q5wqk3 {
  color: var(--accent-light);
}
.zfmebyxr .q5wqk3 {
  color: #fff;
}
.zfmebyxr .lv7qgjo2 {
  color: rgba(255, 255, 255, 0.85);
}
.vrrag {
  max-width: 680px;
  margin: 0 auto;
}
.dufkbr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 540px) {
  .dufkbr {
    grid-template-columns: 1fr;
  }
}
.a3iji .nrobz76 {
  border: none;
  border-bottom: 2px solid var(--border-alt);
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.a3iji .nrobz76:focus {
  border-bottom-color: var(--accent-light);
  box-shadow: none;
}
.q2g1x .nrobz76 {
  background: var(--bg-raised);
  border-color: transparent;
}
.q2g1x .nrobz76:focus {
  background: var(--bg-card);
  border-color: var(--accent-light);
}
.ivtxu .nrobz76 {
  border-radius: 100px;
  padding: 11px 20px;
}
.ivtxu .va6g {
  border-radius: 14px;
}
.nai0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .nai0 {
    grid-template-columns: 1fr;
  }
}
.c70ivh6 {
  background: var(--bg-card);
  border: 1px solid var(--border-alt);
  border-radius: 12px;
  padding: 22px 24px;
}
.c70ivh6 h2 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-light);
  margin-bottom: 10px;
}
.c70ivh6 p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 0.9rem;
}
.yj86 {
  display: none;
}
.yj86:empty,
.nj3pzrd:empty {
  display: none;
}
.ziplaiqc {
  position: relative;
  overflow: visible;
}
.vxgc .y0i1yp2,
.hvkj4vx5 .y0i1yp2,
.f36yslgk .y0i1yp2,
.eawn8w .y0i1yp2,
.pl1jtyg .y0i1yp2,
.hapbnsd7 .y0i1yp2 {
  display: block;
}
.patufpe8 .fa3534 {
  display: block;
}
.vxgc .y0i1yp2,
.hvkj4vx5 .y0i1yp2,
.f36yslgk .y0i1yp2,
.eawn8w .y0i1yp2,
.pl1jtyg .y0i1yp2 {
  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;
}
.vxgc .y0i1yp2 .nj3pzrd,
.hvkj4vx5 .y0i1yp2 .nj3pzrd,
.f36yslgk .y0i1yp2 .nj3pzrd,
.eawn8w .y0i1yp2 .nj3pzrd,
.pl1jtyg .y0i1yp2 .nj3pzrd {
  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;
}
.vxgc .ed0u2,
.hvkj4vx5 .ed0u2,
.f36yslgk .ed0u2,
.eawn8w .ed0u2,
.pl1jtyg .ed0u2 {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0;
  color: inherit !important;
}
.vxgc .y0i1yp2,
.hvkj4vx5 .y0i1yp2 {
  top: 12px;
}
.vxgc .y0i1yp2 .nj3pzrd {
  margin-right: auto;
}
.hvkj4vx5 .y0i1yp2 .nj3pzrd {
  margin-left: auto;
}
.hvkj4vx5 .y0i1yp2 {
  text-align: right;
}
.f36yslgk .y0i1yp2,
.eawn8w .y0i1yp2 {
  bottom: 12px;
}
.f36yslgk .y0i1yp2 .nj3pzrd {
  margin-right: auto;
}
.eawn8w .y0i1yp2 .nj3pzrd {
  margin-left: auto;
}
.eawn8w .y0i1yp2 {
  text-align: right;
}
.pl1jtyg .y0i1yp2 {
  position: relative;
  margin-top: 16px;
}
.pl1jtyg .y0i1yp2 .nj3pzrd {
  margin: 0 auto;
}
.hapbnsd7 .y0i1yp2 {
  max-width: var(--content-mw, 1100px);
  margin: 0 auto;
  padding: 8px 24px;
}
.hapbnsd7 .y0i1yp2 .nj3pzrd {
  margin: 0;
}
.hapbnsd7 .ipjcqs ~ .y0i1yp2,
.hapbnsd7 .gw7if ~ .y0i1yp2 {
  max-width: none;
  margin: 0;
  padding: 8px clamp(24px, calc(50vw - 476px), 96px);
}
.hapbnsd7 .ipjcqs ~ .y0i1yp2 .nj3pzrd,
.hapbnsd7 .gw7if ~ .y0i1yp2 .nj3pzrd {
  justify-content: flex-start;
}
.ipjcqs ~ .y0i1yp2,
.gw7if ~ .y0i1yp2 {
  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;
}
.ipjcqs ~ .y0i1yp2 .nj3pzrd {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.gw7if ~ .y0i1yp2 .nj3pzrd {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  background: transparent;
  color: var(--text-body);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.fa3534 .nj3pzrd {
  margin: 0 0 12px;
}
.nj3pzrd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 10px 0 16px;
}
.qvmu2ezh {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.mqxl4m3 {
  font-weight: 600;
  color: var(--text-heading);
  opacity: 1;
}
.a0otwsxy::before {
  content: "·";
  margin: 0 2px;
  opacity: 0.5;
}
.ed0u2 {
  white-space: nowrap;
}
.aej7 .qvmu2ezh {
  display: none;
}
.flkqf624 .ed0u2 {
  background: var(--date-bg, var(--accent-bg));
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 0.78rem;
}
.flkqf624 .a0otwsxy::before {
  content: "";
}
.pbmx .ed0u2 {
  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;
}
.pbmx .a0otwsxy::before {
  content: "";
}
.sa5z1i .nj3pzrd {
  background: var(--date-bg, var(--accent-bg));
  padding: 8px 14px;
  border-radius: var(--radius, 6px);
  gap: 8px 16px;
}
.nwmdbz .ed0u2 {
  border-left: 2px solid var(--accent);
  padding-left: 8px;
  font-size: 0.78rem;
}
.nwmdbz .a0otwsxy::before {
  content: "";
}
.nka3iglm .ed0u2 {
  color: var(--accent-light);
  opacity: 1;
  font-weight: 500;
}
.sfi3 .ed0u2 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
.njsfi27 .nj3pzrd {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.dhjq0e {
  --date-bg: var(--accent-bg-light);
}
.sy91zd .a0otwsxy::before {
  content: "";
}
.dw53 .a0otwsxy::before {
  content: "•";
  opacity: 0.4;
}
.dw53 .ed0u2 + .ed0u2::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.4;
}
.crrmdnp6 .a0otwsxy::before {
  content: "/";
  opacity: 0.35;
}
.crrmdnp6 .ed0u2 + .ed0u2::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.35;
}
.hlzvej .a0otwsxy::before {
  content: "|";
  opacity: 0.3;
}
.hlzvej .ed0u2 + .ed0u2::before {
  content: "|";
  margin-right: 6px;
  opacity: 0.3;
}
.o06t81 .a0otwsxy::before {
  content: "—";
  opacity: 0.3;
}
.o06t81 .ed0u2 + .ed0u2::before {
  content: "—";
  margin-right: 6px;
  opacity: 0.3;
}
.p110x9 .a0otwsxy::before {
  content: "◆";
  font-size: 0.5em;
  opacity: 0.35;
}
.p110x9 .ed0u2 + .ed0u2::before {
  content: "◆";
  font-size: 0.5em;
  margin-right: 6px;
  opacity: 0.35;
}
.iw3wrrfi .a0otwsxy::before {
  content: "·";
  opacity: 0.4;
}
.iw3wrrfi .ed0u2 + .ed0u2::before {
  content: "·";
  margin-right: 6px;
  opacity: 0.4;
}
.iicxrgk .a0otwsxy::before {
  content: "›";
  opacity: 0.4;
}
.iicxrgk .ed0u2 + .ed0u2::before {
  content: "›";
  margin-right: 6px;
  opacity: 0.4;
}
.b5oq7umu .a0otwsxy::before {
  content: "→";
  opacity: 0.35;
  font-size: 0.85em;
}
.b5oq7umu .ed0u2 + .ed0u2::before {
  content: "→";
  font-size: 0.85em;
  margin-right: 6px;
  opacity: 0.35;
}
.fm27 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: var(--content-width, 960px);
  margin: 32px auto 24px;
  padding: 20px 24px;
}
.som12fn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.fkow {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ptcfz99 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-body);
  opacity: 0.55;
}
.ydprt3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-heading);
}
.phbqtd {
  font-size: 0.85rem;
  color: var(--text-body);
  opacity: 0.8;
  line-height: 1.5;
  margin-top: 4px;
}
.rii31ku .fm27 {
  background: var(--surface-alt);
  border-radius: var(--radius, 8px);
  border: 1px solid var(--border);
}
.mxivxe .fm27 {
  border-top: 3px solid var(--accent);
  padding-top: 18px;
}
.v82u98 .fm27 {
  border-left: 3px solid var(--accent);
  border-radius: 0;
}
.ffb1np .fm27 {
  padding: 20px 0;
}
@media (max-width: 640px) {
  .fm27 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px;
  }
  .phbqtd {
    max-width: 100%;
  }
}
.x5p8ehch .dy2wxekn {
  margin: 0;
}
@media (max-width: 560px) {
  .wq401p {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.dnj1 {
  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;
}
.dnj1.v8qze8lh {
  display: flex;
  animation: ctaPopupFade 0.25s ease-out;
}
@keyframes ctaPopupFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cn2vvz76 {
  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;
  }
}
.cn2vvz76 .mkiyz {
  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;
}
.cn2vvz76 .mkiyz:hover {
  background: rgba(0, 0, 0, 0.12) !important;
}
.yu666ip4 {
  display: block;
  margin: 0 auto 16px;
  max-width: 240px;
  max-height: 88px;
  object-fit: contain;
}
.np4ynt08 {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cta, #ff2349);
  font-weight: 700;
  margin-bottom: 6px;
}
.y5gw8 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary, #111);
}
.cn2vvz76 .eewq3gwz {
  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;
}
.cn2vvz76 .eewq3gwz:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 480px) {
  .cn2vvz76 {
    padding: 28px 18px 20px;
  }
  .y5gw8 {
    font-size: 1.2rem;
  }
  .yu666ip4 {
    max-width: 220px;
    max-height: 80px;
  }
}
.tepgvg {
  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);
}
.lvk7ki {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sof9c2wl .tepgvg {
  border-radius: 50%;
}
.kh7wdd .tepgvg {
  border-radius: 6px;
}
.zzqjh5s9 .tepgvg {
  border-radius: 22px;
}
.bpjp .no2t066 {
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tepgvg {
    width: 80px;
    height: 80px;
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.cjg70u8v {
  margin: 0 0 24px;
}
.cjg70u8v .n5370 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.cjg70u8v .a20lc4jg {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.cjg70u8v .no2t066 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
:root {
  --accent: #39b422;
  --brand: #39b422;
  --brand-light: #389527;
  --brand-pale: #50b13e;
  --grad-start: #69de53;
  --grad-end: #9ae18d;
  --accent-light: var(--brand-light);
  --accent-pale: var(--brand-pale);
  --cta: #39b422;
  --cta-light: #2b9617;
  --cta-hover: #288018;
  --bg-page: #f6f8f6;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-inner: #f4f5f3;
  --bg-raised: #eef1ee;
  --bg-hover: #f4f5f3;
  --border: #e3e8e2;
  --border-alt: #d1dccf;
  --border-section: #e3e8e2;
  --text-primary: #181b17;
  --text-muted: #546051;
  --text-body: #30372e;
  --text-sub: #485246;
  --text-faint: #788975;
  --text-dim: #93a190;
  --text-label: #606e5d;
  --text-value: #3c443a;
  --accent-bg: #e5f2e2;
  --accent-bg-light: #cfecca;
  --bg-tip: #f7f0f9;
  --bg-warning: #f9f6ef;
  --bg-info: #f0f7f9;
  --bg-pros: #f7f0f9;
  --bg-cons: #faf5f3;
  --c-pros: #7d1291;
  --c-cons: #9f4421;
  --c-pros-label: #9415ac;
  --c-tip-border: #a417be;
  --c-warn-border: #bb801a;
  --c-stars: var(--cta);
  --c-arrow: var(--cta);
  --c-tag-pay: #7d1291;
}
:root {
  --logo-bg-opacity: 79%;
}
body,
button,
input {
  font-family: "Fira Sans", sans-serif;
}
.oih325nw .by0s86 {
  font-size: 0;
  width: 1.2rem;
  flex-shrink: 0;
}
.oih325nw .by0s86::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
}
.oih325nw .tfrzs .by0s86::before {
  content: "";
  color: var(--c-tip-border);
}
.oih325nw .rtl06 .by0s86::before {
  content: "";
  color: var(--c-warn-border);
}
.oih325nw .catdhf3v .by0s86::before {
  content: "";
  color: #60a5fa;
}
.czha2pyg .oih325nw .tfrzs .by0s86::before {
  color: #10b981;
}
.czha2pyg .oih325nw .rtl06 .by0s86::before {
  color: #f43f5e;
}
.czha2pyg .oih325nw .catdhf3v .by0s86::before {
  color: #a855f7;
}
.y8wh .oih325nw .tfrzs .by0s86::before {
  color: #eab308;
}
.y8wh .oih325nw .rtl06 .by0s86::before {
  color: #ef4444;
}
.y8wh .oih325nw .catdhf3v .by0s86::before {
  color: #f97316;
}
.lw8hy .oih325nw .tfrzs .by0s86::before {
  color: #38bdf8;
}
.lw8hy .oih325nw .rtl06 .by0s86::before {
  color: #818cf8;
}
.lw8hy .oih325nw .catdhf3v .by0s86::before {
  color: #2dd4bf;
}
.an8oy .oih325nw .by0s86::before {
  color: var(--accent-light) !important;
}
.op1831fd .k2zvm3vv,
.op1831fd .ipjcqs {
  min-height: 420px;
}
.c8gu::before {
  content: ">";
}
