@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-88 .tc-wp-content-root img, .wpc-scope-88 .tc-wp-content-root video, .wpc-scope-88 .tc-wp-content-root svg, .wpc-scope-88 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper{
--primary:#0891b2;
--secondary:#0ea5e9;
--accent:#22c55e;
--text:#1f2937;
--muted:#64748b;
--white:#ffffff;
--offwhite:#f8fafc;
--border:#e2e8f0;
--shadow:0 10px 30px rgba(14,165,233,.08);
font-family:Arial,Helvetica,sans-serif;
width:100%;
overflow:hidden;
position:relative;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-container{
max-width:1200px;
margin:0 auto;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-section{
position:relative;
overflow:hidden;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-white{
background:#fff;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-off{
background:#f8fafc;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-title{
text-align:center;
font-weight:800;
color:var(--text);
margin:0 0 15px;
line-height:1.2;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-intro{
text-align:center;
color:var(--muted);
max-width:850px;
margin:0 auto 40px;
line-height:1.8;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-grid{
display:grid;
align-items:stretch;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-card{
background:#fff;
border:1px solid var(--border);
border-radius:22px;
padding:30px;
box-shadow:var(--shadow);
transition:.35s ease;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
height:100%;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(14,165,233,.14);
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-card:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-card h3{
margin:0 0 12px;
color:var(--text);
font-weight:700;
line-height:1.3;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-card p{
margin:0;
color:var(--muted);
line-height:1.8;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-icon{
width:56px;
height:56px;
border-radius:18px;
background:linear-gradient(135deg,var(--primary),var(--secondary));
margin-bottom:18px;
position:relative;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-icon:after{
content:"";
position:absolute;
width:18px;
height:18px;
background:#fff;
border-radius:50%;
top:19px;
left:19px;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-step{
background:#fff;
border:1px solid var(--border);
border-radius:24px;
box-shadow:var(--shadow);
padding:30px;
margin-bottom:22px;
position:relative;
overflow:hidden;
transition:.3s ease;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-step:hover{
transform:translateY(-4px);
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-step:before{
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:6px;
background:linear-gradient(var(--primary),var(--secondary));
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-step-flex{
display:flex;
gap:24px;
align-items:flex-start;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-number{
width:70px;
height:70px;
border-radius:50%;
background:linear-gradient(135deg,var(--primary),var(--secondary));
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:800;
flex-shrink:0;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-glow{
position:absolute;
width:260px;
height:260px;
border-radius:50%;
background:radial-gradient(circle,rgba(14,165,233,.12),transparent 70%);
pointer-events:none;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-glow.one{
top:-120px;
right:-100px;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-glow.two{
bottom:-120px;
left:-100px;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-reveal{
opacity:0;
transform:translateY(24px);
transition:all .8s ease;
}.wpc-scope-88 .tc-wp-content-root .hicc-wrapper .hicc-reveal.active{
opacity:1;
transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .hicc-wrapper .hicc-section{padding:55px 14px;}.tc-wp-content-root .hicc-wrapper .hicc-container{padding:0;}.tc-wp-content-root .hicc-wrapper .hicc-title{font-size:26px;}.tc-wp-content-root .hicc-wrapper .hicc-intro{font-size:14px;}.tc-wp-content-root .hicc-wrapper .hicc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .hicc-wrapper .hicc-card{padding:22px;}.tc-wp-content-root .hicc-wrapper .hicc-card h3{font-size:18px;}.tc-wp-content-root .hicc-wrapper .hicc-card p{font-size:14px;}.tc-wp-content-root .hicc-wrapper .hicc-step-flex{flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .hicc-wrapper .hicc-section{padding:60px 18px;}.tc-wp-content-root .hicc-wrapper .hicc-title{font-size:28px;}.tc-wp-content-root .hicc-wrapper .hicc-intro{font-size:15px;}.tc-wp-content-root .hicc-wrapper .hicc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .hicc-wrapper .hicc-card{padding:24px;}.tc-wp-content-root .hicc-wrapper .hicc-card h3{font-size:19px;}.tc-wp-content-root .hicc-wrapper .hicc-card p{font-size:15px;}.tc-wp-content-root .hicc-wrapper .hicc-step-flex{flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .hicc-wrapper .hicc-section{padding:65px 22px;}.tc-wp-content-root .hicc-wrapper .hicc-title{font-size:31px;}.tc-wp-content-root .hicc-wrapper .hicc-intro{font-size:16px;}.tc-wp-content-root .hicc-wrapper .hicc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .hicc-wrapper .hicc-card{padding:26px;}.tc-wp-content-root .hicc-wrapper .hicc-card h3{font-size:20px;}.tc-wp-content-root .hicc-wrapper .hicc-card p{font-size:15px;}.tc-wp-content-root .hicc-wrapper .hicc-step-flex{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .hicc-wrapper .hicc-section{padding:80px 30px;}.tc-wp-content-root .hicc-wrapper .hicc-title{font-size:38px;}.tc-wp-content-root .hicc-wrapper .hicc-intro{font-size:17px;}.tc-wp-content-root .hicc-wrapper .hicc-grid.six{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .hicc-wrapper .hicc-grid.three{grid-template-columns:repeat(2,1fr);gap:22px;}}@media (min-width:1024px){.tc-wp-content-root .hicc-wrapper .hicc-section{padding:95px 40px;}.tc-wp-content-root .hicc-wrapper .hicc-title{font-size:44px;}.tc-wp-content-root .hicc-wrapper .hicc-intro{font-size:18px;}.tc-wp-content-root .hicc-wrapper .hicc-grid.six{grid-template-columns:repeat(3,1fr);gap:24px;}.tc-wp-content-root .hicc-wrapper .hicc-grid.three{grid-template-columns:repeat(3,1fr);gap:24px;}}