/* Multiple tabs template */

#blank-page .q_tabs.multiple .tabs-nav {
    padding-top: 10px;
}

#blank-page .q_tabs.multiple .tabs-nav li {
    background-color: #fbfbfb !important;
    border-color: #fbfbfb !important;
    height: 63px;
    min-width: 105px;
}

#blank-page .q_tabs.multiple .tabs-nav li.active,
#blank-page .q_tabs.multiple .tabs-nav li:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    height: 69px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

#blank-page .q_tabs.multiple .tabs-nav li a {
    color: #828282 !important;
    text-transform: initial;
}

#blank-page .q_tabs.multiple .tabs-nav li.active a,
#blank-page .q_tabs.multiple .tabs-nav li:hover a {
    color: #5fc4e1 !important;
    color: var(--main-event-color) !important;
}

@media only screen and (max-width: 768px) {
    #blank-page .q_tabs.multiple .tabs-nav {
        background-color: #fff;
        border: 1px solid #f5f5f5;
        padding-top: 0;
    }
    #blank-page .q_tabs.multiple .tabs-nav li {
        display: none !important;
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #f5f5f5 !important;
        padding: 5px 0;
        margin: 0 24px !important;
        height: auto;
        background-color: #fff !important;
        min-width: unset;
    }
    #blank-page .q_tabs.multiple .tabs-nav li.tabs-visible {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #blank-page .q_tabs.multiple .tabs-nav li:last-child {
        border-bottom: none !important;
    }
    #blank-page .q_tabs.multiple .tabs-nav li:hover,
    #blank-page .q_tabs.multiple .tabs-nav .dropdown-holder {
        background-color: #f5f5f5 !important;
        margin: 0 !important;
        padding: 10px 16px;
        transform: none;
        box-shadow: none;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        border-bottom: none !important;
        width: 100%;
        font-weight: bold;
        color: #5fc4e1 !important;
        color: var(--main-event-color) !important;
    }
    #blank-page .q_tabs.multiple .tabs-nav li:hover a,
    #blank-page .q_tabs.multiple .tabs-nav .dropdown-holder {
        font-size: 16px;
    }
    #blank-page .q_tabs.multiple .tabs-nav .dropdown-holder::after {
        content: '\f107';
        font-family: fontAwesome;
        font-size: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 46px;
        height: 46px;
        background-color: #5fc4e1 !important;
        background-color: var(--main-event-color) !important;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #blank-page .q_tabs.multiple .tabs-nav .dropdown-holder.tabs-visible::after {
        content: '\f106';
    }
    #blank-page .q_tabs.multiple .tabs-nav li.active {
        display: none !important;
    }
}


/* Hall of Fame tabs template */

#blank-page .q_tabs.hof-tabs .tabs-nav {
    border-top: 1px solid #D7B47A;
    border-bottom: 1px solid #D7B47A;
}

#blank-page .q_tabs.hof-tabs .tabs-nav li {
    width: auto;
    background-color: transparent !important;
    border: none !important;
    padding: 0 30px !important;
    margin: 0 !important;
    flex-grow: 1;
    border-radius: 4px;
}

#blank-page .q_tabs.hof-tabs .tabs-nav li a {
    color: #828282;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    transition: .3s ease-in;
}

#blank-page .q_tabs.hof-tabs .tabs-nav li.active {
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}

#blank-page .q_tabs.hof-tabs .tabs-nav li {
    border-radius: 0;
}

@media screen and (min-width: 991px) {
    #blank-page .q_tabs.hof-tabs .tabs-nav li:hover,
    #blank-page .q_tabs.hof-tabs .tabs-nav li.active {
        background: radial-gradient(88.02% 281.52% at 19.03% 119.33%, #C29428 5.89%, #FFDE90 32.81%, #FCEDCC 60.94%, #DCAA33 97.4%) !important;
    }
}

