/* The supplied Kubeera logo and the scrolling promise bar. */
.brand{display:flex;align-items:center}
.brand img{display:block;width:102px;height:64px;object-fit:contain;mix-blend-mode:screen}
.mobile-menu .brand img{width:135px;height:82px}
.trust-bar{overflow:hidden;white-space:nowrap}
.trust-track{display:flex;width:max-content;align-items:center;gap:30px;animation:kubeera-marquee 24s linear infinite}
.trust-track span{text-transform:uppercase}
@keyframes kubeera-marquee{to{transform:translateX(-50%)}}
@media (max-width:575px){.brand img{width:76px;height:48px}.trust-bar{padding:14px 0}.trust-track{gap:20px;animation-duration:18s}}
