.elementor-230 .elementor-element.elementor-element-6c5e2a0{--display:flex;}.elementor-230 .elementor-element.elementor-element-31e0bde{background-color:#0027FF;}.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-31e0bde */.fp-header {
  width: 100%;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e9eef4;
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(14px);
}

.fp-header-inner {
  max-width: 1180px;
  min-height: 86px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.fp-brand img {
  height: 62px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.fp-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.fp-nav a {
  color: #233f63;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.fp-nav a:hover {
  color: #8fb02e;
}

.fp-header-btn {
  background: #4878a8;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(72,120,168,.25);
}

.fp-header-btn:hover {
  background: #306090;
}

.fp-menu-toggle {
  display: none;
}

@media (max-width: 860px) {
  .fp-header-inner {
    min-height: 78px;
    flex-wrap: wrap;
  }

  .fp-brand img {
    height: 54px;
    max-width: 220px;
  }

  .fp-menu-toggle {
    display: flex;
    width: 46px;
    height: 46px;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .fp-menu-toggle span {
    width: 22px;
    height: 2px;
    background: #233f63;
    border-radius: 999px;
    transition: .25s ease;
  }

  .fp-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .fp-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .fp-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .fp-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0 18px;
  }

  .fp-nav.is-open {
    display: flex;
  }

  .fp-nav a {
    padding: 15px 0;
    border-bottom: 1px solid #eef2f6;
    font-size: 16px;
  }

  .fp-header-btn {
    margin-top: 12px;
    text-align: center;
  }
}/* End custom CSS */