/* OE Global Footer v1.0.3 */
:root {
  --oegf-navy: #000080;
  --oegf-cream: #FAF5EA;
  --oegf-rule: rgba(250,245,234,.24);
}

/* Retire the Blocksy/theme footer while this component is active. */
body.oe-global-footer-active footer#footer.ct-footer,
body.oe-global-footer-active #footer.ct-footer,
body.oe-global-footer-active footer.ct-footer:not(.oe-global-footer) {
  display: none !important;
}

.oe-global-footer,
.oe-global-footer * {
  box-sizing: border-box;
}

.oe-global-footer {
  width: 100%;
  margin: 0;
  background: var(--oegf-navy);
  color: var(--oegf-cream);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.oe-global-footer__inner {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
  padding: 22px 0 16px;
}

.oe-global-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 12px;
}

.oe-global-footer__group h2 {
  margin: 0 0 8px;
  padding: 0;
  color: var(--oegf-cream);
  font: 600 14px/1.35 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.oe-global-footer__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oe-global-footer__group li {
  margin: 0;
  padding: 0;
}

.oe-global-footer__group a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 5px 0;
  color: var(--oegf-cream);
  font: 400 15px/1.45 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
  text-underline-offset: 3px;
}

.oe-global-footer__group a:hover,
.oe-global-footer__group a:focus-visible {
  text-decoration: underline;
}

.oe-global-footer__group a:focus-visible,
.oe-global-footer__social a:focus-visible {
  outline: 2px solid var(--oegf-cream);
  outline-offset: 3px;
}

.oe-global-footer__information {
  grid-column: 1 / -1;
}

.oe-global-footer__information ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
}

.oe-global-footer__information .oe-global-footer__withdrawal {
  grid-column: 1 / -1;
}

.oe-global-footer__lower {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--oegf-rule);
}

.oe-global-footer__identity,
.oe-global-footer__copyright {
  margin: 0;
  color: rgba(250,245,234,.82);
  font-size: 13px;
  line-height: 1.5;
}

.oe-global-footer__identity {
  margin-bottom: 12px;
}

.oe-global-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.oe-global-footer__social {
  display: flex;
  align-items: center;
  gap: 2px;
}

.oe-global-footer__social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--oegf-cream);
  text-decoration: none;
}

.oe-global-footer__social svg {
  width: 19px;
  height: 19px;
  display: block;
}

@media (min-width: 700px) {
  .oe-global-footer__inner {
    width: min(100% - 80px, 1220px);
    padding: 38px 0 28px;
  }

  .oe-global-footer__grid {
    row-gap: 0;
  }

  .oe-global-footer__group a {
    min-height: 40px;
    padding: 7px 0;
  }

  .oe-global-footer__grid {
    grid-template-columns: 1.05fr .8fr 1.15fr;
    column-gap: clamp(36px, 7vw, 110px);
  }

  .oe-global-footer__information {
    grid-column: auto;
  }

  .oe-global-footer__information ul {
    display: block;
  }

  .oe-global-footer__information .oe-global-footer__withdrawal {
    grid-column: auto;
  }

  .oe-global-footer__lower {
    margin-top: 32px;
    padding-top: 22px;
  }

  .oe-global-footer__identity {
    margin-bottom: 10px;
  }
}

@media (min-width: 1100px) {
  .oe-global-footer__inner {
    width: min(100% - 112px, 1220px);
    padding: 42px 0 30px;
  }

  .oe-global-footer__group a {
    min-height: 34px;
    padding: 4px 0;
  }

  .oe-global-footer__lower {
    margin-top: 34px;
  }
}

@media (max-width: 374px) {
  .oe-global-footer__inner {
    width: min(100% - 36px, 1220px);
  }
  .oe-global-footer__grid,
  .oe-global-footer__information ul {
    column-gap: 18px;
  }
  .oe-global-footer__bottom {
    align-items: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oe-global-footer * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
