body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.sc-emoji-picker{overflow:auto;width:100%;max-height:calc(100% - 40px);box-sizing:border-box;padding:15px}.sc-emoji-picker--category{display:flex;flex-direction:row;flex-wrap:wrap}.sc-emoji-picker--category-title{min-width:100%;color:#b8c3ca;font-weight:200;font-size:13px;margin:5px;letter-spacing:1px}.sc-emoji-picker--emoji{margin:5px;width:30px;line-height:30px;text-align:center;cursor:pointer;vertical-align:middle;font-size:28px;transition:transform 60ms ease-out,-webkit-transform 60ms ease-out;transition-delay:60ms}.sc-emoji-picker--emoji:hover{-webkit-transform:scale(1.4);transform:scale(1.4)}.sc-chat-window{width:370px;height:calc(100% - 300px);max-height:590px;position:fixed;right:25px;bottom:100px;box-sizing:border-box;box-shadow:0 7px 40px 2px rgba(148,149,150,.3);background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:.3s ease-in-out;border-radius:10px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.sc-chat-window.closed{opacity:0;visibility:hidden;bottom:90px}.sc-message-list{height:80%;overflow-y:auto;background-color:#fff;background-size:100%;padding:10px 0 0;display:flex;flex-direction:column-reverse}.sc-message--me{text-align:right}.sc-message--them{text-align:left}.sc-chat-window-loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#d3d3d3}@media screen and (max-width:10000px){.sc-chat-window{width:100%;height:100%;max-height:100%;right:0;bottom:0;border-radius:0;transition:.1s ease-in-out}.sc-chat-window.closed{bottom:0}}.sc-launcher{background-color:#ff4646;background-position:50%;background-repeat:no-repeat;position:fixed;box-shadow:none;cursor:pointer}.sc-launcher,.sc-launcher:before{width:60px;height:60px;border-radius:50%;transition:box-shadow .2s ease-in-out}.sc-launcher:before{content:"";position:relative;display:block}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{position:fixed;right:0;bottom:0}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{width:60px;height:60px;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.sc-launcher .sc-open-icon{padding:20px;box-sizing:border-box;opacity:0}.sc-launcher.opened .sc-open-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:1}.sc-launcher.opened .sc-closed-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}.sc-launcher:hover{opacity:1}.sc-new-messages-count{position:absolute;top:-3px;left:41px;justify-content:center;flex-direction:column;border-radius:50%;width:22px;height:22px;text-align:center;margin:auto;font-size:12px;font-weight:500;box-shadow:-1px 1px 2px rgba(0,0,0,.3)}.sc-header,.sc-new-messages-count{display:flex;background:#ff4646;color:#fff}.sc-header{max-height:60px;border-top-left-radius:9px;border-top-right-radius:9px;padding:10px;box-shadow:0 1px 4px rgba(0,0,0,.2);position:relative;box-sizing:border-box}.sc-header--img{border-radius:50%;align-self:center;padding:6px;width:35px;height:35px}.sc-header--team-name{align-self:center;padding:10px;flex:1 1;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.sc-header--close-button{width:40px;align-self:center;height:40px;margin-right:10px;box-sizing:border-box;cursor:pointer;border-radius:5px}.sc-header--close-button img{width:100%;height:100%;padding:13px;box-sizing:border-box}@media (max-width:450px){.sc-header{border-radius:0}}.sc-message{margin:0 10px;padding-bottom:10px}.sc-message--content{width:100%;display:flex}.sc-message--content.sent{justify-content:flex-end}.sc-message--content.sent .sc-message--avatar{display:none}.sc-message--avatar{background-image:url(https://d13yacurqjgara.cloudfront.net/assets/avatar-default-aa2eab7684294781f93bc99ad394a0eb3249c5768c21390163c9f55ea8ef83a4.gif);background-repeat:no-repeat;background-size:100%;background-position:50%;width:30px;max-width:30px;min-height:30px;border-radius:50%}.sc-message--text{padding:10px 10px 5px;border-radius:6px;font-weight:300;font-size:16px;line-height:1.4;white-space:pre-wrap;-webkit-font-smoothing:subpixel-antialiased;word-wrap:break-word;display:inline-block}.sc-message--content.sent .sc-message--text{color:#fff;background-color:#7cb4df;max-width:calc(100% - 120px);word-wrap:break-word}.sc-message--content.received .sc-message--text{color:#263238;background-color:#f4f7f9;max-width:calc(100% - 120px);margin-right:40px}.sc-message--emoji{font-size:40px}.sc-message--file{background:#fff;border:1px solid #cccdd1;padding:15px 20px;border-radius:5px;font-weight:300;font-size:14px;line-height:1.4}.sc-message--file p{margin:0;color:rgba(86,88,103,.6)}.sc-message--file .sc-user-input--file-icon:hover path{fill:rgba(86,88,103,.3)}@media (max-width:370px){.sc-message{width:90%}}.sc-message-file-image{display:block;width:100%;height:auto;object-fit:contain}.sc-message-file-image-overlay{top:0;bottom:10;left:0;right:0;height:100%;width:100%;opacity:0;transition:.1s ease;position:absolute;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#fff;-webkit-font-smoothing:subpixel-antialiased}.sc-message-file-image-overlay:hover{opacity:1;background-color:rgba(0,0,0,.5)}.sc-message-file{padding:10px 10px 5px;border-radius:6px;max-width:calc(100% - 120px);line-height:1.4;transition:.3s ease-in-out}.sc-message-file,.sc-message-file-image-container{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.sc-message-file-image-container{position:relative}.sc-message-file.received{background-color:#f4f7f9}.sc-message-file.sent{background-color:#7cb4df}.sc-message-file.enlarged{max-width:100%;transition:.3s ease-in-out}.sc-message-file-overlay{position:absolute;background-color:#7cb4df}.sc-user-input{min-height:55px;margin:10px 20px 10px 10px;position:relative;bottom:0;display:flex;background-color:#f4f7f9;border-radius:10px;transition:background-color .2s ease,box-shadow .2s ease}.sc-user-input--text{width:80%;resize:none;border:none;outline:none;border-bottom-left-radius:10px;box-sizing:border-box;padding:18px;font-size:15px;font-weight:400;white-space:pre-wrap;word-wrap:break-word;color:#565867;-webkit-font-smoothing:antialiased;max-height:200px;bottom:0;overflow-x:hidden!important;overflow-y:auto}.sc-user-input--text:empty:before{content:attr(placeholder);display:block;color:rgba(86,88,103,.3);outline:none}.sc-user-input--buttons{width:100px;position:absolute;right:10px;height:100%;display:flex;justify-content:flex-end}.sc-user-input--button:first-of-type{width:40px}.sc-user-input--button{width:30px;height:55px;display:flex;flex-direction:column;justify-content:center}.sc-user-input--button button{cursor:pointer}.sc-user-input--buttons input[type=file]{display:none}.sc-user-input--picker-wrapper{display:flex;flex-direction:column}.sc-user-input.active{box-shadow:none;background-color:#fff;box-shadow:0 -5px 20px 0 rgba(150,165,190,.2)}.sc-user-input.loading{background-color:#d3d3d3}.sc-user-input--file-icon,.sc-user-input--send-icon{height:20px;width:20px;cursor:pointer;align-self:center;outline:none}.sc-user-input--file-icon path,.sc-user-input--send-icon path{fill:rgba(86,88,103,.3)}.sc-user-input--file-icon:hover path,.sc-user-input--send-icon:hover path{fill:#565867}.sc-user-input--emoji-icon-wrapper,.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{background:none;border:none;padding:2px;margin:0;display:flex;flex-direction:column;justify-content:center}.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{flex-direction:row}.sc-user-input--emoji-icon-wrapper:focus{outline:none}.sc-user-input--emoji-icon{height:18px;cursor:pointer;align-self:center}.sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon path{fill:rgba(86,88,103,.3)}.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon path,.sc-user-input--emoji-icon.active circle,.sc-user-input--emoji-icon.active path,.sc-user-input--emoji-icon:hover circle,.sc-user-input--emoji-icon:hover path{fill:#565867}.sc-popup-window{position:relative;width:150px}.sc-popup-window--cointainer{position:absolute;bottom:20px;right:100px;width:330px;max-height:260px;height:260px;box-shadow:0 7px 40px 2px rgba(148,149,150,.3);background:#fff;border-radius:10px;outline:none;transition:.2s ease-in-out;z-index:1;padding:0 5px 5px;box-sizing:border-box}.sc-popup-window--cointainer.closed{opacity:0;visibility:hidden;bottom:14px}.sc-popup-window--cointainer:after{content:"";width:14px;height:14px;background:#fff;position:absolute;z-index:-1;bottom:-6px;right:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px}.sc-popup-window--search{width:290px;box-sizing:border-box;margin:auto;display:block;border-width:0 0 1px;color:#565867;padding-left:25px;height:40px;font-size:14px;background-image:url(https://js.intercomcdn.com/images/search@2x.32fca88e.png);background-size:16px 16px;background-repeat:no-repeat;background-position:0 12px;outline:none}.sc-popup-window--search::-webkit-input-placeholder{color:#c1c7cd}.sc-popup-window--search:-ms-input-placeholder{color:#c1c7cd}.sc-popup-window--search::placeholder{color:#c1c7cd}
/*# sourceMappingURL=main.df08496f.chunk.css.map */