.elementor-widget-text_scroll_direction {

}

.text-scroll-direction {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.text-scroll-direction__marquee {
    /* border-bottom: 1px solid; */
    font-size: clamp(4.5rem, 3.64rem + 4.29vw, 9rem);
    font-weight: 700;
    height: auto;
    /* min-height: 1.2em; */
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    --outline-color: transparent;
    text-shadow: none;
}

.text-scroll-direction__marquee:last-child {
    margin-bottom: 5% !important;
}

.text-scroll-direction__track {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
}

.text-scroll-direction__track-inner {
    position: relative;
    display: inline-block;
    transform-origin: center;
    line-height: inherit;
    /* padding: 0.1em 0; */
}

.text-scroll-direction__track-inner strong,
.text-scroll-direction__track-inner b {
    font-weight: inherit;
}

.text-scroll-direction__track-inner em,
.text-scroll-direction__track-inner i {
    font-style: italic;
}

.text-scroll-direction__track-inner a {
    color: inherit;
    text-decoration: underline;
}

.text-scroll-direction__track-inner img {
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: auto;
    margin: 0 0.25em;
}

.text-scroll-direction__track-inner * {
    display: inline;
    vertical-align: baseline;
}

.text-scroll-direction.style_1 .-focus {
    font-weight: 900;
    text-shadow: inherit;
}

.text-scroll-direction__wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.text-scroll-direction__marquee:last-child {
    /* margin-bottom: 0; */
}
 

.heading-gradient {
    background-image: linear-gradient(59.94deg, #0032A2, #335bb5 43.81%, #6684c8 53.81%, #faaf40 100%, #0032a3);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    -webkit-text-fill-color: transparent;
}

.text-scroll-direction.style_1 .-focus .heading-gradient {
    background-image: linear-gradient(59.94deg, #0032A2, #335bb5 43.81%, #6684c8 53.81%, #faaf40 100%, #0032a3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-scroll-direction__marquee .heading-gradient {
    text-shadow: none;
    -webkit-text-stroke: 0px transparent;
    outline: 0px transparent;
}