.legacy html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.legacy *,
.legacy :after,
.legacy :before {
  box-sizing: border-box;
}
.legacy body {
  background-color: #fff;
  color: #333;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legacy h1,
.legacy h2,
.legacy h3,
.legacy h4,
.legacy h5,
.legacy h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
}
.legacy h1 {
  font-size: 2.5rem;
}
.legacy h2 {
  font-size: 2rem;
}
.legacy h3 {
  font-size: 1.75rem;
}
.legacy h4 {
  font-size: 1.5rem;
}
.legacy h5 {
  font-size: 1.25rem;
}
.legacy h6 {
  font-size: 1rem;
}
.legacy p {
  margin-block-end: 0.9rem;
  margin-block-start: 0;
}
.legacy hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.legacy pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}
.legacy a {
  background-color: initial;
  color: #c36;
  text-decoration: none;
}
.legacy a:active,
.legacy a:hover {
  color: #336;
}
.legacy a:not([href]):not([tabindex]),
.legacy a:not([href]):not([tabindex]):focus,
.legacy a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.legacy a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.legacy abbr[title] {
  border-block-end: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.legacy b,
.legacy strong {
  font-weight: bolder;
}
.legacy code,
.legacy kbd,
.legacy samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.legacy small {
  font-size: 80%;
}
.legacy sub,
.legacy sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.legacy sub {
  bottom: -0.25em;
}
.legacy sup {
  top: -0.5em;
}
.legacy img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
.legacy details {
  display: block;
}
.legacy summary {
  display: list-item;
}
.legacy figcaption {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
.legacy [hidden],
.legacy template {
  display: none;
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    -moz-column-break-inside: avoid;
    border: 1px solid #ccc;
    break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
.legacy label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.legacy button,
.legacy input,
.legacy optgroup,
.legacy select,
.legacy textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.legacy input[type='date'],
.legacy input[type='email'],
.legacy input[type='number'],
.legacy input[type='password'],
.legacy input[type='search'],
.legacy input[type='tel'],
.legacy input[type='text'],
.legacy input[type='url'],
.legacy select,
.legacy textarea {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  width: 100%;
}
.legacy input[type='date']:focus,
.legacy input[type='email']:focus,
.legacy input[type='number']:focus,
.legacy input[type='password']:focus,
.legacy input[type='search']:focus,
.legacy input[type='tel']:focus,
.legacy input[type='text']:focus,
.legacy input[type='url']:focus,
.legacy select:focus,
.legacy textarea:focus {
  border-color: #333;
}
.legacy button,
.legacy input {
  overflow: visible;
}
.legacy button,
.legacy select {
  text-transform: none;
}
.legacy [type='button'],
.legacy [type='reset'],
.legacy [type='submit'],
.legacy button {
  -webkit-appearance: button;
  width: auto;
}
.legacy [type='button'],
.legacy [type='submit'],
.legacy button {
  background-color: initial;
  border: 1px solid #c36;
  border-radius: 3px;
  color: #c36;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.legacy [type='button']:focus:not(:focus-visible),
.legacy [type='submit']:focus:not(:focus-visible),
.legacy button:focus:not(:focus-visible) {
  outline: none;
}
.legacy [type='button']:focus,
.legacy [type='button']:hover,
.legacy [type='submit']:focus,
.legacy [type='submit']:hover,
.legacy button:focus,
.legacy button:hover {
  background-color: #c36;
  color: #fff;
  text-decoration: none;
}
.legacy [type='button']:not(:disabled),
.legacy [type='submit']:not(:disabled),
.legacy button:not(:disabled) {
  cursor: pointer;
}
.legacy fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.legacy legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.legacy progress {
  vertical-align: baseline;
}
.legacy textarea {
  overflow: auto;
  resize: vertical;
}
.legacy [type='checkbox'],
.legacy [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.legacy [type='number']::-webkit-inner-spin-button,
.legacy [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.legacy [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.legacy [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.legacy ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.legacy select {
  display: block;
}
.legacy table {
  background-color: initial;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  margin-block-end: 15px;
  width: 100%;
}
.legacy table td,
.legacy table th {
  border: 1px solid hsla(0, 0%, 50%, 0.502);
  line-height: 1.5;
  padding: 15px;
  vertical-align: top;
}
.legacy table th {
  font-weight: 700;
}
.legacy table tfoot th,
.legacy table thead th {
  font-size: 1em;
}
.legacy table caption + thead tr:first-child td,
.legacy table caption + thead tr:first-child th,
.legacy table colgroup + thead tr:first-child td,
.legacy table colgroup + thead tr:first-child th,
.legacy table thead:first-child tr:first-child td,
.legacy table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50%, 0.502);
}
.legacy table tbody > tr:nth-child(odd) > td,
.legacy table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50%, 0.071);
}
.legacy table tbody tr:hover > td,
.legacy table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50%, 0.102);
}
.legacy table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50%, 0.502);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table td,
  table table th {
    line-height: 1.3;
    padding: 7px;
  }
  table table th {
    font-weight: 400;
  }
}
.legacy dd,
.legacy dl,
.legacy dt,
.legacy li,
.legacy ol,
.legacy ul {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin-block-end: 0;
  margin-block-start: 0;
  outline: 0;
  vertical-align: baseline;
}
