.dm_wave_brush { overflow:visible!important; }
.dm-wave-anchor {position:relative; width:100%;}
.dm-wave-surface {display:block;position:relative;box-sizing:border-box;height:var(--dm-height-desktop,70px);width:100%;max-width:none!important;pointer-events:none;}
.dm-wave-surface[data-full-width="on"] {width:var(--dm-viewport,100vw);margin-left:var(--dm-offset,calc(50% - 50vw));}
.dm-wave-surface svg {display:block;width:100%;height:100%;max-width:none;overflow:hidden;transform:scale(var(--dm-flip-x,1),var(--dm-flip-y,1));}
@media (max-width:980px) {.dm-wave-surface {height:var(--dm-height-tablet,var(--dm-height-desktop,70px));}}
@media (max-width:767px) {.dm-wave-surface {height:var(--dm-height-phone,var(--dm-height-tablet,var(--dm-height-desktop,70px)));}}
