:root {
  font-size: 10pt;
  --font-small: 0.8rem;
}
@page {
  size: A4 portrait;
  margin: 20mm 10mm;
  @bottom-left {
    content: string(pageTitle);
    font-size: var(--font-small);
    padding-left: 5mm;
  }
  @bottom-right {
    content: counter(page) " of " counter(pages);
    font-size: var(--font-small);
    padding-right: 5mm;
  }
}
.page-header_title {
  string-set: pageTitle content(text);
}
table,
figure,
.module-team,
.module-facts,
.module-process {
  page-break-inside: avoid;
}
.media_caption {
  opacity: 1 !important;
}
a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5 {
  page-break-after: avoid;
}
@media print {
  .print\:hidden {
    display: none !important;
  }
}
