/** Shopify CDN: Minification failed

Line 2208:8 Expected identifier but found whitespace
Line 2208:10 Unexpected "{"
Line 2208:19 Expected ":"
Line 2208:51 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:chs-browse-library (INDEX:9) */
.chs-browse {
  position: relative;
  background: #faf6f4;
  color: #151515;
  margin-top: var(--chs-margin-top);
  margin-bottom: var(--chs-margin-bottom);
}

.chs-browse,
.chs-browse * {
  box-sizing: border-box;
}

.chs-browse__wave {
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 44px;
  pointer-events: none;
}

.chs-browse__wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.chs-browse__wave path {
  fill: #faf6f4;
}

.chs-browse__inner {
  width: 100%;
  padding-bottom: 42px !important;
  text-align: center;
  max-width: var(--chs-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--chs-side-padding);
  padding-right: var(--chs-side-padding);
}

.chs-browse h2 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: clamp(36px, 3.5vw, 54px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.chs-browse__sub {
  margin: 9px 0 24px;
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 1.4;
}

.chs-browse__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.chs-browse__card {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.035);
  transition: transform .2s ease, box-shadow .2s ease;
}

.chs-browse__card:hover {
  transform: translateY(-3px);
  color: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.chs-browse__image {
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
}

.chs-browse__image img,
.chs-browse__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chs-browse__placeholder {
  background: rgba(0,0,0,.03);
}

.chs-browse__copy {
  min-height: 105px;
  padding: 13px 10px 17px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.chs-browse__copy strong {
  font-family: var(--font-body-family);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}

.chs-browse__copy span {
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 1100px) {
  .chs-browse__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .chs-browse__wave {
    top: -26px;
    height: 28px;
  }

  .chs-browse__inner {
    padding-bottom: 30px !important;
  }

  .chs-browse h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .chs-browse__sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .chs-browse__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .chs-browse__copy {
    min-height: 96px;
    padding: 12px 8px 15px;
  }

  .chs-browse__copy strong {
    font-size: 15px;
  }

  .chs-browse__copy span {
    font-size: 13px;
  }
}
/* END_SECTION:chs-browse-library */

/* START_SECTION:chs-commercial-use (INDEX:13) */
.chs-license {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
  }

  .chs-license,
  .chs-license * {
    box-sizing: border-box;
  }

  .chs-license__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(500px, 1fr) minmax(0, 1.35fr);
    gap: 40px;
    align-items: center;
  }

  .chs-license__content h2 {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(36px, 3.4vw, 54px);
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 800;
  }

  .chs-license__subheading {
    margin-top: 16px;
    max-width: 560px;
    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1.5;
  }

  .chs-license__subheading p {
    margin: 0;
  }

  .chs-license__lists {
    margin-top: 22px;
    display: grid;
    gap: 18px;
  }

  .chs-license__group-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .chs-license__group-title strong {
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
  }

  .chs-license__status-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .chs-license__status-icon svg,
  .chs-license__mini-check svg,
  .chs-license__mini-x svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-license__group-title--yes {
    color: var(--chs-yes);
  }

  .chs-license__group-title--yes strong,
  .chs-license__group-title--no strong {
    color: var(--chs-text);
  }

  .chs-license__group-title--no {
    color: var(--chs-no);
  }

  .chs-license__group ul {
    list-style: none;
    margin: 16px 0 0 54px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 14px;
  }

  .chs-license__group li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
  }

  .chs-license__mini-check,
  .chs-license__mini-x {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
  }

  .chs-license__mini-check {
    color: var(--chs-yes);
  }

  .chs-license__mini-x {
    color: var(--chs-no);
  }

  .chs-license__group li strong,
  .chs-license__group li span {
    display: block;
    font-family: var(--font-body-family);
  }

  .chs-license__group li strong {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
  }

  .chs-license__group li div > span {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.45;
  }

  .chs-license__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .chs-license__image-card {
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    background: #f4f0eb;
  }

  .chs-license__image,
  .chs-license__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 990px) {
    .chs-license__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .chs-license__group ul {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-license {
      padding-left: 16px;
      padding-right: 16px;
    }

    .chs-license__gallery {
      gap: 9px;
    }

    .chs-license__image-card {
      border-radius: 12px;
    }

    .chs-license__group ul {
      margin-left: 0;
    }
  }
/* END_SECTION:chs-commercial-use */

/* START_SECTION:chs-cta-button (INDEX:14) */
.chs-cta-only {
  background: var(--bg);
  padding: var(--pt) 20px var(--pb);
}

.chs-cta-only,
.chs-cta-only * {
  box-sizing: border-box;
}

.chs-cta-only__inner {
  width: 100%;
  display: flex;
}

.chs-cta-only__inner--left {
  justify-content: flex-start;
}

.chs-cta-only__inner--center {
  justify-content: center;
}

.chs-cta-only__inner--right {
  justify-content: flex-end;
}

.chs-cta-only__button {
  width: min(100%, var(--w));
  min-height: var(--h);
  padding: 0 28px;
  border-radius: var(--r);
  background: var(--btn);
  color: var(--txt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-family: var(--font-body-family);
  font-size: var(--fs);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.chs-cta-only__button:hover {
  color: var(--txt);
  opacity: .92;
}

.chs-cta-only__button span {
  font-size: 1.35em;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .chs-cta-only {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chs-cta-only__button {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* END_SECTION:chs-cta-button */

/* START_SECTION:chs-everything-you-get (INDEX:16) */
.chs-everything {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
    overflow: hidden;
  }

  .chs-everything,
  .chs-everything * {
    box-sizing: border-box;
  }

  .chs-everything__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, var(--chs-text-column)) minmax(0, var(--chs-image-column));
    gap: 44px;
    align-items: center;
  }

  .chs-everything__left {
    min-width: 0;
  }

  .chs-everything__title-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .chs-everything__title-row h2 {
    margin: 0;
    max-width: 520px;
    font-family: var(--font-heading-family);
    font-size: clamp(38px, 3.8vw, 58px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
  }

  .chs-everything__heart {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    color: var(--chs-pink);
    margin-top: 10px;
  }

  .chs-everything__heart svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-everything__lists {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .chs-everything__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
  }

  .chs-everything__lists li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-family: var(--font-body-family);
    font-size: var(--chs-list-font-size);
    line-height: 1.4;
    font-weight: 400;
  }

  .chs-everything__check {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--chs-pink);
    margin-top: -1px;
  }

  .chs-everything__check svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-everything__visuals {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .chs-everything__visual {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--chs-image-radius);
  }

  .chs-everything__visual img,
  .chs-everything__visual svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  @media screen and (max-width: 1050px) {
    .chs-everything__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .chs-everything__visuals {
      max-width: 850px;
      width: 100%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-everything {
      padding-left: 24px;
      padding-right: 24px;
    }

    .chs-everything__title-row {
      gap: 10px;
    }

    .chs-everything__title-row h2 {
      font-size: clamp(36px, 11vw, 48px);
    }

    .chs-everything__heart {
      width: 34px;
      height: 34px;
      flex-basis: 34px;
      margin-top: 6px;
    }

    .chs-everything__lists {
      grid-template-columns: 1fr;
      gap: 12px;
    }


  }
/* END_SECTION:chs-everything-you-get */

/* START_SECTION:chs-faq (INDEX:17) */
.chs-faq {
  background: var(--chs-bg);
  color: var(--chs-text);
  padding: var(--chs-pad-top) var(--chs-side-pad) var(--chs-pad-bottom);
}

.chs-faq,
.chs-faq * {
  box-sizing: border-box;
}

.chs-faq__inner {
  width: 100%;
  max-width: var(--chs-width);
  margin: 0 auto;
}

.chs-faq__header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.chs-faq__eyebrow {
  margin-bottom: 10px;
  color: var(--chs-accent);
  font-family: var(--font-body-family);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.chs-faq__header h2 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: var(--chs-heading-size);
  line-height: 1;
  letter-spacing: -.035em;
  font-weight: 800;
}

.chs-faq__subheading {
  margin-top: 12px;
  font-family: var(--font-body-family);
  font-size: var(--chs-sub-size);
  line-height: 1.5;
}

.chs-faq__subheading p {
  margin: 0;
}

.chs-faq__list {
  display: grid;
  gap: var(--chs-item-gap);
}

.chs-faq__item {
  overflow: hidden;
  border: 1px solid var(--chs-border);
  border-radius: var(--chs-item-radius);
  background: var(--chs-item-bg);
}

.chs-faq__question {
  width: 100%;
  padding: var(--chs-item-pad-y) var(--chs-item-pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-body-family);
  font-size: var(--chs-question-size);
  line-height: 1.3;
  font-weight: 700;
  color: var(--chs-text);
}

.chs-faq__question::-webkit-details-marker {
  display: none;
}

.chs-faq__question::marker {
  display: none;
  content: "";
}

.chs-faq__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--chs-accent);
  display: grid;
  place-items: center;
}

.chs-faq__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.chs-faq__icon-v {
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}

.chs-faq__item[open] .chs-faq__icon-v {
  transform: rotate(90deg);
  opacity: 0;
}

.chs-faq__answer {
  padding: 0 var(--chs-item-pad-x) var(--chs-item-pad-y);
  font-family: var(--font-body-family);
  font-size: var(--chs-answer-size);
  line-height: 1.6;
  color: var(--chs-text);
  opacity: .82;
}

.chs-faq__answer p {
  margin: 0 0 12px;
}

.chs-faq__answer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  .chs-faq {
    padding-left: 18px;
    padding-right: 18px;
  }

  .chs-faq__header {
    margin-bottom: 24px;
  }

  .chs-faq__header h2 {
    font-size: var(--chs-heading-mobile);
  }

  .chs-faq__question {
    font-size: max(15px, calc(var(--chs-question-size) - 1px));
    padding-left: 16px;
    padding-right: 16px;
  }

  .chs-faq__answer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* END_SECTION:chs-faq */

/* START_SECTION:chs-image-carousel (INDEX:18) */
.chs-manual-carousel {
  background: var(--chs-bg);
  color: var(--chs-text);
  padding: var(--chs-pad-top) var(--chs-side-pad) var(--chs-pad-bottom);
}

.chs-manual-carousel,
.chs-manual-carousel * {
  box-sizing: border-box;
}

.chs-manual-carousel__inner {
  width: 100%;
  max-width: var(--chs-width);
  margin: 0 auto;
}

.chs-manual-carousel__header {
  min-height: 44px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.chs-manual-carousel__heading-wrap {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.chs-manual-carousel__heading-wrap h2 {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: var(--chs-heading-size);
  line-height: 1.05;
  letter-spacing: -.025em;
  font-weight: 700;
}

.chs-manual-carousel__title-icon {
  width: var(--chs-icon-size);
  height: var(--chs-icon-size);
  flex: 0 0 var(--chs-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--chs-accent);
}

.chs-manual-carousel__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chs-manual-carousel__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.chs-manual-carousel__arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(32,34,25,.14);
  border-radius: 50%;
  background: #fff;
  color: var(--chs-text);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.chs-manual-carousel__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chs-manual-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(
    (100% - (var(--chs-cards-desktop) - 1) * var(--chs-gap))
    / var(--chs-cards-desktop)
  );
  gap: var(--chs-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding: 1px;
}

.chs-manual-carousel__track::-webkit-scrollbar {
  display: none;
}

.chs-manual-carousel__card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--chs-radius);
  background: transparent;
  scroll-snap-align: start;
  align-self: start;
}

.chs-manual-carousel__image,
.chs-manual-carousel__placeholder {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 749px) {
  .chs-manual-carousel {
    padding-left: 16px;
    padding-right: 0;
  }

  .chs-manual-carousel__header {
    min-height: 36px;
    margin-bottom: 13px;
    padding-right: 16px;
  }

  .chs-manual-carousel__heading-wrap {
    gap: 8px;
  }

  .chs-manual-carousel__heading-wrap h2 {
    font-size: var(--chs-heading-mobile);
  }

  .chs-manual-carousel__title-icon {
    width: min(var(--chs-icon-size), 23px);
    height: min(var(--chs-icon-size), 23px);
    flex-basis: min(var(--chs-icon-size), 23px);
  }

  .chs-manual-carousel__controls {
    display: none;
  }

  .chs-manual-carousel__track {
    grid-auto-columns: var(--chs-mobile-width);
    padding-right: 16px;
  }
}
/* END_SECTION:chs-image-carousel */

/* START_SECTION:chs-lifetime-access-hero (INDEX:20) */
.chs-life-hero {
  background: var(--chs-bg);
  color: var(--chs-text);
  padding: var(--chs-pad-top) var(--chs-side-pad) var(--chs-pad-bottom);
}

.chs-life-hero,
.chs-life-hero * {
  box-sizing: border-box;
}

.chs-life-hero__inner {
  width: 100%;
  max-width: var(--chs-width);
  margin: 0 auto;
  text-align: center;
}

.chs-life-hero__eyebrow {
  margin-bottom: 14px;
  color: var(--chs-accent);
  font-family: var(--font-body-family);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.chs-life-hero__heading {
  margin: 0;
  font-family: var(--font-heading-family);
  font-size: var(--chs-heading-size);
  line-height: var(--chs-heading-line);
  letter-spacing: -.04em;
  font-weight: 800;
}

.chs-life-hero__accent {
  color: var(--chs-accent);
}

.chs-life-hero__subheading {
  max-width: var(--chs-sub-width);
  margin: 20px auto 0;
  font-family: var(--font-body-family);
  font-size: var(--chs-sub-size);
  line-height: 1.5;
}

.chs-life-hero__subheading p {
  margin: 0;
}

.chs-life-hero__price-row {
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-family: var(--font-body-family);
}

.chs-life-hero__compare {
  font-size: calc(var(--chs-price-size) * .62);
  text-decoration: line-through;
  opacity: .55;
}

.chs-life-hero__price {
  font-size: var(--chs-price-size);
  line-height: 1;
  font-weight: 800;
}

.chs-life-hero__price-note {
  font-size: 13px;
  opacity: .7;
}

.chs-life-hero__button {
  width: min(100%, var(--chs-button-width));
  min-height: var(--chs-button-height);
  margin: 26px auto 0;
  padding: 0 28px;
  border-radius: var(--chs-button-radius);
  background: var(--chs-button-bg);
  color: var(--chs-button-text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-family: var(--font-body-family);
  font-size: var(--chs-button-size);
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .18s ease, transform .18s ease;
}

.chs-life-hero__button:hover {
  color: var(--chs-button-text);
  opacity: .92;
  transform: translateY(-1px);
}

.chs-life-hero__button span {
  font-size: 1.35em;
  font-weight: 400;
}

.chs-life-hero__note {
  margin-top: 11px;
  font-family: var(--font-body-family);
  font-size: 12px;
  line-height: 1.35;
  opacity: .72;
}

.chs-life-hero__trust {
  margin-top: var(--chs-trust-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--chs-trust-color);
  font-family: var(--font-body-family);
  font-size: var(--chs-trust-size);
  line-height: 1.3;
  font-weight: 700;
}

.chs-life-hero__heart {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: var(--chs-accent);
}

.chs-life-hero__heart svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.chs-life-hero__benefits {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--chs-benefit-gap);
}

.chs-life-hero__benefit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body-family);
  font-size: var(--chs-benefit-size);
  line-height: 1.3;
}

.chs-life-hero__check {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--chs-accent);
}

