.bn-tabs .tab-item img{display:block;margin:auto}.bn-tabs .tab-item img.tab-item-image--hover,.bn-tabs .tab-item.tab-item--active img:not(.tab-item-image--no-hover),.bn-tabs .tab-item:is(:hover,:focus) img:not(.tab-item-image--no-hover){display:none}.bn-tabs .tab-item.tab-item--active img.tab-item-image--hover,.bn-tabs .tab-item:is(:hover,:focus) img.tab-item-image--hover{display:block}.bn-tabs .tab-item.tab-item--active,.bn-tabs .tab-item:is(:hover,:focus){color:var(--hover_color)}.bn-tabs .tabs-container{align-items:end;flex-wrap:nowrap;gap:30px;padding:30px 75px 0;text-align:center}.bn-tabs .tab-content{padding:1.75rem}.bn-tabs .bn-tabs__container{overflow-x:hidden;width:100%}.bn-tabs .tab-item{background:transparent;border:none;color:var(--default_color);cursor:pointer;padding:0 16px 16px;position:relative;transition:.25s ease}.bn-tabs .tab-item .tab_label{font-weight:600}.bn-tabs .tab-item:after{background:var(--default_color);bottom:-1px;content:"";display:block;height:1px;left:0;position:absolute;transition:.25s ease;width:100%}.bn-tabs .tab-item.tab-item--active:after,.bn-tabs .tab-item:is(:hover,:focus):after{background:var(--hover_color)}.bn-tabs .heading-wrapper .heading:last-child{margin-bottom:0}@media screen and (max-width:991px){.bn-tabs{background:transparent}.bn-tabs .tab-item{background:none;height:inherit;padding:0 10px 10px;text-wrap:nowrap}.bn-tabs .tabs-container{gap:20px;justify-content:flex-start!important;overflow-x:scroll;overflow-y:hidden;padding:30px 15px 0}.bn-tabs .tab-item:first-child{padding-left:14px}.bn-tabs .tab-image{order:-1}}