#cc-customer-care,#cc-customer-care *,#cc-customer-care *::before,#cc-customer-care *::after{box-sizing:border-box!important;}#cc-customer-care button,#cc-customer-care input,#cc-customer-care textarea{font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;}#cc-customer-care button{margin:0!important;min-height:0!important;line-height:1.2!important;}#cc-customer-care textarea{width:auto!important;}#cc-customer-care img,#cc-customer-care svg{max-width:none!important;}#cc-customer-care [hidden]{display:none!important;}#cc-customer-care,#cc-customer-care *{box-sizing:border-box}#cc-customer-care{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--cc-text);position:relative;z-index:999999}#cc-customer-care .cc-support-bar{position:fixed;align-items:center;justify-content:center;background:var(--cc-bar-bg);border:1px solid color-mix(in srgb,var(--cc-divider) 75%,transparent);padding:8px 12px;z-index:999998;min-height:58px;overflow:visible;pointer-events:auto!important}#cc-customer-care .cc-support-action{appearance:none;border:0;background:transparent;color:var(--cc-text);display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 18px;min-width:125px;cursor:pointer;pointer-events:auto!important;font:600 14px/1.2 inherit;position:relative;transition:transform .2s ease,color .2s ease}#cc-customer-care .cc-support-action:hover{color:var(--cc-button);transform:translateY(-1px)}#cc-customer-care .cc-support-action svg{display:block;color:var(--cc-button);flex:0 0 auto}#cc-customer-care .cc-support-divider{width:1px;height:28px;background:var(--cc-divider);display:block;flex:0 0 auto}#cc-customer-care .cc-visitor-unread{position:absolute;top:2px;right:8px;width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;font:700 11px/20px inherit;text-align:center;font-style:normal}#cc-customer-care .cc-single-launcher{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;border:0;background:var(--cc-button);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px rgba(15,23,42,.25);z-index:999998;cursor:pointer}#cc-customer-care .cc-single-launcher svg{width:30px;height:30px}#cc-customer-care .cc-support-panel{position:fixed;right:24px;bottom:96px;max-height:min(690px,calc(100vh - 120px));background:var(--cc-panel-bg);border-radius:18px;overflow:hidden;border:1px solid rgba(15,23,42,.08);z-index:999999;opacity:0;visibility:hidden;transform:translateY(16px) scale(.98);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;display:flex;flex-direction:column}#cc-customer-care .cc-support-panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}#cc-customer-care .cc-panel-header{background:var(--cc-header);color:#fff;display:flex;align-items:center;gap:12px;padding:18px 18px 17px;min-height:82px}#cc-customer-care .cc-agent-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:50%;padding:2px;background:#fff;overflow:hidden}#cc-customer-care .cc-agent-avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}#cc-customer-care .cc-agent-copy{min-width:0;flex:1}#cc-customer-care .cc-agent-copy strong{display:block;font-size:16px;line-height:1.25;color:#fff}#cc-customer-care .cc-agent-copy small{display:block;margin-top:4px;font-size:12px;line-height:1.35;color:rgba(255,255,255,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#cc-customer-care .cc-panel-close{border:0;background:transparent;color:#fff;width:36px;height:36px;padding:7px;cursor:pointer;border-radius:50%}#cc-customer-care .cc-panel-close:hover{background:rgba(255,255,255,.15)}#cc-customer-care .cc-panel-close svg{width:100%;height:100%}#cc-customer-care .cc-panel-view{min-height:440px}#cc-customer-care .cc-live-chat-view{display:flex;flex-direction:column;min-height:440px;overflow:hidden}#cc-customer-care .cc-chat-date{text-align:center;color:var(--cc-muted);font-size:12px;padding:16px 0 8px}#cc-customer-care .cc-message-list{flex:1;min-height:270px;max-height:420px;overflow-y:auto;padding:8px 14px 16px;scroll-behavior:smooth}#cc-customer-care .cc-message-row{display:flex;margin:8px 0}#cc-customer-care .cc-message-row.visitor{justify-content:flex-end}#cc-customer-care .cc-message-row.agent,#cc-customer-care .cc-message-row.system{justify-content:flex-start}#cc-customer-care .cc-message-bubble{max-width:82%;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 3px 12px rgba(15,23,42,.05)}#cc-customer-care .cc-message-row.visitor .cc-message-bubble{background:var(--cc-visitor-bubble);border-bottom-right-radius:5px}#cc-customer-care .cc-message-row.agent .cc-message-bubble,#cc-customer-care .cc-message-row.system .cc-message-bubble{background:var(--cc-agent-bubble);border:1px solid rgba(15,23,42,.06);border-bottom-left-radius:5px}#cc-customer-care .cc-message-time{display:block;margin-top:5px;color:var(--cc-muted);font-size:10px;text-align:right}#cc-customer-care .cc-typing{margin:0 14px 10px;background:var(--cc-agent-bubble);border:1px solid rgba(15,23,42,.06);border-radius:14px;padding:10px 13px;width:max-content}#cc-customer-care .cc-typing span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#75d98d;margin:0 2px;animation:ccTyping 1.2s infinite}#cc-customer-care .cc-typing span:nth-child(2){animation-delay:.15s}#cc-customer-care .cc-typing span:nth-child(3){animation-delay:.3s}@keyframes ccTyping{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}#cc-customer-care .cc-message-form{display:flex;align-items:flex-end;gap:8px;margin:0 12px 10px;padding:9px 9px 9px 14px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:15px;box-shadow:0 5px 18px rgba(15,23,42,.08)}#cc-customer-care .cc-message-form textarea{appearance:none;border:0!important;outline:0!important;box-shadow:none!important;resize:none;min-height:24px;max-height:90px;padding:2px 0!important;margin:0!important;flex:1;background:transparent!important;color:var(--cc-text)!important;font:400 14px/1.45 inherit!important}#cc-customer-care .cc-message-form textarea::placeholder{color:#9ca3af}#cc-customer-care .cc-message-send{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:50%;background:var(--cc-button);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease}#cc-customer-care .cc-message-send:hover{transform:scale(1.05)}#cc-customer-care .cc-message-send svg{width:22px;height:22px}#cc-customer-care .cc-message-send:disabled{opacity:.55;cursor:not-allowed;transform:none}#cc-customer-care .cc-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}#cc-customer-care .cc-powered-by{text-align:center;color:#8b919a;font-size:10px;padding:0 0 11px}#cc-customer-care .cc-powered-by strong{color:var(--cc-primary)}#cc-customer-care .cc-whatsapp-view{text-align:center;padding:34px 25px 28px;min-height:440px}#cc-customer-care .cc-whatsapp-visual{width:140px;height:140px;margin:5px auto 30px;border-radius:50%;background:color-mix(in srgb,var(--cc-button) 10%,#fff);display:flex;align-items:center;justify-content:center;position:relative}#cc-customer-care .cc-whatsapp-visual:before{content:"";position:absolute;inset:18px;border:1px solid color-mix(in srgb,var(--cc-button) 22%,transparent);border-radius:50%}#cc-customer-care .cc-whatsapp-visual span{width:76px;height:76px;border-radius:50%;background:var(--cc-button);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 11px 25px color-mix(in srgb,var(--cc-button) 28%,transparent);position:relative}#cc-customer-care .cc-whatsapp-visual svg{width:42px;height:42px}#cc-customer-care .cc-whatsapp-view h2{font:700 21px/1.25 inherit;margin:0 0 12px;color:var(--cc-text)}#cc-customer-care .cc-whatsapp-view p{font:400 14px/1.65 inherit;color:var(--cc-muted);margin:0 auto 28px;max-width:280px}#cc-customer-care .cc-whatsapp-button{border:0;border-radius:8px;padding:13px 20px;background:var(--cc-button);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:600 14px/1.2 inherit;cursor:pointer;min-width:205px;box-shadow:0 8px 22px color-mix(in srgb,var(--cc-button) 25%,transparent)}#cc-customer-care .cc-whatsapp-button svg{width:22px;height:22px}#cc-customer-care .cc-panel-tabs{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--cc-divider);height:58px}#cc-customer-care .cc-panel-tabs button{appearance:none;border:0;background:#fff;color:#515862;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;cursor:pointer;font:600 13px/1 inherit}#cc-customer-care .cc-panel-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}#cc-customer-care .cc-panel-tabs button.active{color:var(--cc-button)}#cc-customer-care .cc-panel-tabs button.active:after{background:var(--cc-button)}#cc-customer-care .cc-panel-tabs svg{width:20px;height:20px}#cc-customer-care .cc-toast{position:fixed;right:24px;bottom:110px;background:#111827;color:#fff;padding:11px 14px;border-radius:10px;font-size:13px;z-index:1000000;box-shadow:0 10px 25px rgba(15,23,42,.25);animation:ccToastIn .2s ease}#cc-customer-care .cc-toast.error{background:#b91c1c}@keyframes ccToastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (max-width:767px){#cc-customer-care .cc-support-bar{min-height:58px;padding:6px 8px;border-radius:20px}#cc-customer-care .cc-support-action{flex:1;min-width:0;padding:9px 8px;font-size:13px}#cc-customer-care .cc-support-panel{max-height:calc(100vh - 96px);border-radius:18px}#cc-customer-care .cc-panel-view,#cc-customer-care .cc-live-chat-view,#cc-customer-care .cc-whatsapp-view{min-height:390px}#cc-customer-care .cc-message-list{max-height:calc(100vh - 310px);min-height:220px}#cc-customer-care .cc-panel-header{min-height:76px;padding:14px}#cc-customer-care .cc-agent-avatar{width:44px;height:44px;flex-basis:44px}#cc-customer-care .cc-single-launcher{right:14px;bottom:14px}#cc-customer-care .cc-toast{left:14px;right:14px;bottom:90px;text-align:center}}@media (max-width:390px){#cc-customer-care .cc-support-action span{font-size:12px}#cc-customer-care .cc-support-action{gap:6px}#cc-customer-care .cc-support-divider{height:25px}#cc-customer-care .cc-whatsapp-view{padding-left:18px;padding-right:18px}}

