*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  position: relative;
  min-height: 100%;
  block-size: 100%;
  block-size: 100dvb;
  vertical-align: bottom;
  width: 100vw;
  overflow-x: hidden;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
:where(ul, ol) {
  list-style: none;
}
:where(svg, canvas, audio, iframe, embed, object) {
  display: block;
  width: 100%;
  height: auto;
}
:where(img) {
  display: block;
  width: 100%;
  height: auto;
}
:where(figure) {
  margin: 0;
}
:where(picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.08em;
  vertical-align: baseline;
  background: transparent;
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
