<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/roboto/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.light {
  font-family: 'Roboto';
  font-weight: 300;
}
.regular {
  font-family: 'Roboto';
  font-weight: 400;
}
.medium {
  font-family: 'Roboto';
  font-weight: 500;
}
.semibold {
  font-family: 'Roboto';
  font-weight: 600;
}
.bold {
  font-family: 'Roboto';
  font-weight: 700;
}
.extrabold {
  font-family: 'Roboto';
  font-weight: 800;
}
.black {
  font-family: 'Roboto';
  font-weight: 900;
}
.title {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  border-left: thick solid #fca704;
}
@media all and (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 30px;
  }
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 800;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #fca704;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #fcc504;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media all and (max-width: 500px) {
  body {
    padding-top: 69px;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1170px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  color: #000000 !important;
  padding: 10px 30px;
  display: inline-block;
  background-color: #fca704;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas,
.button .fal {
  font-size: 16px;
  margin-left: 20px;
}
.button:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background: #fcc504 none !important;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #fca704 !important;
}
.button--inverse {
  background: none !important;
  color: #000000 !important;
  text-decoration: none;
  border: thin solid #000000;
}
.button--inverse .fas,
.button--inverse .far {
  margin-right: 6px;
}
.button--inverse:hover {
  border-color: #000000;
  color: #fcc504 !important;
  background: #000000 !important;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block &gt; .wrap {
  padding: 70px 0;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block &gt; .wrap {
    padding: 30px 0;
  }
}
.block-top__meta {
  color: #c1cad1;
  display: block;
  margin-top: 4px;
}
.block__info {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block__info:after {
  content: "";
  height: 2px;
  background-color: #fca704;
  width: 70px;
  display: block;
  right: -90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__title:after,
.block__title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
}
.block__title:after {
  right: -180px;
}
.block__title:before {
  left: -180px;
}
.block__top {
  margin-bottom: 30px;
}
.block__top h2,
.block__top h3 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  border-left: thick solid #fca704;
}
@media all and (max-width: 767px) {
  .block__top h2,
  .block__top h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.gdc_row {
  margin-bottom: 0;
}
.main {
  /*h1 {
      font-size: 70px; 
      line-height: 76px;
      position: relative;
      margin-bottom: 40px;
      text-transform: uppercase;

      @media @normal, @tablet {
        font-size: 40px;
        line-height: 46px;
      }

      @media @mobile {
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
      }

    }*/
}
.main .button + .button {
  margin-left: 20px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h2 {
  font-family: 'Roboto';
  font-weight: 900;
  display: inline-block;
  padding-left: 20px;
  border-left: thick solid #fca704;
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 700;
  }
}
.main h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fca704;
  font-weight: 300;
  text-transform: uppercase;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul &gt; li {
  padding-left: 26px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul &gt; li:before {
  content: "";
  display: block;
  width: 14px;
  height: 0;
  position: absolute;
  left: 0;
  top: 9px;
  border-bottom: thick solid #fca704;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol &gt; li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol &gt; li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #fca704;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
.main table tr {
  background-color: #ffffff !important;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px 14px;
  background-color: #fca704;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 6px 14px;
  color: #000000;
  border: 1px solid #f0f0f0;
  font-weight: 500;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main ul.gallery,
.main .ngg-galleryoverview {
  *zoom: 1;
  margin-top: 40px;
}
.main ul.gallery:before,
.main .ngg-galleryoverview:before,
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  content: "";
  display: table;
}
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  clear: both;
}
.main ul.gallery &gt; li,
.main .ngg-galleryoverview &gt; li,
.main ul.gallery .ngg-gallery-thumbnail-box,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  text-align: left;
  width: 23.02%;
  margin-right: 2.63%;
  margin-bottom: 20px;
  float: left;
  padding-left: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery &gt; li,
  .main .ngg-galleryoverview &gt; li,
  .main ul.gallery .ngg-gallery-thumbnail-box,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 48.68% !important;
  }
}
.main ul.gallery &gt; li:nth-child(4n+4),
.main .ngg-galleryoverview &gt; li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0;
}
.main ul.gallery &gt; li a,
.main .ngg-galleryoverview &gt; li a,
.main ul.gallery .ngg-gallery-thumbnail-box a,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main ul.gallery &gt; li a:after,
.main .ngg-galleryoverview &gt; li a:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main ul.gallery &gt; li a:after,
  .main .ngg-galleryoverview &gt; li a:after,
  .main ul.gallery .ngg-gallery-thumbnail-box a:after,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
    display: none !important;
  }
}
.main ul.gallery &gt; li a:before,
.main .ngg-galleryoverview &gt; li a:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
  content: "";
  background: url(../images/icons/icon-zoom.png) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main ul.gallery &gt; li a:before,
  .main .ngg-galleryoverview &gt; li a:before,
  .main ul.gallery .ngg-gallery-thumbnail-box a:before,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
    display: none !important;
  }
}
.main ul.gallery &gt; li:nth-child(4n+4),
.main .ngg-galleryoverview &gt; li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery &gt; li:nth-child(even),
  .main .ngg-galleryoverview &gt; li:nth-child(even),
  .main ul.gallery .ngg-gallery-thumbnail-box:nth-child(even),
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(even) {
    margin-right: 0 !important;
  }
}
.main ul.gallery &gt; li:before,
.main .ngg-galleryoverview &gt; li:before,
.main ul.gallery .ngg-gallery-thumbnail-box:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:before {
  display: none !important;
}
.main ul.gallery &gt; li a:hover,
.main .ngg-galleryoverview &gt; li a:hover,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main ul.gallery &gt; li a:hover:after,
.main .ngg-galleryoverview &gt; li a:hover:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:after,
.main ul.gallery &gt; li a:hover:before,
.main .ngg-galleryoverview &gt; li a:hover:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:before {
  display: block;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .main .gallery p {
    display: none !important;
  }
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #fca704;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main .wpcf7 {
  margin-top: 50px;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #000000;
  border: thin solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #fca704;
}
.main textarea {
  padding: 20px;
  height: 210px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  background: none #fca704;
  border: none;
  color: #000000;
  font-family: 'Roboto';
  height: 48px;
  text-align: center;
  font-size: 15px;
  padding: 0 20px;
  text-transform: none;
  font-weight: bold;
  margin: 20px auto 0 auto;
  width: 200px;
  display: block;
  text-transform: uppercase;
}
.main input[type=submit]:hover {
  background-color: #fcc504;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .wpcf7-acceptance {
  text-align: center;
  display: block;
}
.main .wpcf7-acceptance span {
  display: block;
}
.main .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.main .wpcf7-acceptance input[type=radio],
.main .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.main .wpcf7-acceptance label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}
.main .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.main .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #000000;
  background-color: #fca704;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #fca704;
}
.main .noul {
  margin: 0;
}
.main .noul li {
  padding-left: 0;
}
.main .noul li:before {
  display: none;
}
.servicelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .servicelist {
    display: block;
  }
}
.servicelist .item {
  height: 360px;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .servicelist .item {
    width: 100% !important;
    height: 150px;
  }
}
.servicelist .item--width {
  /*width: 50%;*/
}
.servicelist .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist .item:before {
    display: none !important;
  }
}
.servicelist .item:hover:before {
  opacity: 0;
}
.servicelist .item:hover .item__title {
  color: #000000;
  background-color: #fcc504;
  padding-right: 10%;
}
.servicelist .item:hover .item__bg {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.servicelist .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .servicelist .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: initial;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.servicelist .item__more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.servicelist .item__title {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  display: block;
  color: #fcc504;
  background-color: #000000;
  padding: 10px 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (max-width: 767px) {
  .servicelist .item__title {
    position: relative;
    bottom: 0;
  }
}
@media all and (max-width: 450px) {
  .servicelist .item__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.servicelist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.clientlist {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.clientlist .item {
  text-align: center;
}
.clientlist .item__logo {
  text-align: center;
  display: block;
  line-height: 100px;
}
.clientlist .item__logo:hover img {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  opacity: 1;
}
.clientlist .item__logo img {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 170px;
  max-height: 60px;
  width: auto !important;
  opacity: 0.50;
  display: inline-block !important;
  vertical-align: middle !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-nav {
  text-align: left !important;
  width: 100%;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .owl-nav {
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    width: 100px;
    text-align: center !important;
    position: relative;
    margin-top: 30px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.owl-nav button {
  font-size: 0 !important;
  width: 10px !important;
  height: 49px !important;
  color: #ffffff !important;
  outline: none !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav button:hover {
  color: #fca704 !important;
}
.owl-nav .owl-prev {
  left: -20px;
  background: url(../images/arr-left.png) 0 0 no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .owl-nav .owl-prev {
    float: left;
  }
}
.owl-nav .owl-next {
  right: -20px;
  background: url(../images/arr-right.png) 0 0 no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .owl-nav .owl-next {
    float: right;
  }
}
#clients {
  border-top: thin solid rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #clients {
    margin-bottom: 30px;
  }
}
.showcase__page {
  position: relative;
  background: #ffffff;
  color: #fca704;
}
.showcase__page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  display: block;
  height: 100%;
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  z-index: 2;
}
.showcase__page .wrap {
  padding: 150px 0 50px 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 500px) {
  .showcase__page .wrap {
    padding: 50px 0;
  }
}
.showcase__page h1 {
  display: inline-block;
  background-color: #fca704;
  color: #ffffff;
  padding: 6px 8px;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contactbox {
  *zoom: 1;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contact {
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .contact__left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .contact__right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.contact__right .rowex {
  *zoom: 1;
}
.contact__right .rowex:before,
.contact__right .rowex:after {
  content: "";
  display: table;
}
.contact__right .rowex:after {
  clear: both;
}
.contact__right .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .contact__right .half {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.contact__right .fa {
  color: #fca704;
}
.contact__right .contact__info {
  display: block;
  padding-left: 24px;
  position: relative;
}
.contact__right .contact__info .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#map iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
@media all and (max-width: 767px) {
  #map iframe {
    height: 250px !important;
  }
}
.boxlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .boxlist {
    display: block;
  }
}
.boxlist .item {
  position: relative;
  overflow: hidden;
  border: thin solid #000000;
  padding: 40px;
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .boxlist .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.boxlist .item:nth-child(even) {
  margin-right: 0;
}
.boxlist .item:hover {
  border-color: #fca704;
}
.boxlist .item__title {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  border-left: thick solid #fca704;
}
@media all and (max-width: 767px) {
  .boxlist .item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.boxlist .item__perex p {
  margin-bottom: 0;
}
.boxlist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
ul.shearer {
  font-size: 0;
  position: relative;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: thin solid #ddd;
  padding-left: 80px;
}
ul.shearer:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "SdĂ­let na:";
  font-size: 14px;
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 24px 0 0;
}
ul.shearer a {
  color: #000000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.shearer a:hover {
  color: #fca704;
}
.line {
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: thin solid #000000;
  margin: 20px 0;
}
.main.welcome h2 {
  font-family: 'Roboto';
  font-weight: 900;
  margin-top: 0;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #fca704 !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #fcc504 !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
@media all and (max-width: 400px) {
  #clients .block__top {
    text-align: left;
  }
}
/* ------------------ HEADER ----------------*/
.header {
  position: relative;
}
@media all and (max-width: 500px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
}
.header:before,
.header:after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  display: block;
  border-bottom: thick solid transparent;
}
.header:before {
  left: 0;
  border-color: #000000;
}
.header:after {
  right: 0;
  border-color: #fcc504;
}
.header .wrap {
  padding: 24px 0 20px 0;
}
a.logo {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 119px;
  height: 50px;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 119px 50px;
  background-size: 119px 50px;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 3%;
  }
}
.headercontact {
  float: right;
  *zoom: 1;
  margin-bottom: 20px;
}
.headercontact:before,
.headercontact:after {
  content: "";
  display: table;
}
.headercontact:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .headercontact {
    display: none;
  }
}
.headercontact .item {
  float: left;
  color: #999;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: 14px;
}
.headercontact .item__2, .headercontact .item__3 {
  margin-left: 20px;
  padding-left: 19px;
  border-left: thin solid rgba(0, 0, 0, 0.2);
}
.headercontact a {
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background-color: #000000;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.footer .wrap {
  padding: 40px 0;
  font-size: 0;
}
.footer p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.footer a {
  color: #fcc504;
  text-decoration: underline;
  font-family: 'Roboto';
  font-weight: 700;
}
.footer a:hover {
  color: #fca704;
  text-decoration: underline;
}
.col {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 25%;
}
@media all and (max-width: 767px) {
  .col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 400px) {
  .col {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.col p {
  margin-bottom: 20px;
}
.col p:last-of-type {
  margin-bottom: 0;
}
.col__title {
  font-size: 15px;
  line-height: 24px;
  display: block;
  color: #fcc504;
  margin-bottom: 30px;
  text-transform: uppercase;
}
ul.footer-menu li {
  margin-bottom: 4px;
}
ul.footer-menu li:last-child {
  margin-bottom: 0;
}
ul.footer-menu a {
  font-family: 'Roboto';
  font-weight: 700;
}
.cta {
  background-color: #000000;
  border-bottom: thin solid #fcc504;
  color: #fcc504;
}
.cta .wrap {
  padding: 40px 0;
}
.cta__left {
  float: left;
  margin-top: 6px;
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  border-left: thick solid #fca704;
}
@media all and (max-width: 767px) {
  .cta__left {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 850px) {
  .cta__left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    border: none;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }
}
.cta__left .fas,
.cta__left .far {
  margin-right: 14px;
}
.cta__right {
  float: right;
}
@media all and (max-width: 850px) {
  .cta__right {
    float: none;
    text-align: center;
  }
}
.cta__right .button {
  margin-top: 0;
  background-color: #fcc504 !important;
}
.cta__right .button:hover {
  background-color: #fca704 !important;
}
.copyright {
  background-color: #000000;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  border-top: thin solid #fcc504;
}
.copyright .wrap {
  padding: 14px 0;
}
.copyright p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  margin-top: 4px;
  float: right;
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
@media all and (max-width: 500px) {
  #toogle-menu {
    margin-top: 0;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 1px;
  border-bottom: medium solid #000000;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: right;
  clear: both;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
    margin-left: 0;
  }
}
.main-menu &gt; li {
  position: relative;
  float: left;
  margin-left: 30px;
}
@media all and (min-width: 990px) and (max-width: 1190px) {
  .main-menu &gt; li {
    margin-left: 10px;
  }
}
.main-menu &gt; li:first-child {
  margin-left: 0;
}
.main-menu &gt; li:last-child {
  padding-right: 0;
}
.main-menu &gt; li:last-child:after {
  display: none;
}
.main-menu &gt; li:last-child &gt; a {
  padding-right: 0;
}
.main-menu &gt; li:hover &gt; a {
  text-decoration: none;
  color: #fca704;
}
.main-menu &gt; li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu &gt; li:hover.menu-item-has-children &gt; a:before {
  color: #fca704;
}
.main-menu &gt; li.menu-item-has-children &gt; a {
  padding-right: 28px;
}
.main-menu &gt; li.menu-item-has-children &gt; a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #fca704;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu &gt; li.menu-item-has-children &gt; a:before {
    display: none;
  }
}
.main-menu &gt; li.current-menu-item &gt; a,
.main-menu &gt; li.current-category-ancestor &gt; a,
.main-menu &gt; li.current-post-ancestor &gt; a,
.main-menu &gt; li.current-page-ancestor &gt; a,
.main-menu &gt; li.current-menu-parent &gt; a {
  text-decoration: none;
  color: #fca704;
}
.main-menu &gt; li &gt; a {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  position: relative;
  font-family: 'Roboto';
  font-weight: 700;
}
@media all and (min-width: 990px) and (max-width: 1190px) {
  .main-menu &gt; li &gt; a {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-menu &gt; li &gt; a:hover {
  text-decoration: none;
  color: #fca704;
}
.main-menu #menu-item-140 .sub-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu #menu-item-143 .sub-menu {
  top: initial;
  bottom: 0;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #fca704;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu &gt; li,
.top-menu .sub-menu &gt; li {
  position: relative;
}
.main-menu .sub-menu &gt; li:last-child &gt; a,
.top-menu .sub-menu &gt; li:last-child &gt; a {
  border-bottom: none;
}
.main-menu .sub-menu &gt; li:hover &gt; .sub-menu,
.top-menu .sub-menu &gt; li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu &gt; li:hover &gt; a,
.top-menu .sub-menu &gt; li:hover &gt; a {
  color: #fcc504;
  background-color: #000000;
}
.main-menu .sub-menu &gt; li:hover &gt; a:after,
.top-menu .sub-menu &gt; li:hover &gt; a:after {
  display: none;
}
.main-menu .sub-menu &gt; li.menu-item-has-children &gt; a,
.top-menu .sub-menu &gt; li.menu-item-has-children &gt; a {
  padding-right: 28px;
}
.main-menu .sub-menu &gt; li.menu-item-has-children &gt; a:before,
.top-menu .sub-menu &gt; li.menu-item-has-children &gt; a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  color: #fca704;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu .sub-menu &gt; li.menu-item-has-children &gt; a:before,
  .top-menu .sub-menu &gt; li.menu-item-has-children &gt; a:before {
    display: none;
  }
}
.main-menu .sub-menu &gt; li.current-menu-item,
.top-menu .sub-menu &gt; li.current-menu-item,
.main-menu .sub-menu &gt; li .current-menu-item,
.top-menu .sub-menu &gt; li .current-menu-item {
  color: #fcc504 !important;
  background-color: #000000;
  text-decoration: none;
}
.main-menu .sub-menu &gt; li.current-menu-item &gt; a,
.top-menu .sub-menu &gt; li.current-menu-item &gt; a,
.main-menu .sub-menu &gt; li .current-menu-item &gt; a,
.top-menu .sub-menu &gt; li .current-menu-item &gt; a {
  color: #fcc504 !important;
  background-color: #000000;
}
.main-menu .sub-menu &gt; li &gt; a,
.top-menu .sub-menu &gt; li &gt; a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-weight: 400;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
}
.main-menu .sub-menu &gt; li &gt; a:hover,
.top-menu .sub-menu &gt; li &gt; a:hover {
  color: #fcc504;
  background-color: #000000;
  text-decoration: none;
}
.main-menu .sub-menu &gt; li .sub-menu,
.top-menu .sub-menu &gt; li .sub-menu {
  left: 100%;
  top: 0;
  background-color: #e49703;
}
.main-menu .sub-menu &gt; li .sub-menu a:hover,
.top-menu .sub-menu &gt; li .sub-menu a:hover {
  background-color: #cb8602;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #fca704;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 105px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow: auto;
}
.header.active .main-menu &gt; li,
.menu.active .main-menu &gt; li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu &gt; li:hover .sub-menu,
.menu.active .main-menu &gt; li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu &gt; li .sub-menu,
.menu.active .main-menu &gt; li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header.active .main-menu &gt; li .sub-menu.show,
.menu.active .main-menu &gt; li .sub-menu.show {
  background-color: #fcc504;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu &gt; li .sub-menu.show &gt; li.current-menu-item &gt; a:hover,
.menu.active .main-menu &gt; li .sub-menu.show &gt; li.current-menu-item &gt; a:hover,
.header.active .main-menu &gt; li .sub-menu.show &gt; li .current-menu-item &gt; a:hover,
.menu.active .main-menu &gt; li .sub-menu.show &gt; li .current-menu-item &gt; a:hover {
  color: #000000 !important;
  background: #fcc504 !important;
}
.header.active .main-menu &gt; li .sub-menu.show &gt; li &gt; a,
.menu.active .main-menu &gt; li .sub-menu.show &gt; li &gt; a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  color: #000000;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
.header.active .main-menu &gt; li .sub-menu.show &gt; li &gt; a:hover,
.menu.active .main-menu &gt; li .sub-menu.show &gt; li &gt; a:hover {
  background-color: #fcc504;
}
.header.active .main-menu &gt; li &gt; .nav-click,
.menu.active .main-menu &gt; li &gt; .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: #000000;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu &gt; li &gt; .nav-click:before,
.menu.active .main-menu &gt; li &gt; .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #fca704;
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu &gt; li.current-menu-item &gt; a,
.menu.active .main-menu &gt; li.current-menu-item &gt; a {
  color: #000000;
}
.header.active .main-menu &gt; li.current-menu-item &gt; a:hover,
.menu.active .main-menu &gt; li.current-menu-item &gt; a:hover {
  color: #000000;
}
.header.active .main-menu &gt; li a:after,
.menu.active .main-menu &gt; li a:after {
  display: none;
}
.header.active .main-menu &gt; li &gt; a,
.menu.active .main-menu &gt; li &gt; a {
  padding: 20px 10px;
  color: #000000;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Roboto';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu &gt; li &gt; a:hover,
.menu.active .main-menu &gt; li &gt; a:hover {
  background: none !important;
}
</pre></body></html>