.elementor-26 .elementor-element.elementor-element-1e2704f{--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:-3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-059308d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;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;}/* Start custom CSS for html, class: .elementor-element-059308d */:root {
  --hf-heading: #202224;
  --hf-text: #5E6469;
  --hf-accent-grey: #DAE3E7;
  --hf-light-grey: #F6F9FC;
  --hf-blue-dark: #003A57;
  --hf-blue: #0378B2;
  --hf-gradient-dark: #081118;
  --hf-white: #ffffff;
  --hf-border: rgba(32, 34, 36, 0.10);
  --hf-shadow: 0 28px 90px rgba(8, 17, 24, 0.16);
  --hf-radius: 28px;
  --hf-max: 1320px;
  --hf-display-font: "neue-haas-grotesk-display", Sans-serif;
  --hf-text-font: "neue-haas-grotesk-text", Sans-serif;
}

.hf-site-header,
#hfMobileMenu {
  font-family: var(--hf-text-font);
  font-weight: 400;
}

.hf-site-header *,
#hfMobileMenu * {
  box-sizing: border-box;
}

.hf-site-header a,
.hf-site-header button,
#hfMobileMenu a,
#hfMobileMenu button,
#hfMobileMenu summary {
  font-family: var(--hf-text-font);
  font-weight: 400;
}

.hf-site-header button,
#hfMobileMenu button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
}

.hf-site-header a,
#hfMobileMenu a {
  text-decoration: none;
}

.hf-site-header strong,
#hfMobileMenu strong {
  font-weight: 400;
}

.hf-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
}

.hf-topbar {
  width: 100%;
  background: #003A57;
background: -webkit-linear-gradient(270deg,rgba(0, 58, 87, 1) 0%, rgba(8, 17, 24, 1) 100%);
background: -moz-linear-gradient(270deg,rgba(0, 58, 87, 1) 0%, rgba(8, 17, 24, 1) 100%);
background: linear-gradient(270deg,rgba(0, 58, 87, 1) 0%, rgba(8, 17, 24, 1) 100%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1;
}

.hf-topbar-inner {
  max-width: var(--hf-max);
  margin: 0 auto;
  padding: 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.hf-topbar a {
  color: rgba(255, 255, 255, 0.86);
}

.hf-topbar a:hover {
  color: var(--hf-white);
}

.hf-topbar-left,
.hf-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hf-topbar-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hf-topbar-social a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hf-topbar-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.hf-stickybar {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(32, 34, 36, 0.08);
}

.hf-mainbar-inner {
  max-width: var(--hf-max);
  margin: 0 auto;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.hf-logo {
  display: inline-flex;
  align-items: center;
}

.hf-logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.hf-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hf-nav-item {
  position: relative;
}

.hf-nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -22px;
  right: -22px;
  height: 18px;
  background: transparent;
  pointer-events: auto;
  z-index: 25;
}

.hf-site-header .hf-nav-link {
  appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--hf-heading) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  padding: 8px 8px !important;
  border-radius: 999px !important;
  min-height: auto !important;
  height: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.hf-site-header .hf-nav-link:hover,
.hf-site-header .hf-nav-item:hover .hf-nav-link,
.hf-site-header .hf-nav-item:focus-within .hf-nav-link {
  background: rgba(3, 120, 178, 0.09) !important;
  color: var(--hf-blue-dark) !important;
}

.hf-nav-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.22s ease;
}

.hf-nav-item:hover .hf-nav-link svg,
.hf-nav-item:focus-within .hf-nav-link svg {
  transform: rotate(180deg);
}

.hf-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.hf-lang {
  position: relative;
}

.hf-site-header .hf-lang-current {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border: 1px solid var(--hf-border) !important;
  border-radius: 999px !important;
  color: var(--hf-heading) !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: var(--hf-light-grey) !important;
  line-height: 1 !important;
}

.hf-lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 132px;
  background: var(--hf-white);
  border: 1px solid var(--hf-border);
  border-radius: 16px;
  padding: 8px;
  box-shadow: var(--hf-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
}

.hf-lang:hover .hf-lang-menu,
.hf-lang:focus-within .hf-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hf-lang-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--hf-heading);
  font-size: 14px;
  background: transparent;
}

.hf-lang-menu a:hover {
  background: var(--hf-light-grey);
}

.hf-site-header .hf-cta {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: var(--hf-blue-dark) !important;
  color: var(--hf-white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  border: 1px solid var(--hf-blue-dark) !important;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hf-site-header .hf-cta:hover {
  background: var(--hf-blue) !important;
  border-color: var(--hf-blue) !important;
  color: var(--hf-white) !important;
  transform: translateY(-1px);
}

.hf-mobile-buttons {
  display: none;
  align-items: center;
  gap: 10px;
}

.hf-site-header .hf-icon-btn,
#hfMobileMenu .hf-icon-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid var(--hf-border) !important;
  background: var(--hf-light-grey) !important;
  color: var(--hf-heading) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}

.hf-icon-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hf-mega {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: min(1280px, calc(100vw - 40px));
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid rgba(32, 34, 36, 0.10);
  border-radius: var(--hf-radius);
  box-shadow: var(--hf-shadow);
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 40;
}

.hf-nav-item:hover .hf-mega,
.hf-nav-item:focus-within .hf-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hf-mega-inner {
  padding: 24px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}

.hf-mega-intro {
  background: linear-gradient(145deg, var(--hf-gradient-dark) 0%, var(--hf-blue-dark) 100%);
  color: var(--hf-white);
  border-radius: 24px;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.hf-mega-eyebrow {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 14px;
}

.hf-mega-title {
  font-family: var(--hf-display-font);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
  color: var(--hf-white);
}

.hf-mega-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
}

.hf-mega-card-link {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}

.hf-mega-card-link span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hf-mega-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hf-product-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hf-group {
  min-width: 0;
}

.hf-group-title {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hf-blue-dark);
  margin: 0 0 10px;
  font-weight: 400;
}

