.header-menu-link{gap:3px}.header-menu-link svg:first-child{position:relative;top:-1px}.arrow{height:16px;margin-left:auto;transition:transform .25s ease;width:16px}.submenu{background:#fff;border-radius:12px;box-shadow:var(--shadow-nav);box-sizing:border-box;display:flex;display:none;flex-direction:column;margin-left:-15px;max-height:0;max-height:max-content;min-width:245px;overflow:hidden;overflow:visible;padding:22px 30px;position:absolute;transition:max-height .3s ease;width:100%;width:calc(100% + 12px)}.header-menu-link:hover .submenu{display:flex}@media(max-width:900px){.submenu{background:inherit;box-shadow:none;display:flex;margin-left:0;max-height:100%;padding:18px 15px;position:relative}.header-dark .submenu,.header-dark-home .submenu{color:#fff}}.submenu.usermenu{margin-left:-10px;min-width:190px;padding:18px 22px}@media(max-width:900px){.submenu.usermenu{margin-left:0;padding:4px 22px}}.submenu a{align-items:center;border-radius:12px;color:#16161a;display:flex;font-size:15px;gap:6px;padding:8px;text-decoration:none;transition:.2s}.submenu a:hover{background:#f7f6f3;color:var(--global-blue)}@media(max-width:900px){.header-dark .submenu a:hover,.header-dark-home .submenu a:hover{background:inherit;color:#fff}}.submenu a svg{color:#001961;height:18px;opacity:.7;width:18px}.submenu a:hover svg{color:inherit;opacity:1}@media(max-width:900px){.submenu a,.submenu a svg{opacity:1}.header-dark .submenu a,.header-dark .submenu a svg,.header-dark-home .submenu a,.header-dark-home .submenu a svg{color:#fff}}.menu-item input:checked+.menu-header+.submenu{max-height:200px}.menu-item input:checked+.menu-header .arrow{transform:rotate(180deg)}.menu-item input:checked+.menu-header{background:#1e293b;color:#fff}