<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  width: 215px;
}


.main-menu ul {
  min-height: 65px;
}

.main-menu &gt; ul &gt; li {
  display: table-cell;
  float: none;
  max-width: inherit;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

body .main-menu ul li:nth-child(1) a, .main-menu ul li:nth-child(2) a, .main-menu ul li:nth-child(6) a, .main-menu ul li:nth-child(8) a {
  margin-top: 0;
  line-height: inherit !important;

}

body .main-menu ul li.active:nth-child(3) a, .main-menu ul li.active:nth-child(4) a, .main-menu ul li.active:nth-child(5) a, .main-menu ul li.active:nth-child(7) a {
  margin-top: 0;
  line-height: inherit !important;
}

.main-menu ul li a:hover, 
.main-menu ul li.active a, 
.main-menu ul li a.active{
	background-image: url("menu-arrow.svg");
	background-position: bottom 10px center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: inherit;
	background-size: 10px 10px;
}



.main-menu ul li:nth-child(1) a.active, .main-menu ul li:nth-child(1) a:hover, .main-menu ul li:nth-child(1) a::before, .main-menu ul li:nth-child(1) a:active, .main-menu ul li:nth-child(2) a.active, .main-menu ul li:nth-child(2) a:hover, .main-menu ul li:nth-child(6) a.active, .main-menu ul li:nth-child(6) a:hover, .main-menu ul li:nth-child(8) a.active, .main-menu ul li:nth-child(8) a:hover {
  padding-top: 20px;
  padding-bottom: 20px
}


.main-menu &gt; ul &gt; li &gt; a
{
  font-size : 13px;
  text-transform : uppercase;
  color : #333333;
  color : rgb(51, 51, 51);
  letter-spacing: 0;
  min-height: 65px;
  line-height: inherit !important;
  padding-top: 20px;
  padding-bottom: 20px;

}



.header-bg {
  display: table;
  height: 500px;
  width: 100%;
}


.header-bg .vc_column_container {
  display: table-cell;
  float: none;
  vertical-align: middle;
}


.module-footer .wpb_wrapper {
  margin-top: 40px;
}


.module-footer .wpb_wrapper p {
  display: table-cell;
  vertical-align: middle;
}

.module-footer .wpb_wrapper p {
  font-family: "DIN Light";
  font-size : 12px;
  font-weight: normal;
  color : #9AA2A6;
  color : rgb(154, 162, 166);
}

.module-footer .wpb_wrapper p strong
{
  font-family: "DIN Light";
  font-size : 23px;
  font-weight: normal;
  color : #9AA2A6;
  color : rgb(154, 162, 166);
}



@media (min-width:992px) {
.container {
	max-width: 920px;
}
}

@media (min-width:1200px) {
.container {
	max-width: 920px;
}
}</pre></body></html>