@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeUp{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes fadeUp{0%{transform:translateY(10px)}to{transform:translateY(0)}}button.sales-chat{position:fixed;bottom:-75px;left:calc(50% - 55px);width:200px;height:65px;background:#1f2044;color:#fff;cursor:pointer;border-top-left-radius:17px;font-size:20px;text-align:left;padding:28px 17px;box-shadow:-2px -2px 10px 0 rgba(0,0,0,.2);transition:transform .5s;transition:box-shadow .3s;z-index:999}button.sales-chat:hover{box-shadow:-2px -2px 10px 0 rgba(0,0,0,.3)}button.sales-chat:hover .arrow{display:inline-block}button.sales-chat.displayed{transform:translateY(-75px)}button.sales-chat:before{content:"";border-top-left-radius:15px;position:absolute;top:0;left:0;height:15px;width:100%;background:#ffcf00}button.sales-chat:after{content:"";position:absolute;top:15px;right:-1px;height:50px;width:50px;background:#2e93ee;-webkit-clip-path:polygon(calc(100% - .5px) 0,0 100%,calc(100% - .5px) 100%);clip-path:polygon(calc(100% - .5px) 0,0 100%,calc(100% - .5px) 100%)}button.sales-chat .arrow{margin-left:3px;display:none}@media (min-width:768px){button.sales-chat{left:calc(50% + 184px)}}@media (min-width:992px){button.sales-chat{left:calc(50% + 296px)}}@media (min-width:1200px){button.sales-chat{left:calc(50% + 347px)}}
