/* Start custom CSS for html, class: .elementor-element-b10d093 */.zigzag {
    position: absolute;
    top: 0;
    left: 25px;
}
.zigzag svg {
    height: 650px;
}
.zigzag.active .zigzagpath { stroke-dasharray: 2000; stroke-dashoffset: 2000; animation: zigzag 2s linear forwards; animation-iteration-count: 1;animation-delay: .5s;}
@keyframes zigzag {
  to {
    stroke-dashoffset: 0;
  }
}
.zigzag.active .zigzagdasharray{
    stroke-dasharray: 11,11;
}
.zigzag #zigzagarrow{
    opacity: 0;
}
.zigzag.active #zigzagarrow{animation: arrow .5s linear forwards; opacity:0; animation-delay: 2.5s;}
@keyframes zigzagarrow {
  to {
    opacity: 1;
  }
}/* End custom CSS */