#contact-chat-links-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;margin-left:50px}#contact-chat-links-wrapper .btn{justify-content:center;align-items:center;column-gap:10px;display:flex;font-weight:700;cursor:pointer;flex-basis:380px}#contact-chat-links-wrapper .btn>span{margin:12px 0}#contact-chat-links-wrapper .btn>svg{fill:#fff}#contact-chat-link-text{display:block}.contact-chat-heading{margin:0 0 15px 30px}.chat-fc-form-outer div.fc-form a.fc-button{text-decoration:none}@media screen and (max-width:860px){.contact-chat-heading{flex-basis:100%}#contact-chat-links-wrapper{margin-left:0;justify-content:center}}.spinner{display:none;margin:5px auto;width:50px;height:32px;text-align:center;font-size:10px}.spinner>div{background-color:#fff;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}