@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";.chat-list__container{position:sticky;width:0;height:100%;border-radius:1rem;background-color:#fff;padding:0;display:flex;flex-direction:column;z-index:1;flex-shrink:0;overflow:hidden}.chat-list__container.deployed{display:flex}.chat-list__container>header{display:flex;gap:1rem;align-items:center;justify-content:end;opacity:0;margin-bottom:2rem}.chat-list__container>header button{width:100%;padding:.8rem 1.3rem}.chat-list__container>header svg{width:1.1rem;min-width:1.1rem;color:var(--main-color)}.chat-list__container>header .share svg{stroke-width:.16rem}.chat-list__container>header .cross svg{stroke-width:.1rem;scale:.85}.chat-list__container .new-chat:hover,.chat-list__container .new-chat:focus{animation:pulse-border 1.5s infinite}.chat-list__container .cross,.chat-list__container .share{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;background-color:transparent;border-radius:50%;padding:.2rem;transition:background-color .3s ease-in-out}.chat-list__container .share{color:var(--main-color);stroke-width:3;padding:.65rem}.chat-list__container .cross:hover,.chat-list__container .share:hover,.chat-list__container .cross:focus,.chat-list__container .share:focus{background-color:rgba(var(--main-color-raw),.1)}.chat-item{width:100%;height:fit-content;overflow:hidden;padding:2px}#chat-list-list-wrapper{position:relative;width:100%;height:100%;overflow:hidden;scrollbar-width:none;border-radius:.6rem}#chat-list-list-wrapper>ul{width:100%;height:100%;overflow-y:auto;scrollbar-width:none;margin-bottom:0;padding-top:.6rem}#chat-list-list-wrapper:before,#chat-list-list-wrapper:after{position:absolute;content:"⯆";left:0;width:100%;height:0rem;color:#fff;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease-in-out,height .3s ease-in-out;opacity:0}#chat-list-list-wrapper:before{top:0;content:"⯆";border-radius:.6rem .6rem 0 0;background:linear-gradient(to bottom,rgba(var(--main-color-raw),.2),transparent)}#chat-list-list-wrapper:after{bottom:0;content:"⯅";border-radius:0 0 .6rem .6rem;background:linear-gradient(to top,rgba(var(--main-color-raw),.2),transparent)}#chat-list-list-wrapper:has(ul.overflow-top):before,#chat-list-list-wrapper:has(ul.overflow-bottom):after{opacity:1;height:2rem}.chat-list__container ul{width:100%;color:#000;list-style-type:none;padding:0;line-height:2}.chat-list__container h2{font-size:.8rem;font-weight:700;line-height:1.3;margin-bottom:.4rem;padding:0 .4rem}.chat-item .chat-item__wrapper{display:flex;width:calc(100% + 3rem);gap:1rem;justify-content:space-between;transition:width .3s ease-in-out;margin-bottom:.2rem;position:relative;right:0}.chat-list__container .chat-item__wrapper:hover,.chat-list__container .chat-item__wrapper:has(h3:hover,h3:focus),.chat-list__container .chat-item__wrapper:has(.more:hover,.more:focus){width:100%}.chat-list__container h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1rem;font-weight:400;cursor:pointer;display:block;width:100%;padding:0 .8rem;transition:all .3s ease-in-out;border-radius:.6rem}.chat-list__container h3:hover,.chat-list__container h3:focus{background-color:rgba(var(--main-color-raw),.05)}.chat-list__container h3.selected{color:var(--main-color);font-weight:500;background-color:rgba(var(--main-color-raw),.1)}#chat-list-list-wrapper>ul li:last-of-type ul li:last-of-type{margin-bottom:0}#chat-list-list-wrapper>ul li:last-of-type ul{margin-bottom:0}.chat-item:hover .more{opacity:1}.chat-list__container .chat-item__wrapper:has(h3:focus) .more,.chat-list__container .more:focus{opacity:1}.chat-list__container .more{display:block;color:var(--main-color);background-color:transparent;flex-shrink:0;opacity:0;padding:.4rem;transition:background-color .3s ease-in-out,opacity .3s ease-in-out}.chat-list__container .more circle{fill:var(--main-color)}.chat-list__container .more:hover,.chat-list__container .more:focus{background-color:rgba(var(--main-color-raw),.1)}.chat-list__container .empty-message{color:gray;font-weight:500;line-height:1.3;text-align:center}.chat-list__container .popup{position:absolute;padding:.2rem;border:1px solid rgba(var(--main-color-raw),.2);border-radius:.6rem;background-color:#fff;color:var(--main-color);font-weight:500;height:0;transition:height .3s ease-in-out,transform .3s ease-in-out,box-shadow .3s ease-in-out;visibility:hidden;overflow:hidden;z-index:2}.chat-list__container .popup button{background-color:transparent;width:100%;color:#000;padding:0 1rem;border-radius:.4rem;display:flex;align-items:baseline;gap:.4rem;font-weight:400}.chat-list__container .popup button:hover,.chat-list__container .popup button:focus{background-color:rgba(var(--main-color-raw),.1)}.chat-list__container .popup:hover,.chat-list__container .popup:focus{transform:scale(1.05);box-shadow:0 0 10px rgba(var(--main-color-raw),.2)}.chat-list__container .chat-item:has(.display-popup) .popup{visibility:visible;height:fit-content}.chat-list__container .popup__btn--deletion svg,.chat-list__container .popup__btn--share svg{height:12px;width:13px;stroke-width:2}.chat-list__container .popup__btn--share svg{stroke-width:2.5}.chat-list__powered-by{margin:1rem auto 0;color:#000;font-size:.8rem;opacity:0;text-decoration:none}.chat-list__powered-by--RA{font-weight:700;color:var(--main-color)}@media (max-width: 900px){.chat-list__background{display:none;position:absolute;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#0000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);z-index:1;transition:background-color .3s ease-in-out,backdrop-filter .3s ease-in-out}.chat-list__background.deployed{background-color:#00000080;-webkit-backdrop-filter:blur(.1rem);backdrop-filter:blur(.1rem)}.chat-list__container{position:absolute;left:100%;top:0;width:90%;height:100vh;height:100dvh;border-radius:1rem 0 0 1rem;padding:1rem;transition:left .3s ease-in-out}.chat-list__container.deployed{left:10%}.chat-list__container>header button:first-of-type{display:none}.chat-list__container .more{opacity:1}.chat-item .chat-item__wrapper{width:100%}}@media (min-width: 901px){.chat-list__container{transition:width .3s ease-in-out,padding .3s ease-in-out}.chat-list__container.deployed{width:300px;padding:1.5rem}.chat-list__container.no-conversations{opacity:0;width:0;padding:1.5rem 0}.chat-list__container>header .cross,.chat-list__container>header .share{display:none}.chat-list__container .language-selector__wrapper{display:none}}.select-custom{border:2px solid var(--main-color);border-radius:2rem;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease-in-out,color .3s ease-in-out}.select-custom select{height:100%;border:none;padding:.125rem .5rem .125rem .75rem;cursor:pointer;background-color:transparent;color:inherit;margin-right:.5rem}.select-custom select option:not([disabled]){border:none;margin-left:.5rem;margin-right:.5rem;padding:.125rem;cursor:pointer;background-color:transparent;color:inherit}.select-custom button{cursor:pointer;background:none;padding-right:.25rem;width:1.5rem;height:1.5rem;color:inherit}.select-custom button:hover{background:none}.select-custom svg{width:.8rem;min-width:.8rem;height:.8rem;padding:.14rem;border-radius:1rem;stroke-width:.14rem;background-color:var(--main-color);color:#fff}.language-selector__wrapper{display:flex;flex-flow:row nowrap;border:2px solid var(--main-color);border-radius:3rem;height:2.5rem;transition:background-color .3s ease-in-out;background-color:transparent;color:var(--main-color)}.language-selector__wrapper:hover{background-color:var(--main-color);color:#fff}.language-selector__wrapper .select-custom{color:inherit;font-weight:600;border:none}.language-selector__wrapper:focus-within{animation:pulse-border 1.5s infinite}.language-selector__wrapper .select-custom select:focus-visible{outline:none}#language-select option{color:var(--main-color);font-weight:600}#language-select>option[disabled]{color:rgba(var(--main-color-raw),.5)}.flag__wrapper{border-radius:2rem;width:1.6rem;height:1.6rem;margin:auto 0;margin-left:.4rem;overflow:hidden}header .flag__wrapper svg{width:100%;height:100%}.current-chat__container{margin-left:2rem;flex-grow:1;color:var(--main-color);text-align:center;display:flex;justify-content:center}.current-chat__container--active{margin-bottom:0}.current-chat__container .brand-name{color:var(--main-color);font-weight:900}.current-chat__wrapper{display:flex;flex-flow:column nowrap;width:100%;max-width:var(--mobile-breakpoint);margin-top:auto;margin-bottom:auto}.current-chat__header,.current-chat__content{width:100%;transition:all .3s ease-in-out}.current-chat__header{margin-bottom:10vh;margin-bottom:10dvh;color:#000;height:min-content;opacity:0}.current-chat__header h1{font-size:1.25rem;font-weight:600}.current-chat__header p{max-width:600px;margin:auto}.current-chat__content{position:relative;flex:1 1 auto;scrollbar-width:thin;scrollbar-color:rgba(var(--main-color-raw),.2) transparent;overflow:auto;opacity:0}.current-chat__content h2{font-size:1.6rem;font-weight:600;margin-bottom:1rem}.current-chat__header .sparkles{margin:auto;margin-bottom:.8rem;padding:0;border-radius:6rem;fill:var(--main-color);box-shadow:var(--box-shadow-std)}.current-chat__container--active{align-items:start}.current-chat__container--active .current-chat__wrapper{height:100%}.current-chat__container--active .current-chat__header{text-align:left;width:100%;margin-bottom:1rem;display:flex;flex-flow:row nowrap;column-gap:1rem}.current-chat__container--active .current-chat__header .text-content{flex-grow:1;width:calc(100% -1rem - 44px);display:flex;flex-flow:row wrap;overflow:hidden}.current-chat__container--active .current-chat__header h1{width:100%}.current-chat__container--active .current-chat__header p{max-width:none;width:200px;flex-grow:1;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.current-chat__container--active .sparkles{height:45px;margin:auto;width:fit-content}.current-chat__container--active .search-bar__container{width:100%;max-width:none}@media (max-width: 900px){.current-chat__container{margin-left:0}.current-chat__header p{max-width:75vw;margin:auto}.current-chat__container--active .current-chat__header{display:none!important;margin-bottom:0}.current-chat__container--active .current-chat__content{max-width:100%}}.search-bar__container{display:flex;flex-flow:row wrap;align-items:end;gap:.6rem;width:100%;margin-top:1rem;opacity:0}.search-bar__wrapper{display:flex;align-items:end;width:100%;max-height:3rem}.textarea__wrapper{position:relative;display:flex;align-items:center;width:100%;height:fit-content;border-radius:.8rem;margin-right:1rem;background-color:#fff;box-shadow:var(--box-shadow-std-invert);padding:.2rem;overflow:hidden}.textarea__wrapper.multiline{padding-top:1rem;height:fit-content}.textarea__wrapper:has(textarea:focus){animation:pulse-border-light 1.5s infinite}.searchbar-overflow__wrapper.overflow-top:before,.searchbar-overflow__wrapper.overflow-bottom:after{content:"";position:absolute;left:1.2rem;width:calc(100% - 3rem);height:1rem;pointer-events:none}.searchbar-overflow__wrapper.overflow-top:before{top:1rem;background:linear-gradient(to top,transparent,25%,white)}.searchbar-overflow__wrapper.overflow-bottom:after{bottom:.2rem;background:linear-gradient(to bottom,transparent,white)}.search-bar__container textarea{border:none;border-radius:.8rem;width:100%;overflow:auto;color:#000;font-size:1rem;line-height:21px;margin:0;padding:10.3px 1rem;scrollbar-width:thin;scrollbar-color:rgba(var(--main-color-raw),.2) transparent}.search-bar__container textarea:placeholder-shown{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-bar__container textarea::placeholder{color:rgba(var(--main-color-raw),.5)}.search-bar__container textarea:focus{outline:none}.search-bar__container button{height:3rem;width:3rem;min-width:3rem;display:flex;justify-content:center;align-items:center}.search-bar__container button:not([disabled]):hover,.search-bar__container button:not([disabled]):focus{animation:pulse-border 1.5s infinite}.search-bar__container .send{stroke:#fff;stroke-width:.1rem;margin-left:.1rem}.privacy-policy-notice{padding:0 1rem;font-size:.6875rem;line-height:.875rem}.search-bar__container .microphone{position:absolute;right:calc(45px + 1.2rem);background-color:transparent;display:flex;justify-content:center;align-items:center}.search-bar__container .microphone svg{fill:var(--main-color)}.msg-article{width:100%;padding:0 1rem 0 0;margin-bottom:1rem}.msg-article header{display:flex;align-items:center;margin-bottom:.4rem}.msg-article--user header,.msg-article--user .msg-rating,.msg-article:nth-of-type(1) .msg-rating{display:none}.msg-h3{text-align:left;margin-right:1rem}.msg-rating{display:flex;align-items:center;justify-content:end;gap:.4rem;margin-top:.6rem}.msg-rating svg{height:1.8rem;transition:transform .2s ease-in-out;border-radius:.2rem;padding:6px;cursor:pointer}.msg-rating svg path{stroke:var(--main-color)}.msg-rating div:nth-child(1) svg{margin-left:auto}.msg-rating div:nth-child(2) svg{stroke:var(--main-color);transform:scaleY(-1)}.msg-rating div:nth-child(1):hover svg{transform:scale(1.2)}.msg-rating div:nth-child(2):hover svg{transform:scaleY(-1) scale(1.2)}.msg-rating div.thumb--active svg path{fill:var(--main-color)}.msg-content{padding:1.4rem;background-color:#fff;border-radius:0 1rem 1rem;width:fit-content;max-width:90%;color:#000;overflow-x:hidden}.msg-content>div{text-align:left}.msg-content.generating>div *{word-break:break-all;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;max-width:100%}.msg-content p{margin-bottom:.6rem}.msg-content>div>p:only-child{margin-bottom:0}.msg-content p:last-child{margin-bottom:1rem}.msg-content h3,ol,ul{margin-bottom:.6rem}.msg-article--user .msg-content{background-color:var(--main-color);color:#fff;border-radius:1rem 0 1rem 1rem;margin-left:auto}.msg-embeds{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}.msg-embed{position:relative;border-radius:.6rem;overflow:hidden}.msg-embed figcaption{padding:1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-size:.8rem;color:#fff;width:100%;font-weight:700;position:absolute;bottom:1rem;z-index:1}.msg-embed:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6rem;background:linear-gradient(to top,#000000b3,#0000);z-index:0}.msg-embeds a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;cursor:pointer}.msg-embeds img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease-in-out}.msg-embed:hover img{transform:scale(1.1)}.loading__wrapper{display:flex;justify-content:center;align-items:center;width:1.2rem;justify-content:space-between;margin:0 1rem;transition:all 1s}.loading:nth-child(1){animation:loading 1s infinite}.loading:nth-child(2){animation:loading 1s infinite .2s}.loading:nth-child(3){animation:loading 1s infinite .4s}.loading{background-color:var(--main-color);width:.2rem;height:.2rem;border-radius:1rem}@media (max-width: 900px){.msg-content{max-width:100%}}.loader__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:10}.loader__background{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh}.loader__spinner{width:48px;height:48px;border:5px solid #fff;border-bottom-color:var(--main-color);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home{display:flex;width:100%;max-width:100vw;height:calc(100vh - 4.5rem);height:calc(100dvh - 4.5rem);padding:0rem 2rem 2rem;overflow:hidden}@media (max-width: 900px){.home{padding:0rem 1rem 1rem}}.destination-container{position:fixed;right:1rem;top:1rem;display:flex;justify-content:center;align-items:center;z-index:10;gap:.5rem;font-weight:500}#dialog-destination-logo,#dialog-destination-logo img{max-height:140px}#dialog-destination-logo img{width:auto;border-radius:15px}.mauticform-row{display:flex;align-items:center;width:100%;flex-wrap:wrap}.mauticform-label{text-align:left;flex-basis:98px;margin-right:10px}.mauticform-input{flex-basis:calc(100% - 108px);margin-bottom:10px}.mauticform-checkboxgrp-row{display:flex;align-items:center}#mauticform_checkboxgrp_checkbox_je_suis_interesse_je_souh_OUI0{transform:scale(1.5);margin:.4rem}.mauticform-errormsg{color:red;font-size:.8rem;margin-left:108px;text-align:left}.mauticform-button-wrapper{margin-top:50px}#nurtik-form{width:100%}#modal-background{position:absolute;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:var(--main-color);z-index:100;opacity:.96;transition:opacity .3s ease}dialog{box-sizing:border-box;position:absolute;top:0;left:0;right:0;bottom:0;width:fit-content;max-width:800px;height:fit-content;color:#000;background-color:#fff;border-radius:20px;border:none;display:flex;flex-flow:column nowrap;align-items:center;gap:1.5rem;padding:2.5rem 4rem;margin:auto;opacity:1;transition:opacity .3s ease;z-index:101}.hidden{opacity:0!important}dialog svg{width:auto;height:44px;min-height:44px}#dialog-title{width:66%;max-width:375px;margin-bottom:0;margin-top:0;font-size:1.1rem;text-align:center;line-height:1.85cap}#dialog-description{text-align:center;line-height:1.85cap;max-width:535px}dialog p{display:flex;flex-flow:column nowrap;align-items:center;margin:0;text-align:center}dialog p span{margin-bottom:.2rem}#mauticform_wrapper_accesdemodjango{display:flex;flex-flow:column nowrap;max-width:400px;margin:auto;margin-bottom:1rem}dialog label{text-align:center;width:100%;margin-bottom:.2rem}#mauticform_wrapper_accesdemodjango input{box-sizing:border-box;margin-bottom:.6rem}.mauticform-row{margin-bottom:.4rem}#mauticform_input_accesdemodjango_mail{margin-bottom:1rem}.mauticform-row input{box-sizing:border-box;height:2rem;border:none;border-radius:10px;background-color:#0000000d;color:#000;padding-left:1rem}#mauticform_accesdemodjango_submit{display:flex;flex-flow:row nowrap;justify-content:center}dialog button{position:relative;background-color:var(--main-color);font-weight:700;color:#fff;padding:.8rem 1.95em;border:none;border-radius:10px;width:fit-content;margin:0 auto;cursor:pointer;overflow:hidden}#more-infos{margin-left:auto}#more-infos .link{color:#000}.share-modal-bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000001a;z-index:10;backdrop-filter:blur(.2rem);-webkit-backdrop-filter:blur(.2rem)}.share-modal-bg.active{display:block}.share-modal-wrapper{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;padding:1rem;justify-content:center;align-items:center}.share-modal{background-color:#fff;border-radius:1rem;padding:1rem 1rem 2rem;width:100%;max-width:500px;box-shadow:var(--box-shadow-std-invert);color:#000;display:flex;flex-direction:column;align-items:center}.share-modal .cross{width:2rem;height:2rem;padding:.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;stroke:var(--main-color);background-color:transparent;cursor:pointer;transition:background-color .2s ease-in-out,stroke .2s ease-in-out;margin-left:auto;margin-bottom:.4rem}.share-modal .cross:hover,.share-modal .cross:focus{stroke:#fff;background-color:var(--main-color)}.share-modal h2{font-size:1.4rem;font-weight:500;text-align:center;margin-bottom:1rem}.share-content-wrapper{display:flex;flex-flow:row no-wrap;gap:1rem;align-items:center;width:100%;padding:.6rem .6rem .6rem 1rem;font-weight:500;background-color:#0000000d;border:1px solid rgba(0,0,0,.02);border-radius:.5rem}.share-content-wrapper span{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.share-content-wrapper .clipboard{min-width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;padding:.6rem;background-color:var(--main-color);border-radius:50%;stroke:#fff;stroke-width:1.5;animation:pulse-border-light 1.5s infinite;transition:background-color .2s ease-in-out,stroke .2s ease-in-out,border .2s ease-in-out;cursor:pointer}.share-content-wrapper .clipboard:hover{background-color:#fff;stroke:var(--main-color);border:1px solid var(--main-color)}.share-content-wrapper .clipboard svg{transition:transform .2s ease-in-out,stroke-width .2s ease-in-out;width:1.2rem;height:1.2rem}.share-content-wrapper .clipboard:hover svg{transform:scale(1.1);stroke-width:2}.copy-success{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(8rem);background-color:#fff;padding:.6rem 1rem;border-radius:1rem;box-shadow:var(--box-shadow-std-invert);color:green;font-weight:semibold;text-align:center;transition:transform .3s ease-in-out}.copy-success.active{transform:translate(-50%) translateY(0)}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}@keyframes pulse-border{0%{box-shadow:0 0 rgba(var(--main-color-raw),.5)}70%{box-shadow:0 0 0 10px rgba(var(--main-color-raw),0)}to{box-shadow:0 0 rgba(var(--main-color-raw),0)}}@keyframes pulse-border-light{0%{box-shadow:var(--box-shadow-std-invert),0 0 rgba(var(--main-color-raw),.5)}70%{box-shadow:var(--box-shadow-std-invert),0 0 0 5px rgba(var(--main-color-raw),0)}to{box-shadow:var(--box-shadow-std-invert),0 0 rgba(var(--main-color-raw),0)}}@keyframes current-chat-header{0%{opacity:0;transform:scale(1) translateY(100%)}33%{opacity:1;transform:scale(1.2) translateY(50%)}66%{opacity:1;transform:scale(1.2) translateY(50%)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes current-chat-header-active{0%{transform:translate(50%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes current-chat-content{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes current-chat-content-active{0%{opacity:0}to{opacity:1}}@keyframes current-chat-searchbar-active{0%{opacity:0;transform:translateY(-6rem)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{transform:scale(1);opacity:.5}15%{transform:scale(.75);opacity:.25}75%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.5}}@keyframes fade-in{0%{opacity:0}50%{opacity:0}to{opacity:100}}html{font-size:16px;line-height:1.3;font-family:Raleway,sans-serif;font-optical-sizing:auto;font-style:normal;--box-shadow-std: rgba(0, 0, 0, .05) 0px 3px 8px;--box-shadow-std-invert: rgba(0, 0, 0, .05) 0px -3px 8px;color-scheme:light;background-color:#fff;color:#000}body{height:100dvh;min-height:100dvh}#app{width:100vw;height:100vh;height:100dvh;overflow:hidden;position:relative}.app__background{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:-1}button{color:#fff;border:none;border-radius:10rem;font-weight:600;background-color:var(--main-color);cursor:pointer}input::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}path{fill:inherit;stroke:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button[disabled]{cursor:not-allowed;opacity:.5}.fill-primary{fill:var(--main-color)}.stroke-primary{stroke:var(--main-color)!important}.grecaptcha-badge{display:none!important}.display-none{display:none}.not-found__container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-width:75ch;text-align:center;margin:auto}.not-found__container h1,.not-found__container p{text-align:center}.not-found__container .cross{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;background-color:transparent;border:2px solid currentColor;border-radius:50%;padding:.2rem;margin-bottom:1rem}.not-found__container .cross svg{width:1.1rem;min-width:1.1rem;stroke:currentColor}.not-found__container p:last-child{margin-bottom:15%}.header{width:100%;height:fit-content;min-height:4.5rem;padding:1rem 2rem;display:flex;justify-content:flex-end;align-items:center}.header button,.header a{width:2.5rem;height:2.5rem;border-radius:2rem;color:var(--main-color);background:transparent;padding:.2rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:padding .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out}.header button:hover,.header a:hover{background-color:var(--main-color);color:#fff}.header svg{color:inherit;stroke-width:.1rem;width:1.1rem;min-width:1.1rem;height:1.1rem}.header .referrer{overflow:hidden;margin-right:auto;transition:flex-basis .3s ease-in-out,flex-grow .3s ease-in-out;flex-basis:fit-content;flex-grow:0}.header .referrer span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .referrer a{width:100%;max-width:300px;padding-right:.6rem;overflow:hidden;text-decoration:none;font-weight:600}.header .referrer a:hover{padding-right:1rem}.header .referrer a svg{stroke-width:.12rem;margin-left:.6rem;margin-right:.6rem}.header .referrer a:has(span){padding-right:1rem}.header .referrer a span{width:100%;padding-left:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .add svg{stroke-width:.12rem;transform:rotate(45deg) scale(.8)}.header menu{display:flex;flex-shrink:0;gap:1rem;opacity:1;transition:opacity .3s ease-in-out}.header menu.desktop{display:none}#app:has(.chat-list__container.no-conversations) .header menu{opacity:0;cursor:default}.header menu.mobile{display:none}.header menu.desktop{display:flex}.header menu svg{stroke-width:.18rem}.header .share{padding:1rem;display:flex;flex-flow:row nowrap;justify-content:center;gap:.6rem;width:fit-content;cursor:pointer}.header .share svg{stroke-width:.16rem}.share-label{display:block;cursor:pointer}.header .cross svg{stroke-width:.09rem}@media (max-width: 900px){.header{padding:1rem}.header menu.mobile{display:flex}.header menu.desktop,.header .cross{display:none}}@media (min-width: 901px){#app:has(.chat-list__container.deployed) .referrer{flex-grow:2}}.privacy-policy{display:flex;justify-content:center;align-items:center;width:100%;max-width:100vw;height:calc(100vh - 4.5rem);height:calc(100dvh - 4.5rem);padding:0rem 2rem 2rem;overflow:hidden;color:var(--main-color)}.privacy-policy main{overflow-y:auto;padding:2rem 0;max-width:var(--mobile-breakpoint);width:100%;height:100%;scrollbar-width:none;font-size:.8rem}.privacy-policy h1{text-align:center;font-size:1.4rem;font-weight:400;margin-bottom:2rem}.privacy-policy h2{font-size:1.1rem;font-weight:300;margin-bottom:1rem;font-weight:700}.privacy-policy h3{font-size:1rem;font-weight:300;margin-bottom:.5rem}.privacy-policy table{width:100%;border-collapse:collapse;margin-bottom:2rem;text-align:left}.privacy-policy th{border-bottom:1px solid var(--main-color);padding:.5rem;font-weight:600;text-align:left}.privacy-policy td{padding:.5rem;border-bottom:1px solid var(--main-color)}.privacy-policy li{margin:0 auto}.mb-8{margin-bottom:2rem}@media (max-width: 900px){.privacy-policy{padding:0rem 1rem 1rem}}
