@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&amp;display=swap');
.ldqi1j {
  display: none;
}
.bnrija {
  margin: 0;
}
:root {
  /*--text-alt: #ffffff;*/
  /*--text-primary: #000000;*/
  --border-radius: 12px;
  --color-secondary: #1bd434;
  --bg-content: #fcfcfc;
  /*--bg-content: #fcfcfc;*/
  --bg-primary: #f8f6f6;
  /*--color-secondary: #3d7c3d;*/
  /*--bg-primary: #f1f1f1;*/
  --text-primary: #231d16;
  --text-alt: #ffffff;
  --color-primary: #d37263;
  --font-size: 17px;
  /*--color-primary: #78e055;*/
}
body {
  line-height: 1.5;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--bg-primary);
}
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Exo 2", "Trebuchet MS", "Arial Black", Consolas, "Century Gothic";
}
.dxhbx6 {
  color: var(--text-primary);
  text-align: center;
  margin-top: 5px;
}
img, picture, video {
  max-width: 100%;
  display: block;
}
