.header {
  --lrwidth: 12.6875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.3125rem 0;
  display: flex;
  align-items: center;
  gap: 5.6875rem;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--lrwidth);
  height: auto;
}
.header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - (var(--lrwidth) * 2 + 11.375rem));
}
.header-menu li a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-decoration: unset;
}
.header-soon {
  width: var(--lrwidth);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-soon .language .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
  font-weight: 700;
  border: unset;
  background-color: transparent;
}
.header-soon .language .dropdown-toggle::after {
  content: unset;
}
.header-soon .language .dropdown-menu {
  width: 100%;
  min-width: unset !important;
}
.header-soon .language .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
