.elementor-headline--style-highlight svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: visible;
}

.elementor-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 10s infinite;
    animation: elementor-headline-dash 10s infinite;
}

.elementor-headline--style-highlight svg path:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }

    15% {
        stroke-dasharray: 1500 1500;
    }

    85% {
        opacity: 1;
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }

    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    };
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
    }

    15% {
        stroke-dasharray: 1500 1500;
    }

    85% {
        opacity: 1;
    }

    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0;
    }

    to {
        stroke-dasharray: 0 1500;
        opacity: 0;
    };
}

.elementor-headline-dynamic-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 0;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
    position: relative;
}

