section.m1_text:has(.hartl-hhw-challenges),
.hartl-hhw-host-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

section.m1_text:has(.hartl-hhw-challenges) .m1_text_container,
.hartl-hhw-host-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

.hartl-hhw-challenges,
.hartl-hhw-challenges * {
  box-sizing: border-box;
}

.hartl-hhw-challenges {
  --hartl-hhw-green: #008242;
  --hartl-hhw-dark: #142333;
  --hartl-hhw-line: #e4e9e7;
  --hartl-hhw-max-width: 1500px;
  --hartl-hhw-content-left: max(42px, calc((100vw - var(--hartl-hhw-max-width)) / 2));
  --hartl-hhw-content-right: max(42px, calc((100vw - var(--hartl-hhw-max-width)) / 2));

  position: relative;
  z-index: 1;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 26px 0 8px calc(50% - 50vw) !important;
  color: var(--hartl-hhw-dark);
  font-family: Roboto, sans-serif;
  text-align: left;
}

.hartl-hhw-challenges--bleed {
  overflow: hidden;
}

.hartl-hhw-challenges__wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: var(--hartl-hhw-content-left);
  padding-right: var(--hartl-hhw-content-right);
}

.hartl-hhw-challenges__card {
  width: 100%;
  margin: 0;
  padding: 30px 0 30px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.hartl-hhw-challenges__grid {
  display: grid;
  grid-template-columns: minmax(350px, 430px) minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.hartl-hhw-challenges__intro {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  min-height: 116px;
  padding-right: clamp(28px, 2.4vw, 38px);
}

.hartl-hhw-challenges__intro-text {
  min-width: 0;
}

.hartl-hhw-challenges__main-icon {
  display: inline-flex;
  align-self: center;
  justify-self: start;
  width: 58px;
  height: 48px;
  color: var(--hartl-hhw-green);
}

.hartl-hhw-challenges__main-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hartl-hhw-challenges__headline {
  margin: 0 0 18px;
  color: var(--hartl-hhw-dark);
  font-family: Roboto, sans-serif;
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: left;
}

.hartl-hhw-challenges__subline {
  margin: 0;
  color: #253340;
  font-family: Roboto, sans-serif;
  font-size: clamp(14px, 1vw, 16.5px);
  font-weight: 500;
  line-height: 1.46;
  text-align: left;
}

.hartl-hhw-challenges__questions {
  display: grid;
  grid-template-columns: repeat(var(--hartl-hhw-question-columns, 4), minmax(0, 1fr));
  align-items: start;
  max-width: none;
}

.hartl-hhw-challenges__column {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 116px;
  margin: 0 !important;
  padding: 4px 20px 4px 22px !important;
  border-left: 1px solid var(--hartl-hhw-line);
  list-style: none !important;
  list-style-type: none !important;
}

.hartl-hhw-challenges__question {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #1d2a36;
  font-family: Roboto, sans-serif;
  font-size: clamp(13.5px, .92vw, 15px);
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  list-style: none !important;
  list-style-type: none !important;
}

.hartl-hhw-challenges ul,
.hartl-hhw-challenges li,
.hartl-hhw-challenges__column,
.hartl-hhw-challenges__question {
  list-style: none !important;
  list-style-type: none !important;
}

.hartl-hhw-challenges ul::before,
.hartl-hhw-challenges ul::after,
.hartl-hhw-challenges li::before,
.hartl-hhw-challenges li::after,
.hartl-hhw-challenges__column::before,
.hartl-hhw-challenges__column::after,
.hartl-hhw-challenges__question::before,
.hartl-hhw-challenges__question::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}

.hartl-hhw-challenges__check {
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin-top: .16em;
  color: var(--hartl-hhw-green);
  flex: 0 0 auto;
}

.hartl-hhw-challenges__check svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hartl-hhw-challenges__closing {
  margin: 28px 0 0;
  color: var(--hartl-hhw-green);
  font-family: Roboto, sans-serif;
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

@media (max-width: 1460px) {
  .hartl-hhw-challenges__grid {
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  }

  .hartl-hhw-challenges__intro {
    padding-right: 28px;
  }

  .hartl-hhw-challenges__column {
    padding-right: 16px !important;
    padding-left: 18px !important;
  }
}

@media (max-width: 1180px) {
  .hartl-hhw-challenges__grid {
    grid-template-columns: 1fr;
  }

  .hartl-hhw-challenges__intro {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 0 0 22px;
    margin-bottom: 2px;
    min-height: 0;
    border-bottom: 1px solid var(--hartl-hhw-line);
  }

  .hartl-hhw-challenges__main-icon {
    width: 54px;
    height: 45px;
  }

  .hartl-hhw-challenges__questions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    max-width: 100%;
  }

  .hartl-hhw-challenges__column {
    min-height: 0;
    padding: 16px 12px 0 0 !important;
    border-left: 0;
  }

  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column:nth-child(even) {
    border-left: 1px solid var(--hartl-hhw-line);
    padding-left: 24px !important;
  }

  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    margin-top: 0 !important;
    padding-top: 16px !important;
    border-top: 0;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .hartl-hhw-challenges {
    margin-top: 20px !important;
  }

  .hartl-hhw-challenges__wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hartl-hhw-challenges__card {
    padding: 24px 0 28px;
  }

  .hartl-hhw-challenges__intro {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 20px;
  }

  .hartl-hhw-challenges__main-icon {
    width: 50px;
    height: 42px;
  }

  .hartl-hhw-challenges__headline {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .hartl-hhw-challenges__subline {
    font-size: 14px;
  }

  .hartl-hhw-challenges__questions {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column,
  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column:nth-child(even),
  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column:last-child:nth-child(odd) {
    grid-column: auto;
    margin-top: 0 !important;
    min-height: 0;
    padding: 16px 0 0 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
  }

  .hartl-hhw-challenges__questions .hartl-hhw-challenges__column + .hartl-hhw-challenges__column {
    margin-top: 0 !important;
  }

  .hartl-hhw-challenges__question {
    font-size: 14px;
    line-height: 1.45;
  }

  .hartl-hhw-challenges__closing {
    margin-top: 32px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .hartl-hhw-challenges__intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hartl-hhw-challenges__main-icon {
    width: 48px;
    height: 40px;
  }

  .hartl-hhw-challenges__headline {
    font-size: 20px;
  }

  .hartl-hhw-challenges__closing {
    margin-top: 34px;
  }
}
