#quiq-chat-button {display:inline-block;padding:5px 12px 6px;background:#333D4F;color:#FBFDFE;text-align:center;font-size:12px;line-height:20px;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);transform-origin:bottom left;-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2);-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.2);box-shadow:2px 2px 6px rgba(0,0,0,0.2);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:default;user-select:none;min-width:138px;max-width:280px;z-index:99 }#quiq-chat-button.visible {animation-name:stretch;animation-duration:0.4s;animation-delay:0;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:none;animation-play-state:running }body.has-share #quiq-chat-button {bottom:68px }#quiq-chat-button:after {top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(35,169,225,0);border-top-color:#333D4F;border-width:7px;margin-left:-7px }#quiq-chat-button.chatVisible {display:none }#quiq-chat-button.hide {display:none!important }@keyframes stretch {0% {transform:scale(.3) translateX(-50%) }50% {}100% {transform:scale(1) translateX(-50%) }}
#quiq-chat-button-desktop {background:#333D4F;border:none;border-radius:100%;justify-content:center;align-items:center;position:fixed;box-sizing:border-box;bottom:32px;right:24px;width:54px;height:54px;color:#FBFDFE;fill:#FBFDFE;cursor:pointer;transition:all .15s ease-in-out;box-shadow:0 4px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12);z-index:900;display:none }#quiq-chat-button-desktop.show {display:flex!important;animation:chatButtonIn 0.4s ease-in-out 1 }#quiq-chat-button-desktop.hide {display:none }@keyframes chatButtonIn {0% {transform:scale(1) }50% {transform:scale(1.18) }100% {transform:scale(1) }}.quiq-chat-blurb-popup.mobile {position:fixed;bottom:34px;right:90px;background:#333D4F;color:#FBFDFE;padding:9px 28px 13px 10px;max-width:66vw;border-radius:5px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.4);text-align:left;opacity:0;display:none }.quiq-chat-blurb-popup.mobile br {display:none }.quiq-chat-blurb-popup.show {display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;justify-content:space-between;animation:blurbIn 0.4s linear 1;animation-fill-mode:both;animation-delay:0.4s!important }.quiq-chat-blurb-popup__avatar {padding-left:.5em }.quiq-chat-blurb-popup__avatar img {width:40px;height:auto;position:relative;top:1px }@media only screen and (min-width:600px) {.quiq-chat-blurb-popup__avatar img {width:48px }}.quiq-chat-blurb-popup.unshow {display:block;animation:blurbOut 0.4s linear 1 }.quiq-chat-blurb-popup.mobile p {font-size:14px;line-height:21px;margin-bottom:0 }.quiq-chat-blurb-close {position:absolute;top:5px;right:9px;color:#FBFDFE;font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:19px;font-weight:600 }.quiq-chat-blurb-close:hover {color:#EAF7FC }.quiq-channels {display:flex;flex-direction:column;position:fixed;right:24px;bottom:100px;z-index:900;pointer-events:none }.quiq-channels.show {pointer-events:all }a.quiq-channels-close {margin-bottom:14px;text-align:right;width:30px;height:30px;line-height:30px;background:#fff;border-radius:50%;text-align:center;box-shadow:0 1px 6px rgba(0,0,0,.117647),0 1px 4px rgba(0,0,0,.117647);color:#555;font-size:14px;float:right }.quiq-channels-close:hover,.quiq-channels-close:focus{opacity:1 }.quiq-channel {width:174px;height:48px;color:#fff;font-weight:bold;font-size:16px;border:1px solid rgba(255,255,255,0.2);border-radius:7px;margin-bottom:10px;display:flex;align-items:center;transition:0.15s ease-in-out all;cursor:pointer;background-color:#343746 }.quiq-channel-chat {background-color:#23A8E1 }.quiq-channel .quiq-icon {margin-left:12px;text-align:center }.quiq-icon img {width:30px;height:auto }.quiq-channel .quiq-label {flex:1 1 auto;text-align:center;font-size:15px;line-height:25px }.quiq-channels .animated {transform:translateX(280px) }.quiq-channels.show .animated {animation:channelButtonIn 0.3s ease-in-out;animation-fill-mode:both }.quiq-channels.unshow .animated {animation:channelButtonOut 0.3s ease-in-out;animation-fill-mode:both }.quiq-channel-sms {animation-delay:0.1s !important }.quiq-channels-close {animation-delay:0.2s !important }body.has-share #quiq-chat-button-desktop,body.has-share .quiq-chat-blurb-popup.mobile {bottom:42px }body.has-share .quiq-channels{bottom:110px }@media only screen and (min-width:600px) {.quiq-chat-blurb-popup.mobile {padding:12px 28px 16px 16px;max-width:330px }.quiq-chat-blurb-popup.mobile p {font-size:15px;line-height:22px }}@keyframes channelButtonIn {0% {transform:translateX(280px) }80% {transform:translateX(-10px) }100% {transform:translateX(0) }}@keyframes channelButtonOut {0% {transform:translateX(0) }20% {transform:translateX(-10px) }100% {transform:translateX(280px) }}@keyframes blurbIn {0% {opacity:0;transform:scale(0.5) translateX(30%) }65% {opacity:50%;transform:scale(1.05) translateX(-1%) }100% {opacity:1;transform:scale(1) translateX(0) }}@keyframes blurbOut {0% {opacity:1;transform:scale(1) translateX(0) }100% {opacity:0;transform:scale(0.5) translateX(30%) }}