@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-326 .tc-wp-content-root img, .wpc-scope-326 .tc-wp-content-root video, .wpc-scope-326 .tc-wp-content-root svg, .wpc-scope-326 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content{
  width: 100%;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background: #ffffff;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content div, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content section, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-section-white{
  background: #ffffff;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 42, 166, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 42, 166, 0.1), rgba(0, 217, 255, 0.1));
  color: #a71372;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2aa6, #00d9ff);
  box-shadow: 0 0 16px rgba(255, 42, 166, 0.55);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5e687b;
  line-height: 1.72;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(18, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card::before, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 42, 166, 0.12), rgba(0, 217, 255, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card:hover, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 42, 166, 0.22);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.12);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card:hover::before, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff2aa6, #7c3cff 52%, #00d9ff);
  box-shadow: 0 12px 24px rgba(255, 42, 166, 0.22);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon::before, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-preview::before{
  width: 20px;
  height: 12px;
  left: 12px;
  top: 14px;
  border-radius: 8px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 17px;
  top: 29px;
  border-radius: 8px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-copy::before{
  width: 15px;
  height: 17px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-copy::after{
  width: 15px;
  height: 17px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-spark::before{
  width: 4px;
  height: 24px;
  left: 20px;
  top: 10px;
  border-radius: 8px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-spark::after{
  width: 24px;
  height: 4px;
  left: 10px;
  top: 20px;
  border-radius: 8px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-fast::after{
  width: 13px;
  height: 4px;
  right: 8px;
  top: 20px;
  border-radius: 8px;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-icon-brand::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  transform: rotate(45deg);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card h3, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-card p, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
  position: relative;
  margin: 11px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff2aa6, #00d9ff);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 217, 255, 0.22);
  box-shadow: 0 24px 56px rgba(18, 24, 39, 0.1);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #2a3150);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(18, 24, 39, 0.18);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 217, 255, 0.1);
  color: #08748d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
  background: #ffffff;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 42, 166, 0.14), rgba(0, 217, 255, 0.16));
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-trust-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  width: 11px;
  height: 19px;
  border-right: 3px solid #bb157f;
  border-bottom: 3px solid #bb157f;
  transform: rotate(42deg);
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-326 .tc-wp-content-root .nfg-bottom-content .nfg-reveal.nfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card p, .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card p, .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 33px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card p, .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card p, .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nfg-bottom-content .nfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .nfg-bottom-content .nfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .nfg-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-grid-six, .tc-wp-content-root .nfg-bottom-content .nfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .nfg-bottom-content .nfg-card, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-step-card h3, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-card p, .tc-wp-content-root .nfg-bottom-content .nfg-step-card p, .tc-wp-content-root .nfg-bottom-content .nfg-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .nfg-bottom-content .nfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}