.style-module__1_wULG__border-cut {
    padding: 16px;
    position: relative;
    overflow: hidden
}

.style-module__1_wULG__border-cut:before {
    content: "";
    clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
    z-index: -1;
    background: #333;
    position: absolute;
    inset: 0
}

.style-module__1_wULG__withBorder:before {
    clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
    background-color: #98ff19
}

.style-module__1_wULG__border-cut .style-module__1_wULG__inner-background {
    background: var(--background);
    clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
    z-index: -1;
    position: absolute;
    inset: 1px
}

.style-module__1_wULG__border-cut .style-module__1_wULG__blur-layer {
    clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
    z-index: -1;
    background-image: url(../media/blur-bg.21a3c2e0.png);
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 1px
}

.style-module__RIWU-W__btn {
    clip-path: polygon(100% 8px,100% 100%,8px 100%,0 calc(100% - 8px),0 0,calc(100% - 8px) 0);
    border: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding: 9px 15px;
    font-size: 15px;
    transition: all .4s ease-out;
    display: flex;
    position: relative
}

.style-module__RIWU-W__btn[data-clip-size=large] {
    clip-path: polygon(100% 15px,100% 100%,15px 100%,0 calc(100% - 15px),0 0,calc(100% - 15px) 0)
}

.style-module__RIWU-W__btn:before {
    content: "";
    z-index: -1;
    clip-path: polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px),0 0,1px 1px,1px calc(100% - 16px),8px calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) 8px,calc(100% - 8px) 1px,1px 1px);
    position: absolute;
    inset: -1px
}

.style-module__RIWU-W__btn[data-clip-size=large]:before {
    clip-path: polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px),0 0,1px 1px,1px calc(100% - 30px),15px calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) 15px,calc(100% - 15px) 1px,1px 1px)
}

@keyframes style-module__IcYTKG__marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

.style-module__IcYTKG__animateMarquee {
    animation: 30s linear infinite style-module__IcYTKG__marquee
}

.style-module__tJkERG__loader {
    border: 4px solid #0000;
    border-radius: .9rem;
    width: 100%;
    height: 8px;
    padding: 1px;
    position: relative
}

.style-module__tJkERG__loader:before {
    content: "";
    border: 1px solid #ffffff4d;
    border-radius: .9rem;
    position: absolute;
    inset: -4px
}

.style-module__tJkERG__loaderBar {
    background: #98ff19;
    border-radius: .9rem;
    width: 0;
    animation: 2s linear infinite style-module__tJkERG__borealisBar;
    position: absolute;
    inset: 0 100% 0 0
}

@keyframes style-module__tJkERG__borealisBar {
    0% {
        width: 0%;
        left: 0%;
        right: 100%
    }

    10% {
        width: 25%;
        left: 0%;
        right: 75%
    }

    90% {
        width: 25%;
        left: 75%;
        right: 0%
    }

    to {
        width: 0%;
        left: 100%;
        right: 0%
    }
}
