@media (min-width:1000px) {}

@media (min-width:1000px) {}

@-webkit-keyframes flipTop-3d37764e {
    0% {
        transform: rotateX(0deg);
        z-index: 2
    }

    0%,
    99% {
        opacity: 1
    }

    to {
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@keyframes flipTop-3d37764e {
    0% {
        transform: rotateX(0deg);
        z-index: 2
    }

    0%,
    99% {
        opacity: 1
    }

    to {
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipBottom-3d37764e {

    0%,
    50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: rotateX(0deg);
        z-index: 5
    }
}

@keyframes flipBottom-3d37764e {

    0%,
    50% {
        z-index: -1;
        transform: rotateX(90deg);
        opacity: 0
    }

    51% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: rotateX(0deg);
        z-index: 5
    }
}


.sf-hidden {
    display: none !important
}


img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.gameHover {
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgb(35 20 82 / .6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: .25s all ease-in-out;
}
.gameHover svg {
    height: auto;
}
.gameHover .text-ne-mint {
    color: rgb(81 205 203 / 1);
    margin-top: 20px;
    display: block;
}
.game-card-small:hover .gameHover {
    opacity: 1;
}

.textSeo {
    margin: 50px 0 100px;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 30px;
    margin-top: 40px;
    line-height: 1.3;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 700px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 550px) {
    .headerLang {
        display: none;
    }
    .headerRight {
        display: flex;
        flex-wrap: nowrap;
    }
    .headerRight > a:nth-child(1) > button {
        margin-right: 10px;
    }
}
@media (max-width: 450px) {
    .headerRight > a > button {
        padding: 0 10px;
    }
    .headerContainer {
        padding: 0 10px;
    }
    .headerBurger {
        margin-right: 10px;
    }
}