.oa-footer {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: 0;
  overflow-x: hidden;
  background: #10163f;
  color: var(--oa-text-white);
  font-family: var(--oa-font-body);
}
.oa-footer * { box-sizing: border-box; }
.oa-footer a { color: inherit; text-decoration: none; }
.oa-footer p { margin: 0; }

.oa-footer-inner {
  padding: 40px var(--oa-content-padding) 32px;
}

.oa-footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px;
}
.oa-footer-info h5 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--oa-text-white);
}
.oa-footer-info p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(230, 232, 234, .82);
}
.oa-footer-info a:hover,
.oa-footer-info a:focus-visible {
  text-decoration: underline;
}
.oa-footer-address {
  margin-left: auto;
}
.oa-footer-address p {
  max-width: 320px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2px;
  color: rgba(230, 232, 234, .68);
}

.oa-footer-divider {
  height: 1px;
  margin-top: 32px;
  background: rgba(230, 232, 234, .16);
}

.oa-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.oa-social { display: flex; align-items: center; gap: 12px; }
.oa-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  opacity: .85;
  transition: opacity .18s ease;
}
.oa-social a:hover,
.oa-social a:focus-visible { opacity: 1; }
.oa-social img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.oa-social-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.oa-footer-maps { display: flex; align-items: center; gap: 24px; }
.oa-footer-maps a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  opacity: .85;
  transition: opacity .18s ease;
}
.oa-footer-maps a:hover,
.oa-footer-maps a:focus-visible {
  opacity: 1;
  text-decoration: underline;
}
.oa-footer-maps img { width: 16px; height: 16px; filter: brightness(0) invert(1); }

.oa-footer-credits {
  background: #f4f5f7;
  color: var(--oa-text-dark);
}
.oa-footer-credits-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px var(--oa-content-padding);
}
.oa-footer-legal { display: flex; flex-direction: column; gap: 6px; }
.oa-footer-copyright {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: rgba(19, 27, 37, .55);
}
.oa-footer-privacy { font-size: 13px; }
.oa-footer-privacy a:hover,
.oa-footer-privacy a:focus-visible { text-decoration: underline; }

.oa-footer-credit { text-align: right; font-size: 13px; line-height: 1.6; }
.oa-footer-credit a:hover,
.oa-footer-credit a:focus-visible { text-decoration: underline; }

@media (max-width: 767px) {
  .oa-footer-inner { padding: 32px 20px 24px; }
  .oa-footer-top { gap: 24px; }
  .oa-footer-address { margin-left: 0; }
  .oa-footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .oa-footer-credits-inner { padding: 24px 20px; }
  .oa-footer-credit { text-align: left; }
}
