:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-intro-1: #3D1436;--color-intro-2: #CECCCD;--color-background: #1B202D;--color-background-slightoff: #292F3F;--color-background-soft: #FFF;--color-background-mute: #F2F4FB;--color-mojo-purple: #843B77;--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: #374151;--color-text-muted: #3741512a;--color-text-light: #FFF1F2;--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;font-family:Poppins}p{color:var(--color-text-light)}textarea:focus,input:focus{outline:none}button{width:50px;padding:.5rem;border:none;border-radius:.5rem;background-color:var(--color-background-mute);color:var(--color-text);cursor:pointer}html{height:-webkit-fill-available}body{min-height:100vh;height:-webkit-fill-available;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-size:16px}input,select,textarea{font-size:16px}#app{font-weight:400;height:100vh;width:100vw}@media (hover: hover){a:hover{background-color:#00bd7e33}}.messages-wrapper{width:100%;max-height:calc(90% - 60px);height:calc(90% - 60px);padding:1rem;overflow:auto}.messages-wrapper .emote-picker{position:fixed;background-color:var(--color-background-mute);border-radius:20px;padding:10px;z-index:5;width:150px;height:40px;display:flex;justify-content:space-between;align-items:center}.messages-wrapper .emote-picker .emote{width:20px;height:20px}.messages-wrapper .emote-picker .emote.bigger{width:25px;height:25px}.messages-wrapper.fog{background:linear-gradient(180deg,#ffffff0a,#00d4ff00 5%,#00d4ff00)}.messages-wrapper .gotoBot{z-index:4;position:fixed;bottom:90px;left:50%;transform:translate(-50%);height:40px;width:40px;border-radius:50%}.messages-wrapper .box{width:100%;display:flex;flex-direction:column;justify-content:end}.messages-wrapper .box .single-msg{font-size:16px;margin:.5rem 0 1.5rem;padding:.5rem 1rem;border-radius:1rem;background-color:var(--color-background-mute);max-width:95%}.messages-wrapper .box .single-msg.bot{background-color:transparent}.messages-wrapper .box .single-msg .bot-wrap{display:flex;gap:1rem}.messages-wrapper .box .single-msg .bot-wrap .avatar{width:40px;height:40px;border-radius:50%}.messages-wrapper .box .single-msg .bot-wrap .content-wrap{position:relative}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .bot-name{font-weight:600;font-size:16px}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text{position:relative;font-size:16px;background-color:var(--color-background-mute);padding:15px 20px;border-radius:0 10px 10px;margin-top:10px}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .answers-wrap .answer{margin:10px 0;font-weight:500;padding:5px 10px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:30px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:8px}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .answers-wrap .answer.disabled{opacity:.5}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .rating-wrap{display:flex;flex-direction:column;align-items:center;padding:5px}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .rating-wrap p{color:var(--color-text)}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .rating-wrap .rating-inner{width:100%;padding:10px;margin:10px 0;background-color:var(--color-background-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:8px}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .rating-wrap .rating-inner .title{width:100%;font-weight:700}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .rating-wrap .rating-inner img{width:100%;margin:15px 0}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .reaction{position:absolute;width:25px;height:25px;top:3px;right:-30px;border-radius:50%;background-color:var(--color-background-mute);color:var(--color-text);display:flex;justify-content:center;align-items:center}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .reaction span{font-size:16px;color:var(--color-text)}.messages-wrapper .box .single-msg .bot-wrap .content-wrap .text .reaction img{width:16px;height:16px}.messages-wrapper .box .single-msg .timestamp{position:absolute;bottom:-20px;right:0;font-size:.6rem;color:var(--color-text)}.messages-wrapper .box .single-msg.user{position:relative;align-self:flex-end;background-color:var(--color-mojo-purple);border-top-right-radius:0;color:var(--color-text-light);text-align:right}.messages-wrapper .box .waiting-msg{height:40px;width:70px;display:flex;justify-content:center;align-items:center}.messages-wrapper .box .waiting-msg .dot{width:10px;height:10px;border-radius:50%;background-color:var(--color-mojo-purple);margin:0 1px;animation:moveUpDown 1.5s infinite}.messages-wrapper .box .waiting-msg .dot:nth-child(1){animation-delay:0s}.messages-wrapper .box .waiting-msg .dot:nth-child(2){animation-delay:.25s}.messages-wrapper .box .waiting-msg .dot:nth-child(3){animation-delay:.5s}@keyframes moveUpDown{25%,75%{transform:translateY(7px)}50%{transform:translateY(-7px)}0%,25%,75%,to{transform:translateY(0)}}.input-container{border-top:2px solid #efefef;position:fixed;bottom:0;padding:15px 1rem;width:100%;background-color:#fff}.border-red{border:1px solid lightcoral}.input-field{position:relative;width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-background-mute);border-radius:2rem}.input-field input{max-width:calc(100% - 50px);height:48px;border-radius:2rem;flex:1;background-color:var(--color-background-mute);padding:1rem;border:none;color:var(--color-text)}.input-field button{position:absolute;right:0;width:48px;height:48px;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#9398a7;cursor:pointer}.input-field button.disabled{background-color:var(--color-background-mute);color:#9398a72b;cursor:not-allowed}.faq-dropdown-wrap{width:100%;margin:10px 0;background-color:var(--color-background-mute);border-radius:8px;color:var(--color-text)}.faq-dropdown-wrap *,.faq-dropdown-wrap .bold{color:var(--color-text)}.faq-dropdown-wrap .card-small{display:flex;justify-content:space-between;align-items:center;padding:0 20px;width:100%;height:50px}.faq-dropdown-wrap .card-small .title{font-size:16px;font-weight:600}.faq-dropdown-wrap .card-small .arrow{height:100%;display:flex;justify-content:center;align-items:center}.faq-dropdown-wrap .card-small .arrow span{font-size:25px}.faq-dropdown-wrap .card-big .title{font-size:16px;font-weight:600}.faq-dropdown-wrap .card-big .paragraphs{padding:0 20px 10px}.faq-dropdown-wrap .card-big .paragraphs p{margin:10px 0;font-size:16px}.faq-dropdown-wrap .card-big .paragraphs p .bold{font-weight:600}.faq-wrap[data-v-c4f9522f]{z-index:5;position:absolute;top:60px;bottom:0;left:0;right:0;background-color:var(--color-background-slightoff);padding:40px 50px;overflow:auto}.faq-wrap *[data-v-c4f9522f]:not(.faq-dropdown-wrap){color:var(--color-text-light);text-align:justify}.faq-wrap h2[data-v-c4f9522f]{font-weight:600;font-size:20px}.faq-wrap p[data-v-c4f9522f]{margin:25px 0 20px;font-size:16px}.faq-wrap ul[data-v-c4f9522f]{margin-top:15px;font-size:16px}.star-wrap[data-v-b401a425]{width:100%;display:flex;justify-content:center;gap:5px}.star-wrap .star[data-v-b401a425]{color:var(--color-background-mute);cursor:pointer}.star-wrap .star.active[data-v-b401a425]{color:var(--color-primary)}.rating[data-v-a372bc83]{z-index:4;position:absolute;background:var(--color-background-soft);width:65%;height:200px;display:flex;justify-content:space-evenly;flex-direction:column;left:50%;top:50%;border-radius:8px;transform:translate(-50%,-50%)}.rating p[data-v-a372bc83]{color:var(--color-text);text-align:center;padding:0 5px}.chat-wrap{height:100%;position:relative;display:flex;flex-direction:column;align-items:center}.chat-wrap .filler{height:60px;width:100%}.chat-wrap .backdrop{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#00000080;z-index:3}.chat-wrap__header{z-index:2;position:fixed;top:0;height:60px;width:100%;padding:1rem;background-color:var(--color-background);display:flex;justify-content:space-between;align-items:center}.chat-wrap__header .icons{display:flex;gap:1rem}.chat-wrap__header .icons span{font-size:1.3rem;color:var(--color-text-light)}.chat-wrap__body{position:relative;height:calc(100% - 60px);width:100%;background-color:var(--color-background-soft)}.chat-wrap__body .messages-header{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:60px;padding:0 30px;display:flex;justify-content:space-between;align-items:center}.chat-wrap__body .messages-header .left-part{display:flex;align-items:center;gap:1rem}.chat-wrap__body .messages-header .left-part .avatar-wrap{position:relative;display:flex;align-items:center;justify-content:center}.chat-wrap__body .messages-header .left-part .avatar-wrap:after{content:"";position:absolute;bottom:8px;right:2px;width:8px;height:8px;border-radius:50%;background-color:#2bef83}.chat-wrap__body .messages-header .left-part .avatar-wrap .avatar{height:40px;width:40px;border-radius:50%}.chat-wrap__body .messages-header .left-part .name{font-size:1.2rem;color:var(--color-text);font-weight:600}.chat-wrap__body .messages-header .rating{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:var(--color-background-mute);border-radius:50%}.chat-wrap__body .messages-header .rating span{font-size:1.5rem;color:var(--color-text);opacity:.5}.chat-wrap__body .messages-header .filler{width:40px;height:40px;opacity:0}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%)}.slide-up-enter-to,.slide-up-leave-from{transform:translateY(0)}.slide-up-enter-active,.slide-up-leave-active{transition:transform .5s ease}.intro-wrap[data-v-887ccd54]{background-color:var(--color-intro-1);height:100vh}.intro-wrap .intro-content[data-v-887ccd54]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80%;padding:20px}.intro-wrap .intro-content .spacer[data-v-887ccd54]{height:100px;width:100%}.intro-wrap .intro-content .logo-img[data-v-887ccd54]{width:130px;margin:20px 0}.intro-wrap .intro-content p[data-v-887ccd54]{font-weight:600;text-align:center}.intro-wrap .intro-content .splash-gif[data-v-887ccd54]{width:70%;max-width:280px;margin:20px 0}@media screen and (orientation: landscape){.intro-wrap .intro-content .splash-gif[data-v-887ccd54]{width:20%}}.intro-wrap .intro-content .avatar-ring-wrap[data-v-887ccd54]{display:flex;justify-content:center;align-items:center;margin:40px 0;max-width:240px;min-width:240px;max-height:240px;min-height:240px;border-radius:50%;border:3px solid linear-gradient(60deg,#7B61FF 13.41%,#EA4475 71.96%);background:linear-gradient(60deg,#7b61ff 13.41%,#ea4475 71.96%)}.intro-wrap .intro-content .avatar-ring-wrap .avatar-img[data-v-887ccd54]{padding:10px;width:calc(100% - 6px);height:calc(100% - 6px);background-color:var(--color-background);border-radius:50%}.intro-wrap .intro-buttons[data-v-887ccd54]{width:100%;display:flex;justify-content:center;align-items:center}.intro-wrap .intro-buttons .main-button[data-v-887ccd54]{border-radius:14px;width:90%;height:60px;background-color:#fff;color:var(--color-text);font-size:16px;font-weight:600}
