@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-19 .tc-wp-content-root img, .wpc-scope-19 .tc-wp-content-root video, .wpc-scope-19 .tc-wp-content-root svg, .wpc-scope-19 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper{
    width:100%;
    font-family:Arial,Helvetica,sans-serif;
    color:#1f2937;
    background:#ffffff;
    overflow:hidden;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-container{
    max-width:1200px;
    margin:0 auto;
    position:relative;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-section{
    position:relative;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-white{
    background:#ffffff;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-offwhite{
    background:#f8fafc;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-section-title{
    text-align:center;
    font-weight:800;
    line-height:1.2;
    margin:0 0 14px;
    color:#111827;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-section-title span{
    background:linear-gradient(135deg,#2563eb,#14b8a6);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-intro{
    text-align:center;
    max-width:780px;
    margin:0 auto 40px;
    color:#4b5563;
    line-height:1.7;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-grid{
    display:grid;
    align-items:stretch;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-card{
    background:#fff;
    border:1px solid rgba(37,99,235,.08);
    border-radius:22px;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    height:100%;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(37,99,235,.12);
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(135deg,#2563eb,#14b8a6);
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    background:linear-gradient(135deg,#dbeafe,#ccfbf1);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    position:relative;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-icon:after{
    content:"";
    width:18px;
    height:18px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#14b8a6);
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-card h3{
    margin:0 0 12px;
    color:#111827;
    font-weight:700;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-card p{
    margin:0;
    color:#4b5563;
    line-height:1.7;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-step-wrap{
    display:grid;
    gap:24px;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-step{
    background:#ffffff;
    border-radius:24px;
    border:1px solid rgba(37,99,235,.08);
    box-shadow:0 12px 30px rgba(15,23,42,.05);
    display:flex;
    gap:24px;
    align-items:flex-start;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-step:hover{
    transform:translateY(-4px);
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-step-num{
    min-width:72px;
    width:72px;
    height:72px;
    border-radius:20px;
    background:linear-gradient(135deg,#2563eb,#14b8a6);
    color:#fff;
    font-size:28px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-step-content h3{
    margin:0 0 10px;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-badge{
    display:inline-block;
    padding:6px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:700;
    letter-spacing:.4px;
    margin-bottom:12px;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-reveal{
    opacity:0;
    transform:translateY(25px);
    transition:all .7s ease;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-reveal.citc-visible{
    opacity:1;
    transform:translateY(0);
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-decor{
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(37,99,235,.10),transparent 70%);
    pointer-events:none;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-decor.one{
    top:-60px;
    right:-60px;
}.wpc-scope-19 .tc-wp-content-root .citc-premium-wrapper .citc-decor.two{
    bottom:-80px;
    left:-80px;
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .citc-premium-wrapper .citc-section{padding:55px 0;}.tc-wp-content-root .citc-premium-wrapper .citc-container{padding:0 14px;}.tc-wp-content-root .citc-premium-wrapper .citc-section-title{font-size:26px;}.tc-wp-content-root .citc-premium-wrapper .citc-intro{font-size:14px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .citc-premium-wrapper .citc-card{padding:22px;}.tc-wp-content-root .citc-premium-wrapper .citc-card h3{font-size:18px;}.tc-wp-content-root .citc-premium-wrapper .citc-card p{font-size:14px;}.tc-wp-content-root .citc-premium-wrapper .citc-step{padding:22px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .citc-premium-wrapper .citc-section{padding:60px 0;}.tc-wp-content-root .citc-premium-wrapper .citc-container{padding:0 18px;}.tc-wp-content-root .citc-premium-wrapper .citc-section-title{font-size:28px;}.tc-wp-content-root .citc-premium-wrapper .citc-intro{font-size:15px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .citc-premium-wrapper .citc-card{padding:24px;}.tc-wp-content-root .citc-premium-wrapper .citc-card h3{font-size:19px;}.tc-wp-content-root .citc-premium-wrapper .citc-card p{font-size:15px;}.tc-wp-content-root .citc-premium-wrapper .citc-step{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .citc-premium-wrapper .citc-section{padding:65px 0;}.tc-wp-content-root .citc-premium-wrapper .citc-container{padding:0 22px;}.tc-wp-content-root .citc-premium-wrapper .citc-section-title{font-size:30px;}.tc-wp-content-root .citc-premium-wrapper .citc-intro{font-size:16px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .citc-premium-wrapper .citc-card{padding:26px;}.tc-wp-content-root .citc-premium-wrapper .citc-card h3{font-size:20px;}.tc-wp-content-root .citc-premium-wrapper .citc-card p{font-size:15px;}.tc-wp-content-root .citc-premium-wrapper .citc-step{padding:26px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .citc-premium-wrapper .citc-section{padding:80px 0;}.tc-wp-content-root .citc-premium-wrapper .citc-container{padding:0 28px;}.tc-wp-content-root .citc-premium-wrapper .citc-section-title{font-size:36px;}.tc-wp-content-root .citc-premium-wrapper .citc-intro{font-size:17px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid.six{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid.three{grid-template-columns:repeat(2,1fr);gap:22px;}.tc-wp-content-root .citc-premium-wrapper .citc-card{padding:28px;}.tc-wp-content-root .citc-premium-wrapper .citc-card h3{font-size:21px;}.tc-wp-content-root .citc-premium-wrapper .citc-card p{font-size:15px;}.tc-wp-content-root .citc-premium-wrapper .citc-step{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .citc-premium-wrapper .citc-section{padding:100px 0;}.tc-wp-content-root .citc-premium-wrapper .citc-container{padding:0 30px;}.tc-wp-content-root .citc-premium-wrapper .citc-section-title{font-size:42px;}.tc-wp-content-root .citc-premium-wrapper .citc-intro{font-size:18px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid.six{grid-template-columns:repeat(3,1fr);gap:26px;}.tc-wp-content-root .citc-premium-wrapper .citc-grid.three{grid-template-columns:repeat(3,1fr);gap:26px;}.tc-wp-content-root .citc-premium-wrapper .citc-card{padding:30px;}.tc-wp-content-root .citc-premium-wrapper .citc-card h3{font-size:22px;}.tc-wp-content-root .citc-premium-wrapper .citc-card p{font-size:16px;}.tc-wp-content-root .citc-premium-wrapper .citc-step{padding:32px;}}