:root {
	    --primary: #719bd1;
	    --primary-200: #4f709b;
	    --primary--200: #4f709b;	
	--primary-100: #4f709b;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    font-family: "Font Awesome 7 Pro" !important;
}

@media (prefers-reduced-motion: reduce) {
  *{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
}
.skip-link:focus{
  left:10px;
  top:10px;
  z-index:9999;
  background:#fff;
  color:#000;
  padding:10px;
}
