﻿
/* Contact info */

.static-header {

    background: url('/img/StaticPage_header.webp') center / cover no-repeat !important;


}

.navbar-custom {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 1) 100%), var(--primary-bg) !important;
}


    .form-row input {
        flex: 1;
    }

.office-name {
    font-size: 18pt;
    font-weight: 600;
    margin-bottom: 15px;
}

.office-address {
    margin-bottom: 25px;
    line-height: 1.5;
}

.footer-line {
    display: none;
}


.consent-row {   
    padding: 0 0 80px;
}