/* Footer/Footer top */
.footer-top.bg--secondary {
  background-color: #f3f3f3;
}

#footer p,
#footer p span {
  color: rgb(185 185 185 / 1);
}

#footer .region p {
  margin-block-end: 0;
}

#footer .region p + p {
  margin-block-start: .75rem;
}

.footer_first ul.nav {
  columns: 2;
  gap: 2rem;
}

@media (max-width: 767px) {
  .footer_first ul.nav {
    columns: 1;
    gap: 0;
  }
}

.footer_fourth {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.footer__wbenc-logo {
  color: white;
}

.footer__wbenc-logo svg {
  max-width: 175px;
  height: auto;
}

.footer__wbenc-logo svg path {
  fill: currentColor;
}

.footer__wbenc-logo img {
  max-width: 50%;
  height: auto;
}

@media (max-width: 1199px) {
  .footer-top.bg--secondary .row {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  .footer-top.bg--secondary .row div + div {
    margin-block-start: 3rem;
  }
}

@media (max-width: 1199px) {
  .footer_second,
  .footer_third,
  .footer_fourth {
    margin-block-start: 3rem;
    padding-block-start: 3rem;
    border-block-start: 1px solid rgb(65 65 65);
  }
  
  .footer_fourth {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .footer_first {
    width: calc((20% * 2) - 0px);
  }
  
  .footer_second,
  .footer_third,
  .footer_fourth {
    width: calc((20% * 1) - 0px);
  }
  
  .footer_third {
    border-inline-start: 1px solid rgb(125 125 125 / 1);
  }
  
  .footer_third .block-inner {
    /*padding-inline-start: 1rem;*/
  }
}

#footer ul.nav > li > a {
  color: rgb(185 185 185 / 1);
  padding: 0;
}

#footer ul.nav > li > a:hover, #footer ul.nav > li > a:focus {
  color: white;
  background-color: transparent;
}

#footer ul.nav > li + li {
  margin-block-start: .5rem;
}
/* END Footer/Footer top */