#blank-page .q_tabs.hof-tabs .tabs-nav li a {
    transition: all .5s;
}

#blank-page .q_tabs.hof-tabs .tabs-nav li:hover a,
#blank-page .q_tabs.hof-tabs .tabs-nav li.active a {
    color: #D7B47A !important;
    font-weight: 700 !important;
}

@media screen and (min-width: 991px) {
    #blank-page .q_tabs.hof-tabs .tabs-nav li:hover a,
    #blank-page .q_tabs.hof-tabs .tabs-nav li.active a {
        color: #635126 !important;
        font-weight: 500 !important;
    }
}

#blank-page .q_tabs.hof-tabs .tabs-nav .tabs-nav-background {
    position: absolute;
    width: 25%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
    transition: .3s ease-in;
}

#blank-page .q_tabs.hof-tabs .hof-tabs-arrow {
    display: none;
}

@media only screen and (max-width: 990px) {
    #blank-page .q_tabs.hof-tabs {
        position: relative;
    }
    #blank-page .q_tabs.hof-tabs .sbc-swiper.swiper-container-hof-tabs {
        margin: auto;
        width: 100%;
        padding: 0 40px;
        background-color: #fff;
        margin: 18px 0;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 40px;
        padding: 0;
        margin: 0 auto;
        overflow: visible;
        border-top: none;
        border-bottom: none;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav li {
        padding: 5px 20px;
        margin: 0 !important;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav li.active {
        background-color: transparent !important;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav li::after {
        content: '';
        width: 1px;
        background: rgba(201, 201, 201, 1);
        position: absolute;
        right: 0;
        height: 60%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav li:last-child::after {
        display: none;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav li a {
        font-size: 14px;
        line-height: 16px;
    }
    #blank-page .q_tabs.hof-tabs .hof-tabs-arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        background: var(--main-event-color);
        width: 40px;
        padding: 8px 5px;
        transition: .3s ease-in-out;
        opacity: 1;
        visibility: visible;
        top: 0;
        margin: 0;
        height: 40px;
        cursor: pointer;
        z-index: 100;
    }
    #blank-page .q_tabs.hof-tabs .hof-tabs-left {
        left: 0;
    }
    #blank-page .q_tabs.hof-tabs .hof-tabs-right {
        right: 0;
    }
    #blank-page .q_tabs.hof-tabs .hof-tabs-arrow.swiper-button-disabled {
        background-color: #dadada;
    }
    #blank-page .q_tabs.hof-tabs .hof-tabs-arrow img {
        height: 100%;
    }
    #blank-page .q_tabs.hof-tabs .tabs-nav .tabs-nav-background {
        display: none;
    }
}


/* Awards - categories tabs template */

#blank-page .q_tabs.awards-categories .tabs-nav {
    border-bottom: 1px solid #d7aa40;
}

#blank-page .q_tabs.awards-categories .tabs-nav li {
    background-color: transparent !important;
    border: none;
    padding: 28px 16px;
    transition: .3s ease-in;
    width: 20%;
}

#blank-page .q_tabs.awards-categories .tabs-nav li.active::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #d7aa40;
    position: absolute;
    left: 0;
    bottom: 0;
}

#blank-page .q_tabs.awards-categories .tabs-nav li a {
    color: #828282;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: initial;
}

#blank-page .q_tabs.awards-categories .tabs-nav li.active a,
#blank-page .q_tabs.awards-categories .tabs-nav li:hover a {
    color: #d7aa40 !important;
}

#blank-page .q_tabs.awards-categories .tabs-nav .tabs__hover {
    background-color: #d7aa40;
}

