@font-face {
    font-family: __storeFont_d74960;
    src: url(../media/42cbe77eee9e7152-s.p.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: __storeFont_Fallback_d74960;
    src: local("Arial");
    ascent-override: 77.76%;
    descent-override: 21.84%;
    line-gap-override: 7.86%;
    size-adjust: 114.46%
}

.__className_d74960 {
    font-family: __storeFont_d74960, __storeFont_Fallback_d74960
}

.text-vip {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
    color: #000119;
    font-size: 3vmin;
    font-weight: 700;
    letter-spacing: .125em;
    padding: .03125em;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: .0625em
}

.glitch-text {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    animation: glitch 2s infinite
}

@keyframes glitch {
    0%,
    to {
        transform: translate(0)
    }
    20% {
        transform: translate(-2px, 2px)
    }
    40% {
        transform: translate(2px, -2px)
    }
    60% {
        transform: translate(-1px, 1px)
    }
    80% {
        transform: translate(1px, -1px)
    }
}