._7ZOsUa_container {
  max-width: 1142px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (width >= 600px) {
  ._7ZOsUa_container {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.F1PPia_Intro {
  margin-top: 24px;
  margin-bottom: 16vh;
}

@media (width >= 600px) {
  .F1PPia_Intro {
    margin-top: 24vh;
  }
}

:root {
  --base-font-size: 19px;
  --background: white;
  --c-text: #242424e3;
  --c-highlight: #06e196;
}

@media (width >= 600px) {
  :root {
    --base-font-size: 31px;
  }
}

html {
  box-sizing: border-box;
}

*, :before, :after {
  box-sizing: inherit;
}

html {
  font-size: var(--base-font-size);
}

body {
  background-color: var(--background);
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  flex-direction: column;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  line-height: 1.8222;
  display: flex;
}

main {
  flex: 1;
}

strong {
  font-weight: 600;
}

a, span {
  color: inherit;
  text-decoration-style: wavy;
  text-decoration-color: var(--c-highlight);
  text-decoration-skip-ink: none;
  font-family: inherit;
}

p {
  letter-spacing: -.003em;
  word-break: break-word;
  color: var(--c-text);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

h1, h2, p {
  margin-top: 0;
  margin-bottom: 0;
}
/*# sourceMappingURL=daanno_o.9f367d21.css.map */
