.acq-tabs{
display:grid !important;
gap:20px;
grid-template-columns: 1fr;
}



.acq-tabs .gb-tabs__buttons .gb-tabs__button{
    
    width:180px;
    /* border: 1px solid #444444; */
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
    padding:20px;
    margin-left:-5px;
}

.tab-numbers > div{
     /* width:180px; */
}


.acq-tabs .gb-tabs__buttons .gb-tabs__button:first-child{
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.acq-tabs .gb-tabs__buttons .gb-tabs__button:last-child{
   margin-right:8px;
}

.acq-tabs .gb-tabs__buttons{
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}


/* ---------- */
.tab-numbers,
.tab-buttons {
    scrollbar-width: none; /* Firefox */
}

.tab-numbers::-webkit-scrollbar,
.tab-buttons::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tab-buttons .gb-block-is-current{
    border:none;
}

.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
margin-top:0 !important;
}

/* ---- */
@media(max-width:768px){
    .acq-tabs{
    grid-template-columns: 1fr 1fr; 
    
    }

    .acq-tabs > :nth-child(3) {
        grid-column:1 / 3;
    }

    .acq-tabs .gb-tabs__buttons{
    clip-path: polygon(0 0, 100% 0, 100% 96.5%, 50% 100%, 0 96.5%) !important;
    }
    .tab-numbers{
        flex-direction: column;
    }
    .tab-buttons{
        flex-direction: column;
        background-color: white;
        border-left:5px solid var(--base-3)!important;
        border: 5px solid var(--base-3);
        padding: 0 !important;
        width: 180px;
       
    }

    .acq-tabs .gb-tabs__buttons .gb-tabs__button{
        clip-path: none;
        height:114px;
    }

    .acq-tabs .gb-tabs__buttons .gb-tabs__button, .acq-tabs .gb-tabs__buttons .gb-tabs__button:first-child{
        clip-path: polygon(0 0, 50% 18%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        height:114px;
         margin-top: -25px;
    }

    .tab-numbers{
        padding:0 !important;
        padding-top:15px !important
    }

    .tab-numbers > div{
        min-width:unset;
        min-height: 114px;
    }

    .acq-tabs .gb-tabs__buttons .gb-tabs__button {
        width:unset;
       clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%);
        margin-top: -22px;
            }

            .acq-tabs .gb-tabs__buttons .gb-tabs__button:last-child {
                margin-right: 0 !important;
            }
}

/* @media(max-width:480px){
.tab-buttons,
.acq-tabs .gb-tabs__buttons .gb-tabs__button,
.acq-tabs .gb-tabs__buttons .gb-tabs__button:first-child{
    width:unset;
}
} */