/* Scroll Text */
.text-path-container {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.text-path-container svg {
	margin: -1px;
	width: calc(100% + 2px);
}

.text-path-container.position-absolute.bot svg {
    position: absolute;
    bottom: 0;
}

.text-path-container.position-absolute.top svg {
    position: absolute;
    top: 0;
}

.text-path-container .text {
    font-family: "Gelato Typewriter";
    font-size: var(--fs-30);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.text-path-container .text .scroll-text-asterisk {
    padding: 0 15em;
}