(function(){$.fn.TReward=function(n){var n=$.extend({textColor:"#4F4F4F"},n);return this.each(function(){function t(n){var t=$("<div />",{html:"<style>"+n+"<\/style>"}).appendTo("body")}n.modulid="#"+$(this).attr("id");t(n.modulid+" .wanted-reward .wanted-reward-content .swiper-container .swiper-wrapper .swiper-slide .reward-group .reward-text {color: "+n.textColor);t(n.modulid+" .wanted-reward .wanted-reward-content > p {color: "+n.textColor);let i=new Swiper(n.modulid+" #wanted-reward-slider",{slidesPerView:5,spaceBetween:19,pagination:{el:".wanted-reward-slider-pagination",clickable:!0,type:"bullets"},autoplay:!1,breakpoints:{992:{slidesPerView:1,spaceBetween:0}}})})}})(jQuery)