@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-family: "Inter", sans-serif;
  font-size: 100%;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter", sans-serif;
    font-size: 100%;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
}

.container-fluid {
  padding: 0;
}

.path-frontpage #content {
  display: none;
}

.width-screen {
  width: 80%;
  margin: 0 auto;
}

.f18 {
  font-size: 18px;
}

.fw-600 {
  font-weight: 600;
}

.site-footer {
  background: linear-gradient(357deg, #FDCA0A 2.21%, #E3DDC9 109.56%);
  padding: 50px 0 15px 0;
}
.site-footer .site-footer__bottom {
  margin: 0;
  border: none;
}
.site-footer .site-footer__bottom .region {
  margin: 0;
}
.site-footer .site-footer__bottom .block {
  margin: 0;
}
.site-footer .site-footer__bottom .content {
  padding: 0;
  color: #1E1E1E !important;
  font-size: 16px !important;
}
.site-footer .site-footer__bottom hr {
  margin: 35px 0 15px 0;
  border-top: 1px solid #1E1E1E;
}

/*# sourceMappingURL=custom3.css.map */
