#Smallchat,#Smallchat *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}#Smallchat .Layout{pointer-events:auto;box-sizing:content-box!important;z-index:999999999;position:fixed;bottom:20px;min-width:50px;max-width:300px;max-height:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;border-radius:50px;box-shadow:5px 0 20px 5px rgba(0,0,0,.1);animation:appear .15s cubic-bezier(.25,.25,.5,1.1);animation-fill-mode:forwards;opacity:0;transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1),min-width .2s cubic-bezier(.25,.25,.5,1),max-width .2s cubic-bezier(.25,.25,.5,1),min-height .2s cubic-bezier(.25,.25,.5,1),max-height .2s cubic-bezier(.25,.25,.5,1),border-radius 50ms cubic-bezier(.25,.25,.5,1) .15s,background-color 50ms cubic-bezier(.25,.25,.5,1) .15s,color 50ms cubic-bezier(.25,.25,.5,1) .15s}#Smallchat .Layout-left{left:20px}#Smallchat .Layout-left.Layout-mobile{left:10px}#Smallchat .Layout-left.Layout-mobile.Layout-expand{left:0}#Smallchat .Layout-right{right:20px}#Smallchat .Layout-right.Layout-mobile{right:10px}#Smallchat .Layout-right.Layout-mobile.Layout-expand{right:0}#Smallchat .Layout-open{overflow:hidden;min-width:300px;max-width:300px;height:500px;max-height:500px;border-radius:10px;color:#fff;transition:right .1s cubic-bezier(.25,.25,.5,1),bottom .1s cubic-bezier(.25,.25,.5,1.1),min-width .2s cubic-bezier(.25,.25,.5,1.1),max-width .2s cubic-bezier(.25,.25,.5,1.1),max-height .2s cubic-bezier(.25,.25,.5,1.1),min-height .2s cubic-bezier(.25,.25,.5,1.1),border-radius 0ms cubic-bezier(.25,.25,.5,1.1),background-color 0ms cubic-bezier(.25,.25,.5,1.1),color 0ms cubic-bezier(.25,.25,.5,1.1)}#Smallchat .Layout-trigger{height:auto;min-height:50px}#Smallchat .Layout-expand{height:500px;min-height:500px}#Smallchat .Layout-mobile{bottom:10px}#Smallchat .Layout-mobile.Layout-open{width:calc(100% - 20px);min-width:calc(100% - 20px)}#Smallchat .Layout-mobile.Layout-expand{bottom:0;height:100%;min-height:100%;width:100%;min-width:100%;border-radius:0!important}@keyframes appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}#Smallchat .Messenger_messenger{position:relative;height:100%;width:100%;min-width:300px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}#Smallchat .Messenger_header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:10px;padding-right:40px;height:40px;-ms-flex-negative:0;flex-shrink:0}#Smallchat .Messenger_header .Avatar{margin-right:5px;opacity:0;animation:fadein .15s .3s;animation-fill-mode:forwards}#Smallchat .Messenger_header h4{opacity:0;font-size:16px;animation:slidein .15s .3s;animation-fill-mode:forwards}#Smallchat .Messenger_content{height:450px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff}#Smallchat .Messenger_prompt{margin:0;font-size:16px;line-height:18px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#Smallchat .Messenger_close{position:absolute;top:10px;right:10px;cursor:pointer;border-radius:4px;opacity:1;-ms-transform:scale(1);transform:scale(1);transition:transform 50ms ease-in-out}#Smallchat .Layout:not(.Layout-mobile) .Messenger_header:hover .Messenger_close{background-color:rgba(150,170,180,.1)}#Smallchat .Layout:not(.Layout-mobile) .Messenger_header:not(:hover) .Messenger_close{opacity:.7;-ms-transform:scale(.7);transform:scale(.7)}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slidein{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}#Smallchat .Alert{background-color:#4cfffa;animation:slackchat-fadeout 1s;animation-delay:3s}@keyframes slackchat-fadeout{0%{opacity:1}to{opacity:0}}#Smallchat .Input{position:relative;width:100%;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-top:17px;padding-bottom:15px;color:#96aab4;background-color:#fff;border-top:1px solid #e6ebea}#Smallchat .Input ::-webkit-input-placeholder{color:#96aab4}#Smallchat .Input ::-moz-placeholder{color:#96aab4}#Smallchat .Input :-ms-input-placeholder{color:#96aab4}#Smallchat .Input :-moz-placeholder{color:#96aab4}#Smallchat .Input :disabled{opacity:1;color:#96aab4;pointer-events:none}#Smallchat .Input-focus{border-top-color:transparent}#Smallchat .Input_field{width:100%;resize:none;border:none;outline:none;padding:0;padding-left:20px;padding-right:75px;background-color:transparent;font-size:16px;line-height:20px;min-height:20px!important}#Smallchat .Input_field.Files{padding-right:105px}#Smallchat .Input-blank .Input_field{max-height:20px}#Smallchat .Input_button{position:absolute;bottom:15px;width:25px;height:25px;padding:0;border:none;outline:none;background-color:transparent;cursor:pointer}#Smallchat .Input-emoji .Input_button-emoji .Icon,#Smallchat .Input_button:hover .Icon{-ms-transform:scale(1.1);transform:scale(1.1);transition:all .1s ease-in-out}#Smallchat .Input-emoji .Input_button-emoji .Icon path,#Smallchat .Input_button:hover .Icon path{fill:#2c2c46}#Smallchat .Input_button-files{right:75px}#Smallchat .Input_button-send{right:15px}#Smallchat .Input_button-emoji{right:45px}#Smallchat .emoji-mart{position:absolute;bottom:100%;right:10px;box-shadow:0 0 15px 0 rgba(0,0,0,.1)}#Smallchat .emoji-mart-anchor svg{width:18px;height:18px}#Smallchat .emoji-mart-category-label{position:relative}#Smallchat .emoji-mart-preview-emoji>.emoji-mart-emoji{padding:0}#Smallchat .emoji-mart-preview-data{left:55px}#Smallchat .emoji-mart-preview-skins{display:none}#Smallchat .emoji-mart-title-label{font-size:16px}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;display:inline-block;color:#222427;border:1px solid #d9d9d9;border-radius:5px;background:#fff}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.emoji-mart-anchors{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 6px;color:#858585;line-height:0}.emoji-mart-anchor{position:relative;-ms-flex:1;flex:1;text-align:center;padding:12px 4px;overflow:hidden;transition:color .1s ease-out}.emoji-mart-anchor-selected,.emoji-mart-anchor:hover{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#464646}.emoji-mart-anchors i{display:inline-block;width:100%;max-width:22px}.emoji-mart-anchors svg{fill:currentColor}.emoji-mart-scroll{overflow-y:scroll;height:270px;padding:0 6px 6px;border:solid #d9d9d9;border-width:1px 0}.emoji-mart-search{font-size:16px;display:block;width:100%;padding:.2em .6em;margin-top:6px;border-radius:25px;border:1px solid #d9d9d9;outline:0}.emoji-mart-category .emoji-mart-emoji span{z-index:1;position:relative;text-align:center;cursor:default}.emoji-mart-category .emoji-mart-emoji:hover:before{z-index:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;border-radius:100%}.emoji-mart-category-label{z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:0}.emoji-mart-category-label span{display:block;width:100%;font-weight:500;padding:5px 6px;background-color:#fff;background-color:hsla(0,0%,100%,.95)}.emoji-mart-emoji{position:relative;display:inline-block;font-size:0}.emoji-mart-no-results{font-size:14px;text-align:center;padding-top:70px;color:#858585}.emoji-mart-no-results span{display:inline-block;vertical-align:middle}.emoji-mart-preview{position:relative;height:70px}.emoji-mart-preview-data,.emoji-mart-preview-emoji,.emoji-mart-preview-skins{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-word}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{font-size:12px;color:#888}.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-shortname{margin-left:.5em}.emoji-mart-preview-emoticon{font-size:11px;color:#bbb}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{font-size:0;padding:2px 0;border:1px solid #d9d9d9;border-radius:12px;background-color:#fff}.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch{width:16px;padding:0 2px}.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;width:0;vertical-align:middle;transition-property:width,padding;transition-duration:.125s;transition-timing-function:ease-out}.emoji-mart-skin-swatch:first-child{transition-delay:0}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch-selected{position:relative;width:16px;padding:0 2px}.emoji-mart-skin-swatch-selected:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background-color:#fff;border-radius:100%;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.emoji-mart-skin{display:inline-block;width:100%;padding-top:100%;max-width:12px;border-radius:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}#Smallchat .Avatar{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;border-radius:10%;background-color:#96aab4}#Smallchat .Avatar-round{border-radius:50%}#Smallchat .Avatar_image{width:100%;height:auto}#Smallchat .SlackText{font-size:14px;line-height:18px;width:100%;word-wrap:break-word}#Smallchat .SlackText-only-emoji{font-size:32px}#Smallchat .slack-user{display:none}#Smallchat .PoweredBy{position:relative;top:5px;text-align:center}#Smallchat .PoweredBy:hover svg path{fill:#96aab4}#Smallchat .PoweredBy:hover svg path#icon{stroke:#96aab4}.AppIcon{width:24px;height:24px;border-radius:12px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#96aab4}.AppIcon .Icon{position:relative;top:-1px}#Smallchat .Messages{position:relative;-ms-flex-negative:1;flex-shrink:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:10px;background-color:#fff;-webkit-overflow-scrolling:touch}#Smallchat .Messages,#Smallchat .Messages_list{-ms-flex-positive:1;flex-grow:1}#Smallchat .Contact_form{margin:5px 0;margin-left:30px;padding:10px;border-radius:16px;background-color:#f4f6f6;color:#2c2c46}#Smallchat .Contact_greeting{display:-ms-flexbox;display:flex;margin-bottom:5px}#Smallchat .Contact_greeting p{margin:0;-ms-flex-positive:1;flex-grow:1;font-size:14px;line-height:18px}#Smallchat .Contact_dismiss{cursor:pointer;border-radius:4px;opacity:1;-ms-transform:scale(1);transform:scale(1);transition:transform 50ms ease-in-out}#Smallchat .Layout:not(.Layout-mobile) .Contact_dismiss:hover{background-color:rgba(150,170,180,.1)}#Smallchat .Layout:not(.Layout-mobile) .Contact_dismiss:not(:hover){opacity:.7;-ms-transform:scale(.7);transform:scale(.7)}#Smallchat .Contact_field{display:block;outline:none;border:none;width:100%;font-size:1em;margin:10px 0;padding:8px 10px;background:none;font-weight:400;font-size:14px;border-radius:4px;background-color:#fff;border:1px solid #e6ebea;color:#2c2c46;-webkit-appearance:none}#Smallchat .Contact_field::-webkit-input-placeholder{color:#96aab4}#Smallchat .Contact_field::-moz-placeholder{color:#96aab4}#Smallchat .Contact_field:-ms-input-placeholder{color:#96aab4}#Smallchat .Contact_field:-moz-placeholder{color:#96aab4}#Smallchat .Contact_field:focus{border-color:#2c2c46}#Smallchat .Contact_submit{height:30px;border:none;font-size:14px;padding:0 10px;outline:none;line-height:30px;border-radius:4px}#Smallchat .Contact_submit[disabled]{color:#96aab4!important;background-color:#fff!important;cursor:default}#Smallchat .Contact_submit:active{background-color:#324650!important}#Smallchat .Contact_submitted{display:-ms-flexbox;display:flex;margin-top:10px;padding-right:40px}#Smallchat .Contact_submitted p{padding:10px;border-radius:10px;background-color:#f4f6f6;margin:0;font-size:14px;line-height:30px;line-height:18px;color:#96aab4}#Smallchat .Contact_notify{width:24px;height:24px;border-radius:12px;margin-top:8px;margin-right:5px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#96aab4}#Smallchat .Contact_notify .Icon{position:relative;top:-1px}#Smallchat .Layout-mobile .Contact_field{font-size:16px}#Smallchat .Message{overflow:hidden;max-width:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#2c2c46}#Smallchat .Message b,#Smallchat .Message strong{font-weight:700}#Smallchat .Message pre{margin:0}#Smallchat .Message code{color:#ff664c;font-family:monospace!important;background-color:#f4f6f6;border:1px solid #e6ebea;border-radius:2px}#Smallchat .Message blockquote{margin:0;padding-left:5px;border-left:3px solid #96aab4}#Smallchat .Message-app,#Smallchat .Message-slack{padding-left:30px;padding-right:40px;-ms-flex-align:start;align-items:flex-start}#Smallchat .Message-client{padding-left:40px;-ms-flex-align:end;align-items:flex-end}#Smallchat .Message-client+.Message-slack,#Smallchat .Message-slack+.Message-client{margin-top:8px}#Smallchat .Message-client+.Message-client,#Smallchat .Message-slack+.Message-slack{margin-top:3px}#Smallchat .Message_content{min-width:40px;min-height:40px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;padding:10px;border-radius:10px;font-size:14px;line-height:18px;color:#2c2c46;animation:messagein .15s}#Smallchat .Message-slack .Message_content{border:1px solid #e6ebea;-ms-transform-origin:top left;transform-origin:top left}#Smallchat .Message-client .Message_content{background-color:#f4f6f6;-ms-transform-origin:top right;transform-origin:top right}#Smallchat .Message-app .Message_content{background-color:#f4f6f6;-ms-transform-origin:top left;transform-origin:top left;color:#96aab4}#Smallchat .Message-app{margin:8px 0}#Smallchat .Message-app .AppIcon{position:absolute;left:0;top:8px}#Smallchat .Message_timestamp{font-size:10px;line-height:12px;color:#96aab4}#Smallchat .Message .Avatar{position:absolute;left:0;top:8px}@keyframes messagein{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}#Smallchat .Blank{margin-top:100px;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}#Smallchat .Blank p{color:#96aab4;text-align:center;max-width:200px}#Smallchat .Launcher{-ms-flex-item-align:end;align-self:flex-end;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:15px;padding-left:15px;font-weight:500;cursor:pointer;white-space:nowrap}#Smallchat .Launcher-button .Icon,#Smallchat .Launcher-tab .Icon{margin-right:5px}#Smallchat .Launcher-icon{padding:0;min-width:60px;max-width:60px;min-height:54px;max-height:54px;height:54px;border-radius:50%}#Smallchat .Launcher-button{min-width:120px;border-radius:20px}#Smallchat .Launcher-button,#Smallchat .Launcher-tab{max-width:250px;min-height:40px;max-height:40px;height:40px}#Smallchat .Launcher-tab{bottom:0!important;min-width:200px;border-radius:10px 10px 0 0;-ms-flex-pack:start;justify-content:flex-start;-ms-transform-origin:bottom center;transform-origin:bottom center}#Smallchat .Launcher_indicator{position:absolute;right:-2px;top:-2px;width:12px;height:12px;border-radius:6px;background-color:#ff664c;animation:slackchat-pulse 3s infinite}@keyframes slackchat-pulse{0%{box-shadow:0 0 0 0 rgba(255,0,0,0)}10%{box-shadow:0 0 0 2px rgba(255,0,0,.5)}50%{box-shadow:0 0 0 10px rgba(255,0,0,0)}}#Smallchat .Trigger_trigger{width:100%;overflow:hidden}#Smallchat .Trigger_content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px;padding-right:40px;background-color:#96aab4}#Smallchat .Trigger_content .Avatar{-ms-flex-item-align:start;align-self:flex-start;margin-right:10px}#Smallchat .Trigger_content:hover .Trigger_close{opacity:1;-ms-transform:scale(1);transform:scale(1)}#Smallchat .Trigger_message{-ms-flex-negative:1;flex-shrink:1;min-width:200px;width:300px}#Smallchat .Trigger_message .SlackText{font-size:16px;line-height:21px}#Smallchat .Trigger_message .SlackText a{color:inherit}#Smallchat .Layout-mobile .Trigger_message{max-width:calc(100vw - 120px)}#Smallchat .Trigger_close{position:absolute;top:10px;right:10px;cursor:pointer;opacity:.7;-ms-transform:scale(.7);transform:scale(.7);transition:transform 50ms ease-in-out}