.faq .tabContainer{
    position: relative;
}

.faq {
    position: relative;
}

.faq > svg{
    position: absolute;
    left: 0px;
    top: -300px;
    z-index: -1;
}

.faq .Tabcondent.active{
    transform: none !important;
    opacity: 1 !important;
    z-index: 3;
    transition:all ease-in-out 0.6s;
    margin:0 auto;
}
.faq  .table_block_middle_bar{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__title {
    background-clip: unset!important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: white;
    text-align: center;
    margin-bottom: 24px;
}
.faq .game_item img{
    width: 100%;
}
.faq .Tabcondent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: fit-content;
    transform-origin: 0 0;
    transition: opacity .4s,transform .4s;
    opacity: 0;
    transform: translateY(50px);
}

.faq .c-accordion__content p a{
    color: #fff;
}
.faq .c-accordion__content p a{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.faq .c-accordion__content p a:before{
    content: '';
    min-width: 18px;
    min-height: 18px;
    display: inline-block;
}

.faq .c-accordion__content p{
    margin-top: 0;
}
.faq .c-accordion__content{
    margin-top: -6px;
}

.faq .c-accordion__content p:last-of-type{
    margin-bottom: 0;
}
.faq .c-accordion__content p:not(:last-of-type){
    margin-bottom: 20px;
}


@media screen and (max-width: 767px){
    .faq .c-accordion__content p:not(:last-of-type){
        margin-bottom: 10px;
    }
    body .faq .c-accordion__content p{
        font-size: 14px;
    }
    .faq .c-accordion__content p{
        gap: 10px;
    }

    .faq .table_block_middle_bar{
        gap: 16px;
    }
}


body .faq .c-accordion__title:after{
    transition: all 0.5s;
    content: '';
    background: center / cover no-repeat url("/wp-content/uploads/2024/08/ic_round-play-arrow.png");
    width: 28px;
    height: 28px;
    right: 28px;
    transform: translateY(-50%) rotate(180deg);
}
.faq .is-open .c-accordion__title:after{
    transform:translateY(-50%) rotate(0deg);
}
.faq .c-accordion__title{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    padding: 24px 24px 24px 24px;
}

.is-open .c-accordion__title {
    padding: 24px 24px 10px 24px;
}
.faq .c-accordion__content{
    padding: 22px;
    padding-top: 0;
}
.faq .wp-block-pb-accordion-item{
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (max-width: 991px){
    body .faq .c-accordion__title{
        padding: 24px 77px 24px 16px;
        font-size: 18px;
    }
    body .faq .c-accordion__title:after{
        right: 24px;
    }
    body .faq .c-accordion__content{
        padding: 24px 16px;
        padding-top: 0;
    }

    .faq .c-accordion__content {
        font-size: 16px;
    }
}

body .top_tabs_bar{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq .game_item{
    display: flex;
}
.faq .Tabcondent .game_item{
    border-radius: 10px;
    overflow: hidden;
}
.faq .Tabcondent.active{
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}
.faq .tab_nav{
    max-width: max-content;
    display: flex;
    gap: 26px;
    padding: 14px 32px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #1E2B3C;
}
.faq .tab_nav .nav-item.active{
    background: linear-gradient(142deg, #74DF46 0%, #2fc423 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq .top_tabs_bar .nav-item{
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
}
.faq .top_tabs_bar{
    margin-bottom: 48px;
}
@media screen and (max-width: 1200px){
    .faq .tab_nav{
        min-width: 1050px;
    }
    .top_tabs_bar_scroll{
        overflow: scroll;
    }
}
@media screen and (max-width: 1200px){
    .top_tabs_bar_scroll.tg-container{
        max-width: 100%;
    }
}
@media screen and (min-width: 1201px){
    .faq .Tabcondent .game_item{
        flex-basis: calc((100% - 100px) / 6);
    }
}

@media screen and (min-width: 769px) and (max-width: 991px){
    .top_tabs_bar_scroll.tg-container{
        padding-left: calc((100% - 688px) / 2);
        padding-right: calc((100% - 688px) / 2);
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .top_tabs_bar_scroll.tg-container{
        padding-left: calc((100% - 940px) / 2);
        padding-right: calc((100% - 940px) / 2);
    }
}

@media screen and (max-width: 1200px){
    .faq .Tabcondent .game_item{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    body .faq .Tabcondent.active{
        row-gap: 10px;
    }
    .faq .Tabcondent .game_item{
        flex-basis: calc((100% - 40px) / 3);
    }
    .faq .Tabcondent .game_item:nth-child(1),
    .faq .Tabcondent .game_item:nth-child(2),
    .faq .Tabcondent .game_item:nth-child(3),
    .faq .Tabcondent .game_item:nth-child(4),
    .faq .Tabcondent .game_item:nth-child(5),
    .faq .Tabcondent .game_item:nth-child(6){
        display: flex !important;
    }

}
@media screen and (max-width: 767px){
    body .faq .Tabcondent.active{
        row-gap: 10px;
    }
    .faq .Tabcondent .game_item{
        flex-basis: calc((100% - 20px) / 2);
    }
    .faq .Tabcondent .game_item:nth-child(1),
    .faq .Tabcondent .game_item:nth-child(2),
    .faq .Tabcondent .game_item:nth-child(3),
    .faq .Tabcondent .game_item:nth-child(4){
        display: flex;
    }
    .faq .tabContainer.tg-container{
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}

.top_tabs_bar_scroll::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.top_tabs_bar_scroll{
    -ms-overflow-style: none;
}
.top_tabs_bar_scroll{
    overflow: -moz-scrollbars-none;
}
.faq .outline_button::before{
    background: #101218;
    z-index: 2;
}
@media screen and (max-width: 767px){
    body .faq .button_wrap a{
        width: 100%;
        max-width: 320px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .faq .tabContainer.tg-container{
        margin-bottom: 8px;
    }
    body .faq .button_wrap a{
        min-width: 320px;
    }
}
.faq .button_wrap a{
    min-width: 160px;
}
.faq .button_wrap{
    justify-content: center;
}

.decor-none > svg {
    display: none;
}