.header-landings{position:relative;z-index:1000;width:100%;font-family:"Geomanist-light",geomanist,sans-serif;background-color:#fff}
.header-landings .header__logos{display:flex;padding:1.6rem 3.2rem;justify-content:space-between;align-items:flex-end;gap:1rem;box-sizing:border-box}
.header-landings .header__logos-wizink,.header-landings .header__logos-tag{display:flex;align-items:center}
.header-landings .header__logos-wizink{justify-content:flex-start}
.header-landings .header__logos-tag{justify-content:flex-end}
.header-landings .header__logos-link{display:inline-flex;align-items:center;text-decoration:none}
.header-landings img{display:block;max-width:100%;height:auto}
.header-landings .header__logos-wizink img{max-height:56px}
.header-landings .header__logos-tag img{max-height:48px}
@media(max-width:767px){.header-landings .header__logos{padding:1.6rem 2.2rem;align-items:center;gap:1.6rem}
.header-landings .header__logos-wizink img{max-height:44px}
.header-landings .header__logos-tag img{max-height:40px}
}