[data-bs-theme=light] .header {
  border-bottom: 1px solid #e0ded9;
  background: var(--bs-body-bg);
}

[data-bs-theme=dark] .header {
  border-bottom: 1px solid var(--main-grey-lighter-50);
  background: var(--main-grey-light);
}

.lang-dropdown {
  --bs-dropdown-link-hover-bg: rgba(245, 164, 44, .1);
  --bs-dropdown-link-active-bg: var(--main-orange);
  --bs-dropdown-link-active-color: #fff;
}
.lang-dropdown .dropdown-item {
  border-radius: 0.25rem;
}
.lang-dropdown .dropdown-item.active {
  font-weight: 600;
}

.sign-in-button__icon,
.sign-up-button__icon {
  display: none;
}

.header-burger {
  display: none;
  background: none;
  border: none;
  color: var(--bs-body-color);
}

.header-menu-group__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  color: var(--bs-body-color);
}
.header-menu-group__toggle:hover {
  color: var(--main-orange);
}

@media screen and (min-width: 767px) {
  .header-nav-collapse {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
  }
  .header-megamenus {
    gap: 24px;
  }
}
@media screen and (max-width: 766px) {
  .header-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    font-size: 1.5rem;
    padding: 0;
  }
  .header-nav-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bs-body-bg);
    border-bottom: 1px solid var(--main-grey-lighter-50);
    box-shadow: 0 6px 24px 0 rgba(24, 24, 24, 0.1607843137);
    padding: 16px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .header-megamenus {
    flex-direction: column;
    gap: 4px;
    margin: 0 0 16px;
  }
  .header-menu-group__toggle {
    width: 100%;
    justify-content: space-between;
    min-height: 44px;
    padding: 8px 4px;
  }
  .header-menu-group .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0 0 0 4px;
    margin: 0 0 8px;
    max-height: none;
    overflow: visible;
  }
  .header .header-nav-collapse .header-customized-zone {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    height: auto;
  }
  .header-nav-collapse .header-user-slice {
    padding: 0;
    justify-content: flex-start;
  }
  .header-nav-collapse .header-user-slice .unlogged-section {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }
  .header-nav-collapse .header-user-slice .sign-in-button,
  .header-nav-collapse .header-user-slice .sign-up-button {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    margin-left: 0;
  }
  .header-nav-collapse .sign-in-button__text,
  .header-nav-collapse .sign-up-button__text {
    display: inline;
  }
  .header-nav-collapse .sign-in-button__icon,
  .header-nav-collapse .sign-up-button__icon {
    display: inline-flex;
    margin-right: 8px;
  }
  .header-nav-collapse .selection-button {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 8px;
  }
  .header .selection-button {
    padding: 0 8px;
    gap: 4px;
  }
  .header .selection-button::after {
    display: none;
  }
  .header .desktop-content > .header-customized-zone {
    gap: 4px;
  }
  .header .desktop-content > .header-customized-zone .header-user-slice {
    padding-left: 0;
  }
  .header .desktop-content > .header-customized-zone .header-user-slice .sign-in-button {
    margin-left: 8px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
  }
  .header .desktop-content > .header-customized-zone .sign-in-button__text {
    display: none;
  }
  .header .desktop-content > .header-customized-zone .sign-in-button__icon {
    display: inline-flex;
  }
  .header .desktop-content > .header-customized-zone .header-user-slice .sign-up-button {
    padding: 10px;
  }
  .header .desktop-content > .header-customized-zone .sign-up-button__text {
    display: none;
  }
  .header .desktop-content > .header-customized-zone .sign-up-button__icon {
    display: inline-flex;
  }
}

/*# sourceMappingURL=institutional-navbar.output.css.map */
