.lang-switch{
  position: relative !important;
  flex: 0 0 auto;
}
.lang-globe{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.86);
}
.lang-globe svg{
  display: block;
}
.lang-globe circle,.lang-globe path{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lang-code{
  display: inline-flex !important;
}
.lang-arrow{
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.74) !important;
}
.lang-menu{
  position: absolute;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  z-index: 100;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  border-radius: 10px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px) !important;
  transition: opacity 0.16s ease,
    visibility 0.16s ease,
    transform 0.16s ease;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  max-height: none !important;
  overflow-y: auto;
  left: auto !important;
  overflow: visible !important;
}
.lang-menu a{
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}
.lang-menu::before{
  content: "" !important;
  position: absolute !important;
  top: -7px !important;
  right: 22px !important;
  width: 14px !important;
  height: 14px !important;
  transform: rotate(45deg) !important;
}
@media (max-width: 680px){.lang-menu{
    position: fixed;
    top: 70px;
    max-height: calc(100vh - 94px);
  }
}
.lang-item-code{
  font-size: 12px !important;
}
.lang-item-sep{
  font-weight: 700 !important;
  font-size: 12px !important;
}
.lang-item-name{
  font-size: 13px !important;
}
@media (max-width: 680px){.lang-code{
    letter-spacing: 0.10em !important;
  }
.lang-menu{
    top: calc(100% + 10px) !important;
    max-height: none !important;
  }
.lang-current{
    border-radius: 8px !important;
  }
.lang-menu{
    position: absolute !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    left: auto !important;
    width: max-content !important;
    padding: 6px !important;
  }
.lang-menu::before{
    right: 18px !important;
  }
}
.lang-current:focus,.lang-current:active{
  border-color: rgba(125, 220, 255, 0.42) !important;
}
@media (max-width: 680px){.lang-current{
    gap: 6px !important;
  }
.lang-menu{
    width: 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
  }
}
.lang-current{
  border-color: rgba(255, 255, 255, 0.14) !important;
}
.lang-switch .lang-menu,.lang-switch:hover .lang-menu,.lang-switch:focus-within .lang-menu,.lang-switch:not(.is-open):hover .lang-menu,.lang-switch:not(.is-open):focus-within .lang-menu{
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-4px) !important;
}
.lang-current:focus{
  outline: none !important;
}
@media (max-width: 520px){.lang-current{
    padding-left: 7px;
    padding-right: 7px;
  }
}
.lang-switch .lang-menu{
  pointer-events: none !important;
}
.lang-switch.is-open .lang-menu,.lang-switch.is-open:hover .lang-menu,.lang-switch.is-open:focus-within .lang-menu{
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.lang-current:hover .lang-globe svg,.lang-switch.is-open .lang-globe svg{
  opacity: 0.95 !important;
  color: rgba(255, 255, 255, 0.96) !important;
}
@media (max-width: 720px){.lang-current{
    height: 38px !important;
    padding: 0 11px !important;
  }
}
.lang-current,.lang-current:hover,.lang-current:focus,.lang-current:active,.lang-switch:not(.is-open):focus-within .lang-current,.lang-switch.is-open .lang-current{
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
}
.lang-current,.lang-current:focus,.lang-current:active{
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.lang-current,.lang-current:hover,.lang-current:focus,.lang-current:active,.lang-switch:not(.is-open):focus-within .lang-current,.lang-switch.is-open .lang-current{
  font-weight: 850 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  width: auto !important;
  min-width: 0 !important;
}
.lang-current,.lang-current:focus,.lang-current:active{
  box-shadow:none !important;
  transform: none !important;
}
.lang-current,.lang-current:hover,.lang-current:focus,.lang-current:active,.lang-switch:not(.is-open):focus-within .lang-current,.lang-switch.is-open .lang-current{
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}
.lang-switch:focus-within .lang-current{
  background: rgba(0, 184, 252, 0.12) !important;
  border-color: rgba(125, 220, 255, 0.42) !important;
  color: #ffffff !important;
  box-shadow:none !important;
  transform: translateY(-1px) !important;
}
.lang-globe,.lang-globe svg{
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
}
.lang-code{
  font-size: 13px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em !important;
}
.lang-arrow{
  opacity: 0.66 !important;
}
@media (max-width: 680px){.lang-current{
    width: 48px !important;
    min-width: 48px !important;
    height: 38px !important;
    padding: 0 9px !important;
  }
.lang-code{
    font-size: 12px !important;
  }
.lang-globe,.lang-globe svg{
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }
}
.lang-current:hover,.lang-current:focus-visible,.lang-switch:not(.is-open):focus-within .lang-current{
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow:none !important;
}
.lang-switch:not(.is-open):focus-within .lang-current{
  transform: translateY(-1px) !important;
}
.lang-switch.is-open .lang-current,.lang-switch.is-open:hover .lang-current,.lang-switch.is-open:focus-within .lang-current{
  color: #fff !important;
  border-color: rgba(125, 220, 255, 0.42) !important;
  background: rgba(0, 184, 252, 0.12) !important;
  box-shadow:none !important;
}
.lang-current:hover .lang-arrow,.lang-current:focus-visible .lang-arrow,.lang-switch.is-open .lang-arrow{
  opacity: 0.9 !important;
}
.lang-current:hover,.lang-current:focus-visible,.lang-switch.is-open .lang-current,.lang-switch.is-open:hover .lang-current,.lang-switch.is-open:focus-within .lang-current{
  transform: none !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
  border-radius: 8px !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active{
  background: transparent !important;
  color: #fff !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.vg-language-host .lang-current:focus-visible{
  border: 0 !important;
}
.vg-language-host .lang-code{
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em !important;
}
@media (max-width: 760px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 8px !important;
  }
}
@media (max-width: 520px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
    width: auto !important;
    min-width: 46px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 7px !important;
  }
}
.lang-menu a{
  gap: 0 !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
  padding: 0 9px !important;
  gap: 7px !important;
}
.lang-arrow{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 1em !important;
  line-height: 1 !important;
}
.vg-language-host .lang-arrow,.lang-arrow{
  margin-left: 0 !important;
}
.lang-arrow{
  position: relative !important;
  top: -1px !important;
  transform: none !important;
}
.lang-menu{
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  padding: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow:0 18px 45px rgba(15, 23, 42, 0.22) !important;
  color: #182233 !important;
}
.lang-menu::before{
  background: rgba(255, 255, 255, 0.98) !important;
  border-left: 1px solid rgba(15, 23, 42, 0.10) !important;
  border-top: 1px solid rgba(15, 23, 42, 0.10) !important;
}
.lang-menu a{
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 20px 20px 1fr !important;
  column-gap: 10px !important;
  align-items: center !important;
  justify-content: stretch !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  color: #1f2937 !important;
}
.lang-menu a:hover{
  background: rgba(0, 184, 252, 0.08) !important;
  color: #0f172a !important;
}
.lang-menu a[aria-current="page"]{
  background: rgba(0, 184, 252, 0.14) !important;
  color: #0f172a !important;
}
.lang-item-code{
  width: auto !important;
  display: block !important;
  text-align: left !important;
  color: #0f172a !important;
  font-weight: 850 !important;
  letter-spacing: 0.16em !important;
}
.lang-item-sep{
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #94a3b8 !important;
  text-align: center !important;
}
.lang-item-name{
  display: block !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  color: #1f2937 !important;
  font-weight: 700 !important;
}
.lang-menu a[aria-current="page"] .lang-item-code,.lang-menu a[aria-current="page"] .lang-item-name{
  color: #0f172a !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active{
  box-shadow:none !important;
}
.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus-visible,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current{
  color: #fff !important;
  box-shadow:none !important;
}
.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
  color: #fff !important;
  box-shadow:none !important;
}
.vg-language-host .lang-current:focus-visible{
  transform: none !important;
}
@media (max-width: 1180px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 8px !important;
  }
