@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-90 .tc-wp-content-root img, .wpc-scope-90 .tc-wp-content-root video, .wpc-scope-90 .tc-wp-content-root svg, .wpc-scope-90 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-section{
  position: relative;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-section-white{
  background: #ffffff;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-section-soft{
  background: #f7f4ef;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7357ff;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-kicker::before, .wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7357ff, #ff6aa2);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(115, 87, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(115, 87, 255, 0.34), rgba(255, 106, 162, 0.18), rgba(51, 189, 173, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card::after{
  content: "";
  position: absolute;
  inset: auto -40px -52px auto;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(115, 87, 255, 0.13), rgba(115, 87, 255, 0));
  pointer-events: none;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(115, 87, 255, 0.34);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card h3{
  margin: 18px 0 0;
  color: #141b2d;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-card p{
  margin: 10px 0 0;
  color: #5f687a;
  line-height: 1.68;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: linear-gradient(135deg, #7357ff, #ff6aa2);
  box-shadow: 0 12px 24px rgba(115, 87, 255, 0.22);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon::before, .wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-preview::before{
  inset: 13px 10px;
  border-radius: 4px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-preview::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-balance::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-balance::after{
  width: 14px;
  height: 14px;
  left: 16px;
  bottom: 11px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-copy::before{
  width: 18px;
  height: 22px;
  right: 11px;
  top: 10px;
  border-radius: 4px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 10px;
  bottom: 10px;
  border-radius: 4px;
  opacity: 0.55;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-brand::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50% 50% 50% 8px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-brand::after{
  width: 8px;
  height: 8px;
  right: 13px;
  bottom: 13px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-readable::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82), 0 16px 0 rgba(255, 255, 255, 0.66);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-readable::after{
  display: none;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-creative::before{
  width: 8px;
  height: 24px;
  left: 19px;
  top: 11px;
  border-radius: 999px;
  transform: rotate(28deg);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-creative::after{
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-free::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
  background: #7357ff;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  bottom: 14px;
  border-radius: 999px;
  background: #7357ff;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-privacy::before{
  width: 20px;
  height: 16px;
  left: 13px;
  bottom: 10px;
  border-radius: 4px;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-icon-privacy::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(115, 87, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(16, 24, 40, 0.1);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #7357ff, #ff6aa2);
  box-shadow: 0 14px 26px rgba(115, 87, 255, 0.24);
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
  margin: 0;
  color: #141b2d;
  font-weight: 780;
  line-height: 1.25;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
  margin: 9px 0 0;
  color: #5f687a;
  line-height: 1.68;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid rgba(115, 87, 255, 0.18);
  border-radius: 999px;
  background: rgba(115, 87, 255, 0.08);
  color: #6547ec;
  font-weight: 760;
  line-height: 1;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-trust-card{
  background:
    linear-gradient(180deg, #ffffff, #fffdfa) padding-box,
    linear-gradient(135deg, rgba(51, 189, 173, 0.26), rgba(115, 87, 255, 0.24), rgba(255, 106, 162, 0.18)) border-box;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-90 .tc-wp-content-root .fpg-content-wrap .fpg-reveal.fpg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fpg-content-wrap .fpg-section{
    padding: 50px 0;
  }.tc-wp-content-root .fpg-content-wrap .fpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .fpg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card h3, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card p, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-steps{
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-badge{
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fpg-content-wrap .fpg-section{
    padding: 56px 0;
  }.tc-wp-content-root .fpg-content-wrap .fpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .fpg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card{
    padding: 22px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card h3, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card p, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-steps{
    gap: 17px;
    margin-top: 32px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-badge{
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fpg-content-wrap .fpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .fpg-content-wrap .fpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .fpg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card{
    padding: 24px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card h3, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card p, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-steps{
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-badge{
    font-size: 12.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fpg-content-wrap .fpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .fpg-content-wrap .fpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .fpg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fpg-content-wrap .fpg-card{
    padding: 26px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card h3, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card p, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-card{
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-badge{
    font-size: 13px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fpg-content-wrap .fpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .fpg-content-wrap .fpg-container{
    padding: 0 34px;
  }.tc-wp-content-root .fpg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-grid-six, .tc-wp-content-root .fpg-content-wrap .fpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fpg-content-wrap .fpg-card{
    padding: 28px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card h3, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-card p, .tc-wp-content-root .fpg-content-wrap .fpg-step-copy p{
    font-size: 15.8px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .fpg-content-wrap .fpg-badge{
    font-size: 13px;
  }}.wpc-scope-90 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fpg-use-card{}