/*! reset.css | MIT License | https://github.com/hankchizljaw/modern-css-reset/blob/master/dist/reset.css */
*, :after, :before {box-sizing: border-box}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {margin: 0}
ol[role=list], ul[role=list] {list-style: none}
html {scroll-behavior: smooth}
body {text-rendering: optimizeSpeed;line-height: 1.5;min-height: 100vh}
a:not([class]) {-webkit-text-decoration-skip: ink;text-decoration-skip-ink: auto}
img, picture {display: block;max-width: 100%}
button, input, select, textarea {font: inherit}
@media (prefers-reduced-motion: reduce) {
  *, :after, :before {animation-duration: .01ms !important;animation-iteration-count: 1 !important;scroll-behavior: auto !important;transition-duration: .01ms !important}
}
