.loader{display:flex;gap:.25rem}.loader>span{animation:loader .6s infinite alternate;width:.5rem;height:.375rem;background-color:rgb(var(--accent-dark));border-radius:100%}.loader>span:nth-of-type(2){animation-delay:.2s}.loader>span:nth-of-type(3){animation-delay:.4s}@keyframes loader{to{height:.5rem;transform:translateY(-1.25rem)}}@media screen and (pointer: fine){.chat{display:none}}@media screen and (pointer: coarse){.chat{position:fixed;bottom:0px;left:0px;z-index:2000000001}.chat a,.chat button{position:relative;cursor:pointer;display:flex;align-items:center;font-size:max(min(.81rem + .27vw,1.25rem),.88rem);text-align:center;background-color:#fff;color:#292929;border:none;padding:.75em .833em .75em .417em;transition:background-color 300ms ease}.chat a svg[class^=icn-],.chat button svg[class^=icn-]{flex-shrink:0;width:2.5em;height:auto;margin-right:.714em}.chat a svg.icn-chat,.chat button svg.icn-chat{fill:#292929}.chat a svg.icn-close,.chat button svg.icn-close{display:none;fill:#fff;padding:.25em}.chat a .loader,.chat button .loader{display:none;width:2.5em}.chat a .txt,.chat button .txt{flex-shrink:0;font-family:"gilroy",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";transition:color 300ms ease}.chat a .txt .start-txt,.chat a .txt .offline-txt,.chat a .txt .loading-txt,.chat a .txt .now-chatting-txt,.chat button .txt .start-txt,.chat button .txt .offline-txt,.chat button .txt .loading-txt,.chat button .txt .now-chatting-txt{opacity:0;position:absolute}.chat a .txt::selection,.chat a .txt .start-txt::selection,.chat a .txt .offline-txt::selection,.chat a .txt .loading-txt::selection,.chat a .txt .now-chatting-txt::selection,.chat button .txt::selection,.chat button .txt .start-txt::selection,.chat button .txt .offline-txt::selection,.chat button .txt .loading-txt::selection,.chat button .txt .now-chatting-txt::selection{background-color:rgba(0,0,0,0)}.chat a:hover svg.icn-chat,.chat button:hover svg.icn-chat{fill:#707070}.chat a:hover .txt,.chat button:hover .txt{color:#707070}.chat a.chat-active .live-txt,.chat button.chat-active .live-txt{opacity:0;position:absolute}.chat a.chat-active .start-txt,.chat button.chat-active .start-txt{opacity:1;position:relative}.chat a.chat-active.open,.chat button.chat-active.open{background-color:#112f51;color:#fff}.chat a.chat-active.open svg.icn-chat,.chat button.chat-active.open svg.icn-chat{display:none}.chat a.chat-active.open svg.icn-close,.chat button.chat-active.open svg.icn-close{display:block}.chat a.chat-active.open .start-txt,.chat button.chat-active.open .start-txt{opacity:0;position:absolute}.chat a.chat-active.open .now-chatting-txt,.chat button.chat-active.open .now-chatting-txt{position:relative;opacity:1}.chat a.chat-active.open:hover svg.icn-close,.chat button.chat-active.open:hover svg.icn-close{fill:#00e9d4}.chat a.chat-active.open:hover .txt,.chat button.chat-active.open:hover .txt{color:#00e9d4}.chat a.chat-offline .live-txt,.chat button.chat-offline .live-txt{opacity:0;position:absolute}.chat a.chat-offline .offline-txt,.chat button.chat-offline .offline-txt{opacity:1;position:relative}.chat a.chat-loading .live-txt,.chat button.chat-loading .live-txt{opacity:0;position:absolute}.chat a.chat-loading .loading-txt,.chat button.chat-loading .loading-txt{opacity:1;position:relative}.chat a.chat-loading .icn-chat,.chat button.chat-loading .icn-chat{display:none}.chat a.chat-loading .loader,.chat button.chat-loading .loader{display:block}}