*, *::before, *::after { box-sizing: border-box; }
html { text-size-adjust: 100%; }
body, h1, h2, h3, p { margin-block-start: 0; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }

