
.button {
    color: #fff;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.button:before {
    display: none;
}

.button:hover {
    color: var(--primary-color);
    background: #fff;
}

.button.button-transparent {
    border: none;
}

.banner h1 {
    letter-spacing: normal;
}






#banner-widget {
    visibility: visible;
}

:root, :host {
    
    
    
    }
