This website uses cookies to ensure you get the best experience on our website.
Learn more
(function() {
if (window.location.pathname.indexOf('/blogs/') !== -1 ||
window.location.pathname.indexOf('/blog') !== -1) {
var style = document.createElement('style');
style.innerHTML = '.Vtl-Modal__InnerWrapper { display: none !important; }';
document.head.appendChild(style);
}
})();