:root {
  --font: "TT Commons Pro Trial Expanded", sans-serif;
  --color-qhr-text: #000;
  --color-qhr-surface: #fff;
  --color-qhr-brand: #ce154c;
  --color-qhr-brand-hover: #b81243;
  --color-qhr-muted: #6d6d6d;
  --color-qhr-blue: #3378f9;
  --color-qhr-blue-dark: #296eed;
  --color-qhr-blue-50: #f5f8fe;
  --color-qhr-blue-100: #e5eeff;
  --color-qhr-divider-soft: rgba(220, 203, 216, 0.3);
  --color-qhr-drawer-overlay: rgba(0, 0, 0, 0.28);
  --color-qhr-drawer-shadow: rgba(0, 0, 0, 0.16);
  --color-qhr-header-shadow: rgba(0, 0, 0, 0.06);
}

.key-benefits-qhr {
  margin-block: clamp(50px, 3.125vw, 60px) clamp(50px, 6.25vw, 120px);
  color: var(--color-qhr-text);
}

.key-benefits-qhr__inner {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.key-benefits-qhr .key-benefits-qhr__title {
  margin-bottom: clamp(26px, 2.0833333333vw, 40px);
}

.key-benefits-qhr__slider {
  overflow: visible;
}

.key-benefits-qhr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(8px, 1.0416666667vw, 20px);
}

.key-benefits-qhr__slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 293px;
          flex: 1 1 293px;
  min-width: 293px;
  height: auto;
}

.key-benefits-qhr__pagination {
  display: none;
}

.key-benefits-qhr--slider .key-benefits-qhr__slider {
  overflow: hidden;
}

.key-benefits-qhr--slider .key-benefits-qhr__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}

.key-benefits-qhr--slider .key-benefits-qhr__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 293px;
          flex: 0 0 293px;
  width: 293px;
  min-width: 0;
}

.key-benefits-qhr--slider .key-benefits-qhr__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}

.key-benefits-card {
  position: relative;
  padding: clamp(48px, 4.5833333333vw, 88px) clamp(19px, 1.8229166667vw, 35px) clamp(26px, 1.7708333333vw, 34px) clamp(22px, 1.5625vw, 30px);
  border: 2px solid #e4e8f1;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.key-benefits-card__icon {
  position: absolute;
  top: clamp(25px, 1.3541666667vw, 26px);
  right: clamp(30px, 1.71875vw, 33px);
  width: clamp(30px, 2.6041666667vw, 50px);
  height: clamp(30px, 2.6041666667vw, 50px);
}

.key-benefits-card__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.key-benefits-card__title {
  max-width: 100%;
  margin: 0 0 22px;
  font-weight: 600;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  word-break: normal;
  -ms-hyphens: auto;
      hyphens: auto;
}

.key-benefits-card__list {
  display: grid;
  gap: 0;
  list-style: disc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: clamp(24px, 1.5625vw, 30px);
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  word-break: normal;
  -ms-hyphens: auto;
      hyphens: auto;
}

.key-benefits-card__list li {
  list-style: disc;
  overflow-wrap: anywhere;
  word-break: normal;
  -ms-hyphens: auto;
      hyphens: auto;
}

@media (min-width: 1920px) {
  .key-benefits-card__title {
    font-size: clamp(24px, 1.0546875vw, 27px);
  }

  .key-benefits-card__list {
    font-size: clamp(18px, 0.78125vw, 20px);
  }
}

@media (max-width: 575px) {
  .key-benefits-qhr__slider {
    margin-right: calc(clamp(16px, 2.0833333333vw, 40px) * -1);
  }

  .key-benefits-qhr__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }

  .key-benefits-qhr__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px;
  }

  .key-benefits-card__title {
    width: 80%;
  }

  .key-benefits-card__list {
    max-width: 100%;
  }
}