*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  line-height: 1.7;
  color: var(--color-text-body);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color var(--transition-fast);
}
a:hover {
  color: var(--color-accent-hover);
}
main p a, main li a, .vtzkn1 a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
main p a:hover, main li a:hover {
  text-decoration-thickness: 2px;
}
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
h1, h2, h3, h4 {
  color: var(--color-dark);
  line-height: 1.2;
  font-weight: 700;
}
h1 {
  font-size: var(--font-size-4xl);
  margin-bottom: var(--space-6);
}
h2 {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-4);
}
h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}
h4 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-2);
}
p {
  margin-bottom: var(--space-4);
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  h1 {
  font-size: var(--font-size-5xl);
}
h2 {
  font-size: var(--font-size-4xl);
}

}
.d4foep {
  color: var(--color-text-subtle);
}
.gxl52l {
  text-align: center;
}
.myrsky {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.i2uleu {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--color-white);
  color: var(--color-accent);
  padding: var(--space-3) var(--space-4);
}
.i2uleu:focus {
  left: var(--space-4);
}
.i4mglc {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-4);
}
@media (min-width: 768px) {
  .i4mglc {
  padding: 0 var(--gutter);
}

}
.u4r2ni {
  padding: var(--space-16) 0;
}
.c56xnn {
  background: var(--color-bg-alt);
}
@media (min-width: 1024px) {
  .u4r2ni {
  padding: var(--space-20) 0;
}

}
.qzg9pu {
  max-width: var(--measure);
}
.qzg9pu h2 {
  margin-top: 0;
}
.qzg9pu > * + * {
  margin-top: var(--space-4);
}
.qzg9pu ul, .qzg9pu ol {
  padding-left: 1.25rem;
}
.qzg9pu ul li {
  list-style: disc;
  margin-bottom: var(--space-2);
}
.qzg9pu ol li {
  list-style: decimal;
  margin-bottom: var(--space-2);
}
.os17mm {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-2);
}
.tluuom {
  display: grid;
  gap: var(--gutter);
}
.if3cqr, .eta4tr, .stauaj {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .if3cqr, .eta4tr, .stauaj {
  grid-template-columns: repeat(2, 1fr);
}

}
@media (min-width: 1024px) {
  .eta4tr {
  grid-template-columns: repeat(3, 1fr);
}
.stauaj {
  grid-template-columns: repeat(4, 1fr);
}

}
.gb1tfa {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
  transition: box-shadow var(--transition-base);
}
.gb1tfa.w9sucm {
  box-shadow: var(--shadow-md);
}
.rm3kv9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  gap: var(--space-4);
}
.cbepnb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: 800;
  font-size: var(--font-size-xl);
  color: var(--color-dark);
}
.pco8aa {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: var(--color-accent);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: var(--font-size-sm);
}
.w2ljmu {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
}
.l5kxqv {
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--color-accent);
  margin-top: 2px;
  white-space: nowrap;
}
.x2kmnl {
  display: none;
}
.vjejle {
  display: flex;
  gap: var(--space-6);
}
.jsycxv {
  color: var(--color-text-body);
  font-weight: 500;
  font-size: var(--font-size-sm);
  position: relative;
  padding: var(--space-2) 0;
}
.jsycxv:hover, .jsycxv.eozgyh {
  color: var(--color-accent);
}
.jsycxv.eozgyh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-accent);
  border-radius: 1px;
}
.xytmka {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.wub1t7 {
  display: none;
  color: var(--color-dark);
  font-weight: 600;
  font-size: var(--font-size-sm);
}
.ddphpc {
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 6px 8px;
  margin-right: -8px;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
}
.ddphpc span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: var(--color-dark);
  transition: transform var(--transition-base), opacity var(--transition-base);
}
.ddphpc.eozgyh span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.ddphpc.eozgyh span:nth-child(2) {
  opacity: 0;
}
.ddphpc.eozgyh span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (min-width: 1024px) {
  .x2kmnl {
  display: block;
}
.ddphpc {
  display: none;
}
.wub1t7 {
  display: block;
}

}
.c6b0i1 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-height);
  height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  background: var(--color-white);
  z-index: 99;
  padding: var(--space-8) var(--space-4);
}
.c6b0i1.eozgyh {
  display: block;
}
.c6b0i1 .vjejle {
  flex-direction: column;
  gap: 0;
}
.c6b0i1 .jsycxv {
  display: block;
  padding: var(--space-4) 0;
  font-size: var(--font-size-lg);
  border-bottom: 1px solid var(--color-border);
}
.c6b0i1 .l5xtwe {
  width: 100%;
  margin-top: var(--space-6);
}
.l5xtwe {
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast),
 transform var(--transition-fast), box-shadow var(--transition-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 14px 32px;
  font-family: inherit;
  font-size: var(--font-size-base);
  font-weight: 600;
  border: 0;
  border-radius: var(--radius-md);
  min-height: 48px;
  white-space: nowrap;
}
.guhhcg {
  background: var(--color-accent);
  color: var(--color-white);
}
.guhhcg:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
}
.ykb6ld {
  background: var(--color-white);
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.ykb6ld:hover {
  background: var(--color-accent-light);
  color: var(--color-accent-hover);
}
.dj5tsw {
  padding: 10px 20px;
  font-size: var(--font-size-sm);
  min-height: 40px;
}
.zn8fso {
  padding: 18px 40px;
  font-size: var(--font-size-lg);
  min-height: 56px;
}
.lz86w4 {
  width: 100%;
}
.dtiptp {
  padding: var(--space-16) 0 var(--space-20);
  background: var(--hero-bg);
  position: relative;
  overflow: hidden;
}
.dtiptp::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--hero-glow);
}
.xeroqh {
  max-width: 760px;
  position: relative;
  z-index: 1;
}
.dtiptp h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dtiptp h1 .bu9iya {
  color: var(--color-accent);
}
.zwvctv {
  font-size: var(--font-size-lg);
  color: var(--color-text-subtle);
  margin-bottom: var(--space-8);
  line-height: 1.6;
}
.bqirfp {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}
@media (min-width: 1024px) {
  .dtiptp {
  padding: var(--space-24) 0;
}
.zwvctv {
  font-size: var(--font-size-xl);
}

}
.cpiwtr {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.cpiwtr:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.cpiwtr h3 {
  font-size: var(--font-size-xl);
}
.cpiwtr p {
  color: var(--color-text-subtle);
}
.cpiwtr .l5xtwe {
  margin-top: auto;
}
.cspbxc {
  display: grid;
  gap: var(--space-8);
}
.xr2wi3 {
  display: flex;
  gap: var(--space-6);
}
.wafhwc {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--font-size-lg);
}
.xr2wi3 p {
  color: var(--color-text-subtle);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cspbxc {
  grid-template-columns: repeat(2, 1fr);
}

}
@media (min-width: 1024px) {
  .cspbxc {
  grid-template-columns: repeat(4, 1fr);
}
.xr2wi3 {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

}
p.c2ooh1 {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--color-text-body);
  margin-bottom: var(--space-1);
}
.cpiwtr p.c2ooh1 {
  font-size: var(--font-size-xl);
}
p.mv6oie {
  margin-top: var(--space-4);
  text-align: right;
}
p.mv6oie a {
  font-weight: 600;
  font-size: var(--font-size-sm);
}
.yru9mt {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
  font-weight: 600;
  font-size: var(--font-size-sm);
}
.m0tlak {
  background: var(--color-accent-light);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  margin: var(--space-8) 0;
}
.m0tlak .jk090d {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-hover);
  margin-bottom: var(--space-3);
}
.m0tlak ul {
  display: grid;
  gap: var(--space-3);
}
.m0tlak li {
  position: relative;
  padding-left: var(--space-6);
}
.m0tlak li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}
.qh2naa {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border: 2px solid var(--color-border);
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition-base), transform var(--transition-base);
}
.qh2naa:hover {
  border-color: var(--color-accent);
  transform: translateY(-4px);
}
.qh2naa.zmusxl {
  border-color: var(--color-accent);
  position: relative;
}
.sdqf8y {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: var(--color-white);
  padding: 4px 16px;
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.npk7nq {
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin-bottom: var(--space-4);
}
.a2s0co {
  font-size: var(--font-size-4xl);
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: var(--space-2);
}
.a2s0co span {
  font-size: var(--font-size-base);
  font-weight: 400;
  color: var(--color-text-subtle);
}
.einarr {
  color: var(--color-text-subtle);
  margin-bottom: var(--space-6);
  font-size: var(--font-size-sm);
}
.tbvx26 {
  text-align: left;
  margin-bottom: var(--space-8);
}
.tbvx26 li {
  padding: var(--space-2) 0;
  font-size: var(--font-size-sm);
  border-bottom: 1px solid var(--color-border);
}
.qh2naa .l5xtwe {
  margin-top: auto;
}
.pe2wf9 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pe2wf9 table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size-sm);
}
.pe2wf9 th, .pe2wf9 td {
  text-align: left;
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--color-border);
}
.pe2wf9 th {
  color: var(--color-dark);
  font-weight: 700;
  white-space: nowrap;
}
.uwemui {
  display: flex;
  gap: var(--space-6);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--space-4);
  scrollbar-width: thin;
}
.xqpttn {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1px solid var(--color-border);
}
.xqpttn blockquote {
  margin: 0 0 var(--space-3);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
.cormtt {
  font-size: var(--font-size-xs);
  color: var(--color-text-subtle);
}
.copwk7 {
  max-width: var(--measure);
}
.hpsan1 {
  border-bottom: 1px solid var(--color-border);
}
.hpsan1 h3 {
  margin: 0;
  font-size: var(--font-size-base);
}
.yif7vt {
  border: 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  font-family: inherit;
  font-size: var(--font-size-base);
  font-weight: 600;
  color: var(--color-dark);
  text-align: left;
  background: none;
}
.yif7vt::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-text-subtle);
  border-bottom: 2px solid var(--color-text-subtle);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--transition-base);
}
.hpsan1.eozgyh .yif7vt::after {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.vtzkn1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-slow);
}
.hpsan1.eozgyh .vtzkn1 {
  max-height: 2000px;
}
.vtzkn1 p {
  padding-bottom: var(--space-5);
  color: var(--color-text-subtle);
}
.tgsjaw .vtzkn1 {
  max-height: none;
}
.lboxbr {
  background: var(--cta-bg);
  border-radius: var(--radius-xl);
  padding: var(--space-12) var(--space-8);
  text-align: center;
  color: var(--color-white);
}
.lboxbr h2 {
  color: var(--color-white);
  margin-bottom: var(--space-4);
}
.lboxbr p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  margin: 0 auto var(--space-8);
  font-size: var(--font-size-lg);
}
.lboxbr .ykb6ld {
  background: var(--color-white);
  border-color: var(--color-white);
}
p.oy1os6 {
  color: var(--color-white);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  line-height: 1.2;
  max-width: none;
  margin: 0 auto var(--space-4);
}
.d1i328 {
  background: var(--color-bg-dark);
  color: rgba(255, 255, 255, 0.92);
  padding: var(--space-16) 0 var(--space-8);
}
.uulttb {
  display: grid;
  gap: var(--space-8);
  margin-bottom: var(--space-12);
}
@media (min-width: 768px) {
  .uulttb {
  grid-template-columns: 2fr 1fr 1fr;
}

}
.brchro {
  max-width: 340px;
}
.brchro .cbepnb {
  color: var(--color-white);
  margin-bottom: var(--space-4);
}
.brchro p {
  font-size: var(--font-size-sm);
  line-height: 1.7;
}
.jzkpt9 {
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-4);
}
.igjs9t li {
  margin-bottom: var(--space-2);
}
.igjs9t a, .lkyorp a {
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--font-size-sm);
}
.igjs9t a:hover, .lkyorp a:hover {
  color: var(--color-white);
}
.qyierg {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: var(--space-8);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-4);
  font-size: var(--font-size-sm);
}
.wyneqx {
  color: rgba(255, 255, 255, 0.55);
  max-width: 60ch;
}
.hqvuv8 {
  padding: var(--space-4) 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-subtle);
}
.hqvuv8 ol {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.hqvuv8 a {
  color: var(--color-text-subtle);
}
.hqvuv8 a:hover {
  color: var(--color-accent);
}
.nqksqr {
  color: var(--color-white);
  box-shadow: var(--shadow-xl);
  cursor: pointer;
  transition: transform var(--transition-fast), background var(--transition-fast);
  position: fixed;
  right: var(--space-4);
  bottom: var(--space-4);
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
}
.nqksqr:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  transform: translateY(-2px);
}
.nqksqr svg {
  width: 26px;
  height: 26px;
}
.iprncx {
  color: var(--overlay-ink);
  font-size: 0.82rem;
  line-height: 1.3;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transition: transform var(--transition-base), opacity var(--transition-base);
  position: fixed;
  z-index: 59;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 140%);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(560px, calc(100vw - 24px));
  padding: 8px 10px 8px 14px;
  border-radius: var(--radius-full);
  background: var(--overlay-solid);
}
.iprncx.d0ylf5 {
  transform: translate(-50%, 0);
  opacity: 1;
}
.iprncx a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.eaxbrf {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 767px) {
  .iprncx {
  bottom: 84px;
  right: auto;
}

}
.gwdo5g {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlt3ph {
  position: absolute;
  inset: 0;
  background: var(--overlay-scrim);
}
.e5qqfy {
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  max-width: 480px;
  width: calc(100% - 48px);
  padding: var(--space-8);
}
.eleyly {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--color-text-subtle);
}
.xv9nhv {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: var(--space-5);
}
@media print {
  .header, .footer, .chat-trigger, .cookie-note, .exit-intent {
  display: none !important;
}
.section, .hero {
  padding: 0 0 1rem;
  background: none;
}
.faq-answer {
  max-height: none !important;
}

}
#main {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.u4r2ni > .i4mglc > h2,
.u4r2ni > .i4mglc > h3,
.u4r2ni > .i4mglc > h4,
.u4r2ni > .i4mglc > p,
.u4r2ni > .i4mglc > ul,
.u4r2ni > .i4mglc > ol,
.u4r2ni > .i4mglc > blockquote,
.u4r2ni > .i4mglc > div > h2,
.u4r2ni > .i4mglc > div > p {
  max-width: var(--measure);
}
.u4r2ni > .i4mglc > .tluuom,
.u4r2ni > .i4mglc > .viv2le,
.u4r2ni > .i4mglc > .ibp12h,
.u4r2ni > .i4mglc > .t6dnun,
.u4r2ni > .i4mglc > .rrubze,
.u4r2ni > .i4mglc > .pe2wf9,
.u4r2ni > .i4mglc > .copwk7,
.u4r2ni > .i4mglc > .skqlx1 {
  max-width: none;
}
.ibp12h, .t6dnun, .viv2le, .tluuom.ibp12h {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: var(--space-2) var(--gutter);
}
.ibp12h li, .t6dnun li, .viv2le li {
  list-style: none;
}
.u4r2ni li {
  margin-bottom: var(--space-2);
}
.u4r2ni .sgneg0, .u4r2ni .sgxwvw, .u4r2ni .npdjin, .u4r2ni .rrubze {
  padding-left: 1.25rem;
}
.u4r2ni .sgneg0 li, .u4r2ni .sgxwvw li, .u4r2ni .npdjin li {
  list-style: disc;
}
.u4r2ni .rrubze li {
  list-style: decimal;
}
.m0tlak, aside[data-facts], .zn3x5e, .cjjnfv {
  background: var(--color-accent-light);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius-md);
  padding: var(--space-6);
  margin: var(--space-8) 0;
  max-width: var(--measure);
}
.m0tlak h2, aside[data-facts] h2, .zn3x5e h2, .cjjnfv h2 {
  font-size: var(--font-size-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-hover);
  margin-bottom: var(--space-3);
}
.m0tlak ul, aside[data-facts] ul, .zn3x5e ul, .cjjnfv ul {
  display: grid;
  gap: var(--space-3);
}
.m0tlak li, aside[data-facts] li, .zn3x5e li, .cjjnfv li {
  position: relative;
  padding-left: var(--space-6);
  list-style: none;
}
.m0tlak li::before, aside[data-facts] li::before, .zn3x5e li::before, .cjjnfv li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}
.xvpcx9, .cznrgb, .btc6pu, .xj00om {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 14px 32px;
  min-height: 48px;
  font-weight: 600;
  border-radius: var(--radius-md);
  background: var(--color-accent);
  color: var(--color-white);
  text-decoration: none;
}
.xvpcx9:hover, .cznrgb:hover, .btc6pu:hover, .xj00om:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  text-decoration: none;
}
.u4r2ni table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size-sm);
}
.u4r2ni th, .u4r2ni td {
  text-align: left;
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--color-border);
}
.djmrwm, .ef9rrx, .h79ppp, .kopsiu, .artfr8, .amwoiu, .rsanvg, .eqis2b {
  font-size: var(--font-size-sm);
  color: var(--color-text-subtle);
}
.rm3kv9 {
  height: auto;
  min-height: var(--header-height);
  padding: var(--space-2) 0;
}
.x2kmnl {
  min-width: 0;
}
.vjejle {
  flex-wrap: wrap;
  row-gap: var(--space-1);
}
.jsycxv {
  white-space: nowrap;
}
.xytmka .l5xtwe {
  max-width: 20rem;
}
.w2ljmu {
  min-width: 0;
}
.l5kxqv {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22rem;
}
@media (max-width: 1023px) {
  .c6b0i1 {
  top: auto;
  height: auto;
  max-height: 80vh;
}

}
.z8evis {
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.z8evis a {
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.85;
}
.z8evis a:hover {
  opacity: 1;
}