@charset "UTF-8";
.site-header--fixed {
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(255,255,255,0.8) 0%,
        rgba(255,255,255,0.3) 80%,
        rgba(255,255,255,0.0) 100%
    );
}