/*# sourceMappingURL=http://localhost/webbureau2024/App/Service/Templates/MenuDropDown/Css/MenuDropDown.scss.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;
}
.dropdown {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  margin-top: 50px;
  transition: margin-top 0.3s, opacity 0.3s;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .dropdown {
    position: static !important;
  }
}
.dropdown.is-active {
  margin-top: -5px;
  opacity: 1;
  pointer-events: auto;
}
.dropdown .service-menu {
  margin-top: 20px;
  position: relative;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  --custom-color: var(--primary);
  background: #fff;
}
.dropdown .service-menu__group {
  padding: 30px;
}
.dropdown ul.service-menu__group-children {
  display: block !important;
  opacity: 1 !important;
  position: static !important;
  box-shadow: none;
  padding: 5px;
}
