@CHARSET "UTF-8";

/* sticky sidebar */
.sticky {
    will-change: min-height;
}
.inner-wrapper-sticky {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}