#jb_template .z-n1 {
    z-index: -1 !important;
}

#jb_template .z-0 {
    z-index: 0 !important;
}

#jb_template .z-1 {
    z-index: 1 !important;
}

#jb_template .z-2 {
    z-index: 2 !important;
}

#jb_template .z-3 {
    z-index: 3 !important;
}


#jb_template .element-invisible {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}