@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.cdnfonts.com/css/euclid-circular-b";@import"https://fonts.cdnfonts.com/css/poppins";@import"https://fonts.cdnfonts.com/css/euclid-circular-b?styles=100044";@import"https://fonts.cdnfonts.com/css/euclid-circular-b?styles=100047,100049";@import"https://fonts.cdnfonts.com/css/helvetica-neue-5";*{margin:0;padding:0}body,html{margin:0;padding:0;overflow-x:hidden;box-sizing:border-box;scroll-behavior:smooth}.topNav{width:100%;background-color:#fff;color:#000;text-align:center;font-family:Poppins,sans-serif;font-size:14px;position:relative;z-index:1000}.topNav p{color:#000;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:42px}.Homepage_banner{height:120vh;width:100vw;background:url(/assets/image%2037-BtADvd0V.png);background-position:center;background-size:cover;background-repeat:no-repeat}.Homepage_banner_top{width:100%;height:15vh;display:flex;justify-content:center;align-items:center}.Homepage_banner_top_logo{width:23%;height:100%;display:flex;justify-content:center;align-items:center}.Homepage_banner_top_Navigation{width:77%;height:100%;display:flex;justify-content:flex-start;align-items:center}.Homepage_banner_top_Navigation_Nav{height:-moz-max-content;height:max-content;width:70%;border-radius:50px;background:#ffffff59;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);border:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-around;align-items:center;padding:1.5rem}.Homepage_banner_top_Navigation_Nav_navItem_button{width:15%;display:flex;justify-content:center;align-items:center;height:90%;border-radius:50px;font-size:clamp(.6rem,.9rem,1rem);font-family:Euclid Circular B,sans-serif;font-weight:500;background-color:#fff;padding:.2rem}.Homepage_banner_top_Navigation_Nav_navItem a{color:#fff;font-size:clamp(.9rem,1rem,1.1rem);font-family:Euclid Circular B,sans-serif;font-weight:500}.Homepage_banner_top_Navigation_Nav_navItem button{background-color:#fff;color:#000;padding:.5rem;border-radius:50px;width:100%;height:100%}.Homepage_banner_main{margin:120px 55px;width:100%;height:75vh;display:flex;justify-content:center;align-items:center}.Homepage_banner_main_heading h1{color:#fff;font-family:Euclid Circular B;font-size:clamp(2rem,3rem,4rem);font-style:normal;font-weight:700;line-height:120%}.Homepage_banner_main_heading p{color:#fff;position:absolute;font-size:14px}.Homepage_banner_main_heading h4{color:#fff;font-family:Euclid Circular B;font-size:24px;font-style:normal;font-weight:400;line-height:120%}.Homepage_banner_main_form{height:-moz-max-content;height:max-content;width:45%;margin:0;display:flex;justify-content:center;align-items:center;padding-left:2rem;padding-right:1rem}.Homepage_banner_main_form_button{height:100%;width:10%;display:flex;justify-content:center;align-items:center}.Homepage_banner_main_form_button button{display:flex;position:fixed;right:-32px;top:60%;transform:rotate(-90deg) translate(50%);padding:10px 20px;border-radius:20px 20px 0 0;background:#000;box-shadow:0 0 15px #00000040;color:#fff;border:none;cursor:pointer;transition:background-color .3s ease;font-size:clamp(.7rem,.8rem,.9rem)}.Homepage_banner_main_form_form{height:90%;width:70%;background-color:#fff;border-radius:5%;padding:2rem;display:flex;flex-direction:column;box-shadow:0 0 15px #00000040;justify-content:space-around;gap:1rem}.Homepage_banner_main_form_form_box{width:100%}.Homepage_banner_main_form_form_box h4{font-family:Euclid Circular B;color:#000;font-weight:500;font-size:clamp(.8rem,.9rem,1rem)}.Homepage_banner_main_form_form_box_box{width:100%;background-color:#a6ecf5;padding:.5rem;display:flex;justify-content:space-around;align-items:center;font-family:Euclid Circular B;border-radius:10px;border:1px solid #8a8a8a;font-size:clamp(.7rem,.8rem,.9rem)}.Homepage_banner_main_form_form_box_input{display:flex;flex-direction:column;gap:.2rem;font-size:clamp(.7rem,.8rem,.9rem)}.Homepage_banner_main_form_form_box_input input{background-color:#f5f4f4;padding:.6rem;font-family:Euclid Circular B,sans-serif;border-radius:10px}.Homepage_banner_main_form_form_box button{width:100%;background-color:#000;color:#fff;padding:.5rem;font-family:Euclid Circular B,sans-serif;border-radius:30px;font-size:clamp(.7rem,.8rem,.9rem)}.Homepage_partners{margin-top:5rem;font-family:Euclid Circular B,sans-serif}.Homepage_partners h1{color:#003567;display:flex;flex-direction:column;text-align:center;font-family:Euclid Circular B,sans-serif;font-weight:medium}.Homepage_partners h3{color:#003567;margin-top:.5rem;display:flex;flex-direction:column;text-align:center;font-family:Euclid Circular B,sans-serif;font-weight:medium}.scroll-container{width:100%;overflow:hidden;padding:0 1rem}.scroll-content{display:flex;gap:.2rem;animation:scroll-animation 20s linear infinite}.scroll-content img{margin:3rem 1rem 5rem;width:auto;height:auto;max-width:none;max-height:none;-o-object-fit:none;object-fit:none;background-color:#f2f2f2;border-radius:8px;padding-left:20px;padding-right:20px}@keyframes scroll-animation{0%{transform:translate(0)}to{transform:translate(-100%)}}.HomePage_bRates{background-color:#f9f9f9}.HomePage_bRates_heading h1{font-family:Euclid Circular B,sans-serif}.HomePage_bRates_card{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .3s,box-shadow .3s}.HomePage_bRates_card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.HomePage_bRates_img img{max-height:100px;width:auto}.HomePage_bRates_card p{color:#555;font-family:Euclid Circular B,sans-serif}@media (max-width: 768px){.HomePage_bRates_card{padding:.5rem}.HomePage_bRates_img img{max-height:80px}.Homepage_skip{display:flex;flex-direction:column;width:100vw;max-width:100%;margin-bottom:20vh}}@media (max-width: 480px){.HomePage_bRates_heading h1{font-size:2xl}.HomePage_bRates_card{padding:.5rem}}.HomePage_why{width:100%;padding:0 1rem;margin-bottom:5rem}.HomePage_why_heading{color:#003567;width:100vw;max-width:100%;padding-bottom:3.5rem;font-family:Euclid Circular B,sans-serif;font-weight:600}.card{background-color:#f4f4f4;border:2px solid #d4d4d4;color:#002242;border-radius:40px;display:flex;flex-direction:column;padding:2rem}.card h2{font-family:Euclid Circular B,sans-serif;font-weight:300}.card p{font-weight:100;font-family:Euclid Circular B,sans-serif}.HomePage_bRates_heading{color:#003567;width:100vw;max-width:100%;padding-bottom:3.5rem;font-family:Euclid Circular B,sans-serif;font-weight:600}.HomePage_bRates{justify-content:center;padding:4rem;background-color:#e2e2e2;margin-bottom:5rem;font-family:Euclid Circular B,sans-serif}.HomePage_bRates_img{width:100%;height:10vh}.HomePage_bRates_img img{width:auto;height:auto;max-width:none;max-height:none;-o-object-fit:none;object-fit:none}.HomePage_bRates_card{background-color:#fff;padding:2rem;border-radius:2vw}.Homepage_skip{display:flex;width:100vw;max-width:100%;margin-bottom:10vh}.Homepage_skip_content{width:55%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;height:80vh}.Homepage_skip_content_text{width:75%;color:#003567;font-size:7rem}.Homepage_skip_content_text h1{font-size:clamp(2rem,2.2rem,2.4em);font-family:Euclid Circular B,sans-serif;line-height:130%}.Homepage_skip_content_button{width:75%;text-align:left}.Homepage_skip_content_button button{border:2px solid #003567;width:20rem;border-radius:20px;padding:.5rem;color:#003567;font-family:Euclid Circular B,sans-serif;font-weight:600}.Homepage_skip_images{width:45%;display:flex;height:70vh}.Homepage_skip_images_col1,.Homepage_skip_images_col2{width:50%}.Homepage_benefits{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.Homepage_benefits_heading{color:#003567;width:100vw;max-width:100%;margin-bottom:1rem;font-family:Euclid Circular B,sans-serif;font-weight:600}.Homepage_benefits_box{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;margin-bottom:3vh}.Homepage_benefits_box img{height:14vh}.Homepage_benefits_box h3{font-weight:700;font-size:1.2rem;color:#003567;font-family:Euclid Circular B,sans-serif}.Homepage_benefits_box p{font-family:Euclid Circular B,sans-serif}.Homepage_benefits_boxes{margin-top:5vh;display:flex;width:80%;justify-content:space-between}.Homepage_tailored{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.Homepage_tailored_heading{color:#003567;width:100vw;max-width:100%;margin-bottom:1rem;margin-top:15vh;font-family:Euclid Circular B,sans-serif;font-weight:600}.Homepage_tailored_cards{margin-top:2vh;margin-bottom:.2rem;display:flex;justify-content:center;text-align:center;padding:4rem;gap:1rem;width:98%}.Homepage_tailored_caption{color:#474747;font-family:Euclid Circular B,sans-serif;width:60%;font-size:1.2rem;font-weight:100}.Homepage_tailored_card{display:flex;flex-direction:column;text-align:left;gap:1rem;width:25vw;height:-moz-max-content;height:max-content;padding:1rem;border:2px solid #ececec;border-radius:20px;min-height:360px}.card_heading{font-size:1.2rem;margin-top:.5rem}.Homepage_tailored_card_heading h3{color:var(--Bran-color_Blue, #003567);font-family:Euclid Circular B;font-size:20px;font-style:normal;font-weight:600;line-height:130%}.Homepage_tailored_card_img,.Homepage_tailored_card_img img{width:100%;height:30vh}.Homepage_tailored_button{margin-bottom:2rem;border:2px solid #003567;width:20rem;border-radius:20px;padding:.5rem;font-weight:700;font-family:Euclid Circular B,sans-serif;color:#003567}.Homepage_tailored_card_content{color:#000;font-family:Euclid Circular B;font-size:14px;font-style:normal;font-weight:300;line-height:21px}.Home_didYouKnow{width:100vw;max-width:100%;height:70vh;margin-top:10vh;margin-bottom:10vh;display:flex;justify-content:center;align-items:center}.Home_didYouKnow_box1{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;padding-left:8rem;gap:.5rem;height:100%;background:url(/assets/didyouknow-CFzIY2Pg.png);background-position:center;background-repeat:no-repeat;background-size:contain}.Home_didYouKnow_box1 h1,h3,h6{font-family:Euclid Circular B,sans-serif;font-weight:900}.Home_didYouKnow_box1 h1{letter-spacing:.2rem}.Home_didYouKnow_box1 h3,h6{letter-spacing:.1rem}.Home_emiCalculator{width:99.9vw;height:100vh}.Homepage_form2{display:flex;justify-content:center;align-items:center;text-align:center}.Homepage_form2_form{width:30vw;border-radius:20px;box-shadow:0 0 10px 10px #f2eaea}.Homepage_form2_f{background-color:#fff;text-align:left;display:flex;flex-direction:column;justify-content:center;border-radius:40px;gap:1rem;padding:2rem;font-family:Euclid Circular B,sans-serif}.Homepage_form2_f_ContactForm input{border-radius:35px;background-color:#f5f4f4;padding:1rem;font-family:Euclid Circular B,sans-serif}.Homepage_form2_f_form h1{font-weight:600;font-family:Euclid Circular B,sans-serif}.Homepage_form2_f_interalCaption{background-color:#b4e4e9;display:flex;justify-content:center;border:1px solid #535353;border-radius:5px}.Homepage_form2_f_interalCaption h1{font-family:Euclid Circular B,sans-serif;color:#535353;font-size:.9rem;padding:.8rem}.Homepage_form2_f_ContactForm{display:flex;flex-direction:column;gap:.3rem}.Homepage_form2_f_ContactForm button{margin-top:1rem;background-color:#003567;padding:.7rem;border-radius:20px;color:#fff;font-family:Euclid Circular B,sans-serif}.HomePage_startProcess{display:flex;width:100%;justify-content:center;align-items:center;text-align:center;margin-bottom:10vh;margin-top:10vh}.HomePage_startProcess_box1{border-radius:30px;width:34%;height:56vh;background-image:url(/assets/Rectangle48-Z2rQ1GsG.png);background-size:cover;background-position:center;background-repeat:no-repeat}.HomePage_startProcess_box1_content{text-align:left;margin:22px;padding:1.2rem}.HomePage_startProcess_box1_content h2{color:#fdfdfd;font-family:Euclid Circular B;font-size:28px;font-style:normal;font-weight:600;line-height:35px}.HomePage_startProcess_box1_content p{color:#fff;font-family:Euclid Circular B;font-size:16px;font-style:normal;font-weight:400;line-height:25px}.cta-button{margin-top:45px;width:50px;height:50px;font-size:18px;cursor:pointer}.HomePage_startProcess_box1_heading{font-weight:900;font-family:Euclid Circular B,sans-serif}.HomePage_startProcess_box2{height:65vh;width:50vw;background:url(/assets/start-CsDVJLUL.png);background-size:cover;background-position:center;background-repeat:no-repeat;margin:2rem;border-radius:50px}.HomePage_startProcess{display:flex;align-items:center;width:100%}.secondaryFooter{width:100vw;display:flex;text-align:left;justify-content:center;align-items:center;margin-bottom:30px}.secondaryFooter_box1{width:50%;display:flex;flex-direction:column;gap:1rem}.secondaryFooter_box1 h3{margin-left:80px;color:#003567;font-size:2rem;font-family:Euclid Circular B,sans-serif;font-weight:600}.secondaryFooter_box1 p{margin-left:80px;color:#646462;font-family:Euclid Circular B,sans-serif}.secondaryFooter_box1_icons{display:flex;width:100%;justify-content:flex-start;margin-top:1vh;gap:8rem}.secondaryFooter_box1_icons_box{display:flex;gap:1vw;color:#003567;padding-right:1vw}.footer{display:flex;flex-direction:column;background-color:#003567;justify-content:center;align-items:center;text-align:left;padding:2rem 1rem;color:#fff;font-family:Euclid Circular B,sans-serif}.footer_box1{display:flex;flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;gap:2rem}.footer_box1_col1,.footer_box1_col2{flex:1 1 300px}.footer_box1_top{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.footer_box1_col1_logo img{max-width:150px;height:auto}.footer_box1_col1_address{font-style:normal;font-weight:300}.footer_box1_col1_copyright{display:flex;align-items:center;gap:.3rem;font-size:.9rem}.footer_box1_col1_copyright img{height:1rem;width:auto}.footer_box1_col2{display:flex;flex-wrap:wrap;gap:2rem}.footer_box1_col2_col1,.footer_box1_col2_col2{flex:1 1 200px}.footer_box1_col2_col1 h2,.footer_box1_col2_col2_heading{margin-bottom:1rem;font-weight:600}.footer_box1_col2_col1 ul{list-style-type:none;padding:0}.footer_box1_col2_col1 ul li{margin-bottom:.7rem}.footer_box1_col2_col1 ul li a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer_box1_col2_col1 ul li a:hover{opacity:.8}.footer_box1_col2_col2_logos{display:flex;flex-direction:column;gap:1rem}.footer_box1_col2_col2_logoDiv{display:flex;gap:1rem;flex-wrap:wrap}.footer_box1_col2_col2_logoDiv a{display:inline-block;transition:transform .3s ease}.footer_box1_col2_col2_logoDiv a:hover{transform:translateY(-3px)}.footer_box1_col2_col2_logoDiv img{width:24px;height:24px}.footer_box2{width:100%;max-width:1200px;margin:2rem auto 0}.footer_box2 hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin-bottom:1rem}.footer_box2 p{font-size:.9rem;opacity:.8}@media (max-width: 768px){.footer{text-align:center}.footer_box1_col1,.footer_box1_col2,.footer_box1_col2_col1,.footer_box1_col2_col2{flex-basis:100%}.footer_box1_col1_copyright,.footer_box1_col2_col2_logoDiv{justify-content:center}.footer_box1_col2{gap:3rem}.footer_box1_col1_logo{justify-content:center;display:flex}}@media (max-width: 480px){.footer{padding:2rem .5rem}.footer_box1_col1_logo img{max-width:120px}.footer_box1_col2_col2_logoDiv img{width:20px;height:20px}}.hamburger-menu{display:none;flex-direction:column;cursor:pointer;z-index:1000}.hamburger-line{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.4s}.Homepage_banner_top_Navigation_mobileNav,.Homepage_banner_top_Navigation_mobileNav_closed,.Homepage_banner_main_mobile_form{display:none}.HomePage_why,.Homepage_partners{margin-top:80px}.HomePage_why h1,.Homepage_benefits_heading h1,.Homepage_tailored_heading h1{font-size:clamp(1.6rem,1.8rem,2rem);font-weight:500}.grid{margin:0rem 3rem}.bulb_box_mobile{display:none}@media (max-width: 768px){.Homepage_form2_f_ContactForm input{display:flex;width:287.048px;padding:15.959px;align-items:center;gap:9.974px}.Homepage_form2_f_ContactForm label{color:#000;font-family:Euclid Circular B;font-size:11.969px;font-style:normal;font-weight:400;line-height:10.258px}.Homepage_form2_f h1{color:#000;font-family:Euclid Circular B;font-size:13.964px;font-style:normal;font-weight:500;line-height:17.954px}.Homepage_form2_f_interalCaption h1{color:#535353;font-family:Euclid Circular B;font-size:11px;font-style:normal;font-weight:500;line-height:11.969px;letter-spacing:.239px}.Homepage_skip_content{width:99.9vw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;height:80vh}.Homepage_skip_content_text{font-size:3rem}.Homepage_skip_images{width:100%;display:flex;height:70vh}.Homepage_benefits_boxes{margin-top:5vh;display:flex;flex-direction:column;width:80%;justify-content:space-between}.Homepage_tailored_cards{margin-top:4vh;margin-bottom:.2rem;display:flex;justify-content:center;text-align:center;padding:4rem;gap:1rem;width:98%;flex-direction:column}.Homepage_tailored_card{display:flex;flex-direction:column;text-align:left;gap:1rem;width:90vw;height:65vh;padding:1rem;border:2px solid #ececec;border-radius:20px}.Home_didYouKnow{max-width:100%;height:50vh;margin-top:10vh;margin-bottom:10vh;display:flex;justify-content:center;align-items:center}.Home_didYouKnow_box1{width:80%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;gap:.5rem;height:100%;background:url(/assets/Untitled-QCNeYaIZ.png);background-position:center;background-repeat:no-repeat;background-size:contain}.Homepage_form2_form{width:96vw;border-radius:20px}.HomePage_startProcess{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;text-align:center;margin-bottom:0;margin-top:10vh}.HomePage_startProcess_box2{height:40vh;width:92vw;background:url(/assets/start-CsDVJLUL.png);background-size:cover;background-position:center;background-repeat:no-repeat;margin:0rem 2rem;border-radius:20px}.Homepage_banner_main{margin:100px 5px}.secondaryFooter{width:100vw;display:flex;text-align:left;justify-content:center;align-items:center;flex-direction:column;margin-bottom:30px}.secondaryFooter_box1{width:95vw;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1rem}.secondaryFooter_box1_icons{display:flex;width:100%;justify-content:flex-start;margin-top:1vh;gap:1rem}.Homepage_banner_top_Navigation{display:none}.Homepage_banner_top_logo img{height:4vh}.hamburger-menu{display:block;flex-direction:column;cursor:pointer;z-index:1000}.Homepage_banner_top{display:flex;justify-content:space-between;padding:1rem}.active{display:block}.Homepage_banner_top_Navigation_mobileNav{display:flex;flex-direction:column;width:90%;height:80%;position:fixed;background-color:#fff;border-radius:30px;z-index:99999;gap:1rem;justify-content:center;align-items:center}.Homepage_banner_top_Navigation_mobileNav_navItem{height:10%;width:100%;display:flex;justify-content:center;align-items:center}.Homepage_banner_top_Navigation_mobileNav_navItem a{font-size:clamp(1rem,1.1rem,1.4rem);font-family:Euclid Circular B,sans-serif}.Homepage_banner_top_Navigation_mobileNav_closed{display:none}.Homepage_banner{height:100vh}.Homepage_banner_main{display:flex;flex-direction:column}.Homepage_banner_main_heading{width:100%}.Homepage_banner_main_heading h1{color:#fff;font-family:Euclid Circular B;font-size:clamp(1rem,1.3rem,2rem);font-style:normal;font-weight:700;line-height:120%}.Homepage_banner_main_heading p{position:relative;top:-24.9rem;font-size:10px;color:#fff}.Homepage_banner_main_heading h4{color:#fff;font-family:Euclid Circular B;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.Homepage_banner_top{height:20%}.Homepage_banner_main{margin:5px;height:auto}.Homepage_banner_main_heading{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;gap:.5srem;padding:15px;margin-top:45px}.Homepage_banner_main_form{display:none}.Homepage_banner_main_mobile_form{height:-moz-max-content;height:max-content;width:100%;margin:0;display:flex;justify-content:center;align-items:center;position:relative;top:-20%}.Homepage_banner_main_form_form{width:90%;height:-moz-max-content;height:max-content;gap:.5rem}.Homepage_partners h1{font-size:clamp(.9rem,1.2rem,1.4rem);margin:0rem 1rem}.HomePage_why h1,.Homepage_benefits_heading h1,.Homepage_tailored_heading h1{font-size:clamp(.9rem,1.2rem,1.4rem)}.Homepage_skip_content_text h1{font-size:clamp(1.2rem,1.4rem,1.6rem)}.Homepage_skip_content_button{display:flex;justify-content:center;align-items:center}.Homepage_skip_images{height:45vh}.Homepage_skip_content_button button{width:18rem}.HomePage_why{margin-top:20px}.grid{margin:0rem}.Homepage_skip_content{height:35vh}.Homepage_skip_content_text{display:flex;justify-content:center;align-items:center;text-align:center}.Homepage_tailored_caption p{font-size:clamp(.7rem,.9rem,1rem);font-family:Euclid Circular B;margin-bottom:0}.Homepage_tailored_caption{width:95%}.Homepage_tailored_cards{margin-top:2vh;padding:2rem}.Homepage_tailored_card{height:-moz-max-content;height:max-content}.Homepage_benefits_boxes{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;width:90%;margin:0 auto;gap:20px}.Homepage_benefits_box{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.bulb_box{display:none}.bulb_box_mobile{display:flex;justify-content:center;margin-top:.5rem}.Homepage_benefits_box img{height:13vh}.HomePage_startProcess_box1{border-radius:30px;width:90%;height:39dvh;background-size:cover;background-position:center;background-repeat:no-repeat}.HomePage_startProcess_box1 h2{font-size:18px}.HomePage_startProcess_box1 p{font-size:14px}.Faq_fixed-div{width:90vw;height:50vh;overflow-y:scroll;direction:rtl;box-shadow:0 4px 25px #9867d733;padding:.2rem;border-radius:20px}.secondaryFooter_box1 h3,.secondaryFooter_box1 p{margin-left:0}}.Homepage_partners h1{font-weight:500}.Homepage_FAQ{height:100vh;width:100vw;max-width:100%;border:2px solid red;margin-bottom:10vh;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.Homepage_FAQ h1{color:#003567;font-family:Euclid Circular B,sans-serif;font-weight:medium;font-size:2rem}.Homepage_FAQ_main{width:40%;height:60%;border:2px solid red;background-color:#fff;border-radius:20px}.container{height:100vh;display:flex;justify-content:center;align-items:center}.fixed-div{width:35vw;height:50vh;overflow-y:scroll;direction:rtl;border:1px solid #ccc;position:fixed;box-shadow:0 0 10px #00000080}.scrollable-content{display:flex;flex-direction:column}.content{height:8vh;color:#040478;margin-bottom:10px;margin-right:5px;display:flex;justify-content:space-between;padding:10px 20px}.add-but{height:6vh;width:3vw;border-radius:50%;font-size:30px;margin-top:6px;border-style:none;background-color:#040478;color:#fff}.fixed-div::-webkit-scrollbar{width:10px}.fixed-div::-webkit-scrollbar-thumb{background-color:#040478;border-radius:10px}.home_page_navbar{position:sticky;position:-webkit-sticky;top:0}.Faq_container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;gap:4rem}.Faq_container h1{color:#040478;font-family:Euclid Circular B;font-size:clamp(1.6rem,1.8rem,2rem)}.Faq_fixed-div{width:50vw;height:50vh;overflow-y:scroll;direction:rtl;box-shadow:0 4px 25px #9867d733;padding:.2rem;border-radius:20px}.scrollable-content{display:flex;flex-direction:column;gap:1rem}.content{display:flex;justify-content:space-between;align-items:center}.content-para{width:90%;color:#000;font-weight:700;text-align:left;font-family:Inter;font-size:clamp(.8rem,.9rem,1rem)}.faq_Answer{height:-moz-max-content;height:max-content;padding:1rem;width:100%;text-align:left;font-family:Inter;font-size:clamp(.7rem,.8rem,.9rem)}.contentBox{display:flex;flex-direction:column}@media (max-width: 768px){.Faq_container{margin:10px;height:44vh}.Faq_fixed-div{width:90vw;height:190px;overflow-y:scroll;direction:rtl;box-shadow:0 4px 25px #9867d733;padding:.2rem;border-radius:20px}.content-para{color:#000;font-family:Euclid Circular B;font-size:11px;font-style:normal;font-weight:400;line-height:140%}.content{height:38px;margin-bottom:0}}.emi-container{max-width:1200px;margin:auto;padding:40px 20px;text-align:center;font-family:Euclid Circular B,sans-serif}.emi-container h2{color:var(--Bran-color_Blue, #003567);text-align:center;font-family:Euclid Circular B;font-size:32px;font-style:normal;font-weight:500;line-height:42px}.emi-card{display:flex;gap:40px;padding:40px;border-radius:16px;box-shadow:0 4px 12px #0000001a;background-color:#fff;justify-content:space-between;margin-top:20px}.emi-left,.emi-right{flex:1}.emi-right{display:flex;flex-direction:column;justify-content:center;align-items:center}.emi-left h3,.emi-right h3{font-size:20px;margin-bottom:20px;color:#000}.emi-input-group{margin-bottom:20px;text-align:left}.emi-input-group label{display:block;font-weight:600;margin-bottom:8px}.emi-input-header{display:flex;align-items:center;gap:20px}.emi-input-header input[type=range]{flex:1}.emi-input-header span{padding:4px 12px;background:#0035671a;border-radius:20px;font-weight:600}.emi-right h1{color:var(--Bran-color_Blue, #003567);font-family:Euclid Circular B;font-size:36px;font-style:normal;font-weight:600;line-height:130%}.total-payable{margin:20px 0;padding:12px;border:1px solid #ccc;border-radius:8px}.total-payable span{display:block;font-size:14px;color:#666}.total-payable strong{color:var(--Bran-color_Blue, #003567);font-family:Euclid Circular B;font-size:20px;font-style:normal;font-weight:500;line-height:130%}.emi-right p{color:#646462;text-align:center;font-family:Euclid Circular B;font-size:12px;font-style:normal;font-weight:400;line-height:16px;width:360px}.emi-right button{padding:10px 20px;border:1px solid #003567;border-radius:20px;background:#fff;color:#003567;font-weight:600;cursor:pointer}input[type=range]{-webkit-appearance:none;width:100%;height:6px;border-radius:41px;outline:none;cursor:pointer;background:#e0e0e0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#fff;border-radius:50%;border:2px solid #003567;cursor:pointer}@media (max-width: 768px){.emi-container{padding:20px 10px}.emi-container h2{color:var(--Bran-color_Blue, #003567);text-align:center;font-family:Euclid Circular B;font-size:19.949px;font-style:normal;font-weight:500;line-height:130%}.emi-card{flex-direction:column;padding:20px;gap:20px}.emi-left,.emi-right{width:100%}.emi-right p{color:#646462;text-align:center;font-family:Euclid Circular B;font-size:11.969px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:12px}.emi-left h3,.emi-right h3{font-size:18px}.emi-input-header{flex-direction:column;align-items:flex-start;gap:10px}.emi-input-header span{font-size:14px}.emi-right h1{font-size:28px}.total-payable strong{font-size:16px}.emi-right button{width:100%;padding:12px 0;font-size:16px}}._container_1lwhy_1{width:100%;max-width:775px;padding:27px 33px;background:#f6f6f6;border-radius:16px;display:flex;flex-direction:column;gap:24px;margin:35px auto 0}._heading_1lwhy_14{color:#003567;font-size:24px;font-family:Euclid Circular B,sans-serif;font-weight:600;line-height:31.2px}._benefitsGrid_1lwhy_22{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 48px}._benefitRow_1lwhy_28{display:flex;align-items:center;gap:12px}._iconWrapper_1lwhy_34{width:36px;height:36px;padding:3px 4px;background:#fff;border-radius:18px;display:flex;justify-content:center;align-items:center;gap:4px}._iconImage_1lwhy_46{width:22px;height:22px}._benefitText_1lwhy_51{color:#333;font-size:16px;font-family:Euclid Circular B,sans-serif;font-weight:400;line-height:22.4px}@media (max-width: 768px){._container_1lwhy_1{padding:20px;margin-top:25px}._heading_1lwhy_14{font-size:20px;line-height:28px}._benefitsGrid_1lwhy_22{grid-template-columns:1fr;gap:20px}._benefitRow_1lwhy_28{gap:10px}._iconWrapper_1lwhy_34{width:32px;height:32px;padding:2px 3px}._iconImage_1lwhy_46{width:20px;height:20px}._benefitText_1lwhy_51{font-size:15px;line-height:21px}}@media (max-width: 480px){._container_1lwhy_1{padding:16px}._heading_1lwhy_14{font-size:18px;line-height:26px;text-align:center}._benefitText_1lwhy_51{font-size:14px;line-height:20px}}.home_page_navbar{display:flex;align-items:center;justify-content:space-between;padding:8px 40px;background-color:#eaeaea;position:sticky;top:0;z-index:999;width:100%;box-shadow:0 2px 8px #0000001a}.blog_page_logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.blog_page_nav-components{margin-top:8px;display:flex;justify-content:center;flex:1}.blog_page_apply_button{margin-left:auto;padding:10px 22px;border-radius:20px;border:none;font-family:Poppins,sans-serif;font-weight:500;color:#fff;background-color:#003567;cursor:pointer;transition:all .3s ease}.blog_page_fbologo{width:50px}.blog_page_logo-text{font-size:13px;font-family:Poppins,sans-serif;font-weight:500;color:#2b2b2b;margin-top:3px;letter-spacing:.8px;white-space:nowrap}.blog_page_nav-components{display:flex;align-items:center;gap:30px}.blog_page_nav-content{display:flex;align-items:center;gap:20px;list-style:none;margin:0;padding:0}.blog_page_nav-content li{white-space:nowrap}.blog_page_nav-buttons{padding:8px 12px;text-decoration:none;font-size:15px;font-family:Poppins,sans-serif;font-weight:500;color:#2b2b2b;border-radius:20px;transition:all .3s ease}.blog_page_nav-buttons:hover{background-color:#003567;color:#fff}.blog_page_apply_button{padding:10px 22px;border-radius:20px;border:none;font-family:Poppins,sans-serif;font-weight:500;color:#fff;background-color:#003567;cursor:pointer;transition:all .3s ease}.blog_page_apply_button:hover{background-color:#0a6bc7}.blog_page_hamburger-menu{display:none}@media (max-width: 1024px){.home_page_navbar{padding:0 20px}.blog_page_fbologo{width:40px}.blog_page_hamburger-menu{display:flex;flex-direction:column;cursor:pointer;gap:5px}.blog_page_nav-components{height:auto;display:none;flex-direction:column;align-items:center;position:absolute;top:100%;left:0;width:100%;background-color:#eaeaea;padding:20px 0;box-shadow:0 4px 10px #0000001a}.blog_page_nav-components.show{height:auto;display:flex}.blog_page_nav-content{gap:0px}.blog_page_apply_button{width:90%;margin-bottom:0;text-align:center;margin-left:0}}.types-of-loans{padding:40px;background:#fff;text-align:center;font-family:sans-serif}.types-of-loans h2{color:var(--Bran-color_Blue, #003567);text-align:center;font-family:Euclid Circular B;font-size:31.655px;font-style:normal;font-weight:500;line-height:130%}.types-of-loans__container{margin-top:30px;display:flex;align-items:center;gap:10px}.types-of-loans__cards{display:flex;gap:30px;padding:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%}.types-of-loans__cards::-webkit-scrollbar{display:none}.loan-card{width:160px;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.loan-card img{width:140px;height:140px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.loan-card p{color:var(--Bran-color_Blue, #003567);text-align:center;font-family:Euclid Circular B;font-size:18px;font-style:normal;font-weight:600;line-height:130%;text-transform:capitalize}.arrow-btn{background:none;border:none;font-size:36px;cursor:pointer;color:#003567;padding:10px;transition:transform .2s}.arrow-btn:hover{transform:scale(1.1)}@media (max-width: 768px){.types-of-loans{margin-top:250px;padding:30px 20px}.types-of-loans h2{font-size:26px}.loan-card{width:130px}.loan-card img{width:110px;height:110px}.loan-card p{font-size:16px}.arrow-btn{font-size:28px;padding:5px}}@media (max-width: 480px){.types-of-loans{padding:20px 15px}.types-of-loans h2{font-size:22px}.loan-card{width:110px}.loan-card img{width:90px;height:90px}.loan-card p{font-size:14px}.types-of-loans__cards{gap:16px}}.digital-partner{max-width:1440px;width:100%;padding:60px 20px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:24px;font-family:Euclid Circular B,sans-serif;margin:0 auto;box-sizing:border-box}.digital-partner__heading h2{text-align:center;color:#003567;font-size:28px;font-weight:500;line-height:1.3}.digital-partner__description{max-width:776px;padding:0 16px;text-align:center}.digital-partner__description p{color:#474747;text-align:center;font-family:Euclid Circular B;font-size:22px;font-style:normal;font-weight:400;line-height:130%}.digital-partner__logos{width:100%;max-width:800px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px}.logo-group{display:flex;flex-direction:column;align-items:center;gap:8px}.logo-group img:first-child{width:60px;height:auto}.logo-group img:last-child{width:120px;height:auto}.logo-single{-o-object-fit:contain;object-fit:contain}.logo-single:first-of-type{width:80px;height:auto}.logo-single:last-of-type{width:120px;height:auto}@media (max-width: 768px){.digital-partner{padding:40px 16px;gap:20px}.digital-partner__heading h2{font-size:24px}.digital-partner__description p{color:#474747;text-align:center;font-family:Euclid Circular B;font-size:9.974px;font-style:normal;font-weight:400;line-height:130%}.logo-group img:first-child{width:50px}.logo-group img:last-child{width:100px}.logo-single:first-of-type{width:70px}.logo-single:last-of-type{width:100px}}@media (max-width: 480px){.digital-partner{padding:32px 12px}.digital-partner__heading h2{font-size:20px}.digital-partner__description p{font-size:14px}.digital-partner__logos{gap:50px}.logo-group img:first-child{width:40px}.logo-group img:last-child{width:80px}.logo-single:first-of-type{width:60px}.logo-single:last-of-type{width:80px}}.HomePage_why{padding:1rem;position:relative;background-color:#fff;overflow:hidden}.HomePage_why_heading{color:var(--Bran-color_Blue, #003567);font-family:Euclid Circular B;font-size:32px;font-style:normal;font-weight:500;line-height:130%}.scrollable_cards_container{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:1.5rem;padding:1rem 2rem}.scrollable_cards_container::-webkit-scrollbar{display:none}.card{flex:0 0 auto;width:280px;background-color:#f9f9f9;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0000001a}.card img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}.card_heading{color:#002242;leading-trim:both;text-edge:cap;font-family:Euclid Circular B;font-size:22px;font-style:normal;font-weight:600;line-height:120%}.card p{font-size:.875rem;color:#4b5563;line-height:1.5}.arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:none;padding:.75rem;border-radius:50%;font-size:1.25rem;cursor:pointer;box-shadow:0 2px 6px #0000001a;z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,box-shadow .3s ease}.arrow:hover{background-color:#f3f4f6;box-shadow:0 4px 10px #00000026}.arrow.left{left:10px}.arrow.right{right:10px}*{margin:0;padding:0;box-sizing:border-box}.navbar{height:10vh;width:100vw;background-color:#3a3a3a;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:relative}.logo{height:5vh;width:auto;margin-left:3vw}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;cursor:pointer;height:25px;width:30px}.line{width:100%;height:3px;background-color:#fff;border-radius:2px}.nav-components{display:flex;align-items:center;justify-content:center;height:7vh;width:40vw;background-color:#8b8484;border-radius:25px;margin-right:5vw}.nav-elements{display:flex;justify-content:space-between;align-items:center;list-style:none;gap:20px;margin-left:4vw;margin-top:2vh}.nav-link{text-decoration:none;color:#fff;font-size:14px;font-family:Euclid Circular B,sans-serif;font-weight:200}.nav-link:hover{font-weight:600}.button{height:35px;width:8vw;font-size:12px;border-radius:20px;border:none;font-family:Euclid Circular B,sans-serif;background-color:#fff;color:#383838;cursor:pointer;font-weight:700}.button:hover{background-color:#d3d3d3}.main-content{min-height:150vh;width:100vw;display:flex;justify-content:center;background-color:#f0f5f9}.center-div{min-height:150vh;width:70vw;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.search-container{position:relative;height:15vh;display:flex;justify-content:center;align-items:center}.search-icon{position:absolute;height:5vh;width:2vw;margin-left:80vw;padding:7px;color:silver}.input{border-style:none;width:86vw;height:7vh;border-radius:27px;padding-left:50px;font-size:17px;background-color:#fff;color:silver;font-style:italic;box-shadow:0 0 3px #706e6e80}.fixed-div{width:86vw;background:transparent;height:6vh;border-radius:8px;display:flex;align-items:center;position:relative;margin-top:30px;box-shadow:none;border:none}.fixed-div::-webkit-scrollbar{display:none}.scrollable-container{display:flex;overflow-x:auto;white-space:nowrap;scrollbar-width:none;gap:7px;width:86vw;scroll-behavior:smooth;background:#fdfbfb}.scroll-btn{padding:10px 20px;min-width:15vw;height:6vh;background-color:#fff;color:#6f6c90;border:1px solid rgb(198,190,190);cursor:pointer;border-radius:8px;box-shadow:0 0 5px #d9d4d4d8;font-family:Euclid Circular B,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.scroll-btn:hover{background-color:#0a315b;color:#fff;box-shadow:0 0 5px #2546acf9}.expand-div{width:86vw;min-height:130vh;background-color:#fff;border-radius:10px;box-shadow:0 0 5px #ffffffd8;margin-top:20px}.faq-container{width:120vw;max-width:63vw;border-radius:20px;display:flex;flex-direction:column;gap:20px;margin-top:70px;margin-left:3vw}.faq-item{box-shadow:0 0 3px #cbccd1f9;border-radius:10px;display:flex;justify-content:center;flex-direction:column;padding:15px;width:80vw}.faq-item:hover{border:2px solid #0f437b;box-shadow:0 0 3px #0f437b}.faq-question{display:flex;justify-content:space-between;align-items:center;padding-left:20px;cursor:pointer;font-size:16px;font-weight:700;background:transparent;height:9vh;color:#170f49;font-family:DM Sans,serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.faq-answer{padding:15px;background-color:#fdfbfb;font-size:14px;color:#6f6c90;font-family:Nunito,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;border-radius:10px}.arrow-btn{background-color:#0f437b;color:#fff;font-size:15px;width:2vw;cursor:pointer;padding:6px;border-radius:50%}@media only screen and (max-width: 600px){.nav-components{display:none;position:absolute;height:40vh;top:10vh;right:0;background-color:#423c3c;flex-direction:column;align-items:center;padding:20px 2px 20px 0;border-radius:0;z-index:1;transition:all .3s ease}.nav-components.show{display:flex}.nav-elements{flex-direction:column;align-items:center;gap:10px}.nav-link{font-size:16px}.button{font-size:14px;width:30vw}.hamburger-menu{display:flex}.logo{width:14vw;height:6vh}.line{margin-left:10px}.main-container,.center-div{width:100vw}.search-container{height:5vh;width:100vw;margin-top:40px;margin-left:10px}.input{width:94vw;margin-right:6px;padding-left:15px;font-size:15px}.search-icon{width:6vw;color:#b8b0b0;margin-left:80vw;font-size:40px;padding:1px}.expand-div{width:94vw;margin-right:46px;margin-left:48px;margin-top:40px}.fixed-div{width:94vw;margin-top:30px;margin-left:5px}.scrollable-container{gap:5px;width:94vw}.scroll-btn{min-width:35vw;padding:5px;font-size:10px}.faq-item{width:90vw;padding:10px}.faq-container{min-width:90vw;gap:20px;margin-top:50px;margin-left:8px}.faq-question{font-size:11px;width:88vw;margin-right:4px;padding:9px}.faq-answer{width:88vw;margin-left:1px;margin-top:5px}.arrow-btn{height:3vh;width:8vw;padding:1px;border-style:none}}html{scroll-behavior:smooth}.blog_page_navbar{display:flex;height:9vh;justify-content:space-between;width:100vw;padding:20px;align-items:center;box-shadow:0 2px 5px #0000004d;position:relative}.blog_page_fbologo{width:4vw}.blog_page_hamburger-menu{display:none;cursor:pointer}.blog_page_line{width:25px;height:3px;background-color:#2b2b2b;margin:5px 0;transition:all .3s ease}body{overflow-x:hidden}.blog_page_main-container{min-height:100vh;width:50vw}.blog_page-content{display:flex;flex-direction:column;width:100vw;margin-top:4vh}.blog_page_both-div{display:flex}.blog_page_page1hr{margin-top:2vh;height:3px;background-color:#403e3d;width:44vw}.blog_page_left-div{min-height:100vh;width:50vw;margin-right:2vw}.blog_page_right-div{min-height:100vh;width:48vw;padding:20px;margin-right:3vw}.blog_page_rightdiv-heading{font-family:Helvetica Neue,sans-serif;font-weight:600;letter-spacing:px;color:#2e2a2a}.blog_page_heading1{font-family:Euclid Circular B,sans-serif;font-weight:600;width:25vw;margin-left:3vw;margin-top:3vh;margin-bottom:1vh;font-size:23px;color:#32302f;letter-spacing:px}.blog_page_card{width:31vw;height:78vh;background-color:gray}.blog_page_card-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;gap:22vh;margin-top:20px;text-align:center}.blog_page_card-logo{height:78vh;width:31vw}.blog_page_grid{min-height:130vh;width:47vw;display:grid;grid-template-columns:repeat(2,auto);margin-top:25px}.blog_page_grid2{min-height:130vh;width:47vw;display:grid;grid-template-columns:repeat(2,auto);margin-top:12vh}.blog_page_cards{height:40vh;width:42vh;background-color:gray;border-radius:4px}.blog_page_grid-img{height:40vh;width:42vh}.blog_page_category{color:#32302f;font-size:10px;padding-top:10px;letter-spacing:1px;font-family:Helvetica Neue,sans-serif;font-weight:400}.blog_page_category-4{font-family:Helvetica Neue,sans-serif;color:#32302f;font-size:10px;padding-top:10px;letter-spacing:1px;margin-left:2vw;font-weight:400}.blog-para{font-size:45px;font-family:Bebas Neue,sans-serif;font-weight:900;font-style:normal;width:45vw}.blog_page_page3{width:100vw;min-height:100vh}.blog_page_page3hr{margin-top:1vh;height:3px;background-color:#403e3d;width:36vw}.blog_page_page3-full{width:100vw;min-height:100vh;display:flex;margin-top:25vh}.blog_page_page3-left{width:43vw;min-height:100vh;margin-left:6vw;margin-right:10px}.blog_page_page3-right{width:50vw;min-height:100vh}.blog_page_rightdiv-para{padding-top:5px;font-family:Euclid Circular B,sans-serif;font-weight:600;color:#32302f;font-size:20px;margin-top:1vh}.blog_page_rd-subpara{font-size:13px;padding-top:5px;color:#32302f;margin-top:1vh;font-family:Euclid Circular B,sans-serif;font-weight:400}.blog_page_page3-heading{padding-left:2px;padding-top:20px;padding-bottom:10px;font-family:Helvetica Neue,sans-serif;color:#32302f}.blog_page_popular{min-height:100vh;width:35vw;margin-top:20px;display:flex;flex-direction:column;gap:10px}.blog_page_popular-grid{width:430w;height:16vh;display:flex;gap:9px}.blog_page_popular-img{width:8vw;height:16vh}.blog_page_popular-para{text-align:justify;font-size:15px;padding:10px;font-family:Euclid Circular B,sans-serif;font-weight:600;color:#32302f}.blog_page_popular-category{padding:10px;font-weight:400;font-family:Helvetica Neue,sans-serif;color:#32302f;font-size:10px;letter-spacing:1px}.blog_page_popular-content{display:flex;flex-direction:column;justify-content:center;width:30vw}.blog_page_page4{min-height:100vh;width:100vw;margin-top:60px}.blog_page_page4-heading{padding-left:6vw;padding-top:20px;font-size:35px;font-family:Helvetica Neue,sans-serif;font-weight:800;letter-spacing:-2px;color:#32302f}.blog_page_page4-subheading{font-family:Helvetica Neue,sans-serif;color:#32302f;font-weight:400}.blog_page_page4-subdiv{display:flex;align-items:center;justify-content:space-between;padding:13px 13px 5px;width:91vw;margin-left:5vw}.blog_page_article-link{padding-right:3vw;font-size:11px;text-underline-offset:5px;font-family:Helvetica Neue,sans-serif;color:#32302f;font-weight:700}.blog_page_article-link1{font-size:13px;height:8vh;font-family:Euclid Circular B,sans-serif;text-underline-offset:5px;gap:1px;color:#003567;font-weight:600;cursor:pointer;position:relative}.blog_page_grid-container4{margin-top:10px;display:grid;grid-template-columns:repeat(4,auto);width:90vw;margin-left:3vw;padding-left:1vw}.blog_page_page4-grid{height:40vh;width:20vw}.blog_page_page4-grid-img{height:36vh;width:20vw;margin-left:2vw;margin-top:20px}.blog_page_category4{padding-left:2vw;margin-top:2vh;width:19vw;font-size:20px;display:flex;text-align:start;font-family:Helvetica Neue,sans-serif;color:#32302f;font-weight:700;text-align:justify;letter-spacing:-1px}.blog_page_para4{padding-left:2vw;margin-top:10px;width:22vw;text-align:start;font-family:Helvetica Neue,sans-serif;color:#32302f;font-weight:400;margin-top:2vh;line-height:3vh}@media screen and (max-width: 600px){.blog_page_hamburger-menu{display:block;position:absolute;right:10px;z-index:100}.blog_page_navbar{width:104vw}.blog_page_line{margin-right:4vw}.blog_page_fbologo{width:15vw;height:5vh}.blog_page_nav-components{height:auto;position:absolute;top:0vh;left:0;height:0;width:70vw;background-color:#fff;overflow:hidden;transition:height .3s ease-in-out;box-shadow:0 2px 5px #0000001a;flex-direction:column}.blog_page_nav-content{flex-direction:column;margin:10px auto;opacity:0;transition:opacity .2s ease}.blog_page_nav-components.show .blog_page_nav-content{opacity:1}.blog_page_nav-buttons{font-size:16px;width:40vw;text-align:center;display:block;color:#2b2b2b}.blog_page_apply_button{display:block;width:30vw;min-width:100px;text-align:center;background-color:#003567}.blog_page_blog-content{width:100%;padding:10px}.blog_page_both-div{flex-direction:column;width:100%}.blog_page_left-div,.blog_page_right-div{width:100vw;margin:0;padding:10px}.blog_page_card-container{gap:45vh;margin-top:10px;background-color:#fff;width:98vw}.blog_page_card{width:100%;height:70vw;margin-bottom:20px;background-color:#fff}.blog_page_card-logo{width:94vw;height:70vh}.blog_page_heading1{width:70vw;margin:10px;font-size:18px;margin-left:15vw}.blog_page_article-link1{font-size:12px}.blog_page_right-div{margin-top:40vh}.blog_page_page1hr{width:60vw;height:3px;width:100%;margin:15px 0}.blog_page_grid,.blog_page_grid2{width:100%;grid-template-columns:1fr;gap:20px;margin-top:20px}.blog_page_cards{width:100%;height:auto;margin-bottom:15px;background-color:#fff}.blog_page_grid-img{width:100%;height:auto}.blog_page_page3-full{flex-direction:column;margin-top:20px}.blog_page_page3-left,.blog_page_page3-right{width:100%;margin:0;padding:10px}.blog_page_page3hr,.blog_page_popular{width:100%}.blog_page_popular-grid{width:100%;height:auto;gap:10px}.blog_page_popular-img{width:30%;height:auto}.blog_page_popular-content{width:70%}.blog_page_page4{padding:10px}.blog_page_page4-heading{padding-left:10px;font-size:28px}.blog_page_page4-subdiv{width:100%;margin:0;padding:10px;flex-direction:column;align-items:flex-start;gap:10px}.blog_page_grid-container4{grid-template-columns:1fr;width:100%;margin:0;padding:10px}.blog_page_page4-grid{width:100%;height:auto;margin-bottom:20px}.blog_page_page4-grid-img{width:100%;height:auto;margin:10px 0}.blog_page_category4,.blog_page_para4{width:100%;padding:0 10px}.blog_page_article-link,.blog_page_article-link1{margin:10px 0}}.blog-container{width:100vw;margin:auto;font-family:Arial,sans-serif;color:#333}.blog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;width:90vw;margin-left:1vw}.blog-image{width:50vw;height:auto;margin-top:10vh;margin-left:5vw}.blog-title-section{width:30vw;margin-right:10vw;margin-top:5vh;padding-left:5vw}.blog-category{font-size:14px;color:#32302f;text-transform:uppercase;margin-bottom:10px}.blog-title{font-size:50px;font-weight:700;margin-bottom:10px;font-family:Euclid Circular B,sans-serif;font-weight:800;color:#32302f;width:30vw;line-height:50px}.blog-source{font-size:12px;color:#32302f;letter-spacing:1px}.blog-source a{color:#007bff;text-decoration:none}.blog-content{display:flex;justify-content:space-between;gap:40px;margin-bottom:40px;width:87vw;margin-left:6vw}.content-column_left,.content-column_right{flex:1;font-size:16px;line-height:1.6;display:flex;flex-direction:column;gap:30px}.left_content_info{font-size:18px;font-family:Inter,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.left_content_subheading{font-family:Inter,serif;font-optical-sizing:auto;font-weight:800;font-style:normal;color:#32302f;font-size:30px}.left_content_subcontent{font-size:18px;margin-top:8px;font-family:Inter,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.right_content_info{font-size:18px;font-family:Inter,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.right_content_subcontent{font-size:18px;margin-top:20vh;font-family:Inter,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.section-title{font-size:22px;font-weight:700;margin-bottom:20px}ul{list-style-type:none;padding:0}li{margin-bottom:15px}li strong{color:#000}.back-button-container{margin-left:4vw;padding-top:5vh}.back-button{background-color:#0056b3;color:#fff;padding:10px 15px;border:none;border-radius:50%;cursor:pointer}.back-button:hover{background-color:#2568b0}.content1-ullist,.content2-ullist{list-style-type:disc}.content1-list,.content2-list{font-family:Inter,serif;font-optical-sizing:auto;font-weight:300;font-style:normal}.terminator-heading{font-family:Inter,serif;font-optical-sizing:auto;font-weight:800;font-style:normal;color:#32302f;font-size:30px}.terminating-list{font-size:18px;font-family:Inter,serif;font-weight:300;font-optical-sizing:auto;font-style:normal;color:#32302f;list-style-type:disc}.terminating-points{margin-top:30px}.conclusion{font-family:Inter,serif;font-optical-sizing:auto;font-weight:800;font-style:normal;color:#32302f;font-size:30px;margin-top:69px}.detailed-conclusion{font-size:18px;font-family:Inter,serif;font-weight:300;font-optical-sizing:auto;font-style:normal;color:#32302f;margin-top:30px}.detailed_blogpg_threeimg_div{margin-left:6vw;width:87vw;display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between}.detailedblog_singleimg_div{width:28vw}.detailedblog_img{width:28vw;height:55vh}.detailedblog_imgdiv_category{color:#32302f;font-size:12px;padding-top:10px;letter-spacing:1px;font-family:Helvetica Neue,sans-serif;font-weight:400;text-transform:uppercase}.detailedblog_imgdiv_heading{font-family:Helvetica Neue,sans-serif;font-weight:600;letter-spacing:px;color:#2e2a2a;margin-top:10px;font-size:19px}.detailedblog_imgdiv_content{font-size:15px;padding-top:5px;color:#32302f;margin-top:1vh;font-family:Euclid Circular B,sans-serif;font-weight:400}@media (max-width: 1024px){.blog-header{flex-direction:column;align-items:flex-start}.blog-title{width:90vw}.blog-image{width:100%}.blog-title-section{width:100%;margin-top:20px}.blog-content{flex-direction:column}.content1-ullist,.content2-ullist{margin-left:5vw}.terminating-list{margin-left:20px}.detailed_blogpg_threeimg_div{display:flex;flex-direction:column;width:100vw;gap:25px}.detailedblog_singleimg_div{width:88vw}.detailedblog_img{width:100vw}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.fixed{position:fixed}.relative{position:relative}.flex{display:flex}.h-full{height:100%}.max-h-full{max-height:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}
