.sticky {
    position: fixed;
    z-index: 9999;
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky-opened {
    position: fixed;
    z-index: 9999;
    background-color: white;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky-opened .menuToggler .breadcrumb-icon{    
    background: black;
}

.marquee3k {
  display: flex;
  overflow: hidden;
}

.marquee3k__copy {
  display: flex;
  flex: none;
}