@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-133 .tc-wp-content-root img, .wpc-scope-133 .tc-wp-content-root video, .wpc-scope-133 .tc-wp-content-root svg, .wpc-scope-133 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper{
      --gtp-accent:#4f46e5;
      --gtp-accent2:#06b6d4;
      --gtp-text:#111111;
      --gtp-muted:#5f6673;
      --gtp-border:#e8ebf2;
      --gtp-white:#ffffff;
      --gtp-soft:#f8fafc;
      --gtp-shadow:0 10px 30px rgba(15,23,42,.08);
      --gtp-radius:22px;
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--gtp-text);
      position:relative;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-white{
      background:#fff;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-soft-bg{
      background:var(--gtp-soft);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-section-title{
      text-align:center;
      color:#000 !important;
      font-weight:800;
      line-height:1.2;
      margin:0 0 16px;
      position:relative;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-section-title::after{
      content:"";
      width:90px;
      height:5px;
      border-radius:50px;
      background:linear-gradient(90deg,var(--gtp-accent),var(--gtp-accent2));
      display:block;
      margin:14px auto 0;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-intro{
      text-align:center;
      color:var(--gtp-muted);
      max-width:850px;
      margin:0 auto 42px;
      line-height:1.8;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-card{
      background:#fff;
      border:1px solid var(--gtp-border);
      border-radius:var(--gtp-radius);
      box-shadow:var(--gtp-shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(79,70,229,.12);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--gtp-accent),var(--gtp-accent2));
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-card h3{
      color:#000 !important;
      margin:0 0 12px;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-card p{
      margin:0;
      color:var(--gtp-muted);
      line-height:1.8;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-icon{
      width:58px;
      height:58px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--gtp-accent),var(--gtp-accent2));
      margin-bottom:18px;
      position:relative;
      flex-shrink:0;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-icon::before{
      content:"";
      position:absolute;
      width:22px;
      height:22px;
      border:3px solid rgba(255,255,255,.95);
      border-radius:50%;
      left:50%;
      top:50%;
      transform:translate(-50%,-55%);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-icon::after{
      content:"";
      position:absolute;
      width:8px;
      height:18px;
      border-radius:20px;
      background:#fff;
      left:50%;
      bottom:9px;
      transform:translateX(-50%);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-list{
      display:grid;
      grid-template-columns:1fr;
      gap:24px;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-card{
      background:#fff;
      border:1px solid var(--gtp-border);
      border-radius:26px;
      box-shadow:var(--gtp-shadow);
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      gap:22px;
      transition:.35s ease;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-card:hover{
      transform:translateY(-6px);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-number{
      min-width:76px;
      width:76px;
      height:76px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--gtp-accent),var(--gtp-accent2));
      color:#fff;
      font-size:28px;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-number::after{
      content:"";
      position:absolute;
      inset:-7px;
      border:2px dashed rgba(79,70,229,.25);
      border-radius:50%;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-content h3{
      color:#000 !important;
      margin:0 0 10px;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-step-content p{
      margin:0;
      color:var(--gtp-muted);
      line-height:1.8;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-badge{
      position:absolute;
      top:16px;
      right:16px;
      background:rgba(79,70,229,.08);
      color:#3f36d9;
      padding:8px 14px;
      border-radius:30px;
      font-size:12px;
      font-weight:700;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-reveal{
      opacity:0;
      transform:translateY(35px);
      transition:.8s ease;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-reveal.gtp-active{
      opacity:1;
      transform:translateY(0);
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-decor{
      position:absolute;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(6,182,212,.08));
      pointer-events:none;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-decor.one{
      width:260px;
      height:260px;
      top:-120px;
      right:-100px;
    }.wpc-scope-133 .tc-wp-content-root .gtp-place-wrapper .gtp-decor.two{
      width:220px;
      height:220px;
      bottom:-110px;
      left:-90px;
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gtp-place-wrapper .gtp-section{padding:60px 14px;}.tc-wp-content-root .gtp-place-wrapper .gtp-container{padding:0 2px;}.tc-wp-content-root .gtp-place-wrapper .gtp-section-title{font-size:28px !important;}.tc-wp-content-root .gtp-place-wrapper .gtp-intro{font-size:14px;}.tc-wp-content-root .gtp-place-wrapper .gtp-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card{padding:22px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card h3{font-size:18px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card p{font-size:14px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-card{padding:22px;flex-direction:column;align-items:flex-start;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-content h3{font-size:20px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-content p{font-size:14px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gtp-place-wrapper .gtp-section{padding:70px 18px;}.tc-wp-content-root .gtp-place-wrapper .gtp-container{padding:0 4px;}.tc-wp-content-root .gtp-place-wrapper .gtp-section-title{font-size:30px !important;}.tc-wp-content-root .gtp-place-wrapper .gtp-intro{font-size:15px;}.tc-wp-content-root .gtp-place-wrapper .gtp-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card{padding:24px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card h3{font-size:19px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card p{font-size:15px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-card{padding:24px;flex-direction:column;align-items:flex-start;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gtp-place-wrapper .gtp-section{padding:75px 22px;}.tc-wp-content-root .gtp-place-wrapper .gtp-container{padding:0 6px;}.tc-wp-content-root .gtp-place-wrapper .gtp-section-title{font-size:34px !important;}.tc-wp-content-root .gtp-place-wrapper .gtp-intro{font-size:16px;}.tc-wp-content-root .gtp-place-wrapper .gtp-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card{padding:26px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-card{padding:26px;flex-direction:column;align-items:flex-start;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gtp-place-wrapper .gtp-section{padding:85px 32px;}.tc-wp-content-root .gtp-place-wrapper .gtp-container{padding:0 10px;}.tc-wp-content-root .gtp-place-wrapper .gtp-section-title{font-size:38px !important;}.tc-wp-content-root .gtp-place-wrapper .gtp-intro{font-size:17px;}.tc-wp-content-root .gtp-place-wrapper .gtp-grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card{padding:28px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-card{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .gtp-place-wrapper .gtp-section{padding:100px 40px;}.tc-wp-content-root .gtp-place-wrapper .gtp-container{padding:0 15px;}.tc-wp-content-root .gtp-place-wrapper .gtp-section-title{font-size:44px !important;}.tc-wp-content-root .gtp-place-wrapper .gtp-intro{font-size:18px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card{padding:30px;}.tc-wp-content-root .gtp-place-wrapper .gtp-grid.gtp-three{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .gtp-place-wrapper .gtp-step-card{padding:34px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card h3{font-size:22px;}.tc-wp-content-root .gtp-place-wrapper .gtp-card p{font-size:16px;}}