:root{--st-pink:#d81b7e;--st-pink-dark:#b91569;--st-orange:#f57c00;--st-green:#6fae86;--st-green-dark:#4f7f62;--st-heading:#4A86C5;--st-heading-dark:#35699f;--st-blue:#1769aa;--st-purple:#7253a6;--st-teal:#087f8c;--st-text:#202124;--st-muted:#65676b;--st-bg:#ffffff;--st-soft:#f7f8fa;--st-border:#e4e6eb;--st-radius:12px;--st-radius-sm:8px;--st-container:1180px}*,*::before,*::after{box-sizing:border-box}html{margin:0;padding:0}body{margin:0;padding:0;background:var(--st-bg);color:var(--st-text);font-family:Arial,"Noto Sans Devanagari",sans-serif;font-size:16px;line-height:1.65}img{display:block;max-width:100%;height:auto}iframe,video{max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.st-container{width:100%;max-width:var(--st-container);margin:0 auto;padding-left:16px;padding-right:16px}.st-topbar{background:#f8f1f5;border-bottom:1px solid #f0dbe6;font-size:13px}.st-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:15px}.st-topbar-text{font-weight:600}.st-topbar-links{display:flex;gap:16px}.st-topbar-links a:hover{color:var(--st-pink)}.st-header{position:sticky;top:0;z-index:9999;background:#fff;border-bottom:1px solid var(--st-border)}.st-header-inner{position:relative;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:22px}.st-brand{flex:0 0 auto}.st-logo{display:inline-flex;align-items:center;font-size:25px;font-weight:800;line-height:1;letter-spacing:-.4px}.st-logo span{color:var(--st-pink)}.st-logo strong{color:var(--st-orange)}.st-nav{margin-left:auto}.st-menu{display:flex;align-items:center;gap:3px;list-style:none;margin:0;padding:0}.st-menu li{position:relative;margin:0;padding:0}.st-menu a{display:block;padding:10px;border-radius:7px;font-size:14px;font-weight:700;white-space:nowrap}.st-menu a:hover{background:#faf0f6;color:var(--st-pink)}.st-menu .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:9999;min-width:220px;margin:0;padding:7px;list-style:none;background:#fff;border:1px solid var(--st-border);border-radius:8px;box-shadow:0 8px 20px rgb(0 0 0 / .08)}.st-menu li:hover>.sub-menu{display:block}.st-menu .sub-menu a{padding:9px 10px;font-weight:600}.st-menu-btn{display:none;width:42px;height:42px;padding:8px;border:0;background:#fff0;cursor:pointer}.st-menu-btn span{display:block;width:24px;height:2px;margin:5px auto;background:#222;border-radius:2px}.admin-bar .st-header{top:32px}@media(max-width:782px){.admin-bar .st-header{top:46px}}.st-section{padding:34px 0}.st-section-soft{background:var(--st-soft)}.st-hero{position:relative;overflow:hidden;padding:52px 0;background:radial-gradient(circle at 8% 15%,rgb(216 27 126 / .09),transparent 34%),radial-gradient(circle at 92% 10%,rgb(74 134 197 / .15),transparent 35%),linear-gradient(135deg,#f8fbff 0%,#f3f8fd 48%,#fff8fb 100%);border-bottom:1px solid #e4edf6}.st-hero-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:44px}.st-hero-main{min-width:0;text-align:left}.st-hero-badge{display:inline-flex;align-items:center;justify-content:center;margin:0 0 15px;padding:7px 13px;background:#fff;border:1px solid #dce8f4;border-radius:999px;color:#35699f;font-size:13px;font-weight:700;box-shadow:0 2px 8px rgb(35 78 120 / .04)}.st-hero h1{max-width:720px;margin:0 0 14px;color:#202124;font-size:44px;font-weight:800;line-height:1.18;letter-spacing:-.5px}.st-hero h1 span{display:block;color:#3d78b5}.st-hero p{max-width:690px;margin:0 0 24px;color:#5f6875;font-size:17px;line-height:1.7}.st-hero-search{display:flex;width:100%;max-width:680px;height:54px;margin:0;padding:5px;background:#fff;border:1px solid #dce5ef;border-radius:12px;box-shadow:0 8px 24px rgb(41 74 108 / .08)}.st-hero-search input{flex:1;min-width:0;padding:0 14px;border:0;outline:0;background:#fff0;color:#202124;font-size:15px}.st-hero-search input::placeholder{color:#8a929c}.st-hero-search button{flex:0 0 auto;min-width:92px;padding:0 17px;border:0;border-radius:8px;background:#4a86c5;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.st-hero-search button:hover{background:#3b75b1}.st-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.st-hero-quick{padding:22px;background:rgb(255 255 255 / .86);border:1px solid #dce7f2;border-radius:18px;box-shadow:0 12px 32px rgb(34 70 106 / .08)}.st-hero-quick-title{margin-bottom:15px;color:#2b4058;font-size:17px;font-weight:800;text-align:center}.st-hero-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.st-hero-quick-grid a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:94px;padding:12px 8px;background:#f8fbff;border:1px solid #e2eaf3;border-radius:12px;text-align:center;transition:border-color .15s ease,background .15s ease}.st-hero-quick-grid a:nth-child(2){background:#fff9f3}.st-hero-quick-grid a:nth-child(3){background:#f5fbf7}.st-hero-quick-grid a:nth-child(4){background:#fff7fb}.st-hero-quick-grid a:hover{border-color:#9bbfe2;background:#fff}.st-hero-quick-grid span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:7px;background:#fff;border-radius:9px;font-size:20px}.st-hero-quick-grid strong{color:#303a46;font-size:13px;font-weight:700;line-height:1.3}.st-hero-quick-more{display:block;margin-top:13px;color:#35699f;font-size:13px;font-weight:700;text-align:center}.st-hero-quick-more:hover{color:var(--st-pink)}.st-section-head{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:72px;margin:0 0 20px;padding:12px 150px 12px 18px;background:var(--st-heading);border-radius:10px;text-align:center}.st-section-head>div{width:100%;text-align:center}.st-section-title{margin:0;color:#fff;font-size:26px;font-weight:800;line-height:1.3;text-align:center}.st-section-subtitle{margin:5px 0 0;color:#f3f8ff;font-size:14px;line-height:1.5;text-align:center}.st-section-title-center{width:100%;padding:13px 18px;background:var(--st-heading);border-radius:10px;text-align:center}.st-section-title-center .st-section-title{margin:0;color:#fff;text-align:center}.st-section-title-center .st-section-subtitle{margin:5px 0 0;color:#f3f8ff;text-align:center}.st-section-head>.st-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);min-height:38px;padding:7px 13px;background:#fff;border:1px solid #fff;color:var(--st-heading-dark);font-size:13px;font-weight:700;border-radius:7px;white-space:nowrap}.st-section-head>.st-btn:hover{background:#f7fbff;color:#285887;opacity:1}.st-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 18px;border:1px solid #fff0;border-radius:8px;font-size:14px;font-weight:700;text-align:center}.st-btn-primary{background:var(--st-pink);color:#fff}.st-btn-orange{background:var(--st-orange);color:#fff}.st-btn-green{background:var(--st-green);color:#fff}.st-btn-blue{background:var(--st-blue);color:#fff}.st-btn-outline{background:#fff;border-color:var(--st-border);color:var(--st-text)}.st-btn:hover{opacity:.92}.st-search{display:flex;width:100%;max-width:680px;height:46px;margin:18px auto 0;overflow:hidden;background:#fff;border:1px solid #ddd;border-radius:9px}.st-search input{flex:1;min-width:0;padding:0 14px;border:0;outline:0;background:#fff}.st-search button{flex:0 0 90px;border:0;background:var(--st-pink);color:#fff;font-weight:700;cursor:pointer}.st-grid{display:grid;gap:15px}.st-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.st-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.st-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.st-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.st-grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.st-service-grid,.st-tools-grid,.st-state-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;width:100%;gap:14px}.st-service-grid>*,.st-tools-grid>*,.st-state-grid>*{flex:0 0 calc((100% - 42px) / 4);max-width:calc((100% - 42px) / 4);min-width:0}.st-service-card{display:flex;align-items:center;gap:12px;min-height:76px;padding:13px;overflow:hidden;background:#fff;border:1px solid #e6e8ec;border-radius:11px}.st-service-card:nth-child(6n+1){background:#fff8fb}.st-service-card:nth-child(6n+2){background:#fffaf4}.st-service-card:nth-child(6n+3){background:#f5fbf7}.st-service-card:nth-child(6n+4){background:#f5f9ff}.st-service-card:nth-child(6n+5){background:#faf7ff}.st-service-card:nth-child(6n+6){background:#f3fbfb}.st-service-card:hover{border-color:#d9b6c9}.st-service-icon{flex:0 0 42px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(0 0 0 / .05);border-radius:9px;background:#fff;font-size:21px;line-height:1}.st-service-content{flex:1;min-width:0}.st-service-title{margin:0;font-size:15px;font-weight:700;line-height:1.35}.st-service-text{margin:3px 0 0;color:var(--st-muted);font-size:12px;line-height:1.4}.st-state-card{display:flex;align-items:center;justify-content:center;min-height:54px;padding:10px 12px;background:#fff;border:1px solid var(--st-border);border-radius:9px;font-size:14px;font-weight:700;text-align:center}.st-state-card:hover{border-color:var(--st-pink);color:var(--st-pink)}.st-tool-card{padding:16px 13px;background:#fff;border:1px solid var(--st-border);border-radius:11px;text-align:center}.st-tool-card-icon{margin-bottom:7px;font-size:27px}.st-tool-card-title{font-size:14px;font-weight:700;line-height:1.4}.st-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:18px}.st-post-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--st-border);border-radius:12px}.st-post-thumb{position:relative;display:block;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f1f2f3}.st-post-thumb img{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;padding:0;object-fit:cover}.st-post-body{display:flex;flex:1;flex-direction:column;padding:14px 15px 16px}.st-post-title{margin:0 0 7px;font-size:18px;font-weight:700;line-height:1.4}.st-post-title a{color:var(--st-text)}.st-post-title a:hover{color:var(--st-pink)}.st-post-meta{margin-top:auto;color:var(--st-muted);font-size:12px}.st-post-body p{margin:8px 0 0;color:var(--st-muted);font-size:14px;line-height:1.55}.st-list-wrap{display:flex;flex-direction:column;width:100%;gap:14px}.st-list-card{display:flex;width:100%;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--st-border);border-radius:10px}.st-list-thumb{flex:0 0 220px;width:220px;overflow:hidden;background:#f3f3f3}.st-list-thumb img{display:block;width:100%;height:100%;min-height:135px;margin:0;object-fit:cover}.st-list-content{flex:1;min-width:0;padding:14px 16px}.st-list-title{margin:0 0 6px;font-size:19px;font-weight:700;line-height:1.4}.st-list-title a{color:var(--st-text)}.st-list-title a:hover{color:var(--st-pink)}.st-list-meta{margin-bottom:7px;color:var(--st-muted);font-size:12px}.st-list-excerpt{margin:0;color:#5f6368;font-size:14px;line-height:1.55}.st-latest-list{overflow:hidden;background:#fff;border:1px solid var(--st-border);border-radius:12px}.st-latest-item{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border-bottom:1px solid #eee}.st-latest-item:last-child{border-bottom:0}.st-latest-title{font-size:14px;font-weight:600}.st-latest-date{flex:0 0 auto;color:var(--st-muted);font-size:12px}.st-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.st-main{padding:30px 0 45px}.st-content-wrap{width:100%;max-width:900px;margin:0 auto}.st-page-title,.st-entry-title{margin:0 0 18px;font-size:32px;font-weight:800;line-height:1.3}.st-entry-header{margin-bottom:18px}.st-entry-content{font-size:16px;line-height:1.8}.st-entry-content h2{margin:30px 0 12px;font-size:25px;line-height:1.35}.st-entry-content h3{margin:24px 0 10px;font-size:20px;line-height:1.4}.st-entry-content p{margin:0 0 17px}.st-entry-content ul,.st-entry-content ol{margin:0 0 18px;padding-left:24px}.st-entry-content a{color:var(--st-blue)}.st-entry-content img{max-width:100%;height:auto}.st-entry-content table{width:100%;margin:20px 0;border-collapse:collapse;font-size:14px}.st-entry-content th,.st-entry-content td{padding:10px;border:1px solid #ddd;text-align:left}.st-entry-content th{background:#f7f7f7}.st-single-thumbnail{width:100%;margin:0 0 24px;overflow:hidden;border-radius:10px}.st-single-thumbnail img{width:100%;height:auto;margin:0}.st-important-links{margin:25px 0;overflow:hidden;border:1px solid var(--st-border);border-radius:10px}.st-important-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;align-items:center;border-bottom:1px solid var(--st-border)}.st-important-row:last-child{border-bottom:0}.st-important-name{padding:12px 14px;font-weight:700}.st-important-action{padding:8px}.st-important-action a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;border-radius:7px;background:var(--st-pink);color:#fff;font-size:13px;font-weight:700}.st-info{margin:18px 0;padding:14px 16px;background:#f5f9ff;border-left:4px solid var(--st-blue);border-radius:7px}.st-success{background:#f3faf5;border-left-color:var(--st-green)}.st-warning{background:#fff8ef;border-left-color:var(--st-orange)}.st-faq{margin:25px 0}.st-faq-item{margin-bottom:10px;overflow:hidden;background:#fff;border:1px solid var(--st-border);border-radius:8px}.st-faq-item summary{padding:12px 14px;font-weight:700;cursor:pointer}.st-faq-answer{padding:0 14px 14px;color:#555}.navigation.pagination{margin:28px 0}.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:5px 10px;border:1px solid var(--st-border);border-radius:6px}.page-numbers.current{background:var(--st-pink);border-color:var(--st-pink);color:#fff}.st-footer{margin-top:35px;background:#191927;color:#e7e7ed}.st-footer-main{padding:38px 0 28px}.st-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.st-footer-logo{display:inline-flex;margin-bottom:12px;font-size:24px;font-weight:800}.st-footer-logo span{color:#ff5ca5}.st-footer-logo strong{color:#ff9a3d}.st-footer-about{margin:0;color:#bdbdca;font-size:14px}.st-footer-title{margin:0 0 12px;color:#fff;font-size:16px}.st-footer-links{margin:0;padding:0;list-style:none}.st-footer-links li{margin:7px 0}.st-footer-links a{color:#c7c7d2;font-size:14px}.st-footer-links a:hover{color:#fff}.st-footer-bottom{padding:14px 0;border-top:1px solid rgb(255 255 255 / .1);color:#aaaab5;font-size:13px;text-align:center}@media(max-width:1000px){.st-service-grid>*,.st-tools-grid>*,.st-state-grid>*{flex:0 0 calc((100% - 28px) / 3);max-width:calc((100% - 28px) / 3)}.st-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st-hero-layout{grid-template-columns:minmax(0,1fr) 300px;gap:28px}.st-hero h1{font-size:38px}}@media(max-width:900px){.st-menu-btn{display:block;margin-left:auto}.st-nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:99999;width:100%;margin:0;padding:10px 16px 15px;background:#fff;border-top:1px solid var(--st-border);border-bottom:1px solid var(--st-border)}.st-nav.is-open{display:block}.st-menu{display:block;width:100%}.st-menu li{width:100%}.st-menu a{width:100%;padding:10px 7px}.st-menu .sub-menu{position:static;display:block;width:100%;min-width:0;padding:0 0 0 15px;border:0;box-shadow:none}.st-two-column{grid-template-columns:1fr}.st-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st-grid-4,.st-grid-5,.st-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.st-section-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:64px;padding:11px 12px;gap:10px;text-align:left}.st-section-head>div{flex:1;width:auto;min-width:0;text-align:left}.st-section-title{margin:0;font-size:20px;line-height:1.3;text-align:left}.st-section-subtitle{margin:3px 0 0;font-size:12px;line-height:1.4;text-align:left}.st-section-head>.st-btn{position:static;flex:0 0 auto;transform:none;margin:0;min-height:34px;padding:7px 9px;background:#fff;border:1px solid #fff;color:var(--st-heading-dark);font-size:12px;font-weight:700;white-space:nowrap;border-radius:7px}}@media(max-width:800px){.st-hero{padding:36px 0}.st-hero-layout{grid-template-columns:1fr;gap:25px}.st-hero-main{text-align:center}.st-hero-badge{margin-left:auto;margin-right:auto}.st-hero h1{max-width:620px;margin-left:auto;margin-right:auto;font-size:33px}.st-hero p{max-width:600px;margin-left:auto;margin-right:auto}.st-hero-search{margin-left:auto;margin-right:auto}.st-hero-actions{justify-content:center}.st-hero-quick{width:100%;max-width:600px;margin:0 auto}}@media(max-width:700px){.st-container{padding-left:12px;padding-right:12px}.st-topbar-inner{justify-content:center;text-align:center}.st-topbar-links{display:none}.st-header-inner{min-height:58px}.st-logo{font-size:23px}.st-section{padding:27px 0}.st-service-grid,.st-tools-grid,.st-state-grid{gap:10px}.st-service-grid>*,.st-tools-grid>*,.st-state-grid>*{flex:0 0 calc((100% - 10px) / 2);max-width:calc((100% - 10px) / 2)}.st-grid-3,.st-grid-4,.st-grid-5,.st-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.st-page-title,.st-entry-title{font-size:27px}.st-entry-content h2{font-size:22px}.st-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.st-important-row{grid-template-columns:minmax(0,1fr) 125px}.st-important-name{padding:10px;font-size:13px}.st-important-action{padding:6px}.st-important-action a{font-size:12px}}@media(max-width:600px){.st-hero{padding:30px 0 32px}.st-hero-badge{margin-bottom:12px;padding:6px 10px;font-size:11px}.st-hero h1{margin-bottom:12px;font-size:29px;line-height:1.22}.st-hero p{margin-bottom:18px;font-size:14px;line-height:1.6}.st-hero-search{height:48px;padding:4px;border-radius:10px}.st-hero-search input{padding:0 10px;font-size:13px}.st-hero-search button{min-width:72px;padding:0 10px;font-size:12px}.st-hero-actions{margin-top:12px;gap:8px}.st-hero-actions .st-btn{flex:1 1 calc(50% - 4px);min-height:40px;padding:7px 10px;font-size:12px}.st-hero-quick{padding:15px;border-radius:14px}.st-hero-quick-title{margin-bottom:11px;font-size:15px}.st-hero-quick-grid{gap:8px}.st-hero-quick-grid a{min-height:82px;padding:9px 5px;border-radius:10px}.st-hero-quick-grid span{width:32px;height:32px;margin-bottom:5px;font-size:17px}.st-hero-quick-grid strong{font-size:12px}.st-hero-quick-more{margin-top:11px;font-size:12px}.st-post-grid{grid-template-columns:1fr;gap:15px}.st-list-card{align-items:stretch}.st-list-thumb{flex:0 0 110px;width:110px}.st-list-thumb img{min-height:100px}.st-list-content{padding:10px}.st-list-title{margin-bottom:5px;font-size:15px;line-height:1.35}.st-list-meta{margin-bottom:0;font-size:11px}.st-list-excerpt{display:none}}@media(max-width:480px){.st-section-head{min-height:58px;padding:10px;gap:7px}.st-section-title{font-size:18px}.st-section-subtitle{font-size:11px}.st-section-head>.st-btn{min-height:32px;padding:6px 8px;font-size:11px}.st-service-card{min-height:68px;padding:10px;gap:8px}.st-service-icon{flex:0 0 36px;width:36px;height:36px;font-size:18px}.st-service-title{font-size:13px}.st-service-text{display:none}.st-tool-card{padding:13px 8px}.st-tool-card-title{font-size:13px}.st-state-card{min-height:50px;padding:8px;font-size:13px}.st-search{height:44px}.st-search button{flex-basis:76px}}.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignleft{float:left;margin:0 20px 15px 0}.alignright{float:right;margin:0 0 15px 20px}.wp-caption{max-width:100%}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.page-id-425 .st-content-wrap{max-width:1180px}.st-kaam-intro{max-width:1100px;margin:0 auto 20px!important;padding:13px 15px;background:#f6f9fc;border:1px solid #dce7f0;border-radius:8px;color:#344654;font-size:15px;line-height:1.7}.st-kaam-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;align-items:start}.st-kaam-box{min-width:0;margin:0!important;padding:0!important;overflow:hidden;background:#fff;border:1px solid #c9d9e7;border-radius:7px}.st-kaam-box-title{margin:0!important;padding:11px 8px!important;background:var(--st-heading);color:#ffffff!important;text-align:center;font-size:18px;font-weight:700;line-height:1.35}.st-kaam-list{margin:0!important;padding:0!important}.st-kaam-row{position:relative;margin:0!important;padding:9px 9px 9px 27px!important;background:#fff;border-bottom:1px solid #e6eaee;color:#2d3d49;font-size:14px;line-height:1.45}.st-kaam-row:last-child{border-bottom:0}.st-kaam-row::before{content:"";position:absolute;left:10px;top:15px;width:6px;height:6px;border-radius:50%;background:var(--st-heading)}.st-kaam-row a{color:#285c8d;font-weight:600;text-decoration:none!important}.st-kaam-row a:hover{color:var(--st-heading-dark);text-decoration:underline!important}@media(max-width:900px){body.page-id-425 .st-content-wrap{max-width:100%}.st-kaam-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.st-kaam-box-title{font-size:16px}.st-kaam-row{font-size:13px}}@media(max-width:600px){.st-kaam-intro{margin-bottom:14px!important;padding:11px 12px;font-size:13.5px;line-height:1.6}.st-kaam-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.st-kaam-box-title{padding:9px 5px!important;font-size:14px;line-height:1.35}.st-kaam-row{padding:8px 5px 8px 20px!important;font-size:11.8px;line-height:1.4}.st-kaam-row::before{left:7px;top:13px;width:5px;height:5px}}