@font-face {
  font-family: "Adovasio Footer Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/_adovasio-shared/footer/manrope-latin-400-800.woff2") format("woff2");
}

[data-shared-footer].site-footer {
  --paper: #f3f2ed;
  --paper-soft: #d8d9d6;
  --muted: #929da8;
  --line: rgba(255, 255, 255, 0.13);
  --cyan: #54c9ff;
  --cyan-soft: #a7e6ff;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wrap: 1340px;
  --gutter: clamp(20px, 4vw, 64px);

  position: relative;
  inset: auto;
  display: block;
  float: none;
  clear: both;
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 76px var(--gutter) 30px;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: var(--paper);
  background: #05080c;
  box-shadow: none;
  font-family: "Adovasio Footer Manrope", "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-indent: 0;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

[data-shared-footer].site-footer,
[data-shared-footer].site-footer *,
[data-shared-footer].site-footer *::before,
[data-shared-footer].site-footer *::after {
  box-sizing: border-box;
}

[data-shared-footer].site-footer * {
  font-family: inherit;
}

[data-shared-footer].site-footer p,
[data-shared-footer].site-footer h2 {
  margin-top: 0;
}

[data-shared-footer].site-footer p {
  text-wrap: pretty;
}

[data-shared-footer].site-footer h2 {
  text-wrap: balance;
}

[data-shared-footer].site-footer img,
[data-shared-footer].site-footer svg {
  display: block;
  max-width: 100%;
}

[data-shared-footer].site-footer [hidden] {
  display: none !important;
}

[data-shared-footer].site-footer ::selection {
  color: #00111c;
  background: var(--cyan);
}

[data-shared-footer].site-footer :focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

[data-shared-footer].site-footer .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-shared-footer].site-footer .site-footer__fallback {
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--wrap), 100%);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

[data-shared-footer].site-footer .site-footer__fallback-brand {
  display: inline;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--paper);
  background: none;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration: none;
}

[data-shared-footer].site-footer .site-footer__fallback-link {
  display: inline;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--cyan);
  background: none;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

[data-shared-footer].site-footer.site-footer--mega {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: #04070b;
  box-shadow: none;
  isolation: isolate;
}

[data-shared-footer].site-footer.site-footer--mega::after {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

/* The main site already applies this texture through its fixed body overlay. */
[data-shared-footer][data-canonical-host].site-footer.site-footer--mega::after {
  display: none;
}

[data-shared-footer].site-footer .mega-footer__main {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(22, 119, 255, 0.08), transparent 32rem),
    #04070b;
  box-shadow: none;
}

[data-shared-footer].site-footer .mega-footer__shell {
  display: block;
  width: min(var(--wrap), calc(100% - (2 * var(--gutter))));
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__directory {
  display: grid;
  grid-template-columns:
    minmax(230px, 1.25fr)
    minmax(120px, 0.58fr)
    minmax(180px, 0.9fr)
    minmax(145px, 0.72fr)
    minmax(230px, 1.2fr);
  gap: clamp(28px, 3.5vw, 58px);
  align-items: start;
  width: min(var(--wrap), calc(100% - (2 * var(--gutter))));
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) 0;
}

