/*# sourceMappingURL=https://demo.webbureau.nu/vanderhorst2025/Templates/Blocks/WhatsappButton/Css/main.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;
}
.start-whatsapp-conversation, .start-call {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: #ffffff;
  display: flex;
  --custom-color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  z-index: 99999;
}
.start-whatsapp-conversation:hover, .start-call:hover {
  color: #fff;
}
.start-call {
  bottom: 80px;
  right: 15px;
}
