html,body{margin:0;padding:0;width:100%;min-height:100vh;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}#root{width:100%;min-height:100vh}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.td-chat-container{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;background:transparent;font-family:var(--td-font, "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif);overflow:hidden;position:relative;color:var(--td-text, #1a1a2e)}.td-chat-header{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:var(--td-secondary, #ffffff);border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;z-index:5}.td-chat-header-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--td-accent, #6C63FF) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:700;font-size:1rem;overflow:hidden}.td-chat-header-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.td-chat-header-info{display:flex;flex-direction:column;min-width:0}.td-chat-header-name{font-size:.95rem;font-weight:600;color:var(--td-text, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-chat-header-status{font-size:.75rem;color:#22c55e;display:flex;align-items:center;gap:4px}.td-chat-header-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;display:inline-block}.td-chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 1rem .5rem;display:flex;flex-direction:column;gap:.4rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.td-chat-messages::-webkit-scrollbar{width:4px}.td-chat-messages::-webkit-scrollbar-track{background:transparent}.td-chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.td-chat-bubble{max-width:78%;padding:.65rem .9rem;border-radius:18px;line-height:1.45;font-size:.925rem;word-wrap:break-word;animation:td-chat-fadeInUp .3s ease-out;position:relative}.td-chat-bubble--bot{align-self:flex-start;background:var(--td-secondary, #ffffff);color:var(--td-text, #1a1a2e);border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000f}.td-chat-bubble--user{align-self:flex-end;background:var(--td-secondary, #ffffff);color:var(--td-text, #1a1a2e);border-bottom-right-radius:4px;box-shadow:0 1px 2px #0000000f;border:1px solid #e4e6ea}.td-chat-typing{align-self:flex-start;background:var(--td-secondary, #ffffff);padding:.75rem 1.1rem;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #0000000f;display:flex;align-items:center;gap:4px;animation:td-chat-fadeInUp .2s ease-out}.td-chat-typing-dot{width:7px;height:7px;border-radius:50%;background:#b0b3b8;animation:td-chat-bounce 1.4s ease-in-out infinite}.td-chat-typing-dot:nth-child(2){animation-delay:.2s}.td-chat-typing-dot:nth-child(3){animation-delay:.4s}.td-chat-input-area{flex-shrink:0;padding:.75rem 1rem;background:var(--td-secondary, #ffffff);border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:flex-end;gap:.6rem;z-index:5}.td-chat-input-wrapper{flex:1;display:flex;flex-direction:column;gap:.5rem}.td-chat-input-label{font-size:.72rem;color:#8c8c9a;text-transform:uppercase;letter-spacing:.03em;padding-left:.25rem}.td-chat-input-field{width:100%;padding:.7rem 1rem;border:1.5px solid #e4e6ea;border-radius:22px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;background:var(--td-secondary, #f8f9fa);color:var(--td-text, #1a1a2e);box-sizing:border-box;resize:none}.td-chat-input-field:focus{border-color:var(--td-accent, #6C63FF);box-shadow:0 0 0 3px #6c63ff1a;background:var(--td-secondary, #ffffff)}.td-chat-input-field::placeholder{color:#b0b3b8}.td-chat-input-field--textarea{border-radius:16px;min-height:60px;max-height:120px;resize:vertical}.td-chat-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:var(--td-accent, #6C63FF);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .1s,opacity .2s;font-size:1.1rem}.td-chat-send-btn:hover{opacity:.9}.td-chat-send-btn:active{transform:scale(.92)}.td-chat-send-btn:disabled{opacity:.4;cursor:default;transform:none}.td-chat-options{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0;animation:td-chat-fadeInUp .3s ease-out}.td-chat-option-btn{padding:.55rem 1.1rem;border-radius:20px;border:1.5px solid #e4e6ea;background:#fff;color:#1a1a2e;font-size:.88rem;font-family:inherit;cursor:pointer;transition:all .15s ease;white-space:nowrap}.td-chat-option-btn:hover{border-color:var(--td-accent, #6C63FF);background:#6c63ff0d;color:var(--td-accent, #6C63FF)}.td-chat-option-btn:active{transform:scale(.96)}.td-chat-inline-options{display:flex;flex-direction:column;gap:.5rem;margin-top:.2rem;margin-bottom:.8rem;align-items:stretch;width:fit-content;min-width:280px;max-width:100%;animation:td-chat-fadeInUp .3s ease-out;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.td-chat-inline-options--row{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.td-chat-inline-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.15rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:var(--td-secondary, #ffffff);color:var(--td-text, #1a1a2e);font-size:.95rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.td-chat-inline-btn:hover{background:#00000008;border-color:var(--td-accent, #6C63FF)}.td-chat-inline-btn-arrow{color:#8c8c9a;font-size:1.15rem;line-height:1;transition:transform .2s,color .2s;opacity:.8}.td-chat-inline-btn:hover .td-chat-inline-btn-arrow{transform:translate(4px);color:var(--td-accent, #6C63FF);opacity:1}.td-chat-inline-btn:active{transform:scale(.98)}.td-chat-completed{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:2rem;text-align:center;animation:td-chat-fadeInUp .5s ease-out}.td-chat-completed-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.8rem;color:#fff}.td-chat-completed h2{font-size:1.3rem;color:var(--td-text, #1a1a2e);margin:0 0 .5rem}.td-chat-completed p{font-size:.95rem;color:#8c8c9a;margin:0}.td-chat-loading{display:flex;align-items:center;justify-content:center;height:100dvh;flex-direction:column;gap:1rem;color:#8c8c9a;font-size:.95rem}.td-chat-spinner{width:32px;height:32px;border:3px solid #e4e6ea;border-top-color:var(--td-accent, #6C63FF);border-radius:50%;animation:td-chat-spin .7s linear infinite}.td-chat-error{display:flex;align-items:center;justify-content:center;height:100dvh;flex-direction:column;gap:.75rem;color:#8c8c9a;font-size:.95rem;padding:2rem;text-align:center}@keyframes td-chat-fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes td-chat-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@keyframes td-chat-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.td-chat-bubble{max-width:85%;font-size:.9rem}.td-chat-input-field{font-size:16px}.td-chat-header{padding:.75rem 1rem}.td-chat-inline-options{width:100%;min-width:0}}.td-chat-input-error{display:block;font-size:.78rem;color:#dc2626;padding:.25rem .5rem 0;animation:td-chat-fadeInUp .2s ease-out}.td-chat-input-field--error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.td-chat-phone-input{width:100%}.td-chat-phone-input .PhoneInputInput{width:100%;padding:.7rem 1rem;border:1.5px solid #e4e6ea;border-radius:22px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;background:var(--td-secondary, #f8f9fa);color:var(--td-text, #1a1a2e);box-sizing:border-box}.td-chat-phone-input .PhoneInputInput:focus{border-color:var(--td-accent, #6C63FF);box-shadow:0 0 0 3px #6c63ff1a;background:var(--td-secondary, #ffffff)}.td-chat-phone-input .PhoneInputInput::placeholder{color:#b0b3b8}.td-chat-phone-input .PhoneInputCountry{margin-right:.5rem}.td-chat-phone-input .PhoneInputCountrySelect{font-size:.9rem;font-family:inherit}.td-chat-phone-input .PhoneInputCountryIcon{width:24px;height:18px}.td-slide-container{display:flex;flex-direction:column;min-height:100dvh;background:transparent;font-family:var(--td-font, "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif);overflow:hidden;position:relative;color:var(--td-text, #1a1a2e)}.td-slide-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:#0000000f;z-index:20}.td-slide-progress-bar{height:100%;background:var(--td-accent, #6C63FF);transition:width .5s cubic-bezier(.25,.46,.45,.94);border-radius:0 2px 2px 0}.td-slide-header{position:fixed;top:12px;right:16px;z-index:15;font-size:.78rem;color:#b0b3b8;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.35rem .75rem;border-radius:20px;-webkit-user-select:none;user-select:none}.td-slide-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem 2rem;position:relative;overflow:hidden}.td-slide-card{width:100%;max-width:580px;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:td-slide-enter .45s cubic-bezier(.16,1,.3,1)}.td-slide-step-counter{font-size:.78rem;color:var(--td-slide-helper, #b0b3b8);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.td-slide-question{font-size:1.65rem;font-weight:600;line-height:1.35;text-align:center;color:var(--td-text, #1a1a2e);max-width:500px;margin:0}.td-slide-description{font-size:1rem;color:var(--td-slide-helper, #8c8c9a);text-align:center;margin:-.75rem 0 0;max-width:440px;line-height:1.5}.td-slide-input{width:100%;max-width:440px;padding:1rem 0;border:none;border-bottom:2px solid #e4e6ea;font-size:1.2rem;font-family:inherit;text-align:center;outline:none;background:transparent;color:var(--td-text, #1a1a2e);transition:border-color .3s;caret-color:var(--td-accent, #6C63FF)}.td-slide-input:focus{border-bottom-color:var(--td-accent, #6C63FF)}.td-slide-input::placeholder{color:var(--td-slide-helper, #c8c8d0)}.td-slide-textarea{width:100%;max-width:440px;padding:1rem;border:2px solid #e4e6ea;border-radius:12px;font-size:1.05rem;font-family:inherit;text-align:left;outline:none;background:transparent;color:var(--td-text, #1a1a2e);resize:vertical;min-height:100px;max-height:200px;transition:border-color .3s;caret-color:var(--td-accent, #6C63FF);box-sizing:border-box}.td-slide-textarea:focus{border-color:var(--td-accent, #6C63FF)}.td-slide-options{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:480px}.td-slide-option{padding:.85rem 1.8rem;border:2px solid #e4e6ea;border-radius:12px;background:#fff;color:var(--td-text, #1a1a2e);font-size:1rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px;text-align:center}.td-slide-option:hover{border-color:var(--td-accent, #6C63FF);background:#6c63ff0a;color:var(--td-accent, #6C63FF);transform:translateY(-1px)}.td-slide-option:active{transform:scale(.97)}.td-slide-cta{padding:.95rem 3rem;border:none;border-radius:12px;background:var(--td-accent, #6C63FF);color:#fff;font-size:1.05rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .15s,box-shadow .25s,opacity .2s;box-shadow:0 4px 14px #6c63ff4d;min-width:200px}.td-slide-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6c63ff66}.td-slide-cta:active{transform:scale(.97)}.td-slide-cta:disabled{opacity:.45;cursor:default;transform:none;box-shadow:none}.td-slide-cta-hint{font-size:.75rem;color:var(--td-slide-helper, #b0b3b8);margin-top:-.5rem}.td-slide-cta-hint kbd{display:inline-block;padding:.1rem .4rem;background:var(--td-slide-support-bg, #f0f2f5);color:var(--td-slide-support-text, inherit);border:none;border-radius:4px;font-family:inherit;font-size:.72rem}.td-slide-nav{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;z-index:15;box-sizing:border-box}.td-slide-nav-btn{padding:.5rem 1.2rem;border:none;border-radius:8px;background:var(--td-slide-support-bg, rgba(255, 255, 255, .9));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--td-slide-support-text, #8c8c9a);font-size:.85rem;font-family:inherit;cursor:pointer;transition:all .15s}.td-slide-nav-btn:hover{filter:brightness(.95);color:var(--td-text, #1a1a2e)}.td-slide-nav-btn--hidden{visibility:hidden;pointer-events:none}.td-slide-loading{display:flex;align-items:center;justify-content:center;height:100dvh;flex-direction:column;gap:1.25rem;color:#8c8c9a;font-size:.95rem}.td-slide-spinner{width:36px;height:36px;border:3px solid #e4e6ea;border-top-color:var(--td-accent, #6C63FF);border-radius:50%;animation:td-slide-spin .7s linear infinite}.td-slide-error{display:flex;align-items:center;justify-content:center;height:100dvh;flex-direction:column;gap:.75rem;color:#8c8c9a;padding:2rem;text-align:center}.td-slide-completed{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;padding:2rem;text-align:center;animation:td-slide-enter .6s cubic-bezier(.16,1,.3,1)}.td-slide-completed-icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;color:#fff;box-shadow:0 8px 24px #22c55e40}.td-slide-completed h2{font-size:1.5rem;color:var(--td-text, #1a1a2e);margin:0 0 .5rem;font-weight:600}.td-slide-completed p{font-size:1rem;color:#8c8c9a;margin:0;max-width:360px;line-height:1.5}@keyframes td-slide-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes td-slide-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.td-slide-question{font-size:1.35rem}.td-slide-input,.td-slide-textarea{font-size:16px}.td-slide-cta{width:100%;max-width:320px}.td-slide-option{flex:1 1 calc(50% - .5rem);min-width:0}.td-slide-wrapper{padding:2.5rem 1.25rem 5rem}}.td-slide-input-error{display:block;font-size:.82rem;color:#dc2626;margin-top:-.5rem;animation:td-slide-enter .25s cubic-bezier(.16,1,.3,1)}.td-slide-input--error{border-bottom-color:#dc2626!important}.td-slide-phone-input{width:100%;max-width:440px;display:flex;align-items:center}.td-slide-phone-input .PhoneInputInput{width:100%;padding:1rem 0;border:none;border-bottom:2px solid #e4e6ea;font-size:1.2rem;font-family:inherit;text-align:center;outline:none;background:transparent;color:var(--td-text, #1a1a2e);transition:border-color .3s;caret-color:var(--td-accent, #6C63FF)}.td-slide-phone-input .PhoneInputInput:focus{border-bottom-color:var(--td-accent, #6C63FF)}.td-slide-phone-input .PhoneInputInput::placeholder{color:#c8c8d0}.td-slide-phone-input .PhoneInputCountry{margin-right:.75rem}.td-slide-phone-input .PhoneInputCountrySelect{font-size:1rem;font-family:inherit}.td-slide-phone-input .PhoneInputCountryIcon{width:28px;height:20px}
