:root{--background:#f2f4f5;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#f2f4f5;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}nextjs-portal{display:none!important}.ChatBot_chatButton__AQ_NB{position:fixed;bottom:20px;right:20px;background:#002a32;color:white;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:40px;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000}.ChatBot_chatButton__AQ_NB span{align-items:center;justify-content:center;position:relative;top:-5px}.ChatBot_chatWindow__6yJwp{position:fixed;bottom:90px;right:20px;width:300px;max-height:480px;background:white;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 12px rgba(0,0,0,.3);z-index:1000}.ChatBot_header__fmzkO{background:#002a32;color:white;padding:10px;display:flex;justify-content:space-between}.ChatBot_header__fmzkO span{font-size:20px}.ChatBot_messages__4RePS{flex:1 1;padding:10px;overflow-y:auto;background:#f1f1f1;display:flex;flex-direction:column}.ChatBot_message__wHqb_{padding:8px 12px;border-radius:10px;margin-bottom:8px;max-width:80%}.ChatBot_botMsg__IzlM8{background:#f1f1f1;align-self:flex-start;border-bottom-left-radius:0}.ChatBot_userMsg__mWNKJ{background:#002a32;color:white;align-self:flex-end;border-bottom-right-radius:0}.ChatBot_inputArea__IIvmv{display:flex;border-top:1px solid #ddd}.ChatBot_inputArea__IIvmv input{flex:1 1;border:none;padding:10px}.ChatBot_inputArea__IIvmv button{border:none;background:#002a32;color:white;padding:0 15px;cursor:pointer}button.ChatBot_close-chat__ody3v{background-color:antiquewhite;background:aqua;border:unset;padding:0 9px;border-radius:5px;font-size:22px;position:relative;justify-content:center;align-items:center;text-align:center;display:flex}.ChatBot_lookingChat__oao7i{margin-top:10px}.ChatBot_chatbotContainer___3pGY{background:transparent;border-radius:8px;padding:10px;box-shadow:unset}.ChatBot_chatbotHeader__xj4RW{font-size:16px;margin-bottom:10px;color:#002a32}.ChatBot_chatbotBody___cKqj{font-size:14px}.ChatBot_chatbotBody___cKqj strong{display:block;margin-bottom:10px;color:#002a32}.ChatBot_chatbotBody___cKqj label{display:block;margin-bottom:5px;color:#002a32;cursor:pointer}button.ChatBot_close-chat__ody3v svg{color:#fff}.ChatBot_confirmButton__EFbxk{background:#002a32;color:white;border:none;padding:13px 39px;border-radius:13px;margin:0 auto;display:block;cursor:pointer}.ChatBot_typingCursor__hOSXp{animation:ChatBot_blink__IGpgm 1s infinite;opacity:1}@keyframes ChatBot_blink__IGpgm{0%,to{opacity:1}50%{opacity:0}}.ChatBot_inputArea__IIvmv button:disabled{opacity:.5;cursor:not-allowed}.ChatBot_completionMessage__Rs2o_{padding:10px;text-align:center;background:#f1f1f1;font-style:italic;color:#555}