.home_banner {
    background: #000000;
    margin-top: -88px;
}

.z-header {
    background: none;
}

.z-header.scroll {
    background: #000000;
}

.home_banner .home_banner_image img {
    width: 770px;
}
.home_banner .home_banner_image img.mobile_banner {
    display: none;
}
.home_banner .banner_text {
    color: #fff;
    font-size: 30px;
}

.home_banner .banner_text span {
    font-size: 14px;
}

.home_banner .home_select_game {
    gap: 16px;
    margin-top: -108px;
}

.home_banner .home_select_game .items {
    color: #fff;
    text-align: center;
    font-size: 17px;
    width: 108px;
    height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home_banner .home_select_game .items:hover,
.home_banner .home_select_game .items.active {
    background: #1C7DF6;
    border-radius: 15px 15px 0px 0px;
}

.home_banner .home_select_game .items img {
    width: 32px;
    margin-bottom: 5px;
}

.home_gift_cards {
    margin: 48px 0 0;
}

.home_gift_cards .gift_cards_device {
    display: none;
}

.home_gift_cards .gift_cards_device.active {
    display: block;
}

.home_gift_cards .gift_title {
    margin-bottom: 16px;
}

.home_gift_cards .gift_title h3 {
    font-size: 24px;
}

.home_gift_cards .gift_title a {
    height: 26px;
    background: #F3F3F3;
    border-radius: 30px 30px 30px 30px;
    font-size: 12px;
    padding: 0 8px;
}
.home_gift_cards .gift_title a:hover {
    background: #1C7DF6;
    color: #fff;
}