.sh-8e9c40e4-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease, padding 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, left 0.2s ease;
}

.sh-8e9c40e4-logo {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sh-8e9c40e4-logo-img {
    max-width: 100%;
    height: auto;
    transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: width;
}
