/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    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");
    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;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    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);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::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)) {
        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;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-none {
    border-top-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-200\/80 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 80%, transparent);
    }
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-violet-100 {
    background-color: var(--color-violet-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-sky-600 {
    color: var(--color-sky-600);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-violet-700 {
    color: var(--color-violet-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .\!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,) !important;
  }
  .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,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:border-rose-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-rose-300);
      }
    }
  }
  .hover\:border-sky-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky-300);
      }
    }
  }
  .hover\:text-blue-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-700);
      }
    }
  }
  .hover\:text-sky-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-600);
      }
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:my-3 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:border-b {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: 0;
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
:root {
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-serif: "Source Serif 4", Georgia, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --background: #fafbfc;
  --foreground: #0f172a;
  --paper: #fff;
  --muted: #64748b;
  --border: #e2e8f0;
  --color-avto: #0ea5e9;
  --color-nedvizhimost: #10b981;
  --color-dokumenty: #8b5cf6;
  --gradient-avto: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #06b6d4 100%);
  --gradient-nedvizhimost: linear-gradient(135deg, #10b981 0%, #059669 50%, #34d399 100%);
  --gradient-dokumenty: linear-gradient(135deg, #f59e0b 0%, #8b5cf6 60%, #a855f7 100%);
  --gradient-hero: linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 35%, #fafbfc 70%, #ecfdf5 100%);
  --shadow-card: 0 4px 24px -4px #0f172a14;
  --shadow-card-hover: 0 12px 40px -8px #0ea5e933;
  --radius-lg: 1.25rem;
  --radius-md: .75rem;
  --container: 72rem;
}
@font-face {
  font-family: "SegoeUILight";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.ttf");
  font-display: swap;
}
@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/SegoeUIBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Comic Sans ms";
  src: url("../fonts/comic.ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: auto;
  font-family: var(--font-sans);
  color: var(--foreground);
  background: var(--background);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  min-width: 0;
}
:where(main) h1, :where(main) h2, :where(main) h3, :where(main) h4, :where(main) h5 {
  font-family: var(--font-sans);
  color: var(--foreground);
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-weight: 700;
  line-height: 1.2;
}
:where(main) h1 {
  font-size: 36px;
  margin: 0px 0 5px;
  font-weight: 800;
}
:where(main) h2 {
  font-size: 28px;
  margin: 35px 0 15px;
}
:where(main) h3 {
  font-size: 26px;
  margin: 35px 0 15px;
}
:where(main) h4 {
  font-size: 24px;
  margin: 35px 0 15px;
}
:where(main) h5 {
  font-size: 22px;
}
:where(main) p {
  margin: 1rem 0;
  color: #334155;
  font-size: 1rem;
  line-height: 1.5;
}
:where(main) a {
  color: #2563eb;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
:where(main) a:hover {
  color: #0f766e;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.content {
  margin: 0 auto;
  max-width: 72rem;
  padding: 2.5rem 1rem;
  display: grid;
  gap: 2.5rem;
}
.landing {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-part-1 {
  width: 100%;
  background: linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 35%, #fafbfc 70%, #ecfdf5 100%);
  padding: 96px 24px;
}
.catalog-page {
  background: var(--background);
}
.catalog-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 104px 24px 112px;
}
.catalog-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(15, 23, 42, .08);
}
.catalog-hero-avto {
  background: linear-gradient(145deg, #e0f2fe 0%, #f8fafc 48%, #dbeafe 100%);
}
.catalog-hero-nedvizhimost {
  background: linear-gradient(145deg, #dcfce7 0%, #f8fafc 48%, #d1fae5 100%);
}
.catalog-hero-docs {
  background: linear-gradient(145deg, #fff7ed 0%, #f8fafc 46%, #ede9fe 100%);
}
.catalog-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}
.catalog-eyebrow, .catalog-heading span {
  display: inline-block;
  margin: 0 0 16px;
  color: #0369a1;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.theme-nedvizhimost .catalog-eyebrow, .theme-nedvizhimost .catalog-heading span {
  color: #047857;
}
.theme-dokumenty .catalog-eyebrow, .theme-dokumenty .catalog-heading span {
  color: #7c3aed;
}
.catalog-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--foreground);
  font-size: 4.5rem;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}
.catalog-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.7;
}
.catalog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.catalog-hero__actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.catalog-main {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 88px;
}
.catalog-heading {
  max-width: 720px;
  margin-bottom: 36px;
}
.catalog-heading h2 {
  margin: 0;
  color: var(--foreground);
  font-size: 2rem;
  line-height: 1.15;
}
.catalog-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.catalog-groups {
  display: grid;
  gap: 48px;
}
.catalog-group h3 {
  margin: 0 0 18px;
  color: var(--foreground);
  font-size: 1.5rem;
  line-height: 1.2;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.catalog-card {
  display: flex;
  min-height: 250px;
  height: 100%;
  flex-direction: column;
  padding: 22px;
  text-decoration: none;
}
.catalog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 600;
}
.catalog-card__topic {
  color: #fff;
  border-radius: 9999px;
  padding: 3px 9px;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.catalog-card h4 {
  margin: 0 0 10px;
  color: var(--foreground);
  font-size: 1.125rem;
  line-height: 1.28;
}
.catalog-card p {
  margin: 0 0 18px;
  color: #475569;
  font-size: .9375rem;
  line-height: 1.6;
}
.catalog-card__updated {
  display: block;
  margin: -6px 0 14px;
  color: var(--muted);
  font-size: .75rem;
}
.catalog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.card-surface {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px -4px #0f172a14;
  transition: transform .25s, box-shadow .25s;
}
.card-surface:hover {
  box-shadow: 0 12px 40px -8px #0ea5e933;
  transform: translateY(-4px);
}
.card-surface[data-animate].active:hover {
  transform: translateY(-4px);
}
:where(main) ul, :where(main) ol {
  margin: 1rem 0;
  padding-left: 0;
}
:where(main) li {
  margin-left: 1.5rem;
  padding-left: .25rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
  text-align: left;
  list-style-position: outside;
}
:where(main) ul li {
  list-style-type: disc;
}
:where(main) .numeric li {
  list-style-type: decimal;
}
.grecaptcha-badge {
  visibility: hidden;
}
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}
.article-actions .btn-primary:hover {
  color: #fff;
}
.article-actions .btn-ghost:hover {
  color: #334155;
}
.dogovor {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-card);
}
.important {
  margin: 1.25rem 0;
  font-family: var(--font-serif);
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  border-radius: 0 .75rem .75rem 0;
  padding: 1rem 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #06b6d4 100%);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .9375rem;
  font-weight: 600;
  transition: opacity .2s, transform .2s;
  display: inline-flex;
  text-decoration: none;
}
.btn-primary:hover {
  opacity: .92;
  transform: scale(1.02);
}
.btn-ghost {
  color: #334155;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-size: .9375rem;
  font-weight: 600;
  transition: border-color .2s, background .2s;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
.btn-ghost:hover {
  border-color: #0ea5e9;
  background: #f0f9ff;
}
.tag-pill {
  color: #475569;
  background: #f1f5f9;
  border-radius: 9999px;
  padding: .2rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}
.gradient-avto {
  background: var(--gradient-avto);
}
.gradient-nedvizhimost {
  background: var(--gradient-nedvizhimost);
}
.gradient-dokumenty {
  background: var(--gradient-dokumenty);
}
:where(main) p > a, :where(main) li > a {
  text-decoration: underline;
}
.line {
  width: 100%;
  height: 1px;
  margin: 25px 0px;
  background-color: var(--border);
}
.lineSeparateImage {
  width: 100%;
  height: 1px;
  margin: 25px 0px 0;
  background-color: #ccc;
  display: inline-block;
}
.leftTextImage {
  width: 46%;
  float: left;
  margin: 13px 4% 1% 0;
}
.rightTextImage {
  width: 46%;
  float: right;
  margin: 13px 0 1% 4%;
  padding: 0;
}
.centerBigImage {
  width: 100%;
  margin: 2% 0;
}
.centerMidImage {
  width: 70%;
  margin: 2% 15%;
}
.MediaBlock {
  overflow: hidden;
}
.frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 48rem;
  margin: 2rem auto;
  background: #000;
  border-radius: var(--radius-md);
}
.frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.voice {
  width: 100%;
  position: sticky;
  top: 15px;
  height: 40px;
}
.voice::-webkit-media-controls-panel {
  background-color: #f9f9f9;
}
.imageAuthor {
  margin: -12px 0 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
}
.simpleTable {
  width: 100%;
  font-family: "SegoeUILight";
}
.simpleTable caption {
  font-size: 20px;
  font-family: arial;
  margin: 15px 0 10px;
  color: #555;
}
.simpleTable tr:nth-child(2n) {
  background-color: #fdfdfd;
}
.simpleTable td,th {
  padding: 7px;
}
.simpleTable th {
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.files p {
  text-align: justify;
  padding: 5px 0px;
  margin: 5px 0;
  font-size: 18px;
}
.files p:hover {
  text-decoration: underline;
}
.files img {
  display: inline-block;
  padding-right: 10px;
  width: 30px;
  vertical-align: middle;
}
.download-files-card {
  margin: 2.5rem 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px -18px rgba(15, 23, 42, .35);
}
.download-files-card__header {
  margin-bottom: 1.75rem;
}
.download-files-card__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.65rem;
  line-height: 1.2;
}
.download-files-card__header p {
  margin: .45rem 0 0;
  color: #64748b;
  font-size: 1.1rem;
}
.download-files-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.download-files-card__grid:last-child {
  margin-bottom: 0;
}
.download-file {
  display: grid;
  grid-template-columns: auto minmax(max-content, 1fr) auto;
  align-items: center;
  gap: 1.45rem;
  min-height: 112px;
  padding: 1.45rem 1.65rem;
  border: 1px solid;
  border-radius: 1rem;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.download-file:hover {
  color: var(--download-file-color);
  transform: translateY(-3px);
  box-shadow: 0 12px 34px -20px currentColor;
}
.download-file--docx {
  --download-file-color: #1d6fe8;
  color: var(--download-file-color);
  background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%);
  border-color: #cfe0ff;
}
.download-file--pdf {
  --download-file-color: #ef3b36;
  color: var(--download-file-color);
  background: linear-gradient(135deg, #fffafa 0%, #fff1f1 100%);
  border-color: #ffd4d4;
}
.download-file--jpg {
  --download-file-color: #18a957;
  color: var(--download-file-color);
  background: linear-gradient(135deg, #f8fffb 0%, #effaf4 100%);
  border-color: #cdebd9;
}
.download-file__icon {
  position: relative;
  display: flex;
  width: 46px;
  height: 58px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: .4rem;
  color: currentColor;
  background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, currentColor 100%);
  border-radius: .35rem;
  border: 1px solid currentColor;
  box-shadow: 0 6px 18px -12px currentColor;
}
.download-file__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 14px solid rgba(255, 255, 255, .92);
  border-left: 14px solid transparent;
  border-radius: 0 .3rem 0 0;
}
.download-file__icon > span:not(.download-file__image-mark) {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}
.download-file__image-mark {
  position: absolute;
  left: .55rem;
  right: .55rem;
  top: .7rem;
  height: 1.05rem;
  border-radius: .25rem;
  background: rgba(255, 255, 255, .5);
}
.download-file__image-mark::before {
  content: "";
  position: absolute;
  left: .28rem;
  top: .28rem;
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
}
.download-file__image-mark::after {
  content: "";
  position: absolute;
  right: .28rem;
  bottom: .22rem;
  width: 1.15rem;
  height: .55rem;
  background: rgba(255, 255, 255, .9);
  clip-path: polygon(0 100%, 42% 25%, 66% 58%, 100% 0, 100% 100%);
}
.download-file--docx .download-file__image-mark, .download-file--pdf .download-file__image-mark {
  display: none;
}
.download-file__body {
  display: grid;
  gap: .35rem;
}
.download-file__body strong {
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1.2;
}
.download-file__body small {
  color: #64748b;
  font-size: .92rem;
  line-height: 1.2;
  white-space: nowrap;
}
.download-file__action {
  display: flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
}
.download-file__action svg {
  width: 1.65rem;
  height: 1.65rem;
}
.linkAnons {
  padding: 0px 10px;
  margin: 30px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 4px 4px #ccc;
}
.linkAnons img {
  display: inline-block;
  padding-right: 10px;
  width: 40px;
  vertical-align: middle;
}
.linkAnons:hover {
  box-shadow: 1px 1px 4px #ccc;
}
.linkAnons a {
  display: flex;
  align-items: center;
}
.linkAnons p {
  text-align: left;
  font-size: 16px;
}
.faq-item {
  margin: .75rem 0;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
}
.faq-item:hover {
  border-color: #bae6fd;
  box-shadow: var(--shadow-card);
}
.question {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #0f172a;
}
.question p {
  max-width: 90%;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.questionButton {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  border-radius: 50%;
  transform: rotate(90deg);
  transition: transform 0.1s linear;
}
.questionButtonRottate {
  transform: rotate(180deg);
}
.answer {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.5;
  border-top: 1px solid #f1f5f9;
  padding-top: 0.75rem;
}
.answer.show {
  display: block;
}
h5 {
  font-size: 18px;
  margin: 30px 0 5px;
  font-family: arial;
}
.linksBarHeader {
  margin: 70px 1px 5px;
  font-family: 'SegoeUILight', Arial, sans-serif;
}
.linkComposition {
  display: flex;
  border-radius: 10px;
  background: #f9f9f9;
  margin: 10px 0;
  padding: 0;
}
.imageContainer {
  width: 200px;
  height: 200px;
  margin-right: 10px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.imageScale {
  width: 200px;
  height: 200px;
  transition: 0.5s;
  object-fit: cover;
}
.linkComposition img {
  margin-right: 15px;
}
.linkComposition p {
  font-size: 22px;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  color: #5d5465;
  overflow-x: hidden;
  width: 100%;
  text-align: center;
  align-content: center;
}
.linkComposition:hover p {
  text-decoration: underline;
}
.linkComposition:hover .imageScale {
  transform: scale(1.1);
}
header {
  display: block;
  min-height: 65px;
  background: rgba(255, 255, 255, .9);
}
.site-header {
  color: var(--foreground);
}
.site-header__inner {
  min-height: 64px;
}
.site-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.site-menu__primary {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.site-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem .75rem;
  color: #475569;
  border-radius: var(--radius-md);
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}
.site-menu__link:hover {
  color: #0f172a;
  background: #f8fafc;
}
.site-menu__link--active {
  color: #fff;
}
.site-menu__link--active:hover {
  color: #fff;
}
.site-menu__link--active[data-category="avto"] {
  background: var(--gradient-avto);
}
.site-menu__link--active[data-category="nedvizhimost"] {
  background: var(--gradient-nedvizhimost);
}
.site-menu__link--active[data-category="dokumenty"] {
  background: var(--gradient-dokumenty);
}
.site-menu__mobile {
  display: none;
}
.site-menu__group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  color: #0f172a;
  border-radius: var(--radius-md);
  font-weight: 800;
  text-decoration: none;
}
.site-menu__group--active .site-menu__group-title {
  color: #fff;
}
.site-menu__group--active[data-category="avto"] .site-menu__group-title {
  background: var(--gradient-avto);
}
.site-menu__group--active[data-category="nedvizhimost"] .site-menu__group-title {
  background: var(--gradient-nedvizhimost);
}
.site-menu__group--active[data-category="dokumenty"] .site-menu__group-title {
  background: var(--gradient-dokumenty);
}
.site-menu__sublist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  padding: .75rem 0 0;
}
.site-menu__sublist a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  padding: .65rem .75rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  font-size: .875rem;
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
}
.site-menu__sublist a:hover {
  color: #0369a1;
  border-color: #bae6fd;
  background: #f0f9ff;
}
.menu-open {
  overflow: hidden;
}
.burger {
  display: none;
  align-self: center;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  cursor: pointer;
}
.menu-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active {
  background-color: transparent;
  transition: background-color 0.1s ease-in, top 0.1s linear 0.1s;
}
.menu-icon.menu-icon-active::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
.menu-icon.menu-icon-active::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
body > nav, body > navRealty, body > navDocuments {
  display: block;
  width: 100%;
  min-height: 310px;
}
body > nav #yandex_rtb, body > navRealty #yandex_rtb, body > navDocuments [id^="yandex_rtb"] {
  min-height: 310px;
}
.navigation {
  display: none;
}
.navigation a {
  color: #000;
  font-size: 14px;
  font-family: "SegoeUI", Arial, sans-serif;
  padding-left: 25px;
  padding-right: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
.navigation a:hover {
  color: #33abab;
}
.navigation div {
  width: 155px;
}
.optional {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.optional a {
  font-family: "SegoeUILight", Arial, sans-serif;
}
.legacy-nav--empty {
  display: none;
}
#ribl, aside {
  width: 100%;
  max-width: 300px;
  max-height: calc(100vh - 6rem);
  padding: 1rem;
  background: #fff;
  position: sticky;
  top: 80px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px -4px #0f172a14;
  overflow-y: hidden;
  transition: box-shadow .25s;
}
#ribl p, aside p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
#ribl:hover, aside:hover {
  box-shadow: 0 12px 40px -8px #0ea5e933;
}
#ribl a:hover, aside a:hover {
  background: #f8fafc;
}
#ribl .qrCode img, aside .qrCode img {
  width: 65%;
  padding: 0;
  margin: auto;
}
#ribl .qrCode:hover, aside .qrCode:hover {
  background: none;
  border: none;
}
#ribl img, aside img {
  display: inline-block;
  padding: 0px 5px 0 0;
  width: 26px;
}
#ribl a, aside a {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  color: #334155;
  width: 100%;
  margin: 0;
  padding: .25rem;
  border-radius: var(--radius-md);
  text-decoration: none;
}
.feedback {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 20px;
  background-color: #fff;
  z-index: 1;
  gap: 8px;
}
.feedback button:hover svg {
  scale: 1.1;
  transition: scale .2s;
}
.feedback-count-like {
  color: #15803d;
}
.feedback-count-dislike {
  color: #be123c;
}
.voted {
  background-color: #e0f2fe !important;
  border-color: #7dd3fc !important;
  cursor: default !important;
}
#ribl a, aside a {
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
}
.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}
.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.menu-r {
  display: inline-block;
  color: #5D372E;
}
.social {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: center;
}
.social img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
}
.footer-recaptcha {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 12px;
}
.footer-policy-link {
  text-decoration: underline;
}
.btn-up {
  position: fixed;
  left: 45px;
  bottom: 0px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  transition: background-color 2s linear 0s;
  z-index: 1;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #06b6d4 100%);
}
.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.btn-up_hide {
  display: none;
}
.btn-up:hover {
  filter: brightness(0.9);
}
#adfinity-overlay-substrate {
  display: none;
  width: 100%;
  height: 250px;
  background: #fff;
}
@media screen and (max-width: 639px) {
  :where(main) p {
    font-size: 18px;
    text-align: left;
  }
  :where(main) .numeric li {
    padding: 0;
  }
  :where(main) ul {
    margin: 10px 0;
  }
  :where(main) li {
    letter-spacing: 0.5px;
  }
  .burger {
    display: flex;
  }
  .site-brand__text {
    max-width: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-menu {
    position: fixed;
    inset: 64px 0 auto 0;
    display: block;
    max-height: calc(100vh - 64px);
    padding: .75rem 1rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 24px 48px -24px #0f172a40;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.75rem);
    transition: opacity .18s ease, transform .18s ease;
  }
  .site-menu--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-menu__primary {
    display: none;
  }
  .site-menu__mobile {
    display: grid;
    gap: 1rem;
  }
  .site-menu__group {
    padding: .75rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
  }
  .site-menu__sublist {
    grid-template-columns: 1fr;
  }
  .imageContainer {
    width: 150px;
    height: 150px;
  }
  .imageScale {
    width: 150px;
    height: 150px;
  }
  .linkComposition p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .content {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 1024px) {
  .site-menu__link {
    padding-inline: .6rem;
  }
  #asside {
    display: none;
  }
  #ribl, aside {
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0 2%;
    position: sticky;
    bottom: 20px;
    height: 64px;
    max-height: 64px;
    overflow-y: visible;
  }
  #ribl .qrCode, aside .qrCode {
    display: none;
  }
  footer {
    margin-top: 370px;
  }
  #adfinity-overlay-substrate {
    position: absolute;
    display: block;
  }
  .btn-up::before {
    width: 25px;
    height: 25px;
  }
  .btn-up {
    position: fixed;
    bottom: 29px;
    border-radius: 0.75rem;
    width: 60px;
    height: 46px;
    transition: background-color 2s linear 0s;
    z-index: 1;
  }
  .feedback {
    justify-content: flex-end;
  }
  .navigation {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .headerCenter {
    width: 100%;
  }
  footer {
    flex-direction: column;
  }
}
.adaperio {
  margin: 0 auto;
  display: block;
  width: 728px;
  height: 90px;
  border: 1px solid #aaa;
  background-repeat: no-repeat;
}
.adaperio:hover {
  cursor: pointer;
}
.anchors {
  padding: 2.75rem 1.25rem 1rem;
  margin: 2rem 0;
  width: 100%;
  position: relative;
  max-width: 42rem;
  background: #f8fafc;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}
.anchors a {
  color: inherit;
}
.anchors a:hover {
  text-decoration: underline;
}
.anchors li {
  list-style-type: disc;
  list-style-position: outside;
  color: #2563eb;
  margin: 5px 0 5px 20px;
  font-size: 16px;
  line-height: 1.45;
}
.breadCrumbs {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0;
  position: absolute;
  top: 15px;
}
.breadCrumbs li {
  list-style-type: none;
  display: inline-block;
  color: #000;
  margin: 0;
  font-size: 11px;
}
.anchors a {
  text-decoration: none;
}
.anchors .subheader {
  font-family: "SegoeUI", Arial, sans-serif;
  list-style-type: none;
  font-size: 18px;
  color: #333;
  margin-left: 0;
}
.anchors .content-title {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  padding: 0;
}
.videoImage {
  width: 70%;
  display: block;
  margin: 2% auto;
}
.backSide {
  font-family: var(--font-serif);
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  border-radius: 0 .75rem .75rem 0;
  padding: 1.25rem;
  font-style: italic;
  line-height: 1.65;
  margin-block: 1.25rem;
}
.backSide h5, .backSide h4, .backSide h3 {
  margin-top: 10px;
}
.articleUpInfo {
  margin-bottom: 30px;
}
.articleUpInfo p {
  margin: 0;
  padding-top: 3px;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
h1:has(+ .articleUpInfo) {
  margin: 0px 0 5px;
}
.articleInfo {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(15, 23, 42, .55);
}
.popup[hidden] {
  display: none;
}
.popup-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 48rem);
}
.popup-content a {
  color: inherit;
  text-decoration: none;
}
.popup-menu {
  height: 100%;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform .2s, box-shadow .2s;
}
.popup-menu:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}
.popup-menu p {
  margin: 0 0 .75rem;
  color: var(--foreground);
  font-weight: 700;
  line-height: 1.35;
}
.popup-menu img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}
.articleInfo p {
  color: #999;
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 2px 0;
}
.articleInfo b {
  color: #475569;
  background: #f1f5f9;
  border-radius: 9999px;
  padding: .2rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}
