#digital-reloadable-mastercard{
    position: absolute;
    top: 700px;
}
#control-pay{
    position: absolute;
    top: -1400px;
}
#eftpos-cards{
    position: absolute;
    top: 900px;
}
#retail-egift-cards{
    position: absolute;
    top: 900px;
}
.zoom-item-anchors .anchor{
    top:calc(-360px + calc(var(--item-index) * 1200px)) ;
    width: 100%;
    height: 10px;
}
@media screen and (max-width: 1200px){

    #digital-reloadable-mastercard{
        position: absolute;
        top: 900px;
    }
    #control-pay{
        top: -1150px;
    }
    #eftpos-cards{
        top: 1200px;
    }
}
@media screen and (max-width: 991px){
    .zoom-reveal-items .anchor{
        top: -70px;
    }
    #digital-reloadable-mastercard{
        position: absolute;
        top: -100px;
    }
    #control-pay{
        top: -50px;
    }
    #eftpos-cards{
        top: 590px;
    }
    #retail-egift-cards{
        position: absolute;
        top: -50px;
    }
}
@media screen and (max-width: 767px){
    #digital-reloadable-mastercard{
        position: absolute;
        top: -100px;
    }
    #control-pay{
        top: -100px;
    }
    #eftpos-cards{
        top: 510px;
    }
    #retail-egift-cards{
        position: absolute;
        top: -70px;
    }
}
/* Menu overrides */
.mobile-menu a[href*="#"].current-menu-item:not(:focus) {
    color: rgb(40 42 55 / 0.8);
}