html {
  background-color: var(--group-body-background);
  font-size: var(--group-body-font-size);
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  touch-action: manipulation;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--group-body-font-family);
}

button {
  color: var(--group-body-color);
}

body {
  color: var(--group-body-color);
  font-size: var(--group-body-font-size);
  font-weight: var(--group-body-font-weight);
  line-height: var(--group-body-line-height);
  -webkit-overflow-scrolling: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:-moz-any-link {
  color: currentColor;
}
a strong, a:any-link {
  color: currentColor;
}
a:-moz-any-link:hover {
  color: var(--group-link-hover-color);
}
a:hover, a:any-link:hover {
  color: var(--group-link-hover-color);
}
a:-moz-any-link:active {
  color: var(--group-link-active-color);
}
a:active, a:any-link:active {
  color: var(--group-link-active-color);
}

p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p strong {
  color: currentColor;
}
p:not(:last-child) {
  margin-bottom: var(--group-space-normal);
}

hr {
  background-color: var(--group-divider-background);
  border: none;
  display: block;
  height: var(--group-border-width-normal);
  margin-top: var(--group-space-xx-large);
  margin-bottom: var(--group-space-xx-large);
}
@media screen and (min-width: 769px), print {
  hr {
    margin-top: var(--group-space-xx-large-tablet);
    margin-bottom: var(--group-space-xx-large-tablet);
  }
}
@media screen and (min-width: 1024px) {
  hr {
    margin-top: var(--group-space-xx-large-desktop);
    margin-bottom: var(--group-space-xx-large-desktop);
  }
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: var(--group-small-font-size);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  color: inherit;
  font-weight: var(--group-strong-font-weight);
}

fieldset {
  border: none;
}
/*# sourceMappingURL=structure.css.map */