@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&amp;display=swap');
.grsh7z {
  color: var(--text-primary);
  margin-top: 5px;
  text-align: center;
}
:root {
  --bg-content: #f9f9f9;
  /*--bg-content: #fcfcfc;*/
  /*--bg-primary: #f1f1f1;*/
  /*--text-alt: #ffffff;*/
  --bg-primary: #f9f9fa;
  --text-primary: #1b2119;
  --font-size: 17px;
  /*--text-primary: #000000;*/
  /*--color-primary: #78e055;*/
  --color-secondary: #b23871;
  --text-alt: #ffffff;
  --border-radius: 5px;
  --color-primary: #7aa0cb;
  /*--color-secondary: #3d7c3d;*/
}
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Exo 2", "OCR A", Georgia, "Courier New";
}
body {
  display: flex;
  min-height: 100vh;
  margin: 0;
  background: var(--bg-primary);
  line-height: 1.0;
  flex-direction: column;
}
img, picture, video {
  max-width: 100%;
  display: block;
}
.alfi10 {
  margin: 0;
}
.ajlhve {
  display: none;
}
