.site-footer-container {
  background-color: #061D41;
  padding: 60px 0;
  border-top: 5px solid #88BC23;
}
@media screen and (max-width: 768px) {
  .site-footer-container {
    padding: 25px 0;
  }
}
.site-footer-container .site-footer-inner {
  max-width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer-container .site-footer-inner .site-footer-menus {
  display: flex;
  gap: 80px;
  width: 60%;
}
@media screen and (max-width: 1310px) {
  .site-footer-container .site-footer-inner .site-footer-menus {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .site-footer-container .site-footer-inner .site-footer-menus {
    width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-menus {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column:last-child button {
    border-bottom: none;
  }
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column button {
  color: #88BC23;
  font-family: "Acumin Pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(225, 225, 225, 0.24);
    padding-bottom: 18px;
    font-size: 15px;
  }
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column button .icon {
  display: none;
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column button .icon svg {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column button .icon {
    display: flex;
  }
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column ul {
  list-style: none;
  padding-left: 0;
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 28px;
}
.site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column ul li a:focus, .site-footer-container .site-footer-inner .site-footer-menus .site-footer-menu-column ul li a:active {
  background: transparent;
  outline: none;
}
.site-footer-container .site-footer-inner .site-footer-brand {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 1310px) {
  .site-footer-container .site-footer-inner .site-footer-brand {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .site-footer-container .site-footer-inner .site-footer-brand {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-brand {
    align-items: center;
    justify-content: center;
  }
}
.site-footer-container .site-footer-inner .site-footer-brand .logo {
  margin-bottom: 40px;
  max-width: 255px;
  max-height: 40.25px;
}
@media screen and (max-width: 600px) {
  .site-footer-container .site-footer-inner .site-footer-brand .logo {
    margin-bottom: 0;
  }
  .site-footer-container .site-footer-inner .site-footer-brand .logo:last-child {
    margin-bottom: 20px;
  }
}
.site-footer-container .site-footer-inner .site-footer-brand .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .site-footer-container .site-footer-inner .site-footer-brand .logo:nth-child(2) {
    transform: scale(0.6);
  }
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-top: 10px;
  flex-wrap: wrap;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links .footer-social-label {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-right: 8px;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links a {
  color: #fff;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links a:focus, .site-footer-container .site-footer-inner .site-footer-brand .footer-social-links a:active {
  background: transparent;
  outline: none;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links .social-link-facebook {
  margin-bottom: 4px;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links .social-link-facebook svg {
  height: 28px;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links .social-link-linkedin svg {
  width: 32px;
  height: 32px;
}
.site-footer-container .site-footer-inner .site-footer-brand .footer-social-links svg {
  display: block;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-brand .footer-social-links {
    justify-content: center;
  }
  .site-footer-container .site-footer-inner .site-footer-brand .footer-social-links .footer-social-label {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.site-footer-container .site-footer-inner .site-footer-bottom {
  width: 100%;
  margin-top: 75px;
}
@media screen and (max-width: 1100px) {
  .site-footer-container .site-footer-inner .site-footer-bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-bottom {
    text-align: center;
    margin-top: 20px;
  }
}
.site-footer-container .site-footer-inner .site-footer-bottom p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .site-footer-container .site-footer-inner .site-footer-bottom p {
    font-size: 11px;
  }
}

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