@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');
.fiovfp {
  color: var(--text-primary);
  text-align: center;
  margin-top: 5px;
}
*, *::before, *::after {
  font-family: Jost, Georgia, "Liberation Mono", Monaco, Verdana;
  box-sizing: border-box;
}
.jw9cr5 {
  margin: 0;
}
.lipo0l {
  display: none;
}
body {
  margin: 0;
  background: var(--bg-primary);
  min-height: 100vh;
  line-height: 1.5;
  flex-direction: column;
  display: flex;
}
:root {
  /*--text-alt: #ffffff;*/
  /*--bg-primary: #f1f1f1;*/
  --text-primary: #221d1d;
  --border-radius: 12px;
  --font-size: 18px;
  /*--bg-content: #fcfcfc;*/
  --bg-primary: #f2f3f0;
  --color-secondary: #39732f;
  /*--text-primary: #000000;*/
  --text-alt: #ffffff;
  /*--color-secondary: #3d7c3d;*/
  --color-primary: #9dc651;
  --bg-content: #fcfcfc;
  /*--color-primary: #78e055;*/
}
img, picture, video {
  max-width: 100%;
  display: block;
}
