
        :root {
            --primary:  #000000;
            --secondary: #b08357;
            --white: #FFF;
            --black: #000;
            --gray: #A2A2A2;
            --light-gray: #EFEFEF;
            --dark-gray: #313131;
            --error: RED;
        }
        .modal-content {
            background: #FFFFFF;
        }
        .modal-content h1,
        .modal-content h2,
        .modal-content h3,
        .modal-content h4,
        .modal-content p {
            color: #000000;
        }
        .property-info-header {
            padding: ;
            background: #FFFFFF;
            border-bottom:  solid ;
        }
            .property-info-header h1 {
                color: ;
            }
        a.button, button {
            background: #A98F33!important;
            color: #fffff!important;
        }
        a.button:hover, button:hover {
            filter: brightness(90%);
        }
        a.cta {
            background: #b08357!important;
            color: #FFF!important;
        }
        .gdpr label {
            color: #000000!important;
        }
        .gdpr label a {
            color: #000000!important;
        }
        .gdpr label a:hover {
            filter: brightness(90%);
        }
    