/**
 * @project           chm
 * @author            Austin Bange
 * @version           1.0.5d
 * @build             Tue, Mar 25, 2025 11:20 AM ET
 * @release           477bb0153908c3437f4167d8e911e0c74df171df [master]
 * @copyright         Copyright (c) 2025 
**/
@charset "UTF-8";
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Lock scrolling for the document. Useful for modals and mobile nav
*/
html:has(body.scroll-lock),
html:has(body.scroll_lock) {
  overflow: hidden;
}

/**
 * Block Attribute Classes
 * These classes implement global styles rendered by a block's settings.
*/
.bg-primary,
.bg_primary,
.has-primary-background-color {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-primary,
.color_primary,
.has-primary-color {
  color: var(--wp--preset--color--primary);
}

.bg-secondary,
.bg_secondary,
.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-secondary,
.color_secondary,
.has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.bg-tertiary,
.bg_tertiary,
.has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--secondary);
}

.color-tertiary,
.color_tertiary,
.has-tertiary-color {
  color: var(--wp--preset--color--tertiary);
}

.bg-bronze,
.bg_bronze,
.has-bronze-background-color {
  background-color: var(--wp--preset--color--bronze);
  color: var(--wp--preset--color--secondary);
}

.color-bronze,
.color_bronze,
.has-bronze-color {
  color: var(--wp--preset--color--bronze);
}

.bg-mint,
.bg_mint,
.has-mint-background-color {
  background-color: var(--wp--preset--color--mint);
  color: var(--wp--preset--color--secondary);
}

.color-mint,
.color_mint,
.has-mint-color {
  color: var(--wp--preset--color--mint);
}

.bg-teal,
.bg_teal,
.has-teal-background-color {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--secondary);
}

.color-teal,
.color_teal,
.has-teal-color {
  color: var(--wp--preset--color--teal);
}

