@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--deletion svg{stroke-width:2.8}.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;max-width:100%;overflow-x:hidden;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}.current-chat__content-wrapper{position:relative;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;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)}dialog.custom-dialog{padding:1rem;border:none;border-radius:.4rem;gap:0}dialog:not([open]){display:none}dialog .btn-close{position:absolute;top:1rem;right:1rem}dialog header{margin:.4rem 2rem}.itineraries-header{font-weight:600;color:var(--main-color);font-size:1rem}.itineraries-list{list-style:none;padding:0;margin:.4rem 0;display:flex;flex-flow:row wrap;gap:1rem;width:300px}.itineraries-list li{display:flex;flex-basis:45%;flex-grow:1}.go-to{height:3.5rem;display:flex;justify-content:center;align-items:center;padding:0 .6rem;border-radius:.4rem;background:linear-gradient(145deg,#dbdbdb33,#dbdbdb99)}a.go-to{text-decoration:none;font-weight:600;color:#000;flex-grow:1;justify-content:start}.go-to:hover,.go-to:focus{background:linear-gradient(145deg,#dbdbdbcc,#dbdbdb66)}.itineraries-list .go-to svg{height:1rem;width:1.5rem;margin-left:.4rem;margin-right:.4rem}.itineraries-list .go-to-maps svg{height:1rem;width:1.3rem}.sheet-preview{position:absolute;left:0;right:0;bottom:0;z-index:1;box-shadow:0 0 8px #0003;background-color:#fff;padding:1rem;animation:sheet-preview-fade-in .3s ease-in-out;display:flex;flex-flow:column nowrap;border:1px solid var(--grey-lightest)}.sheet-preview header{margin-bottom:.5rem}.sheet-preview h3{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-preview h3,.sheet-preview p{color:#000;margin:0}.sheet-preview .content-wrapper{display:flex;flex-direction:row;gap:1rem;flex-grow:1;overflow:hidden}.sheet-preview figure{aspect-ratio:1 / 1;border-radius:.3rem;height:100%;max-width:120px;overflow:hidden}.sheet-preview img{object-fit:cover;width:100%;display:block;height:100%}.sheet-preview .text-wrapper{display:flex;flex-direction:column;flex-grow:1;gap:.4rem;justify-content:space-between;text-align:left}.sheet-meta{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;font-weight:700;width:100%}.sheet-preview .sheet-type{background-color:var(--grey-lightest);width:fit-content;font-variant-caps:all-small-caps;letter-spacing:.1rem;display:flex;align-items:center;padding:0 .4rem;height:1.6rem}.sheet-preview .sheet-rating{display:flex;flex-flow:row nowrap;align-items:center;gap:.4rem}.fairguest-rate{color:#fff;padding:.1rem .4rem;display:flex;align-items:center;padding:0 .4rem;height:1.6rem}@media (max-width: 1200px){.fairguest-text{display:none}}.fairguest-awful-bg{background-color:var(--fairguest-awful)}.fairguest-average-bg{background-color:var(--fairguest-average)}.fairguest-good-bg{background-color:var(--fairguest-good)}.fairguest-very_good-bg{background-color:var(--fairguest-very-good)}.fairguest-excellent-bg{background-color:var(--fairguest-excellent)}.fairguest-awful-text{color:var(--fairguest-awful)}.fairguest-average-text{color:var(--fairguest-average)}.fairguest-good-text{color:var(--fairguest-good)}.fairguest-very_good-text{color:var(--fairguest-very-good)}.fairguest-excellent-text{color:var(--fairguest-excellent)}.sheet-decription{font-size:.875rem;font-weight:500;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.sheet-preview .cta-wrapper{display:flex;justify-content:end;flex-flow:row wrap;gap:.5rem;width:100%}.sheet-preview .cta-wrapper a,.sheet-preview .cta-wrapper button{display:flex;flex-flow:row nowrap;align-items:center;gap:.4rem;white-space:nowrap}.cta-wrapper .sheet-preview-btn{width:fit-content;padding:.5rem 1rem;font-weight:600;border-radius:.4rem;cursor:pointer;text-decoration:none}.sheet-preview .plain{background-color:var(--main-color);color:#fff;border:none}.sheet-preview .outlined{color:var(--main-color);border:1px solid var(--main-color);background-color:#fff}.sheet-preview .plain:hover{background-color:rgb(var(--main-color-raw),.8)}.sheet-preview .outlined:hover{background-color:rgb(var(--main-color-raw),.1)}.cta-wrapper svg.sheet-preview-btn-icon{height:1rem;stroke-width:3px}@media (max-width: 1200px){.cta-wrapper svg.sheet-preview-btn-icon{height:1rem}.cta-wrapper .sheet-preview-btn{padding:.2rem .4rem}.sheet-preview .cta-wrapper a:last-of-type{margin-left:unset}}@media (max-width: 600px){.sheet-preview figure{display:none}.sheet-preview .cta-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding-top:.4rem}.sheet-preview .cta-wrapper button,.sheet-preview .cta-wrapper a{width:100%;display:flex;justify-content:center}}@keyframes sheet-preview-fade-in{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}.tmap__wrapper{width:100%;min-width:250px;height:500px;max-height:60vh;max-height:60dvh;margin-bottom:1rem;border-radius:.4rem;background-color:rgba(var(--main-color-raw),.2);display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:.6rem;font-size:.8rem;font-weight:700;position:relative;overflow:hidden}.tmap__wrapper .loader__spinner{width:2rem;height:2rem}.tmap__wrapper:has(+.playlist-link){margin-bottom:0;border-radius:.4rem .4rem 0 0}.tmap__wrapper svg{color:var(--main-color);stroke-width:1.5px}#tmap-pool-container{position:absolute;overflow:hidden;pointer-events:none;top:0;left:0;width:100%;height:100%}#tmap-pool-container>*{position:absolute;transition:opacity .3s ease-in-out;opacity:0;pointer-events:none}#tmap-pool-container>*.tmap--active{opacity:1;background-color:var(--grey-dark);pointer-events:auto;border-radius:.4rem;overflow:hidden}#tmap-pool-container .has-playlist{border-radius:.4rem .4rem 0 0}.tooltip{background-color:var(--main-color);color:#fff;padding:.2rem .5rem;border-radius:.3rem;font-size:.7rem;width:fit-content;height:fit-content;z-index:1000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.msg-article{width:100%;padding:0 .4rem 0 0;margin-bottom:1rem;max-width:100%;overflow:hidden}.msg-article header{display:flex;align-items:center;margin-bottom:.4rem}.msg-h3{text-align:left;margin-right:1rem}.playlist-link{padding:.8rem 1.2rem;background-color:rgb(var(--main-color-raw),.2);border-radius:.4rem;text-decoration:none;color:#000;font-size:.875rem;font-weight:600;display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;overflow:hidden}.tmap__wrapper+.playlist-link{border-radius:0 0 .4rem .4rem}.playlist-link .playlist-title{color:#000;display:flex;gap:.6rem;align-items:center;flex-grow:1;width:60%}.playlist-link .playlist-title span{height:1.3rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.playlist-link .info-icon{width:1.2rem;stroke-width:3px;min-width:1.2rem;height:1.2rem;color:var(--main-color)}.playlist-link .see-more{color:var(--main-color);text-decoration:underline;white-space:nowrap}.msg-rating{display:flex;align-items:center;justify-content:end;gap:.6rem;margin-top:.6rem}.msg-rating svg{height:1.4rem;transition:transform .2s ease-in-out;border-radius:.2rem;cursor:pointer;stroke-width:3px}.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-article:has(.generating) .loading__wrapper{display:flex}.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:none;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-content-wrapper{display:flex;flex-flow:row nowrap;gap:1rem;align-items:center;width:100%;padding:.6rem .6rem .6rem 1rem;font-weight:500;border-radius:50px;background:linear-gradient(145deg,#dbdbdb33,#dbdbdb99)}.share-header{font-weight:600;color:var(--main-color);font-size:1rem;margin-bottom:1rem}.share-content-wrapper span{white-space:nowrap;text-overflow:ellipsis;flex-grow:1;overflow:hidden}.share-content-wrapper .clipboard{min-width:2rem;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;padding:.6rem;background-color:var(--main-color);border-radius:50%;stroke-width:1.5;animation:pulse-border-light 1.5s infinite;transition:background-color .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;cursor:pointer}.share-content-wrapper .clipboard:hover{background-color:#fff;color: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;--purple: "#ab78ee";--orange-warn: "#b75c1b";--red-error: #aa1b1b;--green-valid: #1c8b24;--grey-lightest: #f2f2f2;--grey-light: #bfbfbf;--grey-middle: #808080;--grey-dark: #404040;--grey-darkest: #191919;--fairguest-awful: #ed622d;--fairguest-average: #fec010;--fairguest-good: #9ebf3b;--fairguest-very-good: #70a642;--fairguest-excellent: #2b783b;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}.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%}::backdrop{background-color:#0006}.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}.close-preview-btn{transform:translate(.5rem) translateY(-.5rem);position:relative;min-width:22px;height:22px;background-color:transparent;border:1px solid transparent;border-radius:22px;padding:0;transition:background-color .3s ease-in-out;margin-left:auto}.close-preview-btn:hover{background-color:var(--main-color)}.close-preview-btn:before,.close-preview-btn:after{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);content:"";background-color:#000;border-radius:2px;width:.8rem;height:.1rem;transition:background-color .3s ease-in-out}.close-preview-btn:hover:before,.close-preview-btn:hover:after{background-color:#fff!important}.close-preview-btn:before{transform:translate(-50%) translateY(-50%) rotate(-45deg)}.close-preview-btn:after{transform:translate(-50%) translateY(-50%) rotate(45deg)}.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}}
