@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{margin:0;padding:0;background:transparent!important;overflow:hidden;font-family:Montserrat,sans-serif}body{margin:0}.chatbot-root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{isolation:isolate;pointer-events:none;position:fixed;width:auto;height:auto;right:0;bottom:0;z-index:999;background:transparent!important}#root{width:auto;height:auto;margin:0;padding:0;background:transparent!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.chatbot-wrapper{position:fixed;bottom:60px;right:20px;width:200px;height:100px;z-index:999999;pointer-events:none;overflow:visible!important}.chatbot-container{position:absolute;bottom:0;right:0;pointer-events:none;font-family:Montserrat,sans-serif;overflow:visible!important}.chatbot-container:not(.open){width:auto;height:auto;min-width:120px;min-height:60px}.chatbot-container.open{width:100%;height:600px;max-width:450px;min-height:550px;max-height:600px}.chatbot-toggle{position:absolute;bottom:0;right:0;border-radius:8px;border:none;cursor:pointer;margin:0;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;overflow:visible!important;z-index:999999;pointer-events:auto;padding:10px 12px;width:114px;height:65px}.chatbot-container:not(.open) .chatbot-toggle{background:#fff!important}.chatbot-container.open .chatbot-toggle{background:#003087!important}.chatbot-icon{width:90px;height:45px;max-width:none;max-height:none;border-radius:0;padding:0;margin:0;background-color:transparent!important;opacity:1!important;object-fit:contain;object-position:center;mix-blend-mode:normal!important;display:block;flex-shrink:0}.chatbot-icon:hover{transform:none}.chatbot-icon svg{fill:currentColor!important;color:inherit!important}.chatbot-icon img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal!important;filter:none!important}.chatbot-header{padding:0 15px;background-color:#003087;color:#fff;border-radius:12px 12px 0 0;text-align:center;position:relative;height:60px;min-height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:320px}.chatbot-header h3{margin:0;font-size:15px;font-weight:500;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:60px;padding:0;font-family:Montserrat,sans-serif}.chatbot-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px;height:calc(100% - 120px)}.message{max-width:85%;padding:10px 12px;border-radius:15px;margin:5px 0;word-wrap:break-word;line-height:1.4;width:fit-content;font-family:Montserrat,sans-serif!important;font-size:14px}.message.user{background-color:#003087;color:#fff;align-self:flex-end;border-bottom-right-radius:5px;text-align:left}.message.bot{background-color:#f0f0f0;color:#003087;align-self:flex-start;border-bottom-left-radius:5px;text-align:left;display:block;width:auto;min-width:200px;font-family:Montserrat,sans-serif!important}.message.bot .message-content{width:100%}.message.bot a{color:#003087;text-decoration:underline!important;font-weight:500;transition:all .2s ease;display:inline-block;position:relative}.message.bot a:hover{color:#004ac1;text-decoration:underline!important}.message.bot p{margin:8px 0;line-height:1.5;font-size:14px}.message.bot h1,.message.bot h2,.message.bot h3{font-family:Montserrat,sans-serif!important;margin:16px 0 8px;color:#003087}.message.bot .message-content>*:first-child{margin-top:0}.message.bot .message-content>*:last-child{margin-bottom:0}.chatbot-input{padding:8px 12px;display:flex;gap:8px;border-top:1px solid #eee;background:#fff;height:45px;min-height:45px;flex-shrink:0;align-items:center;border-radius:0 0 12px 12px}.chatbot-input input{flex:1;height:32px;padding:6px 12px;border:1px solid #ddd;border-radius:18px;outline:none;font-size:14px;font-family:Montserrat,sans-serif}.chatbot-input button{width:32px;height:32px;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:50%}.send-icon{width:20px;height:20px;margin:auto}.chatbot-input button:enabled{background:transparent!important}.chatbot-input button:enabled .send-icon{color:#003087!important;fill:#003087!important}.chatbot-input button:enabled:hover .send-icon{transform:rotate(-45deg) scale(1.1)}.chatbot-input button:disabled{background:transparent!important;cursor:not-allowed}.chatbot-input button:disabled .send-icon{color:#ccc!important;fill:#ccc!important}.chatbot-input button svg{color:#003087!important;fill:#003087!important}.chatbot-input button:disabled svg{color:#ccc!important;fill:#ccc!important}.typing-indicator{display:flex;gap:3px;padding:5px}.typing-indicator span{width:8px;height:8px;background-color:#90909090;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.bot-logo{width:24px;height:24px;margin-right:8px;color:#646cff}.welcome-message{padding:12px;background:#f8f9fa;border-radius:10px}.welcome-message h2{padding-right:0;margin:0;font-size:14px;color:#003087;line-height:1.3;width:100%;font-family:Montserrat,sans-serif}.welcome-section{margin-bottom:10px}.welcome-section:last-child{margin-bottom:0}.welcome-header{position:relative;padding:5px 0;display:flex;flex-direction:column;align-items:flex-start;margin-top:20px}.language-switch{position:absolute;top:0;right:0;padding:4px;font-size:.8rem;z-index:2;cursor:pointer;border-radius:20px;background:#f0f0f0;display:flex;align-items:center;box-shadow:0 1px 3px #0000001a;margin-top:-25px}.language-icon{display:flex;justify-content:center;align-items:center;color:#003087}.lang-code{font-size:14px;font-weight:500;padding:4px 8px;border-radius:16px;color:#666;transition:all .2s ease;font-family:Montserrat,sans-serif}.lang-code.active{background:#003087;color:#fff}.lang-separator{display:none}.language-switch:hover .lang-code:not(.active){color:#003087}.welcome-message p,.welcome-message li{margin:8px 0;color:#333;font-size:13px;font-family:Montserrat,sans-serif;line-height:1.4}.welcome-message ul{list-style:none;padding-left:0;margin:10px 0}.welcome-message li:before{content:"•";color:#003087;margin-right:8px}.welcome-message a{color:#003087;text-decoration:none;font-weight:500}.welcome-message a:hover{text-decoration:underline}.welcome-message em{color:#666;font-style:italic}.welcome-section.italian{border-bottom:1px solid #eee;padding-bottom:20px}.welcome-section.english{padding-top:20px}@media screen and (min-width: 1024px){.chatbot-container.open{height:600px;max-height:600px}}@media screen and (min-width: 750px) and (max-width: 1024px){.chatbot-container.open{height:600px;max-height:600px;min-height:550px}.chatbot-widget{max-height:600px}}@media screen and (max-width: 768px){.chatbot-container.open{height:calc(100vh - 80px);max-height:600px;min-height:550px}.chatbot-header h3{font-size:1rem}}@media screen and (max-width: 480px){.chatbot-container{bottom:40px;right:10px}.chatbot-container:not(.open){width:90px!important;height:50px!important}.chatbot-container.open{width:calc(100% - 20px);height:calc(100vh - 60px);max-height:calc(100vh - 80px);min-height:600px;right:10px;bottom:40px}.chatbot-messages{padding:10px;gap:6px}.message{max-width:90%;padding:8px 10px;font-size:13px}.welcome-message{padding:10px}.welcome-header{margin-top:25px}}@media screen and (max-width: 374px){.chatbot-container.open{width:100%;height:100vh;right:0;bottom:0;border-radius:0}.chatbot-widget{border-radius:0!important}.chatbot-header,.chatbot-input{border-radius:0}}.whatsapp-contact{margin:12px 0;display:block;width:100%}.whatsapp-contact p{margin-bottom:10px}.whatsapp-link{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#25d366;color:#fff;border-radius:25px;text-decoration:none!important;transition:all .3s ease;box-shadow:0 2px 4px #25d3664d;font-size:13px;font-weight:500;font-family:Montserrat,sans-serif;width:fit-content;margin-top:6px;border:none}.whatsapp-link:hover{background:#22c15e;transform:translateY(-2px);box-shadow:0 4px 8px #25d36666;text-decoration:none!important}.whatsapp-icon{display:inline-block;vertical-align:middle;color:#fff;width:18px;height:18px}.phone-number{color:#fff;font-weight:500;text-decoration:none!important}.phone-number:after{display:none}.whatsapp-link:hover .phone-number{text-decoration:none!important}.chatbot-icon[alt=Close]{background:transparent!important}.chatbot-widget{position:absolute;bottom:80px;right:0;width:420px;height:calc(100% - 80px);min-width:320px;max-height:520px;background-color:#fff!important;border-radius:12px!important;box-shadow:0 5px 20px #0003;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.chat-widget-iframe{position:fixed;bottom:80px;right:10px;width:160px!important;height:160px!important;transition:all .3s ease}.chat-widget-iframe.expanded{width:450px;height:600px;min-width:320px}@media screen and (max-width: 768px){.chat-widget-iframe.expanded{width:450px!important;height:calc(100vh - 100px)!important;max-height:600px}}@media screen and (max-width: 480px){.chat-widget-iframe.expanded{width:calc(100% - 20px)!important;height:calc(100vh - 80px)!important;min-width:320px;max-width:450px;right:10px;bottom:40px}}@media screen and (max-width: 374px){.chat-widget-iframe.expanded{width:100%!important;height:100vh!important;right:0;bottom:0;border-radius:0}}@media screen and (max-height: 600px){.chatbot-container.open{height:calc(100vh - 40px);min-height:350px}.welcome-message{padding:8px}.welcome-header{margin-top:20px}}
