<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html { height: 100%; min-height: 100%; }
body { height: 100%; min-height: 100%; overflow-x: hidden; font-weight: 400; font-size: 16px; line-height: 1.5em; background: #ffffff; color: #303030; }
body.ov_hidden { overflow: hidden; }
@media only screen and (max-width: 767px) {
	body { font-size: 16px; }
}

header { z-index: 10; position: relative; }
main { z-index: 1; position: relative; }
footer { } 

h1 { margin-bottom: 1rem; } 
h2 { margin-bottom: 1rem; }
h3 { margin-bottom: 1rem; }
h4 { margin-bottom: 1.5rem; }
h5 { margin-bottom: 1rem; }
h6 { margin-bottom: 1rem; }

a {  }
a:hover { text-decoration: none; }
p { margin-bottom: 1em; }
div { position: relative; }
img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); backface-visibility: hidden; transform: translateZ(0); }

ul { margin-bottom: 1em; }
ul li { }

ol { margin-bottom: 1em; }
ol li {}

b, strong { font-weight: bold; }

dl.row { margin-right: 0; margin-left: 0; }
dd { margin-bottom: 0; }

.accordion, figure, .blockquote, .btn { margin-bottom: 1em; }

/* Button bootstrap classes */
.btn-primary { background-color: #525973; border-color: #525973; color: #ffffff; border-radius: 4px; }
.btn-primary:hover { background-color: #5d647c; border-color: #5d647c; }

.btn-primary.focus, .btn-primary:focus { box-shadow: none;  }
.btn-primary.active, .btn-primary:active { box-shadow: none!important; background-color: #a72b43!important; border-color: #a72b43!important; }

/* Custom */
.overlay { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

.cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

.menuicon { display: none; position: absolute; right: 25px; top: 30px;  width: 25px; height: 25px; margin: -2px 0 0 0; transition: 0ms; }
.menuicon .line { width: 25px; height: 2px; background: #ffffff; position: absolute; }
.menuicon .line:nth-of-type(1) { top: 0px; }
.menuicon .line:nth-of-type(2) { top: 8px; }
.menuicon .line:nth-of-type(3) { top: 16px; }
.menuicon.active .line:nth-of-type(1) { top: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.menuicon.active .line:nth-of-type(2) { opacity: 0.0; visibility: hidden; }
.menuicon.active .line:nth-of-type(3) { top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media only screen and (max-width: 767px) {
	.menuicon { display: block; }
}

/* ----------------------------------------------------
--------------------- container -----------------------
---------------------------------------------------- */

.container {
    max-width: 960px;
    /* padding: 0 15px; */
    padding: 0 33px;
}

@media only screen and (max-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media only screen and (max-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media only screen and (max-width: 576px) {
	.container {
		max-width: 540px;
	}
}

/* ----------------------------------------------------
---------------------- width_x ------------------------
---------------------------------------------------- */

/* default sizes:
	480px   Extra small         .width_extrasmall
	640px   Small               .width_small
	800px   Medium              .width_medium
	960px   Normal          	.width_normal
	1120px  Large               .width_large
	1280px 	Extra large         .width_extralarge
	1600px 	Super large         .width_superlarge
	100%    Full               	.width_full
*/

.width_extrasmall { max-width: 480px; padding: 0 40px; }
.width_small { max-width: 640px; padding: 0 40px; }
.width_medium { max-width: 800px; padding: 0 40px; }
.width_normal { max-width: 960px; padding: 0 40px; }
.width_large { max-width: 1120px; padding: 0 40px; }
.width_extralarge { max-width: 1280px; padding: 0 40px; }
.width_superlarge { max-width: 1600px; padding: 0 40px; }
.width_full { padding: 0 40px; }
.width_full_complete { padding: 0; }

@media only screen and (max-width: 1024px) {
	.width_extrasmall { padding: 0 30px; }
	.width_small { padding: 0 30px; }
	.width_medium { padding: 0 30px; }
	.width_normal { padding: 0 30px; }
	.width_large { padding: 0 30px; }
	.width_extralarge { padding: 0 30px; }
	.width_superlarge { padding: 0 30px; }
	.width_full { padding: 0 30px; }
}

@media only screen and (max-width: 767px) {
	.width_extrasmall { padding: 0 20px; }
	.width_small { padding: 0 20px; }
	.width_medium { padding: 0 20px; }
	.width_normal { padding: 0 20px; }
	.width_large { padding: 0 20px; }
	.width_extralarge { padding: 0 20px; }
	.width_superlarge { padding: 0 20px; }
	.width_full { padding: 0 20px; }
}

/* ----------------------------------------------------
---------- plugin_customcontainer_content_x -----------
---------------------------------------------------- */

/* default sizes:
	480px   Extra small         .plugin_customcontainer_content_extrasmall
	640px   Small               .plugin_customcontainer_content_small
	800px   Medium              .plugin_customcontainer_content_medium
	960px   Normal          	.plugin_customcontainer_content_normal
	1120px  Large               .plugin_customcontainer_content_large
	1280px 	Extra large         .plugin_customcontainer_content_extralarge
	1600px 	Super large         .plugin_customcontainer_content_superlarge
	100%    Full               	.plugin_customcontainer_content_full
*/


.plugin_customcontainer_content_extrasmall {
    max-width: 480px;
    padding: 0 40px;
}
.plugin_customcontainer_content_small {
    max-width: 640px;
    padding: 0 40px;
}
.plugin_customcontainer_content_medium {
    max-width: 800px;
    padding: 0 40px;
}
.plugin_customcontainer_content_normal {
    max-width: 960px;
    padding: 0 40px;
}
.plugin_customcontainer_content_large {
    max-width: 1120px;
    padding: 0 40px;
}
.plugin_customcontainer_content_extralarge {
    max-width: 1280px;
    padding: 0 40px;
}
.plugin_customcontainer_content_superlarge {
    max-width: 1600px;
    padding: 0 40px;
}
.plugin_customcontainer_content_full {
	padding: 0 40px;
}

.plugin_customcontainer &gt; .bg-primary div {
	color:#ffffff;
}

@media only screen and (max-width: 1024px) {
	.plugin_customcontainer_content_extrasmall {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_small {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_medium {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_normal {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_large {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_extralarge {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_superlarge {
		padding: 0 30px;
	}
	.plugin_customcontainer_content_full {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.plugin_customcontainer_content_extrasmall {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_small {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_medium {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_normal {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_large {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_extralarge {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_superlarge {
		padding: 0 20px;
	}
	.plugin_customcontainer_content_full {
		padding: 0 20px;
	}
}

/* ----------------------------------------------------
--------------------- navigation ----------------------
---------------------------------------------------- */

header {
  margin-bottom:30px;
}

.nav-bar {
  height: 70px; /* 566px */
  z-index:200;
  background: #525973; /* #6c757d */
}
 
.nav-bar &gt; .nav-container &gt; .sub {
  position: absolute;
  padding-left: 20px;
  float: left;
  text-transform: uppercase;
  font-size: 1.0em;
}
 
.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker {
  float: left;
  text-transform: uppercase;
  font-size: 1.0em;
  margin-left:35px;
  margin-top:24px;
}

/* ----------------------------------------------------
--------------- navigation languagepicker -------------
---------------------------------------------------- */


.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav {
	
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown {
	
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; a {
	color: #ffffff !important;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6em;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; .dropdown-menu {
  min-width: 0 !important;
}
  
.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; a, 
.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; button {
  font-size: 14px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; ul {
  position: absolute;
  top: 18px;
  border-radius: 0px;
  left: 0px;
  list-style: none;
  padding: 0px 0px;
  box-shadow: 0;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; ul &gt; li {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; ul &gt; li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.nav-bar &gt; .nav-container &gt; .sub &gt; .language_picker &gt; .nav &gt; .dropdown &gt; ul &gt; li &gt; a {
  text-decoration: none;
  display: block;
  color: black
}

/* ----------------------------------------------------
------------------- navigation brand ------------------
---------------------------------------------------- */

.nav-bar .brand {
  float: left;
  line-height: 65px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.nav-bar .brand a img {
	max-height: 32px;
}
.nav-bar .brand a,
.nav-bar .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-bar .nav-container {
  max-width: 100%;
  margin: 0 auto;
  padding-left:35px;
  padding-right:35px;
}
 
.nav-bar nav {
  float: right;
}
.nav-bar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-bar nav ul li {
  float: left;
  position: relative;
}

.nav-bar nav ul li a,
.nav-bar nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #525973; /* #6c757d */
  color: #ffffff;
  font-weight:200;
  text-decoration: none;
			outline:none !important;
			outline-width: 0 !important;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
}
.nav-bar nav ul li a:hover,
.nav-bar nav ul li a:visited:hover {
  background: #5d647c; /* #999999 */
  color: #ffffff;
}
.nav-bar nav ul li a:not(:only-child):after,
.nav-bar nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
.nav-bar nav ul li ul li {
  min-width: 190px;
}
.nav-bar nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
/* -------------------------------- */

.nav-bar &gt; .nav-container nav &gt; ul &gt; li &gt; a {
	font-weight:300;
	/* letter-spacing:0.08em; */
	
}
 
.nav-bar &gt; .nav-container nav &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	font-weight:300;
	/* letter-spacing:0.08em; */
}

.nav-bar &gt; .nav-container nav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	font-weight:300;
	/* letter-spacing:0.08em; */
}

/* -------------------------------- */

.nav-bar &gt; .nav-container nav &gt; ul &gt; .active &gt; a {
	font-weight:bold;
	/* letter-spacing:0px; */
}
  
.nav-bar &gt; .nav-container nav &gt; ul &gt; li &gt; ul &gt; .active &gt; a {
	font-weight:bold;
	/* letter-spacing:0px; */
}

.nav-bar &gt; .nav-container nav &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; .active &gt; a {
	font-weight:bold;
	/* letter-spacing:0px; */
}

/* -------------------------------- */

.nav-bar .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
}

.nav-bar .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #525973; /* #6c757d */
  height: 70px;
  width: 70px;
}
 
@media only screen and (max-width: 798px) {
  .nav-bar .nav-mobile {
	display: block;
  }
  .nav-bar .nav-container {
	padding-left:5px;
	padding-right:5px;
  }
  .nav-bar .brand {
	padding-left: 5px;
  }
  .nav-bar nav {
	width: 100%;
	padding: 70px 0 0;
  }
  .nav-bar nav ul {
	display: none;
  }
  .nav-bar nav ul li {
	float: none;
  }
  .nav-bar nav ul li a {
	padding: 15px;
	line-height: 20px;
	padding-left: 5%;
	 
  }
  .nav-bar nav ul li ul li a {
	padding-left: 10%;
  }
  
  .nav-bar nav ul li ul li ul li a {
	padding-left: 15%;
  }
 
  .nav-bar .nav-dropdown {
	position: static;
  }
	.nav-bar .brand a img {
		max-height: 35px;
		margin-top: 0px;
	}
}
@media screen and (min-width: 799px) {
  .nav-bar .nav-list {
	display: block !important;
  }
}
.nav-bar #nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
	
.nav-bar #nav-toggle span,
.nav-bar #nav-toggle span:before,
.nav-bar #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
.nav-bar #nav-toggle span:before {
  top: -10px;
}
.nav-bar #nav-toggle span:after {
  bottom: -10px;
}
.nav-bar #nav-toggle.active span {
  background-color: transparent;
}
.nav-bar #nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
.nav-bar #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-bar #nav-toggle.active span:after {
  transform: rotate(-45deg);
}	


/* ----------------------------------------------------
-------------------------------------------------------
---------------------------------------------------- */</pre></body></html>