:root {
  --max-width: 100% !important;
  --color--primary-30: #fc9003;
  --color--primary-40: #e29024;
  --color--primary-50: #F8991C;
  --color--gray-45: #373434;
}

.footer-top {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-top .site-branding__logo {
  display: inline-block;
}

.site-footer {
  background: none !important;
  position: relative;
  border-inline-start: none !important;
  color: #000;
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 40px auto;
  padding: 40px 20px;
  border-top: 2px solid #DCDCDC;
}
.site-footer .menu li {
  padding-bottom: 15px;
}
.site-footer .menu li a {
  color: #000;
  text-decoration: none;
}

.site-footer .language-switcher-language-url {
  display: flex;
}
.site-footer .language-switcher-language-url .current-language {
  display: none;
}

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