.chat{background-color:#fff;font-size:100px;min-width:.8em;height:.8em;position:fixed;bottom:0px;left:0px;text-align:center;cursor:pointer;z-index:2000000001}@media screen and (max-width : 1280px){.chat{font-size:7.8125vw;min-height:60px}}@media screen and (max-width: 960px){.chat{font-size:75px}}.chat a{display:flex;align-items:center;position:relative;height:100%;padding:.18em .2em .18em .1em;transition:background-color 300ms ease}.chat a svg[class^=icn-]{flex-shrink:0;width:auto;height:100%;margin-right:.15em;transition:fill 300ms ease}.chat a svg.icn-chat{fill:#292929;z-index:2}.chat a svg.icn-close{fill:#fff;opacity:0;position:absolute;z-index:1;padding:.05em}.chat a .loader{position:absolute;left:.04em;opacity:0;width:.6em;height:.6em}.chat a .txt{flex-shrink:0;font-size:.2em;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{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{background-color:rgba(0,0,0,0)}.chat a:hover svg.icn-chat{fill:#707070}.chat a:hover .txt{color:#707070}.chat a.chat-active .live-txt{opacity:0;position:absolute}.chat a.chat-active .start-txt{opacity:1;position:relative}.chat a.chat-active.open{background-color:#112f51;color:#fff}.chat a.chat-active.open svg.icn-chat{opacity:0;position:absolute}.chat a.chat-active.open svg.icn-close{position:static;opacity:1}.chat a.chat-active.open .start-txt{opacity:0;position:absolute}.chat a.chat-active.open .now-chatting-txt{position:relative;opacity:1}.chat a.chat-active.open:hover svg.icn-close{fill:#00e9d4}.chat a.chat-active.open:hover .txt{color:#00e9d4}.chat a.chat-offline .live-txt{opacity:0;position:absolute}.chat a.chat-offline .offline-txt{opacity:1;position:relative}.chat a.chat-loading .live-txt{opacity:0;position:absolute}.chat a.chat-loading .loading-txt{opacity:1;position:relative}.chat a.chat-loading .loader{opacity:1}.chat a.chat-loading svg.icn-chat{padding:.08em;animation:load-colour-change 2s ease-in-out infinite}.chat-cookie-permission{display:none;position:fixed;bottom:90px;left:10px;z-index:2000000001}.chat-cookie-permission.show{display:flex}.chat-cookie-permission .wrapper{flex-direction:column;background-color:#fff;width:300px;padding:25px;box-shadow:0 1px 50px rgba(0,0,0,.2);overflow:hidden}.chat-cookie-permission .close{position:absolute;top:14px;right:14px;width:24px;height:24px;display:flex;justify-content:center;align-items:center;opacity:.5;transform:rotate(45deg);transition:opacity 300ms ease}.chat-cookie-permission .close::before,.chat-cookie-permission .close::after{content:"";display:block;width:80%;height:3px;border-radius:3px;background-color:#fff}.chat-cookie-permission .close::after{transform:rotate(90deg);margin-left:-80%}@media(hover : hover){.chat-cookie-permission .close:hover{opacity:1}}.chat-cookie-permission h6{background-color:#112f51;background:linear-gradient(0deg, rgb(17, 47, 81) -50%, rgb(203, 60, 136) 100%);font-size:1.5em;line-height:1.25em;color:#fff;padding:25px;margin:-25px -25px 25px}.chat-cookie-permission p{font-size:1em;line-height:1.5em;margin-bottom:1.5em}.chat-cookie-permission p a{font-weight:400;color:#db2556;text-decoration:none;border-bottom:solid #db2556 2px}@media(hover : hover){.chat-cookie-permission p a:hover{background:linear-gradient(to right, #db2556, #112f51);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-color:rgba(0,0,0,0)}}.chat-cookie-permission .buttons{align-self:stretch;display:flex;justify-content:space-between;align-items:center}.chat-cookie-permission .buttons .button{display:inline-flex;font-size:16px;margin:0;text-align:center}.chat-cookie-permission .buttons .button.prime{background-color:#cb3c88}.chat-cookie-permission .buttons .button.prime:hover{background-color:#292929}.chat-cookie-permission .buttons .button.decline{font-size:14px;border-color:rgba(0,0,0,0)}@media(hover : hover){.chat-cookie-permission .buttons .button.decline:hover{transform:none;color:#cb3c88;background:none;box-shadow:none;text-decoration:underline}}@media screen and (max-width: 599px){.chat-cookie-permission{z-index:2000000002;bottom:calc(50% - 186px);left:calc(50% - 150px)}.chat-cookie-permission .wrapper{position:relative;z-index:1}.chat-cookie-permission::after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#292929;opacity:.8}}@keyframes load-colour-change{100%,0%{fill:#ccc}50%{fill:#292929}}