.elementor-8902 .elementor-element.elementor-element-490d1c7{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-8902 .elementor-element.elementor-element-490d1c7{left:0px;}body.rtl .elementor-8902 .elementor-element.elementor-element-490d1c7{right:0px;}/* Start custom CSS for html, class: .elementor-element-490d1c7 *//* =========================================================
   CUSTOM MAILER BOXES — STANDALONE FLATSOME HEADER CSS
   Matches: flatsome-header.html
   Palette: Blue #1B4E9B · Gold #FFCC00 · Ink #0F2547
   ========================================================= */

.cmb-hf-shell {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.cmb-skip-link {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 8px;
  background: #1b4e9b;
  font: 600 13px/1.2 Roboto, Arial, sans-serif;
  text-decoration: none;
  transform: translateY(-150%);
}

.cmb-skip-link:focus { transform: translateY(0); }

#cmb-site-header,
#cmb-site-header * { box-sizing: border-box; }

#cmb-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  color: #0f2547;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 37, 71, .08);
  font-family: Roboto, Arial, sans-serif;
}

.cmb-header-sticky-spacer { width: 100%; height: 0; pointer-events: none; }

#cmb-site-header.cmb-is-fixed {
  position: fixed !important;
  top: var(--cmb-sticky-top, 0) !important;
  right: 0;
  left: 0;
  width: 100%;
  animation: cmb-header-enter .2s ease-out both;
}

