.elementor-2026 .elementor-element.elementor-element-e0c8ce6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-e0c8ce6 */.elementor-2026 .elementor-element.elementor-element-e0c8ce6{
    display: block;
}/* End custom CSS */
/* Start custom CSS */.ac-footer {
    --ac-footer-bg: #141820;
    --ac-footer-surface: rgba(255, 255, 255, 0.05);
    --ac-footer-surface-strong: rgba(255, 255, 255, 0.08);
    --ac-footer-border: rgba(255, 255, 255, 0.12);
    --ac-footer-text: rgba(244, 247, 251, 0.92);
    --ac-footer-muted: rgba(217, 224, 235, 0.72);
    --ac-footer-title: #ffffff;
    --ac-footer-accent: #2b6cb0;
    --ac-footer-accent-soft: rgba(43, 108, 176, 0.18);
    --ac-footer-shadow: 0 20px 45px rgba(9, 15, 25, 0.28);
    color: var(--ac-footer-text);
    background:
      radial-gradient(circle at top left, rgba(43, 108, 176, 0.18), transparent 36%),
      linear-gradient(180deg, #171c25 0%, #141820 100%);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-top: 0;
    border-top: 1px solid rgba(20, 24, 32, 0.08);
  }

  .ac-footer *,
  .ac-footer *::before,
  .ac-footer *::after {
    box-sizing: border-box;
  }

  .ac-footer__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0 22px;
  }

  .ac-footer__top {
    display: grid;
    gap: 28px;
  }

  .ac-footer [data-ac-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.7s ease,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.24s ease,
      background-color 0.24s ease,
      box-shadow 0.28s ease;
    will-change: opacity, transform;
  }

  .ac-footer [data-ac-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .ac-footer__brand {
    display: grid;
    gap: 16px;
  }

  .ac-footer__eyebrow,
  .ac-footer__nav-title,
  .ac-footer__warning-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #8eb9f4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ac-footer__eyebrow::before,
  .ac-footer__warning-label::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 auto;
  }

  .ac-footer__title {
    margin: 0;
    color: var(--ac-footer-title);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
  }

  .ac-footer__title em {
    color: #8eb9f4;
    font-style: italic;
    font-weight: 500;
  }

  .ac-footer__lead {
    max-width: 58ch;
    margin: 0;
    color: var(--ac-footer-muted);
    font-size: 1.02rem;
    line-height: 1.78;
  }

  .ac-footer__actions {
    display: grid;
    gap: 12px;
    margin-top: 4px;
  }

  .ac-footer__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  }

  .ac-footer__btn:hover,
  .ac-footer__btn:focus-visible {
    transform: translateY(-1px);
  }

  .ac-footer a.ac-footer__btn--primary {
    color: #ffffff;
    background: var(--ac-footer-accent);
    border: 1px solid transparent;
  }

  .ac-footer a.ac-footer__btn--primary:hover,
  .ac-footer a.ac-footer__btn--primary:focus-visible {
    color: #ffffff;
    background: #245e9e;
  }

  .ac-footer a.ac-footer__btn--ghost {
    color: var(--ac-footer-text);
    background: transparent;
    border: 1px solid var(--ac-footer-border);
  }

  .ac-footer a.ac-footer__btn--ghost:hover,
  .ac-footer a.ac-footer__btn--ghost:focus-visible {
    color: #ffffff;
    border-color: rgba(142, 185, 244, 0.44);
    background: rgba(255, 255, 255, 0.04);
  }

  .ac-footer a.ac-footer__btn--primary,
  .ac-footer a.ac-footer__btn--primary:visited,
  .ac-footer a.ac-footer__btn--primary:active {
    color: #ffffff;
  }

  .ac-footer a.ac-footer__btn--ghost,
  .ac-footer a.ac-footer__btn--ghost:visited,
  .ac-footer a.ac-footer__btn--ghost:active {
    color: var(--ac-footer-text);
  }

  .ac-footer__nav-grid {
    display: grid;
    gap: 14px;
  }

  .ac-footer__nav-col {
    padding: 18px;
    border: 1px solid var(--ac-footer-border);
    border-radius: 18px;
    background: var(--ac-footer-surface);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .ac-footer__nav-col:hover,
  .ac-footer__nav-col:focus-within {
    border-color: rgba(142, 185, 244, 0.24);
    background: var(--ac-footer-surface-strong);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 18px 34px rgba(8, 14, 22, 0.18);
    transform: translateY(-2px);
  }

  .ac-footer__nav-title {
    margin-bottom: 14px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .ac-footer__nav-title::before {
    display: none;
  }

  .ac-footer__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }

  .ac-footer__nav-list a {
    color: var(--ac-footer-muted);
    font-size: 0.98rem;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.22s ease, opacity 0.22s ease;
  }

  .ac-footer__nav-list a:hover,
  .ac-footer__nav-list a:focus-visible {
    color: #ffffff;
  }

  .ac-footer__nav-list a:hover {
    transform: translateX(2px);
  }

  .ac-footer__nav-list a {
    display: inline-flex;
    align-items: center;
    transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
  }

  .ac-footer__nav-note {
    margin-top: 14px;
    color: rgba(217, 224, 235, 0.52);
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .ac-footer__nav-link--pending {
    color: rgba(217, 224, 235, 0.54);
  }

  .ac-footer__nav-link--pending:hover,
  .ac-footer__nav-link--pending:focus-visible {
    color: rgba(217, 224, 235, 0.8);
  }

  .ac-footer__warning {
    margin-top: 28px;
    padding: 22px 20px;
    border: 1px solid rgba(142, 185, 244, 0.24);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 24, 32, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: var(--ac-footer-shadow);
  }

  .ac-footer__warning:hover,
  .ac-footer__warning:focus-within {
    border-color: rgba(142, 185, 244, 0.32);
    box-shadow: 0 24px 48px rgba(9, 15, 25, 0.32);
    transform: translateY(-2px);
  }

  .ac-footer__warning-text {
    margin: 14px 0 0;
    color: rgba(244, 247, 251, 0.86);
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .ac-footer__warning-text strong {
    color: #ffffff;
    font-weight: 700;
  }

  .ac-footer__bottom {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 8px;
  }

  .ac-footer__copyright,
  .ac-footer__signature {
    margin: 0;
    color: rgba(217, 224, 235, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .ac-footer__signature a {
    color: #dfe9f8;
    text-decoration: none;
  }

  .ac-footer__signature a:hover,
  .ac-footer__signature a:focus-visible {
    color: #ffffff;
  }

  @media (min-width: 768px) {
    .ac-footer__inner {
      width: min(1200px, calc(100% - 48px));
      padding: 54px 0 24px;
    }

    .ac-footer__actions {
      grid-template-columns: repeat(2, minmax(0, max-content));
      align-items: center;
    }

    .ac-footer__nav-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ac-footer__bottom {
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 16px;
    }

    .ac-footer__signature {
      text-align: right;
    }
  }

  @media (min-width: 1100px) {
    .ac-footer__top {
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      align-items: start;
      gap: 44px;
    }

    .ac-footer__nav-grid {
      align-self: stretch;
    }

    .ac-footer__nav-col {
      min-height: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ac-footer [data-ac-reveal] {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .ac-footer__nav-col:hover,
    .ac-footer__nav-col:focus-within,
    .ac-footer__warning:hover,
    .ac-footer__warning:focus-within,
    .ac-footer__btn:hover,
    .ac-footer__btn:focus-visible,
    .ac-footer__nav-list a:hover {
      transform: none;
    }
  }/* End custom CSS */