.articleInfo a {
  color: #777;
  text-decoration: none;
}
.articleInfo a:hover {
  text-decoration: underline;
  color: #aaa;
}
.author {
  display: flex;
  box-shadow: 0px 0px 5px #cccccc;
  border-radius: 5px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 30px;
}
.authorPhoto {
  display: contents;
}
.authorName {
  border-bottom: 1px solid;
  margin: 8px 0 0;
  padding: 5px 0;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
}
.authorName span {
  font-size: 18px;
}
.authorTitle {
  font-size: 13px;
  font-style: italic;
  padding: 0;
  margin: 0;
  text-align: right;
}
.authorDescription {
  text-align: left;
  line-height: 1.3;
}
.socialAbout p {
  text-align: justify;
  padding: 5px 0px;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 700;
}
.socialAbout p:hover {
  text-decoration: underline;
}
.socialAbout img {
  display: inline-block;
  padding-right: 10px;
  width: 40px;
  vertical-align: middle;
  margin: 5px;
}
.textt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 155px);
}
.price {
  background-color: #bda;
  color: #5D372E;
  padding: 3px 7px;
  font-size: 16px;
  border-radius: 5px;
}
@media screen and (max-width: 1440px) {
  .adaperio {
    width: 500px;
    height: 145px;
  }
  .topTable {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 1000px) {
  .adaperio {
    width: 300px;
    height: 300px;
  }
  .download-files-card__grid {
    grid-template-columns: 1fr;
  }
  .catalog-hero h1 {
    font-size: 3.35rem;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .leftTextImage, .rightTextImage {
    width: 100%;
    margin: 10px 0 20px;
  }
  .topTable {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .download-files-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .download-files-card__header h2 {
    font-size: 1.35rem;
  }
  .download-files-card__header p {
    font-size: 1rem;
  }
  .download-file {
    gap: .9rem;
    min-height: 96px;
    padding: 1rem;
  }
  .download-file__icon {
    width: 44px;
    height: 56px;
  }
  .download-file__body strong {
    font-size: 1.1rem;
  }
  .download-file__body small {
    font-size: .9rem;
  }
  .download-file__action {
    width: 2rem;
    height: 2rem;
  }
  .catalog-hero {
    padding: 72px 18px 76px;
  }
  .catalog-hero h1 {
    font-size: 2.35rem;
  }
  .catalog-hero p {
    font-size: 1rem;
  }
  .catalog-hero__actions, .catalog-hero__actions .btn-primary, .catalog-hero__actions .btn-ghost {
    width: 100%;
  }
  .catalog-main {
    padding: 44px 18px 64px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .catalog-card {
    min-height: 0;
  }
  :where(main) h1 {
    font-size: 30px;
  }
  :where(main) h2 {
    font-size: 28px;
  }
  :where(main) h3 {
    font-size: 26px;
  }
  :where(main) h4 {
    font-size: 24px;
  }
  :where(main) h5 {
    font-size: 20px;
  }
  header b {
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 26px;
  }
  header span {
    letter-spacing: 0px;
  }
  .navigation {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: fixed;
    border: none;
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 0.2s ease-in, visibility 0s ease-in 0.1s;
    left: calc(100% + 15px);
    top: 80px;
    z-index: 3;
    visibility: hidden;
  }
  .navigation div {
    background: #fff;
    width: 100%;
  }
  .navigation a {
    color: #000;
  }
  body > nav, body > navRealty, body > navDocuments {
    min-height: 0;
  }
  body > nav #yandex_rtb, body > navRealty #yandex_rtb, body > navDocuments [id^="yandex_rtb"] {
    min-height: 0;
  }
  .subMenu {
    display: block;
    position: relative;
    margin-left: 20px;
  }
  .optional {
    padding-bottom: 100px;
  }
  .videoImage {
    width: 100%;
  }
  .frame {
    max-width: 100%;
    padding-bottom: 56.25%;
  }
  .articleInfo {
    gap: 0;
    flex-direction: column;
  }
  .popup-content {
    grid-template-columns: 1fr;
  }
}
[data-animate] {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  will-change: transform, opacity;
}
[data-animate="fade-up"] {
  transform: translateY(60px);
}
[data-animate="fade-left"] {
  transform: translateX(-30px);
}
[data-animate="fade-right"] {
  transform: translateX(30px);
}
[data-animate="zoom"] {
  transform: scale(0.95);
}
[data-animate].active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
[data-delay="100"] {
  transition-delay: 0.1s;
}
[data-delay="200"] {
  transition-delay: 0.2s;
}
[data-delay="300"] {
  transition-delay: 0.3s;
}
[data-delay="500"] {
  transition-delay: 0.5s;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
