/*# sourceMappingURL=http://localhost/eethuisima2025/Templates/Pages/Footer/Css/main.less.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
footer {
  padding: 50px 0 0px;
  --h5-margin: 10px;
  --h5-font-size: 20px;
}
footer a:hover {
  --custom-color:var(--primary);
}
@media (min-width: 692px) {
  footer .button-box {
    float: right;
  }
}
footer .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 692px) {
  footer .row {
    flex-direction: column;
  }
}
footer .row a + a {
  margin-left: 15px;
}
footer section:not(.footer__cta) {
  --icon-color: var(--primary);
  --custom-color: #fff;
  padding-top: 0px;
  background-color: var(--footer-background);
  padding-bottom: 100px;
}
@media (max-width: 692px) {
  footer section:not(.footer__cta) .text-block {
    text-align: center;
  }
}
footer nav.vertical ul li:before {
  color: var(--primary);
}
footer svg {
  height: auto;
}
footer svg g path, footer svg g text {
  fill: #fff !important;
}
