@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
.gcwoj0 {
  color: var(--text-primary);
  margin-top: 5px;
  text-align: center;
}
.bls42l {
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
  font-family: Ubuntu, "MS Reference Sans Serif", Sylfaen;
}
body {
  min-height: 100vh;
  flex-direction: column;
  line-height: 1.3;
  background: var(--bg-primary);
  margin: 0;
  display: flex;
}
.hoouhb {
  display: none;
}
:root {
  --color-secondary: #2d6b63;
  --border-radius: 11px;
  /*--bg-content: #fcfcfc;*/
  --color-primary: #dfd06b;
  /*--color-secondary: #3d7c3d;*/
  --font-size: 18px;
  --text-primary: #1c1b25;
  --bg-content: #fcfcfc;
  --bg-primary: #f8f7f6;
  /*--color-primary: #78e055;*/
  /*--text-primary: #000000;*/
  /*--text-alt: #ffffff;*/
  /*--bg-primary: #f1f1f1;*/
  --text-alt: #ffffff;
}
img, picture, video {
  display: block;
  max-width: 100%;
}
