/* navbar-lock.css — last word. Logo never overlaps nav. Mobile drawer intact. */

html body .cs-sticky-header-1 {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1040 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(21, 32, 51, 0.08) !important;
  box-shadow: none !important;
  min-height: 64px !important;
  max-height: none !important;
  overflow: visible !important;
}

html body .cs-sticky-header-1 .container-2,
html body .cs-sticky-header-1 .container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body .cs-sticky-header-1 .cs-header-row-1 {
  display: grid !important;
  grid-template-columns: 152px minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 28px !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  float: none !important;
}

html body .cs-sticky-header-1 .cshr1-col-1,
html body .cs-sticky-header-1 .cshr1-col-2,
html body .cs-sticky-header-1 .cshr1-col-3 {
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .cs-sticky-header-1 .cshr1-col-1 {
  grid-column: 1 !important;
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
  overflow: hidden !important;
  flex: none !important;
}

html body .cs-sticky-header-1 .cs-main-logo-1 {
  display: flex !important;
  align-items: center !important;
  width: 152px !important;
  max-width: 152px !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

html body .cs-sticky-header-1 .cs-main-logo-1 img,
html body .cs-sticky-header-1.header-transparent .cs-main-logo-1 img {
  display: block !important;
  width: 148px !important;
  max-width: 148px !important;
  height: 38px !important;
  max-height: 38px !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: none !important;
  opacity: 1 !important;
}

html body .cs-sticky-header-1 .cshr1-col-2 {
  grid-column: 2 !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

html body .cs-sticky-header-1 .cs-main-nav-1 {
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

html body .cs-sticky-header-1 .cs-main-menu-1 {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .cs-sticky-header-1 .main-li-1 {
  position: relative !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

html body .cs-sticky-header-1 .main-a-1,
html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1,
html body .cs-sticky-header-1.header-transparent .main-a-1 {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  color: #2a3348 !important;
  -webkit-text-fill-color: #2a3348 !important;
  font-family: Sora, Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: transparent !important;
  line-height: 1.2 !important;
}

html body .cs-sticky-header-1 .main-a-1::after {
  content: none !important;
  display: none !important;
}

html body .cs-sticky-header-1 .main-a-1:hover,
html body .cs-sticky-header-1 .main-a-1.active,
html body .cs-sticky-header-1 .main-a-1:focus-visible {
  color: #0b827b !important;
  -webkit-text-fill-color: #0b827b !important;
  background: rgba(15, 158, 150, 0.08) !important;
}

html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise,
html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1.main-a-1--franchise {
  gap: 6px !important;
  min-height: 32px !important;
  padding: 0 12px 0 6px !important;
  background: #0f9e96 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise:hover,
html body .cs-sticky-header-1 .main-a-1.main-a-1--franchise.active {
  background: #0b827b !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: none !important;
}

html body .cs-sticky-header-1 .main-a-1--franchise__icon {
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .cs-sticky-header-1 .cshr1-col-3 {
  grid-column: 3 !important;
  flex: none !important;
  justify-self: end !important;
}

html body .cs-sticky-header-1 .cs-header-row-2 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .cs-sticky-header-1 .cshr2-col-1,
html body .cs-sticky-header-1 .cshr2-col-2,
html body .cs-sticky-header-1 .cshr2-col-3 {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body .cs-sticky-header-1 .cs-header-btn-1,
html body .cs-sticky-header-1 .cs-header-btn-2 {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 999px !important;
  background: #f7f9fc !important;
  border: 1px solid rgba(21, 32, 51, 0.1) !important;
  color: #152033 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .cs-sticky-header-1 .cs-header-btn-3,
html body .cs-sticky-header-1 a.cs-header-btn-3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #0f9e96 !important;
  border: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 #headerLanguageOption,
html body .cs-sticky-header-1 select.cs-language-select {
  width: 64px !important;
  min-width: 64px !important;
  height: 38px !important;
  padding: 0 24px 0 10px !important;
  border-radius: 999px !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(21, 32, 51, 0.12) !important;
  color: #152033 !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
}

html body .cs-sticky-header-1 .main-dd-d-1,
html body .cs-sticky-header-1 .csgdd1-d-1 {
  top: 100% !important;
  margin-top: 0 !important;
  padding-top: 8px !important;
  min-width: 200px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .cs-sticky-header-1 .main-dd-d-1 > .mdd-m-1,
html body .cs-sticky-header-1 .csgdd1-d-1 > .csgdd1-m-1 {
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(21, 32, 51, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 36px rgba(21, 32, 51, 0.12) !important;
}

html body .cs-sticky-header-1 .main-li-1:hover > .main-dd-d-1,
html body .cs-sticky-header-1 .main-li-1:focus-within > .main-dd-d-1,
html body .cs-sticky-header-1 .cs-globe-dd-1:hover > .csgdd1-d-1,
html body .cs-sticky-header-1 .cs-globe-dd-1:focus-within > .csgdd1-d-1 {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (min-width: 1024px) {
  html body .cs-sticky-header-1 .cs-humberge-m-1 {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cshr2-col-3:not(:has(.cs-header-btn-3)):not(:has(.cs-header-btn-4)) {
    width: auto !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  html body .cs-sticky-header-1 .cs-header-row-1 {
    grid-template-columns: 140px minmax(0, 1fr) auto !important;
    column-gap: 16px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1,
  html body .cs-sticky-header-1 .cs-main-logo-1 {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    width: 136px !important;
    max-width: 136px !important;
    height: 34px !important;
  }

  html body .cs-sticky-header-1 .main-a-1,
  html body .cs-sticky-header-1 .cs-main-menu-1 > .main-li-1 > a.main-a-1 {
    padding: 6px 8px !important;
    font-size: 11.5px !important;
  }
}

@media (max-width: 1023.98px) {
  html body .cs-sticky-header-1 .cshr1-col-2,
  html body .cs-sticky-header-1 .cs-main-nav-1,
  html body .cs-sticky-header-1 .cs-main-menu-1 {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
  }

  html body .cs-sticky-header-1 .cs-header-row-1 {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 56px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-1 {
    width: auto !important;
    min-width: 0 !important;
    max-width: min(148px, 46vw) !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }

  html body .cs-sticky-header-1 .cs-main-logo-1,
  html body .cs-sticky-header-1 .cs-main-logo-1 img {
    width: auto !important;
    min-width: 0 !important;
    max-width: min(140px, 42vw) !important;
    height: 32px !important;
  }

  html body .cs-sticky-header-1 .cshr1-col-3 {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  html body .cs-sticky-header-1 .cshr2-col-1:has(#headerLanguageOption),
  html body .cs-sticky-header-1 .cshr2-col-1:has(.cs-signal-cont-1),
  html body .cs-sticky-header-1 .cs-language-select,
  html body .cs-sticky-header-1 #headerLanguageOption {
    display: none !important;
  }

  html body .cs-sticky-header-1 .cs-humberge-m-1 {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 999px !important;
    background: #f7f9fc !important;
    border: 1px solid rgba(21, 32, 51, 0.1) !important;
    flex-shrink: 0 !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-3 {
    padding: 0 12px !important;
    font-size: 12.5px !important;
    height: 38px !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4,
  html body .cs-sticky-header-1 a.cs-header-btn-4 {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .cs-sticky-header-1 .cs-header-btn-4 .name-d-1 {
    display: none !important;
  }
}
