@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-255 .tc-wp-content-root img, .wpc-scope-255 .tc-wp-content-root video, .wpc-scope-255 .tc-wp-content-root svg, .wpc-scope-255 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171a20;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section{
  position: relative;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section-white{
  background: #ffffff;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 32, 74, 0.07), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 28, 0.09), transparent 26%),
    #f8f9fb;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c91436;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-kicker::before, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-kicker::after{
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e9153e, #ffb81c);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
  margin: 0;
  color: #11141a;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #555d6b;
  line-height: 1.7;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(17, 20, 26, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 38, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card{
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card::before, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(233, 21, 62, 0.42), rgba(255, 184, 28, 0.28), rgba(17, 20, 26, 0));
  opacity: 0;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card:hover, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card:hover, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(233, 21, 62, 0.22);
  box-shadow: 0 24px 60px rgba(18, 24, 38, 0.12);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card:hover::before, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card h3, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
  margin: 0;
  color: #131720;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card p, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
  margin: 10px 0 0;
  color: #596170;
  line-height: 1.65;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e9153e, #ffb81c);
  box-shadow: 0 12px 28px rgba(233, 21, 62, 0.22);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon::before, .wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 240ms ease;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card:hover .nfg-icon::before{
  transform: translateX(3px);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-card:hover .nfg-icon::after{
  transform: translateX(-2px);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-speed::before{
  width: 22px;
  height: 5px;
  top: 17px;
  left: 13px;
  border-radius: 99px;
  transform: skewX(-22deg);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-speed::after{
  width: 16px;
  height: 5px;
  top: 27px;
  left: 18px;
  border-radius: 99px;
  transform: skewX(-22deg);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-copy::before{
  width: 18px;
  height: 22px;
  top: 13px;
  left: 17px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-copy::after{
  width: 16px;
  height: 20px;
  top: 9px;
  left: 13px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  border-radius: 5px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-flag::before{
  width: 4px;
  height: 28px;
  top: 10px;
  left: 15px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-flag::after{
  width: 18px;
  height: 14px;
  top: 11px;
  left: 20px;
  border-radius: 3px 8px 8px 3px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-spark::before{
  width: 6px;
  height: 28px;
  top: 10px;
  left: 21px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-spark::after{
  width: 28px;
  height: 6px;
  top: 21px;
  left: 10px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 7px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-mobile::after{
  width: 6px;
  height: 2px;
  bottom: 14px;
  left: 21px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-type::before{
  width: 26px;
  height: 4px;
  top: 13px;
  left: 11px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-icon-type::after{
  width: 6px;
  height: 24px;
  top: 13px;
  left: 21px;
  border-radius: 99px;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(233, 21, 62, 0.08), rgba(255, 184, 28, 0.08));
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #151922, #e9153e 58%, #ffb81c);
  box-shadow: 0 16px 34px rgba(233, 21, 62, 0.2);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 86% 18%, rgba(255, 184, 28, 0.14), transparent 34%);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(233, 21, 62, 0.16);
  border-radius: 999px;
  background: rgba(233, 21, 62, 0.07);
  color: #bb1230;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 15% 18%, rgba(233, 21, 62, 0.1), transparent 34%);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-benefit-mark{
  display: block;
  width: 44px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e9153e, #ffb81c);
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-255 .tc-wp-content-root .nfg-content-wrap .nfg-reveal.nfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nfg-content-wrap .nfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .nfg-content-wrap .nfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card p, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-badge{
    padding: 8px 10px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nfg-content-wrap .nfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .nfg-content-wrap .nfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card p, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-badge{
    padding: 8px 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nfg-content-wrap .nfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .nfg-content-wrap .nfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card p, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-badge{
    padding: 9px 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nfg-content-wrap .nfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .nfg-content-wrap .nfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid-3, .tc-wp-content-root .nfg-content-wrap .nfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card p, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-badge{
    padding: 9px 13px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nfg-content-wrap .nfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .nfg-content-wrap .nfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card h3, .tc-wp-content-root .nfg-content-wrap .nfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-card p, .tc-wp-content-root .nfg-content-wrap .nfg-benefit-card p, .tc-wp-content-root .nfg-content-wrap .nfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 19px;
  }.tc-wp-content-root .nfg-content-wrap .nfg-badge{
    padding: 9px 13px;
  }}