.chatai-module___MgrAW__chatContainer{color:#ececec;background-color:#212121;flex-direction:column;width:100%;height:100vh;margin:0 auto;font-family:Inter,sans-serif;display:flex}.chatai-module___MgrAW__title{text-align:center;color:#b4b4b4;margin-top:15px;padding:20px 10px 30px;font-size:20px}.chatai-module___MgrAW__chatWindow{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:20px;width:100%;max-width:800px;margin:0 auto;padding:20px;display:flex;overflow-y:auto}.chatai-module___MgrAW__chatWindow::-webkit-scrollbar{display:none}.chatai-module___MgrAW__messageRow{align-items:center;gap:12px;width:fit-content;max-width:85%;display:flex}.chatai-module___MgrAW__user{flex-direction:row-reverse;align-self:flex-end}.chatai-module___MgrAW__assistant{align-self:flex-start}.chatai-module___MgrAW__messageBubble{word-break:break-word;white-space:pre-wrap;border-radius:18px;padding:12px 16px;font-size:1rem;line-height:1.5}.chatai-module___MgrAW__user .chatai-module___MgrAW__messageBubble{color:#fff;background-color:#2f2f2f}.chatai-module___MgrAW__assistant .chatai-module___MgrAW__messageBubble{color:#ececec;background-color:#0000}.chatai-module___MgrAW__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.chatai-module___MgrAW__user .chatai-module___MgrAW__avatar{background-color:#ab68ff}.chatai-module___MgrAW__assistant .chatai-module___MgrAW__avatar{background-color:#10a37f}.chatai-module___MgrAW__loadingWrapper{align-items:center;gap:10px;display:flex}.chatai-module___MgrAW__spinner{border:2px solid #ececec33;border-top-color:#ececec;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite chatai-module___MgrAW__spin}@keyframes chatai-module___MgrAW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatai-module___MgrAW__chatFooter{background-color:#212121;flex-direction:column;align-items:center;padding:20px;display:flex}.chatai-module___MgrAW__inputArea{background-color:#2f2f2f;border:1px solid #424242;border-radius:24px;align-items:flex-end;width:100%;max-width:800px;padding:8px 12px;display:flex}.chatai-module___MgrAW__inputArea textarea{color:#fff;resize:none;letter-spacing:.5px;scrollbar-width:none;background:0 0;border:none;outline:none;width:100%;min-height:40px;max-height:90px;padding:10px;font-family:inherit;font-size:1rem;line-height:1.5;overflow-y:auto}.chatai-module___MgrAW__inputArea button{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;margin-bottom:4px;font-size:18px;font-weight:700;display:flex}.chatai-module___MgrAW__inputArea button:disabled{opacity:.2}.chatai-module___MgrAW__disclaimer{color:#8e8e8e;margin-top:10px;font-size:.7rem}@media screen and (max-width:768px){.chatai-module___MgrAW__chatWindow,.chatai-module___MgrAW__inputArea{max-width:95%}.chatai-module___MgrAW__messageRow{max-width:90%}}@media screen and (max-width:450px){.chatai-module___MgrAW__title{padding:15px 10px 20px;font-size:18px}.chatai-module___MgrAW__chatWindow{gap:15px;padding:10px}.chatai-module___MgrAW__messageRow{gap:8px;max-width:95%}.chatai-module___MgrAW__messageBubble{padding:10px 14px;font-size:.95rem}.chatai-module___MgrAW__avatar{width:28px;height:28px}.chatai-module___MgrAW__chatFooter{padding:10px}.chatai-module___MgrAW__inputArea{padding:5px 10px}.chatai-module___MgrAW__inputArea textarea{padding:10px;font-size:.85rem}.chatai-module___MgrAW__inputArea button{width:30px;height:30px;font-size:16px}}@media screen and (max-width:370px){.chatai-module___MgrAW__title{font-size:16px}.chatai-module___MgrAW__messageBubble{font-size:.9rem}.chatai-module___MgrAW__inputArea textarea{padding:8px;font-size:.8rem}.chatai-module___MgrAW__disclaimer{text-align:center;font-size:.65rem}}
.header-module__6rtY2W__header{color:#fff;z-index:1000;background:linear-gradient(135deg,#036,#0055a5);justify-content:space-between;align-items:center;width:100%;height:70px;padding:10px 70px;display:flex;position:sticky;top:0;box-shadow:0 2px 5px #0000001a}.header-module__6rtY2W__home_link{cursor:pointer;background-color:#0000;border:none;outline:none;text-decoration:none}.header-module__6rtY2W__logo_info{justify-content:center;align-items:center;gap:7px;display:flex}.header-module__6rtY2W__logo{width:30px}.header-module__6rtY2W__logo_name{letter-spacing:.6px;color:#f5f5f5;margin-top:3px;font-size:17px;font-weight:500}.header-module__6rtY2W__menu_btn{cursor:pointer;width:30px;display:none}.header-module__6rtY2W__nav{justify-content:center;align-items:center;height:100%;display:flex}.header-module__6rtY2W__nav_link{letter-spacing:.5px;padding:0 30px;font-size:16px;font-weight:500;text-decoration:none}@media (max-width:900px){.header-module__6rtY2W__header{padding:10px 50px 10px 40px}.header-module__6rtY2W__menu_btn{display:flex}.header-module__6rtY2W__nav{z-index:500;background-color:#fff;flex-direction:column;gap:35px;width:100%;height:fit-content;padding:40px 10px 50px;transition:all .4s;display:flex;position:absolute;top:65px;left:-100%;box-shadow:0 8px 16px #0000000d}.header-module__6rtY2W__show_nav{left:0}.header-module__6rtY2W__nav_link{color:#222;border-bottom:2px solid #0000;padding:0 0 5px}.header-module__6rtY2W__nav_link:hover{border-bottom:2px solid #222}}@media (max-width:480px){.header-module__6rtY2W__header{height:65px;padding:10px 30px 10px 25px}.header-module__6rtY2W__logo_info{gap:5px}.header-module__6rtY2W__logo{width:20px}.header-module__6rtY2W__logo_name{letter-spacing:.7px;font-size:13px}.header-module__6rtY2W__menu_btn{width:25px}.header-module__6rtY2W__nav{gap:30px}.header-module__6rtY2W__nav_link{font-size:13px}}@media (max-width:360px){.header-module__6rtY2W__header{padding:10px 23px 10px 20px}.header-module__6rtY2W__logo_info{gap:5px}.header-module__6rtY2W__logo{width:25px}.header-module__6rtY2W__logo_name{font-size:12px}.header-module__6rtY2W__menu_btn{width:23px}}
.iframeEmbed-module__dVE9Lq__iframeContainer{width:100%;position:relative}.iframeEmbed-module__dVE9Lq__loaderWrapper{background-color:#f9f9f9;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;height:110vh;padding-top:150px;display:flex;position:absolute;inset:0}.iframeEmbed-module__dVE9Lq__loadingText{color:#555;text-align:center;width:100%;margin-top:50px;font-size:18px}.iframeEmbed-module__dVE9Lq__barLoader{background:#e0e0e0;border-radius:3px;width:300px;height:8px;position:relative;overflow:hidden}.iframeEmbed-module__dVE9Lq__barLoader:before{content:"";background:#162cbc;border-radius:3px;width:40%;height:100%;animation:2s ease-in-out infinite iframeEmbed-module__dVE9Lq__loadingAnim;position:absolute;top:0;left:-40%}@keyframes iframeEmbed-module__dVE9Lq__loadingAnim{0%{left:-40%}50%{width:60%;left:100%}to{width:40%;left:100%}}@media (max-width:450px){.iframeEmbed-module__dVE9Lq__loadingText{padding:0 10px;font-size:14px}.iframeEmbed-module__dVE9Lq__barLoader{width:200px;height:6px}}
.opec-module__lfEcma__title{margin-top:50px;margin-bottom:20px;font-size:20px}@media (max-width:768px){.opec-module__lfEcma__title{font-size:18px}}@media (max-width:450px){.opec-module__lfEcma__title{margin-bottom:25px;font-size:16px}}
.page-module___8aEwW__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#036,#0055a5);width:100%;padding:120px 20px}.page-module___8aEwW__heroContent{max-width:800px;margin:0 auto}.page-module___8aEwW__hero h1{letter-spacing:.5px;margin-bottom:20px;font-size:3rem}.page-module___8aEwW__hero p{letter-spacing:.5px;font-size:1.2rem;line-height:1.6}.page-module___8aEwW__card_container{flex-wrap:wrap;justify-content:center;gap:60px;width:100%;margin-bottom:70px;padding:60px 50px;display:flex}.page-module___8aEwW__card{text-align:center;width:360px;height:250px;color:inherit;background-color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:30px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0000001a}.page-module___8aEwW__card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.page-module___8aEwW__cardIcon{object-fit:cover;width:60px;height:60px;margin-bottom:15px}.page-module___8aEwW__card h2{margin-bottom:15px;font-size:1.5rem}.page-module___8aEwW__card p{color:#555}@media (max-width:750px){.page-module___8aEwW__hero h1{margin-bottom:20px;font-size:2.2rem}.page-module___8aEwW__hero p{font-size:1rem;line-height:1.5}}@media (max-width:500px){.page-module___8aEwW__hero h1{margin-bottom:18px;font-size:24px}.page-module___8aEwW__hero p{font-size:14px;line-height:1.4}.page-module___8aEwW__card_container{padding:60px 20px}.page-module___8aEwW__card{border-radius:10px;width:100%;padding:20px;box-shadow:0 4px 20px #00000014}.page-module___8aEwW__card:hover{box-shadow:0 8px 30px #0000001a}.page-module___8aEwW__cardIcon{width:50px;height:50px}.page-module___8aEwW__card h2{font-size:1.2rem}.page-module___8aEwW__card p{font-size:15px}}
.population-module__0FXJ9W__title{margin-top:40px;margin-bottom:20px}
