(function ($){
"use strict";
$(window).on('elementor/frontend/init', function (){
elementorFrontend.hooks.addAction('frontend/element_ready/arter-started-section.default', function(){
});
elementorFrontend.hooks.addAction('frontend/element_ready/global', function($scope){
});
elementorFrontend.hooks.addAction('frontend/element_ready/widget', function($scope){
});
});
})(jQuery);