.main-footer{background-color:var(--surface-default);padding:20px 0 35px}@media (min-width:1000px){.main-footer{padding-top:40px}}
.footer__nav{border-radius:var(--radius);background:var(--dark-purple-400);width:100%;margin:15px 0;overflow:hidden}.footer__nav:last-child{margin:0}.footer__nav li{color:var(--white);font-size:14px;line-height:17px}.footer__nav a{color:var(--white);border-top:1px solid rgba(var(--white), .05);padding:13px 15px;text-decoration:none;display:block}.footer-lang-selector{border-radius:var(--radius);background:var(--surface-light);width:calc(100% - 30px);margin:0 15px;overflow:hidden}.footer-lang-selector .site-sidebar__sublist-link{align-items:center;width:100%;display:flex}.footer-lang-selector .footer-lang-selector__flag,.footer-lang-selector .site-sidebar__list-icon:not(.is-checkmark){margin-right:10px}.footer-lang-selector.has-bottom-margins{margin-bottom:30px}.footer-lang-selector .site-sidebar__list-icon.is-checkmark{background:var(--green-400);border-radius:50%;width:18px;height:18px;margin:0 0 0 auto}@layer mixins{.footer-lang-selector .site-sidebar__list-icon.is-checkmark,.footer-lang-selector__arrow{justify-content:center;align-items:center;display:flex}}.footer-lang-selector .site-sidebar__list-icon.is-checkmark svg{width:11px;height:8px;fill:var(--white)}.footer-lang-selector .lang-selector__item-text{color:var(--gray-400);text-transform:capitalize;font-size:14px;font-weight:400;line-height:16px}.is-active-locale .footer-lang-selector .lang-selector__item-text{color:var(--white)}.footer-lang-selector__current-lang{text-transform:uppercase;letter-spacing:.05em;color:var(--white);align-items:center;padding:13px 15px;font-size:14px;font-weight:600;line-height:17px;display:flex}.footer-lang-selector__arrow{background:rgba(var(--white), .2);border-radius:50%;width:18px;height:18px;margin-left:auto;padding:3px}.footer-lang-selector__arrow svg{width:9px;height:6px;fill:var(--white);transition:transform .25s}.is-dropdown-open .footer-lang-selector__arrow svg{transform:rotate(180deg)}.footer-lang-selector__dropdown{display:none}.is-dropdown-open .footer-lang-selector__dropdown{display:block}.footer-lang-selector__dropdown .lang-selector__item{border-top:1px solid rgba(var(--white,.05));min-height:44px;margin:0}.footer-lang-selector__dropdown .lang-selector__item-link{min-height:44px;padding:0 15px}.footer-lang-selector__dropdown .lang-selector__item-text{line-height:1.5}.flag-icon{border-radius:50%;flex-shrink:0;width:24px;height:24px;display:inline-block}
.header-search{all:unset;padding:var(--spacing-2xs);margin-left:var(--spacing-3xs);background:var(--background-secondary);border-radius:var(--border-radius-xs);cursor:pointer;order:1;display:flex}@media (min-width:800px){.header-search{align-items:center;gap:var(--spacing-3xs);background:var(--background-input-secondary);border-radius:var(--border-radius-sm);min-width:0;height:36px;padding:0 var(--spacing-xs);margin-left:var(--spacing-sm);flex:0 280px;order:0}}.header-search__icon{width:var(--spacing-sm);height:var(--spacing-sm);fill:var(--background-icon-primary)}@media (min-width:800px){.header-search__icon{width:var(--spacing-md);height:var(--spacing-md);fill:var(--background-icon-tertiary)}}.header-search__caption{font:var(--body-sm-regular--single-line);display:none}@media (min-width:800px){.header-search__caption{display:block}}