@media only screen and (max-width: 768px) {
    #blank-page .q_tabs.awards-categories .tabs-nav {
        border-bottom: none;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav li {
        width: 49% !important;
        width: calc( 50% - 2px) !important;
        padding: 8px;
        background-color: #ffffff !important;
        margin: 1px !important;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav li.active,
    #blank-page .q_tabs.awards-categories .tabs-nav li:hover {
        background-color: #d7aa40 !important;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav li.active::after {
        display: none;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav li a {
        font-size: 14px;
        line-height: 16px;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav li.active a,
    #blank-page .q_tabs.awards-categories .tabs-nav li:hover a {
        color: #ffffff !important;
    }
    #blank-page .q_tabs.awards-categories .tabs-nav .awards-categories__hover {
        display: none;
    }
}


/* Gallery page - tabs template */

#blank-page .q_tabs.gallery-page .tabs-nav {
    border-bottom: 1px solid #5fc4e1;
    border-bottom-color: var(--main-event-color);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#blank-page .q_tabs.gallery-page .tabs-nav li {
    background-color: transparent !important;
    border: none;
    padding: 20px 10px;
    transition: .3s ease-in;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#blank-page .q_tabs.gallery-page .tabs-nav li.active::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #5fc4e1;
    background-color: var(--main-event-color);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}

#blank-page .q_tabs.gallery-page .tabs-nav li a {
    color: #828282;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    text-transform: initial;
    padding: 0;
}

#blank-page .q_tabs.gallery-page .tabs-nav li.active a,
#blank-page .q_tabs.gallery-page .tabs-nav li:hover a {
    color: #5fc4e1 !important;
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs .tabs-nav .tabs__hover {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#blank-page .q_tabs.gallery-page .tabs-nav .tabs__hover {
    background-color: #5fc4e1;
    background-color: var(--main-event-color);
}


/* Tabs with icon template */

