:root{--background:#f5f7fb;--foreground:#171717;--primary:#03c9a5;--grey:grey}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background)}body,button,form,input,textarea{font-family:Poppins,sans-serif!important}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1{font-size:2em}blockquote{font-size:1.4em;margin:50px auto;font-style:italic;color:#555;padding:1.2em 30px 1.2em 75px;border-left:8px solid var(--primary);line-height:1.6;position:relative;background:#ededed}@media(max-width:767px){blockquote{font-size:1em;padding-left:43px}}blockquote:before{font-family:Arial;content:"“";color:var(--primary);font-size:4em;position:absolute;left:10px;top:-10px}blockquote:after{content:""}blockquote span{display:block;color:#333;font-style:normal;font-weight:700;margin-top:1em}.container{max-width:1150px;width:100%;margin:0 auto}.post_container{max-width:700px;width:100%;margin:0 auto}nav{height:70px;background-color:#fff}@media(max-width:1024px),(max-width:768px){nav{padding:50px}}@media(max-width:767px){nav{padding:20px}}nav .logo a{color:var(--primary);font-weight:500;font-size:1.4rem}@media(max-width:767px){nav .logo a{font-size:1.2rem}}nav .container{display:flex;justify-content:space-between;height:100%;align-items:center}nav .links{display:flex;gap:20px}nav .links :hover{color:var(--grey)}.hero{background-image:linear-gradient(180deg,#fff 10%,#dadce2);min-height:60vh;display:flex;align-items:center}@media(max-width:1024px),(max-width:768px){.hero{padding:35px 50px;text-align:center;min-height:30vh}}@media(max-width:767px){.hero{padding:30px 20px}}.hero .container{display:flex;justify-content:space-between!important;align-items:center}.hero .content{max-width:700px;width:100%}.hero .content .heading{font-size:33px;font-weight:600;margin-bottom:15px}@media(max-width:767px){.hero .content .heading{font-size:30px;line-height:1.4}}.hero .content span{color:var(--primary)}.hero .content .description{font-size:18px;margin-bottom:15px}.hero .content .cta{font-size:18px;font-weight:600}.hero .header_img{max-width:450px;width:100%}.feature_wrapper{display:flex;align-items:flex-start!important;gap:50px;padding:70px 0}@media(max-width:768px){.feature_wrapper{padding:50px 50px 30px;flex-wrap:wrap}}@media(max-width:1024px){.feature_wrapper{padding:50px 50px 30px}}@media(max-width:767px){.feature_wrapper{padding:30px 20px 0;gap:10px}}.feature_wrapper .focus_post{max-width:50%;width:100%}@media(max-width:768px){.feature_wrapper .focus_post{max-width:100%}}.feature_wrapper .focus_post img{max-width:100%;height:auto;width:100%;border-radius:10px}.feature_wrapper .focus_post .post_title{font-size:28px;margin-top:20px;margin-bottom:8px}@media(max-width:767px){.feature_wrapper .focus_post .post_title{line-height:1.4;font-size:23px}}.feature_wrapper .focus_post .featured_des{color:#646568;font-size:15px;margin-bottom:10px}.feature_wrapper .focus_post .author_details{display:flex;gap:10px;align-items:center}.feature_wrapper .focus_post .author_details img{height:28px;width:28px;border-radius:50%}.feature_wrapper .focus_post .author_details span{font-size:14px}.feature_wrapper .focus_post .author_details span a{color:var(--grey);border-bottom:1px solid var(--primary)}.feature_wrapper .list_post{max-width:50%;width:100%}@media(max-width:768px){.feature_wrapper .list_post{max-width:100%}}.feature_wrapper .list_post .post_row{display:flex;align-items:center;margin-bottom:30px}.feature_wrapper .list_post .post_row:last-child{margin-bottom:0}.feature_wrapper .list_post .post_row img{max-width:160px;height:auto;border-radius:10px;margin-right:10px}@media(max-width:768px){.feature_wrapper .list_post .post_row img{max-width:250px}}@media(max-width:767px){.feature_wrapper .list_post .post_row img{max-width:140px}}.feature_wrapper .list_post .post_row .post_title{font-size:18px;font-weight:500}.list_post_wrapper{padding:50px 0 30px;display:block!important}@media(max-width:1024px),(max-width:768px){.list_post_wrapper{padding:50px}}@media(max-width:767px){.list_post_wrapper{padding:20px}}.list_post_wrapper .sub_head{font-size:36px;margin-bottom:10px;font-weight:600}@media(max-width:767px){.list_post_wrapper .sub_head{font-size:32px}}.list_post_wrapper .section_des{font-size:20px;color:#323131;margin-bottom:40px}@media(max-width:767px){.list_post_wrapper .section_des{font-size:18px;margin-bottom:28px}}.list_post_wrapper .list_post{max-width:100%;width:100%;display:flex;flex-direction:column;height:500px;flex-wrap:wrap;gap:28px}@media(max-width:768px){.list_post_wrapper .list_post{flex-direction:row;height:auto}}.list_post_wrapper .list_post .post_row{display:flex;align-items:center;max-width:50%;width:100%}@media(max-width:768px){.list_post_wrapper .list_post .post_row{max-width:100%;flex-wrap:wrap}}.list_post_wrapper .list_post .post_row img{max-width:160px;height:auto;border-radius:10px;margin-right:10px}@media(max-width:768px){.list_post_wrapper .list_post .post_row img{max-width:250px}}@media(max-width:767px){.list_post_wrapper .list_post .post_row img{max-width:100%;margin-bottom:20px}}.list_post_wrapper .list_post .post_row .post_title{font-size:18px;font-weight:500}@media(max-width:767px){.list_post_wrapper .list_post .post_row .post_title{font-size:16px}}footer{background-color:var(--primary);color:#fff;padding:35px 0 45px}@media(max-width:1024px),(max-width:768px){footer{padding:35px 50px}}@media(max-width:767px){footer{padding:30px}}footer .container{display:flex;justify-content:space-between}@media(max-width:767px){footer .container{flex-wrap:wrap}}footer .container .copy_details{max-width:50%;width:50%}@media(max-width:767px){footer .container .copy_details{max-width:100%;width:100%}}footer .container .copy_details .logo{font-size:20px;font-weight:500;margin-bottom:5px}footer .container .copy_details .copy_links{font-size:14px;margin-bottom:3px}footer .container .copy_details .copy_links a:hover{border-bottom:1px solid #fff;transition:all 1s ease}footer .container .copy_details .copy_links .vl{background-color:#fff;width:2px;height:12px;margin:0 8px;display:inline-block}footer .container .copy_details .copyright{font-size:13px}footer .container .social_links a{text-decoration:underline}.post_header{padding:65px 0 0}@media(max-width:768px){.post_header{padding:35px 50px}}@media(max-width:1024px){.post_header{padding:30px 0 0}}.post_header .post_container .author_details,.post_header .post_container .heading,.post_header .post_container .last_updated{text-align:center;color:#fff}.post_header .post_container .header_details{display:flex;flex-direction:column;align-items:center}.post_header .post_container .heading{margin-bottom:25px}@media(max-width:768px){.post_header .post_container .heading{padding:0 30px;font-size:1.3rem}}.post_header .post_container .last_updated{margin-top:25px}.post_header .post_container .author_details{display:flex;gap:10px;align-items:center}.post_header .post_container .author_details img{height:28px;width:28px;border-radius:50%}.post_header .post_container .author_details span{font-size:14px}.post_header .post_container .author_details span a{color:#fff;border-bottom:1px solid #fff}.featured_image{margin-top:50px;height:400px;width:100%;position:relative}.featured_image .post_container{position:relative;z-index:2}.featured_image:after{content:"";position:absolute;background-color:#f5f7fb;height:200px;width:100%;top:50%;left:0;z-index:1}@media(max-width:768px){.featured_image{padding:35px 30px;height:auto!important;margin-top:0}}.featured_image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.post_body_wrapper{padding:10px 0 50px}.post_body_wrapper.ProseMirror img{display:inline}@media(max-width:768px){.post_body_wrapper{padding:0 30px 50px;position:relative;z-index:100}}.static_page .container{display:block!important}.static_page .header_static{background-color:#dadce2;height:30vh;display:flex;align-items:center;margin:0 auto}.static_page .header_static .container{padding:0 30px}.static_page .header_static .container h1{margin-bottom:14px}.static_page .static_content{width:100%;padding:50px 30px;margin:0 auto}.static_page .static_content h2,.static_page .static_content h3,.static_page .static_content h4,.static_page .static_content h5{margin:20px 0 10px}.static_page .static_content li{margin:5px 0}.article_category .wrapper{max-width:1150px;width:100%;margin:0 auto}.article_category .category_header{background-color:#dadce2;height:30vh;display:flex;align-items:center}@media(max-width:768px){.article_category .category_header{padding:0 20px}}.article_category .wrapper_category{padding:50px 0;min-height:calc(100vh - 420px)}@media(max-width:768px){.article_category .wrapper_category{padding:0 30px}.article_category .wrapper_category .category_sm_tabs{padding:20px 20px 0}}.article_category .not_found{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.article_category .not_found img{max-width:410px}.article_category .not_found p{text-align:center}.about{padding:50px 30px}.about h2{margin:20px 0 10px}.about p{margin:20px 0}.about p .mail_to{color:var(--primary)}.feature-img-admin{max-width:100%;height:200px;margin:0 auto;padding:20px}.hero_cta{border:2px solid var(--primary);padding:10px 15px;text-align:center;color:var(--primary);margin-top:30px;display:inline-block;font-weight:500}.hero_cta:hover{background-color:#fff}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{line-height:30px!important;font-weight:500!important}.ProseMirror h2{margin-bottom:20px!important}