.sticky .py-header-btn {
    background-color: var(--py-brand-color-2);
    color: white;
}

.sticky .py-header-logo__black {
    display: flex;
}

.sticky .py-header-logo__white {
    display: none;
}

.py-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.py-header-logo-text {
    font-size: 1.6rem;
    font-weight: 400;
}

.py-header-logo__white .py-header-logo-text {
    color: white;
}

.py-header-logo__black {
    display: none;
}

.py-footer-menu-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}