*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin-block-end: 0;
}
ol,
ol[role="list"],
ul,
ul[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button,
h1,
h2,
h3,
h4,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
canvas,
img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}
button,
input,
progress,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
#__next,
#root {
  isolation: isolate;
}
