@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px) rotate(-90deg);transform:translateY(1000px) rotate(-90deg);opacity:0}to{-webkit-transform:translateY(0) rotate(-90deg);transform:translateY(0) rotate(-90deg);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px) rotate(-90deg);transform:translateY(1000px) rotate(-90deg);opacity:0}to{-webkit-transform:translateY(0) rotate(-90deg);transform:translateY(0) rotate(-90deg);opacity:1}}#custom-intercom{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999999999;height:32px;width:132px;right:-50px;top:466px;padding:8px;background-color:var(--accent);border-radius:4px 4px 0 0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}#custom-intercom.is-mobile{top:unset;bottom:66px;height:24px;right:-53px}#custom-intercom:hover{-webkit-transition:background-color .3s;transition:background-color .3s;background-color:var(--accent-dark)}#custom-intercom svg{margin-right:7px;margin-bottom:-4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}#custom-intercom h6{font-size:11px;color:var(--light);font-weight:400;margin-bottom:0}#custom-intercom .badge{height:16px;width:16px;background-color:var(--primary-medium-3);border-radius:50%;font-size:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-8px;right:-8px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}