:root {
    -webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, figure,
ul, ol, dl,
dd {
  margin: 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  overflow: visible;
}
label {
  display: inline-block;
}
input, button, textarea, select {
  font: inherit;
}
button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
textarea {
  resize: vertical;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}
html:focus-within {
  scroll-behavior: smooth;
}
a, button {
  touch-action: manipulation;
}
body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
a {
  text-decoration: none;
  
  &:hover {
      text-decoration: underline;
  }
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
[hidden] {
  display: none !important;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}