<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zw-product-header {
    position: relative;
}

@media (min-width: 768px){
section.zsection.top-section {
    margin-top: -120px;
}	
}

/* skip content btn css start */

a.skip-to-content {
    position: fixed;
    top: 0;
    left: 16%;
    transform: translate(-50%, -50px);
    height: 0;
    width: 0;
    overflow: hidden;
    font-family: var(--zf-primary-bold);
    transition: ease-in-out .4s
}

a.skip-to-content:focus {
    overflow: visible;
    border-radius: 6px;
    border: 2px solid #0047ff;
    background: #FFF;
    box-shadow: 0 4px 5px 0 rgba(0, 71, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 16%;
    transform: translate(-50%, 8px);
    width: 100%;
    max-width: 240px;
    text-align: center;
    height: 56px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    color: #000;
    gap: 20px
}

/* skip content btn css end */</pre></body></html>