/** Shopify CDN: Minification failed

Line 33:15 Expected identifier but found whitespace
Line 33:17 Unexpected "{"
Line 33:32 Expected ":"
Line 57:15 Expected identifier but found whitespace
Line 57:17 Unexpected "{"
Line 57:32 Expected ":"
Line 75:15 Expected identifier but found whitespace
Line 75:17 Unexpected "{"
Line 75:32 Expected ":"
Line 409:16 Expected identifier but found whitespace
... and 29 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-comparison-table (INDEX:40) */
.reken-section { box-sizing: border-box; }
  .reken-inner {
    display: flex;
    flex-direction: column;
  }
  .reken-eyebrow {
    margin: 0 0 1.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rk-ink-3);
    text-align: {{ content_align }};
  }
  .reken-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
  @media screen and (min-width: 860px) {
    .reken-head {
      flex-direction: row;
      align-items: flex-end;
      gap: 4rem;
    }
  }
  .reken-headline {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.01em;
    max-width: 100%;
    text-align: {{ content_align }};
  }
  @media screen and (min-width: 860px) {
    .reken-headline { max-width: 9ch; }
  }
  .reken-headline p { margin: 0; display: inline; }
  .reken-headline__pop {
    color: var(--rk-lime-deep);
  }
  .reken-head__aside {
    max-width: 33rem;
    padding-bottom: 0.8rem;
  }
  .reken-head__copy {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--rk-ink-2);
    margin: 0 0 1.8rem;
    text-align: {{ content_align }};
  }
  .reken-head__copy p { margin: 0 0 1rem; }
  .reken-head__copy p:last-child { margin: 0; }
  .reken-cta {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    background: var(--rk-cta-bg);
    color: var(--rk-cta-ink);
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 1rem 1rem 2.2rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 200ms ease;
  }
  .reken-cta:hover { transform: translateY(-1px); }
  .reken-cta__circ {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 999px;
    background: var(--rk-cta-circ-bg);
    color: var(--rk-cta-circ-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .reken-cta__circ svg { width: 1.5rem; height: 1.5rem; }

  .reken-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    align-items: stretch;
  }
  @media screen and (min-width: 860px) {
    .reken-grid {
      grid-template-columns: 1.05fr 0.95fr;
    }
  }

  .reken-card {
    position: relative;
    border-radius: var(--rk-radius);
    padding: 3.4rem 3.4rem 3rem;
    display: flex;
    flex-direction: column;
    min-height: 54rem;
  }
  @media (max-width: 859px) {
    .reken-card { min-height: 0; padding: 2.8rem 2.4rem 2.4rem; }
    .reken-card--alt { order: -1; }
  }
  .reken-card--hero {
    background: var(--rk-hero-bg);
    color: var(--rk-hero-ink);
  }
  .reken-card--alt {
    background: var(--rk-alt-bg);
    color: var(--rk-alt-ink);
    border: 1px solid var(--rk-line);
  }

  .reken-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    align-self: flex-start;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    margin-bottom: 2.6rem;
    white-space: nowrap;
  }
  .reken-badge--hero {
    background: var(--rk-badge-hero-bg);
    color: var(--rk-badge-hero-ink);
  }
  .reken-badge--alt {
    background: var(--rk-shell);
    color: var(--rk-ink-2);
  }
  .reken-badge__dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: currentColor;
  }
  .reken-badge--hero .reken-badge__dot { background: var(--rk-lime); }

  .reken-card__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.6rem;
    margin-bottom: 2.2rem;
    flex-wrap: wrap;
  }
  .reken-card__title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.005em;
  }
  .reken-card__sub {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--rk-ink-3);
  }
  .reken-card--hero .reken-card__sub { color: var(--rk-hero-ink-2); }

  .reken-rows {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .reken-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.6rem;
    padding: 1.7rem 0;
    border-top: 1px solid var(--rk-line);
  }
  .reken-card--hero .reken-row { border-top-color: var(--rk-line-hero); }
  .reken-row:first-child { border-top: 0; padding-top: 0.4rem; }

  .reken-row__label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .reken-row__name {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .reken-row__meta {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--rk-ink-3);
    white-space: nowrap;
    flex-shrink: 0;
  }
  .reken-card--hero .reken-row__meta { color: var(--rk-hero-ink-2); }
  .reken-row__price {
    font-size: 1.6rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }
  .reken-row__incl {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--rk-check-bg);
    background: color-mix(in srgb, var(--rk-lime) 60%, transparent);
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    white-space: nowrap;
  }

  .reken-mark {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .reken-mark--check {
    background: var(--rk-check-bg);
    color: var(--rk-check-ink);
  }
  .reken-mark--check svg { width: 1.2rem; height: 1.2rem; }
  .reken-mark--dot {
    background: transparent;
    border: 1.5px solid var(--rk-ink-3);
  }

  .reken-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem;
    margin-top: 0.6rem;
    padding-top: 2.2rem;
    border-top: 1.5px solid var(--rk-line);
  }
  .reken-card--hero .reken-total { border-top-color: var(--rk-line-hero); }
  .reken-total__label {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--rk-ink-2);
    max-width: 12ch;
    line-height: 1.25;
  }
  .reken-card--hero .reken-total__label { color: var(--rk-hero-ink-2); }
  .reken-total__price {
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 3.9rem;
    line-height: 0.9;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    text-align: right;
  }
  .reken-total__was {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--rk-ink-3);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--rk-strike);
    margin-right: 1rem;
    vertical-align: 0.2rem;
  }
  .reken-total__perday {
    display: block;
    font-family: var(--font-body-family);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--rk-ink-3);
    margin-top: 0.8rem;
  }
  .reken-card--hero .reken-total__perday { color: var(--rk-hero-ink-2); }

  .reken-notes {
    margin-top: 2.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .reken-note {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--rk-ink-2);
    line-height: 1.3;
  }
  .reken-card--hero .reken-note { color: var(--rk-hero-ink-2); }
  .reken-note__ico {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .reken-card--hero .reken-note__ico { background: rgba(255, 255, 255, 0.45); }
  .reken-card--alt .reken-note__ico { background: var(--rk-shell); }
  .reken-note__ico svg { width: 1.6rem; height: 1.6rem; stroke-width: 1.7; }
  .reken-note__ico img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
  }

  .reken-foot {
    margin-top: 1.8rem;
    background: var(--rk-alt-bg);
    border: 1px solid var(--rk-line);
    border-radius: var(--rk-radius-sm);
    padding: 1.8rem 2.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--rk-ink-3);
    flex-wrap: wrap;
  }
  .reken-foot__left p,
  .reken-foot__right p { margin: 0; display: inline; }
  .reken-foot__save {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--rk-ink);
    font-weight: 700;
    font-size: 1.4rem;
  }
  .reken-foot__tag {
    background: var(--rk-lime);
    color: var(--rk-ink);
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    font-variant-numeric: tabular-nums;
  }
  @media (max-width: 560px) {
    .reken-foot { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
  }

  @media (max-width: 859px) {
    .reken-row { padding: 1.3rem 0; gap: 1rem; }
    .reken-row__label { font-size: 1.35rem; gap: 1rem; }
    .reken-row__meta { font-size: 1.1rem; }
    .reken-row__price { font-size: 1.4rem; }
    .reken-row__incl { font-size: 1.1rem; padding: 0.4rem 0.9rem; }
    .reken-mark { width: 2rem; height: 2rem; }
    .reken-mark--check svg { width: 1.1rem; height: 1.1rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .reken-cta { transition: none; }
  }
/* END_SECTION:custom-comparison-table */

/* START_SECTION:custom-stack-comparison (INDEX:47) */
.stkcmp { box-sizing: border-box; }
  .stkcmp *, .stkcmp *::before, .stkcmp *::after { box-sizing: border-box; }
  .stkcmp__inner {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 1.6rem;
  }
  .stkcmp__heading {
    margin: 0 auto;
    margin-left: {% if content_align == 'center' %}auto{% else %}0{% endif %};
    max-width: 16ch;
    text-align: {{ content_align }};
    font-family: var(--font-heading-family);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--sc-ink);
  }
  .stkcmp__subtext {
    margin: 1.6rem auto 0;
    margin-left: {% if content_align == 'center' %}auto{% else %}0{% endif %};
    max-width: 46ch;
    text-align: {{ content_align }};
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--sc-muted);
  }
  .stkcmp__subtext p { margin: 0; }

  .stkcmp__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    margin-top: 3.2rem;
    align-items: stretch;
  }

  .stkcmp__card {
    position: relative;
    border-radius: var(--sc-radius);
    padding: 1.6rem 1.4rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .stkcmp__card--stack { background: var(--sc-stack-bg); }
  .stkcmp__card--alt { background: var(--sc-alt-bg); }

  .stkcmp__badge {
    align-self: center;
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .stkcmp__badge--stack { background: var(--sc-stack-badge-bg); color: var(--sc-stack-badge-ink); }
  .stkcmp__badge--alt { background: var(--sc-alt-badge-bg); color: var(--sc-alt-badge-ink); }

  .stkcmp__title {
    margin: 0.9rem 0 0;
    text-align: center;
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: var(--sc-ink);
  }

  .stkcmp__media {
    margin: 1.2rem 0;
    aspect-ratio: 134 / 95;
    background: var(--sc-img-bg);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .stkcmp__media img { width: 100%; height: 100%; object-fit: cover; }
  .stkcmp__media-ph {
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.55);
  }

  .stkcmp__cardsub {
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--sc-muted);
  }

  .stkcmp__rule {
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid var(--sc-rule);
    margin: 1.2rem 0;
  }

  .stkcmp__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
  }
  .stkcmp__row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.8rem;
  }
  .stkcmp__row--priced { grid-template-columns: auto 1fr auto; }

  .stkcmp__mark {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .stkcmp__mark--check { color: var(--sc-ink); }
  .stkcmp__mark--check svg { width: 100%; height: 100%; display: block; }
  .stkcmp__mark--circle {
    border-radius: 999px;
    border: 1.5px solid var(--sc-muted);
  }

  .stkcmp__rowname {
    min-width: 0;
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--sc-ink);
  }
  .stkcmp__rownote {
    display: block;
    font-family: var(--font-body-family);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    color: var(--sc-muted);
  }
  .stkcmp__rowprice {
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--sc-ink);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .stkcmp__pricelabel,
  .stkcmp__priceval,
  .stkcmp__perday { text-align: center; }
  .stkcmp__pricelabel {
    margin: 0;
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    color: var(--sc-ink);
  }
  .stkcmp__wasrow {
    margin: 0.4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
  .stkcmp__was {
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--sc-muted);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    font-variant-numeric: tabular-nums;
  }
  .stkcmp__save {
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--sc-stack-foot-ink);
    background: var(--sc-stack-foot-bg);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .stkcmp__priceval {
    margin: 0.4rem 0 0;
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: clamp(4rem, 11vw, 4.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--sc-ink);
    font-variant-numeric: tabular-nums;
  }
  .stkcmp__perday {
    margin: 0.6rem 0 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: var(--sc-muted);
  }

  .stkcmp__foot {
    margin: 1rem auto 0;
    align-self: center;
    font-family: var(--font-heading-family);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .stkcmp__foot--stack { background: var(--sc-stack-foot-bg); color: var(--sc-stack-foot-ink); }
  .stkcmp__foot--alt { background: var(--sc-alt-badge-bg); color: var(--sc-alt-badge-ink); }

  .stkcmp__vs {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 3px solid var(--sc-page);
    background: var(--sc-vs-bg);
    color: var(--sc-vs-ink);
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }

  /* Align every row across both cards: each card adopts the parent grid's row
     tracks via subgrid, so badge / title / image / list / price / footer line up
     even when a title or subtitle wraps. Falls back to the flex layout above. */
  @supports (grid-template-rows: subgrid) {
    .stkcmp__grid {
      grid-template-rows: repeat(12, auto);
      row-gap: 0;
    }
    .stkcmp__card {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: subgrid;
      grid-row: 1 / -1;
      padding-top: 0;
      padding-bottom: 0;
    }
    /* Pin each card to its own column so the full-width VS overlay below
       can't push them into implicit columns. */
    .stkcmp__card--stack { grid-column: 1; }
    .stkcmp__card--alt { grid-column: 2; }
    .stkcmp__badge { grid-row: 1; justify-self: center; margin-top: 1.6rem; }
    .stkcmp__title { grid-row: 2; }
    .stkcmp__media { grid-row: 3; }
    .stkcmp__cardsub { grid-row: 4; align-self: center; }
    .stkcmp__rule--top { grid-row: 5; }
    .stkcmp__list { grid-row: 6; }
    .stkcmp__rule--bottom { grid-row: 7; }
    .stkcmp__pricelabel { grid-row: 8; }
    .stkcmp__wasrow { grid-row: 9; }
    .stkcmp__priceval { grid-row: 10; }
    .stkcmp__perday { grid-row: 11; }
    .stkcmp__foot { grid-row: 12; justify-self: center; align-self: start; margin-bottom: 1.6rem; }
    .stkcmp__vs {
      position: static;
      transform: none;
      grid-column: 1 / -1;
      grid-row: 3;
      justify-self: center;
      align-self: center;
    }
  }

  .stkcmp__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
    width: 100%;
    padding: 1.6rem;
    border-radius: 999px;
    background: var(--sc-cta-bg);
    color: var(--sc-cta-ink);
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: transform 200ms ease;
  }
  .stkcmp__cta:hover { transform: translateY(-1px); }

  @media screen and (min-width: 750px) {
    .stkcmp__grid { gap: 2rem; }
    .stkcmp__card { padding: 2.2rem 2rem; }
    .stkcmp__badge { font-size: 1.1rem; }
    .stkcmp__title { font-size: 2rem; }
    .stkcmp__cardsub { font-size: 1.5rem; }
    .stkcmp__rowname { font-size: 1.5rem; }
    .stkcmp__rowprice { font-size: 1.5rem; }
    .stkcmp__mark { width: 1.8rem; height: 1.8rem; }
    .stkcmp__pricelabel { font-size: 1.4rem; }
    .stkcmp__priceval { font-size: 5.2rem; }
    .stkcmp__perday { font-size: 1.3rem; }
    .stkcmp__foot { font-size: 1.1rem; }
    .stkcmp__vs { width: 5.2rem; height: 5.2rem; font-size: 1.4rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .stkcmp__cta { transition: none; }
  }
/* END_SECTION:custom-stack-comparison */

/* START_SECTION:custom-why-it-matters (INDEX:51) */
.why-matters-section {
    box-sizing: border-box;
  }
  .why-matters-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "media"
      "panels";
    gap: 2.4rem;
    background: var(--wim-bg, #BFA6FF);
    color: var(--wim-text, #2E2A39);
    border-radius: 2.4rem;
    padding: 3.2rem 2.4rem;
  }
  @media screen and (min-width: 990px) {
    .why-matters-card {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto 1fr;
      grid-template-areas:
        "header media"
        "panels media";
      column-gap: 4rem;
      row-gap: 3.2rem;
      align-items: start;
      padding: 5.6rem;
    }
  }
  .why-matters-header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    align-items: {{ align_items }};
    text-align: {{ content_align }};
    gap: 3.2rem;
    min-width: 0;
  }
  .why-matters-media { grid-area: media; }
  .why-matters-panels { grid-area: panels; }
  .why-matters-eyebrow {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: inherit;
  }
  .why-matters-title {
    margin: 0;
    line-height: 1.05;
    font-weight: 800;
    color: inherit;
    letter-spacing: -0.01em;
  }
  .why-matters-pill {
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--wim-pill-bg, #FFFFFF);
    border-radius: 999px;
    padding: 0.5rem 0.6rem;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    clip-path: inset(0 round 999px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }
  @media screen and (min-width: 750px) {
    .why-matters-pill {
      padding: 0.8rem 1rem;
    }
  }
  .why-matters-pod {
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    width: 0;
    border-radius: 999px;
    background: var(--wim-pod, #C7F25C);
    transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1), width 320ms cubic-bezier(0.32, 0.72, 0, 1);
    pointer-events: none;
    z-index: 0;
  }
  @media screen and (min-width: 750px) {
    .why-matters-pod {
      top: 0.8rem;
      bottom: 0.8rem;
    }
  }
  .why-matters-tab {
    position: relative;
    z-index: 1;
    appearance: none;
    background: transparent;
    border: 0;
    flex: 1 1 0;
    min-width: 0;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    transition: color 200ms ease;
  }
  @media screen and (min-width: 750px) {
    .why-matters-tab {
      padding: 1rem 1.8rem;
      font-size: 1.5rem;
    }
  }
  .why-matters-tab:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .why-matters-panels {
    min-height: 8rem;
  }
  .why-matters-panel {
    display: none;
    animation: wim-fade 260ms ease both;
  }
  .why-matters-panel.is-active {
    display: block;
  }
  .why-matters-subtitle {
    margin: 0;
    font-size: clamp(1.6rem, 1.6vw, 1.9rem);
    line-height: 1.4;
    color: inherit;
    max-width: 36ch;
    text-align: {{ content_align }};
    margin-right: auto;
    margin-left: {% if content_align == 'center' %}auto{% else %}0{% endif %};
  }
  .why-matters-media {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 2rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
  }
  @media screen and (min-width: 990px) {
    .why-matters-media {
      aspect-ratio: auto;
      min-height: 100%;
    }
  }
  .why-matters-image-wrap {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 320ms ease;
  }
  .why-matters-image-wrap.is-active {
    opacity: 1;
  }
  .why-matters-image-wrap img,
  .why-matters-image-wrap svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  @keyframes wim-fade {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .why-matters-pod,
    .why-matters-image-wrap,
    .why-matters-panel { transition: none; animation: none; }
  }
/* END_SECTION:custom-why-it-matters */

/* CSS from block stylesheet tags */
/* START_BLOCK:stat-bars (INDEX:218) */
.dm-bars {
    margin: 0 auto;
    max-width: 60rem;
  }

  .dm-bars__eyebrow {
    margin: 0 0 0.4rem;
    text-align: left;
    color: var(--dmb-eyebrow, rgba(37, 22, 47, 0.6));
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .dm-bars__title {
    margin: 0 0 2.4rem;
    text-align: left;
    color: var(--dmb-title);
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: clamp(2.6rem, 5.4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
  }

  .dm-bars__title > * {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
  }

  .dm-bars__list {
    display: flex;
    flex-direction: column;
    gap: var(--dmb-gap, 0.8rem);
  }

  .dm-bars__bar {
    position: relative;
    height: var(--dmb-height, 40px);
    border-radius: var(--dmb-radius, 8px);
    background: var(--dmb-track, #f4f0ec);
    overflow: hidden;
    isolation: isolate;
  }

  /* Parent-scoped selector beats the theme's `div:empty { display: none }` rule. */
  .dm-bars__bar .dm-bars__fill {
    display: block;
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--dmb-pct, 0%);
    background: var(--dmb-fill, #cbff78);
    border-radius: inherit;
    z-index: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .dm-bars[data-dm-revealed] .dm-bars__fill {
    transform: scaleX(1);
  }

  .dm-bars__label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.6rem;
    color: var(--dmb-label, #25162f);
    font-family: var(--font-heading-family);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }

  .dm-bars__body {
    margin-top: 2.8rem;
    color: var(--dmb-body, rgba(37, 22, 47, 0.8));
    /* Theme paragraph size — see body { font-size: 1.5rem } in theme.liquid. */
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }

  .dm-bars__body > :first-child { margin-top: 0; }
  .dm-bars__body > :last-child { margin-bottom: 0; }

  @media (prefers-reduced-motion: reduce) {
    .dm-bars__fill {
      transition: none;
      transform: scaleX(1);
    }
  }
/* END_BLOCK:stat-bars */