.elementor-55 .elementor-element.elementor-element-de5aed4{--display:flex;}.elementor-55 .elementor-element.elementor-element-155f8ff{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-55 .elementor-element.elementor-element-155f8ff{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-55 .elementor-element.elementor-element-155f8ff{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-31616cc *//* [Global] Header — paste into Elementor → Site Settings → Custom CSS */

.av-header {
  --av-blue: #173FB0;
  --av-blue-hover: #0C266E;
  --av-navy: #0F1524;
  --av-charcoal: #0F1524;
  --av-slate: #4B5563;
  --av-rule: #E5E7EB;
  --av-soft: #F7F8FA;
  --av-white: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--av-white);
  border-bottom: 1px solid var(--av-rule);
  font-family: Inter, system-ui, sans-serif;
}

.av-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.av-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 0;
}

.av-header__logo img {
  height:95px;
  width: auto;
  display: block;
}

.av-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.av-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.av-nav__item {
  position: static;
}

.av-nav__link,
.av-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: var(--av-charcoal);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.av-header .av-nav__link:hover,
.av-header button.av-nav__trigger:hover,
.av-header .av-nav__link:focus-visible,
.av-header button.av-nav__trigger:focus-visible,
.av-header button.av-nav__trigger[aria-expanded="true"] {
  color: #173FB0 !important;
  background: #DAE2F6 !important;
  background-color: #DAE2F6 !important;
}
.av-nav__link:focus-visible,
.av-nav__trigger:focus-visible,
.av-header__cta:focus-visible,
.av-mega a:focus-visible,
.av-header__toggle:focus-visible {
  outline: 2px solid var(--av-blue);
  outline-offset: 2px;
}

.av-nav__caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
}

.av-header__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  background: var(--av-blue);
  color: var(--av-white) !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 200ms ease;
}

.av-header__cta:hover {
  background: var(--av-blue-hover);
  color: var(--av-white) !important;
}

/* Mega panels */
.av-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 16px 24px 24px;
  background: transparent;
}

.av-header {
  position: sticky;
}

.av-header__inner {
  position: relative;
}

.av-mega__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 1.4fr;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px;
  background: var(--av-white);
  border: 1px solid var(--av-rule);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(15, 21, 36, 0.04), 0 12px 32px rgba(15, 21, 36, 0.08);
}

.av-mega__feature {
  background: var(--av-navy);
  color: var(--av-soft);
  padding: 28px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.av-mega__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #416CE1;
}

.av-mega__headline {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--av-white);
}

.av-mega__support {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--av-soft);
}

.av-mega__cta {
  margin-top: auto;
  color: var(--av-white);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.av-mega__cta:hover {
  color: #416CE1;
}

.av-mega__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  align-content: start;
}

.av-mega__list a {
  display: block;
  padding: 16px;
  border: 1px solid var(--av-rule);
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: border-color 200ms ease;
}

.av-mega__list a:hover,
.av-mega__list a:focus-visible {
  border-color: var(--av-blue);
}

.av-mega__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--av-charcoal);
  margin-bottom: 4px;
}

.av-mega__desc {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: var(--av-slate);
}

/* Mobile toggle */
.av-header__toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.av-header__toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--av-charcoal);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1023px) {
  .av-header__toggle {
    display: inline-flex;
  }

  .av-header__nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--av-white);
    border-bottom: 1px solid var(--av-rule);
    padding: 8px 16px 20px;
    justify-content: stretch;
  }

  .av-header.is-nav-open .av-header__nav {
    display: block;
  }

  .av-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .av-nav__link,
  .av-nav__trigger {
    width: 100%;
    justify-content: space-between;
  }

  .av-mega {
    position: static;
    padding: 0 0 8px;
  }

  .av-mega__inner {
    grid-template-columns: 1fr;
    padding: 16px;
    box-shadow: none;
  }

  .av-header__cta {
    display: none;
  }

  .av-header.is-nav-open .av-header__cta {
    display: inline-flex;
    width: calc(100% - 48px);
    margin: 0 24px 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
  }
}

@media (max-width: 1023px) {
  .av-header.is-nav-open {
    flex-wrap: wrap;
  }

  .av-header.is-nav-open .av-header__inner {
    flex-wrap: wrap;
  }

  .av-header.is-nav-open .av-header__cta {
    position: static;
    width: 100%;
    margin: 0;
    order: 3;
  }

  .av-header.is-nav-open .av-header__nav {
    order: 2;
    width: 100%;
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .av-header__cta,
  .av-mega__list a {
    transition: none;
  }
}

.av-header button.av-nav__trigger {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #0F1524 !important;
  box-shadow: none !important;
}

.av-header button.av-nav__trigger:hover,
.av-header button.av-nav__trigger:focus-visible,
.av-header button.av-nav__trigger[aria-expanded="true"] {
  color: #173FB0 !important;
  background: transparent !important;
}/* End custom CSS */