.header {
  background: linear-gradient(180deg, rgba(9, 20, 26, 0.52), rgba(9, 20, 26, 0.16) 72%, rgba(9, 20, 26, 0));
  backdrop-filter: blur(2px);
}

.header .container {
  padding-right: clamp(48px, 6.5vw, 128px);
  padding-left: clamp(48px, 6.5vw, 128px);
}

.header .header_c {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .header_nav,
.header .header_cta {
  flex: 1 1 0;
  min-width: 0;
}

.header .header_cta,
.header .header_cta .nav-item-list {
  justify-content: flex-end;
}

.header .header_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  min-width: clamp(320px, 22vw, 460px);
}

.header .link-logo.w--current {
  width: clamp(320px, 22vw, 460px);
  height: auto;
}

.header .logo {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 36;
}

.header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header .nav-item {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
}

.header .t7 {
  font-size: clamp(14px, 0.86vw, 16px);
  line-height: 1;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .header .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header .header_logo {
    min-width: clamp(188px, 54vw, 240px);
  }

  .header .link-logo.w--current {
    width: clamp(188px, 54vw, 240px);
  }
}

@media (min-width: 1600px) {
  .header .nav-item-list {
    column-gap: 28px;
  }
}

.pop-up_overlay {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: 100vw;
}

.btn-submit {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.btn-submit:focus-visible,
.btn-cta:focus-visible,
.btn-menu:focus-visible,
.btn-cta-close:focus-visible,
.link:focus-visible,
.nav-item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
