:root {
  --ggl-base: #f2f6f7;
  --ggl-strong: #1a2428;
  --ggl-soft: #435056;
  --ggl-keyline: #c4cfd4;
  --ggl-signal: #275568;
  --ggl-chip: #e3eaed;
  --ggl-mast: "Rockwell", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --ggl-long: "Bahnschrift", "Segoe UI", "Calibri", sans-serif;
  --ggl-bodyfs: 0.980rem;
  --ggl-bodylh: 1.5;
  --ggl-bodymax: 44rem;
}
html.ggl {
  overflow-x: clip;
  background: var(--ggl-base);
  color-scheme: light;
}
html.ggl body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--ggl-bodymax);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--ggl-base);
  color: var(--ggl-strong);
  font-family: var(--ggl-long);
  font-size: var(--ggl-bodyfs);
  line-height: var(--ggl-bodylh);
}
html.ggl *, html.ggl *::before, html.ggl *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--ggl-mast); font-size: 1.7rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { margin-top: 1.8rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--ggl-strong); } a:hover { color: var(--ggl-signal); }
a { text-underline-offset: 0.16em; }
.ggl-contents a { display: inline-block; padding: 0.5rem 0.55rem; }
.ggl-contents a[aria-current="page"] { text-decoration-thickness: 2px; }
.ggl-tobody { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.ggl-tobody:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--ggl-base); }
:focus-visible { outline: 2px solid var(--ggl-signal); outline-offset: 2px; }
.ggl-prose { max-width: 68ch; }
.ggl-prose p, .ggl-prose li { margin: 0.55rem 0; }
.ggl-notes { margin: 1rem 0; padding: 0; }
table.ggl-notes { width: 100%; border-collapse: collapse; }
table.ggl-notes th, table.ggl-notes td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--ggl-keyline); vertical-align: top; font-weight: 400; }
table.ggl-notes th { font-weight: 650; }
@media (max-width: 40rem) {
  table.ggl-notes thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.ggl-notes, table.ggl-notes tbody, table.ggl-notes tr, table.ggl-notes td { display: block; width: auto; }
}
ol.ggl-notes, ul.ggl-notes { padding-inline-start: 1.2rem; }
.ggl-stack { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr)); gap: 0.7rem; }
input, textarea, button { font: inherit; color: inherit; }
textarea, input[type="text"] { width: 100%; max-width: 100%; background: var(--ggl-base); border: 1px solid var(--ggl-keyline); padding: 0.45rem; }
button, .ggl-hit { background: transparent; border: 1px solid var(--ggl-keyline); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--ggl-keyline); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--ggl-keyline); }
small, .ggl-fin { color: var(--ggl-soft); }
.ggl-column { max-width: 42rem; }
.ggl-prose { font-family: var(--ggl-mast); }
@media print {
  .ggl-contents, .ggl-tobody, .ggl-hit { display: none; }
  html.ggl body { max-width: none; }
}
