.lang-switcher ul{list-style:none}.lang-switcher a{text-decoration:none}.lang-switcher a:focus,.lang-switcher a:hover{text-decoration:underline}.current-lang a{font-weight:700}.current-lang a:focus,.current-lang a:hover{text-decoration:none}.lang-switcher--inline li,.lang-switcher--inline ul{display:flex}.lang-switcher--inline li+li:before{background-color:var(--color-white);content:"";height:100%;margin:0 1.2rem;width:.2rem}.lang-switcher button,.lang-switcher--inline a{text-transform:uppercase}.lang-switcher button{appearance:none;background-color:transparent;border:0;color:var(--color-white);display:flex}.lang-switcher button:hover{cursor:pointer}.lang-switcher button:focus,.lang-switcher button:hover,.lang-switcher button[aria-expanded=true]{color:var(--color-white)}.lang-switcher--dropdown{align-items:center;display:flex;height:100%;position:relative}.lang-switcher--dropdown ul{display:none;padding:var(--space-lg);position:absolute;right:0;top:100%}.lang-switcher--dropdown button[aria-expanded=true]+ul{animation:langSwitcherFade .3s ease 0s 1 forwards;display:block;opacity:0;transform:translateY(-1rem)}@keyframes langSwitcherFade{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.lang-switcher--dropdown li:not(:last-child){margin-bottom:var(--space-sm)}@media (max-width:991px){.lang-switcher button{padding:var(--space-sm)}}