.Chat_chatContainer__HDncR{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.Chat_chatToggleButton__TX5n2{width:60px;height:60px;padding:0;background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .3s ease;align-items:center;justify-content:center}.Chat_chatBubbleContainer__k7pex,.Chat_chatToggleButton__TX5n2{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;overflow:hidden}.Chat_chatBubbleContainer__k7pex{width:400px;height:550px;background-color:rgba(255,255,255,.7);border:1px solid rgba(224,224,224,.5);border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.15);flex-direction:column;box-sizing:border-box;opacity:0;transform:translateY(30px) scale(.95);visibility:hidden;transition:opacity .4s ease-in,transform .4s ease-in,visibility 0s linear .4s}.Chat_chatToggleButton__TX5n2:hover{background-color:rgba(255,255,255,.25);border-color:rgba(255,255,255,.3);box-shadow:0 4px 12px rgba(0,0,0,.2);transform:scale(1.05)}.Chat_chatBubbleContainerOpen__Y84Ki{opacity:1;transform:translateY(0) scale(1);visibility:visible;transition-delay:0s,0s,0s}.Chat_desktopIncreasedWidth__vPAJf{width:450px}.Chat_mobileFullScreen__LLZ3U{width:100vw;height:auto;top:0;left:0;right:auto;bottom:0;border-radius:0;box-sizing:border-box}.Chat_chatHeader__H74wl{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:rgba(0,0,0,.85);border-bottom:1px solid rgba(224,224,224,.3)}.Chat_chatHeader__H74wl span{font-weight:600;font-size:1rem;color:#f0f0f0}.Chat_closeChatButton__AV0ue{background:none;border:none;font-size:24px;cursor:pointer;padding:0 5px;color:#ccc;line-height:1}.Chat_closeChatButton__AV0ue:hover{color:#fff}.Chat_messageList__MCiFC{flex-grow:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.Chat_message__4ZwX6{padding:10px 15px;border-radius:20px;max-width:75%;word-wrap:break-word;line-height:1.5}.Chat_message__4ZwX6.Chat_user__MoOz7{background-color:#00070d;color:white;align-self:flex-end;border-bottom-right-radius:6px}.Chat_message__4ZwX6.Chat_bot__SzNhI{background-color:#f0f2f5;color:#2c3e50;align-self:flex-start;border-bottom-left-radius:6px}.Chat_message__4ZwX6 p{margin-top:0;margin-bottom:0}.Chat_message__4ZwX6 li{margin-left:20px;margin-bottom:0}.Chat_message__4ZwX6 li+li,.Chat_message__4ZwX6 li+p,.Chat_message__4ZwX6 p+li,.Chat_message__4ZwX6 p+p{margin-top:6px}.Chat_inputForm__KFkJd{display:flex;padding:12px;border-top:1px solid #e0e0e0;background-color:rgba(248,249,250,.9);box-sizing:border-box}.Chat_inputField__LJCwY{flex-grow:1;padding:12px 18px;border:1px solid #ced4da;border-radius:25px;margin-right:10px;font-size:1rem;color:#495057;background-color:rgba(255,255,255,.95)}.Chat_inputField__LJCwY:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.Chat_sendButton__20uCM{padding:0 20px;height:50px;line-height:50px;background-color:#007bff;color:white;border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;min-width:100px}.Chat_sendButton__20uCM:disabled{background-color:#adb5bd;cursor:not-allowed}.Chat_sendButton__20uCM:hover:not(:disabled){background-color:#0056b3}.Chat_sendButtonSmallTalk__K0UNc{background:linear-gradient(45deg,#8e44ad,#3498db);font-size:1.5rem;padding:0;min-width:50px;width:50px;box-shadow:0 2px 8px rgba(142,68,173,.4)}.Chat_sendButtonSmallTalk__K0UNc:hover:not(:disabled){background:linear-gradient(45deg,#9b59b6,#5dade2)}.Chat_optionsContainer__NWwfo{display:flex;flex-wrap:wrap;gap:8px;padding:8px 15px 12px;align-self:flex-start;max-width:100%}.Chat_optionButton__SMW2p{padding:8px 15px;background-color:#ffffff;color:#007bff;border:1px solid #007bff;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:500;text-align:center;transition:background-color .2s ease,color .2s ease}.Chat_optionButton__SMW2p:hover{background-color:#007bff;color:#ffffff}.Chat_optionButton__SMW2p:active{background-color:#0056b3}.Chat_suggestionBar__ktDZ3{display:flex;justify-content:flex-end;overflow-x:auto;padding:0 12px;background-color:transparent;gap:8px;height:0;opacity:0;visibility:hidden;transition:height .25s ease-in-out,opacity .25s ease-in-out,padding .25s ease-in-out,visibility 0s linear .25s}.Chat_suggestionBarOpen__QvPeT{height:60px;padding:8px 12px 16px;opacity:1;visibility:visible;transition-delay:0s,0s,0s,0s}.Chat_suggestionBar__ktDZ3::-webkit-scrollbar{display:none}.Chat_suggestionBar__ktDZ3{-ms-overflow-style:none;scrollbar-width:none}.Chat_suggestionButton__n0qUL{display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:rgba(0,0,0,.25);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:#f0f0f0;border:1px solid rgba(255,255,255,.1);border-radius:20px;cursor:pointer;font-size:.9rem;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.Chat_suggestionButton__n0qUL:hover{background-color:rgba(0,0,0,.4);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.TypingIndicator_typingIndicatorContainer___YsW8{display:flex;align-items:center;padding:8px 16px;margin-top:4px}.TypingIndicator_typingIndicator__Fr6Rm{display:flex;align-items:center;background-color:#e9e9eb;border-radius:18px;padding:10px 15px}.TypingIndicator_typingIndicator__Fr6Rm span{height:8px;width:8px;background-color:#9ca3af;border-radius:50%;display:inline-block;margin:0 2px;animation:TypingIndicator_wave__fGaKh 1.3s linear infinite}.TypingIndicator_typingIndicator__Fr6Rm span:nth-child(2){animation-delay:-1.1s}.TypingIndicator_typingIndicator__Fr6Rm span:nth-child(3){animation-delay:-.9s}@keyframes TypingIndicator_wave__fGaKh{0%,60%,to{transform:none}30%{transform:translateY(-8px)}}.styles_logoContainer__yXrCb{width:120px;height:120px;display:flex;justify-content:center;align-items:center;position:relative;padding:1rem;border-radius:50%;background-color:rgba(255,255,255,.1);overflow:visible}.styles_logo__G_28w{z-index:1;filter:invert(1)}.styles_motionSvg__irXrK{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.styles_menuToggleButton__RjerO{position:fixed;top:20px;left:20px;z-index:1100;padding:10px 12px;background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#928f8f;border-radius:50%;cursor:pointer;font-size:20px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .35s cubic-bezier(.68,-.55,.27,1.55) .4s,opacity .35s ease-out .4s;transform:translateX(0);opacity:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.styles_menuToggleButtonHidden__KNzm0{transform:translateX(-120%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.68,-.55,.27,1.55) 0s,opacity .35s ease-out 0s}.styles_menuItemsContainer__1KjDP{position:fixed;top:20px;left:20px;width:260px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:1090;overflow:hidden;background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transform:translateX(-100%);opacity:0;visibility:hidden;transition:transform .4s ease,opacity .4s ease,visibility 0s linear .4s}.styles_menuItemsContainerOpen__YhTTO{transform:translateX(0);opacity:1;visibility:visible;transition-delay:.35s,.35s,0s}.styles_menuHeader__6J94O{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:transparent;border-bottom:1px solid rgba(255,255,255,.2)}.styles_menuHeaderImage__d0D_t{object-fit:cover}.styles_menuList__BRrC5{list-style:none;margin:0;flex-grow:1;overflow-y:auto;padding:10px 0;display:flex;flex-direction:column}.styles_menuItem__q_Zkg{padding:0}.styles_menuItemLinkOrButton__UT1XL{display:block;padding:12px 20px;text-decoration:none;color:#f0f0f0;background:none;border:none;width:100%;text-align:left;font-size:1rem;cursor:pointer;display:flex;align-items:center}.styles_menuItemIcon__WbE7z{margin-right:15px;font-size:1.1em;min-width:20px;display:inline-flex;align-items:center}.styles_menuItemLinkOrButton__UT1XL:hover{color:#0069d9}.styles_mobileMenuContainer__QN1RL{top:0;bottom:auto;left:0;right:0;width:100%;max-height:none;border-radius:0;border-left:none;border-right:none;border-bottom:1px solid rgba(255,255,255,.2);background-color:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateY(-100%);transition:transform .3s ease-out,visibility 0s linear .4s}.styles_mobileMenuContainer__QN1RL .styles_menuHeader__6J94O{border-bottom:none;padding:8px 15px}.styles_mobileMenuContainer__QN1RL.styles_menuItemsContainerOpen__YhTTO{transform:translateY(0);transition-delay:.45s}.styles_mobileMenuList__OaA2C{flex-grow:1;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;padding:5px 0;margin-left:1.5rem}.styles_mobileMenuList__OaA2C .styles_menuItem__q_Zkg{flex:0 0 auto;text-align:center}.styles_mobileMenuList__OaA2C .styles_menuItemLinkOrButton__UT1XL{justify-content:center;align-items:center;padding:8px 10px;color:#f0f0f0}.styles_mobileMenuList__OaA2C .styles_menuItemLinkOrButton__UT1XL:hover{color:#0069d9}.styles_mobileMenuList__OaA2C .styles_menuItemIcon__WbE7z{margin-right:0;margin-bottom:0}.styles_menuItemLabel___j_A2{display:block}.styles_mobileMenuToggleButton__OjwWg{transition-delay:.3s,.3s}.styles_mobileMenuToggleButton__OjwWg.styles_menuToggleButtonHidden__KNzm0{transform:translateY(-150%)}.styles_footer__qB_Le{background-color:transparent;color:#f0f0f0;padding:.75rem 2rem;font-size:.75rem;position:relative;z-index:10;border-top:1px solid rgba(255,255,255,.1)}.styles_footerContent__Ahin8{max-width:1200px;margin:0 auto;display:flex;align-items:center;width:100%}.styles_footerLeft___HfCJ{flex:1 1;text-align:left;white-space:nowrap}.styles_footerCenter__2qNC0{flex:1 1;text-align:center}.styles_footerCenter__2qNC0 p{margin:0;font-size:.625rem;white-space:nowrap}.styles_footerRight__wN03r{flex:1 1}.styles_link___dPzu{color:#a0d2eb;text-decoration:none;margin:0 .5rem}.styles_link___dPzu:hover{text-decoration:underline}.page_backgroundVideo__EjNBN{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:-2}.page_videoOverlay__1pw7m{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:-1}.page_page__556_G{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.page_main__nw1Wk{flex-grow:1;padding:2rem}.error_errorMain__SQxpN,.page_main__nw1Wk{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error_contentContainer__XIKhn{background-color:rgba(0,0,0,.7);padding:2rem 3rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);max-width:600px;width:100%;z-index:2}.error_errorCode__USpoL{font-size:5rem;font-weight:700;color:#ff4a4a;margin:0;line-height:1}.error_errorMessage__DTrV3{font-size:2rem;font-weight:500;margin:.5rem 0}.error_actionButton__gFwjv{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#0070f3;color:white;border-radius:5px;border:none;cursor:pointer;font-weight:500;transition:background-color .2s ease-in-out}.error_actionButton__gFwjv:hover{background-color:#005bb5}.not-found_notFoundMain__SnU6V{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;padding-top:80px;text-align:center}.not-found_contentContainer__Z2Zny{padding:2rem 2.5rem;background-color:rgba(22,22,29,.85);border-radius:8px;max-width:600px;width:90%;box-shadow:0 4px 15px rgba(0,0,0,.2)}.not-found_errorCode___H6ov{font-size:5rem;font-weight:700;color:#e0e0e0;margin-bottom:.25rem}.not-found_errorMessage__Xd6G8{font-size:2.2rem;color:#cccccc;margin-bottom:1rem;font-weight:500}.not-found_errorDescription__44Ih0{font-size:1.1rem;color:#b0b0b0;margin-bottom:2rem;line-height:1.7}.not-found_homeLink__D1wCK{display:inline-block;padding:.8rem 1.8rem;background-color:#61dafb;color:#16161d;text-decoration:none;border-radius:5px;font-weight:500;font-size:1rem;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.not-found_homeLink__D1wCK:hover{background-color:#52c5e9;transform:translateY(-2px)}.page_privacyMain__F5uEy{padding-top:80px;text-align:left}.page_headerContainer__HbCXQ{text-align:center;margin-bottom:2rem}.page_headerContainer__HbCXQ h1{font-size:2.5rem;color:#fff}.page_contentSection__CtKo7{margin-bottom:2rem;padding:1.5rem 2.5rem;background-color:rgba(22,22,29,.8);border-radius:8px;color:#cccccc}.page_contentSection__CtKo7 p{line-height:1.7;margin-bottom:1em}.page_contentSection__CtKo7 h2{font-size:1.75rem;color:#ffffff;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.page_contentSection__CtKo7>h2:first-child{margin-top:0}.page_contentSection__CtKo7 strong{color:#e0e0e0;font-weight:600}.page_centeredSection__pDocM{text-align:center}.page_featureList___Fj8I{list-style-type:decimal;padding-left:40px;margin-top:1em;margin-bottom:1em}.page_featureList___Fj8I li{margin-bottom:.75em;line-height:1.6}.page_subHeading__tqcae{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.page_articleMain__LKfVI{display:flex;flex-direction:column;align-items:center;padding:2rem;width:100%;max-width:800px;margin:0 auto}.page_articleHeader__ggume{width:100%;text-align:center;margin-bottom:3rem;border-bottom:1px solid #444;padding-bottom:2rem}.page_articleTitle__BbSTn{font-size:2.8rem;margin-bottom:1rem;color:#fff;line-height:1.2}.page_articleDate__JpTwg{font-size:1rem;color:#aaa}.page_articleContent__Ub7y8{width:100%;font-size:1.1rem;line-height:1.8;color:#ddd}.page_articleContent__Ub7y8 p{margin-bottom:1.5rem}.page_articleContent__Ub7y8 h2,.page_articleContent__Ub7y8 h3{margin-top:2.5rem;margin-bottom:1rem;color:#eee;line-height:1.3}.page_backLinkContainer__hY2tQ{width:100%;margin-top:3rem;padding-top:2rem;border-top:1px solid #444;text-align:center}.page_backLink__U9DTX{color:#00aaff;text-decoration:none;font-weight:700;font-size:1.1rem}.page_backLink__U9DTX:hover{text-decoration:underline}.page_aboutMain__pBkvM{padding-top:80px;justify-content:flex-start}.page_headerContainer__Hn38Y{text-align:center;margin-bottom:3rem}.page_headerContainer__Hn38Y h1{font-size:2.8rem;font-weight:600;color:#e0e0e0}.page_contentSection___AZhk{padding:0 1.5rem;max-width:800px;margin:0 auto 2.5rem;text-align:left;line-height:1.7}.page_contentSection___AZhk h2{font-size:1.8rem;font-weight:500;color:#cccccc;margin-top:1rem;margin-bottom:1rem;border-bottom:1px solid #444;padding-bottom:.5rem}.page_subParagraph__YKMgW{margin-top:.5rem;color:#b0b0b0}.page_subHeading__JplQG{font-size:1.3rem;font-weight:500;color:#c0c0c0;margin-top:1rem;margin-bottom:.75rem}.page_featureList__jqEFc{list-style:disc;padding-left:25px;margin-top:.5rem}.page_featureList__jqEFc li{margin-bottom:.5rem}.page_featureList__jqEFc li strong{color:#d0d0d0}.page_centeredSection__PgO2N{text-align:center;margin-top:3rem;color:#a0a0a0}.page_contentSection___AZhk code,.page_subParagraph__YKMgW code{background-color:#2a2a2e;color:#abe338;padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:Courier New,Courier,monospace}.page_centeredSection__PgO2N a,.page_contentSection___AZhk a{color:#61dafb;text-decoration:none}.page_centeredSection__PgO2N a:hover,.page_contentSection___AZhk a:hover{text-decoration:underline}.page_blogMain__xu2hy{display:flex;flex-direction:column;align-items:center;padding:2rem;width:100%;max-width:1200px;margin:0 auto}.page_headerContainer__tQdny{text-align:center;margin-bottom:3rem}.page_headerContainer__tQdny h1{font-size:3rem;margin-bottom:.5rem;color:#fff}.page_headerContainer__tQdny p{font-size:1.2rem;color:#ccc}.page_blogGrid__TEtKB{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;width:100%}.page_blogPost__XsKq9{background:rgba(20,20,20,.8);border:1px solid #333;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.page_blogPost__XsKq9:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.page_blogPost__XsKq9 h2{font-size:1.5rem;margin-bottom:.75rem;color:#eee}.page_postDate__HXPY8{font-size:.9rem;color:#999;margin-bottom:1rem}.page_readMore__yeqR7{margin-top:auto;color:#00aaff;text-decoration:none;font-weight:700;align-self:flex-start}.page_readMore__yeqR7:hover{text-decoration:underline}.page_dashboardContainer__gv1ze{padding:20px;font-family:Arial,sans-serif;color:#333}.page_header__IFz4g{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}.page_header__IFz4g h1{font-size:1.8em;color:#333}