.elementor-10208 .elementor-element.elementor-element-7f1c605{--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;--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 html, class: .elementor-element-36a87cd *//* HEADER WRAP */
.gha2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  overflow: visible !important;
}

.gha2-header *,
.gha2-header *::before,
.gha2-header *::after {
  box-sizing: border-box;
}

.gha2-header-shell {
  max-width: 1340px;
  margin: 0 auto;
  background: #1B2A3D;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  transition: background 0.45s ease, backdrop-filter 0.45s ease, box-shadow 0.45s ease;
  position: relative;
  overflow: visible !important;
}

.gha2-header.gha2-scrolled .gha2-header-shell {
  background: rgba(27, 42, 61, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gha2-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: visible !important;
}

/* LOGO */
.gha2-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-shrink: 0;
}

.gha2-logo-main {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.gha2-logo-sub {
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #B8956A;
}

/* DESKTOP NAV */
.gha2-desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: visible !important;
}

.gha2-nav-item {
  position: relative;
  overflow: visible !important;
}

.gha2-nav-link,
.gha2-dropdown-toggle {
  appearance: none;
  background: transparent !important;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #E5E7EB !important;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  min-height: 40px;
}

.gha2-nav-link:hover,
.gha2-dropdown-toggle:hover {
  color: #B8956A !important;
}

/* BUTTON */
.gha2-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent !important;
  border-radius: 25px !important;
  background: #B8956A !important;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.gha2-btn-primary:hover {
  background: #A07D58 !important;
  transform: translateY(-1px);
  color: #FFFFFF !important;
}

/* CHEVRONS */
.gha2-chevron {
  display: inline-block;
  flex-shrink: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.gha2-chevron-down {
  width: 14px;
  height: 14px;
  position: relative;
}

.gha2-chevron-down::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.gha2-chevron-right {
  width: 12px;
  height: 12px;
  position: relative;
  opacity: 0.55;
}

.gha2-chevron-right::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: rotate(45deg);
}

.gha2-nav-item.gha2-open > .gha2-dropdown-toggle .gha2-chevron-down,
.gha2-nav-item.gha2-has-dropdown:hover > .gha2-dropdown-toggle .gha2-chevron-down,
.gha2-mobile-accordion.gha2-open > .gha2-mobile-accordion-toggle .gha2-chevron-down {
  transform: rotate(180deg);
}

.gha2-mobile-nested.gha2-open > .gha2-mobile-nested-toggle .gha2-chevron-right {
  transform: rotate(90deg);
}

/* DESKTOP DROPDOWNS */
.gha2-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 99999;
}

.gha2-nav-item.gha2-open > .gha2-dropdown,
.gha2-nav-item.gha2-has-dropdown:hover > .gha2-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gha2-dropdown-panel {
  background: rgba(27, 42, 61, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 8px 0;
  min-width: 240px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.gha2-about-dropdown {
  left: 50%;
  transform: translateX(-50%);
}

.gha2-about-panel {
  min-width: 160px;
  overflow: hidden;
}

.gha2-dropdown-simple-link {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #E5E7EB !important;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.gha2-dropdown-simple-link:hover {
  color: #B8956A !important;
  background: rgba(255, 255, 255, 0.05);
}

/* FLYOUTS */
.gha2-flyout-list {
  position: relative;
  overflow: visible !important;
}

.gha2-flyout-item {
  position: relative;
  overflow: visible !important;
}

.gha2-flyout-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #D1D5DB !important;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}

.gha2-flyout-link:hover {
  color: #B8956A !important;
  background: rgba(255, 255, 255, 0.05);
}

.gha2-flyout-panel {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 99999;
}

.gha2-flyout-item.gha2-open > .gha2-flyout-panel,
.gha2-flyout-item:hover > .gha2-flyout-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gha2-dropdown-footer {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gha2-view-all-link {
  display: block;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.35;
  font-weight: 400 !important;
  color: #B8956A !important;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.gha2-view-all-link:hover {
  color: #F2B06D !important;
  background: rgba(255, 255, 255, 0.05);
}

/* MOBILE TOGGLE */
.gha2-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent !important;
  color: #FFFFFF !important;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.gha2-mobile-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  position: relative;
}

.gha2-mobile-icon-menu::before,
.gha2-mobile-icon-menu::after,
.gha2-mobile-icon-menu {
  background: #FFFFFF !important;
  height: 2px;
  border-radius: 999px;
}

.gha2-mobile-icon-menu {
  width: 22px;
  top: 11px;
}

.gha2-mobile-icon-menu::before,
.gha2-mobile-icon-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
}

.gha2-mobile-icon-menu::before {
  top: -7px;
}

.gha2-mobile-icon-menu::after {
  top: 7px;
}

.gha2-mobile-toggle.gha2-open .gha2-mobile-icon-menu {
  background: transparent;
}

.gha2-mobile-toggle.gha2-open .gha2-mobile-icon-menu::before {
  top: 0;
  transform: rotate(45deg);
}

.gha2-mobile-toggle.gha2-open .gha2-mobile-icon-menu::after {
  top: 0;
  transform: rotate(-45deg);
}

/* MOBILE NAV */
.gha2-mobile-nav {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  right: 0;
  background: rgba(27, 42, 61, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  max-height: 80vh;
  overflow-y: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.gha2-mobile-nav.gha2-open {
  display: block;
}

.gha2-mobile-nav-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
}

.gha2-mobile-top-link {
  display: block;
  padding: 4px 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #E5E7EB;
  text-decoration: none;
  transition: color 0.25s ease;
}

.gha2-mobile-top-link:hover {
  color: #B8956A;
}

.gha2-mobile-cta {
  width: 100%;
  margin-top: 10px;
}

/* MOBILE ACCORDIONS */
.gha2-mobile-accordion-toggle,
.gha2-mobile-nested-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: transparent;
  border: 0;
  padding: 4px 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}

.gha2-mobile-accordion-toggle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #E5E7EB;
  transition: color 0.25s ease;
}

.gha2-mobile-accordion-toggle:hover {
  color: #B8956A;
}

.gha2-mobile-accordion-panel {
  display: none;
  margin-top: 8px;
  margin-left: 12px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.gha2-mobile-accordion.gha2-open > .gha2-mobile-accordion-panel {
  display: block;
}

.gha2-mobile-nested {
  margin-bottom: 2px;
}

.gha2-mobile-nested-toggle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  color: #B8956A;
  transition: color 0.25s ease;
}

.gha2-mobile-nested-toggle:hover {
  color: #A07D58;
}

.gha2-mobile-nested-panel {
  display: none;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.gha2-mobile-nested.gha2-open > .gha2-mobile-nested-panel {
  display: block;
}

.gha2-mobile-link {
  display: block;
  padding: 6px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #D1D5DB;
  text-decoration: none;
  transition: color 0.25s ease;
}

.gha2-mobile-link:hover {
  color: #B8956A;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .gha2-desktop-nav {
    display: none;
  }

  .gha2-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1101px) {
  .gha2-mobile-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .gha2-header {
    padding: 12px 12px 0 12px;
  }

  .gha2-header-inner {
    padding: 14px 18px;
  }

  .gha2-logo-main {
    font-size: 26px;
  }

  .gha2-logo-sub {
    font-size: 9px;
    letter-spacing: 0.18em;
  }
}/* End custom CSS */