@charset "UTF-8";
/* Reset25 */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
[role='list'], ol[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}
h1, h2, h3, h4 {
  text-wrap: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  margin: 0;
  padding: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
a {
  text-decoration: none;
}
img, picture {
  max-width: 100%;
  display: block;
}
li {
  list-style: none;
}
input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}