<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
:root {
    --blue: #5FA4DD;
    --blue-light: #9CBDD7;
    --dark-blue: #096AB4;
    --highlight: #0054C9;
    --orange:  #f4645a;
}

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/poppins-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


[data-plugin-gdpr-wrapper] {
    opacity: 0;
    transition: ease opacity 300ms;
}

[data-plugin-gdpr-wrapper].show {
    opacity: 1;
}

body {
	font-size:  16px;
}

h1 {
	font-size: 2.6em;
}

h3 {
    font-weight: bold;
    color:  var(--highlight);
}

@media (min-width: 992px) {
h1 {
	font-size: 4.6em;
}
}


.call-to-action-content {
    text-align: left !important;
}


#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav &gt; ul &gt; li &gt; a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav &gt; ul &gt; li &gt; a {
    color: var(--dark-blue);
}
}


@media (min-width: 992px) {
.sticky-header-active #header .header-nav.header-nav-links:not(.header-nav-light-text) nav &gt; ul &gt; li &gt; a, .sticky-header-active #header .header-nav.header-nav-line:not(.header-nav-light-text) nav &gt; ul &gt; li &gt; a {
    color: #fff;
}
}


@media (min-width: 992px) {
#header .header-nav.header-nav-links nav &gt; ul:not(:hover) &gt; li &gt; a.active {
    color: #f4645a;
}
}

html:not(.sticky-header-active) #header .header-nav.header-nav-links nav &gt; ul li:hover &gt; a, html:not(.sticky-header-active) #header .header-nav.header-nav-links nav &gt; ul li:focus &gt; a, html:not(.sticky-header-active) #header .header-nav.header-nav-links nav &gt; ul li:active &gt; a {
    color: var(--blue-light) !important;
    opacity: 0.7;
}


html:not(.sticky-header-active) #header .header-nav.header-nav-links nav &gt; ul li &gt; a.active {
    color: var(--blue-light) !important;
    opacity: 0.7;
}


html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
    border-bottom: 0px;
}

.custom-background-style-1:after {

    background: url(/images/11.jpg);
    opacity: 0.4;

}

#footer {
    background:  var(--blue);
}

html .bg-color-primary, html .bg-primary {
    background-color: var(--blue);
}

html .bg-color-secondary, html .bg-secondary {
    background-color: var(--blue-light) !important;
}




html .text-color-dark, html .text-dark {
    color: var(--dark-blue)  !important;
}</pre></body></html>