header {width: 100%; height: 88px; border-bottom: 1px solid var(--black);}
header .container {height: 100%;}
header nav {width: 100%; height: 100%;}
header nav ul {display: flex; align-items: center; justify-content: space-between; height: 100%;}
header nav ul li {}
header nav ul li a {}
header nav ul li:not(.logo) a img {width: auto; height: 16.5px;}
header nav ul li.logo a img {width: auto; height: 22px;}