.elementor-24 .elementor-element.elementor-element-239e24b{--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;--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-88d6a46 */.sbhm-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background:
    radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
    radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
    linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 10px 34px rgba(0,0,0,.28);
}

.sbhm-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37,99,235,0), rgba(37,99,235,.35), rgba(37,99,235,0));
  pointer-events: none;
}

.sbhm-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  min-height: 88px;
  gap: 0;
  position: relative;
  box-sizing: border-box;
}

.sbhm-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 32px;
}

.sbhm-logo img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.22);
  background: rgba(255,255,255,.03);
  box-shadow: 0 16px 40px rgba(2,6,23,.45);
}

.sbhm-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbhm-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sbhm-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(229,231,235,.86);
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 14px;
  border-radius: 12px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

.sbhm-menu > li > a:hover {
  background: rgba(148,163,184,.10);
  border-color: rgba(148,163,184,.16);
  color: #FFFFFF;
}

/* CTA Desktop */
.sbhm-cta {
  --color-text: #ffffff;
  --color-background: #2563EB;
  --color-background-hover: #1D4ED8;
  --color-outline: rgba(37,99,235,.25);
  --color-shadow: rgba(0,0,0,.35);

  flex-shrink: 0;
  margin-left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 14px 22px 14px 26px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: var(--color-text);
  background: var(--color-background);
  box-shadow: 0 0 0.2em 0 var(--color-background);
  transition: 1s;
  cursor: pointer;
}

.sbhm-cta::before,
.sbhm-cta::after {
  content: none !important;
}

.sbhm-cta:active {
  transform: scale(0.95);
}

.sbhm-cta:hover {
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 1em 0 var(--color-background);
  animation: sbhmRipple 1s linear infinite, sbhmColorize 1s infinite;
  transition: 0.5s;
}

.sbhm-cta span {
  margin-right: 0.3em;
  transition: 0.5s;
}

.sbhm-cta:hover span {
  text-shadow: 5px 5px 5px var(--color-shadow);
}

.sbhm-cta:active span {
  text-shadow: none;
}

.sbhm-cta svg {
  height: 0.9em;
  width: 1.4em;
  fill: var(--color-text);
  margin-right: -0.16em;
  position: relative;
  transition: 0.5s;
  flex-shrink: 0;
}

.sbhm-cta:hover svg {
  margin-right: 0.66em;
  filter: drop-shadow(5px 5px 2.5px var(--color-shadow));
}

.sbhm-cta:active svg {
  filter: none;
}

.sbhm-cta svg polygon:nth-child(1) {
  transition: 0.4s;
  transform: translateX(-60%);
}

.sbhm-cta svg polygon:nth-child(2) {
  transition: 0.5s;
  transform: translateX(-30%);
}

.sbhm-cta:hover svg polygon:nth-child(1) {
  transform: translateX(0%);
  animation: sbhmOpacity 1s infinite 0.6s;
}

.sbhm-cta:hover svg polygon:nth-child(2) {
  transform: translateX(0%);
  animation: sbhmOpacity 1s infinite 0.4s;
}

.sbhm-cta:hover svg polygon:nth-child(3) {
  animation: sbhmOpacity 1s infinite 0.2s;
}

