.heart #line{fill:none;stroke:var(--primary);stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1;stroke-dashoffset:1px;animation:3s linear infinite dash}.heart #point{fill:none;stroke:var(--primary);stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:.1;stroke-opacity:1;stroke-dasharray:.0001 .9999;stroke-dashoffset:1px;animation:3s linear infinite dash}@keyframes dash{0%{stroke-dashoffset:1px}80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}
