footer.footer {
  background-color: var(--wp--preset--color--secondary);
  padding-top: 70px;
  padding-bottom: 60px;
  margin-block-start: 0px;
}
footer.footer .footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer .footer-top {
    flex-direction: column;
  }
}
footer.footer .footer-top * {
  box-sizing: border-box;
}
footer.footer .footer-top #menu-footer {
  list-style-type: none;
  display: flex;
  height: 100%;
  align-content: flex-end;
  gap: 0px 16px;
  margin-left: 0px;
  padding-left: 0px;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  footer.footer .footer-top #menu-footer {
    gap: 10px;
  }
}
footer.footer .footer-top #menu-footer li {
  width: calc(33.3333333333% - 16px);
  height: fit-content;
}
@media (max-width: 768px) {
  footer.footer .footer-top #menu-footer li {
    width: calc(50% - 16px);
  }
}
footer.footer .footer-top #menu-footer li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
footer.footer .footer-top .card {
  display: flex;
  max-width: 500px;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card {
    flex-direction: column;
    max-width: 100%;
  }
}
footer.footer .footer-top .card .card-content {
  background-color: var(--wp--preset--color--primary);
  color: white;
  padding: 30px;
  border-radius: 0 0 0 30px;
  width: 50%;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card .card-content {
    border-radius: 0 30px 0 0;
    width: 100%;
  }
}
footer.footer .footer-top .card .card-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: white;
  margin: 0px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card .card-content h3 {
    text-align: center;
  }
}
footer.footer .footer-top .card .card-content a.button {
  margin-top: 20px;
  border-radius: 60px;
  background-color: var(--wp--preset--color--secondary);
  padding: 12px 24px;
  color: white;
  display: block;
  width: fit-content;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card .card-content a.button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
footer.footer .footer-top .card .card-image {
  width: 50%;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card .card-image {
    border-radius: 0 0 30px 30px;
    width: 100%;
  }
}
footer.footer .footer-top .card .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 300px;
}
@media (max-width: 768px) {
  footer.footer .footer-top .card .card-image img {
    border-radius: 0 0 30px 30px;
    width: 100%;
  }
}
footer.footer .footer-top .logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
footer.footer .footer-top .logo span {
  display: block;
  color: white;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  max-width: 120px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  footer.footer .footer-top .logo span {
    display: none;
  }
}
footer.footer .big-logo {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer.footer .big-logo img {
  object-fit: contain;
  width: 100%;
}
footer.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
footer.footer .footer-bottom .menu {
  text-transform: uppercase;
  color: white;
  display: flex;
  font-size: 10px;
  gap: 32px;
  align-items: end;
}
@media (max-width: 768px) {
  footer.footer .footer-bottom .menu {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
footer.footer .footer-bottom .menu p {
  padding: 0px;
  margin: 0px;
}
footer.footer .footer-bottom .menu ul {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  gap: 32px;
}
@media (max-width: 768px) {
  footer.footer .footer-bottom .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
footer.footer .footer-bottom .menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 10px;
}
footer.footer .footer-bottom .socials {
  display: flex;
  gap: 12px;
  padding-bottom: 0px;
  align-items: center;
}
footer.footer .footer-bottom .socials a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer.footer .footer-content {
  justify-content: center;
  text-align: center;
}