/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, Helvetica, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --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 {
  .static {
    position: static;
  }
  .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;
    }
  }
  .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;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  :root {
    --kvi-navy: #041E3B;
    --kvi-navy-deep: #031023;
    --kvi-burgundy: #641B2E;
    --kvi-charcoal: #11161B;
    --kvi-ivory: #F4F1EA;
    --kvi-meta: #E9E1D4;
    --kvi-gold: #C0962B;
    --kvi-gold-bright: #F3C65E;
    --kvi-light-text: #202527;
  }
  html {
    scroll-behavior: smooth;
    max-width: 100%;
  }
  body.kvi-native-site {
    margin: 0;
    min-height: 100vh;
    max-width: 100%;
    overflow-x: clip;
    background: var(--kvi-navy-deep);
    color: var(--kvi-ivory);
    font-family: Arial, Helvetica, sans-serif;
  }
  body.kvi-native-site.admin-bar .kvi-global-header {
    top: 0;
  }
  .kvi-native-site img,	.kvi-native-site video,	.kvi-native-site iframe,	.kvi-native-site svg {
    max-width: 100%;
  }
  .kvi-native-site img {
    height: auto;
  }
  .kvi-native-site a:focus-visible,	.kvi-native-site button:focus-visible,	.kvi-native-site summary:focus-visible,	.kvi-native-site input:focus-visible,	.kvi-native-site textarea:focus-visible,	.kvi-native-site select:focus-visible {
    outline: 3px solid var(--kvi-gold-bright);
    outline-offset: 3px;
  }
  .kvi-native-site input,	.kvi-native-site textarea,	.kvi-native-site select {
    color: #202527;
  }
  .kvi-native-site input::placeholder,	.kvi-native-site textarea::placeholder {
    color: #6B6B6B;
    opacity: 1;
  }
}
@layer components {
  .surface-dark,	.text-on-dark {
    color: #F4F1EA;
  }
  .surface-dark a,	.text-on-dark a {
    color: #C0962B;
  }
  .surface-dark .meta,	.text-on-dark .meta {
    color: #E9E1D4;
  }
  .surface-light,	.text-on-light {
    color: #202527;
  }
  .surface-light a,	.text-on-light a {
    color: #684D09;
  }
  .media-contrast {
    position: relative;
    isolation: isolate;
  }
  .media-contrast::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(4,30,59,.55);
    pointer-events: none;
  }
  .media-contrast > * {
    position: relative;
    z-index: 1;
    color: #F4F1EA;
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus {
    width: auto;
    height: auto;
    clip: auto;
    overflow: visible;
    margin: 10px;
    padding: 12px 16px;
    z-index: 100000;
    background: #F4F1EA;
    color: #202527;
    border: 2px solid #C0962B;
  }
  .kvi-global-header {
    width: 100%;
    position: relative;
    z-index: 9999;
    box-sizing: border-box;
    background: radial-gradient(circle at 12% 15%,rgba(123,44,255,.18),transparent 28%),radial-gradient(circle at 88% 20%,rgba(192,150,43,.14),transparent 26%),linear-gradient(145deg,#031023 0%,#061426 50%,#11161B 100%);
    color: #F4F1EA;
    border-bottom: 1px solid rgba(192,150,43,.45);
    box-shadow: 0 8px 28px rgba(0,0,0,.35);
  }
  .kvi-global-header,	.kvi-global-header * {
    box-sizing: border-box;
  }
  .kvi-global-header a {
    color: #E9E1D4;
    text-decoration: none;
  }
  .kvi-trust-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 5px;
    background: rgba(3,16,35,.72);
    border-bottom: 1px solid rgba(244,241,234,.06);
    overflow: hidden;
  }
  .kvi-trust-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 36px;
    text-align: center;
  }
  .kvi-header-main {
    width: min(1400px,94%);
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
  }
  .kvi-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    color: #F4F1EA !important;
    min-width: 0;
  }
  .kvi-brand-symbol {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0962B;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(123,44,255,.42),rgba(4,30,59,.96));
    color: #C0962B;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(192,150,43,.16), inset 0 0 16px rgba(123,44,255,.15);
  }
  .kvi-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 0;
  }
  .kvi-brand-main {
    color: #F4F1EA;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }
  .kvi-brand-sub {
    margin-top: 5px;
    color: #C0962B;
    font-size: 7px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .kvi-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    min-width: 0;
  }
  .kvi-nav-link,	.kvi-nav-top {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 9px;
    color: #E9E1D4 !important;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 4px;
    transition: background .2s ease,color .2s ease;
  }
  .kvi-nav-link:hover,	.kvi-nav-link:focus,	.kvi-nav-top:hover,	.kvi-nav-top:focus {
    background: rgba(255,255,255,.06);
    color: #FFF !important;
  }
  .kvi-nav-group {
    position: relative;
  }
  .kvi-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 230px;
    padding: 9px;
    background: linear-gradient(145deg,#061426,#11161B);
    border: 1px solid rgba(192,150,43,.45);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .kvi-dropdown-right {
    right: 0;
    left: auto;
  }
  .kvi-nav-group:hover > .kvi-dropdown,	.kvi-nav-group:focus-within > .kvi-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .kvi-dropdown a {
    display: block;
    padding: 11px 12px;
    color: #E9E1D4 !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .35px;
    text-transform: none;
    border-radius: 5px;
    white-space: normal;
  }
  .kvi-dropdown a:hover,	.kvi-dropdown a:focus {
    background: rgba(192,150,43,.12);
    color: #FFF !important;
  }
  .kvi-nav-store {
    border: 1px solid rgba(192,150,43,.65);
  }
  .kvi-nav-connect {
    margin-left: 4px;
    background: #C0962B !important;
    color: #041E3B !important;
    border: 1px solid #C0962B;
  }
  .kvi-nav-connect:hover,	.kvi-nav-connect:focus {
    background: #E0BD63 !important;
    color: #041E3B !important;
  }
  .kvi-desktop-nav .kvi-native-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kvi-desktop-nav .kvi-native-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kvi-desktop-nav .kvi-native-menu > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 9px;
    color: #E9E1D4 !important;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 4px;
    transition: background .2s ease,color .2s ease;
  }
  .kvi-desktop-nav .kvi-native-menu > li.menu-item-has-children > a::after {
    content: "▾";
    color: #C0962B;
    font-size: 9px;
  }
  .kvi-desktop-nav .kvi-native-menu > li > a:hover,	.kvi-desktop-nav .kvi-native-menu > li > a:focus {
    background: rgba(255,255,255,.06);
    color: #FFF !important;
  }
  .kvi-desktop-nav .kvi-native-menu .sub-menu {
    position: absolute;
    z-index: 10000;
    top: calc(100% + 6px);
    left: 0;
    min-width: 230px;
    margin: 0;
    padding: 9px;
    list-style: none;
    background: linear-gradient(145deg,#061426,#11161B);
    border: 1px solid rgba(192,150,43,.45);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .kvi-desktop-nav .kvi-native-menu .sub-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kvi-desktop-nav .kvi-native-menu .sub-menu a {
    display: block;
    padding: 11px 12px;
    color: #E9E1D4 !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .35px;
    text-transform: none;
    border-radius: 5px;
    white-space: normal;
  }
  .kvi-desktop-nav .kvi-native-menu .sub-menu a:hover,	.kvi-desktop-nav .kvi-native-menu .sub-menu a:focus {
    background: rgba(192,150,43,.12);
    color: #FFF !important;
  }
  .kvi-desktop-nav .kvi-native-menu > li:hover > .sub-menu,	.kvi-desktop-nav .kvi-native-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .kvi-desktop-nav .kvi-native-menu > li.kvi-nav-store > a {
    border: 1px solid rgba(192,150,43,.65);
  }
  .kvi-desktop-nav .kvi-native-menu > li.kvi-nav-connect {
    margin-left: 4px;
  }
  .kvi-desktop-nav .kvi-native-menu > li.kvi-nav-connect > a {
    background: #C0962B !important;
    color: #041E3B !important;
    border: 1px solid #C0962B;
  }
  .kvi-desktop-nav .kvi-native-menu > li.kvi-nav-connect > a:hover,	.kvi-desktop-nav .kvi-native-menu > li.kvi-nav-connect > a:focus {
    background: #E0BD63 !important;
    color: #041E3B !important;
  }
  .kvi-desktop-nav .kvi-native-menu > li.kvi-nav-connect > .sub-menu {
    right: 0;
    left: auto;
  }
  .kvi-mobile-nav {
    display: none;
    position: relative;
    margin-left: auto;
  }
  .kvi-mobile-nav > summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 13px;
    border: 1px solid rgba(192,150,43,.75);
    border-radius: 5px;
    background: rgba(4,30,59,.9);
    color: #F4F1EA;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .kvi-mobile-nav > summary::-webkit-details-marker,	.kvi-mobile-group > summary::-webkit-details-marker {
    display: none;
  }
  .kvi-mobile-nav > summary::after {
    content: " ☰";
    color: #C0962B;
    font-size: 15px;
  }
  .kvi-mobile-nav[open] > summary::after {
    content: " ×";
  }
  .kvi-mobile-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: min(380px,calc(100vw - 24px));
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 10px;
    background: linear-gradient(145deg,#061426,#11161B 62%,#041E3B);
    border: 1px solid rgba(192,150,43,.5);
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(0,0,0,.55);
  }
  .kvi-mobile-menu-wrap,	.kvi-native-mobile-menu,	.kvi-native-mobile-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kvi-native-mobile-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(244,241,234,.08);
  }
  .kvi-native-mobile-menu > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 12px;
    color: #F4F1EA !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
  }
  .kvi-native-mobile-menu > li.menu-item-has-children > a::after {
    content: " +";
    color: #C0962B;
    font-size: 14px;
  }
  .kvi-native-mobile-menu .sub-menu {
    padding: 0 0 8px 14px;
  }
  .kvi-native-mobile-menu .sub-menu a {
    display: block;
    padding: 10px 12px;
    color: #D9D5CC !important;
    font-size: 12px;
    line-height: 1.35;
    border-left: 2px solid rgba(192,150,43,.35);
    text-transform: none;
  }
  .kvi-native-mobile-menu a:hover,	.kvi-native-mobile-menu a:focus {
    color: #FFF !important;
    background: rgba(192,150,43,.08);
  }
  .kvi-native-mobile-menu > li.kvi-nav-store > a {
    color: #F4D675 !important;
  }
  .kvi-native-mobile-menu > li.kvi-nav-connect > a {
    margin-top: 10px;
    background: #C0962B !important;
    color: #041E3B !important;
    border-radius: 6px;
    text-align: center;
  }
  .kvi-mobile-panel > a,	.kvi-mobile-group > summary {
    display: block;
    width: 100%;
    padding: 14px 12px;
    color: #F4F1EA !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(244,241,234,.08);
    cursor: pointer;
    box-sizing: border-box;
  }
  .kvi-mobile-group > summary {
    list-style: none;
    position: relative;
    padding-right: 34px;
  }
  .kvi-mobile-group > summary::after {
    content: "+";
    position: absolute;
    right: 12px;
    color: #C0962B;
    font-size: 18px;
    line-height: 1;
  }
  .kvi-mobile-group[open] > summary::after {
    content: "−";
  }
  .kvi-mobile-sub {
    padding: 4px 0 7px 14px;
    border-bottom: 1px solid rgba(244,241,234,.06);
  }
  .kvi-mobile-sub a {
    display: block;
    padding: 11px 12px;
    color: #D9D5CC !important;
    font-size: 12px;
    line-height: 1.35;
    border-left: 2px solid rgba(192,150,43,.35);
  }
  .kvi-mobile-sub a:hover,	.kvi-mobile-sub a:focus {
    color: #FFF !important;
    background: rgba(192,150,43,.08);
  }
  .kvi-mobile-cta {
    margin-top: 10px;
    background: #C0962B !important;
    color: #041E3B !important;
    border-radius: 6px;
    text-align: center;
    border-bottom: 0 !important;
  }
  .kvi-redesign-banner {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg,#A41717,#C0962B);
    color: #041E3B;
    padding: 12px 14px;
    text-align: center;
    border-bottom: 2px solid #F2D486;
  }
  .kvi-redesign-copy {
    max-width: 1100px;
    margin: 0 auto 8px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: .04em;
  }
  .kvi-redesign-date {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .kvi-live-countdown {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 9px;
  }
  .kvi-countdown-unit {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    min-width: 68px;
    padding: 7px 9px;
    background: #041E3B;
    color: #F7EFE1;
    border: 1px solid #F2D486;
    border-radius: 6px;
  }
  .kvi-countdown-unit strong {
    color: #F2D486;
    font-size: 16px;
    line-height: 1;
  }
  .kvi-countdown-unit small {
    color: #F7EFE1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .kvi-main-content {
    width: 100%;
    min-width: 0;
  }
  .kvi-page-main,	.kvi-front-page-main {
    padding: 0;
    margin: 0;
  }
  .kvi-page-content,	.kvi-front-page-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .kvi-page-content > :first-child,	.kvi-front-page-content > :first-child {
    margin-top: 0;
  }
  .kvi-page-content > :last-child,	.kvi-front-page-content > :last-child {
    margin-bottom: 0;
  }
  .kvi-front-page-content #kvi-new-home {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip;
  }
  .kvi-single-main {
    background: linear-gradient(180deg,#061426 0%,#0B1624 42%,#07111F 100%);
    padding: clamp(36px,6vw,72px) 20px 70px;
  }
  .kvi-single-article {
    width: min(900px,100%);
    margin: 0 auto;
    color: #F4F1EA;
  }
  .kvi-article-header {
    margin-bottom: 30px;
  }
  .kvi-article-title {
    margin: 0;
    color: #FFF8ED;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(36px,7vw,64px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }
  .kvi-author-card {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(192,150,43,.35);
    border-radius: 12px;
    background: rgba(17,22,27,.82);
    box-shadow: 0 10px 28px rgba(0,0,0,.16);
  }
  .kvi-author-avatar {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #C0962B;
  }
  .kvi-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .kvi-author-meta {
    min-width: 0;
  }
  .kvi-author-name {
    color: #F4F1EA;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.3;
  }
  .kvi-author-date {
    margin-top: 4px;
    color: #E9E1D4;
    font-size: 12px;
    line-height: 1.5;
  }
  .kvi-featured-image {
    margin: 0 0 30px;
  }
  .kvi-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .kvi-article-content {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .kvi-article-content > .kvi-author-byline {
    display: none !important;
  }
  .kvi-article-content a {
    color: #E0BD63;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
  }
  .kvi-post-nav,	.kvi-comments-wrap {
    width: min(900px,100%);
    margin-left: auto;
    margin-right: auto;
  }
  .kvi-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(192,150,43,.28);
  }
  .kvi-post-nav > div:last-child {
    text-align: right;
  }
  .kvi-post-nav a {
    color: #E0BD63;
    text-decoration: none;
  }
  .kvi-comments-wrap {
    margin-top: 38px;
  }
  .kvi-comments {
    color: #F4F1EA;
  }
  .kvi-comments-title,	.kvi-comments .comment-reply-title {
    color: #FFF8ED;
    font-family: Georgia,"Times New Roman",serif;
  }
  .kvi-comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .kvi-comment-list .comment {
    margin: 16px 0;
    padding: 18px;
    border: 1px solid rgba(192,150,43,.28);
    border-radius: 12px;
    background: rgba(17,22,27,.72);
  }
  .kvi-comment-list .comment-meta,	.kvi-comment-list .comment-metadata {
    color: #E9E1D4;
  }
  .kvi-comment-list a {
    color: #F3C65E;
  }
  .kvi-comments textarea,	.kvi-comments input[type="text"],	.kvi-comments input[type="email"],	.kvi-comments input[type="url"] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid rgba(192,150,43,.5);
    border-radius: 8px;
    background: #F4F1EA;
    color: #202527;
  }
  .kvi-comments input[type="submit"] {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid #C0962B;
    border-radius: 999px;
    background: #C0962B;
    color: #041E3B;
    font-weight: 900;
    cursor: pointer;
  }
  .kvi-listing-main {
    min-height: 60vh;
    background: linear-gradient(180deg,#071321 0%,#0B1624 48%,#061426 100%);
    color: #F4F1EA;
  }
  .kvi-listing-hero {
    padding: clamp(54px,8vw,92px) 20px clamp(38px,6vw,62px);
    text-align: center;
    background: radial-gradient(circle at 18% 22%,rgba(100,27,46,.28),transparent 30%),radial-gradient(circle at 82% 18%,rgba(192,150,43,.14),transparent 28%),#061426;
    border-bottom: 1px solid rgba(192,150,43,.28);
  }
  .kvi-listing-hero h1 {
    width: min(920px,100%);
    margin: 0 auto;
    color: #FFF8ED;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(38px,7vw,68px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
  .kvi-eyebrow {
    margin: 0 0 10px;
    color: #F3C65E;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .kvi-listing-description {
    width: min(760px,100%);
    margin: 18px auto 0;
    color: #D9D5CC;
    font-size: 17px;
    line-height: 1.7;
  }
  .kvi-listing-description p {
    margin: 0;
    color: inherit;
  }
  .kvi-listing-wrap {
    width: min(1180px,92%);
    margin: 0 auto;
    padding: clamp(34px,6vw,62px) 0 72px;
  }
  .kvi-blog-native-list {
    padding-top: 34px;
  }
  .kvi-post-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
  }
  .kvi-post-card {
    min-width: 0;
    overflow: hidden;
    background: linear-gradient(145deg,rgba(17,22,27,.96),rgba(4,30,59,.82));
    border: 1px solid rgba(192,150,43,.28);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
  }
  .kvi-post-card-media {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #11161B;
  }
  .kvi-post-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
  }
  .kvi-post-card:hover .kvi-post-card-media img {
    transform: scale(1.025);
  }
  .kvi-post-card-body {
    padding: 22px;
  }
  .kvi-post-card-meta {
    color: #E9E1D4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .kvi-post-card h2 {
    margin: 10px 0 12px;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(23px,3vw,31px);
    line-height: 1.12;
  }
  .kvi-post-card h2 a {
    color: #FFF8ED;
    text-decoration: none;
  }
  .kvi-post-card h2 a:hover,	.kvi-post-card h2 a:focus {
    color: #F3C65E;
  }
  .kvi-post-card-excerpt {
    color: #D9D5CC;
    font-size: 15px;
    line-height: 1.7;
  }
  .kvi-post-card-excerpt p {
    margin: 0;
    color: inherit;
  }
  .kvi-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: #F3C65E !important;
    font-weight: 800;
    text-decoration: none;
  }
  .kvi-read-more:hover,	.kvi-read-more:focus {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .kvi-pagination {
    margin-top: 36px;
    color: #F4F1EA;
  }
  .kvi-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .kvi-pagination a,	.kvi-pagination span {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    border: 1px solid rgba(192,150,43,.45);
    border-radius: 8px;
    color: #F4F1EA;
    text-decoration: none;
    background: rgba(4,30,59,.65);
  }
  .kvi-pagination .current {
    background: #C0962B;
    color: #041E3B;
    font-weight: 900;
  }
  .kvi-empty-state {
    width: min(700px,100%);
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(192,150,43,.3);
    border-radius: 16px;
    background: rgba(17,22,27,.78);
  }
  .kvi-empty-state h2 {
    margin-top: 0;
    color: #FFF8ED;
    font-family: Georgia,"Times New Roman",serif;
  }
  .kvi-empty-state p {
    color: #D9D5CC;
  }
  .kvi-search-form-wrap {
    width: min(560px,100%);
    margin: 24px auto 0;
  }
  .kvi-listing-main .search-form,	.kvi-error-main .search-form {
    display: flex;
    gap: 8px;
    width: 100%;
  }
  .kvi-listing-main .search-form label,	.kvi-error-main .search-form label {
    flex: 1 1 auto;
    margin: 0;
  }
  .kvi-listing-main .search-field,	.kvi-error-main .search-field {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid rgba(192,150,43,.55);
    border-radius: 8px;
    background: #F4F1EA;
    color: #202527;
  }
  .kvi-listing-main .search-submit,	.kvi-error-main .search-submit {
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid #C0962B;
    border-radius: 8px;
    background: #C0962B;
    color: #041E3B;
    font-weight: 900;
    cursor: pointer;
  }
  .kvi-error-main {
    min-height: 62vh;
    padding: clamp(56px,9vw,110px) 20px;
    background: radial-gradient(circle at 20% 20%,rgba(100,27,46,.32),transparent 34%),linear-gradient(145deg,#031023,#071321 60%,#11161B);
    color: #F4F1EA;
  }
  .kvi-error-card {
    width: min(760px,100%);
    margin: 0 auto;
    padding: clamp(28px,6vw,54px);
    text-align: center;
    border: 1px solid rgba(192,150,43,.42);
    border-radius: 22px;
    background: rgba(4,30,59,.62);
    box-shadow: 0 20px 48px rgba(0,0,0,.25);
  }
  .kvi-error-card h1 {
    margin: 0;
    color: #FFF8ED;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(38px,7vw,64px);
    line-height: 1.05;
  }
  .kvi-error-card > p:not(.kvi-eyebrow):not(.kvi-error-actions) {
    color: #D9D5CC;
    font-size: 17px;
    line-height: 1.7;
  }
  .kvi-error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 26px 0 0;
  }
  .kvi-primary-button,	.kvi-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
  }
  .kvi-primary-button {
    background: #C0962B;
    color: #041E3B !important;
    border: 1px solid #C0962B;
  }
  .kvi-secondary-button {
    background: transparent;
    color: #F4F1EA !important;
    border: 1px solid rgba(244,241,234,.5);
  }
  .kvi-global-footer {
    position: relative;
    background: radial-gradient(circle at 10% 0%,rgba(100,27,46,.22),transparent 30%),linear-gradient(145deg,#031023,#071321 58%,#11161B);
    color: #F4F1EA;
    border-top: 1px solid rgba(192,150,43,.48);
  }
  .kvi-global-footer,	.kvi-global-footer * {
    box-sizing: border-box;
  }
  .kvi-footer-inner {
    width: min(1240px,92%);
    margin: 0 auto;
    padding: 48px 0 30px;
  }
  .kvi-footer-brand {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
  }
  .kvi-footer-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
    border-radius: 50%;
  }
  .kvi-footer-brand h2 {
    margin: 0;
    color: #FFF;
    font-family: Georgia,"Times New Roman",serif;
    font-size: clamp(25px,4vw,34px);
  }
  .kvi-footer-brand p {
    color: #D9D5CC;
    line-height: 1.7;
  }
  .kvi-footer-kicker {
    color: #C0962B !important;
    font-weight: 800;
    letter-spacing: .04em;
  }
  .kvi-footer-cta {
    display: inline-block;
    margin-top: 6px;
    padding: 11px 16px;
    background: #C0962B;
    color: #041E3B !important;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
  }
  .kvi-footer-cta:hover,	.kvi-footer-cta:focus {
    background: #E0BD63;
  }
  .kvi-footer-menus {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
  }
  .kvi-footer-menu {
    min-width: 0;
    border: 1px solid rgba(192,150,43,.22);
    border-radius: 10px;
    background: rgba(4,30,59,.34);
    padding: 16px;
  }
  .kvi-footer-menu summary {
    color: #F4D675;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .kvi-footer-menu ul {
    list-style: none;
    padding: 12px 0 0;
    margin: 0;
  }
  .kvi-footer-menu li + li {
    margin-top: 8px;
  }
  .kvi-global-footer .kvi-footer-menu a, .kvi-global-footer .kvi-footer-menu a:visited {
    color: #F4F1EA !important;
    text-decoration: none;
    line-height: 1.45;
  }
  .kvi-footer-menu a:hover,	.kvi-footer-menu a:focus {
    color: #F4D675 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .kvi-footer-business {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin-top: 28px;
  }
  .kvi-footer-business-card {
    min-width: 0;
    padding: 15px;
    border-top: 1px solid rgba(244,241,234,.12);
  }
  .kvi-footer-business-label {
    display: block;
    color: #C0962B;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .kvi-footer-business-value {
    display: block;
    margin-top: 6px;
    color: #E9E1D4;
    font-size: 13px;
    line-height: 1.5;
  }
  .kvi-footer-contact-icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
  }
  .kvi-footer-contact-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(192,150,43,.65);
    border-radius: 50%;
    color: #F4D675 !important;
    background: #041E3B;
  }
  .kvi-footer-contact-icon svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
  }
  .kvi-footer-trust,	.kvi-bbb-wrap,	.kvi-footer-payment {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .kvi-trust-link,	.kvi-bbb-link {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 520px;
    padding: 12px 16px;
    border: 1px solid rgba(192,150,43,.35);
    border-radius: 10px;
    color: #F4F1EA !important;
    text-decoration: none;
    background: rgba(17,22,27,.66);
  }
  .kvi-trust-check {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #C0962B;
    color: #041E3B;
    font-weight: 900;
  }
  .kvi-trust-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .kvi-trust-title {
    font-weight: 800;
  }
  .kvi-trust-rating,	.kvi-trust-note,	.kvi-bbb-link span {
    color: #E9E1D4;
    font-size: 12px;
  }
  .kvi-trust-stars {
    color: #F3C65E;
    letter-spacing: 1px;
  }
  .kvi-bbb-link {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
  .kvi-footer-payment {
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .kvi-footer-payment-label {
    color: #E9E1D4;
    font-size: 12px;
  }
  .kvi-footer-payment img {
    width: 300px;
    max-width: 100%;
    height: auto;
  }
  .kvi-footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(244,241,234,.12);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: #BFC7D2;
    font-size: 13px;
  }
  .kvi-footer-bottom strong {
    color: #C0962B;
  }
  .kvi-global-backtop {
    position: fixed;
    right: 18px;
    bottom: 86px;
    z-index: 9998;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0962B;
    border-radius: 50%;
    background: #041E3B;
    color: #F4D675 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.36);
  }
  .kvi-global-backtop svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }
  #qodef-back-to-top {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .kvi-home-anchorbar {
    padding: 10px 14px !important;
  }
  .kvi-home-anchorbar .kvi-home-anchor-inner {
    max-width: 1180px !important;
    gap: 7px 12px !important;
  }
  .kvi-home-anchorbar .kvi-home-anchor-label {
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: .01em !important;
  }
  .kvi-home-anchorbar .kvi-home-anchor-inner > a {
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding: 6px 8px !important;
    border-radius: 999px;
  }
  .kvi-home-anchorbar .kvi-home-anchor-inner > a:hover,	.kvi-home-anchorbar .kvi-home-anchor-inner > a:focus {
    background: rgba(243,198,94,.10);
  }
  @media (max-width: 1180px) {
    .kvi-desktop-nav {
      display: none;
    }
    .kvi-mobile-nav {
      display: block;
    }
  }
  @media (max-width: 768px) {
    .kvi-home-anchorbar {
      padding: 8px 10px !important;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .kvi-home-anchorbar::-webkit-scrollbar {
      display: none;
    }
    .kvi-home-anchorbar .kvi-home-anchor-inner {
      width: max-content !important;
      max-width: none !important;
      margin: 0 !important;
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      gap: 6px !important;
    }
    .kvi-home-anchorbar .kvi-home-anchor-label {
      font-size: 12px !important;
      padding: 6px 8px !important;
      flex: 0 0 auto;
    }
    .kvi-home-anchorbar .kvi-home-anchor-inner > a {
      font-size: 12px !important;
      padding: 6px 9px !important;
      flex: 0 0 auto;
    }
    .kvi-footer-menus,	.kvi-footer-business {
      grid-template-columns: 1fr;
    }
    .kvi-footer-menu {
      padding: 14px;
    }
    .kvi-footer-menu:not([open]) ul {
      display: none;
    }
    .kvi-post-nav {
      grid-template-columns: 1fr;
    }
    .kvi-post-nav > div:last-child {
      text-align: left;
    }
  }
  @media (max-width: 600px) {
    .kvi-trust-top {
      padding: 5px 8px 3px;
    }
    .kvi-trust-badge {
      transform: scale(.86);
      transform-origin: center;
      min-height: 30px;
    }
    .kvi-header-main {
      width: 94%;
      min-height: 68px;
      gap: 8px;
    }
    .kvi-brand {
      gap: 8px;
    }
    .kvi-brand-symbol {
      width: 37px;
      height: 37px;
      flex-basis: 37px;
      font-size: 14px;
    }
    .kvi-brand-main {
      font-size: 13px;
      letter-spacing: .9px;
    }
    .kvi-brand-sub {
      font-size: 6px;
      letter-spacing: .8px;
    }
    .kvi-mobile-nav > summary {
      padding: 9px 10px;
      font-size: 11px;
    }
    .kvi-mobile-panel {
      right: -4px;
      width: min(360px,calc(100vw - 16px));
      max-height: 72vh;
    }
    .kvi-redesign-banner {
      padding: 10px 10px;
    }
    .kvi-redesign-copy {
      font-size: 11px;
    }
    .kvi-redesign-date {
      font-size: 9px;
    }
    .kvi-single-main {
      padding-left: 14px;
      padding-right: 14px;
    }
    .kvi-author-card {
      align-items: flex-start;
    }
    .kvi-footer-inner {
      width: 92%;
      padding-top: 36px;
    }
    .kvi-footer-bottom {
      flex-direction: column;
      text-align: center;
    }
    .kvi-global-backtop {
      right: 14px;
      bottom: 82px;
      width: 42px;
      height: 42px;
    }
  }
  @media (max-width: 390px) {
    .kvi-brand-sub {
      display: none;
    }
    .kvi-brand-main {
      font-size: 12px;
    }
    .kvi-brand-symbol {
      width: 34px;
      height: 34px;
      flex-basis: 34px;
    }
    .kvi-author-card {
      gap: 10px;
      padding: 12px;
    }
    .kvi-author-avatar {
      width: 48px;
      height: 48px;
      flex-basis: 48px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .kvi-dropdown,	.kvi-nav-link,	.kvi-nav-top {
      transition: none;
    }
  }
}
@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;
  }
}