.chs-life-hero__check svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 749px) {
  .chs-life-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chs-life-hero__heading {
    font-size: var(--chs-heading-mobile);
  }

  .chs-life-hero__subheading {
    font-size: var(--chs-sub-mobile);
  }

  .chs-life-hero__benefits {
    gap: 12px 18px;
  }

  .chs-life-hero__benefit {
    font-size: 12px;
  }
}
/* END_SECTION:chs-lifetime-access-hero */

/* START_SECTION:chs-lifetime-cta-strip (INDEX:21) */
.chs-lifetime-strip {
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
  }

  .chs-lifetime-strip,
  .chs-lifetime-strip * {
    box-sizing: border-box;
  }

  .chs-lifetime-strip__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
    padding: 18px 28px;
    border-radius: var(--chs-radius);
    background: var(--chs-bg);
    color: var(--chs-text);

    display: grid;
    grid-template-columns: 1fr minmax(360px, .95fr);
    align-items: center;
    gap: 42px;
  }

  .chs-lifetime-strip__copy {
    text-align: center;
  }

  .chs-lifetime-strip__copy h2 {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 800;
  }

  .chs-lifetime-strip__copy p {
    margin: 10px 0 0;
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.35;
  }

  .chs-lifetime-strip__action {
    text-align: center;
  }

  .chs-lifetime-strip__button {
    width: 100%;
    min-height: 58px;
    padding: 0 26px;
    border-radius: 7px;
    background: var(--chs-pink);
    color: var(--chs-button-text);
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .01em;

    transition: opacity .18s ease, transform .18s ease;
  }

  .chs-lifetime-strip__button:hover {
    color: var(--chs-button-text);
    opacity: .92;
    transform: translateY(-1px);
  }

  .chs-lifetime-strip__button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .chs-lifetime-strip__note {
    margin: 8px 0 0;
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1.3;
  }

  @media screen and (max-width: 900px) {
    .chs-lifetime-strip__inner {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 24px;
    }

    .chs-lifetime-strip__copy h2 {
      font-size: 38px;
    }

    .chs-lifetime-strip__action {
      max-width: 560px;
      width: 100%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .chs-lifetime-strip {
      padding-left: 20px;
      padding-right: 20px;
    }

    .chs-lifetime-strip__inner {
      padding: 22px 18px;
      border-radius: min(var(--chs-radius), 20px);
    }

    .chs-lifetime-strip__copy h2 {
      font-size: clamp(32px, 9vw, 40px);
    }

    .chs-lifetime-strip__copy p {
      font-size: 15px;
    }

    .chs-lifetime-strip__button {
      min-height: 54px;
      padding: 0 18px;
      font-size: 14px;
      gap: 12px;
    }
  }
/* END_SECTION:chs-lifetime-cta-strip */

/* START_SECTION:chs-my-access (INDEX:22) */
.chs-my-access {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-pad-top) 20px var(--chs-pad-bottom);
  }

  .chs-my-access,
  .chs-my-access * {
    box-sizing: border-box;
  }

  .chs-my-access__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
  }

  .chs-my-access__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .chs-my-access__header h1,
  .chs-my-access__state h1 {
    margin: 0;
    font-family: var(--font-heading-family);
    font-size: clamp(40px, 4.5vw, 62px);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
  }

  .chs-my-access__description {
    margin-top: 14px;
    color: var(--chs-muted);
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.5;
  }

  .chs-my-access__description p {
    margin: 0;
  }

  .chs-my-access__member-badge {
    width: fit-content;
    margin: 16px auto 0;
    padding: 7px 11px;
    border-radius: 999px;
    background: #edf9f1;
    color: #2f7d4b;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-body-family);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
  }

  .chs-my-access__member-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf7a;
  }

  .chs-my-access__editor-note {
    width: fit-content;
    margin: 0 auto 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff3cd;
    color: #664d03;
    font-size: 12px;
    line-height: 1.2;
  }

  .chs-my-access__updates {
    max-width: 920px;
    margin: 0 auto 22px;
  }

  .chs-my-access__updates-details {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--chs-accent) 22%, var(--chs-border));
    border-radius: var(--chs-radius);
    background: #fff7fa;
  }

  .chs-my-access__updates-summary {
    min-height: 66px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
  }

  .chs-my-access__updates-summary::-webkit-details-marker {
    display: none;
  }

  .chs-my-access__updates-summary-left {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
  }

  .chs-my-access__sparkle {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: var(--chs-accent);
  }

  .chs-my-access__sparkle svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .chs-my-access__updates-summary-copy {
    min-width: 0;
  }

  .chs-my-access__updates-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .chs-my-access__updates-title-row > strong {
    font-family: var(--font-body-family);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
  }

  .chs-my-access__updates-badge {
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--chs-accent);
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .chs-my-access__updates-chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--chs-accent);
    transition: transform .18s ease;
  }

  .chs-my-access__updates-chevron svg,
  .chs-my-access__update-arrow svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-my-access__updates-details[open] .chs-my-access__updates-chevron {
    transform: rotate(180deg);
  }

  .chs-my-access__updates-latest {
    margin-top: 5px;
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    color: var(--chs-muted);
    font-size: 12px;
    line-height: 1.35;
  }

  .chs-my-access__updates-latest > span:first-child {
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .chs-my-access__updates-latest strong {
    color: var(--chs-text);
  }

  .chs-my-access__updates-body {
    border-top: 1px solid color-mix(in srgb, var(--chs-accent) 14%, var(--chs-border));
    background: #fff;
  }

  .chs-my-access__update-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--chs-border);
  }

  .chs-my-access__update-row:last-child {
    border-bottom: 0;
  }

  .chs-my-access__update-date {
    color: var(--chs-muted);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .chs-my-access__update-copy {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .chs-my-access__update-copy strong,
  .chs-my-access__update-copy a {
    flex: 0 0 auto;
    color: var(--chs-accent);
    font-weight: 700;
    text-decoration: none;
  }

  .chs-my-access__update-copy > span {
    color: var(--chs-muted);
  }

  .chs-my-access__update-arrow {
    width: 20px;
    height: 20px;
    color: var(--chs-accent);
  }

  .chs-my-access__list {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
  }

  .chs-my-access__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding: 16px 20px;
    border: 1px solid var(--chs-border);
    border-radius: var(--chs-radius);
    background: var(--chs-card-bg);
    color: var(--chs-text);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .chs-my-access__item:hover {
    color: var(--chs-text);
    border-color: color-mix(in srgb, var(--chs-accent) 45%, var(--chs-border));
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  }

  .chs-my-access__item-main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }

  .chs-my-access__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--chs-accent) 12%, white);
    color: var(--chs-accent);
  }

  .chs-my-access__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-my-access__item-copy {
    min-width: 0;
  }

  .chs-my-access__item-copy h2 {
    margin: 0;
    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
  }

  .chs-my-access__item-copy p {
    margin: 4px 0 0;
    color: var(--chs-muted);
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1.4;
  }

  .chs-my-access__item-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--chs-accent);
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
  }

  .chs-my-access__item-action svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-my-access__vault {
    max-width: 920px;
    margin: 42px auto 0;
    padding: 34px 36px;
    border: 1px solid #BFE5D1;
    border-radius: var(--chs-radius);
    background: var(--vault-bg);
    text-align: center;
  }

  .chs-my-access__vault-copy {
    max-width: 700px;
    margin: 0 auto;
  }

  .chs-my-access__vault-eyebrow {
    margin-bottom: 9px;
    color: var(--vault-accent);
    font-family: var(--font-body-family);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .chs-my-access__vault h2 {
    margin: 0;
    color: var(--chs-text);
    font-family: var(--font-heading-family);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -.025em;
    font-weight: 700;
  }

  .chs-my-access__vault-text {
    margin-top: 13px;
    color: var(--chs-muted);
    font-family: var(--font-body-family);
    font-size: 15px;
    line-height: 1.55;
  }

  .chs-my-access__vault-text p {
    margin: 0;
  }

  .chs-my-access__vault-benefits {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: var(--chs-text);
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
  }

  .chs-my-access__vault-benefits div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .chs-my-access__vault-benefits span {
    color: var(--vault-accent);
    font-weight: 800;
  }

  .chs-my-access__vault-button {
    width: min(100%, 380px);
    min-height: 50px;
    margin: 24px auto 0;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--vault-button);
    color: var(--vault-button-text);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-body-family);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
  }

  .chs-my-access__vault-button:hover {
    color: var(--vault-button-text);
    opacity: .92;
  }

  .chs-my-access__vault-button > span {
    font-size: 18px;
    font-weight: 400;
  }

  .chs-my-access__vault-note {
    max-width: 620px;
    margin: 14px auto 0;
    color: var(--chs-muted);
    font-family: var(--font-body-family);
    font-size: 11px;
    line-height: 1.5;
  }

  .chs-my-access__state {
    max-width: 620px;
    margin: 0 auto;
    padding: 54px 32px;
    text-align: center;
    border: 1px solid var(--chs-border);
    border-radius: var(--chs-radius);
    background: var(--chs-card-bg);
  }

  .chs-my-access__state-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    display: block;
    color: var(--chs-muted);
  }

  .chs-my-access__state-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-my-access__state p {
    max-width: 470px;
    margin: 14px auto 24px;
    color: var(--chs-muted);
    font-size: 16px;
    line-height: 1.55;
  }

  .chs-my-access__button {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--chs-accent);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .chs-my-access__button:hover {
    color: #fff;
    opacity: .92;
  }

  @media screen and (max-width: 749px) {
    .chs-my-access {
      padding-left: 18px;
      padding-right: 18px;
    }

    .chs-my-access__header {
      margin-bottom: 26px;
    }

    .chs-my-access__item {
      gap: 12px;
      min-height: 76px;
      padding: 14px;
    }

    .chs-my-access__icon {
      width: 40px;
      height: 40px;
      flex-basis: 40px;
    }

    .chs-my-access__item-copy h2 {
      font-size: 15px;
    }

    .chs-my-access__item-action span {
      display: none;
    }

    .chs-my-access__updates-summary {
      min-height: 60px;
      padding: 13px 14px;
    }

    .chs-my-access__updates-latest {
      display: none;
    }

    .chs-my-access__update-row {
      grid-template-columns: 1fr auto;
      gap: 6px 10px;
      padding: 13px 14px;
    }

    .chs-my-access__update-date {
      grid-column: 1 / -1;
    }

    .chs-my-access__update-copy {
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
    }

    .chs-my-access__vault {
      margin-top: 32px;
      padding: 28px 20px;
    }

    .chs-my-access__vault h2 {
      font-size: 25px;
    }

    .chs-my-access__vault-benefits {
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .chs-my-access__state {
      padding: 42px 20px;
    }
  }
/* END_SECTION:chs-my-access */

/* START_SECTION:chs-split-lifetime-hero (INDEX:25) */
.chs-split-hero {
  background: var(--chs-bg);
  color: var(--chs-text);
  padding: var(--chs-pad-top) var(--chs-side-pad) var(--chs-pad-bottom);
  overflow: hidden;
}

.chs-split-hero,
.chs-split-hero * {
  box-sizing: border-box;
}

.chs-split-hero__inner {
  width: 100%;
  max-width: var(--chs-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, var(--chs-text-width)) minmax(0, var(--chs-image-width));
  gap: var(--chs-gap);
}

.chs-split-hero__valign--top { align-items: start; }
.chs-split-hero__valign--center { align-items: center; }
.chs-split-hero__valign--bottom { align-items: end; }

.chs-split-hero__content {
  min-width: 0;
}

.chs-split-hero__align--left { text-align: left; }
.chs-split-hero__align--center { text-align: center; }
.chs-split-hero__align--right { text-align: right; }

.chs-split-hero__heading {
  margin: 0 0 var(--chs-heading-bottom);
  font-family: var(--font-heading-family);
  font-size: var(--chs-heading-size);
  line-height: var(--chs-heading-line);
  letter-spacing: var(--chs-heading-spacing);
  font-weight: 800;
}

.chs-split-hero__heading br {
  display: block;
}

.chs-split-hero__accent {
  color: var(--chs-accent);
}

.chs-split-hero__description {
  width: 100%;
  max-width: var(--chs-desc-width);
  font-family: var(--font-body-family);
  font-size: var(--chs-desc-size);
  line-height: var(--chs-desc-line);
}

.chs-split-hero__align--center .chs-split-hero__description {
  margin-inline: auto;
}

.chs-split-hero__align--right .chs-split-hero__description {
  margin-left: auto;
}

.chs-split-hero__description p {
  margin: 0;
}

.chs-split-hero__benefits {
  margin-top: var(--chs-benefits-top);
  display: grid;
  gap: var(--chs-benefit-gap);
}

.chs-split-hero__benefits--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chs-split-hero__benefits--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chs-split-hero__benefit {
  min-width: 0;
  text-align: center;
}

.chs-split-hero__benefit-icon {
  width: var(--chs-icon-size);
  height: var(--chs-icon-size);
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chs-split-hero__benefit-icon--1 { color: var(--chs-icon-1); }
.chs-split-hero__benefit-icon--2 { color: var(--chs-icon-2); }
.chs-split-hero__benefit-icon--3 { color: var(--chs-icon-3); }
.chs-split-hero__benefit-icon--4 { color: var(--chs-icon-4); }

.chs-split-hero__benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chs-split-hero__benefit strong,
.chs-split-hero__benefit div > span {
  display: block;
}

.chs-split-hero__benefit strong {
  font-family: var(--font-body-family);
  font-size: var(--chs-benefit-title-size);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.012em;
  text-transform: uppercase;
}

.chs-split-hero__benefit div > span {
  margin-top: 4px;
  font-family: var(--font-body-family);
  font-size: var(--chs-benefit-text-size);
  line-height: 1.35;
}

.chs-split-hero__button {
  min-height: var(--chs-button-height);
  margin-top: var(--chs-button-top);
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: var(--chs-button-radius);
  background: var(--chs-button-bg);
  color: var(--chs-button-text);
  text-decoration: none;
  font-family: var(--font-body-family);
  font-size: var(--chs-button-size);
  line-height: 1;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;

  transition: opacity .12s ease;
}


.chs-split-hero__button--member {
  background: #202219 !important;
  color: #FFFFFF !important;
}

.chs-split-hero__button--member:hover {
  background: #2B2D24 !important;
  color: #FFFFFF !important;
}

.chs-split-hero__button--full {
  width: 100%;
}

.chs-split-hero__button--custom {
  width: min(100%, var(--chs-button-max));
}

.chs-split-hero__button--auto {
  width: auto;
}

.chs-split-hero__button:hover {
  color: var(--chs-button-text);
  opacity: .92;
}

.chs-split-hero__button-arrow {
  font-size: 1.35em;
  line-height: 1;
  font-weight: 400;
}

.chs-split-hero__note {
  margin-top: var(--chs-note-top);
  font-family: var(--font-body-family);
  font-size: var(--chs-note-size);
  line-height: 1.35;
}

.chs-split-hero__align--center .chs-split-hero__note {
  text-align: center;
}

.chs-split-hero__trust {
  margin-top: var(--chs-trust-top);
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--chs-trust-color);
  font-family: var(--font-body-family);
  font-size: var(--chs-trust-size);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.chs-split-hero__trust-heart {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: var(--chs-accent);
}

.chs-split-hero__trust-heart svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.chs-split-hero__align--center .chs-split-hero__trust { justify-content: center; }
.chs-split-hero__align--right .chs-split-hero__trust { justify-content: flex-end; }

.chs-split-hero__visual {
  min-width: 0;
  width: 100%;
  padding-top: var(--chs-image-top);
  display: flex;
  justify-content: var(--chs-image-justify);
  align-items: center;
}

.chs-split-hero__media {
  position: relative;
  width: var(--chs-image-display-width);
  max-width: var(--chs-image-max-width);
  isolation: isolate;
}

.chs-split-hero__image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border-radius: var(--chs-image-radius);
  box-shadow: 0 18px 45px rgba(32, 34, 25, var(--chs-image-shadow));
}

.chs-split-hero__image,
.chs-split-hero__placeholder {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.chs-split-hero__shape {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 100%;
  background: var(--chs-shape-color);
  transform:
    translate(
      calc(-50% + var(--chs-shape-x)),
      calc(-50% + var(--chs-shape-y))
    )
    scale(var(--chs-shape-scale));
  pointer-events: none;
}

.chs-split-hero__media--organic .chs-split-hero__shape {
  border-radius: 44% 56% 61% 39% / 52% 41% 59% 48%;
}

.chs-split-hero__media--circle .chs-split-hero__shape {
  border-radius: 50%;
}

.chs-split-hero__media--rounded .chs-split-hero__shape {
  border-radius: var(--chs-shape-radius);
}

.chs-split-hero__media--none .chs-split-hero__shape {
  display: none;
}

@media screen and (max-width: 1050px) {
  .chs-split-hero__benefits--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .chs-split-hero {
    padding-left: var(--chs-mobile-side-pad);
    padding-right: var(--chs-mobile-side-pad);
  }

  .chs-split-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: {{ section.settings.mobile_column_gap }}px;
  }

  .chs-split-hero__content {
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__heading {
    font-size: var(--chs-heading-mobile);
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__description {
    max-width: 100%;
    margin-inline: auto;
    font-size: var(--chs-desc-mobile);
    text-align: var(--chs-mobile-text-align);
  }

  .chs-split-hero__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .chs-split-hero__benefit {
    text-align: center;
  }

  .chs-split-hero__benefit-icon {
    width: min(var(--chs-icon-size), 28px);
    height: min(var(--chs-icon-size), 28px);
    margin-bottom: 6px;
  }

  .chs-split-hero__benefit strong {
    font-size: 9px;
    line-height: 1.15;
  }

  .chs-split-hero__benefit div > span {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.2;
  }

  .chs-split-hero__visual {
    padding-top: 0;
    justify-content: center;
  }

  .chs-split-hero__visual--first-mobile {
    grid-row: 1;
  }

  .chs-split-hero__media {
    width: var(--chs-image-mobile-width);
    max-width: var(--chs-image-mobile-max);
  }

  .chs-split-hero__image,
  .chs-split-hero__placeholder {
    width: 100%;
    max-width: none;
  }

  .chs-split-hero__button--auto,
  .chs-split-hero__button--custom {
    max-width: 100%;
  }
}
/* END_SECTION:chs-split-lifetime-hero */

/* START_SECTION:hs-how-it-works (INDEX:41) */
.chs-how {
    background: var(--chs-bg);
    color: var(--chs-text);
    padding: var(--chs-padding-top) 20px var(--chs-padding-bottom);
  }

  .chs-how * {
    box-sizing: border-box;
  }

  .chs-how__inner {
    width: 100%;
    max-width: var(--chs-width);
    margin: 0 auto;
  }

  .chs-how__heading {
    margin: 0 0 22px;
    text-align: center;
    font-family: var(--font-heading-family);
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.03em;
  }

  .chs-how__steps {
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr;
    align-items: center;
    gap: 18px;
  }

  .chs-how__step {
    display: grid;
    grid-template-columns: 34px 90px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
  }

  .chs-how__number {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-weight: 800;
  }

  .chs-how__number--pink { background: #dd406f; }
  .chs-how__number--teal { background: #32aaa8; }
  .chs-how__number--gold { background: #efa915; }

  .chs-how__icon {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border-radius: 50%;
  }

  .chs-how__icon svg {
    width: 54px;
    height: 54px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .chs-how__icon--pink {
    background: #fbe3e9;
    color: #dd406f;
  }

  .chs-how__icon--teal {
    background: #e0f2f1;
    color: #25777b;
  }

  .chs-how__icon--gold {
    background: #fde8bf;
    color: #202219;
  }

  .chs-how__copy strong {
    display: block;
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
  }

  .chs-how__copy p {
    margin: 7px 0 0;
    font-family: var(--font-body-family);
    font-size: 14px;
    line-height: 1.45;
  }

  .chs-how__arrow {
    width: 90px;
    color: #8d8d8d;
  }

  .chs-how__arrow svg {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 4 4;
  }

  @media screen and (max-width: 1050px) {
    .chs-how__steps {
      grid-template-columns: 1fr;
      gap: 24px;
      max-width: 600px;
      margin: 0 auto;
    }

    .chs-how__arrow {
      display: none;
    }
  }

  @media screen and (max-width: 520px) {
    .chs-how {
      padding-left: 16px;
      padding-right: 16px;
    }

    .chs-how__step {
      grid-template-columns: 30px 72px minmax(0, 1fr);
      gap: 11px;
    }

    .chs-how__number {
      width: 28px;
      height: 28px;
      font-size: 14px;
    }

    .chs-how__icon {
      width: 72px;
      height: 72px;
    }

    .chs-how__icon svg {
      width: 43px;
      height: 43px;
    }
  }
/* END_SECTION:hs-how-it-works */