/* Start Liquid custom CSS */.lqd-stickybar-wrap > .elementor-container {
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-stuck.lqd-smart-sticky-hide .lqd-stickybar-wrap > .elementor-container {
    transform: translateY(58px);
}

.navbar-brand img {
    width: 192px !important;
}/* End Liquid custom CSS */