@keyframes loading{0%,5%{background:var(--basic-200);transform:translate(40px)scale(1)}10%{background:var(--chat-theme-color);transform:translate(40px)scale(1)}40%{background:var(--chat-theme-color);transform:translate(20px)scale(1.5)}90%,95%{background:var(--chat-theme-color);transform:translate(0)scale(1)}to{background:var(--basic-200);transform:translate(0)scale(1)}}@keyframes dot1-animate{0%{transform:matrix(1,0,0,1,285.389,355.211)}25%{transform:matrix(.9957,0,0,.9957,286.307,355.435)}50%{transform:matrix(.7195,0,0,.7195,331.157,366.388)}to{transform:matrix(.6882,0,0,.6882,350.528,371.119)scale(0)}}@keyframes dot2-animate{0%{transform:matrix(1,0,0,1,354.999,355.211)}25%{transform:matrix(.9957,0,0,.9957,354.999,355.435)}50%{transform:matrix(.7195,0,0,.7195,354.999,366.388)}to{transform:matrix(.6882,0,0,.6882,354.999,371.119)scale(0)}}@keyframes dot3-animate{0%{transform:matrix(1,0,0,1,424.611,355.211)}25%{transform:matrix(.9957,0,0,.9957,423.693,355.435)}50%{transform:matrix(.7195 0, 0, .7195, 378.842, 366.388)}to{transform:matrix(.6882,0,0,.6882,359.474,371.119)scale(0)}}@keyframes wave-animate{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes circle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes move-x{0%,10%{transform:translate(0)}90%,to{transform:translate(20px)}}@keyframes slide-down{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes fade-in{0%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}@keyframes fade-out{0%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0}}.tdw-widget-wrapper{--chat-z-index:99999;z-index:var(--chat-z-index);position:fixed}.tdw-widget-wrapper[data-trigger-visible="0"] .tdw-widget-trigger{right:var(--trigger-button-position-right);bottom:var(--trigger-button-position-bottom)}.tdw-widget-wrapper[data-trigger-visible="0"] .tdw-widget{right:var(--chat-position-right);bottom:var(--chat-position-bottom)}.tdw-widget-wrapper[data-trigger-visible="0"] .tdw-widget-float{bottom:20px;right:20px}.tdw-widget-wrapper[data-chat-small-viewport="1"][data-enable-responsive-layout="1"] .tdw-widget{width:var(--chat-screen-width,100%)!important;min-width:var(--chat-screen-width,100%)!important;max-width:var(--chat-screen-width,100%)!important;height:var(--chat-screen-height,100%)!important;min-height:var(--chat-screen-height,100%)!important;max-height:var(--chat-screen-height,100%)!important;border-radius:0!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.tdw-widget-wrapper[data-customer-chat-icon="1"] .tdw-widget-trigger .tdw-widget-trigger-animate{display:none}.tdw-widget-wrapper[data-customer-chat-icon="0"] .tdw-widget-trigger .tdw-widget-trigger-animate svg>g>g:nth-child(2)>g>path,.tdw-widget-wrapper[data-customer-chat-icon="0"] .tdw-widget-trigger:hover .tdw-widget-trigger-animate svg>g>g:nth-child(2)>g>path{fill:#fff}.tdw-widget-wrapper[data-chat-small-viewport="0"][data-widget-position=fullscreen] .tdw-widget{border-radius:20px;top:var(--widget-position-full-screen-top-offset)!important;right:var(--widget-position-full-screen-right-offset)!important;bottom:var(--widget-position-full-screen-bottom-offset)!important;left:var(--widget-position-full-screen-left-offset)!important;width:unset!important;min-width:unset!important;height:unset!important;max-height:unset!important}.tdw-widget{right:var(--chat-position-right);bottom:var(--chat-position-bottom);z-index:var(--chat-z-index);width:var(--chat-container-width);min-width:360px;height:var(--chat-container-height);max-height:calc(var(--chat-screen-height) - var(--chat-position-bottom) - 20px);transform-origin:100% 100%;will-change:width, height, left, top, right, bottom;border:none;border-radius:20px;transition:height .2s,transform .4s cubic-bezier(.25,.8,.25,1);position:fixed;overflow:hidden;box-shadow:0 32px 20px rgba(0,0,0,.02),0 16px 16px rgba(0,0,0,.04),0 4px 8px rgba(0,0,0,.06),0 -4px 24px rgba(0,0,0,.08)}.tdw-widget:focus-visible{outline:none!important}.tdw-widget[aria-hidden=true]{visibility:hidden;pointer-events:none;transform:scale(0)}.tdw-widget[aria-hidden=false]{visibility:visible;pointer-events:auto;transform:scale(1)}.tdw-widget iframe{border-radius:inherit;box-sizing:border-box;border:none;width:100%;height:100%;display:block}.tdw-widget-trigger{right:var(--trigger-button-position-right);bottom:var(--trigger-button-position-bottom);z-index:var(--chat-z-index);width:var(--trigger-button-width);height:var(--trigger-button-height);cursor:pointer;background-image:var(--chat-icon);box-shadow:var(--chat-launcher-shadow);background-position:50%;background-repeat:no-repeat;background-size:56%;background-color:var(--chat-launcher-color);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .1s ease-in-out;display:flex;position:fixed}.tdw-widget-trigger:hover{background-color:var(--chat-hover-launcher-color)}.tdw-widget-trigger:hover .tdw-widget-trigger-animate svg g[data-target=wave]{transform-origin:50% 52%;animation-name:wave-animate;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-delay:0s,1s;animation-fill-mode:none;animation-timeline:auto;display:block}.tdw-widget-trigger:hover .tdw-widget-trigger-animate svg g[data-target=dot1]{animation-name:dot1-animate;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-delay:0s,4s;animation-fill-mode:none;animation-timeline:auto}.tdw-widget-trigger:hover .tdw-widget-trigger-animate svg g[data-target=dot2]{animation-name:dot2-animate;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-delay:0s,4s;animation-fill-mode:none;animation-timeline:auto}.tdw-widget-trigger:hover .tdw-widget-trigger-animate svg g[data-target=dot3]{animation-name:dot3-animate;animation-duration:2s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:alternate;animation-play-state:running;animation-delay:0s,4s;animation-fill-mode:none;animation-timeline:auto}.tdw-widget-trigger:focus-visible{outline-offset:2px!important}.tdw-widget-trigger[aria-hidden=true]{visibility:hidden;pointer-events:none}.tdw-widget-trigger[aria-hidden=false]{visibility:visible;pointer-events:auto}.tdw-widget-trigger-animate{background-color:var(--chat-hover-launcher-color);border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.tdw-widget-trigger-animate svg{content-visibility:visible;width:100%;height:100%;position:relative;transform:translate(0,0)}.tdw-widget-trigger-animate svg g[data-target]{animation:none}.tdw-widget-trigger-animate svg g[data-target=wave]{display:none}.tdw-widget-trigger-animate svg g[data-target=circle]>g>g>path,.tdw-widget-trigger-animate svg g[data-target=dot1]>g>path,.tdw-widget-trigger-animate svg g[data-target=dot2]>g>path,.tdw-widget-trigger-animate svg g[data-target=dot3]>g>path,.tdw-widget-trigger-animate svg g[data-target=wave]>g>g>path{fill:var(--chat-launcher-color)}.tdw-widget-trigger-animate:hover svg g[data-target=circle]>g>g>path,.tdw-widget-trigger-animate:hover svg g[data-target=dot1]>g>path,.tdw-widget-trigger-animate:hover svg g[data-target=dot2]>g>path,.tdw-widget-trigger-animate:hover svg g[data-target=dot3]>g>path,.tdw-widget-trigger-animate:hover svg g[data-target=wave]>g>g>path{fill:var(--chat-hover-launcher-color)}.tdw-widget-trigger-badge{text-align:center;color:#fff;box-sizing:border-box;background-color:#f5222d;border-radius:50%;width:20px;height:20px;font-size:10px;line-height:20px;transition:right,width,border-radius .25s;position:absolute;top:0;right:0}.tdw-widget-trigger-badge-more{border-radius:48px;width:31px;right:-4px}.tdw-widget-loading{flex-direction:column;width:100%;height:100%;display:flex}.tdw-widget-header{background-color:var(--chat-header-background-color,#f8f8f8);border-top-left-radius:8px;border-top-right-radius:8px;height:64px}.tdw-widget-content{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 56px);padding:16px;display:flex}.tdw-loader{width:100px;height:10px;position:relative}.tdw-loader:before,.tdw-loader:after{content:"";background:#e9e9e9;border-radius:50%;width:10px;height:10px;margin-left:25%;animation:1s linear infinite move-x;position:absolute;top:0;left:0;box-shadow:20px 0 #e9e9e9}.tdw-loader:after{box-shadow:none;z-index:2;animation:1s linear infinite loading;transform:translate(40px)scale(1)}.tdw-widget-wrapper-preview{flex-direction:column;align-items:self-end;gap:20px;display:flex;position:-webkit-sticky;position:sticky}.tdw-widget-wrapper-preview .tdw-widget{position:unset}.tdw-widget-wrapper-preview .tdw-widget-trigger{right:unset;bottom:unset;position:relative}.tdw-widget-wrapper-preview .tdw-widget-float{max-height:680px}.tdw-widget-float{z-index:calc(var(--chat-z-index) - 1);max-height:max(var(--chat-screen-height) / 2, 160px);box-sizing:border-box;transform-origin:100% 100%;will-change:left, top;background-color:transparent;margin:0;padding:0;transition:transform .4s cubic-bezier(.25,.8,.25,1);position:fixed}.tdw-widget-float[aria-hidden=true]{visibility:hidden;pointer-events:none;width:-webkit-max-content;width:max-content;transform:scale(0)}.tdw-widget-float[aria-hidden=false]{visibility:visible;pointer-events:auto;transform:scale(1)}.tdw-widget-float iframe{box-sizing:border-box;background-color:transparent;border:0;width:100%;height:100%;margin:0;padding:0;display:block}.tdw-proxy-link{z-index:-1;box-sizing:border-box;background-color:transparent;margin:0;padding:0;display:block;position:absolute}.tdw-proxy-link[aria-hidden=true]{width:0;height:0}
/*$vite$:1*/