/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, 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-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .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: #2E6FA3;
    --color-secondary-200: #DCE6EE;
    --color-secondary-500: #6E8396;
    --color-secondary-700: #53697C;
    --color-neutral: #183B63;
  }
}
@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;
    }
  }
  .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-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .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;
  }
  .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;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .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);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .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-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--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 {
  [x-cloak] {
    display: none !important;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.spv2-body {
    margin: 0;
    background: #F7FAFC;
    color: #183B63;
    font-family: "Avenir Next","Segoe UI",ui-sans-serif,system-ui,sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  body.spv2-body a {
    color: inherit;
  }
  body.spv2-body img {
    max-width: 100%;
    height: auto;
  }
  body.spv2-body h1,	body.spv2-body h2,	body.spv2-body h3,	body.spv2-body p {
    margin-top: 0;
  }
}
@layer components {
  .spv2-shell {
    width: min(1320px,calc(100% - 48px));
    margin: 0 auto;
  }
  .spv2-main {
    overflow: hidden;
  }
  .spv2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #52718B;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .spv2-eyebrow:before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }
  .spv2-eyebrow--light {
    color: #BFD2DF;
  }
  .spv2-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #E3E8EC;
    backdrop-filter: blur(16px);
  }
  .admin-bar .spv2-header {
    top: 32px;
  }
  .spv2-header__inner {
    width: min(1320px,calc(100% - 48px));
    height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .spv2-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
  }
  .spv2-brand__logo {
    display: block;
    width: 235px;
    max-height: 56px;
    object-fit: contain;
  }
  .spv2-brand__text {
    font-size: 22px;
    font-weight: 900;
  }
  .spv2-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 26px;
  }
  .spv2-nav a,.spv2-meta-nav a {
    text-decoration: none;
    color: #26394A;
    font-size: 14px;
    font-weight: 800;
  }
  .spv2-nav a:hover,.spv2-meta-nav a:hover {
    color: #2E6FA3;
  }
  .spv2-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 190px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #DDE4E9;
    border-radius: 10px;
    background: #F9FAFB;
  }
  .spv2-search svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: none;
    stroke: #55748C;
    stroke-width: 2;
    stroke-linecap: round;
  }
  .spv2-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #334155;
    font: inherit;
    font-size: 13px;
  }
  .spv2-meta-nav {
    display: flex;
    align-items: center;
  }
  .spv2-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
  }
  .spv2-menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #1E293B;
    border-radius: 99px;
  }
  .spv2-mobile-nav {
    display: none;
    width: min(1320px,calc(100% - 32px));
    margin: 0 auto 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #E5E9ED;
    border-radius: 15px;
    box-shadow: 0 18px 50px rgba(30,41,59,.12);
  }
  .spv2-mobile-nav>a:not(.spv2-btn) {
    display: block;
    padding: 10px 3px;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #EEF1F3;
  }
  .spv2-menu,	.spv2-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .spv2-menu {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .spv2-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .spv2-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    z-index: 1199;
    left: -12px;
    right: -12px;
    top: 100%;
    height: 20px;
  }
  .spv2-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
  }
  .spv2-menu > li.menu-item-has-children > a:before {
    content: "";
    order: 2;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: .65;
  }
  .spv2-menu .sub-menu {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 15px);
    left: -14px;
    min-width: 290px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #DDE7EE;
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(24,59,99,.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity .16s ease,transform .16s ease,visibility .16s ease;
  }
  .spv2-menu > li:first-child > .sub-menu {
    width: 560px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 8px;
  }
  .spv2-menu > li:hover > .sub-menu,	.spv2-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .spv2-menu .sub-menu:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -7px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-left: 1px solid #DDE7EE;
    border-top: 1px solid #DDE7EE;
    transform: rotate(45deg);
  }
  .spv2-menu .sub-menu li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
  }
  .spv2-menu .sub-menu a {
    display: block !important;
    padding: 10px 12px !important;
    border-radius: 9px !important;
    color: #29475F !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }
  .spv2-menu .sub-menu a:hover,	.spv2-menu .sub-menu a:focus {
    background: #EEF6FC !important;
    color: #1E5F8D !important;
  }
  .spv2-mobile-menu > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E7EEF3;
  }
  .spv2-mobile-menu > li > a {
    display: block;
    padding: 14px 4px;
    color: #183B63 !important;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    text-decoration: none !important;
  }
  .spv2-mobile-menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0 0 8px;
    padding: 4px 0 8px 14px;
    border-left: 2px solid #DCEBF5;
  }
  .spv2-mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
  .spv2-mobile-menu > .menu-item-has-children > a {
    position: relative;
    padding-right: 32px !important;
  }
  .spv2-mobile-menu > .menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #2E6FA3;
    font-size: 20px;
    font-weight: 500;
  }
  .spv2-mobile-menu > .menu-item-has-children.is-open > a:after {
    content: "–";
  }
  .spv2-mobile-menu .sub-menu li {
    margin: 0;
    padding: 0;
  }
  .spv2-mobile-menu .sub-menu a {
    display: block;
    padding: 9px 6px;
    color: #496A83 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
  }
  .spv2-mobile-menu .sub-menu a:hover {
    color: #2E6FA3 !important;
  }
  .spv2-mobile-finder {
    margin-top: 14px;
  }
  .spv2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease;
  }
  .spv2-btn:hover {
    transform: translateY(-1px);
  }
  .spv2-btn--orange {
    background: #F5A623;
    color: #fff !important;
    box-shadow: 0 9px 24px rgba(245,166,35,.24);
  }
  .spv2-btn--orange:hover {
    background: #E69612;
  }
  .spv2-btn--blue {
    background: #2E6FA3;
    color: #fff !important;
  }
  .spv2-btn--soft {
    background: #EAF4FB;
    color: #2E6FA3 !important;
    border: 1px solid #D6E7F3;
  }
  .spv2-hero {
    padding: 24px 0 0;
  }
  .spv2-hero__panel {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E2EBF2;
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(24,59,99,.06);
  }
  .spv2-hero__main {
    position: relative;
    display: grid;
    grid-template-columns: 52% 48%;
    min-height: 500px;
  }
  .spv2-hero__copy {
    position: relative;
    z-index: 2;
    padding: 68px 46px 52px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .spv2-hero h1 {
    margin: 0 0 18px;
    color: #183B63;
    font-size: clamp(52px,5vw,76px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
  }
  .spv2-hero__lead {
    max-width: 590px;
    margin-bottom: 28px;
    color: #61788E;
    font-size: 21px;
    line-height: 1.45;
  }
  .spv2-btn--hero {
    align-self: flex-start;
    min-height: 56px;
    padding: 0 28px;
    font-size: 16px;
    border-radius: 14px;
  }
  .spv2-hero__media {
    position: relative;
    overflow: hidden;
    min-width: 0;
  }
  .spv2-hero__media:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 34%;
    z-index: 1;
    background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.9) 25%,rgba(255,255,255,0) 100%);
  }
  .spv2-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .spv2-hero-note {
    position: absolute;
    z-index: 2;
    left: 16%;
    top: 20%;
    transform: rotate(-5deg);
    color: #2E6FA3;
    font-family: "Segoe Print","Bradley Hand",cursive;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.18;
  }
  .spv2-hero-note svg {
    display: block;
    width: 90px;
    height: 70px;
    margin: 4px 0 0 38px;
    fill: none;
    stroke: #2E6FA3;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-hero-seal {
    position: absolute;
    z-index: 3;
    right: 24px;
    top: 24px;
    width: 112px;
    height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 50%;
    background: #F5A623;
    color: #FFFFFF;
    border: 5px solid rgba(255,255,255,.94);
    box-shadow: 0 14px 32px rgba(24,59,99,.18);
    transform: rotate(7deg);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
  }
  .spv2-hero-seal:after {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(255,255,255,.72);
    border-radius: 50%;
  }
  .spv2-hero-seal strong {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    margin: 2px 0;
    border-radius: 50%;
    background: #FFFFFF;
    color: #2E6FA3;
    font-size: 18px;
    line-height: 1;
  }
  .spv2-hero-seal span {
    position: relative;
    z-index: 1;
  }
  .spv2-hero-pill {
    position: absolute;
    z-index: 3;
    left: 26px;
    bottom: 28px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #183B63;
    border: 1px solid #D7E8F4;
    box-shadow: 0 10px 25px rgba(24,59,99,.13);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
  }
  .spv2-hero__trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    padding: 22px 34px;
    border-top: 1px solid #E3EDF4;
    background: #F4F9FD;
  }
  .spv2-trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 28px;
  }
  .spv2-trust-item+ .spv2-trust-item {
    border-left: 1px solid #E2E8EC;
  }
  .spv2-trust-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #DCECF8;
    color: #2E6FA3;
  }
  .spv2-trust-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-trust-item strong {
    display: block;
    color: #26394A;
    font-size: 15px;
  }
  .spv2-trust-item span {
    display: block;
    margin-top: 2px;
    color: #71808C;
    font-size: 13px;
  }
  .spv2-recommendations {
    padding: 46px 0 64px;
  }
  .spv2-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 38px;
    margin-bottom: 30px;
  }
  .spv2-section-head--tight {
    margin-bottom: 20px;
  }
  .spv2-section-head h2,.spv2-compare-intro h2,.spv2-about h2,.spv2-lower-cta h2 {
    margin-bottom: 0;
    color: #183B63;
    font-size: clamp(34px,3vw,48px);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 900;
  }
  .spv2-section-head>p {
    max-width: 470px;
    margin-bottom: 3px;
    color: #6E8396;
    font-size: 15px;
  }
  .spv2-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2E6FA3 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
  }
  .spv2-arrow-link span {
    font-size: 18px;
  }
  .spv2-product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }
  .spv2-product-card {
    position: relative;
    padding: 18px 22px 20px;
    background: #FFFFFF;
    border: 1px solid #E1EAF1;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(27,59,96,.06);
  }
  .spv2-product-badge {
    position: absolute;
    left: 18px;
    top: 17px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 9px;
    background: #2E6FA3;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }
  .spv2-product-badge--light {
    background: #DCECF8;
    color: #2E6FA3;
  }
  .spv2-product-badge--premium {
    background: #E9F1F8;
    color: #1F5F95;
  }
  .spv2-product-image {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px 10px;
  }
  .spv2-product-image img {
    max-width: 88%;
    max-height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .spv2-product-card h3 {
    margin: 8px 0 2px;
    color: #183B63;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.035em;
  }
  .spv2-product-subtitle {
    margin-bottom: 15px;
    color: #6C7C88;
    font-size: 14px;
  }
  .spv2-product-card ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
  }
  .spv2-product-card li {
    position: relative;
    margin: 7px 0;
    padding-left: 24px;
    color: #34495A;
    font-size: 14px;
  }
  .spv2-product-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: #3379A5;
    font-size: 17px;
    font-weight: 900;
  }
  .spv2-product-proof {
    min-height: 24px;
    color: #526575;
    font-size: 12px;
  }
  .spv2-product-price {
    margin: 12px 0;
    color: #586B79;
    font-size: 13px;
  }
  .spv2-product-price strong {
    color: #1C3448;
    font-size: 17px;
  }
  .spv2-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 46px;
    border-radius: 10px;
    background: #F5A623;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900	box-shadow:0 8px 18px rgba(245,166,35,.18);
  }
  .spv2-buy-btn:hover {
    background: #E69612;
  }
  .spv2-compare-box {
    display: grid;
    grid-template-columns: 32% 68%;
    margin-top: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E3E9ED;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(38,57,74,.06);
  }
  .spv2-compare-intro {
    padding: 38px 34px 34px;
    border-right: 1px solid #E5EAEE;
    background: #F7FBFE;
  }
  .spv2-compare-intro h2 {
    font-size: 34px;
  }
  .spv2-compare-intro p {
    margin: 16px 0 22px;
    color: #657784;
    font-size: 16px;
  }
  .spv2-table-wrap {
    overflow-x: auto;
  }
  .spv2-compare-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background: #fff;
  }
  .spv2-compare-table th,.spv2-compare-table td {
    padding: 13px 16px;
    border-left: 1px solid #E7ECEF;
    border-bottom: 1px solid #E7ECEF;
    text-align: center;
    font-size: 13px;
  }
  .spv2-compare-table th:first-child,.spv2-compare-table td:first-child {
    text-align: left;
    border-left: 0;
  }
  .spv2-compare-table thead th {
    background: #F1F7FC;
    color: #355673;
    font-size: 12px;
    font-weight: 900;
  }
  .spv2-compare-table tbody td:first-child {
    color: #667986;
    font-weight: 700;
  }
  .spv2-compare-table .spv2-yes {
    color: #2E6FA3;
    font-size: 20px;
    font-weight: 900;
  }
  .spv2-benefits {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 24px;
    padding: 16px 20px;
    background: #EAF4FB;
    border: 1px solid #D6E7F3;
    border-radius: 16px;
  }
  .spv2-benefits>div {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 5px 18px;
  }
  .spv2-benefit-icon {
    grid-row: 1/3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2E6FA3;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }
  .spv2-benefit-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-benefits strong {
    font-size: 14px;
    color: #31536C;
  }
  .spv2-benefits small {
    font-size: 12px;
    color: #6C7F8D;
  }
  .spv2-section {
    padding: 76px 0;
  }
  .spv2-section--soft {
    background: #FFFFFF;
    border-top: 1px solid #E3EBF1;
  }
  .spv2-guide-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .spv2-guide-card {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E1E9F0;
    border-radius: 16px;
    text-decoration: none;
    transition: transform .2s ease,box-shadow .2s ease;
  }
  .spv2-guide-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(38,57,74,.08);
  }
  .spv2-guide-card__image {
    height: 190px;
    overflow: hidden;
    background: #F2F7FB;
  }
  .spv2-guide-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spv2-guide-card__body {
    padding: 18px 20px 21px;
  }
  .spv2-guide-card__body>span {
    color: #587991;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .spv2-guide-card h3 {
    margin: 5px 0 7px;
    color: #20384B;
    font-size: 20px;
    letter-spacing: -.03em;
  }
  .spv2-guide-card p {
    margin-bottom: 0;
    color: #687986;
    font-size: 13px;
  }
  .spv2-section-head--topics {
    align-items: end;
    margin-bottom: 30px;
  }
  .spv2-section-head--topics h2 {
    max-width: 760px;
  }
  .spv2-section-head--topics>p {
    max-width: 470px;
  }
  .spv2-topic-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
  }
  .spv2-topic-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    background: #F8FBFD;
    border: 1px solid #DCE7EF;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(24,59,99,.035);
  }
  .spv2-topic-card--accent {
    background: #EEF7FD;
    border-color: #CFE5F4;
  }
  .spv2-topic-card__head {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 15px;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE9F0;
  }
  .spv2-topic-card__number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E1F0FA;
    color: #2E6FA3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  .spv2-topic-card--accent .spv2-topic-card__number {
    background: #2E6FA3;
    color: #FFFFFF;
  }
  .spv2-topic-card__label {
    display: block;
    margin-bottom: 5px;
    color: #2E6FA3;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .spv2-topic-card h3 {
    margin: 0;
    color: #183B63;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }
  .spv2-topic-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 18px;
    margin: 18px 0 0;
  }
  body.spv2-body .spv2-topic-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 11px 0 !important;
    border-bottom: 1px solid #E3EBF1 !important;
    color: #35566F !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-topic-links a:hover {
    color: #2E6FA3 !important;
    text-decoration: none !important;
  }
  .spv2-topic-links a span {
    flex: 0 0 auto;
    color: #6F9BBA;
    font-weight: 900;
    transition: transform .18s ease;
  }
  .spv2-topic-links a:hover span {
    transform: translateX(3px);
  }
  body.spv2-body a.spv2-topic-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    align-self: flex-start !important;
    margin-top: 20px !important;
    color: #2E6FA3 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }
  body.spv2-body a.spv2-topic-more:hover {
    text-decoration: none !important;
    color: #245C89 !important;
  }
  .spv2-topic-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(24,59,99,.045);
  }
  .spv2-topic-card--needs {
    background: linear-gradient(145deg,#F5FAFD 0%,#EDF6FB 100%);
    border-color: #D7E8F2;
  }
  .spv2-topic-card--budget {
    background: linear-gradient(145deg,#FFFDF8 0%,#FBF4E8 100%);
    border-color: #EADDC8;
  }
  .spv2-topic-card--floor {
    background: linear-gradient(145deg,#F8FBF5 0%,#EFF5EA 100%);
    border-color: #D8E4D1;
  }
  .spv2-topic-card--brands {
    background: linear-gradient(145deg,#FAF9FC 0%,#F1F0F6 100%);
    border-color: #DDDCE8;
  }
  .spv2-topic-visual {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 94px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    opacity: .72;
    pointer-events: none;
  }
  .spv2-topic-visual svg {
    width: 82px;
    height: 64px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-topic-card--needs .spv2-topic-visual {
    color: #7EAEC9;
    background: rgba(255,255,255,.42);
  }
  .spv2-topic-card--budget .spv2-topic-visual {
    color: #C89A59;
    background: rgba(255,255,255,.45);
  }
  .spv2-topic-card--floor .spv2-topic-visual {
    color: #7E9A70;
    background: rgba(255,255,255,.44);
  }
  .spv2-topic-card--brands .spv2-topic-visual {
    color: #8B88A4;
    background: rgba(255,255,255,.42);
  }
  .spv2-topic-card__head {
    padding-right: 98px;
  }
  .spv2-topic-card__intro {
    max-width: 420px;
    margin: 9px 0 0;
    color: #637989;
    font-size: 13px;
    line-height: 1.5;
  }
  .spv2-topic-card--budget .spv2-topic-card__number {
    background: #F0DFC1;
    color: #9C6D2F;
  }
  .spv2-topic-card--floor .spv2-topic-card__number {
    background: #DFEAD8;
    color: #5E7D53;
  }
  .spv2-topic-card--brands .spv2-topic-card__number {
    background: #E6E3EF;
    color: #6F6A88;
  }
  .spv2-topic-note {
    margin: 19px 0 0;
    color: #718596;
    font-size: 12px;
    line-height: 1.5;
  }
  .spv2-budget-hub {
    width: min(1120px,calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .spv2-budget-lead {
    max-width: 860px;
    margin: 0 auto 30px !important;
    color: #50697C;
    font-size: 20px;
    line-height: 1.72;
    text-align: center;
  }
  .spv2-budget-jump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 60px;
  }
  body.spv2-body .spv2-budget-jump a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    padding: 10px 15px;
    border: 1px solid #D7E4ED;
    border-radius: 999px;
    background: #F8FBFD;
    color: #315A78 !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-budget-jump a.is-featured {
    background: #E8F4FB;
    border-color: #C6E0F1;
    color: #1F628F !important;
  }
  body.spv2-body .spv2-budget-jump a:hover {
    background: #EAF4FB;
    color: #1F628F !important;
    text-decoration: none !important;
  }
  .spv2-budget-section {
    margin: 0 0 70px;
  }
  .spv2-budget-section--last {
    margin-bottom: 0;
  }
  .spv2-budget-section__head {
    max-width: 820px;
    margin-bottom: 28px;
  }
  .spv2-budget-section__head h2 {
    margin: 6px 0 12px;
  }
  .spv2-budget-section__head p {
    margin: 0;
    color: #61788E;
  }
  .spv2-budget-kicker {
    display: block;
    color: #2E6FA3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .spv2-budget-cards {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
  }
  .spv2-budget-card {
    position: relative;
    padding: 26px;
    background: #FFFFFF;
    border: 1px solid #DCE6EE;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(24,59,99,.04);
  }
  .spv2-budget-card--featured {
    background: #F0F8FD;
    border-color: #C9E3F3;
  }
  .spv2-budget-card__tag {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #2E6FA3;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .spv2-budget-card__price {
    margin-bottom: 8px;
    color: #2E6FA3;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: -.04em;
  }
  .spv2-budget-card h3 {
    margin: 0 0 9px;
    color: #183B63;
    font-size: 22px;
    line-height: 1.2;
  }
  .spv2-budget-card p {
    margin: 0 0 18px;
    color: #61788E;
    font-size: 15px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-budget-card a,	body.spv2-body a.spv2-budget-cta,	body.spv2-body .spv2-budget-low>a,	body.spv2-body .spv2-budget-related a {
    color: #2E6FA3 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-budget-card a:hover,	body.spv2-body a.spv2-budget-cta:hover,	body.spv2-body .spv2-budget-low>a:hover,	body.spv2-body .spv2-budget-related a:hover {
    color: #245C89 !important;
    text-decoration: none !important;
  }
  .spv2-budget-table-wrap {
    overflow-x: auto;
    border: 1px solid #DCE6EE;
    border-radius: 16px;
    background: #FFFFFF;
  }
  .spv2-budget-table {
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .spv2-budget-table th {
    background: #EAF4FB !important;
    color: #244F70 !important;
  }
  .spv2-budget-table th,	.spv2-budget-table td {
    padding: 15px 17px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .spv2-budget-tier {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 36px;
    align-items: start;
    margin: 0 0 18px;
    padding: 30px;
    border: 1px solid #E0E9F0;
    border-radius: 18px;
    background: #F9FBFC;
  }
  .spv2-budget-tier--highlight {
    background: #F1F8FD;
    border-color: #CDE5F4;
  }
  .spv2-budget-tier__price {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 18px;
    border-radius: 14px;
    background: #183B63;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.03em;
    text-align: center;
  }
  .spv2-budget-tier h2 {
    margin: 0 0 10px;
    font-size: 28px;
  }
  .spv2-budget-tier p {
    margin: 0 0 16px;
    color: #61788E;
    font-size: 16px;
  }
  .spv2-budget-low {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    margin: 48px 0 70px;
    padding: 28px 30px;
    border: 1px dashed #B8D2E4;
    border-radius: 16px;
    background: #F7FAFC;
  }
  .spv2-budget-low h2 {
    margin: 5px 0 8px;
    font-size: 26px;
  }
  .spv2-budget-low p {
    margin: 0;
    color: #61788E;
  }
  body.spv2-body .spv2-budget-low>a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
  }
  .spv2-budget-related {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-top: 24px;
  }
  body.spv2-body .spv2-budget-related a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 16px;
    border: 1px solid #DCE7EF;
    border-radius: 12px;
    background: #F8FBFD;
    font-size: 13px;
    line-height: 1.35;
  }
  .spv2-floor-hub {
    width: min(1120px,calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .spv2-floor-lead {
    max-width: 920px;
    margin: 0 auto 30px !important;
    padding: 22px 26px;
    color: #50697C;
    font-size: 19px;
    line-height: 1.72;
    text-align: left;
    background: linear-gradient(135deg,#FFFDF9 0%,#F7FAF6 100%);
    border: 1px solid #E7E2D7;
    border-radius: 18px;
  }
  .spv2-floor-jump {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 60px;
  }
  body.spv2-body .spv2-floor-jump a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid #D7E4ED;
    border-radius: 999px;
    background: #F8FBFD;
    color: #315A78 !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
  }
  .spv2-floor-jump a:nth-child(1) {
    background: #FBF4E8 !important;
    border-color: #E9DCC8 !important;
    color: #765B3D !important;
  }
  .spv2-floor-jump a:nth-child(2) {
    background: #F1F6ED !important;
    border-color: #D6E3CF !important;
    color: #5F7557 !important;
  }
  .spv2-floor-jump a:nth-child(3),.spv2-floor-jump a:nth-child(4) {
    background: #F6F0EC !important;
    border-color: #E2D8D0 !important;
    color: #735F55 !important;
  }
  .spv2-floor-jump a:nth-child(5),.spv2-floor-jump a:nth-child(6) {
    background: #EFF5F8 !important;
    border-color: #D5E3EA !important;
    color: #47697D !important;
  }
  body.spv2-body .spv2-floor-jump a:hover {
    background: #EAF4FB;
    color: #1F628F !important;
    text-decoration: none !important;
  }
  .spv2-floor-section {
    margin: 0 0 70px;
  }
  .spv2-floor-section--last {
    margin-bottom: 0;
  }
  .spv2-floor-section__head {
    max-width: 840px;
    margin-bottom: 28px;
  }
  .spv2-floor-section__head h2 {
    margin: 6px 0 12px;
  }
  .spv2-floor-section__head p {
    margin: 0;
    color: #61788E;
  }
  .spv2-floor-kicker {
    display: block;
    color: #2E6FA3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .spv2-floor-cards {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
  }
  .spv2-floor-card {
    position: relative;
    overflow: hidden;
    padding: 23px;
    border: 1px solid #DCE6EE;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(24,59,99,.045);
    transition: transform .18s ease,box-shadow .18s ease;
  }
  .spv2-floor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(24,59,99,.07);
  }
  .spv2-floor-card:nth-child(1) {
    background: linear-gradient(145deg,#FFFDF8 0%,#F8F0E3 100%);
    border-color: #E9DCC8;
  }
  .spv2-floor-card:nth-child(2) {
    background: linear-gradient(145deg,#F8FBF5 0%,#EEF4E9 100%);
    border-color: #D6E3CF;
  }
  .spv2-floor-card:nth-child(3) {
    background: linear-gradient(145deg,#FBF9F7 0%,#F2ECE7 100%);
    border-color: #E2D8D0;
  }
  .spv2-floor-card:nth-child(4) {
    background: linear-gradient(145deg,#FCF8F6 0%,#F5ECE8 100%);
    border-color: #E8D8D0;
  }
  .spv2-floor-card--featured {
    background: linear-gradient(145deg,#F8FBF5 0%,#EEF4E9 100%);
    border-color: #D6E3CF;
  }
  .spv2-floor-card__tag {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #6F8765;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .spv2-floor-card__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
    border-radius: 16px;
  }
  .spv2-floor-card__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-floor-card__icon--parkett {
    background: #F1E1C9;
    color: #8A6742;
  }
  .spv2-floor-card__icon--laminat {
    background: #DFEAD8;
    color: #617B57;
  }
  .spv2-floor-card__icon--teppich {
    background: #E9DDD5;
    color: #7A675C;
  }
  .spv2-floor-card__icon--hochflor {
    background: #EEDFD9;
    color: #8B685C;
  }
  .spv2-floor-card h3 {
    margin: 0 0 8px;
    color: #183B63;
    font-size: 22px;
    line-height: 1.2;
  }
  .spv2-floor-card p {
    min-height: 76px;
    margin: 0 0 16px;
    color: #61788E;
    font-size: 14px;
    line-height: 1.55;
  }
  body.spv2-body .spv2-floor-card a,body.spv2-body a.spv2-floor-cta,body.spv2-body .spv2-floor-split__links a,body.spv2-body .spv2-floor-mixed>a,body.spv2-body .spv2-floor-related a {
    color: #2E6FA3 !important;
    font-weight: 850 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-floor-card a:hover,body.spv2-body a.spv2-floor-cta:hover,body.spv2-body .spv2-floor-split__links a:hover,body.spv2-body .spv2-floor-mixed>a:hover,body.spv2-body .spv2-floor-related a:hover {
    color: #245C89 !important;
    text-decoration: none !important;
  }
  .spv2-floor-table-wrap {
    overflow-x: auto;
    border: 1px solid #DCE6EE;
    border-radius: 16px;
    background: #FFFFFF;
  }
  .spv2-floor-table {
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }
  .spv2-floor-table th {
    background: #EEF4F0 !important;
    color: #355A58 !important;
  }
  .spv2-floor-table tbody tr:nth-child(even) td {
    background: #FCFBF8 !important;
  }
  .spv2-floor-table th,.spv2-floor-table td {
    padding: 15px 17px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .spv2-floor-table a {
    color: #2E6FA3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }
  .spv2-floor-detail {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 36px;
    align-items: start;
    margin: 0 0 18px;
    padding: 30px;
    border: 1px solid #E0E9F0;
    border-radius: 18px;
    background: #F9FBFC;
  }
  .spv2-floor-detail--highlight {
    background: #F3F7EF;
    border-color: #D6E3CF;
  }
  .spv2-floor-detail#parkett {
    background: #FFF9F0;
    border-color: #E9DCC8;
  }
  .spv2-floor-detail#laminat {
    background: #F3F7EF;
    border-color: #D6E3CF;
  }
  .spv2-floor-detail#teppich {
    background: #F8F4F1;
    border-color: #E2D8D0;
  }
  .spv2-floor-detail#hochflor {
    background: #FAF4F1;
    border-color: #E8D8D0;
  }
  .spv2-floor-detail#parkett .spv2-floor-detail__label {
    background: #8A6742;
  }
  .spv2-floor-detail#laminat .spv2-floor-detail__label {
    background: #617B57;
  }
  .spv2-floor-detail#teppich .spv2-floor-detail__label {
    background: #7A675C;
  }
  .spv2-floor-detail#hochflor .spv2-floor-detail__label {
    background: #8B685C;
  }
  .spv2-floor-photo {
    position: relative;
    grid-column: 1/-1;
    height: 165px;
    margin: -30px -30px 2px;
    overflow: hidden;
    border-radius: 18px 18px 12px 12px;
    background: #EEE8DE;
  }
  .spv2-floor-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spv2-floor-photo figcaption {
    position: absolute;
    right: 10px;
    bottom: 8px;
    margin: 0;
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(255,255,255,.82);
    color: #697986;
    font-size: 9px;
    line-height: 1;
    backdrop-filter: blur(6px);
  }
  .spv2-floor-detail--parkett .spv2-floor-photo img {
    object-position: center 58%;
  }
  .spv2-floor-detail--laminat .spv2-floor-photo img {
    object-position: center 62%;
  }
  .spv2-floor-detail--teppich .spv2-floor-photo img {
    object-position: center 55%;
  }
  .spv2-floor-detail--hochflor .spv2-floor-photo img {
    object-position: center 60%;
  }
  .spv2-floor-detail-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    margin: 0 0 48px;
  }
  .spv2-floor-detail-grid .spv2-floor-detail {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .spv2-floor-detail-grid .spv2-floor-photo {
    grid-column: auto;
    width: 100%;
    height: 170px;
    margin: 0;
    border-radius: 0;
  }
  .spv2-floor-detail-grid .spv2-floor-detail__label {
    align-self: flex-start;
    min-height: 0;
    margin: 22px 24px 0;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
  }
  .spv2-floor-detail-grid .spv2-floor-detail>div:last-child {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 24px 25px;
  }
  .spv2-floor-detail-grid .spv2-floor-detail h2 {
    font-size: 25px;
    line-height: 1.18;
  }
  .spv2-floor-detail-grid .spv2-floor-detail p {
    font-size: 15px;
    line-height: 1.65;
  }
  .spv2-floor-detail-grid .spv2-floor-cta {
    margin-top: auto;
  }
  .spv2-floor-detail__label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 18px;
    border-radius: 14px;
    background: #183B63;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -.03em;
    text-align: center;
  }
  .spv2-floor-detail h2 {
    margin: 0 0 10px;
    font-size: 28px;
  }
  .spv2-floor-detail p {
    margin: 0 0 16px;
    color: #61788E;
    font-size: 16px;
  }
  .spv2-floor-split {
    display: grid;
    grid-template-columns: 1.35fr .8fr;
    gap: 38px;
    align-items: center;
    margin: 48px 0 18px;
    padding: 30px;
    border: 1px solid #D8E4D1;
    border-radius: 18px;
    background: linear-gradient(135deg,#F7FAF4 0%,#EEF5EA 100%);
  }
  .spv2-floor-split h2 {
    margin: 5px 0 10px;
    font-size: 28px;
  }
  .spv2-floor-split p {
    margin: 0;
    color: #61788E;
  }
  .spv2-floor-split__links {
    display: grid;
    gap: 10px;
  }
  body.spv2-body .spv2-floor-split__links a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 15px;
    border: 1px solid #CFE2EF;
    border-radius: 12px;
    background: #FFFFFF;
    font-size: 13px;
  }
  .spv2-floor-mixed {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    margin: 18px 0 70px;
    padding: 30px;
    border: 1px dashed #D8CDBD;
    border-radius: 18px;
    background: linear-gradient(135deg,#FFFDF8 0%,#F7F3EB 100%);
  }
  .spv2-floor-mixed h2 {
    margin: 5px 0 9px;
    font-size: 27px;
  }
  .spv2-floor-mixed p {
    margin: 0;
    color: #61788E;
  }
  body.spv2-body .spv2-floor-mixed>a {
    white-space: nowrap;
  }
  .spv2-floor-related {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-top: 24px;
  }
  body.spv2-body .spv2-floor-related a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 16px;
    border: 1px solid #E3DED4;
    border-radius: 12px;
    background: #FCFAF6;
    font-size: 13px;
    line-height: 1.35;
    transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
  }
  body.spv2-body .spv2-floor-related a span {
    display: inline-block;
    transition: transform .18s ease;
  }
  body.spv2-body .spv2-floor-related a:hover {
    transform: translateY(-2px);
    background: #F4F9FD;
    border-color: #BFD7E8;
    color: #245C89 !important;
    box-shadow: 0 8px 20px rgba(24,59,99,.08);
  }
  body.spv2-body .spv2-floor-related a:hover span {
    transform: translateX(4px);
  }
  .spv2-finder-feature {
    padding: 82px 0;
    background: linear-gradient(180deg,#F5FAFE 0%,#EAF4FB 100%);
    border-top: 1px solid #DCEAF4;
    border-bottom: 1px solid #DCEAF4;
  }
  .spv2-finder-feature__grid {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr);
    gap: 72px;
    align-items: center;
  }
  .spv2-finder-feature h2 {
    max-width: 620px;
    margin: 6px 0 0;
    color: #183B63;
    font-size: clamp(38px,3.4vw,54px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 900;
  }
  .spv2-finder-feature p {
    max-width: 620px;
    margin: 20px 0 0;
    color: #5F7588;
    font-size: 18px;
    line-height: 1.65;
  }
  .spv2-finder-benefits {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 11px;
  }
  .spv2-finder-benefits li {
    position: relative;
    padding-left: 31px;
    color: #36536A;
    font-size: 15px;
    font-weight: 700;
  }
  .spv2-finder-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #DCECF8;
    color: #2E6FA3;
    font-size: 13px;
    font-weight: 900;
  }
  .spv2-finder-feature__btn {
    margin-top: 30px;
  }
  .spv2-finder-preview {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #D7E4ED;
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(24,59,99,.13);
  }
  .spv2-finder-preview__top {
    display: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #183B63;
    color: #FFFFFF;
  }
  .spv2-finder-preview__top {
    display: none !important;
  }
  .spv2-finder-preview__top strong {
    font-size: 14px;
  }
  .spv2-finder-preview__top>span:last-child {
    margin-left: auto;
    color: #BDD0DE;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .spv2-finder-preview__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F5A623;
    box-shadow: 0 0 0 4px rgba(245,166,35,.16);
  }
  .spv2-finder-preview__body {
    padding: 22px;
    background: #F8FAFC;
  }
  .spv2-finder-preview__finder-head {
    text-align: center;
    margin-bottom: 14px;
  }
  .spv2-finder-preview__finder-head strong {
    display: block;
    color: #0F172A;
    font-size: 13px;
    font-weight: 900;
  }
  .spv2-finder-preview__finder-head span {
    display: block;
    margin-top: 2px;
    color: #64748B;
    font-size: 10px;
  }
  .spv2-finder-preview__filterbox {
    padding: 14px;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(15,23,42,.05);
  }
  .spv2-finder-preview__filtergroup+.spv2-finder-preview__filtergroup {
    margin-top: 10px;
  }
  .spv2-finder-preview__filtergroup b {
    display: block;
    margin-bottom: 6px;
    color: #0F172A;
    font-size: 9.5px;
  }
  .spv2-finder-preview__tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .spv2-finder-preview__tiles span {
    padding: 6px 8px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 8.5px;
    font-weight: 600;
  }
  .spv2-finder-preview__tiles span.is-active {
    border-color: #3B82F6;
    background: #EFF6FF;
    color: #2563EB;
    box-shadow: 0 0 0 1px #3B82F6;
  }
  .spv2-finder-preview__range {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid #E2E8F0;
    color: #475569;
    font-size: 8.5px;
    font-weight: 700;
  }
  .spv2-finder-preview__range i {
    position: relative;
    display: block;
    flex: 1;
    height: 4px;
    border-radius: 99px;
    background: #BFDBFE;
  }
  .spv2-finder-preview__range i:after {
    content: "";
    position: absolute;
    right: 12%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3B82F6;
    transform: translateY(-50%);
  }
  .spv2-finder-preview__result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 9px;
  }
  .spv2-finder-preview__result-head strong {
    color: #0F172A;
    font-size: 11px;
  }
  .spv2-finder-preview__result-head span {
    padding: 5px 7px;
    border: 1px solid #E2E8F0;
    border-radius: 7px;
    background: #fff;
    color: #64748B;
    font-size: 8px;
    font-weight: 700;
  }
  .spv2-finder-preview__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
  }
  .spv2-finder-preview__card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 11px;
    box-shadow: 0 3px 8px rgba(15,23,42,.06);
  }
  .spv2-finder-preview__image {
    position: relative;
    height: 104px;
    background: #F1F5F9;
  }
  .spv2-finder-preview__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 9px;
  }
  .spv2-finder-preview__image span {
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 3px 6px;
    border-radius: 99px;
    background: rgba(255,255,255,.94);
    color: #D97706;
    font-size: 8px;
    font-weight: 900;
    box-shadow: 0 1px 3px rgba(15,23,42,.08);
  }
  .spv2-finder-preview__cardbody {
    padding: 10px;
  }
  .spv2-finder-preview__cardtitle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
  .spv2-finder-preview__cardtitle strong {
    color: #0F172A;
    font-size: 10.5px;
    line-height: 1.25;
  }
  .spv2-finder-preview__cardtitle b {
    color: #3B82F6;
    font-size: 10.5px;
    white-space: nowrap;
  }
  .spv2-finder-preview__cardbody>small {
    display: block;
    min-height: 30px;
    margin-top: 7px;
    color: #64748B;
    font-size: 7.8px;
    line-height: 1.45;
  }
  .spv2-finder-preview__features {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 0;
  }
  .spv2-finder-preview__features span {
    padding: 3px 5px;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    background: #F1F5F9;
    color: #64748B;
    font-size: 7px;
  }
  .spv2-finder-preview__amazon {
    padding: 7px;
    border-radius: 6px;
    background: #F97316;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-weight: 900;
  }
  .spv2-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  body.spv2-body .spv2-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2E6FA3 !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-hero-secondary:hover {
    color: #245C89 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-header-finder {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: 82px !important;
    height: 38px !important;
    margin-left: 10px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    background: #F97316 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .18s ease,transform .18s ease !important;
  }
  body.spv2-body .spv2-header-finder:hover {
    background: #EA580C !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
  }
  @media (max-width:900px) {
    body.spv2-body .spv2-header-finder {
      display: none !important;
    }
  }
  .spv2-special-cases {
    margin-top: 22px;
    padding: 24px 26px;
    background: #FFFFFF;
    border: 1px solid #DCE7EF;
    border-radius: 16px;
  }
  .spv2-special-cases__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6EDF2;
  }
  .spv2-special-cases__head h3 {
    margin: 0;
    color: #183B63;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }
  .spv2-special-cases__head p {
    max-width: 430px;
    margin: 0;
    color: #718596;
    font-size: 13px;
    text-align: right;
  }
  .spv2-special-cases__links {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0 18px;
    margin-top: 10px;
  }
  body.spv2-body .spv2-special-cases__links a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 11px 2px !important;
    border-bottom: 1px solid #EDF1F4 !important;
    color: #48657A !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-special-cases__links a:hover {
    color: #2E6FA3 !important;
    text-decoration: none !important;
  }
  .spv2-special-cases__links a span {
    flex: 0 0 auto;
    color: #7DA3BD;
    font-weight: 900;
    transition: transform .18s ease;
  }
  .spv2-special-cases__links a:hover span {
    transform: translateX(3px);
  }
  @media (max-width:900px) {
    .spv2-special-cases__links {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width:620px) {
    .spv2-special-cases {
      padding: 21px 20px;
    }
    .spv2-special-cases__head {
      display: block;
    }
    .spv2-special-cases__head p {
      margin-top: 8px;
      text-align: left;
    }
    .spv2-special-cases__links {
      grid-template-columns: 1fr;
    }
  }
  .spv2-brand-compare {
    padding: 58px 0 66px;
    background: #F7FAFC;
    border-top: 1px solid #E3EBF1;
  }
  .spv2-brand-compare__inner {
    display: grid;
    grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr);
    gap: 54px;
    align-items: center;
    padding: 30px 34px;
    background: #FFFFFF;
    border: 1px solid #DCE7EF;
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(24,59,99,.05);
  }
  .spv2-brand-compare h2 {
    margin: 0;
    color: #183B63;
    font-size: clamp(30px,2.5vw,40px);
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 900;
  }
  .spv2-brand-compare p {
    max-width: 520px;
    margin: 14px 0 0;
    color: #657B8D;
    font-size: 15px;
    line-height: 1.6;
  }
  .spv2-brand-compare__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }
  body.spv2-body .spv2-brand-compare__links a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 42px;
    padding: 0 15px !important;
    border: 1px solid #D9E5EE;
    border-radius: 999px;
    background: #F8FBFD;
    color: #35566F !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
  }
  body.spv2-body .spv2-brand-compare__links a:hover {
    transform: translateY(-1px);
    border-color: #BFD7E8;
    background: #EEF6FC;
    color: #245C89 !important;
  }
  body.spv2-body .spv2-brand-compare__links .spv2-brand-compare__featured {
    background: #2E6FA3 !important;
    border-color: #2E6FA3 !important;
    color: #FFFFFF !important;
  }
  body.spv2-body .spv2-brand-compare__links .spv2-brand-compare__featured:hover {
    background: #245C89 !important;
    color: #FFFFFF !important;
  }
  @media (max-width:900px) {
    .spv2-brand-compare__inner {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 26px;
    }
    .spv2-brand-compare__links {
      justify-content: flex-start;
    }
  }
  @media (max-width:620px) {
    .spv2-hero-actions {
      display: grid;
      gap: 12px;
      width: 100%;
    }
    body.spv2-body .spv2-hero-secondary {
      justify-content: center;
    }
    .spv2-brand-compare {
      padding: 44px 0 50px;
    }
    .spv2-brand-compare__inner {
      padding: 22px;
    }
  }
  .spv2-about {
    padding: 78px 0;
    background: #EEF5FB;
  }
  .spv2-about__grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 62px;
    align-items: center;
  }
  .spv2-about__photo {
    overflow: hidden;
    aspect-ratio: 1/1.08;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(46,111,163,.12);
  }
  .spv2-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .spv2-about h2 {
    margin-bottom: 18px;
  }
  .spv2-about p {
    max-width: 760px;
    color: #62788C;
    font-size: 15px;
  }
  .spv2-about__links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  body.spv2-body .spv2-about a.spv2-btn--blue {
    background: #2E6FA3 !important;
    background-color: #2E6FA3 !important;
    border: 1px solid #2E6FA3 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(46,111,163,.20) !important;
  }
  body.spv2-body .spv2-about a.spv2-btn--blue:hover {
    background: #245C89 !important;
    background-color: #245C89 !important;
    border-color: #245C89 !important;
    color: #FFFFFF !important;
  }
  .spv2-footer {
    background: #0F2B45;
    color: #C6D3DE;
  }
  .spv2-footer__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding-top: 54px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .spv2-footer__brand {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }
  .spv2-footer__intro p {
    max-width: 560px;
    margin-bottom: 0;
    color: #AFC0CD;
    font-size: 13px;
    text-align: right;
  }
  .spv2-footer__links {
    display: grid;
    grid-template-columns: 1.45fr .8fr 1fr 1fr;
    gap: 58px;
    padding-top: 34px;
    padding-bottom: 48px;
  }
  .spv2-footer h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .spv2-footer a {
    display: block;
    margin: 8px 0;
    color: #C6D3DE !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.35;
  }
  .spv2-footer a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  .spv2-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    background: #0C243A;
  }
  .spv2-footer__bottom .spv2-shell {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .spv2-footer__bottom p {
    margin-bottom: 0;
    color: #93A8B8;
    font-size: 12px;
  }
  body.spv2-body .spv2-footer h2 {
    margin: 0 0 14px !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
  }
  body.spv2-body .spv2-footer__links a {
    display: block !important;
    margin: 9px 0 !important;
    padding: 0 !important;
    color: #C7D7E4 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-footer__links a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }
  .spv2-entry-page {
    background: #FFFFFF;
    color: #22384D;
  }
  .spv2-entry-shell {
    width: min(1120px,calc(100% - 48px));
    margin: 0 auto;
  }
  .spv2-entry-hero {
    padding: 66px 0 58px;
    background: linear-gradient(180deg,#F4F9FD 0%,#EEF5FB 100%);
    border-bottom: 1px solid #DCE8F1;
  }
  .spv2-entry-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 84% 48%,rgba(211,232,247,.72) 0,rgba(226,239,249,.42) 28%,rgba(255,255,255,0) 58%),	linear-gradient(180deg,#F4F9FD 0%,#EEF5FB 100%);
  }
  .spv2-entry-hero:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -115px;
    width: 520px;
    height: 520px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: repeating-radial-gradient(circle,rgba(46,111,163,.14) 0,rgba(46,111,163,.14) 1.5px,transparent 1.5px,transparent 42px);
    -webkit-mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.68) 18%,#000 48%);
    mask-image: linear-gradient(90deg,transparent 0%,rgba(0,0,0,.68) 18%,#000 48%);
    pointer-events: none;
  }
  .spv2-entry-hero:after {
    content: "";
    position: absolute;
    right: 13%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(46,111,163,.18);
    box-shadow: 0 0 0 22px rgba(46,111,163,.05),0 0 0 64px rgba(46,111,163,.035);
    pointer-events: none;
  }
  .spv2-entry-hero>.spv2-entry-shell {
    position: relative;
    z-index: 1;
  }
  @media (max-width:760px) {
    .spv2-entry-hero:before {
      right: -250px;
      width: 450px;
      height: 450px;
      opacity: .55;
    }
    .spv2-entry-hero:after {
      display: none;
    }
  }
  .spv2-entry-hero--photo {
    min-height: 430px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,	rgba(244,249,253,.99) 0%,	rgba(244,249,253,.97) 20%,	rgba(244,249,253,.90) 36%,	rgba(244,249,253,.72) 50%,	rgba(244,249,253,.34) 64%,	rgba(244,249,253,.06) 78%,	rgba(244,249,253,0) 100%	),	var(--spv2-hero-image);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }
  .spv2-entry-hero--photo:before,	.spv2-entry-hero--photo:after {
    display: none;
  }
  .spv2-entry-hero--photo .spv2-entry-shell {
    width: min(1320px,calc(100% - 48px));
  }
  .spv2-entry-hero--photo .spv2-entry-title {
    max-width: 790px;
  }
  .spv2-entry-hero__lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: #526B7E;
    font-size: 20px;
    line-height: 1.6;
  }
  .spv2-entry-hero__credit {
    position: absolute;
    right: 0;
    bottom: -38px;
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(255,255,255,.78);
    color: #748796;
    font-size: 9px;
    line-height: 1;
    backdrop-filter: blur(6px);
  }
  @media (max-width:900px) {
    .spv2-entry-hero--photo {
      min-height: 390px;
      background: linear-gradient(90deg,	rgba(244,249,253,.98) 0%,	rgba(244,249,253,.93) 42%,	rgba(244,249,253,.64) 68%,	rgba(244,249,253,.22) 100%	),	var(--spv2-hero-image);
      background-position: center;
    }
    .spv2-entry-hero--photo .spv2-entry-shell {
      width: min(100% - 32px,1120px);
    }
  }
  @media (max-width:620px) {
    .spv2-entry-hero--photo {
      min-height: 360px;
      background: linear-gradient(180deg,rgba(244,249,253,.93) 0%,rgba(244,249,253,.86) 55%,rgba(244,249,253,.72) 100%),	var(--spv2-hero-image);
      background-position: center;
    }
    .spv2-entry-hero__lead {
      font-size: 18px;
      line-height: 1.55;
    }
    .spv2-entry-hero__credit {
      display: none;
    }
  }
  .spv2-entry-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #2E6FA3;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .spv2-entry-kicker:before {
    content: "";
    width: 27px;
    height: 2px;
    background: #2E6FA3;
    border-radius: 99px;
  }
  .spv2-entry-title {
    max-width: 1030px;
    margin: 0;
    color: #183B63;
    font-size: clamp(42px,4.6vw,64px);
    line-height: 1.04;
    letter-spacing: -.048em;
    font-weight: 900;
    text-wrap: balance;
  }
  .spv2-entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    color: #71869A;
    font-size: 14px;
    font-weight: 700;
  }
  .spv2-entry-featured {
    padding-top: 44px;
  }
  .spv2-entry-featured__image {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(24,59,99,.09);
  }
  .spv2-entry-content {
    width: min(960px,100%);
    margin: 0 auto;
    padding: 54px 0 92px;
    color: #33495C;
    font-size: 18px;
    line-height: 1.78;
  }
  .spv2-entry-featured + .spv2-entry-shell .spv2-entry-content {
    padding-top: 42px;
  }
  .spv2-entry-content > :first-child {
    margin-top: 0 !important;
  }
  .spv2-entry-content > h1:first-child,	.spv2-entry-content > article > h1:first-child {
    display: none !important;
  }
  .spv2-entry-content > :last-child {
    margin-bottom: 0 !important;
  }
  .spv2-entry-content p {
    margin: 0 0 1.45em;
  }
  .spv2-entry-content h2 {
    margin: 2.15em 0 .72em;
    color: #183B63;
    font-size: 36px;
    line-height: 1.16;
    letter-spacing: -.035em;
    font-weight: 900;
  }
  .spv2-entry-content h3 {
    margin: 1.85em 0 .68em;
    color: #214E78;
    font-size: 27px;
    line-height: 1.22;
    letter-spacing: -.025em;
    font-weight: 850;
  }
  .spv2-entry-content h4 {
    margin: 1.65em 0 .55em;
    color: #294B67;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 850;
  }
  .spv2-entry-content ul,	.spv2-entry-content ol {
    margin: 0 0 1.6em;
    padding-left: 1.45em;
  }
  .spv2-entry-content li {
    margin: .42em 0;
    padding-left: .2em;
  }
  .spv2-entry-content strong {
    color: #20384B;
  }
  .spv2-entry-content a {
    color: #246A9E !important;
    text-decoration-color: rgba(36,106,158,.34);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
  }
  .spv2-entry-content a:hover {
    color: #174F79 !important;
    text-decoration-color: #174F79;
  }
  .spv2-entry-content blockquote {
    margin: 2em 0;
    padding: 22px 26px;
    background: #EEF6FC;
    border-left: 4px solid #2E6FA3;
    border-radius: 0 14px 14px 0;
    color: #36576F;
    font-size: 19px;
    line-height: 1.65;
  }
  .spv2-entry-content hr {
    margin: 3em 0;
    border: 0;
    border-top: 1px solid #DDE7EE;
  }
  .spv2-entry-content figure {
    margin: 2.2em 0;
  }
  .spv2-entry-content img {
    border-radius: 14px;
  }
  .spv2-entry-content figure.wp-caption {
    width: min(100%,760px) !important;
    max-width: 760px !important;
    margin: 2.2em auto !important;
  }
  .spv2-entry-content figure.wp-caption > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .spv2-entry-content > img.aligncenter,	.spv2-entry-content section > img.aligncenter {
    display: block !important;
    width: auto !important;
    max-width: min(100%,760px) !important;
    margin: 2.2em auto !important;
  }
  .spv2-entry-content .decision-grid figure.wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
  }
  .spv2-entry-content .sr-table img,	.spv2-entry-content .sp-table img,	.spv2-entry-content .sp-product-image,	.spv2-entry-content .sp-compare-img,	.spv2-entry-content .sr-table-img {
    border-radius: 0;
  }
  .spv2-entry-content figcaption,	.spv2-entry-content .wp-caption-text {
    margin-top: 8px;
    color: #7A8D9C;
    font-size: 13px;
    line-height: 1.5;
  }
  .spv2-entry-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin: 2em 0;
    border-collapse: collapse;
    background: #FFFFFF;
    border: 1px solid #DCE6EE;
    border-radius: 12px;
  }
  .spv2-entry-content th,	.spv2-entry-content td {
    min-width: 130px;
    padding: 13px 15px;
    border-right: 1px solid #E4EBF0;
    border-bottom: 1px solid #E4EBF0;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
  }
  .spv2-entry-content th {
    background: #EAF4FB;
    color: #244F70;
    font-weight: 900;
  }
  .spv2-entry-content > p:not(:has(img)), .spv2-entry-content > h2, .spv2-entry-content > h3, .spv2-entry-content > h4, .spv2-entry-content > ul, .spv2-entry-content > ol, .spv2-entry-content > article > p:not(:has(img)), .spv2-entry-content > article > h2, .spv2-entry-content > article > h3, .spv2-entry-content > article > h4, .spv2-entry-content > article > ul, .spv2-entry-content > article > ol, .spv2-entry-content > article > section > p:not(:has(img)), .spv2-entry-content > article > section > h2, .spv2-entry-content > article > section > h3, .spv2-entry-content > article > section > h4, .spv2-entry-content > article > section > ul, .spv2-entry-content > article > section > ol {
    margin-left: 32px;
    margin-right: 32px;
  }
  .spv2-entry-content > article > section#wie-wir-auswaehlen > *, .spv2-entry-content > article > section#transparenz > * {
    margin-left: 0;
    margin-right: 0;
  }
  @media (max-width:760px) {
    .spv2-entry-content > p:not(:has(img)),	.spv2-entry-content > h2,	.spv2-entry-content > h3,	.spv2-entry-content > h4,	.spv2-entry-content > ul,	.spv2-entry-content > ol,	.spv2-entry-content > article > p:not(:has(img)),	.spv2-entry-content > article > h2,	.spv2-entry-content > article > h3,	.spv2-entry-content > article > h4,	.spv2-entry-content > article > ul,	.spv2-entry-content > article > ol,	.spv2-entry-content > article > section > p:not(:has(img)),	.spv2-entry-content > article > section > h2,	.spv2-entry-content > article > section > h3,	.spv2-entry-content > article > section > h4,	.spv2-entry-content > article > section > ul,	.spv2-entry-content > article > section > ol {
      margin-left: 18px;
      margin-right: 18px;
    }
    .spv2-entry-content > article > section#wie-wir-auswaehlen > *,	.spv2-entry-content > article > section#transparenz > * {
      margin-left: 0;
      margin-right: 0;
    }
  }
  body.spv2-body .spv2-entry-content > h2, body.spv2-body .spv2-entry-content > h3, body.spv2-body .spv2-entry-content > h4, body.spv2-body .spv2-entry-content > article > h2, body.spv2-body .spv2-entry-content > article > h3, body.spv2-body .spv2-entry-content > article > h4, body.spv2-body .spv2-entry-content > article > section > h2, body.spv2-body .spv2-entry-content > article > section > h3, body.spv2-body .spv2-entry-content > article > section > h4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .spv2-entry-content>article.guide {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  body.spv2-body .spv2-entry-content>article.guide .robot-review {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 34px 0 42px !important;
    overflow: visible !important;
  }
  body.spv2-body .spv2-entry-content>article.guide .robot-review>h2:first-child {
    margin-top: 0 !important;
    font-size: 38px !important;
  }
  .spv2-entry-content .sr-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin: 2em 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
  }
  .spv2-entry-content .sr-table-wrap .sr-table,.spv2-entry-content .sr-table-wrap .sp-table {
    display: table;
    width: 100%;
    min-width: 760px;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: #FFFFFF;
  }
  .spv2-entry-content .sr-table-wrap th {
    background: #EEF5FB;
    color: #244F70;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .spv2-entry-content .sr-table-wrap td {
    color: #41576A;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
  }
  .spv2-entry-content .sr-table-wrap tbody tr:nth-child(even) td {
    background: #FBFCFD;
  }
  .spv2-entry-content .sr-table-wrap tbody tr:hover td {
    background: #F5F9FC;
  }
  .spv2-entry-content .sr-table-wrap .sr-table-img,.spv2-entry-content .sr-table-wrap .sp-compare-img {
    display: block;
    width: 72px;
    height: 72px;
    max-width: none;
    margin: 0 auto;
    object-fit: contain;
  }
  body.spv2-body .spv2-entry-content .sr-btn--amazon,body.spv2-body .spv2-entry-content .sp-btn--primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px !important;
    border: 1px solid #F5A623 !important;
    border-radius: 10px !important;
    background: #F5A623 !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 16px rgba(245,166,35,.18) !important;
    font-size: 13px;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease,box-shadow .18s ease,background .18s ease !important;
  }
  body.spv2-body .spv2-entry-content .sr-btn--amazon:hover,body.spv2-body .spv2-entry-content .sp-btn--primary:hover,body.spv2-body .spv2-entry-content .sp-btn--primary:focus {
    transform: translateY(-1px);
    background: #E69612 !important;
    border-color: #E69612 !important;
    color: #FFFFFF !important;
    box-shadow: 0 9px 22px rgba(230,150,18,.23) !important;
  }
  .spv2-entry-content .robot-review {
    clear: both;
    margin: 34px 0 42px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .spv2-entry-content .robot-review>h2:first-child {
    margin-top: 0;
    font-size: 38px;
  }
  .spv2-entry-content .robot-review .sp-product-image {
    float: left;
    width: 150px;
    max-width: 32%;
    height: auto;
    margin: 5px 22px 12px 0;
    object-fit: contain;
  }
  .spv2-entry-content .robot-review .sp-review-cta {
    clear: both;
    margin: 18px 0 22px;
  }
  .spv2-entry-content .robot-review .sp-video-label {
    display: none;
  }
  .spv2-entry-content .brlbs-cmpnt-container,.spv2-entry-content .BorlabsCookie,.spv2-entry-content ._brlbs-embed,.spv2-entry-content ._brlbs-content-blocker {
    clear: both;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px;
    border-radius: 18px;
    overflow: hidden;
  }
  .spv2-entry-content .brlbs-cmpnt-cb-preset-c, .spv2-entry-content .brlbs-cmpnt-cb-thumbnail, .spv2-entry-content iframe {
    border-radius: 18px;
    overflow: hidden;
  }
  .spv2-entry-content .robot-review iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
  }
  .spv2-entry-content .sr-card--wide {
    display: grid;
    grid-template-columns: 190px minmax(0,1fr);
    gap: 0;
    margin: 30px 0 44px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DCE6EE;
    border-radius: 20px;
    box-shadow: 0 10px 34px rgba(24,59,99,.06);
  }
  .spv2-entry-content .sr-wide__left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 22px;
    background: #F7FAFC;
    border-right: 1px solid #E5EDF2;
  }
  .spv2-entry-content .sr-wide__img {
    width: 150px;
    height: 150px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0;
  }
  .spv2-entry-content .sr-wide__right {
    min-width: 0;
    padding: 28px 30px 30px;
  }
  .spv2-entry-content .sr-wide__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }
  .spv2-entry-content .sr-wide__head .sr-title {
    margin: 0 !important;
    color: #183B63 !important;
    font-size: 30px !important;
    line-height: 1.16 !important;
    letter-spacing: -.03em !important;
  }
  .spv2-entry-content .sr-rating--inline {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: #FFF5DE;
    color: #765A1C;
    font-size: 13px;
    font-weight: 800;
  }
  .spv2-entry-content .sr-wide__pricebar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 4px;
  }
  .spv2-entry-content .sr-wide__price {
    color: #183B63;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }
  .spv2-entry-content .sr-wide__price small {
    font-size: .6em;
  }
  .spv2-entry-content .sr-wide__uvp-pill {
    padding: 5px 9px;
    border-radius: 999px;
    background: #F1F4F6;
    color: #708393;
    font-size: 12px;
  }
  .spv2-entry-content .sr-wide__updated {
    margin-bottom: 16px;
    color: #8494A1;
    font-size: 12px;
  }
  .spv2-entry-content .sr-wide__desc {
    margin: 0 0 22px;
    color: #536A7C;
    font-size: 16.5px;
    line-height: 1.68;
  }
  .spv2-entry-content .sr-wide__section-title {
    margin: 20px 0 10px;
    color: #61788E;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .spv2-entry-content .sr-wide__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
    gap: 8px;
  }
  .spv2-entry-content .sr-wide__kv {
    padding: 11px 12px;
    background: #F7FAFC;
    border: 1px solid #E7EDF1;
    border-radius: 10px;
  }
  .spv2-entry-content .sr-wide__kv small {
    display: block;
    margin-bottom: 2px;
    color: #8293A1;
    font-size: 10px;
    line-height: 1.3;
  }
  .spv2-entry-content .sr-wide__kv strong {
    display: block;
    color: #29465C;
    font-size: 15px;
    line-height: 1.4;
  }
  .spv2-entry-content .sr-wide__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .spv2-entry-content .sr-wide__pill {
    display: inline-flex;
    padding: 7px 11px;
    border: 1px solid #DDE7EE;
    border-radius: 999px;
    background: #F7FAFC;
    color: #536A7C;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
  }
  .spv2-entry-content .sr-wide__twocol {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 18px;
  }
  .spv2-entry-content .sr-wide__panel {
    padding: 16px;
    background: #FAFCFD;
    border: 1px solid #E4EBF0;
    border-radius: 12px;
  }
  .spv2-entry-content .sr-wide__h3 {
    margin-bottom: 8px;
    color: #4E687B;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  .spv2-entry-content .sr-wide__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .spv2-entry-content .sr-wide__list li {
    display: flex;
    gap: 8px;
    margin: 8px 0;
    padding: 0;
    color: #516879;
    font-size: 15px;
    line-height: 1.52;
  }
  .spv2-entry-content .sr-wide__icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    font-weight: 900;
  }
  .spv2-entry-content .sr-wide__icon--pro {
    background: #E8F4EC;
    color: #37724A;
  }
  .spv2-entry-content .sr-wide__icon--pro:before {
    content: "✓";
  }
  .spv2-entry-content .sr-wide__icon--con {
    background: #FCEDEC;
    color: #A15049;
  }
  .spv2-entry-content .sr-wide__icon--con:before {
    content: "–";
  }
  .spv2-entry-content .sr-wide__cta {
    margin-top: 22px;
  }
  .spv2-entry-content .buying-guide {
    margin: 38px 0;
    padding: 26px 28px;
    background: #F5F9FC;
    border: 1px solid #DCE9F2;
    border-radius: 16px;
  }
  .spv2-entry-content .buying-guide>h2:first-child {
    margin-top: 0;
    font-size: 28px;
  }
  @media (max-width:760px) {
    .spv2-entry-content .sr-card--wide {
      grid-template-columns: 1fr;
    }
    .spv2-entry-content .sr-wide__left {
      padding: 22px;
      border-right: 0;
      border-bottom: 1px solid #E5EDF2;
    }
    .spv2-entry-content .sr-wide__img {
      width: 140px;
      height: 140px;
    }
    .spv2-entry-content .sr-wide__right {
      padding: 22px 20px 24px;
    }
    .spv2-entry-content .sr-wide__head {
      display: block;
    }
    .spv2-entry-content .sr-rating--inline {
      display: inline-flex;
      margin-top: 10px;
    }
    .spv2-entry-content .sr-wide__head .sr-title {
      font-size: 25px !important;
    }
    .spv2-entry-content .sr-wide__twocol {
      grid-template-columns: 1fr;
    }
    .spv2-entry-content .robot-review {
      padding: 0;
    }
    .spv2-entry-content .robot-review .sp-product-image {
      float: none;
      display: block;
      width: 130px;
      max-width: 45%;
      margin: 4px auto 16px;
    }
    .spv2-entry-content .buying-guide {
      padding: 22px 19px;
    }
  }
  .spv2-editorial-trust {
    margin-top: 58px;
    display: grid;
    gap: 20px;
  }
  .spv2-transparency,.spv2-entry-content #transparenz,.spv2-entry-content #wie-wir-auswaehlen {
    margin: 0;
    padding: 26px 28px;
    background: linear-gradient(135deg,#F2F7FB 0%,#EAF3F8 100%);
    border: 1px solid #D7E5EE;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(24,59,99,.04);
  }
  .spv2-entry-content #transparenz,.spv2-entry-content #wie-wir-auswaehlen {
    margin-top: 48px;
    margin-bottom: 20px;
  }
  .spv2-transparency__eyebrow,.spv2-author-box__eyebrow {
    margin-bottom: 7px;
    color: #55748C;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .spv2-transparency h2,.spv2-entry-content #transparenz h2,.spv2-entry-content #wie-wir-auswaehlen h2 {
    margin: 0 0 12px;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }
  .spv2-transparency p,.spv2-entry-content #transparenz p,.spv2-entry-content #wie-wir-auswaehlen p {
    margin: 0 0 15px;
    color: #526A7C;
    font-size: 17px;
    line-height: 1.7;
  }
  .spv2-transparency__affiliate {
    padding-top: 12px;
    border-top: 1px solid rgba(46,111,163,.13);
  }
  .spv2-entry-content #wie-wir-auswaehlen ul {
    margin: 0 0 16px;
    padding-left: 1.25em;
  }
  .spv2-entry-content #wie-wir-auswaehlen li {
    margin: .5em 0;
    font-size: 17px;
    line-height: 1.62;
  }
  body.spv2-body .spv2-transparency__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    color: #2E6FA3 !important;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-transparency__link span {
    transition: transform .18s ease;
  }
  body.spv2-body .spv2-transparency__link:hover span {
    transform: translateX(3px);
  }
  .spv2-author-box {
    display: grid;
    grid-template-columns: 108px minmax(0,1fr);
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 24px 26px;
    background: #FCFAF6;
    border: 1px solid #E7DED2;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(74,56,35,.04);
  }
  .spv2-author-box__photo {
    width: 108px;
    height: 108px;
    overflow: hidden;
    border-radius: 50%;
    background: #F0E8DE;
  }
  .spv2-author-box__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .spv2-author-box h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.025em;
  }
  .spv2-author-box p {
    margin: 0 0 12px;
    color: #61717E;
    font-size: 17px;
    line-height: 1.7;
  }
  body.spv2-body .spv2-author-box__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2E6FA3 !important;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
  }
  body.spv2-body .spv2-author-box__link span {
    transition: transform .18s ease;
  }
  body.spv2-body .spv2-author-box__link:hover span {
    transform: translateX(3px);
  }
  @media (max-width:620px) {
    .spv2-editorial-trust {
      margin-top: 42px;
    }
    .spv2-transparency,.spv2-entry-content #transparenz,.spv2-entry-content #wie-wir-auswaehlen {
      padding: 22px 19px;
    }
    .spv2-author-box {
      grid-template-columns: 72px minmax(0,1fr);
      gap: 16px;
      padding: 20px 18px;
      align-items: start;
    }
    .spv2-author-box__photo {
      width: 72px;
      height: 72px;
    }
    .spv2-author-box h2 {
      font-size: 21px;
    }
  }
  .spv2-entry-content .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .spv2-entry-content .alignwide {
    width: min(1120px,calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .spv2-entry-content .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .spv2-entry-nav {
    background: #F7FAFC;
    border-top: 1px solid #E1E9F0;
  }
  .spv2-entry-nav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-top: 34px;
    padding-bottom: 38px;
  }
  .spv2-entry-nav__next {
    text-align: right;
  }
  .spv2-entry-nav__label {
    display: block;
    margin-bottom: 7px;
    color: #8294A3;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .spv2-entry-nav a {
    color: #315B7C !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.4;
  }
  .spv2-entry-comments {
    padding-top: 52px;
    padding-bottom: 72px;
  }
  @media (max-width:760px) {
    .spv2-entry-shell {
      width: min(100% - 32px,1120px);
    }
    .spv2-entry-hero {
      padding: 44px 0 38px;
    }
    .spv2-entry-title {
      font-size: 40px;
    }
    .spv2-entry-content {
      padding: 40px 0 68px;
      font-size: 17px;
      line-height: 1.72;
    }
    .spv2-entry-content h2 {
      font-size: 30px;
    }
    .spv2-entry-content h3 {
      font-size: 24px;
    }
    .spv2-entry-featured {
      padding-top: 28px;
    }
    .spv2-entry-featured__image {
      border-radius: 14px;
    }
    .spv2-entry-nav__inner {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .spv2-entry-nav__next {
      text-align: left;
    }
  }
  @media (min-width:761px) {
    body.spv2-body .spv2-entry-content .sr-table.sp-table {
      width: 100% !important;
      min-width: 0 !important;
      table-layout: fixed;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th,	body.spv2-body .spv2-entry-content .sr-table.sp-table td {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th:nth-child(1),	body.spv2-body .spv2-entry-content .sr-table.sp-table td:nth-child(1) {
      width: 92px;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th:nth-child(2),	body.spv2-body .spv2-entry-content .sr-table.sp-table td:nth-child(2) {
      width: 145px;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th:nth-child(3),	body.spv2-body .spv2-entry-content .sr-table.sp-table td:nth-child(3) {
      width: 145px;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th:nth-child(4),	body.spv2-body .spv2-entry-content .sr-table.sp-table td:nth-child(4) {
      width: 165px;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table th:nth-child(6),	body.spv2-body .spv2-entry-content .sr-table.sp-table td:nth-child(6) {
      width: 190px;
    }
    body.spv2-body .spv2-entry-content .sr-table.sp-table .sp-compare-img {
      width: 68px;
      height: 68px;
    }
  }
  body.spv2-body .spv2-entry-content .sr-table .sr-btn--amazon,	body.spv2-body .spv2-entry-content .sr-table .sp-btn--primary {
    min-height: 36px !important;
    width: auto !important;
    max-width: none !important;
    padding: 8px 11px !important;
    border-radius: 9px !important;
    font-size: 12.5px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }
  body.spv2-body .spv2-entry-content .sr-table td:last-child {
    white-space: nowrap;
  }
  @media (max-width:760px) {
    body.spv2-body .spv2-entry-content .sr-table .sr-btn--amazon,	body.spv2-body .spv2-entry-content .sr-table .sp-btn--primary {
      white-space: normal !important;
      font-size: 13px !important;
    }
  }
  .spv2-entry-content ul {
    list-style: disc outside;
    padding-left: 1.55em;
  }
  .spv2-entry-content ol {
    list-style: decimal outside;
    padding-left: 1.55em;
  }
  .spv2-entry-content li {
    display: list-item;
  }
  .spv2-entry-content li::marker {
    color: #2E6FA3;
    font-weight: 800;
  }
  body.spv2-body .spv2-entry-page {
    background: #FFFFFF;
  }
  body.spv2-body .spv2-entry {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  body.spv2-body .spv2-entry-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 19px;
    font-family: "Avenir Next","Segoe UI",ui-sans-serif,system-ui,sans-serif;
    font-size: 17px;
    line-height: 1.70;
    padding-top: 58px;
    padding-bottom: 96px;
  }
  body.spv2-body .spv2-entry-content p {
    margin-bottom: 1.45em;
  }
  body.spv2-body .spv2-entry-content h2 {
    font-size: 32px;
  }
  body.spv2-body .spv2-entry-content h3 {
    font-size: 24px;
  }
  @media (max-width:760px) {
    body.spv2-body .spv2-entry-content {
      font-size: 16px;
      line-height: 1.68;
      padding-top: 40px;
      padding-bottom: 68px;
    }
    body.spv2-body .spv2-entry-content h2 {
      font-size: 32px;
    }
    body.spv2-body .spv2-entry-content h3 {
      font-size: 22px;
    }
  }
  body.spv2-body .spv2-hero__lead {
    font-size: 23px;
    line-height: 1.5;
  }
  body.spv2-body .spv2-section-head>p {
    font-size: 18px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-product-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  body.spv2-body .spv2-product-card li {
    font-size: 16px;
    line-height: 1.5;
  }
  body.spv2-body .spv2-product-proof {
    font-size: 14px;
    line-height: 1.45;
  }
  body.spv2-body .spv2-product-price {
    font-size: 15px;
  }
  body.spv2-body .spv2-compare-intro p {
    font-size: 18px;
    line-height: 1.65;
  }
  body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
    font-size: 16px;
    line-height: 1.5;
  }
  body.spv2-body .spv2-compare-table thead th {
    font-size: 15px;
  }
  body.spv2-body .spv2-benefits strong {
    font-size: 16px;
  }
  body.spv2-body .spv2-benefits small {
    font-size: 14px;
    line-height: 1.4;
  }
  body.spv2-body .spv2-guide-card p {
    font-size: 16px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-topic-card__intro {
    font-size: 16px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-topic-links a {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  body.spv2-body a.spv2-topic-more {
    font-size: 15px !important;
  }
  body.spv2-body .spv2-topic-note {
    font-size: 14px;
    line-height: 1.55;
  }
  body.spv2-body .spv2-lower-cta p {
    font-size: 18px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-about p {
    font-size: 18px;
    line-height: 1.7;
  }
  @media (max-width:760px) {
    body.spv2-body .spv2-hero__lead {
      font-size: 20px;
    }
    body.spv2-body .spv2-section-head>p {
      font-size: 17px;
    }
    body.spv2-body .spv2-product-card li,	body.spv2-body .spv2-topic-links a {
      font-size: 15px !important;
    }
    body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
      font-size: 14px;
    }
    body.spv2-body .spv2-about p,	body.spv2-body .spv2-lower-cta p {
      font-size: 17px;
    }
  }
  body.spv2-body .spv2-nav a,	body.spv2-body .spv2-meta-nav a {
    font-size: 16px;
  }
  body.spv2-body .spv2-menu .sub-menu a {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  body.spv2-body .spv2-search input {
    font-size: 14px;
  }
  body.spv2-body .spv2-mobile-menu>li>a {
    font-size: 17px;
  }
  body.spv2-body .spv2-mobile-menu .sub-menu a {
    font-size: 15px;
  }
  body.spv2-body .spv2-btn {
    font-size: 15px;
  }
  body.spv2-body .spv2-footer__intro p {
    font-size: 15px;
    line-height: 1.55;
  }
  body.spv2-body .spv2-footer h2 {
    font-size: 14px !important;
  }
  body.spv2-body .spv2-footer__links a {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
  body.spv2-body .spv2-footer__bottom p {
    font-size: 13px;
    line-height: 1.45;
  }
  body.spv2-body .spv2-section-head>p {
    font-size: 17px;
    line-height: 1.55;
  }
  body.spv2-body .spv2-arrow-link {
    font-size: 15px;
  }
  body.spv2-body .spv2-trust-item strong {
    font-size: 16px;
  }
  body.spv2-body .spv2-trust-item span {
    font-size: 14px;
  }
  body.spv2-body .spv2-product-subtitle {
    font-size: 15px;
  }
  body.spv2-body .spv2-product-card li {
    font-size: 15px;
    line-height: 1.45;
  }
  body.spv2-body .spv2-product-proof {
    font-size: 13px;
    line-height: 1.4;
  }
  body.spv2-body .spv2-product-price {
    font-size: 14px;
  }
  body.spv2-body .spv2-buy-btn {
    font-size: 16px;
  }
  body.spv2-body .spv2-compare-intro p {
    font-size: 17px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
    font-size: 15px;
    line-height: 1.45;
  }
  body.spv2-body .spv2-compare-table thead th {
    font-size: 14px;
  }
  body.spv2-body .spv2-benefits strong {
    font-size: 15px;
  }
  body.spv2-body .spv2-benefits small {
    font-size: 13px;
  }
  body.spv2-body .spv2-guide-card p {
    font-size: 15px;
    line-height: 1.5;
  }
  body.spv2-body .spv2-topic-card__intro {
    font-size: 15px;
    line-height: 1.55;
  }
  body.spv2-body .spv2-topic-links a {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  body.spv2-body a.spv2-topic-more {
    font-size: 14px !important;
  }
  body.spv2-body .spv2-topic-note {
    font-size: 13px;
  }
  body.spv2-body .spv2-budget-jump a,	body.spv2-body .spv2-floor-jump a {
    font-size: 14px;
  }
  body.spv2-body .spv2-budget-card p {
    font-size: 17px;
    line-height: 1.65;
  }
  body.spv2-body .spv2-budget-table th,	body.spv2-body .spv2-budget-table td {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  body.spv2-body .spv2-budget-tier p {
    font-size: 17px;
    line-height: 1.65;
  }
  body.spv2-body .spv2-budget-related a {
    font-size: 15px;
    line-height: 1.4;
  }
  body.spv2-body .spv2-floor-card p {
    font-size: 16px;
    line-height: 1.6;
  }
  body.spv2-body .spv2-floor-table th,	body.spv2-body .spv2-floor-table td {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  body.spv2-body .spv2-floor-detail-grid .spv2-floor-detail p {
    font-size: 17px;
    line-height: 1.68;
  }
  body.spv2-body .spv2-floor-detail p {
    font-size: 17px;
    line-height: 1.68;
  }
  body.spv2-body .spv2-floor-split__links a {
    font-size: 15px;
  }
  body.spv2-body .spv2-floor-related a {
    font-size: 15px;
    line-height: 1.4;
  }
  body.spv2-body .spv2-about p {
    font-size: 17px;
    line-height: 1.65;
  }
  @media (max-width:760px) {
    body.spv2-body .spv2-footer__intro p {
      font-size: 14px;
    }
    body.spv2-body .spv2-footer__links a {
      font-size: 14px !important;
    }
    body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
      font-size: 14px;
    }
  }
  body.spv2-body a.spv2-btn--orange,	body.spv2-body a.spv2-buy-btn {
    background: #F5A623 !important;
    background-color: #F5A623 !important;
    border-color: #F5A623 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    box-shadow: 0 9px 22px rgba(245,166,35,.28) !important;
  }
  body.spv2-body a.spv2-btn--orange:hover,	body.spv2-body a.spv2-buy-btn:hover {
    background: #E69612 !important;
    background-color: #E69612 !important;
    border-color: #E69612 !important;
    color: #FFFFFF !important;
  }
  .spv2-hero__trust {
    background: #E4F3FD !important;
    border-top-color: #D0E7F6 !important;
  }
  .spv2-trust-icon {
    background: #CFE8F8 !important;
    color: #2E6FA3 !important;
  }
  .spv2-compare-intro {
    background: #EDF7FD !important;
  }
  .spv2-compare-table thead th {
    background: #E8F3FB !important;
  }
  .spv2-benefits {
    background: #DFF1FC !important;
    border-color: #C9E4F5 !important;
  }
  .spv2-about {
    background: #E7F3FB !important;
  }
  body.spv2-body a.spv2-guide-card,	body.spv2-body a.spv2-guide-card:hover,	body.spv2-body a.spv2-guide-card:focus,	body.spv2-body a.spv2-guide-card *,	body.spv2-body a.spv2-guide-card:hover *,	body.spv2-body a.spv2-guide-card:focus * {
    text-decoration: none !important;
  }
  body.spv2-body a.spv2-guide-card h3 {
    color: #183B63 !important;
  }
  body.spv2-body a.spv2-guide-card p {
    color: #62788C !important;
  }
  @media (min-width:901px) {
    body.spv2-body .spv2-header {
      min-height: 72px !important;
      background: rgba(255,255,255,.985) !important;
      border-bottom: 1px solid #E6EDF2 !important;
      box-shadow: 0 1px 0 rgba(24,59,99,.025) !important;
    }
    body.spv2-body .spv2-header__inner {
      width: min(1320px,calc(100% - 72px)) !important;
      height: 72px !important;
      min-height: 72px !important;
      margin: 0 auto !important;
      padding: 0 !important;
      display: flex !important;
      align-items: center !important;
      gap: 24px !important;
    }
    body.spv2-body .spv2-brand {
      display: flex !important;
      align-items: center !important;
      flex: 0 0 auto !important;
      margin: 0 !important;
      padding: 0 !important;
      text-decoration: none !important;
    }
    body.spv2-body .spv2-brand__logo {
      display: block !important;
      width: 198px !important;
      max-width: 198px !important;
      height: auto !important;
      max-height: 48px !important;
      margin: 0 !important;
      padding: 0 !important;
      object-fit: contain !important;
    }
    body.spv2-body .spv2-nav {
      display: flex !important;
      align-items: center !important;
      gap: 22px !important;
      margin: 0 0 0 34px !important;
      padding: 0 !important;
      flex: 0 1 auto !important;
    }
    body.spv2-body .spv2-nav a,	body.spv2-body .spv2-meta-nav a {
      display: inline-flex !important;
      align-items: center !important;
      position: relative !important;
      margin: 0 !important;
      padding: 3px 0 !important;
      color: #203A53 !important;
      font-size: 13px !important;
      font-weight: 750 !important;
      letter-spacing: -.01em !important;
      line-height: 1 !important;
      text-decoration: none !important;
      border: 0 !important;
      background: none !important;
      box-shadow: none !important;
    }
    body.spv2-body .spv2-nav a:after {
      content: "" !important;
      position: absolute !important;
      left: 0 !important;
      right: 100% !important;
      bottom: -7px !important;
      height: 2px !important;
      border-radius: 99px !important;
      background: #2E6FA3 !important;
      transition: right .18s ease !important;
    }
    body.spv2-body .spv2-nav a:hover,	body.spv2-body .spv2-meta-nav a:hover {
      color: #2E6FA3 !important;
      text-decoration: none !important;
    }
    body.spv2-body .spv2-nav a:hover:after {
      right: 0 !important;
    }
    body.spv2-body .spv2-search {
      display: flex !important;
      align-items: center !important;
      width: 176px !important;
      height: 36px !important;
      margin: 0 0 0 auto !important;
      padding: 0 11px !important;
      border: 1px solid #DDE7EE !important;
      border-radius: 9px !important;
      background: #F9FBFC !important;
      box-shadow: none !important;
    }
    body.spv2-body .spv2-search input {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      outline: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      color: #5F7486 !important;
      font-size: 12px !important;
      line-height: 1.2 !important;
    }
    body.spv2-body .spv2-search svg {
      display: block !important;
      flex: 0 0 15px !important;
      width: 15px !important;
      height: 15px !important;
      margin: 0 7px 0 0 !important;
      stroke: #6A8193 !important;
    }
    body.spv2-body .spv2-meta-nav {
      display: flex !important;
      align-items: center !important;
      margin: 0 0 0 2px !important;
      padding: 0 !important;
      flex: 0 0 auto !important;
    }
    body.spv2-body .spv2-meta-nav a {
      color: #5C7182 !important;
      font-size: 12.5px !important;
      font-weight: 700 !important;
    }
    body.spv2-body .spv2-menu-toggle,	body.spv2-body .spv2-mobile-nav {
      display: none !important;
    }
  }
  .spv2-hero__panel {
    overflow: hidden !important;
    background: #FFFFFF !important;
    border: 1px solid #E2EBF2 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 46px rgba(24,59,99,.07) !important;
  }
  .spv2-hero__main {
    position: relative !important;
    display: block !important;
    grid-template-columns: none !important;
    min-height: 620px !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }
  .spv2-hero__main:after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background: linear-gradient(90deg,rgba(255,255,255,.998) 0%,rgba(255,255,255,.99) 28%,rgba(255,255,255,.94) 38%,rgba(255,255,255,.68) 48%,rgba(255,255,255,.28) 56%,rgba(255,255,255,.08) 62%,rgba(255,255,255,0) 68%) !important;
    pointer-events: none !important;
  }
  .spv2-hero__media {
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .spv2-hero__media:before {
    display: none !important;
  }
  .spv2-hero__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 78% center !important;
    display: block !important;
  }
  .spv2-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    width: 57% !important;
    max-width: 760px !important;
    padding: 72px 0 62px 58px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .spv2-hero .spv2-eyebrow {
    margin-bottom: 24px !important;
    color: #55748E !important;
    font-size: 13px !important;
    letter-spacing: .17em !important;
  }
  .spv2-hero h1 {
    max-width: 720px !important;
    margin: 0 0 22px !important;
    color: #0F3158 !important;
    font-size: clamp(52px,4.15vw,64px) !important;
    line-height: .98 !important;
    letter-spacing: -.057em !important;
    font-weight: 950 !important;
  }
  .spv2-hero__lead {
    max-width: 650px !important;
    margin-bottom: 30px !important;
    color: #3F5D74 !important;
    font-size: 21px !important;
    line-height: 1.48 !important;
    font-weight: 650 !important;
    text-shadow: 0 1px 12px rgba(255,255,255,.78) !important;
  }
  .spv2-btn--hero {
    align-self: flex-start !important;
    min-height: 60px !important;
    padding: 0 30px !important;
    border-radius: 16px !important;
    font-size: 17px !important;
  }
  .spv2-hero-finder {
    position: absolute;
    z-index: 4;
    top: 72px;
    right: 30px;
    width: min(510px,39%);
    padding: 24px;
    border: 1px solid rgba(211,226,237,.96);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 46px rgba(24,59,99,.16);
    backdrop-filter: blur(10px);
  }
  .spv2-hero-finder__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
  }
  .spv2-hero-finder__head>div {
    min-width: 0;
  }
  .spv2-hero-finder__head strong {
    display: block;
    color: #173B63;
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: -.025em;
  }
  .spv2-hero-finder__head span {
    display: block;
    margin-top: 7px;
    color: #61788E;
    font-size: 14px;
    line-height: 1.45;
  }
  .spv2-hero-finder__head em {
    flex: 0 0 auto;
    color: #2E6FA3;
    font-family: "Segoe Print","Bradley Hand",cursive;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
    transform: rotate(-4deg);
  }
  .spv2-hero-finder__criteria {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    margin-bottom: 14px;
  }
  .spv2-hero-finder__criterion {
    min-width: 0;
    padding: 15px 9px 13px;
    border: 1px solid #D9E6EF;
    border-radius: 13px;
    background: #FAFCFE;
    text-align: center;
  }
  .spv2-hero-finder__criterion svg {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 7px;
    fill: none;
    stroke: #2E6FA3;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-hero-finder__criterion strong {
    display: block;
    color: #173B63;
    font-size: 13px;
    line-height: 1.2;
  }
  .spv2-hero-finder__criterion span {
    display: block;
    margin-top: 5px;
    color: #728798;
    font-size: 11px;
    line-height: 1.25;
  }
  .spv2-hero-finder__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    background: #2E6FA3;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(46,111,163,.18);
    transition: background .18s ease,transform .18s ease;
  }
  .spv2-hero-finder__cta:hover {
    background: #245C89;
    transform: translateY(-1px);
  }
  .spv2-hero-checklist {
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 185px;
    width: 250px;
    padding: 18px 20px;
    border: 1px solid #D9E6EF;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 34px rgba(24,59,99,.13);
    backdrop-filter: blur(10px);
  }
  .spv2-hero-checklist div {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 0;
    color: #173B63;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
  }
  .spv2-hero-checklist span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #E3F2FC;
    color: #2E6FA3;
    font-size: 17px;
    font-weight: 900;
  }
  .spv2-editorial-proof {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
  }
  .spv2-editorial-proof__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    background: #E6F2FB;
    color: #2E6FA3;
  }
  .spv2-editorial-proof__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .spv2-editorial-proof strong {
    display: block;
    color: #173B63;
    font-size: 15px;
  }
  .spv2-editorial-proof span {
    display: block;
    margin-top: 2px;
    color: #71879A;
    font-size: 12.5px;
  }
  .spv2-hero-note {
    position: absolute !important;
    z-index: 3 !important;
    left: 58% !important;
    top: 245px !important;
    bottom: auto !important;
    transform: rotate(-5deg) !important;
    color: #2E6FA3 !important;
    text-shadow: 0 1px 8px rgba(255,255,255,.92) !important;
    font-family: "Segoe Print","Bradley Hand",cursive !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    pointer-events: none;
  }
  .spv2-hero-note svg {
    display: block !important;
    width: 120px !important;
    height: 90px !important;
    margin: 2px 0 0 36px !important;
  }
  .spv2-hero__trust {
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 0 !important;
    padding: 22px 34px !important;
    border-top: 1px solid #E3EDF4 !important;
    background: linear-gradient(180deg,#F8FBFE 0%,#EFF7FC 100%) !important;
  }
  .spv2-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 8px 28px !important;
  }
  .spv2-trust-item+ .spv2-trust-item {
    border-left: 1px solid #DDE8F0 !important;
    border-top: 0 !important;
  }
  .spv2-trust-icon {
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    background: #DCECF8 !important;
    color: #2E6FA3 !important;
  }
  .spv2-trust-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  .spv2-trust-item strong {
    color: #173B63 !important;
    font-size: 15px !important;
  }
  .spv2-trust-item span {
    color: #71879A !important;
    font-size: 13px !important;
  }
  @media (max-width:1100px) {
    .spv2-hero__main {
      min-height: 610px !important;
    }
    .spv2-hero__copy {
      width: 58% !important;
      padding: 64px 0 64px 40px !important;
    }
    .spv2-hero h1 {
      font-size: 58px !important;
    }
    .spv2-hero-checklist {
      right: 18px;
      top: 178px;
      width: 225px;
      padding: 16px 17px;
    }
    .spv2-hero-checklist div {
      font-size: 13px;
    }
    .spv2-hero-note {
      left: 56% !important;
      top: 250px !important;
      bottom: auto !important;
      font-size: 18px !important;
    }
  }
  @media (max-width:900px) {
    .spv2-hero__main {
      min-height: 0 !important;
      padding: 0 0 28px !important;
      background: #FFFFFF !important;
    }
    .spv2-hero__main:after {
      background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 38%,rgba(255,255,255,.35) 72%,rgba(255,255,255,.05) 100%) !important;
    }
    .spv2-hero__media {
      height: 100% !important;
      min-height: 720px !important;
    }
    .spv2-hero__media img {
      object-position: center !important;
    }
    .spv2-hero__copy {
      width: auto !important;
      max-width: 680px !important;
      padding: 52px 34px 30px !important;
    }
    .spv2-hero-checklist {
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      max-width: 360px;
      margin: 240px 28px 0;
      padding: 16px 18px;
    }
    .spv2-hero-note {
      display: none !important;
    }
    .spv2-hero__trust {
      grid-template-columns: 1fr !important;
      padding: 12px 28px !important;
    }
    .spv2-trust-item {
      padding: 14px 4px !important;
    }
    .spv2-trust-item+.spv2-trust-item {
      border-left: 0 !important;
      border-top: 1px solid #DDE8F0 !important;
    }
  }
  @media (max-width:620px) {
    .spv2-hero {
      padding-top: 12px !important;
    }
    .spv2-hero__panel {
      border-radius: 14px !important;
    }
    .spv2-hero__media {
      min-height: 700px !important;
    }
    .spv2-hero__copy {
      padding: 40px 22px 24px !important;
    }
    .spv2-hero h1 {
      font-size: 45px !important;
    }
    .spv2-hero__lead {
      font-size: 18px !important;
      line-height: 1.5 !important;
    }
    .spv2-btn--hero {
      width: 100% !important;
      min-height: 54px !important;
      font-size: 15px !important;
    }
    .spv2-hero-checklist {
      margin: 200px 14px 0;
      padding: 14px 16px;
      border-radius: 15px;
    }
    .spv2-hero-checklist div {
      padding: 6px 0;
      font-size: 13px;
    }
    .spv2-hero-checklist span {
      width: 25px;
      height: 25px;
      flex-basis: 25px;
      font-size: 15px;
    }
    .spv2-editorial-proof {
      margin-top: 22px;
    }
    .spv2-editorial-proof__icon {
      width: 42px;
      height: 42px;
      flex-basis: 42px;
    }
    .spv2-editorial-proof strong {
      font-size: 14px;
    }
    .spv2-editorial-proof span {
      font-size: 11.5px;
    }
  }
  @media (max-width:1100px) {
    .spv2-nav {
      gap: 18px;
      margin-left: 8px;
    }
    .spv2-search {
      width: 150px;
    }
    .spv2-hero__copy {
      padding-left: 40px;
    }
    .spv2-hero h1 {
      font-size: 58px;
    }
    .spv2-compare-box {
      grid-template-columns: 1fr;
    }
    .spv2-compare-intro {
      border-right: 0;
      border-bottom: 1px solid #E5EAEE;
    }
    .spv2-finder-feature__grid {
      grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr);
      gap: 44px;
    }
  }
  @media (max-width:900px) {
    .spv2-shell {
      width: min(100% - 32px,1320px);
    }
    body.spv2-body .spv2-header__inner {
      width: min(100% - 28px,1320px) !important;
      height: 68px !important;
      min-height: 68px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 12px !important;
    }
    body.spv2-body .spv2-nav,	body.spv2-body .spv2-search,	body.spv2-body .spv2-meta-nav {
      display: none !important;
      visibility: hidden !important;
    }
    body.spv2-body .spv2-brand {
      display: flex !important;
      align-items: center !important;
      flex: 0 1 auto !important;
      min-width: 0 !important;
      text-decoration: none !important;
    }
    body.spv2-body .spv2-brand__logo {
      width: 205px !important;
      max-width: 68vw !important;
      max-height: 48px !important;
    }
    body.spv2-body .spv2-menu-toggle {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      flex: 0 0 44px !important;
      width: 44px !important;
      height: 44px !important;
      margin-left: auto !important;
      padding: 9px !important;
      border: 1px solid #D8E4EC !important;
      border-radius: 12px !important;
      background: #FFFFFF !important;
      box-shadow: none !important;
    }
    body.spv2-body .spv2-menu-toggle span:not(.screen-reader-text) {
      display: block !important;
      width: 20px !important;
      height: 2px !important;
      margin: 2px 0 !important;
      background: #183B63 !important;
      border-radius: 99px !important;
    }
    body.spv2-body .spv2-mobile-nav {
      width: min(100% - 28px,1320px) !important;
      margin: 0 auto 14px !important;
      padding: 8px 16px 16px !important;
      background: #FFFFFF !important;
      border: 1px solid #DCE6EE !important;
      border-top: 0 !important;
      border-radius: 0 0 16px 16px !important;
      box-shadow: 0 16px 36px rgba(24,59,99,.12) !important;
    }
    body.spv2-body .spv2-mobile-nav > a:not(.spv2-btn) {
      display: block !important;
      padding: 14px 4px !important;
      color: #183B63 !important;
      font-size: 16px !important;
      font-weight: 800 !important;
      line-height: 1.25 !important;
      text-decoration: none !important;
      border-bottom: 1px solid #E7EEF3 !important;
    }
    body.spv2-body .spv2-mobile-nav > a:not(.spv2-btn):hover {
      color: #2E6FA3 !important;
      text-decoration: none !important;
    }
    body.spv2-body .spv2-mobile-nav .spv2-btn {
      display: flex !important;
      width: 100% !important;
      margin-top: 14px !important;
      text-decoration: none !important;
    }
    .spv2-hero__main {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .spv2-hero__copy {
      padding: 54px 34px 36px;
    }
    .spv2-hero__media {
      height: 420px;
    }
    .spv2-hero__media:before {
      width: 100%;
      height: 30%;
      background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%);
    }
    .spv2-hero__trust {
      grid-template-columns: 1fr;
      padding: 12px 28px;
    }
    .spv2-trust-item {
      padding: 14px 4px;
    }
    .spv2-trust-item+.spv2-trust-item {
      border-left: 0;
      border-top: 1px solid #E2E8EC;
    }
    .spv2-product-grid {
      grid-template-columns: 1fr;
    }
    .spv2-product-card {
      display: grid;
      grid-template-columns: 220px 1fr;
    }
    .spv2-product-badge {
      grid-column: 1;
      grid-row: 1;
      align-self: start;
      justify-self: start;
    }
    .spv2-product-image {
      grid-column: 1;
      grid-row: 1/8;
      height: auto;
      min-height: 290px;
    }
    .spv2-product-card h3 {
      margin-top: 28px;
    }
    .spv2-benefits {
      grid-template-columns: repeat(2,1fr);
    }
    .spv2-guide-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .spv2-topic-grid {
      grid-template-columns: 1fr;
    }
    .spv2-budget-cards {
      grid-template-columns: 1fr;
    }
    .spv2-budget-related {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .spv2-floor-cards {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .spv2-floor-related {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .spv2-floor-split {
      grid-template-columns: 1fr;
    }
    .spv2-floor-mixed {
      grid-template-columns: 1fr;
    }
    .spv2-finder-feature__grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .spv2-finder-preview {
      width: 100%;
      max-width: 760px;
    }
    .spv2-about__grid {
      grid-template-columns: 260px 1fr;
      gap: 38px;
    }
    .spv2-footer__links {
      grid-template-columns: repeat(2,1fr);
      gap: 34px 52px;
    }
  }
  @media (max-width:620px) {
    .admin-bar .spv2-header {
      top: 46px;
    }
    .spv2-brand__logo {
      width: 190px;
    }
    .spv2-hero {
      padding-top: 12px;
    }
    .spv2-hero__panel {
      border-radius: 14px;
    }
    .spv2-hero__copy {
      padding: 40px 22px 28px;
    }
    .spv2-hero h1 {
      font-size: 46px;
    }
    .spv2-hero__lead {
      font-size: 18px;
    }
    .spv2-btn--hero {
      width: 100%;
    }
    .spv2-hero__media {
      height: 320px;
    }
    .spv2-hero-note {
      font-size: 18px;
      left: 8%;
      top: 14%;
    }
    .spv2-hero-seal {
      width: 88px;
      height: 88px;
      right: 14px;
      top: 14px;
      border-width: 4px;
      font-size: 8px;
    }
    .spv2-hero-seal strong {
      width: 25px;
      height: 25px;
      font-size: 15px;
    }
    .spv2-hero-pill {
      left: 14px;
      bottom: 14px;
      padding: 8px 11px;
      font-size: 10px;
    }
    .spv2-section-head {
      display: block;
    }
    .spv2-section-head .spv2-arrow-link {
      margin-top: 14px;
    }
    .spv2-product-card {
      display: block;
    }
    .spv2-product-image {
      height: 210px;
      min-height: 0;
    }
    .spv2-product-card h3 {
      margin-top: 6px;
    }
    .spv2-compare-intro {
      padding: 28px 22px;
    }
    .spv2-benefits {
      grid-template-columns: 1fr;
    }
    .spv2-guide-grid {
      grid-template-columns: 1fr;
    }
    .spv2-topic-card {
      padding: 22px 19px;
    }
    .spv2-topic-card__head {
      padding-right: 66px;
    }
    .spv2-topic-visual {
      right: 12px;
      top: 14px;
      width: 62px;
      height: 54px;
      border-radius: 14px;
    }
    .spv2-topic-visual svg {
      width: 54px;
      height: 44px;
    }
    .spv2-topic-card__intro {
      font-size: 12.5px;
    }
    .spv2-topic-card__head {
      grid-template-columns: 40px 1fr;
      gap: 12px;
    }
    .spv2-topic-card__number {
      width: 38px;
      height: 38px;
    }
    .spv2-topic-card h3 {
      font-size: 20px;
    }
    .spv2-topic-links {
      grid-template-columns: 1fr;
    }
    .spv2-budget-hub {
      width: min(100% - 32px,1120px);
    }
    .spv2-budget-lead {
      text-align: left;
      font-size: 18px;
    }
    .spv2-budget-jump {
      justify-content: flex-start;
      margin-bottom: 42px;
    }
    .spv2-budget-card {
      padding: 22px 19px;
    }
    .spv2-budget-tier {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 19px;
    }
    .spv2-budget-tier__price {
      min-height: 0;
      justify-content: flex-start;
      font-size: 19px;
    }
    .spv2-budget-low {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 19px;
    }
    .spv2-budget-related {
      grid-template-columns: 1fr;
    }
    .spv2-floor-hub {
      width: min(100% - 32px,1120px);
    }
    .spv2-floor-lead {
      text-align: left;
      font-size: 18px;
    }
    .spv2-floor-jump {
      justify-content: flex-start;
      margin-bottom: 42px;
    }
    .spv2-floor-cards {
      grid-template-columns: 1fr;
    }
    .spv2-floor-card {
      padding: 22px 19px;
    }
    .spv2-floor-card p {
      min-height: 0;
    }
    .spv2-floor-detail {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px 19px;
    }
    .spv2-floor-photo {
      height: 120px;
      margin: -22px -19px 0;
      border-radius: 16px 16px 10px 10px;
    }
    .spv2-floor-detail__label {
      min-height: 0;
      justify-content: flex-start;
      font-size: 19px;
    }
    .spv2-floor-split {
      padding: 22px 19px;
    }
    .spv2-floor-mixed {
      padding: 22px 19px;
    }
    .spv2-floor-related {
      grid-template-columns: 1fr;
    }
    .spv2-floor-detail-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .spv2-floor-detail-grid .spv2-floor-photo {
      height: 135px;
    }
    .spv2-floor-detail-grid .spv2-floor-detail__label {
      margin: 18px 18px 0;
    }
    .spv2-floor-detail-grid .spv2-floor-detail>div:last-child {
      padding: 16px 18px 21px;
    }
    .spv2-floor-detail-grid .spv2-floor-detail h2 {
      font-size: 23px;
    }
    .spv2-finder-feature {
      padding: 58px 0;
    }
    .spv2-finder-feature h2 {
      font-size: 39px;
    }
    .spv2-finder-feature p {
      font-size: 16px;
    }
    .spv2-finder-feature__btn {
      width: 100%;
    }
    .spv2-finder-preview__body {
      padding: 20px;
    }
    .spv2-finder-preview__top>span:last-child {
      display: none;
    }
    .spv2-finder-preview__cards {
      grid-template-columns: 1fr;
    }
    .spv2-about__grid {
      grid-template-columns: 1fr;
    }
    .spv2-about__photo {
      max-width: 250px;
    }
    .spv2-footer__intro {
      display: block;
      padding-top: 40px;
      padding-bottom: 24px;
    }
    .spv2-footer__intro p {
      margin-top: 8px;
      max-width: none;
      text-align: left;
    }
    .spv2-footer__links {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 30px 22px;
      padding-top: 28px;
      padding-bottom: 38px;
    }
    .spv2-footer__bottom .spv2-shell {
      display: block;
    }
  }
}
body.spv2-body .spv2-entry-content p.spv2-strength-row, body.spv2-body .spv2-entry-content p.spv2-weakness-row {
  position: relative;
  padding-left: 34px;
}
body.spv2-body .spv2-entry-content p.spv2-strength-row::before, body.spv2-body .spv2-entry-content p.spv2-weakness-row::before {
  position: absolute;
  left: 0;
  top: .14em;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
body.spv2-body .spv2-entry-content p.spv2-strength-row::before {
  content: "+";
  background: #E8F5EC;
  color: #2F7A45;
}
body.spv2-body .spv2-entry-content p.spv2-weakness-row::before {
  content: "−";
  background: #FBEDEC;
  color: #B44A43;
}
@media (min-width:901px) {
  body.spv2-body .spv2-compare-box {
    grid-template-columns: 27% 73%;
  }
  body.spv2-body .spv2-compare-intro {
    padding: 38px 30px 34px;
  }
  body.spv2-body .spv2-compare-table {
    table-layout: fixed;
  }
  body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
    padding: 16px 18px !important;
    font-size: 14px;
    line-height: 1.4;
  }
  body.spv2-body .spv2-compare-table th:first-child,	body.spv2-body .spv2-compare-table td:first-child {
    width: 32%;
    padding-left: 20px !important;
  }
  body.spv2-body .spv2-compare-table th:not(:first-child),	body.spv2-body .spv2-compare-table td:not(:first-child) {
    width: 22.666%;
  }
  body.spv2-body .spv2-compare-table thead th {
    font-size: 13px;
    white-space: normal;
  }
}
@media (max-width:900px) {
  body.spv2-body .spv2-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    padding-bottom: 6px;
  }
  body.spv2-body .spv2-compare-table {
    width: 700px;
    min-width: 700px;
    table-layout: fixed;
  }
  body.spv2-body .spv2-compare-table th,	body.spv2-body .spv2-compare-table td {
    padding: 13px 14px !important;
    font-size: 14px;
    line-height: 1.35;
  }
  body.spv2-body .spv2-compare-table th:first-child,	body.spv2-body .spv2-compare-table td:first-child {
    width: 190px;
    white-space: nowrap;
  }
  body.spv2-body .spv2-compare-table th:not(:first-child),	body.spv2-body .spv2-compare-table td:not(:first-child) {
    width: 170px;
  }
  body.spv2-body .spv2-compare-table thead th {
    font-size: 13px;
  }
}
body.spv2-body .spv2-entry-content li {
  font-weight: 400;
}
body.spv2-body .spv2-entry-content li > strong, body.spv2-body .spv2-entry-content li strong:first-child {
  font-weight: 700;
}
body.spv2-body .spv2-entry-content section#faq, body.spv2-body .spv2-entry-content .faq-section {
  margin-top: 64px;
}
body.spv2-body .spv2-entry-content .faq-section {
  margin: 48px 0;
}
body.spv2-body .spv2-entry-content .faq-section > h2 {
  margin-bottom: 12px;
}
body.spv2-body .spv2-entry-content .faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
body.spv2-body .spv2-entry-content details.faq-item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DDE7EE;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(24,59,99,.035);
}
body.spv2-body .spv2-entry-content details.faq-item > summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 16px 52px 16px 18px;
  color: #183B63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
body.spv2-body .spv2-entry-content details.faq-item > summary::-webkit-details-marker {
  display: none;
}
body.spv2-body .spv2-entry-content details.faq-item > summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #EEF6FC;
  color: #2E6FA3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
body.spv2-body .spv2-entry-content details.faq-item[open] > summary {
  background: #F8FBFD;
}
body.spv2-body .spv2-entry-content details.faq-item[open] > summary::after {
  content: "−";
}
body.spv2-body .spv2-entry-content details.faq-item:not([open]) > .faq-answer {
  display: none !important;
}
body.spv2-body .spv2-entry-content details.faq-item[open] > .faq-answer {
  display: block !important;
  padding: 0 18px 17px;
  border-top: 1px solid #EDF2F5;
  color: #4B6375;
  font-size: 16px;
  line-height: 1.65;
}
body.spv2-body .spv2-entry-content details.faq-item .faq-answer p {
  margin: 14px 0 0;
}
@media (max-width:620px) {
  body.spv2-body .spv2-entry-content details.faq-item > summary {
    min-height: 54px;
    padding: 14px 48px 14px 15px;
    font-size: 15px;
  }
  body.spv2-body .spv2-entry-content details.faq-item > summary::after {
    right: 14px;
  }
  body.spv2-body .spv2-entry-content details.faq-item[open] > .faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
  }
}
body.spv2-body .spv2-entry-content .sr-card, body.spv2-body .spv2-entry-content .sr-table {
  font-family: "Avenir Next","Segoe UI",ui-sans-serif,system-ui,sans-serif !important;
}
body.spv2-body .spv2-entry-content .sr-title {
  font-size: 27px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
}
body.spv2-body .spv2-entry-content .sr-rating, body.spv2-body .spv2-entry-content .sr-rating--inline {
  font-size: 12px !important;
  font-weight: 700 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__section-title {
  font-size: 11px !important;
  font-weight: 800 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__kv small {
  font-size: 10px !important;
  font-weight: 700 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__kv strong {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__pill {
  font-size: 12px !important;
  font-weight: 700 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__h3 {
  font-size: 11px !important;
  font-weight: 800 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__list li {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__desc {
  font-size: 15px !important;
  line-height: 1.6 !important;
}
body.spv2-body .spv2-entry-content .sr-wide__price {
  font-size: 27px !important;
}
body.spv2-body .spv2-entry-content .sr-btn {
  font-size: 13px !important;
  font-weight: 800 !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-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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
