.pwc-footer {
  background: #1A4C8B;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .pwc-footer {
    padding-top: 48px;
  }
}
.pwc-footer__container {
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 24px;
}
.pwc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .pwc-footer__grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.pwc-footer__logo {
  display: block;
  height: auto;
  margin-bottom: 16px;
}
.pwc-footer__description {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 229px;
  margin: 0 0 20px;
}
.pwc-footer__social {
  display: flex;
  gap: 10px;
}
.pwc-footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease;
}
.pwc-footer__social-link:hover, .pwc-footer__social-link:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}
.pwc-footer__social-link:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.pwc-footer__social-link img, .pwc-footer__social-link svg {
  display: block;
}
.pwc-footer__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-family: "SFProText", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 15px;
  cursor: default;
}
@media (max-width: 768px) {
  .pwc-footer__heading {
    cursor: pointer;
  }
  .pwc-footer__heading:hover, .pwc-footer__heading:focus-visible {
    color: #FFFFFF;
  }
}
.pwc-footer__heading:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.pwc-footer__chevron {
  display: none;
  flex-shrink: 0;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.55);
  transition: transform 200ms ease;
}
@media (max-width: 768px) {
  .pwc-footer__chevron {
    display: block;
  }
}
.pwc-footer__column.is-open .pwc-footer__chevron {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .pwc-footer__column {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 32px;
  }
}
.pwc-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
  .pwc-footer__links {
    max-height: 0;
    overflow: hidden;
    gap: 0;
    transition: max-height 200ms ease;
  }
}
@media (max-width: 768px) {
  .pwc-footer__column.is-open .pwc-footer__links {
    max-height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .pwc-footer__column.is-open .pwc-footer__links li {
    padding: 7px 0;
  }
}
.pwc-footer__links a, .pwc-footer__copyright a {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6980392157);
  text-decoration: none;
  transition: color 200ms ease;
}
.pwc-footer__links a:hover, .pwc-footer__copyright a:hover {
  color: #FFFFFF;
}
.pwc-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 0;
  text-align: center;
}
.pwc-footer__copyright {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin: 0;
}
/*# sourceMappingURL=site-footer.css.map */