@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');
:root {
  --border-radius: 6px;
  /*--color-primary: #78e055;*/
  --color-secondary: #7124d5;
  --bg-content: #f9f9f9;
  /*--bg-primary: #f1f1f1;*/
  --bg-primary: #f9faf9;
  --text-alt: #ffffff;
  --font-size: 15px;
  --color-primary: #9fd953;
  --text-primary: #281827;
  /*--bg-content: #fcfcfc;*/
  /*--text-primary: #000000;*/
  /*--color-secondary: #3d7c3d;*/
  /*--text-alt: #ffffff;*/
}
*, *::before, *::after {
  font-family: Jost, "Courier New", "Trebuchet MS", Constantia, Palatino;
  box-sizing: border-box;
}
.apbwy2 {
  display: none;
}
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  background: var(--bg-primary);
}
img, picture, video {
  max-width: 100%;
  display: block;
}
.gh3k4k {
  margin: 0;
}
.d7m7cd {
  text-align: center;
  color: var(--text-primary);
  margin-top: 5px;
}
