
.Loader_loader__2hZcM {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em
}

.Loader_loader__2hZcM .Loader_content__3ee0y {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.Loader_loader__2hZcM .Loader_content__3ee0y .Loader_message__3gxvE {
    color: #888
}

.Loader_loader__2hZcM .Loader_content__3ee0y .Loader_message__3gxvE:after {
    content: " .";
    -webkit-animation: Loader_dots__2kYpX 1s steps(5) infinite;
    animation: Loader_dots__2kYpX 1s steps(5) infinite
}

.Loader_loader__2hZcM .Loader_content__3ee0y .Loader_loading__21jB7 {
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #888 #888 #f3f3f3;
    width: 40px;
    height: 40px;
    -webkit-animation: Loader_spin__1X-nh .7s linear infinite;
    animation: Loader_spin__1X-nh .7s linear infinite
}

@-webkit-keyframes Loader_dots__2kYpX {
    0%, 20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    40% {
        color: #333;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 #333, .5em 0 0 transparent
    }

    80%, to {
        text-shadow: .25em 0 0 #333, .5em 0 0 #333
    }
}

@keyframes Loader_dots__2kYpX {
    0%, 20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    40% {
        color: #333;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent
    }

    60% {
        text-shadow: .25em 0 0 #333, .5em 0 0 transparent
    }

    80%, to {
        text-shadow: .25em 0 0 #333, .5em 0 0 #333
    }
}

@-webkit-keyframes Loader_spin__1X-nh {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes Loader_spin__1X-nh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.memberOnly__buttons {
    margin: 30px 0 100px
}

.memberOnly__buttons button {
    margin: 0 10px
}

/*# sourceMappingURL=1.c902610f.chunk.css.map */