
    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.6;
    }
    .trianglewin-page {
      background: #f8fafc;
      color: #1f2937;
      font-size: 16px;
    }
    .trianglewin-page * {
      box-sizing: border-box;
    }
    .trianglewin-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .trianglewin-page a:hover {
      text-decoration: underline;
    }
    .trianglewin-page img {
      max-width: 100%;
      height: auto;
    }
    .trianglewin-page h1,
    .trianglewin-page h2,
    .trianglewin-page h3,
    .trianglewin-page p {
      margin-top: 0;
    }
    .trianglewin-page table {
      font-size: 15px;
    }
  