
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      color: #1f2937;
      background: #ffffff;
    }
    .hcw-page {
      background: #ffffff;
      color: #1f2937;
    }
    .hcw-page * {
      box-sizing: border-box;
    }
    .hcw-page a {
      color: #7c2d12;
      text-decoration: none;
    }
    .hcw-page a:hover {
      text-decoration: underline;
    }
    .hcw-page img {
      max-width: 100%;
      height: auto;
    }
    .hcw-page h1,
    .hcw-page h2,
    .hcw-page h3,
    .hcw-page p {
      margin-top: 0;
    }
    .hcw-page table {
      font-size: 15px;
    }
    .hcw-page table th,
    .hcw-page table td {
      vertical-align: top;
    }
  