[data-shared-footer].site-footer .mega-footer__brand {
  display: block;
  align-self: start;
  width: auto;
  min-width: 0;
  max-width: 330px;
  margin: 0;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__lockup {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: auto;
  max-width: none;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

[data-shared-footer].site-footer .mega-footer__lockup img {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  object-fit: contain;
}

[data-shared-footer].site-footer .mega-footer__lockup > span {
  display: grid;
  gap: 1px;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__lockup strong {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

[data-shared-footer].site-footer .mega-footer__lockup small {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: normal;
  text-transform: uppercase;
}

[data-shared-footer].site-footer .mega-footer__brand-copy {
  display: block;
  width: auto;
  max-width: 28ch;
  margin: 0 0 28px;
  padding: 0;
  color: var(--paper-soft);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.7;
}

[data-shared-footer].site-footer .mega-footer__email {
  display: inline;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: none;
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-color: rgba(84, 201, 255, 0.35);
  text-underline-offset: 5px;
  transition: color 220ms ease;
}

[data-shared-footer].site-footer .mega-footer__email:hover {
  color: var(--cyan);
}

[data-shared-footer].site-footer .mega-footer__client-access {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 34px;
  margin: 24px 0 0;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__client-login {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(84, 201, 255, 0.4);
  border-radius: 999px;
  color: var(--cyan);
  background: none;
  box-shadow: none;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    transform 220ms var(--ease);
}

[data-shared-footer].site-footer .mega-footer__client-login:hover {
  border-color: var(--cyan);
  color: var(--cyan-soft);
  background: rgba(84, 201, 255, 0.08);
  transform: translateY(-1px);
}

[data-shared-footer].site-footer .mega-footer__client-login-icon {
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

[data-shared-footer].site-footer .mega-footer__client-login-arrow {
  transition: transform 220ms var(--ease);
}

[data-shared-footer].site-footer .mega-footer__client-login:hover .mega-footer__client-login-arrow {
  transform: translate(2px, -2px);
}

[data-shared-footer].site-footer .mega-footer__client-access .mega-footer__loading {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__copyright {
  display: grid;
  gap: 8px;
  width: auto;
  max-width: none;
  margin: 38px 0 0;
  padding: 0;
  color: #89949e;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-transform: uppercase;
}

[data-shared-footer].site-footer .mega-footer__client-access + .mega-footer__copyright {
  margin-top: 28px;
}

[data-shared-footer].site-footer .mega-footer__group {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  box-shadow: none;
}

[data-shared-footer].site-footer .mega-footer__group h2 {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 0 27px;
  padding: 0;
  color: #7e8994;
  background: none;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

[data-shared-footer].site-footer .mega-footer__group ul,
[data-shared-footer].site-footer .mega-footer__project-list {
  display: grid;
  gap: 3px;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-shared-footer].site-footer .mega-footer__group li {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-shared-footer].site-footer .mega-footer__group li > a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #c9ced2;
  background: none;
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition:
    color 220ms ease,
    transform 220ms var(--ease);
}

[data-shared-footer].site-footer .mega-footer__group li > a:hover {
  color: var(--cyan);
  transform: translateX(3px);
}

[data-shared-footer].site-footer .mega-footer__group a[aria-current="page"] {
  color: var(--cyan);
}

[data-shared-footer].site-footer .mega-footer__project-group,
[data-shared-footer].site-footer .mega-footer__project-group--systems {
  min-width: 0;
}

[data-shared-footer].site-footer .mega-footer__project-list[data-footer-project-group="tools"] {
  gap: 26px;
}

[data-shared-footer].site-footer .mega-footer__group li.mega-footer__project-section {
  display: grid;
  gap: 12px;
}

[data-shared-footer].site-footer .mega-footer__project-section-heading {
  display: grid;
  gap: 6px;
  min-width: 0;
}

[data-shared-footer].site-footer .mega-footer__project-section-heading h3 {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: none;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

[data-shared-footer].site-footer .mega-footer__project-section-heading p {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #89949e;
  background: none;
  box-shadow: none;
  font-size: 0.68rem;
  line-height: 1.55;
}

[data-shared-footer].site-footer .mega-footer__group ul.mega-footer__project-sublist {
  gap: 3px;
  padding-left: 12px;
  border-left: 1px solid rgba(84, 201, 255, 0.24);
}

[data-shared-footer].site-footer .mega-footer__project-list li > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px;
  gap: 8px;
  width: 100%;
  max-width: none;
}

[data-shared-footer].site-footer .mega-footer__project-name {
  display: grid;
  gap: 4px;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

[data-shared-footer].site-footer .mega-footer__project-name > span {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-shared-footer].site-footer .mega-footer__project-name .mega-footer__project-detail {
  color: #7e8994;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

[data-shared-footer].site-footer .mega-footer__project-name small {
  display: block;
  width: fit-content;
  margin: 0;
  padding: 3px 7px;
  border: 1px solid rgba(84, 201, 255, 0.32);
  border-radius: 999px;
  color: var(--cyan);
  background: none;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

[data-shared-footer].site-footer .mega-footer__project--action > a {
  min-height: 48px !important;
}

[data-shared-footer].site-footer .mega-footer__project-list svg {
  display: block;
  width: 14px;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms var(--ease);
}

[data-shared-footer].site-footer .mega-footer__project-list a:hover svg {
  transform: translate(2px, -2px);
}

[data-shared-footer].site-footer .mega-footer__loading {
  display: block;
  margin: 0;
  padding: 7px 0;
  color: #7e8994;
  font-size: 0.78rem;
}

[data-shared-footer].site-footer .mega-footer__fallback {
  color: var(--paper-soft);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration-color: rgba(84, 201, 255, 0.4);
  text-underline-offset: 4px;
}

[data-shared-footer].site-footer .mega-footer__fallback:hover {
  color: var(--cyan);
}

.js [data-shared-footer].site-footer [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--ease),
    transform 760ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.js [data-shared-footer].site-footer [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  [data-shared-footer].site-footer .mega-footer__directory {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 54px;
  }

  [data-shared-footer].site-footer .mega-footer__brand {
    grid-column: 1 / -1;
    max-width: 360px;
  }
}

@media (max-width: 900px) {
  [data-shared-footer].site-footer .mega-footer__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(42px, 9vw, 84px);
    row-gap: 54px;
  }

  [data-shared-footer].site-footer .mega-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  [data-shared-footer].site-footer .site-footer__fallback {
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  [data-shared-footer].site-footer .mega-footer__directory {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 64px;
  }

  [data-shared-footer].site-footer .mega-footer__brand {
    grid-column: auto;
    max-width: none;
  }

  [data-shared-footer].site-footer .mega-footer__lockup {
    margin-bottom: 26px;
  }

  [data-shared-footer].site-footer .mega-footer__brand-copy {
    margin-bottom: 24px;
  }

  [data-shared-footer].site-footer .mega-footer__copyright {
    margin-top: 32px;
  }

  [data-shared-footer].site-footer .mega-footer__group h2 {
    margin-bottom: 20px;
  }

  [data-shared-footer].site-footer .mega-footer__group li > a {
    width: 100%;
    min-height: 44px;
    font-size: 0.94rem;
  }

  [data-shared-footer].site-footer .mega-footer__project-list li > a {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-shared-footer].site-footer,
  [data-shared-footer].site-footer *,
  [data-shared-footer].site-footer *::before,
  [data-shared-footer].site-footer *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .js [data-shared-footer].site-footer [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