@keyframes cmb-header-enter {
  from { opacity: .94; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

#cmb-site-header a { text-decoration: none; }

#cmb-site-header a:focus-visible,
#cmb-site-header button:focus-visible,
#cmb-site-header input:focus-visible,
#cmb-site-header summary:focus-visible {
  outline: 3px solid #ffcc00;
  outline-offset: 3px;
}

/* Top information bar */
.cmb-header-top {
  color: #fff;
  background: #1b4e9b;
  font-size: 12px;
}

.cmb-header-top-inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cmb-header-top p { margin: 0; font-weight: 400; }
.cmb-header-top strong { font-weight: 600; }
.cmb-header-contact { display: flex; align-items: center; gap: 18px; }
.cmb-header-contact a { color: #fff; font-weight: 500; }
.cmb-header-contact a:hover { color: #ffcc00; }

/* Logo, search, support and quote row */
.cmb-header-main {
  border-bottom: 1px solid #dce3ec;
  background: rgba(255, 255, 255, .98);
}

.cmb-header-main-inner {
  position: relative;
  display: grid;
  align-items: center;
}

.cmb-header-commerce {
  min-height: 76px;
  grid-template-columns: 176px minmax(280px, 1fr) auto auto;
  gap: 18px;
}

.cmb-header-logo { display: block; width: 172px; }
.cmb-header-logo img { display: block; width: 100%; height: auto; }

.cmb-header-search {
  min-width: 0;
  height: 44px;
  display: flex;
  overflow: hidden;
  border: 1px solid #dce3ec;
  border-radius: 999px;
  background: #f8f9fa;
}

.cmb-header-search label,
.cmb-mobile-search > label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cmb-header-search input,
.cmb-mobile-search input {
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0 18px;
  flex: 1;
  color: #0f2547;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font: 400 13px/1.2 Roboto, Arial, sans-serif;
}

.cmb-header-search input::placeholder,
.cmb-mobile-search input::placeholder { color: #6d7c92; opacity: 1; }

.cmb-header-search button,
.cmb-mobile-search button {
  min-width: 82px;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  color: #0f2547;
  border: 0;
  background: #ffcc00;
  box-shadow: none;
  font: 600 12px/1 Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.cmb-header-search button:hover,
.cmb-mobile-search button:hover { color: #fff; background: #1b4e9b; }

.cmb-header-support { min-width: 132px; }
.cmb-header-support span,
.cmb-header-support a { display: block; }
.cmb-header-support span { color: #64758d; font-size: 10px; font-weight: 400; }
.cmb-header-support a { margin-top: 2px; color: #1b4e9b; font-size: 13px; font-weight: 500; }

.cmb-header-commerce > .cmb-header-quote {
  min-height: 42px;
  padding: 10px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f2547;
  border: 1px solid #ffcc00;
  border-radius: 999px;
  background: #ffcc00;
  box-shadow: 0 8px 20px rgba(255, 204, 0, .2);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.cmb-header-commerce > .cmb-header-quote:hover {
  color: #fff;
  border-color: #1b4e9b;
  background: #1b4e9b;
}

/* Desktop navigation and extensible mega-menu */
.cmb-header-nav-row {
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #dce3ec;
  background: #fff;
}

.cmb-desktop-nav {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(18px, 2.1vw, 31px);
}

.cmb-desktop-nav > a,
.cmb-nav-dropdown > summary {
  position: relative;
  padding: 15px 0;
  color: #0f2547;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.cmb-desktop-nav > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  border-radius: 3px;
  background: #ffcc00;
  transform: scaleX(0);
  transition: transform .18s ease;
}

.cmb-desktop-nav > a:hover { color: #1b4e9b; }
.cmb-desktop-nav > a:hover::after { transform: scaleX(1); }

.cmb-nav-dropdown { position: relative; }
.cmb-nav-dropdown > summary {
  margin: 6px 0;
  padding: 9px 30px 9px 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 999px;
  background: #1b4e9b;
  list-style: none;
}

.cmb-nav-dropdown > summary::-webkit-details-marker { display: none; }

.cmb-nav-dropdown > summary::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}

.cmb-nav-dropdown[open] > summary::after { transform: rotate(225deg); }

.cmb-nav-dropdown-panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 2px);
  left: -13px;
  width: min(760px, calc(100vw - 40px));
  max-height: min(70vh, 560px);
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  overflow-y: auto;
  border: 1px solid #dce3ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(15, 37, 71, .16);
}

.cmb-mega-menu section { min-width: 0; }
.cmb-mega-menu h2 {
  margin: 0 0 11px;
  color: #1b4e9b;
  font: 600 12px/1.2 Roboto, Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cmb-mega-menu section > a {
  padding: 8px 9px;
  display: block;
  color: #0f2547;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.cmb-mega-menu section > a:hover { color: #1b4e9b; background: #fbe9ec; }

/* Mobile menu */
.cmb-mobile-menu { display: none; }

@media (max-width: 1050px) {
  .cmb-header-commerce { grid-template-columns: 160px minmax(240px, 1fr) auto; }
  .cmb-header-support { display: none; }
  .cmb-desktop-nav { gap: 17px; }
}

@media (max-width: 860px) {
  #cmb-site-header { position: sticky; top: 0; }
  .cmb-header-top-inner { justify-content: center; }
  .cmb-header-top-inner > p { display: none; }
  .cmb-header-contact { width: 100%; justify-content: space-between; gap: 10px; }
  .cmb-header-contact span { display: none; }
  .cmb-header-commerce { min-height: 68px; grid-template-columns: 148px 1fr auto; gap: 16px; }
  .cmb-header-logo { width: 148px; }
  .cmb-header-commerce .cmb-header-search,
  .cmb-header-commerce > .cmb-header-quote,
  .cmb-header-nav-row { display: none; }
  .cmb-mobile-menu { position: static; grid-column: 3; display: block; }
  .cmb-mobile-menu > summary {
    width: 50px;
    height: 44px;
    padding: 7px;
    display: grid;
    align-content: center;
    gap: 4px;
    cursor: pointer;
    border: 1px solid #dce3ec;
    border-radius: 12px;
    list-style: none;
  }
  .cmb-mobile-menu > summary::-webkit-details-marker { display: none; }
  .cmb-mobile-menu > summary span { width: 22px; height: 2px; margin: 0 auto; display: block; border-radius: 3px; background: #1b4e9b; }
  .cmb-mobile-menu > summary b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
  .cmb-mobile-menu > nav {
    position: absolute;
    z-index: 40;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 104px);
    padding: 12px 20px 20px;
    overflow-y: auto;
    border-top: 1px solid #dce3ec;
    background: #fff;
    box-shadow: 0 22px 45px rgba(15, 37, 71, .16);
  }
  .cmb-mobile-menu > nav > a { padding: 12px 4px; display: block; color: #0f2547; border-bottom: 1px solid #e8edf3; font-size: 13px; font-weight: 500; }
  .cmb-mobile-search { margin-bottom: 13px; }
  .cmb-mobile-search > div { height: 42px; display: flex; overflow: hidden; border: 1px solid #dce3ec; border-radius: 999px; background: #f8f9fa; }
  .cmb-mobile-group { border-bottom: 1px solid #e8edf3; }
  .cmb-mobile-group > summary { position: relative; padding: 12px 25px 12px 4px; cursor: pointer; color: #1b4e9b; font-size: 13px; font-weight: 600; list-style: none; }
  .cmb-mobile-group > summary::-webkit-details-marker { display: none; }
  .cmb-mobile-group > summary::after { content: "+"; position: absolute; right: 5px; top: 8px; color: #1b4e9b; font-size: 19px; font-weight: 400; }
  .cmb-mobile-group[open] > summary::after { content: "−"; }
  .cmb-mobile-group > div { padding: 0 0 9px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px 10px; }
  .cmb-mobile-group a { padding: 8px 4px; color: #0f2547; font-size: 12px; font-weight: 400; }
  .cmb-mobile-actions { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .cmb-mobile-actions a { padding: 12px; border-radius: 999px; text-align: center; font-size: 13px; font-weight: 600; }
  .cmb-mobile-actions a:first-child { color: #1b4e9b; border: 1px solid #1b4e9b; }
  .cmb-mobile-actions a:last-child { color: #0f2547; background: #ffcc00; }
}

@media (max-width: 620px) {
  .cmb-hf-shell { width: min(100% - 26px, 1180px); }
  .cmb-header-top { font-size: 11px; }
  .cmb-header-contact { justify-content: center; gap: 18px; }
  .cmb-header-contact a:first-of-type { display: none; }
  .cmb-header-commerce { grid-template-columns: 136px 1fr auto; gap: 10px; }
  .cmb-header-logo { width: 136px; }
  .cmb-mobile-group > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #cmb-site-header *,
  #cmb-site-header *::before,
  #cmb-site-header *::after { transition: none !important; }
}

/* Sticky glass surface: top bar remains outside this sticky container. */
.cmb-header-top { position: relative; z-index: 1; }

#cmb-site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 32px rgba(15, 37, 71, .11);
}

.cmb-header-main,
.cmb-header-nav-row {
  background: rgba(255, 255, 255, .94);
}

.cmb-header-search { background: rgba(248, 249, 250, .78); }
.cmb-nav-dropdown-panel { background: rgba(255, 255, 255, .96); }

@supports ((-webkit-backdrop-filter: blur(14px)) or (backdrop-filter: blur(14px))) {
  #cmb-site-header,
  .cmb-header-main,
  .cmb-header-nav-row {
    background: rgba(255, 255, 255, .76);
    -webkit-backdrop-filter: blur(14px) saturate(155%);
    backdrop-filter: blur(14px) saturate(155%);
  }

  .cmb-nav-dropdown-panel {
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
  }
}/* End custom CSS */