.divider{height:0;z-index:5}.divider_shape{overflow:hidden;position:relative;width:100%}.divider_shape svg{height:100%;position:absolute;top:0;transform:translateX(-50%)}.divider_shape svg .dashed{stroke-dasharray:10}.divider_shape svg .path{stroke-dasharray:1000;stroke-dashoffset:0}.animate-line{animation-delay:0s;animation-duration:2s;animation-fill-mode:both;animation-iteration-count:1;animation-name:dash;animation-timing-function:linear}.animate-dot-1{animation-delay:.1s;animation-fill-mode:both;animation-iteration-count:1;animation-timing-function:linear}.animate-dot-1,.animate-dot-2{animation-duration:.1s;animation-name:dot;opacity:0}.animate-dot-2{animation-delay:1s;animation-fill-mode:both;animation-iteration-count:1;animation-timing-function:linear}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dot{0%{opacity:0}to{opacity:1}}.shape-divider-editor{align-items:center;background:repeating-linear-gradient(45deg,#393646,#393646 10px,#4f4557 0,#4f4557 20px);display:flex;height:35px;justify-content:center;position:absolute;text-align:center;top:50%;width:100%}.shape-divider-editor span{color:#fff;font-weight:700}.rotate-180{transform:rotate(180deg)}.relative{position:relative}