.chat-avatar{margin-right:.75rem}.chat-avatar img{height:32px;width:32px;border-radius:50%}.dot-flashing{left:10px;position:relative;width:2px;height:2px;border-radius:50%;background-color:#fff;color:#fff;animation:dot-flashing 1s infinite linear alternate;animation-delay:.5s}.dot-flashing:before,.dot-flashing:after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-10px;width:2px;height:2px;border-radius:50%;background-color:#fff;color:#fff;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after{left:10px;width:2px;height:2px;border-radius:50%;background-color:#fff;color:#fff;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#fff}50%,to{background-color:#fff3}}.chat-message{display:flex;align-items:flex-start;margin:.5rem 0}.chat-message:first-child{margin-top:0}.chat-message__chat{font-size:1rem;color:#fff}.chat-message__chat p{min-height:32px;margin:0;display:flex;align-items:center;line-height:1.375;flex-flow:wrap}.chat-message__chat p>a{cursor:pointer;margin:0 .5rem;color:#fff;text-decoration:underline}.chat-messages{width:100%;overflow-y:scroll;padding-bottom:.5rem}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{border-radius:3px;background:#fff3}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-input{width:100%;border-top:1px solid rgba(255,255,255,.2);padding-top:.75rem;display:flex}.chat-input__input{background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;flex-grow:1;font-size:1.125rem;line-height:1.375}.chat-input__input::-moz-placeholder{color:#fff;opacity:1}.chat-input__input:-ms-input-placeholder{color:#fff;opacity:1}.chat-input__input::placeholder{color:#fff;opacity:1}.chat-input__input:focus-visible{outline:0}.chat-input__input:focus{outline:0;box-shadow:none}.chat-input .icon{font-size:1.125rem}:root{--site-px: 24px;--site-mb: 40px}@media (min-width: 768px){:root{--site-px: 36px}}@media (min-width: 992px){:root{--site-px: 48px}}@media (min-width: 1200px){:root{--site-px: 64px}}.chat-widget{position:sticky;display:flex;align-items:flex-end;flex-grow:1;bottom:1.5rem;pointer-events:none}@media (min-width: 768px){.chat-widget{bottom:2.5rem}}.chat-widget>*{pointer-events:auto}.chat-widget_close{justify-content:flex-end}.chat-widget__body{max-height:200px;width:100%;margin-left:auto;margin-right:auto;border-radius:5px;background:linear-gradient(90deg,#307582,#1c355e);display:flex;justify-content:center;align-items:center;padding:1.25rem;flex-direction:column}@media (min-width: 768px){.chat-widget__body{width:738px}}.chat-widget__body .icon-close{color:#fff;font-size:1.125rem;line-height:1.375;cursor:pointer}.chat-widget__toggle{background:#1c355e;color:#fff;height:58px;width:58px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}
