@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');
*, *::before, *::after {
  font-family: Manrope, "Century Gothic", Gadget, Menlo;
  box-sizing: border-box;
}
.jimlty {
  display: none;
}
.uibv55 {
  margin: 0;
}
img, picture, video {
  display: block;
  max-width: 100%;
}
:root {
  --bg-content: #f9f9f9;
  /*--color-primary: #78e055;*/
  /*--color-secondary: #3d7c3d;*/
  --bg-primary: #f6f6f7;
  /*--text-primary: #000000;*/
  --border-radius: 1px;
  --font-size: 18px;
  --text-alt: #ffffff;
  /*--text-alt: #ffffff;*/
  --color-secondary: #237ad1;
  /*--bg-content: #fcfcfc;*/
  --text-primary: #24171f;
  --color-primary: #4545dd;
  /*--bg-primary: #f1f1f1;*/
}
body {
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  background: var(--bg-primary);
  display: flex;
  line-height: 1.4;
}
.lkq7zd {
  margin-top: 5px;
  text-align: center;
  color: var(--text-primary);
}
