html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 20px; }
img { max-width: 100%; }
button, [data-print], .openBtn { cursor: pointer; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible { outline: 2px solid #1689d8; outline-offset: 4px; }
.fa-map-marker-alt:before { content: "\f041"; }
.fa-mobile-alt:before { content: "\f10b"; }
.fa-pen:before, .fa-pen-alt:before { content: "\f040"; }
.fa-facebook-f:before { content: "\f09a"; }
@media print {
  [data-print], .btn-print, .download_print_buttons { display: none !important; }
  html, body { background: white !important; height: auto !important; overflow: visible !important; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
