.elementor-1432 .elementor-element.elementor-element-c73755c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-05b98dc */:root {
  --navy: #082a5c;
  --navy-deep: #031c42;
  --green: #20b33f;
  --white: #ffffff;
  --header-container: min(1180px, calc(100% - 32px));
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--sans);
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.header-shell {
  width: var(--header-container);
  margin: 0 auto;
}

.top-header {
  background: linear-gradient(90deg, #052857 0%, #04224d 48%, #031836 100%);
  color: #f5f9ff;
  font-size: 13px;
  font-weight: 600;
}

.top-header__inner {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-header__left,
.top-header__left a,
.top-header__left span,
.social-links {
  display: flex;
  align-items: center;
}

.top-header__left {
  gap: 13px;
  flex-wrap: wrap;
}

.top-header__left svg {
  margin-right: 7px;
  color: var(--green);
  font-size: 16px;
}

.divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
}

.social-links {
  gap: 13px;
}

.social-links a {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.social-links a:nth-child(1) {
  background: #294a78;
}

.social-links a:nth-child(2) {
  background: linear-gradient(135deg, #fdc468, #df2a7b 52%, #5538bd);
}

.social-links a:nth-child(3) {
  background: #ff1717;
}

.social-links a:nth-child(4) {
  background: #20b65a;
}

@media (max-width: 560px) {
  :root {
    --header-container: min(100% - 22px, 1180px);
  }

  .top-header {
    font-size: 12px;
  }

  .top-header__inner,
  .top-header__left {
    justify-content: center;
  }

  .divider,
  .top-header .social-links {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9f58ee *//* SECTION 2: Main Menu */
:root {
  --green: #20b33f;
  --navy: #082a5c;
  --header-container: min(1180px, calc(100% - 32px));
}

.header-shell {
  width: var(--header-container);
  margin-left: auto;
  margin-right: auto;
}

.main-menu {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.main-menu__inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 160px;
  max-width: 160px;
  height: auto;
  display: block;
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  white-space: nowrap;
}

.main-menu .menu-links a {
  color: #061c42 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}

.main-menu .menu-links a.active,
.main-menu .menu-links a:hover {
  color: #20b33f !important;
}

.menu-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.main-menu .menu-actions a.btn {
  min-height: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 5px !important;
  padding: 0 22px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  transition: all 0.25s ease !important;
}

.main-menu .menu-actions a.btn-green,
.main-menu .menu-actions a.btn-green:visited {
  color: #ffffff !important;
  background: linear-gradient(180deg, #29c64b, #20b33f) !important;
  border-color: #20b33f !important;
  box-shadow: 0 8px 18px rgba(23, 176, 55, 0.24) !important;
}

.main-menu .menu-actions a.btn-blue,
.main-menu .menu-actions a.btn-blue:visited {
  color: #ffffff !important;
  background: #08295b !important;
  border-color: #08295b !important;
}

.main-menu .menu-actions a.btn-green:hover {
  color: #ffffff !important;
  background: linear-gradient(180deg, #31d955, #159932) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(23, 176, 55, 0.32) !important;
}

.main-menu .menu-actions a.btn-blue:hover {
  color: #ffffff !important;
  background: #031b42 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 22px rgba(3, 27, 66, 0.25) !important;
}

.menu-toggle,
.menu-button {
  display: none;
}

/* Tablet / Mobile Menu */
@media (max-width: 1120px) {
  .main-menu__inner {
    grid-template-columns: auto auto;
  }

  .menu-button {
    width: 42px;
    height: 38px;
    display: grid;
    align-content: center;
    gap: 5px;
    justify-self: end;
    padding: 8px;
    border: 1px solid #d8e0eb;
    border-radius: 6px;
    cursor: pointer;
  }

  .menu-button span {
    height: 2px;
    background: #082a5c;
    display: block;
  }

  .menu-links,
  .menu-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .menu-toggle:checked ~ .menu-links,
  .menu-toggle:checked ~ .menu-actions {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .menu-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .menu-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  :root {
    --header-container: min(100% - 22px, 1180px);
  }

  .brand img {
    width: 145px;
    max-width: 145px;
  }

  .menu-links {
    gap: 12px;
    white-space: normal;
  }

  .main-menu .menu-links a {
    font-size: 14px !important;
  }

  .main-menu .menu-actions a.btn {
    width: 100% !important;
  }
}/* End custom CSS */