.ChatWidget_chatWidget__Jq9KX{position:fixed;bottom:24px;left:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-start}@media(max-width:767.9px){.ChatWidget_chatWidget__Jq9KX{bottom:16px;left:16px}}.ChatWidget_chatBubble__wv6Uy{width:56px;height:56px;border-radius:50%;border:none;background:#3b8bff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:background .2s,transform .2s}.ChatWidget_chatBubble__wv6Uy:hover{background:rgb(8,108.8163265306,255);transform:scale(1.05)}.ChatWidget_chatBubble__wv6Uy:active{transform:scale(.95)}.ChatWidget_chatWindow__zNyYx{position:absolute;bottom:72px;left:0;width:380px;height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.95);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.ChatWidget_chatWindow--open__sMKmA{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}@media(max-width:767.9px){.ChatWidget_chatWindow__zNyYx{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:0;transform:translateY(100%)}.ChatWidget_chatWindow--open__sMKmA{transform:translateY(0)}}.ChatWidget_chatWindow__header__kKI3a{padding:16px 20px;background:#167edd;color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:space-between}@media(max-width:767.9px){.ChatWidget_chatWindow__header__kKI3a{padding-top:20px}}.ChatWidget_chatWindow__title__IFhwU{font-size:16px;font-weight:600;line-height:1.4}.ChatWidget_chatWindow__close__PIKiQ{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:4px;line-height:0;opacity:.8;transition:opacity .2s}.ChatWidget_chatWindow__close__PIKiQ:hover{opacity:1}@media(max-width:767.9px){.ChatWidget_chatWindow__close__PIKiQ{display:flex}}.ChatWidget_chatMessages__CxH8h{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ChatWidget_chatMessages__welcome__QiX_J{text-align:center;color:#808790;font-size:14px;padding:24px 16px;line-height:1.5}.ChatWidget_chatMessages__message__Cuays{max-width:85%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-break:break-word}.ChatWidget_chatMessages__message--user__UXDHD{align-self:flex-end;background:#167edd;color:#fff;border-bottom-right-radius:4px}.ChatWidget_chatMessages__message--user__UXDHD p{margin:0}.ChatWidget_chatMessages__message--assistant__8FM9N{align-self:flex-start;background:#f5f7fa;color:#2b3746;border-bottom-left-radius:4px}.ChatWidget_chatMessages__message--assistant__8FM9N p{margin:0 0 8px}.ChatWidget_chatMessages__message--assistant__8FM9N p:last-child{margin-bottom:0}.ChatWidget_chatMessages__message--assistant__8FM9N a{color:#167edd;text-decoration:underline}.ChatWidget_chatMessages__message--assistant__8FM9N ol,.ChatWidget_chatMessages__message--assistant__8FM9N ul{margin:4px 0;padding-left:20px}.ChatWidget_chatMessages__message--assistant__8FM9N code{background:#eaebec;padding:1px 4px;border-radius:4px;font-size:13px}.ChatWidget_chatMessages__typing__qWQ4I{display:flex;gap:4px;padding:4px 0}.ChatWidget_chatMessages__typing__qWQ4I span{width:8px;height:8px;border-radius:50%;background:#959ba3;animation:ChatWidget_typingBounce__y9v0k 1.4s ease-in-out infinite both}.ChatWidget_chatMessages__typing__qWQ4I span:first-child{animation-delay:-.32s}.ChatWidget_chatMessages__typing__qWQ4I span:nth-child(2){animation-delay:-.16s}.ChatWidget_chatMessages__error__IxWIC{text-align:center;color:#de1446;font-size:13px;padding:8px}@keyframes ChatWidget_typingBounce__y9v0k{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ChatWidget_chatContactBanner__uRfvh{padding:10px 16px;border-top:1px solid #eaebec;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;background:#fff}.ChatWidget_chatContactBanner__link__hlA3t{font-size:12px;color:#167edd;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatWidget_chatContactBanner__link__hlA3t:hover{text-decoration:underline}.ChatWidget_chatContactBanner__button__0BQmj{font-size:12px;font-weight:600;color:#fff;background:#167edd;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;white-space:nowrap;transition:background .2s}.ChatWidget_chatContactBanner__button__0BQmj:hover{background:#166abf}.ChatWidget_chatInput__ujrli{padding:12px 16px;border-top:1px solid #eaebec;display:flex;align-items:flex-end;gap:8px;flex-shrink:0;background:#fff}.ChatWidget_chatInput__textarea__vQOJC{flex:1 1;border:1px solid #eaebec;border-radius:8px;padding:10px 12px;font-size:14px;font-family:var(--font-funnel-sans),"Inter",sans-serif;line-height:1.4;resize:none;outline:none;max-height:120px;overflow-y:hidden;transition:border-color .2s}.ChatWidget_chatInput__textarea__vQOJC:focus{border-color:#167edd}.ChatWidget_chatInput__textarea__vQOJC:disabled{opacity:.6;cursor:not-allowed}.ChatWidget_chatInput__send__fDIRX{width:36px;height:36px;border-radius:8px;border:none;background:#167edd;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,opacity .2s}.ChatWidget_chatInput__send__fDIRX:hover:not(:disabled){background:#166abf}.ChatWidget_chatInput__send__fDIRX:disabled{opacity:.4;cursor:not-allowed}.StaffAugmentationSection_staffAug__wMHwa{margin-bottom:96px}@media(max-width:767.9px){.StaffAugmentationSection_staffAug__wMHwa{margin-bottom:64px}}.StaffAugmentationSection_staffAug__inner__VtrWD{max-width:1186px;margin:0 auto}@media(max-width:1199.9px){.StaffAugmentationSection_staffAug__inner__VtrWD{margin:0 10px}}.StaffAugmentationSection_staffAug__box__u2EkB{background:linear-gradient(45deg,rgb(9,55,108) 21%,rgb(6,28,54) 83%);border-radius:24px 72px;padding:64px 80px;display:flex;align-items:center;justify-content:space-between;gap:32px}@media(max-width:991.9px){.StaffAugmentationSection_staffAug__box__u2EkB{flex-direction:column;align-items:flex-start;padding:48px 40px}}@media(max-width:767.9px){.StaffAugmentationSection_staffAug__box__u2EkB{padding:40px 28px;border-radius:16px 48px}}.StaffAugmentationSection_staffAug__content__PvRp3{flex:1 1;min-width:0}.StaffAugmentationSection_staffAug__label__tvA6W{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4dc2ff;margin-bottom:12px}.StaffAugmentationSection_staffAug__title__S7app{font-size:40px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:16px}@media(max-width:991.9px){.StaffAugmentationSection_staffAug__title__S7app{font-size:32px}}@media(max-width:767.9px){.StaffAugmentationSection_staffAug__title__S7app{font-size:28px}}.StaffAugmentationSection_staffAug__description__5FOxV{font-size:18px;font-weight:400;line-height:1.5;color:hsla(0,0%,100%,.8);max-width:560px}@media(max-width:767.9px){.StaffAugmentationSection_staffAug__description__5FOxV{font-size:16px}}.StaffAugmentationSection_staffAug__ctaWrap__JZKm5{flex-shrink:0}.StaffAugmentationSection_staffAug__cta___nt9_{display:inline-block;padding:16px 36px;background-color:#3b8bff;border-radius:6px;font-size:16px;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.StaffAugmentationSection_staffAug__cta___nt9_:hover{opacity:.9}@media(max-width:767.9px){.StaffAugmentationSection_staffAug__cta___nt9_{width:100%;text-align:center}}