@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  body {
    font: 11pt/1.45 Georgia, "Times New Roman", serif;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  .asc-topbar,
  .astroid-header-section,
  .astroid-header-sticky,
  .astroid-mobilemenu,
  #astroid-backtotop,
  .asc-home-hero-v2__actions {
    display: none !important;
  }

  .asc-home-hero-v2,
  .asc-home-band {
    min-height: auto !important;
    padding: 24pt 0 !important;
  }

  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
}
