.ToggleColorMode-module__GR-5Fa__toggle_container{cursor:pointer;background-color:var(--background-color);border:2px solid var(--primary-color);border-radius:20px;align-items:center;width:50px;height:25px;padding:2px;transition:all .2s ease-in-out;display:flex;position:relative}.ToggleColorMode-module__GR-5Fa__toggle_container:hover{background-color:var(--accent-color)}.ToggleColorMode-module__GR-5Fa__toggle_icon{background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;transition:all .1s ease-in-out;display:flex;position:absolute;right:2px}.ToggleColorMode-module__GR-5Fa__toggle_icon svg{fill:var(--background-color);justify-content:center;align-items:center;font-size:14px;transition:all .2s ease-in-out;display:flex}
.HamburgerMenu-module__QZcUKa__hamburger_container{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:33px;height:33px;padding:0;display:flex;position:relative}.HamburgerMenu-module__QZcUKa__hamburger_container:focus{outline:none}.HamburgerMenu-module__QZcUKa__hamburger_container>div{transform-origin:1px;background-color:var(--primary-color);border-radius:10px;width:100%;height:2px;transition:all .6s;position:relative}.HamburgerMenu-module__QZcUKa__mobile_menu{background-color:var(--background-color);z-index:1000;flex-direction:column;justify-content:center;align-items:flex-end;max-width:430px;height:100vh;transition:all .6s ease-in-out;display:flex;position:fixed;top:0;right:0;overflow:hidden}.HamburgerMenu-module__QZcUKa__mobile_menu_link{color:var(--primary-color);opacity:0;cursor:pointer;margin:1rem 40px 1rem 1rem;font-size:2rem;font-weight:700;text-decoration:none;transition:all .4s linear}.HamburgerMenu-module__QZcUKa__mobile_menu_link_underline{background-color:var(--secondary-color);width:0%;height:2px;transition:all .3s ease-in-out;position:relative}.HamburgerMenu-module__QZcUKa__mobile_menu_links_dropdown_div{justify-content:flex-end;align-items:center;gap:3px;display:flex}.HamburgerMenu-module__QZcUKa__mobile_menu_dropdown_wrapper{flex-direction:column;align-items:flex-end;max-height:0;transition:all .4s ease-in;display:flex;overflow:hidden}.HamburgerMenu-module__QZcUKa__mobile_menu_dropdown_wrapper>a{color:var(--primary-color);margin:.5rem;font-size:1rem;font-weight:600;text-decoration:none}.HamburgerMenu-module__QZcUKa__mobile_menu_links_dropdown_div>svg{width:30px;height:30px;fill:var(--primary-color);margin-top:5px;margin-right:-6px;transition:all .3s ease-in;transform:rotate(-180deg)}.HamburgerMenu-module__QZcUKa__mobile_menu_link:hover .HamburgerMenu-module__QZcUKa__mobile_menu_link_underline{width:100%}.HamburgerMenu-module__QZcUKa__mobile_menu_link:hover .HamburgerMenu-module__QZcUKa__mobile_menu_links_dropdown_div>svg{transform:rotate(-90deg)}.HamburgerMenu-module__QZcUKa__mobile_menu_link:hover .HamburgerMenu-module__QZcUKa__mobile_menu_dropdown_wrapper{max-height:192px}.HamburgerMenu-module__QZcUKa__mobile_menu_dropdown_wrapper>a:hover{color:var(--secondary-color)}.HamburgerMenu-module__QZcUKa__mobile_menu_background{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);visibility:hidden;opacity:0;z-index:1000;width:100%;height:100%;transition:opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;position:fixed;inset:0}@media only screen and (max-width:430px){.HamburgerMenu-module__QZcUKa__mobile_menu{justify-content:center;align-items:center}.HamburgerMenu-module__QZcUKa__mobile_menu_link{text-align:center;margin-left:0;margin-right:0;font-size:2.5rem}.HamburgerMenu-module__QZcUKa__mobile_menu_links_dropdown_div>svg{margin-right:0}}
.Header-module__RjwBgW__navbar_container{background-color:var(--background-color);z-index:100;justify-content:space-between;align-items:center;padding:20px 40px;transition:width .3s ease-in,height .3s ease-in;display:flex;position:sticky;top:-1px;box-shadow:0 0 19px -10px #42445a00}.Header-module__RjwBgW__navbar_container[data-stuck] .Header-module__RjwBgW__header_logo>svg{width:100px;height:auto}.Header-module__RjwBgW__navbar_container[data-stuck]{box-shadow:0 0 19px -10px #42445a}.Header-module__RjwBgW__header_logo{cursor:pointer;justify-content:center;align-items:center;display:flex}.Header-module__RjwBgW__header_logo svg{transition:width .3s ease-in,height .3s ease-in}.Header-module__RjwBgW__header_links_container{align-items:center;gap:30px;display:flex}.Header-module__RjwBgW__header_link>a,.Header-module__RjwBgW__header_link>div{cursor:pointer;color:var(--primary-color);flex-direction:column;align-items:center;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.Header-module__RjwBgW__header_links_dropdown_div{align-items:center;gap:3px;display:flex}.Header-module__RjwBgW__header_links_dropdown_div>svg{width:15px;height:15px;fill:var(--primary-color);margin-top:3px;transition:all .3s ease-in;transform:rotate(-180deg)}.Header-module__RjwBgW__header_link:hover{color:var(--secondary-color)}.Header-module__RjwBgW__header_link_underline{background-color:var(--secondary-color);width:0%;height:2px;transition:all .3s ease-in-out;position:relative}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_link_underline{width:100%}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_links_dropdown_div>svg{transform:rotate(-90deg)}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_container_wrapper{max-height:400px}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_container{box-shadow:0 0 19px -10px #42445a}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_link{opacity:1;transition-delay:.45s;transform:translate(0)}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_image_container{opacity:1;transition-delay:.6s}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_blog_container>a{opacity:1;transition-delay:.45s;transform:translate(0)}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_blog_container>a:nth-child(2){transition-delay:.65s}.Header-module__RjwBgW__header_link:hover .Header-module__RjwBgW__header_dropdown_blog_container>a:nth-child(3){transition-delay:.85s}.Header-module__RjwBgW__header_dropdown_cursor_path{width:100%;height:40px;position:absolute}.Header-module__RjwBgW__header_dropdown_container_wrapper{z-index:2000;pointer-events:none;justify-content:flex-start;max-height:0;margin-left:-10px;transition:all .4s ease-in;display:flex;position:absolute;top:75px;overflow:hidden;flex-direction:row!important}.Header-module__RjwBgW__header_dropdown_container{pointer-events:all;cursor:default;background-color:var(--background-color);max-width:800px;height:100%;margin:10px;padding:20px;transition:all .4s ease-in;display:flex;box-shadow:0 0 #42445a00}.Header-module__RjwBgW__header_dropdown_link_container{flex-direction:column;align-items:flex-start;gap:20px;width:200px;display:flex}.Header-module__RjwBgW__header_dropdown_link{color:var(--primary-color);opacity:0;align-items:center;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s ease-in,opacity .15s ease-in;display:flex;transform:translate(-20px)}.Header-module__RjwBgW__header_dropdown_link:hover{color:var(--secondary-color)}@media only screen and (max-width:650px){.Header-module__RjwBgW__navbar_container{padding:20px}.Header-module__RjwBgW__header_logo svg{width:180px}.Header-module__RjwBgW__header_links_container{gap:20px}}
.NavLink-module__VnTTHa__navlink_container{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.NavLink-module__VnTTHa__navlink_label{cursor:pointer;color:var(--primary-color);flex-direction:column;align-items:center;font-size:1.8rem;font-weight:600;text-decoration:none;display:flex}.NavLink-module__VnTTHa__navlink_dropdown_div{align-items:center;gap:3px;display:flex}.NavLink-module__VnTTHa__navlink_dropdown_div>svg{width:20px;height:20px;fill:var(--primary-color);margin-top:10px;transition:all .3s ease-in;transform:rotate(-180deg)}.NavLink-module__VnTTHa__navlink_container:hover{color:var(--secondary-color)}.NavLink-module__VnTTHa__navlink_underline{background-color:var(--secondary-color);width:0%;height:2px;transition:all .3s ease-in-out;position:relative}.NavLink-module__VnTTHa__navlink_container:hover .NavLink-module__VnTTHa__navlink_underline{width:100%}.NavLink-module__VnTTHa__navlink_container:hover .NavLink-module__VnTTHa__navlink_dropdown_div>svg{transform:rotate(-90deg)}.NavLink-module__VnTTHa__navlink_dropdown_wrapper{text-align:start;flex-direction:column;align-items:flex-start;gap:10px;max-height:0;margin-left:10px;transition:all .3s ease-in-out;display:flex;overflow:hidden}.NavLink-module__VnTTHa__navlink_dropdown_wrapper>a:first-child{margin-top:10px}.NavLink-module__VnTTHa__navlink_dropdown_wrapper>a{color:var(--primary-color);font-size:1rem;text-decoration:none}.NavLink-module__VnTTHa__navlink_dropdown_wrapper>a:hover{color:var(--secondary-color)}.NavLink-module__VnTTHa__navlink_container:hover .NavLink-module__VnTTHa__navlink_dropdown_wrapper{max-height:200px}
.Footer-module__jkL0nq__footer_container{justify-content:center;align-items:center;margin:40px;display:flex}.Footer-module__jkL0nq__footer_left{flex-direction:column;justify-content:center;align-items:flex-start;width:50%;display:flex}.Footer-module__jkL0nq__footer_logo{cursor:pointer;justify-content:center;align-items:center;display:flex}.Footer-module__jkL0nq__footer_logo svg{width:200px;height:auto}.Footer-module__jkL0nq__footer_links_container{flex-direction:column;align-items:flex-start;gap:20px;margin-top:30px;margin-left:30px;display:flex}.Footer-module__jkL0nq__footer_link{color:var(--primary-color);font-size:1.8rem;font-weight:600;text-decoration:none}.Footer-module__jkL0nq__footer_link:hover{color:var(--secondary-color)}.Footer-module__jkL0nq__footer_link_underline{background-color:var(--secondary-color);width:0%;height:2px;transition:all .3s ease-in-out}.Footer-module__jkL0nq__footer_link:hover .Footer-module__jkL0nq__footer_link_underline{width:100%}.Footer-module__jkL0nq__footer_right{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:50%;display:flex}.Footer-module__jkL0nq__footer_right hr{background-color:var(--primary-color);width:60%;margin:20px 0 0}.Footer-module__jkL0nq__footer_contact_link{color:var(--secondary-color);align-items:center;font-size:1.8rem;font-weight:600;text-decoration:none;display:flex}.Footer-module__jkL0nq__footer_contact_link:hover{color:var(--primary-color)}.Footer-module__jkL0nq__footer_contact_link svg{margin-top:5px;margin-left:10px}.Footer-module__jkL0nq__footer_right>p{color:var(--primary-color);margin:0;font-size:1.5rem;font-weight:500}.Footer-module__jkL0nq__footer_right>div{align-items:center;gap:20px;display:flex}.Footer-module__jkL0nq__footer_right>div>svg{fill:var(--primary-color);font-size:1.8rem}.Footer-module__jkL0nq__footer_right>div>a{color:var(--primary-color);font-size:1.5rem;font-weight:600;text-decoration:none}@media only screen and (max-width:650px){.Footer-module__jkL0nq__footer_container{flex-direction:column;align-items:flex-start;margin:20px}.Footer-module__jkL0nq__footer_container>div{width:100%}.Footer-module__jkL0nq__footer_links_container{margin-top:20px;margin-left:15px}.Footer-module__jkL0nq__footer_right{margin-top:20px}}
.QuestionnaireCTA-module__CZUx6a__questionnaire_cta_container{background-color:var(--secondary-color);border:1px solid var(--secondary-color);color:var(--background-color);cursor:inherit;z-index:3;border-radius:5px 0 0 5px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;text-decoration:none;transition:transform .32s cubic-bezier(.4,0,.6,1);display:flex;position:fixed;top:55vh;right:0}.QuestionnaireCTA-module__CZUx6a__questionnaire_cta_container:hover{transform:scale(1.05)}.QuestionnaireCTA-module__CZUx6a__questionnaire_cta_container>p{writing-mode:tb-rl;white-space:nowrap;margin:0;display:block;transform:rotate(360deg)}
.GlobalChat-module__foDPMG__global_chat_wrapper{z-index:10;position:fixed;bottom:20px;right:20px}.GlobalChat-module__foDPMG__global_chat_button{cursor:pointer;width:80px;height:80px}.GlobalChat-module__foDPMG__global_chat_button_icon{width:100%;height:100%}.GlobalChat-module__foDPMG__global_chat_window{background-color:var(--dark-opacity-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-direction:column;width:400px;max-width:90vw;height:500px;max-height:80vh;display:flex;position:relative;box-shadow:0 4px 20px #0000001a}.GlobalChat-module__foDPMG__global_chat_body{flex-direction:column;flex:1;display:flex;overflow-y:auto}.GlobalChat-module__foDPMG__global_chat_close{color:var(--background-color);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;line-height:1;position:absolute;top:20px;right:20px}.GlobalChat-module__foDPMG__global_chat_close:hover{color:var(--secondary-color)}.GlobalChat-module__foDPMG__first_message{align-items:flex-start;gap:10px;display:flex}.GlobalChat-module__foDPMG__first_message>p{margin:0}.GlobalChat-module__foDPMG__global_chat_footer{background-color:var(--primary-color);gap:10px;padding:15px;display:flex}.GlobalChat-module__foDPMG__global_chat_input_wrapper{background-color:var(--background-gray);border-radius:20px;gap:10px;width:100%;display:flex}.GlobalChat-module__foDPMG__global_chat_footer_input{flex-grow:1;display:flex}.GlobalChat-module__foDPMG__global_chat_footer_input input{color:var(--primary-color);background-color:#0000;border:none;outline:none;flex-grow:1;padding:10px;font-size:.9rem}.GlobalChat-module__foDPMG__global_chat_footer_input input::placeholder{color:var(--primary-color)}.GlobalChat-module__foDPMG__global_chat_footer_button button{background-color:var(--secondary-color);color:var(--background-color);cursor:pointer;border-radius:20px;align-items:center;gap:5px;margin:3px;padding:6px 20px;font-weight:600;transition:all .2s ease-in-out;display:flex}.GlobalChat-module__foDPMG__new_chat_quickstart{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.GlobalChat-module__foDPMG__recommended_topics_title{color:var(--background-color);justify-content:center;align-items:center;width:100%;margin:0 0 30px;padding-top:20px;font-size:1.2rem;font-weight:600;display:flex;position:relative}.GlobalChat-module__foDPMG__recommended_topics_title:before,.GlobalChat-module__foDPMG__recommended_topics_title:after{content:"";background-color:var(--secondary-color);flex:1;height:2px}.GlobalChat-module__foDPMG__recommended_topics_title:before{margin-right:15px}.GlobalChat-module__foDPMG__recommended_topics_title:after{margin-left:15px}.GlobalChat-module__foDPMG__topics_grid{grid-template-columns:repeat(2,1fr);gap:15px;width:100%;display:grid}.GlobalChat-module__foDPMG__topic_card{background-color:var(--dark-opacity-color);border:2px solid var(--background-color);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:150px;padding:20px;display:flex}.GlobalChat-module__foDPMG__topic_card svg{fill:var(--background-color);margin-bottom:10px;width:50px!important;height:50px!important}.GlobalChat-module__foDPMG__topic_card svg path{fill:var(--background-color)}.GlobalChat-module__foDPMG__topic_name{color:var(--background-color);text-align:center;font-size:.9rem;font-weight:600}.GlobalChat-module__foDPMG__chat_messages{flex-direction:column;flex:1;gap:20px;padding:60px 20px 20px;display:flex}.GlobalChat-module__foDPMG__message_container{flex-direction:column;gap:10px;display:flex}.GlobalChat-module__foDPMG__user_message,.GlobalChat-module__foDPMG__assistant_message{border-radius:20px;max-width:80%;padding:10px 20px}.GlobalChat-module__foDPMG__user_message{background-color:var(--accent-color);color:var(--background-color);align-self:flex-end}.GlobalChat-module__foDPMG__assistant_message{background-color:var(--secondary-color);color:var(--background-color)}.GlobalChat-module__foDPMG__typing_indicator{align-items:center;gap:4px;display:inline-flex}.GlobalChat-module__foDPMG__typing_dot{background-color:var(--background-color);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite GlobalChat-module__foDPMG__typingBounce}.GlobalChat-module__foDPMG__typing_dot:nth-child(2){animation-delay:.15s}.GlobalChat-module__foDPMG__typing_dot:nth-child(3){animation-delay:.3s}@keyframes GlobalChat-module__foDPMG__typingBounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.GlobalChat-module__foDPMG__info_cards{flex-direction:column;gap:15px;margin-top:15px;display:flex}.GlobalChat-module__foDPMG__info_card{background-color:var(--dark-opacity-color);color:inherit;border-radius:20px;padding:20px;text-decoration:none;transition:background-color .15s ease-in-out,transform .15s ease-in-out;display:block}.GlobalChat-module__foDPMG__info_card_inner{align-items:center;gap:20px;display:flex}.GlobalChat-module__foDPMG__info_card_icon{justify-content:center;align-items:center;display:flex}.GlobalChat-module__foDPMG__info_card_icon svg{width:50px;height:50px}.GlobalChat-module__foDPMG__info_card_text{color:var(--background-color);flex-direction:column;flex:1;gap:4px;display:flex}.GlobalChat-module__foDPMG__info_card:hover{background-color:#ffffff1f;transform:translateY(-1px)}.GlobalChat-module__foDPMG__info_card_title{margin-bottom:4px;font-size:.85rem;font-weight:600}.GlobalChat-module__foDPMG__info_card_description{opacity:.9;font-size:.8rem}.GlobalChat-module__foDPMG__contact_card{background-color:var(--dark-opacity-color);border:1px solid var(--secondary-color);border-radius:20px;flex-direction:column;gap:8px;margin-top:10px;padding:10px 12px;display:flex}.GlobalChat-module__foDPMG__contact_card_text{font-size:.85rem}.GlobalChat-module__foDPMG__contact_card_button{background-color:var(--secondary-color);color:var(--background-color);border-radius:999px;align-self:flex-start;padding:6px 16px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .15s ease-in-out,transform .15s ease-in-out}.GlobalChat-module__foDPMG__contact_card_button:hover{background-color:var(--primary-color);transform:translateY(-1px)}
