.elementor-45 .elementor-element.elementor-element-eee4491{--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-e138bd8 */@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Source+Serif+4:opsz,wght@8..60,700&display=swap");

body {
  margin: 0;
  background: #ffffff;
}

.bm-header,
.bm-header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.bm-header {
  --bm-teal: #0088a3;
  --bm-teal-dark: #006c82;
  --bm-teal-deep: #0a4a56;
  --bm-white: #ffffff;
  --bm-text: #16323a;
  --bm-muted: #5d737a;
  --bm-line: #d5e4e8;
  --bm-shadow: 0 8px 24px rgba(10, 74, 86, 0.12);
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--bm-text);
  background: var(--bm-white);
  border-bottom: 4px solid var(--bm-teal);
  box-shadow: 0 2px 10px rgba(10, 74, 86, 0.08);
}

.bm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bm-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bm-header-top {
  background: var(--bm-teal-deep);
  color: var(--bm-white);
}

.bm-header-note {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}

.bm-note-short {
  display: none;
}

.bm-header-main-row {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}

.bm-logo {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.bm-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.bm-logo-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--bm-teal);
  letter-spacing: -0.03em;
}

.bm-logo-name sup {
  font-size: 12px;
  top: -0.7em;
}

.bm-logo-tag {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bm-muted);
}

.bm-nav {
  flex: 1;
}

.bm-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
}

.bm-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  color: var(--bm-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}

.bm-nav-link:hover,
.bm-nav-link:focus-visible {
  color: var(--bm-teal);
  background: rgba(0, 136, 163, 0.08);
  outline: none;
}

.bm-has-dropdown {
  position: relative;
}

.bm-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  padding: 10px 0;
  list-style: none;
  background: var(--bm-white);
  border: 1px solid var(--bm-line);
  border-radius: 8px;
  box-shadow: var(--bm-shadow);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.bm-has-dropdown:hover .bm-dropdown,
.bm-has-dropdown:focus-within .bm-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bm-dropdown a {
  display: block;
  padding: 10px 18px;
  color: var(--bm-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.bm-dropdown a:hover,
.bm-dropdown a:focus-visible {
  background: rgba(0, 136, 163, 0.08);
  color: var(--bm-teal-dark);
  outline: none;
}

.bm-dropdown-all {
  margin-top: 6px;
  border-top: 1px solid var(--bm-line);
}

.bm-dropdown-all a {
  color: var(--bm-teal);
  font-weight: 700;
}

.bm-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.bm-btn-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  background: var(--bm-teal);
  color: var(--bm-white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.bm-btn-shop:hover,
.bm-btn-shop:focus-visible {
  background: var(--bm-teal-dark);
  outline: none;
}

.bm-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  color: var(--bm-teal-deep);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}

.bm-cart:hover,
.bm-cart:focus-visible {
  background: rgba(0, 136, 163, 0.08);
  outline: none;
}

.bm-cart-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bm-nav-toggle {
  display: none;
}

.bm-hamburger {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bm-line);
  border-radius: 4px;
  cursor: pointer;
}

.bm-hamburger-lines,
.bm-hamburger-lines::before,
.bm-hamburger-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--bm-teal-deep);
  border-radius: 2px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bm-hamburger-lines::before,
.bm-hamburger-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.bm-hamburger-lines::before {
  top: -6px;
}

.bm-hamburger-lines::after {
  top: 6px;
}

@media (max-width: 980px) {
  .bm-header-main-row {
    flex-wrap: wrap;
    min-height: 72px;
    padding: 10px 0;
    gap: 12px;
  }

  .bm-logo {
    order: 1;
  }

  .bm-header-actions {
    order: 2;
    margin-left: auto;
  }

  .bm-hamburger {
    display: inline-flex;
    order: 3;
  }

  .bm-btn-shop {
    display: none;
  }

  .bm-cart-label {
    display: none;
  }

  .bm-nav {
    display: none;
    order: 4;
    flex-basis: 100%;
    background: var(--bm-white);
    border-top: 1px solid var(--bm-line);
  }

  .bm-nav-toggle:checked ~ .bm-nav {
    display: block;
  }

  .bm-nav-toggle:checked + .bm-hamburger .bm-hamburger-lines {
    background: transparent;
  }

  .bm-nav-toggle:checked + .bm-hamburger .bm-hamburger-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .bm-nav-toggle:checked + .bm-hamburger .bm-hamburger-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .bm-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
  }

  .bm-nav-link {
    width: 100%;
    padding: 12px 4px;
  }

  .bm-dropdown {
    position: static;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 8px 12px;
  }

  .bm-logo-name {
    font-size: 26px;
  }

  .bm-header-note {
    font-size: 12px;
    padding: 7px 0;
  }

  .bm-note-full {
    display: none;
  }

  .bm-note-short {
    display: inline;
  }
}/* End custom CSS */