.ba-wrapper-1a924487 {
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
}
.ba-img-after-1a924487 {
    width: 100%;
    display: block;
}
.ba-img-before-1a924487 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    clip-path: inset(0 50% 0 0);
}
.ba-slider-1a924487 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
}
.ba-handle-1a924487 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    z-index: 1;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.ba-handle-btn-1a924487 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.ba-handle-btn-1a924487::before,
.ba-handle-btn-1a924487::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.ba-handle-btn-1a924487::before {
    border-width: 5px 6px 5px 0;
    border-color: transparent #333 transparent transparent;
    margin-right: 2px;
}
.ba-handle-btn-1a924487::after {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #333;
    margin-left: 2px;
}
.ba-label-1a924487 {
    position: absolute;
    top: 20px;
    padding: 5px 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}
.ba-label-before-1a924487 { left: 20px; }
.ba-label-after-1a924487 { right: 20px; }