.chat-bubble:hover{background-color:#faf1cb}.chat-icon.animate:hover{animation:wave-hand 1s ease-in-out infinite}@keyframes wave-hand{0%{transform:none}15%{transform:translate3d(-20%,0,0) rotate(-10deg)}30%{transform:translate3d(10%,0,0) rotate(7deg)}45%{transform:translate3d(-15%,0,0) rotate(-10deg)}60%{transform:translate3d(10%,0,0) rotate(5deg)}75%{transform:translate3d(-5%,0,0) rotate(-2deg)}to{transform:none}}.chat-bubble-base{position:fixed;width:60px;height:60px;cursor:pointer;z-index:9100;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid hsla(0,0%,80%,.376);transition:transform .3s ease-in-out}.chat-bubble-left{left:20px;bottom:20px;border-radius:50% 50% 50% 0}.chat-bubble-right{right:20px;bottom:20px;border-radius:50% 50% 0 50%}.chat-bubble-dismiss{svg{margin-top:-5px}@media (max-width:500px){border-radius:50%;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;border-top-color:currentcolor;border-top-style:none;border-top-width:medium;box-shadow:none;width:50px;height:50px;display:flex;align-items:center;justify-content:center;top:0;right:0;background-color:transparent!important;.chat-icon{width:34px;height:34px}svg{margin-top:0;width:18px;height:18px}}}.chat-icon{width:34px;height:34px;background-repeat:no-repeat;background-position:50%;background-size:contain;border-radius:50%;transition:all .3s ease-in-out}.chatbot-container-base{position:fixed;width:100%;min-width:320px;max-width:400px;border-radius:16px;overflow:hidden;z-index:9000;opacity:0;transition:all .3s ease-in-out;bottom:10px;height:0;max-height:700px;display:flex;flex-direction:column;gap:20px;&.open-state{transform:translateY(0);opacity:1;height:90vh}&.closed-state{transform:translateY(100%);opacity:0;height:0}@media (max-width:500px){&.open-state{width:100dvw;height:100dvh;max-height:100dvh;max-width:100dvw;border-radius:0;top:0;left:0;opacity:1;z-index:9000}}}.chatbot-container-left{left:20px}.chatbot-container-right{right:20px}.chatbot-iframe{width:100%;height:-webkit-fill-available;border:none;border-radius:16px;overflow:hidden;background-color:#fff;position:absolute;bottom:80px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);@media screen and (max-width:500px){bottom:0;border-radius:0}}.teaser-messages-container{position:fixed;bottom:92px;display:flex;flex-direction:column;gap:8px;z-index:9050;pointer-events:none}.teaser-messages-left{left:20px;align-items:flex-start}.teaser-messages-right{right:20px;align-items:flex-end}.teaser-pill{padding:10px 16px;border-radius:20px;font-size:14px;line-height:1.4;cursor:pointer;max-width:300px;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,background-color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;pointer-events:none}.teaser-messages-container.teaser-visible{pointer-events:auto}.teaser-messages-container.teaser-visible .teaser-pill{opacity:1;transform:translateY(0);pointer-events:auto}.teaser-messages-container.teaser-visible .teaser-pill:nth-child(2){transition-delay:.15s}.teaser-messages-container.teaser-visible .teaser-pill:nth-child(3){transition-delay:.3s}