@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-74 .tc-wp-content-root img, .wpc-scope-74 .tc-wp-content-root video, .wpc-scope-74 .tc-wp-content-root svg, .wpc-scope-74 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-section-white{
  background: #ffffff;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(18, 181, 189, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(118, 92, 255, 0.08), transparent 30%),
    #f8fafc;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-section-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(18, 181, 189, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 181, 189, 0.1), rgba(118, 92, 255, 0.1));
  color: #087f89;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12b5bd, #765cff);
  box-shadow: 0 0 0 4px rgba(18, 181, 189, 0.12);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content h2, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content h3, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content p{
  margin-top: 0;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content h2{
  margin-bottom: 14px;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #566176;
  line-height: 1.72;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgba(145, 158, 171, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card::before, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(18, 181, 189, 0.18), rgba(118, 92, 255, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card:hover, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 181, 189, 0.34);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card:hover::before, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card h3, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
  margin-bottom: 10px;
  color: #131b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card p, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
  margin-bottom: 0;
  color: #5f687a;
  line-height: 1.68;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #12b5bd, #765cff);
  box-shadow: 0 12px 28px rgba(18, 181, 189, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-card:hover .vfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon::before, .wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-preview::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  transform: rotate(45deg);
  border-radius: 5px;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-clean::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-speed::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-icon-speed::after{
  width: 10px;
  height: 2px;
  left: 22px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(18, 181, 189, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 253, 0.96));
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(118, 92, 255, 0.28);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.11);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #12b5bd, #765cff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(118, 92, 255, 0.22);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(18, 181, 189, 0.1);
  color: #087f89;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
  overflow: hidden;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(18, 181, 189, 0.14), rgba(118, 92, 255, 0.14));
  position: relative;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #12a2ab;
  border-bottom: 3px solid #12a2ab;
  transform: rotate(-45deg);
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-74 .tc-wp-content-root .vfg-editorial-content .vfg-reveal.vfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .vfg-editorial-content .vfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .vfg-editorial-content .vfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .vfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
    font-size: 15px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card p, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-number{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .vfg-editorial-content .vfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .vfg-editorial-content .vfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .vfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card p, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-number{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .vfg-editorial-content .vfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .vfg-editorial-content .vfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .vfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
    font-size: 16px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card p, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-card{
    grid-template-columns: 68px 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .vfg-editorial-content .vfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .vfg-editorial-content .vfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .vfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .vfg-editorial-content .vfg-card, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card p, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-card{
    grid-template-columns: 86px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .vfg-editorial-content .vfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .vfg-editorial-content .vfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .vfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-section-heading p{
    font-size: 18px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .vfg-editorial-content .vfg-card, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card h3, .tc-wp-content-root .vfg-editorial-content .vfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-card p, .tc-wp-content-root .vfg-editorial-content .vfg-benefit-card p, .tc-wp-content-root .vfg-editorial-content .vfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-card{
    grid-template-columns: 100px 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .vfg-editorial-content .vfg-step-number{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 22px;
  }}.wpc-scope-74 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .vfg-step-content{}