#blank-page .q_tabs.tabs-with-icon .tabs-nav {
    width: calc(100% - 33px);
    left: 17px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    overflow: visible;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li {
    transition: background 0.3s ease-in-out;
    background-color: #F8F8F8 !important;
    border-color: #D3D3D3 !important;
    border-radius: 13px 13px 0px 0px;
    overflow: visible;
    flex-grow: 1;
    width: auto !important;
    min-width: 119px;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li:hover {
    background-color: #fff !important;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li:hover a {
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li:not(:last-of-type) {
    border-right-width: 0;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li.active {
    background-color: #fff !important;
    border-bottom-color: #fff !important;
    box-shadow: 0px 18px 28px rgba(0, 0, 0, 0.09);
    z-index: 1;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 10px;
    background-color: var(--main-event-color);
    border-radius: 13px 13px 0px 0px;
    border: 1px solid var(--main-event-color);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li.active::before,
#blank-page .q_tabs.tabs-with-icon .tabs-nav li:hover::before {
    opacity: 1;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li a {
    color: #D3D3D3 !important;
    display: flex;
    flex-direction: column;
    text-transform: none;
    padding-bottom: 13px;
    font-weight: 700;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li.active a {
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li img {
    height: 34px;
    margin: 31px auto 14px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#blank-page .q_tabs.tabs-with-icon .tabs-nav li.active img,
#blank-page .q_tabs.tabs-with-icon .tabs-nav li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

#blank-page .q_tabs.tabs-with-icon .tabs-container {
    background: #fff;
    border-radius: 13px;
    border: 1px solid #D3D3D3;
    margin-top: -1px;
    padding: 21px 17px 19px;
    box-shadow: 0px 18px 28px rgba(0, 0, 0, 0.09);
}


/* Tabs with bg template */

#blank-page .q_tabs.tabs-with-bg .tabs-nav {
    justify-content: flex-start;
    left: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    overflow: visible;
}

#blank-page .q_tabs.tabs-with-bg .see-more {
    display: none;
}

#blank-page .q_tabs.tabs-with-bg .swiper-container-tabs-with-bg {
    padding: 0 67px 20px;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li {
    background-color: transparent;
    border: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-right: 20px !important;
    width: calc(28% - 20px) !important;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li div {
    height: 100%;
    width: 100%;
    min-height: 158px;
    min-width: 119px;
    transition: background 0.3s ease-in-out;
    justify-content: start;
    padding: 10px;
    align-items: flex-end;
    align-content: flex-end;
    overflow: visible;
    flex-grow: 1;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 3px solid #FFF !important;
    background-size: cover;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li .mobile-title {
    display: none;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li:hover div {
    box-shadow: 0px 0px 0px 4px #9747FF;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li:hover div a {
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li div:not(:last-of-type) {
    border-right-width: 0;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li.active div {
    box-shadow: 0px 0px 0px 4px #9747FF;
    z-index: 1;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li div span {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: flex-start;
    font-family: "neulis-sans", sans-serif;
    margin-bottom: 9px;
    font-size: 9px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 34px;
    background: linear-gradient(90deg, #FF6CC1 -0.06%, #6E29F6 68.01%, #0D041E 136.08%), #FFF;
    width: fit-content;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li div a {
    color: #fff !important;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    align-items: flex-start;
    flex-direction: column;
    text-transform: none;
    text-align: left;
    font-family: "neulis-sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
    padding: 0;
}

#blank-page .q_tabs.tabs-with-bg .tabs-nav li.active div a {
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    transition: .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 100;
    height: 100%;
    width: 60px;
    display: flex;
    background-color: #fff;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-arrow.tabs-with-bg-right {
    justify-content: flex-end;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-left {
    left: 0;
}

#blank-page .q_tabs.tabs-with-bg.tabs-with-bg-right {
    right: 0;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-arrow.sbc-swiper-button-disabled img {
    filter: grayscale(1);
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-arrow img {
    height: 40px;
    margin: auto 0;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-pagination {
    display: flex;
    margin: 0 116px;
    width: calc(100% - 232px);
    height: 3px;
    background-color: #D9D9D9;
    border-radius: 3px;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-pagination span {
    flex: 1 1 0px;
    height: 100%;
    background: transparent;
    border-radius: 3px;
}

#blank-page .q_tabs.tabs-with-bg .tabs-with-bg-pagination span.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #FF6CC1 -0.06%, #6E29F6 68.01%, #0D041E 136.08%);
    margin: 0;
}

@media only screen and (max-width: 990px) {
    #blank-page .q_tabs.gallery-page .tabs-nav .tabs__hover {
        display: none;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav li {
        width: auto !important;
        border-bottom: 1px solid var(--main-event-color);
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav li::after {
        content: '';
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: var(--main-event-color);
        transition: opacity .3s ease;
        opacity: 0;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav li:hover::after {
        opacity: 1;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: visible;
        border-bottom: none;
        margin: 0 auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav::-webkit-scrollbar {
        display: none;
    }
    #blank-page .q_tabs.tabs-with-icon .tabs-container {
        padding: 15px 11px 61px;
    }
    #blank-page .q_tabs.tabs-with-icon .tabs-nav {
        justify-content: flex-start;
        left: 0;
        margin-left: 17px;
        margin-right: -33px;
    }
    #blank-page .q_tabs.tabs-with-icon .tabs-nav li:last-of-type {
        margin-right: 33px !important;
    }
    /*tab with bg */
    #blank-page .q_tabs.tabs-with-bg .tabs-nav {
        left: 0;
    }
    #blank-page .q_tabs.tabs-with-bg .swiper-container-tabs-with-bg {
        padding: 0 10px 20px;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav.swiper-wrapper.disabled {
        transform: translate3d(0px, 0, 0) !important;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-container {
        padding: 15px 11px 61px;
    }
    #blank-page .q_tabs.tabs-with-bg ul.tabs-nav {
        display: flex;
        flex-wrap: wrap !important;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav li {
        width: calc(50% - 10px) !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-right: 5px !important;
        display: none;
    }
    #blank-page .q_tabs.tabs-with-bg .see-more {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: "neulis-sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        border-radius: 20px;
        background: #000;
        padding: 10px 15px;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav-swiper {
        border-bottom: 3px solid #D9D9D9;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav li:last-of-type {
        margin-right: 0 !important;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav li div a {
        display: none;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav li a.mobile-title {
        display: block;
        text-align: left;
        color: #000 !important;
        text-transform: none;
        font-family: "neulis-sans", sans-serif;
        padding: 10px 7px!important;
        font-size: 12px;
        font-weight: 800;
        line-height: normal;
        padding: 0;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-nav li.active a.mobile-title {
        color: var(--main-event-color) !important;
    }
    #blank-page .q_tabs.tabs-with-bg .tabs-with-bg-arrow,
    #blank-page .q_tabs.tabs-with-bg .tabs-with-bg-pagination {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #blank-page .q_tabs.gallery-page .tabs-nav li {
        padding: 10px;
        border-bottom: 1px solid #5fc4e1;
        border-bottom-color: var(--main-event-color);
    }
    #blank-page .q_tabs.gallery-page .tabs-nav li a {
        font-size: 16px;
        line-height: 32px;
    }
    #blank-page .q_tabs.gallery-page .tabs-nav li a {
        margin-top: 26px auto 12px;
        height: 29px;
    }
    #blank-page .q_tabs .tabs-nav.awards-categories .tabs__hover {
        display: none;
    }
}

.q_tabs.horizontal.v2 .tabs-nav li a {
    border-radius: 6px 6px 0 0 !important;
    height: 100% !important;
}

#blank-page .q_tabs.horizontal.v2 ul {
    display: flex;
    height: 50px !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0 !important;
}

#blank-page .q_tabs.horizontal.v2 li:not(.active) {
    -webkit-transition: height .1s linear !important;
    -o-transition: height .1s linear !important;
    transition: height .1s linear !important;
}

#blank-page .q_tabs.horizontal.v2 .tabs-nav li:not(.active):hover {
    height: 48px !important;
    -webkit-transition: height .1s linear !important;
    -o-transition: height .1s linear !important;
    transition: height .1s linear !important;
}

#blank-page .q_tabs.horizontal.v2 li {
    all: initial !important;
    background-color: white !important;
    border-radius: 8px 8px 0 0 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    flex-grow: 1 !important;
}

#blank-page .q_tabs.horizontal.v2 li:first-child {
    margin-left: 0 !important;
}

#blank-page .q_tabs.horizontal.v2 li:last-child {
    margin-right: 0 !important;
}

#blank-page .q_tabs.horizontal.v2 a:link,
#blank-page .q_tabs.horizontal.v2 a:visited {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#blank-page .q_tabs.horizontal.v2 li a {
    color: var(--main-event-color) !important;
    background-color: #f8f8f8 !important;
    text-align: center;
}

#blank-page .q_tabs.horizontal.v2 li.active,
#blank-page .q_tabs.horizontal.v2 li.active a {
    color: #828282 !important;
    font-weight: bold !important;
    background-color: #fff !important;
}

#blank-page .q_tabs.horizontal.v2 li a:hover {
    font-weight: normal !important;
}

#blank-page .q_tabs.horizontal.v2 li.active a:hover {
    font-weight: bold !important;
}

#blank-page .q_tabs.horizontal.v2 .tabs-nav li.active a {
    color: var(--main-event-color) !important;
}

#blank-page .q_tabs.horizontal.v2 .tabs-nav li {
    height: 40px !important;
    flex-basis: 0 !important;
}

#blank-page .q_tabs.horizontal.v2 .tabs-nav li.active {
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3) !important;
    height: 50px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#blank-page .q_tabs.horizontal.v2 .tabs-container {
    padding-top: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (max-width: 1091px) {
    #blank-page .q_tabs.horizontal.v2 li {
        width: 205px !important;
    }
}

