:root{--font-main-font:"Inter","Tahoma","Arial",sans-serif;--font-title-font:"Inter",sans-serif}.FooterPortal{height:128px;background:#f1f5f9;padding:32px;margin-top:auto}@media screen and (max-width:810px){.FooterPortal{height:auto}}.FooterPortal a{font-size:12px;line-height:16px}.FooterPortal-Main a{font-size:16px;line-height:24px;font-weight:400}.FooterPortal-Main p{color:#7319d3}.FooterPortal-Secondary a{color:#475569;font-weight:400;text-decoration:underline}.FooterPortal-Secondary a:hover{color:#333}@media screen and (max-width:810px){.FooterPortal-Secondary{gap:24px;flex-direction:column}}.FooterPortal .LanguageSwitcher p{font-weight:400}:root{--button-primary-color:#7319D3;--button-primary-hover-color:#6E11B0;--button-primary-active-color:#4B0A95;--button-highlight-color:#1CA14D;--button-highlight-hover-color:#188B42;--button-highlight-active-color:#147538;--surface-primary-color:#fff;--surface-secondary-color:#f1f3f4;--surface-highlight-color:#FCD34D;--surface-success-color:#DCFCE7;--link-normal-color:#7319D3}.LanguageSwitcher{position:relative;width:100%;cursor:pointer}.LanguageSwitcher p{font-weight:500}.LanguageSwitcher-Menu{position:absolute;background:#fff;right:0;padding:24px 16px;display:flex;flex-direction:column;gap:24px;z-index:9;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.28);transition:max-height .3s ease,opacity .3s ease,visibility .3s ease;opacity:1;visibility:visible;max-height:300px;overflow-y:scroll}.LanguageSwitcher-Menu_IsHidden{opacity:0;visibility:hidden;max-height:0}.LanguageSwitcher-Menu_Top{bottom:36px}.LanguageSwitcher-Menu_Bottom{top:36px}.LanguageSwitcher:hover p{color:#6e11b0}.LanguageSwitcher:hover svg{fill:#6e11b0}