@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-30 .tc-wp-content-root img, .wpc-scope-30 .tc-wp-content-root video, .wpc-scope-30 .tc-wp-content-root svg, .wpc-scope-30 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content, .wpc-scope-30 .tc-wp-content-root .hsvig-content div, .wpc-scope-30 .tc-wp-content-root .hsvig-content section, .wpc-scope-30 .tc-wp-content-root .hsvig-content article, .wpc-scope-30 .tc-wp-content-root .hsvig-content span, .wpc-scope-30 .tc-wp-content-root .hsvig-content h2, .wpc-scope-30 .tc-wp-content-root .hsvig-content h3, .wpc-scope-30 .tc-wp-content-root .hsvig-content p{
  box-sizing: border-box;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-section{
  position: relative;
  width: 100%;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(236, 72, 153, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-section-soft{
  background:
    radial-gradient(circle at 88% 15%, rgba(99, 102, 241, 0.09), transparent 32%),
    linear-gradient(180deg, #fbfbfe 0%, #f7f8fc 100%);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #9d174d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-heading p{
  margin: 14px auto 0;
  color: #566174;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #06b6d4);
  opacity: 0.86;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.26);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card h3{
  margin: 18px 0 0;
  color: #141c2f;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.13), rgba(99, 102, 241, 0.13));
  border: 1px solid rgba(236, 72, 153, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon::before, .wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card:hover .hsvig-icon::before, .wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-card:hover .hsvig-icon::after{
  transform: translateY(-1px);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-eye::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #be185d;
  border-radius: 50%;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 20.5px;
  top: 20.5px;
  background: #7c3aed;
  border-radius: 50%;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-bolt::before{
  left: 18px;
  top: 11px;
  width: 13px;
  height: 26px;
  background: linear-gradient(135deg, #ec4899, #7c3aed);
  clip-path: polygon(45% 0, 100% 0, 62% 43%, 100% 43%, 33% 100%, 48% 55%, 0 55%);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-frame::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #7c3aed;
  border-radius: 8px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-frame::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #ec4899;
  border-radius: 4px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-flow::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 20px;
  border-top: 2px solid #be185d;
  border-bottom: 2px solid #7c3aed;
  border-radius: 10px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-flow::after{
  right: 12px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7c3aed;
  border-right: 2px solid #7c3aed;
  transform: rotate(45deg);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-phone::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border: 2px solid #7c3aed;
  border-radius: 7px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-phone::after{
  left: 22px;
  top: 33px;
  width: 4px;
  height: 4px;
  background: #ec4899;
  border-radius: 50%;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-note::before{
  left: 14px;
  top: 11px;
  width: 20px;
  height: 26px;
  border: 2px solid #be185d;
  border-radius: 6px;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-icon-note::after{
  left: 19px;
  top: 19px;
  width: 12px;
  height: 8px;
  border-top: 2px solid #7c3aed;
  border-bottom: 2px solid #7c3aed;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 96% 0%, rgba(236, 72, 153, 0.13), transparent 38%);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(236, 72, 153, 0.24), rgba(99, 102, 241, 0.2), transparent);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #ec4899, #7c3aed);
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.23);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step-content h3{
  margin: 0;
  color: #141c2f;
  font-weight: 780;
  line-height: 1.25;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-step-content p{
  margin: 9px 0 0;
  color: #596579;
  line-height: 1.68;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, 0.09), transparent 38%);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #06b6d4);
  box-shadow: 0 0 0 8px rgba(236, 72, 153, 0.08);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-trust{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 0% 100%, rgba(124, 58, 237, 0.1), transparent 35%);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #6d28d9;
  background: rgba(124, 58, 237, 0.09);
  border: 1px solid rgba(124, 58, 237, 0.14);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-30 .tc-wp-content-root .hsvig-content .hsvig-reveal.hsvig-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hsvig-content .hsvig-section{
    padding: 48px 0;
  }.tc-wp-content-root .hsvig-content .hsvig-container{
    padding: 0 14px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading p{
    font-size: 14px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .hsvig-content .hsvig-card{
    padding: 22px 18px;
    border-radius: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-card p{
    font-size: 14px;
  }.tc-wp-content-root .hsvig-content .hsvig-steps{
    gap: 16px;
  }.tc-wp-content-root .hsvig-content .hsvig-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 18px;
    border-radius: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-step::after{
    display: none;
  }.tc-wp-content-root .hsvig-content .hsvig-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hsvig-content .hsvig-section{
    padding: 54px 0;
  }.tc-wp-content-root .hsvig-content .hsvig-container{
    padding: 0 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading p{
    font-size: 15px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-card{
    padding: 24px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hsvig-content .hsvig-card p{
    font-size: 15px;
  }.tc-wp-content-root .hsvig-content .hsvig-steps{
    gap: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-step::after{
    display: none;
  }.tc-wp-content-root .hsvig-content .hsvig-step-number{
    width: 66px;
    height: 66px;
    border-radius: 19px;
    font-size: 21px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hsvig-content .hsvig-section{
    padding: 60px 0;
  }.tc-wp-content-root .hsvig-content .hsvig-container{
    padding: 0 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-card{
    padding: 26px 22px;
    border-radius: 21px;
  }.tc-wp-content-root .hsvig-content .hsvig-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hsvig-content .hsvig-steps{
    gap: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
    border-radius: 21px;
  }.tc-wp-content-root .hsvig-content .hsvig-step::after{
    display: none;
  }.tc-wp-content-root .hsvig-content .hsvig-step-number{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hsvig-content .hsvig-section{
    padding: 78px 0;
  }.tc-wp-content-root .hsvig-content .hsvig-container{
    padding: 0 32px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading{
    margin-bottom: 40px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading p{
    font-size: 17px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid{
    gap: 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hsvig-content .hsvig-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hsvig-content .hsvig-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hsvig-content .hsvig-card p{
    font-size: 16px;
  }.tc-wp-content-root .hsvig-content .hsvig-steps{
    gap: 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-step{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-number{
    font-size: 24px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hsvig-content .hsvig-section{
    padding: 92px 0;
  }.tc-wp-content-root .hsvig-content .hsvig-container{
    padding: 0 28px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading{
    margin-bottom: 46px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .hsvig-content .hsvig-heading p{
    font-size: 18px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid{
    gap: 24px;
  }.tc-wp-content-root .hsvig-content .hsvig-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hsvig-content .hsvig-card{
    padding: 30px 28px;
  }.tc-wp-content-root .hsvig-content .hsvig-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hsvig-content .hsvig-card p{
    font-size: 16px;
  }.tc-wp-content-root .hsvig-content .hsvig-steps{
    gap: 24px;
  }.tc-wp-content-root .hsvig-content .hsvig-step{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-number{
    font-size: 25px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .hsvig-content .hsvig-step-content p{
    font-size: 16.5px;
  }}