.select-language{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1500;background-color:#ffffffb3}.select-language:not(.show){display:none}.select-language__content{position:absolute;top:50%;left:50%;width:90%;max-width:524px;background-color:var(--color-white);border:2px solid var(--color-primary);transform:translate(-50%,-50%);max-height:90vh;overflow:auto;padding:var(--s-lang-content-gap);box-shadow:3px 3px 11px #0000004d}.select-language__title{font-size:var(--fs-h1);font-weight:var(--fw-body-bolder)}.select-language__subtitle{font-size:var(--fs-xl)}.select-language__buttons{margin-top:var(--s-lang-section-gap)}.select-language__buttons a{display:flex;flex-direction:row;text-decoration:none;align-items:center;font-size:var(--fs-xl);margin-top:var(--s-lang-button-gap-y)}.select-language__buttons a:first-child{margin-top:0}.select-language__buttons a img{width:40%;height:auto;margin-right:var(--s-lang-button-gap-x)}.select-language__subline{margin-top:var(--s-lang-section-gap);font-size:var(--fs-xl)}.select-language__close{position:absolute;top:1rem;right:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:none;outline:none;background-color:transparent;color:var(--color-primary)}.select-language__close:focus{outline:none}.select-language__close svg{width:32px;height:32px}.select-language__close:hover{color:var(--color-secondary)}
