/* Reset básico */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  position: relative;
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* Site */
:root {
  font-size: calc(0.61935484px + 0.38064516000000004 * ((100vw - 768px) / 472));
}
@media screen and (min-width: 1240px) {
  :root {
    font-size: 1px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 0.61935484px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  :root {
    font-size: calc(0.55989583px + 0.44010417 * ((100vw - 430px) / 338));
  }
  @media screen and (min-width: 768px) {
    :root {
      font-size: 1px;
    }
  }
  @media screen and (max-width: 430px) {
    :root {
      font-size: 0.55989583px;
    }
  }
}
@media screen and (min-width: 321px) and (max-width: 430px) {
  :root {
    font-size: calc(0.74418605px + 0.25581394999999996 * ((100vw - 320px) / 110));
  }
  @media screen and (min-width: 430px) {
    :root {
      font-size: 1px;
    }
  }
  @media screen and (max-width: 320px) {
    :root {
      font-size: 0.74418605px;
    }
  }
}