footer.footer {
  background-color: var(--wp--preset--color--primary);
  padding: 64px 0 40px;
  position: relative;
}
footer.footer > .footer-container {
  display: flex;
  gap: 40px 129px;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  footer.footer > .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
footer.footer .site-logo {
  width: 408px;
  max-width: 100%;
  height: auto;
  margin: auto;
  flex: 1;
}
footer.footer .site-logo img {
  max-width: 100%;
}
footer.footer .footer-right {
  flex: 1;
}
footer.footer .menus {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  footer.footer .menus {
    flex-wrap: wrap;
    gap: 40px 70px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  footer.footer .menus {
    flex-direction: column;
    text-align: center;
  }
}
footer.footer .menus p {
  color: var(--wp--preset--color--dore);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
footer.footer .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer .menu li {
  margin-bottom: 16px;
}
footer.footer .menu li:last-child {
  margin-bottom: 0;
}
footer.footer .menu li a {
  color: var(--wp--preset--color--light);
  font-weight: 400;
}
footer.footer .menu li a strong {
  font-weight: 400;
}
footer.footer #menu-bottom {
  display: flex;
  margin-top: 60px;
  gap: 20px 0;
}
@media (max-width: 480px) {
  footer.footer #menu-bottom {
    flex-direction: column;
  }
}
footer.footer #menu-bottom li {
  margin-bottom: 0;
}
footer.footer #menu-bottom li a {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='4' viewBox='0 0 10 4' fill='none'%3E%3Cpath d='M4.58823 4C5.98187 3.12685 7.51354 2.4514 9.14282 2.00329C7.50007 1.55519 5.95831 0.876441 4.55456 -2.00559e-07C3.16092 0.873146 1.62925 1.5486 -3.52859e-05 1.9967C1.64272 2.44481 3.18448 3.12356 4.58823 4Z' fill='%23B6933B'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 0 5px;
  padding-left: 26px;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
footer.footer #menu-bottom li a strong {
  font-weight: 400;
}
@media (min-width: 480px) {
  footer.footer #menu-bottom li:first-child a {
    padding-left: 0;
    margin-left: 0;
    background: none;
  }
}
footer.footer .social-icons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 650px) {
  footer.footer .social-icons {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
footer.footer .social-icons a {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--wp--preset--color--light);
}
footer.footer .social-icons a:hover {
  border-color: var(--wp--preset--color--dore);
}
footer.footer .social-icons a:hover svg path {
  fill: var(--wp--preset--color--dore);
}