.card,
.card-service,
.card__wrapper,
.error-page__wrapper,
.menu__wrapper,
.promo__content,
.support__wrapper,
.technical-details__wrapper,
.ways__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.header__stake-btn.button .button__text,
.ways__list li {
  font-size: 16px;
}
.card-service__title,
.error-page__code,
.promo__title,
.ways__card--dark .ways__card-title {
  -webkit-text-fill-color: transparent;
}
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
@layer components;
@layer utilities {
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .prose {
    max-width: 65ch;
    color: var(--tw-prose-body);
    font-size: 1rem;
    line-height: 1.75;
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  }
  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em !important;
  }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
  }
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    list-style-type: decimal;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A s"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a s"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I s"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i s"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    list-style-type: disc;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    color: var(--tw-prose-headings);
    font-weight: 600;
  }
  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    color: var(--tw-prose-quotes);
    quotes: "“" "”" "‘" "’";
    font-weight: 500;
    font-style: italic;
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    padding-inline-start: 1em;
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0.888889em;
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    line-height: 1.11111;
  }
  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }
  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 1em;
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.33333;
  }
  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }
  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.6;
  }
  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }
  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
  }
  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }
  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 0.1875em;
    padding-bottom: 0.1875em;
    border-radius: 0.3125rem;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    color: var(--tw-prose-kbd);
    font-weight: 500;
    font-size: 0.875em;
    font-family: inherit;
    padding-inline-end: 0.375em;
    padding-inline-start: 0.375em;
  }
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after,
  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    overflow-x: auto;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-top: 0.857143em;
    padding-bottom: 0.857143em;
    border-radius: 0.375rem;
    background-color: var(--tw-prose-pre-bg);
    color: var(--tw-prose-pre-code);
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.71429;
    padding-inline-end: 1.14286em;
    padding-inline-start: 1.14286em;
  }
  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding: 0;
    border-width: 0;
    border-radius: 0;
    background-color: #0000;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after,
  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: none;
  }
  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    table-layout: auto;
    font-size: 0.875em;
    line-height: 1.71429;
  }
  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-bottom: 0.571429em;
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    font-weight: 600;
    padding-inline-end: 0.571429em;
    padding-inline-start: 0.571429em;
  }
  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.857143em;
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.42857;
  }
  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-end: 0.571429em;
    padding-inline-start: 0.571429em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    max-width: 1160px !important;
    width: 100%;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-bold {
    font-weight: var(--font-weight-bold);
    --tw-font-weight: var(--font-weight-bold);
  }
  .text-\[\#9CA3AF\] {
    color: #9ca3af;
  }
  .text-white {
    color: var(--color-white);
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
.text-col p,
.ways__card .button__text {
  font-weight: 400;
  font-size: 18px;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer theme {
  :host,
  :root {
    --font-sans: "Roboto", "sans-serif";
    --font-o: "Ojuju", "sans-serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
  :root {
    --overlay-index: 20;
    --modal-index: 21;
    --header-height: 65px;
  }
}
.header,
.menu {
  position: fixed;
  z-index: var(--modal-index);
  right: 0;
  left: 0;
}
.promo__head,
.support__wrapper,
.ways__wrapper,
.technical-details__wrapper {
  margin-right: auto;
  margin-left: auto;
}
.prose {
  max-width: 100%;
  color: #cbd5e1;
}
.prose strong {
  color: #fff;
}
.prose a {
  color: #2e82ff;
  text-decoration: underline;
}
.prose a:hover {
  text-decoration: none;
}
.header {
  top: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(168, 85, 247, 0.2);
  background-color: rgba(15, 23, 42, 0.8);
}
.header__wrapper {
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.burger-toggler,
.burger-toggler img:first-child,
.burger-toggler.active img:last-child,
.header__logo,
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  width: 120px;
  height: 30px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.burger-toggler img:last-child,
.burger-toggler.active img:first-child,
.header__nav {
  display: none;
}
.card__head,
.card__icon,
.card__wrapper,
.header__nav-link,
.menu__wrapper,
.ways__data,
.ways__icon {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header__nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__nav-link:hover,
.text__link {
  color: #e70c62;
}
.burger-toggler {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #fff;
}
.card .button,
.footer__nav {
  align-self: center;
  width: 100%;
}
.footer,
.footer__copy {
  border-top: 1px solid rgba(168, 85, 247, 0.2);
}
.header__stake-btn.button {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 375px) {
  .header__stake-btn.button {
    padding-right: 24px;
    padding-left: 24px;
  }
  .header__stake-btn.button .button__text {
    font-size: 18px;
  }
}
.menu {
  top: var(--header-height);
}
.menu__wrapper {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 16px;
  background: #1a202f;
  gap: 4px;
}
.footer__wrapper,
.promo__wrapper,
.service__wrapper,
.ways__card,
.ways__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.menu__link {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #e2e2e2;
}
.footer {
  padding-top: 24px;
  padding-bottom: 16px;
  background-color: rgba(15, 23, 42, 0.8);
}
.footer__wrapper {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__nav {
  display: grid;
  max-width: 576px;
  gap: 24px;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.footer__link {
  color: #9ca3af;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__link:hover {
  color: #cbd5e1;
}
.footer__copy {
  margin-top: 24px;
  padding: 24px 0;
}
@layer components {
  .button,
  .button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 24px;
    padding-left: 24px;
    height: 44px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    gap: 8px;
    will-change: transform;
  }
  .button:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .button:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .button__icon {
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  .button__text {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
  }
  .button--gradient {
    background: -webkit-gradient(linear, left top, right top, from(#9333ea), to(#db2777));
    background: linear-gradient(90deg, #9333ea, #db2777);
  }
  .button--bordered {
    border: 1px solid #c084fc;
    background-color: #1e183d;
  }
  .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 16px !important;
    min-height: 38px;
    border: 1px solid rgba(34, 211, 238, 0.302);
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(6, 182, 212, 0.2)), to(rgba(59, 130, 246, 0.2)));
    background: linear-gradient(90deg, rgba(6, 182, 212, 0.2), rgba(59, 130, 246, 0.2));
    gap: 8px;
  }
  .badge img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  .badge__text {
    color: #67e8f9;
    font-size: 14px;
    line-height: 1.1;
  }
}
.card__title,
.ways__title {
  color: #fff;
  font-family: var(--font-o);
}
.promo {
  padding-top: 32px;
  padding-bottom: 64px;
}
.promo__wrapper,
.service__wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card,
.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
}
.promo__head {
  max-width: 936px;
  text-align: center;
}
.card .prose,
.card__title {
  text-align: left;
}
.promo__title {
  margin-bottom: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e70c62), to(#fff));
  background: linear-gradient(180deg, #e70c62, #fff);
  -webkit-background-clip: text;
  font-weight: 800;
  font-size: 32px;
  font-family: var(--font-o);
  line-height: 44px;
}
.ways__card .badge,
.ways__title {
  margin-bottom: 16px;
}
.promo__content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 28px;
  gap: 16px;
}
.promo__cards {
  display: grid;
  margin-top: 64px;
  gap: 24px;
  grid-template-columns: minmax(0, auto);
}
.card,
.card__head,
.card__icon,
.card__wrapper {
  display: flex;
}
.service__cards,
.support__links,
.ways__inner {
  grid-template-columns: minmax(0, 1fr);
}
.promo__cards .card:last-child {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(88, 28, 135, 0.4));
}
.card {
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(88, 28, 135, 0.4), rgba(131, 24, 67, 0.4));
  backdrop-filter: blur(4px);
  gap: 32px;
}
.card__wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.card__head {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.card__icon {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, #9333ea, #db2777);
}
.card .button {
  -ms-flex-item-align: center;
  max-width: 340px;
  height: 48px;
  border-radius: 6px;
}
@layer base {
  .main,
  body,
  html {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  progress,
  sub,
  sup {
    vertical-align: baseline;
  }
  a,
  hr {
    color: inherit;
  }
  *,
  ::backdrop,
  :after,
  :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  :host,
  html {
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: inherit;
    font-size: inherit;
  }
  a {
    text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    font-size: 1em;
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
  }
  :-moz-focusring {
    outline: auto;
  }
  summary {
    display: list-item;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    border-radius: 0;
    background-color: #0000;
    color: inherit;
    letter-spacing: inherit;
    font: inherit;
    opacity: 1;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
  }
  ::file-selector-button {
    border-radius: 0;
    background-color: #0000;
    color: inherit;
    letter-spacing: inherit;
    font: inherit;
    opacity: 1;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
    padding-block: 0;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
  }
  ::-moz-selection {
    background-color: #e70c62;
    color: #fff;
  }
  ::selection {
    background-color: #e70c62;
    color: #fff;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: var(--header-height);
  }
  .overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--overlay-index);
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    outline: 0;
    outline-offset: 0;
    border: 0;
    white-space: nowrap;
    clip-path: inset(100%);
  }
  body,
  html {
    background: linear-gradient(135deg, #0f172a, #581c87 50%, #0f172a);
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  :root {
    --icon-checked: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23C084FC' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='M16.667 5 7.5 14.167 3.333 10'/%3E%3C/svg%3E");
    --icon-feature: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2322D3EE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.333' d='M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z'/%3E%3C/svg%3E");
  }
}
.ways__card-title,
.ways__subtitle,
.ways__title {
  line-height: 1.4;
  text-align: center;
}
.service,
.support,
.technical-details,
.ways {
  padding-bottom: 64px;
}
.ways__wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 976px;
}
.ways__title {
  font-weight: 700;
  font-size: 24px;
}
.ways__subtitle {
  max-width: 720px;
  color: #d1d5db;
  font-size: 20px;
}
.ways__inner {
  display: grid;
  margin-top: 24px;
  gap: 24px;
}
.ways__card {
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(88, 28, 135, 0.4));
}
.ways__card--dark {
  border: 1px solid rgba(51, 65, 85, 0.502);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(59, 7, 100, 0.8));
}
.ways__icon-container {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  pointer-events: none;
}
.ways__icon {
  top: 0;
  z-index: 2;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9b31db;
  background: linear-gradient(135deg, #9333ea, #db2777);
}
.ways__bg,
.ways__icon {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.ways__bg {
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#d32883), to(#9b32de));
  background: linear-gradient(90deg, #d32883, #9b32de);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.ways__card--dark .ways__icon {
  border: 1px solid rgba(71, 85, 105, 0.502);
  background: linear-gradient(135deg, #1e293b, #0f172a);
}
.ways__card--dark .ways__bg {
  background: -webkit-gradient(linear, left top, right top, from(#22d3ee), to(#3b82f6));
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
}
.ways__card-title {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-o);
}
.ways__card--dark .ways__card-title {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #a5f3fc), to(#93c5fd));
  background: linear-gradient(90deg, #fff, #a5f3fc 50%, #93c5fd);
  -webkit-background-clip: text;
}
.ways__descr {
  margin-bottom: 24px;
  color: #cbd5e1;
  text-align: center;
}
.ways__data {
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  gap: 4px;
}
.ways__value {
  color: #d8b4fe;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}
.ways__key {
  font-size: 18px;
  line-height: 28px;
}
.ways__content {
  margin-top: 16px;
  max-width: 340px;
}
.ways__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  gap: 16px;
}
.ways__list li {
  position: relative;
  padding-left: 32px;
  color: #d1d5db;
  line-height: 24px;
}
.ways__list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: var(--icon-checked);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ways__card--dark .ways__list li {
  padding-left: 36px;
}
.ways__card--dark .ways__list li:before {
  width: 24px;
  height: 24px;
  background-image: var(--icon-feature);
}
.ways__card .button {
  margin-top: 24px;
  border-radius: 6px;
}
.service__title {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: var(--font-o);
  line-height: 32px;
}
.service__subtitle,
.text-col p {
  color: #d1d5db;
  text-align: center;
}
.service__subtitle {
  margin-bottom: 24px;
  max-width: 672px;
  font-size: 20px;
  line-height: 28px;
}
.card-service__title,
.support__title,
.technical-details__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--font-o);
}
.service__cards {
  display: grid;
  gap: 24px;
}
.card-service,
.card-service__icon,
.error-page,
.support__wrapper,
.technical-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.card-service {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(51, 65, 85, 0.502);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(59, 7, 100, 0.8));
  gap: 16px;
}
.card-service__icon-container {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  pointer-events: none;
}
.card-service__icon {
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(71, 85, 105, 0.502);
  background: linear-gradient(135deg, #1e293b, #0f172a);
}
.card-service__bg,
.card-service__icon {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.card-service__bg {
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#22d3ee), to(#3b82f6));
  background: linear-gradient(90deg, #22d3ee, #3b82f6);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
.card-service__title {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #a5f3fc), to(#93c5fd));
  background: linear-gradient(90deg, #fff, #a5f3fc 50%, #93c5fd);
  -webkit-background-clip: text;
  text-align: center;
}
.card-service__text {
  margin-top: -8px;
  text-align: center;
}
.technical-details__wrapper {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 704px;
  text-align: center;
}
.technical-details__title {
  margin-bottom: 16px;
  color: #fff;
}
.technical-details__subtitle {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}
.technical-details__subtitle code {
  background-color: #501c7d;
  color: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}
@media (max-width: 400px) {
  .technical-details__links {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}
.support__wrapper {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 704px;
  text-align: center;
}
.support__title {
  margin-bottom: 16px;
  color: #fff;
}
.support__subtitle {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}
.support__links {
  display: grid;
  width: 100%;
  gap: 16px;
}
@media (min-width: 768px) {
  .support__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__copy {
    margin-top: 32px;
    padding: 32px 0;
  }
  .card {
    padding: 32px;
  }
  .card__title {
    font-size: 36px;
    line-height: 1.1;
  }
  .support__links {
    gap: 24px;
  }
}
.error-page {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 8px;
  min-height: 100svh;
}
.error-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  max-width: 500px;
  width: 100%;
  border: 1px solid rgba(51, 65, 85, 0.502);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(59, 7, 100, 0.8));
  text-align: center;
}
.error-page__code,
.error-page__code:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e70c62), to(#fff));
  background: linear-gradient(180deg, #e70c62, #fff);
}
@media (min-width: 1024px) {
  .header__logo {
    width: 172px;
    height: 43px;
  }
  .header__logo img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  .burger-toggler {
    display: none;
  }
  .footer {
    padding: 32px 0;
  }
  .promo,
  .service,
  .technical-details,
  .ways {
    padding-bottom: 120px;
  }
  .promo {
    padding-top: 80px;
  }
  .promo__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
  }
  .promo__cards {
    margin-top: 120px;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service__cards,
  .ways__inner {
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ways__title {
    font-size: 36px;
    line-height: 1.1;
  }
  .ways__inner {
    margin-top: 64px;
  }
  .error-page__wrapper,
  .ways__card {
    padding: 32px;
  }
  .card-service__bg,
  .ways__bg {
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  .service__title,
  .support__title,
  .technical-details__title {
    font-size: 36px;
    line-height: 40px;
  }
  .service__subtitle {
    margin-bottom: 64px;
  }
  .support {
    padding-bottom: 168px;
  }
  .support__subtitle,
  .technical-details__subtitle {
    margin-bottom: 40px;
  }
  .error-page {
    padding: 40px 16px;
  }
}
.error-page__code {
  position: relative;
  margin-bottom: 40px;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.1;
}
.error-page__code:before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 96px;
  height: 4px;
  border-radius: 24px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.error-page__title {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-family: var(--font-o);
  line-height: 1.2;
}
.error-page__subtitle {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}
.error-page__text {
  margin-bottom: 40px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
}
.error-page .button {
  max-width: 340px;
  width: 100%;
  height: 52px;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.validator-map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0, rgba(88, 28, 135, 0.4) 100%);
  color: #fff;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.text-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 444px;
  max-width: 444px;
}
.text-col h2 {
  margin-bottom: 16px;
  text-align: center;
}
.text-col p {
  line-height: 28px;
  margin-bottom: 1.5rem;
}
.text-col .button {
  font-size: 18px;
  width: 100%;
  max-width: 340px;
}
.image-col {
  flex: 1 1 400px;
  text-align: center;
}
.image-col img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  padding: 70px 0;
}
.heart-pulse {
  display: inline-block;
  animation: 1s infinite pulse;
}
@media (max-width: 768px) {
  .text-col {
    max-width: 100%;
  }
  .text-col h2 {
    text-align: center;
  }
}
a.star-pool-link {
  color: #2e82ff;
  text-decoration: underline;
}
a.star-pool-link:hover {
  text-decoration: none;
}
