/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter","Avenir Next","Segoe UI",Helvetica,Arial,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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);
    --color-primary: #315cf5;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --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: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --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: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :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;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .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-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: #f5f7fb;
    color: #0d182b;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,select,textarea {
    font: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ::selection {
    background: #d7e0ff;
    color: #0d182b;
  }
  :focus-visible {
    outline: 3px solid rgba(49,92,245,.34);
    outline-offset: 3px;
  }
  h1,h2,h3,h4 {
    font-weight: 800;
  }
}
@layer components {
  .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .ron-skip {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 9999;
    padding: .75rem 1rem;
    border-radius: .6rem;
    background: #fff;
    color: #0d182b;
    font-weight: 800;
    box-shadow: 0 8px 30px rgba(13,24,43,.18);
  }
  .ron-skip:focus {
    top: 1rem;
  }
  .ron-container {
    width: min(calc(100% - 2.5rem),82rem);
    margin-inline: auto;
  }
  .ron-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    min-height: 3.25rem;
    padding: .8rem 1.25rem;
    border: 0;
    border-radius: .8rem;
    background: #315cf5;
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: -.01em;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(49,92,245,.2);
    transition: transform .2s ease,background .2s ease,box-shadow .2s ease;
  }
  .ron-button:hover {
    background: #2345c9;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(49,92,245,.28);
  }
  .ron-button span {
    font-size: 1.2rem;
  }
  .ron-text-link {
    font-size: .85rem;
    font-weight: 800;
    color: #34445c;
    border-bottom: 1px solid #9ba8b9;
  }
  .ron-text-link:hover {
    color: #315cf5;
    border-color: #315cf5;
  }
  .ron-topbar {
    position: relative;
    z-index: 61;
    background: #0d182b;
    color: #fff;
  }
  .ron-topbar>.ron-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.35rem;
  }
  .ron-topbar span,.ron-topbar a {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .01em;
  }
  .ron-topbar span {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255,255,255,.78);
  }
  .ron-topbar span i {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #56d9aa;
    box-shadow: 0 0 0 4px rgba(86,217,170,.12);
  }
  .ron-topbar nav {
    display: flex;
    gap: 1.4rem;
    color: rgba(255,255,255,.68);
  }
  .ron-topbar a:hover {
    color: #fff;
  }
  .ron-header {
    position: sticky;
    top: 0;
    z-index: 60;
    border-bottom: 1px solid rgba(213,222,234,.92);
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(18px);
  }
  .ron-header-row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 4.9rem;
  }
  .ron-logo {
    display: inline-flex;
    align-items: center;
    flex: none;
  }
  .ron-logo img,.ron-logo svg {
    display: block;
    width: 10.5rem;
    height: auto;
  }
  .ron-head-search {
    position: relative;
    flex: 1;
    max-width: 27rem;
  }
  .ron-head-search svg {
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 1rem;
    transform: translateY(-50%);
    fill: none;
    stroke: #718098;
    stroke-width: 2;
    stroke-linecap: round;
  }
  .ron-head-search input,.ron-mobile-search input {
    width: 100%;
    height: 2.8rem;
    border: 1px solid #d5dde8;
    border-radius: .8rem;
    background: #f7f9fc;
    color: #0d182b;
    padding: 0 1rem 0 2.75rem;
    outline: none;
  }
  .ron-head-search input:focus,.ron-mobile-search input:focus {
    border-color: #315cf5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49,92,245,.09);
  }
  .ron-nav {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-left: auto;
  }
  .ron-nav a {
    position: relative;
    padding: .35rem 0;
    color: #44536a;
    font-size: .78rem;
    font-weight: 760;
    white-space: nowrap;
  }
  .ron-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: #315cf5;
    transition: right .2s ease;
  }
  .ron-nav a:hover {
    color: #315cf5;
  }
  .ron-nav a:hover:after {
    right: 0;
  }
  .ron-nav .ron-nav-support {
    padding: .55rem .8rem;
    border: 1px solid #d5dde8;
    border-radius: .65rem;
  }
  .ron-nav .ron-nav-support:after {
    display: none;
  }
  .ron-cart {
    position: relative;
    display: flex;
    align-items: center;
    gap: .4rem;
    flex: none;
    min-height: 2.8rem;
    padding: 0 .75rem;
    border: 1px solid #d5dde8;
    border-radius: .8rem;
    background: #fff;
  }
  .ron-cart:hover {
    border-color: #aebbd0;
    background: #f7f9ff;
  }
  .ron-cart svg {
    width: 1.2rem;
    fill: none;
    stroke: #17243a;
    stroke-width: 1.8;
  }
  .ron-cart-label {
    font-size: .75rem;
    font-weight: 800;
  }
  .ron-cart-count {
    display: grid;
    place-items: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 .25rem;
    border-radius: 999px;
    background: #315cf5;
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
  }
  .ron-menu-toggle,.ron-mobile-search {
    display: none;
  }
  .ron-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dce3ed;
    background: #fff;
  }
  .ron-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 3% 10%,rgba(49,92,245,.1),transparent 28rem),radial-gradient(circle at 92% 90%,rgba(17,155,120,.08),transparent 28rem),linear-gradient(rgba(13,24,43,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(13,24,43,.022) 1px,transparent 1px);
    background-size: auto,auto,3.8rem 3.8rem,3.8rem 3.8rem;
  }
  .ron-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .95fr;
    align-items: center;
    gap: 4.5rem;
    padding-block: 5.2rem 5.5rem;
  }
  .ron-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .4rem .7rem;
    border: 1px solid #cbd9ef;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    color: #37516f;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .ron-eyebrow i {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #119b78;
  }
  .ron-hero h1 {
    max-width: 48rem;
    margin: 1.3rem 0 0;
    font-size: clamp(3rem,5.6vw,5.55rem);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.065em;
  }
  .ron-hero h1 em {
    display: inline-block;
    color: #315cf5;
    font-style: normal;
  }
  .ron-hero-copy>p {
    max-width: 43rem;
    margin: 1.45rem 0 0;
    color: #596880;
    font-size: 1.06rem;
    line-height: 1.8;
  }
  .ron-hero-actions {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    margin-top: 1.75rem;
  }
  .ron-hero-search {
    position: relative;
    max-width: 42rem;
    margin-top: 2rem;
  }
  .ron-hero-search svg {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    width: 1.05rem;
    transform: translateY(-50%);
    fill: none;
    stroke: #738096;
    stroke-width: 2;
    stroke-linecap: round;
  }
  .ron-hero-search input {
    width: 100%;
    height: 3.55rem;
    border: 1px solid #cbd6e5;
    border-radius: .9rem;
    background: #fff;
    padding: 0 7.4rem 0 3rem;
    outline: none;
    box-shadow: 0 14px 40px rgba(13,24,43,.07);
  }
  .ron-hero-search input:focus {
    border-color: #315cf5;
    box-shadow: 0 0 0 4px rgba(49,92,245,.09),0 14px 40px rgba(13,24,43,.07);
  }
  .ron-hero-search button {
    position: absolute;
    right: .35rem;
    top: .35rem;
    height: 2.85rem;
    border: 0;
    border-radius: .65rem;
    background: #0d182b;
    color: #fff;
    padding: 0 1.35rem;
    font-size: .8rem;
    font-weight: 800;
    cursor: pointer;
  }
  .ron-hero-search button:hover {
    background: #315cf5;
  }
  .ron-popular {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1.05rem;
    margin-top: .9rem;
    color: #63728a;
    font-size: .75rem;
    font-weight: 700;
  }
  .ron-popular span {
    color: #98a2b2;
  }
  .ron-popular a:hover {
    color: #315cf5;
  }
  .ron-hero-product {
    position: relative;
    padding: 1.1rem;
    border: 1px solid #cad5e6;
    border-radius: 1.7rem;
    background: rgba(255,255,255,.76);
    box-shadow: 0 32px 90px rgba(35,61,109,.16);
    backdrop-filter: blur(12px);
  }
  .ron-hero-product:before {
    content: "";
    position: absolute;
    inset: 1rem -.8rem -1rem .8rem;
    z-index: -1;
    border-radius: 1.7rem;
    background: #dfe7fb;
  }
  .ron-hero-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .35rem .35rem 1rem;
    color: #758198;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .ron-hero-product-head strong {
    color: #0d182b;
    letter-spacing: 0;
    text-transform: none;
  }
  .ron-hero-window {
    overflow: hidden;
    border: 1px solid #dbe2ec;
    border-radius: 1.2rem;
    background: #fff;
  }
  .ron-hero-window-top {
    display: flex;
    align-items: center;
    gap: .36rem;
    height: 2.1rem;
    padding: 0 .8rem;
    border-bottom: 1px solid #e4e9f0;
    background: #f7f9fc;
  }
  .ron-hero-window-top>span {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #cfd6e1;
  }
  .ron-hero-window-top span:first-child {
    background: #ff6b67;
  }
  .ron-hero-window-top span:nth-child(2) {
    background: #f6c34d;
  }
  .ron-hero-window-top span:nth-child(3) {
    background: #40c988;
  }
  .ron-hero-window-top small {
    margin-left: auto;
    color: #8b96a8;
    font-size: .55rem;
  }
  .ron-hero-window-body {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    min-height: 25.5rem;
  }
  .ron-demo-cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.2rem;
    background: linear-gradient(150deg,#172441,#315cf5);
    color: #fff;
  }
  .ron-demo-cover img,.ron-demo-cover svg {
    width: 3.25rem;
  }
  .ron-demo-cover span {
    max-width: 8rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
  }
  .ron-demo-details {
    padding: 1.35rem;
  }
  .ron-demo-details>small {
    color: #315cf5;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .ron-demo-details h2 {
    margin: .5rem 0 1rem;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: -.035em;
  }
  .ron-demo-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
  }
  .ron-demo-specs>div {
    min-height: 4rem;
    padding: .65rem;
    border: 1px solid #e0e6ee;
    border-radius: .65rem;
    background: #f8faff;
  }
  .ron-demo-specs span,.ron-demo-specs b {
    display: block;
  }
  .ron-demo-specs span {
    color: #7a8699;
    font-size: .55rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .ron-demo-specs b {
    margin-top: .2rem;
    font-size: .68rem;
  }
  .ron-demo-delivery {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .85rem;
    padding: .75rem;
    border-radius: .7rem;
    background: #edf9f5;
  }
  .ron-demo-delivery i {
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #119b78;
    color: #fff;
    font-style: normal;
    font-size: .7rem;
  }
  .ron-demo-delivery strong,.ron-demo-delivery small {
    display: block;
  }
  .ron-demo-delivery strong {
    font-size: .65rem;
  }
  .ron-demo-delivery small {
    margin-top: .1rem;
    color: #68798c;
    font-size: .52rem;
  }
  .ron-hero-proof {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .95rem .35rem .15rem;
    color: #58667c;
    font-size: .62rem;
    font-weight: 750;
  }
  .ron-hero-proof i {
    color: #119b78;
    font-style: normal;
  }
  .ron-trust {
    border-bottom: 1px solid #dce3ed;
    background: #f7f9fc;
  }
  .ron-trust>.ron-container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-block: .9rem;
  }
  .ron-trust .ron-container>div {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .7rem 1rem;
    border-right: 1px solid #dde4ed;
  }
  .ron-trust .ron-container>div:last-child {
    border-right: 0;
  }
  .ron-trust b {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .62rem;
    background: #fff;
    color: #315cf5;
    font-size: .62rem;
    box-shadow: 0 5px 15px rgba(13,24,43,.07);
  }
  .ron-trust strong,.ron-trust small {
    display: block;
  }
  .ron-trust strong {
    font-size: .78rem;
  }
  .ron-trust small {
    margin-top: .12rem;
    color: #77849a;
    font-size: .65rem;
  }
  .ron-section {
    padding-block: 5.2rem;
  }
  .ron-section-white {
    border-block: 1px solid #dde4ed;
    background: #fff;
  }
  .ron-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
  .ron-section-head>div>span,.ron-delivery-intro>span,.ron-business>div>span,.ron-info-heading>span,.ron-shop-header>div>span,.ron-page-header>span {
    color: #315cf5;
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .ron-section-head h2,.ron-delivery h2,.ron-business h2,.ron-info-heading h2 {
    margin: .7rem 0 0;
    font-size: clamp(2rem,3.8vw,3.2rem);
    line-height: 1.06;
    letter-spacing: -.05em;
  }
  .ron-section-head p {
    max-width: 45rem;
    margin: .8rem 0 0;
    color: #66748b;
    font-size: .88rem;
    line-height: 1.75;
  }
  .ron-section-head>a {
    flex: none;
    color: #315cf5;
    font-size: .8rem;
    font-weight: 850;
  }
  .ron-brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  .ron-brand-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.2rem;
    padding: 1.25rem;
    border: 1px solid #dce3ed;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 8px 28px rgba(13,24,43,.035);
    transition: .2s ease;
  }
  .ron-brand-card:hover {
    transform: translateY(-3px);
    border-color: var(--brand);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb,var(--brand),#fff 60%);
    }
    box-shadow: 0 18px 42px rgba(13,24,43,.08);
  }
  .ron-brand-letter {
    display: grid;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: var(--brand);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb,var(--brand),#fff 88%);
    }
    color: var(--brand);
    font-size: 1.2rem;
    font-weight: 850;
  }
  .ron-brand-card h3 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: -.025em;
  }
  .ron-brand-card p {
    margin: .25rem 0 0;
    color: #6c7890;
    font-size: .76rem;
  }
  .ron-brand-card>b {
    color: var(--brand);
    font-size: 1.15rem;
  }
  .ron-products,.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1.1rem !important;
    margin: 2rem 0 0 !important;
    padding: 0 !important;
  }
  .ron-products:before,.ron-products:after,.woocommerce ul.products:before,.woocommerce ul.products:after {
    display: none !important;
  }
  .ron-products li.product,.woocommerce ul.products li.product {
    position: relative;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: .7rem !important;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 8px 28px rgba(13,24,43,.035);
    transition: transform .22s ease,box-shadow .22s ease,border .22s ease;
  }
  .ron-products li.product:hover,.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    border-color: #c8d4e5;
    box-shadow: 0 20px 46px rgba(13,24,43,.095);
  }
  .ron-cover {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg,var(--cover-a),var(--cover-b));
    color: #fff;
  }
  .ron-cover-glow {
    position: absolute;
    right: -18%;
    top: -20%;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    filter: blur(20px);
  }
  .ron-cover-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1/1;
    padding: 1rem;
    border-radius: .85rem;
  }
  .ron-cover-top {
    position: relative;
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .ron-cover-icon {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: .65rem;
    background: rgba(255,255,255,.15);
    font-size: .85rem;
  }
  .ron-cover-name {
    position: relative;
    max-width: 95%;
    font-size: clamp(1rem,1.3vw,1.25rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.04em;
  }
  .ron-cover-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: .4rem;
    color: rgba(255,255,255,.72);
    font-size: .48rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .woocommerce span.onsale {
    z-index: 4 !important;
    left: auto !important;
    right: 1.1rem !important;
    top: 1.1rem !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: .4rem .55rem !important;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px !important;
    background: #0d182b !important;
    color: #fff !important;
    font-size: .58rem !important;
    line-height: 1 !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.45rem;
    padding: .8rem .35rem .3rem !important;
    color: #17243a;
    font-size: .84rem !important;
    font-weight: 760 !important;
    line-height: 1.42 !important;
    letter-spacing: -.015em;
  }
  .ron-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    padding: 0 .35rem .6rem;
  }
  .ron-card-specs span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .25rem .4rem;
    border-radius: .35rem;
    background: #f0f3f8;
    color: #647188;
    font-size: .55rem;
    font-weight: 750;
  }
  .woocommerce ul.products li.product .price {
    display: block;
    padding: 0 .35rem;
    color: #0d182b !important;
    font-size: 1.12rem !important;
    font-weight: 850 !important;
  }
  .woocommerce ul.products li.product .price del {
    color: #8b96a8 !important;
    font-size: .68rem !important;
    font-weight: 600;
  }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
  }
  .woocommerce ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    margin: .8rem .35rem .25rem !important;
    padding: .6rem .7rem !important;
    border-radius: .65rem !important;
    background: #315cf5 !important;
    color: #fff !important;
    font-size: .67rem !important;
    font-weight: 800 !important;
  }
  .woocommerce ul.products li.product .button:hover {
    background: #2345c9 !important;
  }
  .woocommerce ul.products li.product .added_to_cart {
    display: block;
    padding: .25rem .35rem;
    color: #119b78;
    font-size: .65rem;
    font-weight: 800;
    text-align: center;
  }
  .ron-delivery {
    background: #0d182b;
    color: #fff;
  }
  .ron-delivery>.ron-container {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    align-items: center;
    gap: 5rem;
    padding-block: 5rem;
  }
  .ron-delivery-intro>span {
    color: #69dbb8;
  }
  .ron-delivery-intro p {
    margin: 1rem 0;
    color: rgba(255,255,255,.65);
    font-size: .9rem;
    line-height: 1.8;
  }
  .ron-delivery-intro>a {
    color: #8ce6cb;
    font-size: .8rem;
    font-weight: 800;
  }
  .ron-delivery ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ron-delivery li {
    display: flex;
    gap: 1rem;
    min-height: 10rem;
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1rem;
    background: rgba(255,255,255,.045);
  }
  .ron-delivery li>b {
    color: #68dbb8;
    font-size: .65rem;
  }
  .ron-delivery li strong {
    font-size: .86rem;
  }
  .ron-delivery li p {
    margin: .45rem 0 0;
    color: rgba(255,255,255,.58);
    font-size: .72rem;
    line-height: 1.65;
  }
  .ron-business {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 2.8rem 3rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg,#315cf5,#6a57e8);
    color: #fff;
    box-shadow: 0 28px 60px rgba(49,92,245,.24);
  }
  .ron-business>div>span {
    color: rgba(255,255,255,.72);
  }
  .ron-business h2 {
    font-size: clamp(2rem,3.5vw,3rem);
  }
  .ron-business p {
    max-width: 38rem;
    margin: .7rem 0 0;
    color: rgba(255,255,255,.72);
  }
  .ron-business>div:last-child {
    display: grid;
    justify-items: end;
    gap: .7rem;
    flex: none;
  }
  .ron-button-light {
    background: #fff;
    color: #2345c9;
    box-shadow: none;
  }
  .ron-button-light:hover {
    background: #f2f5ff;
    color: #1f3daf;
  }
  .ron-business small {
    color: rgba(255,255,255,.7);
    font-size: .65rem;
  }
  .ron-footer {
    margin-top: 0;
    background: #0b1425;
    color: #fff;
  }
  .ron-footer-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding-block: 2.4rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .ron-footer-lead>div:first-child>span {
    color: #75dec0;
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .ron-footer-lead h2 {
    margin: .5rem 0 0;
    font-size: 1.65rem;
    letter-spacing: -.04em;
  }
  .ron-footer-lead>div:last-child {
    display: grid;
    justify-items: end;
  }
  .ron-footer-lead a {
    font-size: .82rem;
    font-weight: 750;
    color: rgba(255,255,255,.82);
  }
  .ron-footer-lead small {
    margin-top: .25rem;
    color: rgba(255,255,255,.45);
    font-size: .62rem;
  }
  .ron-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3,1fr);
    gap: 3rem;
    padding-block: 3.3rem;
  }
  .ron-logo-inverse img,.ron-logo-inverse svg {
    width: 10.8rem;
  }
  .ron-footer-brand>p {
    max-width: 25rem;
    margin: 1.2rem 0;
    color: rgba(255,255,255,.57);
    font-size: .76rem;
    line-height: 1.75;
  }
  .ron-footer h3 {
    margin: 0 0 1rem;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: rgba(255,255,255,.9);
  }
  .ron-footer-grid>div:not(:first-child)>a {
    display: block;
    margin-top: .65rem;
    color: rgba(255,255,255,.56);
    font-size: .72rem;
  }
  .ron-footer-grid a:hover {
    color: #fff !important;
  }
  .ron-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
  }
  .ron-footer-trust span {
    padding: .35rem .5rem;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: .45rem;
    color: rgba(255,255,255,.65);
    font-size: .58rem;
    font-weight: 750;
  }
  .ron-footer-company {
    border-top: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: rgba(0,0,0,.1);
  }
  .ron-footer-company>.ron-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-block: 1.15rem;
  }
  .ron-footer-company div>div {
    display: flex;
    gap: 1rem;
    color: rgba(255,255,255,.48);
    font-size: .62rem;
  }
  .ron-footer-company strong {
    color: rgba(255,255,255,.75);
  }
  .ron-footer-bottom>.ron-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-block: 1.15rem;
    color: rgba(255,255,255,.4);
    font-size: .6rem;
  }
  .ron-product-main {
    min-height: 70vh;
    padding-block: 1.25rem 4rem;
  }
  .ron-breadcrumbs {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-block: .75rem;
    color: #7b8799;
    font-size: .7rem;
  }
  .ron-breadcrumbs a:hover {
    color: #315cf5;
  }
  .ron-product-stage {
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr);
    gap: 4.3rem;
    align-items: start;
    padding-block: 1.2rem 4rem;
  }
  .ron-product-media {
    position: sticky;
    top: 7.5rem;
  }
  .ron-product-cover-wrap {
    padding: 1rem;
    border: 1px solid #dce3ed;
    border-radius: 1.45rem;
    background: #fff;
    box-shadow: 0 14px 45px rgba(13,24,43,.07);
  }
  .ron-cover-single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1/1;
    padding: 2.25rem;
    border-radius: 1rem;
  }
  .ron-cover-single .ron-cover-top {
    font-size: .9rem;
  }
  .ron-cover-single .ron-cover-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    font-size: 1.25rem;
  }
  .ron-cover-single .ron-cover-name {
    max-width: 90%;
    font-size: clamp(2rem,4vw,3.35rem);
    line-height: 1.03;
  }
  .ron-cover-single .ron-cover-bottom {
    font-size: .62rem;
  }
  .ron-media-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    margin-top: .8rem;
    padding: .8rem;
    border: 1px solid #dce3ed;
    border-radius: .8rem;
    background: #fff;
  }
  .ron-media-note svg {
    width: 1.3rem;
    fill: none;
    stroke: #315cf5;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .ron-media-note strong,.ron-media-note small {
    display: block;
  }
  .ron-media-note strong {
    font-size: .73rem;
  }
  .ron-media-note small {
    color: #7c889b;
    font-size: .61rem;
  }
  .ron-product-buy {
    padding: 1.4rem 0;
  }
  .ron-product-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .ron-vendor {
    color: #315cf5;
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .14em;
  }
  .ron-stock {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #6c788c;
    font-size: .66rem;
    font-weight: 750;
  }
  .ron-stock i {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #9ca6b5;
  }
  .ron-stock.is-stock i {
    background: #16a174;
    box-shadow: 0 0 0 4px rgba(22,161,116,.11);
  }
  .ron-product-buy h1 {
    max-width: 46rem;
    margin: 1rem 0 0;
    font-size: clamp(2.35rem,4vw,4.2rem);
    line-height: 1.02;
    letter-spacing: -.058em;
  }
  .ron-product-intro {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: #65738a;
    font-size: .9rem;
    line-height: 1.75;
  }
  .ron-short-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    margin-top: 1.4rem;
  }
  .ron-short-spec {
    min-height: 4.4rem;
    padding: .8rem .9rem;
    border: 1px solid #dce3ed;
    border-radius: .8rem;
    background: #fff;
  }
  .ron-short-spec span,.ron-short-spec strong {
    display: block;
  }
  .ron-short-spec span {
    color: #7b879a;
    font-size: .58rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .ron-short-spec strong {
    margin-top: .3rem;
    font-size: .76rem;
    line-height: 1.35;
  }
  .ron-short-note {
    margin: .65rem 0 0;
    color: #748095;
    font-size: .67rem;
  }
  .ron-price-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1.4rem;
    padding: 1.1rem 0;
    border-top: 1px solid #dce3ed;
    border-bottom: 1px solid #dce3ed;
  }
  .ron-price-block>div>span {
    display: block;
    color: #7b8799;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .ron-product-price {
    margin-top: .1rem;
    color: #0d182b;
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: -.04em;
  }
  .ron-product-price del {
    color: #909aaa;
    font-size: .85rem;
    font-weight: 600;
  }
  .ron-product-price ins {
    text-decoration: none;
  }
  .ron-price-block>small {
    max-width: 12rem;
    color: #7a869a;
    font-size: .62rem;
    text-align: right;
  }
  .ron-purchase-form {
    margin-top: 1rem;
  }
  .ron-purchase-form form.cart {
    display: flex;
    gap: .7rem !important;
    margin: 0 !important;
  }
  .ron-purchase-form .quantity .qty {
    width: 4.3rem;
    height: 3.45rem;
    border: 1px solid #cdd6e3;
    border-radius: .7rem;
    background: #fff;
    font-weight: 750;
  }
  .ron-purchase-form button.single_add_to_cart_button {
    flex: 1;
    min-height: 3.45rem !important;
    border-radius: .7rem !important;
    background: #315cf5 !important;
    color: #fff !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
  }
  .ron-purchase-form button.single_add_to_cart_button:hover {
    background: #2345c9 !important;
  }
  .ron-buy-assurance {
    display: grid;
    gap: .6rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
  }
  .ron-buy-assurance li {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .65rem .75rem;
    border-radius: .7rem;
    background: #edf8f4;
  }
  .ron-buy-assurance li>i {
    display: grid;
    place-items: center;
    flex: none;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #119b78;
    color: #fff;
    font-size: .65rem;
    font-style: normal;
  }
  .ron-buy-assurance strong,.ron-buy-assurance small {
    display: block;
  }
  .ron-buy-assurance strong {
    font-size: .7rem;
  }
  .ron-buy-assurance small {
    margin-top: .08rem;
    color: #6b7a8e;
    font-size: .58rem;
  }
  .ron-product-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .9rem;
    color: #8a95a6;
    font-size: .62rem;
  }
  .ron-product-meta a {
    color: #315cf5;
    font-weight: 800;
  }
  .ron-product-information {
    padding-block: 4.5rem;
    border-top: 1px solid #dce3ed;
  }
  .ron-info-heading {
    max-width: 48rem;
  }
  .ron-info-heading>p {
    color: #68758c;
    line-height: 1.8;
  }
  .ron-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  .ron-info-card {
    min-height: 20rem;
    padding: 1.6rem;
    border: 1px solid #dce3ed;
    border-radius: 1.2rem;
    background: #fff;
  }
  .ron-info-card-primary {
    background: #0d182b;
    color: #fff;
  }
  .ron-info-card>b {
    color: #315cf5;
    font-size: .65rem;
  }
  .ron-info-card-primary>b {
    color: #6edbbb;
  }
  .ron-info-card h3 {
    margin: 2.8rem 0 1rem;
    font-size: 1.25rem;
    letter-spacing: -.03em;
  }
  .ron-info-card ul {
    display: grid;
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ron-info-card li {
    position: relative;
    padding-left: 1rem;
    color: #65738a;
    font-size: .76rem;
    line-height: 1.65;
  }
  .ron-info-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .58rem;
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: #315cf5;
  }
  .ron-info-card-primary li {
    color: rgba(255,255,255,.66);
  }
  .ron-info-card-primary li:before {
    background: #65d7b5;
  }
  .ron-info-card dl {
    margin: 0;
  }
  .ron-info-card dl>div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    border-bottom: 1px solid #e0e6ef;
    font-size: .73rem;
  }
  .ron-info-card dt {
    color: #7a8699;
  }
  .ron-info-card dd {
    margin: 0;
    font-weight: 750;
    text-align: right;
  }
  .ron-info-card>p {
    color: #65738a;
    font-size: .78rem;
    line-height: 1.75;
  }
  .ron-info-links {
    display: grid;
    gap: .45rem;
    margin-top: 1rem;
  }
  .ron-info-links a {
    color: #315cf5;
    font-size: .7rem;
    font-weight: 800;
  }
  .ron-trademark-note {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
    padding: 1.2rem 1.5rem;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    background: #f8faff;
  }
  .ron-trademark-note strong {
    flex: none;
    font-size: .7rem;
  }
  .ron-trademark-note p {
    margin: 0;
    color: #6f7b8f;
    font-size: .66rem;
    line-height: 1.7;
  }
  .ron-related {
    padding-block: 4rem;
    border-top: 1px solid #dce3ed;
  }
  .ron-mobile-buy {
    display: none;
  }
  .ron-shop-main {
    min-height: 70vh;
    padding-block: 3.5rem 5rem;
  }
  .ron-shop-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    padding: 2.2rem 2.5rem;
    border-radius: 1.4rem;
    background: #0d182b;
    color: #fff;
  }
  .ron-shop-header>div>span {
    color: #70dbba;
  }
  .ron-shop-header h1 {
    margin: .5rem 0 0;
    font-size: clamp(2.8rem,5vw,4.7rem);
    line-height: 1;
    letter-spacing: -.06em;
  }
  .ron-shop-header p {
    max-width: 42rem;
    margin: .8rem 0 0;
    color: rgba(255,255,255,.62);
    font-size: .85rem;
    line-height: 1.7;
  }
  .ron-shop-count {
    display: grid;
    justify-items: end;
    flex: none;
  }
  .ron-shop-count strong {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -.06em;
  }
  .ron-shop-count span {
    color: rgba(255,255,255,.55);
    font-size: .65rem;
  }
  .ron-catalogue-filters {
    display: flex;
    align-items: end;
    gap: .75rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    background: #fff;
  }
  .ron-catalogue-filters label {
    display: grid;
    gap: .35rem;
    flex: 1;
    color: #65728a;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .ron-catalogue-filters select {
    width: 100%;
    height: 2.7rem;
    border: 1px solid #d3dce8;
    border-radius: .65rem;
    background: #f9fafe;
    padding: 0 .7rem;
    color: #17243a;
    font-size: .72rem;
    text-transform: none;
    letter-spacing: 0;
  }
  .ron-catalogue-filters button {
    height: 2.7rem;
    border: 0;
    border-radius: .65rem;
    background: #315cf5;
    color: #fff;
    padding: 0 1.2rem;
    font-size: .7rem;
    font-weight: 800;
    cursor: pointer;
  }
  .ron-catalogue-filters>a {
    padding: .75rem .35rem;
    color: #6d7a8e;
    font-size: .68rem;
    font-weight: 800;
  }
  .ron-results-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.8rem;
  }
  .ron-results-line p {
    margin: 0;
    font-size: .75rem;
    font-weight: 800;
  }
  .ron-results-line span {
    color: #7c889b;
    font-size: .65rem;
  }
  .ron-pagination {
    display: flex;
    justify-content: center;
    gap: .35rem;
    margin-top: 2.5rem;
  }
  .ron-pagination .page-numbers {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #d5dde8;
    border-radius: .6rem;
    background: #fff;
    font-size: .7rem;
    font-weight: 750;
  }
  .ron-pagination .current {
    border-color: #315cf5;
    background: #315cf5;
    color: #fff;
  }
  .ron-empty {
    padding: 5rem 1rem;
    text-align: center;
  }
  .ron-empty h2 {
    font-size: 2rem;
  }
  .ron-empty p {
    color: #6d7a8f;
  }
  .ron-page-main {
    min-height: 65vh;
    padding-block: 1.2rem 5rem;
  }
  .ron-page {
    max-width: 67rem;
    margin: 0 auto;
  }
  .ron-page-header {
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #dce3ed;
  }
  .ron-page-header h1 {
    max-width: 58rem;
    margin: .65rem 0 0;
    font-size: clamp(2.8rem,5.4vw,5.2rem);
    line-height: 1;
    letter-spacing: -.06em;
  }
  .ron-page-header>p {
    max-width: 45rem;
    margin: 1rem 0 0;
    color: #65738a;
    font-size: .95rem;
    line-height: 1.75;
  }
  .ron-page-content {
    padding-top: 2rem;
    color: #36445b;
  }
  .ron-page-content>h2,.ron-page-content>.ron-legal-section>h2 {
    margin: 2.8rem 0 .8rem;
    color: #0d182b;
    font-size: 1.65rem;
    letter-spacing: -.035em;
  }
  .ron-page-content h3 {
    margin: 1.8rem 0 .5rem;
    color: #0d182b;
    font-size: 1.05rem;
  }
  .ron-page-content p,.ron-page-content li {
    font-size: .85rem;
    line-height: 1.8;
  }
  .ron-page-content p {
    margin: .8rem 0;
  }
  .ron-page-content ul,.ron-page-content ol {
    display: grid;
    gap: .35rem;
    padding-left: 1.3rem;
  }
  .ron-page-content a {
    color: #315cf5;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .ron-page-content table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: .8rem;
    background: #fff;
    font-size: .74rem;
  }
  .ron-page-content th,.ron-page-content td {
    padding: .8rem 1rem;
    border-bottom: 1px solid #e1e7ef;
    text-align: left;
    vertical-align: top;
  }
  .ron-page-content tr:last-child td {
    border-bottom: 0;
  }
  .ron-page-content th {
    background: #f2f5fa;
    color: #0d182b;
  }
  .ron-legal-meta,.ron-policy-note,.ron-company-card {
    margin: 1rem 0;
    padding: 1.25rem;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    background: #fff;
  }
  .ron-policy-note {
    border-color: #c9e8de;
    background: #edf9f5;
  }
  .ron-policy-note strong {
    color: #087b5c;
  }
  .ron-company-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
  }
  .ron-company-card>div {
    padding: .8rem;
    border-radius: .7rem;
    background: #f5f7fb;
  }
  .ron-company-card span,.ron-company-card strong {
    display: block;
  }
  .ron-company-card span {
    color: #748096;
    font-size: .61rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .ron-company-card strong {
    margin-top: .25rem;
    font-size: .77rem;
  }
  .ron-contact-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 1.5rem;
    align-items: start;
  }
  .ron-contact-cards {
    display: grid;
    gap: .7rem;
  }
  .ron-contact-card {
    padding: 1.1rem;
    border: 1px solid #dce3ed;
    border-radius: .9rem;
    background: #fff;
  }
  .ron-contact-card span,.ron-contact-card strong,.ron-contact-card small {
    display: block;
  }
  .ron-contact-card span {
    color: #768297;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .ron-contact-card strong {
    margin-top: .25rem;
    font-size: .78rem;
  }
  .ron-contact-card small {
    margin-top: .2rem;
    color: #7b8799;
    font-size: .62rem;
  }
  .ron-contact-form {
    display: grid;
    gap: .8rem;
    padding: 1.3rem;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 42px rgba(13,24,43,.055);
  }
  .ron-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
  }
  .ron-contact-form label {
    display: grid;
    gap: .35rem;
    color: #2d3c53;
    font-size: .68rem;
    font-weight: 750;
  }
  .ron-contact-form label>span {
    color: #8792a3;
    font-weight: 500;
  }
  .ron-contact-form input:not([type=checkbox]),.ron-contact-form textarea {
    width: 100%;
    border: 1px solid #cfd9e6;
    border-radius: .65rem;
    background: #fafbfe;
    padding: .7rem .8rem;
    outline: none;
  }
  .ron-contact-form input:not([type=checkbox]) {
    height: 2.9rem;
  }
  .ron-contact-form textarea {
    resize: vertical;
  }
  .ron-contact-form input:focus,.ron-contact-form textarea:focus {
    border-color: #315cf5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49,92,245,.08);
  }
  .ron-contact-form .ron-consent {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: .55rem;
    color: #6e7b90;
    font-size: .62rem;
    font-weight: 500;
  }
  .ron-consent input {
    margin-top: .2rem;
  }
  .ron-honeypot {
    position: absolute !important;
    left: -9999px !important;
  }
  .ron-form-success {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #bfe4d8;
    border-radius: .8rem;
    background: #edf9f5;
    color: #17654f;
    font-size: .75rem;
  }
  .ron-checkout-notice {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #c6e7dc;
    border-radius: .75rem;
    background: #edf9f5;
  }
  .ron-checkout-notice strong {
    font-size: .78rem;
  }
  .ron-checkout-notice p {
    margin: .3rem 0 0;
    color: #587367;
    font-size: .68rem;
    line-height: 1.6;
  }
  .ron-woo-main,.woocommerce-cart .site-main,.woocommerce-checkout .site-main {
    min-height: 60vh;
    padding-block: 3rem;
  }
  .woocommerce .woocommerce-breadcrumb {
    color: #718095;
    font-size: .72rem;
  }
  .woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout .col2-set,.woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.25rem;
    border: 1px solid #dce3ed;
    border-radius: 1rem;
    background: #fff;
  }
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select {
    min-height: 3rem;
    border: 1px solid #cfd8e6;
    border-radius: .65rem;
    padding: .65rem .8rem;
    background: #fff;
  }
  .select2-container--default .select2-selection--single {
    height: 3rem;
    border-color: #cfd8e6;
    border-radius: .65rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem;
  }
  .woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce #payment #place_order,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: .7rem !important;
    background: #315cf5 !important;
    color: #fff !important;
  }
  @media (max-width:1120px) {
    .ron-head-search {
      max-width: none;
    }
    .ron-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 4.9rem;
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 1rem 1.25rem;
      border-bottom: 1px solid #dce3ed;
      background: #fff;
      box-shadow: 0 18px 35px rgba(13,24,43,.12);
    }
    .ron-nav.is-open {
      display: flex;
    }
    .ron-nav a {
      padding: .75rem;
    }
    .ron-menu-toggle {
      display: grid;
      place-content: center;
      gap: 4px;
      width: 2.7rem;
      height: 2.7rem;
      padding: .7rem;
      border: 0;
      border-radius: .65rem;
      background: #f4f6fa;
    }
    .ron-menu-toggle span {
      display: block;
      width: 1.1rem;
      height: 2px;
      background: #0d182b;
    }
    .ron-products,.woocommerce ul.products {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .ron-hero-grid {
      gap: 2.5rem;
    }
    .ron-footer-grid {
      grid-template-columns: 1.25fr repeat(2,1fr);
    }
    .ron-footer-grid>div:last-child {
      grid-column: 2/-1;
    }
  }
  @media (max-width:820px) {
    .ron-container {
      width: min(calc(100% - 1.5rem),82rem);
    }
    .ron-topbar nav a:not(:last-child) {
      display: none;
    }
    .ron-header-row {
      height: 4.25rem;
    }
    .ron-logo img,.ron-logo svg {
      width: 9.2rem;
    }
    .ron-head-search {
      display: none;
    }
    .ron-mobile-search {
      display: block;
      padding-bottom: .6rem;
    }
    .ron-mobile-search input {
      height: 2.45rem;
      padding-left: .9rem;
    }
    .ron-nav {
      top: 6.7rem;
    }
    .ron-hero-grid {
      grid-template-columns: 1fr;
      padding-block: 3.5rem;
    }
    .ron-hero h1 {
      font-size: clamp(3rem,12vw,5rem);
    }
    .ron-hero-product {
      max-width: 40rem;
    }
    .ron-trust>.ron-container {
      grid-template-columns: 1fr 1fr;
    }
    .ron-trust .ron-container>div:nth-child(2) {
      border-right: 0;
    }
    .ron-trust .ron-container>div:nth-child(-n+2) {
      border-bottom: 1px solid #dde4ed;
    }
    .ron-products,.woocommerce ul.products {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .ron-delivery>.ron-container {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .ron-business {
      display: block;
    }
    .ron-business>div:last-child {
      justify-items: start;
      margin-top: 1.5rem;
    }
    .ron-footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ron-footer-grid>div:first-child,.ron-footer-grid>div:last-child {
      grid-column: 1/-1;
    }
    .ron-product-stage {
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }
    .ron-product-media {
      position: static;
    }
    .ron-product-cover-wrap {
      max-width: 38rem;
      margin-inline: auto;
    }
    .ron-product-buy {
      padding-top: .4rem;
    }
    .ron-info-grid {
      grid-template-columns: 1fr;
    }
    .ron-info-card {
      min-height: auto;
    }
    .ron-info-card h3 {
      margin-top: 1.5rem;
    }
    .ron-contact-layout {
      grid-template-columns: 1fr;
    }
    .ron-catalogue-filters {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .ron-catalogue-filters button {
      align-self: end;
    }
    .ron-company-card {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width:560px) {
    body {
      font-size: 15px;
    }
    .ron-container {
      width: min(calc(100% - 1.1rem),82rem);
    }
    .ron-topbar>.ron-container {
      justify-content: center;
    }
    .ron-topbar nav {
      display: none;
    }
    .ron-topbar span {
      font-size: .62rem;
    }
    .ron-logo img,.ron-logo svg {
      width: 8.7rem;
    }
    .ron-cart {
      padding: 0 .55rem;
    }
    .ron-cart-label {
      display: none;
    }
    .ron-hero-grid {
      padding-block: 2.7rem 3rem;
    }
    .ron-eyebrow {
      font-size: .58rem;
    }
    .ron-hero h1 {
      margin-top: 1rem;
      font-size: clamp(2.6rem,13.4vw,4.1rem);
      letter-spacing: -.06em;
    }
    .ron-hero-copy>p {
      font-size: .9rem;
      line-height: 1.72;
    }
    .ron-hero-actions {
      align-items: flex-start;
      flex-direction: column;
      gap: .9rem;
    }
    .ron-hero-search {
      margin-top: 1.5rem;
    }
    .ron-hero-search input {
      height: 3.2rem;
      padding-right: 6.4rem;
      font-size: .78rem;
    }
    .ron-hero-search button {
      height: 2.5rem;
      padding: 0 1rem;
    }
    .ron-hero-product {
      padding: .7rem;
      border-radius: 1.2rem;
    }
    .ron-hero-product:before {
      inset: .5rem -.35rem -.5rem .35rem;
      border-radius: 1.2rem;
    }
    .ron-hero-window-body {
      grid-template-columns: 1fr;
      min-height: auto;
    }
    .ron-demo-cover {
      min-height: 9.5rem;
    }
    .ron-demo-cover span {
      max-width: 14rem;
    }
    .ron-demo-details {
      padding: 1rem;
    }
    .ron-hero-proof {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .ron-trust>.ron-container {
      padding-block: .45rem;
    }
    .ron-trust .ron-container>div {
      gap: .55rem;
      padding: .6rem .35rem;
    }
    .ron-trust b {
      width: 1.65rem;
      height: 1.65rem;
    }
    .ron-trust strong {
      font-size: .66rem;
    }
    .ron-trust small {
      font-size: .54rem;
    }
    .ron-section {
      padding-block: 3.7rem;
    }
    .ron-section-head {
      display: block;
    }
    .ron-section-head>a {
      display: inline-block;
      margin-top: 1rem;
    }
    .ron-brand-grid {
      grid-template-columns: 1fr;
    }
    .ron-brand-card {
      gap: .8rem;
      padding: .9rem;
    }
    .ron-brand-letter {
      width: 2.8rem;
      height: 2.8rem;
    }
    .ron-products,.woocommerce ul.products {
      gap: .55rem !important;
    }
    .ron-products li.product,.woocommerce ul.products li.product {
      padding: .42rem !important;
      border-radius: .85rem;
    }
    .ron-cover-card {
      padding: .68rem;
      border-radius: .6rem;
    }
    .ron-cover-icon {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: .45rem;
      font-size: .65rem;
    }
    .ron-cover-top {
      font-size: .5rem;
    }
    .ron-cover-name {
      font-size: .82rem;
    }
    .ron-cover-bottom {
      display: none;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      min-height: 4rem;
      padding: .6rem .2rem .25rem !important;
      font-size: .7rem !important;
    }
    .ron-card-specs {
      display: grid;
      gap: .2rem;
      padding: 0 .2rem .45rem;
    }
    .ron-card-specs span {
      font-size: .48rem;
    }
    .woocommerce ul.products li.product .price {
      padding: 0 .2rem;
      font-size: .93rem !important;
    }
    .woocommerce ul.products li.product .button {
      min-height: 2.2rem;
      margin: .55rem .2rem .2rem !important;
      font-size: .59rem !important;
    }
    .ron-delivery>.ron-container {
      padding-block: 3.7rem;
    }
    .ron-delivery ol {
      grid-template-columns: 1fr;
    }
    .ron-delivery li {
      min-height: auto;
    }
    .ron-business {
      padding: 1.5rem;
      border-radius: 1rem;
    }
    .ron-footer-lead {
      display: block;
      padding-block: 1.7rem;
    }
    .ron-footer-lead>div:last-child {
      justify-items: start;
      margin-top: 1rem;
    }
    .ron-footer-grid {
      gap: 2rem;
      padding-block: 2.7rem;
    }
    .ron-footer-company>.ron-container {
      display: block;
    }
    .ron-footer-company div>div {
      display: grid;
      gap: .25rem;
      margin: .25rem 0;
    }
    .ron-footer-bottom>.ron-container {
      display: grid;
      gap: .4rem;
    }
    .ron-product-main {
      padding-top: .5rem;
    }
    .ron-product-stage {
      padding-block: .5rem 2.5rem;
    }
    .ron-product-cover-wrap {
      padding: .55rem;
      border-radius: 1rem;
    }
    .ron-cover-single {
      padding: 1.2rem;
      border-radius: .7rem;
    }
    .ron-cover-single .ron-cover-icon {
      width: 2.6rem;
      height: 2.6rem;
    }
    .ron-cover-single .ron-cover-name {
      font-size: clamp(1.6rem,9vw,2.6rem);
    }
    .ron-cover-single .ron-cover-bottom {
      display: flex;
      font-size: .47rem;
    }
    .ron-product-status {
      align-items: flex-start;
      flex-direction: column;
      gap: .45rem;
    }
    .ron-product-buy h1 {
      font-size: clamp(2.1rem,11vw,3.2rem);
    }
    .ron-short-specs {
      gap: .45rem;
    }
    .ron-short-spec {
      min-height: 4rem;
      padding: .65rem;
    }
    .ron-short-spec strong {
      font-size: .66rem;
    }
    .ron-price-block {
      align-items: flex-start;
      flex-direction: column;
      gap: .35rem;
    }
    .ron-price-block>small {
      text-align: left;
    }
    .ron-product-price {
      font-size: 1.7rem;
    }
    .ron-buy-assurance li {
      padding: .55rem;
    }
    .ron-product-meta {
      align-items: flex-start;
      flex-direction: column;
    }
    .ron-info-heading h2 {
      font-size: 2.2rem;
    }
    .ron-info-card {
      padding: 1.2rem;
    }
    .ron-trademark-note {
      display: block;
    }
    .ron-trademark-note p {
      margin-top: .5rem;
    }
    .ron-mobile-buy {
      position: fixed;
      left: .55rem;
      right: .55rem;
      bottom: .55rem;
      z-index: 70;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: .65rem .75rem;
      border: 1px solid #cdd7e4;
      border-radius: .85rem;
      background: rgba(255,255,255,.97);
      box-shadow: 0 14px 40px rgba(13,24,43,.2);
      transform: translateY(140%);
      transition: transform .25s ease;
      backdrop-filter: blur(14px);
    }
    .ron-mobile-buy.is-visible {
      transform: translateY(0);
    }
    .ron-mobile-buy small,.ron-mobile-buy strong {
      display: block;
    }
    .ron-mobile-buy small {
      color: #7d899b;
      font-size: .52rem;
    }
    .ron-mobile-buy strong {
      font-size: .88rem;
    }
    .ron-mobile-buy strong del {
      display: none;
    }
    .ron-mobile-buy strong ins {
      text-decoration: none;
    }
    .ron-mobile-buy>a {
      padding: .65rem 1rem;
      border-radius: .6rem;
      background: #315cf5;
      color: #fff;
      font-size: .7rem;
      font-weight: 800;
    }
    .ron-shop-main {
      padding-block: 1.5rem 3.5rem;
    }
    .ron-shop-header {
      display: block;
      padding: 1.4rem;
    }
    .ron-shop-header h1 {
      font-size: 3.1rem;
    }
    .ron-shop-count {
      display: none;
    }
    .ron-catalogue-filters {
      grid-template-columns: 1fr;
      padding: .8rem;
    }
    .ron-results-line {
      align-items: flex-start;
      flex-direction: column;
      gap: .2rem;
    }
    .ron-page-header {
      padding: 2rem 0 1.5rem;
    }
    .ron-page-header h1 {
      font-size: clamp(2.6rem,13vw,4rem);
    }
    .ron-page-content {
      overflow-wrap: anywhere;
    }
    .ron-page-content table {
      display: block;
      overflow-x: auto;
    }
    .ron-form-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    *,*:before,*:after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