.bg-green,
.bg_green,
.has-green-background-color {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-green,
.color_green,
.has-green-color {
  color: var(--wp--preset--color--green);
}

.bg-red,
.bg_red,
.has-red-background-color {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-red,
.color_red,
.has-red-color {
  color: var(--wp--preset--color--red);
}

.bg-pink,
.bg_pink,
.has-pink-background-color {
  background-color: var(--wp--preset--color--pink);
  color: var(--wp--preset--color--secondary);
}

.color-pink,
.color_pink,
.has-pink-color {
  color: var(--wp--preset--color--pink);
}

.bg-gray,
.bg_gray,
.has-gray-background-color {
  background-color: var(--wp--preset--color--gray);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-gray,
.color_gray,
.has-gray-color {
  color: var(--wp--preset--color--gray);
}

.bg-offwhite,
.bg_offwhite,
.has-offwhite-background-color {
  background-color: var(--wp--preset--color--offwhite);
  color: var(--wp--preset--color--secondary);
}

.color-offwhite,
.color_offwhite,
.has-offwhite-color {
  color: var(--wp--preset--color--offwhite);
}

.bg-white,
.bg_white,
.has-white-background-color {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary);
}

.color-white,
.color_white,
.has-white-color {
  color: var(--wp--preset--color--white);
}

.bg-black,
.bg_black,
.has-black-background-color {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.color-black,
.color_black,
.has-black-color {
  color: var(--wp--preset--color--black);
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.font-size-small, .font-small {
  font-size: var(--wp--preset--font-size--small);
}

.font-size-normal, .font-normal {
  font-size: var(--wp--preset--font-size--normal);
}

.font-size-medium, .font-medium {
  font-size: var(--wp--preset--font-size--medium);
}

.font-size-large, .font-large {
  font-size: var(--wp--preset--font-size--large);
}

.font-size-x-large, .font-x-large {
  font-size: var(--wp--preset--font-size--x-large);
}

.font-size-gigantic, .font-gigantic {
  font-size: var(--wp--preset--font-size--gigantic);
}

.underline, .chm-block-programs-tabs .spotlight-container .spotlight .spotlight-content-container .spotlight-title strong, .chm-block-mix-match-text .text-options, .chm-block-cost-comparison-tool .results-block--secondary .results-block__title strong, .site-container h1 strong, .site-container h2 strong, .site-container h3 strong, .site-container h4 strong, .site-container h5 strong, .site-container h6 strong,
.editor-styles-wrapper h1 strong,
.editor-styles-wrapper h2 strong,
.editor-styles-wrapper h3 strong,
.editor-styles-wrapper h4 strong,
.editor-styles-wrapper h5 strong,
.editor-styles-wrapper h6 strong {
  text-decoration-line: underline;
  text-decoration-color: var(--wp--preset--color--primary);
  text-decoration-thickness: 0.1em;
}

.uppercase {
  text-transform: uppercase;
}

.myriad-title, .chm-block-tag-tile, .chm-block-tabs .tabs-container .tab-trigger, .chm-block-tabs .tab-content-container .tab-content .items-container .item .item-title, .chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost.total .cost-description, .chm-block-scenarios .step-2-container .js-prev-step-trigger, .chm-block-programs-tabs .tabs-container .tab-trigger, .chm-block-programs-tabs .table-subtitle, .chm-block-journey .chm-block-journey-path__view__untrigger, .chm-block-icon-grid .items-container .item .title, .chm-block-cost-comparison-tool .cost-comparison-tool__back-button, .chm-block-cost-comparison .comparison .title, .chm-block-cost-calculator .table .table-body .table__collapsible .table__collapsible-trigger, .chm-block-bar-chart .data-set .title, .site-container .table .table-head .table-row .table-cell,
.editor-styles-wrapper .table .table-head .table-row .table-cell, .site-container .table .table__section-header,
.editor-styles-wrapper .table .table__section-header,
.myriad-uppercase,
.is-style-myriad-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shadow {
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
}

.section-shadow {
  margin-top: 4rem;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0 4px 30px 0 #E1E3EB;
          box-shadow: 0 4px 30px 0 #E1E3EB;
}

.site-container p, .site-container h1, .site-container h2, .site-container h3, .site-container h4, .site-container h5, .site-container h6,
.editor-styles-wrapper p,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  word-break: normal;
}
.site-container p:first-child, .site-container h1:first-child, .site-container h2:first-child, .site-container h3:first-child, .site-container h4:first-child, .site-container h5:first-child, .site-container h6:first-child,
.editor-styles-wrapper p:first-child,
.editor-styles-wrapper h1:first-child,
.editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h3:first-child,
.editor-styles-wrapper h4:first-child,
.editor-styles-wrapper h5:first-child,
.editor-styles-wrapper h6:first-child {
  margin-top: 0;
}
.site-container p:last-child, .site-container h1:last-child, .site-container h2:last-child, .site-container h3:last-child, .site-container h4:last-child, .site-container h5:last-child, .site-container h6:last-child,
.editor-styles-wrapper p:last-child,
.editor-styles-wrapper h1:last-child,
.editor-styles-wrapper h2:last-child,
.editor-styles-wrapper h3:last-child,
.editor-styles-wrapper h4:last-child,
.editor-styles-wrapper h5:last-child,
.editor-styles-wrapper h6:last-child {
  margin-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.site-container .container,
.editor-styles-wrapper .container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.site-container .flex-container,
.editor-styles-wrapper .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-container .flex-container.flex-direction-row,
.editor-styles-wrapper .flex-container.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-container .flex-container.flex-direction-column,
.editor-styles-wrapper .flex-container.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-container .flex-container.flex-wrap, .site-container .flex-container.flex-wrap-wrap,
.editor-styles-wrapper .flex-container.flex-wrap,
.editor-styles-wrapper .flex-container.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-container .flex-container.flex-nowrap, .site-container .flex-container.flex-wrap-nowrap,
.editor-styles-wrapper .flex-container.flex-nowrap,
.editor-styles-wrapper .flex-container.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.site-container .flex-container.flex-justify-start,
.editor-styles-wrapper .flex-container.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-container .flex-container.flex-justify-center,
.editor-styles-wrapper .flex-container.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-container .flex-container.flex-justify-end,
.editor-styles-wrapper .flex-container.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-container .flex-container.flex-justify-space-between,
.editor-styles-wrapper .flex-container.flex-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-container .flex-container.flex-align-start,
.editor-styles-wrapper .flex-container.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-container .flex-container.flex-align-center,
.editor-styles-wrapper .flex-container.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-container .flex-container.flex-align-end,
.editor-styles-wrapper .flex-container.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-container .table,
.editor-styles-wrapper .table {
  display: grid;
  gap: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "description" "head" "body" "footer";
}
.site-container .table .table-row,
.editor-styles-wrapper .table .table-row {
  display: grid;
  gap: 0;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 25%);
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-container .table .table-row .table-cell,
.editor-styles-wrapper .table .table-row .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-right: 1px solid rgba(189, 148, 91, 0.05);
}
.site-container .table .table-row .table-cell:last-child,
.editor-styles-wrapper .table .table-row .table-cell:last-child {
  border-right: 0;
}
.site-container .table .table-description,
.editor-styles-wrapper .table .table-description {
  grid-area: description;
  padding: 0 0 1rem 0;
}
.site-container .table .table-head,
.editor-styles-wrapper .table .table-head {
  grid-area: head;
  font-size: clamp(0.5rem, 2vw, 0.75rem);
  word-wrap: normal;
  word-break: normal;
  -webkit-box-shadow: 0px 9px 10px 0px #E1E3EB;
          box-shadow: 0px 9px 10px 0px #E1E3EB;
}
.site-container .table .table-head .table-row .table-cell,
.editor-styles-wrapper .table .table-head .table-row .table-cell {
  padding: 0.5rem;
  text-align: center;
}
.site-container .table .table-head .table-row .table-cell a,
.editor-styles-wrapper .table .table-head .table-row .table-cell a {
  display: block;
  color: var(--wp--preset--color--secondary);
  line-height: 1.15;
}
.site-container .table .table-head .table-row .table-cell a:hover,
.editor-styles-wrapper .table .table-head .table-row .table-cell a:hover {
  color: var(--wp--preset--color--primary);
}
.site-container .table .table-head .table-row .table-cell img,
.editor-styles-wrapper .table .table-head .table-row .table-cell img {
  display: block;
  width: auto;
  max-height: 60px;
  height: auto;
  margin: 0 auto 0.5rem auto;
}
.site-container .table .table__section-header,
.editor-styles-wrapper .table .table__section-header {
  position: sticky;
  top: 5rem;
  padding: 0.5rem;
  background-color: var(--wp--preset--color--white);
  font-size: 0.75rem;
  text-align: center;
  -webkit-box-shadow: 0px 2px 9px 0px #E4E6EE;
          box-shadow: 0px 2px 9px 0px #E4E6EE;
  z-index: 1;
}
.site-container .table .table-body,
.editor-styles-wrapper .table .table-body {
  grid-area: body;
  background-color: var(--wp--preset--color--white);
  -webkit-box-shadow: 0px 9px 10px 0px #E1E3EB;
          box-shadow: 0px 9px 10px 0px #E1E3EB;
}
.site-container .table .table-body .table-row .table-cell,
.editor-styles-wrapper .table .table-body .table-row .table-cell {
  padding: 1rem 0.75rem;
}
.site-container .table .table-body .table-row .table-cell.label,
.editor-styles-wrapper .table .table-body .table-row .table-cell.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/-1;
  height: 100%;
  background-color: rgba(189, 148, 91, 0.05);
  font-weight: 400;
  text-align: left;
  border-right: 0;
}
.site-container .table .table-body .table-row .table-cell.string,
.editor-styles-wrapper .table .table-body .table-row .table-cell.string {
  word-wrap: normal;
  word-break: normal;
}
.site-container .table .table-body .table-row .table-cell.boolean,
.editor-styles-wrapper .table .table-body .table-row .table-cell.boolean {
  font-size: var(--wp--preset--font-size--large);
}
@media (min-width: 46.25em) {
  .site-container .table,
  .editor-styles-wrapper .table {
    grid-template-columns: 40% 60%;
    grid-template-areas: "description head" "body body" "footer footer";
  }
  .site-container .table .table-description,
  .editor-styles-wrapper .table .table-description {
    padding: 0 1rem 1rem 0;
  }
  .site-container .table .table-row .table-cell,
  .editor-styles-wrapper .table .table-row .table-cell {
    padding: 1rem 0.75rem;
  }
  .site-container .table .table-head,
  .editor-styles-wrapper .table .table-head {
    font-size: var(--wp--preset--font-size--small);
    border-radius: 7px 7px 0 0;
  }
  .site-container .table .table-body .table-row,
  .editor-styles-wrapper .table .table-body .table-row {
    grid-template-columns: 40% 15% 15% 15% 15%;
  }
  .site-container .table .table-body .table-row:nth-child(even),
  .editor-styles-wrapper .table .table-body .table-row:nth-child(even) {
    background-color: rgba(189, 148, 91, 0.05);
  }
  .site-container .table .table-body .table-row .table-cell.label,
  .editor-styles-wrapper .table .table-body .table-row .table-cell.label {
    grid-column: auto;
    background-color: transparent;
    -webkit-box-shadow: inset -10px 0px 10px -10px #E1E3EB;
            box-shadow: inset -10px 0px 10px -10px #E1E3EB;
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .site-container .table .table-head,
  .editor-styles-wrapper .table .table-head {
    font-size: var(--wp--preset--font-size--normal);
  }
}

.chm-block-all-fields {
  font-size: var(--wp--preset--font-size--normal);
}
@media (min-width: 46.25em) {
  .chm-block-all-fields {
    color: red;
  }
}

.chm-block-accordion .accordion-item {
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-accordion .accordion-item .title {
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
  cursor: pointer;
}
.chm-block-accordion .accordion-item .title::before {
  content: "";
  position: absolute;
  inset: 0.95em auto auto 0;
  background-color: var(--wp--preset--color--primary);
  width: 1rem;
  height: 0.5rem;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-accordion .accordion-item .content {
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}
.chm-block-accordion .accordion-item:hover .title::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.chm-block-accordion .accordion-item.active .title::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.chm-block-bar-chart__inner {
  display: grid;
  gap: 2rem 3rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chm-block-bar-chart .data-set .title {
  max-width: 240px;
  margin: 0 auto 0.5rem auto;
  padding-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  border-bottom: 1px solid var(--wp--preset--color--gray);
}
.chm-block-bar-chart .data-set .bars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chm-block-bar-chart .data-set .bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90px;
}
.chm-block-bar-chart .data-set .bar-container .bar-value {
  font-size: var(--wp--preset--font-size--medium);
}
.chm-block-bar-chart .data-set .bar-container .bar {
  width: 4rem;
  height: 1rem;
  border: 1px solid transparent;
}
.chm-block-bar-chart .data-set .bar-container .bar-title {
  min-height: 2.5rem;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 30em) {
  .chm-block-bar-chart .data-set .title {
    text-align: left;
  }
  .chm-block-bar-chart .data-set .bar-container {
    height: 500px;
  }
}
.chm-block-cost-calculator .table .table-body .table__collapsible .table__collapsible-trigger {
  position: sticky;
  top: 5rem;
  padding: 0.5rem;
  background-color: var(--wp--preset--color--white);
  font-size: 0.75rem;
  text-align: center;
  -webkit-box-shadow: 0px 2px 9px 0px #E4E6EE;
          box-shadow: 0px 2px 9px 0px #E4E6EE;
  cursor: pointer;
  z-index: 1;
}
.chm-block-cost-calculator .table .table-body .table__collapsible .table__collapsible-trigger svg {
  color: var(--wp--preset--color--primary);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-cost-calculator .table .table-body .table__collapsible .table__collapsible-body {
  display: none;
}
.chm-block-cost-calculator .table .table-body .table__collapsible.active .table__collapsible-trigger svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 0.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label a {
  color: var(--wp--preset--color--primary);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label > div:last-child {
  opacity: 0.25;
  -webkit-transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--myriad);
  opacity: 0.05;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus .table__calculator__chm-plus__tooltip {
  cursor: pointer;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus .table__calculator__chm-plus__tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  inset: calc(100% + 0.25rem) auto auto calc(100% + 0.25rem);
  width: 180px;
  padding: 0.25rem 0.5rem;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-size: 14px;
  border-radius: 0 7px 7px 7px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus .table__calculator__chm-plus__tooltip.active::after, .chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus .table__calculator__chm-plus__tooltip:hover::after {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 2px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 999px;
  cursor: pointer;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]::before, .chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]::after {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-radius: 999px;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]::before {
  content: "No";
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]::after {
  content: "Yes";
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]:not(:checked)::before {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell.label .table__calculator__chm-plus input[type=checkbox]:checked::after {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row:has(.table-cell.active) .table-cell.label .table__calculator__chm-plus {
  opacity: 1;
  pointer-events: all;
  cursor: auto;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row:has(.table-cell.active) .table-cell.label > div:last-child {
  opacity: 1;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row:has(.table-cell.active) .table-cell:not(.label) {
  opacity: 0;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row:has(.table-cell.active) .table-cell:not(.label):hover {
  opacity: 0.25;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label) {
  opacity: 0.25;
  cursor: pointer;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).disabled {
  cursor: not-allowed;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label) img {
  width: 4rem;
  height: 4rem;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).gold {
  color: var(--wp--preset--color--tertiary);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).silver {
  color: var(--wp--preset--color--gray);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).bronze {
  color: var(--wp--preset--color--bronze);
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).seniorshare {
  color: #E1B77E;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label):hover {
  opacity: 1;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table-row .table-cell:not(.label).active {
  opacity: 1 !important;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table__calculator__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem 0.75rem;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
  -webkit-box-shadow: inset 0px 12px 10px -10px #E4E6EE;
          box-shadow: inset 0px 12px 10px -10px #E4E6EE;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table__calculator__total-row .table__calculator__total {
  white-space: nowrap;
}
.chm-block-cost-calculator .table .table-body .table__calculator .table__calculator__total-row .table__calculator__total::before {
  content: "$";
  margin-right: 0.25rem;
}
.chm-block-cost-comparison .comparison {
  margin-bottom: 2rem;
}
.chm-block-cost-comparison .comparison .title {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-cost-comparison .organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
}
.chm-block-cost-comparison .organization .name {
  line-height: 1;
}
.chm-block-cost-comparison .tiers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.chm-block-cost-comparison .tiers-container .tier {
  min-width: 50px;
  padding: 0.25rem;
  color: var(--wp--preset--color--white);
  font-weight: 600;
  text-align: center;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.chm-block-cost-comparison .legend > .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.chm-block-cost-comparison .legend .legend-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch stretch;
      align-content: stretch stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chm-block-cost-comparison .legend .legend-items .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chm-block-cost-comparison .legend .legend-items .legend-item .color {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 782px) and (max-width: 821px) {
  .chm-block-cost-comparison .legend .legend-items .legend-item .title {
    font-size: 12px;
  }
}
.chm-block-cost-comparison .legend .disclaimer {
  margin-top: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--source-serif);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison .comparison .title {
    padding-left: calc(170px + 0.5rem);
  }
  .chm-block-cost-comparison .organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chm-block-cost-comparison .organization .name {
    width: 170px;
    text-align: right;
  }
  .chm-block-cost-comparison .tiers-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: unset;
  }
  .chm-block-cost-comparison .legend {
    padding-left: calc(170px + 0.5rem);
  }
}

.chm-block-countup-box {
  padding: var(--wp--custom--spacing--baseline);
}
.chm-block-countup-box .chm-block-countup-box__number-container {
  margin-bottom: 1rem;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1;
}
.chm-block-countup-box .chm-block-countup-box__number-container::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 1.5rem;
  height: 1rem;
  background-color: var(--wp--preset--color--primary);
  -webkit-transform: translate(-2rem, -50%);
          transform: translate(-2rem, -50%);
}
@media (min-width: 46.25em) {
  .chm-block-countup-box .chm-block-countup-box__number-container {
    font-size: var(--wp--preset--font-size--gigantic);
  }
}

.chm-block-cost-comparison-tool {
  max-width: 1178px;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool {
    margin-top: 2rem;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__wrapper {
  padding: 0rem;
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  width: 865px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__wrapper--wide {
  width: 1178px;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__container {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.chm-block-cost-comparison-tool .progress-indicator .progress-indicator__container {
  margin: 1rem auto 0 auto;
  text-align: left;
}
.chm-block-cost-comparison-tool .progress-indicator .progress-indicator__container .progress-indicator__title {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-cost-comparison-tool .progress-indicator .progress-indicator__container .progress-indicator__bar {
  width: 100%;
  height: 6px;
  background-color: #f4f5f9;
}
.chm-block-cost-comparison-tool .progress-indicator .progress-indicator__container .progress-indicator__bar span {
  display: block;
  height: 100%;
  background-color: var(--wp--preset--color--primary);
  -webkit-transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card.active {
  display: block;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card.hidden {
  display: none;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card-image {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card-image img {
  max-width: 300px;
  display: block;
  height: auto;
  -webkit-transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  margin-left: auto;
  margin-right: auto;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card-title {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  text-align: center;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__card-title {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__card-description {
  text-align: center;
  font-size: var(--wp--preset--font-size--normal);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__card-description {
    font-size: 1.15rem;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__back-button {
  position: absolute;
  z-index: 1;
  inset: 1rem 2rem auto auto;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
  color: var(--wp--preset--color--secondary);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__back-button:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__next-button {
  font-size: var(--wp--preset--font-size--medium);
  padding-left: 3rem;
  padding-right: 3rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__options {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__options__title {
  text-align: center;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__field-error-message {
  text-align: center;
  font-style: italic;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group.radio-group--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group.radio-group--horizontal .radio-group__fieldset {
  grid-template-columns: 1fr 1fr;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__fieldset {
  border: none;
  display: grid;
  place-content: center;
  grid-template-columns: 3fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 1.41;
  font-size: var(--wp--preset--font-size--normal);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__fieldset + .calculator-fieldset {
  margin-top: 1rem;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__fieldset {
    font-size: 1.35rem;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__label {
  cursor: pointer;
  text-align: right;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  margin: 0;
  font-size: inherit;
  color: var(--wp--preset--color--gray);
  width: 1.35rem;
  height: 1.35rem;
  position: relative;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--wp--preset--color--gray);
  border-radius: 50%;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__radio-group .radio-group__input:checked::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
  width: 24px;
  height: 24px;
  background-image: url("../img/radio-checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.chm-block-cost-comparison-tool .calculator-tooltip {
  cursor: pointer;
  color: var(--wp--preset--color--gray);
  font-size: 0.8em;
}
.chm-block-cost-comparison-tool .calculator-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  inset: calc(100% + 0.25rem) auto auto calc(100% + 0.25rem);
  width: 120px;
  padding: 0.25rem 0.5rem;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-size: 14px;
  border-radius: 0 7px 7px 7px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  text-align: left;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .calculator-tooltip::after {
    width: 180px;
  }
}
.chm-block-cost-comparison-tool .calculator-tooltip.active::after, .chm-block-cost-comparison-tool .calculator-tooltip:hover::after {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
  /***** Track Styles *****/
  /***** Chrome, Safari, Opera, and Edge Chromium *****/
  /******** Firefox ********/
  /***** Thumb Styles *****/
  /***** Chrome, Safari, Opera, and Edge Chromium *****/
  /***** Firefox *****/
  /***** Focus Styles *****/
  /* Removes default focus */
  /***** Chrome, Safari, Opera, and Edge Chromium *****/
  /******** Firefox ********/
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  grid-template-columns: 1fr 1fr 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 21px;
  line-height: 1.41;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-fieldset {
    display: grid;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-fieldset + fieldset {
  margin-top: 1rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-label {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--wp--preset--font-size--small);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    font-size: var(--wp--preset--font-size--medium);
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-label--range {
  display: none;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-label--range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper {
  position: relative;
  line-height: 1.1;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper::before {
  content: "$";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper svg,
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper img {
  position: absolute;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper svg,
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input__wrapper img {
    top: 12px;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--number {
  background-color: #ececec;
  color: var(--wp--preset--color--secondary);
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  width: 80px;
  padding: 5px 15px;
  font-family: var(--wp--preset--font-family--myriad);
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--number::-webkit-inner-spin-button, .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--number {
    font-size: var(--wp--preset--font-size--medium);
    padding: 8px 16px;
    width: 100%;
  }
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range::-webkit-slider-runnable-track {
  background: #ececec;
  height: 4px;
  border-radius: 0.5rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range::-moz-range-track {
  background: #ececec;
  height: 4px;
  border-radius: 0.5rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track with negative margin */
  background-color: #6f7b92;
  height: 20px;
  width: 20px;
  border-radius: 1rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0; /*Removes default border-radius that FF applies*/
  background-color: #6f7b92;
  height: 20px;
  width: 20px;
  border-radius: 1rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range:focus {
  outline: none;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range:focus::-webkit-slider-thumb {
  border: 1px solid #6f7b92;
  outline: 3px solid #6f7b92;
  outline-offset: 0.125rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__calculator .calculator-input--range:focus::-moz-range-thumb {
  border: 1px solid #6f7b92;
  outline: 3px solid #6f7b92;
  outline-offset: 0.125rem;
}
.chm-block-cost-comparison-tool .results-grid {
  background-color: #f9f9fa;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.chm-block-cost-comparison-tool .results-block {
  color: var(--wp--preset--color--secondary);
}
.chm-block-cost-comparison-tool .results-block .results-block__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chm-block-cost-comparison-tool .results-block .results-block__content {
  padding: 30px;
  text-align: center;
}
.chm-block-cost-comparison-tool .results-block .results-block__title {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-serif);
  margin: 0;
}
.chm-block-cost-comparison-tool .results-block .results-block__number {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  margin: 0;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .results-block--personal-costs .results-block__content-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.chm-block-cost-comparison-tool .results-block--secondary {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.chm-block-cost-comparison-tool .results-block--secondary .results-block__title {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--myriad);
  font-weight: 800;
  text-transform: uppercase;
}
.chm-block-cost-comparison-tool .results-block--secondary .results-block__number {
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .results-block--chm-costs .results-block__content-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.chm-block-cost-comparison-tool .results-block .results-block-dropdown__trigger {
  cursor: pointer;
}
.chm-block-cost-comparison-tool .results-block .results-block-dropdown__trigger .results-block-dropdown__trigger__icon {
  font-size: 0.85em;
  -webkit-transition: 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  pointer-events: none;
}
.chm-block-cost-comparison-tool .results-block .results-block-dropdown__trigger.active .results-block-dropdown__trigger__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.chm-block-cost-comparison-tool .results-block-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #f9f9fa;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .results-block-dropdown--wide {
    width: 95%;
    left: 50%;
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
  }
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-label {
  font-size: var(--wp--preset--font-size--small);
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-label--range {
  display: none;
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-input--number {
  font-size: 16px;
  width: 80px;
  padding: 5px 15px;
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-input__wrapper {
  position: relative;
}
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-input__wrapper svg,
.chm-block-cost-comparison-tool .results-block-dropdown .cost-comparison-tool__calculator .calculator-input__wrapper img {
  top: 50%;
}
.chm-block-cost-comparison-tool .table.table--cct {
  grid-template-columns: 1fr;
  grid-template-areas: "head" "body" "footer";
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.chm-block-cost-comparison-tool .table.table--cct .table-head,
.chm-block-cost-comparison-tool .table.table--cct .table-footer {
  background-color: var(--wp--preset--color--secondary);
}
.chm-block-cost-comparison-tool .table.table--cct .table-head .table-row,
.chm-block-cost-comparison-tool .table.table--cct .table-footer .table-row {
  color: var(--wp--preset--color--white);
}
.chm-block-cost-comparison-tool .table.table--cct .table-body {
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
}
.chm-block-cost-comparison-tool .table.table--cct .table-body .table-row {
  grid-template-columns: repeat(4, 25%);
}
.chm-block-cost-comparison-tool .table.table--cct .table-footer {
  font-weight: bold;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.2);
}
.chm-block-cost-comparison-tool .chm-recommendations {
  margin: 0 0 20px 0;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations {
    margin: 35px 60px;
  }
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__banner {
  background-color: var(--wp--preset--color--secondary);
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  font-size: var(--wp--preset--font-size--large);
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__banner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 1.25rem 1.25rem 0;
  border-color: transparent var(--wp--preset--color--tertiary) transparent transparent;
  opacity: 0.43;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__banner .card__banner-title {
  color: var(--wp--preset--color--white);
  font-size: 1.25em;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__banner .card__banner-title strong {
  font-weight: normal;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content {
  --padding-x: 34px;
  --padding-top: 19px;
  --padding-bottom: 47px;
  margin-left: 1.25rem;
  background-color: #fbf9f5;
  border: solid 2px var(--wp--preset--color--secondary);
  border-top: none;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  display: grid;
  gap: var(--padding-x);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 61.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations .card .card__content {
    display: grid;
    gap: var(--padding-x);
    grid-template-rows: 1fr;
    grid-template-columns: 1.15fr 0.85fr;
    justify-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program {
    padding-right: var(--padding-x);
  }
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title .chm-program__title__heading {
  font-family: var(--wp--preset--font-family--myriad);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title .chm-program__title__heading::before {
  content: "";
  height: 12px;
  width: 18px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(var(--padding-x) * -1), -50%);
          transform: translate(calc(var(--padding-x) * -1), -50%);
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title .chm-program__title__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title .chm-program__title__image img {
  max-width: 100%;
  height: 50px;
  width: auto;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__title .chm-program__title__subheading {
  display: block;
  font-family: var(--wp--preset--font-family--source-serif);
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__description {
    padding-right: var(--padding-x);
  }
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__description p {
  margin: 10px 0 0 0;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials {
  margin-top: var(--wp--custom--spacing--baseline);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials .chm_program__financials__row {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 60% 40%;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials .chm-program__financials__description {
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.1;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials .chm-program__financials__description {
    font-size: var(--wp--preset--font-size--medium);
  }
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials .chm-program__financials__amount {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--secondary);
  font-weight: 400;
  background-color: var(--wp--preset--color--white);
  border: solid 2px var(--wp--preset--color--tertiary);
  border-radius: 10px;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__financials .chm-program__financials__amount {
    font-size: var(--wp--preset--font-size--large);
  }
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__offerings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__offerings .chm-program__offerings__title {
  margin: 0 0 0.5rem;
  font-weight: 400;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__offerings .chm-program__offerings__row {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 56px auto;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__offerings .chm-program__offerings__name {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.chm-block-cost-comparison-tool .chm-recommendations .card .card__content .chm-program__offerings .chm-program__offerings__description {
  font-size: var(--wp--preset--font-size--normal);
  margin: 0;
}
.chm-block-cost-comparison-tool .chm-recommendations .card--gold .card__content .chm-program__financials .chm-program__financials__amount {
  border-color: var(--wp--preset--color--tertiary);
}
.chm-block-cost-comparison-tool .chm-recommendations .card--silver .card__content .chm-program__financials .chm-program__financials__amount {
  border-color: var(--wp--preset--color--gray);
}
.chm-block-cost-comparison-tool .chm-recommendations .card--bronze .card__content .chm-program__financials .chm-program__financials__amount {
  border-color: var(--wp--preset--color--bronze);
}
.chm-block-cost-comparison-tool .chm-recommendations .card--seniorshare .card__content .chm-program__financials .chm-program__financials__amount {
  border-color: #e1b77e;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__scroll-prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__scroll-prompt .btn-link--text-with-icon {
  color: var(--wp--preset--color--white);
  border-radius: 7px;
  text-decoration: none;
  padding: 15px 20px;
  background-color: var(--wp--preset--color--primary);
  font-weight: bold;
}
.chm-block-cost-comparison-tool .cost-comparison-tool__scroll-prompt .btn-link--text-with-icon svg {
  -webkit-transition: all 150ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 150ms cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-cost-comparison-tool .cost-comparison-tool__scroll-prompt .btn-link--text-with-icon:hover svg.fa-arrow-down, .chm-block-cost-comparison-tool .cost-comparison-tool__scroll-prompt .btn-link--text-with-icon:focus svg.fa-arrow-down {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@-webkit-keyframes pulse {
  0%, 100% {
    background-color: var(--wp--preset--color--primary);
  }
  50% {
    background-color: var(--wp--preset--color--secondary);
  }
}
@keyframes pulse {
  0%, 100% {
    background-color: var(--wp--preset--color--primary);
  }
  50% {
    background-color: var(--wp--preset--color--secondary);
  }
}
.chm-block-cost-comparison-tool .card-flipper {
  -webkit-perspective: 1500px;
          perspective: 1500px;
  position: relative;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .card-flipper {
    padding-right: 35px;
  }
}
.chm-block-cost-comparison-tool .card-flipper .card-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-cost-comparison-tool .card-flipper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: var(--wp--preset--color--white);
}
.chm-block-cost-comparison-tool .card-flipper .card:nth-child(2) {
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
  position: absolute;
  top: 0;
  left: 0;
}
.chm-block-cost-comparison-tool .card-flipper .card .card__banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  -webkit-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
  background-color: #6f7b92;
  z-index: 1;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .card-flipper .card .card__banner::after {
    width: 35px;
    -webkit-transform: translate(35px, 15px);
            transform: translate(35px, 15px);
  }
}
.chm-block-cost-comparison-tool .card-flipper .card .card__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  -webkit-transform: translate(17px, -15px);
          transform: translate(17px, -15px);
  background-color: #eaebed;
  z-index: 0;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .card-flipper .card .card__content::after {
    width: 35px;
    -webkit-transform: translate(37px, -15px);
            transform: translate(37px, -15px);
  }
}
.chm-block-cost-comparison-tool .card-flipper.flipped .card-wrapper {
  -webkit-animation: rotate 500ms linear both;
          animation: rotate 500ms linear both;
}
.chm-block-cost-comparison-tool .card-flipper.flipped .card:first-child .card__banner::after {
  content: none;
}
.chm-block-cost-comparison-tool .card-flipper.flipped .card:first-child .card__content::after {
  content: none;
}
.chm-block-cost-comparison-tool .card-flipper.unflipped .card-wrapper {
  -webkit-animation: rotate-inverse 500ms linear both;
          animation: rotate-inverse 500ms linear both;
}
.chm-block-cost-comparison-tool .card-flipper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px;
}
.chm-block-cost-comparison-tool .card-flipper__buttons button {
  border: none;
  background: none;
}
.chm-block-cost-comparison-tool .card-flipper__buttons button.disabled {
  color: var(--wp--preset--color--gray);
  pointer-events: none;
}
.chm-block-cost-comparison-tool .card-flipper__buttons button.disabled:active, .chm-block-cost-comparison-tool .card-flipper__buttons button.disabled:hover, .chm-block-cost-comparison-tool .card-flipper__buttons button.disabled:focus {
  color: var(--wp--preset--color--gray);
  background: none;
}
.chm-block-cost-comparison-tool .hubspot-form__wrapper {
  max-width: 865px;
  margin: 4rem auto;
}
.chm-block-cost-comparison-tool .hubspot-form__wrapper .hs_submit {
  text-align: center;
}
.chm-block-cost-comparison-tool .hubspot-form__header {
  text-align: center;
  margin: 2rem;
}
.chm-block-cost-comparison-tool .hubspot-form__title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 400;
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .hubspot-form__title {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
.chm-block-cost-comparison-tool .hubspot-form__description {
  font-size: var(--wp--preset--font-size--normal);
}
@media (min-width: 46.25em) {
  .chm-block-cost-comparison-tool .hubspot-form__description {
    font-size: var(--wp--preset--font-size--medium);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(-200deg);
            transform: rotateY(-200deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  70% {
    -webkit-transform: rotateY(-200deg);
            transform: rotateY(-200deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  70% {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  70% {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.has-primary-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--primary);
}

.has-secondary-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--secondary);
}

.has-tertiary-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--tertiary);
}

.has-bronze-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--bronze);
}

.has-mint-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--mint);
}

.has-teal-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--teal);
}

.has-green-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--green);
}

.has-red-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--red);
}

.has-pink-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--pink);
}

.has-gray-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--gray);
}

.has-offwhite-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--offwhite);
}

.has-white-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--white);
}

.has-black-background-color .chm-block-horizontal-list-item {
  background-color: var(--wp--preset--color--black);
}

.chm-block-horizontal-list__inner {
  display: grid;
  gap: 1px 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--wp--preset--color--tertiary);
}
.chm-block-horizontal-list .chm-block-horizontal-list-item {
  width: 100%;
  padding: 1rem 1.25rem;
}
@media (min-width: 30em) and (max-width: 46.24em) {
  .chm-block-horizontal-list__inner {
    gap: 0 1px;
    grid-template-columns: repeat(2, 1fr);
  }
  .chm-block-horizontal-list .chm-block-horizontal-list-item:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}
@media (min-width: 46.25em) {
  .chm-block-horizontal-list__inner {
    gap: 0 1px;
    grid-template-columns: repeat(3, 1fr);
  }
  .chm-block-horizontal-list .chm-block-horizontal-list-item:last-child:nth-child(3n+1) {
    grid-column: span 3;
  }
  .chm-block-horizontal-list .chm-block-horizontal-list-item:last-child:nth-child(3n+2) {
    grid-column: span 2;
  }
}

.btn, .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button, .site-container button, .site-container a.btn,
.site-container .hs-button,
.site-container .wp-block-button .wp-block-button__link,
.site-container .gprl-reload-link,
.editor-styles-wrapper a.btn,
.editor-styles-wrapper .hs-button,
.editor-styles-wrapper .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .gprl-reload-link {
  display: inline-block;
  min-width: 100px;
  padding: 0.75rem 1rem;
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--normal);
  font-family: var(--wp--preset--font-family--myriad);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 2px solid var(--wp--preset--color--tertiary);
  border-radius: 7px;
  outline: 0;
  letter-spacing: 0.1em;
  word-break: normal;
  cursor: pointer;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn:hover, .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button:hover, .site-container button:hover, .site-container a.btn:hover,
.site-container .hs-button:hover,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .gprl-reload-link:hover,
.editor-styles-wrapper a.btn:hover,
.editor-styles-wrapper .hs-button:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .gprl-reload-link:hover, .btn:active, .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button:active, .site-container button:active, .site-container a.btn:active,
.site-container .hs-button:active,
.site-container .wp-block-button .wp-block-button__link:active,
.site-container .gprl-reload-link:active,
.editor-styles-wrapper a.btn:active,
.editor-styles-wrapper .hs-button:active,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:active,
.editor-styles-wrapper .gprl-reload-link:active, .btn:focus, .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button:focus, .site-container button:focus, .site-container a.btn:focus,
.site-container .hs-button:focus,
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .gprl-reload-link:focus,
.editor-styles-wrapper a.btn:focus,
.editor-styles-wrapper .hs-button:focus,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .gprl-reload-link:focus {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--secondary);
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 7px;
}
.site-container .has-secondary-background-color a.btn, .site-container .has-secondary-background-color .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button, .chm-block-hubspot-cta .hs-cta-wrapper .site-container .has-secondary-background-color a.cta_button,
.site-container .wp-block-button .has-secondary-background-color a.wp-block-button__link,
.site-container .has-secondary-background-color a.gprl-reload-link,
.site-container .has-secondary-background-color .hs-button,
.site-container .has-secondary-background-color .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .has-secondary-background-color a.btn,
.editor-styles-wrapper .has-secondary-background-color .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button,
.chm-block-hubspot-cta .hs-cta-wrapper .editor-styles-wrapper .has-secondary-background-color a.cta_button,
.editor-styles-wrapper .wp-block-button .has-secondary-background-color a.wp-block-button__link,
.editor-styles-wrapper .has-secondary-background-color a.gprl-reload-link,
.editor-styles-wrapper .has-secondary-background-color .hs-button,
.editor-styles-wrapper .has-secondary-background-color .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--white);
}
.site-container .has-secondary-background-color a.btn:hover, .site-container .has-secondary-background-color .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button:hover, .chm-block-hubspot-cta .hs-cta-wrapper .site-container .has-secondary-background-color a.cta_button:hover,
.site-container .wp-block-button .has-secondary-background-color a.wp-block-button__link:hover,
.site-container .has-secondary-background-color a.gprl-reload-link:hover,
.site-container .has-secondary-background-color .hs-button:hover,
.site-container .has-secondary-background-color .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .has-secondary-background-color a.btn:hover,
.editor-styles-wrapper .has-secondary-background-color .chm-block-hubspot-cta .hs-cta-wrapper a.cta_button:hover,
.chm-block-hubspot-cta .hs-cta-wrapper .editor-styles-wrapper .has-secondary-background-color a.cta_button:hover,
.editor-styles-wrapper .wp-block-button .has-secondary-background-color a.wp-block-button__link:hover,
.editor-styles-wrapper .has-secondary-background-color a.gprl-reload-link:hover,
.editor-styles-wrapper .has-secondary-background-color .hs-button:hover,
.editor-styles-wrapper .has-secondary-background-color .wp-block-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--white);
}

.chm-block-hubspot-cta .hs-cta-wrapper {
  display: inline-block;
}
.chm-block-icon-grid .items-container {
  display: grid;
  gap: var(--wp--custom--spacing--baseline) var(--wp--custom--spacing--baseline);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.chm-block-icon-grid .items-container .item .image {
  display: block;
  width: auto;
  max-height: 90px;
  margin: 0 auto 1.5rem auto;
}
.chm-block-icon-grid .items-container .item .title {
  margin-bottom: 0.5rem;
}
.chm-block-icon-grid .items-container .item .description {
  margin-bottom: 1rem;
}
.chm-block-icon-grid .items-container.has-shadow .item {
  padding: 1rem;
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-icon-grid .items-container.has-shadow .item:hover {
  -webkit-box-shadow: 0 9px 25px 0 #DCE0F0;
          box-shadow: 0 9px 25px 0 #DCE0F0;
}
.chm-block-icon-grid.has-text-align-left .items-container .item .image {
  margin-left: 0;
}
.chm-block-icon-grid.has-text-align-right .items-container .item .image {
  margin-right: 0;
}
.wp-block-columns .wp-block-columns .chm-block-icon-grid .items-container,
.wp-block-media-text .chm-block-icon-grid .items-container {
  grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
}

.chm-block-journey {
  max-width: var(--wp--style--global--wide-size);
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.chm-block-journey .anim-show {
  display: block;
}
.chm-block-journey .anim-hide, .chm-block-journey .chm-block-journey-path__view {
  display: none;
}
.chm-block-journey__inner {
  display: grid;
  gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-journey .chm-block-journey-path {
  padding: 1rem;
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-journey .chm-block-journey-path__inner {
  height: 100%;
}
.chm-block-journey .chm-block-journey-path__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.chm-block-journey .chm-block-journey-path__preview > * {
  width: 100%;
}
.chm-block-journey .chm-block-journey-path__preview__heading {
  margin: 0;
  text-align: center;
}
.chm-block-journey .chm-block-journey-path__preview__image img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-journey .chm-block-journey-path__preview__trigger {
  width: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 1rem auto 1rem auto;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: margin 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-journey .chm-block-journey-path__preview__trigger.btn {
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-journey .chm-block-journey-path__view__untrigger {
  display: block;
  position: absolute;
  inset: 0 0 auto auto;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--secondary);
}
.chm-block-journey .chm-block-journey-path__view__untrigger:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey__inner {
  gap: 0;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::before, .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::after {
  content: "";
  position: absolute;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 46.25em) {
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::before, .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::after {
    top: 50%;
    left: 0;
  }
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active::before {
  opacity: 1;
  inset: 0 auto auto 50%;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active::after {
  opacity: 1;
  inset: auto auto 0 50%;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active:last-child::after {
  opacity: 0;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active .chm-block-journey-path__view {
  padding-top: 2rem;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path:not(.active) .chm-block-journey-path__preview__image img {
  max-width: 200px;
}
.chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path:not(.active) .chm-block-journey-path__preview__trigger {
  margin-top: 0;
}
@media (min-width: 61.25em) {
  .chm-block-journey {
    padding: var(--wp--custom--spacing--baseline);
  }
  .chm-block-journey__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .chm-block-journey__inner.transition-1 {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .chm-block-journey__inner.transition-1 .chm-block-journey-path__preview {
    height: auto;
  }
  .chm-block-journey__inner.transition-2 {
    grid-template-columns: 1fr 1fr 3fr;
  }
  .chm-block-journey__inner.transition-2 .chm-block-journey-path__preview {
    height: auto;
  }
  .chm-block-journey .chm-block-journey-path {
    position: sticky;
    top: 5rem;
    padding: var(--wp--custom--spacing--baseline);
  }
  .chm-block-journey .chm-block-journey-path__preview__heading {
    font-size: var(--wp--preset--font-size--large);
  }
  .chm-block-journey .chm-block-journey-path__preview__trigger {
    margin-top: 2rem;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey__inner:has(.chm-block-journey-path.active) {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey__inner:has(.chm-block-journey-path.active:first-child) {
    grid-template-columns: 3fr 1fr 1fr;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey__inner:has(.chm-block-journey-path.active:last-child) {
    grid-template-columns: 1fr 1fr 3fr;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::before, .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path::after {
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active:before {
    inset: 50% 0 auto auto;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active::after {
    inset: 50% auto auto 0;
  }
  .chm-block-journey:has(.chm-block-journey-path.active) .chm-block-journey-path.active:last-child::before {
    inset: 50% auto auto 0;
  }
}
@media (min-width: 61.25em) {
  .chm-block-journey .chm-block-cost-calculator .table .table-head .table-row .table-cell {
    font-size: 0.7rem;
  }
}
.chm-block-journey .chm-block-cost-calculator .table .table-body .table-row .table-cell.label {
  font-size: var(--wp--preset--font-size--small);
}

.chm-block-list .list-container {
  padding: 0;
  list-style: none;
}
.chm-block-list .list-container li {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "marker title" "marker content";
  padding: var(--wp--custom--spacing--baseline);
  border-bottom: 1px solid #F4F5F9;
}
.chm-block-list .list-container li:last-child {
  border: 0;
}
.chm-block-list .list-container li .marker {
  grid-area: marker;
  color: var(--wp--preset--color--tertiary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--gigantic);
  font-family: var(--wp--preset--font-family--source-serif);
  line-height: 1;
}
.chm-block-list .list-container li .marker.bullet {
  color: var(--wp--preset--color--primary);
  line-height: 0.5;
}
.chm-block-list .list-container li .title {
  grid-area: title;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
  line-height: 1.15;
}
.chm-block-list .list-container li .content {
  grid-area: content;
}
.chm-block-mix-match-text .text-container {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-mix-match-text .text-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 3;
}
.chm-block-mix-match-text .text-options > span {
  display: none;
  white-space: nowrap;
}
.chm-block-mix-match-text .text-options > span.active {
  display: inline;
  -webkit-animation: "mix-match-fadeIn" 0.75s cubic-bezier(0.25, 1, 0.5, 1);
          animation: "mix-match-fadeIn" 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
@-webkit-keyframes mix-match-fadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes mix-match-fadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 46.25em) {
  .chm-block-mix-match-text .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: var(--wp--preset--font-size--x-large);
    text-align: center;
  }
  .chm-block-mix-match-text .text-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.5em;
    line-height: 1.5;
  }
  @-webkit-keyframes mix-match-fadeIn {
    0% {
      display: none;
      opacity: 0;
      -webkit-transform: translate(0, 1rem);
              transform: translate(0, 1rem);
    }
    1% {
      display: block;
      opacity: 0;
      -webkit-transform: translate(0, 1rem);
              transform: translate(0, 1rem);
    }
    100% {
      display: block;
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes mix-match-fadeIn {
    0% {
      display: none;
      opacity: 0;
      -webkit-transform: translate(0, 1rem);
              transform: translate(0, 1rem);
    }
    1% {
      display: block;
      opacity: 0;
      -webkit-transform: translate(0, 1rem);
              transform: translate(0, 1rem);
    }
    100% {
      display: block;
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}

.is-style-bg-bottom-pattern, aside.chm-block-modal .modal-content,
.is-style-bg-right-pattern {
  --img-url: url("../img/bg-pattern-default.png");
}
.is-style-bg-bottom-pattern.has-secondary-background-color, aside.chm-block-modal .has-secondary-background-color.modal-content,
.is-style-bg-right-pattern.has-secondary-background-color {
  --img-url: url("../img/bg-pattern-on-secondary.png");
}
.is-style-bg-bottom-pattern::after, aside.chm-block-modal .modal-content::after,
.is-style-bg-right-pattern::after {
  content: "";
  position: absolute;
  background-image: var(--img-url);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: auto auto;
}

.is-style-bg-bottom-pattern::after, aside.chm-block-modal .modal-content::after {
  inset: auto auto 0 0;
  width: 100%;
  height: 3rem;
}

.is-style-bg-right-pattern::after {
  inset: 0 0 auto auto;
  width: 2rem;
  height: 100%;
}

.is-style-bg-us-map {
  background-image: url("../img/bg-us-map.png");
  background-position: 35% -50%;
  background-repeat: no-repeat;
  background-size: auto 105%;
}

.wp-block-columns.is-style-bg-us-map {
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.is-style-grid {
  display: grid;
  gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.is-style-grid > * {
  width: 100%;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}

.wp-block-media-text.is-style-spotlight {
  gap: 0;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.wp-block-media-text.is-style-spotlight .wp-block-media-text__content {
  padding: var(--wp--custom--spacing--baseline);
}
@media (min-width: 37.5em) {
  .wp-block-media-text.is-style-spotlight {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .wp-block-media-text.is-style-spotlight .wp-block-media-text__content {
    max-width: unset;
    width: 100%;
    margin: var(--wp--custom--spacing--baseline) 0;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .wp-block-media-text.is-style-spotlight .wp-block-media-text__media {
    height: 100%;
  }
  .wp-block-media-text.is-style-spotlight .wp-block-media-text__media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

aside.chm-block-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  max-width: unset !important;
  height: 100vh;
  min-height: 100px;
  padding: var(--wp--custom--spacing--baseline);
  margin: 0 !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  background-color: rgba(7, 29, 73, 0.5);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: 999;
}
aside.chm-block-modal > .modal-close {
  position: absolute;
  inset: var(--wp--custom--spacing--baseline) var(--wp--custom--spacing--baseline) auto auto;
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--white);
  cursor: pointer;
}
aside.chm-block-modal > .modal-close:hover {
  color: var(--wp--preset--color--primary);
}
aside.chm-block-modal .modal-content {
  width: 90%;
  max-width: 800px;
  max-height: 600px;
  padding: 0 0 3rem 0;
  margin: 0;
  background-color: var(--wp--preset--color--white);
  border-radius: 7px;
  overflow: auto;
  -webkit-transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}
aside.chm-block-modal .modal-content * {
  pointer-events: none !important;
}
aside.chm-block-modal .modal-content::after {
  background-color: var(--wp--preset--color--offwhite);
}
aside.chm-block-modal.active {
  opacity: 1;
  pointer-events: all;
}
aside.chm-block-modal.active * {
  pointer-events: all !important;
}
aside.chm-block-modal.active .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
aside.chm-block-modal.active .modal-content .arrows-container {
  pointer-events: none !important;
}

.editor-styles-wrapper aside.chm-block-modal {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  inset: unset;
  opacity: 1;
  pointer-events: all;
  z-index: unset;
}
.editor-styles-wrapper aside.chm-block-modal .modal-content {
  height: unset;
  -webkit-transform: unset;
          transform: unset;
}
.editor-styles-wrapper aside.chm-block-modal .modal-content * {
  pointer-events: all !important;
}
.editor-styles-wrapper aside.chm-block-modal .modal-content::after {
  content: unset;
  display: none;
}

.wp-block-acf-programs-comparison__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-serif);
}
.wp-block-acf-programs-comparison .table .table-head .table-row .table-cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex !important;
  height: 100%;
}
.wp-block-acf-programs-comparison .table .table-head .table-row .table-cell a img {
  margin: 0;
}
.wp-block-acf-programs-comparison__program-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-acf-programs-comparison .disclaimer-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
.wp-block-acf-programs-comparison .disclaimer-cta-container .disclaimer {
  max-width: 65%;
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.7;
}
@media (min-width: 46.25em) {
  .wp-block-acf-programs-comparison .table .table-body .table-row:first-child .table-cell:not(.label) {
    font-size: var(--wp--preset--font-size--large);
  }
  .wp-block-acf-programs-comparison .disclaimer-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 61.25em) {
  .wp-block-acf-programs-comparison .disclaimer-cta-container .disclaimer {
    max-width: unset;
  }
}

.chm-block-programs-tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: sticky;
  top: 5rem;
  background-color: var(--wp--preset--color--white);
  z-index: 1;
}
.chm-block-programs-tabs .tabs-container .tab-trigger {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-programs-tabs .tabs-container .tab-trigger:last-child {
  border-right: 0;
}
.chm-block-programs-tabs .tabs-container .tab-trigger .tab-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90px;
  margin: 0 auto 0.5rem auto;
  opacity: 0.25;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-programs-tabs .tabs-container .tab-trigger:hover img, .chm-block-programs-tabs .tabs-container .tab-trigger.active img {
  opacity: 1;
}
.chm-block-programs-tabs .tabs-container .tab-trigger.active {
  background-color: rgba(242, 234, 222, 0.25);
  border-right: 0;
  -webkit-box-shadow: 6px 4px 4px -6px #E4E6EE;
          box-shadow: 6px 4px 4px -6px #E4E6EE;
  opacity: 1;
}
.chm-block-programs-tabs .tab-content {
  padding: 1rem;
  background-color: rgba(242, 234, 222, 0.25);
}
.chm-block-programs-tabs .tab-content .program-content {
  display: none;
  margin-bottom: 4rem;
}
.chm-block-programs-tabs .tab-content .program-content.active {
  display: block;
  -webkit-animation: tabFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
          animation: tabFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@-webkit-keyframes tabFadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes tabFadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.chm-block-programs-tabs .table-title {
  margin-bottom: 1rem;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-serif);
  text-align: center;
}
.chm-block-programs-tabs .table-subtitle {
  margin-bottom: 0.5rem;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
.chm-block-programs-tabs .table-description {
  max-width: 800px;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.chm-block-programs-tabs .spotlight-container {
  margin-top: 4rem;
}
.chm-block-programs-tabs .spotlight-container .spotlight {
  display: none;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
}
.chm-block-programs-tabs .spotlight-container .spotlight.active {
  display: block;
  -webkit-animation: spotlightFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
          animation: spotlightFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@-webkit-keyframes spotlightFadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 6rem);
            transform: translate(0, 6rem);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 6rem);
            transform: translate(0, 6rem);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes spotlightFadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 6rem);
            transform: translate(0, 6rem);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 6rem);
            transform: translate(0, 6rem);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.chm-block-programs-tabs .spotlight-container .spotlight .spotlight-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.chm-block-programs-tabs .spotlight-container .spotlight .spotlight-content-container {
  padding: var(--wp--custom--spacing--baseline) var(--wp--custom--spacing--baseline) 6rem var(--wp--custom--spacing--baseline);
  text-align: center;
}
.chm-block-programs-tabs .spotlight-container .spotlight .spotlight-content-container .spotlight-content {
  text-align: left;
}
.chm-block-programs-tabs .spotlight-container .spotlight .spotlight-content-container .spotlight-cta {
  margin-top: 2rem;
}
@media (min-width: 46.25em) {
  .chm-block-programs-tabs .tabs-container .tab-trigger {
    font-size: var(--wp--preset--font-size--small);
  }
  .chm-block-programs-tabs .tab-content {
    padding: var(--wp--custom--spacing--baseline);
  }
  .chm-block-programs-tabs .table .table-body .table-row .table-cell.label {
    text-align: left;
  }
  .chm-block-programs-tabs .spotlight-container .spotlight .spotlight-content-container .spotlight-content {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.chm-block-query .filters-container {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.chm-block-query .filters-container .filter-dropdown label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--wp--preset--color--gray);
}
.chm-block-query .filters-container .filter-dropdown select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--wp--preset--color--secondary);
  outline: 0 !important;
}
.chm-block-query .filters-container .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.chm-block-query .filters-container .filter-list:first-child {
  color: var(--wp--preset--color--gray);
}
.chm-block-query .filters-container .filter-list .filter {
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-query .filters-container .filter-list .filter:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-query .filters-container .filter-list .filter.active {
  background-color: var(--wp--preset--color--offwhite);
}
.chm-block-query .filters-container .filter-list .filter.active::before {
  content: "✕";
  margin-right: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  vertical-align: text-bottom;
}
.chm-block-query .posts-container {
  display: grid;
  gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chm-block-query .pagination-container {
  margin-top: 2rem;
}
.chm-block-query .pagination-container .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chm-block-query .pagination-container .pager .page-numbers {
  color: var(--wp--preset--color--secondary);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-query .pagination-container .pager .page-numbers.prev, .chm-block-query .pagination-container .pager .page-numbers.next {
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-query .pagination-container .pager .page-numbers:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-query .pagination-container .pager .page-numbers.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 50%;
}
@media (min-width: 30em) {
  .chm-block-query .posts-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (min-width: 46.25em) {
  .chm-block-query .filters-container .filter-dropdown {
    display: none;
  }
  .chm-block-query .filters-container .filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chm-block-query.is-style-alternating-columns .posts-container {
    grid-template-columns: repeat(6, 1fr);
  }
  .chm-block-query.is-style-alternating-columns .posts-container > .post-preview {
    grid-column: span 2;
  }
  .chm-block-query.is-style-alternating-columns .posts-container > .post-preview:first-child,
  .chm-block-query.is-style-alternating-columns .posts-container > .post-preview:nth-child(2) {
    grid-column: span 3;
  }
}

.has-secondary-background-color .chm-block-query .pagination-container .pager .page-numbers,
.has-black-background-color .chm-block-query .pagination-container .pager .page-numbers {
  color: var(--wp--preset--color--white);
}
.has-secondary-background-color .chm-block-query .pagination-container .pager .page-numbers.current,
.has-black-background-color .chm-block-query .pagination-container .pager .page-numbers.current {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary);
}

.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request {
  padding-top: var(--wp--custom--spacing--baseline);
  padding-bottom: var(--wp--custom--spacing--baseline);
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-title {
  font-size: var(--wp--preset--font-size--large);
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-date {
  font-style: italic;
  font-weight: 200;
  font-family: var(--wp--preset--font-family--source-serif);
  opacity: 0.6;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-description {
  width: 100%;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-prayers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--wp--preset--color--primary);
  text-align: center;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-prayers .chm-block-query-prayer__request-pray {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-prayers .chm-block-query-prayer__request-pray[disabled] {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--gray) !important;
  border-color: var(--wp--preset--color--gray) !important;
  cursor: not-allowed;
}
.chm-block-query-prayer .pagination-container {
  margin-top: 2rem;
}
.chm-block-query-prayer .pagination-container .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chm-block-query-prayer .pagination-container .pager .page-numbers {
  color: var(--wp--preset--color--secondary);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-query-prayer .pagination-container .pager .page-numbers.prev, .chm-block-query-prayer .pagination-container .pager .page-numbers.next {
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-query-prayer .pagination-container .pager .page-numbers:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-query-prayer .pagination-container .pager .page-numbers.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  border-radius: 50%;
}
@media (min-width: 46.25em) {
  .chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-header {
    gap: 0.5rem 2rem;
  }
  .chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-prayers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-width: 150px;
  }
  .chm-block-query-prayer .chm-block-query-prayer__requests .chm-block-query-prayer__request-content .chm-block-query-prayer__request-prayers .chm-block-query-prayer__request-pray {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.chm-block-scenarios {
  --step: 1;
  --max-steps: 3;
}
.chm-block-scenarios .progress-container {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 4rem auto;
}
.chm-block-scenarios .progress-container .progress-title {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-scenarios .progress-container .progress-title::after {
  counter-reset: step var(--step);
  content: counter(step);
  display: inline-block;
}
.chm-block-scenarios .progress-container .progress-bar {
  width: 100%;
  height: 6px;
  background-color: #F4F5F9;
}
.chm-block-scenarios .progress-container .progress-bar::after {
  content: "";
  display: block;
  width: calc(100% / var(--max-steps) * var(--step));
  height: 100%;
  background-color: var(--wp--preset--color--primary);
  -webkit-transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
.chm-block-scenarios .title-container {
  margin-bottom: 2rem;
}
.chm-block-scenarios .title-container h1, .chm-block-scenarios .title-container h2, .chm-block-scenarios .title-container h3, .chm-block-scenarios .title-container h4, .chm-block-scenarios .title-container h5, .chm-block-scenarios .title-container h6 {
  display: none;
  margin: 0;
}
.chm-block-scenarios .title-container .disclaimer {
  color: var(--wp--preset--color--primary);
}
.chm-block-scenarios .step-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chm-block-scenarios .step-1-container .scenario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1rem;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-scenarios .step-1-container .scenario .scenario-image {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.chm-block-scenarios .step-1-container .scenario .scenario-title {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-scenarios .step-2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: var(--wp--custom--spacing--baseline);
  background-color: var(--wp--preset--color--white);
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
  z-index: 1;
}
.chm-block-scenarios .step-2-container .scenarios-container {
  padding-bottom: 1rem;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-images-container {
  margin-bottom: 1rem;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-images-container .scenario .scenario-image {
  display: none;
  width: 100%;
  height: auto;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-images-container .scenario.active .scenario-image {
  display: block;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario .scenario-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
  cursor: pointer;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario .scenario-title svg {
  font-size: 0.75em;
  -webkit-transition: 0.1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.1s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario .scenario-title:hover svg {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario:hover:not(.active) {
  color: var(--wp--preset--color--primary);
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario.active .scenario-title {
  font-weight: 600;
}
.chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario.active .scenario-title svg {
  display: none;
}
.chm-block-scenarios .step-2-container .scenario-costs-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 0;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .title {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-serif);
  text-align: center;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario {
  display: none;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario.active {
  display: block;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--gray);
  opacity: 0.2;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost .cost-description {
  padding-right: 0.5rem;
  background-color: var(--wp--preset--color--white);
  font-weight: 400;
  line-height: 1;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost .cost-price {
  padding-left: 0.5rem;
  background-color: var(--wp--preset--color--white);
  white-space: nowrap;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost.total {
  padding: 1rem 0.5rem;
  margin-top: 2rem;
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost.total::before {
  content: unset;
}
.chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost.total .cost-price {
  font-size: var(--wp--preset--font-size--medium);
}
.chm-block-scenarios .step-2-container .scenario-costs-container .js-step-trigger {
  width: 100%;
  margin-top: 2rem;
}
.chm-block-scenarios .step-2-container .js-prev-step-trigger {
  position: absolute;
  inset: 1rem 1rem auto auto;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
}
.chm-block-scenarios .step-2-container .js-prev-step-trigger:hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-scenarios .step-3-container {
  padding: 3rem var(--wp--custom--spacing--baseline) var(--wp--custom--spacing--baseline);
  background-color: rgba(242, 234, 222, 0.21);
  border-radius: 0 0 7px 7px;
}
.chm-block-scenarios .step-3-container .title {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
  text-align: center;
}
.chm-block-scenarios .step-3-container .scenario {
  display: none;
}
.chm-block-scenarios .step-3-container .scenario.active {
  display: block;
}
.chm-block-scenarios .step-3-container .scenario ol {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
.chm-block-scenarios .step-3-container .scenario ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.chm-block-scenarios .step-3-container .scenario ol li:last-child {
  border-bottom: 0;
}
.chm-block-scenarios .step-3-container .scenario ol li .marker {
  color: var(--wp--preset--color--tertiary);
  font-weight: 600;
  white-space: nowrap;
}
.chm-block-scenarios .step-3-container .scenario ol li .coverage-title {
  font-weight: 600;
}
.chm-block-scenarios .step-3-container .scenario ol li .coverage-result {
  padding-left: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
}
.chm-block-scenarios .step-3-container .scenario ol li .coverage-result small, .chm-block-scenarios .step-3-container .scenario ol li .coverage-result em, .chm-block-scenarios .step-3-container .scenario ol li .coverage-result span, .chm-block-scenarios .step-3-container .scenario ol li .coverage-result div {
  display: block;
  font-weight: 300;
}
.chm-block-scenarios .step-3-container .scenario .total-owed {
  margin: 1rem -2rem 2rem;
  padding: 0 2rem;
  background-color: var(--wp--preset--color--white);
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
          box-shadow: 0px 9px 30px 0px #E4E6EE;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__chm__title {
  max-width: 400px;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__chm__title small {
  display: inline-block;
  font-size: var(--wp--preset--font-size--normal);
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__chm__title p {
  margin: 0.5rem 0 0 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.25;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__chm__price {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 80px;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
}
.chm-block-scenarios .step-3-container .scenario .total-owed hr {
  width: calc(100% + var(--wp--custom--spacing--baseline) * 2);
  height: 1px;
  margin: 0 0 0 calc(var(--wp--custom--spacing--baseline) * -1);
  background-color: var(--wp--preset--color--tertiary);
  border: 0;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__insurance {
  color: var(--wp--preset--color--tertiary);
  font-weight: 600;
}
.chm-block-scenarios .step-3-container .scenario .total-owed .total-owed__insurance .total-owed__insurance__price {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.chm-block-scenarios .step-3-container .scenario .coverage-disclaimer {
  max-width: 800px;
  margin: 0 auto;
  font-size: var(--wp--preset--font-size--small);
}
.chm-block-scenarios .step-3-container .scenario .cta {
  margin: 2rem auto 0;
}
.chm-block-scenarios .step-1-container,
.chm-block-scenarios .step-2-container,
.chm-block-scenarios .step-3-container {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes step1FadeUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes step1FadeUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes step2FadeUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes step2FadeUp {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes step3FadeDown {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes step3FadeDown {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes scenariosFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes scenariosFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.chm-block-scenarios .step-1-container .animate,
.chm-block-scenarios .step-2-container .animate,
.chm-block-scenarios .step-3-container .animate {
  opacity: 0;
  pointer-events: none;
}
.chm-block-scenarios .step-1-container .animate:nth-child(1),
.chm-block-scenarios .step-2-container .animate:nth-child(1),
.chm-block-scenarios .step-3-container .animate:nth-child(1) {
  -webkit-animation-delay: calc(1 * 0.05s);
          animation-delay: calc(1 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(2),
.chm-block-scenarios .step-2-container .animate:nth-child(2),
.chm-block-scenarios .step-3-container .animate:nth-child(2) {
  -webkit-animation-delay: calc(2 * 0.05s);
          animation-delay: calc(2 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(3),
.chm-block-scenarios .step-2-container .animate:nth-child(3),
.chm-block-scenarios .step-3-container .animate:nth-child(3) {
  -webkit-animation-delay: calc(3 * 0.05s);
          animation-delay: calc(3 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(4),
.chm-block-scenarios .step-2-container .animate:nth-child(4),
.chm-block-scenarios .step-3-container .animate:nth-child(4) {
  -webkit-animation-delay: calc(4 * 0.05s);
          animation-delay: calc(4 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(5),
.chm-block-scenarios .step-2-container .animate:nth-child(5),
.chm-block-scenarios .step-3-container .animate:nth-child(5) {
  -webkit-animation-delay: calc(5 * 0.05s);
          animation-delay: calc(5 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(6),
.chm-block-scenarios .step-2-container .animate:nth-child(6),
.chm-block-scenarios .step-3-container .animate:nth-child(6) {
  -webkit-animation-delay: calc(6 * 0.05s);
          animation-delay: calc(6 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(7),
.chm-block-scenarios .step-2-container .animate:nth-child(7),
.chm-block-scenarios .step-3-container .animate:nth-child(7) {
  -webkit-animation-delay: calc(7 * 0.05s);
          animation-delay: calc(7 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(8),
.chm-block-scenarios .step-2-container .animate:nth-child(8),
.chm-block-scenarios .step-3-container .animate:nth-child(8) {
  -webkit-animation-delay: calc(8 * 0.05s);
          animation-delay: calc(8 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(9),
.chm-block-scenarios .step-2-container .animate:nth-child(9),
.chm-block-scenarios .step-3-container .animate:nth-child(9) {
  -webkit-animation-delay: calc(9 * 0.05s);
          animation-delay: calc(9 * 0.05s);
}
.chm-block-scenarios .step-1-container .animate:nth-child(10),
.chm-block-scenarios .step-2-container .animate:nth-child(10),
.chm-block-scenarios .step-3-container .animate:nth-child(10) {
  -webkit-animation-delay: calc(10 * 0.05s);
          animation-delay: calc(10 * 0.05s);
}
.chm-block-scenarios.step-1 {
  --step: 1;
}
.chm-block-scenarios.step-1 .step-1-title {
  display: block;
}
.chm-block-scenarios.step-1 .step-1-container {
  position: relative;
  pointer-events: all;
  -webkit-animation-name: step1FadeUp;
          animation-name: step1FadeUp;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
.chm-block-scenarios.step-1 .step-1-container .animate {
  -webkit-animation-name: scenariosFadeUp;
          animation-name: scenariosFadeUp;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
.chm-block-scenarios.step-2 {
  --step: 2;
}
.chm-block-scenarios.step-2 .step-2-title {
  display: block;
}
.chm-block-scenarios.step-2 .step-2-container {
  position: relative;
  pointer-events: all;
  -webkit-animation-name: step2FadeUp;
          animation-name: step2FadeUp;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
.chm-block-scenarios.step-2 .step-2-container .animate {
  -webkit-animation-name: scenariosFadeUp;
          animation-name: scenariosFadeUp;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
.chm-block-scenarios.step-2 .step-3-container {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chm-block-scenarios.step-3 {
  --step: 3;
}
.chm-block-scenarios.step-3 .step-3-title {
  display: block;
}
.chm-block-scenarios.step-3 .step-2-container, .chm-block-scenarios.step-3 .step-2-container .animate {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.chm-block-scenarios.step-3 .step-2-container .js-step-trigger {
  visibility: hidden;
}
.chm-block-scenarios.step-3 .step-3-container {
  position: relative;
  pointer-events: all;
  -webkit-animation-name: step3FadeDown;
          animation-name: step3FadeDown;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
.chm-block-scenarios.step-3 .step-3-container .animate {
  -webkit-animation-name: scenariosFadeUp;
          animation-name: scenariosFadeUp;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: all;
}
@media (max-width: 46.24em) {
  .chm-block-scenarios .step-1-container .scenario {
    border-bottom: 1px solid var(--wp--preset--color--primary);
  }
  .chm-block-scenarios .step-1-container .scenario:last-child {
    border-bottom: 0;
  }
  .chm-block-scenarios .step-2-container .scenario-costs-container {
    border-top: 1px solid var(--wp--preset--color--primary);
  }
  .chm-block-scenarios .step-2-container .scenario-costs-container .cost.total {
    font-size: var(--wp--preset--font-size--small);
  }
  .chm-block-scenarios .step-3-container .scenarios-container .scenario ol li .flex-grow {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
@media (min-width: 46.25em) {
  .chm-block-scenarios .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chm-block-scenarios .title-container .disclaimer {
    text-align: right;
  }
  .chm-block-scenarios .step-1-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .chm-block-scenarios .step-1-container .scenario {
    border-radius: 7px;
  }
  .chm-block-scenarios .step-1-container .scenario:hover {
    -webkit-box-shadow: 0px 9px 30px 0px #E4E6EE;
            box-shadow: 0px 9px 30px 0px #E4E6EE;
  }
  .chm-block-scenarios .step-2-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: var(--wp--custom--spacing--baseline);
  }
  .chm-block-scenarios .step-2-container .scenarios-container {
    padding-right: var(--wp--custom--spacing--baseline);
    border-right: 1px solid var(--wp--preset--color--primary);
  }
  .chm-block-scenarios .step-2-container .scenarios-container .scenario-titles-container .scenario .scenario-title {
    font-size: var(--wp--preset--font-size--x-large);
  }
  .chm-block-scenarios .step-2-container .scenario-costs-container {
    padding-left: var(--wp--custom--spacing--baseline);
  }
  .chm-block-scenarios .step-2-container .scenario-costs-container .title {
    font-size: var(--wp--preset--font-size--large);
  }
  .chm-block-scenarios .step-2-container .scenario-costs-container .scenario .cost.total {
    padding: 1rem;
  }
  .chm-block-scenarios .step-3-container .scenarios-container .scenario ol li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .chm-block-scenarios .step-3-container .scenarios-container .scenario ol li .flex-grow {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-right: 1.5rem;
  }
  .chm-block-scenarios .step-3-container .scenarios-container .scenario ol li .coverage-result {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0;
  }
}

.chm-block-slider-prayer .slick-list .slick-track .slick-slide {
  padding: 0.5rem;
}
.chm-block-slider-prayer .slick-list .slick-track .slick-slide.slick-current {
  z-index: 1;
}
.chm-block-slider-prayer .chm-block-slider-prayer__slide {
  background-color: #FBF8F4;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-slider-prayer .chm-block-slider-prayer__slide > .flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem var(--wp--custom--spacing--baseline);
}
.chm-block-slider-prayer .chm-block-slider-prayer__slide > .flex-container:nth-child(even) {
  background-color: var(--wp--preset--color--offwhite);
}
.chm-block-slider-prayer .chm-block-slider-prayer__slide-location, .chm-block-slider-prayer .chm-block-slider-prayer__slide-condition {
  text-align: right;
}
.chm-block-slider-prayer__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 0 auto;
}
.chm-block-slider-prayer__arrows .slick-prev,
.chm-block-slider-prayer__arrows .slick-next {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-slider-prayer__arrows .slick-prev:not(.slick-disabled):hover,
.chm-block-slider-prayer__arrows .slick-next:not(.slick-disabled):hover {
  color: var(--wp--preset--color--primary);
}
.chm-block-slider-prayer__arrows .slick-prev.slick-disabled,
.chm-block-slider-prayer__arrows .slick-next.slick-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.chm-block-slider-prayer__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
}
.chm-block-slider-prayer__dots ul button {
  display: block;
  min-width: unset;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-width: 1px;
  border-radius: 50%;
  text-indent: 9999px;
  overflow: hidden;
}
.chm-block-slider-prayer__dots ul .slick-active button {
  background-color: var(--wp--preset--color--secondary);
}
@media (min-width: 36em) {
  .chm-block-slider-prayer .slick-list {
    padding-bottom: 2rem !important;
  }
  .chm-block-slider-prayer .slick-list::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .chm-block-slider-prayer .slick-list .slick-track .slick-slide {
    padding: 0;
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
  .chm-block-slider-prayer .slick-list .slick-track .slick-slide.slick-current {
    -webkit-transform: translate(-2rem, 1rem);
            transform: translate(-2rem, 1rem);
    z-index: 1;
  }
  .chm-block-slider-prayer .slick-list .slick-track .slick-slide.slick-current .chm-block-slider-prayer__slide {
    width: calc(100% + 4rem) !important;
  }
  .chm-block-slider-prayer .slick-list .slick-track .slick-slide:not(.slick-current) {
    opacity: 0.5;
  }
}

@media (min-width: 36em) {
  .has-primary-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--primary)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--primary)));
    background-image: linear-gradient(to right, var(--wp--preset--color--primary) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--primary) 100%);
  }
  .has-secondary-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--secondary)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--secondary)));
    background-image: linear-gradient(to right, var(--wp--preset--color--secondary) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--secondary) 100%);
  }
  .has-tertiary-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--tertiary)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--tertiary)));
    background-image: linear-gradient(to right, var(--wp--preset--color--tertiary) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--tertiary) 100%);
  }
  .has-bronze-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--bronze)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--bronze)));
    background-image: linear-gradient(to right, var(--wp--preset--color--bronze) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--bronze) 100%);
  }
  .has-mint-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--mint)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--mint)));
    background-image: linear-gradient(to right, var(--wp--preset--color--mint) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--mint) 100%);
  }
  .has-teal-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--teal)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--teal)));
    background-image: linear-gradient(to right, var(--wp--preset--color--teal) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--teal) 100%);
  }
  .has-green-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--green)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--green)));
    background-image: linear-gradient(to right, var(--wp--preset--color--green) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--green) 100%);
  }
  .has-red-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--red)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--red)));
    background-image: linear-gradient(to right, var(--wp--preset--color--red) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--red) 100%);
  }
  .has-pink-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--pink)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--pink)));
    background-image: linear-gradient(to right, var(--wp--preset--color--pink) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--pink) 100%);
  }
  .has-gray-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--gray)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--gray)));
    background-image: linear-gradient(to right, var(--wp--preset--color--gray) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--gray) 100%);
  }
  .has-offwhite-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--offwhite)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--offwhite)));
    background-image: linear-gradient(to right, var(--wp--preset--color--offwhite) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--offwhite) 100%);
  }
  .has-white-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--white)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--white)));
    background-image: linear-gradient(to right, var(--wp--preset--color--white) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--white) 100%);
  }
  .has-black-background-color .chm-block-slider-prayer .slick-list::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--wp--preset--color--black)), color-stop(4rem, transparent), color-stop(transparent), to(var(--wp--preset--color--black)));
    background-image: linear-gradient(to right, var(--wp--preset--color--black) 0, transparent 4rem, transparent calc(100% - 4rem), var(--wp--preset--color--black) 100%);
  }
}
.chm-block-slider .slides-container .slide-container {
  padding: var(--wp--custom--spacing--baseline) 3rem;
}
.chm-block-slider .slides-container .slide-container .slide-title {
  margin-bottom: 1rem;
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-slider .arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  inset: 0;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--large);
  pointer-events: none;
}
.chm-block-slider .arrows-container .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  opacity: 0;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-slider .arrows-container .slick-arrow.slick-prev {
  padding-right: 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(255, 255, 255)), to(transparent));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 25%, transparent);
}
.chm-block-slider .arrows-container .slick-arrow.slick-next {
  padding-left: 3rem;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, rgb(255, 255, 255)), to(transparent));
  background-image: linear-gradient(to left, rgb(255, 255, 255) 25%, transparent);
}
.chm-block-slider .arrows-container .slick-arrow:hover {
  opacity: 1;
}
.chm-block-slider .dots-container {
  margin-bottom: 1rem;
}
.chm-block-slider .dots-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
.chm-block-slider .dots-container .slick-dots li button {
  display: block;
  width: 3rem;
  min-width: unset;
  height: 0.25rem;
  padding: 0;
  background-color: var(--wp--preset--color--gray);
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0.25;
  text-indent: 200vw;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-slider .dots-container .slick-dots li button:hover {
  opacity: 1;
}
.chm-block-slider .dots-container .slick-dots li button:active, .chm-block-slider .dots-container .slick-dots li button:focus {
  background-color: var(--wp--preset--color--primary);
  opacity: 1;
}
.chm-block-slider .dots-container .slick-dots li.slick-active button {
  background-color: var(--wp--preset--color--primary);
  opacity: 1;
}
.chm-block-slider:has(.slides-container:hover) .arrows-container .slick-arrow {
  opacity: 0.35;
}

.chm-block-tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: sticky;
  top: 3.25rem;
  background-color: var(--wp--preset--color--white);
  z-index: 1;
}
.chm-block-tabs .tabs-container .tab-trigger {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-tabs .tabs-container .tab-trigger:last-child {
  border-right: 0;
}
.chm-block-tabs .tabs-container .tab-trigger .tab-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 55px;
  margin: 0 auto 1rem auto;
  opacity: 0.25;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.chm-block-tabs .tabs-container .tab-trigger:hover img, .chm-block-tabs .tabs-container .tab-trigger.active img {
  opacity: 1;
}
.chm-block-tabs .tabs-container .tab-trigger.active {
  background-color: rgba(242, 234, 222, 0.25);
  border-right: 0;
  -webkit-box-shadow: 6px 4px 4px -6px #E4E6EE;
          box-shadow: 6px 4px 4px -6px #E4E6EE;
  opacity: 1;
}
.chm-block-tabs .tab-content-container {
  padding: 1rem;
  background-color: rgba(242, 234, 222, 0.25);
}
.chm-block-tabs .tab-content-container .tab-content {
  display: none;
}
.chm-block-tabs .tab-content-container .tab-content .title {
  margin-bottom: 2rem;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-tabs .tab-content-container .tab-content.active {
  display: block;
  -webkit-animation: tabFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
          animation: tabFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes tabFadeIn {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.chm-block-tabs .tab-content-container .tab-content .items-container {
  display: grid;
  gap: 2rem 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item:has(.item-image) {
  grid-template-rows: 50px auto;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item .item-image {
  max-height: 50px;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item .item-title {
  line-height: 1.15;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item .item-content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.chm-block-tabs .tab-content-container .tab-content .items-container .item .item-cta {
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 30em) {
  .chm-block-tabs .tab-content-container .tab-content .items-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (min-width: 46.25em) {
  .chm-block-tabs .tabs-container .tab-trigger {
    font-size: var(--wp--preset--font-size--small);
  }
  .chm-block-tabs .tab-content-container {
    padding: var(--wp--custom--spacing--baseline);
  }
}

.chm-block-tag-tile {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: inherit;
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none;
  white-space: nowrap;
}
.chm-block-tag-tile:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.chm-block-testimonial {
  width: 100%;
  max-width: 95%;
  padding: 4rem var(--wp--custom--spacing--baseline) 7rem var(--wp--custom--spacing--baseline);
  margin-top: 6rem;
  margin-bottom: 6rem;
  float: none !important;
}
.chm-block-testimonial .container {
  margin-right: 0;
}
.chm-block-testimonial .quote {
  font-size: var(--wp--preset--font-size--large);
  font-family: var(--wp--preset--font-family--source-serif);
}
.chm-block-testimonial .author {
  margin-top: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.chm-block-testimonial.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.chm-block-testimonial.alignright {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 46.25em) {
  .chm-block-testimonial {
    width: calc(50vw + var(--wp--style--global--content-size) / 2);
    max-width: 90%;
  }
}
@media (min-width: 61.25em) {
  .chm-block-testimonial {
    padding: 4rem 4rem 7rem 4rem;
  }
  .chm-block-testimonial.alignleft .container {
    margin-left: auto;
    margin-right: 0;
  }
  .chm-block-testimonial.alignright .container {
    margin-left: 0;
    margin-right: auto;
  }
}

.wp-block-acf-testimonial {
  float: none !important;
}
/*# sourceMappingURL=gutenberg.css.map */