.hf-product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hf-product {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 11px;
  align-items: center;
  padding: 9px;
  border-radius: 16px;
  color: var(--hf-heading);
  background: transparent;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hf-product:hover {
  background: var(--hf-light-grey);
  transform: translateY(-1px);
}

.hf-product-img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--hf-light-grey);
  border: 1px solid rgba(218, 227, 231, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hf-product-img img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  display: block;
}

.hf-product-name {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--hf-heading);
}

.hf-product-desc {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.25;
  color: var(--hf-text);
}

.hf-mega-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(32, 34, 36, 0.08);
}

.hf-mini-card {
  border: 1px solid rgba(32, 34, 36, 0.1);
  border-radius: 20px;
  padding: 16px;
  background: var(--hf-light-grey);
  color: var(--hf-heading);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hf-mini-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: var(--hf-accent-grey);
}

.hf-mini-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: var(--hf-heading);
}

.hf-mini-card span {
  display: block;
  font-size: 13px;
  line-height: 1.38;
  color: var(--hf-text);
}

.hf-mega-simple {
  width: min(880px, calc(100vw - 40px));
}

.hf-mega-simple .hf-mega-inner {
  grid-template-columns: 290px 1fr;
}

.hf-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hf-simple-link {
  border: 1px solid rgba(32, 34, 36, 0.1);
  border-radius: 18px;
  padding: 16px;
  color: var(--hf-heading);
  background: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hf-simple-link:hover {
  background: var(--hf-light-grey);
  border-color: var(--hf-accent-grey);
  transform: translateY(-1px);
}

.hf-simple-link strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--hf-heading);
}

.hf-simple-link span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: var(--hf-text);
}

.hf-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(8, 17, 24, 0.48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.24s ease;
}

.hf-mobile-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hf-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  background: var(--hf-white);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
}

.hf-mobile-panel.is-open .hf-mobile-drawer {
  transform: translateX(0);
}

.hf-mobile-head {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(32, 34, 36, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hf-mobile-head img {
  width: 178px;
  height: auto;
}

.hf-mobile-scroll {
  overflow-y: auto;
  padding: 18px 20px 28px;
}

.hf-mobile-main-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

#hfMobileMenu .hf-mobile-main-links a,
#hfMobileMenu .hf-mobile-accordion summary {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 18px !important;
  background: var(--hf-light-grey) !important;
  color: var(--hf-heading) !important;
  padding: 0 16px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  list-style: none;
  border: 1px solid transparent !important;
}

.hf-mobile-accordion summary::-webkit-details-marker {
  display: none;
}

.hf-mobile-accordion summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--hf-blue-dark);
}

.hf-mobile-accordion[open] summary::after {
  content: "×";
}

.hf-mobile-accordion {
  margin-bottom: 8px;
}

.hf-mobile-sub {
  padding: 10px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#hfMobileMenu .hf-mobile-sub a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hf-heading) !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(32, 34, 36, 0.08) !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.hf-mobile-sub img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 30px;
}

.hf-mobile-section-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hf-blue-dark);
  margin: 18px 0 8px;
  font-weight: 400;
}

.hf-mobile-cta {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

#hfMobileMenu .hf-mobile-cta a {
  min-height: 52px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#hfMobileMenu .hf-mobile-cta .primary {
  background: var(--hf-blue-dark) !important;
  color: #ffffff !important;
  border: 1px solid var(--hf-blue-dark) !important;
}

#hfMobileMenu .hf-mobile-cta .secondary {
  border: 1px solid var(--hf-border) !important;
  color: var(--hf-heading) !important;
  background: #ffffff !important;
}

.wpml-ls,
.wpml-ls ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpml-ls a {
  border: 1px solid var(--hf-border) !important;
  border-radius: 999px !important;
  color: var(--hf-heading) !important;
  background: var(--hf-light-grey) !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-family: var(--hf-text-font);
  font-weight: 400 !important;
}

@media (max-width: 1180px) {
  .hf-logo img {
    width: 185px;
  }

  .hf-mainbar-inner {
    gap: 18px;
  }

  .hf-site-header .hf-nav-link {
    padding-inline: 11px !important;
    font-size: 14px !important;
  }

  .hf-product-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hf-topbar,
  .hf-desktop-nav,
  .hf-header-actions {
    display: none;
  }

  .hf-mainbar-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px 18px;
  }

  .hf-logo img {
    width: 178px;
  }

  .hf-mobile-buttons {
    display: flex;
  }
}

@media (max-width: 480px) {
  .hf-mainbar-inner {
    padding: 11px 14px;
  }

  .hf-logo img {
    width: 158px;
  }

  .hf-site-header .hf-icon-btn,
  #hfMobileMenu .hf-icon-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  .hf-mobile-head {
    padding: 16px;
  }

  .hf-mobile-scroll {
    padding: 16px;
  }
}/* End custom CSS */