@media (max-width: 657px) {
    #blank-page .q_tabs.horizontal.v2 li {
        all: initial !important;
        background-color: #fff !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        width: auto !important;
        flex-grow: 1 !important;
    }
}

@media (max-width: 470px) {
    #blank-page .q_tabs.horizontal.v2 li {
        margin-left: 2px !important;
        margin-right: 2px !important;
        height: inherit !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    #blank-page .q_tabs.horizontal.v2 ul {
        height: 50px !important;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    #blank-page .q_tabs.horizontal.v2 .tabs-nav li.active {
        background-color: #fff !important;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3) !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        height: inherit !important;
    }
    #blank-page .q_tabs.horizontal.v2 li a {
        font-size: 12px !important;
        height: 100% !important;
    }
}

@media (max-width: 415px) {
    #blank-page .two-tabs .q_tabs.horizontal.v2 li {
        max-width: 50% !important;
    }
    #blank-page .q_tabs.horizontal.v2 li {
        max-width: 33% !important;
    }
    /*
        Optional for mobile for longer tabs names. It needs to add some indicator that its scrollable container with tabs.
      
      #blank-page .q_tabs.horizontal.v2 li {
            min-width: 33% !important;
        }
      
      .q_tabs.horizontal.v2 .tabs-nav{
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
    /*
        scrollbar-width: none;  /* Firefox */
    /*
        flex-direction: column;
        overflow-x: visible;
      }
      
      .q_tabs.horizontal.v2 .tabs-nav::-webkit-scrollbar{
        display: none;  /* Safari and Chrome */
    /*
      }

      */
}

