pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.chatbot header .header-actions{display:flex;align-items:center;width:75px}.chatbot header .header-actions .voice-call-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:4px;transition:background-color .2s ease}.chatbot header .header-actions .voice-call-btn:hover{background-color:hsla(0,0%,100%,.1)}.chatbot header .header-actions .voice-call-btn img{opacity:.8;transition:opacity .2s ease}.chatbot header .header-actions .voice-call-btn:hover img{opacity:1}.chatbot .voice-call-overlay{position:absolute;top:60px;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;border-radius:0 0 12px 12px}.chatbot .voice-call-overlay .voice-call-interface{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:15px;position:relative;overflow:hidden;width:100%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container{position:relative;margin-bottom:20px}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle #voice-canvas{border-radius:50%;background:radial-gradient(circle,rgba(174,61,250,.05) 0,rgba(0,153,255,.05) 50%,transparent 70%);transition:all .3s ease}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.waiting #voice-canvas{background:radial-gradient(circle,rgba(174,61,250,.08) 0,rgba(0,153,255,.08) 50%,transparent 70%);box-shadow:0 0 20px rgba(174,61,250,.2)}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.listening #voice-canvas{background:radial-gradient(circle,rgba(174,61,250,.15) 0,rgba(0,153,255,.15) 50%,transparent 70%);box-shadow:0 0 30px rgba(174,61,250,.3)}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.thinking #voice-canvas{background:radial-gradient(circle,rgba(255,193,7,.15) 0,rgba(255,152,0,.15) 50%,transparent 70%);box-shadow:0 0 30px rgba(255,193,7,.3)}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.ai-speaking #voice-canvas{background:radial-gradient(circle,rgba(76,175,80,.15) 0,rgba(139,195,74,.15) 50%,transparent 70%);box-shadow:0 0 30px rgba(76,175,80,.3)}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle{position:absolute;background:linear-gradient(45deg,#ae3dfa,#09f);border-radius:50%;opacity:.6;animation:float 4s ease-in-out infinite;transition:background .3s ease}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:first-child{top:15%;left:25%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(2){top:25%;right:20%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(3){bottom:35%;left:15%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(4){bottom:25%;right:25%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(5){top:55%;left:10%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(6){top:45%;right:12%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(7){bottom:45%;left:30%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle .floating-particles .floating-particle:nth-child(8){top:35%;right:35%}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.thinking .floating-particle{background:linear-gradient(45deg,#ffc107,#ff9800)}.chatbot .voice-call-overlay .voice-call-interface .voice-visualization-container .voice-circle.ai-speaking .floating-particle{background:linear-gradient(45deg,#4caf50,#8bc34a)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls{text-align:center;margin-bottom:15px}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status{margin-bottom:20px}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status h3{color:#333;font-size:1.2rem;margin-bottom:5px;font-weight:600;transition:color .3s ease}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status p{color:#666;font-size:.85rem;margin:0;transition:color .3s ease}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.waiting h3{color:#ae3dfa}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.waiting p{color:#8e2de2}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.listening h3{color:#ae3dfa}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.listening p{color:#8e2de2}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.thinking h3{color:#ff9800}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.thinking p{color:#f57c00}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.ai-speaking h3{color:#4caf50}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-status.ai-speaking p{color:#388e3c}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons{display:flex;grid-gap:15px;gap:15px;justify-content:center}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .voice-btn{width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden;outline:none}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .voice-btn:focus-visible{box-shadow:0 0 0 3px rgba(174,61,250,.25)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .start-call-btn{background:linear-gradient(135deg,#ae3dfa,#09f);color:#fff;box-shadow:0 6px 16px rgba(174,61,250,.35)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .start-call-btn:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 10px 24px rgba(174,61,250,.5)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .start-call-btn img{width:22px;height:22px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .end-call-btn{background:linear-gradient(135deg,#ff4757,#ff3838);color:#fff;box-shadow:0 6px 16px rgba(255,71,87,.35)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .end-call-btn:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 10px 24px rgba(255,71,87,.5)}.chatbot .voice-call-overlay .voice-call-interface .voice-controls .voice-buttons .end-call-btn img{width:22px;height:22px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.chatbot .voice-call-overlay .voice-call-interface .back-to-chat-btn{background:rgba(174,61,250,.1);border:1px solid rgba(174,61,250,.2);color:#ae3dfa;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:.85rem;transition:all .3s ease}.chatbot .voice-call-overlay .voice-call-interface .back-to-chat-btn:hover{background:rgba(174,61,250,.2);transform:translateY(-1px)}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.6}25%{transform:translateY(-8px) rotate(90deg);opacity:.8}50%{transform:translateY(-4px) rotate(180deg);opacity:.7}75%{transform:translateY(-10px) rotate(270deg);opacity:.9}}@keyframes pulse{0%{box-shadow:0 0 15px rgba(174,61,250,.5)}50%{box-shadow:0 0 25px rgba(174,61,250,.8),0 0 35px rgba(0,153,255,.4)}to{box-shadow:0 0 15px rgba(174,61,250,.5)}}@keyframes thinking-pulse{0%{box-shadow:0 0 15px rgba(255,193,7,.5)}50%{box-shadow:0 0 25px rgba(255,193,7,.8),0 0 35px rgba(255,152,0,.4)}to{box-shadow:0 0 15px rgba(255,193,7,.5)}}@keyframes ai-speaking-pulse{0%{box-shadow:0 0 15px rgba(76,175,80,.5)}50%{box-shadow:0 0 25px rgba(76,175,80,.8),0 0 35px rgba(139,195,74,.4)}to{box-shadow:0 0 15px rgba(76,175,80,.5)}}@keyframes waiting-pulse{0%{box-shadow:0 0 10px rgba(174,61,250,.3)}50%{box-shadow:0 0 20px rgba(174,61,250,.5),0 0 30px rgba(0,153,255,.3)}to{box-shadow:0 0 10px rgba(174,61,250,.3)}}.voice-circle.waiting #voice-canvas{animation:waiting-pulse 2.5s ease-in-out infinite}.voice-circle.thinking #voice-canvas{animation:thinking-pulse 2s ease-in-out infinite}.voice-circle.ai-speaking #voice-canvas{animation:ai-speaking-pulse 1.5s ease-in-out infinite}.voice-circle.listening #voice-canvas{animation:pulse 1.5s ease-in-out infinite}.voice-call-overlay .voice-controls .voice-buttons .mute-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(174,61,250,.25);background:linear-gradient(135deg,#ae3dfa,#09f);box-shadow:0 6px 16px rgba(0,153,255,.25),inset 0 0 0 1px hsla(0,0%,100%,.3);color:#fff;display:inline-flex;align-items:center;justify-content:center}.voice-call-overlay .voice-controls .voice-buttons .mute-btn:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 10px 22px rgba(0,153,255,.35)}.voice-call-overlay .voice-controls .voice-buttons .mute-btn:active{transform:translateY(0) scale(.98)}.voice-call-overlay .voice-controls .voice-buttons .mute-btn img.icon{width:22px;height:22px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.95;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.voice-call-overlay .voice-controls .voice-buttons .mute-btn .icon-muted{display:none}.voice-call-overlay .voice-controls .voice-buttons .mute-btn.is-muted .icon-muted{display:block}.voice-call-overlay .voice-controls .voice-buttons .mute-btn.is-muted .icon-unmuted{display:none}.voice-call-overlay .voice-controls .voice-buttons .mute-btn.is-muted{background:linear-gradient(135deg,#9e9e9e,#616161);border-color:rgba(0,0,0,.12);box-shadow:0 6px 12px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.2)}.voice-call-overlay .voice-controls .voice-buttons .mute-btn.is-muted:hover{box-shadow:0 10px 16px rgba(0,0,0,.18)}.voice-call-overlay .voice-controls .voice-buttons .end-call-btn:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 0 rgba(255,71,87,.35);transform:scale(.9);opacity:0;transition:opacity .2s ease}.voice-call-overlay .voice-controls .voice-buttons .end-call-btn:hover:after{animation:end-call-pulse 1.6s ease-out infinite;opacity:1}@keyframes end-call-pulse{0%{transform:scale(.9);box-shadow:0 0 0 0 rgba(255,71,87,.35)}70%{transform:scale(1.1);box-shadow:0 0 0 16px rgba(255,71,87,0)}to{transform:scale(.9);box-shadow:0 0 0 0 rgba(255,71,87,0)}}#ai-assistant{position:fixed;z-index:2147483646;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol}.bottom-left-btn{left:35px}.bottom-left-btn,.bottom-right-btn{position:fixed;bottom:35px;z-index:10}.bottom-right-btn{right:35px}.chatbot-toggler{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 4px 0 rgba(0,0,0,.1);transition:all .1s ease;border:none}@keyframes onboarding-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,11,229,.6);transform:scale(1)}50%{box-shadow:0 0 0 12px rgba(255,11,229,0);transform:scale(1.02)}}.chatbot-toggler.onboarding-highlight{animation:onboarding-pulse 2s ease-in-out infinite}.chatbot-toggler span{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%)}.chatbot-toggler:not(.has-chat-icon):hover,.show-chatbot .chatbot-toggler:not(.has-chat-icon){transform:rotate(180deg)}.bottom-left{left:35px;transform-origin:bottom left}.bottom-left,.bottom-right{position:fixed;bottom:100px}.bottom-right{right:35px;transform-origin:bottom right}.chatbot{width:480px;background:#fff;border-radius:15px;overflow:hidden;opacity:0;pointer-events:none;transform:scale(.5);box-shadow:0 0 128px 0 rgba(0,0,0,.1),0 32px 64px -48px rgba(0,0,0,.5);transition:all .1s ease}.chatbot .hidden{display:none!important}.chatbot pre{position:relative;line-height:inherit;background-color:none;border-radius:0;border:none;padding:0;margin:0;white-space:pre}.chatbot pre>code.hljs{padding:35px 16px}.chatbot pre .copy-to-clipboard-button{position:absolute;top:5px;right:5px;width:35px;height:35px;display:flex;justify-content:center;align-items:center;padding:5px 10px;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s;opacity:0;border:none}.chatbot pre .copy-to-clipboard-button>span{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%)}.chatbot pre .copy-to-clipboard-button>span svg{width:15px;height:32px;fill:#fff;opacity:.5}.chatbot pre .copy-to-clipboard-button:hover{background:hsla(0,0%,100%,.1294117647)}.chatbot pre .copy-to-clipboard-button:hover svg,.chatbot pre:hover .copy-to-clipboard-button{opacity:1}.show-chatbot .chatbot{opacity:1;transform:scale(1);pointer-events:auto}.chatbot .message{margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;line-height:20px}.chatbot h2{margin:0}.chatbot header{position:relative;padding:16px;color:#2a2e34;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;align-self:stretch}.chatbot header .close-chat{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;padding:6px 8px;border-radius:4px;transition:all .2s}.chatbot header .close-chat:hover{background:#f3f5f9}.chatbot.waiting-swifty-connection header .voice-call-btn{cursor:not-allowed;opacity:.5}.chatbot.waiting-swifty-connection .chat-input .send-icon{cursor:not-allowed}.chatbot.waiting-swifty-connection .chat-input .send-icon svg path{stroke:#adb3bd}.chatbot header h2{font-size:16px;display:flex;grid-gap:8px;gap:8px;align-items:center;font-weight:400}.chatbot .chatbox-wrapper{position:relative;overflow-y:auto;height:400px;margin-bottom:130px;padding:30px 20px 20px}.chatbot .chatbox-wrapper::-webkit-scrollbar{width:4px}.chatbot .chatbox-wrapper::-webkit-scrollbar-track{background:#f2f4f7}.chatbot .chatbox-wrapper::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:4px}@media(max-height:740px){.chatbot .chatbox-wrapper{height:calc(100vh - 380px)}}.chatbot .chatbox-wrapper .scroll-down{position:sticky;bottom:10px;right:50%;transform:translateX(50%);margin:auto;display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer;padding:5px}.chatbox .chat{display:flex;list-style:none}.chatbox-wrapper>ul{padding:0;margin:0}.chatbox .question{margin:5px 0 20px;justify-content:flex-end}.chatbox .response{margin:5px 0 20px}.chatbox .response .spinner{width:70px;text-align:center;padding:10px 0}.chatbox .response .spinner>div{width:8px;height:8px;background-color:#505762;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.chatbox .response .spinner .bounce1{animation-delay:-.32s}.chatbox .response .spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbox .chat .message{white-space:normal;padding:12px 16px;border-radius:10px 0 10px 10px;max-width:80%;color:#fff;font-size:15px;background:#0560fc}.chatbot :not(pre)>code{padding:1px 2px;border-radius:3px;background-color:#2a2e34;color:#f7f7f7}.chatbox .response .message{font-size:15px;padding:0 15px;background:#f3f5f9;color:#454545;overflow-x:hidden}.chatbox .response .message code{word-break:break-word;border-radius:4px}.chatbox .response .message img{max-width:100%;max-height:100%}.chatbox .response .message table{width:100%;margin:0 auto;color:#333;background:#fff;border:1px solid grey;font-size:12pt;border-collapse:collapse}.chatbox .response .message table tfoot th,.chatbox .response .message table thead th{color:#777;background:rgba(0,0,0,.1)}.chatbox .response .message table caption{padding:.5em}.chatbox .response .message table td,.chatbox .response .message table th{padding:.5em;border:1px solid #d3d3d3}.chatbox .response>span{display:flex;justify-content:center;color:#fff;align-self:flex-end;margin:0 10px 0 0}.chatbot-footer,.chatbot .chat-input{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.chatbot .chat-input{grid-gap:5px;gap:5px;background:#fff;padding:12px 16px 5px;border-top:1px solid #ccc;position:absolute;bottom:0}.chatbot .input-wrapper{display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px;background:#fff;padding:8px 12px;width:85%;border-radius:4px;border:1px solid #ae3dfa;box-shadow:0 4px 4px 0 rgba(0,0,0,.04)}.chat-input textarea{width:100%;border:none;outline:none;resize:none;max-height:100px;font-size:14px;height:23px;align-self:center;box-sizing:border-box;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol}.chat-input textarea::-moz-placeholder{color:rgba(56,77,96,.6705882353)}.chat-input textarea::placeholder{color:rgba(56,77,96,.6705882353)}.chat-input .send-icon{cursor:not-allowed;visibility:visible;background:#eee;padding:5px;border-radius:4px}.chat-input textarea:valid~.send-icon{cursor:pointer}.chat-input textarea:valid~.send-icon svg path{stroke:#fff}.chat-input .hj-branding{margin-top:5px}.chat-input .hj-branding p{display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px;font-size:12.8px;color:#384d60}.chat-input .hj-branding p .swifty-name{color:#09f}.chat-input .hj-branding p a{display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px;text-decoration:none}.chat-input .hj-branding p span{line-height:16px}.chat-input .hj-branding p:hover .swifty-name{text-decoration:underline}.chatbot .sources{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-left:35px;margin-top:-10px}.chatbot .sources li{display:flex;min-width:-moz-max-content;min-width:max-content;opacity:0;margin-top:10px;margin-bottom:10px;transition:all .5s ease}.chatbot .sources li.active{margin-top:0;opacity:1}.chatbot .sources li a{display:flex;grid-gap:6px;gap:6px;min-width:100px;border-radius:4px;padding:6px 8px;background:#f3f5f9;height:25px;flex-wrap:wrap;align-items:center;text-decoration:none;color:#4d5461;transition:.35s}.chatbot .sources li a span{height:16px}.chatbot .sources li a img.black{display:inline-block}.chatbot .sources li a img.blue{display:none}.chatbot .sources li a h6{padding:0;margin:0;font-size:14px;font-weight:400;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot .sources li a:hover{color:var(--popular-article-hover-color);background:var(--popular-article-hover-bg-color)}.chatbot .sources li a:hover .article-icon path{stroke:var(--popular-article-hover-color)}.chatbot .searching{transition:all .35s ease;opacity:0;align-self:flex-start;padding:5px 15px;background:#fff;width:100%;margin:0;height:0}.chatbot .searching.active{opacity:1;transform:translateY(0);height:100%}.chatbot .searching .dots-pulse{display:inline-block;position:relative;left:-9999px;width:5px;height:5px;border-radius:2.5px;background-color:#7b8994;color:#7b8994;box-shadow:9999px 0 0 -5px;animation:dot-pulse 1.5s linear infinite;animation-delay:.25s;margin-left:15px}.chatbot .searching .dots-pulse:after,.chatbot .searching .dots-pulse:before{content:"";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:2.5px;background-color:#7b8994;color:#7b8994}.chatbot .searching .dots-pulse:before{box-shadow:9984px 0 0 -5px;animation:dot-pulse-before 1.5s linear infinite;animation-delay:0s}.chatbot .searching .dots-pulse:after{box-shadow:10014px 0 0 -5px;animation:dot-pulse-after 1.5s linear infinite;animation-delay:.5s}@keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}60%,to{box-shadow:9984px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}60%,to{box-shadow:10014px 0 0 -5px}}.skeleton{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.skeleton-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.skeleton-logo{width:30px;height:30px;border-radius:50%}.skeleton-title{width:70%;height:19.2px;border-radius:4px}.skeleton-text{width:90%;height:16px;border-radius:4px}.active-state .popular-articles ul{display:grid;grid-template-columns:1fr;padding:0;grid-gap:10px}.active-state .popular-articles ul:has(li):before{content:"Popular Articles:";margin-left:25px;font-size:14px;font-style:normal;font-weight:500;color:#2a2e34;text-transform:capitalize}.active-state .popular-articles li{display:flex;min-width:-moz-max-content;min-width:max-content;opacity:0;margin-top:10px;transition:all .5s ease;margin-left:25px}.active-state .popular-articles li.active{margin-top:0;opacity:1}.active-state .popular-articles li a{display:flex;grid-gap:6px;gap:6px;min-width:100px;border-radius:4px;padding:6px 8px;background:#f3f5f9;height:25px;flex-wrap:wrap;align-items:center;text-decoration:none;color:#4d5461;transition:.35s}.active-state .popular-articles li a svg{width:18px;height:18px}.active-state .popular-articles li a span{height:16px}.active-state .popular-articles li a h6{padding:0;margin:0;font-size:14px;font-weight:400;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-state .popular-articles li a:hover{color:var(--popular-article-hover-color);background:var(--popular-article-hover-bg-color)}.active-state .popular-articles li a:hover .article-icon path{stroke:var(--popular-article-hover-color)}.active-state-content{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.active-state-content h2{font-size:19.2px;color:#2a2e34;text-align:center}.active-state-content p{font-size:16px;color:#656f7d;text-align:center}@media(max-width:490px){.chatbot{width:100%;height:100%;right:0;bottom:0;border-radius:0}.chatbot .chatbox-wrapper{height:calc(100% - 200px);padding:25px 15px 0}.chatbot .chatbot-footer{position:absolute;bottom:0}.show-chatbot .chatbot-toggler{display:none}}#ai-assistant{display:block!important}