@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-250 .tc-wp-content-root img, .wpc-scope-250 .tc-wp-content-root video, .wpc-scope-250 .tc-wp-content-root svg, .wpc-scope-250 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section{
  position: relative;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section-white{
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(100, 92, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111, 97, 255, 0.1), rgba(0, 194, 203, 0.1));
  color: #4e47c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f6b7a;
  line-height: 1.7;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(111, 120, 150, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(24, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card{
  height: 100%;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card::before, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(108, 92, 231, 0.12), rgba(0, 194, 203, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card:hover, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card:hover, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(108, 92, 231, 0.28);
  box-shadow: 0 26px 62px rgba(24, 32, 51, 0.13);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card:hover::before, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card h3, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-card p, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #627084;
  line-height: 1.68;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6c5ce7 0%, #00c2cb 100%);
  box-shadow: 0 14px 28px rgba(76, 92, 220, 0.26);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon::before, .wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
  opacity: 0.94;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-preview::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-copy::before{
  width: 16px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-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-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-clean::before{
  width: 5px;
  height: 24px;
  left: 14px;
  top: 11px;
  border-radius: 99px;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-clean::after{
  width: 5px;
  height: 24px;
  left: 27px;
  top: 11px;
  border-radius: 99px;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-fast::after{
  width: 10px;
  height: 4px;
  left: 23px;
  top: 21px;
  border-radius: 99px;
  transform: rotate(-28deg);
  background: #6c5ce7;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-device::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-icon-device::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #6c5ce7;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #6c5ce7, #00c2cb);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #151b2d, #353069);
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(21, 27, 45, 0.18);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 203, 0.1);
  color: #147f88;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c5ce7, #00c2cb);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-250 .tc-wp-content-root .vfg-content-wrap .vfg-reveal.vfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .vfg-content-wrap .vfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .vfg-content-wrap .vfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card p, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .vfg-content-wrap .vfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .vfg-content-wrap .vfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card p, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .vfg-content-wrap .vfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .vfg-content-wrap .vfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card p, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .vfg-content-wrap .vfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .vfg-content-wrap .vfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .vfg-content-wrap .vfg-card, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card p, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .vfg-content-wrap .vfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .vfg-content-wrap .vfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .vfg-content-wrap .vfg-grid{
    gap: 26px;
    margin-top: 50px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card h3, .tc-wp-content-root .vfg-content-wrap .vfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-card p, .tc-wp-content-root .vfg-content-wrap .vfg-benefit-card p, .tc-wp-content-root .vfg-content-wrap .vfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .vfg-content-wrap .vfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}