/**handles:dnext_text_stroke_motion**/
@-webkit-keyframes stroke-offset{to{stroke-dashoffset:-35%}}@keyframes stroke-offset{to{stroke-dashoffset:-35%}}.text_stroke_svg_selector svg{display:block;width:100%;height:auto}.dnxt-text-stroke-animation-text{fill:none;stroke:#fff;stroke-dasharray:6% 29%;stroke-width:5px;stroke-dashoffset:0%;-webkit-animation:stroke-offset 5.5s infinite linear;animation:stroke-offset 5.5s infinite linear;font-size:100px}.dnxt-text-stroke-animation-text:first-child{stroke:#4d163d;-webkit-animation-delay:-1s;animation-delay:-1s}.dnxt-text-stroke-animation-text:nth-child(2){stroke:#840037;-webkit-animation-delay:-2s;animation-delay:-2s}.dnxt-text-stroke-animation-text:nth-child(3){stroke:#bd0034;-webkit-animation-delay:-3s;animation-delay:-3s}.dnxt-text-stroke-animation-text:nth-child(4){stroke:#bd0034;-webkit-animation-delay:-4s;animation-delay:-4s}.dnxt-text-stroke-animation-text:nth-child(5){stroke:#fdb731;-webkit-animation-delay:-5s;animation-delay:-5s}