@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');
*, *::before, *::after {
  box-sizing: border-box;
  font-family: Manrope, Times, "Times New Roman", Candara, "Franklin Gothic Medium";
}
.gopw3t {
  text-align: center;
  margin-top: 5px;
  color: var(--text-primary);
}
body {
  min-height: 100vh;
  line-height: 1.1;
  margin: 0;
  display: flex;
  background: var(--bg-primary);
  flex-direction: column;
}
:root {
  --color-secondary: #1f42d0;
  --bg-content: #ffffff;
  --text-primary: #261d27;
  /*--text-alt: #ffffff;*/
  --color-primary: #7450c7;
  /*--color-primary: #78e055;*/
  /*--text-primary: #000000;*/
  /*--color-secondary: #3d7c3d;*/
  --border-radius: 7px;
  --text-alt: #ffffff;
  --bg-primary: #f4f3f6;
  /*--bg-primary: #f1f1f1;*/
  /*--bg-content: #fcfcfc;*/
  --font-size: 15px;
}
.f2mim1 {
  margin: 0;
}
img, picture, video {
  max-width: 100%;
  display: block;
}
.tsg57v {
  display: none;
}