@keyframes sbhmOpacity {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes sbhmColorize {
  0% { background: #2563EB; }
  50% { background: #1D4ED8; }
  100% { background: #2563EB; }
}

@keyframes sbhmRipple {
  0% { outline: 0em solid transparent; outline-offset: -0.1em; }
  50% { outline: 0.2em solid rgba(37,99,235,.25); outline-offset: 0.2em; }
  100% { outline: 0.4em solid transparent; outline-offset: 0.4em; }
}

/* Desktop hidden */
.sbhm-burger {
  display: none;
}

.sbhm-drawer {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .sbhm-inner {
    padding: 0 18px;
    min-height: 64px;
    justify-content: space-between;
  }

  .sbhm-logo {
    margin-right: 0;
  }

  .sbhm-logo img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .sbhm-nav,
  .sbhm-inner > .sbhm-cta {
    display: none;
  }

  .sbhm-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;

    -webkit-appearance: none !important;
    appearance: none !important;
    background: rgba(148,163,184,.08) !important;
    border: 1px solid rgba(148,163,184,.15) !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: inherit !important;
    font: inherit !important;
    line-height: 1 !important;

    transition:
      background .25s ease,
      border-color .25s ease,
      box-shadow .25s ease,
      transform .15s ease;
  }

  .sbhm-burger:hover,
  .sbhm-burger:focus,
  .sbhm-burger:focus-visible,
  .sbhm-burger:active {
    outline: none !important;
    text-decoration: none !important;
  }

  .sbhm-burger:active {
    transform: scale(0.93);
  }

  .sbhm-burger:focus,
  .sbhm-burger:focus-visible {
    box-shadow:
      0 0 0 3px rgba(37,99,235,.12),
      0 0 14px rgba(37,99,235,.18) !important;
  }

  .sbhm-burger.sbhm-is-open {
    background: rgba(37,99,235,.18) !important;
    border-color: rgba(37,99,235,.55) !important;
    box-shadow:
      0 0 0 3px rgba(37,99,235,.12),
      0 0 14px rgba(37,99,235,.25) !important;
  }

  .sbhm-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(229,231,235,.85);
    border-radius: 2px;
    transition:
      transform .3s ease,
      opacity .3s ease,
      width .3s ease,
      background .25s ease;
    transform-origin: center;
  }

  .sbhm-burger.sbhm-is-open span {
    background: #60a5fa;
  }

  .sbhm-burger.sbhm-is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .sbhm-burger.sbhm-is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .sbhm-burger.sbhm-is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .sbhm-drawer {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4,0,.2,1);
    background: rgba(8,14,26,.97);
    border-top: 1px solid rgba(148,163,184,.08);
  }

  .sbhm-drawer.sbhm-is-open {
    max-height: 460px;
  }

  .sbhm-drawer-inner {
    padding: 12px 18px 22px;
  }

  .sbhm-drawer .sbhm-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .sbhm-drawer .sbhm-menu > li > a {
    font-size: 15px;
    padding: 13px 14px;
    gap: 10px;
  }

  .sbhm-drawer .sbhm-menu > li > a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(37,99,235,.5);
    flex-shrink: 0;
  }

  .sbhm-drawer-divider {
    height: 1px;
    background: rgba(148,163,184,.10);
    margin: 8px 0;
  }

  .sbhm-drawer .sbhm-cta {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0 0;
    margin-left: 0;
    padding: 15px 20px;
    border: 1px solid rgba(37,99,235,.18);
    border-radius: 999px;
    background: linear-gradient(180deg, #3B82F6 0%, #2563EB 100%);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(37,99,235,.22);
    transition: background .18s ease, transform .12s ease, box-shadow .18s ease, border-color .18s ease;
    outline: none;
  }

  .sbhm-drawer .sbhm-cta:hover,
  .sbhm-drawer .sbhm-cta:focus,
  .sbhm-drawer .sbhm-cta:focus-visible {
    background: linear-gradient(180deg, #4A8CFF 0%, #2B6CF0 100%);
    border-color: rgba(37,99,235,.28);
    box-shadow: 0 12px 28px rgba(37,99,235,.26);
    text-decoration: none;
    outline: none;
  }

  .sbhm-drawer .sbhm-cta:active {
    transform: scale(0.98);
    box-shadow: 0 8px 18px rgba(37,99,235,.2);
  }

  .sbhm-drawer .sbhm-cta span {
    margin: 0;
    text-shadow: none;
  }

  .sbhm-drawer .sbhm-cta svg {
    display: none;
  }

  .sbhm-drawer .sbhm-cta::before,
  .sbhm-drawer .sbhm-cta::after {
    content: none !important;
  }
}@media (max-width: 767px) {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(10,18,33,.96) !important;
  }

  .sbhm-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding-top: env(safe-area-inset-top) !important;
    margin-top: 0 !important;
    background:
      radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
      radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
      linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%) !important;
  }

  .sbhm-header::before {
    content: "";
    position: absolute;
    top: calc(env(safe-area-inset-top) * -1);
    left: 0;
    right: 0;
    height: env(safe-area-inset-top);
    background:
      radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
      radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
      linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%) !important;
    pointer-events: none;
    z-index: -1;
  }
}@media (max-width: 767px) {
  html,
  body,
  .elementor,
  .elementor-location-header,
  .elementor-section-wrap,
  .site,
  .site-header {
    background: rgba(10,18,33,.96) !important;
  }
}@media (max-width: 767px) {
  html,
  body,
  .site,
  .site-header,
  .elementor,
  .elementor-location-header,
  .elementor-section-wrap,
  #page,
  #wrapper,
  #content {
    background:
      radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
      radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
      linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%) !important;
  }

  .sbhm-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding-top: env(safe-area-inset-top) !important;
    margin-top: 0 !important;
    overflow: visible !important;
    background:
      radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
      radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
      linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%) !important;
  }

  .sbhm-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(env(safe-area-inset-top) * -1);
    height: env(safe-area-inset-top);
    background:
      radial-gradient(900px 320px at 18% 120%, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 60%),
      radial-gradient(720px 260px at 82% -20%, rgba(37,99,235,.20) 0%, rgba(37,99,235,0) 58%),
      linear-gradient(180deg, rgba(10,18,33,.96) 0%, rgba(8,14,26,.92) 100%) !important;
    pointer-events: none;
    z-index: -1;
  }

  .sbhm-inner {
    background: transparent !important;
  }
}/* End custom CSS */