.inner_content.thematic-page {
  --thematic-ink: #262626;
  --thematic-text: #3b3b3b;
  --thematic-muted: #777;
  --thematic-accent: #ff6a00;
  --thematic-accent-dark: #e15e00;
  --thematic-line: #e6e6e6;
  --thematic-soft: #f6f5f4;
  box-sizing: border-box;
  padding: 40px 48px 44px;
  color: var(--thematic-text);
  font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.inner_content.thematic-page:hover {
  background: white!important;
}

.inner_content.thematic-page .thematic-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 36px;
  align-items: center;
  margin-bottom: 28px;
}

.inner_content.thematic-page .thematic-hero h1 {
  margin: 0 0 16px;
  color: var(--thematic-ink);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.inner_content.thematic-page .thematic-lead {
  margin: 0 0 22px;
  color: #444;
  font-size: 18px;
  line-height: 1.6;
}

.inner_content.thematic-page .thematic-hero-photo,
.inner_content.thematic-page .thematic-hero-placeholder {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--thematic-line);
  border-radius: 6px;
  background: #f3f2f1;
}

.inner_content.thematic-page .thematic-hero-photo {
  object-fit: contain;
}

.inner_content.thematic-page .thematic-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  color: var(--thematic-muted);
  text-align: center;
}

.inner_content.thematic-page .thematic-copy {
  max-width: 760px;
}

.inner_content.thematic-page .thematic-copy h2 {
  margin: 38px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--thematic-line);
  color: var(--thematic-ink);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.inner_content.thematic-page .thematic-copy p {
  margin: 0 0 14px;
}

.inner_content.thematic-page .thematic-copy ul {
  margin: 0 0 18px;
  padding-left: 24px;
}

.inner_content.thematic-page .thematic-copy li {
  margin: 0 0 9px;
  list-style: disc;
}

.inner_content.thematic-page .thematic-copy li strong {
  color: var(--thematic-ink);
}

.inner_content.thematic-page .thematic-toc {
  max-width: 760px;
  margin: 0 0 8px;
  padding: 18px 22px;
  border: 1px solid var(--thematic-line);
  border-radius: 6px;
  background: var(--thematic-soft);
}

.inner_content.thematic-page .thematic-toc-title {
  margin-bottom: 10px;
  color: var(--thematic-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.inner_content.thematic-page .thematic-toc ul {
  columns: 2;
  margin: 0;
  padding: 0;
}

.inner_content.thematic-page .thematic-toc li {
  margin: 0 0 7px;
  list-style: none;
}

.inner_content.thematic-page .thematic-toc a {
  color: #3a3a3a;
  font-size: 15px;
  text-decoration: none;
}

.inner_content.thematic-page .thematic-toc a:hover,
.inner_content.thematic-page .thematic-toc a:focus {
  color: var(--thematic-accent);
  text-decoration: underline;
}

.inner_content.thematic-page .thematic-consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 28px 0 6px;
  padding: 20px 24px;
  border-left: 3px solid var(--thematic-accent);
  border-radius: 0 6px 6px 0;
  background: var(--thematic-soft);
}

.inner_content.thematic-page .thematic-consult-text {
  color: var(--thematic-ink);
  font-size: 16px;
}

.inner_content.thematic-page .thematic-consult-text strong {
  display: block;
  font-size: 19px;
}

.inner_content.thematic-page .cat-btn {
  background: #ff7302;
  background: linear-gradient(to bottom, #ff7302 0%, #ff5a00 100%);
  height: 35px;
  border: none;
  border-radius: 4px;
  line-height: 35px;
  margin-top: 10px;
  cursor: pointer;
}

.inner_content.thematic-page .content-cta {
  display: inline-block;
  float: none;
  width: auto;
  min-width: 180px;
  box-sizing: border-box;
  padding: 0 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.inner_content.thematic-page .content-cta:hover,
.inner_content.thematic-page .content-cta:focus {
  color: #fff;
  background: var(--thematic-accent-dark);
}

.inner_content.thematic-page .thematic-final-cta {
  margin: 24px 0 0;
}

@media (max-width: 820px) {
  .inner_content.thematic-page {
    padding: 30px 26px 36px;
  }

  .inner_content.thematic-page .thematic-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inner_content.thematic-page .thematic-hero-photo,
  .inner_content.thematic-page .thematic-hero-placeholder {
    max-width: 460px;
  }
}

@media (max-width: 520px) {
  .inner_content.thematic-page {
    width: 100%!important;
    margin-left: 0!important;
    padding: 24px 18px 30px;
  }

  .inner_content.thematic-page .thematic-hero h1 {
    font-size: 27px;
  }

  .inner_content.thematic-page .thematic-lead {
    font-size: 16px;
  }

  .inner_content.thematic-page .thematic-copy h2 {
    font-size: 21px;
  }

  .inner_content.thematic-page .thematic-toc ul {
    columns: 1;
  }

  .inner_content.thematic-page .content-cta {
    width: 100%;
  }
}
