.AllQA_container__BIQDC{max-width:1600px;padding:60px 20px;min-height:-moz-fit-content;min-height:fit-content;margin:0 auto 20px}.AllQA_header__thE0U{text-align:center;margin-bottom:30px}.AllQA_title__1rWwq{font-size:36px;font-weight:600;color:var(--dark-blue);margin-bottom:40px}.AllQA_categoryTabs__17oYN{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.AllQA_categoryTab__apLMK{background-color:#d1d5db;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap}.AllQA_categoryTab__apLMK:hover{background-color:#9ca3af;color:#fff}.AllQA_activeTab__TukrC{background-color:var(--dark-blue)!important;color:#fff!important}.AllQA_questionsGrid__5fWid{display:block}.AllQA_questionCard__bJyRR{background-color:var(--light-blue-bg);border-radius:12px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;width:100%;margin-bottom:20px}.AllQA_questionCard__bJyRR:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.AllQA_cardHeader__R8uLk{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.AllQA_categoryBadge__mYJdh{background-color:var(--dark-blue);color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.AllQA_viewsContainer___jErk{display:flex;align-items:center;gap:4px;color:#6b7280}.AllQA_eyeIcon__6MynS{width:16px;height:16px}.AllQA_views__mC1Zp{font-size:12px;font-weight:500}.AllQA_question__CdSE2{font-size:18px;font-weight:600;color:var(--dark-blue);margin:0 0 15px;line-height:1.4}.AllQA_answer__TPLRL{font-size:14px;line-height:1.6;color:#374151;margin:0 0 15px}.AllQA_cardFooter__blt1E{border-top:1px solid #d1d5db;padding-top:12px}.AllQA_answeredBy__J5R2q{font-size:12px;color:#6b7280;font-weight:500}@media (max-width:768px){.AllQA_container__BIQDC{padding:15px;margin-top:40px}.AllQA_title__1rWwq{font-size:20px}.AllQA_categoryTabs__17oYN{justify-content:center;gap:8px}.AllQA_categoryTab__apLMK{padding:6px 12px;font-size:12px}.AllQA_questionsGrid__5fWid{grid-template-columns:1fr;gap:15px}.AllQA_questionCard__bJyRR{padding:20px}.AllQA_question__CdSE2{font-size:16px}.AllQA_answer__TPLRL{font-size:13px}}@media (max-width:480px){.AllQA_container__BIQDC{padding:10px}.AllQA_title__1rWwq{font-size:18px}.AllQA_categoryTabs__17oYN{gap:6px}.AllQA_categoryTab__apLMK{padding:5px 10px;font-size:11px}.AllQA_questionCard__bJyRR{padding:12px}.AllQA_question__CdSE2{font-size:15px}.AllQA_answer__TPLRL{font-size:12px}.AllQA_cardHeader__R8uLk{flex-direction:column;align-items:flex-start;gap:8px}.AllQA_viewsContainer___jErk{align-self:flex-end}}@media (min-width:769px) and (max-width:1024px){.AllQA_questionsGrid__5fWid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.AllQA_categoryTabs__17oYN{justify-content:flex-start}}.ExpertSection_navbarContainer__133Eh{padding-top:170px;background:#0c2d50;padding-bottom:10px}.ExpertSection_expertSection__90Iq5{background-color:var(--lighter-mustard-bg);padding:60px 0 80px;position:relative}.ExpertSection_container__7Rphu{max-width:1600px;margin:0 auto;padding:0 20px}.ExpertSection_title__cgzQP{font-size:36px;font-weight:700;color:var(--dark-blue);text-align:center;margin-bottom:16px;line-height:1.2}.ExpertSection_subtitle__8dKFa{font-size:18px;color:#666;text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.ExpertSection_carouselContainer__gV2bv{position:relative;display:flex;align-items:center;gap:20px}.ExpertSection_cardsGrid__DpMHR{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ExpertSection_expertCard__CE_XK{background:#fff;border-radius:12px;padding:0 24px 30px;box-shadow:0 4px 12px rgba(12,45,80,.1);display:flex;flex-direction:column;align-items:flex-start;min-height:280px;position:relative;border:1px solid var(--light-blue)}.ExpertSection_avatar__iUA2j{width:80px;height:80px;background-color:var(--dark-blue);border-radius:50%;margin-bottom:20px;margin-top:-40px}.ExpertSection_expertName__Z1u5x{font-size:1.25rem;font-weight:600;color:var(--dark-blue);margin-bottom:20px}.ExpertSection_expertiseSection__WR0mv{margin-bottom:30px;width:100%}.ExpertSection_expertiseLabel__PcpW_{font-size:.95rem;color:#666;display:block;margin-bottom:12px;font-weight:500}.ExpertSection_expertiseTags__pijDC{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ExpertSection_expertiseTag___9fp8{padding:6px 12px;background-color:var(--light-blue);border-radius:12px;font-size:.85rem;color:var(--dark-blue);font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ExpertSection_buttonGroup__GMfmS{display:flex;gap:12px;margin-top:auto;width:100%}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{flex:1;padding:12px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ExpertSection_knowMoreBtn__AWRtQ{text-decoration:none;background-color:var(--dark-blue);color:#fff}.ExpertSection_knowMoreBtn__AWRtQ:hover{background-color:#0a2444}.ExpertSection_askExpertBtn___MNVE{background-color:var(--dark-blue);color:#fff}.ExpertSection_askExpertBtn___MNVE:hover{background-color:#0a2444}.ExpertSection_navButton__EC9Po{width:50px;height:50px;border-radius:50%;background-color:var(--dark-blue);color:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.ExpertSection_navButton__EC9Po:hover:not(.ExpertSection_disabled__T_SRU){background-color:#0a2444;transform:scale(1.05)}.ExpertSection_navButton__EC9Po:active:not(.ExpertSection_disabled__T_SRU){transform:scale(.95)}.ExpertSection_navButton__EC9Po.ExpertSection_disabled__T_SRU{background-color:#ccc;cursor:not-allowed;opacity:.6}.ExpertSection_prevButton__w3u_j{margin-right:10px}.ExpertSection_nextButton__zkD89{margin-left:10px}@media (max-width:1024px){.ExpertSection_title__cgzQP{font-size:2.2rem}.ExpertSection_cardsGrid__DpMHR{grid-template-columns:repeat(2,1fr)}.ExpertSection_expertCard__CE_XK{min-height:300px;margin-bottom:30px}.ExpertSection_navbarContainer__133Eh{padding-top:80px;padding-bottom:0}}@media (max-width:768px){.ExpertSection_expertSection__90Iq5{padding:60px 0}.ExpertSection_container__7Rphu{padding:0 16px}.ExpertSection_title__cgzQP{font-size:1.8rem;margin-bottom:12px}.ExpertSection_subtitle__8dKFa{font-size:1rem;margin-bottom:40px}.ExpertSection_carouselContainer__gV2bv{gap:15px}.ExpertSection_cardsGrid__DpMHR{grid-template-columns:1fr;gap:15px}.ExpertSection_expertCard__CE_XK{padding:24px 20px;min-height:320px}.ExpertSection_avatar__iUA2j{width:70px;height:70px;margin-bottom:16px;overflow:hidden}.ExpertSection_avatar__iUA2j img{width:100%;height:100%;border:2px solid salmon;-o-object-fit:cover;object-fit:cover}.ExpertSection_expertName__Z1u5x{font-size:1.1rem;margin-bottom:16px}.ExpertSection_expertiseSection__WR0mv{margin-bottom:25px}.ExpertSection_expertiseTags__pijDC{grid-template-columns:1fr}.ExpertSection_expertiseTag___9fp8{font-size:.8rem;padding:5px 10px}.ExpertSection_buttonGroup__GMfmS{gap:10px}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{padding:10px 14px;font-size:.85rem}.ExpertSection_navButton__EC9Po{width:45px;height:45px;font-size:20px}}@media (max-width:480px){.ExpertSection_title__cgzQP{font-size:1.6rem}.ExpertSection_subtitle__8dKFa{font-size:.95rem}.ExpertSection_cardsGrid__DpMHR,.ExpertSection_carouselContainer__gV2bv{gap:10px}.ExpertSection_expertCard__CE_XK{padding:20px 16px;min-height:300px}.ExpertSection_avatar__iUA2j{width:60px;height:60px;margin-bottom:14px}.ExpertSection_expertName__Z1u5x{font-size:1rem;margin-bottom:14px}.ExpertSection_expertiseLabel__PcpW_{font-size:.85rem;margin-bottom:10px}.ExpertSection_expertiseTag___9fp8{font-size:.75rem;padding:4px 8px}.ExpertSection_buttonGroup__GMfmS{gap:8px}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{padding:8px 12px;font-size:.8rem}.ExpertSection_navButton__EC9Po{width:40px;height:40px;font-size:18px}.ExpertSection_navbarContainer__133Eh{padding-top:60px}}.AskExpertModal_askTrigger__IwmWw{color:#0d6efd;font-weight:600;cursor:pointer;display:inline-block;padding:8px 16px;background-color:#eef3ff;border-radius:6px;transition:background-color .2s}.AskExpertModal_askTrigger__IwmWw:hover{background-color:#dbe5ff}.AskExpertModal_modalOverlay__CLlm7{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:2000}.AskExpertModal_modal__NKc4z{background:var(--white);padding:20px;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;width:600px;max-width:95%;overflow:auto}.AskExpertModal_modalHeader__8RJb3{display:flex;justify-content:space-between;align-items:center}.AskExpertModal_close__FUKDu{border:none;cursor:pointer;height:30px;width:30px;background:var(--white);border-radius:50%;position:absolute;top:20px;right:10px;font-weight:700}.AskExpertModal_modalBody__jQY_A{margin-top:10px}.AskExpertModal_modalBody__jQY_A label{display:block;margin-top:10px;margin-bottom:5px;font-weight:500}.AskExpertModal_modalBody__jQY_A select{width:100%;margin-top:10px;padding:0 10px;border-radius:8px;border:1px solid var(--input-border);background:var(--white);color:grey;height:35px}.AskExpertModal_modalBody__jQY_A textarea{width:100%;padding:8px;border-radius:6px;border:1px solid #ccc;font-size:14px}.AskExpertModal_modalFooter__JUY8Y{margin-top:15px;display:flex;justify-content:flex-end;gap:10px}.AskExpertModal_modalFooter__JUY8Y button{position:relative;width:100%;padding:10px;border-radius:8px;border:none;margin-top:10px;cursor:pointer}.AskExpertModal_modalFooter__JUY8Y button:first-child{background:var(--dark-blue);color:var(--white)}.AskExpertModal_modalFooter__JUY8Y button:last-child{background-color:#f0f0f0}.AllBlogs_blog_slider_main_container__HfDsv{height:200px}.AllBlogs_AllBlogHeading__7ZSmU{font-size:2.083vw;text-align:center;margin:40px 0}.AllBlogs_all_blog_container__KRnbm{padding:0 5%;margin-bottom:50px}.AllBlogs_blog_cat_card_container__DZaBT{display:flex;justify-content:space-between;gap:40px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(3,1fr);gap:40px!important}.AllBlogs_blogs_category_container__LiV_l{display:flex;width:100%;gap:40px}.AllBlogs_category_list___OaNc{width:25%}.AllBlogs_single_blog_card__766w5{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.AllBlogs_blog_heading_search__wZ4ED{display:flex;justify-content:flex-end;align-items:center;text-align:center;gap:20%;margin-left:auto}.AllBlogs_blogsSearch__ZfaX0{width:25%}@media screen and (min-width:481px) and (max-width:1024px){.AllBlogs_blog_slider_main_container__HfDsv{height:auto}.AllBlogs_AllBlogHeading__7ZSmU{text-align:left;font-size:18px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}.AllBlogs_blogs_category_container__LiV_l{width:100%;gap:10px}.AllBlogs_single_blog_card__766w5{width:60%;display:grid;grid-template-columns:repeat(1,1fr)}.AllBlogs_category_list___OaNc{width:40%}.AllBlogs_blog_heading_search__wZ4ED{gap:10%;margin-left:auto}}@media screen and (max-width:768px){.AllBlogs_blog_heading_search__wZ4ED{display:flex;justify-content:space-between;align-items:center;text-align:center;width:100%;gap:20%;flex-wrap:wrap}.AllBlogs_blogs_category_container__LiV_l{flex-direction:column}.AllBlogs_category_list___OaNc{width:100%}.AllBlogs_blogsSearch__ZfaX0{width:35%}}@media screen and (max-width:660px){.AllBlogs_blog_heading_search__wZ4ED{display:flex;flex-direction:column}.AllBlogs_blogsSearch__ZfaX0{width:65%;padding-left:10%;padding-bottom:10px}}@media screen and (max-width:480px){.AllBlogs_blog_slider_main_container__HfDsv{height:auto}.AllBlogs_AllBlogHeading__7ZSmU{text-align:left;font-size:18px;margin:20px 0 10px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;width:100%}.AllBlogs_blogs_category_container__LiV_l{display:grid;width:100%;gap:0}.AllBlogs_category_list___OaNc{width:100%}.AllBlogs_single_blog_card__766w5{width:100%;display:grid;grid-template-columns:repeat(1,1fr)}.AllBlogs_blogsSearch__ZfaX0{width:90%;padding-left:15%}}.AuthorHeader_navbarContainer__HtiZO{padding-top:170px;background:#0c2d50;padding-bottom:10px}.ExpertDetailCard_card__20x7_{background:#fff;margin:2%;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:20px;max-width:100%;font-family:Arial,sans-serif;color:#0a1e3f}.ExpertDetailCard_header__1p0_4{display:flex;justify-content:space-between;align-items:center}.ExpertDetailCard_profileSection__IxsJ_{display:flex;align-items:center;gap:10px}.ExpertDetailCard_profileImage__ulKGX{width:120px;height:120px;border-radius:50%;border:4px solid #fcb900;-o-object-fit:cover;object-fit:cover}.ExpertDetailCard_name__qi1Wz{font-weight:700;font-size:30px}.ExpertDetailCard_linkedinIcon__LOpKq{width:25px;height:25px}.ExpertDetailCard_askButton__xuqK_{background-color:#fcb900;color:#fff;border:none;padding:8px 14px;font-size:13px;font-weight:700;border-radius:6px;cursor:pointer}.ExpertDetailCard_tags__TnOSM{display:flex;gap:10px;margin-top:10px}.ExpertDetailCard_tag__JKPiM{background-color:#0a1e3f;color:#fff;padding:6px 16px;font-size:12px;font-weight:700;border-radius:20px}.ExpertDetailCard_aboutSection__jFztQ{margin-top:15px}.ExpertDetailCard_aboutTitle__nIFpJ{font-weight:700;margin-bottom:6px;font-size:16px}.ExpertDetailCard_aboutText__6sEra{font-size:14px;color:#1a2a4f;line-height:1.5}.BlogCategories_blog_category_container__ndM2Q{width:30%}.BlogCategories_latest_blog_container__S9l_v{display:flex;gap:40px;width:100%}.BlogCategories_cat_sub_heading__ubSMq{background-color:var(--dark-blue);color:var(--white);text-align:left;margin-bottom:10px;padding:10px 1px 10px 10px;font-weight:500;font-size:16px}.BlogCategories_home_browse_course_list_main_box__YIXik{height:111rem;overflow-y:scroll;display:flex;flex-direction:column;padding:0;border-radius:10px;background:var(--white);box-shadow:0 0 4px 0 #e7f2fb;scrollbar-width:5px;border-bottom:4px solid var(--dark-blue)}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar{width:5px;margin-top:5px}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar-thumb{background-color:var(--dark-blue);border-radius:6px}.BlogCategories_bgColor__OcNNX{background-color:var(--dark-blue);color:var(--white)}.BlogCategories_home_course_list_btn__qdxNr{background-color:transparent;text-align:left}.BlogCategories_home_course_list_single_box__P2vIc{border-radius:5px;text-align:left;margin-bottom:5px;padding:10px 1px 10px 10px;font-weight:500;font-size:.83vw;color:var(--black);cursor:pointer}.BlogCategories_home_course_list_single_box__P2vIc:hover{background-color:var(--dark-blue);text-shadow:0 4px 4px rgba(0,0,0,.25);color:var(--white)}.BlogCategories_main_blogs__hkQlJ{width:100%}@media screen and (max-width:1440px){.BlogCategories_home_course_list_single_box__P2vIc{font-size:14px}}@media screen and (max-width:768px){.BlogCategories_blog_category_container__ndM2Q{width:100%;display:flex;gap:5px}.BlogCategories_latest_blog_container__S9l_v{display:block;gap:0;width:100%}.BlogCategories_cat_sub_heading__ubSMq{margin:0;padding:10px;font-size:14px;border-radius:10px;min-width:-moz-max-content;min-width:max-content;display:flex;justify-content:center;align-items:center}.BlogCategories_home_browse_course_list_main_box__YIXik{height:auto;overflow-y:hidden!important;overflow-x:scroll;display:flex;flex-direction:row;gap:3px;padding:0;border-radius:0;border-bottom:0}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar{height:10px}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar-thumb{height:2px}.BlogCategories_home_course_list_single_box__P2vIc{margin-bottom:0;padding:10px;font-size:14px;min-width:-moz-max-content;min-width:max-content}.BlogCategories_main_blogs__hkQlJ{margin-top:10px}}.BlogHero_blogCarousal__p0NiS{display:inherit;position:relative;width:100%;height:516px;max-height:516px;size:100% 100%}.BlogHero_gradientOverlayStyle__lD9yl{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000 1.48%,rgba(0,0,0,.31) 99.91%,transparent 0)}.BlogHero_blogHeadingContainer__4t38N{position:absolute;top:260px;width:100%;color:var(--white);padding-left:8%}.BlogHero_blogHeading__P85ns{text-shadow:5px 5px 5px #000;font-size:3.35vw;margin-bottom:20px}.BlogHero_blogSubHeading__4WOpq{font-size:24px;max-width:95%;line-height:150%}.BlogHero_blog_banner__7jgJK{height:100%;width:100%;position:absolute;background-size:contain;-o-object-fit:fill;object-fit:fill}@media screen and (max-width:768px){.BlogHero_blogCarousal__p0NiS{height:286px;max-height:286px}.BlogHero_blogHeadingContainer__4t38N{top:100px;padding-left:8%}.BlogHero_blogHeading__P85ns{font-size:22px;margin-bottom:20px}.BlogHero_blogSubHeading__4WOpq{font-size:18px}}.SearchBlogInput_searchInputContainer__sEbqE{display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px}.SearchBlogInput_blogSearchInputContainer___WrDh{flex:1}.SearchBlogInput_blogSearchInput__EXHFp{height:40px;width:100%;padding-left:15px;border-radius:8px 0 0 8px;border:1px solid #e89e26}.SearchBlogInput_blogSearchInput__EXHFp::-moz-placeholder{color:#002d62;font-size:14px;font-family:Work Sans,sans-serif;font-weight:lighter}.SearchBlogInput_blogSearchInput__EXHFp::placeholder{color:#002d62;font-size:14px;font-family:Work Sans,sans-serif;font-weight:lighter}.SearchBlogInput_blogSearchSubmit__MsIoa{border:1px solid #e89e26;height:40px;width:40px;background:transparent;border-radius:0 8px 8px 0;background-color:#e89e26;color:#fff}.SearchBlogInput_blogSearchSubmit__MsIoa:hover{cursor:pointer;background-color:#f1ac21}@media screen and (max-width:768px){.SearchBlogInput_blogSearchInput__EXHFp{height:30px}.SearchBlogInput_blogSearchSubmit__MsIoa{height:30px;width:30px}}@media screen and (max-width:658px){.SearchBlogInput_searchInputContainer__sEbqE{margin-top:20px;width:100%}.SearchBlogInput_blogSearchInput__EXHFp{height:50px}.SearchBlogInput_blogSearchSubmit__MsIoa{height:50px;width:50px}}.TOC_tocWrapper__7VJ65{background:#fff;border:1px solid #e3e8ed;border-radius:10px;margin:2rem 0;overflow:hidden;box-shadow:0 2px 8px rgba(12,45,80,.08)}.TOC_tocHeader__bxaZv{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;background:linear-gradient(135deg,#0c2d50,#0e3460);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease}.TOC_tocHeader__bxaZv:hover{background:linear-gradient(135deg,#0e3460,#0c2d50)}.TOC_tocHeading__88nl_{margin:0;padding:0;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:.2px;line-height:1}.TOC_chevron__q0Ayi{flex-shrink:0;color:#fff;opacity:.85;transition:transform .3s cubic-bezier(.4,0,.2,1)}.TOC_chevron__q0Ayi.TOC_expanded__6IC4t{transform:rotate(180deg)}.TOC_tocList__r2LrT{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.TOC_tocList__r2LrT.TOC_expanded__6IC4t{max-height:2000px;padding:.75rem 0}.TOC_tocItem__BddUL{border-bottom:1px solid #f5f6f8}.TOC_tocItem__BddUL:last-child{border-bottom:none}.TOC_tocLink__50LAw{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;color:#3d4f61;text-decoration:none;font-size:.92rem;line-height:1.5;border-left:3px solid transparent;transition:all .2s ease}.TOC_tocLink__50LAw:hover{background:#fffbf2;border-left-color:#e89e26;color:#0c2d50;padding-left:1.5rem}.TOC_tocLink__50LAw.TOC_active__2h4gZ{background:#fff8ec;border-left-color:#e89e26;color:#0c2d50;font-weight:600;padding-left:1.5rem}.TOC_tocNumber__YEL_q{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;margin-top:1px;background:#f0f4f8;color:#6b7a8d;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0;transition:all .2s ease}.TOC_tocLink__50LAw:hover .TOC_tocNumber__YEL_q{background:#fdecc8;color:#b96c00}.TOC_tocLink__50LAw.TOC_active__2h4gZ .TOC_tocNumber__YEL_q{background:#e89e26;color:#fff}.TOC_tocText__rusfi{flex:1;word-break:break-word}@media (max-width:768px){.TOC_tocWrapper__7VJ65{margin:1.5rem 0;border-radius:8px}.TOC_tocHeader__bxaZv{padding:.7rem 1rem}.TOC_tocHeading__88nl_{font-size:1.15rem}.TOC_chevron__q0Ayi{width:16px;height:16px}.TOC_tocList__r2LrT.TOC_expanded__6IC4t{padding:.5rem 0}.TOC_tocLink__50LAw{padding:.6rem .85rem;font-size:.95rem}.TOC_tocLink__50LAw.TOC_active__2h4gZ,.TOC_tocLink__50LAw:hover{padding-left:1.1rem}.TOC_tocNumber__YEL_q{min-width:20px;height:20px;font-size:.75rem}}.SingleBlog_related_Blog_web_mob__Kb0QY,.SingleBlog_search_blog_container_mob__4MQl4{display:none}.SingleBlog_nav_banner___dXdP{padding-top:170px;background:var(--dark-blue)}.SingleBlog_single_blog_main__ueLEZ{display:flex;justify-content:space-between;gap:60px;width:90%;margin:auto auto 50px;padding-top:40px}.SingleBlog_single_blog_left__KkDI7{width:70%}.SingleBlog_single_blog_right__eD4zm{max-width:30%}.SingleBlog_blogCarousal__3OFtp{display:inherit;position:relative;width:100%;height:500px;max-height:516px;size:100% 100%}.SingleBlog_bannerHeading____2F6{font-size:44px;text-shadow:5px 5px 5px #000}.SingleBlog_gradientOverlayStyle__G31eQ{position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,#000 5.48%,rgba(0,0,1,.11) 80.91%,transparent 90.99%)}.SingleBlog_blogHeadingContainer__sbOxW{position:absolute;top:260px;width:100%;color:var(--white);padding-left:8%}.SingleBlog_blogHeading__x5P54{color:var(--dark-blue);font-size:2.8vw;margin-bottom:20px}.SingleBlog_blogMetaProfiles__oMsBJ{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.SingleBlog_blogProfileLink__EF3rJ{text-decoration:none}.SingleBlog_blog_cardProfile__b2urs{display:flex;gap:12px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #d9e4f1;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 4px 12px rgba(3,46,91,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.SingleBlog_blogProfileLink__EF3rJ:hover .SingleBlog_blog_cardProfile__b2urs{transform:translateY(-1px);box-shadow:0 8px 18px rgba(3,46,91,.12);border-color:#b9d0ea}.SingleBlog_blog_cardProfile_secondary__drUcw{background:linear-gradient(145deg,#fff,#fffaf1);border-color:#f4dcc0}.SingleBlog_blog_cardProfile_Image__Y7BwP img{max-width:44px;max-height:44px;border-radius:100%;width:100%;-o-object-fit:cover;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #c6d7ea}.SingleBlog_blog_cardProfile_textContainer__X7oZb{display:flex;flex-direction:column;gap:2px}.SingleBlog_blog_cardProfile_tag__JuXxv{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#0e4a86;background:#e9f3ff;border:1px solid #cfe2f7;border-radius:999px;padding:2px 8px;margin-bottom:1px}.SingleBlog_blog_cardProfile_text_1__7noo_{color:#0c2440;font-size:14px;font-weight:700;line-height:1.2}.SingleBlog_blog_cardProfile_text_2__DDXWf{color:#4d6078;font-size:12px;line-height:1.25}.SingleBlog_single_blog_enquiry_mobile__J3_BD{display:none;border-radius:10px;box-shadow:0 3px 6px rgba(138,191,234,.24),0 3px 6px rgba(138,191,234,.24)}.SingleBlog_featuredImage__YXpNJ{max-width:100%;width:100%;height:auto;margin:10px 0;border-radius:8px}.SingleBlog_blogSubHeading__tbmgq{font-size:24px;max-width:50%;line-height:150%}.SingleBlog_blog_banner__zOmjY{height:100%;width:100%;position:absolute;background-size:contain;-o-object-fit:fill;object-fit:fill}.SingleBlog_blog_content__rrleM p a #SingleBlog_enquire__uV3BJ{border:5px solid red}.SingleBlog_SingleBlog_blog_content__UWinw>div>div>p{color:red}.SingleBlog_blog_content__rrleM>div:first-of-type>div:first-of-type>p{color:#000;font-weight:600!important;font-size:24px!important;padding:10px 0;margin-bottom:0!important;padding-bottom:0!important}.SingleBlog_blog_content__rrleM div nav{background-color:#f4feff}.SingleBlog_blog_content__rrleM div nav ul{padding:0 20px;margin:0!important;padding-bottom:0!important;list-style-type:"📖 "}.SingleBlog_blog_content__rrleM div nav ul li{padding-left:3px;margin-top:5px!important;text-decoration:none!important}.SingleBlog_blog_content__rrleM div nav ul li a{text-decoration:none;color:var(--black);margin-top:50px!important;line-height:200%!important}.SingleBlog_blog_content__rrleM div nav ul li a:hover{cursor:pointer}.SingleBlog_blog_content__rrleM h2{margin-top:40px!important;margin-bottom:10px;font-size:26px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM p{line-height:1.6!important}.SingleBlog_blog_content__rrleM h3{margin-top:30px!important;margin-bottom:10px;font-size:22px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM h4{margin-top:25px!important;margin-bottom:10px;font-size:18px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM table{width:100%;max-width:100%;font-size:14px!important;line-height:150%;border-collapse:collapse;margin:20px 0}.SingleBlog_blog_content__rrleM div:has(>table){background:none!important;padding:0!important;margin:0 0 20px!important;box-shadow:none!important;border:none!important}.SingleBlog_blog_content__rrleM table td,.SingleBlog_blog_content__rrleM table th{padding:5px;border:1px solid #a9a9a9!important}.SingleBlog_blog_content__rrleM table th{background-color:#0c2d4f;color:#fff;font-weight:600}.SingleBlog_blog_content__rrleM table td{margin-left:10px!important}.SingleBlog_blog_content__rrleM table ol,.SingleBlog_blog_content__rrleM table ul{margin:5px 0;padding-left:20px}.SingleBlog_blog_content__rrleM table ol li,.SingleBlog_blog_content__rrleM table ul li{margin:3px 0;padding-left:5px}.SingleBlog_blog_content__rrleM table:not(:has(th)) tr:first-child td{background-color:#0c2d4f;color:#fff;font-weight:600}.SingleBlog_blog_content__rrleM>ol,.SingleBlog_blog_content__rrleM>ul{margin:16px 0 20px;padding-left:28px}.SingleBlog_blog_content__rrleM>ul{list-style:disc}.SingleBlog_blog_content__rrleM>ol{list-style:decimal}.SingleBlog_blog_content__rrleM>ol>li,.SingleBlog_blog_content__rrleM>ul>li{margin-bottom:10px;line-height:1.5!important}.SingleBlog_blog_content__rrleM button{background-color:var(--dark-blue);margin:40px auto 0;padding:5px;color:#fff;border:5px solid var(--dark-blue);border-radius:5px;display:flex;justify-content:center}.SingleBlog_blog_content__rrleM button a{text-decoration:none;color:#fff;font-size:16px;font-weight:600}.SingleBlog_blog_content__rrleM ol>li{line-height:150%;margin-bottom:10px}.SingleBlog_blog_content__rrleM>ol{padding-left:30px;font-size:16px!important}.SingleBlog_blog_content__rrleM p{font-size:16px!important;line-height:150%;margin-bottom:12px;font-weight:400!important}.SingleBlog_blog_content__rrleM>p>img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;margin-top:20px}.SingleBlog_blog_content__rrleM>figure>img{width:100%;margin:10px 0}.SingleBlog_single_blog_enquiry__GhJ5Y{position:sticky;top:30px;z-index:10;border-radius:10px;box-shadow:0 3px 6px rgba(138,191,234,.24),0 3px 6px rgba(138,191,234,.24)}.SingleBlog_breadcrumb__rOMzh{display:flex;font-size:14px;margin-bottom:15px;background-color:#fff9ed;width:-moz-fit-content;width:fit-content;padding:8px 12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #e89e26;border-radius:8px}.SingleBlog_breadcrumbItem__iW8SA{color:#3c3c3c}.SingleBlog_link__LMqqB{text-decoration:none;color:#e89e26}.SingleBlog_link__LMqqB:hover{text-decoration:underline}.SingleBlog_separator__j401S{margin:0 5px;color:#aaa}.SingleBlog_querysection__zE08j{background-color:#f4feff;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #002d62;border-radius:8px;margin-top:30px}.SingleBlog_querysection__zE08j h4{font-size:22px;color:#333;margin-bottom:10px;font-weight:700}.SingleBlog_querysection__zE08j p{font-size:16px;color:#444;margin-bottom:20px;line-height:1.5;max-width:800px}.SingleBlog_cvforumbutton__P2Geg{display:inline-block;background-color:#002d62;color:#fff;padding:12px 24px;border-radius:30px;text-decoration:none;font-size:16px;font-weight:500;transition:background-color .3s ease}.SingleBlog_authorCard__6lvB2{display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(3,46,91,.1),0 1px 3px rgba(3,46,91,.05);border:1px solid rgba(3,46,91,.08);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;gap:20px;max-width:100%;margin-top:30px}.SingleBlog_authorCard__6lvB2:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#032e5b,#e89e26)}.SingleBlog_authorCard__6lvB2:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(3,46,91,.15),0 2px 6px rgba(3,46,91,.08);border-color:rgba(232,158,38,.2)}.SingleBlog_authorImageWrapper__EKI1r{position:relative;flex-shrink:0;width:80px;height:80px}.SingleBlog_authorImage__RCXPx{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #e89e26;transition:all .3s ease;position:relative;z-index:2}.SingleBlog_authorImageOverlay__UqHNX{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(45deg,#032e5b,#e89e26);z-index:1;opacity:0;transition:opacity .3s ease}.SingleBlog_authorCard__6lvB2:hover .SingleBlog_authorImageOverlay__UqHNX{opacity:1}.SingleBlog_authorCard__6lvB2:hover .SingleBlog_authorImage__RCXPx{transform:scale(1.05);border-color:transparent}.SingleBlog_authorContent__u2wpu{flex:1;min-width:0;position:relative}.SingleBlog_authorNameWrapper__F3j4B{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.SingleBlog_authorName__DIcfq{font-size:1.25rem;font-weight:700;color:#032e5b;margin:0;line-height:1.4;display:flex;align-items:center;gap:10px;letter-spacing:-.02em;flex:1;min-width:0}.SingleBlog_authorLinkIcon__3_MeX{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.SingleBlog_authorLinkIcon__3_MeX:hover{transform:translateY(-2px) scale(1.05);transition:.3s ease}.SingleBlog_authorIcon__fAmPE{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.SingleBlog_authorField__ZcWZM{font-size:1rem;font-weight:600;color:#e89e26;margin:0 0 12px;line-height:1.3;text-transform:capitalize}.SingleBlog_authorDescription__13L2w{font-size:.95rem;color:#4a5568;line-height:1.6;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.SingleBlog_authorBadge__M3X7e{background:linear-gradient(135deg,#e89e26,#f4b942);border-radius:20px;padding:4px 12px;box-shadow:0 2px 8px rgba(232,158,38,.3);font-size:12px}.SingleBlog_badgeText__CkToS{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:1300px){.SingleBlog_nav_banner___dXdP{padding-top:140px}}@media screen and (max-width:1110px){.SingleBlog_nav_banner___dXdP{padding-top:80px}.SingleBlog_blogHeadingContainer__sbOxW{padding-left:3%}.SingleBlog_blogHeading__x5P54{font-size:36px}}@media screen and (max-width:1024px){.SingleBlog_blogCarousal__3OFtp{height:465px}.SingleBlog_blogHeadingContainer__sbOxW{padding-left:3%;top:248px}.SingleBlog_blogSubHeading__tbmgq{font-size:24px;max-width:45%;line-height:150%}.SingleBlog_blog_content__rrleM h2{font-size:24px!important}.SingleBlog_blog_content__rrleM h3{font-size:20px!important}.SingleBlog_blog_content__rrleM h4{font-size:18px!important}}@media screen and (max-width:768px){.SingleBlog_blogSubHeading__tbmgq{font-size:16px;max-width:51%}.SingleBlog_single_blog_enquiry_mobile__J3_BD{display:inline;max-width:100%;margin-top:10px}.SingleBlog_related_Blog_web__2EJrb,.SingleBlog_search_blog_container__t6SKy{display:none}.SingleBlog_search_blog_container_mob__4MQl4{display:inline}.SingleBlog_related_Blog_web_mob__Kb0QY{display:inline;margin-bottom:30px!important}.SingleBlog_single_blog_enquiry__GhJ5Y{position:static}.SingleBlog_blogCarousal__3OFtp{height:350px}.SingleBlog_blogHeadingContainer__sbOxW{width:100%;padding-left:4%;top:205px}.SingleBlog_blogHeading__x5P54{font-size:28px;margin-bottom:10px}.SingleBlog_blogMetaProfiles__oMsBJ{gap:10px}.SingleBlog_blog_cardProfile__b2urs{padding:8px 10px}.SingleBlog_blog_cardProfile_Image__Y7BwP img{max-width:40px;max-height:40px}.SingleBlog_News__cardProfile_text_1__kaMUR{font-size:14px}.SingleBlog_News__cardProfile_text_2__bAiZG{font-size:10px}.SingleBlog_blog_content__rrleM h2{font-size:24px!important}.SingleBlog_blogSubHeading__tbmgq{font-size:18px;max-width:95%}.SingleBlog_blog_banner__zOmjY{-o-object-fit:cover;object-fit:cover}.SingleBlog_single_blog_main__ueLEZ{gap:20px;max-width:100%;flex-direction:column;justify-content:center}.SingleBlog_single_blog_left__KkDI7{width:100%;max-width:100%}.SingleBlog_single_blog_right__eD4zm{max-width:100%}.SingleBlog_blog_content__rrleM ul{margin-top:20px;padding-left:20px}.SingleBlog_blog_content__rrleM div nav ul li{margin-bottom:10px}.SingleBlog_blog_content__rrleM div nav ul li a{margin-top:50px!important;line-height:150%!important}.SingleBlog_blog_content__rrleM table{display:block;max-width:700px;position:relative;overflow-x:scroll!important;overflow-x:auto!important;font-weight:400!important}.SingleBlog_blog_content__rrleM p{font-size:16px!important}.SingleBlog_authorCard__6lvB2{padding:20px 16px;gap:16px;border-radius:12px}.SingleBlog_authorImageWrapper__EKI1r{width:70px;height:70px}.SingleBlog_authorImage__RCXPx{width:70px;height:70px;border-width:2px}.SingleBlog_authorNameWrapper__F3j4B{gap:10px}.SingleBlog_authorName__DIcfq{font-size:1.1rem}.SingleBlog_authorIcon__fAmPE{width:28px;height:28px}.SingleBlog_authorField__ZcWZM{font-size:.9rem;margin-bottom:10px}.SingleBlog_authorDescription__13L2w{font-size:.9rem}}@media (max-width:480px){.SingleBlog_authorCard__6lvB2{flex-direction:column;text-align:center}.SingleBlog_authorImageWrapper__EKI1r,.SingleBlog_authorImage__RCXPx{width:60px;height:60px}.SingleBlog_authorNameWrapper__F3j4B{gap:8px;margin-bottom:6px}.SingleBlog_authorName__DIcfq{font-size:1rem}.SingleBlog_authorIcon__fAmPE{width:24px;height:24px}.SingleBlog_authorField__ZcWZM{font-size:.85rem;margin-bottom:8px}.SingleBlog_authorDescription__13L2w{font-size:.85rem;line-height:1.5}.SingleBlog_badgeText__CkToS{font-size:.7rem;padding:3px 10px}}@media screen and (max-width:450px){.SingleBlog_nav_banner___dXdP{padding-top:60px}.SingleBlog_blogMetaProfiles__oMsBJ{flex-direction:column;align-items:flex-start;width:100%}.SingleBlog_blogProfileLink__EF3rJ,.SingleBlog_blog_cardProfile__b2urs{width:100%}.SingleBlog_blog_content__rrleM table{position:relative;overflow-x:scroll}}@media screen and (max-width:360px){.SingleBlog_single_blog_left__KkDI7{width:90%;max-width:100%}.SingleBlog_single_blog_right__eD4zm{max-width:90%;width:90%}.SingleBlog_blog_content__rrleM table{width:320px;display:block;position:relative;overflow-x:scroll}.SingleBlog_authorCard__6lvB2{flex-direction:column;text-align:center;padding:20px 16px;gap:16px}.SingleBlog_authorImageWrapper__EKI1r{width:80px;height:80px;align-self:center}.SingleBlog_authorImage__RCXPx{width:80px;height:80px}.SingleBlog_authorContent__u2wpu{width:100%}.SingleBlog_authorNameWrapper__F3j4B{justify-content:center;gap:12px}.SingleBlog_authorName__DIcfq{text-align:center;flex:none}.SingleBlog_authorDescription__13L2w,.SingleBlog_authorField__ZcWZM{text-align:center}}@media screen and (max-width:320px){.SingleBlog_single_blog_left__KkDI7,.SingleBlog_single_blog_right__eD4zm{width:90%;max-width:90%}.SingleBlog_blog_content__rrleM table{width:280px;display:block;position:relative;overflow-x:scroll}}.SingleBlogCard_blog_link__hbF4A{text-decoration:none}.SingleBlogCard_singleBlogContainer__15LQw{height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:5px;background-size:200% 200%;background-image:linear-gradient(to top,var(--mustard-yellow) 50%,transparent 20%);transition:background-position .5s ease;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-bottom:5px solid var(--mustard-yellow)}.SingleBlogCard_singleBlogContainer__15LQw:hover{background-image:linear-gradient(to top,var(--mustard-yellow) 51%,transparent 20%);background-position:0 100%;transition:background-position 1s ease}.SingleBlogCard_bannerImg__QItlV{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;border-radius:5px 5px 0 0}.SingleBlogCard_author_profile_container__VTwek{padding:0 12px;display:flex;gap:10px;align-items:center}.SingleBlogCard_auther_img__773C2{height:40px;width:40px;border-radius:100%}.SingleBlogCard_blog_author_name__jv0bF{font-size:12px;font-weight:500;color:var(--black)}.SingleBlogCard_blog_date__CLESk{color:#646464;font-size:12px;line-height:120%}.SingleBlogCard_blog_title_excerpt_container__YFISS{padding:0 12px}.SingleBlogCard_single_blog_heading__yRrXQ{font-size:18px;font-weight:600;margin-bottom:15px;line-height:120%}.SingleBlogCard_blog_excerpt__dXl41,.SingleBlogCard_single_blog_heading__yRrXQ{color:var(--black);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.SingleBlogCard_blog_excerpt__dXl41{font-size:14px;line-height:normal;line-height:120%}.SingleBlogCard_read_more_container__jvcJE{display:flex;gap:10px;margin:20px 0;padding:0 12px}.SingleBlogCard_blog_card_readMore_arrow__MHsYw{transition:transform .5s;width:auto;height:auto;max-width:40px;width:40px}.SingleBlogCard_singleBlogContainer__15LQw:hover .SingleBlogCard_blog_card_readMore_arrow__MHsYw{transform:rotate(-25deg);transition:transform .5s}.SingleBlogCard_blog_card_readMore_text__h4L__{font-size:16px;color:var(--black)}@media screen and (max-width:768px){.SingleBlogCard_single_blog_heading__yRrXQ{font-size:16px}.SingleBlogCard_blog_card_readMore_arrow__MHsYw{max-width:30px;width:30px}.SingleBlogCard_blog_card_readMore_text__h4L__{font-size:14px}}.BlogSliderCard_blogSliderContainer__Utcfo{color:var(--black);width:100%;margin:auto;background:linear-gradient(180deg,#ffe .01%,#fffff1);display:flex;padding:2%;gap:5%}.BlogSliderCard_slide_card_heading__bR6RR{font-size:1.823vw;line-height:120%}.BlogSliderCard_blog_slide_card_date__slpPu{color:#646464;font-size:16px;font-weight:400;margin:10px 0}.BlogSliderCard_blog_slide_card_details__cQmmX{font-size:18px;font-weight:400}.BlogSliderCard_blog_slide_read__aqzO6{color:#006b78;font-size:18px;font-weight:500;margin:10px 0}@media screen and (max-width:768px){.BlogSliderCard_blogSliderContainer__Utcfo{width:100%;display:grid;margin-top:0;padding:20px}.BlogSliderCard_slide_card_heading__bR6RR{font-size:18px}.BlogSliderCard_blog_slide_card_date__slpPu{font-size:14px}.BlogSliderCard_blog_slide_card_details__cQmmX{font-size:18px}.BlogSliderCard_blog_slide_read__aqzO6{font-size:18px;margin:10px 0}.BlogSliderCard_slider_image__3NT_m,.BlogSliderCard_slider_image__3NT_m>img{width:100%}}.UsefulTools_usefultools_container__0usj7{padding:60px 6%;margin:auto;max-width:1600px}.UsefulTools_usefultools_heading__T1fgC{color:var(--black);font-size:32px;font-weight:700;margin-bottom:6px}.UsefulTools_usefultools_subheading__P4IkQ{color:#3b82f6;font-size:.875rem;margin-bottom:.8rem;font-weight:500}.UsefulTools_toolGrid__sVhb_{display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem;margin-top:20px;width:100%}.UsefulTools_toolLink__ztevN{text-decoration:none;color:inherit}.UsefulTools_toolCard__fe_ci{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.06);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;transition:box-shadow .3s ease,background-position .6s ease,transform .3s ease;background:#fff}.UsefulTools_toolCard__fe_ci:hover{background:linear-gradient(to top,var(--light-blue),#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.1)}.UsefulTools_iconWrapper__hAyFp{width:3rem;height:3rem;background-color:#ebf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.UsefulTools_icon__wppRA{width:1.5rem;height:1.5rem;color:#3b82f6}.UsefulTools_toolName___I8lN{color:#1f2937;font-size:.9rem;font-weight:500;margin-bottom:.4rem}.UsefulTools_buttonWrapper__hoyza{margin-top:auto}.UsefulTools_buttonText__LGVjG{color:#3b82f6;font-size:.7rem;font-weight:500}@media screen and (max-width:1300px){.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1024px){.UsefulTools_usefultools_heading__T1fgC{font-size:28px}.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.UsefulTools_usefultools_heading__T1fgC{font-size:24px}.UsefulTools_usefultools_subheading__P4IkQ{font-size:14px}.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.UsefulTools_usefultools_heading__T1fgC{font-size:22px}.UsefulTools_usefultools_container__0usj7{padding:40px 6%}}.WhyUs_container__jG_LS{max-width:1600px;margin:auto;padding:80px 6%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.WhyUs_heroSection__fE4YP{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem;align-items:start}.WhyUs_leftSection__dvECi{display:flex;flex-direction:column;align-items:flex-start}.WhyUs_rightSection__MwuY5{display:flex;flex-direction:column;align-items:flex-end}.WhyUs_experienceCard__mZ824{background-color:var(--lighter-mustard-bg);color:var(--black);padding:1.5rem;display:inline-block;margin-bottom:1.2rem;align-self:flex-end;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease}.WhyUs_experienceCard__mZ824:hover{background:linear-gradient(to top,var(--light-mustard-bg),#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.WhyUs_experienceContent__bU0un{display:flex;align-items:center;gap:1rem}.WhyUs_timeIcon__ie8GL{font-size:3rem}.WhyUs_experienceCard__mZ824 h2,.WhyUs_experienceCard__mZ824 p{font-size:1.5rem;font-weight:700;margin:0}.WhyUs_imageWrapper__UfsSb{position:relative;border-radius:.5rem;overflow:hidden;width:100%;max-width:530px;box-shadow:0 10px 28px 0 transparent,0 0 0 1px transparent}.WhyUs_image__pqSOt{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.WhyUs_imageOverlay__s3DZX{position:absolute;bottom:1rem;right:1rem;background-color:hsla(0,0%,100%,.9);padding:.75rem;border-radius:.5rem}.WhyUs_reviewCard__hFj11{background-color:#e8f6fd;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;gap:1rem;margin-top:1.2rem;align-self:flex-start;max-width:300px;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease}.WhyUs_reviewCard__hFj11:hover{background:linear-gradient(0deg,#d5f0ff,#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.WhyUs_reviewHeader__1G6H9{display:flex;align-items:center;gap:.5rem}.WhyUs_reviewHeader__1G6H9 span{font-size:1.5rem;font-weight:700}.WhyUs_avatarGroup__hCobu svg{font-size:3rem;color:var(--black)}.WhyUs_aboutSection__oJ_R3{margin-bottom:2.5rem;max-width:800px}.WhyUs_aboutHeader__kzyyu{color:#3b82f6;font-size:.875rem;margin-bottom:.8rem;font-weight:500}.WhyUs_mainTitle__Y5jRZ{color:var(--black);font-size:32px;font-weight:700;margin-bottom:1rem;line-height:1.2}.WhyUs_description__y2f5_{margin-bottom:1rem;line-height:150%}.WhyUs_exploreButton__CFVYV{background-color:#e89e26;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;display:inline-flex;align-items:center;gap:.5rem;margin:30px 0;border:none;cursor:pointer;transition:background-color .2s;text-decoration:none}.WhyUs_exploreButton__CFVYV:hover{background-color:var(--dark-blue)}.WhyUs_arrowIcon__xypJT{font-size:1rem}@media (max-width:1000px){.WhyUs_container__jG_LS{padding:3rem;grid-template-columns:1fr;gap:2rem}.WhyUs_heroSection__fE4YP{grid-template-columns:1fr 1fr;margin:auto}.WhyUs_leftSection__dvECi,.WhyUs_rightSection__MwuY5{flex:1}.WhyUs_mainTitle__Y5jRZ{font-size:24px}.WhyUs_description__y2f5_{font-size:14px}.WhyUs_experienceCard__mZ824,.WhyUs_exploreButton__CFVYV,.WhyUs_reviewCard__hFj11{width:100%}}@media (max-width:580px){.WhyUs_heroSection__fE4YP{grid-template-columns:1fr;margin:auto}}.FeatureCards_grid__eohS1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.FeatureCards_card__nomhR{padding:1.5rem;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease;border-left-width:4px;border-left-style:solid}.FeatureCards_card__nomhR:hover{background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.FeatureCards_blue__Zui4W{background-color:#e8f6fd;border-left-color:#3b82f6}.FeatureCards_yellow__UlRWd{background-color:#fef9ed;border-left-color:#e89e26}.FeatureCards_iconContainer__nJWtY{margin-bottom:.5rem}.FeatureCards_blue__Zui4W .FeatureCards_icon__xRWQo{color:#3b82f6}.FeatureCards_yellow__UlRWd .FeatureCards_icon__xRWQo{color:#e89e26}.FeatureCards_title__2rUbs{font-size:20px;font-weight:600;margin-bottom:.75rem;color:#111827}.FeatureCards_description__WKAA2{color:#6b7280;line-height:150%;font-size:16px}@media (max-width:900px){.FeatureCards_grid__eohS1{grid-template-columns:repeat(2,1fr)}.FeatureCards_title__2rUbs{font-size:18px}.FeatureCards_description__WKAA2{font-size:14px}}@media (max-width:480px){.FeatureCards_grid__eohS1{grid-template-columns:repeat(1,1fr)}}