<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sec-terms .sec-description_text {
  text-align: left;
}
.sec-terms .sec-description_text h3 {
  display: block;
  font-size: 1rem;
  color: #482d1c;
  font-weight: 700;
  padding: 0 0 0 0.25rem;
  border-left: 12px solid #a58348;
  text-align: left;
}

.sec-notes a {
  color: #a58348;
}
.sec-notes .border_box.padding_l {
  padding-bottom: 1.25rem;
}
.sec-notes .card-border-item {
  border-top: 0.0625rem solid #a58348;
  position: relative;
}
.sec-notes .card-border-item::before, .sec-notes .card-border-item::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.1875rem;
  background-color: #a58348;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
}
.sec-notes .card-border-item::before {
  left: 0;
}
.sec-notes .card-border-item::after {
  right: 0;
}
.sec-notes .card-border-item.noborder::before, .sec-notes .card-border-item.noborder::after {
  content: none;
}
.sec-notes .dd-title {
  cursor: pointer;
  font-size: 1.5rem;
  padding: 1.875rem 2.5rem 1.875rem 0;
  margin: 0;
  position: relative;
}
.sec-notes .dd-title::before, .sec-notes .dd-title::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  top: 2.75rem;
  position: absolute;
  right: 0;
  background: #a58348;
}
.sec-notes .dd-title::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .sec-notes .dd-title {
    font-size: 1rem;
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .sec-notes .dd-title::before, .sec-notes .dd-title::after {
    width: 1.25rem;
    top: 1.75rem;
  }
}
.sec-notes .dd-item {
  display: none;
  overflow: hidden;
  transition: 0.5s;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-top: -1rem;
}
@media screen and (max-width: 576px) {
  .sec-notes .dd-item {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: -0.5rem;
  }
}
.sec-notes table {
  border: 0.125rem solid #a58348;
  font-size: 0.8125rem;
  width: 100%;
}
.sec-notes table td {
  border-top: 0.125rem solid #a58348;
}
.sec-notes table th, .sec-notes table td {
  font-weight: 700;
  padding: 0.625rem;
  width: 50%;
  vertical-align: top;
}
.sec-notes table th:first-child, .sec-notes table td:first-child {
  border-right: 0.0625rem solid #a58348;
}
.sec-notes .dd-title.is-active::after {
  transform: rotate(0deg);
  opacity: 0;
}/*# sourceMappingURL=note.css.map */</pre></body></html>