body.d24-c4-page .site-content > .section {
  padding-block: 0;
}

body.d24-c4-page .site-content > .section > .container--narrow {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

.d24-c4 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 20px;
  color: #172033;
  overflow-wrap: anywhere;
}

.d24-c4__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #526477;
}

.d24-c4__breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.d24-c4__breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #8291a1;
}

.d24-c4__breadcrumb a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: #075c61;
  font-weight: 700;
}

.d24-c4__intro {
  max-width: 800px;
  padding-bottom: 34px;
  border-bottom: 1px solid #dce4ef;
}

.d24-c4__eyebrow {
  margin: 0 0 10px;
  color: #075c61;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.d24-c4 h1 {
  margin: 0 0 18px;
  color: #10233a;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.d24-c4 h2 {
  margin: 0 0 18px;
  color: #10233a;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.25;
}

.d24-c4 h3 {
  margin: 0 0 12px;
  color: #233a52;
  font-size: 1.05rem;
}

.d24-c4 p,
.d24-c4 li {
  line-height: 1.72;
}

.d24-c4__count {
  margin-bottom: 0;
  font-weight: 800;
}

.d24-c4__section {
  margin-top: 48px;
}

.d24-c4__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.d24-c4__card {
  display: flex;
  gap: 13px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid #d7e1eb;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 35, 58, .06);
}

.d24-c4__card:hover,
.d24-c4__card:focus-visible,
.d24-c4 a:focus-visible,
.d24-c4 summary:focus-visible {
  border-color: #075c61;
  outline: 3px solid #bce9e4;
  outline-offset: 2px;
}

.d24-c4__icon {
  flex: 0 0 auto;
}

.d24-c4__icon svg {
  width: 30px;
  height: 30px;
  color: #075c61;
}

.d24-c4__card strong,
.d24-c4__card small {
  display: block;
}

.d24-c4__card small {
  margin-top: 6px;
  color: #42566a;
  line-height: 1.5;
}

.d24-c4__groups,
.d24-c4__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.d24-c4__group,
.d24-c4__detail-grid > div {
  padding: 20px;
  border: 1px solid #dce4ef;
  border-radius: 14px;
  background: #f8fafc;
}

.d24-c4__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.d24-c4__links a,
.d24-c4__related a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #e9f3f3;
  color: #075c61;
  font-weight: 700;
  text-decoration: none;
}

.d24-c4__steps li + li,
.d24-c4__related li + li {
  margin-top: 8px;
}

.d24-c4 details {
  padding: 0 16px;
  border: 1px solid #d7e1eb;
  border-radius: 10px;
  background: #fff;
}

.d24-c4 details + details {
  margin-top: 10px;
}

.d24-c4 summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-weight: 800;
  cursor: pointer;
}

.d24-c4 details p {
  margin-top: 0;
}

.d24-c4__related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d24-c4__regions {
  padding-top: 34px;
  border-top: 1px solid #dce4ef;
}

@media (max-width: 1120px) {
  .d24-c4__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.d24-c4-page .site-content > .section > .container--narrow {
    width: calc(100% - 24px);
  }

  .d24-c4 {
    padding: 32px 4px 54px;
  }

  .d24-c4__cards,
  .d24-c4__groups,
  .d24-c4__detail-grid {
    grid-template-columns: 1fr;
  }

  .d24-c4__card {
    min-height: 92px;
  }
}

@media (max-width: 360px) {
  .d24-c4 h1 {
    font-size: 1.9rem;
  }

  .d24-c4__group,
  .d24-c4__detail-grid > div {
    padding: 16px;
  }
}