.vg-language-host .lang-globe,.vg-language-host .lang-globe svg{
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }
.vg-language-host .lang-code{
    font-size: 12.5px !important;
  }
}
@media (max-width: 640px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current{
    width: auto !important;
    min-width: 44px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 7px !important;
    gap: 5px !important;
  }
}
@media (max-width: 420px){.vg-language-host .lang-globe,.vg-language-host .lang-globe svg{
    width: 15px !important;
    height: 15px !important;
    flex-basis: 15px !important;
  }
.vg-language-host .lang-code{
    font-size: 12px !important;
  }
}
.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
  box-sizing: border-box !important;
  width: 78px !important;
  min-width: 78px !important;
  max-width: 78px !important;
  border: 1px solid transparent !important;
  justify-content: center !important;
  transform: none !important;
  column-gap: 5px !important;
}
.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus-visible,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current{
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
}
.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
  border-color: rgba(125, 220, 255, 0.26) !important;
  background: rgba(0, 184, 252, 0.13) !important;
}
@media (max-width: 1180px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
  }
}
@media (max-width: 640px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }
}
.vg-language-host .lang-arrow{
  transform-origin: center !important;
}
.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
  display: inline-grid !important;
  grid-template-columns: 18px auto 12px !important;
  
  align-items: center !important;
  justify-items: center !important;
  height: 40px !important;
  min-height: 40px !important;
  line-height: 1 !important;
}
.vg-language-host .lang-globe,.vg-language-host .lang-globe svg{
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: none !important;
}
.vg-language-host .lang-code{
  display: block !important;
  line-height: 1 !important;
}
.vg-language-host .lang-arrow{
  position: relative !important;
  top: 0 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: none !important;
}
.vg-language-host .lang-arrow::before{
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border: 0 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4L6 8L10 4' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  opacity: 0.72;
  transform: rotate(0deg) !important;
  transform-origin: center !important;
  transition: transform .18s ease, opacity .18s ease !important;
}
.vg-language-host .lang-switch.is-open .lang-arrow,.vg-language-host .lang-switch.is-open:hover .lang-arrow,.vg-language-host .lang-switch.is-open:focus-within .lang-arrow{
  transform: none !important;
}
.vg-language-host .lang-switch.is-open .lang-arrow::before,.vg-language-host .lang-switch.is-open:hover .lang-arrow::before,.vg-language-host .lang-switch.is-open:focus-within .lang-arrow::before{
  transform: rotate(180deg) !important;
  opacity: 0.86;
}
@media (max-width: 900px) and (min-width: 761px){.vg-language-host .lang-current,.vg-language-host .lang-current:hover,.vg-language-host .lang-current:focus,.vg-language-host .lang-current:active,.vg-language-host .lang-switch:not(.is-open):focus-within .lang-current,.vg-language-host .lang-switch.is-open .lang-current,.vg-language-host .lang-switch.is-open:hover .lang-current,.vg-language-host .lang-switch.is-open:focus-within .lang-current{
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
  }
}
@media (max-width: 320px){.vg-language-host .lang-globe{
    display: none !important;
  }
.vg-language-host .top-actions .lang-switch .lang-current,.vg-language-host .top-actions .lang-switch.is-open .lang-current,.vg-language-host .top-actions .lang-switch:focus-within .lang-current{
    height: 32px !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-template-columns: none !important;
    min-height: 32px !important;
    padding: 0 3px !important;
    gap: 3px !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow:none !important;
    transform: none !important;
  }
}

.vg-language-host .lang-switch{font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.55}
.vg-language-host .lang-switch a,.vg-language-host .lang-switch a:hover,.vg-language-host .lang-switch a:focus{ text-decoration:none!important }
.vg-language-host .lang-current{box-sizing:border-box;font-family:inherit;cursor:pointer}
.vg-language-host .lang-menu a[aria-disabled=true]{opacity:.4;pointer-events:none}

/* Shared narrow-screen layout for landing and legal headers. */
@media (max-width: 640px) {
  :is(#vg-language-layout, .vg-language-host) .lang-switch .lang-current {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    padding:0 8px !important;
    gap:4px !important;
    min-height:36px !important;
  }
  :is(#vg-language-layout, .vg-language-host) .lang-switch .lang-globe {display:none !important}
  :is(#vg-language-layout, .vg-language-host) .lang-switch .lang-menu {
    width:min(280px, calc(100vw - 24px)) !important;
    min-width:0 !important;
    max-width:calc(100vw - 24px) !important;
    right:0 !important;
    left:auto !important;
    box-sizing:border-box;
  }
}
