body {
    background: #fff !important;
}
#wrx-ui-menu-brandbar {
    margin-left: 2rem;
}
.wrx-ui-brandbar-logo-wrapper {
    padding-right: 0rem !important;
}
.wrx-ui-brandbar-padded #wrx-canvas-header-fixed, .wrx-bodylayout-wrx.wrx-ui-brandbar-padded #wrx-canvas-header-fixed {
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
    overflow: initial;
    margin: 0 auto;
}

.wrx-ui-brandbar-translucent .wrx-ui-brandbar .wrx-ui-brandbar-menu-item.root {
    background: transparent;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
}

.wrx-ui-brandbar {
    box-shadow: 1px 2px 3px 2px hsla(0, 0%, 0%, 4%);
    border-radius: 0;
    padding: 2rem;
    
}

.wrx-ui-brandbar-logo-image a, .wrx-ui-brandbar-logo-image img, .wrx-ui-brandbar-logo-text a, .wrx-ui-brandbar-logo-text {
    max-width: 200px !important;
    max-height: 80px !important;
}

.wrx-ui-brandbar-logo {
    max-width: 250px !important;
    max-height: 90px !important;
    flex-shrink: 0;
}
.btn-pop, .wrx-ui-brandbar-button-pop {
    background-color: transparent;
    background: linear-gradient(to right, #141414, #1e130f) !important;
}

#wrx-ui-content-titlebar-text h1 {
    margin: 0;
    font-size: inherit;
    text-transform: inherit;
    text-align: center;
    color: var(--primary) !important;
}

.wrx-footer-legalinfo {
    background: #0f4a2c !important;
}

@@media (max-width: 768px) {

    .wrx-ui-brandbar-logo {
    
        max-width: 150px !important;
        
    }
    
}
#wrx-ui-content-titlebar-text h1 {
    text-align: center;
}