/* Cookie Policy consent banner */
#cc-customer-care .cc-cookie-banner,#cc-customer-care .cc-cookie-banner *{box-sizing:border-box}
#cc-customer-care .cc-cookie-banner[hidden]{display:none!important}
#cc-customer-care .cc-cookie-banner{position:fixed;z-index:1000002;width:calc(100% - 40px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;background:var(--cc-cookie-bg);color:var(--cc-cookie-text);border:1px solid rgba(15,23,42,.09);box-shadow:0 18px 50px rgba(15,23,42,.22);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;opacity:0;visibility:hidden;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
#cc-customer-care .cc-cookie-banner.is-visible{opacity:1;visibility:visible}
#cc-customer-care .cc-cookie-icon{width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--cc-cookie-button) 12%,#fff);color:var(--cc-cookie-button);display:flex;align-items:center;justify-content:center;flex:0 0 48px}
#cc-customer-care .cc-cookie-icon svg{display:block;width:27px;height:27px}
#cc-customer-care .cc-cookie-content{min-width:0}
#cc-customer-care .cc-cookie-content h2{margin:0 0 5px!important;padding:0!important;color:var(--cc-cookie-text)!important;font:700 17px/1.3 inherit!important;letter-spacing:0!important;text-transform:none!important}
#cc-customer-care .cc-cookie-content p{margin:0!important;padding:0!important;color:var(--cc-cookie-text)!important;opacity:.78;font:400 13px/1.55 inherit!important;letter-spacing:0!important}
#cc-customer-care .cc-cookie-policy-link{display:inline-block;margin-top:6px;color:var(--cc-cookie-link)!important;text-decoration:underline!important;text-underline-offset:2px;font:600 12px/1.4 inherit!important}
#cc-customer-care .cc-cookie-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
#cc-customer-care .cc-cookie-actions button{appearance:none!important;min-height:42px!important;border-radius:10px!important;padding:10px 16px!important;margin:0!important;cursor:pointer!important;font:700 13px/1.2 inherit!important;letter-spacing:0!important;text-transform:none!important;box-shadow:none!important;white-space:nowrap}
#cc-customer-care .cc-cookie-accept{border:1px solid var(--cc-cookie-button)!important;background:var(--cc-cookie-button)!important;color:var(--cc-cookie-button-text)!important}
#cc-customer-care .cc-cookie-decline{border:1px solid rgba(15,23,42,.16)!important;background:transparent!important;color:var(--cc-cookie-text)!important}
#cc-customer-care .cc-cookie-actions button:hover{filter:brightness(.96)}
#cc-customer-care .cc-cookie-actions button:focus-visible,#cc-customer-care .cc-cookie-policy-link:focus-visible{outline:3px solid color-mix(in srgb,var(--cc-cookie-button) 35%,transparent)!important;outline-offset:2px!important}
@media(max-width:767px){#cc-customer-care .cc-cookie-banner{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px}#cc-customer-care .cc-cookie-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}#cc-customer-care .cc-cookie-icon svg{width:24px;height:24px}#cc-customer-care .cc-cookie-actions{grid-column:1/-1;width:100%;display:grid;grid-template-columns:1fr 1fr}#cc-customer-care .cc-cookie-actions button:only-child{grid-column:1/-1}#cc-customer-care .cc-cookie-actions button{width:100%!important}#cc-customer-care .cc-cookie-content h2{font-size:15px!important}#cc-customer-care .cc-cookie-content p{font-size:12px!important}}
