body .wp-block-uagb-container.uagb-position__sticky {
    transition-property: top, bottom;
    transition-duration: 250ms;
    transition-timing-function: ease
}

body .wp-block-uagb-container.uagb-position__sticky--stuck {
    position: fixed;
    margin: 0 !important
}

body .wp-block-uagb-container.uagb-position__sticky--restricted {
    position: absolute;
    margin: 0 !important
}