/* Wrapper (you add this manually) */
.wave-wrapper {
position: relative;
width: 100%;
height: calc(100vh + 70px);
min-height: 800px;
overflow: hidden;
background: linear-gradient(187.52deg, #00237D -0.43%, #08044E 52.34%);
}

/* Converted from SCSS */
.wave-wrapper .waves {
position: absolute;
inset: 0;
pointer-events: none;
line-height: 1;
}

/* Canvas fix */
.wave-wrapper .waves canvas {
display: block;
width: 100%;
height: 100%;
}
