.language-switch{position:relative}.language-switch__trigger{align-items:center;background:none;border:0;color:var(--clr-primary-01);cursor:pointer;display:flex;gap:6px;padding:0}.language-switch__trigger span{font-size:6.4vw;font-weight:300;line-height:.9375}@media only screen and (min-width:375px){.language-switch__trigger span{font-size:24px}}@media only screen and (min-width:768px){.language-switch__trigger span{font-size:24px;line-height:1.1666666667}}@media only screen and (min-width:1280px){.language-switch__trigger{color:inherit;gap:4px}.language-switch__trigger span{font-size:8.5333333333vw;font-weight:300;line-height:.9375}}@media only screen and (min-width:1280px)and (min-width:375px){.language-switch__trigger span{font-size:32px}}@media only screen and (min-width:1280px)and (min-width:768px){.language-switch__trigger span{font-size:24px;line-height:1.1666666667}}@media only screen and (min-width:1280px)and (min-width:1280px){.language-switch__trigger span{font-size:18px;line-height:1.1111111111}}.language-switch__current--short{display:none}@media only screen and (min-width:1280px){.language-switch__current--short{display:inline}.language-switch__current--full{display:none}}.language-switch__icon{font-size:11px;transition:transform .2s ease}.language-switch__icon:before{display:block}.language-switch.language-switch--open .language-switch__icon{transform:rotate(180deg)}@media only screen and (min-width:1280px){.language-switch__icon{font-size:8px}}.language-switch__flyout{display:none;flex-direction:column;gap:24px;list-style:none;margin:24px 0 0;padding:0}@media only screen and (min-width:1280px){.language-switch__flyout{background-color:var(--clr-secondary-01);border-radius:4px;display:flex;gap:8px;left:-16px;margin:0;opacity:0;padding:16px;position:absolute;top:calc(100% + 16px);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;z-index:10}}.language-switch.language-switch--open .language-switch__flyout{display:flex}@media only screen and (min-width:1280px){.language-switch.language-switch--open .language-switch__flyout{opacity:1;visibility:visible}}.language-switch__item{align-items:center;display:flex;gap:8px}.language-switch__item--active{display:none}@media only screen and (min-width:1280px){.language-switch__item--active{display:flex}}.language-switch__item--active:before{background-color:var(--clr-primary-01);content:"";display:block;flex-shrink:0;height:16px;width:1px}.language-switch__link{color:var(--clr-text-inactive);font-size:6.4vw;font-weight:300;line-height:.9375;text-decoration:none;transition:color .2s ease;white-space:nowrap}@media only screen and (min-width:375px){.language-switch__link{font-size:24px}}@media only screen and (min-width:768px){.language-switch__link{font-size:24px;line-height:1.1666666667}}@media only screen and (min-width:1280px){.language-switch__link{font-size:14px;font-weight:300;line-height:normal}}@media(hover){.language-switch__link:hover{color:var(--clr-text-01)}}.language-switch__item--active .language-switch__link{color:var(--clr-text-01)}