@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-17 .tc-wp-content-root img, .wpc-scope-17 .tc-wp-content-root video, .wpc-scope-17 .tc-wp-content-root svg, .wpc-scope-17 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-17 .tc-wp-content-root .iitc-premium-wrapper{
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:#1f2937;
      background:#fff;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-section:nth-child(odd){
      background:#ffffff;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-alt{
      background:#f8fafc;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-section::before{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(135deg,#3b82f620,#06b6d420);
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-heading{
      text-align:center;
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-heading h2{
      margin:0 0 12px;
      color:#111827;
      font-weight:800;
      line-height:1.2;
    }.wpc-scope-17 .tc-wp-content-root .iitc-premium-heading p{
      margin:0 auto;
      max-width:780px;
      color:#4b5563;
      line-height:1.8;
    }.wpc-scope-17 .tc-wp-content-root .iitc-accent{
      width:90px;
      height:5px;
      margin:0 auto 18px;
      border-radius:999px;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
    }.wpc-scope-17 .tc-wp-content-root .iitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-17 .tc-wp-content-root .iitc-card{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:24px;
      padding:28px;
      box-shadow:0 10px 30px rgba(15,23,42,.06);
      transition:.35s ease;
      position:relative;
      overflow:hidden;
      height:100%;
    }.wpc-scope-17 .tc-wp-content-root .iitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
      transform:scaleX(0);
      transform-origin:left;
      transition:.35s ease;
    }.wpc-scope-17 .tc-wp-content-root .iitc-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 40px rgba(15,23,42,.12);
    }.wpc-scope-17 .tc-wp-content-root .iitc-card:hover::before{
      transform:scaleX(1);
    }.wpc-scope-17 .tc-wp-content-root .iitc-icon{
      width:54px;
      height:54px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
      color:#fff;
      font-size:20px;
      font-weight:700;
      box-shadow:0 10px 20px rgba(37,99,235,.18);
    }.wpc-scope-17 .tc-wp-content-root .iitc-card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.35;
    }.wpc-scope-17 .tc-wp-content-root .iitc-card p{
      margin:0;
      color:#4b5563;
      line-height:1.8;
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-wrap{
      display:grid;
      gap:22px;
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-card{
      position:relative;
      background:#fff;
      border-radius:24px;
      padding:28px 28px 28px 110px;
      border:1px solid #e5e7eb;
      box-shadow:0 10px 30px rgba(15,23,42,.06);
      transition:.35s ease;
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-card:hover{
      transform:translateY(-4px);
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-number{
      position:absolute;
      left:26px;
      top:50%;
      transform:translateY(-50%);
      width:60px;
      height:60px;
      border-radius:50%;
      background:linear-gradient(135deg,#2563eb,#06b6d4);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:800;
      font-size:22px;
      box-shadow:0 10px 25px rgba(37,99,235,.2);
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-card h3{
      margin:0 0 10px;
      color:#111827;
    }.wpc-scope-17 .tc-wp-content-root .iitc-step-card p{
      margin:0;
      color:#4b5563;
      line-height:1.8;
    }.wpc-scope-17 .tc-wp-content-root .iitc-badge{
      position:absolute;
      right:18px;
      top:18px;
      width:12px;
      height:12px;
      border-radius:50%;
      background:#06b6d4;
      box-shadow:0 0 0 8px rgba(6,182,212,.12);
    }.wpc-scope-17 .tc-wp-content-root .iitc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-17 .tc-wp-content-root .iitc-reveal.iitc-visible{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .iitc-premium-section{padding:55px 14px;}.tc-wp-content-root .iitc-premium-container{padding:0 2px;}.tc-wp-content-root .iitc-premium-heading h2{font-size:26px;}.tc-wp-content-root .iitc-premium-heading p{font-size:14px;}.tc-wp-content-root .iitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .iitc-card{padding:22px;}.tc-wp-content-root .iitc-card h3{font-size:18px;}.tc-wp-content-root .iitc-card p{font-size:14px;}.tc-wp-content-root .iitc-step-card{padding:95px 20px 22px;}.tc-wp-content-root .iitc-step-number{
        top:26px;
        left:20px;
        transform:none;
      }.tc-wp-content-root .iitc-step-card h3{font-size:18px;}.tc-wp-content-root .iitc-step-card p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .iitc-premium-section{padding:60px 18px;}.tc-wp-content-root .iitc-premium-container{padding:0 4px;}.tc-wp-content-root .iitc-premium-heading h2{font-size:28px;}.tc-wp-content-root .iitc-premium-heading p{font-size:15px;}.tc-wp-content-root .iitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .iitc-card{padding:24px;}.tc-wp-content-root .iitc-card h3{font-size:19px;}.tc-wp-content-root .iitc-card p{font-size:15px;}.tc-wp-content-root .iitc-step-card{padding:95px 24px 24px;}.tc-wp-content-root .iitc-step-number{
        top:26px;
        left:24px;
        transform:none;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .iitc-premium-section{padding:65px 22px;}.tc-wp-content-root .iitc-premium-heading h2{font-size:31px;}.tc-wp-content-root .iitc-premium-heading p{font-size:16px;}.tc-wp-content-root .iitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .iitc-card{padding:26px;}.tc-wp-content-root .iitc-card h3{font-size:20px;}.tc-wp-content-root .iitc-card p{font-size:15px;}.tc-wp-content-root .iitc-step-card{padding:100px 26px 26px;}.tc-wp-content-root .iitc-step-number{
        top:26px;
        left:26px;
        transform:none;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .iitc-premium-section{padding:80px 30px;}.tc-wp-content-root .iitc-premium-heading h2{font-size:36px;}.tc-wp-content-root .iitc-premium-heading p{font-size:17px;}.tc-wp-content-root .iitc-grid{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .iitc-card{padding:28px;}.tc-wp-content-root .iitc-card h3{font-size:21px;}.tc-wp-content-root .iitc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .iitc-premium-section{padding:95px 35px;}.tc-wp-content-root .iitc-premium-heading h2{font-size:42px;}.tc-wp-content-root .iitc-premium-heading p{font-size:18px;}.tc-wp-content-root .iitc-grid{gap:24px;}.tc-wp-content-root .iitc-grid.iitc-three{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .iitc-card h3{font-size:22px;}.tc-wp-content-root .iitc-card p{font-size:16px;}}