.sud-site-footer footer.footer-section .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  width: 377px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5vw;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 100%;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .extra-info {
  margin: 17px 0 18px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .extra-info {
    margin: 14px 0 18px;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .extra-info p {
  margin: 0;
  line-height: 21px;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  align-items: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  margin-right: 21px;
  color: var(--text-primary-color);
  width: auto;
  height: 22.5px;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:last-of-type {
  margin-right: unset;
}
.sud-site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:hover {
  color: var(--accent-1-color);
}
.sud-site-footer footer.footer-section .footer-wrapper nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  line-height: 21px;
}
@media only screen and (max-width: 769.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper nav {
    justify-content: space-evenly;
    gap: 29px;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper nav .link-title {
  font-size: 14px;
  color: var(--text-primary-color);
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper nav .link-title {
    text-align: center;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper nav ul {
    text-align: center;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper nav ul li {
  padding-top: 6px;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer footer.footer-section .footer-wrapper nav ul li {
    padding-top: 10px;
  }
  .sud-site-footer footer.footer-section .footer-wrapper nav ul li:first-of-type {
    padding-top: 15px;
  }
}
.sud-site-footer footer.footer-section .footer-wrapper nav ul li a {
  white-space: nowrap;
  font-size: 14px;
  color: var(--text-primary-color);
}
.sud-site-footer .footer-bar {
  background-color: var(--primary-color);
}
.sud-site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991.98px) {
  .sud-site-footer .footer-bar .footer-bar-wrapper {
    gap: 5px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .sud-site-footer .footer-bar .footer-bar-wrapper {
    justify-content: center;
  }
}
.sud-site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
}
.sud-site-footer .footer-bar .footer-bar-wrapper a {
  font-weight: 700;
}
