.rt-7744c359-container {
    --rt-speed: 15s;
    --rt-direction: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
}

.rt-7744c359-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rt-7744c359-rotate var(--rt-speed) linear infinite;
    animation-direction: var(--rt-direction);
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
}

.rt-7744c359-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.rt-7744c359-text {
    font-size: 8px; /* fallback base */
    text-transform: uppercase;
}

.rt-7744c359-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.rt-7744c359-icon:not(a) {
    pointer-events: none;
}

.rt-7744c359-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rt-7744c359-icon svg {
    display: block;
}

@keyframes rt-7744c359-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
