.typefooter-40.sparc40-footer {
  background: #101d28;
  color: #b9c4cb;
}
.typefooter-40.sparc40-footer .sparc40-footer__main {
  padding: 70px 0 52px;
}
.typefooter-40.sparc40-footer .sparc40-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1.25fr;
  gap: 36px;
}
.typefooter-40.sparc40-footer h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #fff;
  margin: 5px 0 19px;
  font-weight: 800;
}
.typefooter-40.sparc40-footer p {
  line-height: 1.7;
  margin: 0 0 12px;
}
.typefooter-40.sparc40-footer a {
  color: #dce5e9;
  text-decoration: none;
}
.typefooter-40.sparc40-footer a:hover {
  color: var(--s40-accent, #209bd4);
}
.typefooter-40.sparc40-footer .sparc40-footer__brand img {
  max-width: 190px;
  max-height: 55px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.typefooter-40.sparc40-footer .sparc40-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.typefooter-40.sparc40-footer .sparc40-footer__column ul li {
  margin: 0 0 10px;
}
.typefooter-40.sparc40-footer .sparc40-footer__contact p a {
  font-weight: 700;
}
.typefooter-40.sparc40-footer .sparc40-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  background: var(--s40-accent, #209bd4) !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid var(--s40-accent, #209bd4);
  border-radius: 3px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.typefooter-40.sparc40-footer .sparc40-footer__cta:hover {
  filter: brightness(0.9);
}
.typefooter-40.sparc40-footer .sparc40-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 19px 0;
  font-size: 13px;
}
.typefooter-40.sparc40-footer .sparc40-footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.typefooter-40.sparc40-footer .sparc40-footer__payment img {
  max-height: 28px;
  width: auto;
}
.typefooter-40.sparc40-footer .sparc40-footer__social a {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .typefooter-40.sparc40-footer .sparc40-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  .typefooter-40.sparc40-footer .sparc40-footer__main {
    padding: 52px 0 35px;
  }
}
@media (max-width: 575px) {
  .typefooter-40.sparc40-footer .sparc40-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .typefooter-40.sparc40-footer .sparc40-footer__bottom .container {
    display: block;
  }
  .typefooter-40.sparc40-footer .sparc40-footer__payment {
    margin-top: 12px;
  }
}
footer.typefooter-40 .sparc40-footer__builder {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 34px 20px;
  background: #101d28;
  text-align: center;
}
footer.typefooter-40 .sparc40-footer__builder .s40-footer-builder {
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
}
footer.typefooter-40 .sparc40-footer__builder p {
  margin: 0 0 8px !important;
  color: #b9c4cb !important;
}
footer.typefooter-40 .sparc40-footer__builder h2 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(22px, 3vw, 34px) !important;
}
footer.typefooter-40 .sparc40-footer__builder a {
  display: inline-flex !important;
  background: var(--s40-accent,#{}) !important;
  color: #fff !important;
  border: 1px solid var(--s40-accent,#{}) !important;
  border-radius: 3px;
  padding: 12px 18px;
  text-decoration: none !important;
  font-weight: 800 !important;
}
