.elementor-6337 .elementor-element.elementor-element-208e33e{--display:flex;--min-height:72px;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:500;}.elementor-6337 .elementor-element.elementor-element-f7e43cb{width:100%;max-width:100%;}.elementor-6337 .elementor-element.elementor-element-f7e43cb > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-6337 .elementor-element.elementor-element-208e33e{--min-height:60px;--margin-top:0px;--margin-bottom:-25px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f7e43cb */@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

.ds-header, .ds-header * {
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif !important;
}

.ds-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #DEE2E9;
}
.ds-header__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ds-header__logo { display: flex; align-items: center; line-height: 0; }
.ds-header__logo img { height: 40px; width: auto; display: block; }
.ds-header__logo-icon { display: none !important; }

@media (max-width: 1023px) {
  .ds-header__logo-full { display: none !important; }
  .ds-header__logo-icon { display: block !important; height: 28px !important; width: auto !important; }
  .ds-header__inner { height: 64px !important; }
  .ds-header {
    background: #0B1326 !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }
  .ds-burger {
    color: #FFFFFF !important;
  }
}

.ds-nav { display: none; align-items: center; gap: 4px; }
.ds-nav-link {
  padding: 8px 16px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #0E1624 !important;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease;
}
.ds-nav-link:hover, .ds-nav-link.is-active { color: #0A46B9 !important; }

.ds-services { position: relative; }
.ds-services__trigger { display: inline-flex; align-items: center; gap: 4px; }
.ds-chevron { width: 16px; height: 16px; }

.ds-services__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 640px;
  background: #FFFFFF;
  border: 1px solid #DEE2E9;
  box-shadow: 0 10px 25px -5px rgba(14, 22, 36, 0.15);
  padding: 8px;
  z-index: 20;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.ds-services:hover .ds-services__panel { display: grid; }

.ds-service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px !important;
  text-decoration: none;
  transition: background-color .15s ease;
}
.ds-service-item:hover { background: #F7F9FC; }
.ds-service-icon { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; color: #0A46B9; }
.ds-service-text { display: flex; flex-direction: column; gap: 2px; }
.ds-service-title { font-size: 14px !important; font-weight: 500 !important; line-height: 20px !important; color: #0E1624 !important; }
.ds-service-desc { font-size: 12px !important; font-weight: 400 !important; line-height: 16px !important; color: #606A78 !important; }

.ds-header__actions { display: flex; align-items: center; gap: 16px; }
.ds-cta-btn {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  background: #0A46B9;
  color: #FBFCFD !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color .15s ease;
}
.ds-cta-btn:hover { background-color: rgba(10, 70, 185, 0.9); }

.ds-burger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  color: #FFFFFF !important;
}
.ds-burger svg { width: 24px; height: 24px; }
.ds-burger .ds-close-icon { display: none; }
.ds-header.is-open .ds-burger .ds-burger-icon { display: none; }
.ds-header.is-open .ds-burger .ds-close-icon { display: block; }

.ds-mobile-menu { display: none !important; border-top: 1px solid #DEE2E9; background: #FFFFFF; }
.ds-header.is-open .ds-mobile-menu { display: block !important; }
.ds-mobile-menu nav { max-width: 1280px; margin-inline: auto; padding: 16px 24px; display: flex; flex-direction: column; }
.ds-mobile-link { padding: 12px 0; font-size: 14px !important; font-weight: 600 !important; color: #0E1624 !important; text-decoration: none; }
.ds-mobile-sub-link { padding: 8px 0 8px 16px; border-left: 1px solid #DEE2E9; font-size: 14px !important; font-weight: 400 !important; color: #606A78 !important; text-decoration: none; }

@media (min-width: 1024px) {
  .ds-nav { display: flex; }
  .ds-cta-btn { display: inline-flex !important; }
  .ds-burger { display: none !important; }
}/* End custom CSS */