@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-55 .tc-wp-content-root img, .wpc-scope-55 .tc-wp-content-root video, .wpc-scope-55 .tc-wp-content-root svg, .wpc-scope-55 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-55 .tc-wp-content-root .witc-wrap{
      --accent1:#16a34a;
      --accent2:#84cc16;
      --accent3:#dcfce7;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 10px 30px rgba(0,0,0,.06);
      --radius:22px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-white{
      background:#fff;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-off{
      background:var(--off);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-heading{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-size:.85rem;
      font-weight:700;
      margin-bottom:18px;
      box-shadow:0 8px 20px rgba(34,197,94,.18);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-badge:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:#fff;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#111827;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-heading p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:26px;
      box-shadow:var(--shadow);
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      transform:scaleX(0);
      transform-origin:left;
      transition:.35s ease;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(22,163,74,.12);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card:hover:before{
      transform:scaleX(1);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-icon{
      width:58px;
      height:58px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent3),#fff);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-icon:before{
      content:"";
      width:24px;
      height:24px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:#111827;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      flex-grow:1;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step{
      position:relative;
      display:flex;
      gap:22px;
      align-items:flex-start;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:28px;
      box-shadow:var(--shadow);
      transition:.3s ease;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.4rem;
      font-weight:800;
      box-shadow:0 10px 25px rgba(34,197,94,.25);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step-content h3{
      margin:0 0 10px;
      color:#111827;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-card, .wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-step{
      opacity:0;
      transform:translateY(30px);
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-show{
      opacity:1;
      transform:translateY(0);
      transition:all .7s ease;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-decor{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,var(--accent3),transparent 70%);
      opacity:.6;
      pointer-events:none;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-decor.one{
      top:-120px;
      right:-120px;
    }.wpc-scope-55 .tc-wp-content-root .witc-wrap .witc-decor.two{
      bottom:-120px;
      left:-120px;
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .witc-wrap .witc-section{padding:55px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 14px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:1.55rem;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:.95rem;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .witc-wrap .witc-card{padding:20px;}.tc-wp-content-root .witc-wrap .witc-card h3{font-size:1.05rem;}.tc-wp-content-root .witc-wrap .witc-card p{font-size:.92rem;}.tc-wp-content-root .witc-wrap .witc-step{padding:20px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .witc-wrap .witc-section{padding:60px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 16px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:1.75rem;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:1rem;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .witc-wrap .witc-card{padding:22px;}.tc-wp-content-root .witc-wrap .witc-step{padding:22px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .witc-wrap .witc-section{padding:65px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 18px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:2rem;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .witc-wrap .witc-card{padding:24px;}.tc-wp-content-root .witc-wrap .witc-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .witc-wrap .witc-section{padding:80px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 24px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:2.3rem;}.tc-wp-content-root .witc-wrap .s1-grid, .tc-wp-content-root .witc-wrap .s3-grid, .tc-wp-content-root .witc-wrap .s4-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
      }.tc-wp-content-root .witc-wrap .witc-card{padding:26px;}}@media (min-width:1024px){.tc-wp-content-root .witc-wrap .witc-section{padding:95px 0;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:2.7rem;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:1.08rem;}.tc-wp-content-root .witc-wrap .s1-grid, .tc-wp-content-root .witc-wrap .s3-grid{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }.tc-wp-content-root .witc-wrap .s4-grid{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }}