@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-410 .tc-wp-content-root img, .wpc-scope-410 .tc-wp-content-root video, .wpc-scope-410 .tc-wp-content-root svg, .wpc-scope-410 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap section, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap div, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section{
  position: relative;
  width: 100%;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-white{
  background: #ffffff;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(27, 217, 255, 0.12), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(123, 77, 255, 0.10), transparent 30%),
    #f7f9fc;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-head h2::after{
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #17d6ff, #7867ff 52%, #ff4fd8);
  box-shadow: 0 10px 28px rgba(120, 103, 255, 0.26);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
  margin: 18px auto 0;
  color: #536176;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(123, 141, 166, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(25, 42, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card::before, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(23, 214, 255, 0.14), transparent 36%, rgba(255, 79, 216, 0.10));
  transition: opacity 260ms ease;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card:hover, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(120, 103, 255, 0.34);
  box-shadow: 0 24px 64px rgba(31, 48, 79, 0.13);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card:hover::before, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card h3, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
  position: relative;
  margin: 0;
  color: #121a2a;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-card p, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.7;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17d6ff, #7867ff 58%, #ff4fd8);
  box-shadow: 0 14px 30px rgba(120, 103, 255, 0.25);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon::before, .wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 15px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 12px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-copy::after{
  width: 14px;
  height: 16px;
  top: 17px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  opacity: 0.72;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-orbit::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-orbit::after{
  width: 6px;
  height: 6px;
  top: 10px;
  left: 31px;
  border-radius: 50%;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-speed::before{
  width: 22px;
  height: 4px;
  top: 15px;
  left: 12px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.78), 0 16px 0 rgba(255, 255, 255, 0.52);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-spark::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-icon-clean::before{
  width: 20px;
  height: 14px;
  top: 15px;
  left: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(123, 141, 166, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(25, 42, 70, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #17d6ff, #7867ff, #ff4fd8);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(23, 214, 255, 0.36);
  box-shadow: 0 26px 68px rgba(25, 42, 70, 0.12);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, #101827, #7867ff 62%, #17d6ff);
  box-shadow: 0 16px 36px rgba(120, 103, 255, 0.26);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(120, 103, 255, 0.20);
  border-radius: 999px;
  color: #4d3fd3;
  font-weight: 750;
  line-height: 1;
  background: linear-gradient(135deg, rgba(23, 214, 255, 0.10), rgba(255, 79, 216, 0.10));
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
  background: #ffffff;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 214, 255, 0.14), rgba(120, 103, 255, 0.14));
  border: 1px solid rgba(120, 103, 255, 0.18);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 19px;
  height: 10px;
  left: 11px;
  top: 14px;
  border-left: 3px solid #19bfe7;
  border-bottom: 3px solid #7867ff;
  transform: rotate(-45deg);
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-410 .tc-wp-content-root .ffg-content-wrap .ffg-reveal.ffg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ffg-content-wrap .ffg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ffg-content-wrap .ffg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card p, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ffg-content-wrap .ffg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ffg-content-wrap .ffg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card p, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-badge{
    padding: 8px 12px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ffg-content-wrap .ffg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ffg-content-wrap .ffg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card p, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ffg-content-wrap .ffg-section{
    padding: 76px 0;
  }.tc-wp-content-root .ffg-content-wrap .ffg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card p, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ffg-content-wrap .ffg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ffg-content-wrap .ffg-container{
    padding: 0 36px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ffg-content-wrap .ffg-card, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card h3, .tc-wp-content-root .ffg-content-wrap .ffg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-card p, .tc-wp-content-root .ffg-content-wrap .ffg-benefit-card p, .tc-wp-content-root .ffg-content-wrap .ffg-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }.tc-wp-content-root .ffg-content-wrap .ffg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}.wpc-scope-410 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ffg-benefit-grid{}.wpc-scope-410 .tc-wp-content-root .ffg-step-content{}.wpc-scope-410 .tc-wp-content-root .ffg-use-card{}