@keyframes outline{0%{stroke-dashoffset:2000;fill:transparent}to{stroke-dashoffset:0;fill:rgba(20,20,20,.25)}}@keyframes line{0%{stroke-dashoffset:400;opacity:0}50%{stroke-dashoffset:-271;opacity:1}to{stroke-dashoffset:126;opacity:1}}@keyframes lineside{0%,to{stroke-dashoffset:400;opacity:0}50%{stroke-dashoffset:-271;opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}#restau_doodle{position:relative;display:flex}#restau_doodle svg rect{fill:none;stroke:#fafafa;stroke-width:8px;stroke-dasharray:2000;stroke-dashoffset:2000;animation:5s outline 1 forwards}#restau_doodle svg line{stroke:#fafafa;stroke-dasharray:400;stroke-dashoffset:400}#restau_doodle svg image,#restau_doodle svg line{animation:4s line 1 forwards;animation-delay:2s}#restau_doodle svg .halfsplitimg{animation-delay:5s}#restau_doodle svg .sidelines{stroke:#fafafa;stroke-dasharray:400;stroke-dashoffset:400;animation:4s lineside 1 forwards;animation-delay:3s}#restau_doodle svg #title{fill:#fafafa;opacity:0;animation:3s fade 1 forwards;animation-delay:6s;stroke:#a3a3a3}