

/* Start:/local/components/delfa72/game.unity.2025/templates/.default/style.css?17654441154386*/
.game__container {
    font-family: 'Montserrat';
}
.page-title.bgg {
    display: none;
}

.section.section-30.bgw.section-content {
    background-color: #F3F6FB;
}

.game__breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.game__breadcrumb a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #BBBDC1;
    margin-left: 6px;
    border: unset !important;
    cursor: pointer;
}

.game__container .game__header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #242424;
    margin: 0;
    margin-bottom: 14px;
}

.game__container .game__author {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #242424;
    margin-bottom: 7px;
}

.game__container .game__direction {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #667EEA;
    margin-bottom: 36px;
}

.game__container .game__frame iframe {
    width: 100%;
    height: 633px;
    border-radius: 19px;
    margin-bottom: 22px;
}

.game__container .game__next-game {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.game__container .game__next-game a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #667EEA;
    cursor: pointer;
}

.game__container .game__next-game a svg {
    cursor: pointer;
}

.game__select-container {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.game__select-container .game {
    width: 97px;
    height: 97px;
    position: relative;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    transition: all 0.25s linear;
}

.game__select-container .game:hover span {
    position: relative;
    z-index: 9;
}

.game__select-container .game::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    border-radius: 19px;
    transition: background-color 0.25s linear;
}

.game__select-container .game:hover::after {
    background-color: rgba(0, 0, 0, 0.53);
}

.game__select-container .game a {
    text-align: center;
}

.game__select-container .game span {
    font-style: normal;
    font-weight: 500;
    font-size: 15.6989px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
}

.game__select-container .game img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 19px;
    border: none;
    background-color: antiquewhite;
    transition: filter 0.3s ease;
}

.game__container .game__banner {
    margin-top: 36px;
    position: relative;
}

.game__container .game__banner img {
    height: auto;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.game__container .game__banner a {
    position: absolute;
    z-index: 3;
    bottom: 27px;
    left: 34px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 82px;
    width: 219px;
    height: 54px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FF761D;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: unset !important;
    padding-left: 43px;
    transition: all 0.4s ease;
}

.game__container .game__banner a:hover {
    background: #FF761D;
    color: #fff;
}

.game__container .game__banner a:hover svg path {
    fill: #FF761D;
}

.game__container .game__banner a:hover svg circle {
    fill: #FFFFFF;
}

.game__container .game__banner svg {
    position: relative;
    right: -4px;
}

section.ups {
    display: none;
}

@media(max-width: 991px) {
    section.game__container {
        display: none;
    }

    section.ups {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* End */
/* /local/components/delfa72/game.unity.2025/templates/.default/style.css?17654441154386 */
