(function(){const isDev="false";const webBots=JSON.parse('{"m4fss7uu2f-na3s-k3gf-orkt-en8anbzmdpnb540": {"ccid": "682411cd-a225-43bb-80ac-8ef2a46f2c4e", "sp_position": "90%", "pc_position": "center", "is_efo": false, "icon_url": "https://res-prod.chat-marketing.tech/images/ImageMap/0001/m4fss7uu2f-na3s-k3gf-orkt-en8anbzmdpnb540/3bd11bfa-56eb-11f0-ab1e-aff8835498e1", "header_background_color": "#3DB135", "header_title": "ESL club", "header_title_color": "#FFFFFF", "header_title_font_size": "md", "bot_bubble_text_color": "#4D4D4D", "user_bubble_text_color": "#4D4D4D", "timestamp_text_color": "#000000", "textarea_placeholder_text": "\u8acb\u8f38\u5165\u8a0a\u606f....", "chat_area_background_color": "#EFEEEE", "chat_area_background_image_url": "", "chat_area_pc_background_image_url": "", "bot_bubble_background_color": "#FFFFFF", "user_bubble_background_color": "#FFFFFF", "default_font_size": "sm", "rich_menu_font_size": "sm", "message_bar": false, "rich_menu": true, "show_powered_by_chichat": false, "powered_by_chichat_link_uri": "", "font_url": "", "font_family": "inherit", "font_weight_range": [400, 400], "font_variable": false}}');const webBotIifeScript=isDev==="true"?"https://webbot-dev.chat-marketing.tech/one-chatbot.iife.js":"https://cdn.chat-marketing.tech/webbot/one-chatbot.iife.js";const webBotCss=isDev==="true"?"https://webbot-dev.chat-marketing.tech/one-chatbot.css":"https://cdn.chat-marketing.tech/webbot/one-chatbot.css";let chatBotHub;const{loadScript,loadCSS}=useLoaders();loadScript(webBotIifeScript,function(){const rootEl=document.createElement("div");rootEl.classList.add("one-chat-bot__hub");rootEl.setAttribute("style","display: block !important");document.body.appendChild(rootEl);const rootShadow=rootEl.attachShadow({mode:"open"});rootShadow.innerHTML=` `;chatBotHub=new OneChatBotHub(rootShadow);Object.keys(webBots).forEach((parrotId)=>{const bot=webBots[parrotId];chatBotHub.addChatBot(parrotId,bot);});window.openWebbotIframe=(value)=>{chatBotHub.activateChatBot(value.trim());};});function useLoaders(){function loadScript(url,callback){var script=document.createElement("script");script.type="text/javascript";if(script.readyState){script.onreadystatechange=function(){if(script.readyState==="loaded"||script.readyState==="complete"){script.onreadystatechange=null;callback();}};}else{script.onload=function(){callback();};} script.src=url;document.getElementsByTagName("head")[0].appendChild(script);} function loadCSS(cssFile){const link=document.createElement("link");link.rel="stylesheet";link.type="text/css";link.href=cssFile;document.head.appendChild(link);} return{loadScript,loadCSS};}})();