.pnz-landing .pnz-data {
  background: #fff;
  box-sizing: border-box;
  color: #5e6b77;
  font-family: "Dosis", "Trebuchet MS", system-ui, sans-serif;
  padding: var(--pnz-pad-top, 96px) 24px var(--pnz-pad-bottom, 96px);
}
.pnz-landing .pnz-data .pnz-container {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.pnz-landing .pnz-data .pnz-h2 {
  color: #002a47;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 24px;
  text-wrap: balance;
}
.pnz-landing .pnz-data .pnz-h3 {
  color: #002a47;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  text-wrap: balance;
}
.pnz-landing .pnz-data .pnz-lead {
  font-size: 20px;
  line-height: 1.65;
  margin: 0 0 56px;
  max-width: 68ch;
}
.pnz-landing .pnz-data .pnz-lead > :first-child {
  margin-top: 0;
}
.pnz-landing .pnz-data .pnz-lead > :last-child {
  margin-bottom: 0;
}
.pnz-landing .pnz-data .pnz-lead p {
  color: inherit;
  font: inherit;
}
.pnz-landing .pnz-data .pnz-lead a {
  color: #005b97;
}
.pnz-landing .pnz-data .pnz-scale {
  background: #eef4f8;
  border-radius: 22px;
  margin-bottom: 40px;
  padding: 40px 40px 32px;
}
.pnz-landing .pnz-data .pnz-scale__head {
  color: #5e6b77;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.pnz-landing .pnz-data .pnz-scale__track {
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px #e4e9ed;
  height: 20px;
  position: relative;
}
.pnz-landing .pnz-data .pnz-scale__optimum,
.pnz-landing .pnz-data .pnz-scale__fill,
.pnz-landing .pnz-data .pnz-scale__marker {
  bottom: 0;
  position: absolute;
  top: 0;
}
.pnz-landing .pnz-data .pnz-scale__optimum {
  background: rgba(101, 179, 46, 0.28);
  border-left: 2px solid #65b32e;
  border-right: 2px solid #65b32e;
}
.pnz-landing .pnz-data .pnz-scale__fill {
  background: linear-gradient(90deg, rgba(192, 57, 43, 0.2), #c0392b);
  border-radius: 999px 0 0 999px;
  left: 0;
}
.pnz-landing .pnz-data .pnz-scale__marker {
  background: #002a47;
  border-radius: 2px;
  bottom: -10px;
  top: -10px;
  transform: translateX(-50%);
  width: 4px;
}
.pnz-landing .pnz-data .pnz-scale__labels {
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  position: relative;
}
.pnz-landing .pnz-data .pnz-scale__labels span {
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.pnz-landing .pnz-data .pnz-scale__value {
  color: #002a47;
}
.pnz-landing .pnz-data .pnz-scale__opt {
  color: #0f7b35;
}
.pnz-landing .pnz-data .pnz-stat-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.pnz-landing .pnz-data .pnz-stat-card {
  background: #fff;
  border-radius: 18px;
  border-top: 5px solid #c0392b;
  box-shadow: 0 10px 30px rgba(0, 42, 71, 0.09);
  padding: 26px;
}
.pnz-landing .pnz-data .pnz-stat-card.pnz-stat-card--orange {
  border-top-color: #ce6632;
}
.pnz-landing .pnz-data .pnz-stat-card.pnz-stat-card--green-light {
  border-top-color: #9ed36a;
}
.pnz-landing .pnz-data .pnz-stat-card.pnz-stat-card--green {
  border-top-color: #65b32e;
}
.pnz-landing .pnz-data .pnz-stat-card__label,
.pnz-landing .pnz-data .pnz-stat-card__value {
  display: block;
}
.pnz-landing .pnz-data .pnz-stat-card__label {
  color: #5e6b77;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pnz-landing .pnz-data .pnz-stat-card__value {
  color: #002a47;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
.pnz-landing .pnz-data .pnz-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.pnz-landing .pnz-data .pnz-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.2s,
    transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  border: 1.5px solid #005b97;
  color: #005b97;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 28px;
}
.pnz-landing .pnz-data .pnz-btn:focus-visible {
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(89, 148, 185, 0.55);
  outline: 0;
}
.pnz-landing .pnz-data .pnz-btn:hover {
  background: #005b97;
  color: #fff;
}
.pnz-landing .pnz-data .pnz-sources {
  color: #5e6b77;
  font-size: 15px;
  line-height: 1.7;
}
.pnz-landing .pnz-data .pnz-sources p {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .pnz-landing .pnz-data .pnz-h2 {
    font-size: 38px;
  }
  .pnz-landing .pnz-data .pnz-h3 {
    font-size: 28px;
  }
  .pnz-landing .pnz-data .pnz-stat-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .pnz-landing .pnz-data {
    padding: var(--pnz-pad-top, 64px) 20px var(--pnz-pad-bottom, 64px);
  }
  .pnz-landing .pnz-data .pnz-h2 {
    font-size: 31px;
  }
  .pnz-landing .pnz-data .pnz-h3 {
    font-size: 25px;
  }
  .pnz-landing .pnz-data .pnz-lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .pnz-landing .pnz-data .pnz-scale {
    padding: 28px 20px 22px;
  }
  .pnz-landing .pnz-data .pnz-scale__opt {
    top: 30px;
  }
  .pnz-landing .pnz-data .pnz-stat-cards {
    grid-template-columns: 1fr;
  }
  .pnz-landing .pnz-data .pnz-stat-card__value {
    font-size: 34px;
  }
}
