.circle-anim {
/*     font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    font-size: clamp(52px, 7.5vw, 96px);
    line-height: 1.4;
    letter-spacing: -3%;
    text-align: center; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
/*     filter: blur(10px); */
    will-change: transform, opacity, filter;
}
body.elementor-editor-active .circle-anim,
body.elementor-editor-preview .circle-anim{
	opacity: 1 !important;
}
.circle-span {
    position: relative;
    display: inline-block;
}
.circle-svg-overlay {
    position: absolute;
    pointer-events: none;
    overflow: visible;
    opacity: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}
.circle-path {
    fill: none;
    stroke: #da7857;
    stroke-linecap: round;
    stroke-linejoin: round;
    will-change: stroke-dashoffset;
}