

html body .site-header .brand,
html body .site-header a.brand,
html body header .brand,
html body header a.brand,
html body .site-header .logo,
html body header .logo,
html body .site-header .brand > *,
html body header .brand > * {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

html body .site-header .brand::before,
html body .site-header .brand::after,
html body .site-header a.brand::before,
html body .site-header a.brand::after,
html body header .brand::before,
html body header .brand::after,
html body header a.brand::before,
html body header a.brand::after,
html body .site-header .logo::before,
html body .site-header .logo::after,
html body header .logo::before,
html body header .logo::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}

html body .site-header .brand img,
html body .site-header a.brand img,
html body header .brand img,
html body header a.brand img,
html body .site-header .logo img,
html body header .logo img {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    object-fit: contain !important;
}

html.rasa-home-final-lite body .site-header .brand,
html.rasa-home-final-lite body .site-header a.brand,
html.rasa-home-final-lite body header .brand,
html.rasa-home-final-lite body header a.brand,
html.rasa-home-final-lite body .site-header .logo,
html.rasa-home-final-lite body header .logo {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

