



.intellar-header-template {
  --ink: #16012a;
  --ink-soft: #2b153e;
  --purple: #7629ff;
  --lavender: #e6b9ff;
  --bar: #f2f1f3;
  --white: #ffffff;
  --font-heading: "lores-12", "LoRes 12 OT", "Courier New", Courier, monospace;
  --font-subheading: "Red Hat Mono", "Courier New", Courier, monospace;
  display: block;
  font-family: var(--font-subheading);
  height: 66px !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 66px !important;
  overflow: visible;
  position: relative;
  width: 100% !important;
  z-index: 99999;
}
body .elementor-location-header:has(.intellar-header-template),
body .elementor-location-header .e-con:has(.intellar-header-template),
body .elementor-location-header .e-con-inner:has(.intellar-header-template),
body .elementor-location-header .elementor-section:has(.intellar-header-template),
body .elementor-location-header .elementor-container:has(.intellar-header-template),
body .elementor-location-header .elementor-column:has(.intellar-header-template),
body .elementor-location-header .elementor-widget-wrap:has(.intellar-header-template),
body .elementor-location-header .elementor-widget-html:has(.intellar-header-template),
body .elementor-location-header .elementor-widget-html:has(.intellar-header-template) .elementor-widget-container,
body .elementor-widget-html:has(.intellar-header-template),
body .elementor-widget-html:has(.intellar-header-template) .elementor-widget-container {
  display: block !important;
  flex-basis: 100% !important;
  line-height: 0;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  transform: none !important;
  width: 100% !important;
}
body .elementor-location-header,
body .elementor-location-header .elementor,
body .elementor-location-header .elementor-section-wrap,
body .elementor-location-header .elementor-inner,
body .elementor-location-header .elementor-top-section,
body .elementor-location-header .elementor-section,
body .elementor-location-header .elementor-container,
body .elementor-location-header .elementor-column,
body .elementor-location-header .elementor-widget-wrap,
body .elementor-location-header .elementor-widget,
body .elementor-location-header .elementor-widget-container,
body .elementor-location-header .e-con,
body .elementor-location-header .e-con-inner {
  overflow: visible !important;
}
.intellar-header-template *,
.intellar-header-template *::before,
.intellar-header-template *::after {
  box-sizing: border-box;
}
.intellar-header-template a {
  color: inherit;
  text-decoration: none;
}
.intellar-header-template img,
.intellar-header-template svg {
  max-width: 100%;
}
.intellar-header-template .site-header {
  align-items: stretch;
  background: var(--bar);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  backdrop-filter: none;
  display: grid;
  grid-template-columns: 1fr auto auto;
  height: 66px !important;
  /* Full-bleed: spans the real viewport width even if an ancestor has a
     transform (Elementor sticky / motion effects) that would otherwise trap it. */
  left: 50% !important;
  right: auto !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  line-height: 1;
  margin-top: 0 !important;
  min-height: 66px !important;
  padding: 0 !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 999999;
}
.intellar-header-template .wordmark {
  align-items: center;
  display: inline-flex;
  padding: 0 20px;
  width: fit-content;
}
.intellar-header-template .wordmark svg {
  display: block;
  height: auto;
  width: 132px;
}
.intellar-header-template .site-nav {
  align-items: center;
  display: flex;
  gap: 27px;
  justify-content: flex-end;
  padding: 0 26px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.intellar-header-template .site-nav > a,
.intellar-header-template .mega-trigger,
.intellar-header-template .header-cta {
  font-family: var(--font-subheading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
.intellar-header-template .site-nav > a,
.intellar-header-template .mega-trigger {
  color: var(--ink-soft);
}
.intellar-header-template .mega-trigger {
  align-items: center;
  color: var(--purple);
  cursor: pointer;
  display: flex;
  gap: 8px;
  list-style: none;
}
.intellar-header-template .mega-trigger::-webkit-details-marker {
  display: none;
}
.intellar-header-template .mega-trigger span {
  align-items: center;
  background: var(--purple);
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}
.intellar-header-template .mega-nav[open] .mega-trigger span {
  background: var(--ink);
}
.intellar-header-template .mega-menu {
  background:
    radial-gradient(circle at 86% 0%, rgba(118, 41, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7edff 100%);
  border: 1px solid rgba(22, 1, 42, 0.28);
  box-shadow: 10px 10px 0 rgba(118, 41, 255, 0.18);
  color: var(--ink);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.9fr) repeat(3, minmax(160px, 1fr));
  left: 50%;
  padding: 24px;
  position: fixed;
  text-transform: none;
  top: 66px;
  transform: translateX(-50%);
  white-space: normal;
  width: min(1120px, calc(100vw - 48px));
  z-index: 40;
}
.intellar-header-template .mega-menu::before {
  background-image:
    linear-gradient(rgba(22, 1, 42, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 1, 42, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
}
.intellar-header-template .mega-menu > * {
  min-width: 0; /* allow grid columns to shrink so text wraps instead of overflowing */
  position: relative;
}
/* Force wrapping inside the dropdown — overrides the white-space:nowrap
   inherited from .site-nav that makes the intro text overlap the columns. */
.intellar-header-template .mega-menu,
.intellar-header-template .mega-menu * {
  white-space: normal !important;
  overflow-wrap: break-word;
}
.intellar-header-template .mega-menu-heading {
  color: var(--purple);
  font-family: var(--font-subheading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.intellar-header-template .mega-overview {
  color: var(--ink);
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
}
.intellar-header-template .mega-menu-intro p:not(.mega-menu-heading) {
  color: rgba(22, 1, 42, 0.72);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  text-transform: none;
}
.intellar-header-template .mega-menu-links {
  display: grid;
  gap: 8px;
}
.intellar-header-template .mega-menu-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 1, 42, 0.18);
  color: var(--ink);
  display: flex;
  font-family: var(--font-subheading);
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 12px;
  text-transform: uppercase;
}
.intellar-header-template .mega-menu-links a::after {
  color: var(--purple);
  content: ">";
  flex: 0 0 auto;
  margin-left: 12px;
}
.intellar-header-template .mega-menu-links a:hover,
.intellar-header-template .mega-menu-links a:focus-visible,
.intellar-header-template .mega-overview:hover,
.intellar-header-template .mega-overview:focus-visible {
  color: var(--purple);
}
.intellar-header-template .mega-nav:not([open]) .mega-menu {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .intellar-header-template .mega-nav:not([open]):hover .mega-menu,
  .intellar-header-template .mega-nav:not([open]):focus-within .mega-menu {
    display: grid;
  }
  .intellar-header-template .mega-nav:hover .mega-trigger,
  .intellar-header-template .mega-nav:focus-within .mega-trigger {
    color: var(--purple);
  }
}
.intellar-header-template .header-cta {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid var(--ink);
  background: var(--purple);
  color: var(--white);
  display: inline-flex;
  height: auto !important;
  justify-content: center;
  margin: 0 !important;
  min-width: 207px;
  min-height: 0 !important;
  padding: 0 25px;
  text-transform: uppercase;
}
.intellar-header-template .mobile-menu-button {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-self: stretch;
  background: var(--bar);
  border: 0;
  border-left: 1px solid var(--ink);
  color: var(--ink);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 66px;
}
.intellar-header-template .mobile-menu-button:hover,
.intellar-header-template .mobile-menu-button:focus,
.intellar-header-template .mobile-menu-button:active,
.intellar-header-template .mobile-menu-button[aria-expanded="true"] {
  background: var(--bar) !important;
  color: var(--ink) !important;
  outline: none;
}
.intellar-header-template .mobile-menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  width: 26px;
}
.intellar-header-template .mobile-menu-button:hover span,
.intellar-header-template .mobile-menu-button:focus span,
.intellar-header-template .mobile-menu-button:active span,
.intellar-header-template .mobile-menu-button[aria-expanded="true"] span {
  background: var(--ink) !important;
}
.intellar-header-template .mobile-menu {
  background: var(--bar);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: none;
  gap: 0;
  left: 0;
  max-height: calc(100dvh - 66px);
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 66px;
  width: auto;
  z-index: 999998;
}
.intellar-header-template .mobile-menu a,
.intellar-header-template .mobile-services-trigger {
  align-items: center;
  border-bottom: 1px solid rgba(22, 1, 42, 0.18);
  color: var(--ink-soft);
  display: flex;
  font-family: var(--font-subheading);
  font-size: 14px;
  font-weight: 700;
  min-height: 54px;
  padding: 0 18px;
  text-transform: uppercase;
}
.intellar-header-template .mobile-services {
  border-bottom: 1px solid rgba(22, 1, 42, 0.18);
}
.intellar-header-template .mobile-services-trigger {
  color: var(--purple);
  cursor: pointer;
  justify-content: space-between;
  list-style: none;
}
.intellar-header-template .mobile-services-trigger::-webkit-details-marker {
  display: none;
}
.intellar-header-template .mobile-services-trigger span {
  align-items: center;
  background: var(--purple);
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}
.intellar-header-template .mobile-services[open] .mobile-services-trigger span {
  background: var(--ink);
}
.intellar-header-template .mobile-services-panel {
  background: #ffffff;
  border-top: 1px solid rgba(22, 1, 42, 0.18);
  display: grid;
}
.intellar-header-template .mobile-services-panel a {
  font-size: 13px;
  min-height: 46px;
  padding-left: 30px;
}
.intellar-header-template .mobile-menu a.mobile-cta {
  background: var(--purple);
  color: var(--white);
}
.intellar-header-template[data-mobile-open="true"] .mobile-menu {
  display: grid;
}
@media (min-width: 981px) {
  .intellar-header-template .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .intellar-header-template .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: visible;
  }
  .intellar-header-template .site-nav,
  .intellar-header-template .header-cta {
    display: none;
  }
  .intellar-header-template .mobile-menu-button {
    display: inline-flex;
  }
}
@media (max-width: 700px) {
  .intellar-header-template .site-header {
    min-height: 58px;
    overflow: visible;
  }
  .intellar-header-template .wordmark {
    padding: 0 14px;
  }
  .intellar-header-template .wordmark svg {
    width: 112px;
  }
}


html:has(.intellar-header-template),body:has(.intellar-header-template){width:auto!important;max-width:100%!important}

body .elementor-location-header:has(.intellar-header-template){position:relative!important;inset:auto!important;height:87px!important;min-height:87px!important;z-index:9999;width:100%!important}
body .elementor-location-header .e-con:has(.intellar-header-template),body .elementor-location-header .elementor-widget-html:has(.intellar-header-template){position:static!important;inset:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}
body .elementor-location-header .elementor-sticky__spacer{display:none!important}
.intellar-header-template{--ink:#eee4f6;--ink-soft:#e2dbe9;--bar:#11041f;--font-subheading:Manrope,Arial,sans-serif;--font-heading:Manrope,Arial,sans-serif;height:87px!important;min-height:87px!important;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
.intellar-header-template .site-header{display:block;background:#11041f;border:0;border-bottom:1px solid #ffffff20;left:0!important;right:0!important;margin:0!important;width:100%!important;max-width:100%!important;height:87px!important;min-height:87px!important;line-height:1.65}
.intellar-header-template .concept-nav-inner{display:flex;align-items:center;gap:36px;width:calc(100% - 112px);max-width:1280px;height:86px;margin:0 auto;position:relative;color:white}
.intellar-header-template .wordmark{padding:0;flex-shrink:0}
.intellar-header-template .wordmark svg{width:156px;height:auto;display:block}
.intellar-header-template .site-nav{padding:0;gap:28px;margin-left:auto;margin-right:auto;justify-content:center;position:static;text-transform:none}
.intellar-header-template .site-nav>a,.intellar-header-template .mega-trigger,.intellar-header-template .header-cta{font-family:Manrope,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.65;text-transform:none;letter-spacing:0}
.intellar-header-template .site-nav>a,.intellar-header-template .mega-trigger{color:#e2dbe9}
.intellar-header-template .site-nav>a:hover,.intellar-header-template .mega-trigger:hover{color:#e6b9ff}
.intellar-header-template .mega-trigger{gap:7px}
.intellar-header-template .mega-trigger span{background:transparent;color:#e6b9ff;width:auto;height:auto;font-size:15px}
.intellar-header-template .header-cta{display:inline-flex;align-items:center;align-self:center;gap:24px;min-width:0;min-height:44px!important;padding:10px 15px;border:1px solid #e6b9ff70;border-radius:6px;background:#ffffff0c;color:white;font-weight:600;white-space:nowrap}
.intellar-header-template .header-cta .cta-arrow{font-size:21px;line-height:1}
.intellar-header-template .cta-short{display:none}
.intellar-header-template .header-cta:hover{background:#ffffff16;border-color:#e6b9ff}
.intellar-header-template a:focus-visible,.intellar-header-template summary:focus-visible,.intellar-header-template button:focus-visible{outline:2px solid #e6b9ff;outline-offset:5px}
.intellar-header-template .mega-menu{top:86px;background:#fff;border:1px solid #ded4e7;border-radius:8px;box-shadow:0 16px 40px #0003;color:#16012a;width:min(1160px,calc(100vw - 80px));padding:28px;gap:28px;text-transform:none}
.intellar-header-template .mega-menu::before{display:none}
.intellar-header-template .mega-menu-heading{font-family:Manrope,Arial,sans-serif;letter-spacing:0;text-transform:none;font-size:14px;color:#651bd2}
.intellar-header-template .mega-overview{font:600 24px/1.25 Manrope,Arial,sans-serif;letter-spacing:-.035em;color:#16012a}
.intellar-header-template .mega-menu-links a{font:500 14px/1.4 Manrope,Arial,sans-serif;text-transform:none;border:0;border-bottom:1px solid #eee7f3;border-radius:0;padding:9px 0;background:transparent;color:#16012a}
.intellar-header-template .mega-menu-intro p:not(.mega-menu-heading){color:#665b73;font:400 14px/1.65 Manrope,Arial,sans-serif}
.intellar-header-template .mobile-menu-button{align-self:center;background:transparent!important;border:0;width:28px;height:44px;gap:6px;flex-shrink:0}
.intellar-header-template .mobile-menu-button span,.intellar-header-template .mobile-menu-button:hover span,.intellar-header-template .mobile-menu-button:focus span,.intellar-header-template .mobile-menu-button[aria-expanded="true"] span{width:24px;height:1px;background:#eee4f6!important}
.intellar-header-template .mobile-menu-button span:last-child{display:none}
.intellar-header-template .mobile-menu{top:86px;background:#11041f;border:0;border-top:1px solid #ffffff20;max-height:calc(100dvh - 86px);padding:12px 36px 24px;box-shadow:0 16px 40px #0003}
.intellar-header-template .mobile-menu a,.intellar-header-template .mobile-services-trigger{font:500 15px/1.5 Manrope,Arial,sans-serif;text-transform:none;color:#eee4f6;border-color:#ffffff20;padding:12px 0;min-height:48px}
.intellar-header-template .mobile-services-panel{background:#ffffff08;padding:8px 18px;border-radius:6px}
.intellar-header-template .mobile-services-trigger span{background:transparent;color:#e6b9ff}
.intellar-header-template .mobile-menu .mobile-cta{background:#7629ff;color:white;padding:12px 16px;border-radius:6px;margin-top:16px}
#intellar-homepage #growth-plan{scroll-margin-top:105px!important}
@media(max-width:740px){#intellar-homepage #growth-plan{scroll-margin-top:93px!important}}
.intellar-blog-archive-intro{padding-top:0!important}
@media(max-width:1150px){.intellar-header-template .concept-nav-inner{width:calc(100% - 72px);gap:24px}.intellar-header-template .site-nav{gap:18px}}
@media(max-width:980px){.intellar-header-template .site-nav{display:none}.intellar-header-template .header-cta{display:inline-flex;margin-left:auto!important}.intellar-header-template .mobile-menu-button{display:inline-flex}}
@media(max-width:740px){body .elementor-location-header:has(.intellar-header-template),.intellar-header-template,.intellar-header-template .site-header{height:75px!important;min-height:75px!important}.intellar-header-template .concept-nav-inner{height:74px;width:calc(100% - 40px);gap:18px}.intellar-header-template .wordmark{padding:0}.intellar-header-template .wordmark svg{width:128px}.intellar-header-template .header-cta{gap:12px;font-size:12px;padding:9px 11px}.intellar-header-template .cta-long{display:none}.intellar-header-template .cta-short{display:inline}.intellar-header-template .mobile-menu{top:74px;max-height:calc(100dvh - 74px);padding:10px 20px 22px}}
@media(max-width:360px){.intellar-header-template .concept-nav-inner{width:calc(100% - 32px);gap:10px}.intellar-header-template .wordmark svg{width:113px}.intellar-header-template .header-cta{gap:7px;padding:9px 10px}}
@media(min-width:783px){body.admin-bar .intellar-header-template .site-header{top:32px!important}body.admin-bar .intellar-header-template .mega-menu{top:118px}}
