<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /*--si-font-sans-serif: "Inter", sans-serif;*/
}

.text-theme { color: #7239ea !important; }
.company-title-text { font-family: Manrope,sans-serif; font-weight: 900; }
.company-title-text &gt; span { color: #7239ea !important; }
.company-title-text:before { content: " "; }
.company-title-text:after { content: ". "; }
.whitespace-nowrap { white-space: nowrap; }
.rellax i.position-absolute { left: 0; margin-top: 0.2rem; }
#cookies_consent { position: fixed; left: 0; bottom: 0; right: 0; z-index: 10;}
.fa-fw-2 { width: 1.25em; text-align:center; }
.fw-600 { font-weight: 600; }
.was-validated :valid:not(:required):not(.btn):not([type="checkbox"]), .is-valid:not(:required):not(.btn):not([type="checkbox"]) { border-color: #d4d7e5 !important; background-image: none; }
.grecaptcha-badge { visibility: hidden !important; }
.logo-format { position: relative; color: transparent; }
.logo-format::before { position: absolute; content: "emplo"; left: 0; color: #000000; }
.dark-mode .logo-format::before  { color: #FFFFFF; }
.logo-format::after { content: "houselaw"; right: 0; color: #7239ea; position: absolute; }
.navbar-dark .offcanvas { background-color: var(--si-navbar-stuck-bg); }
.navbar-dark .offcanvas-header .offcanvas-title { color: var(--si-navbar-color); }
.navbar-dark .offcanvas-header .btn-close { filter: invert(1) grayscale(100%) brightness(200%); }
.copy-links a { display: inline-block; font-weight: 400; opacity: 0.8; padding: 0; }
.copy-links a:hover { opacity: 1; }
.copy-links a + a { margin-left: 0.5rem;}
.copy-links a + a::before { content: "Â·"; margin-right: 0.5rem; }
.navbar-brand &gt; span { display: inline-block; text-align: right; line-height: 1.25rem; position: relative; top: 0.45rem;}
.service-card { text-decoration: none; transition: all 0.4s ease; }
.service-card * { text-decoration: none; }
.service-card:hover { color: #FFFFFF; background-color: #7239ea; }
.service-card:hover .card-body { color: #FFFFFF; }
.service-card .card-body .h5 {  transition: all .4s ease; }
.service-card:hover .card-body .h5 { color: #FFFFFF; }
.service-card .card-body .card-icon { transition: all .4s ease; color: #7239ea;  }
.service-card:hover .card-body .card-icon { color: #FFFFFF; }
.industry-link { text-decoration: none; }
.industry-link .industry-square { background-color: #f3f6ff; transition: all 0.4s ease; }
.industry-link .industry-square i { color: #7239ea; transition: all 0.4s ease; }
.industry-link .industry-text { color: var(--si-gray-900); transition: all 0.4s ease; }
.industry-link:hover { text-decoration: none;  }
.industry-link:hover .industry-square { background-color: #7239ea; }
.industry-link:hover .industry-square i { color: #FFFFFF; }
.industry-link:hover .industry-text h3 { color: #7239ea; }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-brand { padding: 0; margin: 0 0 15px; }
}</pre></body></html>