@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";.mktcht--launcher-container{position:fixed;bottom:24px;right:24px;z-index:99999;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:8px}.mktcht--chat-container{position:fixed;right:0;bottom:0;width:100dvw;height:100dvh;background:#fff;border:1px solid #cfd3d8;box-shadow:0 4px 12px #21242924;z-index:99998;overflow:hidden;display:none;flex-direction:column}@media (min-width: 768px){.mktcht--chat-container{width:428px;height:min(587px,100dvh - 24px);right:24px;bottom:24px;border-radius:12px}}@media (min-width: 1220px){.mktcht--chat-container{width:440px}}.mktcht--chat-container iframe{border:none;width:100%;height:100%;flex:1}.mktcht--header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#7befff;box-shadow:0 4px 12px #21242924;height:46px;z-index:99999}.mktcht--header__logo-container{display:flex;gap:8px;align-items:center;justify-content:flex-start;padding:8px 16px}.mktcht--header__logo{display:flex;align-items:center;justify-content:center}.mktcht--header__logo img{width:29px;height:29px}.mktcht--header__title{color:#0a0a0a;text-align:center;font-family:DM Sans,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:140%}.mktcht--header__close-btn{display:flex;align-items:center;padding:14px 16px;cursor:pointer}#mktcht--preview{position:relative;padding:16px 24px;background:#f1f3f5;max-width:296px;border-radius:16px 16px 0;box-shadow:0 4px 8px #00000040;z-index:99997;overflow:hidden;flex-direction:column;display:none;align-items:center;justify-content:center;animation:appear 3s ease-in-out}#mktcht--preview:hover{cursor:pointer}#mktcht--preview .mktcht--msg{color:#000;font-size:16px;font-family:DM Sans,sans-serif}@keyframes appear{0%{opacity:0;right:-20px}50%{opacity:1;right:0}to{opacity:1;right:0}}@media (width >= 1024px){#mktcht--preview{display:flex}}#mktcht--widget{position:relative;justify-self:flex-end;width:64px;height:64px;background-color:#003d5c;border:#003d5c 1px solid;border-radius:50%;box-shadow:0 4px 8px #00000040;cursor:pointer;z-index:99999;display:flex;align-items:center;justify-content:center;font-size:32px;transition:all .1s ease-in-out}#mktcht--widget:hover{background-color:#005a87}#mktcht--widget .mktcht--widget-icon{height:32px;width:32px}@media (width >= 1024px){#mktcht--widget{width:96px;height:96px;box-shadow:none}#mktcht--widget .mktcht--widget-icon{height:48px;width:48px}}*{box-sizing:border-box;margin:0;padding:0}
