@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-492 .tc-wp-content-root img, .wpc-scope-492 .tc-wp-content-root video, .wpc-scope-492 .tc-wp-content-root svg, .wpc-scope-492 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap section, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap div, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-section{
  position: relative;
  width: 100%;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-section-white{
  background: #ffffff;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(124, 58, 237, 0.07), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(6, 182, 212, 0.08), transparent 30%),
    #f8fafc;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #6d28d9;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-kicker::before, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap h2, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap h3, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap p{
  margin-top: 0;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
  margin-bottom: 0;
  color: #5b6577;
  line-height: 1.75;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(124, 58, 237, 0.28), rgba(6, 182, 212, 0.22)) border-box;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: left;
  transition: opacity 260ms ease, transform 260ms ease;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.26);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card h3{
  margin-bottom: 10px;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card p{
  margin-bottom: 0;
  color: #667085;
  line-height: 1.72;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon::before, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover .ufg-icon::before, .wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-card:hover .ufg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-preview::before{
  width: 22px;
  height: 13px;
  left: 12px;
  top: 14px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
  opacity: 0.55;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-spark::after{
  width: 5px;
  height: 5px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.75), 0 14px 0 rgba(255, 255, 255, 0.55);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-clean::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-flex::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-icon-flex::after{
  width: 12px;
  height: 12px;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #7c3aed, #06b6d4);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
  margin-bottom: 8px;
  color: #172033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
  margin-bottom: 0;
  color: #667085;
  line-height: 1.72;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96)) padding-box,
    linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(6, 182, 212, 0.18)) border-box;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #5b21b6;
  font-weight: 850;
  line-height: 1;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.14);
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-trust-card{
  text-align: center;
  align-items: center;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.13), rgba(6, 182, 212, 0.16));
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 16px;
  top: 18px;
  border-left: 4px solid #7c3aed;
  border-bottom: 4px solid #06b6d4;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-492 .tc-wp-content-root .ufg-content-wrap .ufg-reveal.ufg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ufg-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 22px 20px 26px;
    border-radius: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 24px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ufg-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 24px 22px 28px;
    border-radius: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 26px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 68px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ufg-content-wrap h2{
    font-size: 35px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 28px 26px 32px;
    border-radius: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 30px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 82px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ufg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 30px 28px 34px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
    font-size: 23px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ufg-content-wrap .ufg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ufg-content-wrap .ufg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ufg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card-grid{
    gap: 26px;
    margin-top: 52px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ufg-content-wrap .ufg-card{
    padding: 32px 30px 38px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card h3{
    font-size: 23px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-card p, .tc-wp-content-root .ufg-content-wrap .ufg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }.tc-wp-content-root .ufg-content-wrap .ufg-step-content h3{
    font-size: 25px;
  }}