p, h1, h2, h3, h4, h5, td, th {
    font-family: 'Lexend Deca', 'Hanuman', sans-serif !important;
    color: black;
}
.investor-relation {
    line-height: 1.65;
    color: #1a1a1a;
    max-width: 720px;
  }

  .investor-relation p {
    margin: 0 0 14px 0;
    text-align: justify;
  }

  .investor-relation .intro {
    margin-bottom: 20px;
  }

  .investor-relation .section-title {
    color: #0f4761;
    margin: 28px 0 14px 0;
    font-weight: bold;
  }

  .investor-relation .section-number {
    font-weight: bold;
    color: #0f4761;
  }

  .investor-relation .subsection-label {
    display: inline-block;
    min-width: 120px;
  }

  .investor-relation .link {
    text-decoration: underline;
    color: #156082;
    cursor: pointer;
  }

  .investor-relation .note {
    font-style: italic;
    margin-top: 8px;
  }

  .investor-relation .disclaimer {
    margin-top: 20px;
  }

  /* Main bond comparison table */
  .investor-relation table.bond-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px 0;
    border: 1px solid #adadad;
  }

  .investor-relation table.bond-table th,
  .investor-relation table.bond-table td {
    border: 1px solid #adadad;
    padding: 10px 12px;
    vertical-align: middle;
    text-align: justify;
    line-height: 1.5;
  }

  .investor-relation table.bond-table thead th {
    background-color: #003e6e;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 12px;
  }

  .investor-relation table.bond-table .label-cell {
    background-color: #e7eef6;
    font-weight: bold;
    width: 18%;
  }

  .investor-relation table.bond-table .sub-note {
    font-weight: normal;
    margin-top: 4px;
  }

  /* Account info tables */
  .investor-relation table.account-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: 0 0 20px 36px;
    border: 1px solid #d9d9d9;
  }

  .investor-relation table.account-table td {
    border: 1px solid #d9d9d9;
    padding: 8px 12px;
    vertical-align: top;
    line-height: 1.5;
  }

  .investor-relation table.account-table .label-cell {
    background-color: #e7eef6;
    font-weight: bold;
    width: 28%;
  }

  .investor-relation ul {
    margin: 8px 0 16px 0;
    padding-left: 24px;
  }
 
  .investor-relation ul.locations {
    margin-left: 36px;
    list-style-type: disc;
  }

  .investor-relation ul.procedures {
    list-style-type: square;
  }

  .investor-relation li {
    margin-bottom: 8px;
    text-align: justify;
    line-height: 1.65;
  }

  .investor-relation .info-row {
    margin-bottom: 10px;
  }

  .investor-relation .account-tables {
    margin: 16px 0 24px 0;
  }
td.td-first.td-footercnt {
    border: 1px solid #1e2127 !important;
}

table tr td, table tr th {
    border: solid 1px #1e2127 !important;
}
.accordion__title .h5 {
    color: #004F9F;
}