.q_tabs.horizontal .wpb_tabs_heading_wrapper {
    width: 100%;
    padding-bottom: 62px;
    padding-top: 62px;
}

.q_tabs.horizontal.v2 .wpb_tabs_heading_wrapper {
    background-color: #e6e6e6;
    padding-bottom: 112px;
}

.q_tabs.horizontal .wpb_heading.wpb_tabs_heading {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
}

.q_tabs.horizontal .wpb_tabs_subtitle {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    color: #4a4a4a;
}

@media (max-width: 800px) {
    .q_tabs.horizontal.v2 .wpb_tabs_heading_wrapper {
        font-size: 20px;
        padding-top: 24px;
        padding-bottom: 68px;
    }
    .q_tabs.horizontal.v2 .wpb_tabs_heading {
        font-size: 20px;
        line-height: normal;
    }
    .q_tabs.horizontal.v2 .wpb_tabs_subtitle {
        margin-top: 10px;
        font-size: 14px;
    }
    .q_tabs.horizontal.v2 .tabs-nav {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

.q_tabs.horizontal.v2 .tabs-nav {
    margin-top: -50px !important;
    background-color: transparent;
}

.q_tabs.v3 {
    margin-top: -49px;
    background-color: transparent;
}

.q_tabs.horizontal.v3 .tabs-nav {
    display: flex;
    flex-wrap: nowrap;
}

#blank-page .q_tabs.v3 .tabs-nav li {
    flex-basis: auto;
    width: auto;
    flex-grow: 0;
    flex-shrink: 1;
    background: transparent;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 5px 5px 0 0;
}

#blank-page .q_tabs.v3 .tabs-nav li:hover {
    background: rgba(255, 255, 255, 0.30);
}

#blank-page .q_tabs.v3 .tabs-nav li.active {
    box-shadow: none;
}

#blank-page .q_tabs.v3 .tabs-nav li a {
    white-space: nowrap;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
}

#blank-page .q_tabs.v3 .tabs-nav li:hover a,
#blank-page .q_tabs.v3 .tabs-nav li.active a {
    font-weight: 700; 
}

@media screen and (max-width: 991px) {
    #blank-page .swiper-container-v3{
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .q_tabs.horizontal.v3 .tabs-nav {
        justify-content: start;
    }
    .q_tabs.v3 {
        margin-top: -46px;
    }
}