<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
  color: #333333;
}
.section a {
  color: white;color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.section a:hover:not(.button-component):not(.button-cancel-component):not(.sml) {
  text-decoration: underline !important;
}
#section table.content-table.borders {
  border: 1px solid #dadada;
}
#section table.content-table.borders td {
  border: 1px solid #dadada;
}
#section table.content-table.borders th {
  border: 1px solid #534b40;
}
#section table.content-table.colors th {
  color: white;
  background-color: #534b40;
}
#section table.content-table.colors th a:not(.button-component) {
  color: white;
}
#section table.content-table.colors td {
  color: #333333;
  background-color: transparent;background-color: rgba(230, 230, 230, 0);
}
#section table.content-table.colors td a:not(.button-component) {
  color: white;color: rgba(255, 255, 255, 0.7);
}
#section table.content-table tr a img {
  /* Causes the removal of empty space below images in a link */
  vertical-align: middle;
}
.section b h1,
.section b h2,
.section b h3 {
  font-weight: inherit;
}
.section h1 {
  color: #534b40;
}
.section h1 a,
.section a h1 {
  color: white;
}
.section h2 {
  color: #534b40;
}
.section h2 a,
.section a h2 {
  color: white;color: rgba(255, 255, 255, 0.7);
}
.section h3 {
  color: white;color: rgba(255, 255, 255, 0.7);
}
.section h3 a,
.section a h3 {
  color: white;
}
.section .borderColor {
  border-color: #dadada;
}
</pre></body></html>